:root {
  --midnight: #0B1F3B;
  --navy: #142F5E;
  --navy-mid: #1a3a72;
  --navy-light: #1e4480;
  --blue-pale: #e8eef7;
  --gold: #C89B3C;
  --gold-light: #d4a94a;
  --white: #ffffff;
  --text-muted: #6b7fa3;
  --text-dim: #4a5f82;
  --border: rgba(255,255,255,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--midnight);
  color: var(--white);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 999;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 56px;
  background: rgba(11,31,59,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-logo img { height: 28px; width: auto; display: block; }
.nav-wordmark {
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.2px;
}
.nav-wordmark span { color: var(--gold); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }

.nav-cta {
  padding: 9px 22px;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--gold); color: var(--midnight); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 56px 80px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(26,58,114,0.5) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 100% 100%, rgba(20,47,94,0.4) 0%, transparent 60%),
    linear-gradient(160deg, #0B1F3B 0%, #0d2448 50%, #0B1F3B 100%);
}

.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 30% 50%, black 0%, transparent 100%);
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 6px;
  background: rgba(200,155,60,0.1);
  border: 1px solid rgba(200,155,60,0.2);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.1s forwards;
}
.hero-badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.hero-badge span { font-size: 12px; color: var(--gold); font-weight: 400; }

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5.5vw, 80px);
  font-weight: 300;
  line-height: 1.06;
  color: var(--white);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.25s forwards;
}
h1 em { font-style: italic; color: var(--blue-pale); }

.hero-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 440px;
  margin-bottom: 44px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.4s forwards;
}

.hero-form {
  display: flex;
  max-width: 440px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.55s forwards;
}
.hero-form input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.hero-form input::placeholder { color: rgba(255,255,255,0.25); }
.hero-form input:focus { border-color: rgba(200,155,60,0.4); }
.hero-form button {
  padding: 14px 26px;
  background: var(--gold);
  color: var(--midnight);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.hero-form button:hover { background: var(--gold-light); }

.hero-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-dim);
  opacity: 0;
  animation: fadeUp 0.7s ease 0.7s forwards;
}

.hero-visual {
  display: flex;
  justify-content: center;
  position: relative;
  opacity: 0;
  animation: fadeIn 1.2s ease 0.5s forwards;
}

.visual-stack { position: relative; width: 380px; height: 420px; }
.gold-line {
  position: absolute;
  left: -20px; top: 20%; bottom: 20%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
  opacity: 0.5;
}

.panel {
  position: absolute;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.07);
}
.panel-1 {
  width: 300px; height: 180px;
  top: 0; right: 0;
  background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy) 100%);
  padding: 24px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.panel-2 {
  width: 260px; height: 140px;
  top: 196px; left: 0;
  background: var(--navy);
  padding: 20px 24px;
  display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.panel-3 {
  width: 180px; height: 100px;
  bottom: 0; right: 20px;
  background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-mid) 100%);
  padding: 16px 20px;
  display: flex; align-items: center; gap: 14px;
}
.panel-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-dim); }
.panel-value { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--white); }
.panel-sub { font-size: 12px; color: var(--text-muted); }
.bar-row { display: flex; flex-direction: column; gap: 5px; }
.bar-label { font-size: 11px; color: var(--text-muted); display: flex; justify-content: space-between; }
.bar-track { height: 3px; background: rgba(255,255,255,0.08); }
.bar-fill { height: 100%; background: var(--navy-light); }
.bar-fill.gold { background: var(--gold); }
.mini-icon {
  width: 36px; height: 36px;
  background: rgba(200,155,60,0.12);
  border: 1px solid rgba(200,155,60,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.panel-3-title { font-size: 13px; font-weight: 500; color: var(--white); margin-bottom: 2px; }
.panel-3-sub { font-size: 11px; color: var(--text-muted); }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--navy);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-muted); }
.trust-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

/* ── STATS ── */
.stats-wrapper { background: var(--midnight); padding: 80px 56px; }
.stats {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}
.stat {
  background: var(--midnight);
  padding: 40px 32px;
  border-top: 2px solid transparent;
  transition: border-color 0.3s;
}
.stat:hover { border-color: var(--navy-mid); }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-accent { color: var(--gold); }
.stat-label { font-size: 13px; color: var(--text-muted); font-weight: 300; line-height: 1.5; }

