/* ============================================================
   DUIAnalysis.com — Stylesheet V4 (Bold / Authoritative)
   Aesthetic: confident, classic legal authority with modern boldness
   Palette: deep wine/burgundy + warm gold + warm cream + near-black
     Rationale for DUI audience:
     - Burgundy: classic legal tradition (think Harvard Law libraries),
       authoritative without panic-red. Bold but reassuring.
     - Warm gold: premium, hopeful, warm
     - Cream: grounding, approachable
     - Near-black: confident contrast for readability under stress
   Type: Manrope ONLY — single family, weight contrast does the heavy lifting
   No mono fonts (eliminates the visual font-clash on form labels)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300..800&display=swap');

:root {
  /* V4 color system — bold saturation */
  --bg: #fdfaf2;            /* warm cream */
  --bg-deep: #f5f0e2;       /* deeper warm cream for alt sections */
  --surface: #ffffff;       /* pure white cards */
  --surface-tint: #faf6ec;
  --surface-warm: #f9f5e8;

  --ink: #0a0a0a;           /* near-black, high contrast */
  --ink-soft: #2a2823;
  --ink-mute: #5d5a52;
  --ink-faint: #9b988e;

  --wine: #7c2d12;          /* deep wine/burgundy — bold legal authority */
  --wine-deep: #4c1d0a;     /* deepest burgundy */
  --wine-soft: #9a3a1e;     /* lighter wine for hover/accents */
  --wine-glass: rgba(124, 45, 18, 0.06);

  --gold: #ca8a04;          /* warm gold — bold premium accent */
  --gold-deep: #a16207;
  --gold-soft: #eab308;
  --gold-glow: rgba(202, 138, 4, 0.12);

  --line: rgba(10, 10, 10, 0.1);
  --line-soft: rgba(10, 10, 10, 0.05);
  --line-strong: rgba(10, 10, 10, 0.18);

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  /* Type — SINGLE family, weight contrast does the work */
  --font-display: 'Manrope', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'SF Pro Text', sans-serif;

  /* Layout */
  --container-w: 1180px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --shadow-1: 0 1px 2px rgba(10, 10, 10, 0.04), 0 1px 1px rgba(10, 10, 10, 0.06);
  --shadow-2: 0 6px 16px -2px rgba(10, 10, 10, 0.1), 0 2px 4px -1px rgba(10, 10, 10, 0.06);
  --shadow-3: 0 20px 40px -12px rgba(10, 10, 10, 0.2), 0 6px 16px -4px rgba(10, 10, 10, 0.08);
}

* { box-sizing: border-box; }

html { font-size: 17px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main, section, header, footer { position: relative; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }

a {
  color: var(--wine);
  text-decoration: none;
  transition: color 150ms ease;
}

a:hover { color: var(--gold-deep); }

.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 var(--space-5);
}

/* ============================================================
   Header
   ============================================================ */

.site-header {
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
}

.brand {
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.025em;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: var(--wine);
}

.brand-logo-needle { stroke: var(--gold); }

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.brand-mark { font-weight: 800; color: var(--wine); }
.brand-word { font-weight: 500; color: var(--ink); font-style: normal; }

.phone-cta {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--surface);
  padding: var(--space-3) var(--space-5);
  background: var(--wine);
  border: 1.5px solid var(--wine);
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all 200ms ease;
  box-shadow: var(--shadow-1);
}

.phone-cta:hover {
  background: var(--wine-deep);
  border-color: var(--wine-deep);
  color: var(--surface);
  box-shadow: var(--shadow-2);
  transform: translateY(-1px);
}

/* ============================================================
   Hero
   ============================================================ */

.hero {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--surface-tint) 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero > .container { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-9);
  align-items: start;
}

.hero-copy { padding-top: var(--space-4); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: var(--space-5);
  display: inline-block;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.625rem, 5.2vw, 4.25rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.038em;
  color: var(--ink);
  margin: 0 0 var(--space-6);
}

.accent {
  color: var(--wine);
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
}

.hero-sub {
  font-size: 1.1875rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 var(--space-7);
  max-width: 32em;
  font-weight: 500;
}

.hero-meta {
  display: flex;
  gap: var(--space-7);
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
}

.hero-note {
  margin: var(--space-5) 0 0;
  padding: var(--space-4) var(--space-5);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 500;
  box-shadow: var(--shadow-1);
}

