/* ============================================================
   MY CAR DEAL ADVISOR — Premium Design System
   Navy + Champagne Gold | Boutique Advisory Aesthetic
   ============================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@500;600;700&display=swap');

/* --- Design Tokens --- */
:root {
  /* Navy palette */
  --navy-900: #0a1628;
  --navy-800: #0f1f38;
  --navy-700: #142b4a;
  --navy-600: #1a3660;
  --navy-500: #1e4175;
  --navy-400: #2d5a9e;
  --navy-300: #4a7ec4;
  --navy-200: #8ab0df;
  --navy-100: #c5d8ef;
  --navy-50: #eaf1f9;

  /* Gold accent */
  --gold-500: #c9a96e;
  --gold-400: #d4ba88;
  --gold-300: #e0cca4;
  --gold-200: #e8d8ba;
  --gold-100: #f5eedd;
  --gold-50: #faf7f0;

  /* Neutrals */
  --white: #ffffff;
  --cream: #faf8f5;
  --gray-50: #f7f8fa;
  --gray-100: #eef0f4;
  --gray-200: #dde1e8;
  --gray-300: #c1c7d2;
  --gray-400: #8e96a6;
  --gray-500: #6b7488;
  --gray-600: #4e5668;
  --gray-700: #343a48;
  --gray-800: #1f2430;
  --gray-900: #0f1219;

  /* Semantic */
  --bg: var(--cream);
  --surface: var(--white);
  --ink: var(--navy-900);
  --muted: var(--gray-500);
  --accent: var(--gold-500);
  --accent-light: var(--gold-100);
  --line: var(--gray-200);

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(10, 22, 40, 0.04);
  --shadow-md: 0 8px 30px rgba(10, 22, 40, 0.06);
  --shadow-lg: 0 20px 60px rgba(10, 22, 40, 0.08);
  --shadow-xl: 0 30px 80px rgba(10, 22, 40, 0.12);

  /* Layout */
  --max: 1140px;
  --narrow: 820px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.2s ease; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/* --- Typography --- */
h1, h2 { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; }
h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}
h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
h3 {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

/* --- Layout --- */
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(var(--narrow), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.center { text-align: center; }

/* --- Navigation --- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 245, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(221, 225, 232, 0.6);
  transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: 0 4px 20px rgba(10, 22, 40, 0.06); }
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  white-space: nowrap;
}
.logo span { color: var(--gold-500); }

/* Brand text */
.logo {
  display: inline-flex;
  align-items: center;
}
.logo-text {
  display: inline-flex;
  align-items: center;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--navy-900);
  white-space: nowrap;
}
.logo-text span {
  color: var(--gold-500);
  font-weight: 800;
}
.footer-logo-text,
.brand-name,
.footer-logo .brand-name {
  display: inline-flex;
  align-items: center;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.footer-logo-text,
.footer-logo .brand-name {
  color: var(--white);
}
.footer-logo-text span,
.brand-name span,
.footer-logo .brand-name span {
  color: var(--gold-500);
  font-weight: 800;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-copy {
  display: inline-flex;
  align-items: center;
}
.brand-mark,
.brand-tag,
.logo-img,
.footer-logo-img {
  display: none !important;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-500);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.nav-links a:hover { color: var(--navy-900); background: var(--gray-50); }
.nav-links a.active { color: var(--navy-900); font-weight: 700; }

/* Mobile menu */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--navy-900);
}
.menu-toggle svg { width: 24px; height: 24px; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.2);
}
.btn-primary:hover { background: var(--navy-800); box-shadow: 0 12px 32px rgba(10, 22, 40, 0.25); }

.btn-gold {
  background: var(--gold-500);
  color: var(--navy-900);
  box-shadow: 0 8px 24px rgba(201, 169, 110, 0.25);
}
.btn-gold:hover { background: var(--gold-400); box-shadow: 0 12px 32px rgba(201, 169, 110, 0.3); }

.btn-outline {
  background: transparent;
  color: var(--navy-900);
  border: 2px solid var(--gray-200);
}
.btn-outline:hover { border-color: var(--navy-900); background: var(--navy-50); }

