/* ─────────────────────────────────────────────────────────────
   ParlayBuilder Landing — CLEAN stylesheet
   ───────────────────────────────────────────────────────────── */

:root{
  /* shifted toward #081924 base */
  --pb-bg: #081924;

  /* text + subtle variants (slightly stronger on darker base) */
  --pb-text: #EAF7F4;
  --pb-muted: rgba(234,247,244,.82);

  /* surfaces & dividers (a touch more opacity for contrast on #081924) */
  --pb-line: rgba(255,255,255,.12);
  --pb-panel: rgba(255,255,255,.07);
  --pb-panel-strong: rgba(255,255,255,.10);

  /* brand accents (kept consistent) */
  --pb-accent: #7CE3D8;
  --pb-teal: #00D3BD;
  --pb-teal-300: #49C6FF;

  /* status & depth */
  --pb-red: #FF6B6B;
  --pb-shadow: 0 10px 40px -10px rgba(0,0,0,.65);
}

/* The landing overlay */
#cover-page{ position: fixed; inset:0; overflow-y:auto; background:var(--pb-bg); z-index:999; }
#cover-page .cover-aurora{ position:absolute; inset:0; pointer-events:none; overflow:hidden; z-index:0; }
#cover-page .aurora{ position:absolute; border-radius:9999px; filter:blur(60px); animation:pb-float 14s ease-in-out infinite; opacity:.28; }
#cover-page .aurora.a1{ width:340px; height:340px; top:-60px; left:-60px; background:#35d1ff33; }
#cover-page .aurora.a2{ width:360px; height:360px; top:33%; right:-80px; background:#00d3bd33; animation-duration:18s; }
#cover-page .aurora.a3{ width:280px; height:280px; bottom:-40px; left:35%; background:#76e1ff33; animation-duration:20s; }

#cover-page .cover-grid{
  position:absolute; inset:0;
  background-image: radial-gradient(#0D202B 1px, transparent 1px);
  background-size:20px 20px;
  opacity:.10;
}

#cover-page .cover-vignette{
  position:absolute; inset:0;
  background: radial-gradient(1200px 600px at 50% -10%,
    rgba(8,25,36,0) 40%,
    rgba(8,25,36,1) 85%);
}

/* Layout */
.landing-hero{ position:relative; z-index:1; padding: 72px 16px 32px; }
.landing-inner{ max-width:1120px; margin:0 auto; display:grid; grid-template-columns:1fr; gap:24px; }
@media (min-width:1000px){ .landing-inner{ grid-template-columns:1fr 1fr; gap:40px; align-items:center; } }

/* Hero text */
.hero-copy{ color:var(--pb-text); }
.hero-title{ font-size: clamp(30px, 8.6vw, 48px); font-weight:800; line-height:1.1; margin:0 0 10px; }
.brand-accent{ color:var(--pb-accent); }
.hero-desc{ color:var(--pb-muted); font-size: clamp(17px, 4.8vw, 19px); line-height: 1.55; max-width: 48ch; margin: 0 0 16px; }

