@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: center;
  gap: 14px;
  min-height: 58px;
  padding: 16px 19px 16px 23px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
  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-arrow {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.button:hover .button-arrow,
.form-submit:hover .button-arrow {
  transform: translate(2px, -2px);
}

.button-primary {
  min-width: min(100%, 390px);
  padding-inline: 12px;
  color: #071007;
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #25a84c, #14883a);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24), 0 18px 42px rgba(32, 151, 64, 0.24);
}

.hero .button-primary { justify-content: space-between; }

.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;
}

.text-link-arrow {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.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-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #071007;
  background: linear-gradient(135deg, #25a84c, #14883a);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.header-cta:hover { transform: translateY(-1px); filter: brightness(1.06); }

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.055em;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px rgba(248, 250, 248, 0.84);
}

/* Обидва слова в рядку мають однаковий контурний стиль. */
.hero h1 .hero-moving {
  color: transparent;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.055em;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px rgba(248, 250, 248, 0.84);
}

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

.hero-showcase {
  --showcase-metrics-height: 86px;
  --showcase-metric-number-size: clamp(15px, 1.95cqw, 28px);
  --showcase-metric-label-size: clamp(10px, 1cqw, var(--fs-label));
  --showcase-metric-gap: clamp(6px, 0.98cqw, 14px);
  --showcase-metric-padding-block: clamp(10px, 1.25cqw, 18px);
  --showcase-metric-padding-inline: clamp(10px, 1.8cqw, 26px);
  position: relative;
  z-index: 2;
  container-type: size;
  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: clamp(18px, 10cqh, 28px);
  margin: 0;
  color: rgba(7, 10, 15, 0.66);
  font-size: clamp(8px, 0.85cqw, var(--fs-micro));
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.showcase-status { right: clamp(12px, 2.1cqw, 30px); display: flex; align-items: center; gap: clamp(5px, 0.56cqw, 8px); }
.showcase-status span { width: clamp(5px, 0.5cqw, 7px); height: clamp(5px, 0.5cqw, 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: calc(var(--showcase-metrics-height) + 12px);
  /*
   * На низьких екранах ширина всієї шеренги залежить і від висоти сцени.
   * Так машини зберігають пропорції, але не виходять за її верхню межу.
   */
  width: min(calc(100% - 16px), calc(570cqh - 490px));
  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.
 * Кожному авто лишено проміжок 1.33% від ширини шеренги — силуети не накладаються.
 */
.hero-fleet-set:first-child .hero-fleet-item:nth-child(1) { z-index: 1; left: 0; width: 24%; }
.hero-fleet-set:first-child .hero-fleet-item:nth-child(2) { z-index: 2; left: 25.33%; width: 24%; }
.hero-fleet-set:first-child .hero-fleet-item:nth-child(3) { z-index: 3; left: 50.66%; width: 24%; }
.hero-fleet-set:first-child .hero-fleet-item:nth-child(4) { z-index: 4; left: 76%; width: 24%; }

/* Одноразовий заїзд: від правого авто до лівого, після якого шеренга зупиняється. */
@media (prefers-reduced-motion: no-preference) {
  .hero-fleet-set:first-child .hero-fleet-item {
    opacity: 0;
    animation: hero-fleet-arrival 0.66s cubic-bezier(0.22, 0.8, 0.3, 1) both;
  }
  .hero-fleet-set:first-child .hero-fleet-item:nth-child(4) { animation-delay: 0.1s; }
  .hero-fleet-set:first-child .hero-fleet-item:nth-child(3) { animation-delay: 0.58s; }
  .hero-fleet-set:first-child .hero-fleet-item:nth-child(2) { animation-delay: 1.06s; }
  .hero-fleet-set:first-child .hero-fleet-item:nth-child(1) { animation-delay: 1.54s; }
}

@keyframes hero-fleet-arrival {
  0% { opacity: 0; transform: translateX(440%); }
  18% { opacity: 1; }
  84% { transform: translateX(-1.5%); }
  100% { opacity: 1; transform: translateX(0); }
}

.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: var(--showcase-metric-gap);
  padding: var(--showcase-metric-padding-block) var(--showcase-metric-padding-inline);
  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: var(--showcase-metric-number-size); letter-spacing: -0.045em; }
.hero-metrics span { max-width: 176px; color: rgba(7, 10, 15, 0.64); font-size: var(--showcase-metric-label-size); line-height: 1.28; }

/*
 * На десктопі hero є першим екраном, а не секцією з фіксованою висотою.
 * За невеликої висоти вікна зменшуємо його елементи пропорційно і лишаємо
 * вітрину автопарку притиснутою донизу — без скролу до автомобілів.
 */
@media (min-width: 781px) {
  .hero {
    display: flex;
    flex-direction: column;
    height: 100svh;
    min-height: 0;
    padding: clamp(70px, 10vh, 138px) 0 clamp(18px, 3vh, 44px);
  }

  .hero .eyebrow {
    margin-bottom: clamp(14px, 2vh, 24px);
  }

  .hero h1 {
    font-size: clamp(78px, min(9.5vw, 13vh), 148px);
  }

  .hero-subtitle {
    margin: clamp(18px, 3vh, 34px) auto clamp(18px, 2.5vh, 28px);
    font-size: clamp(17px, min(1.55vw, 2.4vh), 23px);
  }

  .hero .button-primary {
    min-height: clamp(50px, 5.2vh, 58px);
  }

  .hero-showcase {
    flex: 0 0 auto;
    /* Зберігаємо пропорцію 4:1: нижчий hero зменшує всю вітрину, а не лише авто. */
    width: min(1440px, calc(100% - 48px), clamp(880px, 140vh, 1440px));
    height: clamp(220px, 35vh, 360px);
    min-height: 0;
    margin-top: auto;
  }
}

.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;
  gap: clamp(28px, 3vw, 48px);
  width: max-content;
  will-change: transform;
  animation: proof-loop 26s linear infinite;
}

.proof-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(28px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-set li {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  min-width: 0;
  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 img.proof-logo-metro { filter: brightness(0) invert(1); }
.proof-set li:nth-child(1) img { height: 60px; max-width: 112px; }
.proof-set li:nth-child(2) img { height: 72px; max-width: 82px; }
.proof-set li:nth-child(3) img { width: 210px; height: 46px; max-width: 210px; }
.proof-set li:nth-child(4) img { height: 58px; max-width: 132px; }
.proof-set li:nth-child(5) img { height: 100px; max-width: 108px; }
.proof-set img.proof-logo-shakhtar { height: 100px; max-width: 108px; }
.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 {
  position: relative;
  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%;
  border: 0;
}

.statement-video-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 28px;
  align-items: center;
  gap: 8px;
  padding: 18px 12px 8px;
  background: linear-gradient(0deg, rgba(7, 10, 15, 0.72), transparent);
}

.statement-video-control {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  place-items: center;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.statement-video-control:focus-visible,
.statement-video-progress:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 2px;
}

.statement-video-icon {
  width: 15px;
  height: 15px;
}

.statement-video-icon-pause,
.statement-video-play[aria-pressed="true"] .statement-video-icon-play,
.statement-video-mute[aria-pressed="true"] .statement-video-volume-wave {
  display: none;
}

.statement-video-play[aria-pressed="true"] .statement-video-icon-pause,
.statement-video-mute[aria-pressed="true"] .statement-video-volume-off {
  display: block;
}

.statement-video-volume-off { display: none; }

.statement-video-progress {
  --video-progress: 0%;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.statement-video-progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acid) var(--video-progress), rgba(255, 255, 255, 0.42) var(--video-progress));
}

.statement-video-progress::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: var(--acid);
}

