/* ── RESET & ROOT ────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { cursor: pointer; border: none; background: none; font: inherit; }

:root {
  /* Palette — warm stone editorial */
  --cream:    #F6F2EB;
  --cream2:   #EDE8DF;
  --stone:    #C8C2B6;
  --stone-dk: #8F897E;
  --charcoal: #2C2925;
  --charcoal2:#1A1815;
  --sage:     #5A7B6A;
  --sage-lt:  #7DA090;
  --sage-bg:  #EBF1EE;
  --sand:     #D6CCBC;
  --white:    #FFFFFF;

  /* Typography */
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body:    'DM Sans', 'Helvetica Neue', sans-serif;

  /* Spacing */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  40px;
  --space-2xl: 64px;
  --space-3xl: 96px;

  --radius: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
}

/* ── BASE ────────────────────────────────────────────────────────────── */
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--charcoal);
  background: var(--cream);
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

/* ── TYPOGRAPHY SCALE ────────────────────────────────────────────────── */
.display-xl {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.display-lg {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.display-md {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.accent { color: var(--sage); }
.italic { font-style: italic; }

.section-kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: var(--space-md);
}

/* ── TICKER ──────────────────────────────────────────────────────────── */
.ticker-wrap {
  background: var(--charcoal);
  color: var(--cream);
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
}
.ticker-track {
  display: inline-flex;
  animation: ticker-scroll 28s linear infinite;
}
.ticker-item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-right: 0;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── HEADER ──────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246,242,235,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--stone);
  padding: 14px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-icon {
  width: 32px;
  height: 32px;
  background: var(--charcoal);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.logo-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--charcoal);
}
.header-badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--sage-bg);
  color: var(--sage);
  border: 1px solid var(--sage-lt);
  padding: 4px 10px;
  border-radius: 20px;
}
.header-cta {
  background: var(--charcoal);
  color: var(--cream);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background 0.15s, transform 0.1s;
  white-space: nowrap;
}
.header-cta:hover { background: var(--charcoal2); transform: translateY(-1px); }

/* ── HERO ────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  padding: var(--space-3xl) 0 var(--space-2xl);
  background: var(--cream);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 70% 30%, rgba(90,123,106,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 15% 80%, rgba(214,204,188,0.4) 0%, transparent 60%);
  pointer-events: none;
}
/* Subtle grain overlay */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.6;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--space-2xl);
  min-height: 560px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-dk);
  margin-bottom: var(--space-lg);
}
.hero-kicker::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--stone-dk);
}
.hero-headline { margin-bottom: var(--space-lg); }
.hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--stone-dk);
  max-width: 440px;
  margin-bottom: var(--space-xl);
}

/* Variant selector */
.variant-selector {
  margin-bottom: var(--space-xl);
}
.variant-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--stone-dk);
  margin-bottom: var(--space-sm);
}
.variant-options {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}
.variant-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid var(--stone);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--charcoal);
  background: transparent;
  transition: all 0.15s;
}
.variant-btn:hover { border-color: var(--charcoal); }
.variant-btn.active {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: var(--cream);
}
.variant-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.15);
}
.swatch-gun   { background: #5A5753; }
.swatch-silver { background: #B0AEAA; }
.swatch-white  { background: #F0EDE8; }

/* CTA area */
.cta-area { display: flex; flex-direction: column; gap: var(--space-md); }
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--charcoal);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
  cursor: pointer;
  border: none;
  text-align: center;
}
.btn-primary:hover {
  background: var(--charcoal2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44,41,37,0.25);
}
.btn-primary:active { transform: translateY(0); }
.btn-primary.loading { opacity: 0.7; pointer-events: none; }
.btn-primary .arrow { font-size: 18px; transition: transform 0.15s; }
.btn-primary:hover .arrow { transform: translateX(4px); }

.trust-row {
  display: flex;
  gap: var(--space-lg);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--stone-dk);
  font-weight: 500;
}
.trust-item .icon { font-size: 13px; }

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(44,41,37,0.1),
    0 24px 64px rgba(44,41,37,0.12);
  max-width: 440px;
  width: 100%;
}
.hero-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.hero-badge {
  position: absolute;
  bottom: 24px;
  left: -16px;
  background: var(--white);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(44,41,37,0.15);
  max-width: 200px;
}
.badge-icon-wrap {
  width: 36px;
  height: 36px;
  background: var(--sage-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.badge-text { display: flex; flex-direction: column; }
.badge-text strong { font-size: 13px; line-height: 1.2; }
.badge-text span { font-size: 11px; color: var(--stone-dk); }

/* Animate in */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fade-up 0.7s cubic-bezier(0.22,1,0.36,1) both; }
.delay-1    { animation-delay: 0.15s; }
.delay-2    { animation-delay: 0.3s; }

/* ── SOCIAL STRIP ────────────────────────────────────────────────────── */
.social-strip {
  background: var(--charcoal);
  color: var(--cream);
  padding: var(--space-xl) 0;
}
.social-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
}
.social-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 100px;
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.social-stat span:last-child {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--stone);
  font-weight: 500;
}
.divider {
  width: 1px;
  height: 40px;
  background: rgba(200,194,182,0.2);
  flex-shrink: 0;
}

