:root {
  --blue-900: #023e8a;
  --blue-800: #02509b;
  --blue-700: #0962cf;
  --blue-100: #caf0f8;
  --yellow: #facc15;
  --paper: #f2f2f2;
  --ink: #0e0e0e;
  --muted: #323232;
  --line: #d8e8eb;
  --white: #fffff7;
  --container: 1280px;
  --radius: 12px;
  --shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body,
button,
input {
  font-synthesis-weight: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

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

#benefits,
#comparison,
#reviews,
#delivery,
#order-form {
  scroll-margin-top: 112px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 88px;
  background:
    linear-gradient(90deg, var(--blue-900), var(--blue-700) 74.519%, var(--blue-800));
  box-shadow: var(--shadow);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(var(--container), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
}

.site-logo {
  flex: 0 0 auto;
  color: var(--paper);
  font-family: "Bona Nova", serif;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32);
}

.site-nav {
  display: flex;
  gap: 36px;
  margin-left: 64px;
  color: var(--paper);
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32);
}

.site-header__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}

.site-nav a,
.header-call,
.header-buy {
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.header-call:hover,
.header-buy:hover {
  opacity: 0.82;
}

.header-call,
.header-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  border: 1px solid var(--paper);
  background: transparent;
  border-radius: 8px;
  color: var(--paper);
  font-size: 16px;
}

.header-call {
  width: 220px;
}

.header-buy {
  width: 56px;
  color: var(--paper);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.site-header.is-past-hero .header-buy {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #000;
}

.header-call img,
.header-buy img,
.header-buy svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.header-buy svg,
.header-buy svg path {
  fill: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 634px;
  min-height: 634px;
  background: var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 560px;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 64, 149, 0.2)),
    linear-gradient(90deg, var(--blue-800), var(--blue-700) 25.5%, var(--blue-900));
}

.hero::after {
  display: none;
  content: none;
}

.hero__grain {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 387px 506px;
  gap: 40px;
  align-items: start;
  width: min(933px, calc(100% - 48px));
  min-height: 560px;
  margin: 0 auto;
  padding: 1px 0 74px;
}

.hero__product {
  position: relative;
  display: grid;
  place-items: start center;
  min-height: 633px;
}

.hero__product-image {
  position: relative;
  z-index: 1;
  width: 387px;
  height: 633px;
  object-fit: fill;
  transform: scaleX(-1);
}

.hero__shadow {
  display: none;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin-top: 56px;
  color: #f3f3f3;
  text-align: center;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  line-height: 1.2;
}

.hero h1 > span {
  display: block;
}

.hero h1 > span:first-child {
  font-size: 48px;
}

.hero__title-rotator {
  display: inline-block;
  width: 11.5ch;
  height: 1.2em;
  margin-inline: auto;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

.hero__title-track {
  display: flex;
  flex-direction: column;
  animation: hero-title-slide 17s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  will-change: transform;
}

.hero__title-track span {
  height: 1.2em;
  line-height: 1.2;
  text-align: center;
}

@keyframes hero-title-slide {
  0%,
  12% {
    transform: translateY(0);
  }

  17%,
  29% {
    transform: translateY(-1.2em);
  }

  34%,
  46% {
    transform: translateY(-2.4em);
  }

  51%,
  63% {
    transform: translateY(-3.6em);
  }

  68%,
  90% {
    transform: translateY(-4.8em);
  }

  96%,
  100% {
    transform: translateY(-6em);
  }
}

.hero h1 > span:last-child {
  font-size: 48px;
  white-space: nowrap;
}

.hero p {
  margin: -16px 0 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.hero__price {
  margin-top: -18px;
  color: var(--yellow);
  font-size: 40px;
  line-height: 1.25;
}

.hero__delivery-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin-top: -22px;
  margin-bottom: -12px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.hero__delivery-badge img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  object-fit: contain;
  opacity: 0.92;
}

.hero__actions {
  display: grid;
  gap: 12px;
  width: min(420px, 100%);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease;
}

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

.button:focus-visible,
.header-call:focus-visible,
.header-buy:focus-visible,
.site-nav a:focus-visible,
.modal__close:focus-visible {
  outline: 3px solid rgba(250, 204, 21, 0.75);
  outline-offset: 3px;
}

.button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.button--primary {
  background: var(--yellow);
  color: #000;
}

.button--primary:hover {
  background: #ffd633;
}

.button--ghost {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.section {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 6px;
}

.benefits {
  padding-top: 18px;
}

.section-title {
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 1;
}

.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefit-card {
  position: relative;
  min-height: 236px;
  padding: 24px 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(136deg, rgba(254, 255, 251, 0.38), rgba(210, 236, 255, 0.26), rgba(214, 231, 235, 0.18));
  box-shadow: inset 0 0 0 3px #fff;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.benefit-card:hover {
  border-color: #b9d6dc;
  box-shadow: inset 0 0 0 3px #fff;
  transform: translateY(-2px);
}

.benefit-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  object-fit: contain;
  object-position: center;
}

.benefit-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.video-card {
  width: min(1280px, 100%);
  margin: 0 auto;
  text-align: center;
}

.video-card__media {
  position: relative;
  aspect-ratio: 1280 / 567;
  width: 100%;
  overflow: hidden;
  background: #0f0f0f;
}

.video-card__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card__media iframe[hidden] {
  display: none;
}

.video-card__fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 56px);
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 201, 15, 0.2), transparent 30%),
    linear-gradient(135deg, #062f63 0%, #004c99 48%, #052450 100%);
}

