@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: local("Manrope");
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #110818;
}

.land {
  min-width: 320px;
  background: #110818;
  color: #333;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.main_wrapper {
  width: min(480px, 100%);
  margin: 0 auto;
  background: #f4eefb;
  overflow: hidden;
}

.land img {
  display: block;
  width: 92%;
  max-width: 92%;
  height: auto;
  margin: 12px auto;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(40, 12, 70, 0.22);
}

.land .plain {
  box-shadow: none;
  background: transparent;
}

.title {
  margin: 18px 16px 8px;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #2a1244;
}

.lead {
  margin: 0 20px 4px;
  text-align: center;
  font-size: 16px;
  color: #4a3560;
}

.price_block {
  display: flex;
  gap: 8px;
  padding: 8px 18px 4px;
}

.price_item { width: 50%; }

.price_item .text {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2;
  color: #202020;
}

.price_item.old .value {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #636363;
  text-decoration: line-through;
}

.price_item.new { text-align: right; }

.price_item.new .text span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  background: #6b1d8c;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.price_item.new .value {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.05;
  color: #1e1e1e;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(400px, 92%);
  min-height: 72px;
  margin: 18px auto;
  padding: 0 16px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(160deg, #2a1248, #9b5de8 55%, #5b2d8a);
  box-shadow: inset -1px 1px 12px rgba(0, 0, 0, 0.35), 0 10px 16px rgba(80, 20, 120, 0.35);
  color: #fff;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.button:disabled { opacity: 0.7; }

.promo-dates {
  margin: 4px 16px 22px;
  text-align: center;
  color: #333;
}

.copy {
  margin: 0 22px 16px;
  text-align: center;
}

.set_section { margin: 10px 16px 8px; }

.spec-title {
  width: fit-content;
  margin: 8px auto 14px;
  padding: 10px 22px;
  border-radius: 10px;
  background: #2a1244;
  color: #f3e6ff;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.specs {
  margin: 0;
  padding: 0 8px 8px;
  list-style: none;
}

.specs li { margin: 0 0 10px; text-align: left; }

.otz {
  width: 96%;
  margin: 28px auto;
  padding: 16px 8px 22px;
  border-radius: 20px;
  background: linear-gradient(165deg, #1a0b2e, #4b2a78 40%, #c9a7ff);
}

.otz .title,
.reviews_stats_block { color: #f7f1ff; }

.reviews_stats_block {
  margin-bottom: 8px;
  text-align: center;
}

.stars { color: #ffd76a; letter-spacing: 2px; }

.review-content {
  width: 90%;
  margin: 0 auto 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review-text {
  margin: 0 0 8px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  color: #333;
}

.customer-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1ac7;
}

.steps {
  width: 96%;
  margin: 10px auto 20px;
}

.step {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(40, 12, 70, 0.12);
}

.step-n {
  display: flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2a1244;
  color: #f3e6ff;
  font-size: 20px;
  font-weight: 700;
}

.step-title {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
}

.step-text {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
}

.offer-bottom { padding-bottom: 12px; }

.form {
  position: relative;
  width: 96%;
  margin: 8px auto 28px;
  padding: 22px 0 18px;
  border-radius: 20px;
  background: linear-gradient(325deg, rgba(42, 18, 72, 0.12), rgba(155, 93, 232, 0.28));
  box-shadow: inset -1px 1px 9px rgba(0, 0, 0, 0.08), 0 10px 16px rgba(0, 0, 0, 0.08);
}

.field {
  display: block;
  width: min(400px, 92%);
  height: 62px;
  margin: 0 auto 14px;
  padding: 0 18px;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  background: #fff;
  box-shadow: inset -1px 1px 8px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.08);
  color: #333;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 16px;
}

.field.qty {
  padding-right: 36px;
  background-image: linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);
  background-position: calc(100% - 22px) 28px, calc(100% - 16px) 28px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  appearance: none;
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  margin: 0 24px;
  color: #9d1c1c;
  font-weight: 700;
  text-align: center;
}

.thanks {
  width: 92%;
  margin: 12px auto 28px;
  padding: 22px 18px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.thanks h2 {
  margin: 0 0 8px;
  font-size: 32px;
  color: #2a1244;
}

.thanks p { margin: 0; }

.thanks-order {
  margin-top: 10px;
  font-weight: 700;
}

.site-footer {
  width: min(480px, 100%);
  margin: 0 auto;
  padding: 14px 12px 28px;
  color: #c8b4d8;
  font-size: 13px;
  text-align: center;
}

.site-footer a,
.privacy a { color: inherit; }

.privacy {
  min-height: 70vh;
  padding: 28px 22px 40px;
  background: #fff;
}

.privacy h1 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
}

.privacy p { margin: 0 0 12px; }