/* CTAs */
.hero-ctas{ display:flex; gap:10px; flex-wrap:wrap; margin:12px 0 8px; }
.btn-cta{
  appearance:none; cursor:pointer; padding: 14px 18px; border-radius:16px; font-weight:600;
  font-size: clamp(16px, 4.9vw, 18px); min-height: 48px;
  border:1px solid rgba(34,221,182,.45); color:#071317;
  background-image:linear-gradient(180deg, rgba(124,227,216,.98), rgba(34,221,182,.98));
  box-shadow:0 6px 24px rgba(34,221,182,.25), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-cta-small{
  padding:10px 16px;
  border-radius:14px;
  font-size: clamp(15px, 4.6vw, 17px);
  min-height: 42px;
  box-shadow:0 6px 24px rgba(34,221,182,.05), inset 0 1px 0 rgba(255,255,255,.08);
  background-image: linear-gradient(180deg, rgba(82,218,203,.7), rgba(27,177,146,.7));
}
.btn-cta:hover{ filter:brightness(1.03); }
.btn-cta:active{ filter:brightness(.98); transform:translateY(1px); }

.btn-ghost{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 18px; border-radius:16px;
  font-size: clamp(15px, 4.6vw, 17px);
  border:1px solid var(--pb-line);
  color:var(--pb-text); text-decoration:none; font-weight:600;
  background:rgba(255,255,255,.05);
}
.btn-ghost.small{ padding:8px 12px; border-radius:12px; font-size: clamp(14px, 4.2vw, 16px); }

/* Social proof */
.hero-social-proof{ display:flex; align-items:center; gap:12px; margin-top:6px; color:var(--pb-muted); font-size: clamp(14px, 4.0vw, 15.5px); }

/* ─────────────────────────────────────────────────────────────
   HERO PREVIEW (builder look)
   ───────────────────────────────────────────────────────────── */

.hero-preview{ position:relative; width:100%; max-width:720px; margin-left:auto; margin-right:auto; }

.hero-preview-glow{
  position:absolute; inset:-10px; border-radius:28px;
  background:linear-gradient(
    35deg,
    rgba(0,211,189,.24),
    rgba(73,198,255,.12),
    rgba(8,25,36,0) 70%
  );
  filter:blur(22px);
  z-index:0;
}

.hero-preview-card{
  position:relative; z-index:1; border-radius:24px;
  background:linear-gradient(180deg, rgba(8,25,36,.94), rgba(6,24,34,.94));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 48px -18px rgba(0,0,0,.66);
  backdrop-filter:blur(10px) saturate(140%);
  -webkit-backdrop-filter:blur(10px) saturate(140%);
  padding:16px;
}

/* Header */
.preview-header{ color:var(--pb-muted); }
.preview-label{ font-size: clamp(16px, 4.5vw, 18px); text-align:center; letter-spacing:.2px; color:rgba(233,246,243,.9); }

/* Slider (inert, var-driven fill) */
.preview-slider{ display:flex; align-items:center; gap:12px; margin-top:10px; }
.preview-odds{ color:var(--pb-accent); font-weight:800; font-size: clamp(16px, 5vw, 18px); }
.preview-slider input[type="range"]{ width:100%; height:24px; -webkit-appearance:none; background:transparent; pointer-events:none; }
.preview-slider input[type="range"]:disabled{ opacity:1; cursor:default; }
/* track uses --fill from inline style */
#cover-page .preview-slider input[type="range"]::-webkit-slider-runnable-track{
  height:10px; border-radius:999px;
  background:
    linear-gradient(to right, #38e6d0, #49C6FF) 0/var(--fill,0%) 100% no-repeat,
    rgba(255,255,255,.14);
}
#cover-page .preview-slider input[type="range"]::-moz-range-track{
  height:10px; border-radius:999px;
  background:
    linear-gradient(to right, #38e6d0, #49C6FF) 0/var(--fill,0%) 100% no-repeat,
    rgba(255,255,255,.14);
}
/* thumb */
.preview-slider input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none; width:22px; height:22px; border-radius:50%;
  margin-top:-6px; background:linear-gradient(180deg,#8ff1e7,#49C6FF);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 0 0 4px rgba(124,227,216,.18), 0 10px 20px rgba(0,0,0,.45);
}
.preview-slider input[type="range"]::-moz-range-thumb{
  width:22px; height:22px; border-radius:50%;
  background:linear-gradient(180deg,#8ff1e7,#49C6FF);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 0 0 4px rgba(124,227,216,.18), 0 10px 20px rgba(0,0,0,.45);
}

/* tiers + actions */
.preview-tiers{ display:flex; align-items:center; justify-content:center; gap:8px; margin-top:12px; }
.pill{
  padding:7px 12px; border-radius:999px; border:1px solid var(--pb-line);
  background:rgba(255,255,255,.06); color:var(--pb-text);
  font-size: clamp(13px, 3.8vw, 15px); font-weight:700;
}
.pill.active{ background:rgba(0,211,189,.20); border-color:rgba(0,211,189,.35); color:#d8fffa; }
.preview-actions{ display:flex; align-items:center; justify-content:center; gap:10px; margin-top:12px;  opacity: .8;}
/* FA gear button */
.btn-icon{ font-size:24px; border-radius:12px; border:0; background:transparent; color: #09B4A3; display:grid; place-items:center; }

/* List */
.preview-list{ margin-top:14px; display:grid; gap:10px; }

/* Prop card look (scoped to cover page only) */
#cover-page .hero-preview .prop-card{
  --glass-bg-1: rgba(255,255,255,.06);
  --glass-bg-2: rgba(255,255,255,.03);
  --glass-border: var(--pb-line);
  --glass-inner: rgba(255,255,255,.12);
  --cta-col:44px; --cta-gap:28px;
  position:relative; border-radius:14px; padding:12px 14px; margin:0;
  color:#e8f4ff; overflow:hidden;
  background: linear-gradient(180deg, var(--glass-bg-1), var(--glass-bg-2));
  border:1px solid var(--glass-border);
  box-shadow: 0 1px 0 rgba(255,255,255,.05) inset, 0 10px 30px rgba(0,0,0,.35);
  backdrop-filter: blur(12px) saturate(130%); -webkit-backdrop-filter: blur(12px) saturate(130%);
}
#cover-page .hero-preview .prop-card .game{ text-align:center; color:#d9fff5; font-size:11px; letter-spacing:.4px; margin-bottom:8px; }

#cover-page .hero-preview .prop-card .pc-row{
  display:grid;
  grid-template-columns: var(--cta-col) 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:"ctas title stepper" "ctas title stepper";
  column-gap: var(--cta-gap); row-gap: 4px; align-items:center;
}
#cover-page .hero-preview .prop-card .title{ grid-area:title; min-width:0; margin-left: -22px;}
#cover-page .hero-preview .prop-card .stepper-hero{ grid-area:stepper; }
#cover-page .hero-preview .prop-card .parlay-ctas{ grid-area:ctas; }

/* title block */
#cover-page .hero-preview .prop-card .player-name{
  display:block; min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  font-size:16px; line-height:1.2; font-weight:800;
}
#cover-page .hero-preview .prop-card .player-name .pc-dot{ opacity:.65; }
#cover-page .hero-preview .prop-card .stat-odds{ min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; line-height:1.2; }
#cover-page .hero-preview .prop-card .stat-odds b{ font-weight:800; }
#cover-page .hero-preview .prop-card .odds-line-hero{ color:#e2fff6; font-weight:800; margin-left:6px; }

/* stepper */
#cover-page .hero-preview .prop-card .stepper-hero{
  display:inline-flex; align-items:center; border:1px solid var(--glass-border); border-radius:999px; overflow:hidden;
  background:
    linear-gradient(135deg, rgba(0,173,132,.10), rgba(255,255,255,0.04) 60%),
    linear-gradient(180deg, var(--glass-bg-1), var(--glass-bg-2));
  box-shadow: inset 0 0 0 1px var(--glass-inner);
}
#cover-page .hero-preview .prop-card .stepper-hero button{ all:unset; padding:8px 24px; cursor:default; font-weight:800; font-size:16px; }
#cover-page .hero-preview .prop-card .stepper-hero .minus{ color:#f9a3ac }
#cover-page .hero-preview .prop-card .stepper-hero .plus{ color:#aefbe4; border-left:1px solid var(--glass-inner) }

