/* =====================================================================
   nocourtfloridadivorce.com — clean single stylesheet
   Palette carried from the existing WP site: #FEC900 gold + black + white
   ===================================================================== */

:root {
  /* NCFD brand: gold + black + white */
  --gold:        #FEC900;
  --gold-deep:   #E5B400;
  --gold-soft:   #FFF7D6;
  --accent-red:  #C8102E;   /* accent for CTA highlights + featured badge */
  --accent-red-deep: #A00D25;
  --ink:         #0A0A0A;
  --ink-soft:    #444444;
  --ink-mute:    #6B6B6B;
  --paper:       #FFFFFF;
  --paper-alt:   #FAFAF7;
  --paper-mute:  #F1F1EE;
  --line:        #E8E8E5;
  --line-dark:   #C4C4C4;
  --danger:      #C22626;
  --success:     #1F7A3E;

  --font-display: "Playfair Display", "Times New Roman", Georgia, serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.03);
  --shadow-md: 0 4px 12px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.04);
  --shadow-lg: 0 10px 30px rgba(0,0,0,.08), 0 20px 60px rgba(0,0,0,.06);

  --radius-sm: 6px;
  --radius:    10px;
  --radius-lg: 16px;
}

/* ===== Reset + base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
}
img, svg, video { max-width: 100%; }
.hero-eyebrow { max-width: 100%; text-align: center; white-space: normal; }
img, svg, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--gold-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p  { margin: 0 0 1em; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper); padding: 12px 20px; z-index: 200;
}
.skip:focus { left: 20px; top: 20px; }

/* ===== HEADER + NAV ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .18s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.header-inner {
  display: flex; align-items: center; gap: 24px;
  padding: 14px 24px; min-height: 68px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--ink);
  flex-shrink: 0;
}
.brand-logo {
  height: 44px; width: auto;
  display: block;
}
/* Legacy brand-mark styles kept in case anything else uses them */
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: var(--gold); border-radius: var(--radius-sm);
  font-size: 22px; color: var(--paper);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  color: var(--ink);
}
.brand-sub {
  font-size: 11px; font-weight: 500;
  color: var(--ink-mute); text-transform: uppercase; letter-spacing: .12em;
}

.nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; }
.nav-list a {
  font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
  padding: 8px 2px;
  position: relative; transition: color .15s ease;
}
.nav-list a:hover { color: var(--ink); }
.nav-list a.is-active {
  color: var(--ink); font-weight: 600;
}
.nav-list a.is-active::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--gold);
}

.nav-cta-group { display: flex; align-items: center; gap: 12px; }
.lang-toggle {
  padding: 6px 10px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 12px; font-weight: 700; color: var(--ink-soft);
  transition: all .15s ease;
}
.lang-toggle:hover { border-color: var(--gold); color: var(--ink); background: var(--gold-soft); }
.nav-phone {
  font-weight: 700; color: var(--ink); font-size: 15px;
  padding: 8px 12px;
}
.nav-phone:hover { color: var(--gold-deep); }

/* ===== Nav toggle (mobile hamburger) ===== */
.nav-toggle {
  display: none;
  background: none; border: 0;
  padding: 10px; margin-left: auto;
}
.nav-toggle span {
  display: block; width: 22px; height: 2.5px; margin: 4px 0;
  background: var(--ink); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 16px 24px 24px;
  background: var(--paper);
}
.mobile-nav a {
  display: block; padding: 12px 0;
  font-size: 16px; font-weight: 500;
  border-bottom: 1px solid var(--paper-mute);
}
.mobile-nav-lang { color: var(--ink-mute); font-size: 14px; }
.mobile-nav-call { margin-top: 16px; text-align: center; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700; font-size: 15px;
  border: 0; cursor: pointer;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease;
  line-height: 1;
}
.btn-primary {
  background: var(--gold); color: var(--ink);
  box-shadow: 0 2px 12px rgba(254, 201, 0, .35);
}
.btn-primary:hover {
  background: var(--gold-deep); color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(254, 201, 0, .5);
}
.btn-outline {
  background: transparent; color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline:hover {
  background: var(--ink); color: var(--paper);
}
.btn-ghost {
  background: transparent; color: var(--ink-soft);
  padding: 10px 16px;
}
.btn-ghost:hover { color: var(--ink); }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }
.btn-lg { padding: 18px 32px; font-size: 16px; }
.btn-block { display: flex; width: 100%; }

