@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/geist-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/montserrat-regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/montserrat-medium.woff") format("woff");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --canvas: #070a0f;
  --canvas-soft: #0b0f15;
  --line: rgba(255, 255, 255, 0.17);
  --line-soft: rgba(255, 255, 255, 0.10);
  --white: #f8faf8;
  --copy: rgba(255, 255, 255, 0.72);
  /* Приглушений тон для підписів: 46% на темному тлі читалось погано */
  --copy-meta: rgba(255, 255, 255, 0.62);
  --acid: #209740;
  --radius: 12px;
  --shadow: 0 30px 110px rgba(0, 0, 0, 0.34);

  /*
   * Шкала дрібного тексту. Нижня межа — 12px: усе, що менше,
   * на темному тлі читається погано (ЦА — власники, CFO, procurement).
   */
  --fs-micro: 12px;  /* службові підписи: одиниці ціни, дисклеймери */
  --fs-label: 13px;  /* лейбли форм, теги, підписи колонок */
  --fs-index: 14px;  /* нумерація карток 01 / 02 / 03 */
  --fs-small: 15px;  /* дрібний текст усередині карток */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--white);
  font-family: "Unbounded", "Geist", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: linear-gradient(
    180deg,
    #070a0f 0%,
    #080c11 13%,
    #0b0f15 24%,
    #080c11 36%,
    #0a0e14 50%,
    #070a0f 64%,
    #0a0e14 78%,
    #080c11 90%,
    #070a0f 100%
  );
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 11px 16px;
  color: #071007;
  background: var(--acid);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 750;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.shell {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(72px, 6vw, 108px) 0;
  overflow: visible;
}

.section-heading {
  margin-bottom: clamp(42px, 4vw, 64px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(48px, 8vw, 150px);
  align-items: end;
}

.split-heading > p {
  max-width: 560px;
  margin: 0 0 4px;
  color: var(--copy);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.52;
}

.section-kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--copy-meta);
  font-size: 14px;
  font-weight: 500;
}

.section-kicker span,
.eyebrow span {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 22px rgba(32, 151, 64, 0.7);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  max-width: 1050px;
  font-size: clamp(46px, 4.7vw, 78px);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 1.01;
}

.glass-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.026));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.ambient,
.hero-aura,
.contact-aura {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  filter: blur(180px);
}

.ambient,
.contact-aura,
.statement-section::before {
  z-index: -1;
}

.ambient-green {
  width: 720px;
  height: 720px;
  top: -380px;
  right: -430px;
  background: rgba(32, 151, 64, 0.17);
}

.ambient-warm {
  width: 820px;
  height: 820px;
  bottom: -530px;
  left: -470px;
  background: rgba(167, 100, 50, 0.24);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 58px;
  padding: 16px 19px 16px 23px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: 0.005em;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span,
.form-submit span {
  font-size: 18px;
  font-weight: 450;
}

.button-primary {
  min-width: min(100%, 390px);
  color: #071007;
  background: var(--acid);
  box-shadow: 0 20px 70px rgba(32, 151, 64, 0.18);
}

.button-small {
  min-width: 236px;
  min-height: 48px;
  gap: 18px;
  padding: 12px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.22);
  font-size: var(--fs-label);
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  justify-self: start;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  font-size: 15px;
  font-weight: 650;
}

.site-header {
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  min-height: 0;
  padding: 10px 50px;
  border: 1px solid #495a6f;
  border-radius: 0;
  color: #fff;
  background: #2f3945;
  box-shadow: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 208px;
}

.brand img {
  width: 208px;
  height: auto;
}

.header-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 210px;
  min-width: 210px;
  height: 40px;
  transform: translate(-50%, -50%);
}

.header-brand img {
  width: 210px;
  min-width: 210px;
  height: 40px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.site-nav > a,
.header-link-group > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
}

.header-chevron {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0.7;
  transform: rotate(45deg);
}

.header-link-group {
  position: relative;
}

.header-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  display: grid;
  min-width: 210px;
  padding: 6px;
  visibility: hidden;
  border: 1px solid #495a6f;
  border-radius: 8px;
  background: #2f3945;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}

.header-dropdown a {
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
}

.header-dropdown a:hover,
.header-dropdown a:focus-visible {
  background: rgba(255, 255, 255, 0.09);
}

.header-link-group:hover .header-dropdown,
.header-link-group:focus-within .header-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 28px;
}

.header-select {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-select summary {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 35px;
  padding: 4px 2px;
  cursor: pointer;
  list-style: none;
}

.header-select summary::-webkit-details-marker { display: none; }

.header-select summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0.7;
  transform: rotate(45deg);
}

.header-select > div {
  position: absolute;
  top: calc(100% + 8px);
  left: -8px;
  display: grid;
  min-width: 64px;
  padding: 6px;
  border: 1px solid #495a6f;
  border-radius: 8px;
  background: #2f3945;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
}

.header-select > div > * {
  padding: 7px 9px;
  border-radius: 5px;
  font-size: 12px;
}

