:root {
  --bg: #070707;
  --surface: #101010;
  --surface-2: #171717;
  --surface-3: #202020;
  --line: rgba(255, 176, 50, .34);
  --line-soft: rgba(255, 255, 255, .10);
  --gold: #ffb032;
  --gold-light: #ffe09b;
  --orange: #ff5a17;
  --red: #d82313;
  --text: #fffaf1;
  --muted: #c8c2b9;
  --muted-2: #948e85;
  --radius: 22px;
  --shadow: 0 20px 50px rgba(0, 0, 0, .35);
  --glow: 0 0 24px rgba(255, 88, 20, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 2%, rgba(255, 91, 22, .12), transparent 18rem),
    radial-gradient(circle at 15% 22%, rgba(255, 176, 50, .06), transparent 18rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
  padding-bottom: calc(86px + env(safe-area-inset-bottom));
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { border: 0; }

.site-shell {
  width: min(100%, 760px);
  margin-inline: auto;
  background: linear-gradient(180deg, rgba(255,255,255,.015), transparent 28rem);
}

.panel, .section, .trust-footer, .footer {
  margin: 12px;
}

.panel, .media-card, .lifestyle-card, .spec-card, .reviews, .order-section, .trust-footer {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(28,28,28,.96), rgba(10,10,10,.98));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero {
  padding: 14px;
  background:
    radial-gradient(circle at 78% 17%, rgba(255, 115, 24, .18), transparent 13rem),
    linear-gradient(145deg, rgba(28,28,28,.98), rgba(7,7,7,.99));
}

.hero-product {
  position: relative;
  isolation: isolate;
  padding: 16px 10px 4px;
  border: 1px solid rgba(255, 176, 50, .22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 60%, rgba(255, 91, 22, .18), transparent 48%),
    linear-gradient(180deg, #1d1d1d 0%, #0b0b0b 100%);
}
.hero-glow {
  position: absolute;
  inset: 20% 14% 8%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 111, 22, .18);
  filter: blur(38px);
}
.hero-product img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.gift-float {
  position: absolute;
  right: 8px;
  bottom: 6px;
  width: 34%;
  max-width: 180px;
  padding: 5px;
  text-align: center;
}
.gift-float > img {
  width: 100%;
  max-height: 120px;
  filter: drop-shadow(0 14px 12px rgba(0,0,0,.46));
}
.gift-float span {
  display: inline-flex;
  margin-top: 2px;
  padding: 5px 11px;
  border: 1px solid #ffca52;
  border-radius: 999px;
  color: #201000;
  background: linear-gradient(180deg, #ffd35c, #e99b1c);
  font-size: 12px;
  font-weight: 900;
  box-shadow: var(--glow);
}

.hero-content { padding: 18px 4px 2px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.badge img { width: 18px; height: 18px; }
.badge-hot { border: 1px solid #ff654e; background: linear-gradient(180deg, #bc2216, #7f0905); }
.badge-hot img { filter: brightness(0) invert(1); }
.badge-gift { color: #ffe49b; border: 1px solid #edb73f; background: rgba(255,176,50,.07); }

.eyebrow, .section-kicker {
  margin: 0 0 4px;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .02em;
}
.hero h1 { margin: 0; color: var(--gold-light); font-size: clamp(34px, 10vw, 58px); line-height: .98; letter-spacing: -.045em; }
.hero h2 { margin: 12px 0 10px; font-size: clamp(28px, 8vw, 46px); line-height: 1.02; letter-spacing: -.035em; }
.hero-description { margin: 0; color: #ede8df; font-size: 17px; }
.hero-benefit { margin: 12px 0 14px; color: #ff7a32; font-size: 18px; font-weight: 850; line-height: 1.2; }

.price-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(180deg, rgba(255,176,50,.07), rgba(0,0,0,.14));
}
.price-card strong { color: #ffc45c; font-size: clamp(38px, 12vw, 58px); line-height: 1; text-shadow: 0 0 20px rgba(255,120,20,.38); }
.price-card strong span { font-size: .68em; }
.price-card del { color: #9c9891; font-size: 21px; font-weight: 800; text-decoration-thickness: 2px; text-decoration-color: #e34937; }

.timer-card {
  padding: 9px 12px 12px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 8px 8px 16px 16px;
  background: rgba(0,0,0,.22);
  text-align: center;
}
.timer-card > p { margin: 0 0 6px; color: var(--muted); font-size: 12px; }
.timer { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 5px; }
.timer div { display: grid; }
.timer b { color: #ff7b2f; font-size: clamp(30px, 10vw, 44px); line-height: 1; font-variant-numeric: tabular-nums; text-shadow: 0 0 18px rgba(255,91,23,.4); }
.timer span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.timer i { color: #ff9f30; font-size: 27px; font-style: normal; line-height: 1.1; }

.cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: white;
  background: linear-gradient(180deg, #ff641c, #e43a0c);
  border: 1px solid #ff7f3c;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(238,65,11,.28), inset 0 1px 0 rgba(255,255,255,.23);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}
.cta:active { transform: translateY(1px) scale(.995); }
.cta:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid rgba(255,190,70,.75); outline-offset: 3px; }
.cta-main { width: 100%; margin-top: 10px; font-size: 20px; }

.trust-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 10px; }
.trust-mini > div { display: flex; min-width: 0; align-items: center; gap: 7px; padding: 9px 6px; border: 1px solid var(--line-soft); border-radius: 11px; background: rgba(255,255,255,.025); }
.trust-mini img { width: 25px; height: 25px; flex: 0 0 auto; }
.trust-mini span { font-size: 10px; font-weight: 750; line-height: 1.25; }

.section { padding: 14px 0 4px; }
.section-heading { padding: 0 4px 12px; text-align: center; }
.section-heading h2, .media-card h2, .lifestyle-card h2, .spec-card h2, .reviews h2, .order-section h2 { margin: 0; font-size: clamp(25px, 7vw, 38px); line-height: 1.08; letter-spacing: -.025em; }

.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.feature-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, #171717, #0e0e0e);
  box-shadow: 0 12px 24px rgba(0,0,0,.23);
}
.feature-card img { width: 38px; height: 38px; filter: drop-shadow(0 0 10px rgba(255,150,30,.22)); }
.feature-card p { margin: 0; color: #e9e4dc; font-size: 13px; line-height: 1.35; }
.feature-card strong { color: #fff; }

.feature-showcase { display: grid; gap: 10px; }
.media-card { padding: 16px; }
.card-copy { margin-bottom: 10px; }
.card-tag { display: inline-flex; margin-bottom: 6px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); background: rgba(255,176,50,.05); font-size: 11px; font-weight: 800; }
.media-card > img { width: 100%; height: auto; max-height: 330px; object-fit: contain; object-position: center; display: block; border-radius: 14px; }
.gift-card { background: radial-gradient(circle at 50% 62%, rgba(216,35,19,.18), transparent 44%), linear-gradient(145deg,#1b1715,#0b0b0b); }
.mold-image { filter: drop-shadow(0 20px 18px rgba(0,0,0,.45)); }
.technology-card > img { background: #0b0b0b; }
.check-list { margin: 12px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin-top: 7px; padding-left: 25px; color: #ebe5dc; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 18px; height: 18px; place-items: center; color: #0b0b0b; background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 900; }

.program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.program-card { display: grid; min-width: 0; min-height: 104px; place-items: center; align-content: center; gap: 7px; padding: 10px 5px; border: 1px solid var(--line); border-radius: 14px; background: radial-gradient(circle at 50% 15%, rgba(255,137,30,.10), transparent 55%), linear-gradient(180deg,#1b1b1b,#0d0d0d); text-align: center; }
.program-card img { width: 42px; height: 42px; filter: drop-shadow(0 0 12px rgba(255,176,50,.25)); }
.program-card span { color: #f6efe4; font-size: 12px; font-weight: 800; line-height: 1.15; overflow-wrap: anywhere; }
.program-note { margin: 12px 4px 0; color: var(--muted); font-size: 13px; text-align: center; }
.program-note span { display: inline-grid; width: 18px; height: 18px; place-items: center; margin-right: 4px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 900; }

.lifestyle-card { display: grid; padding: 12px; }
.lifestyle-image img { width: 100%; height: auto; max-height: 420px; object-fit: contain; object-position: center; display: block; border-radius: 16px; }
.lifestyle-copy { padding: 14px 4px 4px; }
.icon-list { margin: 14px 0 0; padding: 0; list-style: none; }
.icon-list li { display: flex; align-items: flex-start; gap: 10px; margin-top: 12px; color: #e9e4dc; }
.icon-list img { width: 28px; height: 28px; flex: 0 0 auto; }

.kit-photo { padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: #f5f5f4; }
.kit-photo img { width: 100%; height: auto; max-height: 520px; object-fit: contain; object-position: center; display: block; border-radius: 12px; }
.kit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 9px; }
.kit-grid article { display: grid; min-width: 0; align-content: start; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #111; text-align: center; }
.kit-grid img { width: 100%; height: 116px; object-fit: contain; object-position: center; display: block; border-radius: 10px; background: #f5f4f1; }
.kit-grid span { color: #f4eee6; font-size: 12px; font-weight: 800; line-height: 1.25; }

.data-section { display: grid; gap: 10px; }
.spec-card, .reviews { padding: 16px; }
.spec-list { margin: 12px 0 0; }
.spec-list div { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line-soft); }
.spec-list dt { color: var(--gold-light); font-size: 12px; font-weight: 800; }
.spec-list dd { margin: 0; color: #ede8df; font-size: 12px; overflow-wrap: anywhere; }
.review-card { display: grid; grid-template-columns: 48px 1fr; gap: 10px; margin-top: 10px; padding: 12px; border: 1px solid var(--line-soft); border-radius: 14px; background: rgba(255,255,255,.025); }
.avatar { display: grid; width: 48px; height: 48px; place-items: center; border: 2px solid rgba(255,176,50,.55); border-radius: 50%; color: white; font-weight: 900; }
.avatar-one { background: linear-gradient(145deg,#9d4c25,#3f160d); }
.avatar-two { background: linear-gradient(145deg,#3e6c76,#172e36); }
.avatar-three { background: linear-gradient(145deg,#7b3458,#321527); }
.review-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px; }
.review-head span { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.review-card p { margin: 5px 0 0; color: #ded8cf; font-size: 13px; }

.order-section { padding: 18px; }
.order-form { display: grid; gap: 10px; margin-top: 12px; }
.order-form label { display: grid; gap: 5px; color: #d9d2c8; font-size: 12px; font-weight: 750; }
.order-form input { width: 100%; min-height: 52px; padding: 0 15px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: #0a0a0a; }
.order-form input::placeholder { color: #77726d; }
.form-price { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,176,50,.04); }
.form-price strong { color: #ffc04a; font-size: 34px; line-height: 1; }
.form-price span { color: var(--muted); font-size: 12px; }
.cta-order { width: 100%; font-size: 18px; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-note img { width: 18px; height: 18px; }

.trust-footer { display: grid; padding: 12px; gap: 8px; }
.trust-footer > div { display: flex; align-items: center; gap: 10px; padding: 9px; border-bottom: 1px solid var(--line-soft); }
.trust-footer > div:last-child { border-bottom: 0; }
.trust-footer img { width: 34px; height: 34px; flex: 0 0 auto; }
.trust-footer p { display: grid; margin: 0; }
.trust-footer strong { font-size: 13px; }
.trust-footer span { color: var(--muted); font-size: 11px; }
.footer { padding: 10px 8px 18px; color: var(--muted-2); text-align: center; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; }
.footer a { color: #c7c0b7; font-size: 11px; text-underline-offset: 3px; }
.footer p { margin: 10px 0 0; font-size: 10px; }

.sticky-order {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(100%,760px);
  margin-inline: auto;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(10,10,10,.96);
  box-shadow: 0 -12px 35px rgba(0,0,0,.5);
  backdrop-filter: blur(10px);
  transition: opacity .2s ease, transform .2s ease;
}
.sticky-order.is-hidden { opacity: 0; pointer-events: none; transform: translateY(110%); }
.sticky-order > div { display: grid; }
.sticky-order strong { color: #ffc04a; font-size: 25px; line-height: 1; }
.sticky-order del { color: #8c8780; font-size: 10px; }
.sticky-order .cta { min-width: 150px; min-height: 48px; }

.legal-page { padding-bottom: 20px; }
.legal-card { margin: 12px; padding: 20px; }
.legal-card h1 { margin: 14px 0; color: var(--gold-light); font-size: 34px; line-height: 1.05; }
.legal-card h2 { margin: 24px 0 8px; font-size: 21px; }
.legal-card p, .legal-card li { color: #ded8cf; }
.legal-back { display: inline-flex; color: var(--gold-light); font-weight: 800; text-decoration: none; }

@media (min-width: 520px) {
  .hero { padding: 20px; }
  .trust-mini span { font-size: 12px; }
  .benefit-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .program-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .kit-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .kit-grid img { height: 105px; }
  .trust-footer { grid-template-columns: repeat(3,1fr); }
  .trust-footer > div { border-bottom: 0; border-right: 1px solid var(--line-soft); }
  .trust-footer > div:last-child { border-right: 0; }
}

@media (min-width: 680px) {
  .hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 18px; }
  .hero-product { grid-column: 2; grid-row: 1; }
  .hero-content { grid-column: 1; grid-row: 1; padding: 4px 0; }
  .hero h1 { font-size: 46px; }
  .hero h2 { font-size: 36px; }
  .hero-description { font-size: 15px; }
  .hero-benefit { font-size: 16px; }
  .feature-showcase { grid-template-columns: 1fr 1fr; }
  .lifestyle-card { grid-template-columns: 1fr 1fr; align-items: center; gap: 14px; }
  .lifestyle-copy { padding: 10px; }
  .data-section { grid-template-columns: 1fr 1fr; align-items: start; }
  .order-form { grid-template-columns: 1fr 1fr; }
  .form-price, .cta-order { min-height: 62px; }
  .form-note { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