.btn-white {
  background: var(--white);
  color: var(--navy-900);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.1);
}
.btn-white:hover { box-shadow: 0 12px 32px rgba(10, 22, 40, 0.15); }

.btn-sm { padding: 10px 18px; font-size: 13px; border-radius: 10px; }
.btn-lg { padding: 18px 32px; font-size: 16px; border-radius: 14px; }
.btn-full { width: 100%; }

/* --- Badge / Pill --- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-100);
  color: var(--gold-500);
  border: 1px solid var(--gold-200);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.pill-navy {
  background: var(--navy-50);
  color: var(--navy-600);
  border-color: var(--navy-100);
}

/* --- Sub text --- */
.sub {
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  max-width: 640px;
}
.center .sub { margin-left: auto; margin-right: auto; }

/* --- Card --- */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.card:hover { box-shadow: var(--shadow-md); }
.card-flat { box-shadow: none; }
.card-flat:hover { box-shadow: none; }

/* --- Grids --- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* --- Eyebrow --- */
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-500);
  margin-bottom: 8px;
}

/* --- Gold Divider --- */
.divider {
  width: 60px;
  height: 2px;
  background: var(--gold-500);
  border: none;
  margin: 20px auto;
}

/* --- Note / Callout --- */
.note {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* --- Tables --- */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.table th, .table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}
.table th {
  background: var(--gray-50);
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.table tr:last-child td { border-bottom: none; }
.table tr:hover td { background: var(--gold-50); }

/* --- Forms --- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
label { font-size: 13px; font-weight: 700; color: var(--ink); }
input, select, textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}
textarea { min-height: 120px; resize: vertical; }
.checkbox-list { display: grid; gap: 12px; }
.checkrow {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.checkrow input { width: auto; margin-top: 4px; accent-color: var(--gold-500); }
.small { font-size: 12px; color: var(--gray-400); }

/* --- Footer --- */
.footer {
  padding: 60px 0 40px;
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.footer .logo { color: var(--white); font-size: 22px; }
.footer-desc {
  margin-top: 12px;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-heading {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-500);
  margin-bottom: 16px;
}
.footer-links { display: grid; gap: 10px; }
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: color 0.2s ease;
}
.footer-links a:hover { color: var(--gold-400); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}
.footer-disclaimer {
  max-width: 600px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
}

/* --- Animations --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.animate.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-delay-1 { transition-delay: 0.1s; }
.animate-delay-2 { transition-delay: 0.2s; }
.animate-delay-3 { transition-delay: 0.3s; }
.animate-delay-4 { transition-delay: 0.4s; }

/* --- Specific Components --- */

/* Hero Section */
.hero {
  padding: 80px 0 60px;
  background: linear-gradient(170deg, var(--navy-900) 0%, var(--navy-800) 45%, var(--navy-700) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero .pill {
  background: rgba(201, 169, 110, 0.15);
  border-color: rgba(201, 169, 110, 0.25);
  color: var(--gold-400);
}
.hero h1 { color: var(--white); }
.hero-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.8;
  max-width: 540px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.trust-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-500);
}

/* Hero testimonial card */
.hero-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: 32px;
  backdrop-filter: blur(10px);
}
.hero-card blockquote {
  padding-left: 20px;
  border-left: 3px solid var(--gold-500);
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.hero-card cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: var(--gold-400);
}
.hero-note {
  margin-top: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
.hero-note strong {
  display: block;
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

/* Proof strip */
.proof-strip {
  padding: 20px 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.proof-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  color: var(--gray-400);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.proof-items span { position: relative; }
.proof-items span::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  margin-right: 10px;
  vertical-align: middle;
}

/* Packages */
.package {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
}
.package:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.package.featured {
  background: var(--navy-900);
  border-color: var(--gold-500);
  color: var(--white);
  box-shadow: 0 24px 64px rgba(10, 22, 40, 0.2);
}
.package.featured:hover { box-shadow: 0 32px 72px rgba(10, 22, 40, 0.25); }
.package .tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-500);
  color: var(--navy-900);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.package .tier {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-500);
}
.package .price {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-family: 'Inter', sans-serif;
}
.package .price-sub {
  font-size: 12px;
  color: var(--gray-400);
  font-weight: 600;
}
.package.featured .price-sub { color: rgba(255, 255, 255, 0.5); }
.package .pkg-summary {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  flex: 1;
}
.package.featured .pkg-summary { color: rgba(255, 255, 255, 0.65); }