.header-select > div > [aria-current="true"] {
  background: rgba(255, 255, 255, 0.09);
}

.header-phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 28px;
}

.header-phone {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.header-messengers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 13px;
  margin-top: 2px;
}

.header-messengers a {
  color: #209740;
}

.header-messengers svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.header-call-mobile {
  display: none;
}

.nav-toggle {
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  color: #209740;
  background: transparent;
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  position: absolute;
  left: 1px;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, top 0.2s ease;
}

.nav-toggle > span:nth-child(2) { top: 4px; }
.nav-toggle > span:nth-child(3) { top: 12px; }
.nav-toggle > span:nth-child(4) { top: 20px; }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { top: 12px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(4) { top: 12px; transform: rotate(-45deg); }

.hero {
  position: relative;
  /* Висоту задає контент: панель стала нижчою, і жорсткий min-height
     лишав під нею мертву зону (до 100px на середніх ширинах). */
  min-height: 940px;
  padding: 166px 0 54px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "B2B";
  position: absolute;
  z-index: -2;
  top: -20px;
  left: 50%;
  color: rgba(255, 255, 255, 0.018);
  font-size: clamp(240px, 38vw, 650px);
  font-weight: 800;
  letter-spacing: -0.14em;
  line-height: 1;
  transform: translateX(-52%);
}

.hero-aura-green {
  z-index: -1;
  width: min(70vw, 980px);
  height: min(70vw, 980px);
  right: -22%;
  bottom: 4%;
  background: rgba(32, 151, 64, 0.20);
}

.hero-aura-warm {
  z-index: -1;
  width: min(58vw, 800px);
  height: min(58vw, 800px);
  left: -18%;
  bottom: 6%;
  background: rgba(174, 98, 40, 0.24);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero .eyebrow {
  margin-bottom: 24px;
}

.hero h1 {
  max-width: 1180px;
  margin: 0;
  font-size: clamp(78px, 9.5vw, 148px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.hero-kicker,
.hero-line {
  display: block;
}

.hero-kicker {
  margin-bottom: 0.09em;
}

.hero-line {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.12em;
  white-space: nowrap;
}

.hero-moving,
.hero h1 .hero-outline {
  display: inline-block;
  flex: 0 0 auto;
}

.hero h1 .hero-outline {
  color: transparent;
  font-family: "Geist", Arial, Helvetica, sans-serif;
  font-weight: 650;
  letter-spacing: -0.055em;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px rgba(248, 250, 248, 0.84);
}

.hero-subtitle {
  max-width: 760px;
  margin: 34px auto 28px;
  color: var(--copy);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.hero-showcase {
  position: relative;
  z-index: 2;
  min-height: 360px;
  margin-top: 68px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  background:
    /* м'який спот у центрі — «стіна» студії, підсвічена в бік лінійки */
    radial-gradient(56% 62% at 50% 84%, rgba(255, 255, 255, 0.92), transparent 72%),
    radial-gradient(circle at 12% 6%, rgba(224, 184, 140, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(214, 222, 216, 0.96), rgba(236, 241, 236, 0.95) 56%, rgba(220, 231, 222, 0.94));
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.22), 0 30px 90px rgba(0, 0, 0, 0.24);
}

/* Легка віньєтка — притемнює кути, дає панелі глибину */
.hero-showcase::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 130px rgba(7, 10, 15, 0.13);
}

/*
 * Сцена студії. Геометрія прив'язана до реальних розмірів панелі:
 * смуга метрик починається за 86px від низу — це і є лінія підлоги,
 * на якій стоїть лінійка авто. Усе нижче неї не видно, тому вся
 * робота йде у полі над лінією.
 */
.showcase-sky {
  position: absolute;
  right: 0;
  bottom: 86px;
  left: 0;
  height: 175px;
  background:
    /*
     * Зелений блік світить з-за лінійки. Ядро підняте до рівня дахів
     * (~y210 від верху панелі) — саме там воно видно: у просвіті між
     * седаном і гелендвагеном та обідком по верхніх контурах авто.
     */
    radial-gradient(54% 30% at 50% 43%, rgba(32, 151, 64, 0.72), rgba(32, 151, 64, 0.24) 48%, transparent 78%),
    radial-gradient(84% 82% at 50% 64%, rgba(120, 212, 134, 0.24), transparent 78%);
}

/* Лінія підлоги */
.showcase-sky::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 3px;
  left: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95) 16%, rgba(255, 255, 255, 0.95) 84%, transparent);
}

/*
 * Технічна сітка на «стіні» студії. Найщільніша вгорі, де порожньо,
 * і згасає донизу, щоб не сперечатися з бліком і силуетами авто.
 */
.showcase-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 10, 15, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 10, 15, 0.1) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.42) 46%, transparent 76%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.42) 46%, transparent 76%);
}

/*
 * Концентричні дуги від центру лінійки. Нижня частина замаскована —
 * там стоять авто, тож видно лише верхні дуги у порожньому полі.
 */
