@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BebasNeue-Bold.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;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BebasNeue-Bold-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --primary-color: #151d19;
  --regular-tex: "Roboto Condensed", sans-serif;
  --heading-text: "Bebas Neue", sans-serif;
  --price-display: "Oswald", sans-serif;
  --price-ui: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #151D19;
  color: #151D19;
  font-family: var(--regular-tex);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

h1,
h2,
h3,
section h2 {
  font-family: var(--heading-text);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.page {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  background: var(--primary-color);
  overflow-x: hidden;
}

.wrapper {
  --wrapper-gutter: 15px;
  width: 100%;
  padding: var(--wrapper-gutter);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.header-image,
.hero-image {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  object-fit: contain;
}

.price-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 360px;
  min-height: 80px;
  margin: 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
  background: #252323;
}

.price-banner__old {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 53px;
  margin: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--price-display);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.price-banner__old-label {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.price-banner__old-price {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.26px;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
}

.price-banner__sale {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 70px;
  margin: 0 15px 0 0;
  border: 2px solid #e50000;
  border-radius: 18px;
  background: rgba(229, 0, 0, 0.1);
  box-sizing: border-box;
}

.price-banner__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 83px;
  height: 19px;
  padding: 0 10px;
  border-radius: 5px;
  background: #e50000;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: var(--price-ui);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.price-banner__sale-price {
  margin: 0;
  color: #fff;
  font-family: var(--price-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.38px;
  text-align: center;
  white-space: nowrap;
}

main {
  padding: 16px 0 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

section {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

section h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-left: 4px solid #6cc96c;
  padding-left: 8px;
}

.video-review-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.video-review-heading {
  text-align: center;
  border-left: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: var(--price-ui);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: #fff;
}

.video-review-heading__sub {
  margin: 0;
  width: 100%;
  padding-bottom: 36px;
  color: #fff;
  font-family: var(--price-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.video-review-player {
  width: 90%;
  max-width: none;
  margin: 0 auto;
  line-height: 0;
}

.video-review-player__wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

/* Повна ширина колонки 360px: компенсуємо padding .wrapper (15px) */
#usage,
#video-review {
  overflow: visible;
}

.wrapper.wrapper--after-hero-cta,
main.page-flow {
  overflow-x: visible;
}

#video-review .order-button-wrap--after-info4 {
  padding-top: 56px;
  padding-bottom: 48px;
}

.video-review-player__trigger {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.video-review-player__trigger:hover {
  filter: brightness(1.05);
}

.video-review-player__trigger:focus-visible {
  outline: 2px solid #07ccb5;
  outline-offset: 3px;
}

.video-review-player__poster,
.video-review-player__video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #000;
}

.video-review-player__poster {
  pointer-events: none;
}

.video-review-player__video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.video-review-player__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.video-review-player__trigger.is-playing .video-review-player__play {
  opacity: 0;
  visibility: hidden;
}

.video-review-player__play-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #323232;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.video-review-player__play-icon {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 20px 0 20px 36px;
  border-color: transparent transparent transparent #07ccb5;
}

.video-review-player__pause {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-tap-highlight-color: transparent;
}

.video-review-player__pause[hidden] {
  display: none;
}

.video-review-player__pause:hover {
  filter: brightness(1.05);
}

.video-review-player__pause:focus-visible {
  outline: 2px solid #07ccb5;
  outline-offset: 3px;
}

.video-review-player__pause-ui {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  pointer-events: none;
}

.video-review-player__pause-icon {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
}

.video-review-player__pause-icon::before,
.video-review-player__pause-icon::after {
  content: '';
  width: 14px;
  height: 40px;
  border-radius: 2px;
  background: #07ccb5;
}

.video-review-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.video-review-modal[hidden] {
  display: none;
}

.video-review-modal__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-review-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
}

.video-review-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.video-review-modal__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(80vh, 640px);
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}

.video-review-modal__embed iframe,
.video-review-modal__embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

#how-to-order .hero-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

main.page-flow > section#how-to-order {
  container-type: inline-size;
  margin: 0;
  padding: 0;
  width: 100%;
}

#order-form.lander-form-section {
  margin-top: 0;
}