/* ===== HERO ===== */
.hero {
  position: relative; overflow: hidden;
  padding: 80px 0 60px;
  background:
    linear-gradient(135deg, var(--paper) 0%, var(--paper-alt) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  top: -180px; right: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, var(--gold) 0%, transparent 65%);
  opacity: .22; pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; text-align: center; max-width: 860px; margin: 0 auto; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px; margin-bottom: 24px;
  background: var(--ink); color: var(--gold);
  border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.hero-eyebrow::before { content: "★"; color: var(--gold); }
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  margin-bottom: 24px;
}
.hero h1 .accent { color: var(--gold-deep); font-style: italic; }
.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ink-soft);
  margin-bottom: 36px;
  max-width: 680px; margin-left: auto; margin-right: auto;
}
.hero-cta-group {
  display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.hero-badges {
  margin-top: 44px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px; max-width: 900px; margin-left: auto; margin-right: auto;
}
.hero-badge {
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
  display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-sm);
}
.hero-badge-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--gold-soft); border-radius: var(--radius-sm);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.hero-badge-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-badge-text strong { display: block; font-size: 14.5px; color: var(--ink); }
.hero-badge-text span  { display: block; font-size: 12.5px; color: var(--ink-mute); }

/* ===== HERO PHOTO (below hero badges) ===== */
.hero-photo {
  margin-top: 56px;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 21/9;
  background: var(--paper-alt);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(254,201,0,.06) 0%, rgba(10,10,10,.15) 100%);
  pointer-events: none;
}

/* ===== IMAGE + TEXT SPLIT SECTION ===== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/3;
}
.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-image::before {
  content: "";
  position: absolute; inset: 0;
  border: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  transform: translate(14px, 14px);
  z-index: -1;
  pointer-events: none;
}
.split-content h2 { margin-top: 0; }
.split .kicker {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  color: var(--gold-deep); letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 14px;
}

/* ===== FULL-WIDTH BANNER IMAGE (used between sections) ===== */
.banner-photo {
  position: relative;
  aspect-ratio: 21/6;
  overflow: hidden;
}
.banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.35) 0%, rgba(10,10,10,.55) 100%);
}
.banner-photo-caption {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--paper);
  text-align: center;
  z-index: 2;
  padding: 24px;
}
.banner-photo-caption h3 {
  color: var(--paper);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  margin: 0 0 6px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.banner-photo-caption p {
  color: rgba(255,255,255,.9);
  margin: 0;
  font-size: 15.5px;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

/* ===== SECTION ===== */
.section { padding: 80px 0; }
.section.alt { background: var(--paper-alt); }
.section.dark { background: var(--ink); color: var(--paper); }
.section.dark h1, .section.dark h2, .section.dark h3 { color: var(--paper); }
.section.dark p { color: rgba(255,255,255,.75); }
.section.gold { background: var(--gold); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head .kicker {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  color: var(--gold-deep); letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 14px;
}
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--ink-soft); font-size: 16.5px; }

/* ===== COST INTRO / SIMPLE CALLOUT ===== */
.callout {
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--paper) 100%);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 32px 36px;
  max-width: 880px; margin: 0 auto;
}
.callout h3 { margin: 0 0 12px; font-size: 1.4rem; }
.callout p:last-child { margin-bottom: 0; }

