:root {
  --ink: #0b1628;
  --ink-2: #14243b;
  --cream: #f5f1e9;
  --paper: #fffdf8;
  --soft: #ebe7df;
  --line: #d8d3ca;
  --muted: #596273;
  --blue: #204f8d;
  --blue-dark: #153c70;
  --gold: #e7ae4d;
  --gold-soft: #f7e4bd;
  --green: #176b55;
  --danger: #a73636;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(11, 22, 40, 0.12);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-underline-offset: 0.18em; }
a:hover { color: var(--blue); }
button, input, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3 { margin: 0 0 0.65em; line-height: 1.08; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -0.025em; }
h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.22; letter-spacing: -0.012em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.5rem; padding-left: 1.35rem; }
time { font-variant-numeric: tabular-nums; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 880px); margin-inline: auto; }
.muted { color: #9ca7b7; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.status-bar { background: var(--gold-soft); color: #2b2519; font-size: 0.82rem; font-weight: 650; }
.status-bar .shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.status-bar a { color: inherit; white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(11,22,40,.1); backdrop-filter: blur(14px); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 1rem; font-weight: 900; letter-spacing: 0.1em; }
.brand img { width: 38px; height: 38px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav a { color: var(--ink); text-decoration: none; font-size: 0.9rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--blue); }
.header-action { display: flex; align-items: center; gap: 12px; }
.header-phone { color: var(--ink); font-size: .9rem; font-weight: 800; white-space: nowrap; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; display: flex; gap: 8px; align-items: center; cursor: pointer; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 46px; min-width: 230px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.mobile-menu nav a { display: block; padding: 11px 12px; color: var(--ink); text-decoration: none; border-radius: 8px; font-weight: 700; }
.mobile-menu nav a:hover { background: var(--cream); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; text-decoration: none; font-size: 0.94rem; font-weight: 850; line-height: 1.15; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-phone { font-variant-numeric: tabular-nums; white-space: nowrap; }
.button--primary { background: var(--blue); color: var(--white); box-shadow: 0 8px 24px rgba(32,79,141,.22); }
.button--primary:hover { background: var(--blue-dark); color: var(--white); }
.button--secondary { background: transparent; color: var(--ink); border-color: #9aa5b4; }
.button--secondary:hover { background: var(--white); color: var(--ink); border-color: var(--ink); }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--gold-soft); color: var(--ink); }
.button--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button--disabled { background: #e6e2da; color: #5e6671; border-color: #d0cbc2; cursor: not-allowed; box-shadow: none; }
.button--disabled:hover { transform: none; }
.button--compact { min-height: 42px; padding: 10px 16px; font-size: 0.82rem; }
.button--full { width: 100%; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.hero-actions .button--primary { min-height: 56px; padding-inline: 27px; font-size: 1rem; box-shadow: 0 12px 30px rgba(32,79,141,.28); }
.hero-actions .button--secondary { min-height: 52px; }

.home-hero { padding: 42px 0 58px; background: radial-gradient(circle at 14% 12%, #fff 0, rgba(255,255,255,0) 38%), linear-gradient(135deg, var(--cream), #f9f6ef); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(34px, 6vw, 84px); align-items: center; }
.hero-copy h1 { max-width: 780px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.eyebrow, .kicker { margin-bottom: 14px; color: var(--blue); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .78rem; font-weight: 900; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }
.lead { max-width: 760px; color: #354054; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 21px 0 0; padding: 0; list-style: none; color: #384153; font-size: .84rem; font-weight: 800; }
.trust-row li::before { content: "✓"; color: var(--green); margin-right: 7px; }
.launch-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: #4c5668; font-size: .84rem; }
.launch-note p { margin: 0; }
.status-dot { width: 10px; height: 10px; margin-top: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(231,174,77,.2); flex: 0 0 auto; }
.availability-card { overflow: hidden; background: var(--white); border: 1px solid rgba(11,22,40,.12); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.availability-card > img { width: 100%; aspect-ratio: 16/6.2; object-fit: cover; object-position: 62% 50%; }
.form-wrap { padding: 22px 24px 24px; }
.form-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 18px; }
.form-progress span { display: flex; align-items: center; justify-content: center; height: 5px; overflow: hidden; color: transparent; border-radius: 999px; background: var(--soft); }
.form-progress span.is-active, .form-progress span.is-complete { background: var(--blue); }
.availability-form h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(1.4rem, 2.5vw, 1.85rem); line-height: 1.15; letter-spacing: -.018em; }
.availability-form .kicker { margin-bottom: 8px; }
.availability-form label:not(.choice):not(.consent) { display: block; margin: 12px 0 6px; font-size: .85rem; font-weight: 850; }
.availability-form input:not([type="radio"]):not([type="checkbox"]), .availability-form select { width: 100%; min-height: 48px; padding: 10px 13px; color: var(--ink); background: var(--white); border: 1px solid #9aa5b4; border-radius: var(--radius-sm); }
.availability-form input:focus, .availability-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(32,79,141,.12); outline: none; }
.availability-form fieldset { margin: 8px 0 12px; padding: 0; border: 0; }
.field-help { margin-top: 6px; color: var(--muted); font-size: .78rem; }
.field-error { min-height: 1.15em; margin: 4px 0 7px; color: var(--danger); font-size: .76rem; font-weight: 750; }
.choice { display: flex; align-items: center; gap: 11px; min-height: 44px; margin: 6px 0; padding: 8px 11px; border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; }
.choice:has(input:checked) { border-color: var(--blue); background: #eef4fb; }
.choice input, .consent input { width: 19px; height: 19px; accent-color: var(--blue); flex: 0 0 auto; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 15px 0 0; color: #485365; font-size: .8rem; }
.form-buttons { display: flex; justify-content: space-between; gap: 10px; margin-top: 10px; }
.form-result { padding: 22px; border-radius: var(--radius); background: #eef6f2; border: 1px solid #9dc6b8; }

.section { padding: clamp(70px, 9vw, 118px) 0; }
.section--soft { background: var(--cream); border-block: 1px solid var(--line); }
.section--ink { background: var(--ink); color: var(--white); }
.section--ink .kicker { color: #8eb3e4; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section--ink .section-heading > p:last-child { color: #b8c2d2; }
.card-grid { display: grid; gap: 18px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.info-card { position: relative; display: block; min-height: 100%; padding: 24px; color: var(--ink); text-decoration: none; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.info-card h3, .steps h3, .proof-empty h3, .price-card h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.info-card:hover { color: var(--ink); border-color: #9aa5b4; box-shadow: 0 12px 34px rgba(11,22,40,.08); }
.info-card p:last-child { margin-bottom: 0; color: var(--muted); }
.card-number { display: block; margin-bottom: 28px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.service-links { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #31425a; border-radius: var(--radius-lg); overflow: hidden; }
.service-links a { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 6px 20px; min-height: 134px; padding: 25px; color: var(--white); text-decoration: none; border-bottom: 1px solid #31425a; }
.service-links a:nth-child(odd) { border-right: 1px solid #31425a; }
.service-links a:nth-last-child(-n+2) { border-bottom: 0; }
.service-links span { color: #9eb0c9; font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-links strong { align-self: end; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.32rem; line-height: 1.2; letter-spacing: -.015em; }
.service-links i { grid-row: 1/3; grid-column: 2; align-self: center; color: var(--gold); font-size: 1.8rem; font-style: normal; }
.service-links a:hover { background: var(--ink-2); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 90px); align-items: start; }
.text-link { display: inline-flex; gap: 12px; font-weight: 850; text-decoration: none; border-bottom: 2px solid var(--gold); }
.prelaunch-panel { padding: 28px; background: var(--gold-soft); border: 1px solid #dfc38c; border-radius: var(--radius); }
.prelaunch-panel h2, .prelaunch-panel h3 { font-size: 1.55rem; }
.prelaunch-panel p:last-child { margin-bottom: 0; }
.proof-empty { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.proof-empty > div { padding: 26px; background: rgba(255,255,255,.55); border-right: 1px solid var(--line); }
.proof-empty > div:last-child { border-right: 0; }
.proof-empty p { margin: 0; color: var(--muted); }
.proof-icon { display: block; margin-bottom: 22px; color: var(--blue); font-size: 1.7rem; }
.b2b-band { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 48px; background: var(--ink); color: var(--white); border-radius: var(--radius-lg); }
.b2b-band .kicker { color: #8eb3e4; }
.b2b-band p { color: #bac5d5; }
.b2b-links { display: grid; align-content: center; }
.b2b-links a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; color: var(--white); text-decoration: none; border-bottom: 1px solid #35455c; font-weight: 780; }
.b2b-links a:hover { color: var(--gold); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid a { padding: 25px; color: var(--ink); text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.guide-grid h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
.guide-grid span { color: var(--blue); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.guide-grid p { margin-bottom: 0; color: var(--muted); }

.breadcrumbs { padding-top: 16px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0; padding: 0; list-style: none; font-size: .76rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 10px; color: #8c94a0; }
.breadcrumbs a { color: var(--muted); }
.page-hero { padding: 70px 0 66px; background: linear-gradient(135deg, var(--cream), #fffdf8); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: 74px; padding-top: 72px; padding-bottom: 110px; }
.content-section { margin-bottom: 70px; }
.content-section > h2:not(:first-child) { margin-top: 45px; }
.content-section .split { gap: 36px; }
.side-rail { position: relative; }
.rail-card { position: sticky; top: 120px; padding: 24px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.rail-card a { font-weight: 800; }
.mini-list { margin: 20px 0; padding: 0; list-style: none; }
.mini-list li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 720; }
.mini-list li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.steps article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.steps span { display: block; margin-bottom: 24px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.steps p { margin: 0; color: var(--muted); }
.check-list, .cross-list { padding: 0; list-style: none; }
.check-list li, .cross-list li { position: relative; margin-bottom: 11px; padding-left: 30px; }
.check-list li::before, .cross-list li::before { position: absolute; left: 0; font-weight: 900; }
.check-list li::before { content: "✓"; color: var(--green); }
.cross-list li::before { content: "×"; color: var(--danger); }
.number-list { counter-reset: step; padding: 0; list-style: none; }
.number-list li { position: relative; margin-bottom: 18px; padding: 18px 18px 18px 58px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.number-list li::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 17px; top: 17px; color: var(--blue); font-size: .75rem; font-weight: 900; }
.note { padding: 24px; background: var(--cream); border-left: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; }
.note p:last-child { margin-bottom: 0; }
.action-band { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 75px; padding: 34px; color: var(--white); background: var(--ink); border-radius: var(--radius-lg); }
.action-band h2 { font-size: 2rem; }
.action-band p:not(.kicker) { margin: 0; color: #bac5d5; }
.action-band .kicker { color: #8eb3e4; }
.action-buttons { display: flex; flex: 0 0 auto; gap: 10px; align-items: center; }
.action-buttons .button--secondary { color: var(--white); border-color: rgba(255,255,255,.45); }
.price-grid { display: grid; gap: 14px; }
.price-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.price { margin-bottom: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 2.15rem; font-weight: 850; letter-spacing: -.025em; }
.verification-line { color: var(--muted); font-size: .82rem; }
.city-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.city-chip { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px; color: var(--ink); text-decoration: none; border: 1px solid var(--line); border-radius: var(--radius-sm); font-weight: 850; }
.city-chip span { color: var(--muted); font-size: .8rem; font-weight: 600; }
.legal-copy h2 { margin-top: 42px; font-size: 1.65rem; }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }

.site-footer { padding: 72px 0 28px; color: #d7dee8; background: #07111f; }
.site-footer .brand { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 42px; }
.footer-grid p { color: #aeb9c9; }
.footer-grid h2 { margin-bottom: 16px; color: var(--white); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; margin: 9px 0; color: #c5cfdd; text-decoration: none; font-size: .86rem; }
.footer-grid > div > a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; color: #8794a7; border-top: 1px solid #263348; font-size: .75rem; }
.mobile-action { display: none; position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; padding: 8px max(12px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left)); background: var(--white); border-top: 1px solid var(--line); transition: opacity .18s ease, transform .18s ease; }
.mobile-action.is-hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }

@media (max-width: 980px) {
  .desktop-nav, .header-action { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .article-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .availability-card { max-width: 680px; }
  .availability-card > img { aspect-ratio: 16/5.2; }
  .article-layout { gap: 0; }
  .side-rail { display: none; }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 82px; scroll-padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
  body { font-size: 16px; padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
  .shell, .narrow { width: min(calc(100% - 28px), var(--shell)); }
  .status-bar .shell { min-height: 42px; }
  .status-bar a { display: none; }
  .site-header { top: 0; }
  .header-inner { height: 66px; }
  .brand img { width: 34px; height: 34px; }
  .home-hero { padding: 30px 0 48px; }
  .hero-grid { gap: 36px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 11.5vw, 3.45rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .availability-card > img { aspect-ratio: 16/6; }
  .form-wrap { padding: 19px 18px 21px; }
  .section { padding: 72px 0; }
  .card-grid--3, .card-grid--4, .guide-grid, .proof-empty, .split, .b2b-band, .footer-grid, .steps, .city-list { grid-template-columns: 1fr; }
  .service-links { grid-template-columns: 1fr; }
  .service-links a, .service-links a:nth-child(odd), .service-links a:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #31425a; }
  .service-links a:last-child { border-bottom: 0; }
  .proof-empty > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-empty > div:last-child { border-bottom: 0; }
  .b2b-band { gap: 30px; padding: 30px 23px; }
  .page-hero { padding: 48px 0; }
  .page-hero h1 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  .article-layout { padding-top: 54px; padding-bottom: 80px; }
  .content-section { margin-bottom: 58px; }
  .content-section .card-grid--3 { grid-template-columns: 1fr; }
  .action-band { align-items: stretch; flex-direction: column; padding: 27px 22px; }
  .action-buttons { width: 100%; flex-direction: column; align-items: stretch; }
  .action-band .button { width: 100%; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-action { display: block; }
  .mobile-action .button { height: 48px; min-height: 48px; padding-block: 10px; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Geographic extensions only: the established homepage/CRO tokens remain unchanged. */
.geo-page .page-hero { padding-block: 34px; }
.geo-page .page-hero h1 { font-size: 2.4rem; overflow-wrap: anywhere; }
.geo-page .page-hero .kicker { font-size: .75rem; }
.geo-page .local-secondary { display: inline-flex; align-items: center; min-height: 44px; font-size: .9rem; }
.lock-problems { list-style: none; padding: 0; }
.lock-problems li { padding-block: 14px; border-bottom: 1px solid var(--line); }
.lock-problems a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.lock-problems p { margin: 0; }
.geo-page .article-layout { padding-top: 38px; }
.geo-page .content-section { margin-bottom: 38px; }
.geo-page .content-section h2 { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 1.45rem; }
.location-search { padding: 22px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.location-search label { display: block; margin-bottom: 10px; font-weight: 750; }
.location-search__controls { display: flex; gap: 10px; }
.location-search input { min-width: 0; flex: 1; min-height: 46px; padding: 10px 12px; border: 1px solid #9aa5b4; border-radius: var(--radius-sm); font: inherit; background: var(--white); }
.location-search select { min-width: 0; min-height: 46px; padding: 10px; border: 1px solid #9aa5b4; border-radius: var(--radius-sm); font: inherit; color: var(--ink); background: var(--white); }
.location-results { margin-top: 22px; }
.location-result-list, .area-list { padding: 0; list-style: none; }
.location-result-list a { display: grid; gap: 5px; padding: 15px; border-bottom: 1px solid var(--line); text-decoration: none; }
.location-result-list span { font-size: .82rem; color: var(--muted); }
.county-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.county-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; }
.county-card span { color: var(--muted); font-size: .8rem; }
.county-card small { color: var(--muted); }
.market-list a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.market-list small { color: var(--muted); }
.coverage-panel { padding: 24px; background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); }
.coverage-panel p:last-child { margin: 0; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; }
.area-list li { padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px; font-size: .88rem; }
.related-markets { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.related-markets a { min-height: 44px; display: inline-flex; align-items: center; }
.geo-page .content-section details { padding: 15px 0; border-bottom: 1px solid var(--line); }
.geo-page .content-section summary { min-height: 28px; cursor: pointer; font-weight: 700; }
@media (max-width: 700px) {
  .county-grid { grid-template-columns: 1fr; }
  .geo-page .page-hero h1 { font-size: 2rem; }
  .location-search__controls { flex-direction: column; }
  .market-list a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .geo-page .page-hero { padding-block: 28px; }
}
