@charset "UTF-8";

:root {
  --red: #e31e24;
  --red-deep: #b91419;
  --ink: #111820;
  --ink-soft: #1d2830;
  --paper: #ffffff;
  --cream: #f4f6f5;
  --line: #dfe4e6;
  --muted: #66727a;
  --max: 1180px;
  --radius: 16px;
  --shadow: 0 22px 60px rgba(17, 24, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, ul, ol { margin: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; line-height: .97; letter-spacing: -.055em; }
h1 { font-size: clamp(3.3rem, 6.2vw, 6.25rem); font-weight: 850; }
h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 850; }
h3 { font-size: clamp(1.7rem, 2.4vw, 2.25rem); font-weight: 850; }
em { color: var(--red); font-style: normal; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ff9da1; outline-offset: 4px; }
img { display: block; max-width: 100%; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
svg.icon { width: 20px; height: 20px; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--max), calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 90; top: -100px; left: 20px; padding: 12px 16px; color: var(--ink); background: #fff; }
.skip-link:focus { top: 12px; }

.topbar { color: #fff; background: var(--red); font-size: .76rem; font-weight: 700; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { letter-spacing: .01em; }
.topbar p strong { text-transform: uppercase; letter-spacing: .08em; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; white-space: nowrap; }
.topbar .icon { width: 16px; height: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 202px; height: auto; object-fit: contain; }
.brand span { color: var(--muted); font-size: .58rem; font-weight: 850; letter-spacing: .14em; white-space: nowrap; }
.site-header nav { display: flex; align-items: center; gap: 28px; color: #3f4950; font-size: .78rem; font-weight: 800; }
.site-header nav a { padding-block: 8px; border-bottom: 2px solid transparent; }
.site-header nav a:hover { color: var(--red); border-bottom-color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-call { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 9px; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 7px; }
.header-call .icon { grid-row: span 2; color: var(--red); width: 18px; height: 18px; }
.header-call span { color: #b6c0c6; font-size: .59rem; line-height: 1; }
.header-call strong { font-size: .86rem; line-height: 1.2; }
.menu-toggle { border: 0; border-radius: 8px; padding: 10px; color: #fff; background: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px; background: #fff; }

.hero { overflow: hidden; padding: 78px 0 100px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, .84fr); align-items: center; gap: 74px; }
.hero-copy { position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: var(--muted); font-size: .67rem; font-weight: 850; letter-spacing: .17em; line-height: 1.35; }
.kicker > span { display: inline-block; width: 28px; height: 3px; background: var(--red); transform: skew(-28deg); }
.kicker-light { color: #ccd4d8; }
.hero h1 { max-width: 650px; }
.hero-lead { max-width: 565px; margin-top: 28px; color: #56626a; font-size: 1.06rem; line-height: 1.75; }
.hero-lead strong { color: var(--ink); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 20px; border: 1px solid transparent; border-radius: 7px; font-size: .82rem; font-weight: 850; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); box-shadow: 0 12px 24px rgba(227, 30, 36, .22); }
.button-red:hover { background: var(--red-deep); }
.button-outline { color: var(--ink); border-color: #bac3c7; background: transparent; }
.button-outline:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.button-white { color: var(--ink); background: #fff; box-shadow: 0 12px 26px rgba(0, 0, 0, .13); }
.button-white:hover { color: var(--red); }
.button-dark { color: #fff; background: var(--ink); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; padding: 0; margin-top: 30px; list-style: none; color: #5f6a70; font-size: .72rem; font-weight: 800; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.hero-points .icon { width: 18px; height: 18px; color: var(--red); }
.hero-visual { position: relative; min-height: 520px; }
.hero-photo { position: absolute; inset: 0 0 0 35px; overflow: hidden; border-radius: 18px; background: #26323a; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(7, 12, 16, .66)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.photo-label { position: absolute; z-index: 1; right: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .68rem; font-weight: 750; }
.photo-label .icon { width: 16px; height: 16px; color: #ff4c51; }
.offer-sticker { position: absolute; z-index: 2; left: 0; bottom: 38px; width: 204px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px 22px 19px; color: #fff; background: var(--red); box-shadow: 11px 12px 0 rgba(17, 24, 32, .9); transform: rotate(-3deg); transition: transform .2s ease; }
.offer-sticker:hover { transform: rotate(0) translateY(-3px); }
.offer-sticker > span { font-size: .57rem; font-weight: 850; letter-spacing: .13em; }
.offer-sticker > strong { margin-top: 13px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 5.65rem; line-height: .8; letter-spacing: -.1em; }
.offer-sticker sup { font-size: 2.1rem; vertical-align: top; letter-spacing: -.04em; }
.offer-sticker > b { margin-top: 10px; font-size: 1.02rem; letter-spacing: .16em; }
.offer-sticker > small { margin-top: 15px; font-size: .68rem; line-height: 1.45; }
.offer-sticker > i { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 17px; padding-top: 13px; border-top: 1px solid rgba(255, 255, 255, .4); font-size: .68rem; font-style: normal; font-weight: 850; }
.offer-sticker > i .icon { width: 16px; height: 16px; }

.quick-bar { border-bottom: 1px solid var(--line); background: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid > div, .quick-grid > a { min-height: 90px; display: flex; flex-direction: column; justify-content: center; padding: 16px 24px; border-right: 1px solid var(--line); }
.quick-grid > div:first-child { padding-left: 0; }
.quick-grid > a { position: relative; border-right: 0; color: #fff; background: var(--ink); }
.quick-grid strong { font-size: .78rem; font-weight: 850; }
.quick-grid span { margin-top: 2px; color: var(--muted); font-size: .67rem; line-height: 1.35; }
.quick-grid > a span { color: #cad2d5; }
.quick-grid > a .icon { position: absolute; right: 22px; width: 18px; height: 18px; color: var(--red); }

.section { padding: 104px 0; }
.services { background: #fff; }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 52px; margin-bottom: 46px; }
.section-intro > p { max-width: 380px; color: var(--muted); font-size: .92rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card { display: grid; grid-template-columns: 43% 57%; min-height: 272px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 25px rgba(17, 24, 32, .05); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(17, 24, 32, .11); }
.service-picture { position: relative; min-height: 100%; overflow: hidden; background: #28323a; }
.service-picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 14, 18, .55), transparent 50%); }
.service-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.service-card:hover .service-picture img { transform: scale(1.04); }
.service-picture > span { position: absolute; z-index: 1; left: 16px; bottom: 14px; color: #fff; font-size: .66rem; font-weight: 850; letter-spacing: .12em; }
.service-body { display: flex; flex-direction: column; padding: 26px 25px 22px; }
.service-label { color: var(--red); font-size: .58rem; font-weight: 850; letter-spacing: .14em; }
.service-body h3 { margin-top: 11px; font-size: 2rem; }
.service-body > p:not(.service-label) { margin-top: 14px; color: var(--muted); font-size: .77rem; line-height: 1.6; }
.service-body a { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; color: var(--red); border-top: 1px solid var(--line); font-size: .69rem; font-weight: 850; }
.service-body a .icon { width: 17px; height: 17px; }
.service-card-featured { border: 2px solid var(--red); }
.service-card-featured .service-body { color: #fff; background: var(--ink); }
.service-card-featured .service-body > p:not(.service-label) { color: #bcc7cc; }
.service-card-featured .service-body a { border-top-color: #3c464d; }
.service-help { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px; color: var(--muted); font-size: .82rem; text-align: center; }
.service-help .icon { color: var(--red); width: 18px; height: 18px; }
.service-help a { color: var(--red); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

.offer-section { padding: 82px 0; color: #fff; background: var(--red); }
.offer-card { display: grid; grid-template-columns: 330px 1fr; align-items: center; gap: 76px; padding: 55px 65px; overflow: hidden; border-radius: 18px; background: var(--ink); box-shadow: 0 24px 60px rgba(17, 24, 32, .24); }
.offer-badge { display: flex; flex-direction: column; align-items: flex-start; }
.offer-badge > span { color: #c6d0d4; font-size: .6rem; font-weight: 850; letter-spacing: .14em; }
.offer-badge > strong { margin-top: 17px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 10rem; line-height: .73; letter-spacing: -.11em; }
.offer-badge sup { font-size: 3.7rem; vertical-align: top; letter-spacing: -.03em; }
.offer-badge > b { margin-top: 21px; color: var(--red); font-size: 1.38rem; letter-spacing: .21em; }
.offer-content { padding-left: 72px; border-left: 1px solid #455057; }
.offer-content h2 { margin-top: 0; }
.offer-content > p:not(.kicker) { max-width: 600px; margin-top: 23px; color: #ccd4d8; font-size: .95rem; line-height: 1.72; }
.offer-content > p strong { color: #fff; }
.offer-content .button { margin-top: 28px; }
.offer-content > small { display: block; margin-top: 14px; color: #8f9da4; font-size: .66rem; }

.local { background: var(--cream); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.local-collage { position: relative; min-height: 540px; }
.collage-main { position: absolute; inset: 0 58px 0 0; overflow: hidden; border-radius: 18px; background: #28323a; box-shadow: var(--shadow); }
.collage-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 12, 15, .77), transparent 57%); }
.collage-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.collage-main > span { position: absolute; z-index: 1; left: 26px; bottom: 24px; color: #fff; font-size: .9rem; line-height: 1.35; }
.collage-main > span strong { color: #fff; font-size: 1.2rem; }
.collage-small { position: absolute; z-index: 2; right: 0; bottom: 30px; width: 190px; height: 190px; overflow: hidden; border: 8px solid var(--cream); border-radius: 14px; box-shadow: 0 15px 35px rgba(17, 24, 32, .2); }
.collage-small img { width: 100%; height: 100%; object-fit: cover; }
.collage-mark { position: absolute; z-index: 3; top: 28px; right: 4px; width: 70px; height: 70px; display: grid; place-content: center; color: #fff; background: var(--red); font-size: .6rem; font-weight: 900; line-height: .9; letter-spacing: .09em; text-align: center; transform: rotate(8deg); }
.collage-mark b { margin-top: 4px; font-size: 1.35rem; }
.local-content > p:not(.kicker) { max-width: 535px; margin-top: 20px; color: var(--muted); font-size: .94rem; line-height: 1.75; }
.local-content > p + p { margin-top: 12px; }
.town-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.town-list span { padding: 7px 12px; color: #47535a; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .69rem; font-weight: 800; }
.town-list span:last-child { color: #fff; border-color: var(--ink); background: var(--ink); }
.arrow-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--red); border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: .73rem; font-weight: 850; }
.arrow-link .icon { width: 17px; height: 17px; }

.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { min-height: 210px; padding: 27px 38px 20px 0; margin-right: 38px; border-right: 1px solid var(--line); }
.steps li:last-child { margin-right: 0; border-right: 0; }
.steps li > span { display: block; margin-bottom: 32px; color: var(--red); font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.steps h3 { font-size: 1.85rem; }
.steps p { max-width: 300px; margin-top: 13px; color: var(--muted); font-size: .82rem; line-height: 1.68; }

.proof { padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.proof-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.proof h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.proof-inner > div:first-child > p:last-child { margin-top: 17px; color: var(--muted); font-size: .85rem; }
.proof-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.proof-actions .arrow-link { margin-top: 0; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-intro > p:not(.kicker) { max-width: 300px; margin-top: 22px; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.faq-call { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--red); font-size: 1.12rem; font-weight: 850; }
.faq-call .icon { width: 19px; height: 19px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-size: .88rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 48px 21px 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }

.contact { padding: 78px 0; color: #fff; background: var(--ink); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact h2 { font-size: clamp(3rem, 5vw, 5rem); }
.contact-inner > div:first-child > p:last-child { margin-top: 18px; color: #b8c3c9; font-size: .88rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; }
.contact-number { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2.3rem, 4vw, 4.2rem); font-weight: 850; letter-spacing: -.06em; }
.contact-number .icon { width: 27px; height: 27px; color: var(--red); }
.contact-actions .button { margin-top: 20px; }
.contact-actions > span { margin-top: 14px; color: #9ba8ae; font-size: .7rem; }

.footer { padding: 58px 0 23px; color: #fff; background: #0c1115; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 42px; padding-bottom: 48px; }
.footer-brand .brand { display: block; }
.footer-brand .brand img { width: 205px; padding: 7px; border-radius: 4px; background: #fff; }
.footer-brand > p { max-width: 270px; margin-top: 17px; color: #a7b2b8; font-size: .75rem; line-height: 1.7; }
.footer h2 { font-family: inherit; color: #fff; font-size: .68rem; font-weight: 850; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin-top: 11px; color: #a7b2b8; font-size: .74rem; line-height: 1.65; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #2a3339; color: #718087; font-size: .66rem; }
.mobile-contact { display: none; }

@media (max-width: 1080px) {
  .container { width: min(var(--max), calc(100% - 48px)); }
  .site-header nav { gap: 15px; }
  .brand img { width: 175px; }
  .brand span { display: none; }
  .hero-grid { gap: 42px; grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr); }
  .quick-grid > div, .quick-grid > a { padding-inline: 15px; }
  .offer-card { gap: 45px; padding-inline: 45px; }
  .offer-content { padding-left: 45px; }
  .local-grid { gap: 52px; }
  .faq-grid { gap: 55px; }
  .footer-grid { gap: 25px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  .container { width: calc(100% - 36px); }
  .topbar-inner { justify-content: center; min-height: 34px; text-align: center; font-size: .65rem; }
  .topbar-inner > a { display: none; }
  .header-inner { min-height: 76px; gap: 10px; }
  .brand img { width: 139px; }
  .site-header nav { display: none; }
  .header-call { padding: 9px 10px; }
  .header-call span { display: none; }
  .header-call strong { font-size: .75rem; }
  .menu-toggle { display: block; }
  .site-header nav.is-open { position: absolute; top: 76px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 7px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 25px rgba(17, 24, 32, .13); }
  .site-header nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .site-header nav.is-open a:last-child { border-bottom: 0; }
  .hero { padding: 46px 0 68px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 37px; }
  .hero h1 { font-size: clamp(3.05rem, 13vw, 4.8rem); }
  .hero-lead { margin-top: 22px; font-size: .94rem; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button { flex: 1; min-width: 0; padding-inline: 12px; font-size: .71rem; }
  .hero-points { gap: 12px 17px; margin-top: 23px; font-size: .67rem; }
  .hero-visual { min-height: 395px; }
  .hero-photo { inset: 0 0 0 19px; border-radius: 14px; }
  .photo-label { right: 14px; bottom: 14px; font-size: .58rem; }
  .offer-sticker { left: 0; bottom: 20px; width: 174px; padding: 18px 17px 16px; }
  .offer-sticker > strong { font-size: 4.65rem; }
  .offer-sticker sup { font-size: 1.75rem; }
  .offer-sticker > b { margin-top: 8px; font-size: .88rem; }
  .offer-sticker > small { margin-top: 11px; font-size: .61rem; }
  .offer-sticker > i { margin-top: 12px; padding-top: 10px; font-size: .6rem; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid > div, .quick-grid > a { min-height: 75px; padding: 13px 11px; }
  .quick-grid > div:first-child { padding-left: 0; }
  .quick-grid > div:nth-child(2) { border-right: 0; }
  .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quick-grid strong { font-size: .68rem; }
  .quick-grid span { font-size: .6rem; }
  .quick-grid > a .icon { right: 11px; width: 16px; height: 16px; }
  .section { padding: 72px 0; }
  .section-intro { display: block; margin-bottom: 31px; }
  .section-intro > p { margin-top: 18px; font-size: .85rem; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { grid-template-columns: 39% 61%; min-height: 209px; border-radius: 12px; }
  .service-body { padding: 18px 16px 16px; }
  .service-body h3 { margin-top: 8px; font-size: 1.55rem; }
  .service-body > p:not(.service-label) { margin-top: 10px; font-size: .69rem; }
  .service-body a { padding-top: 11px; font-size: .62rem; }
  .service-picture > span { left: 11px; bottom: 10px; }
  .service-help { display: block; margin-top: 23px; font-size: .76rem; line-height: 1.5; }
  .service-help .icon { vertical-align: middle; margin-right: 4px; }
  .offer-section { padding: 54px 0; }
  .offer-card { grid-template-columns: 1fr; gap: 32px; padding: 34px 25px 38px; border-radius: 14px; }
  .offer-badge { align-items: center; text-align: center; }
  .offer-badge > strong { font-size: 8rem; }
  .offer-badge sup { font-size: 2.9rem; }
  .offer-badge > b { margin-top: 16px; font-size: 1.05rem; }
  .offer-content { padding: 28px 0 0; border-top: 1px solid #455057; border-left: 0; }
  .offer-content h2 { font-size: 2.65rem; }
  .offer-content > p:not(.kicker) { margin-top: 18px; font-size: .85rem; }
  .offer-content .button { margin-top: 23px; width: 100%; }
  .local-grid { grid-template-columns: 1fr; gap: 37px; }
  .local-collage { min-height: 370px; }
  .collage-main { inset: 0 38px 0 0; border-radius: 14px; }
  .collage-small { right: 0; bottom: 17px; width: 130px; height: 130px; border-width: 5px; border-radius: 10px; }
  .collage-mark { top: 15px; right: 0; width: 55px; height: 55px; font-size: .49rem; }
  .collage-mark b { font-size: 1rem; }
  .collage-main > span { left: 16px; bottom: 17px; font-size: .76rem; }
  .collage-main > span strong { font-size: .98rem; }
  .local-content > p:not(.kicker) { font-size: .85rem; }
  .town-list { gap: 6px; margin-top: 19px; }
  .town-list span { padding: 6px 9px; font-size: .61rem; }
  .arrow-link { margin-top: 21px; font-size: .66rem; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps li { min-height: 0; padding: 23px 0 25px; margin: 0; border-right: 0; border-top: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 1px solid var(--line); }
  .steps li > span { margin-bottom: 16px; }
  .steps h3 { font-size: 1.7rem; }
  .steps p { font-size: .78rem; }
  .proof { padding: 54px 0; }
  .proof-inner { display: block; }
  .proof h2 { font-size: 2.7rem; }
  .proof-inner > div:first-child > p:last-child { font-size: .8rem; }
  .proof-actions { margin-top: 25px; }
  .faq-grid { grid-template-columns: 1fr; gap: 37px; }
  .faq-intro > p:not(.kicker) { margin-top: 17px; font-size: .82rem; }
  .faq-list summary { padding: 17px 0; font-size: .79rem; }
  .faq-list details p { padding-right: 16px; font-size: .77rem; }
  .contact { padding: 57px 0; }
  .contact-inner { display: block; }
  .contact h2 { font-size: 3.2rem; }
  .contact-inner > div:first-child > p:last-child { font-size: .82rem; }
  .contact-actions { margin-top: 31px; }
  .contact-number { font-size: 2.6rem; }
  .contact-number .icon { width: 21px; height: 21px; }
  .footer { padding-bottom: 88px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 29px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid a, .footer-grid p { font-size: .69rem; }
  .footer h2 { font-size: .62rem; }
  .footer-bottom { flex-direction: column; gap: 6px; font-size: .6rem; }
  .mobile-contact { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px 10px max(9px, env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -7px 24px rgba(17, 24, 32, .15); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 8px 9px; border-radius: 6px; font-size: .7rem; font-weight: 850; }
  .mobile-contact a:first-child { color: #fff; background: var(--red); }
  .mobile-contact a:last-child { color: var(--ink); border: 1px solid var(--line); }
  .mobile-contact .icon { width: 17px; height: 17px; }
  .mobile-contact span { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-contact span strong { margin-top: 2px; font-size: .63rem; }
}

@media (max-width: 400px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .service-card { grid-template-columns: 1fr; }
  .service-picture { min-height: 152px; }
  .service-body h3 { font-size: 1.7rem; }
  .hero h1 { font-size: 2.9rem; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; }
}
/* Clear, readable service and request flow. */
h1,h2,h3{letter-spacing:-.035em;line-height:1.07}h1{font-size:clamp(2.8rem,4.8vw,4.7rem)}h2{font-size:clamp(2rem,3.3vw,3.2rem)}
.hero{padding:48px 0 62px}.hero-grid{gap:42px}.hero-visual{min-height:450px}.hero-photo img{object-position:50% 78%;transform:scale(1.12);transform-origin:bottom}.offer-sticker{transform:none;box-shadow:8px 8px 0 #111820;border-radius:6px}
.kicker,.topbar,.hero-points,.button,.quick-grid strong,.town-list span,.arrow-link,.footer-grid a,.footer-grid p{font-size:.875rem}.service-label,.photo-label{font-size:.75rem}.hero-lead,.section-intro>p,.service-body>p:not(.service-label),.local-content>p:not(.kicker),.steps p,.faq-list details p,.proof-inner>div:first-child>p:last-child{font-size:1rem}.service-body a,.faq-list summary{font-size:.9rem}.service-card{min-height:330px}.service-body a{margin-top:20px}.quick-grid span{font-size:.8rem}.menu-toggle{display:none}.offer-card{grid-template-columns:280px 1fr;gap:32px;padding:44px}.offer-content{padding-left:32px}
.request-section{background:#edf0f2;border-bottom:1px solid var(--line)}.request-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.request-intro>p:not(.kicker){margin-top:24px;font-size:1rem;color:#53616c}.request-offer{margin-top:28px;border-left:4px solid var(--red);padding:12px 18px;background:white}.request-offer strong{display:block;color:var(--red);font-size:2rem;line-height:1.1}.request-offer span{font-size:.9rem}.request-form{padding:30px;background:white;border:1px solid #d7dfe3;border-radius:16px;box-shadow:0 16px 44px #1523310a}.form-heading h3{font-size:1.7rem}.form-heading p,.document-fields p,.privacy-note{font-size:.875rem;color:#56636e;margin:10px 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.request-form label{display:block;font-size:.9rem;font-weight:650}.request-form input:not([type=radio]),.request-form textarea{font:inherit;font-weight:400;width:100%;padding:12px;border:1px solid #a6b2bb;background:#fff;border-radius:6px;margin-top:7px;min-width:0}.request-form input[name=plate]{text-transform:uppercase}.request-form fieldset{margin:24px 0;padding:0;border:0;min-width:0}.request-form legend{font-size:.95rem;font-weight:650;margin-bottom:10px}.damage-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.damage-options label{display:flex;align-items:center;gap:8px;padding:12px;background:#f4f6f8;border:1px solid #d8e0e5;border-radius:7px;cursor:pointer}.damage-options label:has(:checked){border-color:var(--red);background:#fff1f2}.damage-options input{accent-color:var(--red);width:18px;height:18px;flex-shrink:0}.document-fields{border:1px solid #d8e0e5;border-radius:7px;padding:14px;margin-bottom:20px}.document-fields summary{cursor:pointer;font-weight:650;font-size:.95rem}.document-fields summary span,.optional{font-size:.8rem;font-weight:400;color:#56636e}.document-fields label{margin-top:16px}.file-feedback{display:block;font-weight:400;overflow-wrap:anywhere;color:#53616c;margin-top:5px}.privacy-note{line-height:1.6;margin-top:18px}.privacy-note a{text-decoration:underline}.request-form button{width:100%;cursor:pointer;font-family:inherit}.request-form button:disabled{opacity:.65;cursor:wait}.honey{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#form-status{margin-top:14px;font-size:1rem;overflow-wrap:anywhere}#form-status[data-state=error]{color:#a3141d}.privacy-section{padding-block:30px}.privacy-section summary{cursor:pointer;font-size:.95rem}.privacy-section p{margin-top:16px;max-width:900px;font-size:.9rem}.request-form :focus-visible{outline:3px solid #e31e2480;outline-offset:3px}
@media(max-width:1080px){.brand img{width:150px}.site-header nav{font-size:.8rem;gap:12px}.request-grid{gap:30px}.offer-card{grid-template-columns:230px 1fr}.offer-badge>strong{font-size:8rem}}
@media(max-width:760px){.menu-toggle{display:block}.hero{padding:30px 0}.hero h1{font-size:2.8rem}.hero-grid{gap:28px}.hero-visual{min-height:310px}.hero-photo img{object-position:50% 80%}.hero-actions .button{font-size:.9rem}.hero-points{font-size:.8rem}.section{padding:52px 0}.request-grid{grid-template-columns:1fr;gap:24px}.request-form{padding:20px 16px}.request-intro .kicker{font-size:.75rem}.form-grid{gap:12px}.request-intro h2{font-size:2.2rem}.quick-grid>div,.quick-grid>a{padding:14px 10px}.quick-grid>a .icon{display:none}.service-card{min-height:270px}.service-body>p:not(.service-label){font-size:.95rem}.service-body a{font-size:.85rem}.service-body h3{font-size:1.6rem}.offer-card{grid-template-columns:1fr;padding:30px 22px}.offer-content{padding:24px 0 0}.offer-content h2{font-size:2.2rem}.mobile-contact a{font-size:.9rem}.mobile-contact span strong{font-size:.8rem}.header-call strong{font-size:.78rem}.footer{padding-bottom:20px}.privacy-section{padding-bottom:105px}.footer-grid a,.footer-grid p{font-size:.875rem}.service-picture img{position:absolute;inset:0}.proof h2,.contact h2{font-size:2.4rem}.damage-options{gap:8px}.damage-options label{padding:10px 8px;font-size:.85rem}}
@media(max-width:400px){.form-grid{grid-template-columns:1fr}.hero h1{font-size:2.6rem}.service-picture{min-height:185px}.header-inner{gap:5px}.brand img{width:123px}.header-call{padding:9px 6px}.menu-toggle{padding:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
.header-instagram{display:inline-flex;align-items:center;gap:7px;color:var(--red)!important;font-weight:850}.header-instagram .icon{width:17px;height:17px}.proof-actions .button{font-size:.875rem}.proof-actions .button .icon{width:18px;height:18px}
@media(max-width:1080px){.header-instagram span{display:none}.header-instagram{gap:0}.header-instagram .icon{width:19px;height:19px}}
@media(max-width:760px){.site-header nav.is-open .header-instagram span{display:inline}.site-header nav.is-open .header-instagram{gap:7px}}