/* ===== PRICING GRID ===== */
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.pricing-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px 28px;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}
.pricing-card.is-featured {
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-md);
  background: linear-gradient(180deg, var(--gold-soft) 0%, var(--paper) 40%);
}
.pricing-card.is-featured::before {
  content: attr(data-featured-label);
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: var(--gold);
  padding: 6px 16px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  white-space: nowrap;
}
.pricing-card-name {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  margin: 0 0 6px;
  color: var(--ink);
}
.pricing-card-sub {
  font-size: 13px; color: var(--ink-mute);
  margin-bottom: 22px; min-height: 40px;
}
.pricing-card-price {
  font-family: var(--font-display); font-weight: 700;
  font-size: 44px; line-height: 1;
  color: var(--ink);
  margin: 0;
}
.pricing-card-price .currency { font-size: 22px; vertical-align: super; margin-right: 2px; }
.pricing-card-breakdown {
  margin: 18px 0 22px;
  padding: 14px 16px;
  background: var(--paper-alt);
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  color: var(--ink-soft);
}
.pricing-card-breakdown-row {
  display: flex; justify-content: space-between; padding: 3px 0;
}
.pricing-card-breakdown-row strong { color: var(--ink); }
.pricing-card-features {
  list-style: none; margin: 0 0 24px; padding: 0;
  flex-grow: 1;
}
.pricing-card-features li {
  padding: 6px 0 6px 26px;
  position: relative;
  font-size: 14px; color: var(--ink-soft);
  line-height: 1.5;
}
.pricing-card-features li::before {
  content: "✓";
  position: absolute; left: 0; top: 5px;
  color: var(--gold-deep); font-weight: 800;
}
.pricing-card .btn { margin-top: auto; }

/* ===== SERVICES GRID (Immigration) ===== */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px;
  transition: box-shadow .18s ease, transform .18s ease;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.service-card-icon {
  width: 48px; height: 48px;
  background: var(--gold-soft);
  border-radius: var(--radius-sm);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.service-card h3 { font-size: 20px; margin: 0 0 10px; }
.service-card p  { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 16px; }
.service-card a  {
  color: var(--gold-deep); font-weight: 700; font-size: 14px;
  border-bottom: 1px solid var(--gold);
}

/* ===== PROCESS FLOW ===== */
.process {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  counter-reset: step;
}
.process-step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
}
.process-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: var(--gold); color: var(--ink);
  border-radius: 999px; font-weight: 800; font-size: 15px;
  margin-bottom: 12px;
}
.process-step h4 { font-family: var(--font-body); font-weight: 600; font-size: 15px; margin: 0 0 4px; }
.process-step p  { font-size: 13.5px; color: var(--ink-mute); margin: 0; }

/* ===== INDIGENT INCOME TABLE ===== */
.income-table {
  width: 100%; border-collapse: collapse;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.income-table th, .income-table td {
  padding: 12px 18px;
  text-align: left;
  border-bottom: 1px solid var(--paper-mute);
  font-size: 15px;
}
.income-table th {
  background: var(--ink); color: var(--paper);
  font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 13px;
}
.income-table tr:last-child td { border-bottom: 0; }
.income-table tr:hover td { background: var(--gold-soft); }
.income-notes {
  margin-top: 18px; padding: 20px;
  background: var(--paper-alt); border-radius: var(--radius);
  font-size: 14.5px; color: var(--ink-soft);
}
.income-notes ul { padding-left: 20px; margin: 10px 0 0; }
.income-notes li { margin: 6px 0; }

/* ===== FAQ ===== */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600; font-size: 16.5px;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 60px;
  transition: background .15s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "＋";
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--ink);
  border-radius: 50%; font-weight: 700; font-size: 16px;
  transition: transform .2s ease;
}
.faq-item[open] summary { background: var(--gold-soft); }
.faq-item[open] summary::after { content: "－"; transform: translateY(-50%) rotate(180deg); }
.faq-item .faq-answer {
  padding: 0 24px 22px;
  color: var(--ink-soft); font-size: 15.5px; line-height: 1.7;
}

/* ===== CTA STRIP ===== */
.cta-strip {
  background: var(--ink); color: var(--paper);
  padding: 64px 0;
  text-align: center;
}
.cta-strip h2 { color: var(--paper); }
.cta-strip .accent { color: var(--accent-red); }
.cta-strip p { color: rgba(255,255,255,.75); font-size: 17px; max-width: 620px; margin: 0 auto 32px; }

