/* ============================================================
   APEXBURN | OFFER PAGE (V1-BACKUP) · LIGHT · BOLD IMPACT
   ============================================================ */

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

/* ── VARIÁVEIS ─────────────────────────────────────────────── */
:root {
  --bg:           #FFFFFF;
  --bg-2:         #F5F7F5;
  --bg-3:         #EAF2EC;
  --green:        #1E5C3A;
  --green-2:      #3A9E6F;
  --green-light:  #E6F2EB;
  --green-border: rgba(30,92,58,0.2);
  --text:         #0A0A0A;
  --text-muted:   #4A5250;
  --text-dim:     #909D98;
  --border:       #E0E7E2;
  --r:            6px;
  --r-lg:         12px;
  --r-xl:         18px;
  --max:          1200px;
  --ease:         0.2s ease;
}

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  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 32px;
}

/* ── URGENCY BAR ────────────────────────────────────────────── */
.urgency-bar {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: sticky;
  top: 0;
  z-index: 200;
}
.urgency-bar strong { color: #A8E6BF; }

/* ===== VIDEO SECTION (mobile only) ===== */
.vid-section {
  display: none;
  background: #f5f5f5;
  padding: 64px 5%;
  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.8);
  margin-bottom: 14px;
}
.vid-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: #111;
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 700;
}
.vid-sub {
  font-size: 0.9rem;
  color: rgba(30,30,30,0.55);
  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: #f5f5f5;
  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.8);
  font-weight: 600;
}
.vid-caption {
  text-align: center;
  margin-top: 18px;
  font-size: 0.75rem;
  color: rgba(255,107,26,0.4);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .vid-section { display: block; }
}
/* ===== END VIDEO SECTION ===== */

/* ===== HERO VIDEO (mobile only, 16:9 aspect ratio) ===== */
.hero-video {
  display: none;
  position: relative;
  width: 100%;
  margin: 24px 0;
  aspect-ratio: 16 / 9;
}
.hero-video vturb-smartplayer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .hero-video { display: block; }
}
/* ===== END HERO VIDEO ===== */

/* ===== STATS BAR HIDDEN ON MOBILE (forever) =====
   Item 1 of round 3: never show the green stats block above the problem section. */
@media (max-width: 768px) {
  .stats-bar { display: none !important; }
}

/* ===== INITIAL 10S REVEAL (mobile only) =====
   Before reveal: only hero, problem block, header, and footer are visible.
   After 10s: body gets .initial-revealed and the rest fades in. */
@media (max-width: 768px) {
  body:not(.initial-revealed) .solution,
  body:not(.initial-revealed) .benefits,
  body:not(.initial-revealed) .ingredients,
  body:not(.initial-revealed) .testimonials,
  body:not(.initial-revealed) .guarantee,
  body:not(.initial-revealed) .faq,
  body:not(.initial-revealed) .cta-final {
    display: none !important;
  }
}
/* ===== END INITIAL 10S REVEAL ===== */


/* ── HEADER ─────────────────────────────────────────────────── */
.header {
  background: #fff;
  border-bottom: 3px solid var(--green);
  position: sticky;
  top: 0;
  z-index: 199;
  padding: 14px 0;
}

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

.logo {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo::before {
  content: '';
  display: block;
  width: 10px;
  height: 32px;
  background: var(--green);
  border-radius: 2px;
}
.logo span { color: var(--green); }

.header-cta {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: var(--green);
  padding: 10px 24px;
  border-radius: var(--r);
  transition: var(--ease);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: none;
}
.header-cta:hover {
  background: #163f28;
}

/* ── BOTÕES ─────────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 18px 40px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--r);
  transition: var(--ease);
  border: 2px solid var(--green);
  cursor: pointer;
}
.btn-primary:hover {
  background: #163f28;
  border-color: #163f28;
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--green);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 16px 36px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: 2px solid var(--green);
  border-radius: var(--r);
  transition: var(--ease);
}
.btn-secondary:hover {
  background: var(--green-light);
}

/* ── EYEBROW / HIGHLIGHT ─────────────────────────────────────── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--green);
  margin-bottom: 16px;
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: var(--green);
  flex-shrink: 0;
}
.highlight { color: var(--green); }

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 0 56px;
  background: var(--bg);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 50%, var(--green-light) 50%);
  pointer-events: none;
  opacity: 0.5;
}

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

.badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 7px 16px;
  border-radius: var(--r);
  margin-bottom: 28px;
}
.badge-label::before {
  content: '●';
  font-size: 0.5rem;
  opacity: 0.7;
}

.hero-headline {
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  color: var(--text);
}
.hero-headline em {
  font-style: normal;
  color: var(--green);
  position: relative;
}
.hero-headline em::after {
  content: '';
  display: block;
  height: 4px;
  background: var(--green);
  border-radius: 2px;
  margin-top: -6px;
  opacity: 0.3;
}

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

.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
}
.stars { color: var(--green-2); letter-spacing: 2px; }

.hero-guarantee {
  margin-top: 16px;
  font-size: 0.75rem;
  color: var(--text-dim);
  letter-spacing: 0.01em;
}

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

/* ── STATS BAR ──────────────────────────────────────────────── */
.stats-bar {
  background: var(--green);
  padding: 48px 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.4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.2);
}

