/* ============================================================
   CHERVONOHRAD IP — Foreign Business Landing (v2 · 1:1 Figma)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* [hidden] fix: author display: flex/block overrides browser [hidden]{display:none} */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #3E3E3E;
  background: #F9F7F6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }

:root {
  --orange-500: #C8502A;
  --orange-400: #D96A44;
  --orange-50:  #FAEEEA;
  --orange-10:  #F9F7F6;
  --blue-500:   #2A9BC7;
  --blue-900:   #124154;
  --blue-light: #F3F9FB;
  --dark:       #121211;
  --dark-soft:  #282828;
  --grey-900:   #3E3E3E;
  --grey-800:   #515151;
  --grey-700:   #696969;
  --grey-600:   #878787;
  --grey-300:   #B7B7B7;
  --grey-200:   #CECECE;
  --grey-100:   #DEDEDE;
  --grey-50:    #F4F4F4;
  --white:      #FFFFFF;

  --shadow-100: 0px 1px 4px 0px rgba(22, 12, 1, 0.05);
  --shadow-200: 0px 2px 4px 0px rgba(48, 40, 31, 0.04), 0px 2px 4px 0px rgba(22, 12, 1, 0.04);
  --shadow-300: 0px 4px 8px 0px rgba(48, 40, 31, 0.02), 0px 4px 4px 0px rgba(22, 12, 1, 0.04);

  --radius-card: 12px;
  --radius-btn:  12px;
  --radius-input: 10px;

  --container: 1320px;
  --section-py: 80px;
  --section-px: 60px;
}

/* --- LAYOUT --- */
.section-inner {
  max-width: calc(var(--container) + var(--section-px) * 2);
  margin: 0 auto;
  padding: 80px var(--section-px) 100px;
}

section[id] { scroll-margin-top: 88px; }
@media (max-width: 767px) { section[id] { scroll-margin-top: 64px; } }

.section-head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.section-head--faq { align-items: center; text-align: center; }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: var(--grey-800);
  align-self: flex-start;
}
.section-tag__arrow { color: var(--grey-800); font-size: 20px; line-height: 1; }
.section-tag__arrow--blue { color: var(--blue-500); }

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: var(--dark);
}

.section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--grey-900);
  margin-top: 12px;
}

.section-cta { margin-top: 24px; display: flex; }
.section-cta--center { justify-content: center; }

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--radius-btn);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: var(--shadow-300);
  border: 1.5px solid transparent;
}
.btn--primary { background: var(--orange-500); color: var(--white); }
.can-hover .btn--primary:hover { background: #b04420; }

.btn--blue { background: var(--blue-500); color: var(--white); }
.can-hover .btn--blue:hover { background: #238aaf; }

.btn--outline { background: transparent; color: var(--dark); border-color: var(--dark); }
.can-hover .btn--outline:hover { background: rgba(18, 18, 17, 0.05); border-color: var(--dark); }

.btn--white { background: var(--white); color: var(--grey-900); }
.can-hover .btn--white:hover { background: var(--orange-10); }

.btn--full { width: 100%; }

/* --- ICON CIRCLES --- */
.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle--filled { background: var(--orange-500); }
.icon-circle svg { width: 24px; height: 24px; }

/* ============================================================
   TRUST BAR (grey-900 per Figma)
   ============================================================ */
.trust-bar { background: var(--grey-900); }
.trust-bar__inner {
  max-width: calc(var(--container) + var(--section-px) * 2);
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.trust-bar__logo { height: 32px; width: auto; flex-shrink: 0; filter: brightness(0) invert(1); }
.trust-bar__text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  line-height: 18px;
}

@media (max-width: 767px) {
  .trust-bar__inner { gap: 12px; padding: 8px 16px; }
  .trust-bar__logo { height: 32px; } /* було 24px — вирівняно з UA-сторінками (клієнт 18.06) */
  .trust-bar__text { font-size: 11px; line-height: 16px; text-align: center; }
  /* М1 — Header mobile: прибираємо зовнішній padding з ≤1150px (8px 20px)
     Без !important він перебивав inner, logo зміщувалось вправо відносно hero */
  .site-header { padding: 0 !important; }
  .site-header__inner { padding: 4px 16px; min-height: 72px; gap: 0; }
  .site-header__logo { height: 72px !important; width: auto !important; }

  /* M2: EN ▾ — зменшуємо gap між текстом і стрілкою (base rule gap:8px at line 2064 → !important) */
  .site-nav__lang,
  .site-header__lang { gap: 4px !important; }

  /* M5: location text — обмежуємо ширину щоб не виходила за правий край зображення */
  .hero__location { max-width: calc(100% - 24px); }

  /* М2 — Hero mobile 641–767px: аналогічно ≤640px, щоб все покривалось */
  .hero__inner { padding: 0 0 60px; gap: 24px; }
  .hero__image-wrap {
    height: auto; border-radius: 0; overflow: visible;
    margin: 0 16px; position: relative;
    display: flex; flex-direction: column; background: transparent;
  }
  .hero__image { width: 100%; height: 286px; object-fit: cover; border-radius: 12px; margin: 0; flex-shrink: 0; } /* P2.1 (2026-06-11): єдина висота hero-фото 286px, як /relocants/ (було 280) */
  .hero__image-overlay { display: none; }
  .hero__location { position: absolute; bottom: 12px; left: 16px; font-size: 12px; line-height: 18px; }
  .hero__stats {
    position: static; width: 100%;
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 1px; border-radius: 12px; background: var(--grey-200);
    overflow: hidden; margin-top: 12px;
  }
  .hero__stat { padding: 16px; gap: 4px; backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--white); }
  .hero__stat-value { font-size: 24px; line-height: 32px; }
  .hero__stat-label { font-size: 14px; line-height: 20px; }
  .hero__content { padding: 0 16px; gap: 16px; }
  .hero__title { font-size: 28px; line-height: 36px; font-weight: 700; }
  .hero__text { font-size: 18px; line-height: 26px; }
  .hero__right { gap: 16px; }

  /* М3 — Location mobile: padding 16px (Figma), map border-radius 12 12 0 0 */
  .location { padding: 48px 16px 60px; }
  .location__mob-map { border-radius: 12px 12px 0 0; }
  .location__legend { border-radius: 0 0 12px 12px !important; margin-top: 0 !important; }
}

/* ============================================================
   HEADER
   ============================================================ */
/* HEADER unified to match UA pages (relocants/exporters/home) — 2026-06-08 */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--color-orange-10);
  padding: 8px 60px;
  box-shadow: none;
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-200); }
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  min-height: unset;
  height: 80px;
}
/* П1.2 — logo-link: inline-flex щоб не обрізала висоту */
.site-header__logo-link { display: inline-flex; align-items: center; flex-shrink: 0; }
.site-header__left { display: flex; align-items: center; gap: 24px; flex: 1 0 0; min-width: 0; }
.site-header__logo {
  width: 155px;
  height: 80px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}
