/* ============================================================
   APEXBURN — OFFER PAGE (V1) · DARK MODE · PREMIUM
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

/* ── VARIÁVEIS ─────────────────────────────────────────────── */
:root {
  --bg:           #080808;
  --bg-2:         #111111;
  --bg-3:         #1a1a1a;
  --accent:       #FF5E1A;
  --accent-2:     #FFB84D;
  --accent-glow:  rgba(255, 94, 26, 0.28);
  --text:         #FFFFFF;
  --text-muted:   #999999;
  --text-dim:     #505050;
  --border:       rgba(255,255,255,0.07);
  --border-a:     rgba(255, 94, 26, 0.35);
  --r:            4px;
  --r-lg:         14px;
  --max:          1200px;
  --ease:         0.24s ease;
}

/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border-radius: var(--r-lg); }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }

/* ── CONTAINER ──────────────────────────────────────────────── */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

/* ── URGENCY BAR ────────────────────────────────────────────── */
.urgency-bar {
  background: linear-gradient(90deg, var(--accent) 0%, #FF2D00 100%);
  text-align: center;
  padding: 11px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: sticky;
  top: 0;
  z-index: 200;
}

/* ── HEADER ─────────────────────────────────────────────────── */
.header {
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 42px;
  z-index: 199;
  padding: 16px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.logo span { color: var(--accent); }

.header-cta {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 9px 22px;
  border-radius: var(--r);
  transition: var(--ease);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.header-cta:hover {
  background: var(--accent);
  color: #000;
}

/* ── BOTÕES ─────────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent) 0%, #FF2D00 100%);
  color: #000;
  font-weight: 900;
  font-size: 0.95rem;
  padding: 19px 44px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: var(--ease);
  box-shadow: 0 0 48px var(--accent-glow);
  border: none;
  cursor: pointer;
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 70px var(--accent-glow), 0 10px 36px rgba(255,94,26,0.4);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 17px 36px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--border-a);
  transition: var(--ease);
  clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%);
}
.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ── EYEBROW / HIGHLIGHT ─────────────────────────────────────── */
.section-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 14px;
}
.highlight { color: var(--accent); font-style: italic; }

/* ===== VIDEO SECTION — mobile only ===== */
.vid-section {
  display: none;
  background: #0d0d0d;
  padding: 64px 5% 24px;
  position: relative;
  overflow: hidden;
}
.vid-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, #FF6B1A18 0%, transparent 70%);
  pointer-events: none;
}
.vid-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vid-header {
  text-align: center;
  margin-bottom: 36px;
}
.vid-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,107,26,0.7);
  margin-bottom: 14px;
}
.vid-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 700;
}
.vid-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}
.vid-frame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border: 1px solid #FF6B1A;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.vid-frame-wrap iframe,
.vid-frame-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  
  display: block;
}
.vid-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #0d0d0d;
  cursor: pointer;
  transition: opacity 0.3s;
  
}
.vid-placeholder:hover { opacity: 0.88; }
.vid-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #FF6B1A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, background 0.25s;
}
.vid-placeholder:hover .vid-play-btn {
  transform: scale(1.1);
  background: #FF6B1A22;
}
.vid-play-btn svg {
  width: 28px;
  height: 28px;
  fill: #FF6B1A;
  margin-left: 4px;
}
.vid-play-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,107,26,0.7);
  font-weight: 600;
}
.vid-caption {
  text-align: center;
  margin-top: 18px;
  font-size: 0.75rem;
  color: rgba(255,107,26,0.35);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .vid-section { display: block; }
}
/* ===== END VIDEO SECTION ===== */

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0 64px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 85% at 80% 50%, rgba(255,94,26,0.13) 0%, transparent 68%),
    radial-gradient(ellipse 40% 55% at 15% 80%, rgba(255,45,0,0.09) 0%, transparent 60%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.badge-label {
  display: inline-block;
  background: rgba(255,94,26,0.12);
  border: 1px solid var(--border-a);
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 7px 18px;
  border-radius: 3px;
  margin-bottom: 28px;
}

.hero-headline {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.hero-headline em { font-style: italic; color: var(--accent); }

.hero-sub {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 500px;
  margin-bottom: 26px;
  line-height: 1.75;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.stars { color: var(--accent-2); letter-spacing: 3px; }

.hero-guarantee {
  margin-top: 18px;
  font-size: 0.78rem;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}

.hero-image {
  display: flex;
  justify-content: center;
}
.hero-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
}

/* ── STATS BAR ──────────────────────────────────────────────── */
.stats-bar {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 44px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  text-align: center;
}

.stat-item { padding: 0 24px; }

.stat-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 52px;
  background: var(--border);
}

/* ── PROBLEMA ───────────────────────────────────────────────── */
.problem { padding: 108px 0; }

.problem h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
  line-height: 1.12;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.problem-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px 30px;
  transition: var(--ease);
}
.problem-card:hover {
  border-color: var(--border-a);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}