/* ── PROBLEMA ───────────────────────────────────────────────── */
.problem {
  padding: 104px 0;
  background: var(--bg);
}

.problem h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 56px;
  line-height: 1.1;
}

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

.problem-card {
  background: var(--bg);
  border-right: 1px solid var(--border);
  padding: 40px 32px;
  transition: var(--ease);
  position: relative;
}
.problem-card:last-child { border-right: none; }
.problem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform var(--ease);
  transform-origin: left;
}
.problem-card:hover::before { transform: scaleX(1); }
.problem-card:hover { background: var(--bg-2); }

.problem-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
  filter: grayscale(0.3);
}
.problem-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.problem-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

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

.solution-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

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

.solution-badge {
  position: absolute;
  bottom: 24px;
  right: -16px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  padding: 14px 16px;
  border-radius: var(--r);
  letter-spacing: 0.06em;
}

.solution h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  line-height: 1.1;
}
.solution-intro {
  color: var(--text-muted);
  font-size: 0.97rem;
  margin-bottom: 32px;
  line-height: 1.75;
}
.solution-list { margin-bottom: 40px; }
.solution-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text);
}
.solution-list li:last-child { border-bottom: none; }
.check {
  width: 22px;
  height: 22px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── BENEFÍCIOS ─────────────────────────────────────────────── */
.benefits { padding: 104px 0; background: var(--bg); }

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

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

.benefit-card {
  padding: 32px 28px;
  border-left: 3px solid var(--green);
  background: var(--bg-2);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  transition: var(--ease);
}
.benefit-card:hover {
  background: var(--green-light);
  border-left-color: var(--green-2);
}

.benefit-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--green-border);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}
.benefit-card h3 {
  font-size: 0.93rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.benefit-card p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.65; }

/* ── INGREDIENTES ───────────────────────────────────────────── */
.ingredients {
  padding: 104px 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.6vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 48px;
}

.ingredients-list {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg);
}

.ingredient-row {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 40px;
  align-items: center;
  padding: 28px 32px;
  border-bottom: 1px solid var(--border);
  transition: var(--ease);
}
.ingredient-row:last-child { border-bottom: none; }
.ingredient-row:hover { background: var(--bg-3); }

.ingredient-info strong {
  display: block;
  font-size: 0.97rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text);
}
.ingredient-info p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.ingredient-bar-wrap { text-align: right; }
.ingredient-bar {
  height: 5px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}
.ingredient-fill {
  height: 100%;
  background: var(--green);
  border-radius: 3px;
}
.ingredient-bar-wrap span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-dim);
  font-weight: 700;
}

/* ── DEPOIMENTOS ────────────────────────────────────────────── */
.testimonials { padding: 104px 0; background: var(--bg); }

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

.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: 36px 30px 30px;
  transition: var(--ease);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  color: var(--green-light);
  font-family: Georgia, serif;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.testimonial-card.featured {
  border-color: var(--green);
  background: var(--green-light);
}
.testimonial-card.featured::before { color: rgba(30,92,58,0.12); }

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

.testimonial-card .stars {
  font-size: 0.78rem;
  color: var(--green-2);
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.testimonial-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.72;
  margin-bottom: 16px;
}
.verified {
  font-size: 0.7rem;
  color: var(--green);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ── 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: 80px;
}

.guarantee-badge-large {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid var(--green);
  overflow: hidden;
  background: var(--green-light);
}
.guarantee-badge-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

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

/* ── FAQ ────────────────────────────────────────────────────── */
.faq { padding: 104px 0; background: var(--bg); }

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

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

.faq-item summary {
  font-size: 0.97rem;
  font-weight: 700;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: color var(--ease);
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--green); }
.faq-item summary::after {
  content: '+';
  width: 28px;
  height: 28px;
  border: 2px solid var(--green-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--green);
  flex-shrink: 0;
  text-align: center;
  line-height: 24px;
}
.faq-item[open] summary::after { content: '−'; background: var(--green-light); }

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

/* ── CTA FINAL ──────────────────────────────────────────────── */
.cta-final {
  padding: 104px 0;
  background: var(--green);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  pointer-events: none;
}

