:root {
  --bg: #eef2e6;
  --card: #ffffff;
  --text: #172116;
  --muted: #64705f;
  --forest: #172517;
  --forest-2: #263f24;
  --green: #54773b;
  --leaf: #b9d28e;
  --orange: #ef6a22;
  --orange-dark: #cf4f10;
  --cream: #fff4e6;
  --border: #dfe8d6;
  --shadow: 0 18px 48px rgba(27, 38, 24, .16);
  --shadow-strong: 0 26px 70px rgba(24, 36, 22, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -120px, rgba(185, 210, 142, .36) 0 260px, transparent 460px),
    linear-gradient(180deg, #dfead2 0, var(--bg) 420px, #f8faf4 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 13px; }
h2 { margin: 0 0 13px; text-align: center; font-size: 25px; line-height: 1.15; letter-spacing: 0; }
h3 { margin: 0 0 5px; }

.page-shell {
  width: min(100%, 480px);
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 28px 90px rgba(24, 41, 24, .2);
  overflow: hidden;
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 7px 10px;
  background: linear-gradient(90deg, #101a12, #263a25);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}
.menu-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}
.top-nav strong {
  text-align: center;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: .5px;
}
.top-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .16);
}

.top-card,
.section,
.order-card { padding: 18px 16px 22px; }

.top-card {
  position: relative;
  padding: 0 12px 16px;
  background: #fff;
  overflow: hidden;
}
.top-card > * { position: relative; z-index: 1; }
.hero-title-bar {
  margin: 0 -12px;
  padding: 15px 14px 13px;
  background: linear-gradient(145deg, #172517 0%, #263f24 58%, #54773b 100%);
  border-bottom: 4px solid var(--orange);
  color: #fff;
  text-align: center;
}
.hero-title-bar span {
  display: block;
  margin-bottom: 6px;
  color: #d8f2aa;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .7px;
}
.hero-title-bar h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .24);
}