/* left remove button */
#cover-page .hero-preview .prop-card .parlay-ctas{ width:var(--cta-col); display:flex; justify-content:flex-start; align-items:center; margin:0; padding:0; }
#cover-page .hero-preview .prop-card .remove-from-parlay-hero{
  all:unset; display:grid; place-items:center; width:32px; height:32px; border-radius:90px; font-weight:900; font-size:18px;
  color:#ff5e6b; border:1px solid rgba(255,94,107,.30);
  box-shadow: inset 0 0 0 1px rgba(255,94,107,.45);
  background:
    linear-gradient(135deg, rgba(255,94,107,.18), rgba(255,255,255,.04) 60%),
    linear-gradient(180deg, var(--glass-bg-1), var(--glass-bg-2));
}

/* Footer */
.preview-footer{
  margin-top:12px; display:flex; align-items:center; justify-content:space-between;
  border-radius:16px; border:1px solid var(--pb-line);
  background:rgba(255,255,255,.06); padding:10px;
}
.preview-footer .stake{ display:flex; align-items:center; gap:10px; }
.preview-footer .step{ width:38px; height:38px; border-radius:12px; border:1px solid var(--pb-line); background:rgba(255,255,255,.06); color:var(--pb-text); font-weight:800; }
.preview-footer .stake-text{ color:rgba(233,246,243,.9); font-size: clamp(15px, 4.4vw, 17px); }
.preview-footer .stake-text .accent{ color:var(--pb-accent); font-weight:800; }
.preview-footer .odds-readout{ display:block; text-align: center; margin-top:4px; font-size:13px; color:rgba(233,246,243,.75); }
.preview-footer .odds-readout .odds{ color:var(--pb-accent); font-weight:800; }

