/* =============================================================
   GRAY MATTER — GUIDED MENU FUNNEL
   =============================================================
   Extends css/style.css. Same paper/ink/blue tokens, same radii,
   same timing. No second design system, no new fonts, no
   dependencies. Loaded only by the pages that use the funnel.

   Interaction priority: swipe → tap → vertical scroll. Horizontal
   movement is native overflow scrolling with CSS scroll-snap, so
   vertical page scrolling is never intercepted.
   ============================================================= */

:root {
  --gm-nav-h: 82px;
  --gm-sky: #EDF1F8;          /* light blue-grey supporting surface */
  --gm-card-w: 86vw;
}
@media (max-width: 767px) { :root { --gm-nav-h: 74px; } }

/* --- SECTION SHELL ------------------------------------------- */
.funnel { background: var(--gm-paper); }
.funnel-head { max-width: 46rem; }
.funnel-head .funnel-promise {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(47,100,214,0.09); border: 1px solid rgba(47,100,214,0.18);
  border-radius: var(--gm-radius-pill); padding: 0.35rem 0.95rem;
  font-size: 0.78rem; font-weight: 600; color: var(--gm-blue-dark);
  letter-spacing: 0.02em; margin-bottom: 1rem;
}
.funnel-head h2 { margin-bottom: 0.75rem; }
.funnel-head .funnel-support { font-size: 1.05rem; color: var(--gm-ink-60); margin-bottom: 0.35rem; }
.funnel-head .funnel-how { font-size: 0.9rem; color: var(--gm-ink-45); }

/* --- PERSISTENT ACTION BAR ----------------------------------- */
/* Phones get a two-by-two grid rather than a nested horizontal strip —
   a second sideways scroller inside a swipe-first page is confusing, and
   the most important actions must not sit off-screen. From 768px it
   becomes one sticky row under the navbar. */
.funnel-bar {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem;
  margin: 1.75rem 0 1.5rem; padding: 0.9rem 0;
  border-top: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line);
}
.funnel-bar-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 48px; padding: 0.55rem 0.9rem; text-align: center;
  background: var(--gm-white); border: 1.5px solid var(--gm-line);
  border-radius: var(--gm-radius-pill); cursor: pointer;
  font-family: 'Inter', Arial, sans-serif; font-size: 0.86rem; font-weight: 600;
  color: var(--gm-ink); transition: border-color 0.2s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}
.funnel-bar-btn i { font-size: 0.82rem; color: var(--gm-blue); }
.funnel-bar-btn:hover { border-color: var(--gm-blue); }
.funnel-bar-btn.is-start { background: var(--gm-blue); border-color: var(--gm-blue); color: var(--gm-white); }
.funnel-bar-btn.is-start i { color: var(--gm-white); }
.funnel-bar-btn.is-start:hover { background: var(--gm-blue-dark); border-color: var(--gm-blue-dark); }
.funnel-bar-count {
  margin-left: 0.15rem; padding: 0.1rem 0.5rem; border-radius: var(--gm-radius-pill);
  background: rgba(47,100,214,0.12); color: var(--gm-blue-dark);
  font-size: 0.72rem; font-weight: 700;
}
@media (min-width: 768px) {
  .funnel-bar {
    position: sticky; top: var(--gm-nav-h); z-index: 60;
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    padding: 0.6rem 1rem;
    /* Opaque: content scrolling under a sticky bar must not ghost through. */
    background: var(--gm-paper);
    border-radius: var(--gm-radius-control);
  }
  .funnel-bar-btn { flex: 0 0 auto; }
}

/* The site's sticky bottom bar carries the plan actions on phones once a
   plan exists (see renderMobileBar in js/funnel.js). */
@media (max-width: 767px) {
  .mobile-cta-bar { gap: 0.5rem; }
  .mobile-cta-bar .btn { flex: 1 1 0; width: auto; max-width: none; min-height: 48px; padding: 0.7rem 0.9rem; }
  .mobile-cta-bar .btn-outline { background: var(--gm-white); }
}

