*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:        #060D1F;
  --navy2:       #0D1A2E;
  --navy3:       #1A2F50;
  --blue:        #2563EB;
  --blue-light:  #7BAAF7;
  --green:       #219045;
  --green-light: #4ADE80;
  --white:       #FFFFFF;
  --off:         #E8EDF5;
  --muted:       #8FA3C0;
  --gold:        #FACC15;
  --card-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
  --card-hover-shadow: 0 0 0 1px rgba(37,99,235,0.35), 0 8px 32px rgba(37,99,235,0.12);
}
html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---- TOP BAR ---- */
.topbar {
  background: var(--green);
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.topbar span { color: var(--white); }

/* ---- NAV ---- */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: sticky;
  top: 0;
  background: rgba(6,13,31,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
}
.logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}
.logo span { color: var(--blue); }
.nav-cta {
  background: var(--blue);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover {
  background: #1d4ed8;
  box-shadow: 0 4px 16px rgba(37,99,235,0.35);
}

/* ---- HERO ---- */
.hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 88px 24px 64px;
  text-align: center;
}
.eyebrow {
  display: inline-block;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.35);
  color: var(--blue-light);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.hero h1 .accent { color: var(--green-light); }
.hero h1 .blue   { color: var(--gold); }
.hero-sub {
  font-size: 19px;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.hero-sub strong { color: var(--white); }

/* ---- CLOSER PAGE HERO ---- */
.closer-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 24px 56px;
  text-align: center;
}
.closer-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.closer-hero h1 .accent { color: var(--green-light); }
.closer-hero p.hero-sub {
  font-size: 18px;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}
.closer-hero p.hero-sub strong { color: var(--white); }

/* ---- DIVIDER LABEL ---- */
.or-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  margin: 0 auto 40px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.or-divider::before, .or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.08);
}

/* ---- VSL BOX ---- */
.vsl-wrap {
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 0 24px;
}
.vsl-wrap > div { border-radius: 10px; overflow: hidden; }
.vsl-instruction {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 48px;
  font-style: italic;
}

/* ---- PROOF BAR ---- */
.proof-bar {
  background: var(--navy2);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 28px 24px;
}
.proof-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.proof-stat { text-align: center; }
.proof-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--white);
  line-height: 1;
}
.proof-num span { color: var(--green-light); }
.proof-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.proof-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

/* ---- SECTIONS ---- */
section {
  max-width: 900px;
  margin: 0 auto;
  padding: 88px 24px;
}
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title .accent { color: var(--gold); }
.section-body {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 680px;
}
.section-body strong { color: var(--white); }

/* ---- GHL EMBEDS ---- */
.ghl-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 24px;
}
.ghl-calendar-wrap {
  margin-top: 32px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  background: var(--navy2);
  min-height: 700px;
}
.ghl-calendar-wrap iframe {
  display: block;
  width: 100%;
  min-height: 700px;
  border: none;
}
.ghl-form-wrap {
  margin-top: 32px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  background: var(--navy2);
  min-height: 680px;
}
.ghl-form-wrap iframe {
  display: block;
  width: 100%;
  min-height: 680px;
  border: none;
  border-radius: 12px;
}

/* ---- PROBLEM SECTION ---- */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}
.problem-card {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 28px;
  box-shadow: var(--card-shadow);
  transition: border-color 0.2s, transform 0.2s;
}
.problem-card:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}
.problem-card .number {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: rgba(37,99,235,0.25);
  line-height: 1;
  margin-bottom: 8px;
}
.problem-card p { color: var(--muted); font-size: 16px; line-height: 1.6; }
.problem-card p strong { color: var(--white); }

/* ---- WHAT YOU GET ---- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.feature-card {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 28px;
  box-shadow: var(--card-shadow);
  transition: border-color 0.2s, box-shadow 0.25s, transform 0.2s;
}
.feature-card:hover {
  border-color: rgba(37,99,235,0.4);
  box-shadow: var(--card-hover-shadow);
  transform: translateY(-3px);
}
.feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(33,144,69,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.2s;
}
.feature-card:hover .feature-icon { background: rgba(33,144,69,0.25); }
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  color: var(--white);
}
.feature-card p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.feature-free {
  display: inline-block;
  background: rgba(74,222,128,0.12);
  border: 1px solid rgba(74,222,128,0.3);
  color: var(--green-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* ---- HOW IT WORKS ---- */
.steps {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}
.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.step:last-child { border-bottom: none; }
.step-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 52px;
  color: rgba(37,99,235,0.2);
  line-height: 1;
}
.step-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  color: var(--white);
}
.step-content p { color: var(--muted); font-size: 16px; line-height: 1.6; }

/* ---- TESTIMONIALS ---- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.testi-card {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 28px;
  box-shadow: var(--card-shadow);
  transition: border-color 0.2s, transform 0.2s;
}
.testi-card:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}
.stars {
  color: var(--gold);
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.testi-card p {
  font-size: 15px;
  color: var(--off);
  line-height: 1.7;
  margin-bottom: 18px;
  font-style: italic;
}
.testi-author { font-weight: 600; font-size: 14px; color: var(--white); }
.testi-trade  { font-size: 13px; color: var(--muted); }

/* ---- PRICING ---- */
.pricing-wrap {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.price-card {
  flex: 1;
  min-width: 260px;
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: var(--card-shadow);
}
.price-card.featured {
  border-color: var(--blue);
  position: relative;
  box-shadow: 0 0 0 1px rgba(37,99,235,0.4), 0 8px 32px rgba(37,99,235,0.1);
}
.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.price-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.price-amount {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  color: var(--white);
  margin-bottom: 4px;
}
.price-amount sup {
  font-size: 28px;
  vertical-align: top;
  margin-top: 12px;
  display: inline-block;
}
.price-period { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.price-includes {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 16px;
}
.price-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.price-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--off);
  line-height: 1.5;
}
.price-list li .check { color: var(--green-light); font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.price-note { font-size: 13px; color: var(--muted); text-align: center; margin-top: 16px; }

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, var(--navy2) 0%, rgba(37,99,235,0.07) 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cta-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 88px 24px;
  text-align: center;
}
.cta-inner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 60px);
  line-height: 0.98;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta-inner h2 .accent { color: var(--green-light); }