.site-header__right { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.site-header__right > .btn { margin-left: 24px; }

.site-nav { display: flex; align-items: center; }
.site-nav__item {
  display: flex; align-items: center; justify-content: center;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-900);
  transition: color 0.2s;
  white-space: normal;
  line-height: 22px;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.site-nav__item:hover { color: var(--orange-500); }
.site-nav__item.is-active { color: var(--orange-500); border-bottom-color: var(--orange-500); }
.site-nav--left { flex: 0 0 auto; }
.site-nav--left .site-nav__item { flex: 0 0 160px; max-width: 160px; min-width: 160px; }
/* П1.1 — правий nav: line-height 24px як у Figma Desktop/Body */
.site-nav--right .site-nav__item { line-height: 24px; }

/* П1.3 — lang-switch кнопка: правильне вирівнювання (selector в HTML = site-nav__lang) */
.site-header__lang,
.site-nav__lang {
  display: inline-flex; align-items: center; align-self: center; gap: 8px;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px; font-weight: 500;
  line-height: 24px;
  color: var(--grey-900);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.can-hover .site-header__lang:hover,
.can-hover .site-nav__lang:hover { background: var(--orange-10); }
.site-header__lang-arrow {
  display: inline-flex; width: 16px; height: 16px;
  color: var(--grey-900); font-size: 10px; line-height: 1;
  align-items: center; justify-content: center;
}

.site-header__burger { display: none; padding: 8px; color: var(--grey-900); }

/* HEADER CTA — orange button (matches UA pages) — 2026-06-08 */
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-orange-500);
  color: #FFFFFF !important;
  padding: 12px 20px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(48,40,31,.02), 0 4px 4px rgba(22,12,1,.04);
  transition: background-color .25s ease;
  white-space: nowrap;
  margin-left: 24px;
}
.site-header__cta:hover { background: var(--color-orange-400); }

/* ============================================================
   HERO (light — orange-10 per Figma node 2146:3154)
   ============================================================ */
.hero { background: var(--orange-10); }
.hero__inner {
  max-width: calc(var(--container) + var(--section-px) * 2);
  margin: 0 auto;
  padding: 0 var(--section-px) 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero__image-wrap {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 640px;
}
.hero__image { width: 100%; height: 100%; object-fit: cover; }
.hero__image-overlay {
  position: absolute;
  left: -28px;
  bottom: 24px;
  width: 476px;
  height: 28px;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
  pointer-events: none;
}

/* Location icon */
.hero__location-icon { width: 24px; height: 24px; flex-shrink: 0; }

/* Location text: underline + city names uppercase (Figma ts1/ts2) */
.hero__location-text u { text-decoration: underline; text-underline-offset: 3px; }
.hero__location-city { text-transform: uppercase; }

.hero__location {
  position: absolute; bottom: 24px; left: 24px;
  z-index: 2;
  display: flex; align-items: center; gap: 8px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.hero__stats {
  position: absolute; bottom: 8px; right: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  width: min(584px, calc(100% - 48px));
  border-radius: 12px;
  overflow: hidden;
}
.hero__stat {
  background: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.hero__stat-value { white-space: nowrap; }
.hero__stat-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--dark);
  line-height: 48px;
  letter-spacing: -0.01em;
}
.hero__stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px; font-weight: 500;
  color: var(--grey-900);
  line-height: 24px;
}

.hero__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 48px;
  align-items: flex-start;
}
.hero__title {
  flex: 1;
  min-width: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.hero__right {
  display: flex; flex-direction: column; gap: 24px;
  align-items: flex-start;
  width: min(536px, 100%);
  flex-shrink: 0;
}
.hero__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--grey-900);
  line-height: 32px;
  letter-spacing: -0.01em;
}

/* ============================================================
   COMPARISON TABLE (Figma node 2146:3176)
   ============================================================ */
/* Mobile comparison cards: hidden on desktop, shown via @media(max-width:767px) */
.comp-mobile, .comp-mobile__footnotes { display: none; }

.section { background: var(--white); }

.comparison-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--grey-200);
}
.comparison-table__header,
.comparison-table__row {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
}
.comparison-table__header {
  background: var(--blue-900);
  border-radius: 12px;
}
.comparison-table__header .comparison-table__cell {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.comparison-table__row:nth-child(odd) { background: var(--blue-light); }
.comparison-table__cell {
  padding: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-800);
  line-height: 24px;
  align-self: center;
}
.comparison-table__cell--param {
  font-weight: 700;
  color: var(--dark);
}
.comparison-table__sub {
  color: var(--grey-800);
  font-weight: 500;
  font-size: 15px;
  display: inline;
}
/* П2.1 — зірочки: дефолт сірі, оранжеві тільки в правій колонці (Park terms) */
.ast { color: var(--grey-800); font-weight: 700; }
.comparison-table__cell:last-child .ast { color: var(--orange-500); }

.comparison-table__footnotes {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.comparison-table__footnote-col { display: flex; flex-direction: column; gap: 16px; }
.comparison-table__footnotes p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-800);
  line-height: 24px;
}
/* Виноски: ліва колонка — сірі зірочки, права — помаранчеві */
.comparison-table__footnotes .ast { color: var(--grey-800); }
.comparison-table__footnote-col:last-child .ast { color: var(--orange-500); }

/* ============================================================
   WAR RISK
   ============================================================ */
.war-risk { background: var(--orange-10); }
.war-risk .section-cta { justify-content: center; margin-top: 60px; }
.war-risk .section-tag__arrow { color: var(--orange-500); }
/* П2 — без max-width: текст природньо ложиться в 2 рядки при ≥800px */
/* П8 — subtitle повна ширина секції (Figma: fill) */

.info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.info-card {
  background: var(--white);
  border-radius: var(--radius-card);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: var(--shadow-100);
}
/* П9: Figma перша картка War Risk — padding-bottom: 32px */
.info-cards .info-card:first-child { padding-bottom: 32px; }
.info-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
  line-height: 32px;
  letter-spacing: -0.01em;
}
.info-card__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-800);
  line-height: 24px;
}

/* ============================================================
   ADVANTAGES
   ============================================================ */
.advantages { background: var(--white); }
.advantages .section-tag__arrow { color: var(--orange-500); }
.advantages .section-cta { margin-top: 60px; }
.adv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.adv-card {
  background: var(--orange-10);
  border-radius: var(--radius-card);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #FAEEEA; /* П4: Figma stroke Colors/Orange/orange-50 */
}
.adv-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adv-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
  line-height: 32px;
  letter-spacing: -0.01em;
}
.adv-card__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-800);
  line-height: 24px;
}

/* ============================================================
   LOCATION
   ============================================================ */
