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

* {
  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: 8px;
  width: 100%;
  max-width: 360px;
  height: 28px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  background-image:
    linear-gradient(
      180.79deg,
      rgba(151, 209, 97, 0.65) 0.27%,
      rgba(79, 172, 12, 0.65) 108.41%
    ),
    linear-gradient(90deg, rgba(15, 21, 20, 0.2) 0%, rgba(15, 21, 20, 0.2) 100%),
    url("../images/fone.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.price-banner__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: block;
}

.price-banner__text {
  margin: 0;
  color: #fff;
  font-family: var(--regular-tex);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.24px;
  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;
}

/* Заголовок відгуків */
#reviews h2.reviews-heading {
  margin: 0;
  border-left: none;
  padding: 0;
  color: #fff;
  font-family: var(--regular-tex);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.reviews-heading__accent,
.reviews-heading__main {
  flex-shrink: 0;
}

.video-review-heading {
  text-align: center;
  border-left: none;
  padding: 0;
  margin: 0 0 10px;
  font-family: var(--heading-text);
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(176.72deg, #ffffff 2.71%, #999999 112.08%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.video-review-player {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 0;
  line-height: 0;
}

.video-review-player__wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.video-review-color,
.video-review-complectation {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto;
}

/* Повна ширина колонки 360px: компенсуємо padding .wrapper (15px) */
#usage,
#video-review {
  overflow: visible;
}

#video-review .video-review-tbc {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto;
}

#video-review {
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
}

.wrapper.wrapper--after-hero-cta,
main.page-flow {
  overflow-x: visible;
}

#video-review .order-button-wrap--after-info4 {
  max-width: none;
  width: 100%;
  padding: 24px 20px 36px;
  box-sizing: border-box;
  background: #fff;
}

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

/* Форма замовлення — Figma 74:52 */
#order-form.lander-form-section {
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #dfdfdf;
}

#order-form .timer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 36px 16px;
  border-radius: 0;
  background: #dfdfdf;
  color: #212426;
  box-sizing: border-box;
}

#order-form .order-form-heading {
  margin: 0;
  width: 100%;
  max-width: 319px;
  border: none;
  padding: 0;
  font-family: var(--regular-tex);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.38px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(136deg, #db593a 19%, #75301f 115%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#order-form .agro-order-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 23px;
}

#order-form .order-form-fields {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 344px;
}

#order-form .agro-order-form .form-input {
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0 23px;
  color: #212426;
  font-family: var(--regular-tex);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  background: #f5f5f5;
  border: 1px solid #7e7e7e;
  border-radius: 3px;
  box-sizing: border-box;
}

#order-form .agro-order-form .form-input::placeholder {
  color: #212426;
  opacity: 1;
}

#order-form .lander-turnstile-row {
  margin-top: 18px;
  margin-bottom: 0;
}

#order-form .order-button-wrap {
  width: 100%;
  max-width: 319px;
  margin: 24px auto 0;
  padding: 0;
}

#order-form .order-button {
  width: 100%;
  max-width: 319px;
  height: 62px;
  padding: 17px 33px;
  color: #fff;
  font-family: var(--regular-tex);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(180deg, #e45d3c 0%, #843623 100%);
  border: 1px solid #ab4229;
  border-radius: 14px;
  box-shadow: 0 0 7px rgba(171, 66, 41, 0.71);
}

#order-form .order-button:hover {
  box-shadow: 0 0 12px rgba(171, 66, 41, 0.85);
  filter: brightness(1.05);
  transform: none;
}

#order-form .order-button:active {
  box-shadow: 0 0 7px rgba(171, 66, 41, 0.71);
  transform: none;
}

#order-form .stock-scarcity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 18px 0 0;
  color: #000;
  font-family: var(--regular-tex);
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.38px;
}