#order-form .order-button-wrap {
  width: calc(100% + 2 * var(--wrapper-gutter, 15px));
  margin-left: calc(-1 * var(--wrapper-gutter, 15px));
  margin-right: calc(-1 * var(--wrapper-gutter, 15px));
}

#order-form .timer-section {
  margin-top: 0;
  background: var(--primary-color);
  color: #fff;
}

#order-form .order-form-heading {
  margin: 0 0 24px;
  width: 100%;
  border-left: none;
  padding-left: 0;
  color: #fff;
  font-family: var(--price-ui);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-align: center;
  text-transform: none;
}

#order-form .timer-section .agro-order-form .form-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

#order-form .timer-section .agro-order-form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

#order-form .timer-section .field-icon {
  filter: brightness(0) invert(1);
}

section h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 6px;
}

p {
  margin-bottom: 8px;
  font-size: 15px;
}

ul {
  margin-left: 18px;
  margin-bottom: 8px;
}

ul li {
  margin-bottom: 4px;
  font-size: 14px;
}

/* Список характеристик у блоці features-short — без стандартних кружечків */
#features-short ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#features-short li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

/* Список переваг у блоці usage з ромбиками */
#usage ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#usage li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.diamond-bullet {
  color: #2e7d32;
  margin-top: 2px;
  font-size: 14px;
}

/* Список кроків монтажу без крапок */
#mounting ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.tagline {
  font-size: 15px;
  color: #2f3c2f;
  margin-top: 8px;
  margin-bottom: 12px;
}

/* Текстовий блок із відступами як у ladder/text-frame */
.text-frame {
  width: 100%;
  max-width: calc(100% - 1cm);
  box-sizing: border-box;
  margin: 20px auto 20px;
}

.lander-hero {
  margin-bottom: 0;
  line-height: 0;
}

.lander-hero .hero-image {
  margin-bottom: 0;
  vertical-align: top;
}

.intro-section {
  position: relative;
  container-type: inline-size;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Фон до середини engine.webp (750×988) — без зміщення елементів */
.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - (50cqw * 988 / 750));
  background-image: url("../images/background1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.intro-section > * {
  position: relative;
  z-index: 1;
}

.intro-section .header-image {
  margin-bottom: 37px;
}

.intro-section .price-banner,
#how-to-order .price-banner {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 18px;
  min-height: calc((40 + 6 + 106) / 375 * 100cqw);
  gap: 6px;
}

.intro-section .price-banner__delivery,
#how-to-order .price-banner__delivery {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.intro-section .price-banner__prices,
#how-to-order .price-banner__prices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(60 / 375 * 100cqw);
  width: 100%;
  height: calc(70 / 375 * 100cqw);
  padding: 0 calc(9 / 375 * 100cqw) 0 calc(30 / 375 * 100cqw);
  box-sizing: border-box;
}

.intro-section .price-banner__old,
#how-to-order .price-banner__old {
  width: calc(126 / 375 * 100cqw);
  height: calc(53 / 375 * 100cqw);
  margin: 0;
  border-radius: calc(18 / 375 * 100cqw);
}

.intro-section .price-banner__old-label,
#how-to-order .price-banner__old-label {
  font-size: calc(12 / 375 * 100cqw);
}

.intro-section .price-banner__old-price,
#how-to-order .price-banner__old-price {
  font-size: calc(20 / 375 * 100cqw);
  line-height: calc(28 / 375 * 100cqw);
  letter-spacing: calc(-0.26 / 375 * 100cqw);
}

.intro-section .price-banner__sale,
#how-to-order .price-banner__sale {
  width: calc(150 / 375 * 100cqw);
  height: calc(70 / 375 * 100cqw);
  margin: 0 10px 0 0;
  border-radius: calc(18 / 375 * 100cqw);
}

.intro-section .price-banner__badge,
#how-to-order .price-banner__badge {
  min-width: calc(83 / 375 * 100cqw);
  height: calc(19 / 375 * 100cqw);
  padding: 0 calc(10 / 375 * 100cqw);
  border-radius: calc(5 / 375 * 100cqw);
  font-size: calc(12 / 375 * 100cqw);
}

.intro-section .price-banner__sale-price,
#how-to-order .price-banner__sale-price {
  font-size: calc(26 / 375 * 100cqw);
  line-height: calc(34 / 375 * 100cqw);
  letter-spacing: calc(0.38 / 375 * 100cqw);
}