/* ── QUIZ SECTION ── */
.quiz-section {
  background: var(--navy);
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}

.quiz-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,155,60,0.3), transparent);
}

.quiz-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,155,60,0.3), transparent);
}

.quiz-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 70% at 50% 50%, rgba(11,31,59,0.5) 0%, transparent 70%);
  pointer-events: none;
}

.quiz-layout {
  position: relative; z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.quiz-intro { padding-top: 8px; }
.quiz-intro .section-eyebrow { margin-bottom: 16px; }

.quiz-intro-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}
.quiz-intro-title em { font-style: italic; color: var(--blue-pale); }

.quiz-intro-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.quiz-perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quiz-perk {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-muted);
}

.quiz-perk-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── QUIZ CARD ── */
.quiz-card {
  background: var(--midnight);
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
}

.quiz-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--gold), transparent 60%);
}

.quiz-progress { padding: 20px 32px 0; }

.quiz-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.quiz-progress-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.quiz-progress-step {
  font-size: 11px;
  color: var(--text-dim);
}

.quiz-progress-track {
  height: 2px;
  background: rgba(255,255,255,0.06);
}

.quiz-progress-fill {
  height: 100%;
  background: var(--gold);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.quiz-screen {
  display: none;
  padding: 28px 32px 32px;
  animation: fadeSlide 0.4s ease forwards;
}
.quiz-screen.active { display: block; }

@keyframes fadeSlide {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}

.question-tag {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 12px;
}

.question-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 24px;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: var(--text-muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  transition: all 0.2s;
}
.option:hover { border-color: rgba(200,155,60,0.3); background: rgba(200,155,60,0.04); color: var(--white); }
.option.selected { border-color: var(--gold); background: rgba(200,155,60,0.07); color: var(--white); }

.option-bullet {
  width: 18px; height: 18px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.option.selected .option-bullet { border-color: var(--gold); background: var(--gold); }
.option.selected .option-bullet::after {
  content: '';
  width: 6px; height: 6px;
  background: var(--midnight);
  border-radius: 50%;
}

.empathy {
  display: none;
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(26,58,114,0.3);
  border-left: 2px solid rgba(200,155,60,0.4);
}
.empathy.visible { display: block; animation: fadeSlide 0.4s ease forwards; }

.empathy-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: var(--blue-pale);
  line-height: 1.6;
}

.btn-next {
  margin-top: 20px;
  padding: 13px 28px;
  background: var(--gold);
  color: var(--midnight);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: background 0.2s, opacity 0.3s, transform 0.2s;
}
.btn-next.visible { opacity: 1; pointer-events: all; }
.btn-next:hover { background: var(--gold-light); transform: translateY(-1px); }

/* Email screen */
.score-teaser {
  display: flex;
  gap: 1px;
  background: rgba(255,255,255,0.05);
  margin-bottom: 20px;
}
.score-item {
  flex: 1;
  background: var(--midnight);
  padding: 14px 12px;
  text-align: center;
}
.score-item-val { font-size: 22px; margin-bottom: 3px; line-height: 1; }
.score-item-label { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-dim); }
.score-item-name { font-size: 11px; color: var(--text-muted); margin-top: 3px; }

.email-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 8px;
}
.email-sub {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 20px;
}