.showcase-orbit {
  position: absolute;
  bottom: 86px;
  left: 50%;
  border: 1px solid rgba(7, 10, 15, 0.22);
  border-radius: 50%;
  transform: translate(-50%, 50%);
  -webkit-mask-image: linear-gradient(to bottom, #000 26%, rgba(0, 0, 0, 0.3) 44%, transparent 50%);
  mask-image: linear-gradient(to bottom, #000 26%, rgba(0, 0, 0, 0.3) 44%, transparent 50%);
}

.showcase-orbit-one { width: 420px; height: 420px; }
.showcase-orbit-two { width: 740px; height: 740px; border-color: rgba(7, 10, 15, 0.15); }

/* Контактна тінь — лінійка спирається на підлогу, а не висить */
.showcase-ground {
  position: absolute;
  right: 2%;
  bottom: 84px;
  left: 2%;
  height: 28px;
  background: radial-gradient(56% 100% at 50% 50%, rgba(7, 10, 15, 0.32), transparent 76%);
  filter: blur(8px);
}

/* Повільний блік світла, що проходить по всій сцені — над авто, під смугою метрик */
.showcase-sweep {
  position: absolute;
  z-index: 3;
  top: -18%;
  bottom: -18%;
  left: -34%;
  width: 24%;
  background: linear-gradient(94deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  filter: blur(16px);
  animation: showcase-sweep 11s ease-in-out infinite;
}

@keyframes showcase-sweep {
  0% { opacity: 0; transform: translateX(0) skewX(-11deg); }
  16% { opacity: 0.9; }
  84% { opacity: 0.9; }
  100% { opacity: 0; transform: translateX(560%) skewX(-11deg); }
}

.showcase-status {
  position: absolute;
  z-index: 2;
  top: 28px;
  margin: 0;
  color: rgba(7, 10, 15, 0.66);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.showcase-status { right: 30px; display: flex; align-items: center; gap: 8px; }
.showcase-status span { width: 7px; height: 7px; border-radius: 50%; background: #0f9f33; box-shadow: 0 0 14px rgba(15, 159, 51, 0.5); }

/* Шеренга автопарку. bottom = висота смуги метрик, тож авто стоять рівно на її краю. */
.hero-fleet {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 87px;
  width: calc(100% - 16px);
  height: 0;
  transform: translateX(-50%);
}

.hero-fleet-track,
.hero-fleet-set:first-child {
  display: contents;
}

.hero-fleet-set-clone {
  display: none;
}

.hero-fleet-item {
  position: absolute;
  bottom: 0;
  display: block;
}

/*
 * Порядок зліва направо: BMW 3, Kia Sportage, Toyota Camry, Hyundai Staria.
 * z-index зростає вправо, тому силуети читаються як одна безперервна лінійка.
 */
.hero-fleet-set:first-child .hero-fleet-item:nth-child(1) { z-index: 1; left: 0; width: 29.5%; }
.hero-fleet-set:first-child .hero-fleet-item:nth-child(2) { z-index: 2; left: 23.8%; width: 29.5%; }
.hero-fleet-set:first-child .hero-fleet-item:nth-child(3) { z-index: 3; left: 47.5%; width: 29.5%; }
.hero-fleet-set:first-child .hero-fleet-item:nth-child(4) { z-index: 4; left: 71.8%; width: 29.5%; }

.hero-fleet-item img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.24));
}

/*
 * У нових PNG уже немає нижнього прозорого поля: колеса стоять на лінії
 * підлоги без індивідуальних компенсуючих зсувів.
 */

.hero-metrics {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 86px;
  border-top: 1px solid rgba(7, 10, 15, 0.18);
  background: rgba(235, 241, 235, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.hero-metrics > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  border-right: 1px solid rgba(7, 10, 15, 0.16);
  color: #0b0d0c;
}

.hero-metrics > div:last-child { border-right: 0; }
.hero-metrics strong { font-size: clamp(20px, 2vw, 28px); letter-spacing: -0.045em; }
.hero-metrics span { max-width: 176px; color: rgba(7, 10, 15, 0.64); font-size: var(--fs-label); line-height: 1.28; }

.proof-strip {
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #080b0f;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) minmax(0, 2.6fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  min-height: 166px;
}

.proof-lead {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 460px;
  margin: 0;
}

.proof-lead strong {
  color: var(--white);
  font-size: clamp(48px, 4.25vw, 68px);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.proof-lead span {
  max-width: 230px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.015em;
}

.proof-marquee {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.proof-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: proof-loop 34s linear infinite;
}

.proof-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(34px, 4vw, 66px);
  margin: 0;
  padding: 0 clamp(24px, 2.5vw, 43px);
  list-style: none;
}

.proof-set li {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  min-width: 112px;
  min-height: 60px;
  transition: opacity 0.22s ease;
}

.proof-set img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.62;
  filter: grayscale(1) invert(1) brightness(1.3);
  transition: opacity 0.22s ease;
}

.proof-set img.proof-logo-square { height: 54px; max-width: 64px; }
.proof-set img.proof-logo-wide { width: 190px; height: 40px; max-width: 190px; }
.proof-set li:nth-child(1) img { height: 70px; max-width: 76px; }
.proof-set li:nth-child(2) img { height: 60px; max-width: 112px; }
.proof-set li:nth-child(3) img { height: 72px; max-width: 82px; }
.proof-set li:nth-child(4) img { width: 210px; height: 46px; max-width: 210px; }
.proof-set li:nth-child(5) img { height: 58px; max-width: 132px; }
.proof-set li:hover img { opacity: 1; }

@keyframes proof-loop {
  to { transform: translateX(-50%); }
}

.statement-section::before {
  content: "";
  position: absolute;
  bottom: -460px;
  left: -380px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(167, 100, 50, 0.18);
  filter: blur(180px);
}

.statement-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(56px, 8vw, 120px);
}

.statement-video-card {
  align-self: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0b0f15;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.statement-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.statement-copy {
  align-self: center;
}

.statement-copy h2 {
  max-width: 820px;
}

.statement-copy > p:not(.section-kicker) {
  max-width: 780px;
  margin: 32px 0 0;
  color: var(--copy);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.57;
}

.pillars-section {
  background: var(--canvas-soft);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.pillar-card {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 296px;
  padding: 28px;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.pillar-card:nth-last-child(-n + 2) {
  grid-column: span 3;
  min-height: 258px;
}

.pillar-card:hover {
  transform: translateY(-5px);
  border-color: rgba(32, 151, 64, 0.45);
  background-color: rgba(255, 255, 255, 0.075);
}

.line-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--acid);
}

.line-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--copy-meta);
  font-size: var(--fs-index);
  font-weight: 600;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}

