:root {
  --page-width: 340px;
  --page-bg: #fcfcfe;
  --text: #000;
  --muted: #949494;
  --green: #16bb11;
  --orange: #ff9500;
  --shadow: 0 0 17.5px rgba(0, 0, 0, 0.25);
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: #fff;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-bottom: 280px;
  scrollbar-width: none;
  background: #fff;
}

html.keyboard-open {
  scroll-behavior: auto;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  min-width: 280px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input {
  font: inherit;
}

img {
  display: block;
}

.page {
  position: relative;
  width: min(100%, var(--page-width));
  min-height: 0;
  padding-bottom: 213px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--page-bg);
}

html.keyboard-open .page {
  padding-bottom: calc(213px + var(--keyboard-space, 320px));
}

.topbar {
  position: relative;
  height: 70px;
  z-index: 5;
}

.discount-copy {
  position: absolute;
  top: 12px;
  left: 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.32px;
}

.top-order-btn {
  position: absolute;
  top: 16px;
  right: 15px;
  display: flex;
  width: 129px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #cccfd8;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.34px;
  text-decoration: none;
  transition: transform 140ms ease, filter 140ms ease;
}

.top-order-btn:active,
.btn-press {
  transform: scale(0.985);
}

.hero-image,
.middle-image,
.bottom-image {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.hero-image { height: 255px; }
.middle-image { height: 236px; margin-top: 26px; }
.bottom-image { height: 227px; margin-top: 25px; }

.product-title,
.product-subtitle,
.guarantee-title,
.long-effect h2,
.order-intro h2 {
  position: relative;
  margin: 0;
  text-align: center;
}

.product-title {
  display: flex;
  width: 312px;
  height: 34px;
  margin: 7.887px auto 0;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.44px;
}

.product-subtitle {
  width: 100%;
  margin: 3px auto 0;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.copy-block,
.long-effect {
  position: relative;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.copy-block h2,
.long-effect h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.44px;
  text-align: center;
}

.improvements { margin-top: 20.113px; }

.improvements .body-copy {
  position: relative;
  left: 2px;
  width: 300px;
  margin-top: 23px;
}

.body-copy {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.34px;
}

.body-copy p {
  margin: 0;
}

.improvements .body-copy p:not(:last-child) {
  margin-bottom: 12px;
}

.guarantee-title {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.42px;
}

.long-effect {
  margin-top: 25px;
}

.long-effect h2 {
  position: static;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.42px;
}

.long-effect .body-copy {
  position: static;
  width: 300px;
  margin-top: 24px;
}

.long-effect .body-copy p {
  margin: 0;
}

.long-effect .body-copy p:not(:last-child) {
  margin-bottom: 17px;
}

.product-pack {
  position: relative;
  z-index: 2;
  display: block;
  width: 226px;
  height: 220px;
  margin: -144.445px auto 0;
  object-fit: cover;
  transform: rotate(-0.185deg);
  transform-origin: top left;
}

.order-intro h2 {
  z-index: 3;
  display: flex;
  width: 300px;
  margin: -16px auto 0;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.4px;
}

.order-note {
  position: relative;
  display: flex;
  width: 253px;
  min-height: 37px;
  flex-direction: column;
  justify-content: center;
  margin: 4px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.32px;
  text-align: center;
}

.benefits {
  position: relative;
  width: 297px;
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}

.benefits li {
  display: grid;
  min-height: 47px;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.32px;
}

.benefits img {
  width: 34px;
  height: 34px;
  margin-top: 1px;
  object-fit: contain;
}

.benefits span {
  display: flex;
  width: 253px;
  min-height: 37px;
  flex-direction: column;
  justify-content: center;
}

.benefits li:nth-child(2) span {
  transform: translateY(1px);
}

.price-row {
  position: relative;
  display: block;
  width: 100%;
  height: 31px;
  margin-top: -1px;
  font-family: Montserrat, system-ui, sans-serif;
}

.old-price {
  position: absolute;
  top: 0;
  left: -32px;
  display: flex;
  width: 339px;
  height: 31px;
  flex-direction: column;
  justify-content: center;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.34px;
  text-align: center;
  text-decoration: line-through;
}

.new-price {
  position: absolute;
  top: 0;
  left: 49px;
  display: flex;
  width: 284px;
  height: 31px;
  flex-direction: column;
  justify-content: center;
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  text-align: center;
}

.order-section {
  position: relative;
  width: 100%;
  margin-top: 10px;
  scroll-margin-top: 12px;
}

.landing-form {
  width: 100%;
}

.landing-form .form-meta-wrap {
  position: relative;
}

.landing-form .form-meta-wrap-phone {
  margin-top: 16px;
}

.landing-form .div10,
.landing-form ._7-123456789 {
  width: calc(100% - 40px);
  margin: 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.32px;
}

.landing-form .div10 {
  margin-bottom: 7px;
}

.landing-form ._7-123456789 {
  margin-bottom: 6px;
}

.landing-form .landing-field__control {
  width: calc(100% - 40px);
  height: 55px;
  margin: 0 20px;
  overflow: hidden;
  border: 3px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.landing-form .landing-field__control--phone {
  position: relative;
}

.landing-form .landing-field__input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px 9px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
  text-align: center;
}

.landing-form .landing-field__control--phone .landing-field__input {
  padding: 8px 12px 9px 64px;
  text-align: left;
}

.landing-phone-code {
  position: absolute;
  top: 50%;
  left: 16px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.landing-field__input::placeholder {
  color: var(--muted);
  opacity: 1;
  text-align: center;
}

.landing-field__control--phone .landing-field__input::placeholder {
  text-align: left;
}

.phone-error,
.phone-loading {
  display: none;
  width: calc(100% - 40px);
  margin: 7px 20px -1px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.phone-error {
  color: #c61818;
}

.phone-loading {
  color: #5f5f66;
}

.phone-error.is-visible,
.phone-loading.is-visible {
  display: block;
}

.landing-form .submit-wrap {
  position: relative;
  width: calc(100% - 40px);
  margin: 24px 20px 0;
}

.landing-submit {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 140ms ease;
}

.landing-submit:disabled {
  cursor: wait;
  opacity: 0.82;
}

.rectangle-10 {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--green);
  box-shadow: var(--shadow);
}

.div13 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.48px;
}

@keyframes invalidShake {
  0%, 100% { transform: translate3d(0, 0, 0); }
  20% { transform: translate3d(-5px, 0, 0); }
  40% { transform: translate3d(5px, 0, 0); }
  60% { transform: translate3d(-4px, 0, 0); }
  80% { transform: translate3d(4px, 0, 0); }
}

@keyframes shimmerLoop {
  from { background-position: 0 0; }
  to { background-position: -200% 0; }
}

.invalid-shake,
.invalid-pulse {
  transform-origin: center;
  backface-visibility: hidden;
  animation: invalidShake 0.35s ease;
}

.landing-form.form-valid .rectangle-10::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(110deg, transparent 0 60%, rgba(255,255,255,.35) 70%, transparent 80%);
  background-size: 200% 100%;
  pointer-events: none;
  animation: shimmerLoop 2.8s linear infinite;
}

@media (max-width: 339px) {
  .top-order-btn {
    right: 10px;
    width: 120px;
  }

  .benefits li {
    font-size: 15px;
  }

  .landing-form .landing-field__input,
  .div13 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
