:root{
    --mint:#00D2A9;
    --teal:#009F93;
    --ink:#010F07;
    --fog:#CCCCCC;
    --paper:#FAFCFB;
    --paper-2:#F1F8F6;
    --slate:#55655F;
    --line:#E2ECE8;
    --grad: linear-gradient(120deg, var(--mint), var(--teal));
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,h4,.display{
    font-family:"Plus Jakarta Sans", "Helvetica Neue", sans-serif;
    letter-spacing:-0.02em;
    color:var(--ink);
  }
  a{color:inherit; text-decoration:none;}
  img{display:block; max-width:100%;}
  .wrap{max-width:1160px; margin:0 auto; padding:0 32px;}
  section{position:relative;}

  /* ---------- Nav ---------- */
  header.nav{
    position:sticky; top:0; z-index:100;
    background:rgba(250,252,251,0.82);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:1160px; margin:0 auto;
    padding:clamp(12px, 2.2vw, 18px) clamp(18px, 4vw, 32px);
    display:flex; align-items:center; justify-content:space-between; gap:20px;
  }
  .logo{display:flex; align-items:center; gap:13px; font-weight:800; font-size:22px;}
  .logo-img{height:clamp(32px, 4.5vw, 42px); width:auto; display:block;}
  .logo .tag{
    font-family:"Helvetica Neue",sans-serif; font-weight:600; font-size:12.5px; color:var(--teal);
    border-left:1.5px solid var(--line); padding-left:13px; margin-left:1px;
    letter-spacing:0.03em; text-transform:uppercase; white-space:nowrap;
  }
  /* star progress — signature element */
  .star-progress{display:flex; align-items:center; gap:4px;}
  .star-progress svg{width:16px; height:16px; overflow:visible;}
  .star-progress .fill{ fill: var(--line); transition: fill .25s ease; }
  .star-progress .fill.on{ fill: var(--mint); }
  .nav-cta{
    background:var(--ink); color:#fff; font-size:13px; font-weight:600;
    padding:10px 18px; border-radius:999px; white-space:nowrap;
    transition: transform .15s ease, background .2s ease;
  }
  .nav-cta:hover{background:var(--teal); transform:translateY(-1px);}

  /* ---------- Hero ---------- */
  .hero{
    padding:clamp(40px, 8vw, 76px) 0 clamp(24px, 5vw, 40px);
    background:
      radial-gradient(720px 420px at 82% -8%, rgba(0,210,169,0.16), transparent 60%),
      radial-gradient(560px 360px at 8% 10%, rgba(0,159,147,0.10), transparent 60%);
    overflow:hidden;
  }
  .hero-inner{
    display:grid; grid-template-columns:1.05fr 0.95fr; gap:clamp(28px, 5vw, 40px); align-items:center;
  }
  .hero-brand{
    text-align:center; margin-bottom:clamp(28px, 6vw, 48px);
  }
  .hero-brand-img{
    height:clamp(52px, 10vw, 104px); width:auto; margin:0 auto; display:inline-block;
  }
  .eyebrow{
    display:inline-flex; align-items:center; gap:7px;
    font-size:12.5px; font-weight:600; color:var(--teal);
    background:rgba(0,210,169,0.10); border:1px solid rgba(0,159,147,0.22);
    padding:7px 13px; border-radius:999px; margin-bottom:clamp(14px, 3vw, 22px);
  }
  .eyebrow .dot{width:6px; height:6px; border-radius:50%; background:var(--mint); box-shadow:0 0 0 4px rgba(0,210,169,0.18);}
  .hero h1{
    font-size:clamp(30px, 5.2vw, 52px); line-height:1.08; font-weight:800; max-width:640px;
  }
  .hero h1 .grad{background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent;}
  .hero p.lede{
    margin-top:clamp(14px, 3vw, 22px); font-size:clamp(15px, 2vw, 18px); line-height:1.6; color:var(--slate); max-width:480px;
  }
  .waitlist-form{
    margin-top:clamp(20px, 4vw, 32px); display:flex; gap:10px; max-width:460px;
  }
  .waitlist-form input[type=email]{
    flex:1; min-width:0; padding:15px 18px; border-radius:12px; border:1.5px solid var(--line);
    font-size:15px; font-family:inherit; background:#fff; outline:none;
    transition:border-color .15s ease;
  }
  .waitlist-form input[type=email]:focus{border-color:var(--mint);}
  .btn-primary{
    background:var(--grad); color:#fff; border:none; font-weight:700; font-size:15px;
    padding:15px 24px; border-radius:12px; cursor:pointer; white-space:nowrap;
    box-shadow:0 10px 24px -10px rgba(0,159,147,0.55);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .btn-primary:hover{transform:translateY(-2px); box-shadow:0 14px 28px -10px rgba(0,159,147,0.6);}
  .btn-primary:active{transform:translateY(0);}
  .form-note{margin-top:12px; font-size:12.5px; color:#8A9892;}
  .form-note strong{color:var(--teal);}
  #waitlist-msg{margin-top:12px; font-size:13.5px; font-weight:600; color:var(--teal); display:none;}

  /* Fluid, percentage-based visual: everything inside scales with the
     container instead of relying on fixed pixel offsets, so it holds up
     at any viewport width without extra breakpoints. */
  .hero-visual{
    position:relative; width:100%; max-width:440px; aspect-ratio:440/520;
    margin:0 auto;
  }
  .phone{
    position:absolute; width:56%; border-radius:clamp(18px, 6vw, 34px); overflow:hidden;
    background:#000; box-shadow:0 30px 60px -20px rgba(1,15,7,0.35), 0 0 0 7px #0b120f;
  }
  .phone img{width:100%; display:block;}
  .phone.main{ right:8%; top:2%; width:58%; z-index:3; transform:rotate(2deg); }
  .phone.side{ right:54%; top:19%; width:44%; z-index:2; transform:rotate(-6deg); opacity:0.96; box-shadow:0 24px 50px -18px rgba(1,15,7,0.3), 0 0 0 6px #0b120f;}
  .float-chip{
    position:absolute; background:#fff; border-radius:14px; padding:9px 13px;
    box-shadow:0 16px 30px -12px rgba(1,15,7,0.22); display:flex; align-items:center; gap:7px;
    font-size:clamp(11px, 1.6vw, 13px); font-weight:700; z-index:4; border:1px solid var(--line);
    white-space:nowrap;
  }
  .float-chip.rating{ top:7%; left:0%; }
  .float-chip.rating svg{width:14px; height:14px; fill:var(--mint); flex:0 0 auto;}
  .float-chip.agree{ bottom:12%; left:-2%; color:var(--teal); }
  .float-chip.agree svg{width:15px; height:15px; fill:var(--mint); flex:0 0 auto;}
  .blob{
    position:absolute; width:70%; aspect-ratio:1; border-radius:50%;
    background:var(--grad); filter:blur(60px); opacity:0.16; top:12%; right:4%; z-index:0;
  }

  /* ---------- Category strip ---------- */
  .cat-strip{
    border-top:1px solid var(--line); border-bottom:1px solid var(--line);
    background:var(--paper-2); padding:20px 0; overflow:hidden;
  }
  .cat-track{ display:flex; gap:14px; width:max-content; animation:scroll-x 26s linear infinite; }
  .cat-track span{
    font-size:13.5px; font-weight:600; color:var(--ink); background:#fff;
    border:1px solid var(--line); padding:9px 18px; border-radius:999px; white-space:nowrap;
  }
  @keyframes scroll-x{ from{transform:translateX(0);} to{transform:translateX(-50%);} }

  /* ---------- Section heading helper ---------- */
  .section-head{max-width:600px; margin-bottom:52px;}
  .section-head .eyebrow{margin-bottom:16px;}
  .section-head h2{font-size:36px; line-height:1.14; font-weight:800;}
  .section-head p{margin-top:14px; font-size:16.5px; color:var(--slate); line-height:1.6;}

  /* ---------- Problem / solution ---------- */
  .problem{padding:100px 0 90px;}
  .problem-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
  .problem-card{
    background:#fff; border:1px solid var(--line); border-radius:20px; padding:30px 26px;
  }
  .problem-card .mark{
    width:38px; height:38px; border-radius:10px; display:flex; align-items:center; justify-content:center;
    background:var(--paper-2); color:var(--teal); font-size:18px; margin-bottom:18px;
  }
  .problem-card h3{font-size:18px; font-weight:700; margin-bottom:9px;}
  .problem-card p{font-size:14.5px; color:var(--slate); line-height:1.6;}

  /* ---------- Features bento ---------- */
  .features{padding:20px 0 100px;}
  .bento{
    display:grid; grid-template-columns:repeat(6,1fr); gap:20px;
  }
  .bento .card{
    background:#fff; border:1px solid var(--line); border-radius:22px; padding:30px;
    position:relative; overflow:hidden;
  }
  .bento .card h3{font-size:19px; font-weight:700; margin-bottom:10px;}
  .bento .card p{font-size:14.5px; color:var(--slate); line-height:1.6;}
  .bento .icon{
    width:44px; height:44px; border-radius:12px; margin-bottom:20px;
    background:var(--grad); display:flex; align-items:center; justify-content:center;
  }
  .bento .icon svg{width:22px; height:22px; stroke:#fff; fill:none;}
  .card.c1{grid-column:span 3; grid-row:span 2; background:var(--ink); color:#fff;}
  .card.c1 h3{color:#fff;}
  .card.c1 p{color:rgba(255,255,255,0.66);}
  .card.c1 .icon{background:rgba(0,210,169,0.18);}
  .card.c1 .icon svg{stroke:var(--mint);}
  .card.c2{grid-column:span 3;}
  .card.c3{grid-column:span 3;}
  .card.c4{grid-column:span 2;}
  .card.c5{grid-column:span 2;}
  .card.c6{grid-column:span 2;}
  .stars-demo{display:flex; gap:6px; margin-top:20px;}
  .stars-demo svg{width:20px; height:20px; fill:var(--mint);}
  .stars-demo svg.dim{fill:#123128;}
  .attr-row{display:flex; justify-content:space-between; align-items:center; font-size:12.5px; color:rgba(255,255,255,0.55); margin-top:8px;}
  .attr-row b{color:#fff; font-weight:600;}

  /* ---------- Screens showcase ---------- */
  .screens{padding:90px 0 100px; background:var(--paper-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .screen-gallery{
    display:flex; gap:24px; overflow-x:auto; padding:10px 4px 20px;
    scroll-snap-type:x mandatory;
  }
  .screen-gallery::-webkit-scrollbar{height:6px;}
  .screen-gallery::-webkit-scrollbar-thumb{background:var(--fog); border-radius:6px;}
  .screen-item{ flex:0 0 auto; width:230px; scroll-snap-align:start; }
  .screen-item .frame{
    border-radius:26px; overflow:hidden; border:1px solid var(--line);
    box-shadow:0 20px 40px -20px rgba(1,15,7,0.2); background:#000;
  }
  .screen-item .frame img{width:100%;}
  .screen-item .cap{margin-top:14px;}
  .screen-item .cap .num{font-size:12px; font-weight:700; color:var(--mint); letter-spacing:0.04em;}
  .screen-item .cap h4{font-size:15px; font-weight:700; margin-top:4px;}
  .screen-item .cap p{font-size:13px; color:var(--slate); margin-top:4px; line-height:1.5;}

  /* ---------- How it works ---------- */
  .how{padding:100px 0;}
  .how-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:0; position:relative;}
  .how-grid::before{
    content:""; position:absolute; top:22px; left:60px; right:60px; height:1px;
    background:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  }
  .how-step{padding:0 26px; position:relative;}
  .how-step .n{
    width:44px; height:44px; border-radius:50%; background:#fff; border:1.5px solid var(--mint);
    color:var(--teal); font-weight:800; font-family:"Plus Jakarta Sans",sans-serif;
    display:flex; align-items:center; justify-content:center; font-size:16px; position:relative; z-index:2;
    margin-bottom:22px;
  }
  .how-step h3{font-size:19px; font-weight:700; margin-bottom:9px;}
  .how-step p{font-size:14.5px; color:var(--slate); line-height:1.6;}

  /* ---------- CTA ---------- */
  .cta{
    background:var(--ink); color:#fff; padding:100px 0; position:relative; overflow:hidden;
  }
  .cta::before{
    content:""; position:absolute; width:600px; height:600px; border-radius:50%;
    background:var(--grad); filter:blur(120px); opacity:0.22; top:-200px; left:50%; transform:translateX(-50%);
  }
  .cta-inner{position:relative; z-index:1; max-width:560px; margin:0 auto; text-align:center;}
  .cta h2{font-size:38px; font-weight:800; color:#fff; line-height:1.16;}
  .cta p{margin-top:16px; font-size:16.5px; color:rgba(255,255,255,0.62); line-height:1.6;}
  .cta .waitlist-form{margin:32px auto 0;}
  .cta .waitlist-form input[type=email]{background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.16); color:#fff;}
  .cta .waitlist-form input[type=email]::placeholder{color:rgba(255,255,255,0.4);}
  .cta .form-note{color:rgba(255,255,255,0.42);}
  .cta .form-note strong{color:var(--mint);}
  .count-pill{
    display:inline-flex; align-items:center; gap:8px; margin-top:26px;
    font-size:13px; color:rgba(255,255,255,0.55); background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.12); padding:8px 16px; border-radius:999px;
  }
  .count-pill b{color:var(--mint); font-weight:700;}

  /* ---------- Footer ---------- */
  footer{padding:50px 0 36px; background:var(--ink); border-top:1px solid rgba(255,255,255,0.08);}
  .footer-inner{
    display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px;
  }
  footer .logo{color:#fff;}
  .footer-logo-img{ filter:brightness(0) invert(1); height:34px; }
  .store-pills{display:flex; gap:10px;}
  .store-pills span{
    font-size:12.5px; color:rgba(255,255,255,0.7); border:1px solid rgba(255,255,255,0.16);
    padding:9px 15px; border-radius:999px;
  }
  .copyright{font-size:12.5px; color:rgba(255,255,255,0.36); margin-top:28px; text-align:center;}

  @media (max-width:900px){
    .hero-inner{grid-template-columns:1fr; gap:48px;}
    .hero-visual{max-width:380px;}
    .problem-grid{grid-template-columns:1fr;}
    .bento{grid-template-columns:1fr 1fr;}
    .card.c1,.card.c2,.card.c3{grid-column:span 2;}
    .card.c4,.card.c5,.card.c6{grid-column:span 1;}
    .how-grid{grid-template-columns:1fr; gap:40px;}
    .how-grid::before{display:none;}
    .nav-cta{display:none;}
  }
  @media (max-width:520px){
    .wrap{padding:0 20px;}
    .waitlist-form{flex-direction:column;}
    .section-head h2{font-size:27px;}
    .bento{grid-template-columns:1fr;}
    .card.c1,.card.c2,.card.c3,.card.c4,.card.c5,.card.c6{grid-column:span 1;}
    .cta h2{font-size:28px;}
    .footer-inner{flex-direction:column; align-items:flex-start;}
    .hero-visual{max-width:300px;}
  }

  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    .cat-track{animation:none;}
  }

/* ---------- Demo mode banner ---------- */
.demo-banner{
  position:sticky; top:0; z-index:200; background:var(--ink); color:#fff;
  font-size:12.5px; text-align:center; padding:10px 40px 10px 16px; position:relative;
}
.demo-banner code{ background:rgba(255,255,255,0.12); padding:1px 6px; border-radius:5px; }
.demo-banner button{
  position:absolute; right:12px; top:50%; transform:translateY(-50%);
  background:none; border:none; color:rgba(255,255,255,0.6); font-size:14px; cursor:pointer;
}
.demo-banner button:hover{ color:#fff; }

/* ---------- Scroll reveal ---------- */
[data-reveal]{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
[data-reveal].in{ opacity:1; transform:translateY(0); }

/* ---------- Waitlist message states ---------- */
#waitlist-msg, #waitlist-msg-2{ display:none; }
#waitlist-msg.error, #waitlist-msg-2.error{ color:#E4574B !important; }

.btn-primary:disabled{ opacity:0.7; cursor:default; transform:none !important; }

/* ================= v2 additions: icons, footer, polish ================= */

/* ---------- Why Jeene: icon marks + solution strip ---------- */
.mark-bad{
  width:40px; height:40px; border-radius:12px; background:#FDF1F0;
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
}
.mark-bad svg{width:26px; height:26px;}
.problem-solution{
  margin-top:26px; display:flex; align-items:center; gap:16px;
  background:linear-gradient(120deg, rgba(0,210,169,0.08), rgba(0,159,147,0.05));
  border:1px solid rgba(0,159,147,0.18); border-radius:18px; padding:20px 24px;
}
.problem-solution .ps-icon{ flex:0 0 auto; width:40px; height:40px; }
.problem-solution p{ font-size:15px; color:var(--ink); line-height:1.55; }
.problem-solution strong{ color:var(--teal); }

/* ---------- How it works icons ---------- */
.how-icon{
  width:44px; height:44px; border-radius:12px; background:var(--paper-2);
  border:1px solid var(--line); display:flex; align-items:center; justify-content:center;
  margin-bottom:16px;
}
.how-icon svg{ width:22px; height:22px; }
.how-step .n{ margin-bottom:14px; }

/* ---------- Interactive polish ---------- */
.problem-card, .bento .card, .how-step, .screen-item .frame{
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.problem-card:hover{ transform:translateY(-4px); box-shadow:0 18px 34px -22px rgba(1,15,7,0.25); border-color:rgba(0,159,147,0.3); }
.bento .card:hover{ transform:translateY(-5px); box-shadow:0 20px 40px -20px rgba(1,15,7,0.18); }
.bento .card.c1:hover{ box-shadow:0 20px 40px -18px rgba(1,15,7,0.5); }
.screen-item:hover .frame{ transform:translateY(-6px); box-shadow:0 26px 46px -20px rgba(1,15,7,0.3); }
.cat-strip span{ transition: background .2s ease, color .2s ease, transform .2s ease; }
.cat-strip span:hover{ background:var(--ink); color:#fff; transform:translateY(-2px); }

.btn-primary{ position:relative; overflow:hidden; }
.btn-primary::after{
  content:""; position:absolute; inset:0; background:rgba(255,255,255,0.22);
  transform:translateX(-120%) skewX(-12deg); transition:transform .5s ease;
}
.btn-primary:hover::after{ transform:translateX(120%) skewX(-12deg); }

.nav-cta{ transition: transform .15s ease, background .2s ease, box-shadow .2s ease; }
.nav-cta:hover{ box-shadow:0 8px 18px -8px rgba(1,15,7,0.35); }

/* cursor-follow glow in hero (desktop only, subtle) */
.hero{ position:relative; }
.hero-glow{
  position:absolute; width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle, rgba(0,210,169,0.14), transparent 70%);
  pointer-events:none; z-index:0; transition:opacity .3s ease; opacity:0;
}
.hero:hover .hero-glow{ opacity:1; }

/* fine-grained hover lift for float chips */
.float-chip{ transition:transform .3s ease; }
.hero-visual:hover .float-chip.rating{ transform:translateY(-4px); }
.hero-visual:hover .float-chip.agree{ transform:translateY(4px); }

/* ---------- Footer v2 ---------- */
footer{ padding:64px 0 0; }
.footer-top{
  display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr 1.3fr; gap:32px;
  padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo{ margin-bottom:14px; }
.footer-tagline{ font-size:13.5px; line-height:1.65; color:rgba(255,255,255,0.5); max-width:260px; }
.social-row{ display:flex; gap:10px; margin-top:20px; }
.social-row a{
  width:36px; height:36px; border-radius:10px; background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center;
  transition:background .2s ease, transform .2s ease;
}
.social-row a svg{ width:16px; height:16px; }
.social-row a rect[x="3"]{ fill:none; stroke:rgba(255,255,255,0.85); stroke-width:1.6; }
.social-row a circle[r="1.1"]{ fill:rgba(255,255,255,0.85); }
.social-row a path[stroke="#010F07"], .social-row a rect[stroke="#010F07"], .social-row a circle[fill="#010F07"]{
  stroke:rgba(255,255,255,0.85) !important; fill:rgba(255,255,255,0.85);
}
.social-row a:hover{ background:var(--mint); border-color:var(--mint); transform:translateY(-3px); }
.social-row a:hover svg *{ stroke:#010F07 !important; fill:#010F07 !important; }

.footer-col h4{
  font-size:12.5px; text-transform:uppercase; letter-spacing:0.06em; color:rgba(255,255,255,0.4);
  margin-bottom:16px; font-weight:700;
}
.footer-col{ display:flex; flex-direction:column; gap:11px; }
.footer-col a{
  font-size:14px; color:rgba(255,255,255,0.75); transition:color .2s ease, transform .2s ease;
  width:fit-content;
}
.footer-col a:hover{ color:var(--mint); transform:translateX(2px); }

.store-badge{
  display:flex; align-items:center; gap:9px; background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14); border-radius:10px; padding:9px 13px;
  transition:background .2s ease, transform .2s ease, border-color .2s ease;
}
.store-badge:hover{ background:rgba(255,255,255,0.12); border-color:rgba(255,255,255,0.3); transform:translateY(-2px); }
.store-glyph{ width:22px; height:22px; flex:0 0 auto; }
.store-badge span{ display:flex; flex-direction:column; line-height:1.15; color:#fff; font-size:13.5px; font-weight:700; }
.store-badge span small{ font-size:9.5px; font-weight:400; color:rgba(255,255,255,0.6); text-transform:uppercase; letter-spacing:0.03em; }
.footer-get{ gap:10px; }

.footer-bottom{
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px;
  padding:22px 0 30px;
}
.footer-bottom .copyright{ margin:0; font-size:12.5px; color:rgba(255,255,255,0.36); }

@media (max-width:980px){
  .footer-top{ grid-template-columns:1fr 1fr; row-gap:36px; }
  .footer-brand{ grid-column:span 2; }
}
@media (max-width:560px){
  .footer-top{ grid-template-columns:1fr; }
  .footer-brand{ grid-column:span 1; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; }
}

/* ---------- Mobile: keep a compact nav CTA instead of hiding it ---------- */
@media (max-width:900px){
  .nav-cta{
    display:inline-flex; padding:9px 14px; font-size:12.5px;
  }
  .star-progress{ display:none; }
}
@media (max-width:420px){
  .logo .tag{ display:none; }
}

/* ---------- Legal pages (privacy.html / terms.html) ---------- */
.legal-hero{ padding:64px 0 20px; border-bottom:1px solid var(--line); }
.legal-hero h1{ font-size:34px; font-weight:800; }
.legal-hero p{ margin-top:10px; color:var(--slate); font-size:14.5px; }
.legal-body{ padding:48px 0 90px; max-width:760px; margin:0 auto; }
.legal-body h2{ font-size:20px; font-weight:700; margin:34px 0 12px; }
.legal-body h2:first-child{ margin-top:0; }
.legal-body p{ font-size:15px; line-height:1.75; color:var(--slate); margin-bottom:12px; }
.legal-body ul{ margin:0 0 16px 20px; }
.legal-body li{ font-size:15px; line-height:1.75; color:var(--slate); margin-bottom:6px; }
.legal-body strong{ color:var(--ink); }
.back-link{
  display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600;
  color:var(--teal); margin-bottom:20px;
}
.back-link svg{ width:14px; height:14px; }

/* ---------- Toast notifications ---------- */
.toast-stack{
  position:fixed; right:20px; bottom:20px; z-index:999;
  display:flex; flex-direction:column-reverse; gap:10px;
  pointer-events:none;
}
.toast{
  pointer-events:auto;
  display:flex; align-items:flex-start; gap:11px;
  background:var(--ink); color:#fff; border-radius:14px;
  padding:14px 14px 14px 15px; max-width:360px; min-width:280px;
  box-shadow:0 20px 40px -14px rgba(1,15,7,0.45);
  transform:translateY(16px) scale(0.97); opacity:0;
  transition:transform .32s cubic-bezier(.2,.9,.3,1.3), opacity .28s ease;
}
.toast.in{ transform:translateY(0) scale(1); opacity:1; }
.toast.out{ transform:translateY(10px) scale(0.98); opacity:0; }
.toast-icon{
  flex:0 0 auto; width:22px; height:22px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; margin-top:1px;
}
.toast-icon svg{ width:14px; height:14px; }
.toast-success .toast-icon{ background:rgba(0,210,169,0.18); color:var(--mint); }
.toast-error .toast-icon{ background:rgba(228,87,75,0.18); color:#F08A80; }
.toast-msg{ font-size:13.5px; line-height:1.5; flex:1; padding-top:1px; }
.toast-close{
  flex:0 0 auto; background:none; border:none; color:rgba(255,255,255,0.4);
  cursor:pointer; font-size:12px; padding:2px; line-height:1; margin-top:2px;
  transition:color .15s ease;
}
.toast-close:hover{ color:#fff; }

@media (max-width:520px){
  .toast-stack{ right:12px; left:12px; bottom:12px; }
  .toast{ max-width:none; min-width:0; }
}

/* ---------- Input error state ---------- */
.waitlist-form input.input-error{
  border-color:#E4574B !important;
  box-shadow:0 0 0 3px rgba(228,87,75,0.12);
  animation: shake .32s ease;
}
@keyframes shake{
  0%,100%{ transform:translateX(0); }
  25%{ transform:translateX(-4px); }
  75%{ transform:translateX(4px); }
}