/* --- STEPS ---------------------------------------------------- */
.funnel-stage { position: relative; }
.funnel-step-head { margin-bottom: 1.5rem; max-width: 44rem; }
.funnel-step-head h3 { font-size: clamp(1.35rem, 3.2vw, 1.9rem); margin-bottom: 0.5rem; }
.funnel-step-head h3:focus-visible { outline: 2px solid var(--gm-blue); outline-offset: 4px; }
.funnel-step-head p { font-size: 0.98rem; }
.funnel-step-label {
  display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--gm-blue); margin-bottom: 0.5rem;
}
.funnel-back {
  display: inline-flex; align-items: center; gap: 0.45rem; min-height: 44px;
  background: none; border: none; padding: 0 0.25rem 0 0; cursor: pointer;
  font-family: 'Inter', Arial, sans-serif; font-size: 0.86rem; font-weight: 600; color: var(--gm-blue-dark);
}
.funnel-back i { font-size: 0.75rem; }
.funnel-back:hover { color: var(--gm-blue); }

.funnel-bounds {
  font-size: 0.88rem; color: var(--gm-ink-70);
  background: var(--gm-sky); border-radius: var(--gm-radius-control);
  padding: 0.75rem 0.9rem; margin-top: 0.9rem; max-width: 44rem;
}
.funnel-bounds i { color: var(--gm-blue); margin-right: 0.35rem; }

.funnel-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
.funnel-actions .btn { min-height: 48px; }

/* --- HORIZONTAL RAIL ------------------------------------------
   Native scroll-snap. On phones a card takes ~86% of the viewport
   so the next one always peeks; arrows and arrow keys cover
   pointer and keyboard users. */
.rail { position: relative; }
.rail-track {
  display: flex; flex-wrap: nowrap; gap: 1rem;
  overflow-x: auto; overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  margin: 0 -1.5rem; padding: 0.35rem 1.5rem 1.25rem;
  scroll-padding-left: 1.5rem;
}
.rail-track::-webkit-scrollbar { display: none; height: 0; }
.rail-track > * {
  flex: 0 0 auto; width: var(--gm-card-w); max-width: 340px;
  scroll-snap-align: start;
}
.rail-nav { display: none; }
@media (max-width: 374px) {
  .rail-track { margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; scroll-padding-left: 1rem; }
}
@media (min-width: 768px) {
  .rail { padding: 0 3rem; }
  .rail-track { margin: 0; padding: 0.35rem 0.25rem 1.25rem; scroll-padding-left: 0.25rem; }
  /* Grow to fill the row when the cards fit, so a laptop sees a tidy row
     rather than a half-clipped card; below that they overflow and the
     arrows appear. Never shrink — a squeezed card stops being readable. */
  .rail-track > * { flex: 1 0 250px; width: auto; max-width: 360px; }
  .rail-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--gm-white); border: 1.5px solid var(--gm-line);
    color: var(--gm-ink); cursor: pointer; z-index: 2;
    transition: border-color 0.2s ease-out, opacity 0.2s ease-out;
  }
  .rail-nav:hover:not(:disabled) { border-color: var(--gm-blue); color: var(--gm-blue); }
  .rail-nav:disabled { opacity: 0.35; cursor: default; }
  .rail-prev { left: 0; }
  .rail-next { right: 0; }
  .rail[data-scrollable="false"] .rail-nav { display: none; }
  .rail[data-scrollable="false"] { padding: 0; }
}