/* ── Location section — 1:1 from relocants ── */
.location {
  --section-bg: #F3F9FB;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 80px 60px 100px;
  background: var(--section-bg);
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
}
.location__head, .location__body { width: 100%; max-width: 1320px; margin-inline: auto; box-sizing: border-box; }
.location__head { display: flex; flex-direction: column; gap: 12px; margin-inline: 0; }
.location__tag { display: inline-flex; align-items: center; gap: 8px; color: var(--grey-800); font-size: 15px; line-height: 24px; font-weight: 500; }
.location__title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 48px; line-height: 56px; letter-spacing: -0.96px; color: var(--dark); margin: 0; }
.location__title-line { display: block; }
.location__title-line--1 { white-space: nowrap; }
.location__body { display: flex; flex-direction: column; gap: 24px; }
.location__mob-map { display: none; }
.location__map-wrap { position: relative; width: 100%; aspect-ratio: 1320/640; border-radius: 12px; overflow: hidden; background: var(--grey-100); }
.location__map-bg { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.location__map-route { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; pointer-events: none; }
.location__pin { position: absolute; transform: translate(-50%,-50%); pointer-events: none; }
.location__legend { position: absolute; bottom: 16px; right: 16px; width: 378px; background: rgba(255,255,255,0.85); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border-radius: 12px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.location__legend-item { display: flex; gap: 12px; align-items: center; }
.location__legend-item > img { width: 32px; height: 32px; flex-shrink: 0; object-fit: contain; }
.location__legend-text { flex: 1 0 0; min-width: 0; }
.location__legend-title { font-size: 13px; line-height: 20px; font-weight: 500; color: #121211; margin: 0; }
.location__legend-sub { font-size: 12px; line-height: 16px; color: #696969; margin: 2px 0 0; }
.location__cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.location-card { background: #fff; border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.location-card__label { display: flex; align-items: center; gap: 4px; font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 24px; font-weight: 500; color: #696969; }
.location-card__label svg { width: 24px; height: 24px; color: var(--orange-500); flex-shrink: 0; }
.location-card__num { display: flex; align-items: baseline; gap: 8px; }
.location-card__num-value { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 32px; line-height: 40px; letter-spacing: -0.64px; color: var(--dark); }
.location-card__num-sub { font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 24px; font-weight: 500; color: #3E3E3E; }
.location__note { max-width: 872px; font-family: 'Montserrat', sans-serif; font-size: 20px; line-height: 28px; font-weight: 600; color: var(--dark); margin: 0; }

@media (max-width: 1279px) {
  .location__cards { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .location__legend { width: 300px; }
  .location__title-line--1 { white-space: normal; }
}
@media (max-width: 1023px) {
  .location { padding: 64px 20px 80px; gap: 40px; }
  .location__head { max-width: 100%; }
  .location__title { font-size: 32px; line-height: 40px; }
  .location__title-line--1 { white-space: normal; }
  /* 768-1023: mobile layout — same as ≤767 */
  .location__body { gap: 16px; }
  .location__mob-map { display: block !important; width: 100% !important; height: auto !important; border-radius: 12px !important; flex-shrink: 0 !important; }
  .location__map-bg, .location__map-route, .location__pin { display: none !important; }
  .location__map-wrap { height: auto !important; aspect-ratio: unset !important; overflow: visible !important; background: none !important; border-radius: 0 !important; display: flex !important; flex-direction: column !important; }
  .location__legend { position: static !important; display: flex !important; width: 100% !important; background: #fff !important; border: 1px solid #dedede !important; border-radius: 12px !important; padding: 16px !important; gap: 12px !important; backdrop-filter: none !important; margin-top: 16px !important; }
  .location__cards { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; border-radius: 12px; overflow: hidden; }
  .location-card { padding: 24px; border-radius: 0; gap: 8px; }
  .location-card__num-value { font-size: 26px; line-height: 32px; }
  .location__note { max-width: none; margin-top: 16px; font-size: 18px; line-height: 24px; }
}
@media (max-width: 767px) {
  .location { padding: 60px 20px 80px; gap: 32px; background: var(--orange-10); }
  .location__title { font-size: 28px; line-height: 36px; }
  .location__body { gap: 16px; }
  .location__mob-map { display: block; width: 100%; height: auto; border-radius: 0; flex-shrink: 0; }
  .location__map-bg, .location__map-route, .location__pin { display: none !important; }
  .location__map-wrap { height: auto !important; aspect-ratio: unset !important; overflow: visible !important; background: none !important; border-radius: 0 !important; display: flex !important; flex-direction: column !important; }
  .location__legend { position: static !important; display: flex !important; width: 100% !important; background: #fff !important; border: 1px solid #dedede !important; border-radius: 12px !important; padding: 16px !important; gap: 12px !important; backdrop-filter: none !important; margin-top: 16px !important; }
  .location__cards { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; border-radius: 12px; overflow: hidden; }
  .location-card { padding: 24px; border-radius: 0; gap: 8px; }
  .location-card__num-value { font-size: 28px; line-height: 34px; }
  .location__note { max-width: none; margin-top: 16px; font-size: 18px; line-height: 24px; }
}

/* ============================================================
   FINANCIAL
   ============================================================ */
.financial { background: var(--white); }

.financial__panel {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 300px;
  gap: 0;
  align-items: stretch;
  background: var(--orange-10);
  border-radius: var(--radius-card);
  padding: 24px;
  box-shadow: var(--shadow-100);
}

.financial__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 24px;
}
.financial__icon-box {
  width: 48px; height: 48px;
  border: 1px solid var(--grey-200);
  border-radius: 12px;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
}
.financial__example-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--grey-900);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-top: auto;
}
.financial__example-note {
  font-size: 12px;
  color: var(--grey-600);
  margin-top: auto;
}

.financial__table {
  background: var(--white);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--grey-100);
}
.financial__table-header,
.financial__table-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
}
.financial__table-header { background: var(--white); border-bottom: 1px solid var(--grey-100); }
.financial__table-header .financial__tcell {
  color: var(--grey-700);
  font-weight: 500;
  font-size: 13px;
}
.financial__table-row + .financial__table-row,
.financial__table-header + .financial__table-row { border-top: 1px solid var(--grey-100); }
.financial__tcell {
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey-900);
  line-height: 1.5;
}
.financial__tcell--param { font-weight: 600; color: var(--grey-800); }
.financial__tcell--accent-h { color: var(--orange-500) !important; font-weight: 600 !important; }
.financial__tcell--accent { color: var(--orange-500); font-weight: 700; }

.financial__highlight {
  background: var(--orange-500);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-left: 24px;
}
.financial__amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.financial__amount-text {
  font-size: 15px;
  color: rgba(255,255,255,0.95);
  line-height: 1.4;
  font-weight: 500;
}
.financial__amount-note {
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
  margin-top: auto;
}
.financial__highlight .btn { width: 100%; margin-top: 8px; }

.financial__disclaimer {
  margin: 28px 0 0 0;
  font-size: 13px;
  color: var(--grey-700);
  line-height: 1.6;
  max-width: 1000px;
  text-align: left;
  align-self: flex-start;
}

/* ============================================================
   TRUST
   ============================================================ */
.trust { background: var(--orange-10); }

.trust__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}
.trust__head-left { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
.trust__actions { display: flex; gap: 12px; flex-shrink: 0; align-items: center; }
.trust__actions--mobile { display: none; }

.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.trust-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-100);
}
.trust-card__giz-box {
  background: transparent;
  border: 1px solid var(--orange-500);
  border-radius: 8px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 4px;
}
.trust-card__giz-logo { height: 40px; width: auto; display: block; }
.trust-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
  line-height: 32px;
  letter-spacing: -0.01em;
}
.trust-card__text {
  font-size: 15px;
  color: var(--grey-800);
  line-height: 24px;
}

