:root {
  --green-900: #30452a;
  --green-800: #3e5835;
  --green-700: #527447;
  --green-600: #6f925c;
  --green-100: #edf3e8;
  --cream: #fffdf6;
  --gold: #e4b84a;
  --ink: #253022;
  --muted: #667061;
  --error: #a9362d;
}

html {
  scroll-behavior: smooth;
}

body.body {
  color: var(--ink);
  background: #e6ebe1;
  font-family: Ubuntu, Arial, sans-serif;
  line-height: 1.45;
}

.root {
  overflow: hidden;
  max-width: 520px;
  background: #fff;
  box-shadow: 0 0 42px rgba(37, 48, 34, 0.18);
}

.hero-section {
  isolation: isolate;
  min-height: 720px;
  height: min(100svh, 820px);
}

.hero-section::after {
  content: "";
  z-index: 2;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(24, 42, 22, 0.42) 0%, transparent 38%, rgba(24, 42, 22, 0.42) 100%);
}

.hero-kicker {
  z-index: 5;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #fff;
  background: rgba(48, 69, 42, 0.76);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.flex-block {
  z-index: 4;
  margin-top: 66px;
  backdrop-filter: none;
}

.heading {
  letter-spacing: 0;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.42);
}

.image-2 {
  z-index: 4;
  max-width: 70%;
  object-fit: contain;
  filter: contrast(106%) brightness(106%) drop-shadow(0 18px 24px rgba(16, 28, 14, 0.48));
}

.text-block,
.hero-arrow {
  z-index: 5;
}

.text-block {
  right: 18px;
  bottom: 16px;
  left: 18px;
  font-size: 13px;
}

.text-block-2 {
  bottom: 55px;
  animation: arrow-bounce 1.8s ease-in-out infinite;
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

.offer-section {
  position: relative;
  gap: 14px;
  margin: 0;
  padding: 30px 18px 24px;
  background: linear-gradient(180deg, var(--cream) 0%, #f4f7ef 100%);
}

.offer-section + .benefit-image,
.section-3 + .offer-section {
  border-top: 1px solid #dce5d5;
}

.offer-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 12px;
  padding: 6px 10px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #bd4e36;
  box-shadow: 0 3px 10px rgba(91, 38, 26, 0.24);
  font-size: 12px;
  font-weight: 700;
}

.heading-3 {
  padding: 13px 90px 13px 16px;
  border-radius: 6px;
  background: var(--green-800);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: left;
}

.flex-block-4 {
  gap: 18px;
}

.image-4 {
  width: 38%;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 13px 13px rgba(33, 48, 29, 0.2));
}

.flex-block-6 {
  gap: 11px;
}

.countdown-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.js-clock {
  gap: 7px;
}

.box {
  min-width: 54px;
  padding: 7px 5px;
  border: 1px solid #dce5d5;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(48, 69, 42, 0.08);
}

.clock-number {
  color: var(--green-900);
  font-size: 28px;
  line-height: 30px;
}

.clock-label {
  margin-top: 3px;
  margin-right: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
}

.flex-block-5 {
  gap: 8px;
  border-color: #cad8c2;
  padding: 9px 0;
}

.price-column {
  flex: 1;
  text-align: center;
}

.price-caption {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 10px;
}

.text-block-9 {
  font-size: 18px;
}

.text-block-10 {
  padding: 3px 5px;
  border: 0;
  border-radius: 4px;
  color: var(--green-900);
  background: #dce9d2;
  font-size: 27px;
  line-height: 36px;
}

.form-2 {
  gap: 9px;
}

.field-label {
  display: block;
  margin-bottom: 5px;
  color: var(--green-900);
  font-size: 12px;
  font-weight: 700;
}

.form-2 .w-input {
  height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #bdcbb5;
  border-radius: 5px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}

.form-2 .w-input:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(82, 116, 71, 0.16);
  outline: none;
}

.phone-field {
  display: flex;
  overflow: hidden;
  border: 1px solid #bdcbb5;
  border-radius: 5px;
  background: #fff;
}

.phone-field:focus-within {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(82, 116, 71, 0.16);
}

.phone-prefix {
  display: flex;
  align-items: center;
  padding: 0 11px;
  border-right: 1px solid #d9e1d5;
  color: var(--green-900);
  background: var(--green-100);
  font-weight: 700;
}

.phone-field .w-input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.phone-field .w-input:focus {
  box-shadow: none;
}

.field-error {
  min-height: 16px;
  margin-top: 3px;
  color: var(--error);
  font-size: 11px;
}

.has-error,
.phone-field.has-error {
  border-color: var(--error) !important;
}

.submit-button,
.top-button.s-full-w.big {
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--green-700);
  box-shadow: 0 5px 0 var(--green-900), 0 10px 18px rgba(48, 69, 42, 0.18);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 160ms ease, background-color 160ms ease;
}

.submit-button:hover,
.top-button.s-full-w.big:hover {
  background: var(--green-800);
  transform: translateY(-1px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.shipping-note {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.form-status {
  padding: 9px 11px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}

.form-status-error {
  color: #76251f;
  background: #fce8e5;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.text-block-11 {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.stock-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d66843;
  box-shadow: 0 0 0 4px rgba(214, 104, 67, 0.13);
}

.benefit-image img,
.section-3 img {
  display: block;
  width: 100%;
  height: auto;
}

.section-3 {
  gap: 12px;
  margin: 0;
  padding: 24px 18px;
  background: #fff;
}

.heading-2 {
  margin: 0;
  padding: 0 8px 14px;
  border: 0;
  color: var(--green-900);
  font-size: 27px;
  line-height: 1.2;
}

.section-3 img {
  overflow: hidden;
  border: 1px solid #dce5d5;
  border-radius: 6px;
}

.reviews-summary {
  padding: 8px 18px;
  border-top: 1px solid #dce5d5;
  background: var(--green-100);
}

.container-6 {
  align-items: center;
}

.text-block-15 {
  color: var(--green-900);
}

.section-4 {
  gap: 12px;
  padding: 18px;
  background: #f7f8f4;
}

.container-11.border {
  margin: 0;
  padding: 15px;
  border: 1px solid #dce3d7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(48, 69, 42, 0.06);
}

.container-11.answer {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 12px;
  border-left: 3px solid #c8d8bd;
  border-radius: 0 5px 5px 0;
  background: #f3f6f0;
}

.text-block-17 {
  color: var(--green-700);
}

.text-block-18 {
  color: var(--muted);
}

.section-5 {
  margin: 0;
  padding: 5px 18px 28px;
  background: #f7f8f4;
}

.top-button.s-full-w.big {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.footer-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

@media (max-width: 479px) {
  .hero-section {
    min-height: 640px;
  }

  .flex-block {
    margin-top: 58px;
  }

  .heading {
    font-size: 60px;
    line-height: 58px;
  }

  .offer-section {
    padding-right: 13px;
    padding-left: 13px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .flex-block-4 {
    gap: 10px;
  }

  .image-4 {
    width: 34%;
  }

  .clock-number {
    font-size: 25px;
    line-height: 28px;
  }

  .clock-label {
    font-size: 9px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .container-13 {
    flex-wrap: wrap;
  }

  .text-block-18 {
    font-size: 11px;
  }
}

@media (max-width: 370px) {
  .heading {
    font-size: 52px;
    line-height: 51px;
  }

  .flex-block-4 {
    align-items: flex-start;
  }

  .image-4 {
    width: 31%;
  }

  .box {
    min-width: 47px;
  }

  .clock-number {
    font-size: 22px;
  }

  .offer-badge {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .text-block-2 { animation: none; }
}