.cta-inner p { color: var(--muted); font-size: 18px; margin-bottom: 40px; line-height: 1.65; }
.cta-inner p strong { color: var(--white); }

/* ---- FORM ---- */
.form-box {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 36px 32px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: var(--card-shadow);
}
.form-box h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.form-box .form-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.field { margin-bottom: 14px; }
.field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.field input, .field select {
  width: 100%;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 7px;
  padding: 13px 16px;
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}
.field input::placeholder { color: rgba(143,163,192,0.45); }
.field select option { background: var(--navy2); }
.submit-btn {
  width: 100%;
  background: var(--green);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 18px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.submit-btn:hover {
  background: #1a7038;
  box-shadow: 0 4px 20px rgba(33,144,69,0.35);
  transform: translateY(-1px);
}
.submit-btn:active { transform: translateY(0); }
.form-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
}
.form-guarantee svg { flex-shrink: 0; }

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.btn-primary:hover {
  background: #1a7038;
  box-shadow: 0 4px 20px rgba(33,144,69,0.35);
  transform: translateY(-2px);
}
.btn-primary:active { transform: translateY(0); }
.btn-sub { display: block; margin-top: 12px; font-size: 13px; color: var(--muted); }

/* ---- DIVIDER ---- */
.divider { border: none; border-top: 1px solid rgba(255,255,255,0.06); }

/* ---- FAQ ---- */
.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq-item {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover { border-color: rgba(255,255,255,0.12); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--blue-light); }
.faq-q .arrow { color: var(--blue-light); font-size: 20px; transition: transform 0.25s; flex-shrink: 0; }
.faq-item.open .arrow { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.faq-item.open .faq-a { display: block; }

/* ---- FOOTER ---- */
footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 48px 24px;
  text-align: center;
}
footer .footer-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
footer .footer-logo span { color: var(--blue); }
footer p { font-size: 13px; color: var(--muted); max-width: 600px; margin: 0 auto 8px; line-height: 1.6; }

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero h1, .closer-hero h1, .hero-sub, .hero .btn-primary, .closer-hero .btn-primary {
  animation: fadeUp 0.55s ease both;
}
.hero-sub, .closer-hero p { animation-delay: 0.1s; }
.hero .btn-primary, .closer-hero .btn-primary { animation-delay: 0.2s; }

/* =========================================================
   RESPONSIVE — TABLET  ≤ 768px
   ========================================================= */
@media (max-width: 768px) {
  /* Nav */
  nav { padding: 14px 20px; }

  /* Hero */
  .hero        { padding: 64px 20px 48px; }
  .closer-hero { padding: 56px 20px 44px; }

  /* Proof bar — let stats wrap, hide dividers */
  .proof-divider  { display: none; }
  .proof-inner    { gap: 20px 36px; }

  /* Sections */
  section      { padding: 72px 20px; }
  .ghl-section { padding: 56px 20px; }
  .cta-inner   { padding: 72px 20px; }

  /* Problem grid → single column */
  .problem-grid { grid-template-columns: 1fr; }

  /* Steps — narrow number column */
  .step     { grid-template-columns: 48px 1fr; gap: 16px; }
  .step-num { font-size: 42px; }

  /* Pricing — stack cards */
  .pricing-wrap { flex-direction: column; }
  .price-card   { min-width: unset; }

  /* Form */
  .form-box { padding: 28px 24px; }
}

/* =========================================================
   RESPONSIVE — MOBILE  ≤ 480px
   ========================================================= */
@media (max-width: 480px) {
  /* Nav */
  nav          { padding: 12px 16px; }
  .logo        { font-size: 19px; }
  .nav-cta     { font-size: 13px; padding: 9px 14px; }

  /* Hero */
  .hero        { padding: 48px 16px 40px; }
  .closer-hero { padding: 44px 16px 36px; }
  .hero-sub    { font-size: 17px; }

  /* Proof bar → 2-column grid */
  .proof-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    justify-items: center;
  }
  .proof-num   { font-size: 30px; }

  /* Sections */
  section      { padding: 56px 16px; }
  .ghl-section { padding: 44px 16px; }
  .cta-inner   { padding: 56px 16px; }

  /* Cards */
  .problem-card { padding: 20px; }
  .feature-card { padding: 20px; }
  .testi-card   { padding: 20px; }
  .price-card   { padding: 28px 20px; }

  /* Steps */
  .step       { grid-template-columns: 40px 1fr; gap: 12px; padding: 24px 0; }
  .step-num   { font-size: 36px; }

  /* Form */
  .form-box   { padding: 24px 16px; }
  .form-box .form-sub { font-size: 13px; }

  /* FAQ */
  .faq-q      { padding: 18px 16px; font-size: 15px; }
  .faq-a      { padding: 0 16px 16px; }

  /* Buttons */
  .btn-primary { font-size: 18px; padding: 16px 28px; }
  .submit-btn  { font-size: 18px; }

  /* Footer */
  footer { padding: 36px 16px; }

  /* GHL embeds — ensure no horizontal scroll */
  .ghl-calendar-wrap,
  .ghl-form-wrap { border-radius: 8px; }
  .ghl-calendar-wrap iframe,
  .ghl-form-wrap  iframe { min-height: 640px; }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE  ≤ 375px
   ========================================================= */
