*, *::before, *::after { box-sizing: border-box; }

:root {
  --authority-blue: #1e40af;
  --authority-blue-dark: #172554;
  --authority-blue-pale: #eff6ff;
  --authority-red: #b91c1c;
  --authority-green: #15803d;
  --authority-green-dark: #166534;
  --authority-ink: #172033;
  --authority-muted: #4b5563;
  --authority-line: #d1d5db;
  --authority-surface: #f8fafc;
  --authority-white: #ffffff;
  --authority-display: 'Barlow Condensed', sans-serif;
  --authority-body: 'Barlow', sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 68px; color: var(--authority-ink); background: var(--authority-white); font-family: var(--authority-body); font-size: 16px; line-height: 1.6; }
a { color: var(--authority-blue); }
a:focus-visible { outline: 3px solid var(--authority-red); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 10px max(16px, calc((100% - 1180px) / 2)); background: var(--authority-blue); box-shadow: 0 2px 8px rgba(23, 37, 84, 0.28); }
.site-logo { color: var(--authority-white); font-family: var(--authority-display); font-size: 25px; font-weight: 900; letter-spacing: 0; line-height: 1; text-decoration: none; }
.site-logo span { color: #fecaca; }
.header-actions { display: flex; gap: 8px; }
.header-actions a, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 13px; border-radius: 6px; font-weight: 700; text-decoration: none; }
.header-wa, .button-wa { color: var(--authority-white); background: var(--authority-green); }
.header-wa:hover, .button-wa:hover { background: var(--authority-green-dark); }
.header-phone, .button-phone { color: var(--authority-blue-dark); background: var(--authority-white); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; padding-bottom: 18px; color: var(--authority-muted); font-size: 14px; }
.breadcrumb a { color: var(--authority-blue); }
.hero { padding: 40px 0; color: var(--authority-white); background: var(--authority-blue-dark); }
.hero-grid { display: grid; gap: 28px; align-items: center; }
.eyebrow { margin: 0 0 8px; color: #bfdbfe; font-size: 13px; font-weight: 700; letter-spacing: 0; }
h1, h2, h3 { font-family: var(--authority-display); letter-spacing: 0; line-height: 1.08; }
h1 { margin: 0 0 16px; font-size: 44px; }
h2 { margin: 0 0 14px; font-size: 32px; }
h3 { margin: 0 0 10px; font-size: 23px; }
.hero-intro { margin: 0; max-width: 680px; color: #e0e7ff; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-note { margin: 14px 0 0; color: #cbd5e1; font-size: 14px; }
.hero-image { margin: 0; overflow: hidden; border: 1px solid #60a5fa; border-radius: 8px; background: #dbeafe; aspect-ratio: 4 / 3; }
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-links, .section { padding-top: 42px; padding-bottom: 42px; }
.service-links > p, .section > p, .nearby > p { max-width: 800px; margin: 0 0 18px; color: var(--authority-muted); }
.link-list { display: flex; flex-wrap: wrap; gap: 10px; }
.link-list a { padding: 8px 12px; border: 1px solid #93c5fd; border-radius: 6px; background: var(--authority-blue-pale); color: var(--authority-blue-dark); font-weight: 700; text-decoration: none; }
.link-list a:hover { border-color: var(--authority-blue); background: #dbeafe; }
.card-grid { display: grid; gap: 14px; }
.authority-card, .faq-item { padding: 20px; border: 1px solid var(--authority-line); border-radius: 8px; background: var(--authority-white); }
.authority-card p, .faq-item p { margin: 0; color: var(--authority-muted); }
.section-muted { background: var(--authority-surface); }
.neighborhood-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; margin: 20px 0 0; padding: 0; list-style: none; }
.neighborhood-list li { padding: 9px 11px; border-left: 4px solid var(--authority-red); background: var(--authority-white); }
.information-copy, .process-copy, .urgent-copy { max-width: 900px; }
.information-copy p, .urgent-copy p, .process-copy p { margin: 0 0 16px; }
.section-blue { color: var(--authority-white); background: var(--authority-blue); }
.section-blue .process-copy { color: #dbeafe; }
.process-copy ol { display: grid; gap: 12px; margin: 0 0 18px; padding-left: 24px; }
.process-copy strong { color: var(--authority-white); }
.faq-list { display: grid; gap: 12px; }
.final-cta { padding: 46px 0; color: var(--authority-white); background: var(--authority-red); }
.final-cta p { max-width: 720px; margin: 0 0 20px; color: #fee2e2; }
.final-cta .button { color: var(--authority-green-dark); background: var(--authority-white); }
.site-footer { padding: 28px 0 38px; color: #e5e7eb; background: #111827; font-size: 14px; }
.site-footer p { margin: 0 0 10px; }
.footer-disclaimer { max-width: 980px; color: var(--authority-white); font-weight: 600; }
.sticky-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; box-shadow: 0 -2px 10px rgba(23, 32, 51, 0.2); }
.sticky-cta a { display: flex; align-items: center; justify-content: center; color: var(--authority-white); font-weight: 800; text-decoration: none; }
.sticky-cta a:first-child { background: var(--authority-green); }
.sticky-cta a:last-child { background: var(--authority-blue); }

@media (min-width: 700px) {
  .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); }
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
}

@media (max-width: 520px) {
  .site-header { align-items: flex-start; }
  .header-actions { flex-direction: column; }
  .header-actions a { min-height: 28px; padding: 4px 8px; font-size: 13px; }
  h1 { font-size: 38px; }
  h2 { font-size: 29px; }
  .neighborhood-list { grid-template-columns: 1fr; }
}