/* ===== FORM ===== */
.form {
  background: var(--paper);
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  max-width: 560px; margin: 0 auto;
}
.form-row { margin-bottom: 20px; }
.form-row label {
  display: block;
  font-size: 13.5px; font-weight: 600;
  margin-bottom: 6px; color: var(--ink);
}
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  padding: 14px 16px;
  font: inherit; font-size: 15px;
  border: 1.5px solid var(--line-dark);
  border-radius: var(--radius-sm);
  background: var(--paper);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(254, 201, 0, .18);
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-msg {
  padding: 14px 18px; border-radius: var(--radius-sm);
  margin-top: 16px;
  font-size: 14.5px;
}
.form-msg.is-ok    { background: #E8F5EB; color: var(--success); border-left: 3px solid var(--success); }
.form-msg.is-err   { background: #FDEDED; color: var(--danger);  border-left: 3px solid var(--danger); }
.form-honeypot { display: none !important; }

/* ===== ABOUT / CONTENT LAYOUT ===== */
.content-lead {
  font-size: 20px; line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 32px;
  font-weight: 400;
}
.value-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 40px 0;
}
.value-card {
  padding: 24px;
  background: var(--paper);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.value-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 17px; margin: 0 0 8px; }
.value-card p  { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* ===== CONTACT PAGE ===== */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: start;
}
.contact-info h3 { margin-top: 0; }
.contact-info-block {
  padding: 20px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.contact-info-block strong {
  display: block;
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  margin-bottom: 4px;
}
.contact-info-block a { color: var(--gold-deep); font-weight: 600; }

/* ===== DISCLAIMER BAND ===== */
.disclaimer {
  background: var(--paper-alt);
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.disclaimer-heading {
  font-family: var(--font-body); font-weight: 700;
  font-size: 16px; margin: 0 0 18px;
  color: var(--ink);
}
.disclaimer-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px 24px;
}
.disclaimer-list li {
  font-size: 13.5px; color: var(--ink-soft); line-height: 1.55;
}
.disclaimer-list strong { color: var(--ink); }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--ink); color: rgba(255,255,255,.7);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.footer-brand-mark {
  width: 40px; height: 40px;
  background: var(--gold);
  border-radius: var(--radius-sm);
  color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}
.footer-brand-text {
  display: flex; flex-direction: column; margin-bottom: 12px;
}
.footer-brand-text strong { color: var(--paper); font-size: 17px; font-weight: 600; }
.footer-brand-text span   { color: rgba(255,255,255,.55); font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; }
.footer-tagline {
  font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.65;
  max-width: 320px;
}
.footer-col h4 {
  color: var(--paper);
  font-family: var(--font-body); font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  margin: 0 0 16px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,.7); font-size: 14px; }
.footer-col a:hover { color: var(--gold); }
.footer-contact li { font-size: 14px; }
.footer-contact li a { color: var(--paper); }
.footer-hours { color: rgba(255,255,255,.55); font-size: 13px; margin-top: 8px; }