.pillar-card h3 {
  max-width: 390px;
  margin: auto 0 14px;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.pillar-card p {
  max-width: 480px;
  margin: 0;
  color: var(--copy);
  font-size: var(--fs-small);
  line-height: 1.5;
}

.benefits-section {
  background: var(--canvas);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benefit-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: start;
  align-content: center;
  gap: 22px;
  min-height: 200px;
  padding: 32px;
}

.benefit-card > span {
  color: var(--acid);
  font-size: var(--fs-index);
  font-weight: 650;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}

.benefit-card h3 {
  margin: 0 0 14px;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1;
}

.benefit-card p {
  max-width: 560px;
  margin: 0;
  color: var(--copy);
  font-size: var(--fs-small);
  line-height: 1.55;
}

.fleet-section {
  background: var(--canvas-soft);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fleet-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  padding: 20px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.fleet-card:focus-within {
  border-color: rgba(32, 151, 64, 0.48);
}

.fleet-card:hover {
  transform: translateY(-6px);
  border-color: rgba(32, 151, 64, 0.48);
  box-shadow: 0 0 68px rgba(32, 151, 64, 0.075);
}

.fleet-topline {
  display: flex;
  justify-content: space-between;
  padding: 3px 4px 17px;
  color: var(--copy-meta);
  font-size: var(--fs-micro);
  font-weight: 560;
  letter-spacing: 0.07em;
}

.fleet-image {
  display: grid;
  place-items: center;
  height: clamp(300px, 24vw, 360px);
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 83%, rgba(32, 151, 64, 0.28), transparent 45%), #dfe4df;
}

.fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s ease;
}

.fleet-card:hover .fleet-image img {
  transform: scale(1.04);
}

.fleet-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  align-items: start;
  flex: 1;
  gap: 18px 14px;
  padding: 34px 6px 11px;
}

.fleet-copy h3 {
  margin: 0;
  font-size: clamp(28px, 2.25vw, 38px);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.fleet-price {
  margin: 0;
  color: var(--acid);
  text-align: right;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 760;
  line-height: 0.95;
}

.fleet-price small {
  display: block;
  margin-top: 8px;
  color: var(--copy-meta);
  font-size: var(--fs-micro);
  font-weight: 550;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fleet-copy > p:not(.fleet-price) {
  grid-column: 1 / -1;
  max-width: 320px;
  margin: 0;
  color: var(--copy);
  font-size: var(--fs-small);
  line-height: 1.45;
}

/* Посилання на каталог розтягується на всю картку — клікабельна вся площа */
.fleet-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
}

.fleet-more {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 4px;
  color: var(--copy-meta);
  font-size: var(--fs-label);
  font-weight: 620;
  letter-spacing: 0.03em;
  transition: color 0.22s ease;
}

.fleet-card:hover .fleet-more { color: var(--acid); }

.fleet-more-link {
  position: relative;
  z-index: 1;
  justify-self: start;
}

.price-note {
  margin: 22px 0 0;
  color: var(--copy-meta);
  font-size: var(--fs-label);
}

.postpay-section {
  padding-top: 0;
  padding-bottom: clamp(28px, 2.5vw, 40px);
  background: var(--canvas-soft);
}

.postpay-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 570px;
  padding: clamp(42px, 7vw, 100px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 22%, rgba(32, 151, 64, 0.26), transparent 30%),
    radial-gradient(circle at 13% 100%, rgba(171, 100, 48, 0.37), transparent 43%),
    rgba(255, 255, 255, 0.052);
}

