/* ============================================================================
   ARCIS AI — marketing site shared stylesheet
   Locked design from the approved mockups, deduped into one file. Desktop
   styling is byte-faithful to the mockups; this file ADDS the previously-
   undefined classes/vars (--loss, --gold, .hero-center, .btn-lg, .hero-ctas),
   a working mobile nav, responsive Live-Systems table and reduced-motion.
   ========================================================================== */
:root{--bg:#03070A;--bg2:#060B10;--panel:#0A1117;--line:#16242B;--line2:#22343C;
  --white:#FFF;--ink:#E9F2EF;--muted:#C8D6D2;--dim:#9DB1AD;--accent:#2FE4C4;--accent2:#15B9A0;--glow:rgba(47,228,196,.5);
  --loss:#FF5C5C;--gold:#E8B84B}
*{margin:0;padding:0;box-sizing:border-box}
html{overflow-x:hidden}
body{background:var(--bg);color:var(--ink);font-family:'Lato',sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.wrap{max-width:1340px;margin:0 auto;padding:0 32px}
a{color:inherit;text-decoration:none}
.hl{color:var(--accent)}
/* nav */
nav{position:relative;z-index:10}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:84px}
.logo img{height:38px;display:block}
.nav-anchors{display:flex;gap:30px;font-size:14px;color:var(--muted);font-weight:700}
.nav-anchors a:hover{color:var(--accent)}
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:900;font-size:15px;padding:13px 28px;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:transform .15s,box-shadow .15s;font-family:'Lato'}
.btn-primary{background:linear-gradient(180deg,var(--accent),var(--accent2));color:#02120F;box-shadow:0 0 0 1px rgba(47,228,196,.35),0 8px 30px rgba(47,228,196,.28)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 0 1px rgba(47,228,196,.6),0 14px 44px rgba(47,228,196,.45)}
.btn-ghost{border-color:var(--line2);color:var(--ink)}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
.btn-lg{padding:17px 40px;font-size:17px}
/* mobile hamburger toggle (hidden on desktop) */
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border:1px solid var(--line2);border-radius:9px;background:rgba(255,255,255,.02);cursor:pointer}
.nav-toggle span{display:block;width:20px;height:2px;background:var(--ink);margin:0 auto;border-radius:2px;transition:transform .2s,opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-cta-mobile{display:none}
.nav-signin-mobile{display:none}
/* desktop header actions: Sign in + trial */
.nav-actions{display:flex;align-items:center;gap:20px}
.nav-signin{font-weight:900;font-size:14px;color:var(--ink);white-space:nowrap}
.nav-signin:hover{color:var(--accent)}
/* brand logo — real transparent ARCIS AI emblem */
.logo{display:inline-flex;align-items:center;gap:11px}
.logo-img{height:44px;width:auto;display:block}
@media(max-width:560px){.logo-img{height:36px}}

/* hero like the banner */
.hero{position:relative;padding:96px 0 64px;overflow:hidden}
.hero::before{content:"";position:absolute;right:-5%;top:-10%;width:70%;height:130%;pointer-events:none;
  background:radial-gradient(60% 60% at 70% 40%,rgba(47,228,196,.16),transparent 70%)}
.hero::after{content:"";position:absolute;right:-10%;bottom:-30%;width:60%;height:90%;pointer-events:none;opacity:.5;
  background:radial-gradient(circle at 70% 60%,rgba(47,228,196,.10),transparent 60%)}
.hero-grid{display:grid;grid-template-columns:44fr 56fr;gap:40px;align-items:center;position:relative;z-index:2;min-height:560px}
/* home hero: lede + actions stacked in left column, device spans right; on mobile reorders to lede → image → actions */
.hero-grid--split{grid-template-rows:auto auto;grid-template-areas:"lede image" "actions image";align-items:start;align-content:center;gap:0 40px}
.hero-grid--split .hero-lede{grid-area:lede}
.hero-grid--split .hero-actions{grid-area:actions}
.hero-grid--split .hero-shot{grid-area:image;align-self:center}
/* home hero: dial the headline + sub back down to balance the smaller device */
.hero.hero-home h1{font-size:clamp(42px,5.2vw,74px)}
.hero.hero-home .sub{font-size:clamp(18px,1.9vw,22px)}
.hero.hero-home .subline{font-size:15.5px}
/* mobile: hide the Analyse/Automate/Track pills so the trial CTA is visible on load */
@media(max-width:780px){.hero-home .pills{display:none}}
/* centered hero (sub-pages) */
.hero-center{max-width:860px;margin:0 auto;text-align:center;position:relative;z-index:2}
.hero-center .accent-bar{margin-left:auto;margin-right:auto}
.hero-center .sub{margin-left:auto;margin-right:auto}
.hero-ctas{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:32px}
.eyebrow{font-family:'Lato';font-weight:900;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:22px}
.hero h1{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-0.005em;line-height:.94;
  font-size:clamp(40px,4.8vw,68px);color:var(--white)}
.accent-bar{width:64px;height:4px;background:var(--accent);margin:28px 0 20px;border-radius:2px;box-shadow:0 0 16px var(--glow)}
.sub{font-size:clamp(20px,2.4vw,27px);color:var(--ink);font-weight:700;max-width:540px;line-height:1.3}
.sub .hl{color:var(--accent)}
.subline{margin-top:16px;font-size:16.5px;color:#D4E2DE;max-width:600px;line-height:1.6}
.pills{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 32px}
.pill{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line2);border-radius:100px;padding:11px 20px;font-size:14.5px;color:var(--ink);font-weight:700;background:rgba(255,255,255,.02)}
.pill .i{width:16px;height:16px;border-radius:4px;background:var(--accent);display:inline-block;box-shadow:0 0 10px var(--glow)}
.cta-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.cta-row .btn-primary{padding:17px 40px;font-size:17px}
.cta-meta{font-family:'IBM Plex Mono';font-size:13px;color:var(--dim);letter-spacing:.04em}
.cta-meta b{color:var(--accent)}
/* product shot floating right */
.hero-shot{position:relative;display:flex;align-items:center;justify-content:flex-end}
/* Real hero device — floats clean on the dark bg, NO box behind it. */
.hero-device{display:block;width:min(860px,102%);max-width:102%;height:auto;margin-right:0;transform:translateY(-10px);
  filter:drop-shadow(0 0 35px rgba(36,255,210,.22)) drop-shadow(0 24px 80px rgba(0,0,0,.45))}
/* module heroes (stocks/algo) use a transparent device too — let it run a touch larger than home */
.hero:not(.hero-home) .hero-device{width:min(960px,112%);max-width:112%}
/* home hero device — run it bigger on desktop to fill the space; nudged right to sit toward the edge */
.hero.hero-home .hero-device{width:min(1080px,126%);max-width:126%;transform:translate(72px,-10px)}
.shot-tag{position:absolute;top:14px;left:14px;font-family:'IBM Plex Mono';font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:rgba(3,7,10,.85);border:1px solid rgba(47,228,196,.4);border-radius:6px;padding:6px 11px}

/* ===== shared section system ===== */
.sec{padding:96px 0;border-top:1px solid var(--line)}
.sec-head{max-width:760px;margin:0 auto 56px;text-align:center}
.sec-eyebrow{font-family:'Lato';font-weight:900;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}
.sec h2{font-family:'Oswald';font-weight:700;text-transform:uppercase;font-size:clamp(32px,4.4vw,54px);color:var(--white);line-height:1;letter-spacing:-0.005em}
.sec h2 .hl{color:var(--accent)}
.sec-sub{margin-top:18px;font-size:18.5px;color:#C8D6D2;line-height:1.6}
.sec-sub b{color:var(--white)}

/* feature row: text + image box */
.frow{display:grid;grid-template-columns:1fr 1.1fr;gap:54px;align-items:center;padding:46px 0}
.frow.rev{grid-template-columns:1.1fr 1fr}
.frow.rev .ftext{order:2}
.fk{font-family:'Lato';font-weight:900;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:14px}
.ftext h3{font-family:'Oswald';font-weight:600;text-transform:uppercase;font-size:clamp(24px,3vw,34px);color:var(--white);line-height:1.05;margin-bottom:14px}
.ftext .fben{font-size:18px;color:#D4E2DE;margin-bottom:18px;line-height:1.55}
.ftext .fben b{color:var(--white)}
.flist{list-style:none;display:flex;flex-direction:column;gap:10px}
.flist li{font-size:15.5px;color:#C8D6D2;padding-left:24px;position:relative;line-height:1.5}
.flist li::before{content:"→";color:var(--accent);position:absolute;left:0;font-weight:700}

/* IMAGE PLACEHOLDER BOX (swap for real screenshots) */
.imgbox{position:relative;border:1px dashed var(--line2);border-radius:14px;background:
  repeating-linear-gradient(45deg,rgba(47,228,196,.025) 0 12px,transparent 12px 24px),var(--panel);
  min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px;text-align:center;
  box-shadow:0 0 0 1px rgba(47,228,196,.06),0 24px 60px rgba(0,0,0,.4)}
.imgbox .ic{font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}
.imgbox .il{font-size:14px;color:var(--muted);max-width:300px}
.imgbox .itag{position:absolute;top:12px;left:12px;font-family:'IBM Plex Mono';font-size:10px;color:var(--dim);border:1px solid var(--line2);border-radius:5px;padding:4px 9px}
/* real screenshot drop-in: <img class="shot"> inside a .imgframe keeps the frame styling */
.imgframe{position:relative;border:1px solid rgba(47,228,196,.24);border-radius:16px;overflow:hidden;
  background:linear-gradient(180deg,#08161A,#04090C);
  box-shadow:0 0 0 1px rgba(47,228,196,.10),0 0 50px rgba(36,255,210,.15),0 34px 80px rgba(0,0,0,.6)}
.imgframe img{display:block;width:100%;height:auto}
/* inner edge highlight so the screenshot reads as a premium framed panel, not a bare image */
.imgframe::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),inset 0 0 0 1px rgba(47,228,196,.06),inset 0 -40px 80px rgba(0,0,0,.35)}

/* pillar divider band */
.pillar{text-align:center;padding:80px 0 8px}
.pillar .pn{font-family:'Lato';font-weight:900;font-size:14px;letter-spacing:.18em;color:var(--accent);margin-bottom:14px}
.pillar h2{font-family:'Oswald';font-weight:700;text-transform:uppercase;font-size:clamp(30px,4.4vw,52px);color:var(--white);line-height:1}
.pillar p{margin:16px auto 0;max-width:620px;font-size:18px;color:#C8D6D2}

/* RECORD */
.record{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line2);border:1px solid var(--line2);border-radius:14px;overflow:hidden;max-width:900px;margin:44px auto 0}
.stat{background:var(--panel);padding:30px;text-align:center}
.stat .n{font-family:'Oswald';font-weight:700;font-size:42px;color:var(--accent)}
.stat .l{font-size:13px;color:var(--ink);margin-top:5px;font-weight:700}
.stat .src{font-family:'IBM Plex Mono';font-size:9.5px;color:var(--dim);margin-top:7px;letter-spacing:.06em}

/* CTA band */
.ctaband{margin:60px auto 0;max-width:1000px;border:1px solid var(--line2);border-radius:18px;padding:40px 46px;display:flex;justify-content:space-between;align-items:center;gap:28px;flex-wrap:wrap;background:radial-gradient(600px 200px at 82% 50%,rgba(47,228,196,.1),transparent 70%),var(--panel)}
.ctaband h3{font-family:'Lato';font-weight:600;text-transform:uppercase;font-size:26px;color:var(--white);margin-bottom:6px}
.ctaband p{color:#C8D6D2;font-size:15.5px}

/* PRICING */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start;max-width:1040px;margin:0 auto}
.tier{border:1px solid var(--line2);border-radius:18px;padding:34px 30px;background:var(--panel);position:relative}
.tier.hot{border-color:rgba(47,228,196,.55);background:var(--bg2);box-shadow:0 0 60px rgba(47,228,196,.08)}
.hotb{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--accent);color:#02120F;font-family:'IBM Plex Mono';font-size:10.5px;letter-spacing:.16em;padding:6px 15px;border-radius:100px;text-transform:uppercase;font-weight:700}
.tier .tn{font-family:'IBM Plex Mono';font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.tier .tp{font-family:'Oswald';font-weight:700;font-size:50px;color:var(--white)}
.tier .tper{font-size:14px;color:var(--dim)}
.tier ul{list-style:none;margin:24px 0 28px;display:flex;flex-direction:column;gap:11px}
.tier li{font-size:14.5px;color:var(--ink);padding-left:22px;position:relative}
.tier li::before{content:"·";color:var(--accent);position:absolute;left:6px;font-weight:900;font-size:20px;line-height:1}
.tier li.no{color:var(--dim)}.tier li.no::before{content:"–";color:var(--dim);font-size:14px}
.tier .btn{width:100%;justify-content:center}
.bcband{margin-top:22px;max-width:1040px;margin-left:auto;margin-right:auto;border:1px solid rgba(47,228,196,.45);background:rgba(47,228,196,.07);border-radius:18px;padding:30px 36px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.bcband h3{font-family:'Lato';font-weight:600;text-transform:uppercase;font-size:23px;color:var(--white);margin-bottom:6px}
.bcband p{font-size:15px;color:#C8D6D2;max-width:560px}.bcband p b{color:var(--white)}
.contrast{max-width:680px;margin:50px auto 0;text-align:center;color:#C8D6D2;font-size:17.5px}.contrast b{color:var(--white)}

/* REVIEWS / testimonials */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:0 auto}
.review{border:1px solid var(--line2);border-radius:14px;padding:26px;background:var(--panel)}
.review .stars{color:var(--accent);font-size:14px;letter-spacing:2px;margin-bottom:12px}
.review p{font-size:15.5px;color:#D4E2DE;line-height:1.6;margin-bottom:16px}
.review .who{display:flex;align-items:center;gap:10px}
.review .who .av{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#02120F;font-weight:900;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.review .who .nm{font-weight:900;color:var(--white);font-size:14px}
.review .who .rl{font-family:'IBM Plex Mono';font-size:11px;color:var(--dim)}

/* FAQ */
.faqlist{max-width:760px;margin:0 auto;border-top:1px solid var(--line2)}
.faqi{border-bottom:1px solid var(--line2);padding:26px 4px}
.faqi h3{font-size:20px;margin-bottom:8px;color:var(--white)}
.faqi p{font-size:16px;color:#C8D6D2}.faqi p b{color:var(--white)}

/* CLOSE */
.close{text-align:center;padding:120px 0;background:radial-gradient(700px 360px at 50% 100%,rgba(47,228,196,.1),transparent 65%)}
.close h2{font-family:'Oswald';font-weight:700;text-transform:uppercase;font-size:clamp(38px,5.4vw,68px);color:var(--white);line-height:1;margin-bottom:18px}
.close h2 .hl{color:var(--accent)}
.close p{color:#C8D6D2;margin-bottom:34px;font-size:18.5px}.close p b{color:var(--white)}

footer{border-top:1px solid var(--line);padding:46px 0;background:var(--bg2)}
.foot-inner{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;color:var(--dim);font-size:13px}
.disc{margin-top:22px;font-size:12px;color:var(--dim);line-height:1.7;max-width:900px}

.modstrip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1100px;margin:0 auto}
.modcard{border:1px solid var(--line2);border-radius:14px;padding:24px;background:var(--panel);transition:border-color .15s,transform .15s;display:block}
.modcard:hover{border-color:var(--accent);transform:translateY(-3px)}
.modcard .mt{font-family:'Lato';font-weight:900;font-size:18px;color:var(--white);margin-bottom:6px}
.modcard .md{font-size:14px;color:#C8D6D2;line-height:1.5}
.modcard .ml{font-family:'IBM Plex Mono';font-size:11px;color:var(--accent);margin-top:12px;letter-spacing:.05em}
.subcards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.subcard{border:1px solid var(--line);border-radius:12px;padding:20px;background:var(--bg2)}
.subcard h4{font-family:'Lato';font-weight:900;font-size:16px;color:var(--white);margin-bottom:6px}
.subcard p{font-size:13.5px;color:#C8D6D2;line-height:1.5}

/* LIVE SYSTEMS table */
.note{font-family:'IBM Plex Mono';font-size:12px;color:var(--dim);text-align:center;letter-spacing:.04em}
.lstable{width:100%;border-collapse:collapse;font-size:14px;margin-top:10px}
.lstable th{font-family:'IBM Plex Mono';font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);text-align:left;padding:14px 16px;border-bottom:1px solid var(--line2)}
.lstable td{padding:16px;border-bottom:1px solid var(--line);color:var(--ink)}
.lstable tr:hover{background:rgba(47,228,196,.03)}
.sysname{font-weight:900;color:var(--white)}
.pos{color:var(--accent);font-weight:700}.neg{color:var(--loss);font-weight:700}
.badge-live{font-family:'IBM Plex Mono';font-size:10px;color:var(--accent);border:1px solid rgba(47,228,196,.4);border-radius:5px;padding:3px 8px;display:inline-block}
.badge-demo{font-family:'IBM Plex Mono';font-size:10px;color:var(--gold);border:1px solid rgba(232,184,75,.4);border-radius:5px;padding:3px 8px;display:inline-block}
.ls-wrap{border:1px solid var(--line2);border-radius:14px;overflow:hidden;background:var(--panel)}

/* ============================ RESPONSIVE ============================ */
@media(max-width:980px){
  .hero{padding:72px 0 48px}
  .hero-grid{grid-template-columns:1fr;gap:28px;min-height:0;max-height:none}
  .hero-shot{justify-content:center;order:2}
  .hero-device,.hero.hero-home .hero-device{width:100%;max-width:640px;margin:0 auto;transform:none}
  /* home hero: headline → device → pills+button */
  .hero-grid--split{grid-template-columns:1fr;grid-template-areas:"lede" "image" "actions";gap:26px}
  .hero-grid--split .hero-shot{order:0}
  .hero-grid--split .hero-actions{margin-top:2px}
  .hero-grid--split .pills{margin:0 0 22px}
}
@media(max-width:560px){
  .hero{padding:56px 0 40px}
  .hero h1{font-size:clamp(32px,8.8vw,44px)}
  .hero-device,.hero.hero-home .hero-device{width:calc(100% + 92px);max-width:none;margin:0 -46px;transform:none}
}
@media(max-width:900px){.frow,.frow.rev{grid-template-columns:1fr;gap:30px}.frow.rev .ftext{order:-1}}
@media(max-width:880px){.tiers{grid-template-columns:1fr;max-width:440px}.modstrip{grid-template-columns:1fr 1fr}.subcards{grid-template-columns:1fr}.reviews{grid-template-columns:1fr;max-width:480px}}
@media(max-width:680px){.stat-row{grid-template-columns:1fr 1fr}}

/* mobile nav (hamburger) under 860px */
@media(max-width:860px){
  .nav-toggle{display:inline-flex}
  .nav-cta-desktop{display:none}
  .nav-anchors{display:none;position:absolute;top:84px;left:0;right:0;flex-direction:column;align-items:stretch;gap:2px;
    background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 32px 22px;z-index:40}
  .nav-anchors.open{display:flex}
  .nav-anchors a{padding:12px 2px;font-size:16px;min-height:44px;display:flex;align-items:center}
  .nav-signin-mobile{display:flex}
  .nav-cta-mobile{display:inline-flex;justify-content:center;margin-top:10px;min-height:48px}
}

/* small phones */
@media(max-width:480px){
  .wrap{padding:0 18px}
  .sec{padding:64px 0}
  .ctaband,.bcband{padding:24px 22px}
  .tier{padding:28px 22px}
  .close{padding:80px 0}
  /* Live Systems table scrolls horizontally instead of squashing */
  .ls-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .lstable{min-width:600px}
}

/* honour reduced-motion */
@media(prefers-reduced-motion:reduce){
  *{transition:none !important;animation:none !important}
  .btn-primary:hover,.modcard:hover{transform:none}
}

/* ===== UPGRADE / CHECKOUT page (upgrade.html) ===== */
.up-side{display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh}
.up-left{padding:60px 56px;background:radial-gradient(700px 500px at 20% 20%,rgba(47,228,196,.08),transparent 60%);border-right:1px solid var(--line);display:flex;flex-direction:column}
.up-left .back{font-size:13px;color:var(--muted);margin:24px 0 40px;display:inline-block}
.up-left .back:hover{color:var(--accent)}
.up-eyebrow{font-family:'Lato';font-weight:900;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.up-tier{font-family:'Oswald';font-weight:700;text-transform:uppercase;font-size:54px;color:var(--white);line-height:1}
.up-price{font-family:'Oswald';font-weight:700;font-size:64px;color:var(--white);margin:18px 0 8px}
.up-price .cur{font-size:32px;vertical-align:top}.up-price .per{font-size:20px;color:var(--dim)}
.up-feats{list-style:none;display:flex;flex-direction:column;gap:13px;margin-bottom:30px}
.up-feats li{font-size:16px;color:var(--ink);padding-left:30px;position:relative}
.up-feats li::before{content:"✓";font-size:11px;position:absolute;left:0;top:2px;color:var(--accent);font-weight:900;border:1px solid rgba(47,228,196,.4);border-radius:5px;width:20px;height:18px;display:flex;align-items:center;justify-content:center}
.up-trust{display:flex;gap:22px;color:var(--dim);font-size:13px;margin-bottom:30px;flex-wrap:wrap}
.up-quote{border:1px solid var(--line2);border-radius:14px;padding:22px;background:var(--panel);margin-top:auto}
.up-quote p{font-size:16px;color:var(--ink);line-height:1.5;margin-bottom:10px}
.up-quote .by{font-family:'IBM Plex Mono';font-size:12px;color:var(--accent)}
.up-right{display:flex;align-items:center;justify-content:center;padding:40px 48px}
.up-card{width:100%;max-width:440px;background:var(--panel);border:1px solid var(--line2);border-radius:18px;padding:40px 38px;position:relative;box-shadow:0 0 0 1px rgba(47,228,196,.08),0 30px 80px rgba(0,0,0,.6)}
.up-card::before{content:"";position:absolute;top:0;left:24px;right:24px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}
.up-card h2{font-family:'Oswald';font-weight:700;text-transform:uppercase;font-size:26px;color:var(--white);margin-bottom:6px}
.up-card .lead{color:var(--muted);font-size:15px;margin-bottom:26px}
.up-summary{border:1px solid var(--line);border-radius:12px;padding:18px;background:var(--bg2);margin-bottom:22px}
.up-summary .row{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;color:var(--muted)}
.up-summary .row b{color:var(--white)}
.up-summary .row.big{border-top:1px solid var(--line2);margin-top:8px;padding-top:14px;font-size:16px}
.up-summary .row.big b{color:var(--accent);font-size:20px;font-family:'Oswald'}
.up-btn{width:100%;background:linear-gradient(180deg,var(--accent),var(--accent2));color:#02120F;font-family:'Lato';font-weight:900;font-size:17px;padding:17px;border:none;border-radius:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 1px rgba(47,228,196,.35),0 8px 28px rgba(47,228,196,.22)}
.up-btn:hover{transform:translateY(-2px);box-shadow:0 0 0 1px rgba(47,228,196,.6),0 14px 40px rgba(47,228,196,.4)}
.up-secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-family:'IBM Plex Mono';font-size:11px;color:var(--dim);letter-spacing:.06em}
.up-secure b{color:var(--accent)}
.up-powered{text-align:center;font-size:12.5px;color:var(--dim);margin-top:18px}.up-powered b{color:var(--ink)}
@media(max-width:900px){.up-side{grid-template-columns:1fr}.up-left{padding:40px 24px}.up-right{padding:32px 18px}}

/* ===== AUTH pages (login.html / signup.html) ===== */
.auth-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;background:radial-gradient(900px 500px at 50% -10%,rgba(47,228,196,.10),transparent 60%)}
.auth-logo{margin-bottom:28px}.auth-logo img{height:40px}
.auth-card{width:100%;max-width:440px;background:var(--panel);border:1px solid var(--line2);border-radius:18px;padding:40px 38px;position:relative;box-shadow:0 0 0 1px rgba(47,228,196,.08),0 30px 80px rgba(0,0,0,.6)}
.auth-card::before{content:"";position:absolute;top:0;left:24px;right:24px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:2px}
.auth-card h1{font-family:'Oswald';font-weight:700;text-transform:uppercase;font-size:32px;text-align:center;color:var(--white);letter-spacing:-0.01em}
.auth-sub{text-align:center;color:var(--muted);font-size:15px;margin:10px 0 30px}
.fld{margin-bottom:18px}
.fld label{display:block;font-family:'Lato';font-weight:900;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim);margin-bottom:8px}
.fld input{width:100%;background:var(--bg2);border:1px solid var(--line2);border-radius:10px;padding:14px 16px;color:var(--white);font-size:15px;font-family:'Lato';transition:border-color .15s}
.fld input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,228,196,.12)}
.fld-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:420px){.fld-row{grid-template-columns:1fr}}
.fld-hint{font-size:12px;color:var(--dim);margin-top:6px}
.auth-btn{width:100%;background:linear-gradient(180deg,var(--accent),var(--accent2));color:#02120F;font-family:'Lato';font-weight:900;font-size:16px;padding:16px;border:none;border-radius:10px;cursor:pointer;margin-top:6px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 1px rgba(47,228,196,.35),0 8px 28px rgba(47,228,196,.22)}
.auth-btn:hover{transform:translateY(-2px);box-shadow:0 0 0 1px rgba(47,228,196,.6),0 14px 40px rgba(47,228,196,.4)}
.auth-btn:disabled{opacity:.6;cursor:wait}
.auth-err{background:rgba(255,92,92,.08);border:1px solid rgba(255,92,92,.35);color:#ff8d8d;border-radius:10px;padding:11px 14px;font-size:13.5px;margin-bottom:16px;display:none}
.auth-err.show{display:block}
.auth-or{display:flex;align-items:center;gap:14px;margin:24px 0;color:var(--dim);font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.1em}
.auth-or::before,.auth-or::after{content:"";flex:1;height:1px;background:var(--line2)}
.auth-social{display:flex;flex-direction:column;gap:10px}
.social-btn{width:100%;background:var(--bg2);border:1px solid var(--line2);border-radius:10px;padding:13px;color:var(--ink);font-family:'Lato';font-weight:700;font-size:14.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:border-color .15s;text-decoration:none}
.social-btn:hover{border-color:var(--accent)}
.auth-foot{text-align:center;font-size:14px;color:var(--muted);margin-top:24px}
.auth-foot a{color:var(--accent);font-weight:700}
.auth-link{display:block;text-align:right;color:var(--accent);font-size:13px;font-weight:700;margin-top:9px;text-decoration:none}
.auth-link:hover{text-decoration:underline}
.auth-ok{background:rgba(47,228,196,.08);border:1px solid rgba(47,228,196,.35);color:#9ff3e2;border-radius:10px;padding:14px 16px;font-size:14px;line-height:1.55;margin:18px 0;text-align:center;display:none}
.auth-ok.show{display:block}.auth-ok strong{color:#fff}
.auth-sub a,.auth-foot-link{color:var(--accent);font-weight:700;text-decoration:none}
.social-btn--google{background:#fff;color:#1f1f1f;border-color:#fff;font-weight:700}
.social-btn--google:hover{border-color:#fff;background:#f2f2f2;box-shadow:0 4px 16px rgba(0,0,0,.35)}
.agree{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-size:12.5px;color:var(--muted);line-height:1.5}
.agree input{margin-top:2px;accent-color:var(--accent)}.agree a{color:var(--accent)}

/* ===== full site footer ===== */
.foot-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:30px;border-bottom:1px solid var(--line)}
@media(max-width:780px){.foot-cols{grid-template-columns:1fr 1fr;gap:26px}}
@media(max-width:440px){.foot-cols{grid-template-columns:1fr}}
.foot-col h5{font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim);margin-bottom:14px}
.foot-col a{display:block;color:var(--muted);font-size:14px;padding:6px 0;min-height:30px}
.foot-col a:hover{color:var(--accent)}
.foot-brand p{color:var(--dim);font-size:13.5px;line-height:1.6;margin-top:12px;max-width:300px}
.foot-social{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.foot-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:var(--dim);transition:all .18s ease}
.foot-social a:hover{color:#03070A;background:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 18px rgba(47,228,196,.3)}
.foot-social svg{width:18px;height:18px}
.foot-social .fs-mono{font-weight:900;font-size:15px;letter-spacing:-.5px;font-family:'Oswald',sans-serif}

/* vertical / portrait screenshots inside a feature row */
.imgframe.portrait{max-width:420px;margin:0 auto}
.imgframe.portrait img{max-height:560px;width:auto;margin:0 auto;display:block}
.shot-portrait-wrap{display:flex;justify-content:center;align-items:center}
.shot-float{display:block;max-height:580px;width:auto;margin:0 auto;filter:drop-shadow(0 0 36px rgba(36,255,210,.24)) drop-shadow(0 22px 70px rgba(0,0,0,.55))}

/* landscape transparent neon-glow panels in feature rows (Algo Builder) */
.shot-glow{display:block;width:100%;height:auto;filter:drop-shadow(0 0 30px rgba(36,255,210,.22)) drop-shadow(0 20px 60px rgba(0,0,0,.55))}

/* pre-rendered 3D-neon transparent product shots (home feature rows) — tilt + glow
   are baked into the PNG, so NO frame and NO extra CSS tilt (must stay outside the
   .tilt-imgs selectors). Just a touch of depth shadow. */
.shot3d{display:block;min-width:0}
/* scale (not width) to nudge them bigger — keeps layout stable, no grid blow-out */
.shot3d img{display:block;width:100%;max-width:100%;height:auto;transform:scale(1.08);transform-origin:center;filter:drop-shadow(0 24px 55px rgba(0,0,0,.5))}
/* mobile: full-bleed + scaled up BIG + stood up so the content is actually readable */
@media(max-width:900px){
  .shot3d{margin:16px -24px}
  .shot3d img{width:100%;max-width:none;transform:perspective(2800px) rotateX(-14deg) scale(1.08)}
}
/* stocks feature shots: counter the baked lay-back so the panels stand more
   face-on (features readable) with only a slight tilt */
.shot3d-up img{transform:perspective(2600px) rotateY(13deg) rotateX(-17deg) scale(1.02)}
@media(max-width:900px){.shot3d-up img{transform:perspective(2800px) rotateX(-17deg) scale(1.1)}}

/* large floating hero screenshot for module pages — 3D-tilted like the home device */
/* premium glass "real screen" — tilted device frame (right edge back) with a
   darkened screen, a diagonal glass sheen and depth shadows */
.screenwrap{position:relative;display:inline-block;width:min(900px,96%);max-width:96%;border-radius:20px;overflow:hidden;
  transform:perspective(2100px) rotateY(-12deg) rotateX(4deg) rotate(-1deg);transform-origin:60% 50%;
  border:1.5px solid rgba(47,228,196,.6);
  /* bright neon ring around the rounded edges, like the stocks shots */
  box-shadow:0 0 0 1px rgba(47,228,196,.6),0 0 22px rgba(47,228,196,.55),0 0 55px rgba(36,255,210,.45),0 0 110px rgba(36,255,210,.28),0 60px 110px rgba(0,0,0,.78),0 14px 40px rgba(0,0,0,.6)}
.screenwrap .hero-screen{display:block;width:100%;height:auto;border-radius:inherit;
  filter:brightness(.82) contrast(1.07) saturate(1.05)}
/* diagonal glass reflection sweeping top-left → centre */
.screenwrap::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:2;
  background:linear-gradient(122deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.04) 16%,transparent 38%,transparent 100%)}
/* glass edge highlight + inner darkening for depth (real-screen vignette) */
.screenwrap::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:3;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 0 0 1px rgba(255,255,255,.04),inset 0 -60px 80px rgba(0,0,0,.45);
  background:radial-gradient(130% 120% at 50% -10%,transparent 52%,rgba(0,0,0,.4) 100%)}
@media(max-width:980px){.screenwrap{width:100%;max-width:560px;margin:0 auto;border-radius:14px;transform:none}}

/* tilt the in-page feature images on Stocks + AI Watcher (mirrored by column side) */
.tilt-imgs .frow .imgframe,
.tilt-imgs .frow .shot-portrait-wrap{
  transform:perspective(1900px) rotateY(-13deg) rotateX(4deg) rotate(-1deg);transform-origin:60% 50%;
  transition:transform .25s ease}
.tilt-imgs .frow.rev .imgframe,
.tilt-imgs .frow.rev .shot-portrait-wrap{
  transform:perspective(1900px) rotateY(13deg) rotateX(4deg) rotate(1deg);transform-origin:40% 50%}
@media(max-width:900px){
  .tilt-imgs .frow .imgframe,.tilt-imgs .frow.rev .imgframe,
  .tilt-imgs .frow .shot-portrait-wrap,.tilt-imgs .frow.rev .shot-portrait-wrap{transform:none}
}

/* tilt the Algo Builder feature panels too (.shot-glow), mirrored by side */
.tilt-imgs .frow .shot-glow{transform:perspective(1900px) rotateY(-13deg) rotateX(4deg) rotate(-1deg);transform-origin:60% 50%;transition:transform .25s ease}
.tilt-imgs .frow.rev .shot-glow{transform:perspective(1900px) rotateY(13deg) rotateX(4deg) rotate(1deg);transform-origin:40% 50%}
@media(max-width:900px){.tilt-imgs .frow .shot-glow,.tilt-imgs .frow.rev .shot-glow{transform:none}}

/* ===== Live Systems — premium verified cards + validation strip ===== */
.ls-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:6px}
.ls-card{border:1px solid var(--line2);border-radius:16px;background:var(--panel);padding:24px 24px 20px;position:relative;box-shadow:0 0 0 1px rgba(47,228,196,.05),0 24px 60px rgba(0,0,0,.35)}
.ls-card .lc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.ls-card .lc-name{font-family:'Oswald';font-weight:600;text-transform:uppercase;font-size:20px;color:var(--white);line-height:1.1}
.ls-card .lc-mkt{font-family:'IBM Plex Mono';font-size:10.5px;letter-spacing:.06em;color:var(--dim);margin:4px 0 16px;text-transform:uppercase}
.ls-card .lc-ret{font-family:'Oswald';font-weight:700;font-size:42px;line-height:1}
.ls-card .lc-ret.pos{color:var(--accent)}.ls-card .lc-ret.neg{color:var(--loss)}
.ls-card .lc-retl{font-size:10.5px;color:var(--dim);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}
.ls-spark{width:100%;height:62px;display:block;margin:14px 0 16px}
.ls-card .lc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--line);padding-top:15px}
.ls-card .lc-stat .v{font-family:'Oswald';font-weight:700;font-size:20px;color:var(--white)}
.ls-card .lc-stat .v.neg{color:var(--loss)}
.ls-card .lc-stat .k{font-size:9.5px;color:var(--dim);text-transform:uppercase;letter-spacing:.08em;margin-top:3px}
.badge-ver{font-family:'IBM Plex Mono';font-size:9.5px;letter-spacing:.06em;color:var(--accent);border:1px solid rgba(47,228,196,.4);border-radius:6px;padding:4px 9px;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}
.badge-ver::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent)}
.ls-tracking{margin-top:26px;border:1px solid var(--line);border-radius:14px;background:var(--bg2);padding:18px 22px}
.ls-tracking h4{font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--dim);margin-bottom:4px}
.ls-tracking .lt-sub{font-size:12.5px;color:var(--dim);margin-bottom:12px}
.ls-chips{display:flex;flex-wrap:wrap;gap:8px}
.ls-chip{font-size:12.5px;color:var(--muted);border:1px solid var(--line2);border-radius:100px;padding:5px 13px;background:rgba(255,255,255,.015)}

/* Live Systems: the board IS the hero — compact heading row, cards right up top */
.ls-hero{padding:64px 0 38px}
.ls-herohead{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:34px}
.ls-herotext{max-width:780px}
.ls-herohead .eyebrow{margin-bottom:14px}
.ls-herohead h1{font-size:clamp(40px,5.4vw,76px);line-height:.94;margin:0}
.ls-herohead .accent-bar{margin:24px auto 18px}
.ls-herohead .sub{margin:0 auto;max-width:600px}

/* ===================== long-form content pages (About / Contact / Affiliates / legal) ===================== */
.prose{max-width:820px;margin:0 auto;color:var(--ink);font-size:16px;line-height:1.75}
.prose>p:first-child{margin-top:0}
.prose h2{font-family:'Oswald',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.01em;font-size:26px;color:var(--white);margin:42px 0 14px}
.prose h3{font-family:'Oswald',sans-serif;font-weight:600;font-size:19px;color:var(--white);margin:28px 0 10px}
.prose p{margin:0 0 16px}
.prose ul,.prose ol{margin:0 0 18px;padding-left:22px}
.prose li{margin:7px 0}
.prose a{color:var(--accent)}
.prose a:hover{text-decoration:underline}
.prose strong,.prose b{color:var(--white)}
.prose hr{border:none;border-top:1px solid var(--line);margin:34px 0}
.prose .lead{font-size:18.5px;color:#D4E2DE;line-height:1.65;margin-bottom:26px}
.prose .meta{font-family:'IBM Plex Mono';font-size:12.5px;letter-spacing:.06em;color:var(--dim);text-transform:uppercase}
.prose table{width:100%;border-collapse:collapse;margin:0 0 22px;font-size:14.5px}
.prose th,.prose td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--line)}
.prose th{font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}
/* a framed callout / contact card reused on these pages */
.infocard{border:1px solid var(--line2);border-radius:16px;background:var(--panel);padding:28px 30px;margin:0 0 22px;
  box-shadow:0 0 0 1px rgba(47,228,196,.05),0 18px 50px rgba(0,0,0,.35)}
.infocard h3{margin-top:0}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:0 auto 6px;max-width:820px}
/* simple form controls (Contact) */
.formrow{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}
.formrow label{font-family:'IBM Plex Mono';font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--dim)}
.formrow input,.formrow textarea{background:var(--bg2);border:1px solid var(--line2);border-radius:10px;color:var(--white);
  font-family:'Lato';font-size:15px;padding:13px 15px;width:100%}