.statement-video-progress::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.statement-video-progress::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: var(--acid);
}

.statement-video-progress::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--acid);
}

.statement-video-time {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-mono);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.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);
}

.pillars-section .split-heading {
  grid-template-columns: minmax(0, 1fr);
}

.pillars-section .split-heading > div {
  max-width: 980px;
}

#service .split-heading {
  gap: clamp(48px, 5vw, 96px);
}

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

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

.pillar-card--postpay {
  border-color: rgba(32, 151, 64, 0.54);
  background:
    linear-gradient(135deg, rgba(32, 151, 64, 0.21), rgba(32, 151, 64, 0.055) 62%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.028));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    inset 0 0 52px rgba(32, 151, 64, 0.045),
    0 0 58px rgba(32, 151, 64, 0.13);
}

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

.pillar-card--postpay:hover {
  border-color: rgba(32, 151, 64, 0.66);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 58px rgba(32, 151, 64, 0.06),
    0 0 68px rgba(32, 151, 64, 0.17);
}

.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;
}

/* Перемикач «показати більше» — вмикається лише у мобільному брейкпоінті */
.grid-more {
  display: none;
}

.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-width: 0;
  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;
  min-width: 0;
  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: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  align-items: start;
  flex: 1;
  min-width: 0;
  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-copy > p:not(.fleet-price) {
  grid-column: 1 / -1;
  min-width: 0;
  max-width: min(320px, 100%);
  margin: 0;
  color: var(--copy);
  font-size: var(--fs-small);
  line-height: 1.45;
}