.meta-item { display: flex; flex-direction: column; gap: var(--space-1); }

.meta-num {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--wine);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.meta-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* ============================================================
   Form card
   ============================================================ */

.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-7);
  box-shadow: var(--shadow-3);
  position: relative;
}

.form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--wine);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.form-card-header {
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--line-soft);
}

.form-eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: var(--space-3);
}

.form-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 var(--space-5);
  letter-spacing: -0.028em;
  line-height: 1.15;
}

.progress-bar {
  height: 4px;
  background: var(--bg-deep);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: var(--space-2);
}

.progress-fill {
  height: 100%;
  width: 10%;
  background: var(--wine);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-label {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--ink-mute);
  font-weight: 600;
}

/* Form steps */
.step {
  border: 0;
  padding: 0;
  margin: 0;
  display: none;
}

.step.active {
  display: block;
  animation: stepIn 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes stepIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.step legend {
  font-family: var(--font-display);
  font-size: 1.4375rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: var(--space-5);
  line-height: 1.2;
  letter-spacing: -0.022em;
  padding: 0;
}

.legend-hint {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--ink-mute);
}

.choices { display: flex; flex-direction: column; gap: var(--space-2); }
.choices-inline { flex-direction: row; flex-wrap: wrap; }
.choices-inline .choice { flex: 1 1 auto; min-width: 100px; }

.choice {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 150ms ease;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

.choice:hover {
  border-color: var(--wine);
  background: var(--surface-tint);
}

.choice input {
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--wine);
  width: 18px;
  height: 18px;
}

.choice input:checked + span {
  font-weight: 700;
  color: var(--wine-deep);
}

.choice:has(input:checked) {
  background: var(--wine-glass);
  border-color: var(--wine);
  border-width: 2px;
}

.sub-question { margin-bottom: var(--space-6); }
.sub-question:last-child { margin-bottom: 0; }

.sub-label {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  margin: 0 0 var(--space-3);
  line-height: 1.45;
  font-weight: 600;
}

/* Text fields — labels use SAME font as everything else (no mono!) */
.field { margin-bottom: var(--space-5); }
.field:last-child { margin-bottom: 0; }

.field label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: var(--space-2);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  padding: var(--space-4);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  font-size: 1rem;
  color: var(--ink);
  transition: all 150ms ease;
  font-family: var(--font-body);
  font-weight: 500;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--wine);
  border-width: 2px;
  background: var(--surface);
  box-shadow: 0 0 0 4px var(--wine-glass);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.field-grid .field { margin-bottom: var(--space-5); }

.optional {
  font-weight: 500;
  color: var(--ink-mute);
  font-size: 0.85em;
  text-transform: none;
  letter-spacing: 0;
}

.consent {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: var(--space-5) 0 0;
  padding: var(--space-4) var(--space-5);
  background: var(--surface-warm);
  border: 1px solid var(--line-soft);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-weight: 500;
}

.screen-message { text-align: left; }

.screen-message legend {
  font-size: 1.625rem;
  color: var(--wine);
  font-weight: 800;
}

.screen-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 var(--space-4);
  font-weight: 500;
}

.screen-cta {
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
}
.screen-cta a {
  color: var(--wine);
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold);
}
.screen-cta a:hover { color: var(--gold-deep); }

.form-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-7);
  padding-top: var(--space-5);
  border-top: 1px solid var(--line-soft);
}

/* Buttons — bold, filled, confident */
.btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9375rem;
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  letter-spacing: -0.005em;
}

.btn-primary {
  background: var(--wine);
  color: var(--surface);
  border-color: var(--wine);
  box-shadow: var(--shadow-1);
}

.btn-primary:hover {
  background: var(--wine-deep);
  border-color: var(--wine-deep);
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.btn-primary:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  border-color: var(--line);
}

.btn-ghost:hover {
  background: var(--surface-tint);
  color: var(--ink);
  border-color: var(--line-strong);
}

.btn-large { padding: var(--space-5) var(--space-7); font-size: 1.0625rem; }

/* ============================================================
   Live attorney callout
   ============================================================ */

.live-callout {
  background: var(--wine);
  color: var(--surface);
  padding: var(--space-8) 0;
  position: relative;
  overflow: hidden;
}

.live-callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold);
}

.live-callout::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(202, 138, 4, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.live-callout-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-7);
  align-items: center;
  position: relative;
  z-index: 1;
}

