/* ============================================================
   AFS Hood Cleaning — shared stylesheet
   Brand direction carried over from approved V5 mockup:
   Red  = buttons + interactive elements (from the AFS letters)
   Orange = highlighted text + accents (stars / ring detail)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --cream: #fff7e8;
  --cream-2: #fffaf0;
  --cream-3: #ffedcc;
  --paper: #ffffff;
  --ink: #181818;
  --ink-2: #2e2e2e;
  --muted: #626262;
  --muted-2: #8a8174;
  --line: #e7d9bf;
  --line-2: #d3c2a3;
  --red: #b00f14;
  --red-dark: #8c0a10;
  --red-soft: rgba(176,15,20,.10);
  --orange: #ec7110;
  --orange-dark: #be5418;
  --orange-soft: rgba(236,113,16,.14);
  --black: #0f0f0f;
  --shadow: 0 22px 60px rgba(28, 22, 12, .12);
  --radius: 16px;
  --radius-sm: 10px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --header: 76px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-dark);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 600;
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--orange); display: inline-block; }
h1, h2 {
  font-family: var(--serif);
  letter-spacing: -.025em;
  line-height: 1.04;
  color: var(--ink);
}
h1 { font-size: clamp(36px, 4.8vw, 62px); font-weight: 800; max-width: 760px; }
h2 { font-size: clamp(28px, 3.8vw, 48px); font-weight: 800; }
h3 { font-size: 19px; line-height: 1.3; color: var(--ink); }
p { color: var(--muted); font-size: 15.5px; }
.lede { font-size: clamp(15px, 1.7vw, 17.5px); color: var(--ink-2); line-height: 1.62; }
.small { font-size: 13px; color: var(--muted-2); }
.hl { color: var(--orange-dark); font-weight: 700; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: .18s ease;
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(176,15,20,.24); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: #2a2a2a; transform: translateY(-1px); }
.btn-outline { background: rgba(255,255,255,.55); color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--red); color: var(--red-dark); }
.btn-google { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn-google:hover { border-color: var(--red); color: var(--red-dark); transform: translateY(-1px); }
.btn-google svg { width: 18px; height: 18px; }
.link { color: var(--orange-dark); font-weight: 700; border-bottom: 1px solid rgba(236,113,16,.4); }
a.link:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

.announce { background: var(--black); color: #fff; font-size: 13px; text-align: center; padding: 8px 16px; }
.announce a { color: #ffd29b; font-weight: 700; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  background: rgba(255, 247, 232, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.header.scrolled { box-shadow: 0 8px 26px rgba(28,22,12,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.brand img { width: 52px; height: 52px; flex-shrink: 0; }
.brand-name { font-weight: 800; line-height: 1.05; font-size: 17px; letter-spacing: -.01em; }
.brand-sub { font-family: var(--mono); color: var(--muted-2); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; margin-top: 3px; }
.nav { display: flex; align-items: center; justify-content: center; gap: 22px; }
.nav a { font-size: 14px; color: var(--muted); font-weight: 600; padding: 4px 0; border-bottom: 2px solid transparent; }
.nav a:hover { color: var(--red-dark); }
.nav a.active { color: var(--ink); border-bottom-color: var(--red); }
.nav a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.menu-btn:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 4px auto; transition: .2s ease; }
.mobile-panel { display: none; border-bottom: 1px solid var(--line); background: var(--cream-2); padding: 16px 24px 22px; }
.mobile-panel.open { display: block; }
.mobile-panel a { display: block; padding: 11px 0; font-weight: 700; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.mobile-panel a:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.mobile-panel .btn { width: 100%; margin-top: 14px; }

.hero {
  position: relative;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 82% 16%, rgba(236,113,16,.18), transparent 32%),
    linear-gradient(155deg, var(--cream-2) 0%, var(--cream) 48%, var(--cream-3) 100%);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before { content: ''; position: absolute; inset: auto -10% -26% auto; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(176,15,20,.2); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
.hero h1 span { color: var(--orange-dark); font-style: italic; }
.hero .lede { margin-top: 22px; max-width: 640px; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 20px; display: flex; gap: 10px; align-items: flex-start; max-width: 620px; }
.hero-note svg { width: 18px; height: 18px; color: var(--orange-dark); flex-shrink: 0; margin-top: 3px; }
.hero-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; max-width: 680px; }
.badge { background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.badge strong { display: block; font-size: 15px; color: var(--ink); line-height: 1.25; }
.badge span { display: block; color: var(--muted); font-size: 12.5px; margin-top: 3px; }

.visual-stack { position: relative; }
.logo-feature { display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line-2); border-radius: 24px; padding: 38px; box-shadow: var(--shadow); }
.logo-feature img { width: min(320px, 80%); }
.photo-card { background: var(--paper); border: 1px solid var(--line-2); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); margin-top: 18px; }
.photo-body { padding: 18px; display: grid; gap: 12px; background: var(--paper); }
.report-row { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); padding-bottom: 11px; }
.report-row:last-child { border-bottom: 0; padding-bottom: 0; }
.report-row span:first-child { color: var(--muted-2); font-size: 12px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.report-row span:last-child { font-weight: 700; color: var(--ink-2); text-align: right; }

.strip { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.strip-item { border-right: 1px solid var(--line); padding-right: 18px; text-align: center; }
.strip-item:last-child { border-right: 0; }
.strip-item b { display: block; font-family: var(--serif); font-size: 30px; line-height: 1; color: var(--orange-dark); }
.strip-item span { display: block; color: var(--muted); font-size: 13px; margin-top: 6px; }

.section { padding: 78px 0; }
.section.alt { background: var(--cream-2); }
.section.deep { background: var(--cream-3); }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head p { margin-top: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 12px 30px rgba(28,22,12,.05); }
.card.orange { background: linear-gradient(180deg, #fff 0%, #fff4e2 100%); border-color: #dfc9a6; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 14.5px; }
.icon-chip { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange-dark); margin-bottom: 16px; }
.icon-chip svg { width: 22px; height: 22px; }
.service-list { list-style: none; display: grid; gap: 9px; margin-top: 16px; }
.service-list li { font-size: 14px; color: var(--ink-2); padding-left: 18px; position: relative; line-height: 1.5; }
.service-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.scope-table { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--paper); }
.scope-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.scope-row:last-child { border-bottom: 0; }
.scope-row b { color: var(--ink); }
.scope-row span { color: var(--muted); font-size: 14px; }

.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ba-card { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.ba-visual { height: 210px; position: relative; display: grid; place-items: center; }
.ba-visual.before { background: linear-gradient(135deg, #2d2a25, #5a371f); }
.ba-visual.after { background: linear-gradient(135deg, #f7f1e8, #d4d7d5); }
.ba-visual svg { width: 78%; height: 78%; opacity: .95; }
.ba-caption { padding: 14px 16px; }
.ba-caption b { display: block; font-size: 14px; }
.ba-caption span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 3px; }

.form-wrap { background: var(--black); color: #fff; border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: .86fr 1.14fr; box-shadow: var(--shadow); }
.form-info { padding: 38px; background: linear-gradient(145deg, #111, #3a0e10); }
.form-info h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); }
.form-info p { color: rgba(255,255,255,.76); margin-top: 14px; }
.form-list { display: grid; gap: 12px; margin-top: 28px; }
.form-list div { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.82); font-size: 14px; }
.form-list svg { width: 18px; height: 18px; color: #ffb867; flex-shrink: 0; margin-top: 2px; }
.quote-form { background: var(--paper); color: var(--ink); padding: 34px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; color: var(--ink-2); text-transform: uppercase; letter-spacing: .05em; }
.field input, .field select, .field textarea { border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 13px; background: #fffdf8; min-height: 46px; color: var(--ink); outline: none; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(176,15,20,.12); }
.form-note { font-size: 12px; color: var(--muted-2); margin-top: 12px; }
.form-success { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 12px; background: var(--red-soft); color: var(--red-dark); font-weight: 700; font-size: 14px; }
.form-success.show { display: block; }

/* ── Google reviews section (no fake ratings) ── */
.reviews { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: stretch; }
.review-status { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 30px; display: flex; flex-direction: column; }
.review-status .gicon { width: 46px; height: 46px; border-radius: 12px; background: var(--orange-soft); display: grid; place-items: center; margin-bottom: 16px; }
.review-status .gicon svg { width: 24px; height: 24px; }
.review-status h3 { font-size: 22px; margin-bottom: 8px; }
.review-status .coming { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-dark); margin-top: 14px; }
.review-cta { background: var(--black); color: #fff; border-radius: 22px; padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.review-cta h3 { color: #fff; font-size: 22px; margin-bottom: 10px; }
.review-cta p { color: rgba(255,255,255,.78); font-size: 14.5px; }
.review-cta .qr-row { display: flex; gap: 20px; align-items: center; margin-top: 22px; flex-wrap: wrap; }
.qr-box { width: 116px; height: 116px; border-radius: 14px; border: 2px dashed rgba(255,255,255,.35); display: grid; place-items: center; text-align: center; padding: 10px; color: rgba(255,255,255,.6); font-size: 11px; flex-shrink: 0; }
.review-cta .reviewers-note { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 18px; }
.review-cta .btn { align-self: flex-start; margin-top: 4px; }

/* ── AI / service summary block ── */
.ai-summary { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 48px 0; }
.ai-summary .wrap { max-width: 900px; }
.ai-summary p { font-size: 16.5px; color: var(--ink-2); line-height: 1.7; }
.ai-summary p + p { margin-top: 14px; }

/* ── FAQ Accordion ── */
.faq-list { max-width: 860px; }
.faq-accordion { display: grid; gap: 10px; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease; }
.faq-item.open { border-color: var(--line-2); box-shadow: 0 4px 18px rgba(28,22,12,.07); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.4; transition: background .15s ease; }
.faq-question:hover { background: rgba(0,0,0,.025); }
.faq-question:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; border-radius: 14px; }
.faq-icon { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 18px; font-weight: 400; line-height: 1; transition: transform .22s ease, background .18s ease, color .18s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--red-soft); color: var(--red-dark); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner { padding: 0 24px 20px; }
.faq-answer-inner p { font-size: 14.5px; color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .faq-answer, .faq-icon, .faq-item { transition: none; } }

