:root {
  --red: #df1729;
  --red-dark: #b90f1f;
  --ink: #101114;
  --paper: #f2f1ee;
  --white: #fff;
  --muted: #6d6d70;
  --line: #d7d5d1;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body.no-scroll, body.is-loading { overflow: hidden; }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.kicker { margin: 0 0 22px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker--light { color: #ffb4bd; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .hero-slogan { font-weight: 850; letter-spacing: -.055em; line-height: .94; }
h1 em, h2 em, .hero-slogan em { color: var(--ink); font-style: normal; }
h2 { font-size: clamp(48px, 6.2vw, 88px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1100; left: 14px; top: 12px; padding: 12px 16px; background: var(--ink); color: white; font-weight: 800; transform: translateY(-160%); transition: transform .18s; }
.skip-link:focus { transform: none; }

.top-strip { background: var(--ink); color: #ddd; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.top-strip__inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.top-strip__status { display: flex; gap: 9px; align-items: center; }
.top-strip__status i, .territory-note i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 99px; background: var(--red); box-shadow: 0 0 0 5px rgb(223 23 41 / 13%); }

.site-header { position: sticky; top: 0; z-index: 40; height: 86px; background: rgb(242 241 238 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { display: block; width: 214px; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: auto; }
.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a, .phone-link { font-size: 13px; font-weight: 750; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.phone-link { white-space: nowrap; }
.menu-button { display: none; border: 0; background: transparent; width: 40px; height: 40px; padding: 9px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; border: 0; border-radius: 4px; background: var(--ink); color: white; font-size: 13px; font-weight: 800; transition: transform .18s, background .18s; }
.button:hover { background: #303136; transform: translateY(-2px); }
.header-actions .button, .hero-actions .button, .lead-form > .button, .mobile-cta, .cookie-actions .button:not(.button--outline) { background: var(--red); }
.header-actions .button:hover, .hero-actions .button:hover, .lead-form > .button:hover, .cookie-actions .button:not(.button--outline):hover { background: var(--red-dark); }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--large { min-height: 60px; padding-inline: 28px; font-size: 14px; }
.button b { margin-left: auto; font-size: 17px; }
.button--light { background: white; color: var(--ink); }
.button--light:hover { background: #eee; }
.button--dark { background: var(--ink); }
.button--dark:hover { background: #2b2c2f; }
.button--outline { border: 1px solid var(--ink); background: white; color: var(--ink); }
.button--outline:hover { background: #eee; }

.hero { min-height: calc(100vh - 120px); background: var(--paper); overflow: hidden; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 40px; padding-block: 62px 78px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: grid; place-items: center; width: 30px; height: 30px; background: var(--red); color: white; font-size: 18px; letter-spacing: 0; }
.hero h1 { max-width: 700px; margin-bottom: 18px; font-size: clamp(18px, 1.65vw, 24px); line-height: 1.15; letter-spacing: -.025em; }
.hero-slogan { max-width: 770px; margin-bottom: 28px; font-size: clamp(58px, 7.1vw, 106px); }
.hero-slogan em { position: relative; display: block; width: fit-content; }
.hero-slogan em::after { content: ""; position: absolute; right: 1%; bottom: -10px; width: 18%; height: 5px; background: var(--red); }
.hero-lead { max-width: 620px; margin-bottom: 32px; color: #4f5053; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid #999; font-size: 13px; font-weight: 800; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 560px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); }
.trust-row > div { display: flex; align-items: center; gap: 11px; border-right: 1px solid var(--line); }
.trust-row > div:nth-child(2), .trust-row > div:last-child { padding-left: 18px; }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong { font-size: 28px; letter-spacing: -.05em; }
.trust-row span { color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 500px; }
.hero-visual::before { content: ""; position: absolute; inset: 18px 0 36px 50px; background: #dedbd5; clip-path: polygon(17% 0, 100% 0, 100% 84%, 80% 100%, 0 100%, 0 17%); }
.hero-visual::after { content: ""; position: absolute; width: 440px; height: 440px; right: -140px; top: -40px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; box-shadow: 0 0 0 55px rgb(255 255 255 / 7%), 0 0 0 115px rgb(255 255 255 / 5%); }
.sign-scene { position: absolute; z-index: 2; inset: 95px 25px 55px 88px; }
.sign-post { position: absolute; left: 10px; top: 0; width: 15px; height: 325px; background: var(--ink); border-radius: 10px; }
.sign-arm { position: absolute; left: 12px; top: 7px; width: 270px; height: 14px; border-radius: 9px; background: var(--ink); }
.sign-board { position: absolute; left: 55px; top: 58px; width: 360px; min-height: 190px; display: flex; align-items: center; gap: 24px; padding: 30px; background: white; box-shadow: 16px 18px 0 rgb(16 17 20 / 13%); transform: rotate(-2deg); animation: sign-in 1s cubic-bezier(.2, .9, .2, 1) both; }
.sign-g { width: 105px; height: 105px; display: grid; place-items: center; flex: 0 0 auto; background: var(--red); color: white; font-size: 72px; font-weight: 850; line-height: 1; }
.sign-board small { display: block; margin-bottom: 8px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.sign-board strong { display: block; font-size: 27px; letter-spacing: -.04em; }
.sold-tag { position: absolute; z-index: 3; right: 5px; bottom: 36px; padding: 13px 17px; background: var(--ink); color: white; font-size: 12px; font-weight: 900; letter-spacing: .12em; transform: rotate(4deg); }
.route-card { position: absolute; z-index: 4; left: 2px; bottom: 0; min-width: 265px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgb(16 17 20 / 25%); }
.route-card__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; background: var(--red); font-size: 23px; }
.route-card small { display: block; color: #aaa; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.route-card strong { font-size: 14px; }
.route-card__pulse { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #32d677; box-shadow: 0 0 0 5px rgb(50 214 119 / 13%); }
.speed-lines { position: absolute; z-index: 3; top: 74px; left: 12px; }
.speed-lines i { display: block; height: 4px; margin: 10px 0; background: var(--ink); animation: speed 1.8s ease-in-out infinite; }
.speed-lines i:nth-child(1) { width: 50px; }
.speed-lines i:nth-child(2) { width: 76px; animation-delay: .15s; }
.speed-lines i:nth-child(3) { width: 35px; animation-delay: .3s; }
.ticker { width: 100%; overflow: hidden; background: var(--ink); color: white; white-space: nowrap; }
.ticker div { min-width: max-content; padding: 18px 0; font-size: 11px; font-weight: 850; letter-spacing: .16em; animation: ticker 22s linear infinite; }
.ticker i { display: inline-block; width: 6px; height: 6px; margin: 0 28px 2px; border-radius: 50%; background: var(--red); }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: 10px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 430px; padding: 28px 24px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 105px; transition: background .25s, color .25s, transform .25s; }
.service-card:hover { z-index: 2; background: var(--ink); color: white; transform: translateY(-8px); }
.service-number { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.service-icon { position: relative; width: 72px; height: 72px; margin: 38px 0 30px; }
.service-icon span { position: absolute; left: 8px; top: 0; width: 7px; height: 70px; background: currentColor; }
.service-icon i { position: absolute; left: 10px; top: 4px; width: 60px; height: 7px; background: currentColor; }
.service-icon::after { content: "G"; position: absolute; left: 22px; top: 21px; width: 45px; height: 40px; display: grid; place-items: center; background: var(--red); color: white; font-style: normal; font-size: 25px; font-weight: 900; }
.service-card h3 { margin-bottom: 14px; font-size: 21px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card:hover p { color: #bbb; }
.service-card button { position: absolute; left: 24px; right: 24px; bottom: 26px; display: flex; justify-content: space-between; padding: 0 0 8px; border: 0; border-bottom: 1px solid #aaa; background: transparent; color: inherit; text-align: left; font-size: 12px; font-weight: 800; }

.manifesto { position: relative; padding: 120px 0; background: #1a1b1e; color: white; overflow: hidden; }
.manifesto::before { content: "G"; position: absolute; right: -20px; bottom: -180px; color: rgb(255 255 255 / 6%); font-size: 650px; font-weight: 900; line-height: 1; }
.manifesto-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.manifesto-copy h2 { font-size: clamp(54px, 6vw, 86px); }
.manifesto-copy h2 em { color: var(--red); }
.manifesto-copy > p:not(.kicker) { max-width: 470px; margin: 35px 0; font-size: 17px; line-height: 1.7; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 40%); }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgb(255 255 255 / 40%); }
.steps > li > span { font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.steps h3 { margin-bottom: 7px; font-size: 22px; }
.steps p { margin: 0; color: #b9b9bc; font-size: 14px; line-height: 1.55; }

.story { background: var(--ink); color: white; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; }
.story-image { position: relative; min-height: 530px; background: #e4e2df; overflow: hidden; }
.story-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%); pointer-events: none; }
.story-image img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; display: block; }
.story-badge { position: absolute; right: 25px; bottom: 25px; padding: 18px 24px; background: var(--red); font-size: 19px; font-weight: 900; letter-spacing: .12em; transform: rotate(-4deg); }
.story-copy blockquote { margin: 0 0 34px; font-size: clamp(54px, 6vw, 88px); font-weight: 850; line-height: .94; letter-spacing: -.06em; }
.story-copy > p:not(.kicker) { color: #bababc; font-size: 17px; line-height: 1.75; }
.story-copy > strong { display: block; margin-top: 32px; color: var(--red); font-size: 14px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }

.territory-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.territory-copy h2 em { color: var(--red); }
.territory-copy > p:not(.kicker):not(.territory-note) { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0; }
.city-list span { padding: 9px 11px; border: 1px solid var(--line); background: white; font-size: 11px; font-weight: 700; }
.territory-note { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; }
.map-card { position: relative; min-height: 620px; margin: 0; display: grid; place-items: center; background: #e7e5e1; overflow: hidden; }
.map-card img { position: relative; z-index: 2; max-width: 88%; max-height: 550px; object-fit: contain; filter: saturate(1.08) contrast(1.02); }
.map-glow { position: absolute; z-index: 1; width: 380px; height: 380px; border-radius: 50%; background: rgb(223 23 41 / 7%); box-shadow: 0 0 0 80px rgb(223 23 41 / 3%); }
.map-card figcaption { position: absolute; z-index: 3; left: 22px; bottom: 22px; padding: 16px 20px; background: var(--ink); color: white; }
.map-card figcaption strong, .map-card figcaption span { display: block; }
.map-card figcaption strong { font-size: 24px; }
.map-card figcaption span { color: #aaa; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.proof { padding-top: 0; }
.proof-banner { position: relative; padding: 75px 7%; background: white; color: var(--ink); border: 1px solid var(--line); border-left: 7px solid var(--red); box-shadow: 0 24px 60px rgb(16 17 20 / 6%); overflow: hidden; }
.proof-banner::after { content: ""; position: absolute; width: 500px; height: 500px; right: -140px; top: -230px; border: 1px solid rgb(223 23 41 / 18%); border-radius: 50%; box-shadow: 0 0 0 55px rgb(223 23 41 / 4%); pointer-events: none; }
.proof-banner > p { font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.proof-banner h2 { margin-bottom: 34px; font-size: clamp(50px, 6vw, 82px); }
.proof-banner h2 em { color: var(--red); }
.proof-points { display: flex; gap: 30px; margin-bottom: 34px; font-size: 12px; font-weight: 800; }

.local-pages { background: #e8e6e2; }
.local-heading h2 em { color: var(--red); }
.local-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8c5c0; border-left: 1px solid #c8c5c0; }
.local-page-grid a { min-height: 150px; display: flex; flex-direction: column; gap: 12px; justify-content: space-between; padding: 28px; border-right: 1px solid #c8c5c0; border-bottom: 1px solid #c8c5c0; background: var(--paper); transition: background .2s, color .2s, transform .2s; }
.local-page-grid a::after { content: "Explorer →"; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.local-page-grid a:hover { z-index: 1; background: var(--ink); color: white; transform: translateY(-4px); }
.local-page-grid strong { font-size: 21px; letter-spacing: -.03em; }
.local-page-grid span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.local-page-grid a:hover span { color: #bbb; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; padding: 27px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 26px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 45px 25px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq-list details:not([open]) > p { display: none; }

.final-cta { padding: 95px 0; background: var(--ink); color: white; }
.final-cta__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.final-cta h2 { margin-bottom: 0; }
.final-cta h2 em { color: var(--red); }
.final-actions { justify-self: end; width: min(430px, 100%); display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.final-actions .button { width: 100%; }
.final-actions > a { color: #bbb; font-size: 14px; border-bottom: 1px solid #555; }

.site-footer { padding: 70px 0 28px; background: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr 1fr; gap: 45px; align-items: start; }
.brand--footer { width: 230px; }
.footer-grid p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div a { font-size: 12px; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #e1dfdb; color: #888; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-link { width: fit-content; padding: 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: inherit; font-size: 12px; font-weight: 750; text-align: left; }
.footer-link:hover { border-color: currentColor; }
.webmaster-credit { display: inline-flex; align-items: center; gap: 5px; }
.webmaster-credit strong { color: var(--ink); }
.webmaster-star { color: var(--red); font-size: 14px; }
.mobile-cta { display: none; }

.site-loader { position: fixed; z-index: 999; inset: 0; display: grid; place-content: center; justify-items: center; gap: 20px; padding: 24px; background: var(--paper); opacity: 1; visibility: visible; transition: opacity .5s ease, visibility .5s ease; }
.site-loader--done { opacity: 0; visibility: hidden; pointer-events: none; }
.site-loader > img { width: min(310px, 72vw); height: auto; }
.site-loader > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.6; text-align: center; text-transform: uppercase; }
.loader-mark { position: relative; width: 76px; height: 82px; animation: loader-float 1.2s ease-in-out infinite; }
.loader-post { position: absolute; left: 7px; top: 0; width: 7px; height: 79px; border-radius: 6px; background: var(--ink); }
.loader-post::after { content: ""; position: absolute; left: 0; bottom: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.loader-arm { position: absolute; left: 8px; top: 7px; width: 62px; height: 7px; border-radius: 5px; background: var(--ink); }
.loader-board { position: absolute; left: 20px; top: 24px; width: 50px; height: 46px; display: grid; place-items: center; border-radius: 3px; background: var(--red); color: white; font-size: 32px; font-weight: 900; box-shadow: 8px 9px 0 rgb(16 17 20 / 10%); }
.loader-track { width: min(310px, 72vw); height: 3px; overflow: hidden; background: #d8d5d0; }
.loader-track i { display: block; width: 45%; height: 100%; background: var(--red); animation: loader-progress 1.25s cubic-bezier(.65, 0, .35, 1) infinite; }

.cookie-banner { position: fixed; z-index: 80; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; width: min(1000px, calc(100% - 48px)); margin-inline: auto; padding: 26px 28px; border-left: 5px solid var(--red); background: white; box-shadow: 0 22px 70px rgb(16 17 20 / 24%); }
.cookie-banner .kicker { margin-bottom: 8px; }
.cookie-banner h2 { margin-bottom: 10px; font-size: 27px; letter-spacing: -.035em; }
.cookie-banner p:not(.kicker) { max-width: 650px; margin-bottom: 8px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-banner a { font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .button { min-width: 160px; }

.portal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgb(10 10 12 / 87%); backdrop-filter: blur(10px); animation: fade-in .22s both; }
.portal-rings { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.portal-rings i { position: absolute; left: 50%; top: 50%; width: min(80vw, 900px); aspect-ratio: 1; border: 1px solid rgb(223 23 41 / 38%); border-radius: 50%; transform: translate(-50%, -50%); animation: ring 9s linear infinite; }
.portal-rings i:nth-child(2) { width: min(62vw, 700px); border-style: dashed; animation-direction: reverse; animation-duration: 13s; }
.portal-rings i:nth-child(3) { width: min(44vw, 510px); border-color: rgb(255 255 255 / 15%); animation-duration: 7s; }
.portal-panel { position: relative; z-index: 2; width: min(670px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 48px; background: var(--paper); box-shadow: 0 28px 100px rgb(0 0 0 / 55%); }
.portal-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; background: transparent; font-size: 30px; line-height: 1; }
.portal-panel h2 { margin-bottom: 18px; font-size: clamp(44px, 6vw, 67px); }
.portal-intro { color: var(--muted); font-size: 14px; line-height: 1.6; }
.lead-form { display: flex; flex-direction: column; gap: 15px; margin-top: 25px; }
.lead-form label { display: flex; flex-direction: column; gap: 7px; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbc8c3; border-radius: 0; outline: 0; background: white; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0; }
.lead-form textarea { min-height: 88px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgb(223 23 41 / 10%); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form .consent { flex-direction: row; align-items: flex-start; line-height: 1.5; text-transform: none; letter-spacing: 0; font-weight: 600; }
.lead-form .consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--red); }
.lead-form .consent a { text-decoration: underline; text-underline-offset: 2px; }
.form-note, .form-status { margin: 0; color: #777; text-align: center; font-size: 11px; line-height: 1.5; }
.form-status { min-height: 1.5em; color: var(--red-dark); font-weight: 700; }
.success { padding: 55px 0 25px; text-align: center; }
.success > span { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: var(--red); color: white; font-size: 30px; }
.success h2 { font-size: 55px; }
.success p:not(.kicker) { color: var(--muted); line-height: 1.7; }

@keyframes sign-in { from { opacity: 0; transform: translate(50px, -40px) rotate(4deg); } to { opacity: 1; transform: rotate(-2deg); } }
@keyframes speed { 0%, 100% { transform: translateX(0); opacity: .3; } 50% { transform: translateX(-18px); opacity: 1; } }
@keyframes ticker { to { transform: translateX(-30%); } }
@keyframes fade-in { from { opacity: 0; } }
@keyframes ring { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes loader-progress { from { transform: translateX(-110%); } to { transform: translateX(245%); } }
@keyframes loader-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }

@media (max-width: 1120px) {
  .menu-button { display: block; }
  .nav { position: absolute; display: flex; flex-direction: column; gap: 0; left: 16px; right: 16px; top: 86px; padding: 10px 20px; background: var(--paper); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .nav.nav--open { opacity: 1; visibility: visible; transform: none; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 35px; }
  .hero-visual { min-height: 470px; max-width: 650px; width: 100%; margin-inline: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid .service-card:last-child { grid-column: 1 / -1; }
  .manifesto-grid, .territory-grid, .story-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  :root { --shell: min(calc(100% - 32px), 620px); }
  .section { padding: 78px 0; }
  .top-strip__inner > span:first-child { display: none; }
  .top-strip__inner { justify-content: center; }
  .site-header { height: 72px; }
  .brand { width: 176px; }
  .header-actions { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .nav { top: 72px; }
  .hero-grid { min-height: 0; padding: 54px 0 65px; }
  .hero h1 { font-size: 18px; }
  .hero-slogan { font-size: clamp(53px, 16vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-row { margin-top: 40px; }
  .trust-row strong { font-size: 23px; }
  .hero-visual { min-height: 360px; margin-top: 10px; }
  .hero-visual::before { inset: 20px 0 25px 20px; }
  .hero-visual::after { display: none; }
  .sign-scene { inset: 72px 5px 30px 42px; transform: scale(.78); transform-origin: top left; }
  .sign-board { width: 335px; }
  .route-card { left: 0; bottom: 2px; }
  .section-heading, .manifesto-grid, .story-grid, .territory-grid, .faq-grid, .final-cta__inner { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: start; }
  .section-heading h2, h2 { font-size: clamp(48px, 14vw, 68px); }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid .service-card:last-child { grid-column: auto; }
  .service-card { min-height: auto; padding-bottom: 82px; }
  .manifesto { padding: 80px 0; }
  .manifesto::before { font-size: 430px; }
  .story-grid { display: flex; flex-direction: column-reverse; }
  .story-image, .story-image img { min-height: 360px; }
  .territory-grid { display: flex; flex-direction: column; }
  .map-card { width: 100%; min-height: 460px; }
  .proof-banner { padding: 55px 28px; }
  .proof-points { flex-direction: column; gap: 12px; }
  .local-page-grid { grid-template-columns: 1fr; }
  .local-page-grid a { min-height: 135px; }
  .final-actions { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; padding-bottom: 75px; }
  .mobile-cta { display: none; }
  .service-card h3, .faq-list summary, .city-list span, .local-page-grid a, .footer-grid a { overflow-wrap: break-word; }
  .portal { padding: 12px; }
  .portal-panel { max-height: calc(100vh - 24px); padding: 40px 22px 25px; }
  .portal-rings { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .portal-panel h2 { font-size: 45px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 74px; width: auto; grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
}

@media (max-width: 430px) {
  .trust-row { grid-template-columns: 1fr; gap: 14px; }
  .trust-row > div, .trust-row > div:nth-child(2), .trust-row > div:last-child { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row > div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 310px; }
  .sign-scene { inset: 62px 0 20px 25px; transform: scale(.66); }
  .route-card { min-width: 235px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

:focus-visible { outline: 3px solid #1565d8; outline-offset: 3px; }