/* Animation */
@keyframes pb-float{ 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-14px) } }

/* Wide spacing bump */
@media (min-width:1000px){ .landing-hero{ padding-top:100px; } }

/* App stays hidden until "Start Building" */
#main-app-wrapper{ display:none; }

/* Features */
.landing-features{ position:relative; z-index:1; padding: 28px 0 12px; }
@media (min-width:1000px){ .landing-features{ padding: 44px 0 24px; } }
.landing-container{ max-width:1120px; margin:0 auto; padding: 0 16px; }

.features-grid{ display:grid; gap:16px; grid-template-columns:1fr; }
@media (min-width:1000px){ .features-grid{ grid-template-columns:1fr 1fr; gap:20px; } }

.feature-card{
  position:relative; border-radius:24px; background:var(--pb-panel);
  border:1px solid var(--pb-line); padding:18px;
  backdrop-filter:blur(8px) saturate(130%); -webkit-backdrop-filter:blur(8px) saturate(130%);
  box-shadow:0 10px 40px -10px rgba(0,0,0,.6); overflow:hidden;
}
.feature-card-icon{ color:var(--pb-accent); margin-bottom:8px; }
.feature-card-icon .icon{ width:24px; height:24px; }
.feature-card-title{ font-size: clamp(19px, 5.4vw, 21px); font-weight:700; color:var(--pb-text); margin:4px 0 6px; }
.feature-card-body{ font-size: clamp(16px, 4.8vw, 18px); color:var(--pb-muted); line-height:1.6; }
.feature-card-hover{ position:absolute; inset:0; border-radius:24px; pointer-events:none; border:1px solid transparent; transition:border-color .2s ease; }
.feature-card:hover .feature-card-hover{ border-color:rgba(34,221,182,.35); }

/* How it works */
.landing-how{ position:relative; z-index:1; padding: 28px 0 20px; }
@media (min-width:1000px){ .landing-how{ padding: 44px 0 32px; } }
.how-head, .features-head{ text-align:center; margin-bottom:16px; }
.how-head h2, .features-head h2{ font-size: clamp(24px, 6.4vw, 30px); color:var(--pb-text); font-weight:700; }

.how-grid{ list-style:none; margin:0; padding:0; display:grid; gap:14px; grid-template-columns:1fr; }
@media (min-width:1000px){ .how-grid{ grid-template-columns:repeat(3, 1fr); gap:18px; } }

