/* === Base === */
:root {
  --bg: #0D1B2A;
  --surface: #132337;
  --surface-2: #1A2F47;
  --text: #F5EEE6;
  --text-muted: #8FA3BF;
  --accent: #FF5C28;
  --accent-dim: rgba(255, 92, 40, 0.15);
  --navy-light: #1E3A5F;
}

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

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

/* === Navigation === */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  border-bottom: 1px solid rgba(143, 163, 191, 0.12);
}

.nav-logo {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.nav-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* === Hero === */
.hero {
  padding: 80px 48px 96px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-headline {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.7;
}

/* === Hero Cards === */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-card-stack {
  position: relative;
  width: 100%;
  max-width: 380px;
}

.card {
  background: var(--surface);
  border: 1px solid rgba(143, 163, 191, 0.14);
  border-radius: 16px;
  padding: 20px 24px;
  position: relative;
  z-index: 1;
}

.card-1 { transform: rotate(-2deg) translateY(0); }
.card-2 { transform: rotate(1.5deg) translateY(-40px); }
.card-3 { transform: rotate(-1deg) translateY(-80px); }

.card-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.card-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255,92,40,0.12) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

/* === Manifesto === */
.manifesto {
  background: var(--surface);
  padding: 96px 48px;
  border-top: 1px solid rgba(143, 163, 191, 0.1);
  border-bottom: 1px solid rgba(143, 163, 191, 0.1);
}

.manifesto-inner {
  max-width: 860px;
  margin: 0 auto;
}

.manifesto-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}

.manifesto-statement {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 300;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.manifesto-emphasis {
  color: var(--accent);
  font-weight: 500;
}

.manifesto-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.manifesto-detail p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* === How It Works === */
.how {
  padding: 96px 48px;
}

.how-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.how-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 48px;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
}

.how-step { }

.step-number {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}

.step-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* === Results === */
.results {
  background: var(--surface);
  padding: 96px 48px;
  border-top: 1px solid rgba(143, 163, 191, 0.1);
  border-bottom: 1px solid rgba(143, 163, 191, 0.1);
}

.results-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.results-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 48px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 64px;
}

.result-item { }

.result-value {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}

.result-label {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 200px;
  line-height: 1.5;
}

.results-quote {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-top: 48px;
  border-top: 1px solid rgba(143, 163, 191, 0.12);
}

.results-quote blockquote {
  font-size: 22px;
  font-style: italic;
  color: var(--text);
  font-weight: 300;
  line-height: 1.5;
}

/* === Closing === */
.closing {
  padding: 120px 48px;
  text-align: center;
}

.closing-inner {
  max-width: 800px;
  margin: 0 auto;
}

.closing-headline {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 28px;
}

.closing-body {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* === Footer === */
.footer {
  padding: 48px;
  border-top: 1px solid rgba(143, 163, 191, 0.1);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-brand {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.footer-desc {
  font-size: 14px;
  color: var(--text-muted);
  flex: 1;
}

.footer-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--text-muted);
}

/* === Responsive === */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .hero { padding: 48px 24px 64px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .manifesto { padding: 64px 24px; }
  .manifesto-detail { grid-template-columns: 1fr; gap: 16px; }
  .how { padding: 64px 24px; }
  .how-grid { grid-template-columns: 1fr; gap: 36px; }
  .results { padding: 64px 24px; }
  .results-grid { grid-template-columns: 1fr; gap: 32px; }
  .closing { padding: 80px 24px; }
  .footer { padding: 32px 24px; }
  .footer-inner { flex-wrap: wrap; gap: 16px; }
}