* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f1eb;
  color: #1f1b1c;
  font-family: Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
}

button,
input,
a {
  font: inherit;
}

a {
  text-decoration: none;
}

.site-wrap {
  max-width: 480px;
  margin: 0 auto;
  background:
    radial-gradient(circle at top, rgba(217, 185, 122, 0.08), transparent 24%),
    #f6f1eb;
  min-height: 100vh;
}

.section {
  padding: 22px 16px;
}

.section-light {
  background: #fff9f4;
}

.section-soft {
  background: #efe4d8;
}

.hero-dark {
  background: linear-gradient(145deg, #1b1719 0%, #2b1f22 45%, #111319 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.final-dark,
.section-dark-reviews {
  background: linear-gradient(145deg, #1b1719 0%, #241c1f 45%, #141519 100%);
}

.hero {
  padding: 18px 16px 26px;
  text-align: center;
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}

.hero-badge {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  color: #f7efe8;
}

.hero h1,
.section-head h2,
.final-inner h2 {
  margin: 0 0 12px;
  line-height: 1.15;
  font-size: 30px;
}

.hero h1 {
  color: #fff6ef;
}

.hero-text,
.section-head p,
.product-desc,
.table-note,
.final-inner p {
  line-height: 1.55;
}

.hero-text-light,
.section-head-light p,
.final-inner p {
  color: #e8ddd4;
}

.section-head {
  text-align: center;
  margin-bottom: 16px;
}

.section-head h2 {
  color: #221d1d;
}

.section-head p {
  color: #6d5f59;
}

.section-head-light h2 {
  color: #fff5ee;
}

.hero-slider-wrap {
  position: relative;
  margin: 10px 0 18px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 320px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  background: #161619;
}

.hero-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.hero-slide.active {
  display: block;
}

.hero-slide img {
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
}

.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(16, 16, 19, 0.58);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  backdrop-filter: blur(6px);
}

.hero-nav-prev {
  left: 10px;
}

.hero-nav-next {
  right: 10px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
  border: none;
  cursor: pointer;
  padding: 0;
}

.hero-dot.active {
  background: #d8b273;
  box-shadow: 0 0 10px rgba(216, 178, 115, 0.45);
}

.hero-online-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #f1e5db;
  font-size: 13px;
}

.online-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8de0ac;
  box-shadow: 0 0 12px rgba(141, 224, 172, 0.72);
}

.hero-timer-card {
  margin: 20px 0 18px;
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.1);
}

.timer-label {
  margin: 0 0 10px;
  color: #f1e4da;
  font-size: 14px;
}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.timer-sep {
  color: #d8b273;
}

.btn {
  border: none;
  border-radius: 16px;
  padding: 15px 18px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: inline-block;
  text-align: center;
}

.btn:active {
  transform: scale(0.98);
}

.btn-gold {
  color: #231a16;
  background: linear-gradient(135deg, #ead19b 0%, #d8b273 100%);
  box-shadow: 0 8px 24px rgba(216, 178, 115, 0.25);
}

.btn-full {
  width: 100%;
}

.benefits-grid,
.info-grid,
.reviews-grid {
  display: grid;
  gap: 12px;
}

.benefits-grid {
  grid-template-columns: repeat(2, 1fr);
}

.benefit-card {
  border-radius: 18px;
  padding: 16px 14px;
  background: #fffdf9;
  border: 1px solid rgba(78, 55, 43, 0.08);
  box-shadow: 0 8px 24px rgba(33, 24, 19, 0.06);
}

.benefit-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: 700;
  color: #241b16;
  background: linear-gradient(135deg, #ead19b 0%, #d8b273 100%);
}

.benefit-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.2;
  color: #251e1c;
}

.benefit-card p {
  margin: 0;
  color: #665850;
  font-size: 14px;
  line-height: 1.45;
}

.product-card {
  border-radius: 22px;
  background: #fffaf6;
  border: 1px solid rgba(74, 58, 50, 0.1);
  padding: 14px;
  box-shadow: 0 10px 24px rgba(39, 28, 23, 0.05);
}

.product-meta h2 {
  margin: 12px 0 8px;
  color: #241e1d;
}

.product-color {
  margin: 0 0 12px;
  color: #61544e;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.price-current {
  font-size: 28px;
  font-weight: 700;
  color: #9e6f33;
}

.price-old {
  color: #9d928b;
  text-decoration: line-through;
}

.product-desc {
  color: #5f534e;
}

.soft-badge-dark,
.stock-badge-dark {
  border: 1px solid rgba(66, 45, 38, 0.12);
  background: rgba(58, 38, 35, 0.07);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  color: #6c453b;
}

.stock-badge-dark {
  display: inline-block;
  margin-top: 10px;
}

.slider-wrap {
  margin-top: 16px;
}

.slider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f3ede7;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(87, 66, 55, 0.12);
  background: #fff;
  color: #382b25;
  font-size: 24px;
  cursor: pointer;
}

.dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex: 1;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c8beb8;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.dot.active {
  background: #d8b273;
}