/* ── Numbered process / workflow steps ── */
.steps { display: grid; gap: 14px; counter-reset: step; max-width: 860px; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.step .num { width: 38px; height: 38px; border-radius: 10px; background: var(--red); color: #fff; font-family: var(--serif); font-weight: 800; font-size: 18px; display: grid; place-items: center; }
.step h3 { margin-bottom: 5px; }
.step p { font-size: 14.5px; }
.workflow { background: var(--cream-3); border: 1px solid var(--line-2); border-radius: 18px; padding: 30px; }
.workflow ol { margin: 16px 0 0 0; padding-left: 20px; display: grid; gap: 8px; }
.workflow li { color: var(--ink-2); font-size: 14.5px; }

.boh-band { background: var(--black); color: #fff; padding: 70px 0; }
.boh-band h1, .boh-band h2 { color: #fff; }
.boh-band p { color: rgba(255,255,255,.75); }
.boh-box { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 26px; }
.boh-box div { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.boh-box div:last-child { border-bottom: 0; }
.boh-box b { color: #ffb867; font-family: var(--mono); font-size: 12px; flex-shrink: 0; }
.boh-box span { color: rgba(255,255,255,.82); font-size: 14.5px; }

/* ── Photo Carousel ── */
.carousel { position: relative; }
.carousel-controls-row { display: flex; align-items: center; gap: 14px; }
.carousel-viewport { flex: 1; overflow: hidden; border-radius: 18px; }
.carousel-track { display: flex; transition: transform .35s ease; will-change: transform; }
.carousel-card { flex: 0 0 50%; padding: 0 8px; }
.carousel-img-wrap { border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; background: var(--cream-3); }
.carousel-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel-caption { padding: 12px 4px 0; }
.carousel-caption b { display: block; font-size: 14px; font-weight: 700; color: var(--ink); margin: 4px 0; }
.carousel-caption span:last-child { display: block; font-size: 13px; color: var(--muted); }
.carousel-tag { display: inline-block; font-size: 10.5px; font-weight: 700; font-family: var(--mono); letter-spacing: .07em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px; }
.before-tag { background: var(--orange-soft); color: var(--orange-dark); }
.after-tag { background: var(--red-soft); color: var(--red-dark); }
.carousel-btn { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--paper); cursor: pointer; display: grid; place-items: center; color: var(--ink); transition: border-color .18s ease, background .18s ease; }
.carousel-btn:hover { border-color: var(--red); background: var(--red-soft); }
.carousel-btn:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.carousel-btn:disabled { opacity: .35; cursor: default; pointer-events: none; }
.carousel-btn svg { width: 20px; height: 20px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.carousel-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); border: none; cursor: pointer; padding: 0; transition: background .2s ease, transform .2s ease; }
.carousel-dot.active { background: var(--red); transform: scale(1.4); }
.carousel-dot:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .carousel-track, .carousel-dot { transition: none; } }

.cta-band { background: var(--cream-3); padding: 72px 0; }

.footer { background: var(--cream-2); padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 30px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.footer h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; }
.footer a, .footer p { display: block; color: var(--muted); font-size: 13.5px; padding: 3px 0; }
.footer a:hover { color: var(--red-dark); }
.footer a:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.footer .brand { min-width: 0; }
.footer .brand img { width: 46px; height: 46px; }
.powered { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); margin-top: 12px; }
.powered a { display: inline; padding: 0; border-bottom: 1px solid var(--line-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 18px; color: var(--muted-2); font-family: var(--mono); font-size: 10.5px; }

@media (max-width: 1020px) {
  .nav { display: none; }
  .menu-btn { display: block; }
  .hero-grid, .grid-2, .form-wrap, .reviews, .service-area-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1160px); }
  .header-actions .btn-outline { display: none; }
  .brand { min-width: 0; }
  .brand-name { font-size: 15px; }
  .brand-sub { display: none; }
  .hero { padding: 48px 0 64px; }
  .hero-badges, .strip-grid, .grid-3, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .strip-item { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
  .strip-item:last-child { border-bottom: 0; }
  .before-after { grid-template-columns: 1fr; }
  .scope-row { grid-template-columns: 1fr; gap: 6px; }
  .form-info, .quote-form { padding: 26px; }
  .step { grid-template-columns: 38px 1fr; gap: 14px; }
  .carousel-card { flex: 0 0 100%; padding: 0; }
  .carousel-controls-row { gap: 8px; }
  .carousel-btn { width: 36px; height: 36px; }
}
@media (max-width: 460px) {
  .header-actions .btn-primary { display: none; }
  .hero-ctas .btn { width: 100%; }
}

.service-area-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; align-items: start; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.city-pills span { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 13.5px; font-weight: 700; color: var(--ink-2); }
.county-list { display: grid; gap: 10px; }
.county-list div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.county-list b { font-size: 14px; }
.county-list span { color: var(--muted); font-size: 13px; text-align: right; }