/* Steps */
.step-no {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--navy-900);
  color: var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 16px;
}

/* Feature lists (packages detail) */
.feature-list { display: grid; gap: 12px; margin-top: 20px; }
.feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.check {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--gold-100);
  color: var(--gold-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  flex: 0 0 24px;
  margin-top: 1px;
}
.outcome {
  margin-top: 16px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
}
.outcome strong {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-500);
  margin-bottom: 6px;
}
.outcome span { font-size: 14px; color: var(--navy-800); }

/* Truths row */
.truths {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.truths div { text-align: center; }
.truths .icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 8px;
}
.truths .icon-circle.no { background: #fef2f2; }
.truths .icon-circle.yes { background: var(--gold-100); }
.truths .truth-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-500);
}

/* FAQ accordion */
.faq-list { display: grid; gap: 12px; max-width: 800px; margin: 32px auto 0; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-item:hover { border-color: var(--gold-300); }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  gap: 16px;
}
.faq-question h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.faq-arrow {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: transform 0.3s ease;
  color: var(--gray-400);
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer-inner {
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

/* Lead / CTA section */
.lead-section {
  background: var(--navy-900);
  border-radius: var(--radius-xl);
  padding: 64px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lead-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.lead-section .pill {
  background: rgba(201, 169, 110, 0.15);
  border-color: rgba(201, 169, 110, 0.25);
  color: var(--gold-400);
}
.lead-section h2 { color: var(--white); margin-top: 16px; }
.lead-section p {
  max-width: 520px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.7;
}

/* Email capture form in lead */
.lead-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 28px auto 0;
  position: relative;
  z-index: 1;
}
.lead-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 14px;
}
.lead-form input::placeholder { color: rgba(255, 255, 255, 0.45); }
.lead-form input:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
.lead-form button {
  background: var(--gold-500);
  color: var(--navy-900);
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 800;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.lead-form button:hover { background: var(--gold-400); }

/* Page headers */
.page-header {
  padding: 70px 0 40px;
  background: var(--navy-900);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.page-header .pill {
  background: rgba(201, 169, 110, 0.15);
  border-color: rgba(201, 169, 110, 0.25);
  color: var(--gold-400);
}
.page-header h1 {
  color: var(--white);
  font-size: clamp(32px, 5vw, 52px);
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.page-header .sub {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}

/* Alert / Info box */
.alert {
  padding: 20px 24px;
  border-radius: var(--radius);
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
  color: var(--navy-800);
  font-size: 14px;
  line-height: 1.7;
}
.alert strong { color: var(--navy-900); }

/* Testimonial cards */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.3s ease;
}
.testimonial-card:hover { box-shadow: var(--shadow-md); border-color: var(--gold-300); }
.testimonial-stars {
  color: var(--gold-500);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.testimonial-card blockquote {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-600);
  font-style: italic;
}
.testimonial-author {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-900);
}
.testimonial-author span {
  display: block;
  font-weight: 500;
  color: var(--gray-400);
  font-size: 13px;
  margin-top: 2px;
}

/* --- Responsive --- */
@media (max-width: 1120px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 16px 20px;
    box-shadow: var(--shadow-md);
  }
  .nav-links.open a { padding: 12px 16px; width: 100%; }
  .menu-toggle { display: block; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 40px; }
  .hero-actions { flex-direction: column; }
  .lead-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .section { padding: 70px 0; }
  .section-sm { padding: 50px 0; }
  .truths { gap: 20px; }
  .packages-grid { grid-template-columns: 1fr; }
  .scope-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .hero-container { grid-template-columns: 1fr; }
  .lead-form, .email-form { flex-direction: column; }
  .hero-buttons { flex-direction: column; }
  .nav-menu, .nav-links ul { display: none; }
  .nav-menu.active, .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 16px 20px;
    box-shadow: var(--shadow-md);
    z-index: 99;
  }
  .nav-menu.active li, .nav-links.active li { list-style: none; }
  .nav-menu.active a, .nav-links.active a { padding: 12px 16px; display: block; width: 100%; }
  .hamburger { display: flex; }
  .form-buttons { flex-direction: column; }
  .button-group { flex-direction: column; align-items: center; }
  .comparison-table { font-size: 12px; }
  .comparison-table th, .comparison-table td { padding: 8px 6px; }
  .logo-text, .brand-name { font-size: 18px; }
  .footer-logo-text, .footer-logo .brand-name { font-size: 18px; }
}