/* --- MENU CARDS ----------------------------------------------- */
.menu-card {
  display: flex; flex-direction: column; gap: 0.7rem; height: 100%;
  background: var(--gm-white); border: 1.5px solid var(--gm-line);
  border-radius: var(--gm-radius-card); padding: 1.5rem 1.35rem;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.menu-card:hover { border-color: rgba(47,100,214,0.4); box-shadow: var(--gm-shadow-raised); }
.menu-card h4 { font-family: 'Manrope', Arial, sans-serif; font-size: 1.12rem; font-weight: 700; line-height: 1.25; }
.menu-card p { font-size: 0.9rem; line-height: 1.55; margin: 0; }
.menu-icon {
  width: 48px; height: 48px; border-radius: var(--gm-radius-control);
  background: rgba(47,100,214,0.1); display: flex; align-items: center; justify-content: center;
}
.menu-icon i { font-size: 1.25rem; color: var(--gm-blue); }
.menu-badge {
  display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--gm-ink); background: var(--gm-gold);
  border-radius: var(--gm-radius-pill); padding: 0.22rem 0.7rem;
}
.menu-badge.is-inline { background: rgba(243,201,105,0.55); }
.menu-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: auto; padding-top: 0.35rem; }
.menu-actions .btn { flex: 1 1 auto; justify-content: center; min-height: 46px; padding: 0.7rem 1.1rem; }
.menu-action { align-self: flex-start; margin-top: auto; min-height: 46px; }
.menu-detail-link {
  display: inline-flex; align-items: center; gap: 0.4rem; min-height: 34px;
  font-size: 0.82rem; font-weight: 600; color: var(--gm-blue-dark);
}
.menu-detail-link i { font-size: 0.7rem; transition: transform 0.2s ease-out; }
.menu-detail-link:hover i { transform: translateX(3px); }

.outcome-card .menu-action { width: 100%; justify-content: center; }

/* --- STARTING-POINT CARDS ------------------------------------- */
.plan-card-top { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.plan-card .plan-result { color: var(--gm-ink-70); }
.plan-facts {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem;
  padding: 0.75rem 0; border-top: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line);
}
.plan-facts dt {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gm-ink-45); margin-bottom: 0.1rem;
}
.plan-facts dd { font-size: 0.9rem; font-weight: 600; color: var(--gm-ink); }
.plan-facts dd.is-soft, .plan-mini-line.is-soft, .browse-item-facts.is-soft, .drawer-list dd.is-soft {
  font-weight: 500; color: var(--gm-ink-55);
}
.plan-includes { display: flex; flex-direction: column; gap: 0.4rem; }
.plan-includes li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.88rem; color: var(--gm-ink-70); line-height: 1.45; }
.plan-includes li i { color: var(--gm-blue); font-size: 0.75rem; margin-top: 0.35rem; flex-shrink: 0; }

/* Phones: tighten the starting-point card so Start Now stays above the fold
   on an iPhone-sized screen instead of needing a scroll to reach it. */
@media (max-width: 767px) {
  .menu-card { padding: 1.15rem 1.1rem; gap: 0.5rem; }
  .menu-icon { width: 40px; height: 40px; }
  .menu-icon i { font-size: 1.05rem; }
  .menu-card h4 { font-size: 1.05rem; }
  .menu-card p { font-size: 0.86rem; line-height: 1.45; }
  .plan-facts { gap: 0.3rem 1rem; padding: 0.55rem 0; }
  .plan-facts dd { font-size: 0.85rem; }
  .plan-includes { gap: 0.3rem; }
  .plan-includes li { font-size: 0.83rem; line-height: 1.4; }
  .menu-actions { gap: 0.5rem; }
  .menu-actions .btn { padding: 0.6rem 0.9rem; font-size: 0.9rem; }
}

.reco-single { max-width: 420px; }
.reco-single .menu-card { height: auto; }
.reco-because { font-size: 1rem; color: var(--gm-ink-70); }

/* --- ALTERNATIVE PATH ----------------------------------------- */
.funnel-alt {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem; margin-top: 0.5rem; padding: 1.5rem;
  background: var(--gm-sky); border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius-card);
}
.funnel-alt h4 { font-size: 1.05rem; margin-bottom: 0.25rem; }
.funnel-alt p { font-size: 0.9rem; margin: 0; }
.funnel-alt .btn { background: var(--gm-white); min-height: 48px; }

/* --- CUSTOMIZE: TOGGLE SWITCHES ------------------------------- */
.customize-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
@media (min-width: 1024px) { .customize-layout { grid-template-columns: 1.25fr 0.75fr; gap: 2rem; } }