.email-form { display: flex; flex-direction: column; gap: 8px; }
.email-form input {
  padding: 13px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.email-form input::placeholder { color: rgba(255,255,255,0.2); }
.email-form input:focus { border-color: rgba(200,155,60,0.4); }
.email-form button {
  padding: 14px;
  background: var(--gold);
  color: var(--midnight);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.email-form button:hover { background: var(--gold-light); }
.email-privacy { margin-top: 10px; font-size: 12px; color: var(--text-dim); }

/* Success screen */
.success-check {
  width: 48px; height: 48px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.success-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 10px;
}
.success-sub {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 20px;
}
.success-summary {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 16px 20px;
  margin-bottom: 16px;
}
.summary-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.summary-row {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 13px;
}
.summary-row:last-child { border-bottom: none; padding-bottom: 0; }
.summary-q { color: var(--text-dim); flex-shrink: 0; width: 18px; }
.summary-a { color: var(--blue-pale); font-style: italic; }

.btn-cta-final {
  display: block;
  text-align: center;
  padding: 13px;
  border: 1px solid rgba(200,155,60,0.3);
  color: var(--gold);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-cta-final:hover { background: rgba(200,155,60,0.08); border-color: var(--gold); }

/* ── FEATURES ── */
.features {
  padding: 100px 56px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 64px;
  max-width: 560px;
}
.section-title em { font-style: italic; color: var(--blue-pale); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.05);
}
.feature {
  background: var(--midnight);
  padding: 44px 36px;
  transition: background 0.3s;
}
.feature:hover { background: #0d2244; }
.feature-num { font-size: 11px; letter-spacing: 1.5px; color: var(--text-dim); margin-bottom: 18px; }
.feature-icon {
  width: 38px; height: 38px;
  background: rgba(26,58,114,0.6);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.feature-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
}
.feature-desc { font-size: 13.5px; font-weight: 300; line-height: 1.75; color: var(--text-muted); }

/* ── QUOTE ── */
.quote-section {
  background: var(--navy);
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}
.quote-section::before {
  content: '"';
  position: absolute;
  top: -20px; left: 40px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 240px;
  font-weight: 300;
  color: rgba(255,255,255,0.04);
  line-height: 1;
}
.quote-inner { max-width: 800px; margin: 0 auto; position: relative; }
.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.45;
  margin-bottom: 32px;
}
.quote-text em { font-style: italic; color: var(--blue-pale); }
.quote-rule { width: 36px; height: 1px; background: var(--gold); margin-bottom: 14px; }
.quote-author { font-size: 13px; color: var(--white); font-weight: 500; }
.quote-role { font-size: 13px; color: var(--text-muted); margin-top: 3px; }

/* ── HOW ── */
.how { padding: 100px 56px; max-width: 1200px; margin: 0 auto; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 64px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 20px; left: 6%; right: 6%;
  height: 1px;
  background: var(--navy-mid);
  opacity: 0.5;
}
.step-num {
  width: 42px; height: 42px;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500;
  color: var(--white);
  margin-bottom: 22px;
  position: relative; z-index: 1;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
}
.step-desc { font-size: 13px; color: var(--text-muted); font-weight: 300; line-height: 1.7; }

/* ── CTA ── */
.cta {
  padding: 120px 56px;
  background: var(--navy);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,155,60,0.3), transparent);
}
.cta-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(11,31,59,0.5) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
}
.cta-title em { font-style: italic; color: var(--blue-pale); }
.cta-sub {
  font-size: 16px;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: 48px;
  max-width: 420px;
  margin-left: auto; margin-right: auto;
  line-height: 1.7;
}
.cta-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto 14px;
}
.cta-form input {
  flex: 1;
  padding: 16px 20px;
  background: rgba(11,31,59,0.6);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.cta-form input::placeholder { color: rgba(255,255,255,0.2); }
.cta-form input:focus { border-color: rgba(200,155,60,0.4); }
.cta-form button {
  padding: 16px 32px;
  background: var(--gold);
  color: var(--midnight);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.cta-form button:hover { background: var(--gold-light); }
.cta-note { font-size: 12px; color: var(--text-dim); }

/* ── FOOTER ── */
footer {
  background: var(--midnight);
  border-top: 1px solid var(--border);
  padding: 36px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand { font-size: 15px; font-weight: 500; color: var(--white); }
.footer-brand span { color: var(--gold); }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 12px; color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 12px; color: var(--text-dim); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── HAMBURGER MENU ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 12px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  background: rgba(11,31,59,0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px 24px;
  z-index: 99;
  flex-direction: column;
  gap: 0;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  font-size: 16px;
  color: var(--text-muted);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu a:hover { color: var(--white); }
.nav-mobile-cta {
  margin-top: 16px;
  padding: 14px;
  text-align: center;
  background: var(--gold);
  color: var(--midnight) !important;
  font-weight: 500;
  border: none !important;
}
.nav-mobile-cta:hover { background: var(--gold-light) !important; color: var(--midnight) !important; }

/* ── LANG TOGGLE ── */
.lang-btn {
  padding: 6px 14px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--text-muted);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
  margin-left: 16px;
}
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ── COOKIE BANNER ── */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9000;
  background: #070f1e;
  border-top: 1px solid rgba(200,155,60,0.25);
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
#cookie-banner.hidden { display: none; }
.cookie-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; max-width: 680px; }
.cookie-text a { color: var(--gold); text-decoration: underline; cursor: pointer; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-accept {
  padding: 9px 22px; background: var(--gold); color: var(--midnight);
  font-size: 13px; font-weight: 500; border: none; cursor: pointer;
  font-family: "DM Sans", sans-serif; transition: background 0.2s;
}
.btn-cookie-accept:hover { background: var(--gold-light); }
.btn-cookie-refuse {
  padding: 9px 22px; background: transparent; color: var(--text-muted);
  font-size: 13px; border: 1px solid rgba(255,255,255,0.15); cursor: pointer;
  font-family: "DM Sans", sans-serif; transition: all 0.2s;
}
.btn-cookie-refuse:hover { border-color: rgba(255,255,255,0.35); color: var(--white); }

/* ── CONSENT CHECKBOX ── */
.consent-row {
  display: flex; align-items: flex-start; gap: 10px; margin-top: 12px;
}
.consent-row input[type="checkbox"] {
  margin-top: 2px; flex-shrink: 0; width: 15px; height: 15px;
  accent-color: var(--gold); cursor: pointer;
}
.consent-label { font-size: 12px; color: var(--text-dim); line-height: 1.55; cursor: pointer; }
.consent-label a { color: var(--gold); text-decoration: underline; }

/* ── PRIVACY + CGU MODALS ── */
#privacy-modal, #cgu-modal {
  display: none; position: fixed; inset: 0; z-index: 8000;
  background: rgba(5,12,28,0.88); backdrop-filter: blur(6px);
  overflow-y: auto; padding: 40px 20px;
}
#privacy-modal.open, #cgu-modal.open { display: flex; align-items: flex-start; justify-content: center; }
.modal-box {
  background: var(--midnight); border: 1px solid rgba(255,255,255,0.1);
  max-width: 760px; width: 100%; padding: 48px 52px;
  position: relative; margin: auto;
}
.modal-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none; color: var(--text-muted);
  font-size: 24px; cursor: pointer; line-height: 1; transition: color 0.2s;
}
.modal-close:hover { color: var(--white); }
.modal-title {
  font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 300;
  color: var(--white); margin-bottom: 4px;
}
.modal-date { font-size: 12px; color: var(--text-dim); margin-bottom: 32px; }
.modal-section { margin-bottom: 26px; }
.modal-section h3 {
  font-size: 12px; font-weight: 500; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.modal-section p, .modal-section li {
  font-size: 13.5px; font-weight: 300; color: var(--text-muted); line-height: 1.75;
}
.modal-section ul { padding-left: 18px; }
.modal-section li { margin-bottom: 4px; }
.modal-section a { color: var(--gold); }
.modal-rule { height: 1px; background: var(--border); margin: 24px 0; }

/* ── FOOTER LEGAL ── */
.footer-legal {
  background: #070f1e; border-top: 1px solid rgba(255,255,255,0.04);
  padding: 18px 56px; text-align: center;
  font-size: 12px; color: var(--text-dim); line-height: 1.7;
}
.footer-legal a { color: rgba(200,155,60,0.55); text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }

/* ── TABLET — 961px to 1200px ── */
@media (min-width: 961px) and (max-width: 1200px) {
  nav { padding: 20px 32px; }
  .hero { padding: 110px 32px 72px; }
  .hero-inner { gap: 48px; }
  .visual-stack { width: 320px; height: 360px; }
  .features { padding: 80px 32px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .how { padding: 80px 32px; }
  .quiz-section { padding: 80px 32px; }
  .cta { padding: 100px 32px; }
  .stats-wrapper { padding: 60px 32px; }
  footer { padding: 32px; }
  .footer-legal { padding: 18px 32px; }
}

/* ── MOBILE & SMALL TABLET — up to 960px ── */
@media (max-width: 960px) {
  nav { padding: 16px 20px; min-height: 60px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .lang-btn { font-size: 11px; padding: 5px 10px; }
  .nav-hamburger { display: flex; }

  .hero { padding: 80px 20px 52px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; display: flex; justify-content: center; }
  .visual-stack { width: 260px; height: 295px; }
  .panel-1 { width: 220px; height: 135px; }
  .panel-2 { width: 190px; height: 115px; top: 148px; }
  .panel-3 { width: 150px; height: 84px; }
  .hero-form { flex-direction: column; max-width: 100%; }
  .hero-form input { border-right: 1px solid rgba(255,255,255,0.12); border-bottom: none; padding: 14px 16px; }
  .hero-form button { padding: 14px; font-size: 14px; }
  h1 { font-size: clamp(36px, 8vw, 52px); }

  .trust-bar { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px; }

  .stats-wrapper { padding: 32px 20px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 1px; }
  .stat { padding: 28px 20px; }
  .stat-number { font-size: 40px; }

  .quiz-section { padding: 52px 20px; }
  .quiz-layout { grid-template-columns: 1fr; gap: 32px; }
  .quiz-progress { padding: 16px 20px 0; }
  .quiz-screen { padding: 20px 20px 24px; }
  .question-text { font-size: 20px; }
  .option { padding: 14px; font-size: 14px; min-height: 52px; }
  .btn-next { width: 100%; justify-content: center; padding: 14px; }
  .email-form { gap: 10px; }
  .email-form button { padding: 15px; }
  .score-teaser { flex-direction: column; gap: 1px; }
  .score-item { padding: 12px; display: flex; align-items: center; gap: 12px; }
  .score-item-val { font-size: 20px; }

  .features { padding: 52px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature { padding: 32px 24px; }

  .quote-section { padding: 64px 20px; }

  .how { padding: 52px 20px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps::before { display: none; }
  .step { display: flex; gap: 20px; align-items: flex-start; text-align: left; }
  .step-num { margin-bottom: 0; flex-shrink: 0; }

  .cta { padding: 64px 20px; }
  .cta-form { flex-direction: column; max-width: 100%; }
  .cta-form input { border-right: 1px solid rgba(255,255,255,0.12); border-bottom: none; }
  .cta-form button { padding: 15px; }
  .consent-row[style*="max-width:480px"] { max-width: 100% !important; }

  footer { flex-direction: column; gap: 20px; text-align: center; padding: 24px 20px; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
  .footer-legal { padding: 16px 20px; }

  .modal-box { padding: 32px 24px; }
  .modal-title { font-size: 26px; }

  #cookie-banner { padding: 16px 20px; }

  .section-title { margin-bottom: 40px; }
  .hero-badge { font-size: 11px; }
}

/* ── SMALL MOBILE — up to 420px ── */
@media (max-width: 420px) {
  h1 { font-size: 32px; line-height: 1.1; }
  .hero { padding: 72px 16px 44px; }
  .quiz-section, .features, .how, .cta { padding-left: 16px; padding-right: 16px; }
  .stats { grid-template-columns: 1fr; }
  .visual-stack { width: 220px; height: 248px; }
  .panel-1 { width: 185px; height: 112px; }
  .panel-2 { width: 160px; height: 96px; top: 124px; }
  .panel-3 { width: 130px; height: 72px; }
  .features-grid { gap: 1px; }
  .step { flex-direction: column; gap: 12px; text-align: center; }
  .step-num { margin: 0 auto; }
}

/* ── PREVIEW MODE ───────────────────────────────────────────────────────────
   Quiz + email CTAs hidden by default. Add ?preview=1 to the URL to reveal.
   To fully re-enable for everyone: remove this block and the JS guard in app.js.
   ────────────────────────────────────────────────────────────────────────── */
.preview-hidden { display: none !important; }