.live-callout-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2.125rem, 3.8vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  color: var(--surface);
  margin: 0 0 var(--space-4);
  line-height: 1.05;
}

.live-now {
  color: var(--gold-soft);
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
}

.live-callout-sub {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 50em;
  font-weight: 500;
}

.live-callout-sub a {
  color: var(--gold-soft);
  font-weight: 700;
  border-bottom: 1.5px solid rgba(234, 179, 8, 0.4);
}

.live-callout-sub a:hover { color: var(--surface); border-color: var(--surface); }

.live-callout-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-5) var(--space-6);
  background: var(--gold);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 200ms ease;
  border: 2px solid var(--gold);
  min-width: 240px;
  box-shadow: 0 10px 24px -6px rgba(202, 138, 4, 0.5);
}

.live-callout-button:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -6px rgba(202, 138, 4, 0.6);
  color: white;
}

.live-callout-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.85);
}

.live-callout-number {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.028em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.live-callout-hours {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(10, 10, 10, 0.7);
}

@media (max-width: 900px) {
  .live-callout-grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .live-callout-button { width: 100%; }
}

/* ============================================================
   Urgency strip
   ============================================================ */

.urgency-strip {
  background: var(--bg-deep);
  color: var(--ink);
  padding: var(--space-7) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.urgency-content {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  background: var(--surface);
  padding: var(--space-6);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow-1);
}

.urgency-icon {
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-deep);
  flex-shrink: 0;
}

.urgency-text h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--wine);
  margin: 0 0 var(--space-3);
  line-height: 1.2;
  letter-spacing: -0.022em;
}

.urgency-text p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.55;
  max-width: 56em;
  font-weight: 500;
}

/* ============================================================
   Section heads
   ============================================================ */

.section-head {
  text-align: center;
  margin-bottom: var(--space-8);
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.125rem, 3.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  color: var(--ink);
  margin: var(--space-3) 0 0;
  line-height: 1.05;
}

/* ============================================================
   Features
   ============================================================ */

.features {
  padding: var(--space-10) 0;
  background: var(--bg);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-5);
}

.feature {
  background: var(--surface);
  padding: var(--space-6);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  transition: all 200ms ease;
  box-shadow: var(--shadow-1);
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-2);
  border-color: var(--line-strong);
}

.feature-num {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 800;
  color: var(--wine);
  margin-bottom: var(--space-4);
  letter-spacing: 0.1em;
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  background: var(--wine-glass);
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.feature h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 var(--space-3);
  letter-spacing: -0.022em;
  line-height: 1.2;
}

.feature p {
  margin: 0;
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 500;
}

/* ============================================================
   How it works
   ============================================================ */

.how-it-works {
  padding: var(--space-10) 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-7);
}

.step-card { text-align: left; }

.step-card .step-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  color: var(--wine);
  line-height: 1;
  margin-bottom: var(--space-4);
  display: block;
  padding-bottom: var(--space-4);
  border-bottom: 3px solid var(--ink);
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}

.step-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 var(--space-3);
  letter-spacing: -0.022em;
  line-height: 1.15;
}

.step-card p {
  margin: 0;
  font-size: 1.0625rem;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 500;
}

/* ============================================================
   FAQ
   ============================================================ */

.faq {
  padding: var(--space-10) 0;
  background: var(--bg);
}

.faq-inner { max-width: 820px; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 200ms ease;
  box-shadow: var(--shadow-1);
}

.faq-item[open] {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-2);
}

.faq-item summary {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ink);
  padding: var(--space-5) var(--space-6);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  transition: color 150ms ease;
  letter-spacing: -0.018em;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--gold-deep);
  font-weight: 700;
  transition: transform 250ms ease;
  flex-shrink: 0;
  line-height: 1;
}

.faq-item[open] summary::after { content: '−'; }
.faq-item summary:hover { color: var(--wine); }

.faq-body { padding: 0 var(--space-6) var(--space-6); }

.faq-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ============================================================
   CTA strip
   ============================================================ */

.cta-strip {
  padding: var(--space-9) 0;
  background: var(--ink);
  color: var(--surface);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center top, rgba(202, 138, 4, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.cta-inner { position: relative; z-index: 1; }

.cta-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.2vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  color: var(--surface);
  margin: 0 0 var(--space-4);
  line-height: 1.0;
}

.cta-now {
  color: var(--gold-soft);
  font-style: normal;
  font-weight: 800;
}

.cta-inner p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 var(--space-6);
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-weight: 500;
}