@media (max-width: 375px) {
  .logo   { font-size: 17px; }
  .nav-cta { font-size: 12px; padding: 8px 12px; }

  .proof-inner {
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
  }

  .hero-sub { font-size: 16px; }

  .section-title { font-size: 28px; }

  .ghl-calendar-wrap iframe,
  .ghl-form-wrap  iframe { min-height: 600px; }
}

/* =============================================================
   GLOBAL SITE HEADER / NATIONAL NAV
   ============================================================= */

#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  transition: background 0.3s, backdrop-filter 0.3s, box-shadow 0.3s;
}
#site-header nav.site-nav {
  position: static;
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  box-shadow: none;
}
#site-header.scrolled {
  background: rgba(6,13,31,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 4px 24px rgba(0,0,0,0.3);
}
.site-nav {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 40px;
  transition: padding 0.3s;
}
#site-header.scrolled .site-nav { padding: 14px 40px; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  margin-right: 20px;
}
.nav-item {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.nav-item:hover, .nav-item.active { color: var(--white); }

.has-dropdown { position: relative; }
.drop-toggle {
  background: none;
  border: none;
  font-family: 'Barlow', sans-serif;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.drop-toggle::after {
  content: '';
  width: 7px; height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s;
  opacity: 0.7;
  display: inline-block;
}
.has-dropdown.open .drop-toggle::after { transform: rotate(-135deg) translateY(1px); }
.drop-toggle:hover { color: var(--white); }

.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 8px;
  min-width: 160px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 12px 48px rgba(0,0,0,0.45);
}
.has-dropdown.open .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  font-weight: 500;
  padding: 9px 14px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.dropdown a:hover { background: rgba(255,255,255,0.07); color: var(--white); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 8px;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =============================================================
   PHOTO HERO (homepage)
   ============================================================= */

.photo-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.photo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6,13,31,0.93) 0%, rgba(6,13,31,0.78) 55%, rgba(37,99,235,0.22) 100%);
}
.photo-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 160px 40px 100px;
  text-align: center;
}
.photo-hero__eyebrow {
  display: inline-block;
  background: rgba(37,99,235,0.14);
  border: 1px solid rgba(37,99,235,0.38);
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.photo-hero__headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 28px;
}
.photo-hero__headline .accent { color: var(--green-light); }
.photo-hero__headline .gold   { color: var(--gold); }
.photo-hero__sub {
  font-size: 20px;
  color: rgba(232,237,245,0.82);
  max-width: 640px;
  margin: 0 auto 44px;
  line-height: 1.6;
}
.photo-hero__sub strong { color: var(--white); }

.btn-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-secondary {
  display: inline-block;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.28);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 7px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.btn-secondary:hover {
  border-color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}

/* =============================================================
   INNER HERO (service + state + champaign pages)
   ============================================================= */

