:root {
  --navy: #071c35;
  --blue: #0c5cc5;
  --blue-2: #1675e8;
  --amber: #ffb900;
  --amber-2: #ffca32;
  --ink: #0a1729;
  --muted: #5e6b7c;
  --line: #e3eaf3;
  --surface: #f5f8fc;
  --white: #fff;
  --success: #34b66a;
  --danger: #d93c50;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 18px 60px rgba(28, 61, 99, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1450px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 12px 18px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.93); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.compact { border-color: var(--line); box-shadow: 0 8px 30px rgba(21, 50, 85, .07); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; transition: min-height .25s ease; }
.compact .header-inner { min-height: 72px; }
.brand { flex: 0 0 auto; display: inline-flex; flex-direction: column; line-height: 1; }
.brand-name { font-size: 31px; font-weight: 900; letter-spacing: -1.8px; }
.brand-name span { color: var(--amber); }
.brand-tagline { margin-top: 6px; color: #48576a; font-size: 10px; font-weight: 600; letter-spacing: -.1px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.15vw, 38px); font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.location-button, .login-button { display: inline-flex; gap: 7px; align-items: center; padding: 8px 0; border: 0; background: transparent; font-size: 14px; font-weight: 700; cursor: pointer; }
.location-button { border-bottom: 1px dashed #97a4b2; }
.location-button svg, .login-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(22, 117, 232, .24); outline-offset: 2px; }
.button-primary { background: linear-gradient(135deg, var(--amber), #ffc927); color: #111b29; box-shadow: 0 9px 25px rgba(255,185,0,.25); }
.button-primary:hover { box-shadow: 0 12px 32px rgba(255,185,0,.36); }
.button-secondary { background: linear-gradient(135deg, var(--blue-2), #084ca8); color: #fff; box-shadow: 0 12px 26px rgba(12,92,197,.2); }
.button-dark { background: var(--navy); color: #fff; }
.button-ghost { color: var(--blue); background: #eff6ff; border-color: #d9e9ff; }
.button-wide { width: 100%; }
.menu-toggle { width: 42px; height: 42px; display: none; place-content: center; gap: 5px; border: 0; background: var(--surface); border-radius: 10px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { padding: 10px 32px 24px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; font-weight: 750; }

.hero { padding: 40px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(500px, .9fr) minmax(560px, 1.1fr); align-items: center; gap: clamp(30px, 4vw, 70px); }
.eyebrow, .section-kicker { width: fit-content; margin: 0 0 16px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .01em; }
.eyebrow { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #eef7ff; border-radius: 999px; }
.eyebrow span { width: 8px; height: 8px; background: var(--blue-2); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,117,232,.1); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 780px; margin: 0; font-size: clamp(44px, 4.3vw, 72px); line-height: 1.05; letter-spacing: -.048em; }
.hero-lead { max-width: 700px; margin: 20px 0 26px; color: #445267; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.quick-form { max-width: 720px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 42px rgba(23,52,86,.12); }
label { display: block; color: #172338; font-size: 13px; font-weight: 800; }
input, textarea, select { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ink); background: #fbfcfe; border: 1px solid #dce4ee; border-radius: 10px; outline: none; transition: .18s; }
textarea { resize: vertical; min-height: 58px; }
input:hover, textarea:hover, select:hover { border-color: #b8c7da; }
input:focus, textarea:focus, select:focus { background: #fff; border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(22,117,232,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 14px 0; }
.form-error { min-height: 0; margin: 0 0 10px; color: var(--danger); font-size: 12px; font-weight: 700; }
.form-error:empty { display: none; }
.form-note, .privacy-note { margin: 9px 0 0; color: #8a96a7; font-size: 11px; text-align: center; }
.hero-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 720px; margin: 24px 0 0; padding: 0; list-style: none; }
.hero-assurances li { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; line-height: 1.35; }
.assurance-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue); border: 1px solid #cfdae8; border-radius: 11px; font-size: 19px; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 8% 5% -8%; background: radial-gradient(circle, rgba(77,160,255,.16), transparent 68%); filter: blur(28px); }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 32px; box-shadow: 0 28px 70px rgba(24,68,117,.14); }
.hero-location-card { position: absolute; right: 5%; bottom: -18px; display: grid; grid-template-columns: 48px auto; align-items: center; column-gap: 12px; padding: 14px 22px; color: #fff; background: rgba(7,28,53,.96); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 14px 35px rgba(7,28,53,.28); }
.hero-location-card small { grid-column: 2; color: #b9c9da; }
.pin-dot { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #37a0ff; border-radius: 50%; }
.pin-dot span { width: 11px; height: 11px; background: var(--amber); border-radius: 50%; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 9px 30px rgba(22,56,95,.04); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 72px; padding: 12px 18px; font-size: 13px; text-align: center; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-icon { font-size: 22px; }.blue { color: #3287f5; }.coral { color: #ff7d61; }.green { color: #4ecb7b; }.violet { color: #ce68da; }

.section { padding: 84px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading.compact { margin-bottom: 24px; }
.section-kicker { margin-bottom: 8px; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; }
.section-kicker.light { color: #80bfff; }
h2 { margin: 0; font-size: clamp(30px, 3vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
h3 { margin: 0; }
.text-link { padding: 10px 0; color: var(--blue); border: 0; background: transparent; font-weight: 800; cursor: pointer; }
.text-link span { margin-left: 7px; transition: margin .2s; }.text-link:hover span { margin-left: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 228px; display: flex; flex-direction: column; align-items: stretch; padding: 16px; text-align: left; background: linear-gradient(145deg, #fff, #f7f9fc); border: 1px solid var(--line); border-radius: 18px; cursor: pointer; transition: .22s ease; }
.service-card:hover { z-index: 1; border-color: #c8d8ed; transform: translateY(-6px); box-shadow: 0 18px 38px rgba(26,63,104,.12); }
.service-art { min-height: 118px; display: grid; place-items: center; margin-bottom: 14px; background: var(--card-tint, #f3f7fb); border-radius: 14px; font-size: 62px; filter: saturate(.9); }
.service-card strong { min-height: 38px; font-size: 14px; line-height: 1.3; }
.service-card small { margin-top: 6px; color: #7a8798; font-size: 11px; line-height: 1.35; }
.repair { --card-tint: #fff5df; }.appliances { --card-tint: #edf4fa; }.digital { --card-tint: #eef0fb; }.home { --card-tint: #eaf8f4; }.plumbing { --card-tint: #edf5fa; }.electrical { --card-tint: #fff9dc; }.furniture { --card-tint: #f7efe8; }.auto { --card-tint: #eef2f6; }

.how { padding-top: 42px; background: linear-gradient(180deg, #fff, #f7faff); }
.how-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(280px, .9fr); gap: 18px; }
.how-main, .speed-card, .coverage-card, .reviews-card, .why-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.how-main { padding: 30px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 220px; display: flex; flex-direction: column; align-items: center; padding: 22px 15px; text-align: center; background: #fbfcfe; border: 1px solid var(--line); border-radius: 18px; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -19px; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue-2); background: #fff; border: 1px solid var(--line); border-radius: 50%; transform: translateY(-50%); }
.step-number { position: absolute; top: 12px; left: 12px; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-weight: 900; }
.step-icon { margin: 12px 0 18px; color: var(--blue); font-size: 52px; line-height: 1; }
.steps strong { font-size: 14px; }.steps p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.speed-card { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 360px; padding: 28px; background: linear-gradient(145deg, #f0f7ff, #fff8e4); }
.speed-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -60px; top: -60px; border: 28px solid rgba(13,94,198,.07); border-radius: 50%; }
.speed-card h3 { color: var(--blue); font-size: 24px; line-height: 1.15; }.speed-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.speed-rings { position: relative; width: 136px; height: 136px; display: grid; place-content: center; align-self: center; margin: 0 0 22px; color: var(--navy); background: #fff; border: 10px solid #dfe8f2; border-radius: 50%; box-shadow: 0 12px 24px rgba(25,63,101,.12); text-align: center; }
.speed-rings::before { content: ""; position: absolute; inset: -17px; border: 2px dashed #b7c9dc; border-radius: 50%; }.speed-rings b { font-size: 36px; line-height: 1; }.speed-rings small { color: var(--muted); }

.local-section { background: #f7faff; }
.info-grid { display: grid; grid-template-columns: 1.08fr 1.08fr .92fr; gap: 18px; }
.info-grid > * { min-width: 0; }
.coverage-card, .reviews-card, .why-card { padding: 26px; }
.reviews-card { overflow: hidden; }
.card-heading p:not(.section-kicker) { margin: 7px 0 0; color: var(--muted); font-size: 13px; }.card-heading h2 { font-size: 28px; }
.map-art { position: relative; overflow: hidden; height: 210px; margin: 22px 0 16px; background: linear-gradient(145deg, #f4f7ed, #edf5fb); border-radius: 16px; }
.map-art::before, .map-art::after { content: ""; position: absolute; background: rgba(122,194,145,.18); border-radius: 50%; }.map-art::before { width: 160px; height: 120px; top: 35px; left: -35px; }.map-art::after { width: 180px; height: 170px; right: -45px; bottom: -55px; }
.road { position: absolute; height: 5px; background: #fff; border: 1px solid #e9dfbf; border-radius: 10px; transform-origin: left; }.road-a { width: 420px; left: 0; top: 130px; transform: rotate(-16deg); }.road-b { width: 300px; left: 130px; top: 10px; transform: rotate(65deg); }.road-c { width: 280px; left: 50px; top: 70px; transform: rotate(20deg); }
.map-pin { position: absolute; z-index: 2; width: 25px; height: 25px; background: var(--blue-2); border: 5px solid #fff; border-radius: 50% 50% 50% 0; box-shadow: 0 5px 12px rgba(12,92,197,.25); transform: rotate(-45deg); cursor: pointer; }.pin-1 { left: 48%; top: 43%; }.pin-2 { left: 29%; top: 60%; }.pin-3 { left: 70%; top: 65%; }.pin-4 { left: 75%; top: 24%; }
.city-chips { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }.city-chips::-webkit-scrollbar { display: none; }.city-chips button { flex: 0 0 auto; padding: 9px 12px; color: #516074; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 11px; font-weight: 750; cursor: pointer; }.city-chips button.active { color: #fff; background: var(--blue); border-color: var(--blue); }
.card-heading.horizontal { display: flex; justify-content: space-between; gap: 20px; }.review-controls { display: flex; gap: 6px; }.review-controls button { width: 36px; height: 36px; color: var(--blue); background: #eff6ff; border: 0; border-radius: 50%; cursor: pointer; }
.review-window { overflow: hidden; margin-top: 20px; }.review-track { display: flex; transition: transform .35s cubic-bezier(.2,.8,.2,1); }.review { flex: 0 0 100%; margin: 0; padding: 20px; background: #fbfcfe; border: 1px solid var(--line); border-radius: 16px; }.review-top { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 11px; }.avatar { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-weight: 900; }.green-avatar { background: #2aa46b; }.coral-avatar { background: #e36d50; }.review-top strong, .review-top small { display: block; }.review-top small { margin-top: 3px; color: var(--muted); font-size: 10px; }.stars { color: var(--amber); letter-spacing: 1px; }.review p { margin: 18px 0 0; color: #435164; font-size: 13px; line-height: 1.65; }.review-dots { display: flex; justify-content: center; gap: 6px; margin-top: 16px; }.review-dots button { width: 7px; height: 7px; padding: 0; background: #c7d2df; border: 0; border-radius: 50%; cursor: pointer; }.review-dots button.active { width: 22px; background: var(--blue-2); border-radius: 8px; }
.why-card { display: flex; flex-direction: column; }.check-list { display: grid; gap: 15px; margin: 26px 0; padding: 0; list-style: none; }.check-list li { position: relative; padding-left: 29px; color: #364559; font-size: 13px; line-height: 1.4; }.check-list li::before { content: "✓"; position: absolute; left: 0; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: 11px; font-weight: 900; }.why-card .button { margin-top: auto; }

.master-cta { padding: 58px 0; background: var(--navy); color: #fff; }.master-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }.master-cta h2 { max-width: 850px; }.master-cta p:not(.section-kicker) { max-width: 760px; margin: 15px 0 0; color: #b9c7d6; line-height: 1.6; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }.muted { color: var(--muted); line-height: 1.6; }.faq-list { display: grid; gap: 10px; }.faq-list details { padding: 0 20px; background: #f8fafc; border: 1px solid var(--line); border-radius: 14px; }.faq-list summary { position: relative; padding: 20px 32px 20px 0; font-weight: 800; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 14px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue); background: #eaf3ff; border-radius: 50%; font-size: 22px; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { margin: 0 0 20px; color: var(--muted); line-height: 1.6; }

.site-footer { padding: 54px 0 22px; color: #dce6f1; background: #06192d; }.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 60px; }.brand.inverse .brand-name { color: #fff; }.brand.inverse .brand-tagline { color: #9fb0c2; }.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 14px; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }.footer-grid a, .footer-grid span { color: #aebed0; font-size: 13px; }.footer-grid a:hover { color: #fff; }.socials { display: flex; gap: 8px; margin: 25px 0 30px; }.socials a { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: #0b5dbd; border-radius: 9px; font-size: 10px; font-weight: 900; }.footer-brand small { color: #73879d; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 20px; color: #72869b; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }.footer-bottom button { color: #9fbad6; background: transparent; border: 0; cursor: pointer; }

.mobile-sticky-cta { display: none; position: fixed; z-index: 80; right: 14px; bottom: 14px; left: 14px; }
.modal { width: min(680px, calc(100% - 28px)); max-height: min(880px, calc(100vh - 30px)); padding: 0; color: var(--ink); background: transparent; border: 0; overflow: visible; }.modal::backdrop { background: rgba(3,15,30,.65); backdrop-filter: blur(7px); }.modal-shell { position: relative; max-height: min(880px, calc(100vh - 30px)); overflow: auto; padding: 34px; background: #fff; border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }.modal-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 38px; height: 38px; color: #5c6b7e; background: #eff3f7; border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }.wizard-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 50px 28px 0; }.wizard-progress span { height: 4px; background: #dfe6ef; border-radius: 4px; }.wizard-progress span.active { background: var(--blue-2); }.wizard-step { display: none; }.wizard-step.active { display: block; animation: step-in .25s ease both; }.wizard-step h2, .small-modal h2 { font-size: 34px; }.modal-intro { margin: 10px 0 24px; color: var(--muted); line-height: 1.55; }.modal label + label { margin-top: 15px; }.modal .form-row label + label { margin-top: 0; }.wizard-actions { display: grid; grid-template-columns: .45fr 1fr; gap: 10px; margin-top: 18px; }.price-guide { display: grid; grid-template-columns: 52px 1fr; gap: 14px; margin: 20px 0; padding: 17px; background: #eef7ff; border: 1px solid #cfe5ff; border-radius: 14px; }.price-guide-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 14px; font-size: 24px; font-weight: 900; }.price-guide small, .price-guide strong, .price-guide p, .price-guide em { display: block; }.price-guide small { color: #5a6e84; }.price-guide strong { margin-top: 4px; font-size: 23px; }.price-guide p { margin: 3px 0; color: var(--blue); font-weight: 800; }.price-guide em { color: #718298; font-size: 11px; font-style: normal; }.budget-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0; padding: 0; border: 0; }.budget-options legend { margin-bottom: 10px; font-size: 13px; font-weight: 800; }.budget-options label { position: relative; display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }.budget-options label:has(input:checked) { background: #f1f7ff; border-color: var(--blue-2); box-shadow: inset 0 0 0 1px var(--blue-2); }.budget-options input { width: 18px; margin: 0; }.budget-options strong, .budget-options small { display: block; }.budget-options strong { font-size: 12px; }.budget-options small { margin-top: 3px; color: var(--muted); font-size: 10px; }.custom-budget { margin-top: 12px; }.budget-warning { margin-top: 10px; padding: 12px; color: #913043; background: #fff0f2; border: 1px solid #ffc8d0; border-radius: 10px; }.budget-warning p { margin: 4px 0 8px; font-size: 11px; line-height: 1.5; }.budget-warning button { padding: 0; color: #a42036; background: transparent; border: 0; border-bottom: 1px solid; font-size: 11px; font-weight: 800; cursor: pointer; }.file-field { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; padding: 13px; border: 1px dashed #bdcad9; border-radius: 12px; cursor: pointer; }.file-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }.file-field span small { display: block; margin-top: 3px; color: var(--muted); font-weight: 500; }.file-field b { color: var(--blue); }.code-field input { padding: 17px; font-size: 28px; font-weight: 900; letter-spacing: .45em; text-align: center; }.success-step { padding: 28px 0 8px; text-align: center; }.success-step .section-kicker { margin-inline: auto; }.success-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 12px #e8f8ee; font-size: 38px; }.success-step p:not(.section-kicker) { color: var(--muted); line-height: 1.6; }.request-number { margin: 20px 0; padding: 14px; background: #f5f8fc; border-radius: 12px; }.city-modal { width: min(480px, calc(100% - 28px)); }.small-modal { padding: 30px; }.city-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.city-list button { display: flex; align-items: center; justify-content: space-between; padding: 14px; background: #f7f9fc; border: 1px solid var(--line); border-radius: 10px; font-weight: 750; cursor: pointer; }.city-list button:hover { color: var(--blue); border-color: #c6dcf6; }.toast { position: fixed; z-index: 300; right: 22px; bottom: 22px; max-width: 380px; padding: 15px 18px; color: #fff; background: var(--navy); border-radius: 12px; box-shadow: var(--shadow); transform: translateY(20px); opacity: 0; pointer-events: none; transition: .25s; }.toast.visible { transform: translateY(0); opacity: 1; }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1280px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }.service-grid { grid-template-columns: repeat(4, 1fr); }.service-card { min-height: 210px; }.info-grid { grid-template-columns: 1fr 1fr; }.why-card { grid-column: 1 / -1; }.why-card .check-list { grid-template-columns: 1fr 1fr; }.why-card .button { width: auto; align-self: flex-start; }
}
@media (max-width: 1180px) {
  .desktop-nav { display: none; }.menu-toggle { display: grid; }
}
@media (max-width: 980px) {
  .container { width: min(100% - 36px, 800px); }.header-inner { min-height: 78px; }.login-button { display: none; }.hero { padding-top: 24px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { margin-top: 10px; }.hero-visual img { max-height: 620px; }.trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip > div + div { border-left: 0; }.trust-strip > div:nth-child(even) { border-left: 1px solid var(--line); }.trust-strip > div:nth-child(n+3) { border-top: 1px solid var(--line); }.how-layout { grid-template-columns: 1fr; }.speed-card { min-height: 320px; display: grid; grid-template-columns: 160px 1fr; grid-template-rows: auto auto auto; align-items: center; column-gap: 25px; }.speed-rings { grid-row: 1 / 4; margin: 0; }.speed-card .button { width: fit-content; }.info-grid { grid-template-columns: 1fr; }.why-card { grid-column: auto; }.faq-layout { grid-template-columns: 1fr; gap: 30px; }.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 28px); }.site-header .container { width: calc(100% - 24px); }.header-inner { gap: 10px; }.brand-name { font-size: 24px; }.brand-tagline { display: none; }.header-actions { gap: 8px; }.location-button { font-size: 12px; }.location-button svg { display: none; }.header-cta { display: none; }.mobile-nav { padding-inline: 22px; }.hero { padding-top: 16px; }.eyebrow { font-size: 10px; }.hero h1 { font-size: clamp(38px, 11.2vw, 53px); }.hero-lead { margin: 16px 0 20px; font-size: 15px; line-height: 1.55; }.quick-form { padding: 16px; border-radius: 16px; }.form-row { grid-template-columns: 1fr; gap: 12px; }.hero-assurances { grid-template-columns: 1fr; gap: 9px; }.hero-assurances br { display: none; }.hero-visual { margin-top: 22px; }.hero-visual img { border-radius: 20px; }.hero-location-card { right: 10px; bottom: -28px; padding: 10px 14px; font-size: 11px; }.hero-location-card small { font-size: 9px; }.pin-dot { width: 34px; height: 34px; }.trust-strip { margin-top: 50px; grid-template-columns: 1fr; }.trust-strip > div { min-height: 56px; justify-content: flex-start; text-align: left; }.trust-strip > div:nth-child(even) { border-left: 0; }.trust-strip > div:nth-child(n+2) { border-top: 1px solid var(--line); }.section { padding: 58px 0; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 34px; }.service-grid { display: flex; overflow-x: auto; gap: 11px; margin-inline: -14px; padding: 0 14px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }.service-grid::-webkit-scrollbar { display: none; }.service-card { flex: 0 0 160px; min-height: 210px; scroll-snap-align: start; }.service-art { min-height: 106px; font-size: 52px; }.how-main { padding: 20px; }.steps { grid-template-columns: 1fr 1fr; }.steps li { min-height: 190px; }.steps li:nth-child(2)::after { display: none; }.steps li:not(:last-child)::after { right: -18px; }.speed-card { display: flex; align-items: flex-start; min-height: 0; }.speed-rings { align-self: center; }.info-grid { gap: 12px; }.coverage-card, .reviews-card, .why-card { padding: 20px; }.review-top { grid-template-columns: 40px 1fr; }.stars { grid-column: 2; }.why-card .check-list { grid-template-columns: 1fr; }.why-card .button { width: 100%; }.master-cta-inner { align-items: flex-start; flex-direction: column; }.master-cta-inner .button { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 22px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { padding-bottom: 65px; }.mobile-sticky-cta { display: inline-flex; }.modal { width: calc(100% - 16px); max-height: calc(100vh - 16px); }.modal-shell { max-height: calc(100vh - 16px); padding: 25px 18px; border-radius: 18px; }.modal-close { top: 12px; right: 12px; }.wizard-step h2, .small-modal h2 { padding-right: 25px; font-size: 29px; }.modal .form-row { margin: 12px 0; }.budget-options { grid-template-columns: 1fr; }.wizard-actions { grid-template-columns: .55fr 1fr; }.city-list { grid-template-columns: 1fr; }.toast { right: 14px; bottom: 76px; left: 14px; }
}
@media (max-width: 420px) {
  .location-button { max-width: 85px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.steps { grid-template-columns: 1fr; }.steps li:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -19px; transform: translateX(50%); }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:last-child { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