.hero-media {
  position: relative;
  margin: 0 -12px;
  background: linear-gradient(180deg, #fbfcf6 0%, #edf4dd 56%, #d9e8c8 100%);
  padding: 8px 8px 4px;
  overflow: hidden;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 30px 38px auto;
  height: 130px;
  border-radius: 50%;
  background: rgba(239, 106, 34, .16);
  filter: blur(18px);
}
.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.hero-badges {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.hero-badges div {
  background: rgba(17, 28, 18, .9);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}
.hero-badges b { display: block; color: #ffb066; font-size: 16px; line-height: 1; }
.hero-badges span { display: block; margin-top: 3px; font-size: 10px; font-weight: 800; }

.price-box {
  display: grid;
  grid-template-columns: 1fr .86fr 1.1fr;
  gap: 7px;
  margin: 11px 0;
}
.price-box > div {
  min-height: 74px;
  border-radius: 15px;
  padding: 9px 7px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(29, 48, 27, .08);
  border: 1px solid var(--border);
  background: #fff;
}
.price-box span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.price-box strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}
.price-box small { margin-left: 2px; font-weight: 900; }
.old-price strong { color: #6a765f; }
.discount-price { background: linear-gradient(180deg, #edf8dc, #fff) !important; }
.discount-price strong { color: var(--green); font-size: 23px; }
.new-price {
  background: linear-gradient(180deg, #fff2e4, #fff) !important;
  border-color: #ffd1aa !important;
}
.new-price strong { color: var(--orange-dark); }
.compact { grid-template-columns: 1fr 1fr; }

.big-button,
.mid-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #ff8b2c, #ed5f00);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .2px;
  box-shadow: 0 14px 26px rgba(229, 88, 0, .34), inset 0 -3px 0 rgba(0, 0, 0, .16);
  cursor: pointer;
}
.mid-button { margin-top: 15px; min-height: 52px; font-size: 16px; }

.hero-subtitle {
  margin: 9px auto;
  text-align: center;
  color: #465943;
  font-size: 14px;
  max-width: 410px;
}
.lead { color: var(--muted); font-size: 16px; text-align: center; }
.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: grid;
  gap: 6px;
}
.hero-points li {
  position: relative;
  padding: 8px 9px 8px 32px;
  background: #f8fbf3;
  border: 1px solid var(--border);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #273724;
  box-shadow: 0 8px 18px rgba(34, 55, 31, .06);
}
.hero-points li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 5px #fff;
}
.trust-strip {
  display: flex;
  gap: 6px;
  overflow: hidden;
  margin: 8px 0;
}
.trust-strip span {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e3ebdc;
  border-radius: 13px;
  padding: 8px 5px;
  font-size: 10.5px;
  font-weight: 900;
  text-align: center;
  color: #344733;
  box-shadow: 0 8px 18px rgba(40, 62, 36, .07);
}
.label-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 8px 0 0;
  font-size: 12px;
}
.status,
.code {
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(24, 50, 26, .07);
}
.status { background: #ecf8dc; color: #3f6d24; border: 1px solid #cce9a5; }
.code { background: #fff; color: #586852; border: 1px solid #edf1e8; }

.section { background: #fff; }
.section.dark {
  background: linear-gradient(180deg, #152217, #203a21);
  color: #fff;
}
.section.dark .lead,
.section.dark p,
.section.dark span { color: #d9e8cf; }
.section-kicker {
  display: block;
  margin: 0 auto 6px;
  text-align: center;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.dark .section-kicker { color: #ffb066; }
.wide-img {
  width: 100%;
  border-radius: 20px;
  margin: 0 0 14px;
  background: #eef3e8;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.product-story .wide-img { aspect-ratio: 1 / .8; }
.dark.product-story .wide-img { object-fit: contain; background: #edf3e2; }

.icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
}
.icon-grid article,
.use-grid article {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 13px;
  box-shadow: 0 10px 24px rgba(20, 35, 20, .07);
}
.icon-grid article span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  margin-bottom: 8px;
  background: #edf8dc;
  color: var(--green);
  font-weight: 950;
}
.icon-grid h3 { font-size: 15px; }
.icon-grid p { color: var(--muted); font-size: 13px; margin: 0; }

.specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.specs li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  background: #f6faf2;
  border: 1px solid var(--border);
  border-radius: 14px;
}
.specs b { min-width: 42%; color: #2b3d28; }
.specs span { text-align: right; color: #53674d; }

.use-grid { display: grid; gap: 10px; }
.use-grid article {
  display: grid;
  gap: 3px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: none;
}
.use-grid b { font-size: 16px; }

.order-info-visual {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-top: 5px solid #172517;
  border-bottom: 16px solid #172517;
}
.order-info-visual h2 { padding: 10px 16px 14px; margin: 0; }
.delivery-visual-grid { border-top: 3px solid #e7eee0; }
.delivery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 178px;
  background: #fff;
  border-bottom: 3px solid #eef2e8;
}
.delivery-row:last-child { border-bottom: 0; }
.delivery-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 12px;
  background: #fff;
}
.delivery-text h3 {
  margin: 0 0 10px;
  color: #243722;
  font-size: 18px;
  font-weight: 950;
}
.delivery-text p {
  margin: 0;
  color: #172517;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 900;
}
.delivery-photo { min-height: 178px; overflow: hidden; background: #edf3e8; }
.delivery-photo img { width: 100%; height: 100%; object-fit: cover; }

.order-card {
  margin: 0 12px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #132014, #233d23);
  color: #fff;
  box-shadow: var(--shadow-strong);
  border: 1px solid rgba(255, 255, 255, .1);
}
.order-card h2 { color: #fff; }
.order-card p { color: #dcead4; text-align: center; }
.order-label {
  display: block;
  width: max-content;
  margin: 0 auto 7px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.order-product-img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  margin: 12px 0 10px;
  padding: 8px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcf6, #edf4dd);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}
.order-benefits {
  display: flex;
  gap: 6px;
  margin: 10px 0 12px;
}
.order-benefits span {
  flex: 1;
  padding: 8px 5px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  font-size: 11px;
  text-align: center;
  font-weight: 900;
  color: #e9f5e5;
}
.order-form { display: grid; gap: 11px; }
.order-form label span {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 900;
  color: #dcead4;
}
.order-form input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 15px;
  padding: 0 14px;
  background: #fff;
  color: #111;
  font-size: 16px;
  outline: none;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.button-submit { cursor: pointer; }
.safe-note {
  margin: 10px 0 0 !important;
  font-size: 12px !important;
  color: #bed1b8 !important;
}
.form-status { min-height: 22px; margin: 0; font-size: 13px; }

.faq details {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 13px 14px;
  margin-bottom: 9px;
  background: #fff;
}
.faq summary { cursor: pointer; font-weight: 900; }
.faq details p { margin: 10px 0 0; color: var(--muted); font-size: 14px; text-align: left; }
.footer {
  padding: 18px 16px 26px;
  text-align: center;
  background: #0f1710;
  color: #bccab5;
  font-size: 12px;
}
.footer nav { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.footer a { color: #eaf7e4; }

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 0;
  background: linear-gradient(180deg, #e7efd5 0%, #f4f0e4 100%);
}
.thanks-card {
  width: min(calc(100% - 32px), 480px);
  padding: 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.thanks-card h1 { font-size: clamp(2.2rem, 7vw, 4.6rem); line-height: .98; }
.incomplete-upsell {
  margin: 22px 0;
  padding: 18px;
  border-radius: 8px;
  background: #eef2df;
  border: 1px solid var(--border);
}

.upsell-page { min-height: 100vh; background: #f4f0e4; }
.upsell-hero {
  padding: 32px 0 24px;
  background: linear-gradient(135deg, #172517 0%, #264226 100%);
  color: #fff;
}
.container { width: min(calc(100% - 32px), 1140px); margin-inline: auto; }
.upsell-hero__grid { display: block; }
.upsell-hero h1 { max-width: 760px; color: #fff; font-size: clamp(2rem, 5vw, 3.7rem); margin: 0 0 12px; line-height: 1; }
.upsell-hero .lead { color: #e5ecdc; max-width: 560px; margin-bottom: 10px; text-align: left; }
.upsell-hero .form-note { color: #d6e3cf; }
.upsell-list { padding: 28px 0 50px; }
.upsell-section-head { display: grid; grid-template-columns: .24fr 1fr; gap: 16px; align-items: end; margin-bottom: 18px; }
.upsell-section-head h2 { max-width: 900px; text-align: left; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: .78rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}
.upsell-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.upsell-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 34px rgba(27, 38, 24, .08);
  overflow: hidden;
}
.upsell-card figure {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 220px;
  margin: 0;
  padding: 18px;
  background: linear-gradient(180deg, #fdfcf8 0%, #e9eddd 100%);
  overflow: hidden;
}
.upsell-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}
.upsell-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  padding: 14px;
  min-width: 0;
}
.upsell-tag { display: none; }
.upsell-card h3 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.upsell-card p,
.upsell-card ul { display: none; }
.upsell-buy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  align-self: end;
}
.upsell-buy b { color: var(--forest); font-size: 1.42rem; white-space: nowrap; }
.upsell-buy .btn,
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(239, 106, 34, .22);
}
.upsell-buy .btn { width: 100%; }
.upsell-card.is-added { border-color: rgba(69, 124, 60, .55); background: #f5fbef; }
.upsell-card.is-added .btn { background: #457c3c; color: #fff; }
.upsell-footer { display: grid; gap: 14px; justify-items: center; margin-top: 34px; text-align: center; }

@media (max-width: 640px) {
  .hero-title-bar h1 { font-size: 24px; }
  .hero-media img { min-height: 390px; object-fit: cover; }
  .product-story .wide-img { aspect-ratio: 1 / .78; }
  .delivery-row { min-height: 158px; }
  .delivery-photo { min-height: 158px; }
  .delivery-text p { font-size: 14px; }
  .icon-grid { grid-template-columns: 1fr 1fr; }
  .price-box strong { font-size: 24px; }
  .discount-price strong { font-size: 21px; }
  .trust-strip span { font-size: 10px; }
  .upsell-hero { padding: 24px 0 18px; }
  .upsell-hero h1 { font-size: 2.02rem; }
  .upsell-list { padding: 22px 0 40px; }
  .upsell-section-head { grid-template-columns: 1fr; }
  .upsell-grid { grid-template-columns: 1fr; gap: 14px; }
  .upsell-card figure { height: auto; aspect-ratio: 1 / .62; padding: 12px; }
  .upsell-card__body { padding: 16px; }
  .upsell-buy { grid-template-columns: 1fr; }
  .upsell-buy b { font-size: 1.35rem; }
}

@media (max-width: 360px) {
  .hero-title-bar h1 { font-size: 22px; }
  .icon-grid { grid-template-columns: 1fr; }
  .price-box strong { font-size: 22px; }
}

@media (min-width: 900px) {
  .page-shell { width: 480px; }
}
