:root {
  --bg: #0b0e14;
  --bg-soft: #121722;
  --card: #161d2c;
  --border: #232c40;
  --gold: #38bdf8;
  --gold-soft: #7dd3fc;
  --text: #e8ecf4;
  --muted: #93a0b8;
  --green: #2dd4a7;
  --red: #f4587a;
  --radius: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  /* Inter: sans-serif UI paling terbaca di layar (x-height tinggi) */
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
/* Space Grotesk: neo-grotesque display — standar fintech/SaaS modern */
h1, h2, h3, .logo, .btn, .plan .price, .stat .num, .proof-bar b,
.scard .v, .main-head h1, .funnel-node b, .step h3 {
  font-family: "Space Grotesk", "Inter", "Segoe UI", sans-serif;
}
h1 { letter-spacing: -0.03em; }
h2 { letter-spacing: -0.02em; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; }
h1, h2, h3 { line-height: 1.2; }
h2 { font-size: 2rem; margin-bottom: 12px; text-align: center; }
.sub { color: var(--muted); text-align: center; max-width: 640px; margin: 0 auto 40px; }

/* Nav */
nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 14, 20, .92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-weight: 800; font-size: 1.15rem; letter-spacing: .5px; color: var(--text); text-decoration: none; }
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .95rem; }
.nav-links a:hover { color: var(--text); }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 10px;
  font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
  border: none; transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  /* CTA hijau neon: kontras tertinggi vs halaman biru (isolation effect) + asosiasi profit */
  background: linear-gradient(135deg, #34d399, #059669); color: #03271c;
  box-shadow: 0 6px 26px rgba(52, 211, 153, .3);
}
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-sm { padding: 10px 18px; font-size: .9rem; }
.btn-block { display: block; width: 100%; text-align: center; }

/* Hero */
.hero { padding: 56px 0 44px; text-align: center; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% -10%, rgba(56, 189, 248, .14), transparent);
  pointer-events: none;
}
.badge {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: rgba(56, 189, 248, .12); color: var(--gold-soft);
  font-size: .85rem; font-weight: 600; margin-bottom: 20px;
  border: 1px solid rgba(56, 189, 248, .3);
}
.hero h1 { font-size: clamp(1.9rem, 5.4vw, 3.9rem); font-weight: 700; margin-bottom: 18px; line-height: 1.12; }
@media (max-width: 640px) { .hero h1 br { display: none; } }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #7dd3fc, #38bdf8 55%, #2563eb);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { color: var(--muted); font-size: 1.15rem; max-width: 620px; margin: 0 auto 32px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-note { color: var(--muted); font-size: .85rem; margin-top: 14px; }

/* Value props */
.grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px;
}
.card .icon { font-size: 1.8rem; margin-bottom: 12px; }
.card h3 { margin-bottom: 8px; font-size: 1.1rem; }
.card p { color: var(--muted); font-size: .95rem; }

/* Proof */
.proof-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-bottom: 24px; }
.stat { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; text-align: center; }
.stat .num { font-size: 2rem; font-weight: 800; color: var(--gold); }
.stat .lbl { color: var(--muted); font-size: .9rem; }
.proof-note { text-align: center; color: var(--muted); font-size: .85rem; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; }
.plan.popular { border-color: var(--gold); box-shadow: 0 0 32px rgba(56, 189, 248, .12); }
.plan .tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #16130a; font-size: .75rem; font-weight: 800;
  padding: 3px 14px; border-radius: 999px; white-space: nowrap;
}
.plan .price { font-size: 1.9rem; font-weight: 800; margin: 10px 0 2px; }
.plan .price .anchor {
  display: inline-block; margin-right: 8px; font-size: 1.05rem; font-weight: 600;
  color: var(--muted); text-decoration: line-through; vertical-align: 4px;
}
.plan .price small { font-size: .85rem; color: var(--muted); font-weight: 400; }
.plan .tagline { color: var(--muted); font-size: .88rem; margin-bottom: 16px; }
.plan ul { list-style: none; margin-bottom: 22px; flex: 1; }
.plan li { padding: 5px 0; font-size: .92rem; color: var(--text); }
.plan li::before { content: "✓ "; color: var(--green); font-weight: 700; }

