html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #fff;
  max-width: 375px;
  margin: 0 auto;
}

/* ===== PURCHASE POPUP ===== */

.purchase-popup {
  position: fixed;
  bottom: 32px;
  left: 20px;
  z-index: 1000;
  max-width: 260px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  opacity: 0;
  transform: translateX(-120%) translateZ(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.purchase-popup.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.purchase-popup img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  flex-shrink: 0;
}

.purchase-popup-text {
  flex: 1;
  line-height: 1.3;
}

.purchase-main {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
  white-space: pre-line;
}

.purchase-time {
  font-size: 0.7rem;
  color: #6b7280;
}

/* ========================== */

/* ===== STICKY CTA ===== */

.sticky-cta {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 375px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #019557;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.35s ease;
}

.sticky-cta.is-visible {
  transform: translateX(-50%) translateY(0);
}

.sticky-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  gap: 2px;
}

.sticky-cta__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sticky-cta__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  white-space: nowrap;
}

.sticky-cta__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  padding: 2px 6px;
  border-radius: 5px;
  background: linear-gradient(179.31deg, #ff0000 1.8%, #990000 105.44%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.sticky-cta__note {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

/* ====================== */

.hero {
  background: #fff;
}

.hero__block {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #fff;
}

.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price {
  background: #212420;
}

.price__compare {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #072107;
  font-family: 'Oswald', sans-serif;
}

.price__compare-promo,
.price__compare-old {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 70px;
  padding: 10px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.price__compare-promo {
  gap: 0;
}

.price__compare-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 5px;
  background: #e50000;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.price__compare-current {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.38px;
  text-align: center;
  white-space: nowrap;
}

.price__compare-label {
  margin: 0;
  color: #b4b4b4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.price__compare-was {
  margin: 0;
  color: #b4b4b4;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.26px;
  text-align: center;
  text-decoration: line-through;
  white-space: nowrap;
}

.price__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 12px 20px 48px;
  box-sizing: border-box;
}

.price__benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 12px 0;
  box-sizing: border-box;
}

.price__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex-shrink: 0;
  width: 92px;
  height: 83px;
  padding: 4px;
  border-radius: 8px;
  border: 0.5px solid #79e934;
  background: linear-gradient(157deg, #79e934 20%, #44831d 89%);
  box-shadow: 0 4px 12px rgba(121, 233, 52, 0.28);
  box-sizing: border-box;
}

.price__card-icon {
  display: block;
  width: 31px;
  height: 33px;
  object-fit: contain;
  flex-shrink: 0;
}

.price__card-icon--logo {
  width: 46px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.price__card-text {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.price__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #ff0000;
  background: linear-gradient(180deg, #ef3131 0%, #962020 100%);
  box-shadow: 0 0 14.8px rgba(255, 0, 0, 0.53);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  animation: pulse 1.5s infinite;
}

.price__cta:hover {
  animation: none;
  filter: brightness(1.05);
}

.price__note {
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.38px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.price__note-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #ff0000;
  vertical-align: middle;
  animation: note-mark-fade 2.4s ease-in-out infinite;
}

/* ===== PRODUCT INTRO (gift) ===== */

.gift {
  position: relative;
  overflow: hidden;
  background-color: #212420;
}

.gift__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 48px 0 10px;
}

.gift__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/backone.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}

.gift__header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 335px;
  padding: 0 20px;
  box-sizing: border-box;
}

.gift__title {
  margin: 0;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.34px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.gift__text {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
  color: #fff;
  text-align: center;
}

.gift__visual {
  position: relative;
  z-index: 1;
  width: 100%;
}

.gift__photo {
  display: block;
  width: 100%;
  height: auto;
}

.gift2__cta {
  animation: pulse 1.5s infinite;
}

.gift2__cta:hover {
  animation: none;
}

/* ===== ABOUT SECTION ===== */

/* ===== ABOUT / ATTACHMENTS ===== */

.about {
  position: relative;
  overflow: hidden;
  background-color: #0d1a0d;
}

.about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/backtwo.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

.about__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 48px 20px;
  box-sizing: border-box;
}

.about__title {
  margin: 0;
  width: 100%;
  max-width: 335px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.about__visual {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.about__photo {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== COMPLECT SECTION ===== */

/* ===== COMPLECT / FEATURES ===== */

.complect {
  position: relative;
  overflow: hidden;
  background-color: #0d1a0d;
}

.complect::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/backthree.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.complect__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 48px 20px;
  box-sizing: border-box;
}

.complect__visual {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.complect__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 0;
  width: 265px;
  height: 220px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(121, 233, 52, 0.55) 0%, rgba(121, 233, 52, 0) 70%);
  pointer-events: none;
}

.complect__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.complect__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-top: 12px;
}

.complect__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  height: 80px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #ff0000;
  background: linear-gradient(180deg, #ef3131 0%, #962020 100%);
  box-shadow: 0 0 14.8px rgba(255, 0, 0, 0.53);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  animation: pulse 1.5s infinite;
}