.trust__esg-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px; /* П5: Figma Desktop/H3 — було 28px */
  font-weight: 700;
  line-height: 48px;
  color: var(--dark); /* П5: #121211, не grey-900 */
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.esg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.esg-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px; /* П6: Figma padding: 24px — було 24px 28px */
}
.esg-item:nth-child(3n+1),
.esg-item:nth-child(3n+2) { border-right: 1px solid var(--grey-200); }
.esg-item:nth-child(-n+3) { border-bottom: 1px solid var(--grey-200); }
.esg-item__arrow {
  color: var(--orange-500);
  font-size: 12px;
  line-height: 1;
  flex-shrink: 0;
}
.esg-item p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark);
  line-height: 28px;
  margin: 0;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline { background: var(--white); }
.timeline .section-title { max-width: none; }
.timeline__steps { display: flex; flex-direction: column; }

.timeline-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--grey-200);
}
.timeline-step__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.timeline-step__body { display: flex; flex-direction: column; gap: 8px; }
.timeline-step__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
}
.timeline-step__text {
  font-size: 15px;
  font-weight: 400;
  color: var(--grey-900);
  line-height: 1.6;
  margin: 0;
}
.timeline-step__time {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grey-50, #F4F4F4);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--dark);
  white-space: nowrap;
  justify-self: end;
  align-self: start;
}
.timeline-step__time svg { color: var(--dark); flex-shrink: 0; }

.timeline-step--final {
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 24px 0 0;
  border-bottom: none;
  align-items: center;
  gap: 16px;
}
.timeline-step__final-icon {
  width: 48px; height: 48px;
  background: var(--orange-500);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.timeline-step__final-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-500);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
}

.timeline__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
}
.timeline__note {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.4;
  max-width: 872px;
  margin: 0;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: #F2F9FB; }
.faq .section-inner { max-width: 1050px; }
.faq .section-title { text-align: left; font-size: 48px; font-weight: 700; }

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__item {
  background: var(--white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-100);
  overflow: hidden;
}
.faq__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px 28px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--grey-900);
  line-height: 1.4;
  transition: color 0.2s;
  letter-spacing: -0.01em;
}
.faq__trigger:hover { color: var(--orange-500); }
.faq__item.is-open .faq__trigger { color: var(--orange-500); }
.faq__chevron {
  color: var(--grey-600);
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s;
  flex-shrink: 0;
}
.faq__item.is-open .faq__chevron { transform: rotate(180deg); color: var(--orange-500); }

.faq__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
  padding: 0 28px;
}
.faq__item.is-open .faq__body {
  max-height: 400px;
  padding: 0 28px 24px;
}
.faq__body p {
  font-size: 14px;
  color: var(--grey-700);
  line-height: 1.65;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact { background: var(--white); }
.contact__panel {
  background: var(--orange-10);
  border-radius: var(--radius-card);
  padding: 48px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 60px;
  align-items: stretch;
}
.contact__info { display: flex; flex-direction: column; gap: 24px; }
.contact__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--grey-900);
}
.contact__text {
  font-size: 15px;
  color: var(--grey-700);
  line-height: 1.6;
}
.contact__direct { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.contact__direct--desktop { margin-top: auto; }
.contact__direct--mobile { display: none; }
.contact__direct-label { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; color: var(--grey-900); }
.contact__direct-links { display: flex; flex-direction: column; gap: 10px; }
.contact__direct-links--row { flex-direction: row; flex-wrap: wrap; gap: 16px 32px; align-items: center; }
.contact__link {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-900);
  transition: color 0.2s;
}
.contact__link:hover { color: var(--orange-500); }

.contact__form-wrap { position: relative; }
.contact__form { display: flex; flex-direction: column; gap: 20px; }
.contact__fields { display: flex; flex-direction: column; gap: 24px; }

.contact__field { position: relative; display: block; }
.contact__field-label {
  position: absolute;
  top: -8px;
  left: 14px;
  padding: 0 6px;
  background: var(--orange-10);
  font-size: 12px;
  font-weight: 500;
  color: var(--grey-700);
  z-index: 1;
}
.contact__input {
  width: 100%;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-input);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-900);
  transition: border-color 0.2s;
  appearance: none;
}
.contact__input::placeholder { color: #949494; }
.contact__input:focus { outline: none; border-color: var(--orange-500); }
.contact__input--select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23696969' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 40px;
  cursor: pointer;
}

.contact__consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.contact__consent input[type="checkbox"] {
  width: 20px; height: 20px;
  flex-shrink: 0;
  accent-color: var(--orange-500);
  cursor: pointer;
}
.contact__consent-text { font-size: 13px; color: var(--grey-800); line-height: 1.5; }
.contact__consent-text u { text-decoration-color: var(--grey-500); }

/* П6.2 — inline validation error messages */
.field-error {
  font-size: 12px;
  color: var(--orange-500);
  line-height: 1.4;
  display: none;
}
.field-error:not(:empty) { display: block; margin-top: 4px; }
.field-error--consent:not(:empty) { display: block; margin-top: -12px; margin-bottom: 4px; }
.contact__input--error { outline: 2px solid var(--orange-500) !important; }

.contact__success {
  background: var(--orange-50);
  border-radius: var(--radius-card);
  padding: 48px;
  text-align: center;
  font-size: 15px;
  color: var(--grey-900);
  margin-top: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 300px;
}
.contact__success:not([hidden]) { display: flex; }
.contact__success-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
}
.contact__success-text {
  font-size: 15px;
  color: var(--grey-700);
  line-height: 1.6;
  max-width: 520px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--grey-900); position: relative; overflow: hidden; }
/* pattern-mob hidden on desktop, shown only in mobile media block */
.site-footer__pattern-mob { display: none; }

