@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #06131a;
  --panel: #0d222c;
  --panel-2: #102a35;
  --line: rgba(168, 196, 207, .16);
  --orange: #ff6718;
  --orange-light: #ff8b39;
  --text: #f4f7f7;
  --muted: #aebfc5;
  --wrap: 1280px;
  --radius: 16px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 80% 10%, rgba(20, 66, 82, .18), transparent 28rem), var(--bg);
  color: var(--text);
  font: 400 16px/1.55 'Manrope', Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  padding: 0 max(24px, calc((100vw - var(--wrap)) / 2));
  display: grid;
  grid-template-columns: 225px 1fr auto auto;
  align-items: center;
  gap: 22px;
  background: rgba(5, 17, 24, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark-image { width: 86px; height: auto; display: block; }
.brand > span:last-child { display: grid; grid-template-columns: auto auto; align-items: end; line-height: .9; }
.brand b, .brand strong { font: 800 24px/1 'Manrope', sans-serif; letter-spacing: -1px; }
.brand strong { color: var(--orange); }
.brand small { grid-column: 1 / -1; margin-top: 6px; color: #879ca4; font-size: 9px; letter-spacing: 1.9px; text-transform: uppercase; }
.brand-mark { position: relative; width: 48px; height: 34px; display: flex; align-items: end; gap: 3px; border-bottom: 3px solid var(--orange); }
.brand-mark i { width: 13px; background: #e9f0f2; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.brand-mark i:nth-child(1) { height: 19px; }
.brand-mark i:nth-child(2) { height: 31px; }
.brand-mark i:nth-child(3) { height: 23px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(14px, 1.5vw, 26px); }
.desktop-nav a { position: relative; color: #d4dee1; font-size: 14px; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; bottom: -10px; width: 0; height: 2px; background: var(--orange); transition: width .22s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-contact { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-contact a { font-weight: 700; font-size: 17px; }
.header-contact span { margin-top: 5px; color: #8fa4ab; font-size: 12px; }
.btn { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 8px; font-weight: 700; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: none; }
.btn-orange { background: linear-gradient(135deg, var(--orange), var(--orange-light)); color: #10191d; box-shadow: none; }
.btn-orange:hover { box-shadow: none; }
.btn-outline { color: #fff; background: rgba(7, 22, 29, .4); border: 1px solid rgba(255, 103, 24, .8); }
.menu-toggle { display: none; padding: 7px; background: none; border: 0; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px 0; background: #fff; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; background: url('assets/hero.jpg') 58% center / cover no-repeat; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 12, 17, .98) 0%, rgba(3, 12, 17, .88) 35%, rgba(3, 12, 17, .26) 68%, rgba(3, 12, 17, .5) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 24%); }
.hero-shade { display: none; }
.hero-content { position: relative; z-index: 3; padding: 74px 0 190px; }
.eyebrow { margin: 0 0 19px; color: #b8c6ca; font-weight: 600; font-size: 14px; letter-spacing: 4px; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: 'Manrope', Arial, sans-serif; font-weight: 800; text-transform: uppercase; }
.hero h1 { max-width: 880px; font-size: clamp(50px, 4.55vw, 68px); line-height: 1.02; letter-spacing: -2px; text-wrap: balance; }
.hero h1 em, .coverage h2 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 620px; margin: 26px 0 31px; color: #d4dee1; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 13px; }
.hero-note { position: absolute; z-index: 3; top: 72px; right: max(40px, calc((100vw - var(--wrap)) / 2)); color: rgba(255, 255, 255, .86); font: 500 24px/1.35 'Manrope', sans-serif; text-align: center; transform: rotate(-4deg); }
.hero-note b { color: #fff; font-weight: 400; }
.hero-benefits { position: absolute; z-index: 4; left: 50%; bottom: 34px; width: min(var(--wrap), calc(100% - 48px)); min-height: 112px; padding: 22px 25px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; transform: translateX(-50%); background: rgba(8, 26, 35, .82); border: 1px solid rgba(188, 213, 222, .18); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-benefits div { min-height: 62px; padding: 0 18px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.hero-benefits div:last-child { border-right: 0; }
.hero-benefits p { margin: 0; color: #dbe4e7; font-size: 14px; line-height: 1.35; }
.line-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: linear-gradient(145deg, rgba(255, 103, 24, .13), rgba(255, 103, 24, .035));
  border: 1px solid rgba(255, 125, 55, .28);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  text-align: center;
}
.line-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.section, .services-grid, .business, .coverage, .bottom-grid { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 96px 0 48px; border: 0; }
.section-head { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-head h2, .business h2, .coverage h2, .bottom-grid h2 { font-size: clamp(32px, 3vw, 44px); line-height: 1.08; }
.section-head p { margin: 8px 0 0; color: var(--muted); font-size: 17px; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fleet-card { position: relative; align-self: start; height: fit-content; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(0, 0, 0, .18); cursor: pointer; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.fleet-card:hover { transform: translateY(-5px); border-color: rgba(255, 103, 24, .7); box-shadow: var(--shadow); }
.fleet-photo { position: relative; height: 220px; background: linear-gradient(180deg, transparent 42%, rgba(3, 13, 19, .88)), url('assets/quarry.jpg') center / cover; transition: transform .4s ease; }
.fleet-card:hover .fleet-photo { transform: scale(1.025); }
.fleet-photo span { position: absolute; top: 15px; right: 17px; color: rgba(255, 255, 255, .55); font: 600 17px 'Manrope'; }
.photo-b { background-position: 20% center; }
.photo-c { background-position: 48% center; }
.photo-d { background-position: 76% center; }
.photo-e { background-image: linear-gradient(180deg, transparent 42%, rgba(3, 13, 19, .88)), url('assets/hero.jpg'); background-position: 34% center; }
.photo-f { background-image: linear-gradient(180deg, transparent 42%, rgba(3, 13, 19, .88)), url('assets/industrial.jpg'); }
.fleet-card-body { height: 207px; display: flex; flex-direction: column; }
.fleet-card h3 { padding: 18px 20px 0; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 21px; line-height: 1.25; }
.catalog-card-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.fleet-card .catalog-card-description { min-height: 0; margin: 8px 20px 18px; flex: 1; color: var(--muted); font-size: 15px; line-height: 1.55; -webkit-line-clamp: 3; }
.catalog-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.catalog-card-footer.no-price { justify-content: flex-start; }
.fleet-card .catalog-card-footer { min-height: 30px; margin: 0 20px 20px; }
.catalog-card-price { color: var(--orange-light); font: 800 18px 'Manrope'; white-space: nowrap; }
.catalog-card-link { margin-left: auto; color: #d8e2e5; font-size: 14px; font-weight: 700; }
.catalog-card-footer.no-price .catalog-card-link { margin-left: 0; }

.services-grid { padding: 48px 0 96px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; border: 0; }
.service { position: relative; min-height: 350px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 44px rgba(0, 0, 0, .18); }
.service::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 13, 18, .9), rgba(3, 13, 18, .2) 45%, rgba(3, 13, 18, .92)); }
.service-wide { grid-column: 1 / -1; min-height: 430px; display: grid; grid-template-columns: 1fr 380px; }
.service-wide::after { background: linear-gradient(90deg, rgba(3, 13, 18, .95), rgba(3, 13, 18, .28) 62%, rgba(3, 13, 18, .82)); }
.service-copy { position: relative; z-index: 2; max-width: 700px; padding: 36px 40px; }
.service h2 { font-size: 38px; }
.service h3 { font-size: 29px; }
.service p { max-width: 570px; margin: 11px 0 24px; color: #d0dcdf; font-size: 17px; }
.service .btn { min-height: 46px; }
.service-list { position: relative; z-index: 2; margin: 0; padding: 38px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 17px; list-style: none; background: rgba(4, 17, 23, .72); border-left: 1px solid var(--line); }
.service-list li { color: #e0e7e9; }
.service-list li::before { content: '✦'; margin-right: 12px; color: var(--orange); }
.image-hero { background: url('assets/hero.jpg') center 58% / cover; }
.image-industrial { background: url('assets/industrial.jpg') center / cover; }
.image-utility { background: url('assets/hero.jpg') center / cover; }
.image-quarry { background: url('assets/quarry.jpg') center / cover; }
.modular { background: linear-gradient(135deg, #0c2834, #173945); }
.modular::before { content: ''; position: absolute; right: -2%; bottom: 7%; width: 65%; height: 47%; background: repeating-linear-gradient(90deg, #365f70 0 50px, #294e5d 50px 54px); border: 5px solid #819da7; box-shadow: 0 18px 35px #000; }
.modular::after { background: linear-gradient(90deg, rgba(3, 13, 18, .92), rgba(3, 13, 18, .1)); }
.text-link { position: relative; z-index: 2; display: inline-flex; padding: 11px 18px; color: #10191d; background: var(--orange); border-radius: 7px; font-weight: 700; }

.business { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; min-height: 400px; border: 0; }
.business-copy, .worker-card, .advantages { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.business-copy { padding: 50px; background: linear-gradient(135deg, #0b222d, #102f3a); }
.business-copy p { max-width: 630px; margin: 16px 0 28px; color: #c5d2d6; font-size: 18px; }
.worker-card { min-height: 400px; background: linear-gradient(rgba(4, 14, 19, .1), rgba(4, 14, 19, .66)), url('assets/industrial.jpg') center / cover; }
.worker-silhouette { height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.worker-silhouette > span { margin-bottom: 45px; font: 700 21px 'Manrope'; text-shadow: 0 3px 10px #000; }
.worker-silhouette span span { color: var(--orange); }
.advantages { grid-column: 1 / -1; padding: 38px 44px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; background: #0a1d26; }
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.adv-grid div { min-height: 90px; padding-left: 20px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.adv-grid b { color: var(--orange); font: 700 33px 'Manrope'; }
.adv-grid span { color: #d1dcdf; }

.coverage { margin-top: 96px; padding: 44px; display: grid; grid-template-columns: .95fr 1.25fr .75fr; align-items: center; gap: 24px; min-height: 410px; background: linear-gradient(120deg, #0b202a, #0e303e 58%, #091922); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.coverage-copy { padding: 0; }
.coverage h2 { font-size: 39px; }
.coverage ul { margin: 24px 0 0; padding: 0; list-style: none; }
.coverage li { margin: 8px 0; color: #d1dcdf; }
.coverage li::before { content: '⌖'; margin-right: 10px; color: var(--orange); }
.map { position: relative; height: 330px; }
.map svg { width: 100%; height: 100%; filter: drop-shadow(0 15px 25px rgba(0, 0, 0, .35)); }
.map path { fill: #183f50; stroke: #dce9ed; stroke-width: 2; }
.map circle { fill: var(--orange); stroke: #ffd1b7; stroke-width: 2; }
.map span { position: absolute; left: var(--x); top: var(--y); padding: 2px 6px; color: #e5edef; background: #071821; border-radius: 4px; font-size: 12px; }
.coverage-cta { padding: 0; display: flex; flex-direction: column; justify-content: center; }
.coverage-cta p { color: #c9d4d8; font-size: 20px; line-height: 1.35; text-transform: uppercase; }

.bottom-grid { padding: 96px 0; display: grid; grid-template-columns: .78fr 1.35fr .8fr; gap: 18px; }
.bottom-grid > article { position: relative; min-height: 360px; padding: 34px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.bottom-grid h2 { font-size: 28px; }
.bottom-grid p { margin: 8px 0 20px; color: var(--muted); }
.docs p, .docs .text-link { position: relative; z-index: 3; max-width: 330px; }
.doc-stack { position: absolute; right: 25px; bottom: -32px; width: 215px; height: 190px; opacity: .72; }
.doc-stack i { position: absolute; width: 100px; height: 145px; background: linear-gradient(#e8edf0, #aab8bf); border: 5px solid #394f59; box-shadow: 0 10px 25px #000; transform: rotate(-12deg); }
.doc-stack i:nth-child(2) { left: 55px; transform: rotate(2deg); }
.doc-stack i:nth-child(3) { left: 105px; transform: rotate(13deg); }
.doc-stack i::after { content: ''; position: absolute; inset: 20px 14px; background: repeating-linear-gradient(#61747d 0 2px, transparent 2px 9px); }
.estimate { background: linear-gradient(145deg, #0b202a, #102d38) !important; }
form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
input, select { width: 100%; height: 48px; padding: 0 13px; color: #122630; background: #f6f9f8; border: 1px solid transparent; border-radius: 6px; }
input:focus, select:focus { outline: 2px solid var(--orange); border-color: var(--orange); }
.wide { grid-column: 1 / -1; }
.form-status { margin: 12px 0 0 !important; color: #fff !important; }
.contacts { display: flex; flex-direction: column; align-items: flex-start; }
.contacts a, .contacts span { margin: 5px 0; }
.contacts .btn { margin-top: auto; }

footer { min-height: 130px; padding: 27px max(24px, calc((100vw - var(--wrap)) / 2)); display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 30px; background: #040f15; border-top: 1px solid var(--line); }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; color: #aebcc1; font-size: 14px; }
footer p { color: #b6c1c5; font-size: 13px; text-align: right; }
footer p span { color: #778b92; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; padding: 15px 22px; color: #10242c; background: #f5f8f7; border-left: 4px solid var(--orange); border-radius: 6px; box-shadow: var(--shadow); opacity: 0; transform: translateY(120px); transition: .3s ease; }
.toast.show { opacity: 1; transform: none; }

/* Motion system */
.topbar { transition: min-height .25s ease, background .25s ease, box-shadow .25s ease; }
.topbar.scrolled { min-height: 70px; background: rgba(4, 15, 21, .96); box-shadow: 0 14px 35px rgba(0, 0, 0, .2); }
.menu-toggle span { transition: transform .25s ease, opacity .2s ease; }
.topbar.menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.topbar.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.topbar.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero { --parallax-y: 0px; background-position: 58% calc(50% + var(--parallax-y)); }
.hero-content .eyebrow { animation: hero-in .7s .05s both; }
.hero-content h1 { animation: hero-in .8s .14s both; }
.hero-copy { animation: hero-in .8s .24s both; }
.hero-actions { animation: hero-in .8s .34s both; }
.hero-benefits { animation: benefit-in .85s .42s both; }
.hero-note { animation: note-float 5s ease-in-out infinite; }

.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -90%;
  left: -35%;
  width: 28%;
  height: 280%;
  background: rgba(255, 255, 255, .25);
  transform: rotate(22deg) translateX(-420%);
  display: none;
}
.btn:hover::after { transform: none; }
.fleet-card::after, .service:not(.modular)::before, .business-copy::after, .advantages::after, .coverage::after, .bottom-grid > article::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, .07), transparent 25%, transparent 75%, rgba(255, 103, 24, .05));
  opacity: .35;
}
.business-copy, .advantages, .coverage { position: relative; }
.service, .worker-card { background-position: center; transition: transform .35s ease, border-color .3s ease, background-size .6s ease; }
.service:hover, .worker-card:hover { border-color: rgba(255, 103, 24, .42); }
.service:hover { transform: translateY(-4px); }
.service.image-hero:hover, .service.image-industrial:hover, .service.image-utility:hover, .service.image-quarry:hover { background-size: 104%; }
.line-icon { transition: transform .3s ease, color .3s ease, border-color .3s ease, background-color .3s ease; }
.hero-benefits div:hover .line-icon { color: var(--orange-light); border-color: rgba(255, 142, 78, .55); background: rgba(255, 103, 24, .16); transform: translateY(-3px); }
.map circle { transform-box: fill-box; transform-origin: center; animation: map-pulse 2.2s ease-in-out infinite; }
.map circle:nth-child(2n) { animation-delay: .65s; }
.doc-stack { animation: papers-float 5s ease-in-out infinite; }

.js .reveal {
  opacity: .18;
  transform: translateY(22px);
  transition: opacity .58s ease var(--reveal-delay, 0ms), transform .58s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms);
}
.js .reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 4px; }
.fleet-card:focus-visible { border-color: var(--orange); }

@keyframes hero-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
@keyframes benefit-in {
  from { opacity: 0; transform: translate(-50%, 28px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes note-float {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-8px); }
}
@keyframes map-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(255, 103, 24, 0)); }
  50% { transform: scale(1.45); filter: drop-shadow(0 0 5px rgba(255, 103, 24, .8)); }
}
@keyframes papers-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@media (max-width: 1180px) {
  .topbar { grid-template-columns: 220px 1fr auto; }
  .desktop-nav, .header-contact, .callback { display: none; }
  .menu-toggle { display: block; }
  .topbar.menu-open .desktop-nav { position: absolute; top: 82px; left: 0; right: 0; padding: 28px; display: flex; flex-direction: column; align-items: center; gap: 20px; background: rgba(7, 24, 33, .98); border-bottom: 1px solid var(--line); box-shadow: 0 24px 45px rgba(0, 0, 0, .35); animation: menu-in .25s ease both; }
  .advantages { grid-template-columns: 1fr; gap: 25px; }
  .coverage { grid-template-columns: 1fr 1.2fr; }
  .coverage-cta { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: center; gap: 28px; }
  .bottom-grid { grid-template-columns: 1fr 1.25fr; }
  .contacts { grid-column: 1 / -1; min-height: 260px !important; }
}

@media (max-width: 820px) {
  .wrap, .section, .services-grid, .business, .coverage, .bottom-grid { width: min(100% - 30px, var(--wrap)); }
  .topbar { min-height: 70px; padding-inline: 15px; grid-template-columns: 1fr auto auto; gap: 10px; }
  .topbar.menu-open .desktop-nav { top: 70px; }
  .callback { display: none; }
  .brand b, .brand strong { font-size: 21px; }
  .brand-mark-image { width: 68px; }
  .brand-mark { width: 40px; height: 30px; }
  .brand small { display: none; }
  .hero { min-height: 820px; min-height: 100svh; align-items: flex-start; background-position: 61% center; }
  .hero::after { background: linear-gradient(180deg, rgba(3, 12, 17, .48), rgba(3, 12, 17, .95) 58%, var(--bg)); }
  .hero-content { padding: 65px 0 255px; }
  .eyebrow { font-size: 13px; letter-spacing: 3px; }
  .hero h1 { font-size: clamp(39px, 11vw, 54px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-note { display: none; }
  .hero-benefits { bottom: 22px; width: calc(100% - 30px); min-height: 205px; grid-template-columns: 1fr 1fr; gap: 0; padding: 13px; }
  .hero-benefits div { min-height: 78px; padding: 0 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-benefits div:nth-child(3), .hero-benefits div:nth-child(4) { border-bottom: 0; }
  .section { padding: 72px 0 34px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head h2, .business h2, .coverage h2 { font-size: 31px; }
  .fleet-grid { grid-template-columns: 1fr 1fr; gap: 13px; }
  .fleet-photo { height: 150px; }
  .fleet-card-body { height: 193px; }
  .fleet-card h3 { padding: 14px 15px 0; font-size: 18px; }
  .fleet-card .catalog-card-description { min-height: 0; margin: 6px 15px 14px; font-size: 13px; }
  .fleet-card .catalog-card-footer { margin: 0 15px 16px; }
  .catalog-card-price { font-size: 16px; }
  .services-grid { padding: 34px 0 72px; grid-template-columns: 1fr; gap: 14px; }
  .service, .service-wide { grid-column: auto; min-height: 340px; display: block; background-size: cover; }
  .service-wide { min-height: 430px; }
  .service-copy { padding: 27px 24px; }
  .service h2 { font-size: 31px; }
  .service h3 { font-size: 25px; }
  .service-list { display: none; }
  .business { grid-template-columns: 1fr; gap: 14px; }
  .business-copy { padding: 31px 25px; }
  .worker-card { min-height: 330px; }
  .advantages { grid-column: auto; padding: 30px 25px; }
  .adv-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .adv-grid div { min-height: 80px; }
  .coverage { margin-top: 72px; padding: 30px 24px; grid-template-columns: 1fr; }
  .map { height: 300px; }
  .coverage-cta { grid-column: auto; display: block; }
  .bottom-grid { padding: 72px 0; grid-template-columns: 1fr; gap: 14px; }
  .bottom-grid > article, .contacts { min-height: 330px !important; padding: 28px 24px; grid-column: auto; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  footer nav { gap: 14px 20px; }
  footer p { text-align: center; }
}

@media (max-width: 520px) {
  .hero { min-height: 850px; }
  .hero-content { padding-top: 48px; }
  .hero h1 { font-size: 39px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-photo { height: 210px; }
  .map { height: 250px; }
  form { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
}

@media (max-width: 390px) {
  .wrap, .section, .services-grid, .business, .coverage, .bottom-grid { width: calc(100% - 22px); }
  .topbar { padding-inline: 11px; }
  .brand { gap: 8px; }
  .brand-mark-image { width: 56px; }
  .brand b, .brand strong { font-size: 19px; }
  .brand-mark { width: 35px; }
  .hero-content { padding-top: 38px; }
  .hero h1 { font-size: 35px; letter-spacing: -.8px; }
  .hero-copy { margin-block: 20px 24px; }
  .hero-benefits { width: calc(100% - 22px); }
  .hero-benefits p { font-size: 13px; }
  .line-icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px; }
  .line-icon svg { width: 22px; height: 22px; }
  .service-copy, .business-copy, .advantages, .coverage, .bottom-grid > article { padding-inline: 20px; }
  .section-head h2, .business h2, .coverage h2 { font-size: 29px; }
  .adv-grid { grid-template-columns: 1fr; }
  .adv-grid div { min-height: 68px; }
  .map span { font-size: 11px; }
  footer { padding-inline: 14px; }
}

@media (max-height: 700px) and (orientation: landscape) {
  .hero { min-height: 670px; }
  .hero-content { padding-top: 42px; }
  .hero-benefits { bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero { background-position: 58% center; }
}

@keyframes menu-in {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: none; }
}

/* Multi-page site */
.hero-content h1 em { display: inline-block; }
.carousel-actions { display: flex; align-items: center; gap: 10px; }
.carousel-arrow {
  width: 50px;
  height: 50px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  transition: .2s ease;
}
.carousel-arrow:hover { color: #10191d; background: var(--orange); border-color: var(--orange); transform: none; }
.fleet-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 31.8%);
  gap: 18px;
  overflow-x: auto;
  padding: 5px 2px 26px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--orange) rgba(255,255,255,.08);
  scrollbar-width: thin;
}
.fleet-carousel .fleet-card { scroll-snap-align: start; }
.fleet-card { color: inherit; }
.fleet-card .fleet-photo span { font-size: 24px; }
.service-card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card {
  position: relative;
  isolation: isolate;
  grid-column: span var(--service-span, 4);
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: end;
  background: #081923;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(0,0,0,.2);
  transition: transform .3s ease, border-color .3s ease;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: 0;
  background: var(--card-image) center / cover no-repeat;
  transform: scale(1.001);
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(3,13,18,.06), rgba(3,13,18,.96));
  pointer-events: none;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(255,103,24,.65); }
.service-card:hover::before { transform: scale(1.055); }
.service-card > div { position: relative; z-index: 2; width: 100%; padding: 30px; }
.service-card h3 { font-size: 28px; }
.service-card .catalog-card-description { min-height: 76px; margin: 10px 0 0; color: #d0dcdf; font-size: 16px; line-height: 1.58; }
.service-card .catalog-card-footer { margin-top: 20px; }
.service-card .catalog-card-link { color: var(--orange-light); }
.advantages-home {
  width: min(var(--wrap), calc(100% - 48px));
  margin: 48px auto 0;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 28px;
  background: linear-gradient(120deg, #0b202a, #0e303e);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.advantages-home h2 { font-size: clamp(32px,3vw,44px); line-height: 1.05; }
.trust-section { padding-bottom: 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.trust-grid-two { grid-template-columns: repeat(2,1fr); }
.trust-card {
  position: relative;
  min-height: 310px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, #0b202a, #102d38);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}
.trust-card > * { position: relative; z-index: 1; }
.trust-card:hover { transform: translateY(-5px); border-color: rgba(255,103,24,.55); }
.trust-card-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--orange-light);
  background: linear-gradient(145deg, rgba(255,103,24,.16), rgba(255,103,24,.045));
  border: 1px solid rgba(255,128,61,.34);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .3s ease, background-color .3s ease;
}
.trust-card:hover .trust-card-icon { transform: translateY(-3px); background: rgba(255,103,24,.18); }
.trust-card-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-card h3 { margin-top: 34px; font-size: 27px; line-height: 1.12; }
.trust-card p { margin: 14px 0 22px; color: var(--muted); }
.trust-card b { margin-top: auto; padding-right: 48px; color: var(--orange-light); }
.trust-map { background: linear-gradient(145deg, #0b202a, #102d38); }

.quote-section {
  padding: 44px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 42px;
  background: linear-gradient(145deg, #0b202a, #102d38);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quote-intro h2 { font-size: clamp(32px,3vw,44px); }
.quote-intro > p:last-child { color: var(--muted); font-size: 17px; }
.quote-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.custom-select-field { position: relative; min-width: 0; }
.custom-select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.custom-select { position: relative; }
.custom-select-ui { display: none; }
.js .custom-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.js .custom-select-ui { display: block; }
.custom-select-trigger {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #122630;
  background: #f6f9f8;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .22s ease, background-color .22s ease;
}
.custom-select-trigger > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-select-trigger i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-right: 2px solid #35505a;
  border-bottom: 2px solid #35505a;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .3s cubic-bezier(.2,.75,.2,1), border-color .2s ease;
}
.custom-select.is-open { z-index: 30; }
.custom-select.is-open .custom-select-trigger {
  border-color: var(--orange);
  background: #fff;
  outline: 2px solid rgba(255,103,24,.25);
}
.custom-select.is-open .custom-select-trigger i {
  border-color: var(--orange);
  transform: translateY(3px) rotate(225deg);
}
.custom-select-menu {
  position: absolute;
  z-index: 31;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  padding: 7px;
  display: grid;
  gap: 3px;
  color: var(--text);
  background: rgba(5,19,26,.98);
  border: 1px solid rgba(168,196,207,.18);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(0,0,0,.38);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(.985);
  transform-origin: top;
  transition: opacity .2s ease, transform .28s cubic-bezier(.2,.75,.2,1), visibility 0s .28s;
}
.custom-select.is-open .custom-select-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition: opacity .2s ease, transform .28s cubic-bezier(.2,.75,.2,1), visibility 0s;
}
.custom-select-menu button {
  position: relative;
  width: 100%;
  min-height: 45px;
  padding: 10px 42px 10px 13px;
  color: #dce6e9;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease;
}
.custom-select-menu button:hover,
.custom-select-menu button:focus-visible { color: #fff; background: rgba(255,255,255,.07); outline: none; }
.custom-select-menu button.is-selected { color: var(--orange-light); background: rgba(255,103,24,.1); }
.custom-select-menu button.is-selected::after {
  content: '✓';
  position: absolute;
  right: 15px;
  top: 50%;
  color: var(--orange);
  font-weight: 800;
  transform: translateY(-50%);
}
.quote-form textarea { width: 100%; min-height: 92px; padding: 13px; resize: vertical; color: #122630; background: #f6f9f8; border: 1px solid transparent; border-radius: 6px; font: inherit; }
.quote-form textarea:focus { outline: 2px solid var(--orange); }
.quote-form .consent { position: relative; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; }
.quote-form .consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: var(--orange); }
.quote-form .consent span { position: static; width: auto; height: auto; clip: auto; overflow: visible; }
.quote-form .consent a { color: var(--orange-light); text-decoration: underline; }
.honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-status { min-height: 24px; }
.form-status.success { color: #9fe0b1 !important; }
.form-status.test-mode { color: #ffd18d !important; }
.form-status.error { color: #ff9b8f !important; }
.quote-form button:disabled { opacity: .65; cursor: wait; }
.contacts-wrap { padding-top: 0; }
.contacts-section {
  padding: 42px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.contacts-section h2 { font-size: clamp(32px,3vw,44px); }
.contacts-section p { color: var(--muted); }
.contact-list { display: grid; gap: 12px; }
.contact-list > * { padding: 18px 20px; display: flex; flex-direction: column; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 10px; }
.contact-list span { color: var(--muted); font-size: 14px; }
.contact-list b { margin-top: 4px; font-size: 18px; }
.contact-list > .contact-messenger { flex-direction: row; align-items: center; gap: 14px; transition: border-color .22s ease, background-color .22s ease; }
.contact-messenger:hover { border-color: rgba(255,103,24,.52); background: rgba(255,103,24,.07); }
.contact-messenger i { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; color: var(--orange-light); background: rgba(255,103,24,.1); border: 1px solid rgba(255,103,24,.24); border-radius: 12px; }
.contact-messenger svg { width: 24px; height: 24px; fill: currentColor; stroke: none; }
.contact-messenger > span { display: grid; gap: 1px; }
.contact-messenger > span small { color: var(--muted); font-size: 13px; }
.contact-list .contact-messenger b { margin: 0; color: var(--text); font-size: 17px; }
.footer-legal { display: grid; justify-items: end; gap: 4px; color: #81949b; font-size: 13px; }
.footer-legal p { margin: 0; }

.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: end;
  background: linear-gradient(90deg, rgba(3,12,17,.96), rgba(3,12,17,.35)), var(--page-image) center / cover;
  overflow: hidden;
}
.page-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, var(--bg)); }
.page-hero-inner { position: relative; z-index: 2; width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; padding: 75px 0 84px; }
.page-hero h1 { max-width: 850px; font-size: clamp(50px,6vw,78px); line-height: 1.02; }
.page-hero p { max-width: 680px; color: #d0dcdf; font-size: 19px; }
.page-hero-offer { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.page-hero-price { padding-right: 22px; display: grid; gap: 2px; border-right: 1px solid rgba(255,255,255,.18); }
.page-hero-price span { color: #aebfc5; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.page-hero-price strong { color: var(--orange-light); font: 800 clamp(25px,3vw,34px)/1.1 'Manrope'; white-space: nowrap; }
.breadcrumbs { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 9px; color: #aebfc5; font-size: 14px; }
.breadcrumbs a::after { content: ' /'; margin-left: 8px; color: #62777f; }
.breadcrumbs span { color: #fff; }
.catalog-grid { margin-top: 8px; }
.detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.detail-image { overflow: hidden; min-height: 470px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.detail-image img { width: 100%; height: 100%; min-height: 470px; display: block; object-fit: cover; }
.detail-layout h2 { font-size: clamp(34px,4vw,52px); }
.detail-layout h3 { margin-top: 32px; font-size: 24px; }
.lead { color: var(--muted); font-size: 19px; }
.equipment-description { margin: 18px 0 28px; }
.spec-grid { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.spec-grid div { padding: 18px; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.spec-grid span { color: var(--muted); font-size: 14px; }
.spec-grid b { margin-top: 4px; font-size: 18px; }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { margin: 10px 0; color: #d3dee1; }
.check-list li::before { content: '✓'; margin-right: 11px; color: var(--orange); font-weight: 700; }
.process-section { padding-top: 48px; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; list-style: none; }
.process-grid li, .info-grid article, .document-grid article { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.process-grid b, .document-grid article > span { color: var(--orange); font: 700 26px 'Manrope'; }
.process-grid h3 { margin-top: 35px; font-size: 22px; }
.process-grid p, .document-grid p { color: var(--muted); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-grid h3 { font-size: 27px; }
.seo-content { padding-top: 58px; }
.seo-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,72px); }
.seo-copy-grid > * { margin: 0; }
.seo-copy-grid p { margin: 0 0 18px; color: #c7d4d8; font-size: 17px; line-height: 1.8; }
.seo-copy-grid p:last-child { margin-bottom: 0; }
.seo-summary { padding-top: 44px; }
.seo-summary-panel {
  padding: clamp(30px,4vw,52px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 14px;
  background: linear-gradient(135deg, rgba(14,39,49,.88), rgba(7,25,33,.94));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.seo-summary-heading h2 {
  /*max-width: 760px;*/
  margin: 0;
  font-size: clamp(30px,3.1vw,44px);
  line-height: 1.08;
}
.seo-summary-heading p {
  /*max-width: 390px;*/
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.seo-summary .seo-copy-grid {
  /*max-width: 920px;*/
  grid-template-columns: 1fr;
  gap: 14px;
}
.seo-summary .seo-copy-grid p {
  margin: 0;
  color: #c8d3d7;
  font-size: 16px;
  line-height: 1.7;
}
.faq-section details { margin-bottom: 10px; padding: 22px 25px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.faq-section summary { cursor: pointer; font: 700 20px 'Manrope'; text-transform: uppercase; }
.faq-section details p { color: var(--muted); }
.document-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.document-grid h3 { margin-top: 35px; font-size: 21px; }
.document-list { display: grid; gap: 12px; }
.document-list-item {
  min-height: 106px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 22px;
  background: linear-gradient(135deg, rgba(13,40,51,.95), rgba(8,27,36,.95));
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.document-list-item:hover { transform: translateY(-3px); border-color: rgba(255,103,24,.58); }
.document-list-number { color: var(--orange); font: 700 19px 'Manrope'; }
.document-list-copy { min-width: 0; display: grid; gap: 7px; }
.document-list-copy b { color: var(--text); font-size: clamp(18px,2vw,23px); }
.document-list-copy small { color: var(--muted); font-size: 13px; letter-spacing: .05em; }
.document-list-action { padding: 11px 17px; color: var(--orange-light); border: 1px solid rgba(255,103,24,.36); border-radius: 999px; font-weight: 700; }
.document-empty { margin: 0; padding: 28px; color: var(--muted); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.notice { margin-top: 22px; padding: 18px 22px; color: #d5dee1; background: rgba(255,103,24,.08); border-left: 3px solid var(--orange); border-radius: 6px; }
.legal-company { margin-top: 18px; padding: 36px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-company h2 { font-size: 30px; }
.legal-company dl div { padding: 14px 0; display: grid; grid-template-columns: 220px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.legal-company dt { color: var(--muted); }
.legal-company dd { margin: 0; font-weight: 600; }
.legal-page { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 100px; }
.legal-page h1 { max-width: 800px; font-size: clamp(42px,6vw,66px); line-height: 1.06; }
.legal-page h2 { margin-top: 42px; font-size: 28px; }
.legal-page p { color: #c4d1d5; font-size: 17px; }
.legal-page ul { margin: 14px 0 24px; padding-left: 24px; color: #c4d1d5; font-size: 17px; }
.legal-page li + li { margin-top: 9px; }
.legal-page a { color: var(--orange-light); text-decoration: underline; text-decoration-color: rgba(255,139,61,.35); text-underline-offset: 4px; }
.legal-operator { margin: 30px 0 46px; padding: 26px 30px; display: grid; gap: 7px; background: linear-gradient(145deg, #0b202a, #102d38); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-operator > span { color: var(--orange-light); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-operator strong { font-size: 24px; }
.legal-operator p { margin: 0; }
.legal-date { color: var(--orange-light) !important; }
.not-found { min-height: 70vh; padding: 100px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found h1 { font-size: clamp(44px,8vw,82px); }
.not-found p { color: var(--muted); }

@media (max-width: 1000px) {
  .advantages-home, .quote-section { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .process-grid, .document-grid { grid-template-columns: 1fr 1fr; }
  .detail-layout { gap: 30px; }
  .detail-image, .detail-image img { min-height: 380px; }
}

@media (max-width: 820px) {
  .carousel-actions .carousel-arrow { display: none; }
  .fleet-carousel { width: calc(100vw - 15px); grid-auto-columns: minmax(290px, 82vw); }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card { grid-column: auto; min-height: 330px; }
  .advantages-home { width: calc(100% - 30px); padding: 30px 24px; }
  .advantages-home .adv-grid div { padding-left: 0; border-left: 0; }
  .quote-section, .contacts-section { padding: 30px 24px; grid-template-columns: 1fr; gap: 24px; }
  .page-hero { min-height: 470px; }
  .page-hero-inner { width: calc(100% - 30px); padding-bottom: 60px; }
  .page-hero h1 { font-size: clamp(42px,12vw,60px); }
  .detail-layout, .service-detail { grid-template-columns: 1fr; }
  .service-detail .detail-image { order: -1; }
  .info-grid { grid-template-columns: 1fr; }
  .footer-legal { justify-items: center; }
  .document-list-item { grid-template-columns: 40px 1fr; gap: 15px; padding: 20px; }
  .document-list-action { display: none; }
}

@media (max-width: 530px) {
  .document-list-item { grid-template-columns: 1fr; }
  .document-list-number { font-size: 15px; }
}

@media (max-width: 560px) {
  .carousel-actions .btn { width: 100%; }
  .fleet-carousel { grid-auto-columns: 86vw; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form .wide { grid-column: auto; }
  .process-grid, .document-grid { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: 1fr; }
  .detail-image, .detail-image img { min-height: 290px; }
  .legal-company dl div { grid-template-columns: 1fr; gap: 4px; }
  .legal-page { width: calc(100% - 30px); padding-top: 55px; }
}

/* Airy layout refinement */
:root {
  --wrap: 1220px;
  --radius: 20px;
  --line: rgba(168, 196, 207, .12);
}

body { line-height: 1.68; }
.topbar { min-height: 90px; gap: 28px; }
.desktop-nav { gap: clamp(18px, 1.7vw, 30px); }
.btn { min-height: 54px; padding-inline: 28px; }

.hero { min-height: 800px; }
.hero-content { padding: 92px 0 210px; }
.hero-copy { max-width: 650px; margin: 32px 0 38px; line-height: 1.72; }
.hero-actions { gap: 16px; }
.hero-benefits { bottom: 38px; min-height: 124px; padding: 26px 30px; }
.hero-benefits div { min-height: 68px; padding-inline: 24px; gap: 16px; }

.section { padding: 124px 0 64px; }
.section-head { margin-bottom: 38px; }
.section-head p { margin-top: 12px; line-height: 1.65; }
.carousel-actions { gap: 14px; }
.fleet-carousel { gap: 24px; padding: 8px 4px 34px; }
.fleet-card { border-color: rgba(168, 196, 207, .11); box-shadow: 0 18px 52px rgba(0, 0, 0, .16); }
.fleet-card h3 { padding: 22px 24px 0; }
.fleet-card .catalog-card-description { margin: 10px 24px 20px; }
.fleet-card .catalog-card-footer { margin: 0 24px 25px; }

.services-grid { padding: 64px 0 124px; gap: 24px; }
.service-card-grid { gap: 24px; }
.service-card { min-height: 390px; border-color: rgba(168, 196, 207, .11); box-shadow: 0 20px 54px rgba(0, 0, 0, .16); }
.service-card > div { padding: 38px; }

.advantages-home { margin-top: 72px; padding: 56px; gap: 48px; }
.advantages-home .adv-grid { gap: 26px; }
.advantages-home .adv-grid div { padding-left: 26px; }

.trust-section { padding-top: 124px; }
.trust-grid { gap: 24px; }
.trust-card { min-height: 340px; padding: 42px; }
.trust-card p { line-height: 1.68; }

.quote-section { padding: 56px; gap: 56px; border-radius: 24px; }
.quote-intro > p:last-child { max-width: 420px; line-height: 1.7; }
.quote-form { gap: 16px; }
input, select { height: 54px; padding-inline: 16px; border-radius: 8px; }
.quote-form textarea { min-height: 110px; padding: 16px; border-radius: 8px; }

.contacts-section { padding: 54px; gap: 50px; border-radius: 24px; }
.contacts-section p { max-width: 500px; line-height: 1.7; }
.contact-list { gap: 16px; }
.contact-list > * { padding: 21px 24px; border-radius: 12px; }

.page-hero { min-height: 570px; }
.page-hero-inner { padding: 92px 0 100px; }
.page-hero p { max-width: 720px; line-height: 1.7; }
.breadcrumbs { margin-bottom: 36px; gap: 11px; }
.detail-layout { gap: 72px; }
.detail-layout h3 { margin-top: 40px; }
.lead { line-height: 1.72; }
.spec-grid { margin-top: 32px; gap: 16px; }
.spec-grid div { padding: 22px; border-radius: 12px; }
.check-list { margin-top: 24px; }
.check-list li { margin: 14px 0; }
.process-section { padding-top: 68px; }
.process-grid, .document-grid { gap: 24px; }
.process-grid li, .info-grid article, .document-grid article { padding: 34px; }
.process-grid h3, .document-grid h3 { margin-top: 44px; }
.info-grid { gap: 24px; }
.faq-section details { margin-bottom: 14px; padding: 27px 30px; border-radius: 14px; }
.legal-company { margin-top: 28px; padding: 44px; }
.legal-page { padding: 104px 0 128px; }
.legal-page h2 { margin-top: 54px; }
.legal-page p { line-height: 1.75; }

footer { min-height: 160px; padding-block: 38px; gap: 42px; }

@media (max-width: 1000px) {
  .detail-layout { gap: 42px; }
  .trust-card { min-height: 300px; }
}

@media (max-width: 820px) {
  .topbar { min-height: 74px; }
  .topbar.menu-open .desktop-nav { top: 74px; padding: 34px; gap: 24px; }
  .hero { min-height: 880px; min-height: 100svh; }
  .hero-content { padding: 60px 0 270px; }
  .hero-copy { margin: 28px 0 32px; line-height: 1.68; }
  .hero-benefits { bottom: 24px; min-height: 220px; padding: 18px; }
  .hero-benefits div { min-height: 88px; padding-inline: 14px; }
  .section { padding: 88px 0 44px; }
  .section-head { margin-bottom: 32px; gap: 18px; }
  .fleet-carousel { gap: 18px; padding-bottom: 30px; }
  .services-grid { padding: 44px 0 88px; gap: 18px; }
  .service-card { min-height: 355px; }
  .service-card > div { padding: 30px 26px; }
  .advantages-home { margin-top: 62px; padding: 38px 28px; gap: 32px; }
  .advantages-home .adv-grid { gap: 16px; }
  .advantages-home .adv-grid div { padding-left: 0; border-left: 0; }
  .trust-section { padding-top: 88px; }
  .trust-grid { gap: 18px; }
  .trust-card { min-height: 300px; padding: 34px 28px; }
  .quote-section, .contacts-section { padding: 36px 28px; gap: 32px; }
  .page-hero { min-height: 500px; }
  .page-hero-inner { padding: 76px 0 72px; }
  .detail-layout { gap: 36px; }
  .seo-copy-grid { grid-template-columns: 1fr; gap: 0; }
  .seo-summary-panel { gap: 26px; }
  .process-grid li, .info-grid article, .document-grid article { padding: 30px 26px; }
  .legal-page { padding-block: 72px 96px; }
  footer { min-height: 180px; padding-block: 46px; gap: 30px; }
}

@media (max-width: 560px) {
  .hero { min-height: 900px; }
  .hero-content { padding-top: 54px; }
  .hero-benefits { min-height: 226px; }
  .section { padding-top: 82px; }
  .fleet-card-body { height: 181px; }
  .fleet-card h3 { padding: 20px 20px 0; }
  .fleet-card .catalog-card-description { margin: 8px 20px 16px; }
  .fleet-card .catalog-card-footer { margin: 0 20px 22px; }
  .page-hero-offer { align-items: stretch; gap: 14px; }
  .page-hero-price { padding-right: 0; border-right: 0; }
  .page-hero-offer .btn { width: 100%; }
  .quote-section, .contacts-section { padding: 32px 22px; }
  .quote-form { gap: 14px; }
  .faq-section details { padding: 24px 22px; }
  .seo-summary { padding-top: 34px; }
  .seo-summary-panel { padding: 28px 22px; gap: 24px; }
  .seo-summary-heading h2 { font-size: 29px; }
  .seo-summary-heading p { margin-top: 12px; font-size: 15px; }
  .seo-summary .seo-copy-grid { gap: 14px; }
  .seo-summary .seo-copy-grid p { font-size: 15px; line-height: 1.65; }
  .legal-company { padding: 30px 24px; }
}

/* Fullscreen navigation */
.fullscreen-menu { display: none; }

@media (max-width: 1180px) {
  html.menu-active,
  html.menu-active body { overflow: hidden; }

  .menu-toggle {
    position: relative;
    z-index: 72;
    grid-column: -2 / -1;
    justify-self: end;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: background .3s ease, border-color .3s ease, transform .3s ease;
  }
  .menu-toggle:hover { background: rgba(255,255,255,.06); border-color: var(--line); }
  .topbar.menu-open {
    position: fixed;
    z-index: 70;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(4, 15, 21, .94);
    border-bottom-color: rgba(255,255,255,.08);
    box-shadow: none;
  }
  .topbar.menu-open .desktop-nav { display: none; }
  .topbar.menu-open .menu-toggle { background: rgba(255,103,24,.12); border-color: rgba(255,103,24,.42); transform: rotate(90deg); }
  .topbar.menu-open .menu-toggle span { width: 26px; }

  .fullscreen-menu {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: block;
    overflow: hidden auto;
    color: var(--text);
    background: linear-gradient(135deg, #040f15 0%, #061923 56%, #08212b 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: circle(0 at calc(100% - 48px) 46px);
    transition:
      clip-path .78s cubic-bezier(.76, 0, .24, 1),
      opacity .32s ease,
      visibility 0s linear .78s;
  }
  .fullscreen-menu::before {
    content: none;
  }
  .fullscreen-menu::after {
    content: none;
  }
  html.menu-active .fullscreen-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: circle(150% at calc(100% - 48px) 46px);
    transition:
      clip-path .78s cubic-bezier(.76, 0, .24, 1),
      opacity .24s ease,
      visibility 0s;
  }
  .fullscreen-menu-inner {
    width: min(1120px, calc(100% - 64px));
    min-height: 100dvh;
    margin: 0 auto;
    padding: 126px 0 38px;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .fullscreen-menu-main { width: min(720px, 100%); }
  .fullscreen-nav { display: grid; }
  .fullscreen-nav a {
    position: relative;
    width: max-content;
    max-width: 100%;
    padding: 8px 0;
    display: block;
    opacity: 0;
    transform: translateY(24px);
    transition:
      color .25s ease,
      opacity .42s ease var(--menu-delay),
      transform .62s cubic-bezier(.2,.8,.2,1) var(--menu-delay);
  }
  .fullscreen-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 2px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
  }
  .fullscreen-nav a:hover::after,
  .fullscreen-nav a:focus-visible::after { transform: scaleX(1); }
  .fullscreen-nav a > b {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
    text-transform: uppercase;
  }
  .fullscreen-nav a:hover,
  .fullscreen-nav a:focus-visible { color: var(--orange-light); }
  html.menu-active .fullscreen-nav a,
  html.menu-active .fullscreen-menu-contact { opacity: 1; transform: none; }

  .fullscreen-menu-contact {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 96px;
    margin-top: auto;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto auto auto;
    align-items: center;
    gap: 22px;
    background: rgba(10,31,40,.72);
    border: 1px solid rgba(168,196,207,.16);
    border-radius: 20px;
    box-shadow: 0 24px 65px rgba(0,0,0,.24);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .5s ease .48s, transform .65s cubic-bezier(.2,.8,.2,1) .48s;
  }
  .fullscreen-menu-contact p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; }
  .fullscreen-menu-contact .menu-phone { font-size: clamp(20px,2.3vw,27px); font-weight: 800; white-space: nowrap; }
  .fullscreen-menu-contact > span { margin: 0; color: #91a5ac; font-size: 13px; white-space: nowrap; }
  .fullscreen-menu-contact .btn { width: auto; white-space: nowrap; }
}

@media (max-width: 820px) {
  .fullscreen-menu-inner {
    width: calc(100% - 40px);
    padding: 104px 0 24px;
    gap: 28px;
  }
  .fullscreen-nav a { padding: 7px 0; }
  .fullscreen-nav a > b { font-size: clamp(29px, 7vw, 39px); }
  .fullscreen-menu-contact { padding: 20px; grid-template-columns: 1fr auto; gap: 10px 18px; }
  .fullscreen-menu-contact p { display: none; }
  .fullscreen-menu-contact > span { grid-column: 1; }
  .fullscreen-menu-contact .btn { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 600px) {
  .fullscreen-menu-inner { width: calc(100% - 30px); gap: 26px; }
  .fullscreen-nav a { padding-block: 6px; }
  .fullscreen-nav a > b { font-size: clamp(27px, 8.2vw, 34px); }
  .fullscreen-menu-contact { padding: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 7px; border-radius: 16px; }
  .fullscreen-menu-contact .menu-phone { font-size: 21px; }
  .fullscreen-menu-contact .btn { width: 100%; min-height: 48px; margin-top: 10px; white-space: normal; text-align: center; }
}

@media (max-width: 529px) {
  .hero { min-height: 1040px; }
  .hero-content { padding-bottom: 410px; }
  .hero-benefits {
    min-height: 0;
    padding: 14px 18px;
    grid-template-columns: 1fr;
  }
  .hero-benefits div {
    min-height: 70px;
    padding: 10px 6px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hero-benefits div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .hero-benefits div:last-child { border-bottom: 0; }
}