.formrow input:focus,.formrow textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,228,196,.12)}
.formrow textarea{min-height:140px;resize:vertical}

/* ===================== MAX — sales-page chatbot widget ===================== */
#maxRoot{position:fixed;right:22px;bottom:22px;z-index:1000;font-family:'Lato',sans-serif}
#maxFab{display:inline-flex;align-items:center;gap:9px;border:none;cursor:pointer;border-radius:100px;
  padding:13px 20px;font-family:'Lato';font-weight:900;font-size:14.5px;color:#03120c;
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  box-shadow:0 0 0 1px rgba(47,228,196,.4),0 10px 34px rgba(47,228,196,.4);transition:transform .15s,box-shadow .15s}
#maxFab:hover{transform:translateY(-2px);box-shadow:0 0 0 1px rgba(47,228,196,.6),0 16px 44px rgba(47,228,196,.5)}
#maxFab.open{transform:scale(.92);opacity:.85}
#maxFab svg{flex:none}
#maxPanel{position:absolute;right:0;bottom:64px;width:370px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);
  display:flex;flex-direction:column;border-radius:18px;overflow:hidden;
  background:linear-gradient(180deg,rgba(10,17,23,.96),rgba(4,9,12,.98));backdrop-filter:blur(14px);
  border:1px solid rgba(47,228,196,.22);
  box-shadow:0 0 0 1px rgba(47,228,196,.10),0 30px 80px rgba(0,0,0,.7),0 0 60px rgba(36,255,210,.12)}
