/* AurumPilot · marketing landing — full-bleed, WOW design */

body.landing { font-family: Manrope, Inter, -apple-system, system-ui, sans-serif; }
body.landing main.page { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.landing .product-nav, body.landing .site-footer { display: none; }

/* ---------- design tokens ---------- */
body.landing {
  --bg: #07090f;
  --bg-2: #0a0d15;
  --panel: #0f1320;
  --panel-2: #131826;
  --line: #1f2638;
  --line-soft: #15192a;
  --ink: #e5e7eb;
  --ink-2: #b3b6c2;
  --mute: #6b7280;
  --gold: #ffd54f;
  --gold-2: #facc15;
  --blue: #3b82f6;
  --blue-2: #60a5fa;
  --green: #22c55e;
  --red: #ef4444;
  --max: 1280px;
}
body.landing { background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; }
body.landing h1, body.landing h2, body.landing h3, body.landing h4, body.landing .display {
  font-family: Manrope, Inter, sans-serif; font-weight: 800; letter-spacing: -0.025em; line-height: 1.05;
}
.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

/* ---------- ticker bar ---------- */
.ticker-bar {
  background: linear-gradient(180deg, #0a0d15 0%, #07090f 100%);
  border-bottom: 1px solid var(--line); padding: 10px 24px; font-size: 13px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  position: sticky; top: 0; z-index: 80; backdrop-filter: blur(8px);
}
.ticker-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ticker-bar .t-pulse { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 700; letter-spacing: 1px; font-size: 11px; }
.ticker-bar .t-pulse .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(34,197,94,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(34,197,94,.7)} 70%{box-shadow:0 0 0 8px rgba(34,197,94,0)} 100%{box-shadow:0 0 0 0 rgba(34,197,94,0)} }
.ticker-bar .t-pair { color: var(--gold); font-weight: 700; }
.ticker-bar .t-px { color: var(--ink); font-weight: 600; min-width: 80px; transition: color .25s; }
.ticker-bar .t-px.ask { color: var(--green); }
.ticker-bar .t-px.up { color: var(--green); }
.ticker-bar .t-px.down { color: var(--red); }
.ticker-bar .t-meta { color: var(--mute); }
.ticker-bar .t-src { color: var(--ink-2); }
.ticker-bar .t-grow { flex: 1; }
@media (max-width: 720px) { .ticker-bar .t-src, .ticker-bar .t-meta:last-child { display: none; } }

/* ---------- topbar nav ---------- */
.topbar {
  display: flex; align-items: center; gap: 32px;
  max-width: var(--max); margin: 0 auto; padding: 26px 32px;
}
.topbar .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.topbar .brand-mark { color: var(--gold); font-size: 24px; transform: rotate(45deg); display: inline-block; line-height: 1; }
.topbar .brand-name { font-family: Manrope; font-weight: 800; font-size: 20px; color: var(--ink); letter-spacing: -0.02em; }
.topbar-links { display: flex; gap: 28px; margin-left: auto; }
.topbar-links a { color: var(--ink-2); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .15s; }
.topbar-links a:hover { color: var(--ink); }
.topbar-cta { display: flex; gap: 10px; }
.btn-ghost-sm, .btn-primary-sm {
  padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none;
  transition: all .15s; cursor: pointer; display: inline-block;
}
.btn-ghost-sm { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost-sm:hover { background: var(--panel); border-color: var(--line-soft); }
.btn-primary-sm { background: var(--ink); color: var(--bg); border: 1px solid var(--ink); }
.btn-primary-sm:hover { background: var(--ink-2); }
@media (max-width: 900px) { .topbar-links { display: none; } }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 88vh; display: flex; flex-direction: column;
  overflow: hidden; border-bottom: 1px solid var(--line-soft);
}
.hero .bg-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 1200px 600px at 20% 0%, rgba(255,213,79,0.10), transparent 65%),
    radial-gradient(ellipse 1000px 500px at 90% 20%, rgba(59,130,246,0.10), transparent 65%),
    radial-gradient(ellipse 800px 400px at 50% 100%, rgba(168,85,247,0.08), transparent 70%);
}
.hero .topbar, .hero .hero-stack, .hero .scroll-cue { position: relative; z-index: 1; }