.site-footer__pattern {
  position: absolute;
  top: 0; right: 0;
  width: 65%; height: 60px;
  background-image: url('../img/pattern-triangles.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: right top;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%);
}

.site-footer__inner {
  position: relative;
  max-width: calc(var(--container) + var(--section-px) * 2);
  margin: 0 auto;
  padding: 30px var(--section-px) 40px;
  display: grid;
  grid-template-columns: 312px minmax(0, 1fr);
  gap: 60px;
}
.site-footer__brand { display: flex; flex-direction: column; gap: 20px; }
.site-footer__logo-link { display: inline-flex; align-self: flex-start; }
.site-footer__logo { height: 100px; width: auto; display: block; filter: brightness(0) invert(1); }
.site-footer__desc {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
}

.site-footer__right { display: flex; flex-direction: column; gap: 80px; padding-bottom: 4px; }
.site-footer__top-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.site-footer__nav { display: flex; align-items: stretch; gap: 4px; flex: 1; }
.site-footer__nav-item {
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  transition: color 0.2s;
  border-bottom: 2px solid transparent;
}
.site-footer__nav-item:hover { color: var(--white); }
.site-footer__nav-item.is-active { color: var(--white); border-bottom-color: var(--white); }
.site-footer__nav-sep {
  width: 1px;
  background: rgba(255,255,255,0.2);
  align-self: stretch;
  margin: 0 8px;
}
.site-footer__top-row .btn { margin-left: auto; }
.site-footer__contacts {
  display: flex;
  gap: 64px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer__contact {
  display: flex; align-items: center; gap: 8px;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.site-footer__contact:hover { color: var(--white); }

.site-footer__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: calc(var(--container) + var(--section-px) * 2);
  margin: 0 auto;
  padding: 20px var(--section-px);
  border-top: 1px solid #878787;
}
.site-footer__bottom span { font-size: 13px; font-weight: 400; color: #B7B7B7; line-height: 24px; }
.site-footer__lang {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.7);
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-footer__lang-txt,
.lang-switch__current { white-space: nowrap; }
.site-footer__lang-arrow { color: var(--orange-500); font-size: 9px; line-height: 1; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Wide desktop (≤1439) */
@media (max-width: 1439px) {
  :root { --section-px: 40px; }
}

/* Laptop (≤1279) */
@media (max-width: 1279px) {
  .hero__stats { width: min(480px, calc(100% - 32px)); }
  .hero__title { font-size: 44px; line-height: 52px; }
  .hero__stat-value { font-size: 32px; }
  .info-cards, .adv-cards, .trust-cards { grid-template-columns: repeat(2, 1fr); }
  .esg-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── ESG: keep 3 cols until burger breakpoint ── */
@media (min-width: 1001px) and (max-width: 1200px) {
  .esg-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .esg-item:nth-child(3n+1),
  .esg-item:nth-child(3n+2) { border-right: 1px solid var(--grey-200) !important; }
  .esg-item:nth-child(-n+3) { border-bottom: 1px solid var(--grey-200) !important; }
  .esg-item:nth-child(3n) { border-right: none !important; }
  .esg-item { border-right: none; }
}

/* ── Header: 1151–1399: compress but keep full nav ── */
@media (min-width: 1151px) and (max-width: 1399px) {
  .site-header { padding: 8px 40px; }
  .site-header__inner { gap: 16px; min-width: 0; }
  .site-header__logo { height: 72px; flex-shrink: 0; }
  /* Right nav items: stay on 1 line */
  .site-nav--right .site-nav__item { padding: 10px 8px; font-size: 13px; white-space: nowrap; }
  /* Left nav: wide enough for "of production" = 2 lines, never 3 */
  .site-nav--left .site-nav__item {
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    padding: 10px 4px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .lang-switch { flex-shrink: 0; }
  .site-header__right > .btn { margin-left: 10px; padding: 10px 12px; font-size: 13px; white-space: nowrap; flex-shrink: 0; }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  /* П1-fix 18.06: дзеркалимо UA — header дає 40px інсет, inner без власного padding (max-width 1320 не центрується ≤1399) → лого рівно на 40px як на UA */
  .site-header { padding: 8px 40px; }
  .site-header__inner { gap: 24px; padding: 0; }
  /* П1: повертаємо логотип до 80px на 13" */
  .site-header__logo { height: 80px; }
  .site-nav--left .site-nav__item { flex: 0 0 120px; width: 120px; min-width: 120px; font-size: 14px; line-height: 22px; }
  /* П1: font-size 13 → 14px для правого nav і кнопки */
  .site-nav--right .site-nav__item { font-size: 14px; padding: 10px 12px; }
  .site-nav__lang, .site-header__lang { font-size: 14px; }
  .site-header__right > .btn { margin-left: 14px; font-size: 14px; }
}

/* ── Header: ≤1150: burger mode ── */
@media (max-width: 1150px) {
  .site-header { padding: 8px 20px; }
  .site-header__inner { justify-content: space-between; align-items: center; gap: 0; }
  .site-header__logo { height: 56px; flex-shrink: 0; }
  .site-nav--left { display: none; }
  .site-nav--right { display: none; }
  .site-header__lang { display: none; }
  /* прибрати CTA «Get conditions» з мобільної шапки — як на UA-сторінках (2026-06-11) */
  .site-header__cta { display: none !important; }
  .site-header__burger { display: flex; }
}

@media (max-width: 1200px) {
  .hero__title { font-size: 40px; line-height: 48px; }
  .section-title { font-size: 40px; line-height: 48px; }
  .faq .section-title { font-size: 44px; line-height: 52px; }
  .comparison-table__header,
  .comparison-table__row { grid-template-columns: 220px 1fr 1fr; }
  .financial__panel { grid-template-columns: 200px 1fr 280px; }
}

@media (max-width: 1000px) {
  :root { --section-px: 32px; --section-py: 60px; }
  /* Header already handled by ≤1150 block above */

  .hero__image-wrap { height: 520px; }
  .hero__content { grid-template-columns: 1fr; gap: 24px; }
  .hero__title { font-size: 32px; line-height: 40px; }

  .section-title { font-size: 32px; line-height: 40px; }
  .faq .section-title { font-size: 36px; line-height: 42px; }

  .comparison-table__header,
  .comparison-table__row { grid-template-columns: 160px 1fr 1fr; }
  .comparison-table__footnotes { grid-template-columns: 1fr; }

  .info-cards, .adv-cards, .trust-cards, .esg-grid { grid-template-columns: 1fr; }
  .esg-item { border-right: none !important; border-bottom: 1px solid var(--grey-200); flex-direction: row; align-items: flex-start; gap: 16px; padding: 20px 0; }
  .esg-item:last-child { border-bottom: none; }
  .esg-item__arrow { font-size: 16px; margin-top: 4px; }
  .trust__esg-title { margin-top: 40px; }
  .location__map-wrap {
    height: auto;
    min-height: 0;
    aspect-ratio: 1320 / 640;
  }
  .location__map-composite { object-fit: contain; }
  .location__cards { grid-template-columns: repeat(2, 1fr); }
  .location__note { font-size: 17px; line-height: 24px; }
  .financial__panel { grid-template-columns: 1fr; }
  .financial__left { padding-right: 0; }
  .financial__highlight { margin-left: 0; margin-top: 20px; }

  .contact__direct--desktop { display: none; }
  .contact__direct--mobile { display: flex; margin-top: 24px; align-items: flex-start; }
  .contact__direct--mobile .contact__direct-links--row { flex-direction: column; gap: 12px; align-items: flex-start; }

  .trust__head { flex-direction: column; align-items: flex-start; }
  .trust__actions--desktop { display: none; }
  .trust__actions--mobile { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .trust__actions--mobile .btn { width: 100%; justify-content: center; }

  .timeline .section-title { font-size: 32px; white-space: normal; }
  .timeline-step { grid-template-columns: 40px 1fr auto; gap: 16px; }
  .timeline-step__num { font-size: 20px; }
  .timeline-step__title { font-size: 20px; }
  .timeline-step__final-title { font-size: 20px; }
  .timeline__note { font-size: 17px; }
  .timeline__footer { flex-direction: column; align-items: flex-start; }

  .contact__panel { grid-template-columns: 1fr; gap: 40px; padding: 32px; }
  .contact__title { font-size: 28px; }

  .site-footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__top-row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .site-footer__contacts { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 640px) {
  /* image-wrap: overflow visible so stats can sit outside rounded image */
  .hero__image-wrap {
    height: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
    margin: 0 16px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
  }
  /* Image: full border-radius, fixed height */
  .hero__image {
    width: 100% !important;
    height: 286px !important; /* P2.1 (2026-06-11): єдина висота hero-фото 286px, як /relocants/ (було 280) */
    object-fit: cover !important;
    border-radius: 12px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
  .hero__image-overlay { display: none; }
  /* Location: absolute, positioned inside image bottom */
  .hero__location {
    position: absolute !important;
    bottom: calc(100% - 280px + 12px) !important;
    left: 16px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .hero__location-icon { width: 18px; height: 18px; }
  /* Stats: separate block below image — full viewport width (break out of 343px image-wrap) */
  .hero__stats {
    position: static !important;
    width: calc(100% + 32px) !important; /* M4: +32px = компенсація 16px margin кожного боку */
    margin-left: -16px !important;
    margin-right: -16px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1px !important;
    border-radius: 0 !important;
    background: var(--grey-200) !important;
    overflow: hidden !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 12px !important;
  }
  .hero__stat {
    padding: 16px;
    gap: 4px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--white);
  }
  .hero__stat-value { font-size: 24px; line-height: 32px; }
  .hero__stat-label { font-size: 14px; line-height: 20px; }
  .hero__inner { padding: 0 0 60px; gap: 24px; }
  .hero__content { padding: 0 16px; gap: 16px; }
  .hero__title { font-size: 28px; line-height: 36px; font-weight: 700; }
  .hero__text { font-size: 18px; line-height: 26px; }
  .hero__right { gap: 16px; }

  /* ── Comparison: hide desktop table, show mobile cards ── */
  .comparison-table,
  .comparison-table__footnotes { display: none !important; }

  .comp-mobile { display: block; }
  .comp-mobile__scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .comp-mobile__scroll::-webkit-scrollbar { display: none; }
  .comp-mobile__card {
    flex: 0 0 85%;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #DEDEDE;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .comp-mobile__icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-bottom: 16px;
  }
  .comp-mobile__icon--grey { background: #696969; }
  .comp-mobile__icon--orange { background: #C8502A; }
  .comp-mobile__icon-img { width: 48px; height: 48px; flex-shrink: 0; margin-bottom: 16px; display: block; }
  .comp-mobile__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; font-weight: 700;
    color: #121211; line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }
  .comp-mobile__row {
    display: flex; flex-direction: column; gap: 6px;
    padding: 14px 0;
    border-top: 1px solid #DEDEDE;
  }
  .comp-mobile__param {
    font-size: 14px; font-weight: 500;
    color: #696969; line-height: 20px;
  }
  .comp-mobile__val {
    font-size: 16px; font-weight: 700;
    color: #121211; line-height: 24px;
  }
  .comp-mobile__val--accent { color: #C8502A; font-weight: 700; }

  /* Progress bar */
  .comp-mobile__progress {
    height: 4px; background: #DEDEDE;
    border-radius: 2px; margin-top: 12px;
    overflow: hidden;
  }
  .comp-mobile__progress-bar {
    height: 100%; width: 50%;
    background: #121211; border-radius: 2px;
    transform: translateX(0%);
    transition: transform 0.15s ease;
  }

  /* Mobile footnotes */
  .comp-mobile__footnotes {
    display: flex; flex-direction: column; gap: 10px;
    margin-top: 16px;
  }
  .comp-mobile__footnotes p {
    font-size: 13px; font-weight: 500;
    color: #696969; line-height: 20px; margin: 0;
  }

  .section-inner { padding-top: 48px; padding-bottom: 60px; }
  .section-head { margin-bottom: 32px; gap: 8px; }
  .section-title { font-size: 28px; line-height: 34px; }
  .section-subtitle { font-size: 17px; line-height: 24px; margin-top: 8px; }

  .location__map-wrap {
    aspect-ratio: 4 / 3;
  }
  .location__map-composite { object-fit: contain; }
  .location__cards { grid-template-columns: 1fr; }
  .location-card__value { font-size: 28px; line-height: 36px; }
  .location__note { font-size: 15px; line-height: 22px; }

  .timeline-step {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 8px 16px;
  }
  .timeline-step__num { grid-row: 1; grid-column: 1; align-self: center; }
  .timeline-step__time { grid-row: 1; grid-column: 2; justify-self: end; align-self: center; background: #EAF5F9; color: #696969; padding: 6px 10px; font-size: 13px; border-radius: 6px; }
  .timeline-step__time svg { color: #696969; width: 14px; height: 14px; }
  .timeline-step__body { grid-row: 2; grid-column: 1 / -1; }
  .timeline .section-title { font-size: 28px; line-height: 34px; white-space: normal; }

  .faq .section-title { font-size: 28px; line-height: 34px; }
  .faq__trigger { padding: 18px 20px; font-size: 15px; }
  .faq__item.is-open .faq__body { padding: 0 20px 18px; }

  .contact__panel { padding: 24px; }
  .contact__title { font-size: 24px; line-height: 30px; }

  .financial__amount { font-size: 26px; }

  .trust__esg-title { font-size: 22px; }
  .trust-card__title { font-size: 18px; }

  .adv-card__title { font-size: 20px; line-height: 28px; }
  .info-card__title { font-size: 20px; line-height: 28px; }

  .war-risk .section-cta { margin-top: 32px; }
  .advantages .section-cta { margin-top: 32px; }

  .btn,
  .contact__form .btn,
  .section-cta .btn { width: 100%; white-space: normal; text-align: center; }
}

/* Responsive completion overrides */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.trust-bar,
.site-header,
.hero,
.section,
.site-footer {
  max-width: 100%;
}

.section-inner,
.hero__inner,
.hero__content,
.hero__right,
.info-cards,
.comparison-table,
.adv-cards,
.location__cards,
.financial__panel,
.financial__table,
.trust-cards,
.esg-grid,
.timeline-step,
.contact__panel,
.site-footer__inner,
.site-footer__brand,
.site-footer__right,
.site-footer__top-row,
.site-footer__nav,
.site-footer__contacts,
.site-footer__bottom {
  min-width: 0;
}

.hero__title,
.hero__text,
.section-title,
.section-subtitle,
.info-card__title,
.comparison-table__cell,
.financial__tcell,
.trust-card__title,
.trust-card__text,
.esg-item p,
.timeline-step__title,
.timeline-step__text,
.faq__trigger,
.contact__title,
.site-footer__desc,
.site-footer__contact,
.site-footer__bottom span {
  overflow-wrap: anywhere;
}

.btn,
.site-nav__item,
.site-header__lang,
.site-header__burger,
.hero__location,
.faq__trigger,
.contact__input,
.contact__consent,
.site-footer__nav-item,
.site-footer__lang {
  min-height: 44px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .info-cards,
  .adv-cards,
  .trust-cards,
  .esg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .esg-item {
    border-right: none !important;
    border-bottom: 1px solid var(--grey-200);
  }
}

@media (max-width: 1000px) {
  body.is-nav-locked {
    overflow: hidden;
  }

  .site-header__inner {
    min-height: 72px;
    gap: 12px;
  }

  .site-header__right {
    gap: 8px;
    margin-left: auto;
  }

  .site-header__right > .btn {
    display: none;
  }

  .site-header__burger {
    position: relative;
    z-index: 220;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }

  .site-nav--left,
  .site-nav--right {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
  }

  .site-nav--left {
    top: 72px;
    bottom: auto;
    z-index: 210;
    gap: 4px;
    padding: 20px var(--section-px) 8px;
    box-shadow: var(--shadow-200);
  }

  .site-nav--right {
    top: 244px;
    bottom: 0;
    z-index: 209;
    gap: 4px;
    padding: 8px var(--section-px) 24px;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav__item,
  .site-header__lang {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
  }

  .hero__right,
  .hero__text {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }

  .hero__image-overlay {
    left: 0;
    right: 0;
    width: auto;
  }
}

@media (max-width: 768px) {
  .comparison-table {
    gap: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .comparison-table__header {
    display: none;
  }

  .comparison-table__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    background: var(--white) !important;
    border: 1px solid var(--grey-100);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-100);
  }

  .comparison-table__cell {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .comparison-table__cell--param {
    padding-bottom: 10px;
    margin-bottom: 2px;
    border-bottom: 1px solid var(--grey-100);
    font-size: 16px;
    line-height: 24px;
  }

  .comparison-table__row .comparison-table__cell:not(.comparison-table__cell--param)::before {
    display: block;
    margin-bottom: 2px;
    color: var(--blue-900);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .comparison-table__row .comparison-table__cell:nth-child(2)::before {
    content: "Typical conditions";
  }

  .comparison-table__row .comparison-table__cell:nth-child(3)::before {
    content: "Park terms";
  }

  .financial__table {
    display: grid;
    gap: 12px;
    background: transparent;
    border: 0;
    overflow: visible;
  }

  .financial__table-header {
    display: none;
  }

  .financial__table-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: var(--radius-card);
  }

  .financial__table-row + .financial__table-row,
  .financial__table-header + .financial__table-row {
    border-top: 1px solid var(--grey-100);
  }

  .financial__tcell {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .financial__tcell--param {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey-100);
    font-size: 15px;
    line-height: 22px;
  }

  .financial__table-row .financial__tcell:not(.financial__tcell--param)::before {
    display: block;
    margin-bottom: 2px;
    color: var(--blue-900);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .financial__table-row .financial__tcell:nth-child(2)::before {
    content: "Typical conditions";
  }

  .financial__table-row .financial__tcell:nth-child(3)::before {
    content: "Park terms";
  }
}

@media (max-width: 640px) {
  :root {
    --section-px: 20px;
  }

  .site-header__inner {
    min-height: 60px;
  }

  .site-header__logo {
    height: 48px;
  }

  .site-nav--left {
    top: 60px;
  }

  .site-nav--right {
    top: 306px;
  }

  /* M3: .hero__inner видалено — не перебиваємо ≤640px блок що прибирав side padding */
  .section-inner {
    padding-left: var(--section-px);
    padding-right: var(--section-px);
  }

  .hero__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__stat-value {
    white-space: normal;
  }

  .location__map-wrap {
    height: auto;
    min-height: 0;
    aspect-ratio: 1320 / 640;
  }

  .location__map-composite {
    object-fit: contain;
  }

  .btn,
  .contact__form .btn,
  .site-footer__top-row .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  /* ── Footer mobile ── */
  .site-footer__pattern { display: none; }
  .site-footer__pattern-mob { display: block; width: 100%; height: 96px; object-fit: none; object-position: right top; opacity: 0.65; flex-shrink: 0; }

  .site-footer__inner { padding: 0 0 40px; gap: 0; flex-direction: column; }

  .site-footer__brand { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px 20px 0; width: 100%; box-sizing: border-box; }
  .site-footer__desc {
    align-self: auto;
    text-align: left;
    padding: 16px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .site-footer__right { flex-direction: column; align-items: flex-start; gap: 20px; padding: 0 20px; width: 100%; box-sizing: border-box; margin-top: 0; }
  .site-footer__top-row { flex-direction: column; gap: 16px; width: 100%; padding: 16px 0 0; }

  /* Nav: 2-column grid */
  .site-footer__nav {
    display: grid !important;
    flex-direction: unset !important;
    grid-template-columns: 1fr 1px 1fr;
    align-items: start;
    gap: 0;
    width: 100%;
  }
  .site-footer__nav-item {
    padding: 12px 0;
    text-align: left;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    width: auto;
    display: block;
    white-space: normal;
  }
  .site-footer__nav-item.is-active { color: var(--orange-500); border-bottom: none; }
  .site-footer__nav-item--multi { grid-column: 1; line-height: 24px; padding-right: 8px; }
  .site-footer__nav-item:not(.site-footer__nav-item--multi) { grid-column: 3; padding-left: 24px; }
  .site-footer__nav > a:nth-child(5) { grid-row: 1; }
  .site-footer__nav > a:nth-child(6) { grid-row: 2; }
  .site-footer__nav-sep {
    display: block;
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 1px;
    height: auto;
    margin: 0;
    background: rgba(255,255,255,0.2);
    justify-self: center;
    align-self: stretch;
  }

  .site-footer__top-row .btn { margin-left: 0; width: 100%; text-align: center; justify-content: center; }

  .site-footer__contacts { flex-direction: column; align-items: flex-start; gap: 16px; }
  .site-footer__contact { font-size: 15px; }

  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px 0;
    margin: 0 0 40px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .site-footer__bottom > span {
    font-size: 13px; line-height: 20px;
    color: rgba(255,255,255,0.45);
    flex: 1; min-width: 0;
  }
  .site-footer__bottom .site-footer__lang {
    display: inline-flex !important; align-items: center !important;
    gap: 2px !important; padding: 0 !important; /* M7: gap 6→2px */
    background: transparent !important; border: none !important;
    cursor: pointer !important; white-space: nowrap !important;
    flex-shrink: 0 !important; align-self: flex-start !important;
    font-size: 15px !important; font-weight: 500 !important;
    color: rgba(255,255,255,0.8) !important;
  }
  .site-footer__bottom .site-footer__lang .lang-switch__current {
    color: rgba(255,255,255,0.8) !important;
  }
  .site-footer__bottom .site-footer__lang .site-footer__lang-arrow {
    display: block !important;
    width: 16px !important; height: 16px !important;
    flex-shrink: 0 !important;
  }
}

/* ── Language switcher dropdown (from relocants) ── */
.lang-switch { position: relative; display: inline-flex; }
.lang-switch__dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.06);
  z-index: 1000;
}
.lang-switch--footer .lang-switch__dropdown,
.lang-switch__dropdown--up { top: auto; bottom: calc(100% + 6px); }
.lang-switch.is-open .lang-switch__dropdown { display: block; }
.lang-switch__option {
  padding: 8px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #121211;
  cursor: pointer;
  white-space: nowrap;
}
.lang-switch__option:hover { background: #F4F4F4; }
.lang-switch__option.is-active { color: #C8502A; }
.lang-switch.is-open .site-nav__lang-arrow,
.lang-switch.is-open .lang-switch__toggle svg:last-child { transform: rotate(180deg); }

/* site-nav__lang button styles */
.site-nav__lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-900);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.site-nav__lang-arrow { transition: transform 0.2s; display: inline-block; width: 16px; height: 16px; flex-shrink: 0; }

/* ── Mobile menu overlay ── */
.menu-mobile { display: none; }

@media (max-width: 1150px) {
  .menu-mobile {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 200;
    flex-direction: column;
    gap: 24px;
    padding: 16px 24px 32px;
    background: #fff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }
  .menu-mobile.is-open { transform: translateX(0); }
  .menu-mobile__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .menu-mobile__logo-link { display: inline-flex; }
  .menu-mobile__logo { height: 76px; width: auto; object-fit: contain; }
  .menu-mobile__top-actions { display: flex; align-items: center; gap: 8px; }
  .menu-mobile__lang { display: inline-flex; align-items: center; gap: 4px; padding: 12px 16px; color: #121211; font-size: 15px; font-weight: 500; background: transparent; border: 0; cursor: pointer; }
  .menu-mobile__lang svg { width: 16px; height: 16px; }
  .menu-mobile__close { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; color: #121211; background: transparent; border: 0; cursor: pointer; }
  .menu-mobile__close svg { width: 24px; height: 24px; }
  .menu-mobile__nav { display: flex; flex-direction: column; gap: 24px; }
  .menu-mobile__link { font-family: 'Montserrat', sans-serif; font-size: 24px; line-height: 32px; font-weight: 600; color: #121211; letter-spacing: -0.24px; text-decoration: none; }
  .menu-mobile__link.is-active { color: #C8502A; }
  .menu-mobile__divider { border: 0; border-top: 1px solid #DEDEDE; margin: 0; }
  .menu-mobile__cta { display: flex; align-items: center; justify-content: center; padding: 16px 20px; background: #C8502A; color: #fff !important; font-size: 15px; font-weight: 500; border-radius: 12px; text-decoration: none; }
  .menu-mobile__contacts { display: flex; flex-direction: column; gap: 16px; }
  .menu-mobile__contact { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; color: #121211; text-decoration: none; }
  .menu-mobile__contact svg { width: 24px; height: 24px; color: #C8502A; flex-shrink: 0; }
  .menu-mobile__logos { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 8px; }
  .menu-mobile__logo-partner { height: 48px; width: auto; object-fit: contain; }
  .menu-mobile__logo-partner--coat { height: 56px; }
  body.is-nav-locked { overflow: hidden; }
}

/* ── No tap colour change on touch devices ── */
* { -webkit-tap-highlight-color: transparent; }

@media (hover: none) {
  .btn--primary,
  .btn--primary:hover,
  .btn--primary:active,
  .btn--primary:focus { background: #C8502A !important; color: #fff !important; }

  .btn--outline,
  .btn--outline:hover,
  .btn--outline:active,
  .btn--outline:focus { background: transparent !important; }

  .btn--blue,
  .btn--blue:hover,
  .btn--blue:active,
  .btn--blue:focus { background: var(--blue-500) !important; color: #fff !important; }

  .btn:focus { outline: none; }
  .btn { -webkit-tap-highlight-color: transparent; }
}

/* ============================================================
   P1.2 — усунення «скачка масштабу» при перемиканні UA↔EN на 13"
   (2026-06-15). Причина: EN стискав hero пізніше за UA-еталон
   (relocants/exporters), тож у діапазоні ~1280px H1 і поле hero
   відрізнялись (EN 56px/60, UA 48px/40) → видно стрибок.
   Фікс строго в діапазоні 13" (1025–1439px): дзеркалимо UA-криву.
   Не чіпаємо ні mobile (≤1024 — лишається P2.1/EN-крива),
   ні великий desktop (≥1440 — там UA і EN вже збігаються 56/60).
   ============================================================ */
@media (min-width: 1025px) and (max-width: 1439px) {
  .hero__inner { padding-left: 40px; padding-right: 40px; } /* UA: ≤1439 → 40 */
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .hero__title { font-size: 48px; line-height: 56px; } /* UA: ≤1350 → 48 */
}

/* ============================================================
   P2.4 — уніфікація мобільної шапки EU під еталон (relocants/exporters)
   (2026-06-15). Було: header 80px, inner без бічного padding (лого/бургер
   прибиті до краю x0/x346), лого 72–80px — відрізнялось від інших сторінок
   (60px, поле 16px, лого 60px) → «стрибок» хедера при перемиканні UA↔EN.
   Зводимо до еталону: 60px висота, 16px поле, лого 60px.
   Перебиває попередні конфліктні @media 767 блоки (пізніший source-order).
   ============================================================ */
@media (max-width: 767px) {
  .site-header { padding: 0 !important; }
  .site-header__inner {
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 16px !important;
    gap: 16px;
  }
  .site-header__logo { height: 60px !important; width: auto !important; }
}

/* === Уніфікований hero-заголовок: однаковий розмір+вага на всіх сторінках (2026-06-16) === */
/* Канон-крива: 56 (>=1440) -> 48 (<=1439) -> 40 (<=1024) -> 32 (<=767). Вага 800 desktop / 700 mobile. */
.hero__title { font-size: 56px; line-height: 64px; letter-spacing: -0.02em; font-weight: 800; }
@media (max-width: 1439px) { .hero__title { font-size: 48px; line-height: 56px; } }
@media (max-width: 1024px) { .hero__title { font-size: 40px; line-height: 48px; } }
@media (max-width: 767px)  { .hero__title { font-size: 32px; line-height: 40px; font-weight: 700; } }

/* === Mobile hero photo: масштаб як карта home/relocants (aspect 358/286), не фікс-висота — клієнт 2026-06-16 === */
@media (max-width: 767px) {
  .hero__image { height: auto !important; aspect-ratio: 358 / 286; object-fit: cover; }
}

/* === Header height = 96px на 13"-десктопі (1151–1439), як на /relocants/ /exporters/ — стоп стрибку шапки при перемиканні сторінок (клієнт 2026-06-16) === */
@media (min-width: 1151px) and (max-width: 1439px) {
  .site-header { height: 96px !important; padding-top: 0 !important; padding-bottom: 0 !important; }
  .site-header__inner { min-height: 0 !important; height: 96px !important; align-items: center; }
}

/* П1.2-fix 18.06: 768–1023 — хедер як на UA (72px). База EU має inner height:80px → хедер виходить 96; UA тут 72 (лого 56 + pad 8/8). Прибирає стрибок шапки EN↔UA на планшеті + вирівнює лого по горизонталі (20px як UA). */
@media (min-width: 768px) and (max-width: 1023px) {
  .site-header { padding: 8px 20px !important; }
  .site-header__inner { height: auto !important; min-height: 0 !important; }
  .site-header__logo { height: 56px !important; width: auto !important; }
}

/* === EU hero бокове поле = крива UA (40 на 1025–1439, 32 на 768–1024) — однакова "рамка" з UA-сторінками; ≤767=16 і ≥1440=60 вже збігаються (клієнт 2026-06-16, екран 15.6") === */
@media (min-width: 1025px) and (max-width: 1439px) {
  .hero__inner { padding-left: 40px !important; padding-right: 40px !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero__inner { padding-left: 32px !important; padding-right: 32px !important; }
}

/* === EU hero stats: «рамка» як на UA-сторінках — скруглена картка з відступом 16px, НЕ full-bleed (перебиває M4-правило L1462 width:calc(100%+32)/margin:-16/radius:0). Клієнт 2026-06-16 === */
@media (max-width: 767px) {
  .hero__stats {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: var(--orange-10) !important;
    gap: 2px !important;
  }
}

/* === EU hero stats: ячейки = як на UA (підпис 15/24, рівні ряди 112px, gap 0) — однакові цифрові плашки (клієнт 2026-06-16) === */
@media (max-width: 767px) {
  .hero__stats { grid-auto-rows: minmax(112px, auto) !important; }
  .hero__stat { gap: 0 !important; }
  .hero__stat-value { font-size: 24px !important; line-height: 32px !important; }
  .hero__stat-label { font-size: 15px !important; line-height: 24px !important; }
}