.footer-bottom {
  margin-top: 40px;
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12.5px; color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.7); }

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  box-shadow: 0 -4px 12px rgba(0,0,0,.06);
}
.sticky-call, .sticky-quote {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 12px;
  border-radius: var(--radius-sm);
  font-weight: 700; font-size: 15px;
  text-decoration: none;
}
.sticky-call  { background: var(--ink);  color: var(--paper); }
.sticky-quote { background: var(--gold); color: var(--ink); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-list { display: none; }
  .nav-cta-group { display: none; }
  .nav { margin-left: auto; }
  .nav-toggle { display: inline-block; }
  .mobile-nav.is-open { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 78px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse { direction: ltr; }
  .hero-photo { aspect-ratio: 16/10; margin-top: 40px; }
  .banner-photo { aspect-ratio: 16/10; }

  /* Critical mobile/tablet: prevent horizontal overflow anywhere */
  .hero h1 { font-size: clamp(1.6rem, 5.5vw, 2.4rem); line-height: 1.15; word-wrap: break-word; overflow-wrap: break-word; }
  .hero-eyebrow { font-size: 11px; padding: 6px 14px; letter-spacing: .1em; max-width: 100%; }
  .hero-inner { max-width: 100%; padding: 0; }
  .hero-sub { font-size: 15.5px; }
  .wrap, .wrap-narrow { padding: 0 16px; max-width: 100%; }
  .trust-bar-inner { justify-content: center; }
  .sticky-quote { white-space: nowrap; font-size: 13px; padding: 12px 8px; }
  .hero-photo, .banner-photo, .split-image { max-width: 100%; }
}
@media (max-width: 560px) {
  .hero { padding: 40px 0 32px; }
  .section { padding: 48px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .form { padding: 24px; }
  .disclaimer-list { grid-template-columns: 1fr; }

  /* Nav / brand mobile fixes */
  .header-inner { padding: 10px 16px; gap: 12px; min-height: 66px; }
  .brand-mark { width: 34px; height: 34px; font-size: 18px; }
  .brand-name { font-size: 15px; }
  .brand-sub { font-size: 10px; letter-spacing: .08em; }
  .brand-logo { height: 38px; }

  /* Wrap padding tighter */
  .wrap, .wrap-narrow { padding: 0 16px; }

  /* Hero: fit within viewport */
  .hero h1 { font-size: clamp(1.7rem, 8vw, 2.4rem); line-height: 1.15; }
  .hero-sub { font-size: 15px; }
  .hero-eyebrow {
    font-size: 10.5px; padding: 6px 12px; letter-spacing: .1em;
    text-align: center;
  }
  .hero-cta-group { gap: 10px; flex-direction: column; align-items: stretch; }
  .hero-cta-group .btn { width: 100%; }
  .hero-badges { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
  .hero-badge { padding: 12px 14px; gap: 10px; }
  .hero-badge-icon { width: 36px; height: 36px; }
  .hero-badge-text strong { font-size: 13.5px; }
  .hero-badge-text span { font-size: 11.5px; }

  /* Trust bar: tighter, wrap cleanly */
  .trust-bar { padding: 16px 0; }
  .trust-bar-inner { gap: 12px 20px; font-size: 12.5px; justify-content: flex-start; }
  .trust-bar-item { flex: 1 1 auto; min-width: 45%; }

  /* Stats */
  .stats { padding: 40px 0; }
  .stat-num { font-size: 2.4rem; }
  .stat-label { font-size: 12px; }

  /* Sticky bottom CTA — buttons don't get truncated */
  .sticky-cta { padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
  .sticky-call, .sticky-quote { padding: 12px 8px; font-size: 13.5px; }
  .sticky-quote { white-space: nowrap; }

  /* Wizard progress: shrink at mobile */
  .wizard { padding: 24px 20px; }
  .wizard-progress::before { left: 16px; right: 16px; }
  .wizard-progress[data-step="2"] .wizard-progress::after,
  .wizard[data-step="2"] .wizard-progress::after { width: calc(50% - 16px); }
  .wizard[data-step="3"] .wizard-progress::after,
  .wizard[data-step="result"] .wizard-progress::after { width: calc(100% - 32px); }
  .wizard-progress-step { width: 28px; height: 28px; font-size: 12px; }
  .wizard-question h3 { font-size: 1.15rem; }
  .wizard-options { grid-template-columns: 1fr; gap: 10px; }
  .wizard-option { padding: 16px 18px; font-size: 15px; }
  .wizard-result .price { font-size: 2.6rem; }

  /* WhatsApp bubble tighter to avoid sticky-cta overlap */
  .wa-float { width: 52px; height: 52px; bottom: calc(78px + env(safe-area-inset-bottom)); right: 12px; }
  .wa-float svg { width: 26px; height: 26px; }

  /* Section head + spacing */
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: clamp(1.4rem, 6vw, 1.8rem); }

  /* Pricing cards — full width on mobile */
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-card { padding: 24px 20px 20px; }

  /* Contact info blocks + form */
  .contact-info-block { padding: 16px 18px; }

  /* CTA strip */
  .cta-strip, .cta-strip-enhanced { padding: 44px 0; }
  .cta-strip h2, .cta-strip-enhanced h2 { font-size: clamp(1.4rem, 5.5vw, 1.9rem); }
  .cta-strip p, .cta-strip-enhanced p { font-size: 15px; }

  /* Testimonials on mobile */
  .testimonials-grid { gap: 14px; }
  .testimonial { padding: 24px 20px; }
  .testimonial-body { font-size: 14.5px; }

  /* Timeline — force vertical stack on small screens */
  .timeline-track { display: none; }
  .timeline-points {
    position: static; transform: none; flex-direction: column; align-items: flex-start;
    gap: 22px;
  }
  .timeline-point {
    width: auto; height: auto; padding: 10px 16px;
    border-radius: 8px; border: none; background: var(--gold-soft);
    display: flex; align-items: center; gap: 12px;
    font-size: 14px;
  }
  .timeline-point-label { position: static; transform: none; width: auto; max-width: none; text-align: left; }
  .timeline-point-label strong { font-size: 14px; }
}

/* =====================================================================
   ELEVATION LAYER — added later for higher-conversion sites
   ===================================================================== */

/* ===== Trust bar (under hero) ===== */
.trust-bar {
  background: var(--gold);
  color: var(--paper);
  padding: 22px 0;
  overflow: hidden;
}
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
}
.trust-bar-item {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--paper);
  opacity: 0.95;
}
.trust-bar-item svg {
  width: 22px; height: 22px;
  color: var(--paper);
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
.trust-bar-divider {
  width: 1px; height: 22px;
  background: rgba(255,255,255,.3);
}
@media (max-width: 700px) {
  .trust-bar-divider { display: none; }
  .trust-bar-inner { gap: 14px 24px; }
}

/* ===== How It Works (3-step) ===== */
.how-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: step;
  position: relative;
}
.how-step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 28px 28px;
  text-align: center;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}
