/* ─── BASE ────────────────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;
  background:#110f0d;
  color:#fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
  min-height:100vh;
  text-rendering:optimizeLegibility;
}
img,svg{display:block;max-width:100%}
button{font-family:inherit}
a{text-decoration:none;color:inherit}
a:hover,a:focus,a:active,a:visited{text-decoration:none}
:focus-visible{outline:2px solid #e8ba83;outline-offset:2px;border-radius:8px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ─── SCROLL REVEAL ───────────────────────────────────────────────────────── */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
.reveal.active{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){
  .reveal,.reveal.active{transition:none;opacity:1;transform:none}
  *,*::before,*::after{animation-duration:0.001ms !important;transition-duration:0.001ms !important}
}

/* ─── NAV ─────────────────────────────────────────────────────────────────── */
nav{
  position:fixed;top:18px;left:50%;transform:translateX(-50%);
  z-index:300;
  display:flex;align-items:center;gap:0;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(32px);
  -webkit-backdrop-filter:blur(32px);
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  padding:6px 6px 6px 24px;
  width:min(880px,calc(100vw - 24px));
  box-shadow:0 4px 24px rgba(0,0,0,.3);
}
.nav-logo{
  font-family:'Instrument Serif',serif;
  font-size:1.25rem;
  color:#fff;
  margin-right:auto;
  letter-spacing:-.01em;
  display:inline-flex;align-items:center;gap:6px;
  background:none;border:none;cursor:pointer;padding:.25rem 0;
}
.nav-logo sup{
  font-family:'Inter',sans-serif;
  font-size:.55rem;font-weight:600;
  background:rgba(255,255,255,.18);
  border-radius:6px;padding:2px 6px;
  letter-spacing:.06em;color:#fff;
}
.nav-links{display:flex;align-items:center;gap:4px;margin:0 1rem}
.nav-link{
  padding:.45rem 1rem;
  font-size:.85rem;font-weight:400;
  color:rgba(255,255,255,.7);
  border:none;background:none;
  border-radius:999px;
  cursor:pointer;
  transition:color .25s ease,background .25s ease;
  white-space:nowrap;
  text-decoration:none;
}
a.nav-logo,a.nav-cta{text-decoration:none}
.nav-link:hover{color:#fff;background:rgba(255,255,255,.1)}
.nav-link.active{color:#fff;background:rgba(255,255,255,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
.nav-cta{
  display:inline-flex;align-items:center;
  padding:.55rem 1.2rem;
  background:#fff;
  color:#110f0d;
  border-radius:999px;
  font-size:.85rem;font-weight:600;
  border:none;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
  white-space:nowrap;
  box-shadow:0 2px 12px rgba(255,255,255,.18);
}
.nav-cta:hover{background:#f0ebe1;transform:translateY(-1px);box-shadow:0 4px 16px rgba(255,255,255,.28)}
.nav-toggle{
  display:none;
  width:38px;height:38px;
  border:none;background:rgba(255,255,255,.08);
  border-radius:999px;cursor:pointer;
  align-items:center;justify-content:center;
  color:#fff;
}
.nav-toggle svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round}
.nav-toggle .icon-close{display:none}
nav.open .nav-toggle .icon-open{display:none}
nav.open .nav-toggle .icon-close{display:block}

/* ─── PAGES ───────────────────────────────────────────────────────────────── */
.page{display:none}
.page.active{display:block;animation:fadeIn .4s ease-out}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* ─── HERO ────────────────────────────────────────────────────────────────── */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;align-items:center;
  overflow:hidden;
  padding-top:96px;padding-bottom:48px;
}
.hero-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 60% 80% at 75% 45%,rgba(180,110,40,.3) 0%,transparent 60%),
    radial-gradient(ellipse 50% 60% at 20% 60%,rgba(90,50,20,.4) 0%,transparent 60%),
    linear-gradient(160deg,#1c1814 0%,#110f0d 40%,#080706 100%);
  z-index:0;
}
.hero-bg::before{
  content:'';position:absolute;
  width:500px;height:500px;
  right:25%;top:5%;
  background:rgba(215,135,50,.18);
  border-radius:50%;
  filter:blur(110px);
  animation:float 12s infinite ease-in-out alternate;
}
.hero-bg::after{
  content:'';position:absolute;
  width:400px;height:600px;
  right:5%;top:15%;
  background:rgba(140,70,25,.18);
  border-radius:50%;
  filter:blur(80px);
  animation:float 15s infinite ease-in-out alternate-reverse;
}
.hero-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px,48px 48px;
  mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,#000 30%,transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,#000 30%,transparent 75%);
  pointer-events:none;
}
@keyframes float{0%{transform:translateY(0) scale(1)}100%{transform:translateY(-40px) scale(1.05)}}
.hero-content{
  position:relative;z-index:10;
  width:100%;
  max-width:1150px;
  margin:0 auto;
  padding:0 3rem;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:5rem;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.8rem;color:rgba(255,255,255,.85);
  margin-bottom:1.75rem;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  padding:.4rem 1.1rem;
  border-radius:999px;
  backdrop-filter:blur(12px);
}
.hero-badge svg{width:14px;height:14px;color:#e8ba83}
a.hero-badge{
  color:rgba(255,255,255,.85);
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
a.hero-badge:hover{
  background:rgba(232,186,131,.12);
  border-color:rgba(232,186,131,.4);
  transform:translateY(-1px);
}
.hero-badge-arrow{
  color:#e8ba83;margin-left:.25rem;font-weight:500;
  transition:transform .25s ease;display:inline-block;
}
a.hero-badge:hover .hero-badge-arrow{transform:translateX(2px)}
.hero-title{
  font-family:'Instrument Serif',serif;
  font-size:clamp(2.6rem,6vw,5.5rem);
  font-weight:400;
  line-height:1.04;
  letter-spacing:-.02em;
  color:#fff;
  margin-bottom:1.5rem;
}
.hero-title em{font-style:italic;color:rgba(255,255,255,.65)}
.hero-sub{
  font-size:clamp(1rem,1.6vw,1.15rem);
  color:rgba(255,255,255,.65);
  line-height:1.6;
  margin-bottom:2.4rem;
  max-width:520px;
}
.hero-sub strong{color:rgba(255,255,255,.92);font-weight:500}
.cycle-text{
  display:inline-block;
  color:#e8ba83;
  transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);
}
.cycle-text.swap-out{opacity:0;transform:translateY(-6px)}

.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}