.inner-hero {
  position: relative;
  padding: 160px 40px 88px;
  text-align: center;
  overflow: hidden;
}
.inner-hero--plain {
  background: var(--navy);
}
.inner-hero--plain::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(37,99,235,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.inner-hero--plain::after {
  content: '';
  position: absolute;
  bottom: -200px; left: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(74,222,128,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.inner-hero--photo {
  background-size: cover;
  background-position: center;
}
.inner-hero--photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6,13,31,0.88) 0%, rgba(6,13,31,0.72) 50%, rgba(6,13,31,0.92) 100%);
  pointer-events: none;
}
.inner-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
.inner-hero__eyebrow {
  display: inline-block;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.3);
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.inner-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 20px;
}
.inner-hero__title .accent { color: var(--green-light); }
.inner-hero__title .gold   { color: var(--gold); }
.inner-hero__sub {
  font-size: 18px;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.inner-hero__sub strong { color: var(--white); }

/* =============================================================
   NATIONAL SECTIONS
   ============================================================= */

.nsection {
  padding: 96px 40px;
}
.nsection--alt {
  background: var(--navy2);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nsection--gradient {
  position: relative;
  overflow: hidden;
}
.nsection--gradient::before {
  content: '';
  position: absolute;
  top: -300px; left: 50%;
  transform: translateX(-50%);
  width: 1000px; height: 800px;
  background: radial-gradient(ellipse, rgba(37,99,235,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.nsection__inner { max-width: 1140px; margin: 0 auto; }
.nsection__header { max-width: 720px; margin-bottom: 56px; }
.nsection__header--center { text-align: center; margin: 0 auto 56px; }
.gradient-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.35) 30%, rgba(74,222,128,0.35) 70%, transparent);
}

/* =============================================================
   SERVICE CARDS (homepage)
   ============================================================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.svc-card {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}
.svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--green-light));
  opacity: 0;
  transition: opacity 0.22s;
}
.svc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,0.38);
  box-shadow: 0 0 0 1px rgba(37,99,235,0.18), 0 16px 48px rgba(37,99,235,0.1);
}
.svc-card:hover::before { opacity: 1; }
.svc-card__icon {
  width: 52px; height: 52px;
  background: rgba(37,99,235,0.12);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background 0.22s;
}
.svc-card:hover .svc-card__icon { background: rgba(37,99,235,0.22); }
.svc-card__icon svg { width: 26px; height: 26px; }
.svc-card__price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.svc-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 22px;
  text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--white); margin-bottom: 10px; line-height: 1.1;
}
.svc-card__body {
  font-size: 14px; color: var(--muted);
  line-height: 1.62; flex: 1; margin-bottom: 20px;
}
.svc-card__cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--blue-light);
  display: flex; align-items: center; gap: 6px;
  transition: gap 0.2s;
}
.svc-card:hover .svc-card__cta { gap: 10px; }
.svc-card__cta::after { content: '→'; }

/* =============================================================
   WHY CARDS
   ============================================================= */

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 32px 28px;
  transition: border-color 0.2s, background 0.2s;
}
.why-card:hover {
  border-color: rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.02);
}
.why-card__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 44px;
  color: rgba(37,99,235,0.2); line-height: 1; margin-bottom: 12px;
}
.why-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 20px;
  text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--white); margin-bottom: 8px;
}
.why-card__body { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* =============================================================
   INCLUDED LIST (service pages)
   ============================================================= */

.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.included-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 22px 20px;
  transition: border-color 0.2s;
}
.included-item:hover { border-color: rgba(255,255,255,0.13); }
.included-item__icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(74,222,128,0.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.included-item__icon svg { width: 20px; height: 20px; }
.included-item__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 17px;
  text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--white); margin-bottom: 4px;
}
.included-item__body { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* =============================================================
   NATIONAL PRICING GRID (multi-card)
   ============================================================= */

.nprice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.nprice-card {
  background: var(--navy2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.nprice-card.featured {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px rgba(37,99,235,0.4), 0 8px 40px rgba(37,99,235,0.1);
}
.nprice-badge {
  position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--blue); color: var(--white);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 20px; white-space: nowrap;
}
.nprice-service {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.nprice-amount {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 58px;
  line-height: 1; color: var(--white); margin-bottom: 4px;
}
.nprice-amount sup { font-size: 26px; vertical-align: super; }
.nprice-period { font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.nprice-strikethrough { font-size: 13px; color: var(--muted); text-decoration: line-through; margin-bottom: 6px; }
.nprice-note { font-size: 12px; color: var(--green-light); font-weight: 600; margin-bottom: 20px; }
.nprice-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 9px;
  margin-bottom: 28px; flex: 1;
}
.nprice-list li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 14px; color: var(--off); line-height: 1.5;
}
.nprice-list li .check { color: var(--green-light); flex-shrink: 0; margin-top: 1px; }
.nprice-cta {
  display: block; text-align: center;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.3);
  color: var(--blue-light);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 16px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 13px 20px; border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.nprice-cta:hover {
  background: rgba(37,99,235,0.22);
  border-color: rgba(37,99,235,0.6);
  color: var(--white);
}
.nprice-card.featured .nprice-cta {
  background: var(--blue); border-color: var(--blue); color: var(--white);
}
.nprice-card.featured .nprice-cta:hover { background: #1d4ed8; }

/* =============================================================
   SCROLL REVEAL
   ============================================================= */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }
.reveal.in-view  { opacity: 1; transform: translateY(0); }

/* =============================================================
   SITE FOOTER (national pages)
   ============================================================= */

.site-footer {
  background: var(--navy2);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 72px 40px 32px;
}
.site-footer .footer-inner { max-width: 1140px; margin: 0 auto; }
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  margin-bottom: 56px;
}
.footer-brand .footer-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 24px;
  color: var(--white); letter-spacing: 0.04em; margin-bottom: 12px;
}
.footer-brand .footer-logo span { color: var(--blue); }
.footer-brand > p {
  font-size: 14px; color: var(--muted);
  line-height: 1.65; margin-bottom: 24px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 32px;
}
.footer-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.footer-col a {
  display: block; font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-decoration: none; margin-bottom: 8px;
  transition: color 0.2s; line-height: 1.4;
}
.footer-col a:hover { color: var(--white); }
.footer-states {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 4px 12px;
  margin-top: 4px;
}
.footer-states a {
  font-size: 12px; color: rgba(255,255,255,0.38);
  text-decoration: none; transition: color 0.18s;
}
.footer-states a:hover { color: rgba(255,255,255,0.8); }
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  display: flex; justify-content: space-between;
  align-items: flex-start; flex-wrap: wrap; gap: 10px;
}
.site-footer .footer-bottom p {
  font-size: 12px; color: rgba(143,163,192,0.45);
  margin: 0; max-width: none; line-height: 1.6;
}

/* =============================================================
   NATIONAL PAGES — RESPONSIVE
   ============================================================= */

@media (max-width: 1024px) {
  .site-nav     { padding: 18px 28px; }
  #site-header.scrolled .site-nav { padding: 12px 28px; }
  .nsection     { padding: 80px 28px; }
  .photo-hero__inner { padding: 140px 28px 80px; }
  .inner-hero   { padding: 140px 28px 72px; }
  .why-grid     { grid-template-columns: repeat(2, 1fr); }
  .site-footer  { padding: 56px 28px 28px; }
  .site-footer .footer-top { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--navy);
    padding: 80px 28px 32px;
    margin: 0; gap: 0;
    z-index: 190;
    overflow-y: auto;
  }
  .nav-menu.open { display: flex; }
  .nav-toggle    { display: flex; }
  .site-nav .nav-cta { margin-left: auto; }
  .nav-item {
    font-size: 22px; font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.02em; text-transform: uppercase;
    padding: 14px 0; border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.88);
  }
  .drop-toggle {
    font-size: 22px; font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.02em; text-transform: uppercase;
    padding: 14px 0; width: 100%; justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.88);
  }
  .dropdown {
    position: static; transform: none;
    opacity: 1; pointer-events: auto;
    background: none; border: none;
    border-radius: 0; padding: 8px 0 8px 20px;
    box-shadow: none; min-width: auto;
    display: none;
  }
  .has-dropdown.open .dropdown { display: block; }
  .dropdown a {
    font-size: 18px; padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    border-radius: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; text-transform: uppercase;
    color: rgba(255,255,255,0.6);
  }
  .photo-hero__inner { padding: 120px 24px 68px; }
  .photo-hero__sub   { font-size: 17px; }
  .inner-hero        { padding: 120px 24px 68px; }
  .services-grid     { grid-template-columns: 1fr 1fr; }
  .why-grid          { grid-template-columns: 1fr; }
  .nprice-grid       { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .nsection          { padding: 64px 24px; }
  .site-footer       { padding: 48px 24px 24px; }
  .footer-cols       { grid-template-columns: repeat(2, 1fr); }
  .site-footer .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .photo-hero__inner { padding: 108px 20px 60px; }
  .inner-hero        { padding: 108px 20px 60px; }
  .photo-hero__sub   { font-size: 16px; }
  .services-grid     { grid-template-columns: 1fr; }
  .nsection          { padding: 52px 20px; }
  .btn-group         { flex-direction: column; align-items: center; }
  .site-footer       { padding: 40px 20px 20px; }
  .footer-cols       { grid-template-columns: 1fr; }
  .footer-states     { grid-template-columns: repeat(3, 1fr); }
}