.step-card{
  border-radius:24px; background:var(--pb-panel);
  border:1px solid var(--pb-line); padding:16px;
  backdrop-filter:blur(8px) saturate(130%); -webkit-backdrop-filter:blur(8px) saturate(130%);
}
.step-eyebrow{ font-size: clamp(14px, 4.2vw, 15.5px); color:rgba(234,247,244,.75); margin-bottom:6px; }
.step-title{ font-size: clamp(18px, 5.8vw, 20.5px); font-weight:700; color:var(--pb-text); margin-bottom:4px; }
.step-desc{ font-size: clamp(16px, 4.8vw, 18px); color:var(--pb-muted); line-height:1.6; }

/* FAQ */
.landing-faq{ position:relative; z-index:1; padding:28px 0 24px; }
@media (min-width:1000px){ .landing-faq{ padding:44px 0 32px; } }
.landing-faq h2{ text-align:center; margin:0 0 16px; font-size:clamp(24px,6.4vw,30px); color:var(--pb-text); font-weight:700; }
.landing-faq details{ border:1px solid var(--pb-line); border-radius:16px; padding:12px 14px; background:var(--pb-panel); margin:8px 0; }
.landing-faq summary{ cursor:pointer; color:var(--pb-text); font-weight:700; }
.landing-faq p{ color:var(--pb-muted); margin:8px 0 0; }

/* Footer */
.landing-footer{ position:relative; z-index:1; border-top:1px solid var(--pb-line); margin-top:12px; padding:22px 0 34px; color:rgba(203,234,228,.8); font-size: clamp(13px, 3.6vw, 14px); }
.footer-top{ display:flex; flex-direction:column; gap:12px; align-items:flex-start; justify-content:space-between; }
@media (min-width:1000px){ .footer-top{ flex-direction:row; align-items:center; gap:24px; } }
.footer-brand{ display:flex; align-items:center; gap:8px; color:var(--pb-text); }
.footer-logo{ width:22px; height:22px; }
.footer-name{ font-weight:700; }
.footer-disclaimer{ max-width:64ch; line-height:1.55; color:rgba(234,247,244,.8); font-size: clamp(15px, 4.8vw, 18px); }
.footer-bottom{ margin-top:10px; font-size: clamp(14px, 4.4vw, 16px); color:rgba(234,247,244,.7); }

/* Landing header (nav) — now global (outside #cover-page) */
.landing-nav{
  position: sticky;
  top: 0;
  /* Key: create higher, isolated stacking context above #cover-page (999) */
  z-index: 20000;
  isolation: isolate;
  transform: translateZ(0); 
  background: transparent;
  border-bottom: 0;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  border-bottom:1px solid var(--pb-line);
  overflow: visible; /* ensure absolutely-positioned children are not clipped */
  margin-bottom: 120px;
}

