:root {
  --red: #e1192d;
  --red-dark: #ba1021;
  --ink: #111214;
  --ink-soft: #24262a;
  --muted: #666a71;
  --line: #dedfe2;
  --light: #f4f4f5;
  --white: #fff;
  --green: #1fa463;
  --purple: #7651b4;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(17,18,20,.12);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--red); color: var(--white); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-light { background: var(--light); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(17,18,20,.08); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(17,18,20,.08); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.brand-mark { position: relative; width: 43px; height: 31px; border: 3px solid var(--ink); border-top-width: 4px; border-radius: 5px 5px 13px 13px; transform: skewX(-8deg); }
.brand-mark::before { content: ""; position: absolute; inset: 5px 6px auto; height: 3px; background: var(--red); transform: skewX(22deg); }
.brand-mark::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 16px; height: 3px; background: var(--ink); transform: translateX(-50%) skewX(8deg); }
.brand-mark span { position: absolute; right: 8px; bottom: 5px; width: 5px; height: 5px; background: var(--red); border-radius: 50%; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: -.6px; text-transform: uppercase; }
.brand-copy em { color: var(--red); font-style: normal; }
.brand-copy small { margin-top: 5px; color: #777; font-size: 9px; letter-spacing: 1.7px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; color: #404247; font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle, .mobile-nav { display: none; }
.header-phone { display: flex; align-items: center; gap: 10px; padding-left: 22px; border-left: 1px solid var(--line); text-decoration: none; }
.header-phone svg { width: 23px; fill: var(--red); }
.header-phone span { display: grid; line-height: 1.15; }
.header-phone small { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.header-phone strong { margin-top: 4px; font-size: 16px; }
.hero { position: relative; overflow: hidden; color: var(--white); background: #111214; }
.hero::after { content: ""; position: absolute; top: 0; right: -10%; width: 60%; height: 100%; background: radial-gradient(circle at 55% 45%, rgba(225,25,45,.2), transparent 48%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .05; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; align-items: center; gap: 70px; padding-top: 74px; padding-bottom: 82px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .section-copy h2, .fleet-copy h2, .faq-intro h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 67px); line-height: 1.02; letter-spacing: -2.5px; }
.hero h1 span { display: block; color: var(--red); }
.hero-lead { margin: 25px 0 10px; color: #d1d2d4; font-size: 20px; }
.availability { display: inline-flex; align-items: center; gap: 10px; margin: 8px 0 28px; padding: 7px 12px; color: #efeff0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; font-size: 13px; font-weight: 750; }
.pulse { width: 8px; height: 8px; background: #35cf7c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(53,207,124,.13); }
.hero-actions { display: flex; align-items: stretch; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; line-height: 1.15; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #ff8090; outline-offset: 3px; }
.button svg { width: 23px; fill: currentColor; }
.button-large { min-width: 240px; padding: 13px 22px; }
.button-large span { display: grid; font-size: 17px; }
.button-large small { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; opacity: .8; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 10px 26px rgba(225,25,45,.24); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 14px 30px rgba(225,25,45,.35); }
.message-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.button-whatsapp, .button-viber { padding-inline: 13px; color: #fff; background: #25272b; border-color: #3c3e43; }
.button-whatsapp:hover { background: #146f45; }
.button-viber:hover { background: #533484; }
.app-icon { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; border-radius: 50%; font-size: 11px; }
.button-whatsapp .app-icon { background: var(--green); }
.button-viber .app-icon { background: var(--purple); }
.photo-prompt { margin: 16px 0 0; color: #92959b; font-size: 12px; }
.hero-visual { position: relative; min-height: 400px; }
.windshield { position: absolute; top: 42px; right: 0; width: 100%; max-width: 510px; height: 315px; padding: 13px; border: 3px solid #393b40; border-radius: 24px 24px 80px 80px; transform: perspective(700px) rotateY(-5deg) rotateZ(1deg); box-shadow: inset 0 0 0 5px #191a1d, 0 35px 80px #000; }
.windshield::after { content: ""; position: absolute; bottom: -25px; left: 50%; width: 70%; height: 4px; background: #484a50; border-radius: 100%; transform: translateX(-50%); box-shadow: 0 12px 26px #000; }
.windshield-glass { position: relative; overflow: hidden; height: 100%; background: linear-gradient(145deg, #30343b, #191b1f 65%, #292c31); border-radius: 13px 13px 66px 66px; }
.windshield-glass::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 23%, rgba(255,255,255,.09) 24%, transparent 31%), linear-gradient(115deg, transparent 49%, rgba(255,255,255,.04) 50%, transparent 57%); }
.shine { position: absolute; top: -30%; left: 16%; width: 15%; height: 160%; background: rgba(255,255,255,.035); transform: rotate(26deg); }
.chip { position: absolute; top: 70px; right: 100px; width: 95px; overflow: visible; fill: var(--red); stroke: var(--red); stroke-width: 2; filter: drop-shadow(0 0 8px rgba(225,25,45,.4)); }
.chip path { fill: none; }
.repair-label { position: absolute; right: 28px; bottom: 25px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; color: #e9e9ea; background: rgba(7,8,9,.65); border: 1px solid rgba(255,255,255,.1); border-radius: 5px; font-size: 11px; font-weight: 700; }
.repair-label span { width: 6px; height: 6px; background: #35cf7c; border-radius: 50%; }
.visual-badge { position: absolute; z-index: 3; top: 0; right: -5px; display: grid; width: 94px; height: 94px; place-content: center; text-align: center; color: #fff; background: var(--red); border: 6px solid var(--ink); border-radius: 50%; line-height: 1; box-shadow: 0 14px 40px rgba(0,0,0,.4); }
.visual-badge strong { font-size: 28px; }
.visual-badge span { margin-top: 4px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.visual-caption { position: absolute; right: 50px; bottom: 5px; color: #a4a6aa; font-size: 12px; }
.visual-caption strong { color: var(--red); margin-inline: 8px; }
.trust-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #2e3034; }
.trust-row div { display: flex; min-height: 84px; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid #2e3034; color: #d4d5d7; font-size: 12px; text-align: center; }
.trust-row div:first-child { border-left: 1px solid #2e3034; }
.check { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 11px; }
.section-heading { max-width: 730px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .section-copy h2, .fleet-copy h2, .faq-intro h2 { font-size: clamp(34px, 4vw, 52px); }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 18px; }
.inverse { color: #fff; }
.inverse > p:not(.eyebrow) { color: #bcbec2; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { position: relative; overflow: hidden; min-height: 280px; padding: 28px; background: #fff; border: 1px solid #e7e7e9; border-radius: var(--radius); box-shadow: 0 12px 35px rgba(17,18,20,.04); }
.benefit-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 3px; background: var(--red); transition: width .3s; }
.benefit-card:hover::after { width: 100%; }
.benefit-card .number { position: absolute; top: 18px; right: 22px; color: #dedfe1; font-size: 38px; font-weight: 900; line-height: 1; }
.icon-box { display: grid; width: 45px; height: 45px; margin-bottom: 46px; place-items: center; color: #fff; background: var(--ink); border-radius: 8px; font-size: 18px; font-weight: 900; }
.benefit-card h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.5px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.promise { display: flex; max-width: 720px; align-items: center; justify-content: center; gap: 18px; margin: 34px auto 0; padding: 19px 26px; background: #fff; border-left: 4px solid var(--red); border-radius: 8px; box-shadow: 0 12px 38px rgba(17,18,20,.06); }
.promise svg { width: 28px; fill: none; stroke: var(--red); stroke-width: 2.5; }
.promise p { margin: 0; font-size: 18px; font-weight: 800; }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.damage-visual { position: relative; overflow: hidden; min-height: 520px; background: #1a1c20; border-radius: 16px; box-shadow: var(--shadow); }
.damage-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 40%, rgba(225,25,45,.16), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.06), transparent 38%); }
.damage-ring { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 210px; height: 210px; place-content: center; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; text-align: center; transform: translate(-50%,-50%); box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.damage-ring span { display: grid; width: 38px; height: 38px; margin: 0 auto 12px; place-items: center; background: var(--red); border-radius: 50%; font-weight: 900; }
.damage-ring strong { font-size: 25px; }
.damage-ring small { color: #9da0a6; }
.crack-lines { position: absolute; top: 16%; left: 18%; width: 100px; height: 100px; background: linear-gradient(45deg, transparent 49%, rgba(255,255,255,.15) 50%, transparent 51%); transform: rotate(-15deg); }
.crack-lines::before, .crack-lines::after { content: ""; position: absolute; width: 70px; height: 1px; background: rgba(255,255,255,.18); transform-origin: left; }
.crack-lines::before { top: 49px; left: 50px; transform: rotate(24deg); }
.crack-lines::after { top: 50px; left: 50px; transform: rotate(-38deg); }
.section-copy > p:not(.eyebrow) { color: var(--muted); }
.info-callout { margin: 28px 0; padding: 20px 22px; background: #f8f8f8; border-left: 4px solid var(--red); }
.info-callout strong { font-size: 15px; line-height: 1.5; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 27px; }
.text-link { color: var(--red); font-size: 14px; font-weight: 850; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link.dark { color: var(--ink); }
.text-link span { padding-left: 6px; }
.pricing-section { position: relative; color: #fff; background: #151619; }
.pricing-section::before { content: ""; position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(135deg, transparent 48%, #fff 49%, transparent 50%); background-size: 48px 48px; }
.pricing-section .container { position: relative; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 20px; max-width: 940px; margin: 0 auto; }
.price-card { position: relative; padding: 38px; color: var(--ink); background: #fff; border-radius: 16px; }
.price-card.featured { border: 2px solid var(--red); }
.popular { position: absolute; top: 0; right: 30px; padding: 7px 13px; color: #fff; background: var(--red); border-radius: 0 0 7px 7px; font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.price-kicker { margin: 0 0 9px; color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.price-card h3 { margin: 0 0 34px; font-size: 20px; }
.price { display: grid; padding-bottom: 15px; border-bottom: 1px solid #e6e6e7; }
.price strong { font-size: clamp(38px, 4.5vw, 52px); line-height: 1; letter-spacing: -2px; }
.price span { margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.net-price { margin: 12px 0 24px; color: #777b81; font-size: 13px; }
.clean-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: #50535a; font-size: 13px; }
.clean-list li::before { content: "✓"; margin-right: 9px; color: var(--red); font-weight: 900; }
.add-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 15px; padding: 19px; background: #f1f1f2; border-radius: 9px; }
.add-price span { color: #4f5258; font-size: 13px; }
.add-price strong { font-size: 22px; }
.add-price small { grid-column: 1 / -1; color: #797c82; font-size: 11px; }
.price-examples { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 940px; margin: 20px auto 0; background: #222429; border: 1px solid #33353a; border-radius: 10px; }
.price-examples div { display: grid; grid-template-columns: 1fr auto; gap: 0 8px; padding: 18px 22px; border-right: 1px solid #36383d; }
.price-examples div:last-child { border: 0; }
.price-examples span { color: #a7a9ad; font-size: 13px; }
.price-examples strong { font-size: 17px; }
.price-examples small { grid-column: 2; color: #7c7f84; font-size: 10px; text-align: right; text-transform: uppercase; }
.no-hidden { display: grid; grid-template-columns: auto 1fr; max-width: 940px; align-items: center; gap: 25px; margin: 20px auto 0; padding: 18px 22px; background: rgba(225,25,45,.1); border: 1px solid rgba(225,25,45,.3); border-radius: 10px; }
.no-hidden strong { color: #fff; font-size: 18px; white-space: nowrap; }
.no-hidden p { margin: 0; color: #aeb0b4; font-size: 12px; }
.location-layout { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 90px; }
.districts { margin: 28px 0; padding: 22px; background: var(--light); border-radius: 10px; }
.districts p { margin: 0 0 12px; color: var(--ink); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.districts div { display: flex; flex-wrap: wrap; gap: 8px; }
.districts span { display: grid; min-width: 54px; height: 44px; place-items: center; color: #fff; background: var(--ink); border-radius: 6px; font-size: 16px; font-weight: 900; }
.districts small { display: block; margin-top: 9px; color: var(--muted); }
.location-layout .availability { color: var(--ink); background: #edf8f2; border-color: #cdeada; }
.visit-card { overflow: hidden; background: #fff; border: 1px solid #dedfe2; border-radius: 16px; box-shadow: var(--shadow); }
.map-pattern { display: grid; height: 180px; place-items: center; background-color: #e5e5e6; background-image: linear-gradient(30deg, #d6d6d8 12%, transparent 12.5%, transparent 87%, #d6d6d8 87.5%), linear-gradient(150deg, #d6d6d8 12%, transparent 12.5%, transparent 87%, #d6d6d8 87.5%); background-size: 80px 140px; }
.map-pattern span { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: var(--red); border: 7px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 25px; box-shadow: 0 8px 20px rgba(17,18,20,.2); }
.visit-content { padding: 30px; }
.card-label { margin: 0 0 8px; color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.visit-content h3 { margin: 0 0 9px; font-size: 26px; line-height: 1.25; }
.visit-content > p:not(.card-label) { color: var(--muted); font-size: 13px; }
.warning { margin: 18px 0; padding: 13px 15px; background: #fff4f5; border-left: 3px solid var(--red); font-size: 12px; line-height: 1.5; }
.process-section { background: var(--light); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; z-index: 0; top: 24px; right: 9%; left: 9%; height: 2px; background: #d1d2d5; }
.process-list li { position: relative; z-index: 1; padding: 0 12px; text-align: center; }
.step-number { display: grid; width: 50px; height: 50px; margin: 0 auto 23px; place-items: center; color: #fff; background: var(--ink); border: 6px solid var(--light); border-radius: 50%; font-size: 14px; font-weight: 900; box-shadow: 0 0 0 1px #c9cace; }
.process-list li:first-child .step-number, .process-list li:last-child .step-number { background: var(--red); }
.process-list h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.3; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.process-closing { margin: 42px 0 0; color: var(--ink); font-size: 17px; font-weight: 850; text-align: center; }
.warranty-section { position: relative; overflow: hidden; color: #fff; background: var(--red); }
.warranty-section::before { content: ""; position: absolute; top: -50%; left: -15%; width: 60%; height: 170%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.warranty-layout { position: relative; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 100px; }
.warranty-seal { display: grid; width: 260px; height: 260px; place-content: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; text-align: center; line-height: .85; box-shadow: inset 0 0 0 12px rgba(255,255,255,.06), 0 0 0 12px rgba(255,255,255,.06); }
.warranty-seal span { font-size: 100px; font-weight: 950; letter-spacing: -7px; }
.warranty-seal strong { font-size: 30px; text-transform: uppercase; }
.warranty-seal small { margin-top: 12px; font-weight: 850; letter-spacing: 3px; text-transform: uppercase; }
.warranty-section .eyebrow { color: #fff; }
.warranty-section .section-copy > p:not(.eyebrow) { color: rgba(255,255,255,.86); }
.legal-detail { margin-top: 25px; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.legal-detail summary { padding: 16px 0; cursor: pointer; font-weight: 850; }
.legal-detail div { padding: 0 0 10px; }
.legal-detail p { color: rgba(255,255,255,.78); font-size: 13px; }
.fleet-section { color: #fff; background: #17181b; }
.fleet-layout { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 80px; }
.fleet-copy > p:last-of-type { color: #b2b4b8; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-grid li { display: flex; align-items: center; gap: 10px; color: #e5e6e7; font-size: 14px; }
.check-grid li::before { content: "✓"; display: grid; width: 21px; height: 21px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 10px; font-weight: 900; }
.fleet-cta { padding: 38px; background: #23252a; border: 1px solid #393b40; border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.fleet-cta > span { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }
.fleet-cta h3 { margin: 13px 0 22px; font-size: 24px; line-height: 1.25; }
.fleet-cta a { color: #fff; font-size: 25px; font-weight: 900; text-decoration-color: var(--red); text-underline-offset: 6px; }
.fleet-cta p { margin: 15px 0 0; color: #8e9197; font-size: 12px; }
.gallery-section .section-heading { display: grid; grid-template-columns: 1fr 1fr; max-width: none; align-items: end; column-gap: 70px; }
.gallery-section .section-heading .eyebrow { grid-column: 1; }
.gallery-section .section-heading h2 { grid-column: 1; }
.gallery-section .section-heading > p:last-child { grid-row: 1 / 3; grid-column: 2; }
.photo-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 190px 220px; gap: 12px; }
.photo-placeholder { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; background: #f3f3f4; border: 1px dashed #c7c9cd; border-radius: 10px; text-align: center; }
.photo-placeholder { grid-column: span 2; }
.photo-placeholder.half { grid-column: span 3; }
.photo-icon { display: grid; width: 34px; height: 34px; margin-bottom: 14px; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; }
.photo-placeholder strong { font-size: 14px; }
.photo-placeholder small { color: var(--muted); font-size: 11px; }
.faq-section { background: var(--light); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.button-dark { color: #fff; background: var(--ink); }
.faq-list { border-top: 1px solid #cfd0d3; }
.faq-list details { border-bottom: 1px solid #cfd0d3; }
.faq-list summary { position: relative; padding: 23px 52px 23px 0; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 33px; right: 10px; width: 14px; height: 2px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary { color: var(--red); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 52px 22px 0; color: var(--muted); font-size: 14px; }
.final-cta { position: relative; overflow: hidden; padding: 100px 0; color: #fff; background: var(--red); text-align: center; }
.cta-lines { position: absolute; inset: 0; opacity: .14; background: repeating-radial-gradient(circle at 50% 140%, transparent 0, transparent 62px, #fff 63px, transparent 64px); }
.final-cta-inner { position: relative; }
.final-cta .eyebrow { justify-content: center; color: #fff; }
.final-cta h2 { font-size: clamp(38px, 5vw, 62px); }
.final-cta-inner > p:not(.eyebrow) { margin: 15px 0; font-size: 20px; }
.final-phone { display: block; margin: 20px 0 32px; color: #fff; font-size: clamp(34px, 5vw, 58px); font-weight: 950; line-height: 1; letter-spacing: -2px; text-decoration: none; }
.final-actions { display: flex; justify-content: center; gap: 10px; }
.button-white { color: var(--red); background: #fff; }
.button-outline-white { color: #fff; border-color: rgba(255,255,255,.65); }
.button-outline-white:hover { background: rgba(255,255,255,.1); }
.site-footer { padding: 64px 0 24px; color: #b7b9bd; background: #111214; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 80px; }
.footer-brand .brand-mark { border-color: #fff; }
.footer-brand .brand-mark::after { background: #fff; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-grid > div:first-child p { max-width: 320px; color: #777a80; font-size: 13px; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid span { color: #777a80; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid #282a2e; color: #686b70; font-size: 11px; }
.footer-bottom a { text-decoration: none; }
.mobile-call-bar { display: none; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.legal-hero { padding: 72px 0 60px; color: #fff; background: var(--ink); }
.legal-hero .eyebrow { color: var(--red); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -2px; }
.legal-hero p:last-child { max-width: 680px; margin: 18px 0 0; color: #b7b9bd; }
.legal-main { padding: 72px 0 100px; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; align-items: start; gap: 80px; }
.legal-toc { position: sticky; top: 110px; display: grid; min-width: 0; gap: 5px; padding: 18px; background: var(--light); border-radius: 10px; }
.legal-toc strong { margin-bottom: 6px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.legal-toc a { color: #5c5f65; font-size: 12px; text-decoration: none; }
.legal-toc a:hover { color: var(--red); }
.legal-content { min-width: 0; max-width: 800px; }
.legal-content section { scroll-margin-top: 105px; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 16px; font-size: 28px; letter-spacing: -.7px; }
.legal-content h3 { margin: 28px 0 8px; font-size: 17px; }
.legal-content p, .legal-content li { color: #555960; font-size: 14px; }
.legal-content a { color: var(--red-dark); }
.legal-content ul { padding-left: 20px; }
.legal-card { display: grid; grid-template-columns: 180px 1fr; gap: 8px 20px; padding: 24px; background: var(--light); border-radius: 10px; }
.legal-card dt { color: #777a80; font-size: 12px; font-weight: 750; }
.legal-card dd { margin: 0; font-size: 14px; font-weight: 700; }
.legal-note { padding: 18px 20px; background: #fff5f6; border-left: 4px solid var(--red); color: #4d5056; font-size: 13px; }
.data-table { width: 100%; max-width: 100%; border-collapse: collapse; font-size: 12px; }
.data-table th, .data-table td { padding: 13px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { color: var(--ink); background: var(--light); }
.data-table td { color: #575a60; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; gap: 35px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 340px; }
  .windshield { left: 0; max-width: 560px; }
  .visual-badge { right: auto; left: 500px; }
  .visual-caption { right: auto; left: 120px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .split-layout, .location-layout { gap: 50px; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 30px 12px; }
  .process-list::before { display: none; }
  .process-list li:last-child { grid-column: 1 / -1; max-width: 300px; margin: auto; }
  .warranty-layout { gap: 60px; }
  .warranty-seal { width: 210px; height: 210px; }
  .fleet-layout { gap: 45px; }
  .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; max-width: 620px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 66px; }
  .header-phone { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; padding: 11px; place-content: center; gap: 5px; background: transparent; border: 1px solid #dedfe2; border-radius: 9px; cursor: pointer; }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .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 { position: absolute; top: 100%; right: 0; left: 0; display: block; overflow: auto; max-height: calc(100vh - 66px); color: #fff; background: rgba(17,18,20,.985); border-top: 1px solid #303238; box-shadow: 0 20px 40px rgba(0,0,0,.22); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav > .container { display: grid; padding-top: 10px; padding-bottom: 18px; }
  .mobile-nav > .container > a { display: flex; align-items: center; gap: 14px; padding: 14px 4px; border-bottom: 1px solid #2d2f34; font-size: 16px; font-weight: 800; text-decoration: none; }
  .mobile-nav > .container > a span { color: var(--red); font-size: 10px; letter-spacing: 1px; }
  .mobile-nav-contact { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; padding: 14px 16px; background: var(--red); border-radius: 8px; }
  .mobile-nav-contact small { font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
  .mobile-nav-contact a { font-size: 17px; font-weight: 900; text-decoration: none; }
  .brand-mark { width: 38px; height: 28px; }
  .brand-copy strong { font-size: 15px; }
  .hero-inner { padding-top: 58px; padding-bottom: 46px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); letter-spacing: -2px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .button-large { width: 100%; }
  .message-actions { width: 100%; }
  .photo-prompt { text-align: center; }
  .hero-visual { min-height: 280px; }
  .windshield { top: 32px; height: 225px; border-radius: 18px 18px 55px 55px; }
  .windshield-glass { border-radius: 10px 10px 45px 45px; }
  .chip { top: 38px; right: 45px; width: 72px; }
  .visual-badge { right: -5px; left: auto; width: 78px; height: 78px; border-width: 4px; }
  .visual-badge strong { font-size: 23px; }
  .visual-caption { bottom: 0; left: 25px; }
  .repair-label { right: 16px; bottom: 15px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row div { min-height: 64px; justify-content: flex-start; padding: 0 13px; border-bottom: 1px solid #2e3034; }
  .trust-row div:last-child { grid-column: 1 / -1; justify-content: center; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .section-copy h2, .fleet-copy h2, .faq-intro h2 { font-size: 36px; letter-spacing: -1.5px; }
  .section-heading > p:last-child { font-size: 16px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 230px; }
  .icon-box { margin-bottom: 32px; }
  .promise { align-items: flex-start; padding: 17px; }
  .promise p { font-size: 15px; }
  .split-layout, .location-layout, .warranty-layout, .fleet-layout { grid-template-columns: 1fr; gap: 42px; }
  .damage-visual { min-height: 370px; }
  .damage-ring { width: 170px; height: 170px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 28px 24px; }
  .price-examples { grid-template-columns: 1fr; }
  .price-examples div { border-right: 0; border-bottom: 1px solid #36383d; }
  .no-hidden { grid-template-columns: 1fr; gap: 6px; }
  .no-hidden strong { white-space: normal; }
  .districts { padding: 18px; }
  .visit-content { padding: 24px; }
  .process-list { grid-template-columns: 1fr; gap: 24px; }
  .process-list li, .process-list li:last-child { display: grid; grid-template-columns: 50px 1fr; max-width: none; gap: 0 16px; margin: 0; text-align: left; }
  .process-list .step-number { grid-row: 1 / 3; margin: 0; }
  .process-list h3 { align-self: end; }
  .process-list p { grid-column: 2; }
  .warranty-seal { width: 190px; height: 190px; margin-inline: auto; }
  .warranty-seal span { font-size: 74px; }
  .check-grid { grid-template-columns: 1fr; }
  .fleet-cta { padding: 28px 24px; }
  .gallery-section .section-heading { display: block; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 180px); }
  .photo-placeholder, .photo-placeholder.half { grid-column: span 1; }
  .photo-placeholder.full-mobile { grid-column: span 2; }
  .faq-list summary { padding: 20px 46px 20px 0; line-height: 1.4; }
  .faq-list summary span::before, .faq-list summary span::after { top: 30px; }
  .faq-list details p { margin-right: 10px; }
  .final-cta { padding: 72px 0; }
  .final-phone { font-size: 34px; }
  .final-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .final-actions .button:first-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { gap: 20px; }
  .mobile-call-bar { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 58px 1fr 58px; min-height: 68px; padding: 8px 10px max(8px, env(safe-area-inset-bottom)); background: rgba(17,18,20,.97); box-shadow: 0 -8px 30px rgba(0,0,0,.24); }
  .mobile-call { display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--red); border-radius: 8px; line-height: 1.1; text-decoration: none; }
  .mobile-call svg { width: 23px; fill: currentColor; }
  .mobile-call span { display: grid; }
  .mobile-call strong { font-size: 15px; }
  .mobile-call small { margin-top: 3px; font-size: 10px; opacity: .85; }
  .mobile-message { display: grid; place-items: center; color: #fff; font-weight: 900; text-decoration: none; }
  .mobile-message:first-child { color: #38d37d; }
  .mobile-message.viber { color: #a982ec; }
  .legal-main { padding: 52px 0 80px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-toc { position: static; }
  .legal-card { grid-template-columns: 1fr; }
  .legal-card dd { margin-bottom: 9px; }
  .data-table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