.switch-list { display: flex; flex-direction: column; gap: 0.75rem; }
.switch-row {
  position: relative; background: var(--gm-white); border: 1.5px solid var(--gm-line);
  border-radius: var(--gm-radius-card); padding: 0.35rem;
}
.switch-row:has(.switch[aria-checked="true"]) { border-color: var(--gm-blue); background: rgba(47,100,214,0.035); }
.switch {
  display: flex; align-items: flex-start; gap: 0.9rem; width: 100%;
  min-height: 56px; padding: 0.85rem 0.95rem; text-align: left;
  background: none; border: none; cursor: pointer;
  font-family: 'Inter', Arial, sans-serif; border-radius: calc(var(--gm-radius-card) - 4px);
}
.switch-track {
  position: relative; flex: 0 0 auto; width: 46px; height: 28px; margin-top: 2px;
  background: #C7CFDB; border-radius: var(--gm-radius-pill);
  transition: background 0.2s ease-out;
}
.switch-thumb {
  position: absolute; top: 3px; left: 3px; width: 22px; height: 22px;
  background: var(--gm-white); border-radius: 50%;
  box-shadow: 0 1px 3px rgba(21,34,56,0.3);
  transition: transform 0.2s ease-out;
}
.switch[aria-checked="true"] .switch-track { background: var(--gm-blue); }
.switch[aria-checked="true"] .switch-thumb { transform: translateX(18px); }
/* Never colour alone: the checked state also draws a tick in the track. */
.switch-track::after {
  content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
  font-size: 0.62rem; color: var(--gm-white); opacity: 0;
  transition: opacity 0.2s ease-out;
}
.switch[aria-checked="true"] .switch-track::after { opacity: 1; }
.switch-text { display: flex; flex-direction: column; gap: 0.2rem; }
.switch-label { font-family: 'Manrope', Arial, sans-serif; font-size: 1rem; font-weight: 700; color: var(--gm-ink); line-height: 1.3; }
.switch-detail { font-size: 0.87rem; color: var(--gm-ink-60); line-height: 1.5; }
.switch-note { font-size: 0.82rem; font-weight: 600; color: var(--gm-blue-dark); }
.switch-guide {
  display: inline-block; margin: 0 0.95rem 0.85rem 4.15rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gm-ink-70); background: var(--gm-sky);
  border-radius: var(--gm-radius-pill); padding: 0.2rem 0.65rem;
}
.switch-empty { font-size: 0.92rem; color: var(--gm-ink-55); background: var(--gm-sky); border-radius: var(--gm-radius-card); padding: 1.25rem; }

/* --- LIVE MINI SUMMARY ---------------------------------------- */
.plan-mini {
  background: var(--gm-white); border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius-card); padding: 1.4rem 1.35rem;
}
@media (min-width: 1024px) { .plan-mini { position: sticky; top: calc(var(--gm-nav-h) + 4.5rem); } }
.plan-mini h4 { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--gm-blue); margin-bottom: 0.6rem; }
.plan-mini-name { font-family: 'Manrope', Arial, sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--gm-ink); margin-bottom: 0.65rem; }
.plan-mini-line { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.9rem; color: var(--gm-ink); margin-bottom: 0.35rem; }
.plan-mini-line i { color: var(--gm-blue); font-size: 0.8rem; margin-top: 0.28rem; }
.plan-mini-upgrade { font-size: 0.82rem; color: var(--gm-ink-60); background: var(--gm-sky); border-radius: var(--gm-radius-control); padding: 0.6rem 0.75rem; margin: 0.6rem 0; }
.plan-mini-count { font-size: 0.86rem; font-weight: 600; color: var(--gm-ink-70); margin-top: 0.65rem; }
.plan-mini-note { font-size: 0.8rem; color: var(--gm-ink-55); margin-top: 0.5rem; }