.hero-stack { max-width: 1100px; margin: 60px auto 0; padding: 0 32px; text-align: center; flex: 1;
              display: flex; flex-direction: column; align-items: center; justify-content: center; }
.kicker {
  display: inline-block; padding: 6px 14px; border: 1px solid var(--line);
  background: var(--panel); border-radius: 100px; font-size: 12px;
  letter-spacing: 0.8px; text-transform: uppercase; color: var(--gold); font-weight: 600;
}
.display { font-size: clamp(44px, 7vw, 96px); margin: 22px 0; }
.display .grad {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub { font-size: clamp(17px, 1.8vw, 21px); color: var(--ink-2); max-width: 760px; line-height: 1.55; margin: 0 auto 36px; }
.hero-sub strong { color: var(--ink); }
.hero-cta { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }
.btn-primary { background: var(--ink); color: var(--bg); padding: 14px 26px; border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block; transition: all .15s; border: none; cursor: pointer; }
.btn-primary:hover { transform: translateY(-1px); }
.btn-primary.big { padding: 18px 32px; font-size: 16px; border-radius: 14px; }
.btn-primary.glow { box-shadow: 0 0 0 1px rgba(255,213,79,.4), 0 12px 60px rgba(255,213,79,.2); background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); color: #0b0e14; }
.btn-primary.glow:hover { box-shadow: 0 0 0 1px rgba(255,213,79,.6), 0 16px 80px rgba(255,213,79,.35); }
.btn-link { color: var(--ink-2); font-size: 14px; text-decoration: none; padding: 14px 14px; font-weight: 500; }
.btn-link:hover { color: var(--ink); }
.btn-ghost.block, .btn-primary.block { display: block; width: 100%; text-align: center; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  max-width: 1000px; margin: 60px auto 0; padding: 28px 0;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(20px); transition: all .8s .2s ease-out;
}
.hero-stats.on { opacity: 1; transform: none; }
.stat-pod { text-align: center; padding: 0 16px; border-right: 1px solid var(--line-soft); }
.stat-pod:last-child { border-right: none; }
.stat-pod b { display: block; font-family: Manrope; font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; color: var(--gold); letter-spacing: -0.03em; }
.stat-pod span { font-size: 11px; color: var(--mute); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
@media (max-width: 720px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } .stat-pod { border-right: none; border-bottom: 1px solid var(--line-soft); padding: 16px; } }

.scroll-cue { width: 22px; height: 36px; border: 1.5px solid var(--mute); border-radius: 20px; margin: 30px auto; position: relative; }
.scroll-cue span { position: absolute; top: 7px; left: 50%; width: 3px; height: 8px; background: var(--mute); border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.8s ease-in-out infinite; }
@keyframes scrolldot { 0%{transform:translate(-50%,0);opacity:0} 30%{opacity:1} 80%{transform:translate(-50%,12px);opacity:0} 100%{opacity:0} }

/* ---------- trust / broker logos ---------- */
.trust { padding: 36px 0; border-bottom: 1px solid var(--line-soft); background: var(--bg-2); }
.trust .container { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.trust-label { font-size: 11px; color: var(--mute); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }
.broker-row { display: flex; gap: 56px; flex-wrap: wrap; justify-content: center; align-items: center; max-width: 1100px; }
.broker-row .brk { opacity: 0.65; filter: grayscale(0.35); transition: all .25s; height: 36px; display: flex; align-items: center; }
.broker-row .brk:hover { opacity: 1; filter: none; transform: scale(1.05); }
.broker-row .brk svg { height: 36px; width: auto; max-width: 160px; }

/* ---------- powered by (tech partners) ---------- */
.powered-by { padding: 50px 0; background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.powered-by .container { display: flex; flex-direction: column; align-items: center; gap: 36px; }
.tech-row { display: flex; gap: 56px; flex-wrap: wrap; justify-content: center; align-items: flex-start; max-width: 1100px; }
.tech-logo { display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0.8; transition: opacity .2s; min-width: 130px; }
.tech-logo:hover { opacity: 1; }
.tech-logo svg { height: 32px; width: auto; }
.tech-logo small { font-size: 10px; color: var(--mute); letter-spacing: 0.5px; text-transform: uppercase; font-weight: 600; }

/* ---------- peer category strip ---------- */
.peer-strip { padding: 50px 0; background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.peer-strip .container { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.peer-row { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; }
.peer { padding: 8px 16px; border: 1px solid var(--line); border-radius: 100px; background: var(--panel); color: var(--ink-2); font-size: 13px; font-weight: 600; }
.peer-note { color: var(--mute); font-size: 13px; max-width: 580px; margin-top: 10px; }
.peer-note a { color: var(--gold); text-decoration: none; font-weight: 600; }
.peer-note a:hover { text-decoration: underline; }

/* ---------- trust badges grid ---------- */
.trust-badges-section { padding: 60px 0 80px; background: var(--bg-2); border-bottom: 1px solid var(--line-soft); }
.trust-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; }
.tb { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px; transition: all .2s; }
.tb:hover { border-color: var(--gold); transform: translateY(-2px); }
.tb-ic { font-size: 28px; display: block; margin-bottom: 12px; }
.tb h4 { font-size: 15px; color: var(--ink); font-weight: 700; margin-bottom: 8px; }
.tb p { font-size: 13px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 900px) { .trust-badges { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .trust-badges { grid-template-columns: 1fr; } }

/* ---------- sections ---------- */
.section { padding: 110px 0; position: relative; opacity: 0; transform: translateY(40px); transition: all .8s ease-out; }
.section.on { opacity: 1; transform: none; }
.section-head { max-width: 760px; margin: 0 auto 60px; }
.section-head.center { text-align: center; }
.eyebrow { display: inline-block; padding: 6px 14px; border: 1px solid var(--line); background: var(--panel); border-radius: 100px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 18px; }
.section-head h2.display { font-size: clamp(36px, 5vw, 64px); margin: 0 0 18px; }
.section-head .lead { font-size: clamp(15px, 1.5vw, 19px); color: var(--ink-2); line-height: 1.6; max-width: 640px; }
.section-head.center .lead { margin: 0 auto; }

/* ---------- proof / equity ---------- */
.proof-section { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.equity-card { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 36px; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.equity-svg { width: 100%; height: auto; display: block; }
.equity-svg .path-draw { stroke-dasharray: 3000; stroke-dashoffset: 3000; animation: drawEq 3s ease-out .3s forwards; }
@keyframes drawEq { to { stroke-dashoffset: 0; } }
.equity-footer {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 28px;
  padding-top: 28px; border-top: 1px solid var(--line-soft);
}
.equity-footer > div { display: flex; flex-direction: column; gap: 4px; }
.equity-footer .lbl { font-size: 11px; color: var(--mute); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.equity-footer strong { font-family: Manrope; font-size: 20px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
@media (max-width: 800px) { .equity-footer { grid-template-columns: 1fr 1fr; } }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.proof-grid .stat { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.proof-grid .stat h3 { font-size: 16px; color: var(--ink); margin-bottom: 14px; font-weight: 700; }
.proof-grid .bar-svg { width: 100%; height: auto; }
.proof-grid .micro { font-size: 12px; color: var(--ink-2); margin-top: 12px; }
@media (max-width: 800px) { .proof-grid { grid-template-columns: 1fr; } }

/* ---------- AI section ---------- */
.ai-section { background: var(--bg); border-top: 1px solid var(--line-soft); }
.ai-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.ai-rows { display: flex; flex-direction: column; gap: 28px; margin-top: 36px; }
.ai-row { display: flex; gap: 20px; align-items: flex-start; }
.ai-row .step { width: 44px; height: 44px; border-radius: 12px; background: var(--panel); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: JetBrains Mono; font-weight: 700; color: var(--gold); font-size: 13px; flex-shrink: 0; }
.ai-row h4 { font-size: 18px; color: var(--ink); margin-bottom: 4px; font-weight: 700; }
.ai-row p { font-size: 14px; color: var(--ink-2); line-height: 1.55; }

.ai-visual { position: relative; aspect-ratio: 1; max-width: 480px; margin: 0 auto; }
.ai-orb { position: absolute; inset: 25%; border-radius: 50%; background: radial-gradient(circle, var(--gold) 0%, var(--gold-2) 40%, transparent 65%); filter: blur(28px); opacity: 0.7; animation: pulse-orb 4s ease-in-out infinite; }
@keyframes pulse-orb { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.12); opacity: 0.85; } }
.ai-rays { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0deg, rgba(255,213,79,0.18) 60deg, transparent 120deg, rgba(59,130,246,0.18) 180deg, transparent 240deg, rgba(255,213,79,0.18) 300deg, transparent 360deg); animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.ai-labels { position: absolute; inset: 0; }
.ai-labels span { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); padding: 6px 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 100px; font-family: JetBrains Mono; font-size: 11px; color: var(--gold); white-space: nowrap; }

@media (max-width: 900px) { .ai-grid { grid-template-columns: 1fr; gap: 40px; } .ai-visual { max-width: 320px; } }

/* ---------- how it works ---------- */
.how-section { background: var(--bg-2); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.how-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 28px; transition: transform .25s, border-color .25s; }
.how-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.how-card .num { font-family: JetBrains Mono; font-weight: 700; color: var(--gold); font-size: 13px; letter-spacing: 1.5px; display: block; margin-bottom: 16px; }
.how-card h3 { font-size: 18px; color: var(--ink); margin-bottom: 8px; font-weight: 700; }
.how-card p { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 900px) { .how-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .how-grid { grid-template-columns: 1fr; } }

/* ---------- pricing ---------- */
.pricing-section { background: var(--bg); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.plan { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 36px 32px; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--gold); transform: scale(1.03); box-shadow: 0 0 0 1px rgba(255,213,79,.3), 0 24px 80px rgba(255,213,79,.12); }
.plan-tag { position: absolute; top: 20px; right: 20px; padding: 4px 10px; border-radius: 100px; font-size: 10px; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; background: var(--panel-2); color: var(--mute); border: 1px solid var(--line); }
.plan-tag.highlight { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.plan-tag.gold { background: rgba(255,213,79,.15); color: var(--gold); border-color: rgba(255,213,79,.3); }
.plan h3 { font-size: 20px; color: var(--ink); margin: 8px 0 16px; }
.plan-price { font-family: Manrope; font-weight: 800; color: var(--ink); font-size: 56px; letter-spacing: -0.04em; line-height: 1; margin-bottom: 24px; }
.plan-price .dollar { font-size: 28px; vertical-align: top; color: var(--ink-2); margin-right: 2px; }
.plan-price small { font-size: 14px; color: var(--mute); font-weight: 500; letter-spacing: 0; margin-left: 6px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.plan ul li { padding: 8px 0; font-size: 14px; color: var(--ink-2); border-bottom: 1px solid var(--line-soft); display: flex; align-items: flex-start; gap: 10px; }
.plan ul li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; }
.plan ul li strong { color: var(--ink); }
.btn-ghost.block { background: var(--panel-2); color: var(--ink); padding: 14px; border-radius: 12px; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid var(--line); transition: all .15s; }
.btn-ghost.block:hover { background: var(--panel); border-color: var(--ink-2); }
.plan-fp { display: block; text-align: center; margin-top: 10px; font-size: 11px; color: var(--mute); }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } .plan.featured { transform: none; } }

/* ---------- FAQ ---------- */
.faq-section { background: var(--bg-2); }
.faq-grid { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-grid details { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; transition: border-color .15s; }
.faq-grid details[open] { border-color: var(--gold); }
.faq-grid summary { padding: 22px 0; font-size: 17px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; position: relative; padding-right: 32px; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 24px; font-weight: 400; transition: transform .15s; }
.faq-grid details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-grid details p { padding: 0 0 22px; color: var(--ink-2); font-size: 14px; line-height: 1.65; }

/* ---------- final CTA ---------- */
.final-cta { padding: 140px 0; text-align: center; background:
  radial-gradient(ellipse at center, rgba(255,213,79,.10) 0%, transparent 65%), var(--bg); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.final-cta .display { font-size: clamp(40px, 6vw, 80px); margin: 0 0 20px; }
.final-cta p { font-size: 18px; color: var(--ink-2); margin-bottom: 36px; }

/* ---------- risk strip ---------- */
.risk-strip { background: var(--bg-2); padding: 28px 0 80px; }
.risk-strip .container { font-size: 12px; color: var(--mute); line-height: 1.7; }
.risk-strip strong { color: var(--ink-2); }
.risk-strip a { color: var(--ink-2); text-decoration: underline; }