/* ================================================================
   PREMIUM v2 — LIGHT THEME + ANIMATIONS + NEW COMPONENTS
   ================================================================ */

/* ── 1. BASE LIGHT THEME ─────────────────────────────────────── */
body {
  background: #F8FAFE;
  color: #0D1A2E;
}

/* ── 2. GLOBAL TEXT ELEMENTS ─────────────────────────────────── */
.section-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #0D1A2E;
  margin-bottom: 16px;
}
.section-title .accent { color: #2563EB; }
.section-title .gold   { color: #D97706; }
.section-body {
  font-size: 17px;
  color: rgba(13,26,46,0.62);
  line-height: 1.65;
  max-width: 680px;
  margin-bottom: 0;
}

/* ── 3. NAV — ALWAYS LIGHT ───────────────────────────────────── */
#site-header {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(13,26,46,0.08);
}
#site-header.scrolled {
  background: rgba(255,255,255,0.99);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(13,26,46,0.1), 0 6px 28px rgba(13,26,46,0.09);
}
.site-nav .logo        { color: #0D1A2E; }
.site-nav .logo span   { color: #2563EB; }
.site-nav .nav-item    { color: rgba(13,26,46,0.6); }
.site-nav .nav-item:hover,
.site-nav .nav-item.active { color: #0D1A2E; }
.drop-toggle { color: rgba(13,26,46,0.6) !important; }
.drop-toggle:hover { color: #0D1A2E !important; }
.has-dropdown.open .drop-toggle { color: #0D1A2E !important; }
.nav-toggle span { background: #0D1A2E; }

/* dropdown (desktop) — light */
.dropdown {
  background: #FFFFFF;
  border-color: rgba(13,26,46,0.1);
  box-shadow: 0 20px 56px rgba(13,26,46,0.14);
}
.dropdown a { color: rgba(13,26,46,0.68); }
.dropdown a:hover { background: rgba(13,26,46,0.04); color: #0D1A2E; }

/* ── 4. LOGO IMAGE ───────────────────────────────────────────── */
.logo-img {
  height: 38px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: none;
}
a.logo.logo--img { color: transparent; padding: 0; }

/* ── 5. MEGA DROPDOWN ────────────────────────────────────────── */
.dropdown.mega-drop {
  min-width: 300px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-item {
  display: flex;
  flex-direction: column;
  padding: 13px 16px;
  border-radius: 9px;
  text-decoration: none;
  transition: background 0.15s;
}
.mega-item:hover { background: rgba(37,99,235,0.05); }
.mega-item__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0D1A2E;
  margin-bottom: 2px;
}
.mega-item__desc {
  font-size: 12px;
  color: rgba(13,26,46,0.52);
  line-height: 1.4;
  margin-bottom: 4px;
}
.mega-item__price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2563EB;
  letter-spacing: 0.05em;
}

/* ── 6. PROOF BAR ────────────────────────────────────────────── */
.proof-bar {
  background: #EDF1FB !important;
  border-top: 1px solid rgba(37,99,235,0.12) !important;
  border-bottom: 1px solid rgba(37,99,235,0.12) !important;
}
.proof-num  { color: #0D1A2E !important; }
.proof-label { color: rgba(13,26,46,0.55) !important; }
.proof-divider { background: rgba(13,26,46,0.1) !important; }

/* ── 7. SECTION BACKGROUNDS ──────────────────────────────────── */
.nsection         { background: #F8FAFE; }
.nsection--alt {
  background: #EDF1FB;
  border-top-color: rgba(37,99,235,0.1);
  border-bottom-color: rgba(37,99,235,0.1);
}
.gradient-divider {
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.16) 30%, rgba(22,163,74,0.14) 70%, transparent);
}
.nsection--gradient::before {
  background: radial-gradient(ellipse, rgba(37,99,235,0.055) 0%, transparent 65%);
}

/* ── 8. SERVICE CARDS ────────────────────────────────────────── */
.svc-card {
  background: #FFFFFF;
  border-color: rgba(13,26,46,0.09);
  box-shadow: 0 2px 14px rgba(13,26,46,0.06);
}
.svc-card:hover {
  border-color: rgba(37,99,235,0.28);
  box-shadow: 0 0 0 1px rgba(37,99,235,0.14), 0 18px 52px rgba(37,99,235,0.1);
}
.svc-card__icon   { background: rgba(37,99,235,0.07); }
.svc-card:hover .svc-card__icon { background: rgba(37,99,235,0.13); }
.svc-card__price  { color: #D97706; }
.svc-card__title  { color: #0D1A2E; }
.svc-card__body   { color: rgba(13,26,46,0.6); }
.svc-card__cta    { color: #2563EB; }
/* Photo header on service cards */
.svc-card__img {
  width: calc(100% + 56px);
  margin: -32px -28px 24px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  height: 175px;
  flex-shrink: 0;
}
.svc-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.svc-card:hover .svc-card__img img { transform: scale(1.06); }
@media (max-width: 480px) {
  .svc-card__img { height: 150px; }
}

/* ── 9. WHY CARDS ────────────────────────────────────────────── */
.why-card {
  background: #FFFFFF;
  border-color: rgba(13,26,46,0.09);
  box-shadow: 0 2px 14px rgba(13,26,46,0.05);
}
.why-card:hover { border-color: rgba(37,99,235,0.25); background: #FFFFFF; }
.why-card__num   { color: rgba(37,99,235,0.14); }
.why-card__title { color: #0D1A2E; }
.why-card__body  { color: rgba(13,26,46,0.6); }
/* Service page why-cards use h3/p directly */
.why-card h3     { color: #0D1A2E; font-family:'Barlow Condensed',sans-serif; font-weight:700; font-size:20px; text-transform:uppercase; letter-spacing:0.02em; margin-bottom:8px; }
.why-card p      { color: rgba(13,26,46,0.6); font-size:15px; line-height:1.65; }
.why-card .why-num { font-family:'Barlow Condensed',sans-serif; font-weight:900; font-size:44px; line-height:1; color:rgba(37,99,235,0.14); margin-bottom:12px; display:block; }

/* ── 10. INCLUDED ITEMS ──────────────────────────────────────── */
.included-item {
  background: #FFFFFF;
  border-color: rgba(13,26,46,0.09);
}
.included-item:hover { border-color: rgba(37,99,235,0.24); }
.included-item__icon  { background: rgba(37,99,235,0.07); color: #2563EB; }
.included-item__icon svg { color: #2563EB; stroke: #2563EB; }
.included-item__title { color: #0D1A2E; }
.included-item__body  { color: rgba(13,26,46,0.6); }

/* ── 11. PRICING CARDS ───────────────────────────────────────── */
.nprice-card {
  background: #FFFFFF;
  border-color: rgba(13,26,46,0.09);
  box-shadow: 0 2px 16px rgba(13,26,46,0.06);
}
.nprice-card.featured {
  border-color: #2563EB;
  box-shadow: 0 0 0 1px rgba(37,99,235,0.38), 0 14px 52px rgba(37,99,235,0.12);
}
.nprice-badge         { background: #2563EB; color: #FFFFFF; }
.nprice-service       { color: rgba(13,26,46,0.5); }
.nprice-amount        { color: #0D1A2E; }
.nprice-period        { color: rgba(13,26,46,0.5); }
.nprice-strikethrough { color: rgba(13,26,46,0.4); }
.nprice-note          { color: #16A34A; }
.nprice-list li       { color: rgba(13,26,46,0.75); }
.nprice-list li .check{ color: #16A34A; }
.nprice-cta {
  background: rgba(37,99,235,0.07);
  border-color: rgba(37,99,235,0.22);
  color: #2563EB;
}
.nprice-cta:hover {
  background: rgba(37,99,235,0.13);
  border-color: rgba(37,99,235,0.48);
  color: #1D4ED8;
}
.nprice-card.featured .nprice-cta { background: #2563EB; border-color: #2563EB; color: #FFFFFF; }
.nprice-card.featured .nprice-cta:hover { background: #1D4ED8; }

/* ── 12. INNER HERO ──────────────────────────────────────────── */
.inner-hero--plain {
  background: linear-gradient(160deg, #F0F4FB 0%, #E8EEF9 55%, #EDF2FF 100%);
}
.inner-hero--plain::before {
  background: radial-gradient(circle, rgba(37,99,235,0.07) 0%, transparent 70%);
}
.inner-hero--plain::after {
  background: radial-gradient(circle, rgba(37,99,235,0.04) 0%, transparent 70%);
}
.inner-hero__eyebrow { background: rgba(37,99,235,0.08); color: #2563EB; border-color: rgba(37,99,235,0.24); }
.inner-hero__title         { color: #0D1A2E; }
.inner-hero__title .accent { color: #2563EB; }
.inner-hero__title .gold   { color: #D97706; }
.inner-hero__sub           { color: rgba(13,26,46,0.6); }
.inner-hero__sub strong    { color: #0D1A2E; }

/* ── 13. TESTIMONIALS ────────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.testi-card {
  background: #FFFFFF;
  border: 1px solid rgba(13,26,46,0.09);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 2px 14px rgba(13,26,46,0.05);
  transition: transform 0.22s, box-shadow 0.22s;
}
.testi-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(13,26,46,0.1); }
.testi-card .stars { color: #F59E0B; font-size: 18px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p      { color: rgba(13,26,46,0.68); font-size: 15px; line-height: 1.65; margin-bottom: 16px; }
.testi-author      { font-weight: 700; font-size: 15px; color: #0D1A2E; }
.testi-trade       { font-size: 13px; color: #2563EB; margin-top: 3px; }

/* ── 14. FAQ ──────────────────────────────────────────────────── */
.faq-item {
  background: #FFFFFF !important;
  border-color: rgba(13,26,46,0.1) !important;
}
.faq-q {
  color: #0D1A2E !important;
  background: none !important;
}
.faq-q:hover { background: rgba(13,26,46,0.025) !important; }
.faq-item.open .faq-q { color: #2563EB !important; }
.faq-a {
  background: none !important;
  color: rgba(13,26,46,0.65) !important;
  padding-top: 0 !important;
}
.arrow { color: rgba(13,26,46,0.35) !important; }

/* ── 15. MOBILE NAV — LIGHT ──────────────────────────────────── */
@media (max-width: 768px) {
  .nav-menu { background: #FFFFFF !important; }
  .nav-item {
    color: rgba(13,26,46,0.78) !important;
    border-bottom-color: rgba(13,26,46,0.07) !important;
  }
  .drop-toggle {
    color: rgba(13,26,46,0.78) !important;
    border-bottom-color: rgba(13,26,46,0.07) !important;
  }
  .dropdown { padding: 0; background: none !important; box-shadow: none !important; }
  .dropdown a { color: rgba(13,26,46,0.65) !important; border-bottom-color: rgba(13,26,46,0.05) !important; }
  .dropdown.mega-drop { padding: 0; }
  .mega-item { border-bottom: 1px solid rgba(13,26,46,0.06); border-radius: 0; padding: 11px 20px; }
  .mega-item:last-child { border-bottom: none; }
}

/* ── 16. SCROLL PROGRESS BAR ─────────────────────────────────── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #2563EB, #4ADE80, #FACC15);
  z-index: 9999;
  pointer-events: none;
  transition: width 0.08s linear;
}

/* ── 17. AURORA / GRADIENT MESH ──────────────────────────────── */
.aurora-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}
@media (prefers-reduced-motion: no-preference) {
  .aurora-blob--1 {
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(37,99,235,0.52) 0%, transparent 70%);
    top: -280px; left: -180px;
    animation: aurora-drift 14s ease-in-out infinite;
    opacity: 0.9;
  }
  .aurora-blob--2 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(74,222,128,0.32) 0%, transparent 70%);
    top: 60px; right: -200px;
    animation: aurora-drift 19s ease-in-out infinite reverse;
    opacity: 0.8;
  }
  .aurora-blob--3 {
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(250,204,21,0.18) 0%, transparent 70%);
    bottom: 0; left: 38%;
    animation: aurora-drift 24s ease-in-out infinite;
    animation-delay: 5s;
    opacity: 0.7;
  }
  @keyframes aurora-drift {
    0%   { transform: translate(0, 0) scale(1); }
    25%  { transform: translate(44px, -32px) scale(1.06); }
    50%  { transform: translate(-24px, 44px) scale(0.96); }
    75%  { transform: translate(32px, 22px) scale(1.03); }
    100% { transform: translate(0, 0) scale(1); }
  }
}

/* ── 18. HERO LINE STAGGER + SHIMMER ─────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .hero-line {
    display: inline-block;
    opacity: 0;
    transform: translateY(24px);
    animation: hero-line-in 0.7s cubic-bezier(0.22,1,0.36,1) forwards;
  }
  @keyframes hero-line-in {
    to { opacity: 1; transform: translateY(0); }
  }
  .shimmer-text {
    background: linear-gradient(100deg, #4ADE80 0%, #FACC15 38%, #7BAAF7 65%, #4ADE80 100%);
    background-size: 280% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-sweep 5s linear infinite;
  }
  @keyframes shimmer-sweep {
    0%   { background-position: 0% center; }
    100% { background-position: 280% center; }
  }
}
.shimmer-text { color: #4ADE80; }

/* ── 19. BUTTON SHINE + CTA PULSE ────────────────────────────── */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .btn-primary:hover::after {
    animation: btn-shine 0.55s ease forwards;
  }
  @keyframes btn-shine { to { left: 160%; } }
  .btn-primary.cta-pulse {
    animation: cta-pulse 2.8s ease-in-out infinite;
  }
  @keyframes cta-pulse {
    0%, 100% { box-shadow: 0 4px 24px rgba(33,144,69,0.35); }
    50%       { box-shadow: 0 4px 40px rgba(33,144,69,0.65), 0 0 0 6px rgba(33,144,69,0.1); }
  }
}

/* ── 20. FEATURED CARD ANIMATED BORDER ───────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  @keyframes glow-cycle {
    0%   { box-shadow: 0 0 0 2px #2563EB, 0 14px 52px rgba(37,99,235,0.2); }
    33%  { box-shadow: 0 0 0 2px #4ADE80, 0 14px 52px rgba(74,222,128,0.2); }
    66%  { box-shadow: 0 0 0 2px #FACC15, 0 14px 52px rgba(250,204,21,0.2); }
    100% { box-shadow: 0 0 0 2px #2563EB, 0 14px 52px rgba(37,99,235,0.2); }
  }
  .nprice-card.featured { animation: glow-cycle 5s linear infinite; }
}

/* ── 21. 3D TILT CARD ────────────────────────────────────────── */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  will-change: transform;
}
.tilt-card:hover {
  box-shadow: 0 20px 60px rgba(37,99,235,0.16), 0 8px 24px rgba(13,26,46,0.12);
}

/* ── 22. SCROLL REVEAL VARIETIES ─────────────────────────────── */
.reveal-left {
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal-right {
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.reveal-left.in-view, .reveal-right.in-view { opacity: 1; transform: translateX(0); }
.reveal-scale.in-view { opacity: 1; transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
  .reveal-left, .reveal-right, .reveal-scale { opacity: 1; transform: none; }
}

/* ── 23. STICKY CTA BAR ──────────────────────────────────────── */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(13,26,46,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(37,99,235,0.3);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 500;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  flex-wrap: wrap;
}
.sticky-cta__inner p { font-size: 14px; color: rgba(255,255,255,0.75); margin: 0; line-height: 1.4; }
.sticky-cta__inner p strong { color: #FFFFFF; }
.sticky-cta__btn { white-space: nowrap; padding: 11px 24px; font-size: 14px; flex-shrink: 0; }
.sticky-cta__close {
  background: none; border: none;
  color: rgba(255,255,255,0.38); cursor: pointer;
  font-size: 16px; padding: 4px 8px; flex-shrink: 0;
  line-height: 1; transition: color 0.15s;
}
.sticky-cta__close:hover { color: #FFFFFF; }
@media (max-width: 600px) {
  .sticky-cta { padding: 12px 16px; }
  .sticky-cta__inner p { display: none; }
  .sticky-cta__inner { justify-content: center; }
  .sticky-cta__btn { padding: 13px 32px; font-size: 15px; }
}

/* ── 24. TRUST MARQUEE ───────────────────────────────────────── */
.marquee-track {
  overflow: hidden;
  background: #EDF1FB;
  border-top: 1px solid rgba(37,99,235,0.1);
  border-bottom: 1px solid rgba(37,99,235,0.1);
  padding: 16px 0;
}
.marquee-inner {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .marquee-inner { animation: marquee-scroll 24s linear infinite; }
  .marquee-inner:hover { animation-play-state: paused; }
  @keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 0 48px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(13,26,46,0.4);
  white-space: nowrap;
}
.marquee-item::after {
  content: '';
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(37,99,235,0.45);
  margin-left: 48px;
}
.marquee-item:last-child::after { display: none; }

/* ── 25. HOW IT WORKS TIMELINE ───────────────────────────────── */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  position: relative;
  margin-top: 48px;
}
.hiw-grid::before {
  content: '';
  position: absolute;
  top: 32px; left: 32px; right: 32px;
  height: 2px;
  background: linear-gradient(90deg, #2563EB, #4ADE80);
  z-index: 0;
}
.hiw-step {
  position: relative;
  padding: 0 24px 0 0;
  z-index: 1;
}
.hiw-step__num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: #2563EB;
  color: #FFFFFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 26px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  position: relative; z-index: 1;
  box-shadow: 0 0 0 5px #F8FAFE, 0 0 0 7px rgba(37,99,235,0.25);
}
.hiw-step__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 19px;
  text-transform: uppercase; letter-spacing: 0.03em;
  color: #0D1A2E; margin-bottom: 8px;
}
.hiw-step__desc {
  font-size: 14px; color: rgba(13,26,46,0.6); line-height: 1.65;
}
@media (max-width: 640px) {
  .hiw-grid { grid-template-columns: 1fr; }
  .hiw-grid::before { display: none; }
  .hiw-step { display: flex; gap: 20px; align-items: flex-start; padding: 0 0 32px; }
  .hiw-step:last-child { padding-bottom: 0; }
  .hiw-step__num { flex-shrink: 0; margin-bottom: 0; }
  .hiw-step__wrap { flex: 1; }
}

/* ── 26. FEATURE PHOTO STRIP ─────────────────────────────────── */
.feature-photo-strip {
  position: relative;
  overflow: hidden;
  max-height: 440px;
}
.feature-photo-strip__img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
  object-position: center 40%;
}
.feature-photo-strip__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,13,31,0.78) 0%, rgba(6,13,31,0.3) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 64px;
  padding: 40px;
  flex-wrap: wrap;
}
.feature-photo-strip__stat {
  text-align: center;
}
.feature-photo-strip__stat .stat-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 42px; line-height: 1;
  color: #FFFFFF; margin-bottom: 6px;
}
.feature-photo-strip__stat .stat-lbl {
  display: block;
  font-size: 12px; color: rgba(255,255,255,0.72);
  text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600;
}
@media (max-width: 640px) {
  .feature-photo-strip__overlay { gap: 32px; padding: 28px 20px; }
  .feature-photo-strip__stat .stat-num { font-size: 32px; }
}

/* ── 27. PAIRS WELL WITH ─────────────────────────────────────── */
.pairs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.pairs-card {
  background: #FFFFFF;
  border: 1px solid rgba(13,26,46,0.09);
  border-radius: 14px;
  padding: 28px 24px;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 14px rgba(13,26,46,0.05);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.pairs-card:hover {
  border-color: rgba(37,99,235,0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37,99,235,0.1);
}
.pairs-card__label {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.12em; color: #D97706;
  font-weight: 700; margin-bottom: 8px;
}
.pairs-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 24px;
  text-transform: uppercase; color: #0D1A2E; margin-bottom: 10px;
}
.pairs-card__desc {
  font-size: 14px; color: rgba(13,26,46,0.6); line-height: 1.6; margin-bottom: 16px;
}
.pairs-card__price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 18px; color: #0D1A2E; margin-bottom: 10px;
}
.pairs-card__cta {
  font-size: 13px; color: #2563EB; font-weight: 600;
  display: flex; align-items: center; gap: 4px;
}

/* ── 28. PREFERS-REDUCED-MOTION GUARD ───────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── 29. RESPONSIVE FOR NEW COMPONENTS ───────────────────────── */
@media (max-width: 768px) {
  .pairs-grid { grid-template-columns: 1fr; }
  .hiw-grid   { gap: 0; }
  .feature-photo-strip { max-height: 320px; }
  .feature-photo-strip__img { max-height: 320px; }
}


/* ── 30. VIDEO HERO ─────────────────────────────────── */
.video-hero {
  background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1920&q=80&auto=format&fit=crop');
  background-color: #060D1F;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) { .hero-video { display: none; } }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }

/* ── 31. BUNDLE PRICING CARD ────────────────────────── */
.nprice-bundle { grid-column: 1 / -1; }
.nprice-bundle .nprice-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 6px 32px;
  margin-top: 20px;
}
.nprice-bundle .nprice-cta {
  margin-top: 28px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* ── 32. SECONDARY BUTTON ON LIGHT BACKGROUNDS ─────────────── */
.inner-hero .btn-secondary {
  border-color: rgba(13,26,46,0.4);
  color: #0D1A2E;
}
.inner-hero .btn-secondary:hover {
  border-color: rgba(13,26,46,0.75);
  background: rgba(13,26,46,0.06);
}