.cta-final .section-eyebrow {
  color: rgba(255,255,255,0.7);
}
.cta-final .section-eyebrow::before { background: rgba(255,255,255,0.5); }

.cta-final h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
  position: relative;
  color: #fff;
}
.cta-final .highlight { color: #A8E6BF; }
.cta-sub {
  color: rgba(255,255,255,0.7);
  margin-bottom: 56px;
  font-size: 1rem;
}

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

.pricing-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-lg);
  padding: 40px 24px;
  text-align: center;
  position: relative;
  transition: var(--ease);
  color: #fff;
}
.pricing-card:hover { background: rgba(255,255,255,0.12); }

.pricing-card-visual {
  margin: -12px -4px 18px;
  padding: 12px 4px 14px;
}
.pricing-card-visual img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: var(--r);
}
.pricing-card.featured {
  background: #fff;
  border-color: #fff;
  color: var(--text);
  transform: scale(1.05);
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #A8E6BF;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.plan-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
.pricing-card.featured .plan-label { color: var(--text-muted); }

.plan-qty {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.85);
}
.pricing-card.featured .plan-qty { color: var(--text-muted); }

.plan-price {
  font-size: 3.8rem;
  font-weight: 900;
  color: #A8E6BF;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
}
.pricing-card.featured .plan-price { color: var(--green); }
.plan-price small { font-size: 1.2rem; font-weight: 700; }
.plan-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 28px;
  min-height: 40px;
  line-height: 1.5;
}
.pricing-card.featured .plan-desc { color: var(--text-muted); }

.pricing-card .btn-secondary {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
  width: 100%;
  text-align: center;
}
.pricing-card .btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.7);
}
.pricing-card.featured .btn-secondary {
  border-color: var(--green);
  color: var(--green);
}
.pricing-card.featured .btn-secondary:hover {
  background: var(--green-light);
}
.pricing-card .btn-primary {
  width: 100%;
  text-align: center;
}

.cta-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  position: relative;
}

/* ── FOOTER ─────────────────────────────────────────────────── */
.footer {
  background: var(--text);
  color: rgba(255,255,255,0.5);
  padding: 56px 0 36px;
}
.footer-inner { text-align: center; }
.footer-inner .logo {
  font-size: 1.2rem;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.8);
}
.footer-inner .logo::before { background: var(--green-2); }
.footer-inner .logo span { color: var(--green-2); }
.footer-disclaimer {
  font-size: 0.71rem;
  max-width: 660px;
  margin: 0 auto 24px;
  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.78rem;
  color: rgba(255,255,255,0.4);
  transition: color var(--ease);
}
.footer-links a:hover { color: var(--green-2); }
.footer-copy { font-size: 0.71rem; color: rgba(255,255,255,0.25); }

/* ── RESPONSIVO ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-image { order: -1; max-width: 360px; margin: 0 auto; }
  .hero-rating { justify-content: center; }
  .hero-sub { margin: 0 auto 28px; }
  .hero-bg { background: var(--green-light); opacity: 0.3; }

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

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

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

@media (max-width: 768px) {
  /* Item 2: header static (no sticky on mobile) and smaller logo */
  .header { position: static; padding: 10px 0; }
  .logo { font-size: 1.05rem; gap: 8px; }
  .logo::before { width: 7px; height: 24px; }

  /* Item 4 of round 3: headline close to the header on mobile */
  .hero { min-height: 0; align-items: flex-start; padding: 14px 0 32px; }

  .header-cta { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { border-right: none; border-bottom: 1px solid var(--border); }
  .problem-card:last-child { border-bottom: none; }
  .benefits-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; max-width: 400px; }
  .pricing-card.featured { transform: scale(1); }
  .ingredient-row { grid-template-columns: 1fr; gap: 12px; }
  .ingredient-bar-wrap { text-align: left; }
  .btn-primary, .btn-secondary { 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.78rem; }

  /* Item 4: universal mobile pattern, hide product photo on mobile so headline > VSL flow stays clean */
  .hero-image { display: none; }

  /* Item 5: stats-bar single column on mobile, smaller numbers, no overflow */
  .stats-grid { grid-template-columns: 1fr; gap: 28px; }
  .stat-item { padding: 0 16px; }
  .stat-number { font-size: 2rem; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 2.2rem; }
  .hero-sub { font-size: 0.93rem; }
  /* stats-grid stays single column on phones, already set at 768px */
  .faq-item summary { font-size: 0.88rem; }
  .container { padding: 0 20px; }
  .problem, .solution, .benefits, .ingredients,
  .testimonials, .guarantee, .faq, .cta-final { padding: 72px 0; }
}
