:root {
    --ink: #06161b;
    --ink-soft: #09242b;
    --steel: #013e4b;
    --paper: #081b20;
    --paper-deep: #0b2931;
    --muted: #91a9af;
    --line: rgba(255,255,255,.12);
    --signal: #eb2828;
    --signal-hot: #c91313;
    --brand-cyan: #016e86;
    --brand-cyan-hover: #01586b;
    --danger: #a00f0f;
    --white: #f4f7f8;
    --radius: 22px;
    --display: 'Unbounded', sans-serif;
    --body: 'Manrope', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--white); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.topbar { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(6,22,27,.94); color: white; border-bottom: 2px solid var(--signal); backdrop-filter: blur(18px); }
.topbar__inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__mark { width: 58px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.brand__text { display: grid; line-height: 1; }
.brand__text b { font: 800 17px/1 var(--display); letter-spacing: .035em; }
.brand__text small { margin-top: 6px; color: var(--signal); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { color: #b8bec0; padding: 10px 13px; border-radius: 9px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.nav a:hover { color: white; background: rgba(255,255,255,.07); }
.topbar__actions { display: flex; align-items: center; gap: 16px; }
.phone { font-size: 13px; font-weight: 800; white-space: nowrap; }
.phone span { margin-right: 8px; padding: 3px 6px; color: var(--ink); background: #62cf82; border-radius: 5px; font-size: 9px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 0; border-radius: 10px; background: var(--signal); color: var(--ink); font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--signal-hot); box-shadow: 0 12px 30px rgba(235,40,40,.28); }
.button--compact { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button--large { min-height: 58px; padding-inline: 28px; }
.button--ghost { color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.button--ghost:hover { background: white; color: var(--ink); box-shadow: none; }
.button--dark { color: white; background: var(--ink); }
.button--dark:hover { color: var(--ink); background: white; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button--full { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 9px; background: rgba(255,255,255,.08); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; transition: .2s; }

.hero { position: relative; min-height: 850px; padding: 150px 0 0; overflow: hidden; color: white; background: radial-gradient(circle at 78% 22%, rgba(1,110,134,.3), transparent 36%), var(--ink); }
.hero__texture { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero__texture::after { content: ''; position: absolute; width: 520px; height: 520px; top: -230px; left: 35%; border: 110px solid rgba(235,40,40,.12); border-radius: 50%; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
.eyebrow, .kicker { color: var(--signal); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: #62cf82; box-shadow: 0 0 0 5px rgba(98,207,130,.12); }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.055em; }
h1 { max-width: 760px; font-size: clamp(47px, 5vw, 76px); line-height: 1.04; }
h1 em { color: var(--signal); font-style: normal; }
.hero__lead { max-width: 630px; margin: 27px 0 31px; color: #b9bec0; font-size: 18px; line-height: 1.7; }
.hero__buttons { display: flex; gap: 12px; }
.hero__facts { display: flex; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.hero__facts div { padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.13); }
.hero__facts div:last-child { border: 0; margin: 0; padding: 0; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font: 700 16px/1.2 var(--display); }
.hero__facts span { margin-top: 7px; color: #7e878b; font-size: 10px; }
.hero__visual { position: relative; min-height: 585px; }
.hero__photo { position: absolute; inset: 0; border-radius: 160px 20px 20px 20px; background-image: linear-gradient(180deg, rgba(1,110,134,.05) 46%, rgba(6,22,27,.76)), url('../assets/hero-truck-wash.jpg'); background-size: cover; background-position: 54% center; box-shadow: 0 25px 100px rgba(0,0,0,.4), 0 0 0 1px rgba(235,40,40,.18); }
.hero__photo::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.hero__photo::after { content: 'ARSENAL / WASH BAY 01'; position: absolute; right: -4px; top: 44%; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .25em; transform: rotate(90deg) translateX(50%); transform-origin: right; }
.hero__plate { position: absolute; display: flex; align-items: center; gap: 12px; padding: 15px 17px; color: var(--ink); background: white; border-radius: 12px; box-shadow: 0 16px 50px rgba(0,0,0,.3); font-size: 12px; font-weight: 800; }
.hero__plate small { display: block; margin-bottom: 2px; color: #7f8688; font-size: 9px; font-weight: 700; }
.hero__plate--status { top: 70px; left: -22px; }
.hero__plate--status i { width: 12px; height: 12px; background: #62cf82; border: 3px solid #dff6e6; border-radius: 50%; }
.hero__plate--route { right: -20px; bottom: 42px; background: var(--signal); }
.hero__plate--route svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.trustbar { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 98px; margin-top: 70px; color: #6e7679; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.trustbar b { color: #d4d8d9; font-size: 11px; }
.trustbar i { width: 4px; height: 4px; background: var(--signal); border-radius: 50%; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 430px; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .price-copy h2, .business h2, .repair h2, .booking h2, .contacts h2 { margin-top: 17px; font-size: clamp(38px, 4.1vw, 62px); line-height: 1.08; }
.section-heading p, .price-copy > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.services { background: radial-gradient(circle at 10% 18%, rgba(1,110,134,.25), transparent 28%), var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); background: #0d343e; border-color: rgba(235,40,40,.55); }
.service-card--main { grid-column: span 2; min-height: 410px; padding: 0; color: white; background: var(--ink); }
.service-card__image { position: absolute; inset: 0; opacity: .84; background: linear-gradient(0deg, rgba(5,11,17,.96), transparent 72%), url('../assets/wash-process.jpg') 58% center/cover; transition: transform .5s ease; }
.service-card--main:hover .service-card__image { transform: scale(1.035); }
.service-card__body { position: absolute; inset: auto 28px 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 19px; align-items: end; }
.service-card__body a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--ink); background: var(--signal); font-size: 24px; }
.service-card__number { display: block; color: #92989a; font: 700 11px/1 var(--display); }
.service-card h3 { margin: 64px 0 10px; font: 700 21px/1.2 var(--display); letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.service-card--main h3 { margin: 0 0 7px; color: white; }
.service-card--main p { color: #c6cbcc; }
.service-card__icon { width: 53px; height: 53px; margin-top: 42px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.service-card--accent { background: var(--signal); border-color: var(--signal); }
.service-card--accent:hover { background: var(--signal-hot); }
.service-card--accent { color: var(--ink); }
.service-card--accent p, .service-card--accent .service-card__number { color: rgba(5,11,17,.68); }
.service-card--wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; min-height: 220px; }
.service-card--wide h3 { margin: 12px 0 0; }
.service-card--wide ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.service-card--wide li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; font-weight: 700; }

.prices { background: linear-gradient(135deg, #071b20, var(--paper-deep)); }
.price-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 100px; align-items: start; }
.price-copy { position: sticky; top: 120px; }
.price-copy > p { max-width: 500px; margin: 27px 0 34px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.text-link b { color: var(--signal); font-size: 20px; }
.price-note { display: grid; gap: 8px; max-width: 420px; margin-top: 65px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; }
.price-note strong { font: 700 14px var(--display); }
.price-note span { color: var(--muted); font-size: 12px; }
.price-card { padding: 17px; border-radius: 24px; color: white; background: var(--ink-soft); box-shadow: 0 30px 80px rgba(20,24,25,.15); }
.price-card__head, .price-row { display: flex; align-items: center; justify-content: space-between; }
.price-card__head { padding: 15px 17px 22px; color: #70787b; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-row { min-height: 63px; padding: 0 17px; border-top: 1px solid rgba(255,255,255,.09); font-size: 14px; }
.price-row strong { color: var(--signal); font: 700 14px var(--display); }
.price-row small { display: inline-block; margin-right: 10px; padding: 4px 7px; border-radius: 5px; color: var(--ink); background: var(--signal); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.price-row--featured { margin: 3px 0; border: 0; border-radius: 10px; background: rgba(235,40,40,.13); }
.price-card .button { margin-top: 17px; }

.works { color: white; background: radial-gradient(circle at 88% 28%, rgba(235,40,40,.11), transparent 29%), #06161b; }
.section-heading--light p { color: #8b9395; }
.compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; height: 520px; overflow: hidden; border-radius: 24px; background: #252b2e; }
.compare__pane { position: relative; background-image: url('../assets/wash-process.jpg'); background-size: 200% auto; }
.compare__pane span { position: absolute; top: 22px; padding: 8px 13px; border-radius: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.compare__pane--before { background-position: left center; filter: grayscale(.45) brightness(.62) contrast(1.15); }
.compare__pane--before span { left: 22px; background: rgba(0,0,0,.65); }
.compare__pane--after { background-position: right center; filter: saturate(1.1) brightness(1.07); }
.compare__pane--after span { right: 22px; color: var(--ink); background: var(--signal); }
.compare__divider { position: absolute; inset: 0 auto 0 50%; width: 2px; background: white; }
.compare__divider i { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--ink); background: white; font-style: normal; transform: translate(-50%,-50%); }
.quality-row { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; }
.quality-row > div { display: flex; gap: 19px; padding: 9px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.quality-row > div:first-child { padding-left: 0; }
.quality-row > div:last-child { border: 0; }
.quality-row b { color: var(--signal); font: 700 10px var(--display); }
.quality-row span, .quality-row strong { display: block; }
.quality-row strong { margin-bottom: 6px; font-size: 13px; }
.quality-row span { color: #7e8789; font-size: 11px; }

.business { position: relative; overflow: hidden; background: radial-gradient(circle at 0 0, rgba(235,40,40,.18), transparent 34%), linear-gradient(135deg, var(--brand-cyan), #014250); }
.business::after { content: ''; position: absolute; right: -110px; bottom: -220px; width: 540px; height: 540px; border: 100px solid rgba(255,255,255,.07); border-radius: 50%; pointer-events: none; }
.business .kicker { color: var(--signal); }
.business__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.business__panel > p { max-width: 600px; margin: 27px 0 34px; color: #a5b1b7; font-size: 17px; line-height: 1.7; }
.business__benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.business__benefits article { min-height: 180px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); backdrop-filter: blur(10px); }
.business__benefits article strong { display: block; font: 800 39px var(--display); }
.business__benefits article span { display: block; margin-top: 16px; font-size: 12px; font-weight: 700; }
.business__benefits ul { grid-column: span 2; margin: 0; padding: 25px 28px; border-radius: 18px; color: var(--ink); background: var(--signal); list-style: none; }
.business__benefits li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid rgba(5,11,17,.16); font-size: 12px; font-weight: 700; }
.business__benefits li:last-child { border: 0; }
.business__benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--ink); }
.business .button--dark { color: var(--ink); background: var(--signal); }
.business .button--dark:hover { background: var(--signal-hot); }

.repair { background: #071d23; }
.repair__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.repair__list { border-top: 1px solid var(--line); }
.repair__list div { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; min-height: 84px; border-bottom: 1px solid var(--line); }
.repair__list span { color: #8a9091; font: 700 10px var(--display); }
.repair__list b { font: 700 16px var(--display); letter-spacing: -.03em; }
.repair__list i { color: var(--signal); font-size: 23px; font-style: normal; }
.repair__photo { min-height: 270px; margin-top: 42px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, transparent, rgba(5,11,17,.35)), url('../assets/truck-workshop.jpg') 38% center/cover; box-shadow: 0 22px 60px rgba(0,0,0,.25); }

.booking { color: white; background: linear-gradient(135deg, var(--signal), #a00f0f); }
.booking__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.booking .kicker { color: rgba(255,255,255,.72); }
.booking__copy > p { max-width: 500px; margin: 27px 0 40px; font-size: 16px; }
.booking__contact { display: grid; gap: 4px; }
.booking__contact small, .booking__contact span { font-size: 10px; font-weight: 700; opacity: .6; }
.booking__contact a { overflow-wrap: anywhere; font: 700 clamp(18px, 2vw, 24px) var(--display); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 32px; border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.9); }
.booking-form label { display: grid; gap: 7px; }
.booking-form label:nth-child(3), .booking-form button, .booking-form > small { grid-column: span 2; }
.booking-form label span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; height: 55px; padding: 0 16px; border: 1px solid rgba(10,12,13,.14); border-radius: 9px; outline: none; background: white; }
.booking-form input:focus, .booking-form select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(10,12,13,.1); }
.booking-form > small { text-align: center; font-size: 9px; opacity: .55; }

.contacts { padding: 100px 0; color: white; background: var(--ink-soft); }
.contacts__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.contacts__map { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #eaf2f4; box-shadow: 0 24px 60px rgba(1,78,96,.12); }
.contacts__map--live { display: grid; grid-template-rows: minmax(400px, 1fr) auto; }
.contacts__map iframe { display: block; width: 100%; height: 100%; min-height: 400px; border: 0; }
.map-addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid #dce6e8; background: #dce6e8; }
.map-addresses a { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; min-height: 76px; padding: 14px 16px; color: #062f39; background: white; transition: color .2s ease, background .2s ease; }
.map-addresses a:hover { color: var(--signal); background: #f7fafb; }
.map-addresses b { color: var(--signal); font: 700 10px var(--display); }
.map-addresses span { font-size: 11px; font-weight: 800; }
.map-addresses i { color: var(--signal); font-size: 18px; font-style: normal; }
.contacts__info h2 { margin-bottom: 38px; }
.contacts__info dl { margin: 0 0 35px; }
.contacts__info dl div { display: grid; grid-template-columns: 90px 1fr; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contacts__info dt { color: #70797b; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.contacts__info dd { margin: 0; font-size: 13px; font-weight: 700; }

.footer { padding: 28px 0; color: #737b7d; background: #070909; border-top: 1px solid rgba(255,255,255,.08); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.brand--footer { color: white; transform: scale(.86); transform-origin: left; }
.mobile-actions { display: none; }
[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    .nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 14px 24px 22px; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }
    .nav.is-open { display: grid; }
    .menu-button { display: block; }
    .hero__grid { grid-template-columns: 1fr .8fr; }
    .hero__visual { min-height: 520px; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
    .service-card--main, .service-card--wide { grid-column: span 2; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 32px, 1240px); }
    .topbar__inner { height: 68px; }
    .phone, .topbar .button { display: none; }
    .nav { top: 68px; }
    .hero { min-height: auto; padding-top: 112px; }
    .hero__grid { display: flex; flex-direction: column; align-items: stretch; }
    h1 { font-size: clamp(39px, 12vw, 56px); }
    .hero__lead { font-size: 15px; }
    .hero__buttons { display: grid; }
    .hero__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .hero__facts div { margin: 0; padding: 0; border: 0; }
    .hero__facts div:last-child { grid-column: span 2; }
    .hero__visual { min-height: 470px; margin-top: 10px; }
    .hero__photo { border-radius: 90px 16px 16px 16px; }
    .hero__plate--status { left: 12px; top: 22px; }
    .hero__plate--route { right: 12px; bottom: 18px; }
    .trustbar { overflow: hidden; justify-content: flex-start; gap: 20px; white-space: nowrap; }
    .trustbar span { display: none; }
    .section { padding: 82px 0; }
    .section-heading { display: grid; grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
    .section-heading h2, .price-copy h2, .business h2, .repair h2, .booking h2, .contacts h2 { font-size: clamp(35px, 10vw, 47px); }
    .service-grid { grid-template-columns: 1fr; }
    .service-card, .service-card--main, .service-card--wide { grid-column: auto; }
    .service-card--main { min-height: 380px; }
    .service-card--wide { grid-template-columns: 1fr; gap: 25px; }
    .price-layout, .business__grid, .repair__grid, .booking__grid, .contacts__grid { grid-template-columns: 1fr; gap: 50px; }
    .price-copy { position: static; }
    .price-note { margin-top: 35px; }
    .compare { height: 370px; }
    .quality-row { grid-template-columns: 1fr; gap: 22px; }
    .quality-row > div { padding: 0; border: 0; }
    .repair__grid { gap: 42px; }
    .booking-form { grid-template-columns: 1fr; padding: 22px; }
    .booking-form label:nth-child(3), .booking-form button, .booking-form > small { grid-column: auto; }
    .contacts__map { min-height: 560px; }
    .contacts__map--live { grid-template-rows: 380px auto; }
    .contacts__map iframe { min-height: 380px; }
    .map-addresses { grid-template-columns: 1fr; }
    .contacts__info { order: -1; }
    .footer { padding-bottom: 90px; }
    .footer__inner { align-items: flex-start; gap: 20px; flex-direction: column; }
    .mobile-actions { position: fixed; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; inset: auto 0 0; padding: 8px 12px max(8px, env(safe-area-inset-bottom)); background: rgba(10,12,13,.94); backdrop-filter: blur(16px); }
    .mobile-actions a { display: grid; place-items: center; min-height: 48px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; color: white; font-size: 12px; font-weight: 800; }
    .mobile-actions a:last-child { color: var(--ink); background: var(--signal); border-color: var(--signal); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
    .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