.intro-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 24px;
  box-sizing: border-box;
  background: #ededed;
  overflow: visible;
}

.intro-heading__mark {
  position: relative;
  width: 30px;
  height: 20px;
  flex-shrink: 0;
  overflow: visible;
  transform: rotate(180deg);
}

.intro-heading__mark img {
  position: absolute;
  inset: 0 -6.63% -15% -6.63%;
  max-width: none;
  display: block;
}

.intro-heading__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  max-width: 768px;
}

.intro-heading__title {
  margin: 0;
  width: 100%;
  border-left: none;
  padding-left: 0;
  color: #000;
  font-family: var(--price-ui);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.intro-heading__model {
  color: #fdc401;
}

.intro-heading__tagline {
  margin: 0;
  width: 100%;
  color: #000;
  font-family: var(--price-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.intro-section .usage-feature-img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  display: block;
}

.intro-section .order-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 24px 20px 48px;
  box-sizing: border-box;
  background: #252323;
}


.wrapper.wrapper--after-hero-cta {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

main.page-flow > section:not(#usage):not(#video-review):not(.supplier):not(#complect):not(#reviews):not(#how-to-order),
.wrapper.wrapper--after-hero-cta > footer,
.wrapper.wrapper--after-hero-cta > #order-form {
  padding-left: var(--wrapper-gutter);
  padding-right: var(--wrapper-gutter);
}

.wrapper.wrapper--after-hero-cta main.page-flow {
  padding-top: 0;
  padding-bottom: 0;
}

/* background2 — одразу після background1, лише на control + info */
#usage {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

#usage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/background2.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

#usage > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto;
}

.usage-specs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  margin: 0;
  padding-bottom: 48px;
  background-image: url("../images/back1.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.usage-specs .intro-heading--on-dark {
  background: transparent;
  padding: 48px 20px 0;
  max-width: 335px;
  margin: 0;
}

.usage-specs .intro-heading--on-dark .intro-heading__content {
  gap: 6px;
}

.usage-specs .intro-heading--on-dark .intro-heading__title,
.usage-specs .intro-heading--on-dark .intro-heading__tagline {
  color: #fff;
}

.usage-specs .intro-heading--on-dark .intro-heading__title {
  white-space: nowrap;
}

.usage-specs .intro-heading--on-dark .intro-heading__tagline {
  line-height: 1.2;
  letter-spacing: -0.16px;
}

.usage-specs img {
  display: block;
  width: calc(100% - 40px);
  max-width: none;
  height: auto;
  margin: 0 20px;
  box-sizing: border-box;
}

.usage-tillage {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  background: #fff;
}

.usage-tillage .intro-heading--tillage {
  background: transparent;
  padding: 48px 20px 0;
  max-width: 100%;
  margin: 0;
}

.usage-tillage > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

.comfort-work {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin: 0;
  padding: 48px 20px;
  box-sizing: border-box;
  background-color: #151d19;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/back two.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.comfort-work .intro-heading--on-dark {
  background: transparent;
  padding: 0;
  max-width: 335px;
  margin: 0;
  width: 100%;
  align-self: flex-start;
}

.comfort-work .intro-heading--on-dark .intro-heading__content {
  gap: 6px;
}

.comfort-work .intro-heading--on-dark .intro-heading__title,
.comfort-work .intro-heading--on-dark .intro-heading__tagline {
  color: #fff;
}

.comfort-work .intro-heading--on-dark .intro-heading__title {
  white-space: normal;
}

.comfort-work__list {
  margin: 0;
  padding-left: 24px;
  color: #fff;
  font-family: var(--price-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  list-style: disc;
  text-align: left;
}

.comfort-work__list li {
  margin: 0 0 6px;
  text-align: left;
}

.comfort-work__list li:last-child {
  margin-bottom: 0;
}

.comfort-work__list strong {
  font-weight: 800;
}

.comfort-work__photo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border-radius: 18px;
  box-shadow: 0 0 38.6px 5px rgba(255, 255, 255, 0.59);
}

.comfort-work .video-review-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.supplier {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 48px 20px;
  box-sizing: border-box;
  background: #fdc401;
}

.supplier__logo {
  display: block;
  width: 98px;
  height: 35px;
  object-fit: contain;
}

.supplier__title {
  margin: 0;
  width: 100%;
  border-left: none;
  padding-left: 0;
  color: #000;
  font-family: var(--price-ui);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-align: center;
  text-transform: uppercase;
}

.supplier__lead {
  margin: 0 0 28px;
  width: 100%;
  max-width: 768px;
  color: #000;
  font-family: var(--price-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.supplier__cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  overflow: hidden;
}

.supplier-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
  background-color: #252323;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.supplier-card--warranty {
  min-height: 204px;
  background-image: url("../images/block1.webp");
}

.supplier-card--service {
  min-height: 220px;
  background-image: url("../images/block2.webp");
}

.supplier-card--parts {
  min-height: 226px;
  background-image: url("../images/block3.webp");
}

.supplier-card--pay {
  min-height: 201px;
  background-image: url("../images/block4.webp");
}

.supplier-card__icon {
  display: block;
  flex-shrink: 0;
}

.supplier-card__title {
  margin: 0;
  color: #fff;
  font-family: var(--price-ui);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.18px;
}

.supplier-card__text {
  margin: 0;
  width: 100%;
  color: #fff;
  font-family: var(--price-ui);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* Комплектація — Figma node 28:324 */
.complect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin: 0;
  padding: 48px 20px;
  box-sizing: border-box;
  background: #fff;
}

.complect .intro-heading--complect {
  background: transparent;
  padding: 0;
  max-width: 335px;
  margin: 0;
  width: 100%;
  align-self: flex-start;
}

.complect .intro-heading--complect .intro-heading__content {
  gap: 6px;
}

.complect .intro-heading--complect .intro-heading__title {
  margin-bottom: 0;
  border-left: none;
  padding-left: 0;
  color: #000;
}

.complect__photo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 14px;
}