.complect__cta:hover {
  animation: none;
  filter: brightness(1.05);
}

.complect__note {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.38px;
  color: #fff;
  text-align: center;
}

.complect__note-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #ff0000;
  vertical-align: middle;
  animation: note-mark-fade 2.4s ease-in-out infinite;
}

/* ============================= */

/* ===== GIFT2 / CONVENIENCE ===== */

.gift2 {
  position: relative;
  overflow: hidden;
  background-color: #212421;
}

.gift2__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 48px 20px;
  box-sizing: border-box;
}

.gift2__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/backfour.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}

.gift2__inner > * {
  position: relative;
  z-index: 1;
}

.gift2__title {
  margin: 0;
  width: 100%;
  max-width: 335px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.34px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.gift2__visual {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.gift2__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.gift2__text {
  margin: 0;
  width: 100%;
  max-width: 335px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
  color: #fff;
  text-align: center;
}

.gift2__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 335px;
}

.gift2__feature {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.gift2__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-top: 12px;
}

.gift2__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  max-width: 100%;
  height: 80px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #ff0000;
  background: linear-gradient(180deg, #ef3131 0%, #962020 100%);
  box-shadow: 0 0 14.8px rgba(255, 0, 0, 0.53);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  animation: pulse 1.5s infinite;
}

.gift2__cta:hover {
  animation: none;
  filter: brightness(1.05);
}

.gift2__note {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.38px;
  color: #fff;
  text-align: center;
}

.gift2__note-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #ff0000;
  vertical-align: middle;
  animation: note-mark-fade 2.4s ease-in-out infinite;
}

/* ===== SPECS / CHARACTERISTICS ===== */

.specs {
  position: relative;
  overflow: hidden;
  background-color: #212421;
}

.specs__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 48px 20px;
  box-sizing: border-box;
}

.specs__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/backfive.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}

.specs__inner > * {
  position: relative;
  z-index: 1;
}

.specs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 335px;
}

.specs__title {
  margin: 0;
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.34px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.specs__subtitle {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
  color: #fff;
  text-align: center;
}

.specs__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 335px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(15, 30, 58, 0.06);
}

.specs__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(78, 78, 78, 0.6);
}

.specs__row--dark {
  background: rgba(0, 0, 0, 0.4);
}

.specs__row--soft {
  background: rgba(78, 78, 78, 0.2);
}

.specs__row--tall {
  align-items: flex-start;
}

.specs__label {
  flex-shrink: 0;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 18.4px;
  letter-spacing: 0.6px;
  color: #afafaf;
  text-transform: uppercase;
}

.specs__value {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 23.2px;
  color: #fff;
  text-align: right;
}

.specs__kit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 335px;
}

.specs__kit-title {
  margin: 0;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.specs__kit-visual {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.specs__kit-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 0;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(121, 233, 52, 0.45) 0%, rgba(121, 233, 52, 0) 70%);
  pointer-events: none;
}

.specs__kit-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.specs__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.specs__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  max-width: 100%;
  height: 80px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #ff0000;
  background: linear-gradient(180deg, #ef3131 0%, #962020 100%);
  box-shadow: 0 0 14.8px rgba(255, 0, 0, 0.53);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  animation: pulse 1.5s infinite;
}

.specs__cta:hover {
  animation: none;
  filter: brightness(1.05);
}

.specs__note {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.38px;
  color: #fff;
  text-align: center;
}

.specs__note-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #ff0000;
  vertical-align: middle;
  animation: note-mark-fade 2.4s ease-in-out infinite;
}

/* ===== REVIEWS SECTION ===== */

.reviews {
  background: #dcdddc;
}

.reviews__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 20px;
}

.reviews__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.32px;
  color: #01892f;
  text-align: center;
  text-transform: uppercase;
}

.reviews__summary {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 16px 12px;
  gap: 0;
  filter: drop-shadow(0 3px 2px rgba(0,0,0,0.05));
}

.reviews__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 139px;
  flex-shrink: 0;
}

.reviews__rating-score {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.32px;
  color: #e85f00;
  text-align: center;
}

.reviews__rating-label {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: rgba(0,0,0,0.7);
  text-align: center;
}

.reviews__divider {
  width: 1px;
  height: 67px;
  background: #504f4f;
  flex-shrink: 0;
}

.reviews__count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}

.reviews__count-num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  color: #1f5b3a;
}

.reviews__count-label {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: rgba(0,0,0,0.7);
}

.reviews__stars {
  display: flex;
  align-items: center;
  gap: 0;
}