/* ── BENEFITS ────────────────────────────────────────────────────────── */
.benefits {
  padding: var(--space-3xl) 0;
  background: var(--cream2);
}
.section-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}
.section-header .display-lg { margin-top: 4px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}
.benefit-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-xl) var(--space-lg);
  border: 1px solid var(--stone);
  transition: transform 0.2s, box-shadow 0.2s;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44,41,37,0.1);
}
.benefit-icon {
  font-size: 2rem;
  margin-bottom: var(--space-md);
  display: block;
}
.benefit-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: var(--space-sm);
  line-height: 1.2;
}
.benefit-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--stone-dk);
}

/* ── TRANSFORMATION CALLOUT ──────────────────────────────────────────── */
.transformation {
  padding: var(--space-3xl) 0;
  background: var(--cream);
}
.transformation-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}
.transform-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}
.transform-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44,41,37,0.1);
  position: relative;
}
.transform-img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.transform-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(246,242,235,0.92);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.transform-copy { }
.transform-copy .display-lg { margin-bottom: var(--space-lg); }
.spec-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}
.spec-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
}
.spec-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sage-bg);
  border-radius: 6px;
}
.spec-list strong { display: block; font-size: 14px; font-weight: 600; }
.spec-list p, .spec-list span { font-size: 13px; color: var(--stone-dk); }

/* ── HOW IT WORKS ────────────────────────────────────────────────────── */
.how-it-works {
  padding: var(--space-3xl) 0;
  background: var(--charcoal);
  color: var(--cream);
}
.how-it-works .section-kicker { color: var(--sage-lt); }
.how-it-works .display-lg { color: var(--white); }
.how-it-works .accent { color: var(--sage-lt); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.66% + 16px);
  right: calc(16.66% + 16px);
  height: 1px;
  background: rgba(200,194,182,0.2);
}
.step-card {
  position: relative;
  padding: var(--space-xl) var(--space-lg);
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200,194,182,0.12);
  text-align: center;
}
.step-num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: var(--sage);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}
.step-emoji {
  font-size: 2rem;
  display: block;
  margin: var(--space-lg) 0 var(--space-md);
}
.step-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: var(--white);
}
.step-card p { font-size: 14px; color: rgba(200,194,182,0.8); line-height: 1.65; }

/* ── SOCIAL PROOF ────────────────────────────────────────────────────── */
.social-proof {
  padding: var(--space-3xl) 0;
  background: var(--cream2);
}
.tiktok-feature {
  margin-bottom: var(--space-2xl);
}
.tiktok-feature-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-2xl);
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--stone);
}
.tiktok-thumb-main {
  width: 220px;
  height: 390px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.tiktok-thumb-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiktok-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(44,41,37,0.35);
  gap: var(--space-sm);
  text-decoration: none;
  transition: background 0.2s;
}
.tiktok-play-overlay:hover { background: rgba(44,41,37,0.5); }
.play-btn-lg {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--charcoal);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.play-badge {
  background: rgba(246,242,235,0.9);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.tiktok-feature-copy {
  padding: var(--space-xl);
}
.tiktok-feature-copy .display-md { margin-bottom: var(--space-md); }
.viral-stats {
  display: flex;
  gap: var(--space-xl);
  margin: var(--space-lg) 0 var(--space-xl);
  flex-wrap: wrap;
}
.viral-stat { display: flex; flex-direction: column; gap: 2px; }
.viral-stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--charcoal);
}
.viral-stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--stone-dk);
  font-weight: 500;
}
.tiktok-creator-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--sage-bg);
  border: 1px solid var(--sage-lt);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sage);
  text-decoration: none;
}
.tiktok-icon { font-size: 15px; }