.problem-icon { font-size: 2.2rem; margin-bottom: 18px; }
.problem-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.problem-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }

/* ── SOLUÇÃO ────────────────────────────────────────────────── */
.solution {
  padding: 108px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.solution-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 88px;
  align-items: stretch;
}

.solution-image {
  position: relative;
  align-self: stretch;
  display: flex;
}
.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-lg);
}

.solution-badge {
  position: absolute;
  bottom: 28px;
  right: -20px;
  background: var(--accent);
  color: #000;
  font-weight: 900;
  font-size: 0.72rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  padding: 14px 18px;
  border-radius: var(--r);
  letter-spacing: 0.06em;
}

.solution h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  line-height: 1.1;
}
.solution-intro {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 34px;
  line-height: 1.75;
}
.solution-list { margin-bottom: 44px; }
.solution-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.93rem;
  color: var(--text-muted);
}
.solution-list li:last-child { border-bottom: none; }
.check { color: var(--accent); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ── BENEFÍCIOS ─────────────────────────────────────────────── */
.benefits { padding: 108px 0; }

.benefits h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.benefit-card {
  background: var(--bg-2);
  padding: 40px 30px;
  transition: var(--ease);
}
.benefit-card:hover { background: var(--bg-3); }

.benefit-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
}
.benefit-card h3 {
  font-size: 0.97rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--accent-2);
}
.benefit-card p { color: var(--text-muted); font-size: 0.87rem; line-height: 1.65; }

/* ── INGREDIENTES ───────────────────────────────────────────── */
.ingredients {
  padding: 108px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ingredients h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
}

.ingredient-row {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 48px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}
.ingredient-row:last-child { border-bottom: none; }

.ingredient-info strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.ingredient-info p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.ingredient-bar-wrap { text-align: right; }
.ingredient-bar {
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}
.ingredient-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 2px;
}
.ingredient-bar-wrap span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  font-weight: 700;
}

/* ── DEPOIMENTOS ────────────────────────────────────────────── */
.testimonials { padding: 108px 0; }

.testimonials h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 34px 28px;
  transition: var(--ease);
}
.testimonial-card:hover { transform: translateY(-4px); }
.testimonial-card.featured {
  border-color: var(--accent);
  box-shadow: 0 0 50px var(--accent-glow);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.testimonial-header img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.testimonial-header strong { display: block; font-size: 0.93rem; font-weight: 700; }
.testimonial-header span  { font-size: 0.78rem; color: var(--text-muted); }

.testimonial-card .stars {
  font-size: 0.82rem;
  color: var(--accent-2);
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.testimonial-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.72;
  margin-bottom: 18px;
}
.verified { font-size: 0.72rem; color: var(--accent); font-weight: 700; }

/* ── GARANTIA ───────────────────────────────────────────────── */
.guarantee {
  padding: 88px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.guarantee-inner {
  display: flex;
  align-items: center;
  gap: 88px;
}

.guarantee-badge-large {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid var(--accent);
  overflow: hidden;
  box-shadow: 0 0 70px var(--accent-glow);
}
.guarantee-badge-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.guarantee-badge-large span {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
}
.guarantee-badge-large small {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.guarantee-badge-large p {
  font-size: 0.82rem;
  font-weight: 700;
}

.guarantee-content h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  line-height: 1.1;
}
.guarantee-content p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 36px;
}

/* ── FAQ ────────────────────────────────────────────────────── */
.faq { padding: 108px 0; }

.faq h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
}

.faq-item { border-bottom: 1px solid var(--border); }

.faq-item summary {
  font-size: 1rem;
  font-weight: 600;
  padding: 26px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: color var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent); }
.faq-item summary::after {
  content: '+';
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--accent);
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: '−'; }