.how-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.how-step-num {
  position: absolute;
  top: -22px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px;
  background: var(--gold);
  color: var(--paper);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700; font-size: 20px;
  box-shadow: 0 2px 12px rgba(21, 43, 110, .35);
}
.how-step h3 {
  font-size: 20px;
  margin: 8px 0 12px;
  font-family: var(--font-display);
}
.how-step p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
}
.how-step-icon {
  width: 56px; height: 56px;
  background: var(--gold-soft);
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
  color: var(--gold);
}
.how-step-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 800px) {
  .how-steps { grid-template-columns: 1fr; gap: 40px; }
}

/* ===== Sticky WhatsApp float button ===== */
.wa-float {
  position: fixed;
  bottom: calc(88px + env(safe-area-inset-bottom));
  right: 20px;
  width: 60px; height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .45);
  z-index: 95;
  color: white;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
  animation: wa-pulse 2s ease-in-out infinite;
}
.wa-float:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(37, 211, 102, .6);
}
.wa-float svg { width: 32px; height: 32px; fill: white; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(37, 211, 102, .45); }
  50%      { box-shadow: 0 6px 20px rgba(37, 211, 102, .45), 0 0 0 8px rgba(37, 211, 102, .12); }
}
@media (min-width: 901px) {
  .wa-float { bottom: 24px; right: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float { animation: none; }
}

/* ===== Reveal on scroll ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== SVG wave section divider ===== */
.section-divider {
  display: block;
  width: 100%;
  height: 60px;
  background: no-repeat center/cover;
  position: relative;
  margin: 0;
}
.section-divider--to-alt {
  background: var(--paper);
  color: var(--paper-alt);
}
.section-divider--from-alt {
  background: var(--paper-alt);
  color: var(--paper);
}
.section-divider svg {
  width: 100%; height: 100%;
  display: block;
  fill: currentColor;
}

/* ===== Attorney-reviewed badge on pricing cards ===== */
.pricing-card-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: var(--gold-soft);
  color: var(--gold);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase;
  margin-bottom: 12px;
  align-self: flex-start;
}
.pricing-card-badge svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ===== Enhanced CTA strip with gradient ===== */
.cta-strip-enhanced {
  background:
    linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: var(--paper);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip-enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(200,16,46,.25) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(200,16,46,.18) 0%, transparent 40%);
  pointer-events: none;
}
.cta-strip-enhanced > * { position: relative; z-index: 1; }
.cta-strip-enhanced h2 { color: var(--paper); font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.cta-strip-enhanced .accent { color: #FFE4A0; }
.cta-strip-enhanced p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 640px; margin: 0 auto 32px; }

/* ===== Testimonial-style callout (kept minimal, no fake testimonials) ===== */
.credibility-strip {
  padding: 24px 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.credibility-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 32px 48px; flex-wrap: wrap;
  font-size: 13px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-mute);
}
.credibility-inner span {
  display: inline-flex; align-items: center; gap: 8px;
}

