:root {
  --ink: #10151c;
  --ink-soft: #1a222c;
  --paper: #f4f4f0;
  --white: #ffffff;
  --muted: #68717b;
  --line: #dcded9;
  --yellow: #ffc400;
  --yellow-dark: #e9ad00;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(16, 21, 28, .12);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: var(--yellow); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.topbar { height: 36px; color: #dce0e4; background: #080c11; font-size: 12px; letter-spacing: .02em; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #37ce72; box-shadow: 0 0 0 4px rgba(55, 206, 114, .13); }
.topbar a { display: flex; align-items: center; gap: 7px; color: var(--white); font-weight: 700; }
.topbar svg { width: 13px; fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: absolute; z-index: 50; top: 36px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.13); color: var(--white); transition: background .25s, box-shadow .25s, transform .25s; }
.site-header.is-sticky { position: fixed; top: 0; background: rgba(16,21,28,.96); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: var(--yellow); color: var(--ink); transform: skew(-4deg); }
.brand__mark svg { width: 34px; fill: currentColor; transform: skew(4deg); }
.brand__text { display: grid; line-height: 1.05; text-transform: uppercase; }
.brand__text strong { font-size: 18px; font-weight: 900; letter-spacing: -.035em; }
.brand__text span { margin-top: 4px; color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: 29px; }
.main-nav > a:not(.button) { color: #e3e6e9; font-size: 13px; font-weight: 700; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--yellow); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px 3px; color: inherit; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 850; letter-spacing: .01em; transition: transform .2s, background .2s, border-color .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button--small { min-height: 42px; padding: 0 17px; }
.button--large { min-height: 56px; padding: 0 27px; font-size: 14px; }
.button--yellow { color: var(--ink); background: var(--yellow); box-shadow: 0 11px 28px rgba(255,196,0,.16); }
.button--yellow:hover { background: #ffd12d; box-shadow: 0 15px 34px rgba(255,196,0,.24); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.09); }
.button--dark { color: var(--white); background: var(--ink); }

.hero { min-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: #0a121d; }
.hero__backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,12,21,.97) 0%, rgba(6,13,22,.91) 25%, rgba(6,13,22,.53) 53%, rgba(6,13,22,.15) 78%), linear-gradient(0deg, rgba(5,10,16,.52), transparent 45%), url("assets/images/slep-sluzba-zoki-hero.webp"); background-position: center; background-size: cover; transform: scale(1.01); }
.hero__backdrop::after { content: ""; position: absolute; inset: 0; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); pointer-events: none; }
.hero__content { position: relative; z-index: 2; padding-top: 105px; }
.hero__copy { width: min(655px, 60%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--yellow); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: currentColor; }
.eyebrow--dark { color: #a47700; }
.hero h1, .section h2, .coverage h2, .contact-cta h2 { margin: 0; text-wrap: balance; font-weight: 900; letter-spacing: -.052em; line-height: .96; }
.hero h1 { max-width: 680px; font-size: clamp(54px, 6vw, 86px); }
.hero h1 em, .section h2 em, .coverage h2 em, .contact-cta h2 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 620px; margin: 27px 0 0; color: #d5d9de; font-size: 18px; line-height: 1.68; }
.hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 24px; margin: 30px 0 0; padding: 0; list-style: none; color: #e5e8eb; font-size: 12px; font-weight: 700; }
.hero__trust li { display: flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 17px; fill: none; stroke: var(--yellow); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.availability-card { position: absolute; right: 0; bottom: -102px; display: flex; align-items: center; gap: 14px; padding: 16px 20px 16px 16px; border-left: 3px solid var(--yellow); background: rgba(16,21,28,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.availability-card__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; background: var(--yellow); color: var(--ink); }
.availability-card svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.availability-card small, .availability-card strong { display: block; }
.availability-card small { margin-bottom: 3px; color: #aab0b7; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.availability-card strong { font-size: 15px; }
.hero__scroll { position: absolute; z-index: 2; right: 26px; bottom: 104px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero__scroll span { width: 45px; height: 1px; background: var(--yellow); }

.quick-facts { position: relative; z-index: 4; background: var(--white); box-shadow: 0 -6px 30px rgba(0,0,0,.05); }
.quick-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-facts article { min-height: 112px; display: flex; align-items: center; gap: 15px; padding: 24px 48px; border-right: 1px solid var(--line); }
.quick-facts article:last-child { border: 0; }
.fact-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--ink); background: #fff3be; }
.fact-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.quick-facts strong, .quick-facts small { display: block; }
.quick-facts strong { margin-bottom: 5px; font-size: 16px; }
.quick-facts small { color: var(--muted); font-size: 12px; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.18fr .72fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .process h2, .faq h2 { font-size: clamp(40px, 4.2vw, 62px); }
.section-heading > p, .process__copy > p, .faq__intro > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: var(--shadow); }
.service-card--featured { color: var(--white); border-color: var(--ink); background: var(--ink); }
.service-card__number { position: absolute; top: 25px; right: 25px; color: #c8ccd0; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-card--featured .service-card__number { color: #69717b; }
.service-card__icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 13px; color: var(--ink); background: #fff2b2; }
.service-card__icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card--featured .service-card__icon { background: var(--yellow); }
.service-card h3 { margin: 0 0 13px; font-size: 21px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-card--featured p { color: #adb4bc; }
.service-card a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; }
.service-card--featured a { border-color: #303944; color: var(--yellow); }
.service-card a span { font-size: 20px; transition: transform .2s; }
.service-card a:hover span { transform: translateX(4px); }

.truck-showcase { position: relative; padding: 105px 0; overflow: hidden; color: var(--white); background: #0b1016; }
.truck-showcase::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 58px 58px; }
.truck-showcase__glow { position: absolute; top: -260px; left: -180px; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(208,255,0,.15), transparent 67%); pointer-events: none; }
.truck-showcase__grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.truck-showcase__visual { min-height: 550px; display: flex; align-items: center; position: relative; }
.truck-showcase__visual::after { content: ""; position: absolute; z-index: 0; right: 4%; bottom: 7%; left: 2%; height: 64px; border-radius: 50%; background: rgba(0,0,0,.72); filter: blur(26px); }
.truck-showcase__visual img { position: relative; z-index: 1; width: 118%; max-width: none; height: auto; margin-left: -14%; filter: drop-shadow(0 24px 30px rgba(0,0,0,.35)); }
.truck-showcase__outline { position: absolute; z-index: 0; top: 8%; left: -4%; color: transparent; font-size: clamp(110px, 14vw, 205px); font-weight: 950; letter-spacing: -.09em; line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.09); user-select: none; }
.truck-showcase__badge { position: absolute; z-index: 3; right: 1%; bottom: 10%; padding: 14px 18px; border-left: 3px solid var(--yellow); border-radius: 0 8px 8px 0; color: var(--ink); background: var(--yellow); box-shadow: 0 12px 30px rgba(0,0,0,.28); transform: rotate(-2deg); }
.truck-showcase__badge small, .truck-showcase__badge strong { display: block; }
.truck-showcase__badge small { margin-bottom: 3px; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.truck-showcase__badge strong { font-size: 18px; letter-spacing: .02em; }
.truck-showcase__copy { position: relative; z-index: 2; }
.truck-showcase__copy h2 { margin: 0; font-size: clamp(43px, 4.7vw, 65px); font-weight: 900; letter-spacing: -.052em; line-height: .98; }
.truck-showcase__copy h2 em { color: #d7ff00; font-style: normal; }
.truck-showcase__copy > p:not(.eyebrow) { margin: 25px 0 28px; color: #afb6be; font-size: 15px; line-height: 1.78; }
.truck-specs { display: grid; gap: 0; margin: 0 0 31px; padding: 0; list-style: none; }
.truck-specs li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; padding: 14px 0; border-top: 1px solid #29323b; }
.truck-specs li:last-child { border-bottom: 1px solid #29323b; }
.truck-specs li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #d7ff00; }
.truck-specs svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.truck-specs strong, .truck-specs small { display: block; }
.truck-specs strong { margin-bottom: 4px; font-size: 14px; }
.truck-specs small { color: #929ba4; font-size: 11px; line-height: 1.5; }
.field-gallery { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; height: 390px; margin-top: 70px; }
.field-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: #171e26; }
.field-gallery figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,8,12,.82)); pointer-events: none; }
.field-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.field-gallery figure:hover img { transform: scale(1.035); }
.field-gallery__wide img { object-position: center 47%; }
.field-gallery figure:not(.field-gallery__wide) img { object-position: 42% center; }
.field-gallery figcaption { position: absolute; z-index: 2; right: 25px; bottom: 23px; left: 25px; }
.field-gallery figcaption span, .field-gallery figcaption strong { display: block; }
.field-gallery figcaption span { margin-bottom: 5px; color: var(--yellow); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.field-gallery figcaption strong { color: var(--white); font-size: 17px; }

.process { background: var(--white); }
.process__layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.process__copy > p { margin-top: 24px; }
.text-link { display: inline-flex; gap: 15px; margin-top: 27px; border-bottom: 2px solid var(--yellow); padding-bottom: 7px; font-size: 13px; font-weight: 850; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; display: grid; grid-template-columns: 66px 1fr; gap: 24px; min-height: 130px; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 32px; top: 66px; height: calc(100% - 48px); border-left: 1px dashed #b6bac0; }
.steps li > span { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); font-size: 19px; font-weight: 900; }
.steps li:first-child > span { border-color: var(--yellow); background: var(--yellow); }
.steps h3 { margin: 8px 0 9px; font-size: 20px; }
.steps p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.coverage { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.coverage__pattern { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 52px 52px; }
.coverage__layout { position: relative; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 100px; }
.coverage__visual { position: relative; min-height: 440px; }
.coverage__ring { position: absolute; top: 50%; left: 47%; border: 1px solid rgba(255,196,0,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.coverage__ring--one { width: 120px; height: 120px; background: rgba(255,196,0,.045); }
.coverage__ring--two { width: 250px; height: 250px; }
.coverage__ring--three { width: 400px; height: 400px; border-color: rgba(255,196,0,.12); }
.coverage__pin { position: absolute; z-index: 2; top: 50%; left: 47%; width: 68px; height: 68px; display: grid; place-items: center; border: 10px solid rgba(255,196,0,.12); border-radius: 50%; color: var(--ink); background: var(--yellow); box-shadow: 0 0 40px rgba(255,196,0,.26); transform: translate(-50%,-50%); }
.coverage__pin svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.coverage__label { position: absolute; z-index: 2; top: calc(50% + 53px); left: 47%; padding: 7px 13px; border-radius: 6px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 850; transform: translateX(-50%); }
.coverage h2 { font-size: clamp(44px, 5vw, 68px); }
.coverage__copy > p:not(.eyebrow) { margin: 25px 0; color: #b9c0c7; font-size: 16px; line-height: 1.75; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.area-tags span { padding: 9px 12px; border: 1px solid #3a444f; border-radius: 8px; color: #d6dae0; font-size: 11px; }

.section-heading--center { display: flex; max-width: 710px; flex-direction: column; align-items: center; gap: 20px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { max-width: 610px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reason-grid article { padding: 37px; border-top: 3px solid var(--yellow); background: var(--white); box-shadow: 0 10px 35px rgba(16,21,28,.06); }
.reason-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 11px; color: var(--ink); background: #fff2b3; }
.reason-grid svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.reason-grid h3 { margin: 0 0 12px; font-size: 20px; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.faq { background: var(--white); }
.faq__layout { display: grid; grid-template-columns: .72fr 1.15fr; gap: 100px; }
.faq__intro h2 { margin-bottom: 23px; }
.faq__intro .button { margin-top: 25px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 24px; height: 24px; flex: 0 0 auto; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 11px; left: 4px; width: 16px; height: 2px; background: var(--ink); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details[open] summary { color: #9d7600; }
.accordion details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact-cta { padding: 75px 0; overflow: hidden; color: var(--white); background: var(--ink-soft); }
.contact-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.contact-cta h2 { font-size: clamp(42px, 5vw, 68px); }
.contact-cta p:not(.eyebrow) { max-width: 600px; margin: 20px 0 0; color: #b7bdc5; line-height: 1.7; }
.contact-phone { min-width: 320px; display: flex; align-items: center; gap: 16px; padding: 18px 23px; border: 1px solid #3a4551; border-radius: 14px; background: #121820; transition: border-color .2s, transform .2s; }
.contact-phone:hover { border-color: var(--yellow); transform: translateY(-2px); }
.contact-phone > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--yellow); }
.contact-phone svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-phone small, .contact-phone strong { display: block; }
.contact-phone small { margin-bottom: 4px; color: #9fa7af; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.contact-phone strong { font-size: 19px; }

.site-footer { padding: 65px 0 0; color: #b4bbc2; background: #090d12; }
.footer__main { display: grid; grid-template-columns: 1.7fr .65fr .75fr; gap: 100px; padding-bottom: 54px; }
.brand--footer { color: var(--white); }
.footer__brand p { max-width: 390px; margin: 22px 0 0; font-size: 13px; line-height: 1.8; }
.footer__main h3 { margin: 4px 0 20px; color: var(--white); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer__main > div:not(.footer__brand) a, .footer__main > div:not(.footer__brand) p { display: block; margin: 0 0 12px; font-size: 12px; }
.footer__main a:hover { color: var(--yellow); }
.footer__bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #252c34; color: #7e8790; font-size: 11px; }
.mobile-callbar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero__copy { width: 70%; }
  .quick-facts article { padding-inline: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .truck-showcase__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .truck-showcase__visual { min-height: 470px; }
  .truck-showcase__visual img { width: 126%; margin-left: -22%; }
  .process__layout, .faq__layout { gap: 55px; }
  .coverage__layout { gap: 25px; }
  .footer__main { gap: 50px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar { display: none; }
  .site-header, .site-header.is-sticky { position: absolute; top: 0; }
  .site-header.is-sticky { position: fixed; }
  .nav-wrap { height: 70px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__mark svg { width: 29px; }
  .brand__text strong { font-size: 16px; }
  .brand__text span { font-size: 9px; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px 30px; visibility: hidden; opacity: 0; background: rgba(10,14,20,.98); transition: opacity .2s, visibility .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; }
  .main-nav > a:not(.button) { display: block; font-size: 24px; }
  .main-nav .button { margin-top: 10px; }
  .hero { min-height: 750px; align-items: flex-end; padding-bottom: 68px; }
  .hero__backdrop { background-image: linear-gradient(0deg, rgba(5,11,19,.98) 0%, rgba(5,11,19,.82) 48%, rgba(5,11,19,.25) 100%), url("assets/images/slep-sluzba-zoki-hero.webp"); background-position: 69% center; }
  .hero__content { padding-top: 90px; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero__lead { margin-top: 21px; font-size: 15px; line-height: 1.6; }
  .hero__actions { flex-direction: column; align-items: stretch; margin-top: 26px; }
  .hero__trust { gap: 11px 18px; margin-top: 24px; }
  .availability-card, .hero__scroll { display: none; }
  .quick-facts__grid { grid-template-columns: 1fr; padding-block: 12px; }
  .quick-facts article { min-height: 82px; padding: 15px 7px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-facts article:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 35px; }
  .section-heading h2, .process h2, .faq h2 { font-size: 41px; }
  .section-heading > p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .truck-showcase { padding: 75px 0; }
  .truck-showcase__grid { grid-template-columns: 1fr; gap: 35px; }
  .truck-showcase__visual { min-height: 340px; order: 2; }
  .truck-showcase__visual img { width: 116%; margin-left: -10%; }
  .truck-showcase__outline { top: 0; left: 0; font-size: 118px; }
  .truck-showcase__badge { right: 0; bottom: 2%; }
  .truck-showcase__copy h2 { font-size: 43px; }
  .field-gallery { grid-template-columns: 1fr; height: auto; margin-top: 50px; }
  .field-gallery figure { height: 300px; }
  .process__layout, .faq__layout { grid-template-columns: 1fr; gap: 50px; }
  .steps li { grid-template-columns: 54px 1fr; gap: 18px; min-height: 125px; }
  .steps li > span { width: 54px; height: 54px; }
  .steps li:not(:last-child)::after { left: 26px; top: 54px; }
  .coverage { min-height: 780px; padding: 75px 0; }
  .coverage__layout { grid-template-columns: 1fr; gap: 20px; }
  .coverage__visual { min-height: 300px; order: 2; }
  .coverage__ring--three { width: 300px; height: 300px; }
  .coverage__ring--two { width: 200px; height: 200px; }
  .coverage h2 { font-size: 48px; }
  .reason-grid { grid-template-columns: 1fr; }
  .section-heading--center { align-items: flex-start; text-align: left; }
  .section-heading--center .eyebrow { justify-content: flex-start; }
  .faq__intro .button { display: none; }
  .accordion summary { font-size: 14px; }
  .contact-cta { padding: 65px 0; }
  .contact-cta__inner { grid-template-columns: 1fr; gap: 35px; }
  .contact-phone { min-width: 0; width: 100%; }
  .footer__main { grid-template-columns: 1fr; gap: 38px; }
  .footer__bottom { min-height: 88px; flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
  .mobile-callbar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: block; padding: 9px 15px max(9px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
  .mobile-callbar a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; color: var(--ink); background: var(--yellow); font-size: 14px; font-weight: 900; }
  .mobile-callbar svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