/* ============================================================
   EXTENDED STYLES — Support for all page class variations
   ============================================================ */

/* --- Navigation Aliases --- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(221, 225, 232, 0.6);
  transition: box-shadow 0.3s ease;
}
.navbar.scrolled { box-shadow: 0 4px 20px rgba(10, 22, 40, 0.06); }
.nav-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  position: relative;
}
.navbar-logo {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  white-space: nowrap;
}
.navbar-logo span { color: var(--gold-500); }
.nav-cta { white-space: nowrap; }

/* Nav links in ul/li format */
.nav-links, .nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li, .nav-menu li { list-style: none; }
.nav-links a, .nav-menu a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-500);
  border-radius: 10px;
  transition: all 0.2s ease;
  display: inline-block;
}
.nav-links a:hover, .nav-menu a:hover { color: var(--navy-900); background: var(--gray-50); }
.nav-links a.active, .nav-menu a.active { color: var(--navy-900); font-weight: 700; }

/* Hamburger menu button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 10;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--navy-900);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Menu toggle (homepage variant) */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--navy-900);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* --- Animation alias --- */
.animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* --- Page header variants --- */
.page-header-content { position: relative; z-index: 1; }
.page-header .subheader,
.page-header .subtitle,
.page-header .page-subtitle {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.75;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.page-header-lg { padding: 90px 0 50px; }

/* --- Homepage-specific sections --- */
.hero-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-content { position: relative; z-index: 1; }
.hero-content p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.8;
  max-width: 540px;
}
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.trust-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-note h4 {
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.hero-note p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

/* --- Audience tags (hero) --- */
.audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.audience-tag {
    background: rgba(201, 169, 110, 0.15);
    border: 1px solid rgba(201, 169, 110, 0.3);
    color: var(--gold-300);
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* --- Hero stats --- */
.hero-stats {
    display: flex;
    gap: 16px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.hero-stat {
    background: rgba(201, 169, 110, 0.1);
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 12px;
    padding: 16px 18px;
    flex: 1;
    min-width: 160px;
}
.stat-number {
    font-size: 20px;
    font-weight: 800;
    color: var(--gold-400);
    line-height: 1.1;
    margin-bottom: 6px;
}
.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* --- Lifetime steps (hero card) --- */
.lifetime-steps {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lifetime-steps li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.5;
}
.step-check {
    color: var(--gold-400);
    font-weight: 900;
    flex-shrink: 0;
}

/* Why it works / cards grid */
.why-works, .how-it-works, .about-preview, .final-cta {
  padding: 100px 0;
}
.why-works { background: var(--cream); }
.about-preview { background: var(--white); }
.cards-grid, .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.step-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.step-card:hover { box-shadow: var(--shadow-md); }
.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.card-icon.gold-accent, .gold-accent {
  background: var(--gold-100);
  color: var(--gold-500);
}
.card-icon svg { width: 28px; height: 28px; }

/* Package section on homepage */
.packages-section {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
  align-items: start;
}
.package-header { margin-bottom: 12px; }
.package-header .label { font-size: 12px; color: var(--gray-400); font-weight: 600; }
.package-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.link-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-500);
  text-align: center;
  transition: color 0.2s ease;
}
.link-text:hover { color: var(--gold-400); }
.booking-note {
  margin-top: 24px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* About preview on homepage */
.about-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 800px;
  margin: 24px auto 0;
  box-shadow: var(--shadow-sm);
}
.about-card p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-card p:last-child { margin-bottom: 0; }

/* Truths (homepage variant) */
.truth-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-500);
}
.truth-item .icon-circle, .truths .icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-100);
  color: var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}

