:root {
  --bg:#fff;
  --ink:#222;
  --muted:#555;
  --brand:#0daaf9;
  --paper:#fff;
}

* { box-sizing:border-box; }

body {
  margin:0;
  font:1rem/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color:var(--ink);
  background:#f6f7fb;
}

/* Basic links */
a { color:inherit; }

/* Top banner menu */
.banner {
  position:sticky;
  min-width:667px;
  border-radius:0 0 24px 24px;
  margin-bottom:-24px;
  top:0;
  z-index:10;
  background:var(--bg);
  color:#010140;
}
.banner a {
  padding: 0%;
  font:12px/normal, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.banner-inner {
  height:50px;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0px 20px;
}
.banner-menu {
  margin:0 0 0 auto;
}
.brand {
  font-weight:700;
  letter-spacing:.2px;
  color:#010140;
  text-decoration:none;
}

.menu a {
  color:#ffffff;
  opacity:.9;
  text-decoration:none;
  margin-left:7px;
  margin-right:7px;
  font-size: clamp(8px, 4vw, 20px);
  
}
.menu a:hover,
.menu a.active {
  opacity:1;
  text-decoration:underline;
}

.main-menu-box {
  background: #0daaf9;
  border-radius: 999px;
  height:42px;
  padding: 0.35rem 0.75rem;
  display: flex;
  align-items: center;
}

.main-menu-bar {
  display: flex;
  align-items: center;
  gap: 2vw;
}

/* ================================
   Main menu dropdown (Services)
   ================================ */

.menu-item-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.05rem;
}

/* "Services" link + caret inline */
.menu-item-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.mainmenudropdown {
  display: block;
  margin: 0;
  font-size: clamp(8px, 4vw, 20px);
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;          
}

/* Small caret next to “Services” */
.menu-caret {
  line-height: 1;
  font-size: clamp(8px, 4vw, 20px);
  color: #ffffff;
}

/* The dropdown panel – same blue as the main pill */
.menu-dropdown {
  position: absolute;
  top: 100%;                 /* start right under the Services link */
  left: 50%;
  transform: translateX(-25%);
  min-width: 230px;
  padding: 0.3rem 0;
  background: #0daaf9;       /* matches .main-menu-box background */
  border-radius: 0 0 24px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  display: none;
  z-index: 30;
}

/* Submenu links – white text like the main menu */
.menu-dropdown a {
  display: block;
  margin: 0;
  padding: 0.3rem 0.9rem;
  font-size: clamp(8px, 4vw, 20px);
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;                /* override .menu a opacity */
}

/* Hover state inside dropdown */
.menu-dropdown a:hover {
  background: rgba(255,255,255,0.15);
  text-decoration: none;
}

/* Show dropdown on hover and focus (keyboard + tap) */
.menu-item-dropdown:hover .menu-dropdown,
.menu-item-dropdown:focus-within .menu-dropdown {
  display: block;
}