/* FAQ */
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; }
.faq-item summary { padding: 16px 20px; cursor: pointer; font-weight: 600; list-style: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--gold); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 20px 16px; color: var(--muted); font-size: .95rem; }

/* Disclaimer & footer */
.disclaimer {
  background: rgba(244, 88, 122, .07); border: 1px solid rgba(244, 88, 122, .25);
  border-radius: var(--radius); padding: 20px 24px; color: var(--muted); font-size: .85rem;
}
.disclaimer strong { color: var(--red); }
footer { border-top: 1px solid var(--border); padding: 28px 0; color: var(--muted); font-size: .85rem; text-align: center; }

/* Tombol Telegram */
.tg-ic { width: 17px; height: 17px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; margin-right: 7px; }
#tg-fab {
  position: fixed; right: 22px; bottom: 92px; z-index: 99;
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #37b0e6, #229ed9); color: #fff;
  padding: 13px 20px; border-radius: 999px; text-decoration: none;
  font-weight: 800; font-size: .9rem; font-family: "Space Grotesk", sans-serif;
  box-shadow: 0 8px 28px rgba(34, 158, 217, .45);
  transition: transform .15s;
}
#tg-fab:hover { transform: translateY(-2px); }
#tg-fab svg { width: 20px; height: 20px; stroke: #fff; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* Chat widget */
#chat-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 100;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #059669); color: #03271c;
  border: none; font-size: 1.5rem; cursor: pointer;
  box-shadow: 0 8px 28px rgba(52, 211, 153, .35);
}
#chat-panel {
  position: fixed; right: 22px; bottom: 92px; z-index: 100;
  width: min(360px, calc(100vw - 44px)); height: 480px;
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: 16px;
  display: none; flex-direction: column; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .5);
}
#chat-panel.open { display: flex; }
.chat-head { padding: 14px 18px; background: var(--card); border-bottom: 1px solid var(--border); font-weight: 700; }
.chat-head small { display: block; color: var(--green); font-weight: 400; font-size: .75rem; }
#chat-msgs { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.msg { max-width: 85%; padding: 10px 14px; border-radius: 12px; font-size: .9rem; white-space: pre-wrap; }
.msg.bot { background: var(--card); border: 1px solid var(--border); align-self: flex-start; }
.msg.user { background: var(--gold); color: #16130a; align-self: flex-end; }
.quick-replies { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 8px; }
.quick-replies button {
  background: transparent; border: 1px solid var(--gold); color: var(--gold-soft);
  border-radius: 999px; padding: 5px 12px; font-size: .8rem; cursor: pointer;
}
.chat-input { display: flex; border-top: 1px solid var(--border); }
.chat-input input {
  flex: 1; background: transparent; border: none; outline: none;
  color: var(--text); padding: 14px; font-size: .95rem;
}
.chat-input button { background: none; border: none; color: var(--gold); font-weight: 700; padding: 0 18px; cursor: pointer; }

/* Modal (lead capture / checkout) */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0, 0, 0, .65); z-index: 200;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: 16px;
  padding: 30px; width: 100%; max-width: 420px;
}
.modal h3 { margin-bottom: 6px; }
.modal p { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.modal input {
  width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 8px;
  color: var(--text); padding: 12px 14px; font-size: .95rem; margin-bottom: 12px; outline: none;
}
.modal input:focus { border-color: var(--gold); }
.modal .close { float: right; background: none; border: none; color: var(--muted); font-size: 1.2rem; cursor: pointer; }

/* Pay page */
.pay-wrap { max-width: 460px; margin: 60px auto; padding: 0 20px; }
.pay-status { text-align: center; padding: 14px; border-radius: 10px; margin-top: 16px; font-size: .95rem; }
.pay-status.ok { background: rgba(45, 212, 167, .1); border: 1px solid rgba(45, 212, 167, .4); color: var(--green); }

/* ═══ v2 UI upgrade ═══════════════════════════════════════ */

/* Reveal-on-scroll animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Live ticker strip */
.ticker {
  background: var(--bg-soft); border-block: 1px solid var(--border);
  overflow: hidden; white-space: nowrap; padding: 10px 0; font-size: .85rem;
}
.ticker-track { display: inline-block; animation: ticker 40s linear infinite; }
.ticker-track span { margin-right: 42px; color: var(--muted); }
.ticker-track b.up { color: var(--green); }
.ticker-track b.down { color: var(--red); }
.ticker-track .sym { color: var(--gold); font-weight: 700; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Social proof bar */
.proof-bar { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; margin-top: 40px; }
.proof-bar div { color: var(--muted); font-size: .9rem; }
.proof-bar b { color: var(--text); font-size: 1.15rem; display: block; text-align: center; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; counter-reset: step; }
.step { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px 26px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -16px; left: 24px;
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #2563eb); color: #16130a;
  display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.step h3 { margin: 6px 0 8px; font-size: 1.05rem; }
.step p { color: var(--muted); font-size: .92rem; }

/* Sales funnel visual */
.funnel { display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap; }
.funnel-node {
  background: var(--card); border: 1px solid var(--border); border-radius: 12px;
  padding: 18px 20px; text-align: center; min-width: 150px; flex: 1; max-width: 210px;
}
.funnel-node .fi { font-size: 1.5rem; }
.funnel-node b { display: block; font-size: .92rem; margin-top: 6px; }
.funnel-node small { color: var(--muted); font-size: .78rem; }
.funnel-arrow { display: flex; align-items: center; padding: 0 10px; color: var(--gold); font-size: 1.3rem; }
@media (max-width: 760px) {
  .funnel { flex-direction: column; align-items: center; }
  .funnel-node { max-width: 320px; width: 100%; }
  .funnel-arrow { transform: rotate(90deg); padding: 4px 0; }
}

/* ═══ v3: Animated market background (hero) ═══════════════ */
#bg-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none; opacity: .9;
}
.hero .container { position: relative; z-index: 1; }
.hero::after { /* vignette supaya teks tetap kontras di atas animasi */
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 45%, transparent, rgba(11,14,20,.55) 80%);
}

/* ═══ v5: Galeri bukti profit (gambar asli, above the fold) ═ */
.proofgal-sec { padding: 40px 0 56px; background: var(--bg-soft); border-block: 1px solid var(--border); }
.proofgal {
  display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; align-items: stretch;
}
.pg-item {
  position: relative; border-radius: 14px; overflow: hidden; cursor: zoom-in;
  border: 1px solid var(--border); background: #17181c;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.pg-item:hover {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(56, 189, 248, .55);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .5), 0 0 34px rgba(56, 189, 248, .12);
}
.pg-item img { width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; min-height: 180px; }
.pg-item.tall { grid-row: span 2; }
.pg-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 14px 10px;
  background: linear-gradient(180deg, transparent, rgba(7, 9, 14, .92));
  font-size: .78rem; color: var(--text); display: flex; align-items: center; gap: 8px;
}
.pg-cap .dotv { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.pg-badge {
  position: absolute; top: 10px; left: 10px;
  background: rgba(7, 9, 14, .82); border: 1px solid rgba(56, 189, 248, .4);
  color: var(--gold-soft); font-size: .66rem; font-weight: 700; letter-spacing: .6px;
  padding: 3px 10px; border-radius: 999px; backdrop-filter: blur(4px);
}
.pg-badge.green { border-color: rgba(45, 212, 167, .45); color: var(--green); }
@media (max-width: 860px) {
  .proofgal { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .pg-item { flex: 0 0 82%; scroll-snap-align: center; }
  .pg-item.tall { grid-row: auto; }
}

/* Lightbox */
#lightbox {
  position: fixed; inset: 0; z-index: 300; background: rgba(5, 7, 11, .93);
  display: none; align-items: center; justify-content: center; padding: 26px; cursor: zoom-out;
}
#lightbox.open { display: flex; }
#lightbox img {
  max-width: 100%; max-height: 92vh; border-radius: 12px;
  border: 1px solid var(--border); box-shadow: 0 30px 90px rgba(0, 0, 0, .7);
}

