:root {
  --bg-dark: #071412;
  --bg-deep: #0a201c;
  --emerald: #0d8a72;
  --emerald-2: #0b6d5c;
  --emerald-soft: #16a085;
  --gold: #d8b36a;
  --gold-light: #f1d18d;
  --gold-deep: #b98b43;
  --black-gloss: #101010;
  --text-main: #f6f1e8;
  --text-soft: #d4cdc1;
  --text-muted: #a8a095;
  --border: rgba(216, 179, 106, 0.24);
  --card-bg: linear-gradient(180deg, rgba(14, 43, 38, 0.9) 0%, rgba(8, 20, 19, 0.98) 100%);
  /* --hero-bg: radial-gradient(circle at top, rgba(22, 160, 133, 0.22) 0%, rgba(7, 20, 18, 0) 42%),
             linear-gradient(180deg, #071412 0%, #0a201c 40%, #0d4037 72%, #0d8a72 100%); */
  --btn-gradient: linear-gradient(135deg, #0d8a72 0%, #16a085 52%, #d8b36a 100%);
  --btn-shadow: 0 16px 30px rgba(13, 138, 114, 0.28);
  --gold-gradient: linear-gradient(90deg, #b98b43 0%, #f1d18d 50%, #d8b36a 100%);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 50% -10%, rgba(216, 179, 106, 0.1), transparent 32%),
    #05100e;
  color: var(--text-main);
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
}

.page-shell {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg, #05100e 0%, #071412 100%);
  overflow: hidden;
  position: relative;
}

.hero {
  position: relative;
  padding: 16px 16px 28px;
  background: var(--hero-bg);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 180px;
  height: 180px;
  background: rgba(13, 138, 114, 0.4);
  top: 30px;
  left: -30px;
}

.hero-glow-2 {
  width: 140px;
  height: 140px;
  background: rgba(216, 179, 106, 0.2);
  top: 220px;
  right: -20px;
}

.top-badge {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.top-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 179, 106, 0.22);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.card {
  border: 1px solid var(--border);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-xl);
  position: relative;
  z-index: 1;
}

.hero-media {
  /* padding: 18px; */
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(216, 179, 106, 0.14), transparent 30%),
    radial-gradient(circle at 50% 80%, rgba(13, 138, 114, 0.18), transparent 34%);
  pointer-events: none;
}

.hero-product {
  width: 100%;
  /* max-height: 520px; */
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.35));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 18px;
}

.eyebrow,
.section-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.hero-text {
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.6;
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.mini-pill {
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 179, 106, 0.16);
}

.price-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(216, 179, 106, 0.06) 100%);
  border: 1px solid rgba(216, 179, 106, 0.2);
}

.price-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.old-price {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: line-through;
}

.new-price {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: var(--gold-light);
}

.price-save {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--btn-gradient);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.cta-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.btn {
  min-height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 18px;
  font-size: 20px;
  font-weight: 800;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.btn:active {
  transform: scale(0.985);
}

.btn-primary {
  color: #ffffff;
  background: var(--btn-gradient);
  box-shadow: var(--btn-shadow);
}

.btn-secondary {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(216, 179, 106, 0.16);
}

.section {
  padding: 18px 16px 0;
}

.section-head {
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.stats-grid,
.benefits-grid,
.steps {
  display: grid;
  gap: 12px;
}

.stat-card,
.benefit-card,
.step,
.review-card,
.order-card {
  padding: 18px;
}

.stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.stat-text {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.prose-block {
  padding: 18px;
}

.prose-block p {
  margin: 0 0 14px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
}

.prose-block p:last-child {
  margin-bottom: 0;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  color: #071412;
  background: var(--gold-gradient);
}

.benefit-card h3,
.step h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.benefit-card p,
.step p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  margin-bottom: 12px;
  background: rgba(13, 138, 114, 0.18);
  color: var(--gold-light);
  border: 1px solid rgba(216, 179, 106, 0.18);
  font-size: 16px;
  font-weight: 800;
}

.specs-card {
  padding: 8px 16px;
}

.spec-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(216, 179, 106, 0.12);
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-row span {
  color: var(--text-muted);
  font-size: 13px;
}

.spec-row strong {
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-main);
}

.reviews-slider {
  position: relative;
}

.review-card {
  display: none;
}

.review-card.active {
  display: block;
}

.stars {
  margin-bottom: 10px;
  color: var(--gold-light);
  font-size: 18px;
  letter-spacing: 2px;
}

.review-card p {
  margin: 0 0 14px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.68;
}

.review-author {
  color: var(--text-main);
  font-size: 14px;
  font-weight: 700;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
}

.dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  padding: 0;
  cursor: pointer;
}

.dot.active {
  width: 26px;
  border-radius: 999px;
  background: var(--gold-gradient);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text-main);
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.faq-question span {
  color: var(--gold-light);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.order-card {
  padding: 22px 18px;
  background:
    radial-gradient(circle at top right, rgba(216, 179, 106, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(15, 58, 50, 0.96) 0%, rgba(7, 20, 18, 1) 100%);
}

.order-card h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.12;
}

.order-text {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.6;
}

.order-form {
  display: grid;
  gap: 10px;
}

.order-form input {
  width: 100%;
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(216, 179, 106, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  padding: 0 16px;
  outline: none;
}

.order-form input::placeholder {
  color: #b8b0a4;
}

.order-form input:focus {
  border-color: rgba(216, 179, 106, 0.42);
  box-shadow: 0 0 0 3px rgba(216, 179, 106, 0.08);
}

.btn-full {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.footer {
  padding: 22px 16px 28px;
  text-align: center;
}

.footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
}

@media (min-width: 481px) {
  .page-shell {
    border-left: 1px solid rgba(216, 179, 106, 0.08);
    border-right: 1px solid rgba(216, 179, 106, 0.08);
  }
}