/* Reviews */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
}
.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  border: 1px solid var(--stone);
}
.stars { color: #E8A020; font-size: 15px; margin-bottom: var(--space-md); }
.review-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--charcoal);
  font-style: italic;
  margin-bottom: var(--space-md);
}
.reviewer { font-size: 12px; font-weight: 600; color: var(--stone-dk); }

/* ── FAQ ─────────────────────────────────────────────────────────────── */
.faq {
  padding: var(--space-3xl) 0;
  background: var(--cream);
}
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq-item {
  border: 1px solid var(--stone);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  margin-bottom: 2px;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-lg) var(--space-xl);
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--charcoal);
  background: transparent;
  cursor: pointer;
  transition: background 0.15s;
}
.faq-q:hover { background: var(--cream2); }
.faq-chevron { font-size: 18px; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 var(--space-xl) var(--space-lg);
  font-size: 14px;
  line-height: 1.7;
  color: var(--stone-dk);
}
.faq-item.open .faq-a { display: block; }

/* ── BUY SECTION ─────────────────────────────────────────────────────── */
.buy-section {
  padding: var(--space-3xl) 0;
  background: var(--cream2);
}
.buy-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}
.buy-img-stack { position: relative; }
.buy-main-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(44,41,37,0.15);
}
.buy-main-img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.buy-tag {
  position: absolute;
  top: 20px;
  right: -12px;
  background: var(--sage);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.price-display {
  display: flex;
  align-items: baseline;
  gap: var(--space-md);
  margin: var(--space-xl) 0;
}
.price-current {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  color: var(--charcoal);
}
.price-shipping {
  font-size: 14px;
  font-weight: 500;
  background: var(--sage-bg);
  color: var(--sage);
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid var(--sage-lt);
}
.buy-copy .variant-selector { margin: var(--space-xl) 0; }
.guarantee-box {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  background: var(--white);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  border: 1px solid var(--stone);
  margin-top: var(--space-lg);
}
.g-icon { font-size: 1.6rem; flex-shrink: 0; }
.guarantee-box strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.guarantee-box p { font-size: 13px; color: var(--stone-dk); line-height: 1.5; }
.shipping-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--stone-dk);
  margin-top: var(--space-md);
  font-weight: 500;
}

/* ── FOOTER ──────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--charcoal2);
  color: var(--stone);
  padding: var(--space-2xl) 0 var(--space-xl);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  flex-wrap: wrap;
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid rgba(200,194,182,0.1);
  margin-bottom: var(--space-lg);
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--cream);
}
.footer-links {
  display: flex;
  gap: var(--space-lg);
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 13px;
  color: var(--stone);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-links a:hover { color: var(--cream); }
.payment-icons { display: flex; gap: var(--space-sm); }
.payment-icon {
  padding: 4px 8px;
  border: 1px solid rgba(200,194,182,0.2);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--stone);
}
.footer-copy { font-size: 12px; color: rgba(200,194,182,0.5); line-height: 1.6; }

/* ── MOBILE ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  :root {
    --space-3xl: 60px;
    --space-2xl: 40px;
  }
  .header-badge { display: none; }
  .logo-name { font-size: 1.2rem; }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    min-height: unset;
  }
  .hero-visual { order: -1; }
  .hero-img-wrap { max-width: 100%; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -20px; }

  .social-strip-inner { gap: var(--space-lg); }
  .divider { display: none; }

  .benefits-grid { grid-template-columns: 1fr 1fr; }

  .transformation-inner { grid-template-columns: 1fr; }
  .transform-images { grid-template-columns: 1fr 1fr; }

  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }

  .tiktok-feature-inner { grid-template-columns: 1fr; }
  .tiktok-thumb-main { width: 100%; height: 260px; }

  .reviews-grid { grid-template-columns: 1fr; }

  .buy-inner { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; align-items: flex-start; gap: var(--space-lg); }
  .footer-links { gap: var(--space-md); }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .display-xl { font-size: 2.6rem; }
  .hero-sub { font-size: 15px; }
  .trust-row { gap: var(--space-md); }
  .viral-stats { gap: var(--space-lg); }
}