/* ═══ v4: Bukti nyata — Discord mock + profit member ══════ */
.dc {
  max-width: 620px; margin: 0 auto; border-radius: 14px; overflow: hidden;
  background: #313338; border: 1px solid #1e1f22; text-align: left;
  font-family: "Inter", "Segoe UI", sans-serif;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.dc-head {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  background: #2b2d31; border-bottom: 1px solid #1e1f22;
  color: #dbdee1; font-weight: 700; font-size: .9rem;
}
.dc-head span.hash { color: #80848e; font-weight: 400; }
.dc-body { padding: 16px; display: flex; flex-direction: column; gap: 16px; }
.dc-msg { display: flex; gap: 12px; min-width: 0; }
.dc-av {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: .8rem; font-family: "Space Grotesk", sans-serif;
}
.dc-c { min-width: 0; flex: 1; }
.dc-name { color: #f2f3f5; font-weight: 600; font-size: .9rem; }
.dc-app {
  background: #5865f2; color: #fff; font-size: .6rem; font-weight: 700;
  padding: 1px 5px; border-radius: 4px; margin: 0 6px; vertical-align: 1px;
}
.dc-time { color: #80848e; font-size: .72rem; }
.dc-text { color: #dbdee1; font-size: .85rem; margin-top: 3px; overflow-wrap: break-word; }
.dc-embed {
  margin-top: 8px; background: #2b2d31; border-left: 4px solid var(--green);
  border-radius: 6px; padding: 12px 14px; max-width: 480px;
}
.dc-embed.blue { border-left-color: #5865f2; }
.dc-embed-title { color: #f2f3f5; font-weight: 700; font-size: .84rem; margin-bottom: 10px; }
.dc-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 14px; }
.dc-fields small { display: block; color: #b5bac1; font-size: .68rem; font-weight: 700; margin-bottom: 2px; }
.dc-fields b { color: #dbdee1; font-size: .8rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.dc-fields b.g { color: var(--green); }
.dc-foot { color: #80848e; font-size: .66rem; margin-top: 10px; letter-spacing: .4px; }

/* Profit member cards */
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 26px; }
.pcard { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; text-align: left; }
.pcard .pwho { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pcard .pav {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #2563eb); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .78rem;
  font-family: "Space Grotesk", sans-serif;
}
.pcard .pwho b { font-size: .88rem; display: block; }
.pcard .pwho small { color: var(--muted); font-size: .72rem; }
.pcard .pquote { color: var(--muted); font-size: .84rem; font-style: italic; margin-bottom: 12px; }
.trow {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 7px 0; border-top: 1px solid var(--border);
  font-size: .8rem; font-variant-numeric: tabular-nums;
}
.trow .tl b { font-weight: 600; }
.trow .tl small { color: var(--muted); display: block; font-size: .7rem; }
.trow .tp { font-weight: 700; color: var(--green); white-space: nowrap; }
.trow .tp.neg { color: var(--red); }
.ptotal { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: .84rem; }
.ptotal b { color: var(--green); font-family: "Space Grotesk", sans-serif; font-size: 1rem; }

/* Ikon SVG (ganti emoji) */
.icon-svg { width: 30px; height: 30px; stroke: var(--gold); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.funnel-node .icon-svg { width: 24px; height: 24px; }
#chat-fab svg { width: 26px; height: 26px; stroke: #03271c; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* Placeholder bukti profit member */
.proof-shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 34px; }
.shot {
  position: relative; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 4 / 5; background: var(--card);
}
.shot .shot-blur {
  position: absolute; inset: 0; filter: blur(7px) saturate(.8); opacity: .5;
  background:
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(147,160,184,.14) 34px 35px),
    linear-gradient(120deg, rgba(45,212,167,.25) 10%, transparent 40%),
    linear-gradient(240deg, rgba(56,189,248,.22) 5%, transparent 45%),
    var(--bg);
}
.shot .shot-label {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 18px; gap: 8px;
}
.shot .shot-label b { font-size: .9rem; }
.shot .shot-label small { color: var(--muted); font-size: .76rem; line-height: 1.5; }
.shot .pill { position: absolute; top: 12px; left: 12px; }

/* ═══ v3: Hero 2-kolom + AI Engine Terminal ═══════════════ */
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px;
  align-items: center; text-align: left; margin-top: 8px;
}
.hero-grid > div { min-width: 0; } /* cegah log nowrap terminal melebarkan kolom grid */
.hero-grid .hero-cta { justify-content: flex-start; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-grid .hero-cta { justify-content: center; }
}

.terminal {
  background: rgba(13, 17, 27, .9);
  border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; box-shadow: 0 24px 70px rgba(0, 0, 0, .55), 0 0 44px rgba(56, 189, 248, .07);
  font-family: "Cascadia Code", Consolas, "JetBrains Mono", monospace;
  position: relative;
}
.terminal::after { /* scanline halus */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.012) 3px 4px);
}
.t-head {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 16px; background: var(--card); border-bottom: 1px solid var(--border);
  font-size: .72rem; letter-spacing: 1px; color: var(--muted);
}
.t-dots { display: flex; gap: 6px; }
.t-dots i { width: 10px; height: 10px; border-radius: 50%; background: #2a3348; }
.t-dots i:first-child { background: #f4587a; }
.t-dots i:nth-child(2) { background: var(--gold); }
.t-dots i:nth-child(3) { background: var(--green); }
.t-live { margin-left: auto; color: var(--green); display: flex; align-items: center; font-size: .68rem; }

.t-chart { position: relative; height: 150px; background: rgba(0,0,0,.25); }
.t-chart canvas { width: 100%; height: 100%; display: block; }
.t-price {
  position: absolute; top: 10px; right: 12px;
  font-size: .95rem; font-weight: 700; padding: 3px 10px; border-radius: 6px;
  background: rgba(11,14,20,.75); border: 1px solid var(--border);
}
.t-price.up { color: var(--green); }
.t-price.down { color: var(--red); }
.t-sym { position: absolute; top: 12px; left: 12px; font-size: .72rem; color: var(--gold); letter-spacing: 1px; }

.t-metrics { display: grid; grid-template-columns: 1fr 1fr 1fr; border-block: 1px solid var(--border); }
.t-metrics > div { padding: 10px 14px; border-right: 1px solid var(--border); }
.t-metrics > div:last-child { border-right: none; }
.t-metrics small { display: block; color: var(--muted); font-size: .62rem; letter-spacing: 1px; margin-bottom: 3px; }
.t-metrics b { font-size: 1rem; }
.t-metrics b.up { color: var(--green); }

.t-log { height: 148px; overflow: hidden; padding: 10px 14px; font-size: .72rem; line-height: 1.75; }
.t-log div { opacity: 0; animation: login .3s ease forwards; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes login { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.t-log .ts { color: #4d5a75; margin-right: 8px; }
.t-log .lv-info { color: var(--muted); }
.t-log .lv-scan { color: #60a5fa; }
.t-log .lv-signal { color: var(--gold); font-weight: 700; }
.t-log .lv-win { color: var(--green); font-weight: 700; }
.t-log .lv-loss { color: var(--red); }
.t-cursor::after { content: "▌"; color: var(--gold); animation: pulse 1s infinite; }

.t-note { text-align: center; font-size: .72rem; color: var(--muted); margin-top: 10px; }

/* Signal preview card (hero) */
.signal-card {
  max-width: 380px; margin: 40px auto 0; text-align: left;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: 0 12px 40px rgba(0,0,0,.4);
}
.signal-card .sc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.signal-card .sc-pair { font-weight: 800; }
.signal-card .sc-dir { padding: 3px 12px; border-radius: 6px; font-size: .78rem; font-weight: 800; }
.sc-dir.buy { background: rgba(45,212,167,.15); color: var(--green); }
.sc-dir.sell { background: rgba(244,88,122,.15); color: var(--red); }
.signal-card .sc-rows { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; font-size: .85rem; }
.signal-card .sc-rows div { background: var(--bg); border-radius: 8px; padding: 8px 10px; }
.signal-card .sc-rows small { color: var(--muted); display: block; font-size: .72rem; }
.signal-card .sc-foot { margin-top: 10px; font-size: .78rem; color: var(--muted); display: flex; justify-content: space-between; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; margin-right: 6px; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testi { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.testi .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.testi p { color: var(--text); font-size: .93rem; font-style: italic; margin-bottom: 16px; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .avatar {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), #2563eb); color: #16130a; font-weight: 800;
}
.testi .who small { color: var(--muted); display: block; }

/* Final CTA band */
.cta-band {
  background: linear-gradient(135deg, rgba(56,189,248,.12), rgba(56,189,248,.03));
  border: 1px solid rgba(56,189,248,.3); border-radius: 20px;
  padding: 52px 30px; text-align: center;
}
.cta-band h2 { margin-bottom: 10px; }
.cta-band p { color: var(--muted); margin-bottom: 26px; }

@media (max-width: 640px) {
  .nav-links a:not(.btn) { display: none; }
  section { padding: 48px 0; }
}
