:root {
  --bg: #f8f3ec;
  --paper: #fffdfa;
  --text: #201b17;
  --muted: #6b6258;
  --line: #eadfd2;
  --accent: #2fa546;
  --accent-dark: #257f37;
  --accent-red: #e63b30;
  --warm: #e3ab24;
  --shadow: 0 14px 38px rgba(32,27,23,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #faf6ef 0%, #f4ede3 100%);
  line-height: 1.5;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.promo-bar {
  padding: 12px 14px;
  text-align: center;
  background: linear-gradient(180deg, #ff4e42, var(--accent-red));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(230,59,48,.20);
}
.promo-bar b { font-size: 16px; }
.promo-bar s { opacity: .85; }

.page-shell {
  width: min(100% - 24px, 520px);
  margin: 0 auto;
  padding: 12px 0 96px;
}

.simple-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 2px 14px;
  color: var(--muted);
  font-size: 13px;
}
.brand { font-weight: 800; letter-spacing: .08em; color: var(--text); }
.header-note { text-align: right; }

.hero-card,
.plain-section,
.photo-section,
.social-proof,
.offer-box,
.order-card,
.thanks-box,
.upsell-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-card { padding: 20px; }
.kicker {
  color: #9b6c42;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.hero-card h1,
.plain-section h2,
.offer-box h2,
.order-card h2,
.thanks-box h2 {
  margin: 0;
  letter-spacing: -.035em;
  line-height: 1.06;
}
.hero-card h1 { font-size: clamp(31px, 8.6vw, 46px); }
.lead { margin: 12px 0 16px; color: var(--muted); font-size: 16px; }

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f3ece3;
  border: 1px solid #e7d9c7;
}
.hero-image-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 18px;
}
.sale-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ff5c50, var(--accent-red));
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(230,59,48,.28);
}
.hit-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffd948, #efba11);
  color: #3a2900;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(239,186,17,.22);
}

.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.feature-chips span,
.trust-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4ede4;
  color: #5e5145;
  border: 1px solid #e8dac8;
  font-size: 13px;
  font-weight: 700;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}
.price-box {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #f0ddd0;
}
.old-price { color: #a58b7a; text-decoration: line-through; font-size: 15px; margin-bottom: 6px; }
.new-price { font-size: 44px; font-weight: 800; line-height: 1; }
.new-price span { font-size: 20px; font-weight: 700; }

.primary-btn,
.sticky-btn,
.upsell-btn {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #3bbb55, var(--accent));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(47,165,70,.23);
}
.primary-btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 20px; font-size: 19px; width: 100%; }
.primary-btn:hover, .sticky-btn:hover, .upsell-btn:hover { background: linear-gradient(180deg, #31ac49, var(--accent-dark)); }
.primary-btn.wide { width: 100%; }

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.plain-section,
.offer-box,
.order-card,
.thanks-box { padding: 22px; margin-top: 16px; }
.plain-section h2,
.offer-box h2,
.order-card h2,
.thanks-box h2 { font-size: 30px; }
.benefit-list { display: grid; gap: 0; margin-top: 14px; }
.benefit-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.benefit-row:first-child { border-top: 0; }
.benefit-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffe9de;
  color: var(--accent-red);
  font-weight: 800;
  font-size: 14px;
}
.benefit-row b { display: block; margin-bottom: 3px; }
.benefit-row span { color: var(--muted); font-size: 14px; }

.photo-section { margin-top: 16px; overflow: hidden; }
.photo-section img { aspect-ratio: 4 / 3; object-fit: cover; }
.photo-caption { padding: 16px 18px 18px; color: var(--muted); font-size: 14px; }

.social-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border-left: 5px solid var(--warm);
}
.proof-number { font-size: 32px; font-weight: 800; color: var(--warm); }
.proof-copy b { display: block; text-transform: uppercase; }
.proof-copy span { color: var(--muted); font-size: 14px; }

