/* ================================================================
   Calve36ndria — Dark luxury + neon yellow
   Headings: Playfair Display (serif) · Body: Inter (sans)
   Inspired by Robinhood dark premium aesthetic
   ================================================================ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root{
    --bg:#0B0A07;--bg2:#13120E;--bg3:#1A1915;--surface:rgba(255,255,255,.04);--surface2:rgba(255,255,255,.06);--surface3:rgba(255,255,255,.08);
    --neon:#CCFF00;--neon-hover:#B8E600;--neon-dim:rgba(204,255,0,.08);--neon-glow:rgba(204,255,0,.12);--neon-muted:rgba(204,255,0,.5);
    --gold:#C9A84C;--gold-light:rgba(201,168,76,.1);
    --white:#FAFAF7;--text:#B8B5AD;--muted:#7A7770;--dim:#4A4740;
    --red:#EF4444;--red-light:rgba(239,68,68,.08);
    --border:rgba(255,255,255,.06);--border2:rgba(255,255,255,.1);
    --shadow:0 2px 12px rgba(0,0,0,.3);--shadow-lg:0 8px 32px rgba(0,0,0,.4);
    --serif:'Sora',system-ui,sans-serif;
    --sans:'Sora',system-ui,sans-serif;
    --r:12px;--r-sm:8px;--r-lg:16px;--r-pill:50px;
    --ease:.25s ease;
}

html{scroll-behavior:smooth}
body{font-family:var(--sans);font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--neon);text-decoration:none;transition:color var(--ease)}
a:hover{color:var(--neon-hover)}
.wrap{max-width:1100px;margin:0 auto;padding:0 24px}

h1,h2,h3{font-family:var(--serif);font-weight:700;line-height:1.15;color:var(--white)}
h4{font-family:var(--sans);font-weight:700;color:var(--white)}
h1{font-size:clamp(34px,5.5vw,60px);letter-spacing:-.02em}
h2{font-size:clamp(26px,4vw,42px)}
h3{font-size:clamp(18px,2.5vw,24px)}
p{margin-bottom:16px;color:var(--text)}

/* ── Buttons ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--sans);font-size:14px;font-weight:600;border-radius:var(--r-sm);border:none;cursor:pointer;transition:all var(--ease);text-decoration:none;line-height:1.4}
.btn-neon{background:var(--neon);color:var(--bg)}.btn-neon:hover{background:var(--neon-hover);color:var(--bg);box-shadow:0 0 24px var(--neon-glow);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--white);border:1px solid var(--border2)}.btn-outline:hover{border-color:var(--neon);color:var(--neon)}
.btn-ghost{background:none;color:var(--muted);padding:8px 12px;font-weight:500}.btn-ghost:hover{color:var(--white)}
.btn-sm{padding:10px 20px;font-size:13px}
.btn-dark{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-dark:hover{border-color:var(--neon-muted);color:var(--white)}

/* ── Header ── */
.hd{position:sticky;top:0;z-index:100;background:rgba(11,10,7,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.hd-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.hd-logo{font-family:var(--serif);font-size:20px;font-weight:700;color:var(--white)!important;letter-spacing:-.01em}
.hd-logo span{color:var(--neon)}
.hd-nav{display:flex;gap:4px}
.hd-link{padding:8px 14px;border-radius:var(--r-sm);font-size:13px;font-weight:500;color:var(--muted);transition:all var(--ease);letter-spacing:.02em;text-transform:uppercase}
.hd-link:hover{color:var(--white);background:var(--surface)}
.hd-link.on{color:var(--neon)}
.hd-cta{padding:9px 22px;background:var(--neon);color:var(--bg)!important;font-size:12px;font-weight:700;border-radius:var(--r-sm);letter-spacing:.04em;text-transform:uppercase;transition:all var(--ease)}
.hd-cta:hover{background:var(--neon-hover);box-shadow:0 0 16px var(--neon-glow)}
.hd-burger{display:none;background:none;border:none;cursor:pointer;width:32px;height:32px;position:relative}
.hd-burger span{position:absolute;left:4px;width:24px;height:1.5px;background:var(--white);border-radius:2px;transition:all .2s}
.hd-burger span:first-child{top:12px}.hd-burger span:last-child{top:19px}
@media(max-width:768px){.hd-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg2);padding:16px 24px;border-bottom:1px solid var(--border)}.hd-nav.open{display:flex}.hd-burger{display:block}.hd-cta{display:none}}