.video-card__fallback[hidden] {
  display: none;
}

.video-card__fallback div {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 560px;
}

.video-card__fallback strong {
  color: #ffffff;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.1;
}

.video-card__fallback p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.35;
}

.video-card__fallback .button {
  width: auto;
  min-width: min(100%, 320px);
  padding-inline: 28px;
}

.video-card figcaption {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.video-card strong {
  color: var(--ink);
}

.comparison {
  display: grid;
  justify-items: center;
}

.comparison-table {
  display: grid;
  gap: 1px;
  width: min(958px, 100%);
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 220px minmax(240px, 408px) 220px;
  gap: 16px;
  justify-content: center;
}

.comparison-table__row > div {
  display: grid;
  place-items: center;
  min-height: 56px;
  padding: 8px 16px;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.comparison-table__row > div:first-child {
  background: linear-gradient(90deg, transparent, #f6f6f6);
}

.comparison-table__row > div:nth-child(2) {
  color: #000;
  font-size: 16px;
  background: linear-gradient(166deg, rgba(254, 255, 251, 0.55), rgba(230, 249, 255, 0.55));
}

.comparison-table__row:nth-child(odd):not(.comparison-table__head) > div:nth-child(2) {
  background: rgba(202, 240, 248, 0.5);
}

.comparison-table__row > div:last-child {
  background: linear-gradient(90deg, #f6f6f6, transparent);
}

.comparison-table__head > div {
  min-height: 56px;
  border-radius: 16px 16px 0 0;
  font-weight: 700;
}

.comparison-table__head > div:nth-child(2) {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(102, 102, 102, 0.2)),
    linear-gradient(90deg, var(--blue-800), var(--blue-700) 25.5%, var(--blue-900));
  color: #fff;
  font-size: 20px;
}

.comparison-table__price > div:nth-child(2) {
  min-height: 61px;
  background: #fff6d3;
  font-size: 24px;
  font-weight: 600;
}

.comparison__button {
  width: min(408px, 100%);
  margin-top: 16px;
}

.comparison__note {
  width: min(958px, 100%);
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.reviews__panel {
  position: relative;
  display: grid;
  grid-template-columns: 672px 576px;
  height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(102, 102, 102, 0.2)),
    linear-gradient(90deg, var(--blue-800), var(--blue-700) 25.5%, var(--blue-900));
}

.reviews__map {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 40px;
  padding: 36px 54px;
  color: var(--paper);
}

.reviews__map-visual {
  position: relative;
  width: min(489px, 100%);
  aspect-ratio: 489 / 326;
}

.ukraine-map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.map-marker {
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  width: 10px;
  height: 10px;
  border: 2px solid var(--paper);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 2px rgba(255, 203, 30, 0.16);
  transform: translate(-50%, -50%);
}

.map-marker::before,
.map-marker::after {
  position: absolute;
  inset: -8px;
  content: "";
  border: 1px solid rgba(255, 203, 30, 0.72);
  border-radius: inherit;
  animation: mapMarkerPulse 2.35s ease-out infinite;
}

.map-marker::after {
  animation-delay: 1.1s;
}

.map-marker span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.map-marker--kyiv {
  --map-x: 54%;
  --map-y: 36%;
}

.map-marker--kharkiv {
  --map-x: 78%;
  --map-y: 39%;
}

.map-marker--mykolaiv {
  --map-x: 58%;
  --map-y: 69%;
}

.map-marker--lviv {
  --map-x: 15%;
  --map-y: 35%;
}

.map-marker--bucha {
  --map-x: 51%;
  --map-y: 35%;
}

.map-marker--nova-vodolaha {
  --map-x: 75%;
  --map-y: 45%;
}

@keyframes mapMarkerPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.36);
  }

  70% {
    opacity: 0;
    transform: scale(1.95);
  }

  100% {
    opacity: 0;
    transform: scale(1.95);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__title-track {
    animation: none;
    transform: translateY(0);
  }

  .map-marker::before,
  .map-marker::after {
    animation: none;
    opacity: 0.45;
    transform: scale(1.45);
  }
}

.reviews__stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr) minmax(0, 1fr);
  width: 100%;
  max-width: 563px;
  padding: 18px 28px;
  border: 1px solid #2567b8;
  border-radius: var(--radius);
  background: rgba(64, 112, 180, 0.62);
}