.reviews__star {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.reviews__star img {
  display: block;
  width: 13px;
  height: 12px;
}

.reviews__stars--sm .reviews__star img {
  width: 13px;
  height: 12px;
}

.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews__item {
  background: #fff;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  filter: drop-shadow(0 3px 2px rgba(0,0,0,0.05));
}

.reviews__item-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviews__avatar {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.reviews__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.reviews__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14px;
  color: #000;
}

.reviews__city {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: rgba(0,0,0,0.6);
}

.reviews__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

.reviews__photo {
  display: block;
  width: 115px;
  height: 153px;
  border-radius: 0;
  object-fit: cover;
}

.reviews__photo--wide {
  width: 153px;
  height: 115px;
}

.reviews__photos {
  display: flex;
  gap: 8px;
}

/* ============================= */

/* ========================= */

/* ===== ORDER FORM SECTION ===== */

.order-section {
  background: #ecfdf3;
}

.order-section__inner {
  padding: 24px 20px 40px;
}

.order-form {
  width: 100%;
  box-sizing: border-box;
}

.order-form__field-wrap {
  position: relative;
  margin-bottom: 20px;
}

.order-form__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.order-form__input {
  width: 100%;
  box-sizing: border-box;
  height: 66px;
  padding: 0 16px 0 50px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}

.order-form__input:focus {
  outline: none;
  border-color: #16a34a;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.15);
}

.order-form__btn-wrap {
  margin-top: 8px;
  text-align: center;
}

.order-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 16px;
  border: none;
  background: linear-gradient(179.58deg, #ff0000 1.8%, #990000 105.44%);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  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;
}

.order-form__btn::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);
  animation: btn-shine 3s ease infinite;
}

@keyframes btn-shine {
  0% { left: -30px; }
  100% { left: 110%; }
}

@keyframes pulse {
  0%   { transform: scale(0.95); }
  70%  { transform: scale(1); }
  100% { transform: scale(0.95); }
}

@keyframes note-mark-fade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.order-form__btn {
  animation: pulse 1.5s infinite;
}

.order-form__btn:hover {
  animation: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.3);
}

.order-form__turnstile {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.order-form__note {
  margin-top: 14px;
  font-size: 13px;
  color: #2f3c2f;
  text-align: center;
  line-height: 1.5;
}

.site-footer {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #d1fae5;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  line-height: 1.8;
}

.site-footer a {
  color: #e85f00;
  text-decoration: none;
  margin: 0 4px;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* =============================== */

/* ===== HOW TO ORDER SECTION ===== */

.howorder {
  background-color: #212421;
}

.howorder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 48px 24px;
  box-sizing: border-box;
}

.howorder__title {
  margin: 0;
  width: 100%;
  padding-top: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.6px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.howorder__steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 335px;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
}

.howorder__step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.howorder__step + .howorder__step {
  margin-top: 18px;
  padding-top: 0;
}

.howorder__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: linear-gradient(160.35deg, #79e934 13.16%, #44831d 96.24%);
  box-shadow: 0 4px 12px rgba(121, 233, 52, 0.28);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.howorder__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.howorder__step-title {
  margin: 0;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 24.8px;
  color: #fff;
}

.howorder__step-text {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #a3a3a3;
}

/* ===== MOBILE RESPONSIVE (≤ 600px) ===== */
@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }

  body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
  }

  h2, h3, p, li {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Знімаємо фіксовані висоти — зображення тягнуть самі висоту */
  .hero__block {
    height: auto;
  }

  .hero__image {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  .howorder__title {
    font-size: clamp(28px, 8vw, 32px);
    white-space: normal;
  }

  .howorder__step-text {
    white-space: normal;
  }

  .gift__title {
    font-size: clamp(28px, 8vw, 32px);
  }

  .about__title {
    font-size: clamp(26px, 7.5vw, 32px);
  }

  .gift__inner {
    gap: clamp(20px, 5vw, 24px);
  }

  .gift2__title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .specs__title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .specs__kit-title {
    font-size: clamp(26px, 7.5vw, 32px);
  }

  /* Кнопки */
  .price__cta,
  .complect__cta,
  .gift2__cta,
  .specs__cta,
  .order-form__btn {
    width: 100%;
    max-width: 100%;
    height: 80px;
    font-size: 18px;
    white-space: normal;
  }

  .price__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price__benefits {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
  }

  .price__card {
    flex-shrink: 0;
    width: 92px;
  }

  .price__compare-promo,
  .price__compare-old {
    padding: 10px 16px;
  }

  .price__compare-current {
    font-size: 24px;
  }

  /* Відгуки — фото підлаштовуються */
  .reviews__photo {
    width: 100px;
    height: auto;
  }

  .reviews__photo--wide {
    width: 140px;
    height: auto;
  }

  /* Sticky CTA — зменшуємо розміри, структура незмінна */
  .sticky-cta__text {
    font-size: 11px;
  }

  .sticky-cta__badge {
    font-size: 11px;
    padding: 2px 5px;
  }

  .sticky-cta__note {
    font-size: 9px;
  }

  .sticky-cta__inner {
    padding: 8px 10px;
  }

}
/* ======================================= */