/* Lead section / email form on homepage */
.lead-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.email-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 28px auto 0;
}
.email-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 14px;
}
.email-form input::placeholder { color: rgba(255, 255, 255, 0.45); }
.email-form input:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}
.email-form button {
  background: var(--gold-500);
  color: var(--navy-900);
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 800;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}
.email-form button:hover { background: var(--gold-400); }
.form-note {
  margin-top: 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

/* CTA section */
.cta-section {
  padding: 70px 0;
}
.cta-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 48px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.cta-card h3 { margin-bottom: 12px; }
.cta-card p { color: var(--muted); max-width: 600px; margin: 0 auto 24px; }
.cta-footer {
  margin-top: 16px;
  font-size: 13px;
  color: var(--gray-400);
}

/* Final CTA */
.final-cta {
  padding: 70px 0;
}

/* Proof strip items variant */
.proof-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.proof-item {
  color: var(--gray-400);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 18px;
}
.proof-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
}

/* --- Footer variations --- */
.footer-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-col, .footer-column {
  color: rgba(255, 255, 255, 0.6);
}
.footer-col h4, .footer-column h4,
.footer-col h5, .footer-column h5 {
  color: var(--gold-500);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.footer-col p, .footer-column p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
}
.footer-col ul, .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-col a, .footer-column a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: color 0.2s ease;
}
.footer-col a:hover, .footer-column a:hover { color: var(--gold-400); }
.footer-logo {
  margin-bottom: 12px;
}
.footer-logo .brand-name, .footer-logo-text {
  color: var(--white);
}
.footer-logo .gold, .footer-logo span { color: var(--gold-500); }
.footer .gold { color: var(--gold-500); }
.footer-bottom {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}
.footer-bottom p { margin-bottom: 8px; }
.footer .footer-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