#maxPanel[hidden]{display:none}  /* the id rule above beats [hidden]'s display:none — restore it so open/close + no-auto-open work */
.max-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(47,228,196,.08),transparent)}
.max-id{display:flex;align-items:center;gap:10px}
.max-id b{font-family:'Oswald';font-weight:700;font-size:15px;color:var(--white);letter-spacing:.02em;display:block;line-height:1.1}
.max-id i{font-style:normal;font-size:11px;color:var(--dim);font-family:'IBM Plex Mono';display:block}
.max-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}
#maxClose{background:transparent;border:none;color:var(--muted);font-size:22px;line-height:1;cursor:pointer;padding:0 4px}
#maxClose:hover{color:var(--white)}
#maxBody{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}
.max-msg{display:flex}
.max-msg.max-u{justify-content:flex-end}
.max-bubble{max-width:84%;padding:11px 14px;border-radius:14px;font-size:13.5px;line-height:1.55;color:var(--ink)}
.max-a .max-bubble{background:var(--bg2);border:1px solid var(--line2);border-top-left-radius:5px}
.max-u .max-bubble{background:var(--accent);color:#03120c;font-weight:700;border-top-right-radius:5px}
.max-dots{display:inline-flex;gap:5px;align-items:center}
.max-dots span{width:6px;height:6px;border-radius:50%;background:var(--dim);animation:maxblink 1.1s infinite}
.max-dots span:nth-child(2){animation-delay:.18s}.max-dots span:nth-child(3){animation-delay:.36s}
@keyframes maxblink{0%,60%,100%{opacity:.25}30%{opacity:1}}
#maxChips{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 10px}
.max-chip{font-family:'Lato';font-size:12px;font-weight:700;color:var(--accent);background:rgba(47,228,196,.06);
  border:1px solid rgba(47,228,196,.28);border-radius:100px;padding:6px 12px;cursor:pointer;transition:background .15s}
.max-chip:hover{background:rgba(47,228,196,.16)}
#maxForm{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--line)}
#maxForm input{flex:1;background:var(--bg2);border:1px solid var(--line2);border-radius:100px;padding:11px 16px;
  color:var(--white);font-family:'Lato';font-size:14px;outline:none}
