:root {
  --bg: #000000;
  --navy: #06102a;
  --blue: #0057ff;
  --blue-2: #1a3dff;
  --surface: #16161a;
  --surface-2: #1c1c22;
  --ink: #ffffff;
  --muted: #9aa0b4;
  --line: rgba(255,255,255,.08);
  --green: #30d158;
  --gold: #ffd60a;
  --danger: #ff453a;
  --font: "Sora", system-ui, sans-serif;
  --r: 16px;
  --shadow: 0 28px 80px rgba(0,40,140,.38);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
header { position: sticky; top: 0; z-index: 40; background: rgba(0,0,0,.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.04em; font-size: 17px; }
.mark { display: grid; grid-template-columns: repeat(4, 4px); gap: 3px; align-items: end; height: 18px; }
.mark i { display: block; background: var(--ink); border-radius: 1px; }
.mark i:nth-child(1) { height: 7px; }
.mark i:nth-child(2) { height: 12px; }
.mark i:nth-child(3) { height: 18px; }
.mark i:nth-child(4) { height: 10px; }
.links { display: flex; gap: 28px; font-size: 14px; color: var(--muted); font-weight: 600; }
.links a:hover { color: var(--ink); }
.cta { background: var(--blue); color: #fff; padding: 11px 18px; border-radius: 12px; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; }
.cta:hover { filter: brightness(1.12); }
.ghost { border: 1px solid var(--line); padding: 11px 18px; border-radius: 12px; font-weight: 600; font-size: 13px; color: var(--ink); }
.burger { display: none; width: 40px; height: 40px; border: 0; background: transparent; }
.burger span { display: block; height: 2px; background: #fff; margin: 6px 8px; }
.hero { position: relative; overflow: hidden; padding: 72px 0 0; min-height: 86vh; }
.hero::after { content: ""; position: absolute; right: -18%; bottom: -32%; width: 78%; height: 78%; background: radial-gradient(circle at 30% 0%, #2a62ff 0%, #0a2ad0 42%, #04124a 72%); border-radius: 50% 50% 0 70%; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: end; }
.kicker { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { font-size: clamp(40px, 5.6vw, 72px); line-height: .96; letter-spacing: -.055em; font-weight: 700; max-width: 10ch; }
.hero p.lead { margin: 22px 0 30px; color: var(--muted); font-size: 17px; max-width: 42ch; }
.row { display: flex; gap: 12px; flex-wrap: wrap; }
.pills { display: flex; gap: 22px; margin: 42px 0 28px; color: var(--muted); font-size: 12px; }
.pills b { display: block; color: var(--ink); font-size: 22px; letter-spacing: -.03em; }
.stage { display: flex; justify-content: center; padding-bottom: 36px; }
.phone { width: 320px; height: 640px; background: #0b0b0f; border: 10px solid #2a2a32; border-radius: 42px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.phone::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 92px; height: 22px; background: #000; border-radius: 16px; z-index: 3; }
.notch { display: flex; justify-content: space-between; padding: 14px 18px 6px; font-size: 11px; color: #c9c9d1; }
.screen { padding: 4px 12px 12px; height: calc(100% - 34px); }
.bar { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-bottom: 10px; }
.bar b { font-size: 14px; }
.cancel { color: #4da3ff; font-weight: 600; }
.wallet { background: var(--surface); border-radius: 12px; padding: 10px 12px; display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 10px; }
.wallet small { color: var(--muted); }
.chip { background: #2a2a32; border-radius: 8px; padding: 6px 8px; font-size: 11px; }
.panel { background: var(--surface-2); border-radius: 14px; padding: 12px; margin-bottom: 8px; }
.panel label { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.panel strong { font-size: 16px; }
.hint { color: var(--muted); font-size: 11px; margin-top: 6px; }
.seg { display: flex; background: #2a2a32; border-radius: 10px; overflow: hidden; margin-top: 8px; }
.seg button { flex: 1; border: 0; background: transparent; color: #fff; padding: 9px; font-size: 12px; font-weight: 700; cursor: pointer; }
.seg button.on { background: var(--blue); }
.calc { width: 100%; border-collapse: collapse; font-size: 11px; margin-top: 8px; }
.calc th, .calc td { border-top: 1px solid var(--line); padding: 7px 4px; text-align: left; }
.up { color: var(--green); font-weight: 700; }
.gold { color: var(--gold); font-weight: 700; }
.pay { display: block; width: 100%; margin-top: 10px; background: var(--blue); color: #fff; border: 0; border-radius: 12px; padding: 13px; font-weight: 700; cursor: pointer; }
.tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 12px; text-align: center; font-size: 10px; color: var(--muted); }
.tabs .on { color: #fff; }
.section { padding: 88px 0; }
.section h2 { font-size: clamp(28px, 4vw, 48px); letter-spacing: -.045em; line-height: 1.05; max-width: 16ch; }
.sub { color: var(--muted); margin: 14px 0 32px; max-width: 54ch; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tile { position: relative; overflow: hidden; border-radius: 22px; min-height: 220px; padding: 28px; background: linear-gradient(160deg, #0b1228, #0a1f66 55%, #041033); border: 1px solid var(--line); }
.tile::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 28px 28px; opacity: .5; }
.tile h3, .tile p, .tile .arrow { position: relative; }
.tile h3 { font-size: 28px; letter-spacing: -.03em; margin-top: 70px; }
.tile p { color: var(--muted); }
.arrow { position: absolute; top: 36px; left: 28px; right: 28px; height: 3px; background: var(--green); }
.arrow::after { content: ""; position: absolute; right: 0; top: -5px; border: 7px solid transparent; border-left-color: var(--green); }
.put { background: linear-gradient(200deg, #111 30%, #12307a); }
.call { background: linear-gradient(20deg, #111 35%, #0d2c88); }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { background: #0c0c12; border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.card h3 { margin-bottom: 8px; font-size: 18px; }
.card p { color: var(--muted); font-size: 14px; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: #b9c3d6; background: #08080c; border-radius: 10px; padding: 12px; margin-top: 14px; border: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.lp-phone .chart { height: 132px; margin: 8px 0; background: radial-gradient(120% 80% at 50% 100%, rgba(0,87,255,.35), transparent), #111; border-radius: 10px; position: relative; overflow: hidden; }
.lp-phone .chart svg { width: 100%; height: 100%; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 12px; color: var(--muted); }
.metrics b { color: var(--ink); }
.green { color: var(--green); }
footer { border-top: 1px solid var(--line); padding: 48px 0 32px; color: var(--muted); font-size: 13px; }
.fg { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 24px; }
footer a { display: block; margin-top: 8px; }
.fine { margin-top: 28px; font-size: 12px; }
@media (max-width: 900px) {
  .links { display: none; }
  .links.open { display: flex; position: absolute; top: 72px; left: 0; right: 0; background: #05050a; flex-direction: column; padding: 18px 24px 24px; gap: 14px; border-bottom: 1px solid var(--line); }
  .burger { display: block; }
  .hero-grid, .pair, .trio, .split, .fg { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 40px; }
  .hero h1 { max-width: none; }
}