.postpay-card::before {
  content: "OPEX";
  position: absolute;
  top: -0.2em;
  right: -0.04em;
  color: rgba(255, 255, 255, 0.032);
  font-size: clamp(170px, 25vw, 420px);
  font-weight: 780;
  letter-spacing: -0.12em;
  line-height: 1;
}

.postpay-glow {
  position: absolute;
  top: -60%;
  right: 8%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(100px);
}

.postpay-card > *:not(.postpay-glow) {
  position: relative;
  z-index: 1;
}

.postpay-card h2 {
  max-width: 1080px;
}

.postpay-card > p:not(.section-kicker) {
  margin: 28px 0;
  color: var(--copy);
  font-size: 19px;
}

.process-section {
  padding-top: clamp(44px, 3.5vw, 60px);
  background: var(--canvas);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-card {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 28px;
}

.step-card > span {
  color: var(--acid);
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 640;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
}

.step-card h3 {
  margin: auto 0 14px;
  font-size: clamp(23px, 1.85vw, 30px);
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1;
}

.step-card p {
  min-height: 62px;
  margin: 0;
  color: var(--copy);
  font-size: var(--fs-small);
  line-height: 1.45;
}

.step-final {
  background: radial-gradient(circle at 88% 8%, rgba(32, 151, 64, 0.30), transparent 44%), rgba(255, 255, 255, 0.07);
}

.case-section {
  background: var(--canvas-soft);
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  min-height: 560px;
  overflow: hidden;
}

.case-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.6vw, 54px);
  border-right: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 12% 100%, rgba(32, 151, 64, 0.16), transparent 56%),
    rgba(255, 255, 255, 0.028);
}

.case-facts dl {
  margin: 0;
}

.case-facts dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-soft);
}

.case-facts dl > div:first-child { padding-top: 0; }
.case-facts dl > div:last-child { padding-bottom: 0; border-bottom: 0; }

.case-facts dt {
  max-width: 200px;
  color: var(--copy-meta);
  font-size: var(--fs-label);
  line-height: 1.3;
}

.case-facts dd {
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 3.4vw, 54px);
  font-weight: 640;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.case-facts dl > div:nth-child(2) dd { color: var(--acid); }

.case-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: clamp(34px, 5vw, 74px);
  background: radial-gradient(circle at 100% 0, rgba(32, 151, 64, 0.15), transparent 42%), rgba(10, 14, 19, 0.72);
}

.case-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.case-scope li {
  padding: 9px 15px;
  border: 1px solid rgba(32, 151, 64, 0.34);
  border-radius: 999px;
  color: var(--white);
  background: rgba(32, 151, 64, 0.07);
  font-size: 13px;
  font-weight: 520;
}

.case-tag {
  align-self: flex-start;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--copy);
  font-size: var(--fs-micro);
  font-weight: 620;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.case-copy h3 {
  max-width: 700px;
  margin: 0 0 26px;
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 590;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.case-copy p {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.55;
}

.case-copy p strong {
  color: var(--white);
  font-weight: 600;
}

.comparison-section {
  background: var(--canvas);
}

.ambient-comparison {
  top: auto;
  right: auto;
  bottom: -560px;
  left: 28%;
}

.comparison {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.036);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.82fr 1.09fr 1.09fr;
  border-bottom: 1px solid var(--line-soft);
}

.comparison-row:last-child { border-bottom: 0; }

.comparison-row > div {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 22px 24px;
  border-right: 1px solid var(--line-soft);
  color: var(--copy);
  font-size: 16px;
  line-height: 1.4;
}

.comparison-row > div:last-child { border-right: 0; }

.comparison-head > div {
  min-height: 66px;
  color: var(--copy-meta);
  font-size: var(--fs-label);
  font-weight: 550;
}

