:root{
  --navy: #0a0e1a;
  --navy-deep: #060911;
  --navy-card: #101728;
  --gold: #f6a821;
  --gold-2: #e8952e;
  --blue-accent: #3f5efb;
  --purple-accent: #9b4fdb;
  --text-muted: #b7bdc9;
  --text-faint: #7d8494;
  --border-soft: rgba(255,255,255,0.08);
}

*{ box-sizing: border-box; }

body{
  background-color: var(--navy);
  color: #fff;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

a{ text-decoration: none; }

.eyebrow{
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading{
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.section-sub{
  color: var(--text-muted);
  max-width: 560px;
}

section{ padding: 4.5rem 0; }