.offer-box {
  background: linear-gradient(180deg, #332821 0%, #211b17 100%);
  color: #fff;
  border-color: #332821;
}
.offer-topline { font-size: 12px; letter-spacing: .1em; font-weight: 800; color: #ffd159; }
.offer-box h2 { margin-top: 8px; }
.offer-box p { color: #e4d7cb; }
.countdown-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #e6d8cb;
}
.countdown-row b { color: #fff; letter-spacing: .06em; }

.order-card { border: 2px solid #ebd3be; }
.order-card p,
.thanks-box p { color: var(--muted); margin: 10px 0 18px; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; }
label span { font-size: 13px; color: var(--muted); font-weight: 700; }
input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  outline: none;
}
input:focus { border-color: #d49b66; box-shadow: 0 0 0 3px rgba(212,155,102,.12); }
.form-trust { color: var(--muted); font-size: 13px; text-align: center; }
.form-status { font-size: 14px; }
.form-status.success { color: var(--accent); }
.form-status.error { color: #b33b31; }

.thanks-section { margin-top: 16px; }
.upsell-list { display: grid; gap: 12px; margin-top: 12px; }
.upsell-card { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 12px; }
.upsell-card img { height: 110px; object-fit: cover; border-radius: 11px; background: #eee8df; }
.upsell-info h3 { margin: 2px 0 8px; font-size: 18px; line-height: 1.2; }
.upsell-price { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; }
.upsell-price span { color: #9b9087; text-decoration: line-through; font-size: 13px; }
.upsell-price b { font-size: 20px; }
.upsell-btn { width: 100%; padding: 11px 12px; font-size: 13px; }

.footer {
  display: flex;
  justify-content: space-between;
  padding: 24px 4px 0;
  color: #8b8178;
  font-size: 12px;
}

.sticky-buy {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 10px 10px 14px;
  border-radius: 16px;
  background: rgba(31,26,23,.97);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  z-index: 60;
}
.sticky-price { display: flex; flex-direction: column; }
.sticky-price span { font-size: 11px; color: #c6b8aa; text-decoration: line-through; }
.sticky-price strong { font-size: 22px; }
.sticky-btn { padding: 13px 20px; width: auto; font-size: 17px; }

.reveal { opacity: 1; transform: none; transition: none; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 480px) {
  .page-shell { width: min(100% - 16px, 520px); }
  .hero-card, .plain-section, .offer-box, .order-card, .thanks-box { padding: 18px; }
  .new-price { font-size: 40px; }
  .upsell-card { grid-template-columns: 92px 1fr; }
  .upsell-card img { height: 92px; }
  .sticky-price strong { font-size: 20px; }
  .sticky-btn { font-size: 16px; padding: 12px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

.field-help {
  margin-top: -2px;
  color: #8a7c6e;
  font-size: 12px;
}
.bot-field {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

[hidden] { display: none !important; }

.confirmation-card {
  margin-top: 16px;
  border: 2px solid #d9eadc;
  background: #fff;
}

.customer-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0;
}

.customer-summary > div {
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #faf7f2;
  border-radius: 14px;
}

.customer-summary span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 4px;
}

.customer-summary b {
  display: block;
  font-size: 18px;
  word-break: break-word;
}

.discount-message {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin: 16px 0;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff7d9, #fff0b2);
  border: 1px solid #f2d676;
}

.discount-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #ff5a4c, #e2382f);
  font-weight: 900;
  font-size: 20px;
}

.discount-message b {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.discount-message span {
  display: block;
  color: #77622b;
  font-size: 13px;
}

.offers-link {
  margin-top: 6px;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 130%);
  width: min(520px, calc(100% - 24px));
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  border: 1px solid #d9e7df;
  box-shadow: 0 18px 50px rgba(20,35,27,.22);
  transition: transform .28s ease, opacity .28s ease;
  opacity: 0;
}

.site-toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

.toast-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f7ee;
  font-size: 23px;
}

.toast-copy b {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}

.toast-copy span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .site-toast {
    bottom: 12px;
    padding: 12px 14px;
  }
}


.reviews-section {
  margin-top: 16px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.reviews-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.rating-box {
  text-align: right;
}

.rating-box b,
.stars {
  color: #f4b400;
  letter-spacing: .05em;
}

.rating-box span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.reviews-list {
  display: grid;
  gap: 12px;
}

.review-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.review-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f4ede4;
  color: #7e6954;
  font-weight: 800;
}

.review-top b {
  display: block;
  font-size: 14px;
}

.review-top span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 2px;
}

.review-card p {
  margin: 12px 0 0;
  color: #544c45;
  font-size: 14px;
  line-height: 1.55;
}

.reviews-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7df;
  color: #7e6930;
  font-size: 12px;
}

@media (max-width: 480px) {
  .reviews-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rating-box {
    text-align: left;
  }

  .review-top {
    grid-template-columns: auto 1fr;
  }

  .review-top .stars {
    grid-column: 2;
  }
}

.success-path-probe{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

.review-avatar {
  background: #e8f6ec !important;
  color: #279244 !important;
}
.reviews-note { display: none !important; }

.review-avatar{
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  color:#fff !important;
  font-weight:900 !important;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.35), 0 4px 12px rgba(0,0,0,.08);
}
.avatar-1{background:linear-gradient(145deg,#d7836d,#b95e52) !important;}
.avatar-2{background:linear-gradient(145deg,#7b9ccc,#607daf) !important;}
.avatar-3{background:linear-gradient(145deg,#bf8ac7,#9a64a5) !important;}
.avatar-4{background:linear-gradient(145deg,#c99d61,#a9783e) !important;}
.avatar-5{background:linear-gradient(145deg,#6fae86,#4f8c67) !important;}