.fleet-more {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 4px;
  color: var(--acid);
  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;
}

.fleet-more-mobile { display: none; }

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

.section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: clamp(28px, 4vw, 56px);
  padding: 22px 24px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.section-cta p {
  max-width: 660px;
  margin: 0;
  color: var(--white);
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.section-cta .button-primary {
  flex: 0 0 auto;
}

.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-swipe-hint {
  display: none;
}

.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 {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-color: rgba(32, 151, 64, 0.34);
  background:
    radial-gradient(circle at 10% 100%, rgba(32, 151, 64, 0.19), transparent 42%),
    radial-gradient(circle at 92% 5%, rgba(32, 151, 64, 0.12), transparent 34%),
    linear-gradient(128deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.case-card::before {
  content: "GEM";
  position: absolute;
  right: -0.04em;
  bottom: -0.18em;
  color: rgba(248, 250, 248, 0.025);
  font-size: clamp(150px, 24vw, 390px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1;
  pointer-events: none;
}

.case-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--acid), rgba(32, 151, 64, 0.18) 48%, transparent 82%);
  box-shadow: 0 0 28px rgba(32, 151, 64, 0.34);
}

.case-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  padding: clamp(40px, 5.5vw, 82px);
}

.case-client-head {
  padding-right: clamp(34px, 4vw, 64px);
  border-right: 1px solid var(--line-soft);
}

.case-client-logo {
  display: block;
  width: min(330px, 72%);
  height: auto;
  margin: 0 0 24px;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.88;
}

.case-client-head h3 {
  margin-bottom: 16px;
}

.case-copy .case-client-intro {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--white);
}

.case-client-story > p:last-of-type {
  margin-top: 20px;
  margin-bottom: 0;
}

.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-frame {
  position: relative;
}

.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 {
  color: var(--white);
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.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);
}

.comparison-swipe-hint {
  display: none;
}

.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.is-faq-animating {
  transition: height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: height;
}

.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.28s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotate(90deg);
}

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

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

.faq-list details > ul {
  list-style: none;
  padding-left: 22px;
}

.faq-list details > ul li::before {
  content: "—";
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

.faq-list details > ul li + li {
  margin-top: 8px;
}

.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(--white);
  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: center;
  gap: 14px;
  min-height: 58px;
  margin-top: 10px;
  padding: 16px 20px 16px 24px;
  border: 0;
  border-radius: 8px;
  text-align: center;
  color: #071007;
  background: var(--acid);
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
  transition: transform 0.2s ease;
}

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

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.45em;
  margin: -4px 0 0;
  color: var(--copy-meta);
  font-size: 15px;
  line-height: 1.45;
}

.form-status:empty { display: none; }
.form-status.is-success { color: var(--acid); }
.form-status.is-error { color: #ff8989; }

.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-addresses {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-brand img {
  filter: brightness(0) invert(1);
}

.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);
}

.footer-bottom a { color: var(--acid); }

@media (max-width: 1180px) {
  .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .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: min(calc(100% - 12px), calc(570cqh - 490px)); }
  .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;
    pointer-events: none;
    transform: translateX(-18px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }

  .js .site-nav.is-open {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    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: 899px) and (max-height: 850px) {
  .js .site-nav { padding: 16px 18px 20px; }
  .site-nav > a,
  .header-link-group > a { padding-block: 12px; }
  .header-dropdown a { padding-block: 8px; }
}