.reviews__stats div {
  display: grid;
  align-content: center;
  gap: 8px;
  justify-items: center;
  min-width: 0;
  padding: 0 22px;
}

.reviews__stats div:first-child {
  padding-left: 0;
}

.reviews__stats div:last-child {
  padding-right: 0;
}

.reviews__stats div + div {
  border-left: 1px solid #377ccf;
}

.reviews__stats strong {
  color: var(--paper);
  font-size: 48px;
  line-height: 1;
}

.reviews__stats div:nth-child(2) strong {
  font-size: 56px;
}

.reviews__stats span {
  color: #add1fd;
  font-size: 16px;
  font-weight: 500;
}

.reviews__list {
  display: grid;
  gap: 8px;
  align-content: start;
  height: 560px;
  padding: 0 32px 32px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-snap-type: none;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
  scrollbar-width: thin;
}

.reviews__list .review-card:first-child {
  margin-top: 32px;
}

.reviews__list::-webkit-scrollbar {
  width: 6px;
}

.reviews__list::-webkit-scrollbar-track {
  background: transparent;
}

.reviews__list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.review-card {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 24px 40px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(132deg, #fefffb, #e9f6ff 78%, #d6e7eb);
  scroll-snap-align: start;
  transition: transform 180ms ease;
}

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

.review-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-card__author img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  object-fit: cover;
}

.review-card__author div {
  display: grid;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 20px;
}

.review-card__author small {
  font-size: 14px;
}

.review-card p {
  margin: 0;
  color: #0f0f0f;
  font-size: 16px;
  font-style: italic;
  line-height: 1.28;
}

.delivery__steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 136px;
  padding: 72px 90px 44px;
}

.delivery-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 29px;
  text-align: center;
}

.delivery-step:not(:last-child)::after {
  position: absolute;
  top: 53px;
  left: calc(100% + 24px);
  width: 88px;
  height: 1px;
  background: #2b75c7;
  content: "";
}