/* --- FAST LANE: BROWSE ---------------------------------------- */
.browse-search { margin-top: 1rem; max-width: 26rem; }
.browse-search label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--gm-ink-60); margin-bottom: 0.35rem; }
.browse-search input {
  width: 100%; min-height: 48px; padding: 0.7rem 1rem;
  border: 1.5px solid var(--gm-line); border-radius: var(--gm-radius-control);
  background: var(--gm-white); font-family: 'Inter', Arial, sans-serif; font-size: 0.95rem; color: var(--gm-ink);
}
.browse-search input:focus { border-color: var(--gm-blue); outline: none; }
.browse-group { margin-top: 1.75rem; }
.browse-group h4 { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--gm-blue); margin-bottom: 0.75rem; }
.browse-list { display: flex; flex-direction: column; gap: 0.75rem; }
.browse-list li {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.85rem;
  background: var(--gm-white); border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius-card); padding: 1.1rem 1.2rem;
}
.browse-item-main { flex: 1 1 16rem; }
.browse-item-name { font-family: 'Manrope', Arial, sans-serif; font-size: 1rem; font-weight: 700; color: var(--gm-ink); }
.browse-item-result { font-size: 0.88rem; color: var(--gm-ink-60); margin-top: 0.15rem; }
.browse-item-facts { font-size: 0.82rem; font-weight: 600; color: var(--gm-ink); margin-top: 0.35rem; }
.browse-item-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.browse-item-actions .btn { min-height: 44px; }
.browse-empty { font-size: 0.95rem; color: var(--gm-ink-55); margin-top: 1.5rem; }

/* --- FAST LANE: THREE QUESTIONS ------------------------------- */
.funnel-q { border: none; margin-bottom: 1.5rem; }
.funnel-q legend {
  font-family: 'Manrope', Arial, sans-serif; font-size: 1.02rem; font-weight: 700;
  color: var(--gm-ink); margin-bottom: 0.75rem; padding: 0;
}

/* --- PLAN DRAWER / BOTTOM SHEET ------------------------------- */
.plan-drawer { position: fixed; inset: 0; z-index: 1200; }
.plan-drawer[hidden] { display: none; }
.drawer-backdrop {
  position: absolute; inset: 0; background: rgba(21,34,56,0.45);
  opacity: 0; transition: opacity 0.2s ease-out; border: none; width: 100%; padding: 0;
}
.plan-drawer[data-open="true"] .drawer-backdrop { opacity: 1; }
.drawer-panel {
  position: absolute; left: 0; right: 0; bottom: 0;
  max-height: 88vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
  background: var(--gm-white);
  border-radius: var(--gm-radius-panel) var(--gm-radius-panel) 0 0;
  padding: 1.5rem 1.4rem calc(1.75rem + env(safe-area-inset-bottom));
  transform: translateY(100%); transition: transform 0.22s ease-out;
  box-shadow: 0 -12px 40px rgba(21,34,56,0.18);
}
.plan-drawer[data-open="true"] .drawer-panel { transform: translateY(0); }
.drawer-grip { width: 44px; height: 4px; border-radius: 4px; background: var(--gm-line); margin: 0 auto 1rem; }
.drawer-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--gm-sky); border: none; cursor: pointer; color: var(--gm-ink);
}
.drawer-close:hover { background: var(--gm-line); }
@media (min-width: 900px) {
  .drawer-panel {
    left: auto; top: 0; bottom: 0; width: min(460px, 92vw);
    max-height: none; border-radius: var(--gm-radius-panel) 0 0 var(--gm-radius-panel);
    padding: 2rem 1.85rem 2.5rem;
    transform: translateX(100%);
    box-shadow: -12px 0 40px rgba(21,34,56,0.18);
  }
  .plan-drawer[data-open="true"] .drawer-panel { transform: translateX(0); }
  .drawer-grip { display: none; }
}
body.drawer-open { overflow: hidden; }