/* -------- Mobile adjustments -------- */
@media (max-width: 768px) {
  /* keep structure simple; drop it straight below the bar */
  .menu-item-dropdown {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0; 
  }

  .menu-dropdown {
    left: 0;
    transform: none;
    border-radius: 18px;
    min-width: 180px;
    top: 100%;
    margin-top: 0.4rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .menu-dropdown a {
    font-size: 0.9rem;
    padding: 0.35rem 0.6rem;
  }
}


/* Half-screen hero image */
.hero {
  height:300px;
  width:100%;
  min-width:667px;
  background-image: var(--hero);
  background-size:cover;
  background-position:center;
  display:block;
  place-items:center;
  position:relative;
}

.hero-video {
  height:100%;
  width:100%;
  background-position:center;
  display:block;
  place-items:center;
  position:absolute;
}
.hero-video video {
  position:absolute;
  z-index:-1;
}
.hero-video img {
  position:absolute;
  z-index:-2;
  max-width: 100%;
  height: auto;
}
.hero-overlay-box {
  height:300px;
  width:100%;
  max-width:900px;
  margin: 0 auto;
  display:flex;
  flex-direction:row;
  z-index:1;
  text-align:center;
  color:#fff;
}
.hero-overlay {
  width:80%;
  height:250px;
  border-radius:24px 24px 24px 24px;
  z-index:1;
  position: relative;
  text-align:center;
  background-color:rgba(127, 127, 127, 0.5);
  margin-top:50px;
  margin-left:50px;
  margin-right:70px;
}

.hero-overlay-left {
  width:40%;
  min-width:100px;
  height:185px;
  border-radius:0 0 24px 24px;
  z-index:1;
  position:relative;
  text-align:center;
  color:#000000;
  background-color:#ffffff00;
}

.hero-overlay-right {
  width:30%;
  min-width:100px;
  height:185px;
  border-radius:0 0 24px 24px;
  z-index:1;
  position:relative;
  text-align:center;
  color:#000000;
  background-color:#ffffff00;
}

.hero-overlay-left img {
  margin: 0 0 0 0;
}

.hero-overlay h1 {
  margin:10px;
  font-size: clamp(20px, 7vw, 36px);
  color:#fff;
  text-shadow: 2px 4px 2px #000000;
}
.hero-overlay p {
  margin:10px;
  font-size: clamp(20px, 2.6vw, 20px);
  color:#ffffff;
  text-shadow: 0px 0px 4px #000000;
}

.become-member-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: #0daaf9;   /* blue */
  box-shadow: 2px 4px 5px #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-shadow:none;
}

/* Hover effect */
.become-member-btn:hover {
  background-color: #0056b3;   /* darker blue on hover */
}

/* White bottom half content section */
.page {
  background:#fff;
  min-width:667px;
  border-radius:24px 24px 0 0;
  margin-top:-24px;
  position:relative;
  z-index:2;
  padding-bottom:10px; /* leaves room above footer on mobile */
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1rem 1rem 1rem;
}

.note-blue {
  color:#1b98e0;
}