/* ── Sections ── */
.sec{padding:88px 0}
.sec-alt{background:var(--bg2)}
.sec-neon{background:var(--neon-dim)}
.sec-head{max-width:640px;margin-bottom:52px}
.sec-head.centered{text-align:center;margin-left:auto;margin-right:auto}
.sec-head p{font-size:17px;margin-top:12px;color:var(--muted)}
.tag{display:inline-block;font-family:var(--sans);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--neon);margin-bottom:14px}

/* ── Hero ── */
.hero{padding:120px 0 100px;position:relative;overflow:hidden;background:var(--bg)}
.hero::before{content:'';position:absolute;top:-200px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,var(--neon-glow),transparent 65%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;position:relative;z-index:1}
.hero h1{margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--neon)}
.hero p{font-size:19px;line-height:1.7;margin-bottom:32px;color:var(--muted)}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.hero-stats{display:flex;gap:48px;margin-top:52px}
.hero-stat{position:relative;padding-left:16px}
.hero-stat::before{content:'';position:absolute;left:0;top:2px;bottom:2px;width:2px;background:var(--neon);border-radius:1px}
.hero-stat-n{font-family:var(--serif);font-size:32px;font-weight:700;color:var(--white);line-height:1}
.hero-stat-l{font-size:12px;color:var(--dim);margin-top:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.hero-visual{position:relative}
.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;backdrop-filter:blur(12px)}
@media(max-width:768px){.hero{padding:64px 0 56px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-visual{order:-1}.hero-stats{gap:28px;flex-wrap:wrap}}

/* ── Platform Cards ── */
.plat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.plat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:28px;transition:all var(--ease);position:relative}
.plat:hover{border-color:var(--neon-muted);box-shadow:0 0 20px var(--neon-dim)}
.plat-top{border-color:var(--neon-muted);background:var(--neon-dim)}
.plat-badge{position:absolute;top:-10px;right:20px;background:var(--neon);color:var(--bg);font-size:10px;font-weight:700;padding:4px 12px;border-radius:var(--r-pill);text-transform:uppercase;letter-spacing:.5px}
.plat-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.plat-logo{height:28px;width:auto;max-width:100px;object-fit:contain;opacity:.85}
.plat-score{margin-left:auto;font-family:var(--serif);font-size:24px;color:var(--neon);font-weight:700}
.plat-name{font-size:17px;font-weight:700;color:var(--white);margin-bottom:2px}
.plat-meta{font-size:12px;color:var(--dim);margin-bottom:14px}
.plat-feats{list-style:none;margin-bottom:18px}
.plat-feats li{font-size:13px;color:var(--muted);padding:4px 0;display:flex;gap:8px;align-items:center}
.plat-feats li::before{content:'';width:4px;height:4px;background:var(--neon);border-radius:50%;flex-shrink:0}
.plat-foot{display:flex;gap:8px;padding-top:16px;border-top:1px solid var(--border)}
.plat-foot a{flex:1;text-align:center;justify-content:center}
@media(max-width:600px){.plat-grid{grid-template-columns:1fr}}

