:root{
  --bg:#07070E;
  --bg2:#0B0B16;
  --card:#101020;
  --card2:#14142399;
  --line:rgba(255,255,255,.07);
  --line2:rgba(255,255,255,.12);
  --ink:#F2F3F8;
  --muted:#9AA0B4;
  --muted2:#6E7488;
  --purple:#8B5CF6;
  --violet:#6D5CFF;
  --blue:#4A8CFF;
  --green:#22C55E;
  --orange:#F59E0B;
  --pink:#EC4899;
  --cyan:#38BDF8;
  --red:#EF4444;
  --grad:linear-gradient(100deg,#6D5CFF,#A855F7);
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:"Inter",system-ui,sans-serif;font-size:15px;line-height:1.65;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
h1,h2,h3,h4,b{font-family:"Manrope",system-ui,sans-serif;letter-spacing:-.02em}
h1,h2{margin:0;line-height:1.1;font-weight:800}
a{color:inherit;text-decoration:none}
p{margin:0}
:focus-visible{outline:2px solid var(--violet);outline-offset:3px;border-radius:8px}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}
.center{text-align:center}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:11px 22px;border-radius:12px;font-family:"Manrope",sans-serif;
  font-weight:700;font-size:14.5px;transition:transform .16s,box-shadow .2s,border-color .2s,background .2s;white-space:nowrap}
.btn svg{width:17px;height:17px}
.btn.lg{padding:15px 28px;font-size:15.5px;border-radius:14px}
.btn.pill{border-radius:999px}
.btn.grad{background:var(--grad);color:#fff;box-shadow:0 10px 30px rgba(109,92,255,.32)}
.btn.grad:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(109,92,255,.45)}
.btn.outline{border:1px solid var(--line2);color:var(--ink);background:rgba(255,255,255,.02)}
.btn.outline:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.05)}