#order-form .stock-scarcity__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  min-width: 28px;
  width: 28px;
  height: 26px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.38px;
  background: #525251;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  animation: stock-num-fade-in 2.5s ease-in-out infinite alternate;
}

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

.price-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  box-sizing: border-box;
  background: #087e8f;
}

.price-offer__sale,
.price-offer__regular {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.price-offer__sale {
  flex: 189 1 0;
  min-width: 0;
}

.price-offer__regular {
  flex: 186 1 0;
  min-width: 0;
}

.price-offer__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  padding: 0 10px;
  border-radius: 5px;
  background: #e50000;
  color: #fff;
  font-family: var(--regular-tex);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.price-offer__amount {
  margin: 0;
  color: #fff;
  font-family: var(--regular-tex);
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.38px;
  text-align: center;
  white-space: nowrap;
}

.price-offer__regular-label,
.price-offer__regular-amount {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--regular-tex);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.price-offer__regular-label {
  font-size: 12px;
  line-height: 1.4;
}

.price-offer__regular-amount {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.26px;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
}

.intro-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 24px 0 36px;
  box-sizing: border-box;
  background: #fff;
}

.intro-section__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  max-width: 360px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.intro-section__cta .stock-scarcity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.38px;
}

.intro-section__cta .stock-scarcity__num {
  margin: 0 4px;
  min-width: 28px;
  width: 28px;
  height: 26px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.38px;
  background: #525251;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.intro-section__cta .order-button {
  width: 90%;
  max-width: none;
  height: 82px;
  padding: 17px 33px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  background: linear-gradient(180deg, #e45d3c 0%, #843623 100%);
  border: 1px solid #ab4229;
  border-radius: 14px;
  box-shadow: 0 0 7px rgba(171, 66, 41, 0.71);
}

.intro-section__cta .order-button:hover {
  box-shadow: 0 0 12px rgba(171, 66, 41, 0.85);
  filter: brightness(1.05);
}

.intro-section__cta .order-button:active {
  box-shadow: 0 0 7px rgba(171, 66, 41, 0.71);
}

.intro-trust-note {
  margin: 12px 0 0;
  max-width: 283px;
  color: #000;
  font-family: var(--regular-tex);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.38px;
  text-align: center;
}

.wrapper.wrapper--after-hero-cta {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

main.page-flow > section:not(#usage):not(#video-review):not(#reviews):not(.price-offer),
.wrapper.wrapper--after-hero-cta > footer {
  padding-left: var(--wrapper-gutter);
  padding-right: var(--wrapper-gutter);
}

.wrapper.wrapper--after-hero-cta main.page-flow {
  padding-top: 0;
  padding-bottom: 0;
}

/* Секція usage — блок «Сумка-візок» */
#usage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
}

.usage-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 0 0;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}

.usage-intro__heading {
  position: relative;
  width: 100%;
  max-width: 329px;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: left;
}

.usage-intro__dots {
  position: relative;
  width: 43px;
  height: 22px;
  margin-bottom: 10px;
}

.usage-intro__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
}

.usage-intro__dot--offset {
  left: 21px;
  top: 0.5px;
}

.usage-intro__title {
  margin: 0;
  color: #000;
  font-family: var(--regular-tex);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.38px;
  text-transform: uppercase;
}

.usage-intro__subtitle {
  margin: 0;
  color: #000;
  font-family: var(--regular-tex);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.38px;
}

.usage-intro__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.usage-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 0 0;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}

.usage-details__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.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 {
  max-width: 360px;
  margin: 20px auto 0;
  padding: 0 10px;
  text-align: center;
}

.stock-scarcity {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-family: var(--regular-tex);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.32px;
}

@keyframes stock-num-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.stock-scarcity__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 6px;
  min-width: 23px;
  height: 27px;
  padding: 6px 10px;
  font-family: var(--regular-tex);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #1a2421;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 5.65px rgba(0, 0, 0, 0.97);
  animation: stock-num-fade-in 2.5s ease-in-out infinite alternate;
}