/* --- About page --- */
.about-section { padding: 70px 0; }
.container-narrow {
  width: min(var(--narrow), calc(100% - 40px));
  margin: 0 auto;
}
.about-section .about-card {
  max-width: none;
}
.about-section .about-card p strong {
  color: var(--navy-900);
  font-size: 17px;
}
.values-section {
  padding: 70px 0;
  background: var(--gray-50);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.value-card:hover { box-shadow: var(--shadow-md); border-color: var(--gold-300); }
.value-card h3 { margin-bottom: 12px; }
.value-card p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.truths-section { padding: 50px 0; }

/* --- Testimonials page --- */
.featured-testimonial-section {
  padding: 70px 0;
  background: var(--white);
}
.featured-testimonial {
  max-width: 800px;
  margin: 0 auto;
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
  border-radius: var(--radius-xl);
  padding: 48px;
  text-align: center;
}
.featured-testimonial .quote, .featured-testimonial blockquote {
  font-size: 20px;
  line-height: 1.8;
  color: var(--navy-800);
  font-style: italic;
  margin: 16px 0 0;
}
.stars { margin-bottom: 12px; }
.star {
  color: var(--gold-500);
  font-size: 20px;
  letter-spacing: 4px;
}
.testimonials-grid-section { padding: 50px 0; }
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.testimonial-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-600);
  font-style: italic;
  margin-bottom: 0;
}
.note-section { padding: 40px 0; }
.note-callout {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.google-reviews-section { padding: 50px 0; }
.google-reviews-card {
  max-width: 600px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.google-reviews-card h3 { margin-bottom: 12px; }
.google-reviews-card p { color: var(--muted); margin-bottom: 24px; }

/* --- Packages page --- */
.packages-section .packages-grid { grid-template-columns: 1fr 1fr; }
.card .features {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}
.card .features li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.card .features .check {
  flex: 0 0 24px;
}
.card-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.card .outcome {
  font-size: 14px;
  color: var(--navy-800);
}
.card .price {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-family: 'Inter', sans-serif;
  margin: 4px 0;
}
.card .price-sub {
  font-size: 12px;
  color: var(--gray-400);
  font-weight: 600;
}

/* Comparison & data tables */
.comparison-section, .addons-section, .upgrade-section, .scope-section {
  padding: 70px 0;
}
.addons-section { background: var(--white); }
.scope-section { background: var(--white); }
.table-wrapper { overflow-x: auto; margin-top: 24px; }
.comparison-table, .addons-table, .upgrade-table, .support-windows-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.comparison-table th, .addons-table th, .upgrade-table th,
.comparison-table td, .addons-table td, .upgrade-table td,
.support-windows-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}
.comparison-table th, .addons-table th, .upgrade-table th {
  background: var(--gray-50);
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.comparison-table tr:last-child td, .addons-table tr:last-child td,
.upgrade-table tr:last-child td, .support-windows-table tr:last-child td {
  border-bottom: none;
}
.comparison-table tr:hover td, .addons-table tr:hover td,
.upgrade-table tr:hover td, .support-windows-table tr:hover td {
  background: var(--gold-50);
}
.addons-note {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--muted);
  font-size: 14px;
}
.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.scope-card p { color: var(--muted); font-size: 15px; line-height: 1.7; }

/* --- FAQ page --- */
.faq-section { padding: 70px 0; }
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.faq-answer p {
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* --- Request package page --- */
.section-spacing { padding: 40px 0; }
.form-container {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  max-width: var(--narrow);
  margin: 0 auto;
}
.form-group { display: grid; gap: 8px; margin-bottom: 0; }
.form-section { margin-top: 24px; }
.form-section h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--navy-900);
}
.checkbox-group, .radio-group { display: grid; gap: 12px; }
.checkbox-label, .radio-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.checkbox-label input, .radio-label input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--gold-500);
}
.consent-section { margin-top: 24px; }
.consent-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.consent-label input { width: auto; margin-top: 4px; accent-color: var(--gold-500); }
.consent-label a { color: var(--gold-500); font-weight: 700; }
.pricing-note {
  margin-top: 24px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--muted);
  font-size: 14px;
}
.form-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
.form-footer-text {
  margin-top: 16px;
  font-size: 12px;
  color: var(--gray-400);
}
.package-summary {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
  text-align: center;
  max-width: var(--narrow);
  margin-left: auto;
  margin-right: auto;
}
.package-summary h3 { font-size: 14px; color: var(--gold-500); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.package-summary p { font-size: 18px; font-weight: 700; color: var(--navy-900); }

/* --- Thank you page --- */
.what-happens-next {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.what-happens-next h2 { margin-bottom: 32px; }
.step-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--navy-900);
  color: var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  margin: 0 auto 16px;
}
.button-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- Extended responsive --- */
@media (max-width: 1120px) {
  .packages-grid { grid-template-columns: 1fr 1fr; }
  .hero-container { grid-template-columns: 1fr; gap: 40px; }
  .footer-container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links, .nav-menu { display: none; }
  .footer-container { grid-template-columns: 1fr; gap: 32px; }
  .packages-section .packages-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   COMPREHENSIVE MOBILE FIXES
   ============================================================ */

@media (max-width: 768px) {

  /* --- Nav: hide CTA button, show hamburger only --- */
  .nav-cta { display: none !important; }
  .menu-toggle { display: flex !important; }

  /* --- Prevent full-width on inline/nav buttons --- */
  .nav-cta.btn,
  .nav-links .btn,
  .nav-menu .btn,
  .link-text { width: auto; }

  /* --- Hero --- */
  h1 { font-size: clamp(28px, 8vw, 40px); }
  h2 { font-size: clamp(24px, 6vw, 34px); }
  .hero { padding: 48px 0 32px; }
  .hero-container { grid-template-columns: 1fr; gap: 32px; }
  .hero-content p { font-size: 16px; max-width: 100%; }
  .hero-buttons { flex-direction: column; gap: 10px; }
  .hero-buttons .btn { width: 100%; text-align: center; }
  .hero-card { display: none; } /* hide quote card on mobile to reduce clutter */
  .trust-chips { gap: 8px; }
  .trust-chip { font-size: 13px; padding: 8px 14px; }

  /* --- Audience tags & stats on mobile --- */
  .audience-tags { gap: 6px; }
  .audience-tag { font-size: 11px; padding: 4px 10px; }
  .hero-stats { flex-direction: column; gap: 10px; margin-top: 20px; }
  .stat-number { font-size: 18px; }
  .lifetime-steps li { font-size: 13px; }

  /* --- Proof strip --- */
  .proof-container { flex-direction: column; gap: 8px; align-items: flex-start; }
  .proof-item { font-size: 14px; }

  /* --- Section spacing --- */
  .why-works, .how-it-works, .about-preview, .final-cta,
  .packages-section, .lead-section { padding: 60px 0; }

  /* --- Cards & grids --- */
  .cards-grid, .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .packages-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .scope-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  /* --- Package cards --- */
  .package, .card { padding: 24px; }
  .package-header .price { font-size: 28px; }

  /* --- Tables: ensure horizontal scroll --- */
  .table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .comparison-table, .addons-table, .upgrade-table, .support-windows-table {
    min-width: 480px;
    font-size: 13px;
  }
  .comparison-table th, .comparison-table td,
  .addons-table th, .addons-table td,
  .upgrade-table th, .upgrade-table td { padding: 10px 8px; }

  /* --- About card --- */
  .about-card { padding: 24px; }

  /* --- Truths row --- */
  .truths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  /* --- Lead / email form --- */
  .email-form { flex-direction: column; gap: 10px; }
  .email-form input, .email-form .btn { width: 100%; }

  /* --- CTA card --- */
  .cta-card { padding: 32px 20px; }
  .cta-card h3 { font-size: 22px; }

  /* --- Forms --- */
  .form-grid { grid-template-columns: 1fr; }
  .form-buttons { flex-direction: column; gap: 10px; }
  .form-buttons .btn { width: 100%; }
  .button-group { flex-direction: column; align-items: stretch; gap: 10px; }
  .button-group .btn { width: 100%; text-align: center; }

  /* --- Footer --- */
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .footer-disclaimer { font-size: 12px; text-align: center; }

  /* --- Page header --- */
  .page-header { padding: 48px 0 32px; }
  .page-header h1 { font-size: clamp(26px, 7vw, 38px); }
  .page-header .subheader,
  .page-header .subtitle,
  .page-header .page-subtitle { font-size: 16px; }

  /* --- FAQ accordion --- */
  .faq-question h3 { font-size: 16px; }
  .faq-answer p { font-size: 15px; }

  /* --- Google reviews card --- */
  .google-reviews-card { padding: 28px 20px; }

  /* --- Testimonial cards --- */
  .testimonial-card { padding: 24px; }
  .featured-testimonial { padding: 32px 20px; }
  .featured-testimonial .quote { font-size: 17px; }
}

/* Tablet: 769px – 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .packages-grid { grid-template-columns: 1fr 1fr; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .hero-container { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { display: none; }
  .nav-cta { display: none !important; }
  .hamburger { display: flex; }
  .nav-links, .nav-menu { display: none; }
  .nav-links.active, .nav-menu.active { display: flex; }
}


/* ============================================================
   INDEX FIXES — logo wordmark + hero audience pills
   ============================================================ */

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-wordmark,
.logo-text {
  display: inline-block;
  color: var(--gold-500);
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 1.9vw, 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}


.footer-wordmark {
  color: var(--gold-500);
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.audience-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.audience-tag {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 169, 110, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: #e6d1ac;
  font-size: clamp(13px, 0.92vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .logo-wordmark,
  .logo-text {
    font-size: 20px;
  }

  .audience-tags {
    gap: 10px;
    margin-bottom: 22px;
  }

  .audience-tag {
    padding: 10px 16px;
    font-size: 11px;
  }

  .footer-wordmark {
    font-size: 22px;
  }
}


/* --- About page story layout --- */
.about-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
}
.about-photo-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 16px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.about-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: calc(var(--radius-xl) - 8px);
}
.about-content-card {
  margin: 0;
}
.about-intro {
  font-size: 18px;
  line-height: 1.85;
  color: var(--navy-800);
}
.mentor-callout {
  margin: 24px 0;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
}
.mentor-callout strong {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-500);
}
.mentor-callout p {
  margin: 0;
  color: var(--navy-800);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .about-story {
    grid-template-columns: 1fr;
  }
  .about-photo {
    aspect-ratio: 4 / 4.8;
  }
}