/* Membership cards */
.cards {
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.card {
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:16px;
}
.card h3 {
  margin-top:0;
}
.card .price {
  font-weight:700;
  margin:8px 0 0;
}
.topcard {
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:16px;
}
.topcard h3 {
  margin-top:0;
}
.topcard .price {
  font-weight:700;
  margin:8px 0 0;
}

/* Simple list styling */
.list {
  padding-left:18px;
}
.list li + li {
  margin-top:6px;
}

/* Form styles (used on contact page) */
label { display:block; margin:12px 0 6px; font-weight:600; }
input[type="text"],
input[type="email"],
textarea {
  width:100%;
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:10px;
  outline:none;
  font:inherit;
}
textarea { resize:vertical; }
button {
  background:var(--brand);
  color:#fff;
  border:0;
  padding:10px 16px;
  border-radius:10px;
  cursor:pointer;
  font:inherit;
}
button:hover {
  filter:brightness(.95);
}

.notice {
  padding:10px 12px;
  border-radius:10px;
  background:#e7f5ff;
  border:1px solid #cfe9ff;
  margin:12px 0;
}
.notice.error {
  background:#ffe7ea;
  border-color:#ffcfd6;
}

/* Footer with phone & email */
.footer {
  min-width:667px;
  background:#0b132b;
  color:#fff;
  padding:18px 20px;
  font-size:15px;
}
.footer-inner {
  max-width:1100px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.footer-left {
  align-items:center;
 }
.footer-right {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.footer-link {
  color:#1b98e0;
  text-decoration:none;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.footer-link:hover {
  text-decoration:underline;
}
.icon {
  font-size:18px;
  line-height:1;
  display:inline-block;
  transform:translateY(1px);
}
.divider {
  opacity:.4;
  font-weight:300;
}

/* Sticky "Call Now" bar for mobile */
.mobile-call-bar {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:20;
  display:none; /* shown via media query */
}
.mobile-call-button {
  display:block;
  text-align:center;
  padding:14px 16px;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  background:var(--brand);
  color:#fff;
  box-shadow:0 -2px 10px rgba(0,0,0,.25);
}

/* Responsive tweaks */
@media (max-width: 680px) {
  .banner-inner {
    flex-wrap:wrap;
    gap:10px;
    margin:0 auto;          /* add this */
    padding:0 12px;          /* optional: slightly smaller padding on tiny screens */
  }
}
  .menu {
    width:100%;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
  }
  .menu a { margin-left:5px;
            margin-right:5px; }
  .cards {
    grid-template-columns:1fr;
  }

@media (min-width: 667px) {
  .cards {
    grid-template-columns:repeat(3, 1fr);
  }
}

/* Mobile-specific: show call bar and prevent overlap */
@media (max-width: 768px) {
  .mobile-call-bar {
    display:block;
  }
  body {
    padding-bottom:60px;
  }
}

/* Dark mode (optional) */
/*@media (prefers-color-scheme: dark) {
  :root {
    --paper:#0f1115;
    --ink:#e6e6e6;
    --muted:#aaa;
  }
  body {
    background:#0b0e12;
  }
  .page {
    background:var(--paper);
  }
}/*

/* Extra helpers for the simplified PHP structure */

/* Primary button variant (reuses button base styles) */
.button-primary {
  display: inline-block;
  text-decoration: none;
}

/* Service list: same spacing style as .list */
.service-list {
  padding-left: 18px;
}
.service-list li + li {
  margin-top: 6px;
}

/* Logo image in banner and hero left panel */
.logo-image {
  max-height: 40px;
}

/* Success notice (uses same structure as .notice / .notice.error) */
.notice.success {
  background: #e8ffe7;
  border-color: #c0f0be;
}

/* ============================
   Home page sections (index)
   ============================ */

.home-section {
  margin-bottom: 28px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  background: #0b132b;
  color: #ffffff;
}

.home-section--light {
  background: #ffffff;
}

.home-section--dark {
  background: #0b132b;
  color: #ffffff;
}

.home-section--band {
  border-radius: 16px;
}

/* inner padding so text never touches the edges */
.home-section-inner {
  padding: 24px 20px;
}

/* headings & subtitle */
.home-section-title {
  margin: 0 0 6px;
  font-size: clamp(22px, 3vw, 32px);
}

.home-section-subtitle {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
}

.home-section--dark .home-section-subtitle {
  color: rgba(255,255,255,0.7);
}

/* make all text nicely spaced in home sections */
.home-section p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.home-section ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.home-section li + li {
  margin-top: 6px;
}

/* ====== simple responsive grids ====== */

.home-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 24px;
  align-items: flex-start;
  margin-top: 12px;
}

.home-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.home-membership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 14px;
}

/* mobile / tablet adjustments */
@media (max-width: 800px) {
  .home-grid-2 {
    grid-template-columns: 1fr;
  }
  .home-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* reuse existing .card look but tune it a bit for this page */

.home-section .topcard {
  border-radius: 14px;
  /* box-shadow: 2px 4px 5px #000000; */
  background: #10162b;
  color: #ffffff;
}
.home-section .card {
  border-radius: 14px;
  /* box-shadow: 2px 4px 5px #000000; */
  background: #0daaf9;
  color: #ffffff;
}

.home-section--dark .card {
  background: #0daaf9;
  border-color: rgba(255,255,255,0.1);
  color: #ffffff;
}

/* ====== membership row inside first section ====== */

.home-memberships {
  margin-top: 24px;
}

.home-memberships-title {
  margin: 0 0 10px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.home-memberships-note {
  margin: 0 auto 16px;
  width:100%;
  text-align: center;
}

/* center the “view plans” button */
.home-memberships-cta {
  margin-top: 16px;
  text-align: center;
}

/* button style specifically for home page; doesn’t touch existing buttons */
.home-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}

.home-btn-primary {
  background: #1b98e0;
  color: #ffffff;
  border-color: #1b98e0;
}

.home-btn-primary:hover {
  background: #1479b0;
  border-color: #1479b0;
}

.home-btn-outline {
  background: transparent;
  color: #1b98e0;
  border-color: #1b98e0;
}

.home-section--dark .home-btn-outline {
  color: #a9d4ff;
  border-color: #a9d4ff;
}

.home-btn-outline:hover {
  background: rgba(255,255,255,0.06);
  color: #ffffff;
}

/* ====== CTA row in dark section ====== */

.home-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

.home-cta-text h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.home-cta-text p {
  margin: 0;
  font-size: 14px;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* stack CTA on mobile */
@media (max-width: 700px) {
  .home-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ====== map iframe styling ====== */

.home-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* ====== social icon band ====== */

/* Lay out the menu: social box left, links right */

/* Wrap for your existing nav links (right side) */
.menu-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Dark rounded container for social icons */
.yw-social-box {
  position:absolute;
  top:0px;
  right:0px;
  width:42px;
  background: #ffffff; 
  margin:0 25px 0 auto;
  padding:24px 5px 5px 5px;
  border-radius: 999px;
  display: flex;
  align-items: center;
}

/* Row of icons inside the box */
.yw-social-bar {
  display: flex;
  flex-direction:column;
  align-items: center;
  gap: 0.35rem;
}

/* Individual icon buttons (no inner circle, icons sit directly in the dark box) */
.yw-social-link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #356193;              /* SVGs use currentColor */
}

/* Icon size normalization */
.yw-social-link svg {
  width: 80%;
  height: 80%;
  display: block;
}

/* Hover state: shift icon color to your brand blue */
.yw-social-link:hover {
  color: #1b98e0;              /* your brand blue */
}

/* ====== bottom CTA ====== */

.home-bottom-cta {
  text-align: center;
}

.home-bottom-cta h2 {
  margin: 0 0 8px;
}

.home-bottom-cta p {
  margin: 0 0 16px;
  font-size: 15px;
}

/* Form styles (used on memberships page) */
.yw-page-title {
    margin-top: 1.5rem;
    margin-bottom: 0.3rem;
  }

  .yw-page-intro {
    margin-bottom: 2rem;
    max-width: 48rem;
    line-height: 1.5;
  }

  .yw-plan-section {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
  }

  .yw-plan-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .yw-plan-heading {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .yw-plan-tagline {
    font-style: italic;
    margin-bottom: 0.75rem;
    color: #555555;
  }

  .yw-plan-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .yw-plan-list li {
    margin-bottom: 0.35rem;
    line-height: 1.4;
  }

  .yw-checkmark {
    color: #2eaef1; /* light blue to match your logo */
    font-weight: bold;
    margin-right: 0.35rem;
  }

  /* Comparison table */

  .yw-plans-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .yw-plans-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
  }

  .yw-plans-table th,
  .yw-plans-table td {
    border: 1px solid #e0e0e0;
    padding: 0.6rem 0.8rem;
    text-align: center;
    vertical-align: top;
    font-size: 0.95rem;
  }

  .yw-plans-table th {
    background-color: #f7f9fb;
    font-weight: 600;
  }

  .yw-plans-table th.yw-feature-name,
  .yw-plans-table td.yw-feature-name {
    text-align: left;
    font-weight: 500;
    width: 30%;
  }

  .yw-plans-table tbody tr:nth-child(even) {
    background-color: #fafbfc;
  }

  .yw-dash {
    color: #cccccc;
    font-size: 1rem;
  }

  /* “?” info icons in table header */

  .yw-plan-info {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #2eaef1;
    color: #2eaef1;
    font-size: 0.8rem;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    margin-left: 4px;
    vertical-align: middle;
    cursor: pointer;
  }

  .yw-plan-info:hover {
    background-color: #2eaef1;
    color: #ffffff;
  }

  /* helper + notes */

  .yw-pricing-note {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    max-width: 48rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555555;
  }

  .yw-plans-note {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-left: 4px solid #2eaef1;
    background-color: #f7f9fb;
    font-size: 0.95rem;
    line-height: 1.5;
    width:100%;
  }

  /* Become a Member button */

  .yw-plans-cta-wrapper {
    margin-top: 2.5rem;
    text-align: center;
  }

  .yw-btn-member {
    display: inline-block;
    padding: 0.85rem 1.8rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-color: #2eaef1;
    color: #ffffff;
    transition: background-color 0.2s ease, transform 0.1s ease;
  }

  .yw-btn-member:hover {
    background-color: #238ac0;
    transform: translateY(-1px);
  }

  .yw-btn-member:active {
    transform: translateY(0);
  }

  #keep-it-floating {
  scroll-margin-top: 100px;
}

  #keep-it-running {
  scroll-margin-top: 100px;
}

  #keep-it-ready {
  scroll-margin-top: 100px;
}

  #keep-it-pristine {
  scroll-margin-top: 100px;
}

  #topofresources {
  scroll-margin-top:100px; 
}

  @media (max-width: 768px) {
    .yw-plans-table {
      font-size: 0.9rem;
    }
  }

  .yw-contact-page-sidebar {
  float: right;
  max-width: 320px;
  margin: 0 0 1.5rem 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--paper);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-size: 0.95rem;
}