.drawer-panel h2 { font-size: clamp(1.3rem, 3.4vw, 1.7rem); padding-right: 3rem; margin-bottom: 0.5rem; }
.drawer-panel h2:focus-visible { outline: 2px solid var(--gm-blue); outline-offset: 4px; }
.drawer-sub { font-size: 0.92rem; margin-bottom: 1.35rem; }
.drawer-list { display: flex; flex-direction: column; gap: 0.9rem; }
.drawer-list > div { display: grid; grid-template-columns: 1fr; gap: 0.2rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--gm-line); }
.drawer-list dt { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gm-ink-45); }
.drawer-list dd { font-size: 0.94rem; color: var(--gm-ink); font-weight: 600; }
.drawer-list dd.is-prose { font-weight: 500; color: var(--gm-ink-70); line-height: 1.55; }
.drawer-list dd ul { display: flex; flex-direction: column; gap: 0.3rem; }
.drawer-list dd li { position: relative; padding-left: 1.05rem; font-weight: 500; font-size: 0.92rem; color: var(--gm-ink-70); }
.drawer-list dd li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 6px; height: 6px; border-radius: 50%; background: var(--gm-blue); }
.drawer-note { display: block; font-size: 0.8rem; font-weight: 500; color: var(--gm-ink-55); margin-top: 0.15rem; }
.drawer-upgrade { font-size: 0.85rem; color: var(--gm-ink-70); background: var(--gm-sky); border-radius: var(--gm-radius-control); padding: 0.75rem 0.9rem; margin-top: 1rem; }
.drawer-upgrade i { color: var(--gm-blue); margin-right: 0.35rem; }
.drawer-reassure { background: var(--gm-sky); border-radius: var(--gm-radius-card); padding: 1.25rem 1.2rem; margin-top: 1.35rem; }
.drawer-reassure h3 { font-size: 0.95rem; margin-bottom: 0.7rem; }
.drawer-reassure ul { display: flex; flex-direction: column; gap: 0.45rem; }
.drawer-reassure li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.87rem; color: var(--gm-ink-70); }
.drawer-reassure li i { color: var(--gm-blue); font-size: 0.75rem; margin-top: 0.3rem; }
.drawer-actions { display: flex; flex-direction: column; gap: 0.65rem; margin-top: 1.5rem; }
.drawer-actions .btn { width: 100%; justify-content: center; min-height: 50px; }
.drawer-terms { font-size: 0.8rem; color: var(--gm-ink-55); margin-top: 1rem; }
.drawer-terms a { color: var(--gm-blue-dark); font-weight: 600; text-decoration: underline; }
.drawer-empty { padding: 1rem 0; }
.drawer-empty p { margin: 0.75rem 0 1.35rem; }

/* --- PLAN INTAKE (contact page) ------------------------------- */
.plan-intake {
  background: var(--gm-sky); border: 1px solid var(--gm-line); border-left: 4px solid var(--gm-blue);
  border-radius: var(--gm-radius-card); padding: 1.5rem 1.4rem; margin-bottom: 2rem;
}
.plan-intake h2 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.plan-intake-sub { font-size: 0.9rem; margin-bottom: 1.1rem; }
.plan-intake-list { display: flex; flex-direction: column; gap: 0.6rem; }
.plan-intake-list > div { display: grid; grid-template-columns: 1fr; gap: 0.1rem; }
@media (min-width: 560px) { .plan-intake-list > div { grid-template-columns: 9.5rem 1fr; gap: 0.75rem; align-items: baseline; } }
.plan-intake-list dt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--gm-ink-45); }
.plan-intake-list dd { font-size: 0.92rem; color: var(--gm-ink); font-weight: 600; }
.plan-intake-upgrade { font-size: 0.85rem; color: var(--gm-ink-70); background: var(--gm-white); border-radius: var(--gm-radius-control); padding: 0.7rem 0.85rem; margin-top: 1rem; }
.plan-intake-upgrade i { color: var(--gm-blue); margin-right: 0.35rem; }
.plan-intake-change { margin-top: 1rem; font-size: 0.85rem; }
.plan-intake-change a { color: var(--gm-blue-dark); font-weight: 600; text-decoration: underline; }

/* --- REDUCED MOTION ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .rail-track, .funnel-bar { scroll-behavior: auto; }
  .menu-card:hover { box-shadow: none; }
  .drawer-panel, .drawer-backdrop { transition: none; }
}
