:root{
  --navy:#061426; --navy2:#081a31; --navy3:#0c213e; --ink:#e9eef6; --muted:#8fa0b7;
  --gold:#d8a64b; --gold2:#f3d28c; --gold3:#9f6e22; --line:rgba(220,177,91,.22); --card:rgba(10,29,53,.72);
  --shadow:0 30px 80px rgba(0,0,0,.35); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--navy);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,select{font:inherit}.hidden{display:none!important}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 75%);z-index:-4}
.ambient{position:fixed;border-radius:50%;filter:blur(100px);z-index:-3;opacity:.18}.ambient-one{width:480px;height:480px;background:#c9973f;top:-180px;right:-150px}.ambient-two{width:520px;height:520px;background:#183e74;bottom:-220px;left:-220px}
.container{width:min(1180px,calc(100% - 44px));margin:auto}.section{padding:110px 0;position:relative}.section-dark{background:linear-gradient(180deg,rgba(3,13,25,.45),rgba(3,13,25,.78));border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(4,14,28,.70);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.05);transition:.3s}.site-header.scrolled{background:rgba(4,14,28,.92);box-shadow:0 14px 40px rgba(0,0,0,.22)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:44px;height:44px;object-fit:contain}.brand span{display:grid;line-height:1}.brand b{font-size:19px;letter-spacing:.22em;color:var(--gold2)}.brand small{margin-top:7px;letter-spacing:.34em;font-size:8px;color:#adbacb}.nav{display:flex;align-items:center;gap:27px}.nav>a:not(.btn){font-size:13px;color:#aab7c9;transition:.2s}.nav>a:not(.btn):hover{color:var(--gold2)}.menu-toggle{display:none;background:none;border:0;width:40px;height:40px}.menu-toggle span{display:block;width:24px;height:1px;background:var(--gold2);margin:6px auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 22px;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:13px;letter-spacing:.035em;transition:.25s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#081426;background:linear-gradient(135deg,#f0d28e,#d19a3d 55%,#f3d995);box-shadow:0 15px 40px rgba(212,160,70,.20)}.btn-primary:hover{box-shadow:0 18px 48px rgba(212,160,70,.30)}.btn-outline,.btn-card{border-color:rgba(230,190,112,.42);color:var(--gold2);background:rgba(255,255,255,.02)}.btn-ghost{padding-left:0;color:#ced7e4}.btn-small{min-height:42px;padding:0 17px}.btn.full{width:100%}
.hero{min-height:100vh;padding-top:160px;padding-bottom:65px;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.22em;color:#b2bfd0;margin-bottom:20px;display:flex;align-items:center;gap:10px}.eyebrow.gold{color:var(--gold2)}.dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 7px rgba(216,166,75,.08)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(56px,6.7vw,90px);line-height:.94;letter-spacing:-.045em;margin-bottom:28px;max-width:760px}h1 span,h2 span{background:linear-gradient(110deg,#c38c30,#f4d78f,#ad7622);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{font-size:20px;line-height:1.7;color:#aab6c7;max-width:670px}.hero-lead strong{color:#f2e0b7}.hero-actions{display:flex;gap:18px;margin-top:35px}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px}.hero-points>div{padding:17px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;column-gap:10px}.hero-points span{font-size:10px;color:var(--gold)}.hero-points strong{font-size:13px}.hero-points small{grid-column:2;color:#77869a;font-size:11px;margin-top:4px}.hero-visual{position:relative;min-height:620px}.hero-logo-card{position:absolute;inset:15px 0 65px 35px;border:1px solid rgba(223,181,102,.24);border-radius:36px;background:radial-gradient(circle at 50% 35%,rgba(215,163,73,.10),transparent 45%),linear-gradient(145deg,rgba(12,33,61,.82),rgba(4,14,27,.90));box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-logo-card:before{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.035);border-radius:25px}.hero-logo-card img{width:84%;position:relative;z-index:1}.logo-glow{position:absolute;width:290px;height:290px;background:#d49d45;filter:blur(100px);opacity:.18}.floating-card{position:absolute;background:rgba(9,27,50,.94);border:1px solid rgba(226,186,111,.23);border-radius:16px;box-shadow:0 22px 50px rgba(0,0,0,.38);backdrop-filter:blur(12px)}.verified-card{right:-18px;top:82px;width:285px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center}.status-orb{width:12px;height:12px;border-radius:50%;background:#58c391;box-shadow:0 0 0 6px rgba(88,195,145,.09)}.floating-card small{display:block;font-size:9px;letter-spacing:.16em;color:#72849c}.floating-card strong{font-size:12px;color:#e7edf5}.check{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(215,165,76,.12);color:var(--gold2);border:1px solid rgba(215,165,76,.25)}.passport-chip{left:-5px;bottom:36px;width:280px;padding:18px 20px}.passport-chip strong{display:flex;justify-content:space-between;margin-top:7px}.passport-chip strong span{color:#5dd19b}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;border:1px solid rgba(255,255,255,.055);border-radius:16px;background:rgba(255,255,255,.018)}.trust-strip>div{padding:19px 22px;border-right:1px solid rgba(255,255,255,.055)}.trust-strip>div:last-child{border:0}.trust-strip span{display:block;font-size:10px;letter-spacing:.16em;color:var(--gold2);font-weight:800}.trust-strip small{font-size:11px;color:#74849b}
.two-col,.passport-grid,.waitlist-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.section-copy h2,.section-heading h2{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.04em;margin-bottom:25px}.section-copy p,.section-heading p{font-size:18px;color:#8fa0b5;line-height:1.75}.quote-line{margin-top:35px;padding:20px 23px;border-left:2px solid var(--gold);background:rgba(215,165,76,.05);font-size:16px;color:#d5dce5}.verified-panel{padding:29px;border:1px solid rgba(223,181,102,.28);border-radius:24px;background:linear-gradient(145deg,rgba(14,38,69,.88),rgba(7,22,41,.92));box-shadow:var(--shadow)}.panel-head{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.06)}.panel-head img{width:45px}.panel-head small{display:block;font-size:9px;letter-spacing:.18em;color:#76879e}.panel-head strong{font-size:14px}.verified-badge{font-size:9px;letter-spacing:.11em;color:#75d5a8;background:rgba(85,194,142,.08);border:1px solid rgba(85,194,142,.20);padding:8px 10px;border-radius:999px}.timeline{padding:22px 0 8px}.timeline-item{display:grid;grid-template-columns:38px 1fr;gap:14px;position:relative;padding:14px 0}.timeline-item:not(:last-child):after{content:"";position:absolute;left:18px;top:50px;width:1px;height:28px;background:rgba(255,255,255,.11)}.timeline-item>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);font-size:11px;color:#8494a9}.timeline-item.done>span{border-color:rgba(82,195,144,.28);color:#70d0a2;background:rgba(82,195,144,.07)}.timeline-item.active>span{border-color:rgba(222,177,88,.32);color:var(--gold2);background:rgba(222,177,88,.08)}.timeline-item strong{display:block;font-size:14px}.timeline-item small{color:#75869b}.panel-footer{display:flex;justify-content:space-between;gap:15px;padding-top:17px;border-top:1px solid rgba(255,255,255,.06);font-size:10px;letter-spacing:.14em}.panel-footer span{color:#7d8ca0}.panel-footer strong{color:var(--gold2)}
.section-heading{max-width:760px;margin-bottom:48px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.centered .eyebrow{justify-content:center}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;padding:28px;border-radius:22px;background:linear-gradient(150deg,rgba(13,35,63,.80),rgba(6,20,38,.72));border:1px solid rgba(255,255,255,.07);overflow:hidden}.price-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:#c89238;filter:blur(90px);opacity:.08;right:-30px;top:60px}.price-card.featured{border-color:rgba(230,187,105,.48);transform:translateY(-10px);box-shadow:0 30px 70px rgba(0,0,0,.28)}.popular{position:absolute;right:22px;top:20px;font-size:8px;letter-spacing:.17em;color:#091526;background:linear-gradient(135deg,#f0d190,#c99031);padding:7px 10px;border-radius:999px;font-weight:900}.price-top{display:flex;justify-content:space-between;align-items:center}.price-top small{letter-spacing:.15em;color:var(--gold2);font-weight:800}.price-top span{font-size:9px;color:#6f8198;letter-spacing:.12em}.price-card h3{font-size:28px;margin:30px 0 0}.price{font-size:54px;font-weight:800;letter-spacing:-.04em;color:#f1ddb7}.price sup{font-size:22px;color:var(--gold);vertical-align:18px}.price-card>p{color:#6e7f94;font-size:12px}.price-card ul{list-style:none;padding:0;margin:25px 0 28px;border-top:1px solid rgba(255,255,255,.06)}.price-card li{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.price-card li span{color:#78889d}.price-card li b{font-size:10px;color:#b7c2d0;letter-spacing:.06em}.price-card .btn{width:100%}.pricing-note{text-align:center;color:#627287;font-size:11px;margin:24px auto 0}
.passport-grid{grid-template-columns:.9fr 1.1fr}.phone-wrap{display:grid;place-items:center}.phone{width:330px;border:1px solid rgba(227,184,102,.35);border-radius:42px;padding:23px 20px 25px;background:linear-gradient(160deg,#0c2747,#061426 70%);box-shadow:0 35px 85px rgba(0,0,0,.45),inset 0 0 0 6px rgba(0,0,0,.12);position:relative}.phone-notch{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:90px;height:17px;border-radius:999px;background:#030c17}.app-head{display:flex;align-items:center;gap:10px;padding:8px 3px 17px;border-bottom:1px solid rgba(255,255,255,.06)}.app-head img{width:28px}.app-head span{font-weight:800;letter-spacing:.15em;color:var(--gold2)}.avatar{margin-left:auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(216,166,75,.11);border:1px solid rgba(216,166,75,.25);font-size:9px;color:var(--gold2)}.app-status{padding:23px 0 18px}.app-status small,.app-section-title{font-size:8px;letter-spacing:.16em;color:#71839a}.app-status strong{display:block;font-size:16px;margin:7px 0;color:#e5edf6}.app-status>span{font-size:8px;color:#62d099;letter-spacing:.14em}.app-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.app-stats>div{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:12px 8px}.app-stats strong{display:block;font-size:13px;color:#f0ddb9}.app-stats small{font-size:7px;color:#697b90}.app-section-title{margin:22px 0 9px}.certificate{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:10px;margin:8px 0}.certificate.gold-border{border-color:rgba(215,167,79,.28)}.certificate>span{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:rgba(215,167,79,.09);color:var(--gold2)}.certificate strong{display:block;font-size:10px}.certificate small{font-size:8px;color:#71839b}.direct-card{margin-top:18px;padding:15px;border-radius:12px;background:linear-gradient(140deg,rgba(210,155,61,.15),rgba(255,255,255,.02));border:1px solid rgba(220,174,87,.27)}.direct-card small{font-size:7px;letter-spacing:.15em;color:#8f9eb0}.direct-card strong{display:block;color:#72d5a4;font-size:14px;margin:5px 0 12px}.direct-card button{width:100%;height:35px;border-radius:8px;border:1px solid rgba(225,181,99,.25);background:rgba(224,179,95,.08);color:#e9d7b2;font-size:9px}.feature-list{margin-top:35px}.feature-list>div{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.065)}.feature-list>div>span{font-size:10px;color:var(--gold)}.feature-list strong{display:block;font-size:14px}.feature-list small{color:#74869a}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{padding:28px 25px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:rgba(255,255,255,.02)}.step>span{color:var(--gold);font-size:10px;letter-spacing:.16em}.step h3{font-size:24px;margin:36px 0 10px}.step p{font-size:13px;color:#78899e;line-height:1.65}.controlled{padding-top:40px}.controlled-card{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;padding:48px;border:1px solid rgba(223,181,103,.22);border-radius:28px;background:radial-gradient(circle at 80% 40%,rgba(207,151,56,.10),transparent 34%),linear-gradient(145deg,#0b2340,#07172b);box-shadow:var(--shadow)}.controlled-card h2{font-size:46px;line-height:1.02;margin:0 0 18px}.controlled-card p{color:#8595aa;max-width:680px}.release-box{padding:28px;border-left:1px solid rgba(255,255,255,.07)}.release-box small{font-size:9px;letter-spacing:.18em;color:#6f8197}.release-box strong{display:block;font-size:18px;color:var(--gold2);margin:7px 0}.release-line{height:3px;background:rgba(255,255,255,.06);margin:18px 0 12px;border-radius:999px;overflow:hidden}.release-line span{display:block;width:22%;height:100%;background:linear-gradient(90deg,#b57c25,#efcf86)}.release-box p{font-size:12px}.release-box .btn{margin-top:10px}
.waitlist-grid{align-items:start}.waitlist-notes{margin-top:30px;display:grid;gap:13px}.waitlist-notes>div{display:flex;gap:10px;color:#a2afc0;font-size:13px}.waitlist-notes span{color:#76d6a8}.waitlist-form{padding:30px;border:1px solid rgba(222,179,96,.27);border-radius:22px;background:linear-gradient(145deg,rgba(13,35,63,.85),rgba(6,20,38,.86));box-shadow:var(--shadow)}.form-head{display:flex;gap:13px;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.form-head>span{width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(225,181,98,.26);border-radius:50%;font-size:9px;color:var(--gold)}.form-head strong{display:block;font-size:13px}.form-head small{color:#71839b;font-size:10px}label{display:grid;gap:7px;font-size:10px;letter-spacing:.06em;color:#91a0b4;margin-bottom:15px}input,select{width:100%;height:48px;padding:0 13px;color:#e6edf5;background:#061527;border:1px solid rgba(255,255,255,.085);border-radius:9px;outline:none;transition:.2s}input:focus,select:focus{border-color:rgba(222,178,95,.45);box-shadow:0 0 0 3px rgba(222,178,95,.06)}select option{background:#07172b}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.checkbox{display:flex;align-items:flex-start;gap:9px;letter-spacing:0;font-size:11px;line-height:1.45;color:#77889e}.checkbox input{width:15px;height:15px;accent-color:#c99239;margin-top:1px}.form-legal{font-size:9px!important;color:#5e7086!important;margin:12px 0 0!important;text-align:center}.faq-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.faq-list details{border-bottom:1px solid rgba(255,255,255,.08);padding:19px 0}.faq-list summary{cursor:pointer;list-style:none;font-size:15px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--gold);font-size:20px;font-weight:300}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:13px 0 0;color:#7f90a5;font-size:13px;line-height:1.75;max-width:720px}
footer{border-top:1px solid rgba(255,255,255,.06);background:#040e1c;padding:38px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:42px}.footer-brand strong{font-size:12px;letter-spacing:.13em;color:var(--gold2)}.footer-brand small{display:block;font-size:7px;letter-spacing:.16em;color:#66778d;margin-top:4px}.footer-links{display:flex;gap:18px;font-size:11px;color:#8190a4}.footer-meta{display:flex;flex-direction:column;align-items:flex-end;font-size:9px;color:#5c6d83;gap:5px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media (max-width:980px){.nav{display:none;position:absolute;top:82px;left:22px;right:22px;padding:22px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#061527;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-toggle{display:block}.hero{padding-top:125px}.hero-grid,.two-col,.passport-grid,.waitlist-grid,.faq-wrap{grid-template-columns:1fr}.hero-grid{gap:35px}.hero-visual{min-height:520px}.hero-logo-card{inset:0 6% 40px}.verified-card{right:1%}.passport-chip{left:1%}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.055)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.steps-grid{grid-template-columns:1fr 1fr}.controlled-card{grid-template-columns:1fr;gap:20px}.release-box{border-left:0;border-top:1px solid rgba(255,255,255,.07)}.footer-grid{grid-template-columns:1fr}.footer-meta{align-items:flex-start}.phone-wrap{order:2}.passport-grid .section-copy{order:1}}
@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.hero{padding-top:118px}.brand span{display:none}.hero-grid{display:block}.hero-copy{padding-bottom:40px}h1{font-size:48px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.btn-ghost{padding-left:22px;border:1px solid rgba(255,255,255,.07)}.hero-points{grid-template-columns:1fr}.hero-visual{min-height:425px}.hero-logo-card{inset:0 0 30px}.hero-logo-card img{width:95%}.verified-card{top:34px;width:245px;right:-5px}.passport-chip{bottom:14px;width:240px;left:-5px}.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.055)!important}.trust-strip>div:last-child{border-bottom:0!important}.section-copy h2,.section-heading h2{font-size:39px}.two-col,.passport-grid,.waitlist-grid{gap:45px}.pricing-grid,.steps-grid{grid-template-columns:1fr}.controlled-card{padding:30px 22px}.controlled-card h2{font-size:38px}.form-row{grid-template-columns:1fr}.phone{width:300px}.faq-wrap{gap:15px}.footer-links{flex-wrap:wrap}}

/* ===== SEROQ HOMEPAGE HERO V2 ===== */
.site-header .brand img{width:50px;height:50px}
.site-header .brand b{font-size:20px}
.hero{min-height:100vh;padding-top:142px;padding-bottom:84px;overflow:clip;background:
  radial-gradient(circle at 79% 28%,rgba(215,165,76,.08),transparent 24%),
  radial-gradient(circle at 38% 55%,rgba(27,74,125,.08),transparent 32%)}
.hero-v2-grid{grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);gap:76px;align-items:center}
.hero-copy{min-width:0}
.hero-copy h1{font-size:clamp(58px,5.7vw,88px);line-height:.93;max-width:700px;margin-bottom:30px;white-space:normal}
.hero-copy .hero-lead{max-width:650px;font-size:18px;line-height:1.75}
.hero-points-v2{margin-top:52px;gap:20px}
.hero-points-v2>div{padding:18px 0 0;min-height:94px}
.hero-points-v2 strong{font-size:12px;letter-spacing:.04em}
.hero-points-v2 small{font-size:10px;line-height:1.45}

.hero-dashboard-wrap{position:relative;min-height:620px;display:grid;place-items:center;isolation:isolate}
.dashboard-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(202,145,49,.18);filter:blur(115px);z-index:-1}
.hero-dashboard{width:min(100%,510px);border:1px solid rgba(229,188,107,.29);border-radius:30px;padding:26px;background:
  linear-gradient(145deg,rgba(14,39,70,.96),rgba(5,17,32,.98));
  box-shadow:0 42px 100px rgba(0,0,0,.44),inset 0 1px rgba(255,255,255,.035);position:relative;overflow:hidden}
.hero-dashboard:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.025) 48%,transparent 72%);pointer-events:none}
.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.065);position:relative}
.dashboard-brand{display:flex;align-items:center;gap:11px}.dashboard-brand img{width:38px;height:38px;object-fit:contain}.dashboard-brand strong{display:block;color:var(--gold2);font-size:12px;letter-spacing:.17em}.dashboard-brand small{display:block;color:#647892;font-size:7px;letter-spacing:.16em;margin-top:3px}.dashboard-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(223,180,98,.27);background:rgba(220,175,91,.08);font-size:9px;color:#e4c77d}
.dashboard-status-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px 0 20px}.dashboard-status-row small,.dashboard-account small,.dashboard-metrics small,.dashboard-certificate small,.dashboard-access small{display:block;font-size:7px;letter-spacing:.17em;color:#70839b}.dashboard-status-row strong{display:flex;align-items:center;gap:8px;font-size:15px;color:#edf2f8;margin-top:6px}.dashboard-status-row .status-orb{width:9px;height:9px;box-shadow:0 0 0 5px rgba(88,195,145,.08)}.dashboard-verified{font-size:8px;font-weight:800;letter-spacing:.14em;color:#6bd09e;border:1px solid rgba(94,205,157,.22);background:rgba(94,205,157,.06);padding:8px 10px;border-radius:999px}
.dashboard-account{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px;border-radius:18px;border:1px solid rgba(226,184,104,.20);background:linear-gradient(135deg,rgba(215,163,73,.10),rgba(255,255,255,.018))}.dashboard-account strong{display:block;font-size:36px;letter-spacing:-.03em;margin:4px 0 2px;color:#f1ddb6}.dashboard-account>div>span{font-size:9px;color:#74869d}.account-ring{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle,#0b213d 57%,transparent 59%),conic-gradient(#d8a64b 0 82%,rgba(255,255,255,.07) 82% 100%);flex:0 0 auto}.account-ring span{font-size:14px;font-weight:800;color:#f0d9aa}.account-ring small{font-size:7px;letter-spacing:.05em;margin-top:1px}
.dashboard-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.dashboard-metrics>div{padding:17px;border-radius:14px;border:1px solid rgba(255,255,255,.065);background:rgba(255,255,255,.025)}.dashboard-metrics strong{display:block;font-size:19px;color:#e8eef6;margin:5px 0 2px}.dashboard-metrics span{font-size:8px;color:#657990}
.dashboard-certificate{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-top:12px;padding:15px;border-radius:14px;border:1px solid rgba(220,174,87,.22);background:rgba(213,160,69,.055)}.certificate-seal{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;color:#081426;background:linear-gradient(135deg,#f1d28d,#c88d2f)}.dashboard-certificate strong{display:block;font-size:11px;margin:3px 0;color:#e9eef5}.dashboard-certificate span{display:block;font-size:8px;color:#6e8198}.dashboard-certificate b{font-size:7px;letter-spacing:.12em;color:#d7b46f}
.dashboard-access{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding:17px 18px;border-radius:14px;background:linear-gradient(100deg,rgba(83,194,142,.08),rgba(215,163,73,.08));border:1px solid rgba(117,207,166,.16)}.dashboard-access strong{display:block;color:#6dd3a1;font-size:13px;letter-spacing:.06em;margin-top:3px}.dashboard-access>span{font-size:9px;color:#e6c980;white-space:nowrap}.dashboard-caption{display:flex;justify-content:center;gap:20px;margin-top:20px;font-size:7px;letter-spacing:.16em;color:#6f8299}.dashboard-caption span+span:before{content:"•";margin-right:20px;color:#a6782f}

@media (max-width:1080px){.hero-v2-grid{grid-template-columns:1fr 1fr;gap:38px}.hero-dashboard{max-width:470px}.hero-copy h1{font-size:clamp(52px,6vw,72px)}}
@media (max-width:980px){.hero-v2-grid{grid-template-columns:1fr;gap:50px}.hero-copy{max-width:760px}.hero-dashboard-wrap{min-height:auto;padding:15px 0 0}.hero-dashboard{max-width:560px}.hero-points-v2{max-width:760px}}
@media (max-width:640px){.site-header .brand img{width:44px;height:44px}.hero{padding-top:112px;padding-bottom:65px}.hero-copy h1{font-size:46px;line-height:.98}.hero-copy .hero-lead{font-size:15px}.hero-points-v2{margin-top:38px}.hero-dashboard{padding:18px;border-radius:23px}.dashboard-account{padding:18px}.dashboard-account strong{font-size:30px}.account-ring{width:70px;height:70px}.dashboard-metrics{grid-template-columns:1fr}.dashboard-caption{gap:9px;flex-wrap:wrap}.dashboard-caption span+span:before{margin-right:9px}.dashboard-status-row{align-items:flex-start}.dashboard-verified{font-size:7px}.dashboard-access{align-items:flex-start;flex-direction:column}}

.field-note{display:block;margin-top:8px;color:#73859b;font-size:10px;line-height:1.45;font-weight:400}


/* ===== SEROQ MOBILE TYPOGRAPHY REFINEMENT V8 ===== */
@media (max-width: 640px) {
  /* HERO STEPS */
  .hero-points-v2 {
    gap: 28px;
  }

  .hero-points-v2 > div {
    padding: 22px 0 0;
    min-height: auto;
    grid-template-columns: 46px 1fr;
    column-gap: 14px;
  }

  .hero-points-v2 span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .hero-points-v2 strong {
    font-size: 19px;
    letter-spacing: 0.02em;
  }

  .hero-points-v2 small {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 6px;
  }

  /* TRADER PASSPORT LIST */
  .feature-list > div {
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .feature-list > div > span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .feature-list strong {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .feature-list small {
    font-size: 15px;
    line-height: 1.6;
  }

  /* HOW IT WORKS CARDS */
  .step {
    padding: 34px 28px;
    border-radius: 22px;
  }

  .step > span {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .step h3 {
    font-size: 28px;
    line-height: 1.1;
    margin: 30px 0 14px;
  }

  .step p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* WAITLIST FORM */
  .waitlist-form {
    padding: 30px 24px;
  }

  .form-head {
    gap: 16px;
    padding-bottom: 22px;
    margin-bottom: 24px;
  }

  .form-head > span {
    width: 46px;
    height: 46px;
    font-size: 18px;
    font-weight: 800;
  }

  .form-head strong {
    font-size: 20px;
    line-height: 1.2;
  }

  .form-head small {
    font-size: 14px;
    line-height: 1.5;
  }

  label {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  input,
  select {
    height: 56px;
    padding: 0 16px;
    font-size: 17px;
    border-radius: 12px;
  }

  .field-note {
    font-size: 12px;
    line-height: 1.6;
  }

  .checkbox {
    gap: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  .checkbox input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .btn.full {
    min-height: 58px;
    font-size: 17px;
  }

  .form-legal {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
}


/* ===== SEROQ DESKTOP TYPOGRAPHY + FORM ALIGNMENT V9 ===== */
@media (min-width: 641px) {

  /* TRADER PASSPORT LIST — make numbering and text more readable on desktop */
  .feature-list > div {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 19px 0;
  }

  .feature-list > div > span {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.10em;
  }

  .feature-list strong {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 4px;
  }

  .feature-list small {
    font-size: 13px;
    line-height: 1.55;
  }

  /* FOUR STEPS — larger 01/02/03/04 and card copy on desktop */
  .step {
    padding: 32px 28px;
  }

  .step > span {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.10em;
  }

  .step h3 {
    font-size: 28px;
    line-height: 1.12;
    margin: 34px 0 12px;
  }

  .step p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* HERO PASS / PAID / VERIFIED — slightly larger desktop labels */
  .hero-points-v2 span {
    font-size: 13px;
    font-weight: 800;
  }

  .hero-points-v2 strong {
    font-size: 15px;
  }

  .hero-points-v2 small {
    font-size: 12px;
    line-height: 1.55;
  }

  /* WAITLIST HEADER — larger step number and title on desktop */
  .form-head > span {
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 800;
  }

  .form-head strong {
    font-size: 15px;
  }

  .form-head small {
    font-size: 11px;
  }

  /* Keep Country and Preferred Challenge perfectly aligned on desktop.
     The explanatory note stays under the challenge selector without lifting it. */
  .form-row {
    align-items: flex-start;
  }

  .form-row > label {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    margin-bottom: 15px;
  }

  .form-row > label > input,
  .form-row > label > select {
    flex: 0 0 48px;
    height: 48px;
  }

  .form-row .field-note {
    margin-top: 8px;
    min-height: 0;
  }
}


/* ===== SEROQ V19 · FOUNDING 100 ===== */
.founding-benefit{margin:28px 0 26px;padding:22px 24px;border:1px solid rgba(234,190,104,.34);border-radius:18px;background:linear-gradient(145deg,rgba(216,166,75,.11),rgba(10,29,53,.72));box-shadow:0 18px 45px rgba(0,0,0,.18)}
.founding-benefit-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.founding-benefit-top span{font-size:10px;font-weight:900;letter-spacing:.22em;color:#f2d18a}.founding-benefit-top strong{font-size:25px;line-height:1;color:#f4d78f;letter-spacing:-.02em}.founding-benefit h3{font-size:22px;margin:0 0 9px;color:#fff}.founding-benefit p{font-size:14px;line-height:1.65;color:#b6c1d0;margin:0 0 11px}.founding-benefit small{display:block;font-size:10px;line-height:1.6;color:#8292a7}.verified-limit-note{margin:18px 0 0;padding:14px 16px;border-left:2px solid var(--gold);background:rgba(216,166,75,.06);color:#aab7c8;font-size:12px;line-height:1.65}.verified-limit-note strong{color:#f0d08b}
@media(max-width:640px){.founding-benefit{padding:20px 18px}.founding-benefit-top strong{font-size:22px}.founding-benefit h3{font-size:20px}}