#maxForm input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,228,196,.12)}
#maxForm button{flex:none;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;font-size:18px;font-weight:900;
  color:#03120c;background:linear-gradient(180deg,var(--accent),var(--accent2))}
.max-trial{display:block;text-align:center;padding:11px;font-family:'Lato';font-weight:900;font-size:13px;
  color:var(--accent);border-top:1px solid var(--line);background:rgba(47,228,196,.04);text-decoration:none}
.max-trial:hover{background:rgba(47,228,196,.10)}
@media(max-width:560px){#maxRoot{right:14px;bottom:14px}#maxFab span{display:none}#maxFab{padding:14px}
  #maxPanel{height:70vh;bottom:60px}}

/* ===================== Broker Connect page ===================== */
.bc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 auto;max-width:980px}
@media(max-width:780px){.bc-steps{grid-template-columns:1fr}}
.bc-step{border:1px solid var(--line2);border-radius:16px;background:var(--panel);padding:24px 22px;box-shadow:0 0 0 1px rgba(47,228,196,.05),0 18px 50px rgba(0,0,0,.35)}
.bc-step .num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--accent);color:#03120c;font-family:'Oswald';font-weight:700;font-size:16px;margin-bottom:14px}
.bc-step h3{font-family:'Oswald';font-weight:600;text-transform:uppercase;font-size:18px;color:var(--white);margin-bottom:8px;line-height:1.15}
.bc-step p{font-size:14.5px;color:#C8D6D2;line-height:1.55}
/* deposit → tier table */
.bc-tier{width:100%;max-width:760px;margin:0 auto;border-collapse:collapse;border:1px solid var(--line2);border-radius:14px;overflow:hidden}
.bc-tier th,.bc-tier td{text-align:left;padding:15px 20px;border-bottom:1px solid var(--line)}
.bc-tier th{font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:rgba(47,228,196,.05)}
.bc-tier td:first-child{font-family:'Oswald';font-weight:700;font-size:19px;color:var(--white);width:34%}
.bc-tier td:last-child{color:#C8D6D2;font-size:14.5px}
.bc-tier tr:last-child td{border-bottom:none}
/* supported platforms (no broker names) */
.bc-plats{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;max-width:760px;margin:0 auto}
.bc-plat{border:1px solid var(--line2);border-radius:12px;background:var(--panel);padding:18px 30px;font-family:'Oswald';font-weight:700;font-size:18px;color:var(--white);letter-spacing:.02em;min-width:130px;text-align:center;box-shadow:0 0 0 1px rgba(47,228,196,.05)}
.bc-plat.soon{color:var(--dim);font-weight:600;font-size:14px;border-style:dashed}
.bc-safe{list-style:none;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.bc-safe li{position:relative;padding-left:30px;font-size:15.5px;color:#D4E2DE;line-height:1.5}
.bc-safe li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