/* ── Platform Rows ── */
.prow{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);margin-bottom:10px;transition:all var(--ease)}
.prow:hover{border-color:var(--neon-muted);box-shadow:0 0 16px var(--neon-dim)}
.prow-top{border-color:var(--neon-muted);background:var(--neon-dim)}
.prow-rank{width:28px;height:28px;background:var(--surface2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--muted);flex-shrink:0}
.prow-top .prow-rank{background:var(--neon);color:var(--bg)}
.prow-logo{flex-shrink:0;width:80px;display:flex;align-items:center}
.prow-logo img{height:22px;width:auto;max-width:80px;object-fit:contain;opacity:.85}
.prow-info{flex:1;min-width:0}
.prow-name{font-size:15px;font-weight:700;color:var(--white);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.prow-tag{font-size:9px;font-weight:700;background:var(--neon);color:var(--bg);padding:2px 8px;border-radius:var(--r-pill);text-transform:uppercase}
.prow-meta{font-size:12px;color:var(--dim);margin-top:2px}
.prow-score{font-family:var(--serif);font-size:22px;font-weight:700;color:var(--neon);flex-shrink:0}
.prow-acts{display:flex;gap:6px;flex-shrink:0}
@media(max-width:768px){.prow{flex-wrap:wrap}.prow-acts{width:100%}.prow-acts a{flex:1;justify-content:center}}

/* ── Numbered Process ── */
.process{counter-reset:proc}
.proc-item{display:grid;grid-template-columns:80px 1fr;gap:24px;align-items:start;padding:32px 0;border-bottom:1px solid var(--border)}
.proc-item:last-child{border:none}
.proc-num{counter-increment:proc;font-family:var(--serif);font-size:56px;font-weight:700;color:var(--neon-dim);line-height:1}
.proc-num::before{content:counter(proc,decimal-leading-zero)}
.proc-item h3{margin-bottom:6px}
.proc-item p{font-size:14px;color:var(--muted);margin:0}
@media(max-width:600px){.proc-item{grid-template-columns:1fr}.proc-num{font-size:36px}}

/* ── Stats Row ── */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--r);overflow:hidden;margin:48px 0}
.stat-cell{background:var(--bg);padding:32px;text-align:center}
.stat-n{font-family:var(--serif);font-size:36px;font-weight:700;color:var(--neon);line-height:1}
.stat-l{font-size:12px;color:var(--dim);margin-top:8px;text-transform:uppercase;letter-spacing:.5px}
@media(max-width:600px){.stats-row{grid-template-columns:1fr 1fr}}

/* ── Review Page ── */
.rv-hero{padding:48px 0;border-bottom:1px solid var(--border)}
.rv-hero-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.rv-logo{width:56px;height:56px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rv-logo img{max-width:40px;max-height:40px;object-fit:contain;opacity:.85}
.rv-body{display:grid;grid-template-columns:1fr 280px;gap:48px;padding:48px 0}
.rv-text h2{margin-top:32px;margin-bottom:10px;font-size:22px}.rv-text h2:first-child{margin-top:0}
.rv-text p{color:var(--text)}
.rv-text ul,.rv-text ol{color:var(--text);padding-left:20px;margin-bottom:16px}
.rv-text li{margin-bottom:6px}
.rv-side{position:sticky;top:88px}
.rv-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:24px}

.pro-con{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}
.pro{background:var(--neon-dim);border:1px solid rgba(204,255,0,.1);padding:20px;border-radius:var(--r-sm)}
.con{background:var(--red-light);border:1px solid rgba(239,68,68,.1);padding:20px;border-radius:var(--r-sm)}
.pro h4{color:var(--neon);font-size:13px;margin-bottom:8px}.con h4{color:var(--red);font-size:13px;margin-bottom:8px}
.pro ul,.con ul{list-style:none}.pro li,.con li{font-size:13px;padding:3px 0}
.pro li{color:rgba(204,255,0,.7)}.con li{color:rgba(239,68,68,.7)}

.info-tbl{width:100%;border-collapse:collapse;margin:20px 0}
.info-tbl th,.info-tbl td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);font-size:13px}
.info-tbl th{color:var(--dim);font-weight:600;width:40%;background:var(--surface)}
.info-tbl td{color:var(--white)}

@media(max-width:768px){.rv-body{grid-template-columns:1fr}.rv-side{position:static}.rv-hero-inner{flex-direction:column;align-items:flex-start}.pro-con{grid-template-columns:1fr}}

/* ── Breadcrumbs ── */
.crumbs{padding:12px 0;font-size:13px;color:var(--dim)}
.crumbs a{color:var(--dim)}.crumbs a:hover{color:var(--neon)}
.crumbs span{margin:0 6px}

/* ── Risk strip ── */
.risk-strip{background:var(--red-light);border-top:1px solid rgba(239,68,68,.1);padding:14px 0}
.risk-strip p{font-size:12px;color:rgba(239,68,68,.8);margin:0;text-align:center}
.risk-strip i{color:var(--red);margin-right:4px}

/* ── Regulator strip ── */
.reg-strip{display:flex;justify-content:center;gap:20px;align-items:center;padding:24px 0;background:var(--bg2);border-bottom:1px solid var(--border)}
.reg-strip a{display:flex;align-items:center;justify-content:center;width:100px;height:44px;padding:8px 14px;border-radius:var(--r-sm);transition:all var(--ease)}
.reg-strip a:hover{background:var(--surface)}
.reg-strip img{max-height:34px;max-width:80px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.3;transition:all var(--ease)}
.reg-strip a:hover img{opacity:.7}