/* ===== NCFD-specific overrides — gold bg needs dark text ===== */
.income-table th { color: var(--gold); }       /* NCFD: yellow on ink is readable, prettier */
.footer-col h4  { color: var(--gold); }        /* NCFD: keep the branded yellow heading */
.sticky-call    { color: var(--gold); }        /* NCFD: yellow on ink call button */
.sticky-quote   { color: var(--ink); }         /* NCFD: dark text on yellow bg (was overridden by base fix) */

.trust-bar { color: var(--ink); }
.trust-bar-item { color: var(--ink); }
.trust-bar-item svg { color: var(--ink); }
.trust-bar-divider { background: rgba(0,0,0,.2); }
.how-step-num {
  background: var(--gold); color: var(--ink);
  box-shadow: 0 2px 12px rgba(254, 201, 0, .5);
}
.cta-strip-enhanced { color: var(--ink); }
.cta-strip-enhanced h2 { color: var(--ink); }
.cta-strip-enhanced p { color: rgba(0,0,0,.75); }
.cta-strip-enhanced .accent { color: var(--accent-red); }

/* =====================================================================
   ELEVATION LAYER 2 — testimonials, stats, timeline, wizard, faq page
   ===================================================================== */

/* ===== Stat counter ===== */
.stats {
  padding: 64px 0;
  background: var(--paper);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat {
  padding: 16px;
}
.stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
  color: var(--gold);
  margin: 0 0 8px;
}
.stat-num .plus, .stat-num .unit {
  font-size: .65em;
  color: var(--accent-red);
  vertical-align: super;
  margin-left: 2px;
}
.stat-label {
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ===== Timeline visualization ===== */
.timeline {
  padding: 40px 0 20px;
  position: relative;
}
.timeline-track {
  position: relative;
  height: 4px;
  background: var(--paper-mute);
  border-radius: 999px;
  margin: 60px 30px 40px;
}
.timeline-track::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--accent-red) 100%);
  border-radius: 999px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.8s ease;
}
.timeline.is-visible .timeline-track::before { transform: scaleX(1); }
.timeline-points {
  display: flex; justify-content: space-between;
  position: absolute; top: -12px; left: 0; right: 0;
}
.timeline-point {
  position: relative;
  width: 28px; height: 28px;
  background: var(--paper);
  border: 3px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: var(--gold);
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.timeline-point-label {
  position: absolute;
  top: 38px; left: 50%; transform: translateX(-50%);
  text-align: center;
  width: max-content;
  max-width: 130px;
}
.timeline-point-label strong {
  display: block;
  font-size: 13.5px;
  color: var(--ink);
  margin-bottom: 2px;
}
.timeline-point-label span {
  font-size: 12px;
  color: var(--ink-mute);
}
@media (max-width: 800px) {
  .timeline-track { margin: 60px 12px 200px; }
  .timeline-points { top: -12px; }
  .timeline-point-label {
    width: 90px;
    font-size: 12px;
  }
}

/* ===== Testimonials ===== */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: 60px;
  line-height: .8;
  color: var(--gold);
  opacity: .5;
  position: absolute;
  top: 20px; right: 24px;
}
.testimonial-stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.testimonial-body {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px;
  font-family: var(--font-display);
}
.testimonial-meta strong {
  display: block;
  font-size: 14.5px;
  color: var(--ink);
}
.testimonial-meta span {
  font-size: 12.5px;
  color: var(--ink-mute);
}
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ===== Wizard (cost estimator) ===== */
.wizard {
  max-width: 720px;
  margin: 0 auto;
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 48px 40px;
}
.wizard-progress {
  display: flex; justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.wizard-progress::before {
  content: "";
  position: absolute;
  top: 15px; left: 40px; right: 40px;
  height: 2px;
  background: var(--paper-mute);
}
.wizard-progress::after {
  content: "";
  position: absolute;
  top: 15px; left: 40px;
  height: 2px;
  background: var(--gold);
  width: 0;
  transition: width .4s ease;
}
.wizard[data-step="2"] .wizard-progress::after { width: calc(50% - 40px); }
.wizard[data-step="3"] .wizard-progress::after { width: calc(100% - 80px); }
.wizard[data-step="result"] .wizard-progress::after { width: calc(100% - 80px); }
.wizard-progress-step {
  position: relative;
  width: 32px; height: 32px;
  background: var(--paper);
  border: 2px solid var(--paper-mute);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--ink-mute);
  font-size: 13px;
  transition: all .3s ease;
}
.wizard-progress-step.is-active,
.wizard-progress-step.is-done {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--paper);
}
.wizard-question {
  display: none;
}
.wizard-question.is-active { display: block; }
.wizard-question h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  margin: 0 0 8px;
  color: var(--ink);
}
.wizard-question .hint {
  font-size: 14.5px;
  color: var(--ink-mute);
  margin-bottom: 28px;
}
.wizard-options {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.wizard-option {
  border: 2px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  transition: all .15s ease;
  display: flex; align-items: center; gap: 12px;
}
.wizard-option:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.wizard-option-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--paper-mute);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: all .15s ease;
}
.wizard-option:hover .wizard-option-icon {
  background: var(--gold);
  color: var(--paper);
}
.wizard-result {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.wizard-result.is-active { display: block; }
.wizard-result-package {
  display: inline-block;
  background: var(--gold);
  color: var(--paper);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 16px;
}
.wizard-result h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 8px;
  color: var(--ink);
}
.wizard-result .price {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  font-weight: 800;
  color: var(--gold);
  margin: 12px 0;
}
.wizard-result .price small {
  font-size: .3em;
  color: var(--ink-mute);
  font-weight: 400;
  display: block;
  margin-top: 4px;
}
.wizard-result p {
  color: var(--ink-soft);
  max-width: 440px;
  margin: 0 auto 24px;
}
.wizard-result-cta {
  display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.wizard-restart {
  display: inline-block;
  margin-top: 24px;
  font-size: 13px;
  color: var(--ink-mute);
  text-decoration: underline;
  background: none; border: 0; cursor: pointer;
  padding: 8px 12px;
}
.wizard-restart:hover { color: var(--gold); }
@media (max-width: 600px) {
  .wizard { padding: 32px 24px; }
  .wizard-options { grid-template-columns: 1fr; }
}

/* ===== FAQ page categories ===== */
.faq-cat {
  margin-bottom: 48px;
}
.faq-cat h3 {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--gold);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold-soft);
}

/* ===== Resource cards (blog placeholders) ===== */
.resources-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.resource-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.resource-card-image {
  aspect-ratio: 16/10;
  background: var(--paper-mute);
  overflow: hidden;
}
.resource-card-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.resource-card:hover .resource-card-image img { transform: scale(1.03); }
.resource-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex; flex-direction: column;
}
.resource-card-cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold-deep);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.resource-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--ink);
}
.resource-card p {
  font-size: 14.5px;
  color: var(--ink-soft);
  margin-bottom: 16px;
  flex-grow: 1;
}
.resource-card-link {
  font-weight: 700;
  font-size: 14px;
  color: var(--gold-deep);
  border-bottom: 1px solid var(--gold);
  align-self: flex-start;
}
@media (max-width: 900px) {
  .resources-grid { grid-template-columns: 1fr; }
}

/* ===== Print styles ===== */
@media print {
  .site-header, .site-footer, .sticky-cta, .disclaimer, .hero-cta-group { display: none; }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