.yw-contact-page-sidebar h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.yw-contact-page-sidebar ul {
  padding-left: 1.2rem;
  margin: 0.25rem 0 0;
}

/* Make it stack nicely on mobile */
@media (max-width: 768px) {
  .yw-contact-page-sidebar {
    float: none;
    max-width: none;
    margin: 1rem 0;
  }
}

/* ================================
   YachtWatchers - Become Member Section
   ================================ */

.become-member-wrapper {
  max-width: 1100px;
  margin: 2.5rem auto 3.5rem;
  padding: 0 1.25rem;
}

.become-member-card {
  background: var(--bg);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04);
  padding: 1rem 0;
}

/* Layout: main form + benefit panel */
.become-member-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1.1fr);
  gap: 2.25rem;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .become-member-card {
    padding: 1.75rem 1.25rem 2rem;
  }

  .become-member-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.become-member-main {
  min-width: 0;
}

.become-member-title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  line-height: 1.2;
}

.become-member-intro {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.become-member-alt-contact {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.become-member-alt-contact a {
  font-weight: 600;
  text-decoration: none;
}

.become-member-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.become-member-steps li strong {
  color: var(--brand);
  margin-right: 0.15rem;
}

/* Form base */
.become-member-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Grid rows */
.become-member-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.become-member-field {
  flex: 1 1 20px;
  min-width: 0;
}

.become-member-field-full {
  flex-basis: 100%;
}

/* Labels & help text */
.become-member-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.become-member-required {
  color: #d64545;
}

.become-member-help {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Inputs, selects, textareas */
.become-member-field input,
.become-member-field select,
.become-member-field textarea {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid #d6d8e0;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.become-member-field textarea {
  resize: vertical;
  min-height: 2.5rem;
}

.become-member-field input::placeholder,
.become-member-field textarea::placeholder {
  color: #a2a5b3;
}

.become-member-field input:focus,
.become-member-field select:focus,
.become-member-field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(27, 152, 224, 0.15);
  background: #fbfdff;
}

/* Honeypot (hidden anti-bot field) */
.become-member-hp-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

/* Actions */
.become-member-actions {
  margin-top: 0.75rem;
}

.become-member-submit {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 25px rgba(27, 152, 224, 0.25);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    background 0.12s ease;
}

.become-member-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(27, 152, 224, 0.3);
}

.become-member-submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(27, 152, 224, 0.25);
}