/* ── Footer ── */
.ft{background:var(--bg2);color:var(--muted);padding:48px 0 0;border-top:1px solid var(--border)}
.ft-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px}
.ft-brand p{font-size:13px;line-height:1.6;margin-top:12px;color:var(--dim)}
.ft-company{font-size:11px;color:var(--dim);margin-top:14px;line-height:1.6;opacity:.6}
.ft-company a{color:var(--dim)}.ft-company a:hover{color:var(--neon)}
.ft-col h4{font-family:var(--sans);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--dim);margin-bottom:14px}
.ft-col a{display:block;font-size:13px;color:var(--muted);margin-bottom:8px;transition:color var(--ease)}.ft-col a:hover{color:var(--neon)}
.ft-bottom{border-top:1px solid var(--border);padding:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--dim)}
.ft-bottom a{color:var(--muted)}.ft-bottom a:hover{color:var(--neon)}
.ft-18{background:var(--red);color:var(--white);font-size:9px;font-weight:700;padding:2px 6px;border-radius:3px;margin-right:6px}
@media(max-width:768px){.ft-grid{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:480px){.ft-grid{grid-template-columns:1fr}.ft-bottom{flex-direction:column;text-align:center}}

/* ── Cookie ── */
.ck{position:fixed;bottom:0;left:0;right:0;background:var(--bg2);border-top:1px solid var(--border);box-shadow:0 -4px 24px rgba(0,0,0,.4);z-index:10000;padding:16px 0}
.ck-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.ck p{font-size:13px;color:var(--muted);margin:0}.ck a{color:var(--neon)}
.ck-btns{display:flex;gap:8px;flex-shrink:0}
.ck-prefs{padding:10px 0;border-top:1px solid var(--border)}
.ck-prefs label{display:inline-block;padding:4px 12px;font-size:13px;color:var(--muted);cursor:pointer}
.ck-prefs input{accent-color:var(--neon);margin-right:4px}
.ck-reopen{position:fixed;bottom:20px;left:20px;width:40px;height:40px;background:var(--bg3);color:var(--neon);border:1px solid var(--border);border-radius:50%;font-size:14px;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all var(--ease)}.ck-reopen:hover{box-shadow:0 0 12px var(--neon-glow);transform:scale(1.1)}

/* ── Cards (generic) ── */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:28px;transition:all var(--ease)}
.card:hover{border-color:var(--neon-muted);box-shadow:0 0 16px var(--neon-dim)}
.card-icon{width:44px;height:44px;background:var(--neon-dim);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:var(--neon);font-size:18px;margin-bottom:16px}
.card h3{font-size:17px;margin-bottom:6px}
.card p{font-size:14px;margin:0;color:var(--muted)}
@media(max-width:768px){.card-grid{grid-template-columns:1fr}}

/* ── Articles ── */
.art-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.art{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:all var(--ease)}
.art:hover{border-color:var(--neon-muted);box-shadow:0 0 16px var(--neon-dim)}
.art-bar{height:3px;background:linear-gradient(to right,var(--neon),var(--gold))}
.art-body{padding:24px}
.art-tag{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--neon);letter-spacing:.5px;margin-bottom:8px}
.art h3{font-size:16px;margin-bottom:6px}.art h3 a{color:var(--white)}.art h3 a:hover{color:var(--neon)}
.art p{font-size:13px;color:var(--dim);margin:0}
@media(max-width:768px){.art-grid{grid-template-columns:1fr}}

/* ── Legal ── */
.legal-block{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--border)}
.legal-block:last-of-type{border:none}
.legal-block h2{font-size:18px;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.legal-block h2 i{color:var(--neon);font-size:16px}
.legal-block p{color:var(--text);margin-bottom:8px;font-size:15px}
.legal-block ul{color:var(--text);padding-left:20px;margin-bottom:8px;font-size:14px}
.legal-block li{margin-bottom:4px}

/* ── Utils ── */
.text-center{text-align:center}
.neon-line{width:48px;height:2px;background:var(--neon);border-radius:1px;margin:16px 0}
.neon-line-center{margin-left:auto;margin-right:auto}
