:root {
  --navy: #0C1B33;
  --navy-mid: #112344;
  --navy-light: #1a3256;
  --gold: #E8A838;
  --gold-dim: rgba(232, 168, 56, 0.12);
  --text: #F0EDE6;
  --text-dim: rgba(240, 237, 230, 0.55);
  --text-muted: rgba(240, 237, 230, 0.35);
  --border: rgba(240, 237, 230, 0.08);
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--navy);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 2rem;
  background: rgba(12, 27, 51, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 0.75rem; }
.nav-logo { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -0.01em; }
.nav-badge { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); background: var(--gold-dim); border: 1px solid rgba(232, 168, 56, 0.25); padding: 0.2rem 0.55rem; border-radius: 20px; }

/* SHARED */
.section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }

/* HERO */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 8rem 2rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  gap: 4rem;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-glow { position: absolute; top: -20%; left: -10%; width: 70%; height: 80%; background: radial-gradient(ellipse at center, rgba(232,168,56,0.07) 0%, transparent 70%); }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(240,237,230,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(240,237,230,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
}
.hero-content { position: relative; z-index: 1; }
.hero-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.75rem;
  background: linear-gradient(160deg, #fff 0%, rgba(240,237,230,0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub { font-size: 1.1rem; line-height: 1.7; color: var(--text-dim); max-width: 480px; margin-bottom: 2.5rem; }
.hero-tickers { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.ticker { font-size: 0.75rem; font-weight: 500; color: var(--text-dim); background: var(--border); padding: 0.35rem 0.75rem; border-radius: 4px; }
.ticker-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; opacity: 0.5; }

/* TREASURY WIDGET */
.hero-visual { position: relative; z-index: 1; display: flex; justify-content: center; }
.treasury-widget {
  background: var(--navy-mid);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(232,168,56,0.08) inset;
}
.tw-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.tw-title { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
.tw-status { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #4ade80; background: rgba(74,222,128,0.12); padding: 0.2rem 0.5rem; border-radius: 20px; display: flex; align-items: center; gap: 0.3rem; }
.tw-status::before { content: ''; width: 5px; height: 5px; background: #4ade80; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.tw-body { display: flex; flex-direction: column; gap: 0.75rem; }
.tw-row { display: flex; justify-content: space-between; align-items: baseline; }
.tw-label { font-size: 0.75rem; color: var(--text-muted); }
.tw-val { font-size: 1.1rem; font-weight: 600; letter-spacing: -0.01em; }
.tw-val.gold { color: var(--gold); }
.tw-divider { height: 1px; background: var(--border); margin: 0.25rem 0; }
.tw-event { display: flex; align-items: flex-start; gap: 0.5rem; background: rgba(232,168,56,0.05); border: 1px solid rgba(232,168,56,0.1); border-radius: 8px; padding: 0.6rem 0.75rem; }
.tw-event-icon { color: var(--gold); font-size: 0.6rem; margin-top: 2px; flex-shrink: 0; }
.tw-event-text { font-size: 0.72rem; color: var(--text-dim); line-height: 1.4; }
.tw-sparkline { margin-top: 0.5rem; }
.tw-sparkline svg { width: 100%; height: 40px; }

/* PROBLEM */
.problem { background: var(--navy); padding: 6rem 2rem; }
.problem-inner { max-width: 1200px; margin: 0 auto; }
.problem-headline { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; letter-spacing: -0.01em; max-width: 700px; margin-bottom: 4rem; }
.problem-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.ps-item { border-left: 2px solid var(--gold); padding-left: 1.5rem; }
.ps-num { font-family: var(--font-display); font-size: 2.5rem; color: var(--gold); letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.ps-desc { font-size: 0.85rem; color: var(--text-dim); line-height: 1.5; }

/* SOLUTION */
.solution { background: var(--navy-mid); padding: 6rem 2rem; }
.solution-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.solution-headline { font-family: var(--font-display); font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 1.5rem; }
.solution-body { color: var(--text-dim); line-height: 1.7; margin-bottom: 1rem; font-size: 1rem; }
.comparison-card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }
.comparison-card.gold { border-color: rgba(232,168,56,0.2); background: rgba(232,168,56,0.04); }
.cc-header { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.75rem; }
.comparison-card.gold .cc-header { color: var(--gold); }
.cc-items { display: flex; flex-direction: column; gap: 0.5rem; }
.cc-item { font-size: 0.85rem; color: var(--text-dim); padding-left: 1.25rem; position: relative; }
.cc-item::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; }
.cc-item.crossed { text-decoration: line-through; opacity: 0.4; }
.cc-item.crossed::before { background: rgba(240,237,230,0.2); }
.comparison-card.gold .cc-item { color: var(--text); }
.comparison-card.gold .cc-item::before { background: var(--gold); }

/* FEATURES */
.features { background: var(--navy); padding: 6rem 2rem; }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-headline { font-family: var(--font-display); font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.2; letter-spacing: -0.01em; max-width: 600px; margin-bottom: 3.5rem; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feat-card { background: rgba(255,255,255,0.02); border: 1px solid var(--border); border-radius: 12px; padding: 1.75rem; transition: border-color 0.2s; }
.feat-card:hover { border-color: rgba(232,168,56,0.2); }
.feat-icon { margin-bottom: 1.25rem; }
.feat-title { font-size: 1rem; font-weight: 600; margin-bottom: 0.6rem; }
.feat-desc { font-size: 0.85rem; color: var(--text-dim); line-height: 1.6; }

/* HOW */
.how { background: var(--navy-mid); padding: 6rem 2rem; }
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-headline { font-family: var(--font-display); font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 3.5rem; }
.steps { display: flex; align-items: flex-start; gap: 2rem; }
.step { flex: 1; }
.step-num { font-family: var(--font-display); font-size: 2.5rem; color: var(--gold); opacity: 0.4; margin-bottom: 0.75rem; }
.step-title { font-size: 1rem; font-weight: 600; margin-bottom: 0.6rem; }
.step-desc { font-size: 0.85rem; color: var(--text-dim); line-height: 1.6; }
.step-arrow { font-size: 1.5rem; color: var(--gold); opacity: 0.4; margin-top: 2.5rem; flex-shrink: 0; }

/* MANIFESTO */
.manifesto { background: var(--navy); padding: 6rem 2rem; }
.manifesto-inner { max-width: 900px; margin: 0 auto; }
.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 2rem;
  font-style: italic;
  position: relative;
  padding-left: 2rem;
}
.manifesto-quote::before { content: ''; position: absolute; left: 0; top: 0.25rem; bottom: 0.25rem; width: 3px; background: var(--gold); border-radius: 2px; }
.manifesto-sub { font-size: 0.95rem; color: var(--text-dim); line-height: 1.8; }

/* CLOSING */
.closing { background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy-light) 100%); padding: 8rem 2rem; text-align: center; }
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
.closing-headline { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 2.5rem; }
.closing-vision p { color: var(--text-dim); font-size: 1.05rem; line-height: 1.7; max-width: 600px; margin: 0 auto; }

/* FOOTER */
.footer { background: var(--navy); border-top: 1px solid var(--border); padding: 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: var(--font-display); font-size: 1.1rem; }
.footer-tagline { font-size: 0.8rem; color: var(--text-muted); margin-left: 1rem; }
.footer-meta { font-size: 0.75rem; color: var(--text-muted); }

/* MOBILE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; padding-top: 6rem; gap: 3rem; }
  .hero-headline { font-size: 2.5rem; }
  .problem-stats { grid-template-columns: 1fr; }
  .solution-inner { grid-template-columns: 1fr; gap: 3rem; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; gap: 1.5rem; }
  .step-arrow { display: none; }
  .footer-inner { flex-direction: column; gap: 0.75rem; text-align: center; }
  .closing-headline br { display: none; }
}