.become-member-smallprint {
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.become-member-trust {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
}

/* Benefit / trust panel */
.become-member-benefits {
  min-width: 0;
}

.become-member-benefits-inner {
  border-radius: 14px;
  background: linear-gradient(140deg, #0f4c75, #0c1533);
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.35);
  padding:1rem;
}

.become-member-benefits-title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.become-member-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.become-member-benefits-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.5rem 0.75rem;
  align-items: flex-start;
  font-size: 0.88rem;
}

.become-member-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.82rem;
  line-height: 1;
}

.become-member-benefits-list strong {
  font-weight: 600;
}

.become-member-benefits-footer {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
}

/* Mobile tweak: stack form fields */
@media (max-width: 600px) {
  .become-member-row {
    flex-direction: column;
  }
}

/* ================================
   YachtWatchers - FAQ Page
   ================================ */

.faq-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.faq-title {
  margin: 0 0 0.4rem;
  font-size: clamp(24px, 3vw, 32px);
}

.faq-tagline {
  margin: 0 0 1.5rem;
  max-width: 44rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-contact-note {
  margin: 0 0 2rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.faq-contact-note a {
  font-weight: 600;
  text-decoration: none;
}

.faq-contact-note a:hover {
  text-decoration: underline;
}

/* Layout for FAQ categories */
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
  gap: 1.75rem;
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual category card */
.faq-category {
  background: var(--paper);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  padding: 1.3rem 1.3rem 1rem;
}

.faq-category-title {
  margin: 0 0 0.9rem;
  font-size: 1.1rem;
}

/* FAQ items and questions */
.faq-item + .faq-item {
  border-top: 1px solid #e5e7f0;
  margin-top: 0.9rem;
  padding-top: 0.9rem;
}

.faq-question {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 600;
}

/* Answers & text */
.faq-answer {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
}

.faq-answer p {
  margin: 0 0 0.5rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* Small pill tag (if you want to highlight plan names later) */
.faq-pill {
  display: inline-block;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  background: #e8f5ff;
  color: #136da3;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Optional note/highlight block inside answers */
.faq-note {
  margin-top: 0.6rem;
  padding: 0.65rem 0.8rem;
  font-size: 0.85rem;
  border-left: 3px solid var(--brand);
  background: #f5f8fb;
  color: var(--muted);
}

/* ===========================
   YachtWatchers - Locations Page
   Scoped with .locations-page-*
   =========================== */

.locations-page-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* Header copy */
.main-page-layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.main-page-header {
  max-width: 1100px;
  display:flex;
  margin: 0 0 10px 0;
  text-align: left;
}

.main-page-header p {
  margin: 1em 0 0 0;
}

.main-page-header-left {
  width:65%;
}

.main-page-header-right {
  width:35%;
  padding-left:1rem;
}

.main-page-body {
  max-width: 1100px;
  display:flex;
  margin: 0 0 10px 0;
  text-align: left;
}

.main-page-body-left {
  width:65%;
}

.main-page-body-full {
  width:100%;
  margin:2rem 0 0 0;
}

.main-page-body-full-dark {
  width:100%;
  margin:2rem 0 0 0;
  margin-bottom: 28px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  background: #0b132b;
  color: #ffffff;
  padding:24px;
  text-align:center;
}

.main-page-body-full-dark h2{
  margin:.5rem 0 .5rem 0;
}

.main-page-body-right {
  width:35%;
  padding-left:1rem;
}

.main-page-element {
  width:100%;
  margin-top: 1rem;
}

.main-page-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand);
  margin: 0 0 0.25rem 0;
}

.main-page-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.75rem 0;
}

.main-page-intro-left {
  width:740px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.main-page-cta-box-right {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1rem;
  background: linear-gradient(140deg, #0f4c75, #0c1533);
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.35);
}

.main-page-cta-box-right h2 {
  position: relative;
  margin: .2rem;
  font-size: 1.25rem;
}

.main-page-cta-box-right ul {
  list-style:none;
  padding-left: 1rem;
}

.main-page-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.75rem;
  background: linear-gradient(140deg, var(--brand), #367ba9);
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.35);
}

.main-page-cta-box-quote {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.75rem;
  background: linear-gradient(140deg, var(--brand), #367ba9);
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.35);
  font-style:italic;
}

.main-page-cta-box-quote h2 {
  text-align:center;
  color: #142949;
  position: relative;
  margin: 0 auto 0.6rem;
  font-size: 1.25rem;
}

.main-page-cta-box-quote p {
  position: relative;
  margin: 0 0 0.5rem 0;
}

.main-page-cta-box-white {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.75rem;
  background:#ffffff;
  color: #000000;
}

.main-page-cta-box-white h2 {
  text-align:center;
  color: #142949;
  position: relative;
  margin: 0 auto 0.6rem;
  font-size: 1.25rem;
}

.main-page-cta-box-white ul {
  position: relative;
  margin: 0 0 0.5rem 0;
  text-align:center;
  list-style-type:none;
}

.main-page-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 0% 0%,
    rgba(255, 255, 255, 0.18),
    transparent 55%
  );
  opacity: 0.9;
  pointer-events: none;
}