.cta-or {
  margin: var(--space-5) 0;
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

/* The phone CTA in the dark CTA strip — explicit override of .phone-cta white bg */
.phone-cta-large {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--surface);
  background: var(--gold);
  border: 2px solid var(--gold);
  letter-spacing: -0.028em;
  padding: var(--space-4) var(--space-7);
  border-radius: var(--radius-md);
  transition: all 200ms ease;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  box-shadow: 0 10px 24px -6px rgba(202, 138, 4, 0.5);
}

.phone-cta-large:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  color: var(--surface);
  box-shadow: 0 16px 32px -6px rgba(202, 138, 4, 0.6);
  transform: translateY(-2px);
}

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.65);
  padding: var(--space-8) 0 var(--space-6);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--space-8);
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.025em;
}

.footer-logo-svg {
  width: 28px;
  height: 28px;
  color: var(--surface);
}

.footer-logo-svg .brand-logo-needle { stroke: var(--gold-soft); }
.footer-logo .brand-mark { color: var(--surface); }
.footer-logo .brand-word { color: rgba(255, 255, 255, 0.75); font-style: normal; font-weight: 500; }

.footer-tagline {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 var(--space-4);
  font-weight: 500;
}

.footer-phone {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--surface);
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}

.footer-phone:hover { color: var(--gold-soft); }

.footer-disclaimer h4 {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 var(--space-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-disclaimer p {
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0 0 var(--space-3);
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-5);
  margin-top: var(--space-5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}

.footer-nav { display: flex; gap: var(--space-5); }
.footer-nav a { color: rgba(255, 255, 255, 0.65); }
.footer-nav a:hover { color: var(--gold-soft); }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .hero { padding: var(--space-7) 0; }
  .hero-copy { padding-top: 0; }
  .hero-meta { gap: var(--space-5); flex-wrap: wrap; }
  .urgency-content { flex-direction: column; gap: var(--space-4); }
  .footer-inner { grid-template-columns: 1fr; gap: var(--space-6); }
  .footer-meta { flex-direction: column; gap: var(--space-3); text-align: center; }
}

@media (max-width: 600px) {
  html { font-size: 16px; }
  .container { padding: 0 var(--space-4); }
  .site-header { padding: var(--space-4) 0; }
  .brand { font-size: 1.25rem; gap: 0.4rem; }
  .brand-logo { width: 32px; height: 32px; }
  .hero { padding: var(--space-6) 0; }
  .hero-headline { font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1.05; }
  .hero-sub { font-size: 1rem; }
  .hero-meta { gap: var(--space-4) var(--space-5); padding-top: var(--space-4); }
  .meta-num { font-size: 1.625rem; }
  .form-card { padding: var(--space-5); }
  .field-grid { grid-template-columns: 1fr; }
  .features, .how-it-works, .faq { padding: var(--space-8) 0; }
  .features-grid { grid-template-columns: 1fr; }
  .choices-inline { flex-direction: column; }
  .header-inner { gap: var(--space-3); }
  .phone-cta { padding: var(--space-3) var(--space-4); font-size: 0.875rem; min-height: 44px; }
  .btn { min-height: 44px; padding: var(--space-3) var(--space-5); }
  .btn-large { padding: var(--space-4) var(--space-6); }
  .urgency-strip { padding: var(--space-6) 0; }
  .urgency-text h3 { font-size: 1.25rem; }
  .cta-strip { padding: var(--space-7) 0; }
  .cta-inner h2 { font-size: clamp(1.75rem, 7vw, 2.375rem); }
  .phone-cta-large { font-size: 1.5rem; padding: var(--space-3) var(--space-5); }
  .step legend { font-size: 1.25rem; }
  .feature { padding: var(--space-5); }
  .step-card .step-num { font-size: 3rem; }
  .faq-item summary { font-size: 1rem; padding: var(--space-4) var(--space-5); }
  .faq-body { padding: 0 var(--space-5) var(--space-5); }
  .faq-body p { font-size: 0.9375rem; }
}

@media (max-width: 380px) {
  .phone-cta { padding: var(--space-2) var(--space-3); font-size: 0.8125rem; }
  .brand { font-size: 1.125rem; }
}