.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding-top: calc(18px + env(safe-area-inset-top, 0px));
  padding-bottom: 14px;
  padding-left: calc(24px + env(safe-area-inset-left, 0px));
  padding-right: calc(28px + env(safe-area-inset-right, 0px));
}
.nav-left{ display:flex; align-items:center; gap:12px; min-width:0; }
.nav-logo{ width:56px; height:56px; flex:0 0 auto; }
.nav-name{ color: #00D3BD; font-weight:600; font-size: clamp(18px, 6.6vw, 22px); letter-spacing:.2px; }

.nav-links{ display:none; gap:28px; align-items:center; justify-content:center; color:rgba(203,234,228,.9); }
@media (min-width:1000px){ .nav-links{ display:flex; } }
.nav-link{ text-decoration:none; font-size: clamp(15px, 4.8vw, 18px); color:rgba(175,235,226,.9); transition:color .15s ease; }
.nav-link:hover{ color:var(--pb-text); }

.nav-right{ display:flex; align-items:center; gap:12px; }
.nav-login{
  padding: 8px 14px; border-radius:14px; font-weight:600;
  font-size: clamp(15.5px, 4.8vw, 18px); min-height:44px;
  color:rgba(175,235,226,.9);
  background:transparent; border:1px solid var(--pb-line);
  transition:background .15s ease, color .15s ease, border-color .15s ease;
}
.nav-login:hover{ background:rgba(255,255,255,.05); color:var(--pb-text); border-color:rgba(255,255,255,.14); }

/* Sport selector (UNSCOPED) */
.landing-nav .sport-selector{ position:relative; display:flex; align-items:center; z-index: auto; margin-left:8px; }
.landing-nav #sport-toggle{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 14px; border-radius:14px; font-weight:600;
  font-size: clamp(15.5px, 4.8vw, 18px); min-height:44px;
  color:rgba(175,235,226,.9);
  background:rgba(255,255,255,.03); border:1px solid var(--pb-line);
  transition:background .15s ease, color .15s ease, border-color .15s ease, transform .05s ease; cursor:pointer;
}
.landing-nav #sport-toggle:hover{ background:rgba(255,255,255,.06); color:var(--pb-text); border-color:rgba(255,255,255,.14); }
.landing-nav #sport-toggle:active{ transform:translateY(1px);  }
.landing-nav #sport-toggle i{ font-size:.95em; opacity:.9; transition:transform .15s ease, opacity .15s ease; }
.landing-nav #sport-toggle[aria-expanded="true"] i{ transform:rotate(180deg); opacity:1;   
}

.landing-nav #sport-dropdown{
  position:absolute; right:0; top:calc(100% + 8px);
  min-width:180px; padding:6px; margin:0; list-style:none;
  border-radius:14px; background:var(--pb-panel); border:1px solid var(--pb-line);
  box-shadow:0 18px 40px -12px rgba(0,0,0,.45);
  backdrop-filter:blur(8px) saturate(130%); -webkit-backdrop-filter:blur(8px) saturate(130%);
  display:none;
  z-index: 13000;
  transform: translateZ(0);      /* prevent weird clipping on Safari */
}
.landing-nav #sport-dropdown .sport-item{
  display:block; padding:10px; border-radius:10px;
  color:var(--pb-text); font-size: clamp(15px, 4.8vw, 18px); cursor:pointer; white-space:nowrap;
  transition:background .12s ease, color .12s ease;
}
.landing-nav #sport-dropdown .sport-item:hover{ background:rgba(255,255,255,.08); }
.landing-nav #sport-dropdown .sport-item.active{ background:rgba(0,211,189,.18); outline:1px solid rgba(0,211,189,.35); color:#d8fffa; }