@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: 98px;
    left: 0;
    display: block;
    width: 100%;
    height: 176px;
    padding-inline: 0;
    overflow: hidden;
    transform: none;
  }
  .hero-fleet-track {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transform: none !important;
    animation: none;
  }
  .hero-fleet-set,
  .hero-fleet-set:first-child {
    position: absolute;
    inset: 0;
    display: block;
  }
  .hero-fleet-set-clone { display: none; }
  .hero-fleet .hero-fleet-set .hero-fleet-item:nth-child(n) {
    position: absolute;
    bottom: 0;
    flex: none;
    width: 24%;
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 0;
  }
  .hero-fleet .hero-fleet-set:first-child .hero-fleet-item:nth-child(1) { z-index: 1; left: 0; }
  .hero-fleet .hero-fleet-set:first-child .hero-fleet-item:nth-child(2) { z-index: 2; left: 25.33%; }
  .hero-fleet .hero-fleet-set:first-child .hero-fleet-item:nth-child(3) { z-index: 3; left: 50.66%; }
  .hero-fleet .hero-fleet-set:first-child .hero-fleet-item:nth-child(4) { z-index: 4; left: 76%; }
  .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; }
  /*
   * Мобільна компактність. Раніше ці сітки схлопувались в одну колонку —
   * 16 карток поспіль розтягували лендінг на 22-25 скролів. Лишаємо 2 в ряд
   * і зменшуємо типографіку карток, щоб текст залишався читабельним.
   */
  .pillar-grid,
  .benefit-grid,
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pillar-card:last-child { grid-column: auto; }

  /* У вузькій колонці довгі слова («конфіденційність») інакше вилазять за картку. */
  .pillar-card h3,
  .benefit-card h3,
  .fleet-copy h3,
  .step-card h3 {
    /* balance разом із hyphens ріже навіть короткі слова («Вла-сний») */
    text-wrap: wrap;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .pillar-card { min-height: 0; padding: 18px; }
  .pillar-card .line-icon { width: 42px; height: 42px; }
  .pillar-card .line-icon svg { width: 40px; height: 40px; }
  .card-index { top: 16px; right: 16px; font-size: 12px; }
  .pillar-card h3 { margin: 18px 0 8px; font-size: 20px; line-height: 1.06; }
  .pillar-card p { font-size: 13px; line-height: 1.42; }

  .benefit-card { grid-template-columns: minmax(0, 1fr); gap: 8px; min-height: 0; padding: 18px; }
  .benefit-card h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.08; }
  .benefit-card p { font-size: 13px; line-height: 1.45; }

  .fleet-card { min-height: 0; padding: 12px; }
  .fleet-topline { padding: 2px 2px 10px; }
  .fleet-image { height: 130px; padding: 8px; }
  .fleet-copy {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 8px;
    padding: 14px 2px 2px;
  }
  .fleet-copy h3 { font-size: 21px; }
  .fleet-price { justify-self: start; text-align: left; font-size: 18px; }
  .fleet-copy > p:not(.fleet-price) { font-size: 13px; line-height: 1.4; }
  .fleet-more { margin-top: 2px; }
  .fleet-more-desktop { display: none; }
  .fleet-more-mobile { display: inline-block; }
  .price-note { margin-top: 16px; }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-final { grid-column: 1 / -1; }
  .case-copy { grid-template-columns: 1fr; gap: 30px; }
  .case-client-head { padding-right: 0; padding-bottom: 30px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .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 {
    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-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, rgba(8, 16, 13, 0.52) 0%, rgba(8, 16, 13, 0.34) 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; }
  .section-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }
  .section-cta .button-primary { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 24px); }
  .section { padding: 32px 0; }
  .section-heading { margin-bottom: 28px; }
  .split-heading { gap: 16px; }
  .section-kicker,
  .eyebrow { margin-bottom: 12px; }
  .statement-grid { gap: 36px; }
  .statement-video-controls {
    grid-template-columns: 26px minmax(0, 1fr) auto 26px;
    gap: 6px;
    padding: 14px 8px 6px;
  }
  .statement-video-control { width: 26px; height: 26px; }
  .statement-video-time { font-size: 9px; }
  .statement-copy > p:not(.section-kicker) { margin-top: 16px; }
  .postpay-card > p:not(.section-kicker) { margin: 16px 0; }
  .case-copy { gap: 16px; }
  .case-copy h3 { margin-bottom: 12px; font-size: 26px; }
  .case-copy p { margin-bottom: 8px; font-size: 15px; }
  .case-scope { margin-top: 12px; gap: 6px; }
  .case-scope li { padding: 7px 12px; font-size: 12px; }
  .case-tag { padding: 8px 12px; }
  .faq-layout { gap: 36px; }
  .faq-intro > p:not(.section-kicker) { margin: 18px 0; }
  .bonus-copy h2 { margin-top: 12px; }
  .bonus-offer { margin-top: 20px; padding-block: 14px; }
  .bonus-copy > p:last-child { margin-top: 18px; }
  .contact-grid { gap: 36px; }
  .contact-copy > p:not(.section-kicker) { margin: 20px 0; }
  .section-cta {
    gap: 14px;
    margin-top: 24px;
    padding: 16px;
  }
  .section-cta p { font-size: 16px; }
  .section-cta .button-primary {
    min-width: 0;
    min-height: 50px;
    padding-inline: 12px;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.15;
    white-space: normal;
  }
  .postpay-section { padding-top: 0; padding-bottom: 26px; }
  .process-section { padding-top: 38px; }
  .contact-section { padding-bottom: 24px; }
  h2 { font-size: 32px; }
  .hero { min-height: 760px; padding-top: 104px; }
  .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; }
  html[lang="ru"] .hero-line { gap: 0.2em; font-size: 0.43em; }
  .hero-subtitle { margin: 22px auto 20px; font-size: 16px; }
  .hero .button-primary {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 58px;
    padding-inline: 12px;
    border-radius: 10px;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1;
    white-space: nowrap;
  }
  html[lang="ru"] .hero .button-primary { font-size: clamp(10.5px, 3vw, 12px); }
  .hero-showcase { min-height: 230px; margin-top: 32px; }
  .showcase-status { top: 16px; right: 16px; font-size: 11px; }
  .hero-fleet {
    bottom: 88px;
    height: 110px;
  }
  /* Toyota Camry: на 5% більша за свій адаптивний розмір, без спотворення пропорцій. */
  .hero-fleet .hero-fleet-set:first-child .hero-fleet-item:nth-child(2) img {
    width: 105%;
    max-width: none;
    height: auto;
    margin-left: -2.5%;
  }
  /* Смуга метрик тут нижча (76px) — лінія підлоги їде разом з нею */
  .showcase-sky { bottom: 76px; height: 118px; }
  .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; }
  .postpay-card,
  .step-card,
  .case-copy,
  .lead-form { padding: 24px; }

  /*
   * Колонка тут ~170px — типографіку карток тиснемо ще на крок.
   * На такій ширині вже й абзаци потребують переносів («прослуховування»);
   * вище 520px місця вистачає, тому там переноси лише в заголовках.
   */
  .pillar-card p,
  .benefit-card p,
  .step-card p,
  .fleet-copy > p:not(.fleet-price) {
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .pillar-grid,
  .benefit-grid,
  .fleet-grid { gap: 10px; }
  .pillar-card,
  .benefit-card,
  .fleet-card { padding: 14px; }
  .pillar-card .line-icon { width: 36px; height: 36px; }
  .pillar-card .line-icon svg { width: 34px; height: 34px; }
  .card-index { top: 12px; right: 12px; font-size: 11px; }
  .pillar-card h3 { margin: 14px 0 6px; font-size: 17px; }
  .pillar-card p { font-size: 12px; line-height: 1.38; }
  .benefit-card { gap: 6px; }
  .benefit-card > span { font-size: 12px; }
  .benefit-card h3 { font-size: 16px; }
  .benefit-card p { font-size: 12px; line-height: 1.4; }

  /* Другорядні переваги 05-08 ховаємо за кнопкою — економить ще ~0.5 екрана. */
  .benefit-grid.is-collapsed > .benefit-card:nth-child(n + 5) { display: none; }
  .grid-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.04);
    font-size: 14px;
    font-weight: 620;
    text-align: left;
    cursor: pointer;
  }
  .grid-more[hidden] { display: none; }
  .grid-more i {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 2px;
    background: var(--acid);
  }
  .grid-more i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotate(90deg);
  }
  .grid-more[aria-expanded="true"] i::after { transform: rotate(0); }
  .fleet-topline { padding: 1px 1px 8px; font-size: 9px; }
  .fleet-image { height: 104px; padding: 6px; }
  .fleet-copy { gap: 7px; padding: 12px 1px 1px; }
  .fleet-copy h3 {
    font-size: clamp(13px, 3.75vw, 18px);
    white-space: nowrap;
    hyphens: none;
    overflow-wrap: normal;
  }
  .fleet-price { font-size: 16px; }
  .fleet-copy > p:not(.fleet-price) { font-size: 12px; line-height: 1.36; }
  .fleet-more { font-size: 11px; }
  .price-note { margin-top: 12px; font-size: var(--fs-micro); }
  .postpay-card { min-height: 0; height: auto; }
  .postpay-card::before { display: none; }
  .step-grid {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 12px) / 2);
    grid-template-columns: none;
    gap: 12px;
    padding-bottom: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 1px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    touch-action: pan-x pan-y pinch-zoom;
  }
  .step-grid::-webkit-scrollbar { display: none; }
  .step-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .step-card,
  .step-final {
    grid-column: auto;
    min-height: 226px;
    padding: 18px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
  .step-card > span { font-size: 18px; }
  .step-card h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.04; }
  .step-card p { min-height: 0; font-size: 13px; line-height: 1.35; }
  .process-swipe-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 2px 0 0;
    color: var(--copy-meta);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .process-swipe-hint::before {
    content: "";
    width: 38px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--acid) 0 48%, rgba(255, 255, 255, 0.22) 48% 100%);
  }
  @media (max-width: 350px) {
    .step-card,
    .step-final { padding: 12px; }
    .step-card > span { font-size: 17px; }
    .step-card h3 { font-size: 16px; line-height: 1.1; }
    .step-card p { font-size: 12px; }
  }
  .comparison-section {
    display: block;
    min-height: 0;
  }
  .comparison-section > .shell { width: calc(100% - 24px); }
  .comparison-frame {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
  }
  .comparison-frame::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    width: 28px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(7, 10, 15, 0.88));
    opacity: 1;
    transition: opacity 180ms ease;
  }
  .comparison-frame.is-at-end::after { opacity: 0; }
  .comparison-head {
    position: relative;
    display: grid;
    width: calc(100vw + 384px);
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    border: 0;
  }
  .comparison {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
    cursor: grab;
  }
  .comparison::-webkit-scrollbar { display: none; }
  .comparison:focus-visible { box-shadow: inset 0 0 0 2px rgba(32, 151, 64, 0.8); }
  .comparison.is-dragging {
    cursor: grabbing;
    user-select: none;
  }
  .comparison-row {
    width: calc(100vw + 384px);
    grid-template-columns: 180px 230px calc(100vw - 26px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--line-soft);
    border-radius: 0;
    background: transparent;
  }
  .comparison-row:last-child { border-bottom: 0; }
  .comparison-row > div {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 72px;
    padding: 12px;
    border-right: 1px solid var(--line-soft);
    font-size: 12px;
    line-height: 1.35;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
  .comparison-row > div:last-child { border-right: 0; }
  .comparison-label {
    position: static;
    z-index: auto;
    left: auto;
    grid-column: auto;
    padding: 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: #12171d;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 1.2;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
  .comparison-row > div:nth-child(2) { border-bottom: 0; }
  .comparison-row > div:nth-child(2)::before { display: none; content: none; }
  .comparison-head > div {
    min-height: 76px;
    padding: 14px 16px;
    background: #181e25;
    font-size: 10px;
    line-height: 1.15;
  }
  .comparison-head > div:first-child {
    position: static;
    z-index: auto;
    left: auto;
    color: var(--copy-meta);
    background: #181e25;
    box-shadow: none;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .comparison-head .comparison-head-own {
    font-size: 14px;
    line-height: 1.05;
  }
  .comparison-head .comparison-head-logo { justify-content: center; }
  .comparison-head-logo svg { width: 128px; height: auto; }
  .comparison-olimp span {
    display: grid;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-right: 0;
    font-size: 9px;
  }
  .comparison-highlight .comparison-olimp { box-shadow: inset 3px 0 var(--acid); }
  .comparison-swipe-hint {
    display: grid;
    grid-template-columns: auto minmax(76px, 1fr);
    align-items: center;
    gap: 12px;
    margin: 0 2px 12px;
    color: var(--copy-meta);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.025em;
  }
  .comparison-swipe-hint i {
    position: relative;
    display: block;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
  }
  .comparison-swipe-hint b {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 38%;
    border-radius: inherit;
    background: var(--acid);
    transform: translateX(calc(var(--comparison-progress, 0) * 163%));
    transition: transform 80ms linear;
  }
  @media (max-width: 380px) {
    .comparison-row > div { padding: 10px; font-size: 11px; }
    .comparison-label { padding: 10px !important; font-size: 11px !important; }
    .comparison-head .comparison-head-own { font-size: 13px; }
  }
  .faq-list summary { grid-template-columns: 34px 1fr; min-height: 62px; padding: 13px 44px 13px 16px; }
  .faq-list summary i { right: 16px; }
  .faq-list summary i::after { right: 0; }
  .faq-list details > p,
  .faq-list details > ul { margin: 0 16px 20px 50px; font-size: 14px; }
  .faq-list details > ul { padding-left: 18px; }
  .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 { min-width: 0; width: 100%; padding: 20px 24px 40px; }
  .bonus-copy h2 { margin-top: 16px; font-size: 32px; }
  .bonus-copy h2 em {
    font-size: 32px;
    letter-spacing: -0.075em;
    line-height: 1;
    white-space: nowrap;
  }
  @media (max-width: 350px) {
    .bonus-copy h2 em { font-size: 32px; }
  }
  .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,
  .form-status { grid-column: auto; }
  /* Адреса й контакти — поруч, а не одне під одним. */
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    padding-bottom: 36px;
  }
  .footer-grid > .footer-brand,
  .footer-grid > p { grid-column: 1 / -1; }
  .footer-grid > div > span { margin-bottom: 10px; }
  .footer-grid > p,
  .footer-grid > div > p { font-size: 13px; }
  .footer-grid > div > p a[href^="mailto:"] { white-space: nowrap; font-size: 12px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

/* На вузьких екранах компактна сцена не залишає порожнього поля над автопарком. */
@media (max-width: 380px) {
  .hero { min-height: 680px; }
  .hero .button-primary { font-size: 12px; }
  .hero-showcase {
    --showcase-metrics-height: 56px;
    --showcase-metric-number-size: 12px;
    --showcase-metric-label-size: 8px;
    --showcase-metric-gap: 2px;
    --showcase-metric-padding-block: 6px;
    --showcase-metric-padding-inline: 5px;
    min-height: 180px;
    margin-top: 32px;
  }
  .showcase-status { top: 10px; right: 10px; font-size: 8px; }
  .hero-fleet { bottom: 68px; height: 102px; }
  .showcase-sky { bottom: 56px; height: 106px; }
  .showcase-orbit { bottom: 56px; }
  .showcase-ground { bottom: 54px; }
  .showcase-grid { background-size: 30px 30px; }
  .hero-metrics { min-height: 56px; }
  .hero-metrics > div { gap: 2px; padding: 6px 5px; }
  .hero-metrics strong { font-size: 12px; }
  .hero-metrics span { font-size: 8px; line-height: 1.12; }
}

/* Переваги на мобільному — окрема карусель, а не ще одна сітка зі скролом. */
@media (max-width: 780px) {
  .benefit-grid {
    display: flex;
    gap: 12px;
    padding: 2px 0 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
  }

  .benefit-grid::-webkit-scrollbar { display: none; }

  .benefit-grid.is-collapsed > .benefit-card:nth-child(n + 5) {
    display: grid;
  }

  .benefit-card {
    position: relative;
    display: grid;
    flex: 0 0 calc(100% - 42px);
    grid-template-columns: minmax(0, 1fr);
    align-content: space-between;
    gap: 28px;
    min-height: 300px;
    padding: 25px 24px 24px;
    overflow: hidden;
    border-color: rgba(111, 255, 123, 0.2);
    background:
      radial-gradient(circle at 100% 0%, rgba(37, 218, 83, 0.2), transparent 42%),
      linear-gradient(145deg, rgba(24, 31, 39, 0.98), rgba(11, 15, 20, 0.98));
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .benefit-card::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -44px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(111, 255, 123, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 22px rgba(111, 255, 123, 0.035), 0 0 0 46px rgba(111, 255, 123, 0.02);
    pointer-events: none;
  }

  .benefit-card::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--acid), rgba(111, 255, 123, 0));
  }

  .benefit-card > span {
    position: relative;
    z-index: 1;
    color: var(--acid);
    font-size: 14px;
    font-weight: 720;
    letter-spacing: 0.08em;
  }

  .benefit-card > div {
    position: relative;
    z-index: 1;
  }

  .benefit-card h3 {
    max-width: 11ch;
    margin: 0 0 14px;
    color: var(--white);
    font-size: clamp(27px, 7vw, 36px);
    line-height: 0.96;
    letter-spacing: -0.06em;
    hyphens: none;
  }

  .benefit-card p {
    max-width: 30ch;
    color: var(--copy);
    font-size: 14px;
    line-height: 1.46;
    hyphens: none;
  }

  .grid-more { display: none !important; }

}

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

.thank-you-page {
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(32, 151, 64, 0.2), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(151, 89, 46, 0.18), transparent 38%),
    #070a0f;
}