/* Анімація кнопок CTA — як у Тенти TBC (.order-button::after + hover) */
.order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 44px;
  border: none;
  background: linear-gradient(180deg, #ffd900 0%, #a38c0a 100%);
  color: #000;
  font-family: var(--regular-tex);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.order-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 60px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(20px);
  transform: skewX(-25deg) translateZ(0);
  animation: order-button-slide 3s ease 0.05s infinite;
  pointer-events: none;
}

.order-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05);
}

.order-button:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

@keyframes order-button-slide {
  0% {
    left: -30px;
  }
  100% {
    left: 110%;
  }
}

/* Блок форми замовлення */
.timer-section {
  margin-top: 24px;
  padding: 16px 14px;
  border-radius: 18px;
}

.lander-turnstile-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Карусель відгуків — Figma Gallery / 25 */
.reviews-section {
  width: 100%;
  margin: 0;
  padding: 48px 20px;
  box-sizing: border-box;
  background: #077d8f;
  text-align: left;
}

.reviews-header {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 0 48px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}

.reviews-header .usage-intro__dots {
  margin-bottom: 10px;
}

.reviews-header .reviews-heading {
  width: 100%;
  max-width: none;
}

.reviews-recommend {
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--regular-tex);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
}

.reviews-recommend strong {
  font-weight: 700;
}

.reviews-recommend-bar {
  position: relative;
  width: 100%;
  max-width: none;
  height: 8px;
  margin-top: 12px;
  border-radius: 31px;
  background: #d9d9d9;
  overflow: hidden;
}

.reviews-recommend-bar__fill {
  display: block;
  width: 97%;
  height: 100%;
  border-radius: 31px;
  background: linear-gradient(90deg, #15ff00 0%, #1db90f 100%);
}

.reviews-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.reviews-carousel__image,
#review-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  border-radius: 15px;
  will-change: opacity, transform;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 137px;
  margin-top: 40px;
  padding: 0;
}

.carousel-btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(12, 10, 4, 0.15);
  border-radius: 4px;
  padding: 12px;
  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: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  filter: none;
}

.carousel-btn--next img {
  transform: none;
}

.carousel-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.carousel-btn:hover img {
  filter: none;
}

.carousel-btn:active {
  transform: translateY(1px) scale(0.97);
}

.carousel-btn:active img {
  filter: none;
}

.reviews-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.reviews-dots__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.reviews-dots__dot.is-active {
  background: #fff;
}

/* Форма заявки як у скутері (спрощена логіка) */
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__cta {
    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 {
    padding: 16px 24px;
    font-size: 18px;
    white-space: normal;
  }

  .btn-order {
    font-size: 16px;
    width: 90%;
    max-width: 100%;
  }
}

/* Віджет «Зараз на сайті» — з’являється після #usage-control-img */
.online-visitors-widget {
  position: fixed;
  top: 175px;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(110%);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
  pointer-events: none;
}

.online-visitors-widget--visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .online-visitors-widget {
    transition: none;
  }
}

.online-visitors-widget .online-visitors-widget__item {
  border-radius: 5px 0 0 5px;
  padding: 10px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.online-visitors-widget .online-visitors-widget__item .online-visitors-widget__title {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.2px;
}

.online-visitors-widget .online-visitors-widget__item b {
  font-weight: 700;
  font-size: 20px;
  padding-left: 40px;
}

.online-visitors-widget.online-visitors-widget_dark .online-visitors-widget__item {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.online-visitors-widget.online-visitors-widget_dark
  .online-visitors-widget__item:first-child::before {
  content: "";
  display: block;
  background: url(../icons/online-visitors-widget-people.png) no-repeat 0 0 / contain;
  width: 26px;
  height: 24px;
  position: absolute;
  left: 10px;
  bottom: 9px;
}

/* Сторінка подяки */
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;
}