.product-section-head {
  margin-top: 18px;
}

.size-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 6px 4px;
}

.size-btn {
  min-height: 54px;
  min-width: 64px;
  border-radius: 14px;
  border: 1px solid rgba(88, 70, 61, 0.12);
  background: #fff;
  color: #302725;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
}

.size-btn.active {
  background: linear-gradient(135deg, #ead19b 0%, #d8b273 100%);
  color: #1e1715;
  border-color: transparent;
}

.cta-box {
  margin-top: 16px;
}

.cta-note {
  text-align: center;
  color: #61544e;
  line-height: 1.5;
  margin-bottom: 14px;
}

.size-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(88, 70, 61, 0.1);
  cursor: pointer;
  font-weight: 600;
  margin-top: 14px;
  color: #271f1d;
}

.toggle-icon {
  color: #b1803f;
  font-size: 18px;
}

.size-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.size-dropdown.open {
  max-height: 500px;
  margin-top: 10px;
}

.table-wrap {
  border-radius: 18px;
  border: 1px solid rgba(88, 70, 61, 0.1);
  background: #fff;
  overflow: hidden;
}

.compact-table {
  overflow-x: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 8px 4px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(95, 74, 63, 0.08);
  white-space: nowrap;
}

th {
  color: #8d6530;
  font-weight: 700;
}

td {
  color: #332a28;
}

.small-note {
  margin-bottom: 8px;
  text-align: left;
  font-size: 12px;
  color: #7a6a63;
}

.info-card {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(88, 70, 61, 0.08);
}

.info-card h3 {
  margin: 0 0 10px;
  color: #2b2321;
}

.info-card p {
  margin: 0;
  color: #5c504c;
  line-height: 1.5;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(88, 70, 61, 0.08);
  background: #fff;
}

.faq-question {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  color: #2d2523;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 16px;
  font-size: 18px;
  color: #b1803f;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  color: #655852;
  font-size: 14px;
  line-height: 1.5;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 220px;
  padding: 0 16px 14px;
}

.review-card-dark {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.review-card-dark h3 {
  margin: 0 0 10px;
  color: #fff4eb;
}

.review-card-dark p {
  margin: 0;
  color: #e0d1c5;
  line-height: 1.5;
}

.stars {
  color: #ead19b;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.final-cta {
  padding-bottom: 28px;
}

.final-inner {
  text-align: center;
}

.popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 40;
}

.popup-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: calc(100% - 24px);
  max-width: 420px;
  transform: translate(-50%, -50%) scale(0.95);
  background: linear-gradient(145deg, #fffaf5, #f4ece4);
  border: 1px solid rgba(88, 70, 61, 0.12);
  border-radius: 24px;
  padding: 22px 16px 16px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.popup.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.popup-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #3b2e29;
  font-size: 28px;
  cursor: pointer;
}

.popup h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #2b2321;
}

.popup p {
  margin: 0 0 16px;
  color: #685b55;
  line-height: 1.5;
}

.order-form {
  display: grid;
  gap: 12px;
}

.order-form input {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(88, 70, 61, 0.12);
  background: #fff;
  color: #2a2321;
  padding: 0 14px;
  outline: none;
}

.order-form input::placeholder {
  color: #9a8f87;
}

@media (max-width: 360px) {
  .hero h1,
  .section-head h2,
  .final-inner h2 {
    font-size: 26px;
  }

  .timer {
    font-size: 28px;
  }

  .hero-slider {
    min-height: 260px;
  }

  .hero-slide img {
    height: 260px;
  }

  .hero-nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .benefits-grid {
    gap: 10px;
  }

  .benefit-card {
    padding: 14px 12px;
  }

  .benefit-card h3 {
    font-size: 15px;
  }

  .benefit-card p {
    font-size: 13px;
  }

  .size-btn {
    min-width: 58px;
    font-size: 20px;
  }

  th,
  td {
    font-size: 11px;
    padding: 7px 3px;
  }
}
.hero-price-box {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-price-current {
  font-size: 34px;
  font-weight: 800;
  color: #ead19b;
  line-height: 1;
}

.hero-price-old {
  font-size: 18px;
  color: rgba(255, 245, 238, 0.7);
  text-decoration: line-through;
  line-height: 1;
}

.hero-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(234, 209, 155, 0.12);
  border: 1px solid rgba(234, 209, 155, 0.28);
  color: #f7e5bf;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(216, 178, 115, 0.12);
}
.reviews-slider-wrap {
  margin-top: 6px;
}

.reviews-slider {
  position: relative;
  overflow: hidden;
}

.review-slide {
  display: none;
}

.review-slide.active {
  display: block;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(234, 209, 155, 0.35);
  flex: 0 0 auto;
}

.review-user-info h3 {
  margin: 0;
  color: #fff4eb;
  font-size: 22px;
  line-height: 1.1;
}

.reviews-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.review-card-dark {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.review-card-dark p {
  margin: 0;
  color: #e0d1c5;
  line-height: 1.5;
}
/* Запрет выделения */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* Разрешаем ввод в форму */
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}