.comparison-head .comparison-head-own {
  color: var(--white);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.comparison-head .comparison-head-logo img {
  width: min(210px, 100%);
  height: auto;
}

.comparison-label {
  color: var(--white) !important;
  font-weight: 590;
}

.comparison-olimp {
  gap: 13px;
  color: var(--white) !important;
  background: linear-gradient(90deg, rgba(32, 151, 64, 0.11), rgba(32, 151, 64, 0.035));
  font-weight: 520;
}

.comparison-olimp span {
  display: grid;
  flex: 0 0 26px;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #071007;
  background: var(--acid);
  font-size: 12px;
  font-weight: 800;
}

.comparison-highlight .comparison-olimp {
  background: linear-gradient(90deg, rgba(32, 151, 64, 0.28), rgba(32, 151, 64, 0.08));
  box-shadow: inset 3px 0 var(--acid);
}

.faq-section {
  background: var(--canvas-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(62px, 10vw, 160px);
}

.faq-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.faq-intro > p:not(.section-kicker) {
  max-width: 370px;
  margin: 30px 0;
  color: var(--copy);
  font-size: 18px;
  line-height: 1.52;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.038);
}

.faq-list details {
  border-bottom: 1px solid var(--line-soft);
}

.faq-list details:last-child { border-bottom: 0; }

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 104px;
  padding: 28px 70px 28px 26px;
  cursor: pointer;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 540;
  letter-spacing: -0.032em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary > span {
  color: var(--copy-meta);
  font-size: var(--fs-index);
  font-weight: 620;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.faq-list summary i,
.faq-list summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 16px;
  height: 2px;
  background: var(--white);
}

.faq-list summary i::after {
  top: 0;
  right: 0;
  transition: transform 0.18s ease;
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after { transform: rotate(0); }

.faq-list details > p {
  max-width: 720px;
  margin: -3px 32px 32px 80px;
  color: var(--copy);
  font-size: 17px;
  line-height: 1.58;
}

.bonus-section {
  padding-top: 0;
  overflow: hidden;
  background: var(--canvas-soft);
}

.bonus-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 680px;
  overflow: hidden;
  border-color: rgba(32, 151, 64, 0.48);
  background:
    radial-gradient(circle at 82% 22%, rgba(32, 151, 64, 0.34), transparent 39%),
    linear-gradient(128deg, #070a0f 0%, #0a1011 58%, #0b2416 100%);
  box-shadow: 0 0 110px rgba(32, 151, 64, 0.11);
}

.bonus-card::before {
  content: "EXECUTIVE";
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 28px;
  color: rgba(248, 250, 248, 0.045);
  font-size: clamp(92px, 11vw, 172px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.bonus-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, var(--acid) 38%, var(--acid) 62%, transparent);
  box-shadow: 0 0 32px rgba(32, 151, 64, 0.58);
}

.bonus-image {
  position: relative;
  z-index: 0;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}

.bonus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
}

.bonus-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.04) 42%, rgba(7, 10, 15, 0.94) 100%),
    linear-gradient(0deg, rgba(7, 10, 15, 0.55), transparent 48%);
}

.bonus-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  margin-left: clamp(-70px, -4.5vw, -34px);
  padding: clamp(52px, 6vw, 92px) clamp(42px, 6vw, 86px) clamp(52px, 6vw, 82px) 0;
}

.bonus-copy h2 {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: clamp(52px, 5.3vw, 84px);
  line-height: 0.87;
  letter-spacing: -0.07em;
}

.bonus-copy h2 span,
.bonus-copy h2 em {
  display: block;
}

.bonus-copy h2 em {
  margin-top: 0.12em;
  color: var(--acid);
  font-style: normal;
}

.bonus-offer {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 520px;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bonus-offer strong {
  color: var(--acid);
  font-size: clamp(66px, 6.2vw, 96px);
  font-weight: 650;
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.bonus-offer span {
  color: var(--white);
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.bonus-copy > p:last-child {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--copy);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.52;
}

.contact-section {
  padding-bottom: clamp(28px, 2.5vw, 40px);
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 17% 84%, rgba(32, 151, 64, 0.12), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(151, 89, 46, 0.22), transparent 38%),
    var(--canvas);
}

/*
 * The page uses one continuous canvas. Section-owned color fields can now
 * extend beyond their original block instead of ending on a hard edge.
 */
.pillars-section,
.benefits-section,
.fleet-section,
.postpay-section,
.process-section,
.case-section,
.comparison-section,
.faq-section,
.bonus-section,
.contact-section {
  background: transparent;
}

.contact-section {
  border-top-color: transparent;
}

.contact-aura {
  bottom: -58%;
  left: -22%;
  width: 900px;
  height: 900px;
  background: rgba(32, 151, 64, 0.08);
  filter: blur(200px);
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: clamp(58px, 9vw, 140px);
}

.contact-copy h2 {
  max-width: 820px;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 36px 0;
  color: var(--copy);
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.45;
}

.contact-direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contact-direct a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  font-size: 18px;
  font-weight: 620;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: start;
  align-content: start;
  gap: 22px 15px;
  padding: clamp(28px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.052);
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: var(--copy-meta);
  font-size: var(--fs-micro);
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lead-form .field-wide,
.lead-form small,
.form-submit {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
  font-size: 17px;
  font-weight: 460;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.18s ease;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.30);
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--acid);
}

.lead-form textarea {
  resize: vertical;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-top: 10px;
  padding: 16px 20px 16px 24px;
  border: 0;
  border-radius: 8px;
  color: #071007;
  background: var(--acid);
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
  transition: transform 0.2s ease;
}

.form-submit:hover { transform: translateY(-2px); }

.lead-form small {
  color: var(--copy-meta);
  font-size: var(--fs-micro);
  line-height: 1.5;
}

.site-footer {
  padding: 72px 0 28px;
  border-top: 1px solid var(--line-soft);
  background: #05070a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 70px;
}

.footer-grid > p,
.footer-grid > div > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.62;
}

.footer-grid > div > span {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--fs-label);
}