.main-page-cta-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0.75rem;
}

.main-page-cta-box h2 {
  text-align:center;
  color: #142949;
  position: relative;
  margin: 0 auto 0.6rem;
  font-size: 1.25rem;
}

.main-page-cta-box p {
  position: relative;
  margin: 0 0 0.5rem 0;
}

.main-page-cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  color: #0f4c75;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    background 0.12s ease;
}

.main-page-cta-link::after {
  content: "→";
  font-size: 0.9rem;
}

.main-page-cta-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

/* Main layout */
.locations-page-layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* Left column: map + CTA box stacked */
.locations-page-map-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Map panel */
.locations-page-map-panel {
  width:100%;
  background: var(--paper);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.locations-page-map {
  width: 100%;
  min-height: 320px;
}

.locations-page-map-hint {
  margin: 0;
  padding: 0.75rem 1.25rem 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

/* Right column: list only */
.locations-page-list-panel {
  display: flex;
  flex-direction: column;
}

/* Decorative CTA box (under map) */
.locations-page-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.75rem;
  background: linear-gradient(140deg, var(--brand), #367ba9);
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.35);
}

.locations-page-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 0% 0%,
    rgba(255, 255, 255, 0.18),
    transparent 55%
  );
  opacity: 0.9;
  pointer-events: none;
}