.thank-you-main {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(20px, 3vw, 34px) 16px;
  overflow: hidden;
}

.thank-you-aura {
  position: absolute;
  width: min(76vw, 860px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(150px);
  pointer-events: none;
}

.thank-you-aura-green { top: -42%; right: -22%; background: rgba(32, 151, 64, 0.14); }
.thank-you-aura-warm { bottom: -48%; left: -22%; background: rgba(151, 89, 46, 0.13); }

.thank-you-card {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: clamp(32px, 4vw, 48px);
  overflow: hidden;
  border-color: rgba(32, 151, 64, 0.42);
  background:
    radial-gradient(circle at 88% 10%, rgba(32, 151, 64, 0.17), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38), 0 0 90px rgba(32, 151, 64, 0.08);
  text-align: center;
}

.thank-you-card::before {
  content: "B2B";
  position: absolute;
  z-index: -1;
  top: -0.08em;
  left: 50%;
  color: rgba(248, 250, 248, 0.025);
  font-size: clamp(160px, 30vw, 360px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
  transform: translateX(-52%);
  pointer-events: none;
}

.thank-you-brand {
  display: inline-flex;
  width: 210px;
  max-width: 58%;
  margin-bottom: clamp(28px, 3vw, 34px);
}

.thank-you-brand img { width: 100%; height: auto; }

.thank-you-check {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid rgba(111, 255, 123, 0.46);
  border-radius: 50%;
  color: var(--acid);
  background: rgba(32, 151, 64, 0.12);
  box-shadow: 0 0 0 12px rgba(32, 151, 64, 0.045), 0 0 50px rgba(32, 151, 64, 0.18);
}

.thank-you-check svg { width: 40px; height: 40px; }
.thank-you-check path { fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.thank-you-kicker { justify-content: center; }

.thank-you-card h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(54px, 9vw, 96px);
  font-weight: 620;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.thank-you-lead {
  margin: 22px auto 0;
  color: var(--white);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 550;
  letter-spacing: -0.035em;
}

.thank-you-copy {
  max-width: 560px;
  margin: 12px auto 0;
  color: var(--copy);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
}

.thank-you-actions { display: flex; justify-content: center; margin-top: 28px; }
.thank-you-actions .button-primary { gap: 24px; justify-content: space-between; text-align: left; }

.thank-you-contact {
  margin: 22px 0 0;
  color: var(--copy-meta);
  font-size: 13px;
  line-height: 1.6;
}

.thank-you-contact span { display: block; }
.thank-you-contact a { color: var(--white); font-weight: 600; }

@media (max-width: 520px) {
  .thank-you-main { padding: 12px; }
  .thank-you-card { padding: 34px 20px; border-radius: 18px; }
  .thank-you-brand { width: 176px; margin-bottom: 34px; }
  .thank-you-check { width: 68px; height: 68px; margin-bottom: 24px; }
  .thank-you-check svg { width: 40px; height: 40px; }
  .thank-you-card h1 { font-size: clamp(48px, 15vw, 62px); }
  .thank-you-lead { margin-top: 22px; font-size: 19px; }
  .thank-you-actions { margin-top: 28px; }
  .thank-you-actions .button-primary {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding-inline: 12px;
    font-size: 11px;
    line-height: 1.2;
  }
  .thank-you-contact { margin-top: 24px; }
  .thank-you-contact a {
    display: block;
    font-size: 12px;
    white-space: nowrap;
  }
}

@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; }
  .hero-fleet-set:first-child .hero-fleet-item { opacity: 1; animation: none; transform: none; }
}