.complect .order-button-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.text-frame p {
  margin-bottom: 0;
  font-size: 15px;
}

/* Варіант з меншим відступом знизу */
.text-frame--tight {
  margin-bottom: 4px;
}

/* Варіант з меншими відступами зверху і знизу */
.text-frame--compact {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Зелений ромбик перед підзаголовками в блоці переваг */
#benefits h3::before {
  content: "◆";
  color: #2e7d32;
  margin-right: 6px;
}

/* Кнопка як у скутері */
.btn_wrapper {
  background-color: rgba(195, 6, 6, 0.25);
  padding: 15px;
  border-radius: 999px;
  margin: 15px 0;
  cursor: pointer;
  text-align: center;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.btn_wrapper:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.btn-order {
  display: block;
  padding: 15px 30px;
  margin: 0 auto;
  background: #ed0707;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid #c30606;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  width: 90%;
  text-transform: uppercase;
}

.btn-order:focus,
.btn-order:active,
.btn-order:focus-visible {
  outline: none;
}

.btn-order:hover {
  background: #c30606;
}

.center-btn {
  text-align: center;
  margin-top: 16px;
}

.center-btn .btn_wrapper {
  margin: 0;
}

/* Кнопка як в Ogurechka */
.order-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 20px auto 0;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.stock-scarcity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-family: var(--price-ui);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
}

@keyframes stock-num-fade-in {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

.stock-scarcity__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 21px;
  min-width: 21px;
  margin: 0;
  padding: 0;
  font-family: var(--price-ui);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #24221d;
  background: #fff;
  border-radius: 4px;
  animation: stock-num-fade-in 2.5s ease-in-out infinite alternate;
}

/* Анімація кнопок CTA — Pulse */
.order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: none;
  height: 82px;
  padding: 17px 33px;
  border: 1px solid #fcc100;
  background: linear-gradient(180deg, #fcc100 0%, #c86006 100%);
  color: #fff;
  font-family: var(--price-ui);
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 14px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 7.4px #fcc100;
  animation: order-button-pulse 1.6s ease-in-out infinite;
  transition: filter 0.2s ease;
}

.order-button:hover {
  animation-play-state: paused;
  transform: scale(1.04);
  box-shadow: 0 0 16px #fcc100;
  filter: brightness(1.05);
}

.order-button:active {
  animation-play-state: paused;
  transform: scale(0.98);
  box-shadow: 0 0 7.4px #fcc100;
}