.faq-item p {
  padding-bottom: 28px;
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 740px;
}

/* ── CTA FINAL ──────────────────────────────────────────────── */
.cta-final {
  padding: 108px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255,94,26,0.09) 0%, transparent 68%);
  pointer-events: none;
}

.cta-final h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  position: relative;
}
.cta-sub {
  color: var(--text-muted);
  margin-bottom: 64px;
  font-size: 1rem;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 920px;
  margin: 0 auto 52px;
  position: relative;
}

.pricing-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 44px 28px;
  text-align: center;
  position: relative;
  transition: var(--ease);
}

.pricing-card-visual {
  margin: -12px -8px 20px;
  padding: 12px 8px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 100%);
  border-radius: var(--r-lg);
}
.pricing-card-visual img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: var(--r);
}
.pricing-card.featured {
  border-color: var(--accent);
  transform: scale(1.06);
  box-shadow: 0 0 70px var(--accent-glow);
}

.plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #000;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.plan-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.plan-qty {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text);
}
.plan-price {
  font-size: 4rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 14px;
}
.plan-price small { font-size: 1.3rem; font-weight: 700; }
.plan-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 30px;
  min-height: 44px;
  line-height: 1.5;
}

.cta-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 0.85rem;
  color: var(--text-muted);
  position: relative;
}

/* ── FOOTER ─────────────────────────────────────────────────── */
.footer {
  padding: 64px 0 40px;
  border-top: 1px solid var(--border);
}
.footer-inner { text-align: center; }
.footer-inner .logo {
  font-size: 1.25rem;
  margin-bottom: 26px;
  display: block;
}
.footer-disclaimer {
  font-size: 0.73rem;
  color: var(--text-dim);
  max-width: 680px;
  margin: 0 auto 26px;
  line-height: 1.65;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 0.8rem;
  color: var(--text-muted);
  transition: color var(--ease);
}
.footer-links a:hover { color: var(--accent); }
.footer-copy { font-size: 0.73rem; color: var(--text-dim); }

/* ── RESPONSIVO ─────────────────────────────────────────────── */

/* Tablet grande / Desktop pequeno */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-image { order: -1; max-width: 380px; margin: 0 auto; }
  .hero-rating  { justify-content: center; }
  .hero-sub     { margin: 0 auto 26px; }

  .solution-inner { grid-template-columns: 1fr; gap: 48px; }
  .solution-badge { right: 16px; }

  .guarantee-inner { flex-direction: column; text-align: center; gap: 44px; }
  .guarantee-content p { margin: 0 auto 36px; }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .stat-divider { display: none; }
}

/* Tablet */
@media (max-width: 768px) {
  .header-cta { display: none; }

  .problem-grid       { grid-template-columns: 1fr; }
  .benefits-grid      { grid-template-columns: 1fr; gap: 0; }
  .benefit-card       { border-bottom: 1px solid var(--border); }
  .testimonials-grid  { grid-template-columns: 1fr; }

  .pricing-cards { grid-template-columns: 1fr; max-width: 420px; }
  .pricing-card.featured { transform: scale(1); }

  .ingredient-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ingredient-bar-wrap { text-align: left; }

  .btn-primary,
  .btn-secondary {
    clip-path: none;
    border-radius: var(--r);
    font-size: 0.9rem;
    padding: 16px 28px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .solution-inner .btn-primary { width: auto; display: inline-block; }
  .guarantee-content .btn-primary { width: auto; display: inline-block; }

  .cta-trust { gap: 16px; font-size: 0.8rem; }
}

/* Mobile */
@media (max-width: 480px) {
  .hero-headline { font-size: 2.1rem; }
  .hero-sub      { font-size: 0.95rem; }
  .stats-grid    { grid-template-columns: 1fr 1fr; }
  .faq-item summary { font-size: 0.9rem; }
  .urgency-bar   { font-size: 0.72rem; }
  .container     { padding: 0 18px; }

  .problem,
  .solution,
  .benefits,
  .ingredients,
  .testimonials,
  .guarantee,
  .faq,
  .cta-final { padding: 72px 0; }

  .vid-section { padding: 24px 5% 12px !important; }
  .vid-header { margin-bottom: 16px !important; }
  #mobile-problem-clone .problem { padding: 32px 0 !important; }
}