.delivery-step__icon {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.delivery-step__icon img {
  width: 106px;
  height: 106px;
  object-fit: contain;
}

.delivery-step:nth-child(3) .delivery-step__icon img {
  width: 142px;
  max-width: none;
}

.delivery-step h3 {
  margin: 0;
  color: #1a202c;
  font-size: 20px;
  line-height: 1;
}

.delivery-step p {
  margin: 0;
  color: #1a202c;
  font-size: 16px;
  line-height: 20px;
}

.offer {
  position: relative;
  display: grid;
  gap: 24px;
  justify-items: center;
  width: min(958px, calc(100% - 48px));
  margin: 58px auto 72px;
  padding: 48px 44px 38px;
  border: 3px dashed #ffb000;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 15% 16%, rgba(255, 122, 0, 0.22), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 204, 0, 0.28), transparent 27%),
    linear-gradient(135deg, #fff8e3 0%, #fff1c2 46%, #ffe4a3 100%);
  text-align: center;
}

.offer__badge {
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 8px 16px;
  border-radius: 8px;
  background: #fc0;
  color: #0f0f0f;
  font-size: 16px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.offer h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.offer__gift-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.offer__gift-icon svg {
  width: 30px;
  height: 30px;
}

.offer__gift-icon path {
  fill: none;
  stroke: #0f0f0f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.offer .button {
  width: min(640px, 100%);
  min-height: 56px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
}

.offer__timer {
  display: grid;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

.offer__timer-title {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.offer__timer-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.offer__timer-grid div {
  display: grid;
  place-items: center;
  width: 60px;
  min-height: 58px;
  padding: 7px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.offer__timer-grid strong {
  color: var(--blue-900);
  font-size: 26px;
  line-height: 1;
}

.offer__timer-grid span {
  color: #787878;
  font-size: 13px;
}

.offer__timer-grid i {
  color: #777;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.faq {
  position: relative;
  width: min(var(--container), calc(100% - 48px));
  margin-top: 42px;
  padding: 40px 0 6px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq::before {
  display: none;
  content: none;
}

.faq__list {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(958px, 100%);
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(136deg, rgba(254, 255, 251, 0.76), rgba(210, 236, 255, 0.22));
  box-shadow: inset 0 0 0 3px #fff;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.faq-item:hover {
  border-color: rgba(9, 98, 207, 0.24);
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff;
  transform: translateY(-1px);
}

.faq-item[open] {
  border-color: rgba(9, 98, 207, 0.32);
  background: #fff;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 16px 88px 16px 28px;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

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

.faq-item summary::after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--blue-700);
  color: #fff;
  content: "+";
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.faq-item summary:hover::after {
  transform: scale(1.04);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 28px 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.lead-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: center;
  margin-top: 84px;
  padding: 46px 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 247, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(250, 204, 21, 0.16), transparent 28%),
    linear-gradient(90deg, var(--blue-900), var(--blue-700) 74.519%, var(--blue-800));
  box-shadow: 0 18px 44px rgba(2, 62, 138, 0.14);
}

.lead-form::after {
  position: absolute;
  right: -46px;
  bottom: -56px;
  width: 190px;
  height: 190px;
  border: 2px dashed rgba(255, 255, 247, 0.22);
  border-radius: 50%;
  content: "";
}

.lead-form__info {
  position: relative;
  display: grid;
  gap: 16px;
  z-index: 1;
}

.lead-form__info span,
.modal__dialog > span {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--yellow);
  color: #0f0f0f;
  font-size: 14px;
}

.lead-form__info h2,
.modal__dialog h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
}

.lead-form__info h2 {
  color: var(--white);
}

.lead-form__info p,
.modal__dialog p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.lead-form__info p {
  color: rgba(255, 255, 247, 0.84);
}

.lead-form__form,
.modal__form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.lead-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: 14px;
  align-items: end;
}

.lead-form label,
.modal__form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.lead-form label {
  color: var(--white);
}

.lead-form input,
.lead-form textarea,
.lead-form select,
.modal__form input {
  width: 100%;
  border: 1px solid #c9dfe5;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 14px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  border-color: rgba(255, 255, 247, 0.36);
  background: rgba(255, 255, 247, 0.96);
  font-weight: 500;
}

.lead-form select {
  min-height: 48px;
  appearance: none;
  background-color: rgba(255, 255, 247, 0.96);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--blue-900) 50%),
    linear-gradient(135deg, var(--blue-900) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 52%,
    calc(100% - 14px) 52%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  cursor: pointer;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  font-weight: 600;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus,
.modal__form input:focus {
  border-color: var(--blue-700);
  box-shadow: 0 0 0 4px rgba(9, 98, 207, 0.12);
  outline: 0;
}

.lead-form input[aria-invalid="true"],
.modal__form input[aria-invalid="true"] {
  border-color: #d92d20;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.16);
}

.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.form-status:empty {
  display: none;
}

.lead-form .form-status {
  color: rgba(255, 255, 247, 0.9);
}

.form-status.is-success {
  color: #0d7d46;
}

.form-status.is-error {
  color: #b42318;
}

.lead-form .form-status.is-success {
  color: #dfffe8;
}

.lead-form .form-status.is-error {
  color: #ffe0dc;
}

.button:disabled,
.button.is-loading {
  cursor: not-allowed;
  opacity: 0.72;
}

.modal-offer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px dashed #ffae00;
  border-radius: 10px;
  background: linear-gradient(120deg, #fff6d6, #ffe28a);
}

.modal-offer__copy {
  display: flex;
  gap: 8px;
  align-items: center;
}

.modal-offer__copy img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.modal-offer__copy > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.modal-offer strong {
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.2;
}

.modal-offer span {
  color: #4b4b4b;
  font-size: 11px;
  line-height: 1.2;
}

.modal-offer__timer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--blue-900);
  white-space: nowrap;
}

.modal-offer__timer span {
  display: grid;
  min-width: 32px;
  place-items: center;
  padding: 5px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.86);
  color: #707070;
  font-size: 10px;
}

