:root{
  --ink:#1A1836;
  --indigo:#6657E8;
  --indigo-deep:#080C25;
  --indigo-mid:#11153F;
  --lilac:#A99CFF;
  --lilac-soft:#C9C4EE;
  --coral:#E8845C;
  --green:#2FAD7B;
  --page:#FCFBFE;
  --muted:#686A86;
}
*{box-sizing:border-box;font-family:'Plus Jakarta Sans',system-ui,sans-serif}
body{margin:0;background:var(--page);color:#25213F}
img{max-width:100%}
a{color:#4B3FBF;text-decoration:none}
a:hover{color:#3A2FA0}

@keyframes twinkle{0%,100%{opacity:.45}50%{opacity:1}}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

.wrap{width:100%;background:var(--page);overflow-x:hidden;position:relative}
.sparkle{position:absolute;border-radius:50%;animation:twinkle 3s ease-in-out infinite}

/* ---------- nav + hero ---------- */
.hero{position:relative;background:var(--indigo-deep);overflow:hidden}
.nav{position:relative;z-index:10;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:28px 40px}
.brand{display:flex;align-items:center;gap:6px}
.brand img{height:32px;width:auto}
.star{background:var(--lilac);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.nav .star{width:16px;height:16px;filter:drop-shadow(0 0 10px rgba(169,156,255,.95));animation:twinkle 2.6s ease-in-out infinite}
.navlinks{display:flex;align-items:center;gap:36px}
.navlinks a{color:var(--lilac-soft);font-size:15px;font-weight:500}
.navlinks a:hover{color:#fff}

.hero-grid{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:64px 40px 120px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:40px;align-items:center}
.pill{display:inline-flex;align-items:center;gap:8px;background:var(--indigo-mid);border:1px solid var(--indigo);color:var(--lilac);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:7px 16px;border-radius:100px;margin-bottom:28px}
.hero-title{font-size:64px;font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#FCFBF8;margin:0 0 28px;min-height:210px;transition:opacity .35s ease}
.hero-title.fading{opacity:0}
.hero-lead{font-size:20px;line-height:1.5;color:#FCFBF8;max-width:520px;margin:0 0 12px;font-weight:700}
.hero-sub{font-size:17px;line-height:1.6;color:var(--lilac-soft);max-width:520px;margin:0 0 36px;font-weight:500}
.hero-form{display:flex;gap:10px;max-width:460px}
.hero-form input{flex:1;background:var(--indigo-mid);border:1px solid var(--indigo);color:#FCFBF8;font-size:15px;padding:15px 18px;border-radius:12px;outline:none}
.hero-form input::placeholder{color:#7F79AE}
.hero-form input:focus{border-color:var(--lilac)}
.btn{background:var(--indigo);color:#FCFBF8;border:none;font-weight:700;font-size:15px;padding:15px 26px;border-radius:12px;white-space:nowrap;cursor:pointer}
.btn:hover{background:#5849D4}
.btn[disabled]{opacity:.6;cursor:default}
.finetext{color:#8A85B8;font-size:13px;margin:14px 0 0}
.joined{display:none;align-items:center;gap:12px;background:var(--indigo-mid);border:1px solid rgba(47,173,123,.4);padding:16px 22px;border-radius:14px;max-width:460px}
.joined.show{display:flex}
.joined .tick{width:24px;height:24px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#FCFBF8;font-weight:800;font-size:14px}
.joined span{color:#FCFBF8;font-weight:600;font-size:15px}
.formerr{color:#FF9B85;font-size:13px;margin:10px 0 0;display:none}
.formerr.show{display:block}

.hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:480px;min-width:0}
.hero-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(169,156,255,.55),transparent 70%);filter:blur(10px)}
.hero-art>img{position:relative;width:100%;max-width:420px;height:auto;z-index:2;filter:drop-shadow(0 30px 40px rgba(8,12,37,.5))}
.card-float{position:absolute;background:#FCFBF8;border-radius:16px;padding:16px 20px;box-shadow:0 20px 40px rgba(8,12,37,.35);z-index:3}
.card-float .lbl{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.card-float .val{font-size:24px;font-weight:800;margin-top:2px}
.cf1{top:6%;left:-8%;animation:floaty 5s ease-in-out infinite}
.cf2{bottom:14%;right:0;animation:floaty 6s ease-in-out infinite .6s}
.cf3{bottom:-4%;left:8%;background:var(--green);border-radius:100px;padding:10px 18px;box-shadow:0 16px 30px rgba(8,12,37,.35);animation:floaty 5.5s ease-in-out infinite 1.1s;color:#FCFBF8;font-weight:800;font-size:14px}

/* ---------- proof strip ---------- */
.proof{background:#F1EEFF;padding:36px 40px;border-bottom:1px solid #E4DEFA}
.proof-in{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:32px}
.proof p{font-size:14px;font-weight:600;color:var(--muted);margin:0}
.proof span{font-size:13px;font-weight:600;color:#767391}

/* ---------- shared ---------- */
.sec{padding:120px 40px}
.inner{max-width:1280px;margin:0 auto}
.eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;color:#C2623F}
.h2{font-size:52px;font-weight:800;letter-spacing:-.02em;line-height:1.03;margin:0;color:#241E45}

/* ---------- features ---------- */
.features{background:var(--page)}
.feature-list{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:140px}
.feature{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:72px;align-items:center}
.feature .txt{min-width:0}
.feature h3{font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.06;margin:0 0 20px;color:#241E45}
.feature p{font-size:17px;line-height:1.6;color:#5B5875;margin:0;max-width:440px}
.feature figure{margin:0;min-width:0}
.feature img{width:100%;height:420px;object-fit:cover;border-radius:24px;display:block}

/* ---------- waitlist steps ---------- */
.how{background:#F0ECFB}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px}
.step{display:flex;flex-direction:column;gap:18px}
.step .num{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}
.step img{width:100%;height:180px;object-fit:cover;border-radius:16px;display:block}
.step h3{font-size:19px;font-weight:700;margin:0;color:#241E45}
.step p{font-size:15px;line-height:1.5;color:#625F7D;margin:0}

/* ---------- audiences ---------- */
.who{background:var(--page)}
.aud-grid{display:grid;grid-template-columns:repeat(4,1fr);border-radius:28px;overflow:hidden}
.aud{padding:0 0 36px;display:flex;flex-direction:column}
.aud img{width:100%;height:220px;object-fit:cover;display:block;margin-bottom:28px}
.aud .body{padding:0 36px}
.aud h3{font-size:24px;font-weight:800;margin:0 0 12px;letter-spacing:-.01em}
.aud p{font-size:15px;line-height:1.55;margin:0}

/* ---------- old way vs lyra ---------- */
.versus{background:linear-gradient(160deg,#EFEAFA 0%,#E4DAF7 100%)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.col-old{background:rgba(253,252,255,.62);border:1.5px dashed #B9AECD;border-radius:24px;padding:40px}
.col-new{background:linear-gradient(155deg,#3B2E70 0%,#221B45 100%);border-radius:24px;padding:40px;box-shadow:0 24px 52px rgba(74,58,140,.32)}
.col-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}
.col-old .col-label{color:#6B6480}
.col-new .col-label{color:#C3B4FF}
.rows{display:flex;flex-direction:column;gap:18px}
.row{display:flex;gap:12px;align-items:flex-start}
.row .mark{font-weight:800;flex-shrink:0}
.col-old .mark{color:#C2504A}
.col-new .mark{color:#77E0A6}
.col-old .row span:last-child{font-size:16px;color:#514D6B;line-height:1.4}
.col-new .row span:last-child{font-size:16px;color:#EAE7F5;line-height:1.4}

/* ---------- billboard ---------- */
.billboard{background:var(--page);padding:0;display:block}
.billboard img{display:block;width:100%;height:clamp(200px,26vw,420px);object-fit:cover}

/* ---------- faq ---------- */
.faq{background:var(--page)}
.faq .inner{max-width:800px}
.faq-head{margin-bottom:56px;text-align:center}
.faq-head img{width:108px;height:auto;display:block;margin:0 auto 18px;animation:floaty 7s ease-in-out infinite}
.faq-head .h2{font-size:44px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:#F4F1FB;border-radius:16px;overflow:hidden}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;cursor:pointer;width:100%;background:none;border:none;text-align:left;font:inherit}
.faq-q span:first-child{font-size:17px;font-weight:700;color:#28234A}
.faq-q .ico{font-size:20px;color:#4B3FBF;font-weight:600;flex-shrink:0;margin-left:16px}
.faq-a{font-size:15px;line-height:1.6;color:#5B5875;margin:0;padding:0 26px 24px;display:none}
.faq-item.open .faq-a{display:block}
.disclaimer{font-size:13px;color:#78758F;text-align:center;margin:40px 0 0;line-height:1.6}

/* ---------- final cta ---------- */
.cta{position:relative;background:#2B2456;padding:56px 40px;overflow:hidden;text-align:center}
.cta-in{position:relative;z-index:2;max-width:720px;margin:0 auto}
.cta img{width:130px;height:auto;margin:0 auto 4px;display:block;filter:drop-shadow(0 20px 30px rgba(18,12,40,.5))}
.cta .h2{font-size:46px;letter-spacing:-.03em;line-height:1.12;color:#F7F5FC;margin:0 0 12px}
.cta p{font-size:17px;color:#BDB6D4;margin:0 0 22px}
.cta-btn{background:#E8845C;color:#3A1C10;font-weight:700;font-size:15px;padding:15px 32px;border-radius:12px;display:inline-block}
.cta-btn:hover{background:#D9724A;color:#3A1C10}

/* ---------- footer ---------- */
.foot{background:var(--page);padding:64px 40px 40px;border-top:1px solid #E7E3F0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.foot-brand{display:flex;align-items:center;gap:6px;margin-bottom:16px}
.foot-brand img{height:28px;width:auto}
.foot-brand .star{width:14px;height:14px;background:var(--indigo)}
.foot p{font-size:14px;line-height:1.6;color:#6C6987;max-width:280px;margin:0}
.foot h4{font-size:13px;font-weight:700;color:#37325A;margin:0 0 16px;text-transform:uppercase;letter-spacing:.04em}
.foot .links{display:flex;flex-direction:column;gap:10px}
.foot .links a{font-size:14px;color:#6C6987}
.foot .links a:hover{color:#4B3FBF}
.foot-base{border-top:1px solid #E7E3F0;padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
.foot-base span{font-size:13px;color:#7C798F}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  .aud-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .nav{padding:20px 20px}
  .navlinks{gap:18px;flex-wrap:wrap;justify-content:flex-end}
  .navlinks a{font-size:13px}
  .hero-grid{padding:40px 20px 72px;gap:24px}
  .hero-title{font-size:38px;min-height:0;margin-bottom:20px}
  .hero-form{flex-direction:column;max-width:100%}
  .hero-form .btn{width:100%}
  .hero-art{min-height:360px}
  .cf1{left:0}
  .sec{padding:72px 20px}
  .feature-list{gap:72px}
  .feature{gap:36px}
  .feature img{height:280px}
  .h2,.faq-head .h2{font-size:32px}
  .feature h3{font-size:28px}
  .two-col{grid-template-columns:1fr}
  .col-old,.col-new{padding:28px}
  .cta{padding:56px 20px}
  .cta .h2{font-size:32px}
  .foot{padding:48px 20px 32px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .aud-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:420px){
  .navlinks{display:none}
  .hero-title{font-size:32px}
  .h2,.faq-head .h2,.cta .h2{font-size:28px}
  .aud-grid{grid-template-columns:1fr}
  .card-float{display:none}
}

/* ---------- legal pages (privacy / terms) ---------- */
.legal-head{background:var(--indigo-deep)}
.legal-head .nav{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:24px 40px}
.legal-head .brand img{height:30px;width:auto}
.legal-head .back{color:var(--lilac-soft);font-size:14px;font-weight:600}
.legal-head .back:hover{color:#fff}
.legal{background:var(--page);padding:72px 40px 96px}
.legal-in{max-width:760px;margin:0 auto}
.legal .eyebrow{color:#6A4BC4}
.legal h1{font-size:44px;font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:6px 0 8px;color:#241E45}
.legal-updated{font-size:14px;color:var(--muted);margin:0 0 8px}
.legal h2{font-size:22px;font-weight:800;letter-spacing:-.01em;margin:44px 0 12px;color:#241E45}
.legal h3{font-size:17px;font-weight:700;margin:24px 0 8px;color:#28234A}
.legal p,.legal li{font-size:16px;line-height:1.7;color:#4C4966}
.legal ul{margin:12px 0;padding-left:22px}
.legal li{margin-bottom:8px}
.legal a{font-weight:600}
.legal strong{color:#28234A}
.legal .note{background:#F4F1FB;border:1px solid #E4DEFA;border-radius:14px;padding:18px 22px;font-size:14px;color:#5B5875;line-height:1.6;margin:32px 0}
@media (max-width:760px){
  .legal-head .nav{padding:18px 20px}
  .legal{padding:48px 20px 64px}
  .legal h1{font-size:32px}
  .legal h2{font-size:20px}
}

/* ---------- compact mobile footer (phones) ---------- */
@media (max-width:600px){
  .foot{padding:44px 20px 28px}
  .footer-grid{grid-template-columns:repeat(3,1fr);gap:26px 12px;margin-bottom:32px}
  .footer-grid>div:first-child{grid-column:1 / -1;margin-bottom:2px}
  .foot-brand{margin-bottom:12px}
  .foot-brand img{height:26px}
  .foot p{font-size:13px;max-width:340px}
  .foot h4{font-size:11px;margin:0 0 10px;letter-spacing:.05em}
  .foot .links{gap:9px}
  .foot .links a{font-size:13px}
  .foot-base{padding-top:20px;gap:6px}
  .foot-base span{font-size:12px}
}
