html { scroll-behavior: smooth; }
    body { margin: 0; background: #fff; }

  .cd-home {
    --cd-navy: #061b2b;
    --cd-deep: #08334a;
    --cd-ocean: #0b627e;
    --cd-teal: #0aa79f;
    --cd-mint: #dff8f4;
    --cd-sky: #eaf7fb;
    --cd-sand: #f6f0e5;
    --cd-paper: #ffffff;
    --cd-soft: #f6fafc;
    --cd-ink: #102433;
    --cd-muted: #5e7180;
    --cd-line: #d8e6ec;
    --cd-warning: #fff6e5;
    --cd-star: #ef9f28;
    --cd-danger: #c74d42;
    --cd-shadow: 0 24px 70px rgba(7, 35, 52, .11);
    width: 100%;
    overflow: clip;
    color: var(--cd-ink);
    background: var(--cd-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
  }

  .cd-home *, .cd-home *::before, .cd-home *::after { box-sizing: border-box; }
  .cd-home img { display: block; width: 100%; height: auto; }
  .cd-home a { color: inherit; }
  .cd-home button, .cd-home a { -webkit-tap-highlight-color: transparent; }
  .cd-home section[id] { scroll-margin-top: 92px; }

  .cd-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }

  .cd-section { padding: 88px 0; }
  .cd-section-tight { padding: 58px 0; }
  .cd-section-soft { background: var(--cd-soft); }
  .cd-section-sky { background: var(--cd-sky); }
  .cd-section-dark { background: var(--cd-navy); color: #fff; }

  .cd-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 16px;
    padding: 8px 13px;
    border: 1px solid rgba(10, 167, 159, .28);
    border-radius: 999px;
    background: rgba(223, 248, 244, .86);
    color: #08665f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .02em;
  }

  .cd-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cd-teal);
    box-shadow: 0 0 0 5px rgba(10,167,159,.12);
  }

  .cd-section-dark .cd-kicker,
  .cd-hero .cd-kicker {
    border-color: rgba(255,255,255,.25);
    background: rgba(255,255,255,.10);
    color: #fff;
  }

  .cd-title {
    margin: 0;
    color: var(--cd-navy);
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .cd-section-dark .cd-title { color: #fff; }

  .cd-subtitle {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--cd-muted);
    font-size: 19px;
    line-height: 1.7;
  }

  .cd-section-dark .cd-subtitle { color: #cde0e8; }

  .cd-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
    gap: 36px;
    align-items: end;
    margin-bottom: 38px;
  }

  .cd-heading-row .cd-subtitle { margin-top: 0; }

  .cd-h3 {
    margin: 0;
    color: var(--cd-navy);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }

  .cd-copy {
    margin: 0;
    color: var(--cd-muted);
    font-size: 17px;
    line-height: 1.72;
  }

  .cd-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .cd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 21px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  }

  .cd-btn:hover { transform: translateY(-2px); }
  .cd-btn:focus-visible { outline: 3px solid rgba(10,167,159,.35); outline-offset: 3px; }
  .cd-btn-primary { background: var(--cd-teal); color: #fff !important; box-shadow: 0 12px 32px rgba(10,167,159,.26); }
  .cd-btn-dark { background: var(--cd-navy); color: #fff !important; box-shadow: 0 12px 30px rgba(6,27,43,.18); }
  .cd-btn-light { background: #fff; color: var(--cd-navy) !important; box-shadow: 0 12px 32px rgba(0,0,0,.18); }
  .cd-btn-outline { border-color: rgba(255,255,255,.40); background: rgba(255,255,255,.08); color: #fff !important; }
  .cd-btn-ghost { border-color: var(--cd-line); background: #fff; color: var(--cd-navy) !important; }
  .cd-btn-arrow::after { content: "→"; font-size: 20px; line-height: 1; }

  .cd-card {
    border: 1px solid var(--cd-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--cd-shadow);
  }

  .cd-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    background: var(--cd-mint);
    color: #08726b;
    font-size: 21px;
    font-weight: 900;
  }

  .cd-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  @media (max-width: 900px) {
    .cd-heading-row { grid-template-columns: 1fr; gap: 16px; }
    .cd-heading-row .cd-subtitle { margin-top: 0; }
    .cd-section { padding: 70px 0; }
  }

  @media (max-width: 640px) {
    .cd-shell { width: min(100% - 28px, 1180px); }
    .cd-section { padding: 58px 0; }
    .cd-section-tight { padding: 46px 0; }
    .cd-btn { width: 100%; }
    .cd-title { font-size: clamp(32px, 10vw, 44px); }
  }


  :root {
    --cdx-header-height: 84px;
    --cdx-nav-navy: #061b2b;
    --cdx-nav-deep: #08334a;
    --cdx-nav-teal: #0aa79f;
    --cdx-nav-mint: #dff8f4;
    --cdx-nav-ink: #102433;
    --cdx-nav-muted: #5e7180;
    --cdx-nav-line: #d8e6ec;
    --cdx-nav-paper: #ffffff;
  }

  .cdx-site-header,
  .cdx-site-header *,
  .cdx-site-header *::before,
  .cdx-site-header *::after {
    box-sizing: border-box;
  }

  .cdx-site-header {
    position: sticky;
    top: 0;
    z-index: 99990;
    width: 100%;
    min-height: var(--cdx-header-height);
    border-bottom: 1px solid transparent;
    background: linear-gradient(180deg, rgba(3,18,29,.72) 0%, rgba(3,18,29,.30) 68%, rgba(3,18,29,0) 100%);
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
  }

  body.admin-bar .cdx-site-header { top: 32px; }

  .cdx-site-header.cdx-is-scrolled,
  .cdx-site-header.cdx-menu-open,
  .cdx-site-header:not(.cdx-has-hero) {
    border-bottom-color: rgba(216, 230, 236, .92);
    background: rgba(255, 255, 255, .96);
    color: var(--cdx-nav-ink);
    box-shadow: 0 10px 34px rgba(7, 35, 52, .09);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .cdx-nav-shell {
    width: min(1180px, calc(100% - 40px));
    min-height: var(--cdx-header-height);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .cdx-brand {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    gap: 11px;
    min-height: 48px;
    color: inherit !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -.035em;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .cdx-brand svg {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,.15));
  }

  .cdx-brand-domain { color: inherit !important; }
  .cdx-brand-dot { color: #79e1d4 !important; }
  .cdx-is-scrolled .cdx-brand-dot,
  .cdx-menu-open .cdx-brand-dot,
  .cdx-site-header:not(.cdx-has-hero) .cdx-brand-dot { color: var(--cdx-nav-teal) !important; }

  .cdx-primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    min-width: 0;
  }

  .cdx-menu-item { position: relative; }

  .cdx-menu-trigger,
  .cdx-direct-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 11px 13px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: inherit !important;
    font: inherit;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
  }

  .cdx-menu-trigger:hover,
  .cdx-menu-trigger:focus-visible,
  .cdx-direct-link:hover,
  .cdx-direct-link:focus-visible,
  .cdx-menu-item.cdx-open > .cdx-menu-trigger {
    background: rgba(255,255,255,.12);
    color: #fff !important;
  }

  .cdx-is-scrolled .cdx-menu-trigger:hover,
  .cdx-is-scrolled .cdx-menu-trigger:focus-visible,
  .cdx-is-scrolled .cdx-direct-link:hover,
  .cdx-is-scrolled .cdx-direct-link:focus-visible,
  .cdx-is-scrolled .cdx-menu-item.cdx-open > .cdx-menu-trigger,
  .cdx-menu-open .cdx-menu-trigger:hover,
  .cdx-menu-open .cdx-menu-trigger:focus-visible,
  .cdx-menu-open .cdx-direct-link:hover,
  .cdx-menu-open .cdx-direct-link:focus-visible,
  .cdx-site-header:not(.cdx-has-hero) .cdx-menu-trigger:hover,
  .cdx-site-header:not(.cdx-has-hero) .cdx-direct-link:hover {
    background: var(--cdx-nav-mint);
    color: #08726b !important;
  }

  .cdx-menu-trigger:focus-visible,
  .cdx-direct-link:focus-visible,
  .cdx-header-cta:focus-visible,
  .cdx-mobile-toggle:focus-visible,
  .cdx-sub-link:focus-visible,
  .cdx-featured-link:focus-visible {
    outline: 3px solid rgba(10,167,159,.35);
    outline-offset: 3px;
  }

  .cdx-chevron {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    transition: transform .2s ease;
  }

  .cdx-menu-item.cdx-open .cdx-chevron { transform: rotate(180deg); }

  .cdx-header-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    margin-left: 8px;
    padding: 13px 19px;
    border: 1px solid var(--cdx-nav-teal);
    border-radius: 999px;
    background: var(--cdx-nav-teal);
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(10,167,159,.25);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  }

  .cdx-header-cta:hover {
    transform: translateY(-2px);
    background: #087f79;
    box-shadow: 0 15px 34px rgba(10,167,159,.31);
  }

  .cdx-header-cta svg { width: 18px; height: 18px; }

  .cdx-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: 390px;
    max-width: calc(100vw - 32px);
    padding: 14px;
    border: 1px solid var(--cdx-nav-line);
    border-radius: 22px;
    background: #fff;
    color: var(--cdx-nav-ink);
    box-shadow: 0 26px 70px rgba(7,35,52,.18);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  .cdx-dropdown::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    height: 13px;
  }

  .cdx-menu-item:hover > .cdx-dropdown,
  .cdx-menu-item:focus-within > .cdx-dropdown,
  .cdx-menu-item.cdx-open > .cdx-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .cdx-featured-link {
    display: grid !important;
    grid-template-columns: 48px minmax(0,1fr) 22px;
    gap: 13px;
    align-items: center;
    min-height: 82px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--cdx-nav-navy), var(--cdx-nav-deep));
    color: #fff !important;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .cdx-featured-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(6,27,43,.18);
  }

  .cdx-featured-icon,
  .cdx-sub-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    color: #7fe5d7;
  }

  .cdx-featured-icon svg,
  .cdx-sub-icon svg { width: 23px; height: 23px; }

  .cdx-featured-copy,
  .cdx-sub-copy { min-width: 0; }

  .cdx-featured-copy strong,
  .cdx-sub-copy strong {
    display: block;
    margin: 0;
    color: inherit !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
  }

  .cdx-featured-copy span,
  .cdx-sub-copy span {
    display: block;
    margin-top: 3px;
    color: inherit !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
  }

  .cdx-featured-copy span { color: #cde0e8 !important; }
  .cdx-featured-arrow { font-size: 21px; font-weight: 900; }

  .cdx-dropdown-label {
    margin: 16px 10px 7px;
    color: var(--cdx-nav-muted) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
  }

  .cdx-sub-links { display: grid; gap: 3px; }

  .cdx-sub-link {
    display: grid !important;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 10px;
    border-radius: 14px;
    color: var(--cdx-nav-ink) !important;
    text-decoration: none !important;
    transition: background-color .18s ease, transform .18s ease;
  }

  .cdx-sub-link:hover {
    background: #f2f8fa;
    transform: translateX(2px);
  }

  .cdx-sub-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #d7ecea;
    background: var(--cdx-nav-mint);
    color: #08726b;
  }

  .cdx-sub-copy span { color: var(--cdx-nav-muted) !important; }

  .cdx-mobile-home,
  .cdx-mobile-label,
  .cdx-mobile-overlay,
  .cdx-mobile-toggle { display: none; }

  @media (max-width: 1040px) {
    .cdx-nav-shell { gap: 18px; }
    .cdx-menu-trigger, .cdx-direct-link { padding-inline: 9px; }
    .cdx-primary-nav { gap: 0; }
  }

  @media (max-width: 920px) {
    :root { --cdx-header-height: 74px; }
    body.admin-bar .cdx-site-header { top: 46px; }

    .cdx-nav-shell { width: min(100% - 28px, 1180px); }

    .cdx-mobile-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      padding: 0;
      border: 1px solid rgba(255,255,255,.30);
      border-radius: 14px;
      background: rgba(255,255,255,.10);
      color: #fff;
      cursor: pointer;
    }

    .cdx-is-scrolled .cdx-mobile-toggle,
    .cdx-menu-open .cdx-mobile-toggle,
    .cdx-site-header:not(.cdx-has-hero) .cdx-mobile-toggle {
      border-color: var(--cdx-nav-line);
      background: #fff;
      color: var(--cdx-nav-navy);
    }

    .cdx-mobile-toggle svg { width: 25px; height: 25px; }
    .cdx-mobile-toggle .cdx-icon-close { display: none; }
    .cdx-menu-open .cdx-mobile-toggle .cdx-icon-menu { display: none; }
    .cdx-menu-open .cdx-mobile-toggle .cdx-icon-close { display: block; }

    .cdx-mobile-overlay {
      position: absolute;
      z-index: 99980;
      top: 100%;
      right: 0;
      bottom: auto;
      left: 0;
      width: 100vw;
      height: calc(100dvh - var(--cdx-header-height));
      display: block;
      background: rgba(3,18,29,.58);
      opacity: 0;
      visibility: hidden;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      transition: opacity .2s ease, visibility .2s ease;
    }


    .cdx-menu-open .cdx-mobile-overlay {
      opacity: 1;
      visibility: visible;
    }

    .cdx-primary-nav {
      position: absolute;
      z-index: 99985;
      top: 100%;
      right: 0;
      bottom: auto;
      width: min(430px, 100%);
      height: calc(100dvh - var(--cdx-header-height));
      display: block;
      overflow-y: auto;
      overscroll-behavior: contain;
      padding: 18px 18px 34px;
      border-left: 1px solid var(--cdx-nav-line);
      background: #fff;
      color: var(--cdx-nav-ink);
      box-shadow: -22px 30px 70px rgba(7,35,52,.20);
      transform: translateX(105%);
      visibility: hidden;
      transition: transform .25s ease, visibility .25s ease;
    }


    .cdx-menu-open .cdx-primary-nav {
      transform: translateX(0);
      visibility: visible;
    }

    .cdx-mobile-label {
      display: block;
      margin: 0 5px 12px;
      color: var(--cdx-nav-muted) !important;
      font-size: 16px !important;
      font-weight: 800 !important;
      line-height: 1.4 !important;
    }

    .cdx-mobile-home,
    .cdx-menu-trigger,
    .cdx-direct-link {
      width: 100%;
      min-height: 52px;
      justify-content: space-between;
      padding: 13px 14px;
      border-radius: 13px;
      color: var(--cdx-nav-ink) !important;
      text-align: left;
    }

    .cdx-mobile-home {
      display: flex !important;
      align-items: center;
      margin-bottom: 5px;
      font-size: 16px !important;
      font-weight: 800 !important;
      line-height: 1.2 !important;
      text-decoration: none !important;
    }

    .cdx-mobile-home:hover,
    .cdx-menu-trigger:hover,
    .cdx-direct-link:hover,
    .cdx-menu-item.cdx-open > .cdx-menu-trigger {
      background: var(--cdx-nav-mint) !important;
      color: #08726b !important;
    }

    .cdx-menu-item { border-bottom: 1px solid #edf3f5; }

    .cdx-dropdown {
      position: static;
      left: auto;
      width: auto;
      max-width: none;
      display: none;
      margin: 0 0 12px;
      padding: 8px;
      border: 0;
      border-radius: 16px;
      background: #f5f9fb;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      transform: none;
      transition: none;
    }

    .cdx-dropdown::before { display: none; }
    .cdx-menu-item:hover > .cdx-dropdown,
    .cdx-menu-item:focus-within > .cdx-dropdown { display: none; }
    .cdx-menu-item.cdx-open > .cdx-dropdown {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: none;
    }

    .cdx-featured-link { min-height: 88px; }
    .cdx-sub-link { min-height: 72px; }
    .cdx-dropdown-label { margin-top: 14px; }

    .cdx-header-cta {
      width: 100%;
      min-height: 54px;
      margin: 18px 0 0;
    }

    body.cdx-nav-lock { overflow: hidden; }
  }

  @media (max-width: 520px) {
    .cdx-brand { font-size: 19px !important; gap: 9px; }
    .cdx-brand svg { width: 40px; height: 40px; flex-basis: 40px; }
    .cdx-primary-nav { width: 100%; }
  }

  @media (prefers-reduced-motion: reduce) {
    .cdx-site-header *, .cdx-site-header *::before, .cdx-site-header *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }


  .cd-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 104px 0 96px;
    background:
      linear-gradient(90deg, rgba(4,25,40,.97) 0%, rgba(4,25,40,.91) 42%, rgba(4,25,40,.48) 72%, rgba(4,25,40,.23) 100%),
      url("../images/home-hero.jpg") center 52% / cover no-repeat;
  }

  .cd-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(to bottom, transparent, rgba(4,25,40,.55));
    pointer-events: none;
  }

  .cd-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
    gap: 48px;
    align-items: end;
  }

  .cd-hero h1 {
    max-width: 840px;
    margin: 0;
    color: #fff !important;
    font-size: clamp(48px, 7.2vw, 88px);
    line-height: .95;
    letter-spacing: -.06em;
    text-wrap: balance;
  }

  .cd-hero-lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: #e1f0f5 !important;
    font-size: clamp(19px, 2.2vw, 24px);
    line-height: 1.55;
  }

  .cd-hero .cd-btn-row { margin-top: 32px; }

  .cd-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .cd-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: #fff !important;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
  }

  .cd-hero-chip::before {
    content: "✓";
    color: #7fe5d7;
    font-weight: 900;
  }

  .cd-quick-answer {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 28px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 28px 90px rgba(0,0,0,.30);
  }

  .cd-quick-image {
    position: relative;
    min-height: 225px;
    background: url("../images/quick-answer.jpg") center / cover no-repeat;
  }

  .cd-quick-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4,25,40,.56), transparent 65%);
  }

  .cd-quick-badge {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.93);
    color: var(--cd-navy);
    font-size: 16px;
    font-weight: 850;
  }

  .cd-quick-body { padding: 24px; }
  .cd-quick-body h2 {
    margin: 0 0 11px;
    color: var(--cd-navy);
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -.03em;
  }
  .cd-quick-body p {
    margin: 0;
    color: var(--cd-muted) !important;
    font-size: 16px;
    line-height: 1.65;
  }

  .cd-quick-facts {
    display: grid;
    gap: 0;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .cd-quick-facts li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-top: 1px solid var(--cd-line);
    color: var(--cd-muted);
    font-size: 16px;
  }
  .cd-quick-facts strong { color: var(--cd-navy); text-align: right; }

  .cd-trust-strip {
    position: relative;
    z-index: 5;
    margin-top: -42px;
  }

  .cd-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--cd-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(7,35,52,.13);
  }

  .cd-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px;
    border-right: 1px solid var(--cd-line);
  }
  .cd-trust-item:last-child { border-right: 0; }
  .cd-trust-item b { display: block; color: var(--cd-navy); font-size: 16px; line-height: 1.35; }
  .cd-trust-item span { display: block; margin-top: 4px; color: var(--cd-muted); font-size: 16px; line-height: 1.45; }
  .cd-trust-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--cd-teal);
    box-shadow: 0 0 0 6px var(--cd-mint);
  }

  @media (max-width: 1020px) {
    .cd-hero { min-height: auto; padding: 86px 0 92px; }
    .cd-hero-grid { grid-template-columns: 1fr; }
    .cd-quick-answer { max-width: 720px; }
    .cd-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .cd-trust-item:nth-child(2) { border-right: 0; }
    .cd-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--cd-line); }
  }

  @media (max-width: 640px) {
    .cd-hero { padding: 72px 0 78px; background-position: 64% center; }
    .cd-hero h1 { font-size: clamp(44px, 14vw, 64px); }
    .cd-hero-lead { font-size: 19px; }
    .cd-hero-chip { width: 100%; justify-content: flex-start; }
    .cd-quick-image { min-height: 190px; }
    .cd-trust-strip { margin-top: -28px; }
    .cd-trust-grid { grid-template-columns: 1fr; }
    .cd-trust-item { border-right: 0; border-bottom: 1px solid var(--cd-line); }
    .cd-trust-item:last-child { border-bottom: 0; }
  }


  .cd-disclosure {
    margin-top: 22px;
    padding: 15px 18px;
    border: 1px solid #e7ddc8;
    border-radius: 16px;
    background: var(--cd-sand);
    color: #5f5037;
    font-size: 16px;
    line-height: 1.55;
  }

  .cd-tour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .cd-tour-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--cd-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--cd-shadow);
  }

  .cd-tour-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #d9e8ee;
  }
  .cd-tour-media img { height: 100%; object-fit: cover; transition: transform .35s ease; }
  .cd-tour-card:hover .cd-tour-media img { transform: scale(1.035); }

  .cd-tour-label {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    background: rgba(6,27,43,.80);
    color: #fff;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    backdrop-filter: blur(10px);
  }

  .cd-tour-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
  }

  .cd-tour-provider {
    margin: 0 0 8px;
    color: var(--cd-teal);
    font-size: 16px;
    font-weight: 850;
  }

  .cd-tour-title {
    margin: 0;
    color: var(--cd-navy);
    font-size: 26px;
    line-height: 1.16;
    letter-spacing: -.035em;
  }

  .cd-rating-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 14px;
    color: var(--cd-muted);
    font-size: 16px;
  }
  .cd-stars { color: var(--cd-star); letter-spacing: 1px; }
  .cd-rating-row strong { color: var(--cd-navy); }

  .cd-tour-text {
    margin: 17px 0 0;
    color: var(--cd-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .cd-tour-facts {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .cd-tour-facts li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #294050;
    font-size: 16px;
    line-height: 1.45;
  }
  .cd-tour-facts li::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--cd-mint);
    color: #08726b;
    font-size: 15px;
    font-weight: 900;
  }

  .cd-watchout {
    margin-top: 20px;
    padding: 13px 15px;
    border: 1px solid #ead9b5;
    border-radius: 15px;
    background: var(--cd-warning);
    color: #665234;
    font-size: 16px;
    line-height: 1.5;
  }
  .cd-watchout strong { color: #44331d; }

  .cd-tour-actions { margin-top: auto; padding-top: 22px; }
  .cd-tour-actions .cd-btn { width: 100%; }
  .cd-tour-detail-link {
    display: block;
    margin-top: 13px;
    color: var(--cd-ocean) !important;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-decoration: underline !important;
    text-underline-offset: 4px;
  }

  .cd-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--cd-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--cd-shadow);
  }
  .cd-compare-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
  }
  .cd-compare-table th,
  .cd-compare-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--cd-line);
    border-right: 1px solid var(--cd-line);
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
  }
  .cd-compare-table th:last-child,
  .cd-compare-table td:last-child { border-right: 0; }
  .cd-compare-table tr:last-child th,
  .cd-compare-table tr:last-child td { border-bottom: 0; }
  .cd-compare-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--cd-navy);
    color: #fff;
    font-weight: 850;
  }
  .cd-compare-table tbody th {
    width: 180px;
    background: var(--cd-soft);
    color: var(--cd-navy);
    font-weight: 850;
  }
  .cd-table-note { margin: 15px 0 0; color: var(--cd-muted); font-size: 16px; }

  .cd-finder-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .cd-finder-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--cd-line);
    border-radius: 22px;
    background: #fff;
  }
  .cd-finder-card .cd-icon { margin-bottom: 18px; }
  .cd-finder-card h3 { margin: 0; color: var(--cd-navy); font-size: 21px; line-height: 1.25; }
  .cd-finder-card p { margin: 11px 0 18px; color: var(--cd-muted); font-size: 16px; line-height: 1.6; }
  .cd-finder-card a { margin-top: auto; color: var(--cd-ocean) !important; font-size: 16px; font-weight: 850; text-decoration: underline !important; text-underline-offset: 4px; }

  .cd-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    counter-reset: tourstep;
  }
  .cd-step {
    position: relative;
    min-height: 220px;
    padding: 23px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    background: rgba(255,255,255,.07);
  }
  .cd-step::before {
    counter-increment: tourstep;
    content: counter(tourstep);
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: var(--cd-teal);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 0 0 7px rgba(10,167,159,.13);
  }
  .cd-step h3 { margin: 0; color: #fff; font-size: 20px; line-height: 1.25; }
  .cd-step p { margin: 10px 0 0; color: #cde0e8; font-size: 16px; line-height: 1.55; }

  .cd-time-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(320px, 1.22fr);
    gap: 36px;
    align-items: center;
  }
  .cd-big-time {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--cd-navy), var(--cd-deep));
    color: #fff;
    box-shadow: var(--cd-shadow);
  }
  .cd-big-time strong {
    display: block;
    font-size: clamp(58px, 8vw, 92px);
    line-height: .95;
    letter-spacing: -.06em;
  }
  .cd-big-time span { display: block; margin-top: 13px; color: #d2e5ec; font-size: 18px; line-height: 1.5; }
  .cd-time-list { display: grid; gap: 13px; }
  .cd-time-item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid var(--cd-line);
    border-radius: 18px;
    background: #fff;
  }
  .cd-time-item b { color: var(--cd-navy); font-size: 16px; }
  .cd-time-item span { color: var(--cd-muted); font-size: 16px; line-height: 1.5; }

  .cd-versus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .cd-versus-card {
    overflow: hidden;
    border: 1px solid var(--cd-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--cd-shadow);
  }
  .cd-versus-top { padding: 26px; background: var(--cd-navy); color: #fff; }
  .cd-versus-card:nth-child(2) .cd-versus-top { background: var(--cd-ocean); }
  .cd-versus-top h3 { margin: 0; color: #fff; font-size: 27px; line-height: 1.2; }
  .cd-versus-top p { margin: 10px 0 0; color: #d4e5ec; font-size: 16px; }
  .cd-versus-list { margin: 0; padding: 8px 26px 24px; list-style: none; }
  .cd-versus-list li {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid var(--cd-line);
    font-size: 16px;
  }
  .cd-versus-list li:last-child { border-bottom: 0; }
  .cd-versus-list b { color: var(--cd-navy); }
  .cd-versus-list span { color: var(--cd-muted); }

  .cd-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
    gap: 46px;
    align-items: center;
  }
  .cd-split-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;
    background: #dce9ee;
    box-shadow: var(--cd-shadow);
  }
  .cd-split-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
  .cd-split-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6,27,43,.62), transparent 55%);
  }
  .cd-image-note {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    background: rgba(6,27,43,.72);
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    backdrop-filter: blur(10px);
  }

  .cd-species-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
  }
  .cd-species-card {
    padding: 20px;
    border: 1px solid var(--cd-line);
    border-radius: 20px;
    background: #fff;
  }
  .cd-species-card small { display: block; color: var(--cd-teal); font-size: 16px; font-weight: 850; }
  .cd-species-card h3 { margin: 8px 0 0; color: var(--cd-navy); font-size: 21px; line-height: 1.25; }
  .cd-species-card p { margin: 9px 0 0; color: var(--cd-muted); font-size: 16px; line-height: 1.55; }

  .cd-condition-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .cd-condition-card { padding: 28px; border-radius: 24px; }
  .cd-condition-card:first-child { background: var(--cd-mint); }
  .cd-condition-card:last-child { background: var(--cd-warning); }
  .cd-condition-card h3 { margin: 0; color: var(--cd-navy); font-size: 25px; }
  .cd-condition-card p { margin: 12px 0 0; color: #405765; font-size: 16px; line-height: 1.65; }
  .cd-condition-card ul { margin: 18px 0 0; padding-left: 21px; color: #405765; }
  .cd-condition-card li { margin: 8px 0; font-size: 16px; }

  .cd-logistics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .cd-logistics-card { padding: 24px; }
  .cd-logistics-card h3 { margin: 16px 0 0; color: var(--cd-navy); font-size: 22px; }
  .cd-logistics-card p { margin: 10px 0 0; color: var(--cd-muted); font-size: 16px; line-height: 1.6; }

  .cd-safety-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .cd-safety-card {
    padding: 23px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    background: rgba(255,255,255,.07);
  }
  .cd-safety-card .cd-icon { background: rgba(127,229,215,.14); color: #86eadc; }
  .cd-safety-card h3 { margin: 16px 0 0; color: #fff; font-size: 21px; }
  .cd-safety-card p { margin: 10px 0 0; color: #cde0e8; font-size: 16px; line-height: 1.6; }

  .cd-pack-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .cd-pack-item {
    display: flex;
    gap: 13px;
    padding: 18px;
    border: 1px solid var(--cd-line);
    border-radius: 18px;
    background: #fff;
  }
  .cd-pack-item b { display: block; color: var(--cd-navy); font-size: 16px; }
  .cd-pack-item span { display: block; margin-top: 4px; color: var(--cd-muted); font-size: 16px; line-height: 1.45; }

  .cd-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .cd-review-card { padding: 28px; }
  .cd-review-card h3 { margin: 0; color: var(--cd-navy); font-size: 25px; }
  .cd-review-card ul { margin: 20px 0 0; padding: 0; list-style: none; }
  .cd-review-card li {
    position: relative;
    margin: 13px 0;
    padding-left: 30px;
    color: var(--cd-muted);
    font-size: 16px;
    line-height: 1.55;
  }
  .cd-review-card:first-child li::before { content: "✓"; color: var(--cd-teal); }
  .cd-review-card:last-child li::before { content: "!"; color: #c4801c; }
  .cd-review-card li::before { position: absolute; left: 0; top: 0; font-weight: 900; }

  .cd-method-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 30px;
    align-items: start;
  }
  .cd-method-card { padding: 28px; }
  .cd-method-card h3 { margin: 0; color: var(--cd-navy); font-size: 24px; }
  .cd-method-card p { margin: 14px 0 0; color: var(--cd-muted); font-size: 16px; line-height: 1.65; }
  .cd-method-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
  .cd-method-list li { display: flex; gap: 12px; color: #294050; font-size: 16px; }
  .cd-method-list li::before { content: "✓"; color: var(--cd-teal); font-weight: 900; }
  .cd-source-list { display: grid; gap: 10px; margin-top: 18px; }
  .cd-source-list a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--cd-line);
    color: var(--cd-ocean) !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
  }
  .cd-source-list a:last-child { border-bottom: 0; }
  .cd-source-list a::after { content: "↗"; }

  .cd-faq-list { display: grid; gap: 12px; }
  .cd-faq {
    border: 1px solid var(--cd-line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
  }
  .cd-faq summary {
    position: relative;
    padding: 20px 58px 20px 21px;
    color: var(--cd-navy);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
  }
  .cd-faq summary::-webkit-details-marker { display: none; }
  .cd-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--cd-mint);
    color: #08726b;
    transform: translateY(-50%);
  }
  .cd-faq[open] summary::after { content: "−"; }
  .cd-faq p { margin: 0; padding: 0 21px 21px; color: var(--cd-muted); font-size: 16px; line-height: 1.65; }

  .cd-final-cta {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background:
      linear-gradient(90deg, rgba(6,27,43,.96), rgba(6,27,43,.86)),
      url("../images/tour-haleiwa.jpg") center / cover no-repeat;
    color: #fff;
  }
  .cd-final-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
  }
  .cd-final-cta h2 { margin: 0; color: #fff; font-size: clamp(35px, 5vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
  .cd-final-cta p { max-width: 760px; margin: 16px 0 0; color: #d5e6ed; font-size: 18px; line-height: 1.65; }

  .cd-footer { padding: 54px 0 90px; background: #04141f; color: #c8d9e1; }
  .cd-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, .7fr);
    gap: 36px;
  }
  .cd-footer h2, .cd-footer h3 { margin: 0; color: #fff; }
  .cd-footer h2 { font-size: 25px; }
  .cd-footer h3 { font-size: 18px; }
  .cd-footer p { margin: 13px 0 0; font-size: 16px; line-height: 1.65; }
  .cd-footer a { display: block; margin-top: 10px; color: #c8d9e1 !important; font-size: 16px; text-decoration: none !important; }
  .cd-footer a:hover { color: #fff !important; }
  .cd-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 16px;
  }

  .cd-mobile-cta {
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: none;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--cd-teal);
    color: #fff !important;
    box-shadow: 0 18px 45px rgba(6,27,43,.34);
    font-size: 16px;
    font-weight: 900;
    text-decoration: none !important;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }
  .cd-mobile-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  @media (max-width: 1050px) {
    .cd-tour-grid { grid-template-columns: 1fr; }
    .cd-tour-card { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
    .cd-tour-media { aspect-ratio: auto; min-height: 100%; }
    .cd-finder-grid { grid-template-columns: repeat(2, 1fr); }
    .cd-timeline { grid-template-columns: repeat(3, 1fr); }
    .cd-safety-grid, .cd-pack-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 820px) {
    .cd-time-grid, .cd-split, .cd-method-grid, .cd-final-cta-grid { grid-template-columns: 1fr; }
    .cd-versus-grid, .cd-condition-grid, .cd-review-grid { grid-template-columns: 1fr; }
    .cd-species-grid, .cd-logistics-grid { grid-template-columns: 1fr; }
    .cd-split-media { min-height: 420px; order: -1; }
    .cd-final-cta-grid .cd-btn { width: fit-content; }
    .cd-footer-grid { grid-template-columns: 1fr 1fr; }
    .cd-mobile-cta { display: flex; }
    .cd-footer { padding-bottom: 104px; }
  }

  @media (max-width: 640px) {
    .cd-tour-card { display: flex; }
    .cd-tour-media { min-height: 230px; aspect-ratio: 16 / 10; }
    .cd-finder-grid, .cd-timeline, .cd-safety-grid, .cd-pack-grid { grid-template-columns: 1fr; }
    .cd-step { min-height: auto; }
    .cd-time-item { grid-template-columns: 1fr; gap: 6px; }
    .cd-versus-list li { grid-template-columns: 1fr; gap: 4px; }
    .cd-footer-grid { grid-template-columns: 1fr; }
    .cd-footer-bottom { flex-direction: column; }
    .cd-final-cta-grid .cd-btn { width: 100%; }
  }

/* WordPress theme integration */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #ffffff;
  color: #102433;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body *, body *::before, body *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  clip: auto;
  border-radius: 10px;
  background: #fff;
  color: #061b2b;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
}

.alignwide { width: min(1180px, calc(100vw - 40px)); max-width: none; margin-inline: calc(50% - min(590px, calc(50vw - 20px))); }
.alignfull { width: 100vw; max-width: none; margin-inline: calc(50% - 50vw); }

/* Local theme images. Customizer images can override these variables. */
.cd-home {
  --cd-home-hero-image: url("../images/home-hero.jpg");
  --cd-home-quick-image: url("../images/quick-answer.jpg");
}
.cd-home .cd-hero {
  background:
    linear-gradient(90deg, rgba(4,25,40,.97) 0%, rgba(4,25,40,.91) 42%, rgba(4,25,40,.48) 72%, rgba(4,25,40,.23) 100%),
    var(--cd-home-hero-image) center 52% / cover no-repeat;
}
.cd-home .cd-quick-image { background: var(--cd-home-quick-image) center / cover no-repeat; }

/* Generic pages */
.cd-site-main { min-height: 55vh; }
.cd-page-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 0 76px;
  background:
    linear-gradient(90deg, rgba(4,25,40,.97), rgba(4,25,40,.78)),
    var(--cd-page-hero-image, url("../images/page-hero.jpg")) center / cover no-repeat;
  color: #fff;
}
.cd-page-hero .cd-shell { position: relative; z-index: 2; }
.cd-page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}
.cd-page-breadcrumbs a { color: #fff; text-decoration: none; }
.cd-page-breadcrumbs a:hover { text-decoration: underline; }
.cd-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.cd-page-hero-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: #dcebf1;
  font-size: 20px;
  line-height: 1.65;
}
.cd-page-content {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
  padding: 70px 0 96px;
}
.cd-page-content-wide { width: min(1180px, calc(100% - 40px)); }
.cd-page-content > *:first-child { margin-top: 0; }
.cd-page-content > *:last-child { margin-bottom: 0; }
.cd-page-content h2,
.cd-page-content h3,
.cd-page-content h4 { color: #061b2b; letter-spacing: -.03em; }
.cd-page-content h2 { margin: 2.2em 0 .65em; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.cd-page-content h3 { margin: 1.8em 0 .6em; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; }
.cd-page-content p,
.cd-page-content li { font-size: 18px; line-height: 1.72; }
.cd-page-content p { color: #425866; }
.cd-page-content ul,
.cd-page-content ol { padding-left: 1.25em; }
.cd-page-content blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 5px solid #0aa79f;
  border-radius: 0 18px 18px 0;
  background: #f1fbfa;
  color: #163847;
}
.cd-page-content table { width: 100%; border-collapse: collapse; }
.cd-page-content th,
.cd-page-content td { padding: 14px 16px; border: 1px solid #d8e6ec; text-align: left; vertical-align: top; }
.cd-page-content th { background: #f5fafc; color: #061b2b; }
.cd-page-content .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  background: #0aa79f;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

/* Post lists */
.cd-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 96px;
}
.cd-post-card {
  overflow: hidden;
  border: 1px solid #d8e6ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7,35,52,.09);
}
.cd-post-card-image { aspect-ratio: 16/10; background: #eaf7fb; }
.cd-post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.cd-post-card-body { padding: 24px; }
.cd-post-card h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.18; }
.cd-post-card h2 a { color: #061b2b; text-decoration: none; }
.cd-post-card p { margin: 0; color: #5e7180; font-size: 17px; }
.cd-post-meta { margin-bottom: 10px; color: #087f79; font-size: 16px; font-weight: 800; }
.cd-pagination { grid-column: 1/-1; }

/* Forms and comments */
.cd-page-content input:not([type="submit"]),
.cd-page-content textarea,
.cd-page-content select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbdce3;
  border-radius: 12px;
  background: #fff;
  color: #102433;
  font-size: 16px;
}
.cd-page-content textarea { min-height: 150px; }
.cd-page-content input[type="submit"] {
  min-height: 50px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  background: #0aa79f;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.wp-caption, .gallery-caption { max-width: 100%; color: #5e7180; font-size: 16px; }
.wp-block-image figcaption { color: #5e7180; font-size: 16px; }

/* Footer menu reset */
.cd-footer ul { margin: 0; padding: 0; list-style: none; }
.cd-footer li + li { margin-top: 8px; }
.cd-footer a { color: #d6e6ec; text-decoration: none; font-size: 16px; }
.cd-footer a:hover { color: #fff; text-decoration: underline; }
.cd-footer-title { margin: 0 0 14px; color: #fff; font-size: 18px; }
.cd-footer-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 22px; font-weight: 900; text-decoration: none; }
.cd-footer-brand svg { width: 42px; height: 42px; }
.cd-footer-copy { max-width: 430px; margin: 18px 0 0; color: #b9ced7; font-size: 16px; line-height: 1.65; }

@media screen and (max-width: 782px) { body.admin-bar .cdx-site-header { top: 46px; } }
@media (max-width: 920px) {
  .cd-post-grid { grid-template-columns: 1fr 1fr; }
  .cd-page-hero { padding-top: 112px; }
}
@media (max-width: 640px) {
  .cd-page-content,
  .cd-page-content-wide,
  .cd-post-grid { width: min(100% - 28px, 1180px); }
  .cd-page-content { padding: 52px 0 72px; }
  .cd-post-grid { grid-template-columns: 1fr; padding: 52px 0 72px; }
  .cd-page-hero { padding: 104px 0 58px; }
  .cd-page-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .cd-page-hero-intro { font-size: 18px; }
}

/* Classic WordPress template refinements */
.cdx-custom-logo {
  display: block;
  width: auto;
  max-width: 240px;
  height: auto;
  max-height: 54px;
}
.cdx-brand:has(.cdx-custom-logo) .cdx-brand-domain { display: none; }
.cd-footer a.cd-footer-brand { display: inline-flex; margin-top: 0; }
.cd-footer-brand span { color: #fff; }
.cd-page-content > .cd-post-grid { width: 100%; padding: 0; }
.cd-page-content .cd-post-card h2 { margin: 0 0 12px; font-size: 25px; }
.cd-page-content .cd-post-card p { font-size: 17px; line-height: 1.65; }
.cd-tour-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #087f79;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
}
.cd-tour-detail-link:hover { text-decoration: underline; }
.cd-pagination { margin-top: 38px; }
.cd-pagination .nav-links,
.cd-pagination.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.cd-pagination a,
.cd-pagination .current,
.cd-pagination .post-page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid #d8e6ec;
  border-radius: 12px;
  background: #fff;
  color: #061b2b;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.cd-pagination .current { border-color: #0aa79f; background: #0aa79f; color: #fff; }
.post-navigation { margin-top: 48px; padding-top: 28px; border-top: 1px solid #d8e6ec; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.post-navigation a { color: #087f79; font-weight: 800; text-decoration: none; }
.post-navigation a:hover { text-decoration: underline; }
.cd-post-tags { margin-top: 38px; padding: 18px; border-radius: 16px; background: #f5fafc; color: #425866; }
.cd-comments { margin-top: 56px; padding-top: 34px; border-top: 1px solid #d8e6ec; }
.cd-comments h2 { margin-top: 0; }
.comment-list { padding-left: 0 !important; list-style: none; }
.comment-list .comment-body { margin: 18px 0; padding: 20px; border: 1px solid #d8e6ec; border-radius: 18px; }
.comment-list .children { list-style: none; }
.cd-search-form {
  display: flex;
  gap: 10px;
  max-width: 680px;
  margin-top: 28px;
}
.cd-search-form label { flex: 1 1 auto; }
.cd-search-field {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid #cbdce3;
  border-radius: 14px;
  background: #fff;
  color: #102433;
  font-size: 16px;
}
.cd-search-submit {
  min-height: 52px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  background: #0aa79f;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
}
.cd-not-found { text-align: center; }
.cd-not-found .cd-btn-row { justify-content: center; }
.cd-not-found .cd-search-form { margin-inline: auto; }
.cd-page-content .wp-block-separator { border-color: #d8e6ec; }
.cd-page-content .wp-block-cover { border-radius: 24px; overflow: hidden; }
.cd-page-content .wp-block-group.has-background { padding: clamp(22px, 4vw, 38px); border-radius: 24px; }
.cd-page-content a:not(.wp-block-button__link):not(.cd-btn):not(.cd-tour-detail-link) { color: #087f79; }
.cd-page-content a:not(.wp-block-button__link):not(.cd-btn):not(.cd-tour-detail-link):hover { color: #065f5a; }

@media (max-width: 640px) {
  .cd-search-form { flex-direction: column; }
  .cd-search-submit { width: 100%; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
}

/* Keep the visual theme portable by using bundled imagery. */
.cd-home .cd-final-cta {
  background:
    linear-gradient(90deg, rgba(6,27,43,.96), rgba(6,27,43,.86)),
    url("../images/tour-haleiwa.jpg") center / cover no-repeat;
}

/* Shared design tokens for templates outside the homepage wrapper. */
:root {
  --cd-navy: #061b2b;
  --cd-deep: #08334a;
  --cd-ocean: #0b627e;
  --cd-teal: #0aa79f;
  --cd-mint: #dff8f4;
  --cd-sky: #eaf7fb;
  --cd-sand: #f6f0e5;
  --cd-paper: #ffffff;
  --cd-soft: #f6fafc;
  --cd-ink: #102433;
  --cd-muted: #5e7180;
  --cd-line: #d8e6ec;
  --cd-warning: #fff6e5;
  --cd-star: #ef9f28;
  --cd-danger: #c74d42;
  --cd-shadow: 0 24px 70px rgba(7,35,52,.11);
}

/* Best tours comparison page */
.cd-best-tours {
  --cd-best-navy: #061b2b;
  --cd-best-deep: #0a3548;
  --cd-best-teal: #0aa79f;
  --cd-best-mint: #dff8f4;
  --cd-best-soft: #f5fafc;
  --cd-best-sky: #eaf7fb;
  --cd-best-sand: #f6f0e5;
  --cd-best-ink: #102433;
  --cd-best-muted: #566c7a;
  --cd-best-line: #d8e6ec;
  --cd-best-warning: #fff6e5;
  color: var(--cd-best-ink);
  font-size: 17px;
  line-height: 1.68;
}

.cd-best-tours *,
.cd-best-tours *::before,
.cd-best-tours *::after { box-sizing: border-box; }

.cd-best-tours section[id] { scroll-margin-top: 104px; }

.cd-best-tours .cd-best-section {
  padding: 76px 0;
  border-top: 1px solid var(--cd-best-line);
}

.cd-best-tours .cd-best-section:first-of-type { border-top: 0; }

.cd-best-tours .cd-best-section-soft {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  background: var(--cd-best-soft);
}

.cd-best-tours .cd-best-section-dark {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 10% 0%, rgba(10,167,159,.22), transparent 30%),
    linear-gradient(135deg, #061b2b 0%, #0a3548 100%);
  color: #fff;
}

.cd-best-tours .cd-best-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(10,167,159,.28);
  border-radius: 999px;
  background: var(--cd-best-mint);
  color: #08665f;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .01em;
}

.cd-best-tours .cd-best-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--cd-best-teal);
  box-shadow: 0 0 0 5px rgba(10,167,159,.12);
}

.cd-best-tours .cd-best-section-dark .cd-best-eyebrow,
.cd-best-tours .cd-best-final .cd-best-eyebrow {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: #fff;
}

.cd-best-tours .cd-best-section-dark .cd-best-eyebrow::before,
.cd-best-tours .cd-best-final .cd-best-eyebrow::before {
  background: #7ee7c6;
  box-shadow: 0 0 0 5px rgba(126,231,198,.14);
}

.cd-best-tours h2,
.cd-best-tours h3,
.cd-best-tours h4 {
  color: var(--cd-best-navy);
  text-wrap: balance;
}

.cd-best-tours h2 {
  margin: 0;
  font-size: clamp(34px, 4.7vw, 56px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.cd-best-tours h3 {
  margin: 0;
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.cd-best-tours h4 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.cd-best-tours p,
.cd-best-tours li {
  font-size: 17px;
  line-height: 1.68;
}

.cd-best-tours p { color: var(--cd-best-muted); }

.cd-best-tours .cd-best-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .56fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.cd-best-tours .cd-best-heading > p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.cd-best-tours .cd-best-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 26px;
  align-items: stretch;
  margin: 0 0 76px;
}

.cd-best-tours .cd-best-answer-copy,
.cd-best-tours .cd-best-answer-note {
  border: 1px solid var(--cd-best-line);
  border-radius: 28px;
}

.cd-best-tours .cd-best-answer-copy {
  padding: clamp(28px, 5vw, 52px);
  background:
    radial-gradient(circle at 100% 0%, rgba(10,167,159,.13), transparent 34%),
    #fff;
  box-shadow: 0 22px 60px rgba(7,35,52,.09);
}

.cd-best-tours .cd-best-answer-copy p {
  max-width: 820px;
  margin: 20px 0 0;
  font-size: 18px;
}

.cd-best-tours .cd-best-answer-copy strong { color: var(--cd-best-navy); }

.cd-best-tours .cd-best-answer-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: var(--cd-best-navy);
  color: #fff;
}

.cd-best-tours .cd-best-answer-note strong {
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
}

.cd-best-tours .cd-best-answer-note p {
  margin: 13px 0 18px;
  color: #cfe0e8;
  font-size: 16px;
}

.cd-best-tours .cd-best-answer-note a {
  width: fit-content;
  color: #8cf0df !important;
  font-size: 16px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.cd-best-tours .cd-best-picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cd-best-tours .cd-best-pick {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--cd-best-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(7,35,52,.07);
}

.cd-best-tours .cd-best-pick-featured {
  border-color: rgba(10,167,159,.5);
  box-shadow: 0 22px 60px rgba(7,35,52,.11);
}

.cd-best-tours .cd-best-pick-label {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--cd-best-mint);
  color: #08726b;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.cd-best-tours .cd-best-pick-summary {
  margin: 14px 0 0;
  font-size: 16px;
}

.cd-best-tours .cd-best-pick ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.cd-best-tours .cd-best-pick li {
  position: relative;
  padding-left: 29px;
  color: #294050;
  font-size: 16px;
  line-height: 1.5;
}

.cd-best-tours .cd-best-pick li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--cd-best-mint);
  color: #08726b;
  font-size: 14px;
  font-weight: 900;
}

.cd-best-tours .cd-best-pick-caution {
  margin: 20px 0 22px;
  padding: 13px 15px;
  border: 1px solid #ead9b5;
  border-radius: 15px;
  background: var(--cd-best-warning);
  color: #665234;
  font-size: 16px;
  line-height: 1.5;
}

.cd-best-tours .cd-best-pick-caution strong { color: #44331d; }
.cd-best-tours .cd-best-pick .cd-btn { margin-top: auto; }

.cd-best-tours .cd-best-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cd-best-tours .cd-best-priority {
  padding: 25px;
  border: 1px solid var(--cd-best-line);
  border-radius: 23px;
  background: #fff;
}

.cd-best-tours .cd-best-priority-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  border-radius: 14px;
  background: var(--cd-best-mint);
  color: #08726b;
  font-size: 16px;
  font-weight: 900;
}

.cd-best-tours .cd-best-priority h3 { font-size: 23px; }
.cd-best-tours .cd-best-priority p { margin: 13px 0 0; font-size: 16px; }
.cd-best-tours .cd-best-priority strong { color: var(--cd-best-navy); }

.cd-best-tours .cd-best-differences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cd-best-tours .cd-best-difference {
  padding: 28px;
  border: 1px solid var(--cd-best-line);
  border-radius: 24px;
  background: #fff;
}

.cd-best-tours .cd-best-difference h3 { font-size: 25px; }
.cd-best-tours .cd-best-difference p { margin: 14px 0 0; font-size: 16px; }
.cd-best-tours .cd-best-difference a { font-weight: 800; text-underline-offset: 4px; }

.cd-best-tours .cd-best-section-dark h2,
.cd-best-tours .cd-best-section-dark h3,
.cd-best-tours .cd-best-section-dark h4 { color: #fff; }

.cd-best-tours .cd-best-section-dark .cd-best-heading > p { color: #cde0e8; }

.cd-best-tours .cd-best-analysis-grid {
  display: grid;
  gap: 20px;
}

.cd-best-tours .cd-best-analysis {
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 26px;
  background: rgba(255,255,255,.07);
}

.cd-best-tours .cd-best-analysis-operator {
  margin: 0 0 9px;
  color: #7ee7c6 !important;
  font-size: 16px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cd-best-tours .cd-best-analysis h3 { max-width: 780px; }

.cd-best-tours .cd-best-procon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.cd-best-tours .cd-best-procon > div {
  padding: 22px;
  border-radius: 19px;
  background: rgba(255,255,255,.07);
}

.cd-best-tours .cd-best-procon ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding-left: 1.15em;
}

.cd-best-tours .cd-best-procon li {
  color: #d5e5eb;
  font-size: 16px;
}

.cd-best-tours .cd-best-analysis > a {
  display: inline-block;
  margin-top: 22px;
  color: #8cf0df !important;
  font-size: 16px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.cd-best-tours .cd-best-shared-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cd-best-tours .cd-best-shared-grid > div {
  padding: 23px;
  border: 1px solid var(--cd-best-line);
  border-radius: 21px;
  background: var(--cd-best-soft);
}

.cd-best-tours .cd-best-shared-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cd-best-navy);
  font-size: 18px;
}

.cd-best-tours .cd-best-shared-grid span {
  display: block;
  color: var(--cd-best-muted);
  font-size: 16px;
  line-height: 1.55;
}

.cd-best-tours .cd-best-link-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 27px;
  border: 1px solid rgba(10,167,159,.24);
  border-radius: 24px;
  background: var(--cd-best-mint);
}

.cd-best-tours .cd-best-link-panel h3 { font-size: 25px; }
.cd-best-tours .cd-best-link-panel p { margin: 9px 0 0; font-size: 16px; }

.cd-best-tours .cd-best-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: best-check;
}

.cd-best-tours .cd-best-checklist li {
  position: relative;
  min-height: 116px;
  padding: 21px 22px 21px 72px;
  border: 1px solid var(--cd-best-line);
  border-radius: 21px;
  background: #fff;
  counter-increment: best-check;
}

.cd-best-tours .cd-best-checklist li::before {
  content: counter(best-check);
  position: absolute;
  top: 21px;
  left: 21px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--cd-best-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.cd-best-tours .cd-best-checklist strong {
  display: block;
  color: var(--cd-best-navy);
  font-size: 18px;
  line-height: 1.3;
}

.cd-best-tours .cd-best-checklist span {
  display: block;
  margin-top: 6px;
  color: var(--cd-best-muted);
  font-size: 16px;
  line-height: 1.55;
}

.cd-best-tours .cd-best-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .34fr);
  gap: 28px;
  align-items: stretch;
}

.cd-best-tours .cd-best-method > div,
.cd-best-tours .cd-best-method > aside {
  border: 1px solid var(--cd-best-line);
  border-radius: 26px;
}

.cd-best-tours .cd-best-method > div {
  padding: clamp(28px, 5vw, 46px);
  background: #fff;
}

.cd-best-tours .cd-best-method > div p { margin: 18px 0 0; }

.cd-best-tours .cd-best-method > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px;
  background: var(--cd-best-sky);
}

.cd-best-tours .cd-best-method > aside strong {
  color: var(--cd-best-navy);
  font-size: 17px;
}

.cd-best-tours .cd-best-method > aside span {
  display: block;
  margin-top: 7px;
  color: var(--cd-best-navy);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.cd-best-tours .cd-best-method > aside a {
  margin-top: 18px;
  color: #08726b !important;
  font-size: 16px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.cd-best-tours .cd-best-sources {
  margin-top: 18px;
  border: 1px solid var(--cd-best-line);
  border-radius: 18px;
  background: #fff;
}

.cd-best-tours .cd-best-sources summary {
  padding: 18px 20px;
  color: var(--cd-best-navy);
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
}

.cd-best-tours .cd-best-sources ul {
  margin: 0;
  padding: 0 24px 21px 42px;
}

.cd-best-tours .cd-best-sources li,
.cd-best-tours .cd-best-sources a { font-size: 16px; }

.cd-best-tours .cd-best-faq {
  display: grid;
  gap: 12px;
}

.cd-best-tours .cd-best-faq details {
  border: 1px solid var(--cd-best-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.cd-best-tours .cd-best-faq summary {
  position: relative;
  padding: 20px 56px 20px 21px;
  color: var(--cd-best-navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.cd-best-tours .cd-best-faq summary::-webkit-details-marker { display: none; }
.cd-best-tours .cd-best-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cd-best-mint);
  color: #08726b;
  font-size: 21px;
  line-height: 1;
}

.cd-best-tours .cd-best-faq details[open] summary::after { content: "−"; }
.cd-best-tours .cd-best-faq details[open] summary { border-bottom: 1px solid var(--cd-best-line); }
.cd-best-tours .cd-best-faq details p { margin: 0; padding: 18px 21px 22px; font-size: 16px; }

.cd-best-tours .cd-best-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: 100vw;
  margin: 0 0 -96px calc(50% - 50vw);
  padding: 58px max(20px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 90% 20%, rgba(126,231,198,.16), transparent 30%),
    var(--cd-best-navy);
  color: #fff;
}

.cd-best-tours .cd-best-final h2 { color: #fff; }
.cd-best-tours .cd-best-final p { max-width: 760px; margin: 16px 0 0; color: #cde0e8; font-size: 18px; }

.cd-best-tours .cd-table-wrap { margin-top: 4px; }
.cd-best-tours .cd-compare-table-full { min-width: 1040px; }
.cd-best-tours .cd-compare-table a { color: inherit; }
.cd-best-tours .cd-compare-table .cd-compare-tour-link {
  color: #fff !important;
  font-weight: 850;
  text-decoration: none;
}
.cd-best-tours .cd-compare-table .cd-compare-tour-link:hover { text-decoration: underline; }
.cd-best-tours .cd-compare-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
}
.cd-best-tours .cd-compare-rating .cd-stars { font-size: 14px; }
.cd-best-tours .cd-compare-table .cd-compare-cta-row td { background: #f8fbfc; }
.cd-best-tours .cd-compare-table .cd-compare-cta-row .cd-btn {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
}

@media (max-width: 1020px) {
  .cd-best-tours .cd-best-heading,
  .cd-best-tours .cd-best-answer,
  .cd-best-tours .cd-best-method { grid-template-columns: 1fr; }
  .cd-best-tours .cd-best-heading { gap: 16px; }
  .cd-best-tours .cd-best-picks,
  .cd-best-tours .cd-best-priority-grid,
  .cd-best-tours .cd-best-shared-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cd-best-tours .cd-best-link-panel,
  .cd-best-tours .cd-best-final { grid-template-columns: 1fr; }
  .cd-best-tours .cd-best-final .cd-btn { width: fit-content; }
}

@media (max-width: 720px) {
  .cd-best-tours .cd-best-section { padding: 58px 0; }
  .cd-best-tours .cd-best-answer { margin-bottom: 58px; }
  .cd-best-tours .cd-best-picks,
  .cd-best-tours .cd-best-priority-grid,
  .cd-best-tours .cd-best-differences,
  .cd-best-tours .cd-best-shared-grid,
  .cd-best-tours .cd-best-checklist,
  .cd-best-tours .cd-best-procon { grid-template-columns: 1fr; }
  .cd-best-tours .cd-best-pick,
  .cd-best-tours .cd-best-difference,
  .cd-best-tours .cd-best-priority { padding: 22px; }
  .cd-best-tours .cd-best-link-panel { padding: 23px; }
  .cd-best-tours .cd-best-final { margin-bottom: -72px; padding-top: 48px; padding-bottom: 48px; }
  .cd-best-tours .cd-best-final .cd-btn { width: 100%; }
}