@media (max-width: 1180px) {
  .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-card,
  .pillar-card:nth-last-child(-n + 2) { grid-column: auto; }
  .pillar-card:last-child { grid-column: 1 / -1; min-height: 290px; }
  .step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .step-final { grid-column: span 2; }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .site-header { padding: 10px 17px; }
}

@media (max-width: 1020px) {
  .hero { min-height: 900px; }
  .hero-showcase { min-height: 340px; }
  .hero-fleet { width: calc(100% - 12px); }
  .hero-fleet-item { min-height: 0; padding: 0; }
  .proof-grid { grid-template-columns: minmax(210px, 0.7fr) minmax(0, 2.3fr); padding: 24px 0; }
  .statement-grid { grid-template-columns: 0.92fr 1.08fr; gap: 48px; }
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-card { grid-template-columns: 0.78fr 1.22fr; }
}

@media (max-width: 899px) {
  .site-header {
    top: 6px;
    right: 6px;
    left: 6px;
    width: auto;
    height: 50px;
    padding: 10px 17px;
    border-radius: 19px;
  }

  .header-brand,
  .header-brand img {
    width: 160px;
    min-width: 160px;
    height: 40px;
  }

  .js .nav-toggle {
    position: relative;
    z-index: 2;
    display: block;
    flex: 0 0 28px;
  }

  .header-tools { display: none; }

  .header-call-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #209740;
  }

  .header-call-mobile svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
  }

  .js .site-nav {
    position: fixed;
    z-index: -1;
    top: 62px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    display: block;
    margin: 0;
    padding: 22px 18px 32px;
    overflow-y: auto;
    visibility: hidden;
    border: 1px solid #495a6f;
    border-radius: 14px;
    background: #2f3945;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    opacity: 0;
    transform: translateX(-18px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }

  .js .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .site-nav > a,
  .header-link-group > a {
    justify-content: space-between;
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 16px;
  }

  .header-dropdown {
    position: static;
    display: grid;
    min-width: 0;
    padding: 5px 0 10px 12px;
    visibility: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .header-dropdown a {
    padding: 9px 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
  }

  html:not(.js) .nav-toggle,
  html:not(.js) .header-call-mobile { display: none; }

  html:not(.js) .site-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    flex-wrap: wrap;
  }

  html:not(.js) .site-nav {
    display: block;
    flex: 1 0 100%;
    padding-top: 48px;
  }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 96px; }
  body { font-size: 16px; }
  .shell { width: calc(100% - 32px); }
  .section { padding: 68px 0; }
  .postpay-section { padding-top: 0; padding-bottom: 32px; }
  .process-section { padding-top: 44px; }
  .contact-section { padding-bottom: 32px; }
  .split-heading,
  .statement-grid,
  .faq-layout,
  .bonus-card,
  .contact-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 30px; }
  .hero { min-height: 920px; padding: 135px 0 24px; }
  .hero h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    font-size: clamp(64px, 17vw, 104px);
  }
  .hero-kicker { margin-bottom: 0; }
  .hero-line { gap: 0.18em; font-size: 0.7em; letter-spacing: -0.085em; }
  .hero-subtitle { max-width: 620px; margin-top: 28px; }
  .hero-showcase { min-height: 350px; margin-top: 52px; }
  .hero-fleet {
    right: 0;
    bottom: 86px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    padding-inline: 0;
    overflow: hidden;
    transform: none;
  }
  .hero-fleet-track {
    display: flex;
    align-items: flex-end;
    width: max-content;
    will-change: transform;
    animation: hero-fleet-marquee 22s linear infinite;
  }
  .hero-fleet-set,
  .hero-fleet-set:first-child,
  .hero-fleet-set-clone {
    display: flex;
    align-items: flex-end;
    flex: 0 0 auto;
  }
  .hero-fleet .hero-fleet-set .hero-fleet-item:nth-child(n) {
    position: relative;
    z-index: auto;
    left: auto;
    bottom: auto;
    flex: 0 0 min(68vw, 300px);
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    margin-right: max(-18px, -4vw);
  }
  .showcase-orbit-one { width: 300px; height: 300px; }
  .showcase-orbit-two { width: 470px; height: 470px; }
  .showcase-sky { height: 195px; }
  .showcase-grid { background-size: 52px 52px; }
  .showcase-sweep { width: 34%; }
  .hero-metrics > div { grid-template-columns: 1fr; gap: 3px; padding: 14px; }
  .hero-metrics strong { font-size: 19px; }
  .hero-metrics span { font-size: var(--fs-micro); }
  .proof-grid { grid-template-columns: 1fr; gap: 26px; min-height: 190px; padding: 32px 0; }
  .proof-lead { align-items: center; }
  .proof-marquee { width: calc(100% + 32px); margin-left: -16px; }
  .statement-grid { gap: 70px; }
  .pillar-grid,
  .benefit-grid,
  .fleet-grid { grid-template-columns: 1fr; }
  .pillar-card:last-child { grid-column: auto; }
  .fleet-card { min-height: 520px; }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-final { grid-column: 1 / -1; }
  .case-card { grid-template-columns: 1fr; min-height: 0; }
  .case-facts { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .case-facts dl > div { padding: 18px 0; }
  .comparison-head {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
  .comparison-row { grid-template-columns: 1fr 1fr; padding: 22px 0; }
  .comparison-row > div { display: block; min-height: 0; padding: 12px 16px; border: 0; }
  .comparison-label { grid-column: 1 / -1; font-size: 20px !important; }
  .comparison-row > div:nth-child(2)::before,
  .comparison-row > div:nth-child(3)::before {
    display: block;
    margin-bottom: 8px;
    color: var(--copy-meta);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .comparison-row > div:nth-child(2)::before { content: "Власний парк"; }
  .comparison-row > div:nth-child(3)::before { content: "OLIMP"; }
  .comparison-olimp span { display: none; }
  .faq-layout { gap: 60px; }
  .faq-intro { position: static; }
  .bonus-card { min-height: 0; }
  .bonus-image { min-height: 440px; }
  .bonus-image::after {
    background:
      linear-gradient(0deg, #08100d 0%, rgba(8, 16, 13, 0.76) 24%, transparent 62%),
      linear-gradient(90deg, rgba(7, 10, 15, 0.12), rgba(7, 10, 15, 0.28));
  }
  .bonus-copy { margin-left: 0; padding: 0 40px 58px; }
  .contact-grid { gap: 62px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 24px); }
  .section { padding: 54px 0; }
  .postpay-section { padding-top: 0; padding-bottom: 26px; }
  .process-section { padding-top: 38px; }
  .contact-section { padding-bottom: 24px; }
  h2 { font-size: clamp(40px, 12vw, 56px); }
  .hero { min-height: 830px; padding-top: 118px; }
  .hero h1 { row-gap: 12px; font-size: clamp(56px, 18vw, 82px); line-height: 0.88; }
  .hero-kicker { margin-bottom: 0; }
  .hero-line { gap: 0.26em; font-size: 0.52em; letter-spacing: -0.09em; }
  .hero-subtitle { font-size: 17px; }
  .hero .button-primary { min-width: 100%; }
  .hero-showcase { min-height: 320px; margin-top: 42px; }
  .showcase-status { top: 18px; right: 18px; font-size: 11px; }
  .hero-fleet {
    bottom: 76px;
    height: auto;
  }
  .hero-fleet .hero-fleet-set .hero-fleet-item:nth-child(n) {
    flex-basis: 78vw;
    height: auto;
    min-height: 0;
    padding: 0;
  }
  /* Смуга метрик тут нижча (76px) — лінія підлоги їде разом з нею */
  .showcase-sky { bottom: 76px; height: 168px; }
  .showcase-orbit { bottom: 76px; }
  .showcase-ground { bottom: 74px; }
  .showcase-grid { background-size: 44px 44px; }
  /* Усі три показники лишаються видимими — «доставка UA/EU» теж є вимогою ТЗ */
  .hero-metrics { min-height: 76px; }
  .hero-metrics > div { padding: 10px 9px; }
  .hero-metrics strong { font-size: 14px; letter-spacing: -0.05em; }
  .hero-metrics span { font-size: 11px; line-height: 1.22; }
  .proof-grid { padding: 26px 0; }
  .proof-lead { flex-direction: column; align-items: flex-start; gap: 6px; }
  .proof-set li { min-width: 0; font-size: 17px; }
  .pillar-card,
  .benefit-card,
  .fleet-card,
  .postpay-card,
  .step-card,
  .case-facts,
  .case-copy,
  .lead-form { padding: 24px; }
  .pillar-card { min-height: 310px; }
  .benefit-card { grid-template-columns: 34px 1fr; }
  .postpay-card { min-height: 560px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card,
  .step-final { grid-column: auto; min-height: 240px; }
  .case-facts dd { font-size: 34px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-label { grid-column: auto; }
  .comparison-row > div { padding-inline: 14px; }
  .faq-list summary { grid-template-columns: 38px 1fr; min-height: 92px; padding: 24px 48px 24px 18px; }
  .faq-list summary i { right: 18px; }
  .faq-list summary i::after { right: 0; }
  .faq-list details > p { margin: 0 20px 26px 56px; font-size: 15px; }
  .bonus-card::before {
    top: 18px;
    right: 18px;
    font-size: 76px;
    color: rgba(248, 250, 248, 0.035);
  }
  .bonus-image { min-height: 310px; margin: 0; }
  .bonus-copy { padding: 0 24px 40px; }
  .bonus-copy h2 { margin-top: 16px; font-size: clamp(46px, 14vw, 66px); }
  .bonus-offer { gap: 16px; margin-top: 28px; padding: 17px 0; }
  .bonus-offer strong { font-size: 68px; }
  .bonus-offer span { font-size: 16px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .field-wide,
  .lead-form small,
  .form-submit { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 50px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

@keyframes hero-fleet-marquee {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .proof-track { animation: none; }
  .hero-fleet { overflow-x: auto; }
  .hero-fleet-track { animation: none; }
  .hero-fleet-set-clone { display: none; }
}