@keyframes order-button-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 7.4px #fcc100;
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 18px #fcc100, 0 0 28px rgba(252, 193, 0, 0.45);
  }
}

@media (prefers-reduced-motion: reduce) {
  .order-button {
    animation: none;
  }

  .stock-scarcity__num {
    animation: none;
    opacity: 1;
  }
}

/* Блок форми замовлення */
.timer-section {
  margin-top: 24px;
  padding: 16px 14px;
  border-radius: 18px;
}

.lander-turnstile-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Відгуки — Figma node 1:715 */
.reviews-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin: 0;
  padding: 48px 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #252323;
}

.reviews-section .intro-heading--on-dark {
  background: transparent;
  padding: 0;
  max-width: 335px;
  margin: 0;
  width: 100%;
  align-self: flex-start;
}

.reviews-section .intro-heading--on-dark .intro-heading__content {
  gap: 6px;
}

.reviews-section .intro-heading--on-dark .intro-heading__title,
.reviews-section .intro-heading--on-dark .intro-heading__tagline {
  color: #fff;
}

.reviews-section .intro-heading--on-dark .intro-heading__title {
  white-space: normal;
  margin-bottom: 0;
  border-left: none;
  padding-left: 0;
}

.reviews-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  overflow: hidden;
}

.reviews-carousel__img {
  display: block;
  width: calc(309 / 335 * 100%);
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  will-change: opacity, transform;
}

.reviews-carousel__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 137px;
  margin: 0;
  padding: 0;
}

.carousel-btn {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid rgba(12, 10, 4, 0.15);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.carousel-btn img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.carousel-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.carousel-btn:focus-visible {
  outline: 2px solid #fdc401;
  outline-offset: 2px;
}

.carousel-btn:active {
  transform: translateY(1px) scale(0.97);
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  height: 8px;
}

.carousel-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: #fff;
}

.carousel-dot:focus-visible {
  outline: 2px solid #fdc401;
  outline-offset: 2px;
}

/* Форма заявки як у скутері (спрощена логіка) */
form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

form .btn_wrapper {
  margin: 15px 0 0;
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

label {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.form-field {
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.agro-order-form .form-input {
  box-sizing: border-box;
  height: 66px;
  font-size: 16px;
  padding: 0 16px;
}

.field-icon-wrap {
  position: relative;
  margin-bottom: 20px;
}

.field-icon-wrap .form-input {
  margin-bottom: 0;
  padding-left: 50px;
}

.field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}


footer {
  margin-top: 24px;
  padding: 16px 8px 8px;
  font-size: 12px;
  color: #777;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

@media (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper {
    --wrapper-gutter: 10px;
    padding: var(--wrapper-gutter);
    width: 100%;
    max-width: 100%;
  }

  .header-image,
  .hero-image {
    width: 100%;
    max-width: 100%;
  }

  .intro-section .order-button-wrap {
    max-width: 100%;
  }

  h2 {
    word-wrap: break-word;
  }

  p,
  li {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .order-button,
  .btn-order {
    white-space: nowrap;
  }

  .order-button {
    height: 82px;
    padding: 17px 20px;
    font-size: 18px;
    white-space: nowrap;
  }

  .btn-order {
    font-size: 16px;
    width: 90%;
    max-width: 100%;
  }
}

/* Сторінка подяки */
body.thank-you-page {
  color: #ffffff;
  min-height: 100vh;
  background: #151d19;
}

body.thank-you-page .page {
  min-height: 100vh;
}

body.thank-you-page .thank-you-main {
  padding: 48px 0 32px;
}

body.thank-you-page .thank-you-section {
  margin-top: 0;
  width: 100%;
}

body.thank-you-page .thank-you-section__title,
body.thank-you-page .thank-you-section h2 {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  border-left: 4px solid #07ccb5;
  padding-left: 12px;
  margin-bottom: 20px;
}

body.thank-you-page .thank-you-section__text,
body.thank-you-page .thank-you-section p {
  color: rgba(255, 255, 255, 0.9);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 16px;
}

body.thank-you-page .thank-you-section__text:last-of-type,
body.thank-you-page .thank-you-section p:last-of-type {
  margin-bottom: 28px;
}

body.thank-you-page .thank-you-section__actions {
  margin-top: 8px;
}