.modal-offer__timer b {
  color: var(--blue-900);
  font-size: 17px;
  line-height: 1;
}

.modal-offer__timer i {
  color: #7a7a7a;
  font-style: normal;
  font-weight: 700;
}

.site-footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: min(var(--container), calc(100% - 48px));
  margin: 72px auto 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.site-footer__copy {
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 720px;
}

.site-footer__copy span {
  width: fit-content;
  color: var(--blue-900);
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.site-footer p {
  margin: 0;
  max-width: 600px;
}

.site-footer__made {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--blue-900);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.site-footer__flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  border-radius: 2px;
  vertical-align: -2px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.modal.is-open {
  display: grid;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 21, 48, 0.62);
  backdrop-filter: blur(5px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(480px, 100%);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 36px;
  border-radius: 16px;
  background: #f8fbfc;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(2, 80, 155, 0.08);
  color: var(--blue-900);
  font-size: 28px;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease;
}

.modal__close:hover {
  background: rgba(2, 80, 155, 0.16);
  color: var(--blue-700);
}

@media (max-width: 1180px) {
  :root {
    --container: 920px;
  }

  .site-header__inner {
    justify-content: flex-start;
  }

  .site-logo {
    font-size: 36px;
  }

  .site-nav {
    gap: 24px;
    margin-left: 40px;
  }

  .site-header__actions {
    margin-left: auto;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 387px) minmax(0, 506px);
    gap: 40px;
    width: min(933px, calc(100% - 48px));
  }

  .hero__content {
    width: min(506px, 100%);
  }

  .hero__product {
    min-height: 633px;
    transform: none;
  }

  .hero__product-image {
    width: 387px;
    height: 633px;
  }

  .hero h1 > span:first-child {
    font-size: 48px;
  }

  .hero h1 > span:last-child {
    font-size: 48px;
  }

  .benefit-card {
    padding: 22px 24px;
  }

  .reviews__panel {
    grid-template-columns: 469px minmax(0, 1fr);
    height: 560px;
  }

  .reviews__list {
    grid-template-columns: 1fr;
    min-width: 0;
    height: 560px;
    padding: 0 24px 24px;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: none;
  }

  .reviews__list .review-card:first-child {
    margin-top: 24px;
  }

  .reviews__map {
    padding: 36px;
  }

  .reviews__stats {
    max-width: 100%;
    padding: 14px 16px;
  }

  .reviews__stats div {
    gap: 6px;
    padding: 0 8px;
  }

  .reviews__stats strong {
    font-size: 34px;
  }

  .reviews__stats div:nth-child(2) strong {
    font-size: 40px;
  }

  .delivery__steps {
    gap: 72px;
    padding-inline: 24px;
  }

  .delivery-step:not(:last-child)::after {
    width: 48px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .site-header {
    height: 88px;
  }

  .site-header__inner {
    width: calc(100% - 32px);
  }

  .site-nav {
    display: none;
  }

  .site-logo {
    font-size: 36px;
  }

  .header-call {
    width: auto;
    min-height: 56px;
    padding: 16px;
    font-size: 16px;
  }

  .header-buy {
    min-height: 56px;
  }

  .hero {
    min-height: 560px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 326px) minmax(0, 358px);
    gap: 24px;
    width: 100%;
    min-height: 533px;
    padding: 1px 24px 26px;
  }

  .hero__product {
    min-height: 533px;
    transform: none;
  }

  .hero__product-image {
    width: 326px;
    height: 533px;
  }

  .hero__content {
    gap: 40px;
    width: min(358px, 100%);
    margin-top: 56px;
  }

  .hero h1 {
    line-height: 1.12;
  }

  .hero h1 > span:first-child {
    font-size: 34px;
  }

  .hero h1 > span:last-child {
    font-size: 34px;
    white-space: nowrap;
  }

  .hero p {
    margin-top: -16px;
    font-size: 18px;
  }

  .hero__price {
    font-size: 36px;
  }

  .hero__actions {
    width: min(358px, 100%);
  }

  .section {
    width: calc(100% - 32px);
    padding-top: 40px;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 16px;
  }

  .benefits__grid {
    grid-template-columns: repeat(3, minmax(186px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .benefit-card {
    min-height: 218px;
    padding: 20px 18px;
  }

  .benefit-card h3 {
    font-size: 17px;
  }

  .benefit-card p {
    font-size: 13px;
    line-height: 18px;
  }

  .video-card__media {
    aspect-ratio: 620 / 430;
  }

  .comparison-table {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .comparison-table__row {
    grid-template-columns: 190px 240px 210px;
    min-width: 672px;
  }

  .reviews__map {
    width: 421px;
    padding: 84px 24px 0;
  }

  .reviews__stats {
    padding: 12px;
  }

  .reviews__stats div {
    gap: 6px;
    padding: 0 12px;
  }

  .reviews__stats strong {
    font-size: 34px;
  }

  .reviews__stats div:nth-child(2) strong {
    font-size: 42px;
  }

  .reviews__stats span {
    font-size: 13px;
  }

  .reviews__panel {
    display: block;
    height: 808px;
  }

  .reviews__map {
    width: 421px;
    margin: 0 auto;
    padding: 84px 0 0;
  }

  .reviews__list {
    position: absolute;
    right: 24px;
    bottom: 44px;
    left: 24px;
    display: flex;
    gap: 16px;
    height: 234px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .reviews__list .review-card:first-child {
    margin-top: 0;
  }

  .review-card {
    flex: 0 0 min(426px, calc(100% - 32px));
    min-height: 234px;
  }

  .review-card {
    padding: 22px 24px;
  }

  .delivery__steps {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 24px 0 0;
  }

  .delivery-step {
    max-width: 360px;
    margin: 0 auto;
  }

  .delivery-step:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    left: 50%;
    width: 1px;
    height: 16px;
  }

  .offer {
    padding: 48px 24px 28px;
  }

  .offer__timer-grid {
    gap: 6px;
  }

  .offer__timer-grid div {
    width: 58px;
    min-height: 56px;
    padding: 7px 6px;
    border-radius: 10px;
  }

  .offer__timer-grid strong {
    font-size: 24px;
  }

  .offer__timer-grid span {
    font-size: 12px;
  }

  .offer__timer-grid i {
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .site-header {
    height: 88px;
  }

  #benefits,
  #comparison,
  #reviews,
  #delivery,
  #order-form {
    scroll-margin-top: 104px;
  }

  .site-header__inner {
    width: min(343px, calc(100% - 32px));
  }

  .site-logo {
    font-size: 36px;
  }

  .header-call {
    width: 56px;
    min-height: 56px;
    padding: 16px;
    font-size: 16px;
  }

  .site-header__actions {
    gap: 8px;
  }

  .header-buy {
    width: 56px;
  }

  .header-call__label {
    display: none;
  }

  .header-call::after {
    content: none;
  }

  .hero {
    min-height: 712px;
  }

  .hero::before {
    height: 712px;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 712px;
    padding: 8px 13px 18px;
  }

  .hero__product {
    order: 1;
    width: 100%;
    min-height: 361px;
    height: 361px;
    transform: none;
  }

  .hero__product-image {
    width: 250px;
    height: 361px;
  }

  .hero__content {
    display: contents;
    margin-top: 0;
  }

  .hero__content h1 {
    order: 2;
  }

  .hero__content p {
    order: 3;
  }

  .hero__price {
    order: 4;
  }

  .hero__delivery-badge {
    order: 5;
    width: min(343px, 100%);
    margin: -6px auto 0;
    font-size: 14px;
  }

  .hero__actions {
    order: 6;
    width: min(343px, 100%);
  }

  .hero__content {
    align-items: stretch;
    gap: 12px;
  }

  .hero h1 {
    width: min(295px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  .hero h1 > span:first-child {
    font-size: 30px;
  }

  .hero h1 > span:last-child {
    font-size: 30px;
  }

  .hero p {
    width: min(295px, 100%);
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero__price {
    font-size: 36px;
  }

  .hero__actions .button {
    min-height: 56px;
    font-size: 16px;
  }

  .button {
    min-height: 44px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .section {
    width: calc(100% - 32px);
    padding-top: 28px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .section-title p {
    font-size: 14px;
  }

  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .benefit-card {
    min-height: 0;
    padding: 14px 9px;
  }

  .benefit-card__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }

  .benefit-card h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .benefit-card p {
    font-size: 10px;
    line-height: 14px;
  }

  .video-card figcaption {
    font-size: 12px;
    line-height: 16px;
  }

  .comparison-table__row {
    grid-template-columns: 190px 240px 210px;
  }

  .comparison-table__row > div {
    font-size: 12px;
  }

  .comparison__note {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .comparison-table__row > div:nth-child(2) {
    font-size: 14px;
  }

  .reviews__panel {
    display: block;
    height: 808px;
  }

  .reviews__map {
    width: 343px;
    gap: 18px;
    margin: 0 auto;
    padding: 34px 12px 0;
  }

  .reviews__stats strong {
    font-size: 28px;
  }

  .reviews__stats div {
    gap: 5px;
    padding: 0 8px;
  }

  .reviews__stats div:nth-child(2) strong {
    font-size: 32px;
  }

  .reviews__stats span {
    font-size: 11px;
  }

  .reviews__list {
    position: static;
    grid-template-columns: 1fr;
    display: grid;
    width: calc(100% - 32px);
    height: 428px;
    margin: 22px auto 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y proximity;
  }

  .review-card {
    flex: initial;
    gap: 16px;
    padding: 18px 16px;
  }

  .review-card p {
    font-size: 13px;
  }

  .offer {
    width: calc(100% - 32px);
    margin: 44px auto 42px;
    gap: 18px;
    padding: 42px 16px 24px;
  }

  .offer h2 {
    gap: 8px;
    font-size: 22px;
    margin-top: 0;
  }

  .offer__gift-icon {
    display: none;
  }

  .offer__badge {
    font-size: 13px;
  }

  .offer__badge {
    top: -13px;
    padding: 6px 14px;
  }

  .offer__timer {
    display: grid;
    gap: 8px;
  }

  .offer__timer-title {
    font-size: 13px;
    line-height: 18px;
  }

  .offer__timer-grid {
    gap: 6px;
  }

  .offer__timer-grid div {
    width: 62px;
    min-height: 62px;
    padding: 8px 6px;
    border-radius: 10px;
  }

  .offer__timer-grid strong {
    font-size: 28px;
  }

  .offer__timer-grid span {
    font-size: 13px;
  }

  .offer__timer-grid i {
    font-size: 22px;
  }

  .offer .button {
    min-height: 48px;
    border-radius: 8px;
    font-size: 14px;
  }

  .lead-form {
    width: calc(100% - 32px);
    margin-top: 64px;
    padding: 24px 16px;
  }

  .lead-form__row {
    grid-template-columns: 1fr;
  }

  .lead-form__info h2,
  .modal__dialog h2 {
    font-size: 24px;
  }

  .site-footer {
    display: grid;
    width: calc(100% - 32px);
    margin-top: 56px;
    padding: 0;
    text-align: center;
  }

  .site-footer__copy {
    display: grid;
    gap: 8px;
    justify-items: center;
  }

  .site-footer__made {
    justify-content: center;
  }

  .modal__dialog {
    max-height: calc(100dvh - 32px);
    padding: 30px 18px 22px;
  }

  .modal {
    align-items: start;
    padding: 16px;
  }

  .modal__close {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}