.locations-page-cta-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0.75rem;
}

.locations-page-cta-box h2 {
  position: relative;
  margin: 0 0 0.6rem 0;
  font-size: 1.25rem;
}

.locations-page-cta-box p {
  position: relative;
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
}

.locations-page-cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  color: #0f4c75;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    background 0.12s ease;
}

.locations-page-cta-link::after {
  content: "→";
  font-size: 0.9rem;
}

.locations-page-cta-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

/* Locations list */
.locations-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 480px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.locations-page-location-card {
  cursor: pointer;
  background: var(--paper);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  transition:
    border-color 0.12s ease,
    box-shadow 0.12s ease,
    transform 0.12s ease,
    background 0.12s ease;
}

.locations-page-location-card:hover {
  border-color: var(--brand);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.locations-page-location-card--active {
  border-color: var(--brand);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  background: rgba(27, 152, 224, 0.04);
}

.locations-page-location-name {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
}

.locations-page-location-meta {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.locations-page-location-type {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Leaflet attribution tweaks (scoped to this map) */
#locations-page-map .leaflet-control-attribution {
  font-size: 0.7rem;
}

/* ===========================
   Larger screens
   =========================== */
@media (min-width: 960px) {
  .locations-page-wrapper {
    padding-inline: 0;
  }

  .locations-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 2rem;
  }

  .locations-page-map-panel {
    min-height: 380px;
  }

  .locations-page-map {
    min-height: 380px;
  }

  .locations-page-list {
    max-height: 100%;
  }
}