/* ─── BUTTONS ─────────────────────────────────────────────────────────────── */
.btn-hero-primary,
.btn-primary{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  padding:.85rem 1.8rem;
  background:#fff;
  color:#110f0d;
  border-radius:999px;
  font-size:.95rem;font-weight:600;
  border:none;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
  box-shadow:0 4px 16px rgba(255,255,255,.12);
  text-decoration:none;
}
.btn-hero-primary:hover,
.btn-primary:hover{background:#f0ebe1;transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,255,255,.22)}
.btn-primary:disabled{background:rgba(255,255,255,.1);color:rgba(255,255,255,.3);cursor:not-allowed;transform:none;box-shadow:none}
.btn-hero-secondary{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.85rem 1.8rem;
  background:rgba(255,255,255,.05);
  color:#fff;
  border-radius:999px;
  font-size:.95rem;font-weight:500;
  border:1px solid rgba(255,255,255,.15);
  cursor:pointer;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
  backdrop-filter:blur(8px);
}
.btn-hero-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}

/* Hero stats */
.hero-stats{
  list-style:none;display:flex;align-items:center;gap:2rem;
  margin-top:2.5rem;padding-top:1.75rem;
  border-top:1px solid rgba(255,255,255,.08);
  flex-wrap:wrap;
}
.hero-stats li{display:flex;flex-direction:column;gap:.2rem}
.hero-stat-num{font-family:'Instrument Serif',serif;font-size:1.75rem;color:#fff;line-height:1;letter-spacing:-.01em}
.hero-stat-lbl{font-size:.78rem;color:rgba(255,255,255,.5);letter-spacing:.02em}

/* Floating board snapshot card */
.hero-card{
  background:linear-gradient(180deg,rgba(28,24,20,.65),rgba(20,18,16,.55));
  backdrop-filter:blur(32px);
  -webkit-backdrop-filter:blur(32px);
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  padding:1.5rem;
  width:340px;
  display:flex;flex-direction:column;gap:1.1rem;
  box-shadow:
    0 30px 80px rgba(0,0,0,.5),
    0 0 0 1px rgba(232,186,131,.06),
    inset 0 1px 0 rgba(255,255,255,.08);
  animation:hoverFloat 8s ease-in-out infinite;
  position:relative;overflow:hidden;
}
.hero-card::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 15% 0%,rgba(232,186,131,.18),transparent 55%);
  pointer-events:none;
}
@keyframes hoverFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.hero-card-head{display:flex;align-items:center;gap:.85rem;position:relative;z-index:1}
.hero-card-title{font-size:.95rem;font-weight:600;color:#fff}
.hero-card-sub{font-size:.72rem;color:rgba(255,255,255,.5);letter-spacing:.04em;text-transform:uppercase;margin-top:.15rem}
.hero-orb{
  width:48px;height:48px;
  border-radius:50%;
  background:transparent url(/frontend/orb.png) center/contain no-repeat;
  filter:drop-shadow(0 8px 24px rgba(217,141,56,.35));
  position:relative;flex-shrink:0;
  animation:spinOrb 30s linear infinite;
  will-change:transform;
}
@keyframes spinOrb{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){
  .hero-orb,.chairman-orb{animation:none}
}

.hero-snapshot{list-style:none;display:flex;flex-direction:column;gap:.55rem;position:relative;z-index:1}
.hero-snapshot li{
  display:grid;grid-template-columns:3px 84px 1fr;gap:.65rem;align-items:center;
  padding:.55rem .7rem;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
  border-radius:12px;
}
.snap-bar{display:block;width:3px;height:18px;border-radius:2px}
.snap-role{font-size:.72rem;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.02em}
.snap-text{font-size:.78rem;color:rgba(255,255,255,.55);line-height:1.35}

.hero-verdict{
  background:rgba(0,0,0,.25);
  border:1px solid rgba(232,186,131,.22);
  border-radius:14px;
  padding:.85rem 1rem;
  position:relative;z-index:1;
}
.hero-verdict-label{font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e8ba83;margin-bottom:.3rem}
.hero-verdict-text{font-family:'Instrument Serif',serif;font-size:1.05rem;color:#fff;line-height:1.4}
.hero-verdict-meta{margin-top:.55rem}

.hero-card-cta{width:100%;padding:.75rem 1rem;border-radius:14px;font-size:.9rem;box-shadow:none;position:relative;z-index:1}

/* ─── TRUST STRIP ────────────────────────────────────────────────────────── */
.trust-strip{
  position:relative;z-index:5;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  background:rgba(0,0,0,.18);
}
.trust-inner{
  max-width:1150px;margin:0 auto;padding:1.5rem 3rem;
  display:flex;align-items:center;gap:2rem;flex-wrap:wrap;
}
.trust-label{
  font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.45);flex-shrink:0;
}
.trust-items{
  display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;
  font-size:.85rem;color:rgba(255,255,255,.7);
  font-family:'Instrument Serif',serif;font-style:italic;letter-spacing:.01em;
}
.trust-dot{width:4px;height:4px;border-radius:50%;background:rgba(232,186,131,.6)}

/* ─── PREVIEW SECTION ────────────────────────────────────────────────────── */
.preview-section{padding-top:5rem}
.preview-board{margin-top:3rem;display:flex;flex-direction:column;gap:1.25rem}
.preview-question{
  display:flex;align-items:flex-start;gap:1rem;
  padding:1.4rem 1.6rem;
  background:linear-gradient(180deg,rgba(232,186,131,.07),rgba(232,186,131,.02));
  border:1px solid rgba(232,186,131,.18);
  border-radius:18px;
}
.preview-q-label{
  font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:#e8ba83;flex-shrink:0;padding-top:.2rem;
}
.preview-q-text{font-family:'Instrument Serif',serif;font-size:1.2rem;color:#fff;line-height:1.45}

.preview-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;
}
.preview-card{
  position:relative;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  padding:1.25rem;
  display:flex;flex-direction:column;gap:.7rem;
  transition:transform .35s ease,background .35s ease;
}
.preview-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.05)}
.preview-bar{position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent,#e8ba83);border-radius:18px 18px 0 0}
.preview-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.preview-role{font-size:.85rem;font-weight:600;color:#fff}
.preview-tag{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.4)}
.preview-text{font-size:.88rem;color:rgba(255,255,255,.7);line-height:1.55}

.preview-chair{
  background:linear-gradient(180deg,rgba(20,18,16,.7),rgba(15,13,11,.6));
  border:1px solid rgba(232,186,131,.28);
  border-radius:24px;
  padding:1.85rem;
  display:flex;flex-direction:column;gap:1.25rem;
  box-shadow:0 12px 40px rgba(0,0,0,.35);
}
.preview-chair-head{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.preview-chair-head .chairman-orb{width:42px;height:42px}
.preview-chair-title{font-size:1rem;font-weight:600;color:#fff}
.preview-chair-sub{font-size:.78rem;color:rgba(255,255,255,.5)}
.preview-chair-pill{margin-left:auto}
.preview-verdict{font-family:'Instrument Serif',serif;font-size:1.4rem;line-height:1.4;color:#fff}
.preview-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.preview-col{
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.05);
  border-radius:14px;padding:1.1rem;
}
.preview-col-title{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:.65rem}
.preview-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.preview-col li{
  font-size:.85rem;color:rgba(255,255,255,.7);line-height:1.5;
  padding-left:1rem;position:relative;
}
.preview-col li::before{content:'→';position:absolute;left:0;color:#e8ba83}
.preview-cta{
  display:flex;align-items:center;justify-content:center;gap:.85rem;flex-wrap:wrap;margin-top:1rem;
}

/* ─── WAITLIST COUNT ─────────────────────────────────────────────────────── */
.waitlist-count{
  display:inline-flex;align-items:center;gap:.55rem;
  margin:0 auto 1.5rem;
  font-size:.8rem;letter-spacing:.04em;color:rgba(255,255,255,.6);
  background:rgba(232,186,131,.08);
  border:1px solid rgba(232,186,131,.22);
  padding:.45rem 1rem;border-radius:999px;
  min-height:1em;
}
.waitlist-count strong{color:#e8ba83;font-weight:600}

/* ─── SENTINEL SHOWCASE ──────────────────────────────────────────────────── */
.sentinel-hero{
  position:relative;padding:5.5rem 0 4rem;
  background:
    radial-gradient(ellipse 60% 80% at 85% 20%,rgba(232,186,131,.12) 0%,transparent 55%),
    radial-gradient(ellipse 50% 60% at 10% 80%,rgba(232,124,124,.08) 0%,transparent 55%),
    linear-gradient(180deg,#100e0c 0%,#14110e 100%);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  overflow:hidden;
}
.sentinel-inner{
  max-width:1150px;margin:0 auto;padding:0 3rem;
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  gap:3.5rem;align-items:center;
}
.sentinel-copy{position:relative;z-index:1}
.sentinel-eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:#e8ba83;
  background:rgba(232,186,131,.1);
  border:1px solid rgba(232,186,131,.28);
  padding:.4rem .9rem;border-radius:999px;
  margin-bottom:1.5rem;
}
.sentinel-pulse{
  width:8px;height:8px;border-radius:50%;background:#e87c7c;
  box-shadow:0 0 0 0 rgba(232,124,124,.7);
  animation:sentinelPulse 1.6s infinite;
}
@keyframes sentinelPulse{
  0%{box-shadow:0 0 0 0 rgba(232,124,124,.7)}
  70%{box-shadow:0 0 0 10px rgba(232,124,124,0)}
  100%{box-shadow:0 0 0 0 rgba(232,124,124,0)}
}
.sentinel-bullets{
  list-style:none;margin-top:1.75rem;display:flex;flex-direction:column;gap:.85rem;
}
.sentinel-bullets li{
  display:flex;align-items:flex-start;gap:.8rem;
  font-size:.95rem;color:rgba(255,255,255,.78);line-height:1.55;
}
.sentinel-bullet-dot{
  width:6px;height:6px;border-radius:50%;background:#e8ba83;flex-shrink:0;margin-top:.55rem;
  box-shadow:0 0 12px rgba(232,186,131,.6);
}
.sentinel-preview{
  background:linear-gradient(180deg,rgba(28,24,20,.75),rgba(18,15,13,.75));
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;padding:1.4rem 1.4rem 1.2rem;
  box-shadow:0 30px 80px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  position:relative;z-index:1;
}
.sentinel-preview-head{
  display:flex;align-items:center;gap:.9rem;padding-bottom:1rem;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.sentinel-preview-head .hero-orb{width:40px;height:40px}
.sentinel-live{
  margin-left:auto;font-size:.62rem;font-weight:700;letter-spacing:.14em;
  color:#e87c7c;background:rgba(232,124,124,.12);
  border:1px solid rgba(232,124,124,.3);
  padding:.22rem .5rem;border-radius:6px;
}
.sentinel-rows{list-style:none;display:flex;flex-direction:column;gap:.45rem;padding:.9rem 0 0}
.sentinel-row{
  display:grid;grid-template-columns:44px 1fr;gap:.7rem;align-items:center;
  padding:.7rem .85rem;border-radius:12px;
  background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);
  transition:background .25s ease,transform .25s ease,border-color .25s ease;
}
.sentinel-row:hover{background:rgba(255,255,255,.045);transform:translateX(2px)}
.sentinel-pri{
  font-size:.7rem;font-weight:700;letter-spacing:.06em;
  text-align:center;padding:.25rem 0;border-radius:6px;
}
.sentinel-row.p0 .sentinel-pri{color:#e87c7c;background:rgba(232,124,124,.12);border:1px solid rgba(232,124,124,.28)}
.sentinel-row.p0{border-color:rgba(232,124,124,.22)}
.sentinel-row.p1 .sentinel-pri{color:#e8a87c;background:rgba(232,168,124,.12);border:1px solid rgba(232,168,124,.28)}
.sentinel-row.p2 .sentinel-pri{color:#e8d27c;background:rgba(232,210,124,.1);border:1px solid rgba(232,210,124,.24)}
.sentinel-row.p3 .sentinel-pri{color:#7ccea8;background:rgba(124,206,168,.1);border:1px solid rgba(124,206,168,.24)}
.sentinel-row-subject{font-size:.9rem;color:#fff;font-weight:500}
.sentinel-row-meta{font-size:.72rem;color:rgba(255,255,255,.45);margin-top:.2rem;letter-spacing:.02em}
.sentinel-verdict{
  margin-top:1rem;padding:.95rem 1rem;border-radius:14px;
  background:linear-gradient(180deg,rgba(232,186,131,.08),rgba(232,186,131,.02));
  border:1px solid rgba(232,186,131,.25);
}
.sentinel-verdict-head{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  font-size:.72rem;font-weight:600;letter-spacing:.06em;
  color:#e8ba83;text-transform:uppercase;margin-bottom:.45rem;
}
.sentinel-verdict-body{
  font-family:'Instrument Serif',serif;font-size:1.02rem;color:#fff;line-height:1.45;
}
@media (max-width:900px){
  .sentinel-inner{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}
  .sentinel-hero{padding:4rem 0 3rem}
}

/* ─── CLOSING CTA ────────────────────────────────────────────────────────── */
.closing-cta{padding-bottom:3rem}
.closing-cta-card{
  position:relative;overflow:hidden;
  max-width:1080px;margin:0 auto;
  padding:4rem 3rem;border-radius:32px;
  background:linear-gradient(180deg,rgba(28,24,20,.85),rgba(15,13,11,.85));
  border:1px solid rgba(232,186,131,.22);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  text-align:center;
}
.closing-cta-glow{
  position:absolute;inset:-20%;
  background:
    radial-gradient(ellipse 50% 60% at 30% 0%,rgba(232,186,131,.18),transparent 60%),
    radial-gradient(ellipse 60% 60% at 80% 100%,rgba(125,72,23,.25),transparent 60%);
  pointer-events:none;
}
.closing-cta-inner{position:relative;z-index:1;max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.closing-cta-inner .section-label{margin-bottom:.75rem}

/* ─── GENERIC SECTION ────────────────────────────────────────────────────── */
.section{padding:6.5rem 0;position:relative}
.section-inner{max-width:1150px;margin:0 auto;padding:0 3rem}
.section-label{
  font-size:.75rem;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  color:#e8ba83;
  margin-bottom:1.1rem;
}
.section-title{
  font-family:'Instrument Serif',serif;
  font-size:clamp(2rem,4.2vw,3.5rem);
  font-weight:400;
  line-height:1.1;
  letter-spacing:-.02em;
  color:#fff;
  margin-bottom:1.1rem;
}
.section-title em{font-style:italic;color:rgba(255,255,255,.55)}
.section-sub{
  font-size:clamp(.95rem,1.4vw,1.05rem);
  color:rgba(255,255,255,.6);
  max-width:560px;
  line-height:1.7;
}

/* ─── FEATURES GRID ───────────────────────────────────────────────────────── */
.features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1.25rem;
  margin-top:3rem;
}
.feature-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:2.25rem 1.85rem;
  transition:background .35s ease,border-color .35s ease,transform .35s ease,box-shadow .35s ease;
  cursor:pointer;
  backdrop-filter:blur(12px);
  box-shadow:0 4px 20px rgba(0,0,0,.2);
  text-align:left;
  width:100%;
  color:inherit;
  font:inherit;
}
.feature-card:hover{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.15);
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(0,0,0,.3);
}
.feature-icon{
  width:46px;height:46px;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.4rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}
.feature-icon svg{width:22px;height:22px;stroke:#e8ba83;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.feature-name{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:.7rem}
.feature-desc{font-size:.92rem;color:rgba(255,255,255,.5);line-height:1.6}

/* Feature card acting as a link (for Sentinel) */
a.feature-card{text-decoration:none;display:block}

/* "New" highlight on the Sentinel card */
.feature-card-new{
  position:relative;
  background:linear-gradient(180deg,rgba(232,186,131,.09),rgba(232,186,131,.02));
  border-color:rgba(232,186,131,.25);
}
.feature-card-new:hover{
  background:linear-gradient(180deg,rgba(232,186,131,.14),rgba(232,186,131,.04));
  border-color:rgba(232,186,131,.45);
}
.feature-card-new .feature-icon{
  background:rgba(232,186,131,.12);
  border-color:rgba(232,186,131,.3);
}
.feature-badge{
  position:absolute;top:1.1rem;right:1.1rem;
  font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:#110f0d;background:#e8ba83;
  padding:.25rem .55rem;border-radius:999px;
  box-shadow:0 2px 8px rgba(232,186,131,.3);
}

/* "New" badge pill inside nav link */
.nav-link-new{
  display:inline-flex;align-items:center;gap:.45rem;
  text-decoration:none;
}
.nav-link-badge{
  font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:#110f0d;background:#e8ba83;
  padding:.12rem .4rem;border-radius:999px;
  line-height:1;
}

/* ─── TESTIMONIALS ────────────────────────────────────────────────────────── */
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.25rem;
  margin-top:3rem;
}
.testi-card{
  background:rgba(20,18,16,.4);
  backdrop-filter:blur(24px);
  border:1px solid rgba(255,255,255,.06);
  border-radius:24px;
  padding:2rem;
  transition:background .35s ease,transform .35s ease;
  display:flex;flex-direction:column;justify-content:space-between;
  min-height:230px;
}
.testi-card:hover{background:rgba(255,255,255,.05);transform:translateY(-4px)}
.testi-quote{
  font-size:1.05rem;
  color:rgba(255,255,255,.85);
  line-height:1.55;
  margin-bottom:1.75rem;
  font-family:'Instrument Serif',serif;
  font-style:italic;
  letter-spacing:.01em;
}
.testi-author{display:flex;align-items:center;gap:.8rem}
.testi-avatar{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:.85rem;font-weight:600;color:#fff;
  flex-shrink:0;border:1px solid rgba(255,255,255,.2);
  background-size:cover;background-position:center;
  box-shadow:inset 0 2px 4px rgba(0,0,0,.5);
}
.t-img-1{background-image:radial-gradient(circle at top right,#9fa1a6,#3f434a)}
.t-img-2{background-image:radial-gradient(circle at top right,#d9aca4,#734a41)}
.t-img-3{background-image:radial-gradient(circle at top right,#a0b5a3,#4a5c4c)}
.testi-name{font-size:.9rem;font-weight:500;color:#fff}
.testi-role{font-size:.78rem;color:rgba(255,255,255,.45)}

/* ─── PRICING ─────────────────────────────────────────────────────────────── */
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.25rem;
  margin-top:3rem;
  align-items:stretch;
}
.price-card{
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(24px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  padding:2.5rem 2rem;
  transition:background .35s ease,transform .35s ease,box-shadow .35s ease;
  display:flex;flex-direction:column;
}
.price-card:hover{background:rgba(255,255,255,.06);transform:translateY(-6px)}
.price-card.featured{
  background:rgba(20,18,16,.6);
  border-color:rgba(232,186,131,.4);
  box-shadow:0 12px 40px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.1);
  position:relative;
}
.price-card.featured::after{
  content:'Most popular';
  position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:#110f0d;background:#e8ba83;padding:.35rem .8rem;border-radius:999px;
  white-space:nowrap;
}
.price-tier{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#e8ba83;margin-bottom:1rem}
.price-amount{
  font-family:'Instrument Serif',serif;
  font-size:3rem;font-weight:400;
  color:#fff;line-height:1;
  margin-bottom:.5rem;letter-spacing:-.02em;
}
.price-amount span{font-family:'Inter',sans-serif;font-size:1rem;color:rgba(255,255,255,.4)}
.price-desc{font-size:.9rem;color:rgba(255,255,255,.55);margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(255,255,255,.08);line-height:1.55}
.price-features{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-bottom:2.25rem;flex-grow:1}
.price-features li{font-size:.9rem;color:rgba(255,255,255,.7);display:flex;gap:.8rem;align-items:flex-start}
.price-features li::before{content:'✓';color:#e8ba83;flex-shrink:0}
.btn-price{
  width:100%;padding:.9rem;
  border-radius:999px;
  font-size:.9rem;font-weight:600;
  border:1px solid rgba(255,255,255,.2);
  background:transparent;color:#fff;
  cursor:pointer;transition:background .25s ease,border-color .25s ease;
}
.btn-price:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4)}
.btn-price.featured{background:#fff;color:#110f0d;border-color:#fff}
.btn-price.featured:hover{background:#f0ebe1;box-shadow:0 4px 16px rgba(255,255,255,.2)}

/* ─── GLASS / FORMS ───────────────────────────────────────────────────────── */
.glass-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(32px);
  -webkit-backdrop-filter:blur(32px);
  border-radius:28px;
  padding:2.25rem;
  box-shadow:0 16px 40px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.05);
}
.input-label{
  display:block;
  font-size:.75rem;font-weight:600;
  letter-spacing:.08em;text-transform:uppercase;
  color:rgba(255,255,255,.55);
  margin-bottom:.7rem;
}
textarea,
input[type=text],
input[type=email],
input[type=number],
select{
  width:100%;
  background:rgba(0,0,0,.2);
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  color:#fff;
  font-family:inherit;
  font-size:.95rem;
  padding:.95rem 1.1rem;
  resize:vertical;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;
  outline:none;
}
textarea::placeholder,
input::placeholder{color:rgba(255,255,255,.25)}
textarea:focus,
input:focus,
select:focus{border-color:rgba(232,186,131,.5);background:rgba(0,0,0,.4);box-shadow:0 0 0 4px rgba(232,186,131,.08)}
textarea{min-height:120px}
select option{background:#1a1714;color:#fff}
.input-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}
.input-group{margin-bottom:1.25rem}
.input-group:last-child{margin-bottom:0}

/* ─── BOARDS / DEBATE ─────────────────────────────────────────────────────── */
.board-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2.5rem}
.board-card{
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.06);
  border-radius:24px;
  padding:1.6rem;
  position:relative;overflow:hidden;
  transition:transform .3s ease,background .3s ease;
}
.board-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.04)}
.board-card-bar{position:absolute;top:0;left:0;right:0;height:3px}
.board-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:.5rem}
.member-name{font-size:1.02rem;font-weight:500;color:#fff}
.ai-badge{
  font-size:.68rem;padding:.3rem .75rem;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.55);
  white-space:nowrap;flex-shrink:0;
}
.round-tag{
  font-size:.7rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:rgba(255,255,255,.35);
  margin-bottom:.85rem;
}
.board-response{font-size:.95rem;color:rgba(255,255,255,.75);line-height:1.7}

/* Chairman / Verdict */
.chairman{
  background:rgba(20,18,16,.6);
  border:1px solid rgba(232,186,131,.3);
  border-radius:28px;
  padding:2.25rem;
  margin-top:1.5rem;
  box-shadow:0 10px 40px rgba(0,0,0,.3);
}
.chairman-hdr{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}
.chairman-orb{
  width:48px;height:48px;border-radius:50%;
  background:transparent url(/frontend/orb.png) center/contain no-repeat;
  filter:drop-shadow(0 6px 18px rgba(0,0,0,.45));
  flex-shrink:0;position:relative;
  animation:spinOrb 30s linear infinite;
  will-change:transform;
}
.chairman-title{font-size:1.15rem;font-weight:600;color:#fff}
.chairman-sub{font-size:.82rem;color:rgba(255,255,255,.5)}
.verdict-box{
  background:rgba(0,0,0,.2);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:1.4rem 1.75rem;
  margin-bottom:2rem;
}
.verdict-text{font-family:'Instrument Serif',serif;font-size:1.4rem;color:#fff;line-height:1.4}
.conf-pill{
  display:inline-block;font-family:'Inter',sans-serif;
  font-size:.72rem;font-weight:600;
  padding:.3rem .8rem;border-radius:999px;
  margin-left:.5rem;vertical-align:middle;
}
.conf-high{background:rgba(34,197,94,.1);color:#4ade80;border:1px solid rgba(34,197,94,.2)}
.conf-med{background:rgba(245,158,11,.1);color:#fbbf24;border:1px solid rgba(245,158,11,.2)}
.conf-low{background:rgba(239,68,68,.1);color:#f87171;border:1px solid rgba(239,68,68,.2)}
.ch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:.5rem}
.ch-col{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.4rem}
.ch-col-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:.9rem}
.ch-list{list-style:none;display:flex;flex-direction:column;gap:.7rem}
.ch-list li{font-size:.9rem;color:rgba(255,255,255,.7);line-height:1.55;padding-left:1.1rem;position:relative}
.ch-list li::before{content:'→';position:absolute;left:0;color:#e8ba83}

/* ─── LOADING ────────────────────────────────────────────────────────────── */
.loading{display:none;text-align:center;padding:3rem 1rem}
.loading.active{display:block;animation:fadeIn .4s ease}
.spinner{
  width:42px;height:42px;
  border:2px solid rgba(255,255,255,.05);
  border-top-color:#e8ba83;
  border-radius:50%;
  animation:spin 1s linear infinite;
  margin:0 auto 1.4rem;
}
@keyframes spin{to{transform:rotate(360deg)}}
.loading-msg{font-size:1rem;color:rgba(255,255,255,.6)}
.loading-steps{margin-top:1.4rem;display:flex;flex-direction:column;gap:.55rem;text-align:left;max-width:540px;margin-left:auto;margin-right:auto}
.step{font-size:.85rem;color:rgba(255,255,255,.3);transition:color .35s}
.step.done{color:rgba(255,255,255,.5)}
.step.now{color:#e8ba83}

/* ─── MEMORY ──────────────────────────────────────────────────────────────── */
.upload-zone{
  border:2px dashed rgba(255,255,255,.12);
  border-radius:18px;padding:2.5rem 1.5rem;
  text-align:center;cursor:pointer;
  transition:border-color .25s ease,background .25s ease;
  background:rgba(0,0,0,.15);
  margin-bottom:1.25rem;
}
.upload-zone:hover{border-color:rgba(232,186,131,.4);background:rgba(0,0,0,.3)}
.upload-icon{width:36px;height:36px;margin:0 auto 1rem;color:#e8ba83;stroke:#e8ba83;stroke-width:1.5;fill:none}
.doc-item{
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);
  border-radius:16px;padding:1rem 1.25rem;margin-bottom:.7rem;
  display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;
}
.doc-name{font-size:.95rem;font-weight:500;color:#fff;margin-bottom:.2rem;word-break:break-word}
.doc-meta{font-size:.78rem;color:rgba(255,255,255,.4)}
.memory-answer{
  background:rgba(232,186,131,.05);border:1px solid rgba(232,186,131,.2);
  border-radius:20px;padding:1.75rem;margin-top:1.5rem;
}
.answer-text{font-size:.95rem;line-height:1.7;color:rgba(255,255,255,.85)}
.source-chip{
  display:inline-block;font-size:.72rem;padding:.3rem .8rem;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  border-radius:999px;color:rgba(255,255,255,.55);margin:.4rem .4rem 0 0;
}
.memory-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}

/* ─── BRIEF / METRICS ─────────────────────────────────────────────────────── */
.metric-box{
  background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.08);
  border-radius:16px;padding:1.1rem 1.3rem;
}
.metric-lbl-input{
  background:transparent;border:none;font-size:.7rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:rgba(255,255,255,.45);padding:0;width:100%;margin-bottom:.5rem;
}
.metric-val-input{
  background:transparent;border:none;font-family:'Instrument Serif',serif;
  font-size:1.85rem;color:#fff;padding:0;width:100%;
}
.metric-val-input:focus,.metric-lbl-input:focus{outline:none;box-shadow:none}
.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem}
.deck-done{
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);
  border-radius:24px;padding:2.5rem;text-align:center;margin-top:1.5rem;
}
.deck-done-title{font-family:'Instrument Serif',serif;font-size:1.85rem;color:#fff;margin-bottom:.5rem}

/* ─── STATUS BAR ─────────────────────────────────────────────────────────── */
.status-bar{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.8rem;color:rgba(255,255,255,.45);
  margin-bottom:1.5rem;
}
.status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.12)}

/* ─── TOAST ──────────────────────────────────────────────────────────────── */
.toast{
  position:fixed;bottom:1.5rem;right:1.5rem;left:1.5rem;z-index:999;
  margin-left:auto;max-width:min(420px,calc(100vw - 2rem));
  background:rgba(30,26,22,.95);border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(24px);border-radius:14px;padding:.95rem 1.3rem;
  font-size:.9rem;color:#fff;
  transform:translateY(120%);opacity:0;
  transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s;
  box-shadow:0 10px 40px rgba(0,0,0,.4);
}
.toast.show{transform:translateY(0);opacity:1}
.toast.ok{border-color:rgba(74,222,128,.4);color:#4ade80}
.toast.err{border-color:rgba(248,113,113,.4);color:#f87171}

/* ─── FOOTER ─────────────────────────────────────────────────────────────── */
footer{
  border-top:1px solid rgba(255,255,255,.05);
  padding:2.5rem 3rem;
  max-width:1150px;margin:5rem auto 0;
}
.footer-brand{font-family:'Instrument Serif',serif;font-size:1.2rem;color:rgba(255,255,255,.65)}
.footer-meta{font-size:.8rem;color:rgba(255,255,255,.35)}
.footer-top{
  display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap;
}
.footer-brand-block{max-width:300px}
.footer-tagline{margin-top:1rem;font-size:1.05rem;color:rgba(255,255,255,.6);line-height:1.5}
.footer-columns{
  display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:2.5rem;
}
.footer-columns h4{
  font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(255,255,255,.5);margin-bottom:.95rem;
}
.footer-columns a,
.footer-columns button{
  display:block;
  font:inherit;
  font-size:1.05rem;
  color:rgba(255,255,255,.62);
  text-decoration:none;
  background:none;
  border:none;
  padding:0;
  margin:0 0 .7rem;
  cursor:pointer;
  text-align:left;
}
.footer-columns a:hover,
.footer-columns button:hover{color:#fff}
.footer-bottom{
  margin-top:2rem;padding-top:1rem;
  border-top:1px solid rgba(255,255,255,.06);
}

.legal-card h3{
  margin-top:1.25rem;
  margin-bottom:.45rem;
  font-size:.95rem;
  color:#fff;
}
.legal-card p{
  font-size:.95rem;
  color:rgba(255,255,255,.7);
  line-height:1.7;
}
.legal-card a{color:#e8ba83}

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────── */
/* Half-screen desktop (roughly 960 to 1200 CSS pixels). Keep the two-column
   hero but trim the card and padding so nothing feels cramped. */
@media (max-width:1200px){
  .hero-content{padding:0 2.25rem;gap:3.25rem}
  .hero-card{width:320px;padding:1.35rem}
  .hero-snapshot li{grid-template-columns:3px 76px 1fr}
  .preview-grid{grid-template-columns:repeat(2,1fr)}
  .preview-cols{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:1080px){
  .hero-title{font-size:clamp(2.4rem,5.5vw,4.2rem)}
  .hero-sub{font-size:1rem;max-width:100%}
  .hero-card{width:300px;padding:1.25rem}
  .preview-q-text{font-size:1.05rem}
  .preview-verdict{font-size:1.25rem}
}

/* Stack hero, collapse to fully single-column content. */
@media (max-width:960px){
  .hero-content{grid-template-columns:1fr;gap:2.25rem;padding:0 1.5rem}
  .hero-card{width:100%;max-width:480px;justify-self:start;animation:none}
  .features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
  .testimonials-grid,
  .pricing-grid,
  .ch-grid{grid-template-columns:1fr 1fr}
  .preview-grid{grid-template-columns:repeat(2,1fr)}
  .preview-cols{grid-template-columns:repeat(3,1fr);gap:.75rem}
  .preview-col{padding:.9rem}
  .pricing-grid{gap:1rem}
  .price-card.featured::after{top:-10px}
  .section-inner{padding:0 1.5rem}
  .section{padding:5rem 0}
  .trust-inner{padding:1.25rem 1.5rem;gap:1.25rem}
  .closing-cta-card{padding:3rem 1.75rem;border-radius:26px}
  footer{padding:2rem 1.5rem;margin-top:3rem}
  .footer-columns{grid-template-columns:1fr 1fr;gap:1.5rem}
}

/* Tablet portrait. Collapse the chair columns so "Action steps" never orphans. */
@media (max-width:860px){
  .preview-cols{grid-template-columns:1fr;gap:.85rem}
}

@media (max-width:768px){
  nav{
    padding:8px 8px 8px 18px;
    width:calc(100vw - 16px);
    top:12px;
    border-radius:24px;
  }
  .nav-logo{font-size:1.15rem}
  .nav-links{
    position:absolute;top:calc(100% + 10px);left:0;right:0;
    flex-direction:column;align-items:stretch;gap:4px;
    margin:0;padding:.75rem;
    background:rgba(20,18,16,.96);
    backdrop-filter:blur(24px);
    -webkit-backdrop-filter:blur(24px);
    border:1px solid rgba(255,255,255,.1);
    border-radius:20px;
    box-shadow:0 12px 32px rgba(0,0,0,.4);
    transform:translateY(-8px);opacity:0;visibility:hidden;
    transition:transform .25s ease,opacity .25s ease,visibility .25s;
  }
  nav.open .nav-links{transform:translateY(0);opacity:1;visibility:visible}
  .nav-link{padding:.75rem 1rem;text-align:left;font-size:.95rem}
  .nav-cta{padding:.5rem 1rem;font-size:.8rem}
  .nav-toggle{display:inline-flex}

  .hero{padding-top:104px;padding-bottom:32px;min-height:auto}
  .hero-title{font-size:clamp(2.4rem,9vw,3.4rem);line-height:1.05}
  .hero-sub{font-size:1rem;margin-bottom:1.75rem;max-width:none}
  .hero-actions{gap:.75rem;width:100%}
  .btn-hero-primary,.btn-hero-secondary,.btn-primary{
    width:100%;padding:.9rem 1.4rem;font-size:.95rem;
  }

  .features-grid,
  .testimonials-grid,
  .pricing-grid,
  .ch-grid,
  .board-grid,
  .memory-grid,
  .input-row,
  .metrics-grid,
  .preview-grid,
  .preview-cols{grid-template-columns:1fr}
  .hero-stats{gap:1.25rem;padding-top:1.25rem;margin-top:1.75rem}
  .hero-stat-num{font-size:1.4rem}
  .hero-card{padding:1.1rem;border-radius:20px}
  .hero-snapshot li{grid-template-columns:3px 70px 1fr;padding:.5rem .55rem}
  .preview-question{padding:1.1rem 1.25rem}
  .preview-q-text{font-size:1.05rem}
  .preview-chair{padding:1.4rem;border-radius:20px}
  .preview-chair-head .conf-pill{margin-left:0;width:100%;text-align:left}
  .input-row{gap:0;margin-bottom:0}
  .input-row .input-group{margin-bottom:1.25rem}

  .price-card{padding:2rem 1.5rem}
  .price-card.featured{transform:none}
  .price-card.featured:hover{transform:translateY(-4px)}

  .glass-card{padding:1.5rem;border-radius:22px}
  .chairman{padding:1.5rem;border-radius:22px}
  .verdict-box{padding:1.1rem 1.25rem}
  .verdict-text{font-size:1.15rem}
  .conf-pill{display:inline-block;margin:.5rem 0 0 0}

  .footer-top{flex-direction:column;gap:1.5rem}
  .footer-columns{grid-template-columns:1fr;gap:1rem}
  .footer-columns a,.footer-columns button{font-size:.96rem}

  .toast{right:1rem;left:1rem;bottom:1rem;font-size:.85rem}
}

@media (max-width:420px){
  html{font-size:15px}
  .hero{padding-top:96px}
  .hero-title{font-size:clamp(2.1rem,10vw,2.9rem)}
  .section{padding:4rem 0}
  .section-inner{padding:0 1.1rem}
  .glass-card{padding:1.25rem}
  .price-card{padding:1.75rem 1.25rem}
  .feature-card{padding:1.75rem 1.4rem}
  .testi-card{padding:1.5rem;min-height:auto}
  .upload-zone{padding:2rem 1rem}
  .nav-cta{padding:.45rem .85rem}
  .price-amount{font-size:2.6rem}
  .metric-val-input{font-size:1.6rem}
}
