:root{
  --bg:#040817;
  --bg-2:#070b1c;
  --card:#0a1022;
  --card-2:#0d1328;
  --line:#202945;
  --line-purple:#4f2cae;
  --text:#f6f7fb;
  --muted:#9ea7bd;
  --purple:#8d4cff;
  --purple-2:#5e22ff;
  --purple-3:#b06cff;
  --green:#50e77a;
  --red:#ff5656;
  --yellow:#ffc84b;
  --blue:#6e8dff;
  --radius:18px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 72% 12%, rgba(86,43,198,.18), transparent 28%),
    radial-gradient(circle at 10% 65%, rgba(49,37,132,.11), transparent 24%),
    linear-gradient(180deg,#030714 0%,#050919 48%,#030714 100%);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed; inset:0; pointer-events:none; opacity:.15;
  background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 78%);
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{width:min(var(--max),calc(100% - 44px));margin:0 auto}
.nav{
  height:78px; display:flex; align-items:center; border-bottom:1px solid rgba(255,255,255,.08);
  position:relative; z-index:10; backdrop-filter:blur(10px); background:rgba(4,8,23,.55)
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;width:min(var(--max),calc(100% - 44px));margin:0 auto}
.brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:800;letter-spacing:.02em}
.brand-mark{width:38px;height:38px;position:relative;filter:drop-shadow(0 0 15px rgba(139,74,255,.38))}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;inset:4px;border:8px solid var(--purple);border-right-color:#6637f6;border-bottom-color:#4865f2;transform:rotate(30deg);border-radius:8px}
.brand-mark:after{inset:12px;border-width:5px;border-color:#0a1022;transform:rotate(30deg)}
.nav-links{display:flex;align-items:center;gap:38px;color:#d9dcea;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(151,104,255,.7);border-radius:10px;padding:13px 22px;font-weight:700;transition:.2s ease;cursor:pointer}
.btn-primary{background:linear-gradient(90deg,#5b29ff,#a12cff);border-color:transparent;box-shadow:0 10px 35px rgba(104,45,255,.22)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 38px rgba(104,45,255,.34)}
.btn-secondary{background:rgba(8,12,27,.78);color:#f0f2fa}
.hero{position:relative;padding:42px 0 22px;min-height:500px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:36px}
.kicker{display:inline-flex;align-items:center;gap:8px;color:#d9d8e9;border:1px solid #2b2752;border-radius:999px;padding:7px 12px;background:#0a0e21;font-size:12px;font-weight:800;letter-spacing:.03em}
.kicker-dot{width:7px;height:7px;border-radius:50%;background:#c858ff;box-shadow:0 0 14px #c858ff}
h1{font-size:57px;line-height:.95;letter-spacing:-.045em;margin:20px 0 18px;max-width:620px}
h1 .accent{color:#9b54ff}
.lead{font-size:18px;line-height:1.55;color:#c7cbda;max-width:610px;margin:0 0 25px}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap}
.hero-note{margin-top:16px;display:flex;align-items:center;gap:8px;color:#c3c8d7;font-size:13px}.hero-note span{color:#fff}
.hero-art{position:relative;height:395px;display:grid;place-items:center}
.chart-bg{position:absolute;inset:28px 0 0;background:linear-gradient(180deg,transparent 15%,rgba(63,33,157,.08)),repeating-linear-gradient(90deg,transparent 0 44px,rgba(87,60,178,.07) 45px),repeating-linear-gradient(0deg,transparent 0 32px,rgba(87,60,178,.05) 33px);clip-path:polygon(0 95%,0 50%,8% 62%,18% 42%,28% 55%,39% 31%,51% 46%,63% 24%,72% 37%,82% 16%,92% 28%,100% 5%,100% 100%)}
.crystal-wrap{position:relative;width:270px;height:300px;display:grid;place-items:center;filter:drop-shadow(0 0 25px rgba(122,58,255,.65))}
.crystal{position:absolute;width:172px;height:220px;clip-path:polygon(50% 0,95% 35%,72% 100%,28% 100%,5% 35%);background:linear-gradient(150deg,#b896ff 0%,#5633e9 28%,#180c56 58%,#9e4cff 100%);border:1px solid #b997ff;box-shadow:inset 0 0 35px rgba(255,255,255,.22)}
.crystal:before{content:"";position:absolute;inset:0;background:linear-gradient(30deg,transparent 48%,rgba(255,255,255,.38) 49%,transparent 51%),linear-gradient(150deg,transparent 48%,rgba(255,255,255,.22) 49%,transparent 51%),linear-gradient(90deg,transparent 49%,rgba(255,255,255,.24) 50%,transparent 51%)}
.crystal-q{position:absolute;z-index:2;font-size:78px;font-weight:900;letter-spacing:-.08em;color:#eee9ff;text-shadow:0 0 18px #a477ff}
.platform{position:absolute;bottom:16px;width:280px;height:70px;border-radius:50%;border:2px solid #763dff;box-shadow:0 0 0 12px rgba(66,31,147,.55),0 0 0 25px rgba(32,21,91,.55),0 0 45px rgba(122,58,255,.55);transform:perspective(380px) rotateX(69deg)}
.coin{position:absolute;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;border:4px solid #303751;background:linear-gradient(145deg,#343a52,#090d18 70%);font-weight:900;font-size:28px;box-shadow:0 14px 22px rgba(0,0,0,.45),inset 0 0 0 2px rgba(255,255,255,.07)}
.coin.btc{left:8%;top:20px;color:#ff9b29}.coin.eth{right:8%;top:22px;color:#9ba9ff}.coin.sol{left:2%;top:150px;color:#75e5e4}.coin.xrp{right:2%;top:155px;color:#fff}.coin.bnb{right:25%;bottom:0;color:#f3b72a}
.ticker{margin-top:8px;border:1px solid #32245b;background:linear-gradient(180deg,rgba(10,15,33,.96),rgba(6,10,24,.96));border-radius:15px;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}
.ticker-item{display:flex;align-items:center;gap:12px;padding:16px 20px;border-right:1px solid #252c45}.ticker-item:last-child{border-right:0}.token{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.t-btc{background:#f7931a}.t-eth{background:#637dea}.t-sol{background:linear-gradient(145deg,#62e2d1,#7a54ff)}.t-xrp{background:#1b202b}.t-bnb{background:#d99d00}.ticker-main{font-weight:800}.ticker-price{font-size:18px;margin-top:2px}.sub{font-size:12px;color:#a3acc1}.up{color:var(--green);font-weight:800}.down{color:var(--red);font-weight:800}
.section{padding:27px 0}.section-title{text-align:center;font-size:28px;margin:0 0 18px;letter-spacing:-.02em}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:linear-gradient(180deg,rgba(13,19,40,.96),rgba(8,13,29,.96));border:1px solid #262f4a;border-radius:16px;padding:20px;min-height:160px}.feature-head{display:flex;gap:15px;align-items:flex-start}.icon{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#251352,#17113a);border:1px solid #3d2a78;color:#ad74ff;font-size:28px}.card h3{font-size:20px;line-height:1.18;margin:0 0 8px}.card p{margin:0;color:#b6bfd0;line-height:1.5;font-size:14px}.pills{display:flex;gap:5px;flex-wrap:wrap;margin:4px 0 8px}.pill{padding:2px 7px;border-radius:5px;background:#12182a;border:1px solid #303753;font-size:11px;font-weight:800}.pill.green{color:var(--green)}.pill.red{color:var(--red)}.pill.yellow{color:var(--yellow)}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insight{border-left:3px solid var(--green);min-height:auto}.insight.short{border-left-color:var(--red)}.insight-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.pair{display:flex;gap:9px;align-items:center;font-weight:800}.bias{font-weight:900;padding:5px 10px;border:1px solid rgba(80,231,122,.4);border-radius:8px;color:var(--green);background:rgba(16,74,37,.2)}.bias.short{color:var(--red);border-color:rgba(255,86,86,.45);background:rgba(94,21,21,.18)}.insight-score{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid rgba(120,132,166,.22);padding-bottom:10px;margin-bottom:10px}.insight-score>div{padding-right:16px}.insight-score>div+div{border-left:1px solid rgba(120,132,166,.28);padding-left:22px;padding-right:0}.big{font-size:22px;font-weight:900}.kv{display:grid;grid-template-columns:1fr auto;gap:7px 14px;color:#c4cad7;font-size:14px}.kv b{color:#f7f8fc}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;align-items:start;margin-top:6px}.step{text-align:center;position:relative}.step:not(:last-child):before{content:"";position:absolute;right:-90px;top:48px;width:180px;height:2px;background:repeating-linear-gradient(90deg,rgba(92,103,145,.62) 0 8px,transparent 8px 15px)}.step:not(:last-child):after{content:"";position:absolute;right:-92px;top:43px;width:8px;height:8px;border-top:2px solid rgba(92,103,145,.70);border-right:2px solid rgba(92,103,145,.70);transform:rotate(45deg)}.step-visual{display:inline-flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 12px}.step-number{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#7a3cff,#561fd1);border:1px solid rgba(154,84,255,.72);color:#fff;font-size:20px;font-weight:900;line-height:1;padding:0 0 1px 1px;font-variant-numeric:tabular-nums;box-shadow:0 0 22px rgba(112,49,236,.26)}.step-icon{width:74px;height:74px;margin:0;border:1px solid #6544c4;border-radius:50%;display:grid;place-items:center;font-size:34px;color:#c4a4ff;background:#0b1024;box-shadow:0 0 28px rgba(92,44,207,.16)}.step h3{margin:0 0 6px}.step p{color:#b3bdcf;font-size:14px;line-height:1.45;margin:0 auto;max-width:310px}
.pricing{border:1px solid #51318f;background:radial-gradient(circle at 10% 50%,rgba(115,45,255,.16),transparent 26%),linear-gradient(180deg,#0b1026,#080d1e);border-radius:18px;padding:22px 28px;display:grid;grid-template-columns:.95fr 1.1fr .85fr;gap:26px;align-items:center}.price-main{display:flex;align-items:center;gap:18px}.crown{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#130c2e;border:1px solid #59399f;font-size:40px}.price-name{font-size:25px;font-weight:900}.price{font-size:32px;font-weight:900;color:#a656ff;margin-top:10px}.price small{font-size:13px;color:#ccd0dd;font-weight:500}.features-list{display:grid;gap:7px;font-size:13px;color:#d1d5df}.features-list span:before{content:"✓";color:#9a54ff;margin-right:8px;font-weight:900}.price-cta{text-align:center}.secure{margin-top:10px;font-size:12px;color:#aab1c3;display:flex;align-items:center;gap:7px}
.bottom-cta{margin:22px 0;border:1px solid #3a2c6e;border-radius:14px;padding:22px 26px;display:grid;grid-template-columns:minmax(0,1.15fr) 300px 240px;align-items:center;gap:26px;background:linear-gradient(90deg,#0d1229,#0a0f22 60%,rgba(111,39,255,.10));overflow:hidden;position:relative;isolation:isolate}.bottom-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,34,0) 0%,rgba(10,15,34,.05) 52%,rgba(10,15,34,0) 100%);pointer-events:none;z-index:0}.cta-copy,.bottom-cta>a,.cta-chart-wrap{position:relative;z-index:2}.cta-copy{min-width:0}.cta-chart-wrap{display:flex;justify-content:center;align-items:center;height:82px}.cta-chart{display:block;width:280px;max-width:100%;height:auto;opacity:.34;pointer-events:none;filter:drop-shadow(0 0 16px rgba(110,60,255,.14))}.bottom-cta h2{margin:0 0 5px;font-size:24px;line-height:1.18}.bottom-cta p{margin:0;color:#afb7c9}
.footer{border-top:1px solid #1e263b;padding:22px 0 28px;color:#a8b0c2}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .8fr .7fr;gap:34px}.footer h4{color:#f2f4fa;margin:0 0 9px}.footer a,.footer p{display:block;margin:5px 0;font-size:13px}.copyright{text-align:center;margin-top:15px;font-size:12px;color:#737d95}
.mobile-menu{display:none;background:none;border:0;color:#fff;font-size:25px}
@media(max-width:900px){
  .wrap,.nav-inner{width:min(100% - 28px,var(--max))}
  .nav-links a:not(.btn){display:none}.mobile-menu{display:block}.nav-links{gap:12px}.nav-links .btn{padding:11px 14px;font-size:12px}
  .hero{padding-top:28px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.kicker{margin:auto}.lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-note{justify-content:center}.hero-art{height:340px;order:-1}.hero-grid .hero-copy{order:1}.hero-grid .hero-art{order:2}.crystal-wrap{transform:scale(.9)}
  h1{font-size:48px;max-width:none}.ticker{grid-template-columns:repeat(2,1fr)}.ticker-item:nth-child(2n){border-right:0}.ticker-item:nth-child(-n+4){border-bottom:1px solid #252c45}.ticker-item:last-child{grid-column:1/-1;border-bottom:0}
  .cards,.insight-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:24px}.step:not(:last-child):after{display:none}.step-visual{margin-bottom:10px}.pricing{grid-template-columns:1fr;text-align:left}.price-cta{text-align:left}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .nav{height:66px}.brand{font-size:19px}.brand-mark{width:32px;height:32px}.nav-links .btn{padding:10px 12px}.mobile-menu{display:none}
  .hero{padding-top:22px}.hero-art{height:270px}.crystal-wrap{transform:scale(.7)}.coin{transform:scale(.78)}.coin.btc{left:0}.coin.eth{right:0}.coin.sol{left:-3%}.coin.xrp{right:-3%}
  h1{font-size:40px;line-height:1.02}.lead{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding:13px 12px}.hero-note{font-size:12px}
  .ticker{grid-template-columns:1fr}.ticker-item,.ticker-item:nth-child(2n){border-right:0;border-bottom:1px solid #252c45}.ticker-item:last-child{grid-column:auto;border-bottom:0}
  .section{padding:23px 0}.section-title{font-size:24px}.cards,.insight-grid{grid-template-columns:1fr}.card{min-height:auto}.feature-head{align-items:center}.icon{width:50px;height:50px;font-size:24px}.insight-score{grid-template-columns:1fr 1fr}.pricing{padding:20px}.price-main{align-items:flex-start}.crown{width:60px;height:60px;font-size:30px}.price{font-size:28px}.bottom-cta{align-items:flex-start;gap:18px;flex-direction:column;padding:20px 22px}.cta-copy{max-width:none}.cta-chart{left:auto;right:8px;bottom:0;width:210px;opacity:.28;transform:none}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-grid>div:first-child{grid-column:1/-1}
}

.svg-sprite{pointer-events:none}
.ui-svg{width:1em;height:1em;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.coin-svg{width:34px;height:34px;display:block}
.token .coin-svg{width:22px;height:22px}
.t-btc,.t-eth,.t-sol,.t-xrp,.t-bnb{color:#fff}
.coin.btc .coin-svg{color:#ff9b29}.coin.eth .coin-svg{color:#aab6ff}.coin.sol .coin-svg{width:36px;height:36px}.coin.xrp .coin-svg{color:#fff}.coin.bnb .coin-svg{color:#f3b72a}
.icon .ui-svg{width:31px;height:31px}.step-icon .ui-svg{width:34px;height:34px}.crown .ui-svg{width:38px;height:38px;fill:none}
.inline-icon{width:16px;height:16px;display:inline-block;vertical-align:-3px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.hero-note .inline-icon,.secure .inline-icon{color:#a96cff}
.btn .inline-icon{width:17px;height:17px}


/* Real crypto logo assets */
.coin{padding:10px;overflow:hidden}
.coin img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.32))}
.token{background:transparent!important;overflow:hidden}
.token img{width:100%;height:100%;object-fit:contain;display:block}
.ticker-item .token{box-shadow:none}
.pair .token{width:38px;height:38px}


/* ===== Quant hero: seamless artwork integration ===== */
:root{--max:1280px}
.nav{height:60px;background:rgba(3,7,20,.76);border-bottom:1px solid rgba(255,255,255,.075);backdrop-filter:blur(12px)}
.nav-inner,.wrap{width:min(var(--max),calc(100% - 72px));margin-inline:auto}
.nav-links{gap:36px;font-size:13px}
.nav-links .btn{padding:11px 19px;border-radius:9px}

.hero{
  position:relative;
  padding:30px 0 18px;
  min-height:auto;
  overflow:visible;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  gap:18px;
  min-height:390px;
  align-items:center;
}
.hero-copy{position:relative;z-index:2;padding-top:2px}
.kicker{padding:6px 12px;font-size:11px}
h1{font-size:clamp(50px,4.7vw,59px);line-height:.96;letter-spacing:-.047em;margin:17px 0 18px;max-width:575px}
.lead{font-size:16px;line-height:1.55;max-width:590px;margin:0 0 22px;color:#c7cbda}
.hero-actions{gap:14px}
.hero-actions .btn{padding:13px 21px;border-radius:10px}
.hero-note{margin-top:14px;font-size:12px}

.hero-art{
  position:relative;
  height:405px;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  margin:0 -12px 0 0;
  background:transparent;
}
.hero-art::before{
  content:"";
  position:absolute;
  width:82%;
  height:74%;
  left:8%;
  top:13%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(82,42,207,.16) 0%,rgba(52,26,139,.07) 42%,transparent 72%);
  filter:blur(24px);
  pointer-events:none;
}
.hero-scene{
  position:relative;
  z-index:1;
  display:block;
  height:100%;
  width:auto;
  max-width:100%;
  object-fit:contain;
  object-position:center center;
  margin:0;
  border:0;
  border-radius:0;
  transform:none;
  /* Key: black/navy pixels merge into the page instead of rendering as a rectangle. */
  mix-blend-mode:normal;
  filter:saturate(1) contrast(1) brightness(1);
}
.hero-art .chart-bg,.hero-art .coin,.hero-art .crystal-wrap{display:none!important}
.ticker{margin-top:8px}

@media(max-width:1100px){
  .nav-inner,.wrap{width:min(var(--max),calc(100% - 48px))}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(440px,1fr);gap:14px}
  .hero-art{height:370px}
  h1{font-size:52px}
}
@media(max-width:900px){
  .nav-inner,.wrap{width:min(var(--max),calc(100% - 30px))}
  .hero{padding-top:24px}
  .hero-grid{grid-template-columns:1fr;gap:10px;min-height:auto}
  .hero-copy{text-align:center}
  .kicker{margin-inline:auto}
  .lead{margin-left:auto;margin-right:auto}
  .hero-actions,.hero-note{justify-content:center}
  .hero-art{height:auto;min-height:0;margin:2px 0 0;justify-content:center}
  .hero-scene{width:min(100%,650px);height:auto}
}
@media(max-width:620px){
  .nav-inner,.wrap{width:min(var(--max),calc(100% - 22px))}
  .hero{padding-top:20px}
  h1{font-size:40px;line-height:1.01}
  .lead{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .hero-actions .btn{padding:13px 11px}
  .hero-note{font-size:12px}
  .hero-scene{width:100%;height:auto}
}


/* Solana: match other token icons */
.token.t-sol{
  width:38px;
  height:38px;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}
.token.t-sol img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
}
.pair .token.t-sol,
.ticker-item .token.t-sol{padding:0 !important;}


/* Feature cards: transparent PNG icon assets */
.feature-head{gap:18px}
.card.feature-card{min-height:178px}
.feature-copy{max-width:236px}
.feature-icon{
  width:100px;
  height:100px;
  flex:0 0 100px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.feature-icon img{
  width:100px;
  height:100px;
  display:block;
  object-fit:contain;
}
@media(max-width:620px){
  .feature-copy{max-width:none}
  .feature-icon,.feature-icon img{width:84px;height:84px}
  .feature-icon{flex-basis:84px}
}


/* ===== Feature cards compact pass ===== */
#fitur .cards{
  gap:12px;
}
#fitur .card.feature-card{
  padding:16px;
  min-height:166px;
}
#fitur .feature-head{
  gap:12px;
}
#fitur .feature-copy{
  max-width:220px;
}
#fitur .feature-card:nth-child(2) .feature-copy{
  max-width:202px;
}
#fitur .card h3{
  margin-bottom:6px;
}
#fitur .pills{
  margin:3px 0 6px;
}
#fitur .card p{
  line-height:1.45;
}
@media(max-width:900px){
  #fitur .cards{gap:10px}
}
@media(max-width:620px){
  #fitur .card.feature-card{padding:15px;min-height:auto}
  #fitur .feature-head{gap:11px}
  #fitur .feature-copy,
  #fitur .feature-card:nth-child(2) .feature-copy{max-width:none}
}


@media(max-width:820px){.step:not(:last-child):before,.step:not(:last-child):after{display:none}}

/* ===== Cara Kerja Quant polish v15 ===== */
.steps{margin-top:8px}
.steps .three-col{align-items:start;column-gap:22px}
.step{display:flex;flex-direction:column;align-items:center;text-align:center}
.step-visual{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 14px;min-height:74px}
.step-number{padding:0;line-height:1;letter-spacing:0;transform:none}
.step-number > span,.step-number{font-variant-numeric:tabular-nums}
.step:not(:last-child):before{right:-82px;top:40px;width:164px;height:2px;background:repeating-linear-gradient(90deg,rgba(92,103,145,.56) 0 7px,transparent 7px 13px)}
.step:not(:last-child):after{right:-84px;top:36px;width:6px;height:6px;border-top:1.5px solid rgba(92,103,145,.66);border-right:1.5px solid rgba(92,103,145,.66);transform:rotate(45deg)}
.step h3{width:100%;max-width:330px;min-height:2.35em;display:flex;align-items:flex-start;justify-content:center;text-align:center;line-height:1.18;margin:0 0 8px;font-size:19px}
.step p{width:100%;max-width:330px;min-height:4.2em;text-align:center;line-height:1.5;margin:0 auto}
@media(max-width:1100px){
  .step:not(:last-child):before{right:-70px;width:140px}
  .step:not(:last-child):after{right:-72px}
  .step h3{max-width:300px}
  .step p{max-width:300px}
}
@media(max-width:820px){
  .step h3,.step p{min-height:0;max-width:360px}
}


/* ===== Cara Kerja Quant cleanup v16 ===== */
.steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:36px;
  row-gap:20px;
  align-items:start;
  margin-top:10px;
}
.step{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
}
.step-visual{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  width:max-content;
  min-height:74px;
  margin:0 auto 14px;
}
.step-number{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  padding:0;
  line-height:1;
  font-size:20px;
}
.step-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
}
.step h3{
  width:100%;
  max-width:300px;
  min-height:2.45em;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  margin:0 0 8px;
  text-align:center;
  line-height:1.16;
  font-size:18px;
}
.step p{
  width:100%;
  max-width:280px;
  min-height:4.6em;
  margin:0 auto;
  text-align:center;
  line-height:1.52;
  font-size:14px;
}
.step:not(:last-child)::before{
  content:"";
  position:absolute;
  top:36px;
  left:calc(50% + 92px);
  width:168px;
  height:2px;
  background:repeating-linear-gradient(90deg, rgba(92,103,145,.56) 0 7px, transparent 7px 13px);
  opacity:.95;
}
.step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:31px;
  left:calc(50% + 92px + 168px + 6px);
  width:6px;
  height:6px;
  border-top:1.5px solid rgba(92,103,145,.70);
  border-right:1.5px solid rgba(92,103,145,.70);
  transform:rotate(45deg);
}
@media(max-width:1200px){
  .steps{column-gap:28px}
  .step:not(:last-child)::before{left:calc(50% + 86px);width:146px}
  .step:not(:last-child)::after{left:calc(50% + 86px + 146px + 6px)}
}
@media(max-width:980px){
  .steps{column-gap:20px}
  .step h3{max-width:270px}
  .step p{max-width:260px}
  .step:not(:last-child)::before{left:calc(50% + 80px);width:122px}
  .step:not(:last-child)::after{left:calc(50% + 80px + 122px + 6px)}
}
@media(max-width:820px){
  .steps{grid-template-columns:1fr;gap:24px}
  .step h3,.step p{min-height:0;max-width:360px}
  .step:not(:last-child)::before,
  .step:not(:last-child)::after{display:none}
}


/* ===== Cara Kerja text alignment fix v17 ===== */
.step h3{
  max-width:280px;
  min-height:2.55em;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 10px;
  text-align:center;
  line-height:1.18;
}
.step p{
  max-width:270px;
  min-height:4.8em;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  margin:0 auto;
  text-align:center;
  line-height:1.56;
}
@media(max-width:980px){
  .step h3{max-width:260px}
  .step p{max-width:250px}
}
@media(max-width:820px){
  .step h3,.step p{min-height:0;max-width:360px;display:block}
}


/* ===== Cara Kerja text align to icon center v18 ===== */
.step h3,
.step p{
  transform:translateX(29px);
}
@media(max-width:980px){
  .step h3,
  .step p{transform:translateX(29px)}
}
@media(max-width:820px){
  .step h3,
  .step p{transform:none}
}


/* ===== Cara Kerja icon 100px + tighter copy v19 ===== */
.step-icon{
  width:100px;
  height:100px;
  flex:0 0 100px;
}
.step-icon .ui-svg{
  width:42px;
  height:42px;
}
.step-visual{
  min-height:100px;
  margin-bottom:10px;
}
.step h3{
  margin-bottom:3px;
  min-height:auto;
}
.step p{
  min-height:auto;
  margin-top:0;
}
/* Keep copy centered under the circular icon, not the number+icon group */
.step h3,
.step p{
  transform:translateX(29px);
}
@media(max-width:820px){
  .step-icon{width:86px;height:86px;flex-basis:86px}
  .step-icon .ui-svg{width:38px;height:38px}
  .step-visual{min-height:86px;margin-bottom:8px}
  .step h3,.step p{transform:none}
}


/* ===== Cara Kerja spacing + arrow center v20 ===== */
.steps{
  max-width:1080px;
  margin:10px auto 0;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:18px;
}
/* icon center is +29px from the center of number+icon group */
.step:not(:last-child)::before{
  top:49px;
  left:calc(50% + 94px);
  width:164px;
  height:2px;
  background:repeating-linear-gradient(90deg,rgba(92,103,145,.56) 0 7px,transparent 7px 13px);
}
.step:not(:last-child)::after{
  top:45px;
  left:calc(50% + 261px);
  width:5px;
  height:5px;
  border-top:1.5px solid rgba(92,103,145,.68);
  border-right:1.5px solid rgba(92,103,145,.68);
  transform:rotate(45deg);
}
@media(max-width:1200px){
  .steps{max-width:980px;column-gap:16px}
  .step:not(:last-child)::before{left:calc(50% + 90px);width:145px}
  .step:not(:last-child)::after{left:calc(50% + 238px)}
}
@media(max-width:980px){
  .steps{max-width:900px;column-gap:12px}
  .step:not(:last-child)::before{left:calc(50% + 86px);width:124px}
  .step:not(:last-child)::after{left:calc(50% + 213px)}
}
@media(max-width:820px){
  .steps{max-width:none;grid-template-columns:1fr;gap:24px}
  .step:not(:last-child)::before,
  .step:not(:last-child)::after{display:none}
}


/* ===== Cara Kerja arrow straight v21 ===== */
.step:not(:last-child)::before{
  top:49px;
  height:2px;
}
.step:not(:last-child)::after{
  top:45px;
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:6px solid rgba(92,103,145,.70);
  border-right:0;
  transform:none;
}
@media(min-width:1201px){
  .step:not(:last-child)::after{left:calc(50% + 260px)}
}
@media(min-width:981px) and (max-width:1200px){
  .step:not(:last-child)::after{left:calc(50% + 237px)}
}
@media(min-width:821px) and (max-width:980px){
  .step:not(:last-child)::after{left:calc(50% + 211px)}
}


/* ===== Cara Kerja icon-axis alignment v22 ===== */
/* The icon is the true center axis. Number sits outside it on the left. */
.step-visual{
  position:relative;
  width:100px;
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  margin:0 auto 10px;
}
.step-number{
  position:absolute;
  right:calc(100% + 16px);
  top:50%;
  transform:translateY(-50%);
  margin:0;
}
.step-icon{
  width:100px;
  height:100px;
  flex:0 0 100px;
  margin:0;
}
.step h3,
.step p{
  transform:none !important;
  margin-left:auto;
  margin-right:auto;
}
.step h3{
  max-width:300px;
  text-align:center;
}
.step p{
  max-width:280px;
  text-align:center;
}
/* Connector coordinates now use the icon center as reference. */
.step:not(:last-child)::before{
  top:49px;
  left:calc(50% + 68px);
}
.step:not(:last-child)::after{
  top:46px;
}
@media(max-width:1200px){
  .step:not(:last-child)::before{left:calc(50% + 64px)}
}
@media(max-width:980px){
  .step:not(:last-child)::before{left:calc(50% + 60px)}
}
@media(max-width:820px){
  .step-visual{width:86px;min-height:86px}
  .step-number{right:calc(100% + 13px)}
  .step-icon{width:86px;height:86px;flex-basis:86px}
}


/* ===== Pricing card match mockup v23 ===== */
.pricing-pro{
  border:1px solid #5a35a4;
  border-radius:18px;
  padding:16px 18px 18px;
  background:
    radial-gradient(circle at 12% 50%, rgba(122,60,255,.18), transparent 28%),
    linear-gradient(90deg, rgba(28,18,71,.78) 0%, rgba(8,13,30,.98) 38%, rgba(8,13,30,.98) 100%);
  box-shadow:inset 0 0 0 1px rgba(120,70,255,.08), 0 12px 36px rgba(5,8,22,.28);
  display:block;
}
.pricing-title{
  text-align:center;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
  color:#f6f7fb;
  margin:0 0 14px;
}
.pricing-body{
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(0,1.25fr) minmax(260px,.92fr);
  gap:0;
  align-items:center;
}
.pricing-body > *{min-width:0}
.price-main{
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:0 22px 0 10px;
}
.crown.crown-image{
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(20,12,46,.58);
  border:1px solid #6540bc;
  box-shadow:0 0 0 1px rgba(144,84,255,.08) inset;
}
.crown.crown-image img{
  width:42px;
  height:42px;
  display:block;
}
.price-copy{min-width:0}
.price-name{
  font-size:25px;
  line-height:1.06;
  font-weight:900;
  margin:0 0 6px;
}
.sub{
  color:#c5cad9;
  font-size:14px;
  line-height:1.4;
  margin:0;
}
.price{
  margin-top:12px;
  font-size:40px;
  line-height:1;
  font-weight:900;
  color:#a856ff;
  letter-spacing:-.02em;
}
.price small{
  font-size:14px;
  color:#d2d7e2;
  font-weight:700;
}
.secure{
  margin-top:14px;
  font-size:13px;
  color:#b8bfd0;
  display:flex;
  align-items:center;
  gap:8px;
}
.features-list{
  display:grid;
  gap:8px;
  font-size:13px;
  line-height:1.35;
  color:#eff2f9;
  padding:2px 26px 2px 36px;
  border-left:1px solid rgba(106,89,161,.34);
}
.features-list span{position:relative;display:block;padding-left:15px}
.features-list span:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#a45cff;
  font-weight:900;
}
.price-cta{
  padding:0 8px 0 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.price-cta .btn{
  width:100%;
  min-height:50px;
  font-size:15px;
  justify-content:center;
  padding:14px 24px;
  border-radius:12px;
}
.price-cta .secure-payment{margin-top:12px}
@media(max-width:1100px){
  .pricing-body{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr) minmax(220px,.9fr)}
  .price-main{padding-right:16px}
  .features-list{padding-left:28px;padding-right:18px}
  .price-cta{padding-left:20px}
  .price{font-size:36px}
}
@media(max-width:900px){
  .pricing-title{font-size:20px}
  .pricing-body{grid-template-columns:1fr;gap:18px}
  .price-main{padding:0}
  .features-list{padding:2px 0 2px 2px;border-left:0;border-top:1px solid rgba(106,89,161,.34);padding-top:16px}
  .price-cta{padding:0;border-top:1px solid rgba(106,89,161,.34);padding-top:16px;align-items:stretch}
}
@media(max-width:620px){
  .pricing-pro{padding:14px 14px 16px}
  .pricing-title{font-size:18px;margin-bottom:12px}
  .price-main{grid-template-columns:64px minmax(0,1fr);gap:14px}
  .crown.crown-image{width:64px;height:64px}
  .crown.crown-image img{width:34px;height:34px}
  .price-name{font-size:22px}
  .sub{font-size:13px}
  .price{font-size:34px}
  .features-list{font-size:12.5px;gap:7px}
  .price-cta .btn{min-height:46px}
}


/* ===== Pricing crown plain icon v24 ===== */
.price-main{
  grid-template-columns:100px minmax(0,1fr);
  gap:18px;
}
.crown.crown-image{
  width:100px;
  height:100px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:0;
}
.crown.crown-image img{
  width:100px;
  height:100px;
  object-fit:contain;
}
@media(max-width:620px){
  .price-main{grid-template-columns:76px minmax(0,1fr);gap:14px}
  .crown.crown-image{width:76px;height:76px}
  .crown.crown-image img{width:76px;height:76px}
}


/* ===== Pricing proportions v25 ===== */
@media(min-width:901px){
  .pricing-body{
    grid-template-columns:minmax(500px,1.20fr) minmax(0,1.12fr) minmax(230px,.72fr);
  }
  .price-main{
    grid-template-columns:150px minmax(0,1fr);
    gap:18px;
    padding:0 28px 0 12px;
  }
  .crown.crown-image,
  .crown.crown-image img{
    width:150px;
    height:150px;
  }
  .price-copy{min-width:0}
  .price{
    white-space:nowrap;
    font-size:40px;
  }
  .price small{
    white-space:nowrap;
    display:inline;
  }
  .features-list{
    padding-left:44px;
    padding-right:18px;
  }
  .price-cta{
    padding-left:38px;
    padding-right:0;
    align-items:center;
  }
  .price-cta .btn{
    width:240px;
    min-width:240px;
    max-width:240px;
  }
  .price-cta .secure-payment{
    width:240px;
    justify-content:flex-start;
  }
}
@media(max-width:900px){
  .crown.crown-image,
  .crown.crown-image img{width:96px;height:96px}
  .price-main{grid-template-columns:96px minmax(0,1fr)}
  .price{white-space:nowrap}
  .price small{white-space:nowrap}
  .price-cta .btn{width:100%;max-width:none;min-width:0}
}


/* ===== Pricing left block lift v26 ===== */
@media(min-width:901px){
  .pricing-pro .price-main{
    transform:translateY(-10px);
  }
}


/* ===== Hero lead 3-line wrap v27 ===== */
@media(min-width:901px){
  .hero-copy .lead{
    max-width:470px;
  }
}


/* ===== Hero lead forced 3 lines v28 ===== */
.hero-copy .lead{
  max-width:390px;
  width:390px;
}
@media(max-width:1100px){
  .hero-copy .lead{max-width:390px;width:390px}
}
@media(max-width:900px){
  .hero-copy .lead{max-width:470px;width:auto;margin-left:auto;margin-right:auto}
}
@media(max-width:620px){
  .hero-copy .lead{max-width:100%;width:auto}
}



  .footer-center{gap:14px}
  .social-icon{width:40px;height:40px}
}


/* ===== Footer clean v30 ===== */
.footer-simple{border-top:1px solid #1e263b;padding:26px 0 30px}
.footer-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px}
.footer-brand{font-size:18px;justify-content:center}
.social-row{display:flex;align-items:center;justify-content:center;gap:16px}
.social-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#eef2fb;background:linear-gradient(180deg,rgba(22,27,49,.96),rgba(12,17,34,.96));border:1px solid rgba(110,78,202,.55);box-shadow:0 6px 18px rgba(5,8,22,.22);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.social-icon:hover{transform:translateY(-1px);border-color:#8f61ff;box-shadow:0 0 0 1px rgba(143,97,255,.15),0 10px 22px rgba(64,29,158,.28)}
.social-icon svg{width:17px;height:17px;display:block}
.footer-links{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:#aeb7ca}
.footer-links a{color:#cfd6e6}
.footer-links a:hover{color:#fff}
.dot-sep{opacity:.6}
.footer-simple .copyright{margin-top:0;font-size:12px;color:#737d95}
@media(max-width:620px){.footer-simple{padding:22px 0 26px}.footer-center{gap:12px}.social-icon{width:40px;height:40px}.footer-links{font-size:12px;gap:8px}}


/* ===== Footer icon centering + ID labels v31 ===== */
.social-icon{position:relative}
.social-icon svg{position:absolute;inset:0;margin:auto;width:16px;height:16px;display:block}
.social-icon[aria-label="TikTok"] svg{width:15px;height:15px;transform:translate(-.5px,-.5px)}
.social-icon[aria-label="Telegram"] svg{transform:translate(-.2px,-.2px)}
.social-icon[aria-label="X"] svg{transform:translate(0,-.2px)}


/* ===== Typography: Manrope + lighter weights v32 ===== */
body{
  font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
}
.brand{font-weight:700}
.nav-links{font-weight:500}
.kicker{font-weight:700}
h1,h2,h3,.section-title,.pricing-title{font-weight:700}
.btn{font-weight:700}
.ticker-main{font-weight:700}
.up,.down{font-weight:700}
.pill{font-weight:700}
.pair{font-weight:700}
.bias{font-weight:700}
.big{font-weight:700}
.step-number{font-weight:700}
.price-name{font-weight:700}
.price{font-weight:800}
.features-list{font-weight:500}
.card p,.lead,.step p,.footer-simple,.sub,.secure,.kv{font-weight:400}
strong,b{font-weight:700}

/* ===== Auth-aware landing nav v003 ===== */
.nav-user{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#cbd2e1;font-size:12px;font-weight:600}
.nav-logout-form{margin:0}.nav-logout{border:1px solid #41315f;border-radius:9px;background:#0b1020;color:#e9ecf4;padding:10px 15px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.nav-logout:hover{border-color:#6f45b9;background:#11162a}
@media(max-width:900px){.nav-user{display:none}.nav-logout{padding:9px 12px}}

/* ===== Cara Kerja Quant mobile vertical timeline v005 ===== */
@media(max-width:620px){
  .section:has(.steps) .section-title{
    margin-bottom:22px;
  }

  .steps{
    width:min(100%,330px);
    max-width:330px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr;
    gap:0;
  }

  .step{
    position:relative;
    width:100%;
    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    grid-template-rows:auto auto;
    column-gap:18px;
    row-gap:5px;
    align-items:start;
    text-align:left;
    padding:0 0 26px;
  }

  .step:last-child{
    padding-bottom:0;
  }

  .step-visual{
    grid-column:1;
    grid-row:1 / span 2;
    position:relative;
    width:68px;
    min-height:68px;
    height:68px;
    margin:0;
    display:grid;
    place-items:center;
  }

  .step-icon{
    width:68px;
    height:68px;
    flex:0 0 68px;
    border-radius:50%;
  }

  .step-icon .ui-svg{
    width:30px;
    height:30px;
  }

  .step-number{
    position:absolute;
    z-index:3;
    top:-6px;
    left:-8px;
    right:auto;
    width:29px;
    height:29px;
    min-width:29px;
    display:grid;
    place-items:center;
    padding:0;
    border-radius:50%;
    font-size:14px;
    line-height:1;
    transform:none;
    box-shadow:0 4px 14px rgba(104,45,255,.32);
  }

  .step h3{
    grid-column:2;
    grid-row:1;
    width:auto;
    max-width:none;
    min-height:0;
    display:block;
    margin:4px 0 0;
    text-align:left;
    font-size:16px;
    line-height:1.25;
  }

  .step p{
    grid-column:2;
    grid-row:2;
    width:auto;
    max-width:none;
    min-height:0;
    display:block;
    margin:0;
    text-align:left;
    font-size:12.5px;
    line-height:1.55;
    color:#aeb6ca;
  }

  .step:not(:last-child)::before{
    content:"";
    display:block;
    position:absolute;
    z-index:0;
    top:72px;
    bottom:4px;
    left:33px;
    width:2px;
    height:auto;
    background:repeating-linear-gradient(180deg,rgba(111,91,175,.62) 0 6px,transparent 6px 11px);
    opacity:.9;
  }

  .step:not(:last-child)::after{
    display:none !important;
  }
}

@media(max-width:380px){
  .steps{
    width:min(100%,304px);
  }

  .step{
    grid-template-columns:62px minmax(0,1fr);
    column-gap:15px;
    padding-bottom:24px;
  }

  .step-visual,
  .step-icon{
    width:62px;
    height:62px;
    min-height:62px;
    flex-basis:62px;
  }

  .step-icon .ui-svg{
    width:27px;
    height:27px;
  }

  .step-number{
    width:27px;
    height:27px;
    min-width:27px;
    font-size:13px;
    top:-5px;
    left:-7px;
  }

  .step:not(:last-child)::before{
    top:66px;
    left:30px;
  }

  .step h3{
    margin-top:2px;
    font-size:15px;
  }

  .step p{
    font-size:12px;
  }
}


/* ===== Mobile header navigation v006 ===== */
.mobile-menu{
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(117,82,195,.55);
  border-radius:11px;
  background:rgba(12,17,37,.88);
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
  color:#fff;
  cursor:pointer;
}
.mobile-menu span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#eef1f8;
  transition:transform .2s ease,opacity .2s ease;
}
.mobile-menu.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-menu.is-open span:nth-child(2){opacity:0}
.mobile-menu.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-nav{display:none}

@media(max-width:900px){
  .nav{position:relative;z-index:50}
  .nav-inner{height:100%}
  .nav-links{display:none !important}
  .mobile-menu{display:flex !important}
  .mobile-nav{
    position:absolute;
    top:calc(100% + 10px);
    left:50%;
    width:min(calc(100% - 28px),420px);
    transform:translate(-50%,-8px);
    display:grid;
    gap:4px;
    padding:10px;
    border:1px solid rgba(92,66,159,.62);
    border-radius:14px;
    background:rgba(7,11,27,.97);
    box-shadow:0 22px 55px rgba(0,0,0,.42),0 0 30px rgba(91,41,255,.08);
    backdrop-filter:blur(16px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .mobile-nav.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0);
  }
  .mobile-nav>a,
  .mobile-nav-user,
  .mobile-nav-logout{
    width:100%;
    min-height:45px;
    display:flex;
    align-items:center;
    padding:0 14px;
    border-radius:9px;
    color:#e7ebf5;
    font-size:14px;
    font-weight:600;
    text-align:left;
  }
  .mobile-nav>a:hover{background:rgba(113,67,215,.13);color:#fff}
  .mobile-nav-user{color:#9da7ba;font-size:12px;border-bottom:1px solid rgba(255,255,255,.07);border-radius:0}
  .mobile-nav-logout-form{margin:0}
  .mobile-nav-logout{
    border:0;
    background:transparent;
    cursor:pointer;
  }
  .mobile-nav-logout:hover{background:rgba(113,67,215,.13);color:#fff}
}

@media(max-width:620px){
  .nav{height:64px}
  .nav-inner{width:min(100% - 22px,var(--max))}
  .brand{font-size:18px}
  .brand-mark{width:31px;height:31px}
  .mobile-menu{width:40px;height:40px;border-radius:10px}
  .mobile-nav{top:calc(100% + 8px);width:calc(100% - 22px)}
}

/* ===== Pricing bottom trust strip v007 ===== */
.bottom-cta.trust-strip{
  grid-template-columns:minmax(0,1.18fr) 300px minmax(210px,.72fr);
}
.trust-strip .cta-copy h2{
  max-width:560px;
}
.trust-meta{
  position:relative;
  z-index:2;
  display:grid;
  gap:10px;
  align-content:center;
  justify-content:start;
  color:#c5ccdc;
  font-size:13px;
  line-height:1.35;
}
.trust-meta span{
  display:flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
}
.trust-meta .inline-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  color:#a66cff;
}
@media(max-width:900px){
  .bottom-cta.trust-strip{
    display:grid;
    grid-template-columns:minmax(0,1fr) 190px;
    gap:16px 20px;
    align-items:center;
  }
  .trust-strip .cta-copy{
    grid-column:1;
    grid-row:1;
  }
  .trust-strip .cta-chart-wrap{
    grid-column:2;
    grid-row:1 / span 2;
    height:86px;
  }
  .trust-strip .cta-chart{
    width:190px;
  }
  .trust-meta{
    grid-column:1;
    grid-row:2;
    grid-template-columns:repeat(3,max-content);
    gap:8px 16px;
  }
}
@media(max-width:620px){
  .bottom-cta.trust-strip{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:18px;
  }
  .trust-strip .cta-copy h2{
    font-size:20px;
    line-height:1.25;
  }
  .trust-strip .cta-copy p{
    font-size:13px;
    line-height:1.55;
  }
  .trust-strip .cta-chart-wrap{
    width:100%;
    height:62px;
    justify-content:flex-start;
    overflow:hidden;
  }
  .trust-strip .cta-chart{
    width:210px;
    opacity:.24;
  }
  .trust-meta{
    width:100%;
    grid-template-columns:1fr;
    gap:8px;
    font-size:12.5px;
  }
  .trust-meta span{
    white-space:normal;
  }
}


/* ===== Header Login + Daftar icons v008 ===== */
.nav-auth-link,
.nav-register-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:7px;
}

.nav-auth-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nav-register-btn .nav-auth-icon{
  width:17px;
  height:17px;
  flex-basis:17px;
}

@media(max-width:900px){
  .mobile-nav .mobile-auth-link{
    display:flex;
    align-items:center;
    gap:10px;
  }

  .mobile-nav .mobile-auth-link .nav-auth-icon{
    width:17px;
    height:17px;
    flex-basis:17px;
    color:#b99cff;
  }

  .mobile-nav .mobile-register-link{
    color:#fff;
    background:linear-gradient(90deg,rgba(91,41,255,.18),rgba(161,44,255,.12));
    border:1px solid rgba(130,82,255,.22);
  }

  .mobile-nav .mobile-register-link:hover{
    background:linear-gradient(90deg,rgba(91,41,255,.26),rgba(161,44,255,.18));
  }
}


/* ===== Mobile homepage compact polish v009 ===== */
@media(max-width:620px){
  .hero-actions{
    width:100%;max-width:100%;display:grid !important;grid-template-columns:1fr !important;gap:9px;margin-top:18px;
  }
  .hero-actions .btn{width:100%;min-height:50px;padding:13px 16px;justify-content:center}
  .hero-actions .btn-secondary{min-height:47px}

  #market-ticker.ticker{
    display:flex !important;grid-template-columns:none !important;width:100%;overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:14px;
  }
  #market-ticker.ticker::-webkit-scrollbar{display:none}
  #market-ticker .ticker-item,
  #market-ticker .ticker-item:nth-child(2n),
  #market-ticker .ticker-item:last-child{
    flex:0 0 178px;min-width:178px;grid-column:auto !important;scroll-snap-align:start;
    border-right:1px solid #252c45 !important;border-bottom:0 !important;padding:13px 14px;gap:10px;
  }
  #market-ticker .ticker-item:last-child{border-right:0 !important}
  #market-ticker .token,#market-ticker .ticker-item .token{width:34px;height:34px;flex-basis:34px}
  #market-ticker .token img{width:34px;height:34px}
  #market-ticker .ticker-item .token.t-sol,#market-ticker .ticker-item .token.t-sol img{width:34px !important;height:34px !important}
  #market-ticker .ticker-main{font-size:13px;line-height:1.2}
  #market-ticker .ticker-price{margin-top:2px;font-size:15px;line-height:1.2}
  #market-ticker .sub{margin-top:2px;font-size:11px}

  #fitur .cards{grid-template-columns:1fr !important;gap:8px}
  #fitur .card.feature-card{padding:12px 13px;border-radius:13px}
  #fitur .feature-head{gap:10px;align-items:center}
  #fitur .feature-icon,#fitur .feature-icon img{width:62px;height:62px}
  #fitur .feature-icon{flex:0 0 62px}
  #fitur .card h3{margin-bottom:4px;font-size:16px;line-height:1.16}
  #fitur .pills{gap:3px;margin:2px 0 4px}
  #fitur .pill{padding:2px 5px;font-size:9px}
  #fitur .card p{font-size:12px;line-height:1.38}

  .bottom-cta.trust-strip{position:relative;display:block !important;min-height:218px;padding:18px;overflow:hidden}
  .trust-strip .cta-copy,.trust-strip .trust-meta{position:relative;z-index:2}
  .trust-strip .cta-copy{max-width:92%}
  .trust-strip .cta-chart-wrap{
    position:absolute !important;z-index:0;right:-24px;bottom:40px;width:245px !important;height:110px !important;margin:0 !important;
    display:flex;justify-content:flex-end !important;align-items:flex-end;overflow:visible !important;pointer-events:none;
  }
  .trust-strip .cta-chart{width:245px !important;max-width:none;opacity:.13 !important;filter:drop-shadow(0 0 18px rgba(110,60,255,.13))}
  .trust-strip .trust-meta{width:auto;max-width:210px;margin-top:17px;grid-template-columns:1fr;gap:8px}
}

@media(min-width:520px) and (max-width:620px){
  #fitur .cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px}
  #fitur .card.feature-card{padding:12px}
  #fitur .feature-head{align-items:flex-start;gap:8px}
  #fitur .feature-icon,#fitur .feature-icon img{width:50px;height:50px}
  #fitur .feature-icon{flex-basis:50px}
  #fitur .card h3{font-size:14px}
  #fitur .card p{font-size:11px}
  #fitur .pill{font-size:8px;padding:2px 4px}
}

@media(max-width:380px){
  #market-ticker .ticker-item,#market-ticker .ticker-item:nth-child(2n),#market-ticker .ticker-item:last-child{flex-basis:164px;min-width:164px;padding:12px}
  #fitur .feature-icon,#fitur .feature-icon img{width:56px;height:56px}
  #fitur .feature-icon{flex-basis:56px}
  #fitur .card h3{font-size:15px}
}

/* ===== Mobile infinite ticker + 2-card feature carousel v010 ===== */
.feature-slide{display:contents}
.feature-dots{display:none}

@media(max-width:620px){
  /* Live market: continuous slow marquee; touch/drag pauses motion temporarily. */
  #market-ticker.ticker{
    display:flex !important;
    grid-template-columns:none !important;
    overflow-x:auto !important;
    overflow-y:hidden;
    scroll-snap-type:none !important;
    scroll-behavior:auto;
    scrollbar-width:none;
    touch-action:pan-x;
  }
  #market-ticker.ticker::-webkit-scrollbar{display:none}
  #market-ticker .ticker-item,
  #market-ticker .ticker-item:nth-child(2n),
  #market-ticker .ticker-item:last-child{
    flex:0 0 170px;
    min-width:170px;
    scroll-snap-align:none;
    border-right:1px solid #252c45 !important;
    border-bottom:0 !important;
  }

  /* Features: each swipe page contains two readable stacked cards. */
  #fitur .feature-carousel{
    display:flex !important;
    grid-template-columns:none !important;
    width:100%;
    gap:0 !important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    touch-action:pan-x;
    border-radius:14px;
  }
  #fitur .feature-carousel::-webkit-scrollbar{display:none}
  #fitur .feature-slide{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr 1fr;
    gap:8px;
    flex:0 0 100%;
    min-width:100%;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    padding:0 1px;
    box-sizing:border-box;
  }
  #fitur .feature-slide .feature-card{
    width:100%;
    min-width:0;
    min-height:0;
    margin:0;
    box-sizing:border-box;
  }
  #fitur .feature-slide .feature-head{
    height:100%;
  }
  #fitur .feature-copy{
    max-width:none !important;
    min-width:0;
  }

  .feature-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin-top:12px;
  }
  .feature-dot{
    appearance:none;
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:999px;
    background:#3e4560;
    cursor:pointer;
    transition:width .2s ease,background-color .2s ease,box-shadow .2s ease;
  }
  .feature-dot.is-active{
    width:20px;
    background:#8c45ff;
    box-shadow:0 0 12px rgba(140,69,255,.45);
  }
}

/* v009 had a wider-phone 2-column rule; carousel must win on every phone width. */
@media(min-width:520px) and (max-width:620px){
  #fitur .feature-carousel{display:flex !important;grid-template-columns:none !important;gap:0 !important}
  #fitur .feature-slide{display:grid;grid-template-columns:1fr;gap:8px;flex-basis:100%;min-width:100%}
}

/* ===== Seamless mobile motion v011 ===== */
@media(max-width:620px){
  /* Market ticker is now a true transform marquee, not scrollLeft animation. */
  #market-ticker.ticker{
    display:block !important;
    position:relative;
    width:100%;
    overflow:hidden !important;
    scroll-snap-type:none !important;
    touch-action:pan-y;
  }
  #market-ticker .ticker-marquee-track{
    display:flex;
    width:max-content;
    min-width:max-content;
    will-change:transform;
    transform:translate3d(0,0,0);
  }
  #market-ticker .ticker-marquee-track .ticker-item,
  #market-ticker .ticker-marquee-track .ticker-item:nth-child(2n),
  #market-ticker .ticker-marquee-track .ticker-item:last-child{
    flex:0 0 170px;
    width:170px;
    min-width:170px;
    border-right:1px solid #252c45 !important;
    border-bottom:0 !important;
  }

  /* Feature carousel uses transform + cloned edge slides for an invisible loop reset. */
  #fitur .feature-carousel{
    display:block !important;
    position:relative;
    width:100%;
    overflow:hidden !important;
    scroll-snap-type:none !important;
    scroll-behavior:auto !important;
    touch-action:pan-y;
  }
  #fitur .feature-carousel-track{
    display:flex;
    width:100%;
    will-change:transform;
    transform:translate3d(-100%,0,0);
  }
  #fitur .feature-carousel-track > .feature-slide{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:1fr 1fr;
    gap:8px;
    flex:0 0 100%;
    width:100%;
    min-width:100%;
    padding:0 1px;
    box-sizing:border-box;
  }
}

@media(max-width:380px){
  #market-ticker .ticker-marquee-track .ticker-item,
  #market-ticker .ticker-marquee-track .ticker-item:nth-child(2n),
  #market-ticker .ticker-marquee-track .ticker-item:last-child{
    flex-basis:164px;
    width:164px;
    min-width:164px;
  }
}


/* ===== Quant performance history static v012 ===== */
.performance-section{overflow:hidden}
.performance-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.performance-heading .section-title{margin:0;text-align:left}
.performance-subtitle{margin:7px 0 0;color:#98a3ba;font-size:13px;line-height:1.55}
.performance-period{flex:0 0 auto;padding:7px 11px;border:1px solid #343b59;border-radius:999px;color:#aeb7ca;background:rgba(13,18,39,.68);font-size:11px;font-weight:600}
.performance-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}
.performance-stat{min-width:0;padding:15px 16px;border:1px solid #28314c;border-radius:14px;background:linear-gradient(180deg,rgba(14,20,43,.94),rgba(10,15,33,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}
.performance-stat-label{display:block;margin-bottom:5px;color:#a8b1c5;font-size:11px}
.performance-stat-value{display:block;color:#f4f6fb;font-size:25px;line-height:1.08;font-weight:800;letter-spacing:-.5px}
.performance-stat-value.positive{color:#24ee89}
.performance-stat small{display:block;margin-top:5px;color:#747f97;font-size:10px;line-height:1.35}
.performance-trades{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.trade-outcome{position:relative;min-width:0;padding:14px;border:1px solid #29314c;border-radius:15px;background:linear-gradient(180deg,#0d132b,#0a1024);overflow:hidden}
.trade-outcome::before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:0 3px 3px 0;background:#24ee89}
.trade-outcome.sl-plus::before{background:#8d62ff}
.trade-outcome-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.trade-pair{min-width:0;display:flex;align-items:center;gap:9px}
.trade-pair>div{min-width:0}
.trade-pair strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f3f5fb;font-size:12px;line-height:1.2}
.trade-pair small{display:block;margin-top:3px;color:#7f8aa3;font-size:9px;font-weight:600}
.trade-token{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:#11192f}
.trade-token img{width:31px;height:31px;object-fit:contain}
.trade-token-text{font-size:9px;font-weight:800;color:#c9b7ff;border:1px solid rgba(128,80,255,.48);background:radial-gradient(circle at 35% 30%,rgba(133,78,255,.32),rgba(19,22,46,.96) 68%)}
.trade-result-badge{flex:0 0 auto;padding:4px 6px;border-radius:6px;font-size:8px;font-weight:800;line-height:1;border:1px solid}
.trade-result-badge.tp{color:#26f18c;border-color:rgba(38,241,140,.38);background:rgba(13,112,64,.13)}
.trade-result-badge.protected{color:#c5a7ff;border-color:rgba(163,112,255,.42);background:rgba(104,55,174,.14)}
.trade-pnl{margin:14px 0 12px;font-size:23px;font-weight:800;letter-spacing:-.35px}
.trade-pnl.positive{color:#28ef8d}
.trade-meta{padding-top:10px;border-top:1px solid #202943;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:9px}
.trade-meta span{color:#75819a}
.trade-meta strong{color:#bbc3d3;font-size:9px;font-weight:600;white-space:nowrap}
.performance-footnote{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:11px;color:#747f98;font-size:10px;line-height:1.45}
.performance-footnote span{display:flex;align-items:center;gap:6px}
.performance-footnote .inline-icon{width:13px;height:13px;color:#8661ff}

@media(max-width:1050px){
  .performance-trades{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:620px){
  .performance-heading{display:block;margin-bottom:14px;text-align:center}
  .performance-heading .section-title{text-align:center}
  .performance-subtitle{max-width:310px;margin:7px auto 0;font-size:11.5px}
  .performance-period{display:inline-flex;margin-top:9px;padding:5px 9px;font-size:9px}
  .performance-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:12px}
  .performance-stat{padding:11px 12px;border-radius:12px}
  .performance-stat-label{font-size:9.5px;margin-bottom:3px}
  .performance-stat-value{font-size:20px}
  .performance-stat small{margin-top:3px;font-size:8.5px}

  .performance-trades{display:flex;grid-template-columns:none;gap:9px;width:calc(100% + 14px);margin-right:-14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 14px 3px 0}
  .performance-trades::-webkit-scrollbar{display:none}
  .trade-outcome{flex:0 0 calc(88% - 4px);min-width:calc(88% - 4px);scroll-snap-align:start;padding:13px;border-radius:14px}
  .trade-pair strong{font-size:12px}
  .trade-pnl{margin:13px 0 11px;font-size:25px}
  .performance-footnote{display:block;margin-top:9px;font-size:9px;text-align:center}
  .performance-footnote span{justify-content:center;margin-top:4px}
}

@media(max-width:380px){
  .trade-outcome{flex-basis:91%;min-width:91%}
}

/* ===== Performance section bottom breathing room v014 ===== */
.performance-section{
  padding-bottom:42px;
}
.performance-footnote{
  margin-top:20px;
}
@media(max-width:620px){
  .performance-section{
    padding-bottom:34px;
  }
  .performance-footnote{
    margin-top:16px;
  }
}


/* ===== Performance spacing + win-rate summary v015 ===== */
.performance-section{
  padding-bottom:64px !important;
}
.performance-footnote{
  margin-top:34px !important;
}
@media(max-width:620px){
  .performance-section{
    padding-bottom:48px !important;
  }
  .performance-footnote{
    margin-top:26px !important;
  }
}


/* ===== History data + divider spacing + auto coin fallback v016 ===== */
.performance-stat-value.negative{color:#ff536d}
.trade-outcome.sl-hit::before{background:#ff4f68}
.trade-result-badge.loss{color:#ff6078;border-color:rgba(255,83,109,.42);background:rgba(143,29,52,.14)}

/* Keep the divider visually detached from the direction row. */
.trade-meta{
  margin-top:16px !important;
  padding-top:12px !important;
}

/* Coin icons resolve automatically by assets/coins/{symbol}.png.
   Unknown symbols fall back to a compact text badge without breaking layout. */
.trade-token-auto{position:relative}
.trade-token-auto img{position:absolute;inset:0;margin:auto}
.trade-token-fallback{
  width:100%;height:100%;display:grid;place-items:center;
  padding:0 3px;font-size:7.5px;font-weight:800;line-height:1;
  color:#c9b7ff;text-transform:uppercase;
  border:1px solid rgba(128,80,255,.48);border-radius:50%;
  background:radial-gradient(circle at 35% 30%,rgba(133,78,255,.32),rgba(19,22,46,.96) 68%);
}
.trade-token-fallback[hidden]{display:none !important}

@media(max-width:620px){
  .trade-meta{margin-top:15px !important;padding-top:11px !important}
}


/* ===== Resolved history desktop marquee v018 ===== */
.performance-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
}
.performance-track{
  display:flex;
  align-items:stretch;
  gap:10px;
  width:max-content;
  will-change:transform;
}
.performance-track .trade-outcome{
  flex:0 0 calc((min(var(--max), calc(100vw - 40px)) - 30px) / 4);
  width:calc((min(var(--max), calc(100vw - 40px)) - 30px) / 4);
}
.performance-marquee::before,
.performance-marquee::after{
  content:"";
  position:absolute;
  z-index:4;
  top:0;
  bottom:0;
  width:28px;
  pointer-events:none;
}
.performance-marquee::before{
  left:0;
  background:linear-gradient(90deg,#060a19 0%,rgba(6,10,25,.72) 34%,transparent 100%);
}
.performance-marquee::after{
  right:0;
  background:linear-gradient(270deg,#060a19 0%,rgba(6,10,25,.72) 34%,transparent 100%);
}

@media(min-width:901px){
  .performance-marquee{
    cursor:default;
  }
  .performance-marquee.is-paused .performance-track{
    will-change:auto;
  }
}

@media(max-width:900px){
  .performance-marquee{
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .performance-marquee::-webkit-scrollbar{display:none}
  .performance-track{
    transform:none !important;
    width:max-content;
    padding-right:14px;
  }
  .performance-track .trade-outcome{
    flex:0 0 285px;
    width:285px;
    scroll-snap-align:start;
  }
  .performance-marquee::before,
  .performance-marquee::after{
    display:none;
  }
}

@media(max-width:620px){
  .performance-trades.performance-marquee{
    display:block !important;
    width:calc(100% + 14px) !important;
    margin-right:-14px;
    padding:0 !important;
  }
  .performance-track{
    gap:9px;
  }
  .performance-track .trade-outcome{
    flex:0 0 calc(88vw - 42px);
    width:calc(88vw - 42px);
    min-width:0;
  }
}

@media(max-width:380px){
  .performance-track .trade-outcome{
    flex-basis:calc(91vw - 42px);
    width:calc(91vw - 42px);
  }
}

/* ===== Quant API live history v022 ===== */
.performance-api-unavailable{
  margin-top:18px;
  padding:20px 22px;
  border:1px solid rgba(109,82,184,.35);
  border-radius:14px;
  background:rgba(15,20,38,.72);
  color:#aeb7ca;
  text-align:center;
  font-size:13px;
}

/* ===== v69 custom branding logo ===== */
.brand-logo-image{display:block;max-width:156px;max-height:42px;width:auto;height:auto;object-fit:contain}.nav .brand:has(.brand-logo-image){gap:0}.footer-brand .brand-logo-image{max-height:34px;max-width:145px}@media(max-width:760px){.brand-logo-image{max-width:128px;max-height:34px}}

/* ===== Authenticated landing navigation v110 ===== */
.auth-nav-links{display:flex;align-items:center;gap:30px}
.auth-nav-links>a{position:relative;color:#d9dcea;font-weight:600;white-space:nowrap;transition:color .18s ease}
.auth-nav-links>a:hover{color:#fff}
.landing-user-menu{position:relative;margin-left:2px}
.landing-user-menu>summary{list-style:none;display:flex;align-items:center;gap:9px;min-height:42px;padding:5px 10px 5px 6px;border:1px solid rgba(118,82,187,.55);border-radius:11px;background:rgba(10,15,32,.76);cursor:pointer;user-select:none;transition:border-color .18s ease,background .18s ease}
.landing-user-menu>summary::-webkit-details-marker{display:none}
.landing-user-menu>summary:hover,.landing-user-menu[open]>summary{border-color:rgba(155,99,255,.85);background:rgba(16,21,43,.94)}
.landing-user-avatar{width:29px;height:29px;flex:0 0 29px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:linear-gradient(145deg,#5d35cb,#303d83);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}
.landing-user-avatar img{width:100%;height:100%;object-fit:cover}
.landing-user-name{max-width:116px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eef1f8;font-size:12px;font-weight:700}
.landing-user-chevron{position:relative;top:-1px;color:#8791a7;font-size:14px;line-height:1;transition:transform .18s ease}
.landing-user-menu[open] .landing-user-chevron{transform:rotate(180deg)}
.landing-user-dropdown{position:absolute;right:0;top:calc(100% + 9px);z-index:80;width:230px;padding:8px;border:1px solid rgba(76,62,120,.72);border-radius:12px;background:rgba(7,11,27,.98);box-shadow:0 20px 50px rgba(0,0,0,.44);backdrop-filter:blur(16px)}
.landing-user-dropdown-head{display:grid;gap:3px;padding:8px 9px 10px;margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,.07)}
.landing-user-dropdown-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f0f2f8;font-size:12px}
.landing-user-dropdown-head span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7f899f;font-size:10px}
.landing-user-dropdown>a,.landing-user-dropdown button{width:100%;min-height:39px;display:flex;align-items:center;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#cbd2e1;font:inherit;font-size:11px;font-weight:600;text-align:left;cursor:pointer}
.landing-user-dropdown>a:hover,.landing-user-dropdown button:hover{background:rgba(113,67,215,.13);color:#fff}
.landing-user-dropdown form{margin:2px 0 0;padding-top:3px;border-top:1px solid rgba(255,255,255,.06)}
.landing-user-dropdown form button{color:#ef9aa6}
.mobile-auth-head{display:flex;align-items:center;gap:10px;padding:7px 9px 11px;margin-bottom:3px;border-bottom:1px solid rgba(255,255,255,.07)}
.mobile-auth-head>span:last-child{min-width:0;display:grid;gap:2px}
.mobile-auth-head strong,.mobile-auth-head small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mobile-auth-head strong{color:#f1f3f8;font-size:13px}
.mobile-auth-head small{color:#7f899f;font-size:10px}
.mobile-auth-head .landing-user-avatar{width:34px;height:34px;flex-basis:34px;border-radius:10px}
@media(max-width:1080px) and (min-width:901px){.nav-links{gap:22px}.auth-nav-links{gap:20px}.landing-user-name{max-width:90px}}

/* ===== v12 compact public front-end + dashboard-like authenticated nav ===== */
/* Keep the landing page product-like: flatter actions, tighter hero/features, less decorative chrome. */
.nav{height:68px;background:rgba(4,8,23,.92);backdrop-filter:blur(14px)}
.nav-authenticated .nav-inner{width:min(1600px,calc(100% - 44px))}
.nav-authenticated .brand-logo-image{max-height:36px;max-width:146px}

.btn,
.nav-links .btn,
.hero-actions .btn,
.price-cta .btn{
  border-radius:7px;
  box-shadow:none;
}
.btn-primary{
  background:#6f3df4;
  border-color:#6f3df4;
  box-shadow:none;
}
.btn-primary:hover{
  background:#7a49f5;
  border-color:#7a49f5;
  box-shadow:none;
  transform:none;
}
.btn-secondary{
  background:#0a1020;
  border-color:#4b3977;
  box-shadow:none;
}
.btn-secondary:hover{background:#0d1427;border-color:#6e51aa;transform:none;box-shadow:none}

.hero{padding:30px 0 16px;min-height:430px}
.hero-grid{grid-template-columns:1.04fr .96fr;gap:30px}
.hero-copy{padding-top:0}
h1{font-size:50px;line-height:.98;margin:0 0 15px;max-width:590px}
.lead{font-size:16px;line-height:1.52;max-width:570px;margin-bottom:20px}
.hero-actions{gap:11px}
.hero-actions .btn{padding:11px 18px}
.hero-note{margin-top:12px;font-size:12px}
.hero-art{height:320px}
.hero-scene{max-height:320px}
.ticker{margin-top:5px;border-radius:10px}
.ticker-item{padding:12px 16px}
.token{width:34px;height:34px}
.ticker-price{font-size:16px}

#fitur.section{padding:22px 0 18px}
#fitur .section-title{font-size:24px;margin-bottom:14px}
#fitur .cards{gap:12px}
#fitur .card.feature-card{
  min-height:126px;
  padding:14px 15px;
  border-radius:10px;
  background:#0a1022;
}
#fitur .feature-head{gap:12px}
#fitur .feature-icon,
#fitur .feature-icon img{
  width:46px;
  height:46px;
}
#fitur .feature-icon{
  flex:0 0 46px;
  border-radius:9px;
  background:#17112d;
  box-shadow:none;
}
#fitur .feature-copy,
#fitur .feature-card:nth-child(2) .feature-copy{max-width:none}
#fitur .card h3{font-size:17px;line-height:1.16;margin-bottom:5px}
#fitur .pills{gap:4px;margin:3px 0 5px}
#fitur .pill{padding:2px 5px;font-size:9px;border-radius:4px}
#fitur .card p{font-size:12.5px;line-height:1.42}

/* Authenticated landing header now follows the dashboard navigation rhythm. */
.nav-authenticated .nav-links{gap:10px;font-size:13px}
.nav-authenticated .auth-nav-links{display:flex;align-items:stretch;height:68px;gap:4px}
.nav-authenticated .auth-nav-links>a{
  display:flex;
  align-items:center;
  gap:5px;
  height:68px;
  padding:0 12px;
  color:#9ca8bc;
  font-weight:600;
  font-size:13px;
  border-radius:0;
}
.nav-authenticated .auth-nav-links>a:hover{color:#eef2fb;background:rgba(111,76,255,.045)}
.landing-nav-beta{
  display:inline-flex;
  align-items:center;
  height:16px;
  padding:0 4px;
  border:1px solid rgba(126,91,255,.30);
  border-radius:4px;
  color:#a996ff;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
}
.nav-authenticated .landing-user-menu{margin-left:4px}
.nav-authenticated .landing-user-menu>summary{
  min-height:40px;
  gap:8px;
  padding:3px 4px;
  border:0;
  border-radius:0;
  background:transparent;
}
.nav-authenticated .landing-user-menu>summary:hover,
.nav-authenticated .landing-user-menu[open]>summary{border-color:transparent;background:transparent}
.nav-authenticated .landing-user-avatar{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  border:2px solid #44516a;
  background:#17203a;
}
.nav-authenticated .landing-user-name{max-width:115px;color:#d8deea;font-size:12px}
.nav-authenticated .landing-user-chevron{font-size:13px;color:#8795ae}
.nav-authenticated .landing-user-dropdown{
  top:48px;
  width:250px;
  padding:10px;
  border-color:#27344b;
  border-radius:9px;
  background:#0d1525;
  box-shadow:0 20px 50px rgba(0,0,0,.42);
  backdrop-filter:none;
}
.nav-authenticated .landing-user-dropdown>a,
.nav-authenticated .landing-user-dropdown button{
  min-height:38px;
  border-radius:6px;
}

@media(max-width:1180px) and (min-width:901px){
  .nav-authenticated .nav-inner{width:min(100% - 28px,1600px)}
  .nav-authenticated .auth-nav-links>a{padding:0 8px;font-size:12px}
  .nav-authenticated .landing-user-name{display:none}
}

@media(max-width:900px){
  .nav{height:62px}
  .hero{padding-top:24px;min-height:auto}
  .hero-art{height:280px}
  .hero-scene{max-height:280px}
  .nav-authenticated .landing-user-avatar{width:34px;height:34px;flex-basis:34px}
}

@media(max-width:620px){
  h1{font-size:38px;line-height:1.02;margin-bottom:13px}
  .lead{font-size:15px;margin-bottom:17px}
  .hero-actions{margin-top:0}
  .hero-actions .btn{min-height:44px;padding:11px 14px;border-radius:6px}
  .hero-actions .btn-secondary{min-height:44px}
  #fitur.section{padding-top:18px}
  #fitur .section-title{font-size:21px;margin-bottom:12px}
  #fitur .card.feature-card{border-radius:9px}
}

/* ===== v13 supplied feature art + flatter card geometry + chart hero ===== */
/* User-supplied transparent artwork is intentionally kept as image content;
   wrappers stay flat so the artwork itself provides the visual treatment. */
.hero-art{
  height:310px;
  justify-content:flex-end;
  margin-right:-8px;
}
.hero-art::before{
  width:86%;
  height:68%;
  left:9%;
  top:16%;
  background:radial-gradient(ellipse,rgba(87,46,205,.10) 0%,rgba(46,31,121,.045) 44%,transparent 74%);
  filter:blur(20px);
}
.hero-scene{
  width:100%;
  height:auto;
  max-width:760px;
  max-height:300px;
  object-fit:contain;
  object-position:right center;
  opacity:.46;
  filter:saturate(.94) brightness(.91) contrast(.97);
}

/* Less rounded public-facing surfaces. Keep pills/avatars semantic and compact. */
.card{border-radius:8px}
.ticker{border-radius:7px}
.pricing{border-radius:8px}
.bottom-cta{border-radius:8px}
.performance-stat{border-radius:8px}
.trade-outcome{border-radius:8px}
.performance-api-unavailable{border-radius:8px}

#fitur .card.feature-card{
  border-radius:7px;
}
#fitur .feature-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
#fitur .feature-icon img{
  width:50px;
  height:50px;
  object-fit:contain;
  display:block;
}

@media(max-width:900px){
  .hero-art{height:250px;justify-content:center;margin-right:0}
  .hero-scene{max-width:680px;max-height:245px;object-position:center}
}
@media(max-width:620px){
  .hero-art{height:205px;margin-top:4px}
  .hero-scene{max-height:200px;opacity:.40}
  #fitur .card.feature-card{border-radius:7px}
  #fitur .feature-icon,
  #fitur .feature-icon img{width:46px;height:46px}
  #fitur .feature-icon{flex-basis:46px}
  .performance-stat,.trade-outcome,.performance-api-unavailable{border-radius:7px}
}


/* ===== v14 larger chart hero + supplied hero copy ===== */
@media(min-width:901px){
  .hero{padding-top:26px;padding-bottom:12px}
  .hero-grid{
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
    gap:4px;
    min-height:390px;
  }
  .hero-copy{padding-right:4px}
  .hero-copy h1{max-width:610px}
  .hero-copy .lead{max-width:585px}
  .hero-art{
    height:380px;
    margin-right:-54px;
    margin-left:-18px;
    justify-content:flex-end;
  }
  .hero-art::before{
    width:94%;
    height:76%;
    left:4%;
    top:12%;
    opacity:.72;
  }
  .hero-scene{
    width:116%;
    max-width:920px;
    max-height:370px;
    object-position:right center;
    opacity:.37;
    transform:translateX(10px) scale(1.04);
    transform-origin:right center;
  }
}
@media(max-width:900px){
  .hero-copy h1{max-width:660px;margin-left:auto;margin-right:auto}
  .hero-copy .lead{max-width:620px}
  .hero-art{height:285px;margin-top:2px}
  .hero-scene{width:min(112%,760px);max-width:760px;max-height:280px;opacity:.36}
}
@media(max-width:620px){
  .hero-art{height:220px;margin-top:2px}
  .hero-scene{width:112%;max-width:none;max-height:215px;opacity:.34}
}

/* ===== v15 desktop hero chart alignment ===== */
/* Pull the chart toward the copy so the hero reads as one composition,
   while keeping the right-side Target/Entry/Invalidation labels inside frame. */
@media(min-width:901px){
  .hero-grid{
    grid-template-columns:minmax(0,.90fr) minmax(0,1.10fr);
    column-gap:0;
  }
  .hero-art{
    margin-left:-92px;
    margin-right:-12px;
    justify-content:flex-start;
  }
  .hero-art::before{
    left:1%;
  }
  .hero-scene{
    width:116%;
    max-width:920px;
    object-position:left center;
    transform:translateX(-6px) scale(1.04);
    transform-origin:left center;
  }
}


/* ===== v16 hero right-edge alignment + compact benefit row ===== */
.hero-benefits{
  margin-top:12px;
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  color:#c8cedd;
  font-size:12px;
  line-height:1.2;
}
.hero-benefits>span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.hero-benefits .inline-icon{color:#a96cff;width:15px;height:15px}

@media(min-width:901px){
  .hero-art{
    margin-left:-82px;
    margin-right:0;
    justify-content:flex-end;
  }
  .hero-art::before{
    left:auto;
    right:0;
  }
  .hero-scene{
    width:126%;
    max-width:1010px;
    object-position:right center;
    transform:translateX(0) scale(1.04);
    transform-origin:right center;
  }
}
@media(max-width:900px){
  .hero-benefits{justify-content:center;gap:16px 20px}
}
@media(max-width:620px){
  .hero-benefits{gap:10px 16px;font-size:11px}
}


/* ===== v17 mobile hero full-bleed chart background + stronger headline ===== */
.hero-copy h1{
  text-transform:uppercase;
  font-weight:800;
}

@media(max-width:620px){
  /* Let the copy own the mobile hero. The market chart becomes full-bleed
     background artwork instead of consuming a separate vertical block. */
  .hero{
    position:relative;
    overflow:hidden;
    padding-top:0;
    padding-bottom:10px;
  }
  .hero-grid{
    position:relative;
    display:block;
    min-height:430px;
    padding:28px 0 12px;
  }
  .hero-copy{
    position:relative;
    z-index:3;
    width:100%;
    max-width:none;
    padding:0;
    text-align:left;
  }
  .hero-copy h1{
    width:100%;
    max-width:none;
    margin:0 0 16px;
    font-size:34px;
    line-height:1.02;
    letter-spacing:-.035em;
  }
  .hero-copy .lead{
    width:100%;
    max-width:360px;
    margin:0 0 20px;
    font-size:15px;
    line-height:1.55;
    color:#d3d7e2;
  }
  .hero-actions{
    position:relative;
    z-index:4;
    margin-top:18px;
  }
  .hero-benefits{
    position:relative;
    z-index:4;
    justify-content:flex-start;
    gap:11px 16px;
    margin-top:14px;
  }
  .hero-art{
    position:absolute;
    z-index:1;
    top:0;
    bottom:0;
    left:50%;
    width:100vw;
    height:100%;
    min-height:100%;
    margin:0;
    overflow:hidden;
    transform:translateX(-50%);
    justify-content:center;
    pointer-events:none;
  }
  .hero-art::before{
    content:"";
    position:absolute;
    z-index:2;
    inset:0;
    width:auto;
    height:auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border-radius:0;
    background:linear-gradient(180deg,rgba(5,8,22,.10) 0%,rgba(5,8,22,.28) 48%,rgba(5,8,22,.74) 100%);
    filter:none;
    opacity:1;
  }
  .hero-scene{
    position:absolute;
    z-index:1;
    top:0;
    left:50%;
    width:158vw;
    max-width:none;
    height:100%;
    max-height:none;
    object-fit:cover;
    object-position:55% center;
    margin:0;
    opacity:.23;
    transform:translateX(-50%);
    filter:saturate(.86) brightness(.82) contrast(.96);
  }
  .ticker{
    position:relative;
    z-index:5;
    margin-top:0;
  }
}

/* ===== v18 compact mobile hero height ===== */

@media(max-width:380px){
  .hero-grid{min-height:445px;padding-bottom:14px}
}


/* ===== v23 mobile centered hero + clean landing copy ===== */
@media(max-width:620px){
  .hero-copy{
    text-align:center;
  }
  .hero-copy h1{
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-copy .lead{
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-actions{
    justify-content:center;
  }
  .hero-benefits{
    justify-content:center;
  }
}

/* ===== v24 tablet landing layout ===== */
/* Tablet gets its own composition instead of inheriting the stacked mobile layout. */
@media(min-width:621px) and (max-width:1024px){
  .wrap{width:min(100% - 34px,var(--max))}

  .hero{
    padding:22px 0 14px;
    min-height:auto;
  }
  .hero-grid{
    display:grid !important;
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr) !important;
    gap:18px !important;
    align-items:center;
    min-height:350px !important;
    padding:0 !important;
  }
  .hero-grid .hero-copy,
  .hero-copy{
    order:0 !important;
    text-align:left !important;
    padding:0 0 0 8px;
  }
  .hero-copy h1{
    width:auto;
    max-width:430px !important;
    margin:0 0 15px !important;
    font-size:clamp(38px,5.1vw,46px) !important;
    line-height:1.01 !important;
  }
  .hero-copy .lead{
    width:auto;
    max-width:430px !important;
    margin:0 0 18px !important;
    font-size:14px;
    line-height:1.55;
  }
  .hero-actions{
    justify-content:flex-start !important;
    gap:10px;
    margin-top:0;
  }
  .hero-actions .btn{
    min-height:44px;
    padding:11px 16px;
  }
  .hero-benefits{
    justify-content:flex-start !important;
    gap:9px 14px;
    margin-top:12px;
    font-size:10.5px;
  }
  .hero-grid .hero-art,
  .hero-art{
    position:relative !important;
    inset:auto !important;
    order:0 !important;
    width:auto !important;
    height:300px !important;
    min-height:0 !important;
    margin:0 -18px 0 -24px !important;
    overflow:visible;
    transform:none !important;
    justify-content:center;
  }
  .hero-art::before{
    width:92%;
    height:72%;
    left:4%;
    right:auto;
    top:14%;
    bottom:auto;
    border-radius:50%;
    background:radial-gradient(ellipse,rgba(87,46,205,.11) 0%,rgba(46,31,121,.04) 48%,transparent 76%);
    filter:blur(18px);
    opacity:.8;
  }
  .hero-scene{
    position:relative !important;
    inset:auto !important;
    width:118% !important;
    max-width:620px !important;
    height:auto !important;
    max-height:290px !important;
    margin:0 !important;
    object-fit:contain;
    object-position:center;
    opacity:.38;
    transform:none !important;
  }

  /* Balanced 3 + 2 ticker grid. Avoid the lonely fifth item on tablet. */
  #market-ticker.ticker{
    display:grid !important;
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
    overflow:hidden;
  }
  #market-ticker .ticker-item,
  #market-ticker .ticker-item:nth-child(2n),
  #market-ticker .ticker-item:last-child{
    grid-column:span 2 !important;
    min-width:0;
    padding:12px 14px;
    border-right:1px solid #252c45 !important;
    border-bottom:1px solid #252c45 !important;
  }
  #market-ticker .ticker-item:nth-child(3){border-right:0 !important}
  #market-ticker .ticker-item:nth-child(n+4){grid-column:span 3 !important;border-bottom:0 !important}
  #market-ticker .ticker-item:nth-child(5){border-right:0 !important}
  #market-ticker .token{width:32px;height:32px;flex-basis:32px}
  #market-ticker .token img{width:32px;height:32px}
  #market-ticker .ticker-main{font-size:13px}
  #market-ticker .ticker-price{font-size:15px}
  #market-ticker .sub{font-size:11px}

  /* Keep the workflow horizontal on tablet. Mobile vertical timeline starts at 620px. */
  .section:has(.steps){padding:30px 0 34px}
  .section:has(.steps) .section-title{margin-bottom:24px}
  .steps{
    width:100%;
    max-width:900px !important;
    margin:0 auto !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:18px !important;
  }
  .step{
    position:relative;
    width:auto;
    display:flex !important;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:0 8px !important;
  }
  .step-visual{
    width:76px !important;
    min-height:76px !important;
    height:76px;
    margin:0 auto 11px !important;
  }
  .step-icon{
    width:76px !important;
    height:76px !important;
    flex:0 0 76px !important;
  }
  .step-icon .ui-svg{width:32px;height:32px}
  .step-number{
    width:32px;
    height:32px;
    min-width:32px;
    right:calc(100% + 9px) !important;
    left:auto !important;
    top:50% !important;
    font-size:15px;
    transform:translateY(-50%) !important;
  }
  .step h3{
    width:100%;
    max-width:230px !important;
    min-height:0 !important;
    margin:0 auto 6px !important;
    display:block !important;
    text-align:center !important;
    font-size:16px;
    line-height:1.25;
    transform:none !important;
  }
  .step p{
    width:100%;
    max-width:230px !important;
    min-height:0 !important;
    margin:0 auto !important;
    display:block !important;
    text-align:center !important;
    font-size:12px;
    line-height:1.5;
    transform:none !important;
  }
  .step:not(:last-child)::before,
  .step:not(:last-child)::after{
    display:none !important;
  }
}

/* Landscape tablets have extra room; let the hero breathe without desktop-sized typography. */
@media(min-width:1025px) and (max-width:1180px){
  .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:8px}
  .hero-copy h1{font-size:46px;max-width:540px}
  .hero-copy .lead{max-width:520px;font-size:15px}
  .hero-art{margin-left:-58px;margin-right:0}
  .hero-scene{width:120%;max-width:880px}
  .steps{max-width:980px;column-gap:22px}
}

/* ===== v33 guest navigation + FAQ ===== */
@media(min-width:901px){
  .nav:not(.nav-authenticated) .nav-inner{width:min(1360px,calc(100% - 44px))}
  .nav:not(.nav-authenticated) .nav-links{gap:28px;font-size:13px}
  .nav:not(.nav-authenticated) .nav-links>a:not(.btn){white-space:nowrap}
  .nav:not(.nav-authenticated) .nav-register-btn{min-width:132px;padding-inline:16px}
}
@media(min-width:901px) and (max-width:1100px){
  .nav:not(.nav-authenticated) .nav-links{gap:17px;font-size:12px}
  .nav:not(.nav-authenticated) .nav-register-btn{min-width:118px;padding-inline:13px}
  .nav:not(.nav-authenticated) .brand-logo-image{max-width:132px}
}
#fitur,#cara-kerja,#harga,#faq{scroll-margin-top:82px}
.faq-section{padding-top:30px;padding-bottom:46px}
.faq-wrap{max-width:920px}
.faq-heading{text-align:center;margin-bottom:17px}
.faq-heading .section-title{margin:6px 0 7px}
.faq-heading>p{margin:0;color:#9ea8bb;font-size:13px}
.faq-kicker{display:inline-block;color:#a987ff;font-size:10px;font-weight:800;letter-spacing:.12em}
.faq-list{border-top:1px solid #202945}
.faq-item{border-bottom:1px solid #202945;background:transparent}
.faq-item summary{position:relative;display:flex;align-items:center;min-height:54px;padding:12px 42px 12px 4px;color:#e8ebf4;font-size:14px;font-weight:700;cursor:pointer;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);color:#9b75ff;font-size:20px;font-weight:500;line-height:1}
.faq-item[open] summary:after{content:"−"}
.faq-item p{max-width:790px;margin:-2px 0 15px 4px;color:#aeb7c8;font-size:13px;line-height:1.65}
.faq-item summary:hover{color:#fff}
@media(max-width:900px){
  .mobile-nav .mobile-register-link{justify-content:center;margin-top:2px;min-height:44px;background:#6f3df4;border-color:#6f3df4}
  .mobile-nav .mobile-register-link:hover{background:#7a49f5}
}
@media(max-width:620px){
  .faq-section{padding-top:24px;padding-bottom:34px}
  .faq-heading{text-align:left;margin-bottom:13px}
  .faq-heading .section-title{text-align:left;font-size:22px}
  .faq-item summary{min-height:52px;padding-right:38px;font-size:13px;line-height:1.4}
  .faq-item p{margin-top:-1px;margin-right:28px;font-size:12px;line-height:1.6}
}
.pricing-launch{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:20px 22px;border-top:1px solid #3b2b6d;border-bottom:1px solid #3b2b6d;background:rgba(11,16,38,.52)}
.pricing-launch-kicker{color:#a987ff;font-size:10px;font-weight:800;letter-spacing:.1em}
.pricing-launch h2{margin:4px 0 5px;font-size:21px}
.pricing-launch p{max-width:650px;margin:0;color:#aeb7c8;font-size:12px;line-height:1.55}
.pricing-launch-price{text-align:right}
.pricing-launch-price strong{display:block;color:#b584ff;font-size:25px;line-height:1}
.pricing-launch-price span{display:block;margin-top:4px;color:#8994a9;font-size:10px}
@media(max-width:820px){.pricing-launch{grid-template-columns:1fr auto}.pricing-launch .btn{grid-column:1/-1;width:100%}.pricing-launch-price{align-self:start}}
@media(max-width:520px){.pricing-launch{grid-template-columns:1fr;gap:13px;padding:18px}.pricing-launch-price{text-align:left}.pricing-launch .btn{grid-column:auto}}


/* ===== v35 guest contact navigation ===== */
@media(min-width:1101px){
  .nav:not(.nav-authenticated) .nav-links{gap:23px}
}
@media(min-width:901px) and (max-width:1100px){
  .nav:not(.nav-authenticated) .nav-links{gap:13px;font-size:11.5px}
  .nav:not(.nav-authenticated) .nav-register-btn{min-width:112px;padding-inline:12px}
}
.nav-links>a.is-active{color:#fff}

/* ===== v37 sticky public/member navigation ===== */
html{scroll-padding-top:82px}
.nav{
  position:sticky;
  top:0;
  z-index:120;
  width:100%;
  background:rgba(4,8,23,.94);
  border-bottom:1px solid rgba(83,67,137,.34);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  box-shadow:0 8px 28px rgba(0,0,0,.12);
}
.nav-inner,
.nav-authenticated .nav-inner,
.nav:not(.nav-authenticated) .nav-inner{
  width:min(1360px,calc(100% - 44px));
}
.nav-authenticated .nav-links{gap:6px}
.nav-authenticated .auth-nav-links{gap:2px}
.nav-authenticated .auth-nav-links>a{padding-inline:10px}
.nav-authenticated .landing-user-menu{margin-left:2px}
@media(max-width:1180px) and (min-width:901px){
  .nav-inner,
  .nav-authenticated .nav-inner,
  .nav:not(.nav-authenticated) .nav-inner{width:min(100% - 32px,1360px)}
  .nav-authenticated .auth-nav-links>a{padding-inline:8px;font-size:12px}
  .nav-authenticated .landing-user-name{max-width:84px}
}
@media(max-width:900px){
  html{scroll-padding-top:72px}
  .nav{position:sticky;top:0;z-index:120}
  .nav-inner,
  .nav-authenticated .nav-inner,
  .nav:not(.nav-authenticated) .nav-inner{width:min(100% - 28px,1360px)}
  .mobile-nav{z-index:130}
}
@media(max-width:620px){
  html{scroll-padding-top:70px}
  .nav-inner,
  .nav-authenticated .nav-inner,
  .nav:not(.nav-authenticated) .nav-inner{width:calc(100% - 22px)}
}


/* v38 · Android app download CTA */
.hero-download-actions{align-items:stretch;gap:12px}
.app-download-btn{min-width:190px;min-height:58px;padding:9px 16px;border-radius:9px;background:#0a1020;border:1px solid rgba(138,112,238,.42);color:#f7f8ff;justify-content:flex-start;gap:11px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.app-download-btn:hover{transform:translateY(-1px);border-color:rgba(156,112,255,.75);background:#0d1427;box-shadow:0 14px 32px rgba(58,33,132,.2)}
.app-download-btn.app-download-play{background:linear-gradient(135deg,#6d35f6,#8143ff);border-color:transparent;box-shadow:0 12px 32px rgba(102,54,237,.25)}
.app-download-btn.app-download-play:hover{background:linear-gradient(135deg,#7540f8,#8c50ff);box-shadow:0 16px 36px rgba(102,54,237,.34)}
.app-download-btn.is-unavailable{cursor:pointer}
.app-download-icon{width:25px;height:25px;flex:0 0 25px;color:#fff;fill:currentColor}
.app-download-icon.play{width:27px;height:27px;flex-basis:27px}
.app-download-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;line-height:1.08;text-align:left}
.app-download-copy small{font-size:9px;font-weight:600;letter-spacing:.035em;color:rgba(238,241,255,.72);text-transform:uppercase}
.app-download-copy strong{display:flex;align-items:center;gap:6px;margin-top:3px;color:#fff;font-size:14px;font-weight:800;white-space:nowrap}
.app-download-copy strong em{font-style:normal;font-size:9px;font-weight:700;color:#bfc6db;border:1px solid rgba(150,161,190,.3);border-radius:4px;padding:2px 4px}
.app-download-play .app-download-copy strong em{color:#fff;border-color:rgba(255,255,255,.3)}
.app-modal-open{overflow:hidden}
.app-availability-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;opacity:0;transition:opacity .16s ease}
.app-availability-modal[hidden]{display:none!important}
.app-availability-modal.is-open{opacity:1}
.app-availability-backdrop{position:absolute;inset:0;border:0;background:rgba(2,5,15,.72);backdrop-filter:blur(7px);cursor:default}
.app-availability-dialog{position:relative;width:min(400px,100%);border:1px solid rgba(122,99,218,.38);border-radius:13px;background:#09111f;box-shadow:0 28px 80px rgba(0,0,0,.48);padding:27px 27px 24px;text-align:center;transform:translateY(8px) scale(.985);transition:transform .16s ease}
.app-availability-modal.is-open .app-availability-dialog{transform:translateY(0) scale(1)}
.app-availability-close{position:absolute;right:12px;top:10px;width:32px;height:32px;border:0;border-radius:7px;background:transparent;color:#8996aa;font-size:24px;line-height:1;cursor:pointer}
.app-availability-close:hover{background:#111c2d;color:#fff}
.app-availability-mark{width:48px;height:48px;margin:0 auto 14px;display:grid;place-items:center;border:1px solid rgba(147,109,255,.45);border-radius:11px;background:#11162a;color:#a971ff;font-weight:900;font-size:23px}
.app-availability-kicker{display:block;color:#8d78dc;font-size:9px;font-weight:800;letter-spacing:.15em;margin-bottom:7px}
.app-availability-dialog h2{margin:0;color:#f7f8ff;font-size:20px;line-height:1.25;letter-spacing:-.02em}
.app-availability-dialog p{margin:11px auto 20px;max-width:330px;color:#9ba7ba;font-size:12.5px;line-height:1.65}
.app-availability-action{min-width:112px;color:#fff!important}
@media(max-width:620px){.hero-download-actions{grid-template-columns:1fr 1fr;gap:8px}.app-download-btn{min-width:0;width:100%;min-height:56px;padding:8px 11px;gap:8px}.app-download-icon{width:22px;height:22px;flex-basis:22px}.app-download-icon.play{width:23px;height:23px;flex-basis:23px}.app-download-copy small{font-size:7.5px}.app-download-copy strong{font-size:11.5px;gap:4px}.app-download-copy strong em{font-size:7px;padding:1px 3px}.app-availability-dialog{padding:25px 20px 21px;border-radius:11px}}
@media(max-width:390px){.hero-download-actions{grid-template-columns:1fr}.app-download-btn{justify-content:center;max-width:250px;margin:0 auto}.app-download-copy{min-width:130px}}
.footer-tagline{margin-top:7px;color:#7f8ea4;font-size:10px;font-weight:600;letter-spacing:.01em;text-align:center}

/* ===== Public resolved history: entry / exit / PnL v063 ===== */
.trade-outcome-numbers{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin-top:13px;
}
.trade-price-flow{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
}
.trade-price-flow span{min-width:0}
.trade-price-flow small{
  display:block;
  margin-bottom:2px;
  color:#68748d;
  font-size:7.5px;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.35px;
}
.trade-price-flow strong{
  display:block;
  max-width:82px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#c7cede;
  font-size:9.5px;
  font-weight:700;
  line-height:1.2;
}
.trade-price-flow i{
  flex:0 0 auto;
  margin-top:8px;
  color:#526079;
  font-size:10px;
  font-style:normal;
}
.trade-pnl-block{
  flex:0 0 auto;
  text-align:right;
}
.trade-pnl-block>small{
  display:block;
  margin-bottom:2px;
  color:#68748d;
  font-size:7.5px;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.35px;
}
.trade-outcome-pnl{
  display:block;
  font-size:15px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.15px;
}
.trade-outcome-pnl.positive{color:#28ef8d}
.trade-outcome-pnl.negative{color:#ff6078}
.trade-outcome-pnl.neutral{color:#9ca7bb}
.trade-outcome-numbers + .trade-meta{
  margin-top:12px !important;
  padding-top:10px !important;
}
@media(max-width:620px){
  .trade-outcome-numbers{margin-top:12px}
  .trade-price-flow strong{max-width:94px;font-size:10px}
  .trade-outcome-pnl{font-size:16px}
  .trade-outcome-numbers + .trade-meta{margin-top:11px !important;padding-top:10px !important}
}