/* ===== Sub-1000px layout-specific tweaks ===== */
@media (max-width:1000px){

  .landing-container{ padding-left:24px; padding-right:24px; }
  .landing-hero{ padding-left:24px; padding-right:24px; padding-top: calc(96px + env(safe-area-inset-top, 0px)); }

  .nav-logo{ width:46px; height:46px; }
  .nav-name{ font-size:24px; }
  .nav-login{ font-size:20px; min-height:54px; padding:12px 18px; border-radius:18px; }
  .landing-nav #sport-toggle{ font-size:20px; min-height:54px; padding:12px 18px; border-radius:18px; }
  .landing-nav #sport-dropdown .sport-item{ padding:14px; font-size:19.5px; }

  .hero-copy{ text-align:center; }
  .hero-title{
    margin-left:auto;
    margin-right:auto;
    margin-top: 100px;
    margin-bottom: 8px;
    font-size: clamp(38px, 9.8vw, 60px); }
  .hero-desc{
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 32px !important;
    font-size: clamp(22px, 5.2vw, 26px);
    line-height:1.65;
  }

  .hero-ctas{ flex-direction:column; align-items:center; justify-content:center; gap:12px; margin-bottom:16px; }
  .hero-ctas .btn-cta{
    padding: 26px 32px;
    min-height: 64px;
    border-radius: 18px;
    font-size: 28px;
  }
  .btn-ghost{ font-size:18px; }
  .btn-ghost.small{ font-size:16.5px; }

  .hero-preview{ margin-top:10px; }
  .hero-preview-glow{ opacity:.6; filter:blur(16px); }

  .preview-label{ font-size: clamp(20px, 4.5vw, 22px); }
  .preview-odds{ font-size: clamp(17px, 5.2vw, 20px); }
  .pill{ padding:8px 12px; font-size: clamp(14.5px, 4.4vw, 16.5px); }
  .btn-cta-small{
    padding:12px 18px;
    min-height:48px;
    font-size: clamp(16.5px, 4.8vw, 18.5px);
    margin-left: 40px;
  }
  .btn-icon{ font-size:26px; }

  #cover-page .hero-preview .prop-card{ --cta-col:56px; --cta-gap:30px; }
  #cover-page .hero-preview .prop-card .player-name{ font-size:20px; }
  #cover-page .hero-preview .prop-card .stat-odds{ font-size:16x; margin-top: -4px;}

  .preview-footer .stake-text{ font-size: clamp(16.5px, 4.8vw, 19px); }
  .preview-footer .step{ width:40px; height:40px; }

  .feature-card-title{ font-size: clamp(21px, 6.0vw, 23px); }
  .feature-card-body{ font-size: clamp(18px, 5.2vw, 20px); }
  .how-head h2, .features-head h2{ font-size: clamp(26px, 7.2vw, 34px); }
  .step-eyebrow{ font-size: clamp(15px, 4.8vw, 17.5px); }
  .step-title{ font-size: clamp(20px, 6.4vw, 23px); }
  .step-desc{ font-size: clamp(18px, 5.2vw, 20px); }

  .landing-footer{ font-size: clamp(14px, 4.2vw, 15.5px); }
  .footer-disclaimer{ font-size: clamp(16.5px, 5.2vw, 19.5px); line-height:1.65; }
  .footer-bottom{ font-size: clamp(15px, 4.8vw, 17.5px); }

  .landing-footer .landing-container{ max-width:none; padding-left:0; padding-right:0; }
  .footer-top, .footer-bottom{
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
  }
}

/* small extra tuning */
@media (max-width: 1000px){
  .hero-desc{ margin-bottom: 14px; }
  .hero-ctas{ margin-bottom: 12px; }
  .hero-social-proof{ margin-top: 8px; font-size: 16.5px; }
  .hero-preview{ margin-top: 20px; }
  .hero-preview-card{ padding: 20px; }
  .preview-list{ gap: 12px; }
}

/* Logo tweaks */
.nav-logo{
  width:100px;
  height:60px;
  margin-top: -10px;
}
.nav-name{
  font-size:30px;
  font-weight:500;
  margin-left:-53px;
  margin-top:-8px;
  margin-bottom:-26px;
}
@media (max-width:1000px){
  .nav-logo{ width:102px; height:76px; margin-left:-20px; margin-top:-17px; }
  .nav-name{ font-size:34px; font-weight:500; margin-left:-52px; margin-top:-6px; margin-bottom:-26px; }
}

/* Retire old top nav if still present */
.navbar { display: none !important; }


/* Kill press/hover animations for buttons in the hero only */
#cover-page .landing-hero :is(.btn-cta, .btn-cta-small, .btn-ghost, .btn-icon, button) {
  transition: none !important;
}

#cover-page .landing-hero :is(.btn-cta, .btn-cta-small, .btn-ghost, .btn-icon, button):is(:hover, :active, :focus) {
  transform: none !important;
  filter: none !important;
}

/* Optional: remove iOS tap highlight */
#cover-page .landing-hero { -webkit-tap-highlight-color: transparent; }