/* NAV */
.nav{position:sticky;top:0;z-index:60;background:rgba(7,7,14,.82);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;height:70px;gap:20px}
.logo{display:flex;align-items:center;gap:10px}
.logo-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(109,92,255,.13)}
.logo-mark svg{width:22px;height:22px}
.logo-text{font-family:"Manrope",sans-serif;font-weight:800;font-size:19px}
.nav-links{display:flex;align-items:center;gap:26px;margin:0 auto;font-size:14.5px;font-weight:600;color:var(--muted)}
.nav-links a{position:relative;padding:4px 0;display:flex;align-items:center;gap:5px;transition:color .18s}
.nav-links a:hover{color:var(--ink)}
.nav-links a.active{color:var(--ink)}
.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--grad)}
.caret{width:14px;height:14px}
.nav-cta{display:flex;gap:10px}
.burger{display:none;background:none;border:0;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
.burger span{width:20px;height:2px;background:var(--ink);border-radius:2px}

/* HERO */
.hero{position:relative;padding:58px 0 0;overflow:hidden}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.glow{position:absolute;border-radius:50%;filter:blur(150px)}
.g1{width:560px;height:560px;background:rgba(109,92,255,.28);top:-160px;right:-120px}
.g2{width:420px;height:420px;background:rgba(168,85,247,.16);top:280px;left:-160px}




.hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:40px;align-items:center;padding-bottom:44px}
.badge{display:inline-flex;align-items:center;gap:8px;padding:7px 15px;border-radius:999px;
  background:rgba(109,92,255,.12);border:1px solid rgba(109,92,255,.3);
  font-size:12.5px;font-weight:700;color:#C4B5FD;margin-bottom:24px}
.badge svg{width:13px;height:13px;color:#A855F7}
.hero h1{font-size:clamp(38px,5.4vw,58px);font-weight:800;letter-spacing:-.035em}
.gt{background:linear-gradient(100deg,#7C8BFF,#C084FC);-webkit-background-clip:text;background-clip:text;color:transparent}
.lede{color:var(--muted);font-size:16px;max-width:430px;margin:22px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.social-proof{display:flex;align-items:center;gap:14px;margin-top:34px}
.avatars{display:flex}
.avatars .av{margin-left:-10px;border:2px solid var(--bg)}
.avatars .av:first-child{margin-left:0}
.av{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;
  font-family:"Manrope",sans-serif;font-size:12px;font-weight:800;color:#fff;flex:none}
.a1{background:linear-gradient(140deg,#6D5CFF,#A855F7)}
.a2{background:linear-gradient(140deg,#0EA5E9,#22C55E)}
.a3{background:linear-gradient(140deg,#F59E0B,#EC4899)}
.a4{background:linear-gradient(140deg,#EC4899,#8B5CF6)}
.proof-text b{display:block;font-size:13.5px}
.proof-text span{font-size:12.5px;color:var(--muted2)}

/* DEVICE MOCKUP */
.mock{position:relative;padding:10px 0 30px}
.laptop{position:relative;filter:drop-shadow(0 40px 80px rgba(109,92,255,.28))}
.laptop-screen{background:linear-gradient(160deg,#12121F,#0A0A14);border:2px solid rgba(139,92,246,.4);
  border-radius:16px;padding:10px;box-shadow:0 0 60px rgba(139,92,246,.22) inset}
.laptop-base{height:10px;margin:0 auto;width:78%;border-radius:0 0 12px 12px;
  background:linear-gradient(#20203a,#0d0d18);border:1px solid rgba(139,92,246,.25);border-top:0}
.ls-top{display:flex;align-items:center;justify-content:space-between;padding:2px 6px 8px}
.ls-logo{display:flex;align-items:center;gap:6px;font-family:"Manrope",sans-serif;font-weight:800;font-size:10px}
.ls-logo i{width:11px;height:11px;border-radius:4px;background:var(--grad)}
.ls-dots{display:flex;gap:4px}
.ls-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.2)}
.ls-body{display:grid;grid-template-columns:82px 1fr;gap:10px}
.ls-side{display:flex;flex-direction:column;gap:5px;padding:4px;background:rgba(255,255,255,.02);border-radius:10px}
.li{display:flex;align-items:center;gap:5px;font-size:7.5px;color:var(--muted2);padding:4px 5px;border-radius:6px}
.li i{width:8px;height:8px;border-radius:2px;background:rgba(255,255,255,.14)}
.li.on{background:rgba(109,92,255,.18);color:#C4B5FD}
.li.on i{background:var(--violet)}
.ls-main h3{font-size:11px;margin:0 0 8px;font-weight:800}
.ls-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:9px}
.ls-stats div{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:9px;padding:7px 8px}
.ls-stats span{display:block;font-size:6.5px;color:var(--muted2)}
.ls-stats b{display:block;font-size:11px;font-weight:800;margin:1px 0}
.ls-stats em{font-size:6.5px;font-style:normal}
.up{color:var(--green)}
.down{color:var(--red)}
.ls-chart{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:10px;padding:8px;margin-bottom:9px}
.ls-chart-head{display:flex;justify-content:space-between;font-size:7px;color:var(--muted2);margin-bottom:4px}
.ls-tag{background:rgba(109,92,255,.25);color:#DDD6FE;padding:2px 5px;border-radius:5px;font-size:6.5px}
.ls-tag em{display:block;font-style:normal;opacity:.7}
.ls-chart svg{width:100%;height:56px;display:block}
.ls-trades{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:10px;padding:8px}
.tt{display:block;font-size:7.5px;color:var(--muted2);margin-bottom:5px}
.tr{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:7px;border-top:1px solid rgba(255,255,255,.04)}
.tr b{font-size:7.5px}
.tr .buy{color:var(--green)}
.tr .sell{color:var(--red)}
.tr em{margin-left:auto;font-style:normal;font-weight:600}

.phone{position:absolute;right:-6px;bottom:-14px;width:172px;
  background:linear-gradient(160deg,#15152a,#0A0A14);border:2px solid rgba(139,92,246,.5);
  border-radius:22px;padding:8px;box-shadow:0 30px 60px rgba(0,0,0,.6),0 0 50px rgba(139,92,246,.3)}
.phone-screen{background:#0A0A14;border-radius:16px;padding:9px}
.ph-status{display:flex;justify-content:space-between;font-size:6.5px;color:var(--muted2);margin-bottom:7px}
.ph-hi b{display:block;font-size:8.5px}
.ph-hi span{font-size:6.5px;color:var(--muted2)}
.ph-balance{margin-top:8px;background:linear-gradient(140deg,rgba(109,92,255,.25),rgba(34,197,94,.12));
  border:1px solid rgba(139,92,246,.3);border-radius:12px;padding:9px}
.ph-balance span{font-size:6.5px;color:var(--muted)}
.ph-balance b{display:block;font-size:14px;font-weight:800;margin:2px 0}
.ph-balance em{font-size:7px;font-style:normal}
.ph-balance svg{width:100%;height:34px;margin-top:4px;display:block}
.ph-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:9px}
.ph-quick span{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:5.5px;color:var(--muted2);text-align:center}
.ph-quick i{width:19px;height:19px;border-radius:7px;display:block}
.q1{background:rgba(109,92,255,.25)}
.q2{background:rgba(34,197,94,.25)}
.q3{background:rgba(56,189,248,.25)}
.q4{background:rgba(245,158,11,.25)}
.ph-sum{margin-top:9px;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:11px;padding:8px}
.ph-sum>b{display:block;font-size:7.5px;margin-bottom:5px}
.ph-sum div{display:flex;justify-content:space-between;font-size:6.5px;color:var(--muted2);padding:1.5px 0}
.ph-sum em{font-style:normal;font-weight:700;color:var(--ink)}
.ph-top{margin-top:7px;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.04);
  border:1px solid var(--line);border-radius:11px;padding:7px 8px;font-size:6.5px;color:var(--muted2)}
.ph-top b{font-size:8px;color:var(--ink)}
.ph-top em{margin-left:auto;font-style:normal;font-weight:700;font-size:7px}

/* STAT BAR */
.statbar{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;
  background:rgba(255,255,255,.028);border:1px solid var(--line);border-radius:18px;
  padding:18px 22px;margin-bottom:24px;position:relative;z-index:2}
.stat{display:flex;align-items:center;gap:12px}
.si{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:none}
.si svg{width:20px;height:20px}
.si.purple{background:rgba(139,92,246,.15);color:#A78BFA}
.si.blue{background:rgba(74,140,255,.15);color:#60A5FA}
.si.green{background:rgba(34,197,94,.15);color:#4ADE80}
.si.orange{background:rgba(245,158,11,.15);color:#FBBF24}
.si.pink{background:rgba(236,72,153,.15);color:#F472B6}
.stat b{display:block;font-size:19px;font-weight:800;line-height:1.2}
.stat span{font-size:12px;color:var(--muted2)}

/* SECTIONS */
.section{padding:76px 0}
.section.pt0{padding-top:0}
.sec-head{text-align:center;margin-bottom:38px}
.eyebrow{display:block;font-size:11.5px;font-weight:800;letter-spacing:.19em;text-transform:uppercase;
  background:linear-gradient(100deg,#8B90FF,#C084FC);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:10px}
.sec-head h2{font-size:clamp(26px,3.4vw,34px)}

/* TOOLS */
.tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:32px}
.tool{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px 16px;
  text-align:center;transition:transform .18s,border-color .18s,box-shadow .22s;position:relative;overflow:hidden}
.tool:hover{transform:translateY(-5px)}
.tool .ti{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin:0 auto 14px}
.tool .ti svg{width:24px;height:24px}
.tool b{display:block;font-size:15px;font-weight:800;line-height:1.25;margin-bottom:9px}
.tool p{font-size:12px;color:var(--muted2);line-height:1.55;margin-bottom:14px}
.tool .use{font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:5px}
.tool .use i{font-style:normal;transition:transform .18s}
.tool:hover .use i{transform:translateX(3px)}
.t-green .ti{background:rgba(34,197,94,.14);color:#4ADE80}
.t-green .use{color:#4ADE80}
.t-green:hover{border-color:rgba(34,197,94,.45);box-shadow:0 16px 40px rgba(34,197,94,.12)}
.t-blue .ti{background:rgba(74,140,255,.14);color:#60A5FA}
.t-blue .use{color:#60A5FA}
.t-blue:hover{border-color:rgba(74,140,255,.45);box-shadow:0 16px 40px rgba(74,140,255,.12)}
.t-purple .ti{background:rgba(139,92,246,.15);color:#A78BFA}
.t-purple .use{color:#A78BFA}
.t-purple:hover{border-color:rgba(139,92,246,.45);box-shadow:0 16px 40px rgba(139,92,246,.14)}
.t-orange .ti{background:rgba(245,158,11,.14);color:#FBBF24}
.t-orange .use{color:#FBBF24}
.t-orange:hover{border-color:rgba(245,158,11,.45);box-shadow:0 16px 40px rgba(245,158,11,.12)}
.t-pink .ti{background:rgba(236,72,153,.14);color:#F472B6}
.t-pink .use{color:#F472B6}
.t-pink:hover{border-color:rgba(236,72,153,.45);box-shadow:0 16px 40px rgba(236,72,153,.12)}
.t-cyan .ti{background:rgba(56,189,248,.14);color:#38BDF8}
.t-cyan .use{color:#38BDF8}
.t-cyan:hover{border-color:rgba(56,189,248,.45);box-shadow:0 16px 40px rgba(56,189,248,.12)}

/* WHY */
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.why{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px 18px;text-align:center;transition:transform .18s,border-color .18s}
.why:hover{transform:translateY(-4px);border-color:var(--line2)}
.wi{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin:0 auto 14px}
.wi svg{width:23px;height:23px}
.wi.purple{background:rgba(139,92,246,.14);color:#A78BFA}
.wi.green{background:rgba(34,197,94,.14);color:#4ADE80}
.wi.blue{background:rgba(74,140,255,.14);color:#60A5FA}
.wi.violet{background:rgba(109,92,255,.16);color:#8B8BFF}
.wi.orange{background:rgba(245,158,11,.14);color:#FBBF24}
.why b{display:block;font-size:14.5px;font-weight:800;margin-bottom:7px}
.why p{font-size:12px;color:var(--muted2);line-height:1.55}

/* FIRMS */
.firm-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}
.firm{background:var(--card);border:1px solid var(--line);border-radius:14px;
  height:74px;display:flex;align-items:center;justify-content:center;gap:6px;
  transition:transform .18s,border-color .18s,background .18s;padding:0 8px;text-align:center}
.firm:hover{transform:translateY(-4px);border-color:rgba(139,92,246,.45);background:rgba(139,92,246,.06)}
.firm .fm{font-size:15px;color:var(--muted)}
.firm b{font-family:"Manrope",sans-serif;font-weight:800;font-size:14px;letter-spacing:.02em}
.firm b.two{font-size:10.5px;line-height:1.15;text-align:left}
.firm b.two i{display:block;font-style:normal;font-weight:800}
.firm b.big{font-size:13px;line-height:1.15}
.firm b.big i{display:block;font-style:normal;font-size:6.5px;letter-spacing:.16em;color:var(--muted2);font-weight:700}
.firm b.five{font-size:13px;font-style:italic}
.firm b.five span{color:#FBBF24;font-size:15px}
.firm.ghost{color:var(--muted);flex-direction:row}
.firm.ghost b{font-size:11.5px;line-height:1.2}
.firm.ghost svg{width:14px;height:14px}

/* TESTIMONIALS */
.tst-row{display:flex;align-items:center;gap:12px}
.tst-arrow{flex:none;width:40px;height:40px;border-radius:50%;background:var(--card);
  border:1px solid var(--line);color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:all .18s}
.tst-arrow:hover{color:var(--ink);border-color:var(--line2)}
.tst-arrow svg{width:18px;height:18px}
.tst-track{flex:1;display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px}
.tst-track::-webkit-scrollbar{display:none}
.tst{flex:0 0 calc(33.333% - 10px);scroll-snap-align:start;
  background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px}
.tst p{font-size:13.5px;color:var(--muted);line-height:1.7;margin-bottom:18px}
.tst-by{display:flex;align-items:center;gap:10px}
.tst-by .av{width:34px;height:34px;font-size:11px}
.tst-by b{display:block;font-size:13px}
.tst-by span{font-size:11.5px;color:var(--muted2)}
.stars{margin-left:auto;color:#FBBF24;font-size:12px;letter-spacing:1px}

/* NEWSLETTER */
.news{background:var(--card);border:1px solid var(--line);border-radius:20px;
  padding:26px 28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.news-ic{width:52px;height:52px;border-radius:15px;background:var(--grad);color:#fff;display:grid;place-items:center;flex:none}
.news-ic svg{width:26px;height:26px}
.news-copy b{display:block;font-size:18px;font-weight:800}
.news-copy span{font-size:13px;color:var(--muted2);max-width:360px;display:block}
.news-form{margin-left:auto;display:flex;gap:10px;flex:1;min-width:280px;max-width:420px}
.news-form input{flex:1;background:rgba(255,255,255,.04);border:1px solid var(--line2);
  border-radius:12px;padding:12px 16px;color:var(--ink);font-family:"Inter",sans-serif;font-size:14px}
.news-form input::placeholder{color:var(--muted2)}
.news-form input:focus{outline:none;border-color:var(--violet)}

/* FOOTER */
.footer{border-top:1px solid var(--line);padding:56px 0 26px;background:var(--bg2)}
.foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr;gap:28px}
.foot-brand p{font-size:13px;color:var(--muted2);margin:14px 0 18px;max-width:270px;line-height:1.65}
.socials{display:flex;gap:9px}
.socials a{width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.05);
  display:grid;place-items:center;color:var(--muted);transition:all .18s}
.socials a:hover{background:var(--grad);color:#fff}
.socials svg{width:15px;height:15px}
.foot-col h4{font-size:14px;font-weight:800;margin:0 0 14px}
.foot-col a{display:block;font-size:13px;color:var(--muted2);padding:4px 0;transition:color .16s}
.foot-col a:hover{color:var(--ink)}
.foot-base{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--muted2)}
.heart{color:#EF4444;font-style:normal}

/* RESPONSIVE */
@media (max-width:1080px){
  .tool-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .firm-grid{grid-template-columns:repeat(4,1fr)}
  .statbar{grid-template-columns:repeat(3,1fr);gap:18px}
  .tst{flex:0 0 calc(50% - 7px)}
}
@media (max-width:900px){
  .nav-links{display:none;position:absolute;top:70px;left:0;right:0;flex-direction:column;
    align-items:flex-start;gap:14px;background:rgba(11,11,22,.98);padding:20px 22px;border-bottom:1px solid var(--line)}
  .nav-links.open{display:flex}
  .nav-cta{margin-left:auto}
  .burger{display:flex}
  .hero-grid{grid-template-columns:1fr;gap:48px}
  .mock{max-width:560px;margin:0 auto}
  .foot-grid{grid-template-columns:1fr 1fr 1fr}
  .news-form{margin-left:0}
}
@media (max-width:640px){
  .hero{padding-top:36px}
  .section{padding:54px 0}
  .tool-grid,.why-grid{grid-template-columns:1fr 1fr}
  .firm-grid{grid-template-columns:repeat(2,1fr)}
  .statbar{grid-template-columns:1fr 1fr;padding:16px}
  .tst{flex:0 0 88%}
  .foot-grid{grid-template-columns:1fr 1fr}
  .phone{width:126px;right:-4px}
  .nav-cta .outline{display:none}
  
}
@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
  html{scroll-behavior:auto}
  .tst-track{scroll-behavior:auto}
}


/* ===== HERO BACKGROUND CHART ===== */
.hero-bg{overflow:hidden}
.grid-lines{position:absolute;inset:0;opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:radial-gradient(ellipse at 50% 35%,#000 30%,transparent 78%);
  mask-image:radial-gradient(ellipse at 50% 35%,#000 30%,transparent 78%)}
.chart-bg{position:absolute;left:50%;transform:translateX(-50%);
  width:min(1500px,100%);top:40px;height:520px;opacity:.09;
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 20%,transparent 80%);
  mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 20%,transparent 80%)}
.chart-bg svg{width:100%;height:100%;display:block}

/* ===== LOGO IMAGE ===== */
.logo-img{width:34px;height:34px;object-fit:contain;display:block;flex:none}
.footer .logo-img{width:32px;height:32px}

/* ===== FOOTER BRAND / CREDIT ===== */
.by-brand{display:block;margin-top:8px;font-size:12px;color:var(--muted2);letter-spacing:.02em}
.by-brand b{font-family:"Manrope",sans-serif;font-weight:800;
  background:linear-gradient(100deg,#7C8BFF,#C084FC);-webkit-background-clip:text;background-clip:text;color:transparent}
.foot-base .me{font-weight:700;color:#A78BFA;transition:color .16s}
.foot-base .me:hover{color:#C4B5FD;text-decoration:underline}

/* ===== AD SLOTS ===== */
.ad-slot:empty{display:none}
.ad-slot{margin:0 0 40px;border-radius:14px;overflow:hidden}
.ad-slot ins{display:block}

/* ===== CONTENT PAGES ===== */
.page{padding:56px 0 70px}
.page-head{margin-bottom:34px;text-align:center}
.page-head h1{font-size:clamp(30px,4vw,42px);font-weight:800}
.page-head p{color:var(--muted2);margin-top:12px;font-size:14.5px}
.doc{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:34px 36px}
.doc h2{font-size:20px;font-weight:800;margin:30px 0 12px}
.doc h2:first-child{margin-top:0}
.doc h3{font-size:16px;font-weight:800;margin:22px 0 8px}
.doc p{color:var(--muted);font-size:14.5px;line-height:1.8;margin-bottom:14px}
.doc ul{color:var(--muted);font-size:14.5px;line-height:1.85;padding-left:20px;margin:0 0 16px}
.doc li{margin-bottom:6px}
.doc a{color:#A78BFA}
.doc a:hover{text-decoration:underline}
.doc strong{color:var(--ink)}
.updated{display:inline-block;font-size:12px;color:var(--muted2);
  background:rgba(255,255,255,.04);border:1px solid var(--line);padding:5px 12px;border-radius:999px;margin-bottom:22px}
.notice{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.28);border-radius:14px;padding:18px 20px;margin:20px 0}
.notice p{color:#FCA5A5;margin:0;font-size:14px}

/* contact cards */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:26px}
.contact-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px;text-align:center}
.contact-card .ci{width:44px;height:44px;border-radius:13px;background:rgba(139,92,246,.14);color:#A78BFA;
  display:grid;place-items:center;margin:0 auto 12px}
.contact-card .ci svg{width:22px;height:22px}
.contact-card b{display:block;font-size:14.5px;margin-bottom:5px}
.contact-card span{font-size:13px;color:var(--muted2)}
.form-grid{display:grid;gap:14px}
.form-grid .row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-grid label{display:block;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:6px}
.form-grid input,.form-grid textarea{width:100%;background:rgba(255,255,255,.04);border:1px solid var(--line2);
  border-radius:12px;padding:12px 15px;color:var(--ink);font-family:"Inter",sans-serif;font-size:14px}
.form-grid textarea{min-height:130px;resize:vertical}
.form-grid input:focus,.form-grid textarea:focus{outline:none;border-color:var(--violet)}
.form-msg{font-size:13.5px;color:#4ADE80;min-height:20px}

@media (max-width:900px){
  .contact-grid{grid-template-columns:1fr}
  .form-grid .row2{grid-template-columns:1fr}
  .doc{padding:26px 22px}
}
@media (max-width:640px){
  .chart-bg{top:20px;height:380px;opacity:.07}
}

.narrow-page{max-width:860px}

/* ============================================
   Partner rows on the landing page

   The prop firm row was eight wordmarks typed into the HTML. Both rows
   are filled from the partner directory now, so each card carries a
   logo, a rating, a name and the firm's own line about itself.

   Eight fixed columns became auto-fit: with five partners the row
   spreads across instead of leaving a gap where a sixth would go, and it
   still holds at eight.
   ============================================ */
.firm-grid{grid-template-columns:repeat(auto-fit,minmax(196px,1fr));gap:12px}

.firm{
  /* the original set height:74px for a single row of text; the card is
     now a stack, so the height has to come from the content */
  height:auto;min-height:132px;
  flex-direction:column;align-items:stretch;gap:9px;
  padding:15px 15px 16px;text-align:left;
}

/* Logo and rating share the top line. The rating is short and always the
   same width, which leaves the next line free for the name. */
.fm-top{display:flex;align-items:center;gap:9px}

.firm .fm{
  width:34px;height:34px;border-radius:10px;display:grid;place-items:center;
  overflow:hidden;flex:none;
  background:rgba(255,255,255,.05);border:1px solid var(--line);
  transition:border-color .18s;
}
.firm:hover .fm{border-color:rgba(139,92,246,.4)}
.firm .fm img{width:100%;height:100%;object-fit:cover;display:block}
.firm .fm-txt{font-size:12px;font-weight:800;color:var(--muted);letter-spacing:.02em}

.firm .fm-rate{
  margin-left:auto;flex:none;
  font-size:10.5px;font-weight:800;color:#FBBF24;
  background:rgba(245,158,11,.11);border:1px solid rgba(245,158,11,.18);
  border-radius:20px;padding:2px 8px 2px 6px;line-height:1.7;
  font-family:"Manrope",sans-serif;
}
/* the star is drawn here so the pill is one width whatever the figure */
.firm .fm-rate::before{content:"★";margin-right:3px;font-size:9px;vertical-align:1px}

.firm b{
  font-size:13px;font-weight:700;line-height:1.3;letter-spacing:-.01em;
  text-align:left;max-width:100%;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

.firm .fm-tag{
  font-size:11px;color:var(--muted2);line-height:1.55;text-align:left;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}

/* "View All" closes the row rather than pretending to be a partner. */
.firm.ghost{
  background:transparent;border-style:dashed;
  align-items:center;justify-content:center;text-align:center;
  color:#A78BFA;font-size:12px;font-weight:700;
  font-family:"Manrope",sans-serif;
}
.firm.ghost:hover{background:rgba(139,92,246,.06);border-style:solid}

@media (max-width:700px){
  .firm-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:9px}
  .firm{min-height:118px;padding:13px}
  .firm .fm-tag{-webkit-line-clamp:3}
}
@media (prefers-reduced-motion:reduce){
  .firm,.firm .fm{transition:none}
  .firm:hover{transform:none}
}
