*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --verde: #2e7d32;
  --verde-claro: #43a047;
  --verde-lima: #7cb342;
  --naranja: #f57c00;
  --naranja-claro: #ff9800;
  --amarillo: #ffd600;
  --bg-crema: #fffde7;
  --bg-verde: #e8f5e9;
  --text: #1b2e1f;
  --text-light: #4a6350;
  --blanco: #ffffff;
  --sombra: 0 8px 32px rgba(46, 125, 50, 0.13);
  --radio: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  background: #f9fdf5;
  color: var(--text);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  padding-top: 40px;
}

/* ===================== TOP BAR ===================== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(90deg, #b71c1c, #d32f2f);
  color: #fff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  padding: 10px 8px;
  text-align: center;
  overflow: hidden;
}

.top-bar-timer {
  font-family: 'Playfair Display', serif;
  font-variant-numeric: tabular-nums;
  color: #ffd600;
}

.top-bar-cta {
  text-decoration: underline;
}

@media (max-width: 380px) {
  .top-bar {
    font-size: 0.68rem;
  }

  .top-bar-cta {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radio);
  display: block;
}

a {
  color: inherit;
}

/* ===================== HERO  ===================== */
.hero {
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 40%, #43a047 80%, #7cb342 100%);
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.logo-bar {
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 2;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.5px;
  font-weight: 700;
}

.logo-text span {
  color: var(--amarillo);
}

.logo-sub {
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  margin-top: 2px;
}

.hero-inner.layout-hero {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.hero-text-col {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge-top {
  display: inline-block;
  background: rgba(255, 214, 0, 0.18);
  border: 1px solid rgba(255, 214, 0, 0.5);
  color: var(--amarillo);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.hero h1 em {
  color: var(--amarillo);
  font-style: normal;
}

.hero-sub {
  font-size: clamp(0.95rem, 4vw, 1.12rem);
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 95%;
}

.hero-img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.hero-mockup {
  margin: 0 auto;
  max-width: 250px;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4));
}

.hero-mockup img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.stars-review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: rgba(0, 0, 0, 0.25);
  /* Cápsula oscura para máxima autoridad */
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stars-icons {
  display: flex;
  gap: 3px;
}

.stars-icons svg {
  width: 16px;
  height: 16px;
  fill: #FFB800;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.stars-review span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

.stars-review strong {
  color: #ffd600;
  font-weight: 800;
}

.hero-cta-btn {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #f57c00, #ff9800, #ffd600);
  color: #1b2e1f;
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(245, 124, 0, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 1.3;
  border: none;
  cursor: pointer;
}

.hero-cta-btn:active {
  transform: scale(0.98);
}

.cta-btn {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #f57c00, #ff9800, #ffd600);
  color: #1b2e1f;
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  font-weight: 900;
  text-decoration: none;
  padding: 17px 22px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(245, 124, 0, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 1.3;
  border: none;
  cursor: pointer;
}

.cta-btn:active {
  transform: scale(0.98);
}

.cta-btn .arrow {
  font-size: 0.92em;
}

.cta-sub-info {
  width: 100%;
  text-align: center;
}

.trust-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  margin-top: 6px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

/* ===================== HERO DESKTOP ===================== */
@media (min-width: 900px) {

  .hero-inner.layout-hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }

  .hero-text-col {
    flex: 1 1 60%;
    max-width: 650px;
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }

  .hero-img-col {
    flex: 1 1 45%;
    align-items: center;
    margin-top: 0;
  }

  .badge-top {
    font-size: 0.75rem;
    padding: 6px 16px;
    margin-bottom: 24px;
  }

  .hero h1 {
    line-height: 1.15;
    margin-bottom: 18px;
    font-size: 3rem;
  }

  .hero-sub {
    font-size: 1.15rem;
    margin-bottom: 32px;
    max-width: 90%;
  }

  .hero-mockup {
    width: 100%;
    max-width: 480px;
    margin: 0;
  }

  .hero-cta-btn {
    margin: 0 0 12px 0;
    font-size: 1.15rem;
    padding: 18px 28px;
    max-width: 380px;
  }

  .cta-sub-info {
    text-align: left;
  }

  .trust-row {
    justify-content: flex-start;
  }

  .stars-review {
    margin-top: 35px;
    justify-content: flex-start;
  }
}

/* ===================== SECTIONS GENERALES ===================== */
section {
  padding: 50px 20px;
}

.container {
  max-width: 680px;
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.label-verde {
  background: #e8f5e9;
  color: var(--verde);
}

.label-naranja {
  background: #fff3e0;
  color: var(--naranja);
}

.label-center {
  display: block;
  text-align: center;
  margin: 0 auto 14px;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 5.5vw, 2rem);
  line-height: 1.28;
  margin-bottom: 14px;
  font-weight: 800;
}

/* ===================== PROBLEMA ===================== */
#problemas {
  background: linear-gradient(160deg, #1b2e1f 0%, #2d4a32 100%);
  color: #fff;
}

#problemas h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

#problemas .intro {
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

.problema-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.problema-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 15px 17px;
}

.problema-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 1px;
}

.problema-txt {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  font-weight: 600;
}

.problema-txt strong {
  color: var(--amarillo);
  font-weight: 800;
}

/* ===================== PRODUCTO ===================== */
.producto-sec {
  background: var(--bg-verde);
}

.producto-sec h2 {
  color: var(--verde);
}

.producto-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 22px;
}

.producto-photos {
  margin: 0 0 24px;
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(46, 125, 50, 0.16);
}

.producto-photos img {
  border-radius: 0;
  width: 100%;
}

.producto-photos .photo-caption {
  background: #fff;
  text-align: center;
  padding: 10px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--verde);
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 11px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 15px;
  box-shadow: 0 2px 12px rgba(46, 125, 50, 0.08);
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
}

.feature-list li .icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* ===================== BENEFICIOS ===================== */
.beneficios-sec {
  background: #fff;
}

.beneficios-sec h2 {
  color: var(--text);
  text-align: center;
}

.beneficios-sec .sub {
  text-align: center;
  color: var(--text-light);
  margin-bottom: 28px;
  font-size: 0.98rem;
  line-height: 1.6;
}

.bene-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bene-card {
  background: linear-gradient(135deg, #f1f8e9, #e8f5e9);
  border-radius: 16px;
  padding: 20px 18px;
  border-left: 4px solid var(--verde-claro);
  box-shadow: 0 3px 14px rgba(46, 125, 50, 0.09);
}

.bene-card .bene-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.bene-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--verde);
  margin-bottom: 6px;
}

.bene-card p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===================== CATEGORÍAS ===================== */
.categorias-sec {
  background: linear-gradient(160deg, #fffde7 0%, #f9fdf5 100%);
}

.categorias-sec h2 {
  color: var(--text);
  text-align: center;
}

.categorias-sec .sub {
  text-align: center;
  color: var(--text-light);
  margin-bottom: 28px;
  font-size: 0.98rem;
}

.cat-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(46, 125, 50, 0.1);
  overflow: hidden;
}

.cat-item-img {
  width: 84px;
  min-width: 84px;
  height: 84px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  flex-shrink: 0;
  margin-left: 5px;
  border-radius: inherit;
}

.cat-item-txt {
  padding: 14px 14px 14px 2px;
  flex: 1;
}

.cat-item-txt h3 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--verde);
  margin-bottom: 4px;
}

.cat-item-txt p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.5;
}

/* ===================== OFERTA ===================== */
.oferta-sec {
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #388e3c 100%);
  color: #fff;
  text-align: center;
  padding: 45px 15px;
}

.oferta-sec h2 {
  color: #fff;
}

.oferta-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.98rem;
  margin-bottom: 22px;
  line-height: 1.6;
}

.price-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 24px 15px;
  max-width: 400px;
  margin: 0 auto 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}

.price-old {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.price-old span {
  text-decoration: line-through;
  font-weight: 700;
}

.descuento-badge {
  display: inline-block;
  background: #ffd600;
  color: #1b2e1f;
  font-size: 0.85rem;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 20px;
  margin: 6px 0 10px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255, 214, 0, 0.3);
}

.price-now-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  margin: 8px 0 2px;
}

.price-off {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 8vw, 2.9rem);
  font-weight: 800;
  color: #ffd600;
  display: block;
  line-height: 1.1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.price-note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.68);
  margin-top: 10px;
  font-weight: 600;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 8px;
}

.countdown-unit {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 10px 8px;
  min-width: 62px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.countdown-unit span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffd600;
  line-height: 1;
  margin-bottom: 3px;
}

.countdown-unit label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.countdown-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  margin-bottom: 4px;
}

/* UNIDADES DISPONIBLES */
.unidades-box {
  display: inline-block;
  background: rgba(183, 28, 28, 0.25);
  border: 1px solid rgba(255, 82, 82, 0.4);
  color: #ff5252;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  margin-top: 10px;
  transition: all 0.4s ease;
}

.unidades-box strong {
  font-size: 1.1rem;
  color: #fff;
  background: #b71c1c;
  padding: 2px 8px;
  border-radius: 6px;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.urgency-flash {
  background: rgba(183, 28, 28, 0.8);
  transform: scale(1.05);
  color: #fff;
}

.urgency-flash strong {
  background: #ffd600;
  color: #1b2e1f;
}

/* ===================== GARANTÍA ===================== */
.garantia-sec {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  text-align: center;
}

.garantia-sec h2 {
  color: var(--verde);
}

.garantia-box {
  background: #fff;
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: 0 6px 24px rgba(46, 125, 50, 0.12);
  max-width: 580px;
  margin: 0 auto;
}

.garantia-icon {
  font-size: 3rem;
  margin-bottom: 12px;
}

.garantia-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--verde);
  margin-bottom: 10px;
}

.garantia-box p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-light);
}

/* ===================== NUTRICIONISTA ===================== */
.nutri-sec {
  background: #fff;
}

.nutri-subtitle {
  text-align: center;
  color: var(--verde);
  font-weight: 800;
  font-size: 0.95rem;
  margin: -6px 0 22px;
}

.nutri-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 560px;
  margin: 0 auto;
}

.nutri-avatar,
.nutri-photo {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nutri-avatar {
  background: linear-gradient(135deg, var(--verde), var(--verde-lima));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.25);
}

.nutri-photo {
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.25);
  border: 3px solid var(--bg-verde);
}

.nutri-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--text);
}

.nutri-box p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-light);
  text-align: left;
}

.nutri-stats {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
}

.stat-box {
  flex: 1;
  background: var(--bg-verde);
  border-radius: 14px;
  padding: 14px 6px;
  text-align: center;
}

.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--verde);
  line-height: 1.1;
}

.stat-label {
  display: block;
  font-size: 0.68rem;
  color: var(--text-light);
  font-weight: 700;
  margin-top: 3px;
  line-height: 1.3;
}

.nutri-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 4px;
}

.nutri-tags span {
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--bg-verde);
  color: var(--verde);
  padding: 6px 12px;
  border-radius: 20px;
}

/* ===================== REVIEWS ===================== */
.reviews-sec {
  background: #f9fdf5;
}

.reviews-sec h2 {
  text-align: center;
  color: var(--text);
  margin-bottom: 10px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 680px;
  margin: 0 auto;
}

.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 4px 18px rgba(46, 125, 50, 0.09);
  border-top: 3px solid var(--verde-claro);
}

.review-stars {
  color: #FFB800;
  font-size: 1.15rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.review-text {
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--text-light);
  margin-bottom: 10px;
  font-style: italic;
}

.review-name {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--verde);
}

/* ===================== INCLUYE ===================== */
.incluye-sec {
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
  color: #fff;
  text-align: center;
}

.incluye-sec h2 {
  color: #fff;
  margin-bottom: 10px;
}

.incluye-sec .sub {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 26px;
  font-size: 0.98rem;
}

.incluye-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 30px;
}

.incluye-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 15px 17px;
  text-align: left;
}

.incluye-item .icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.incluye-item strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}

.incluye-item span {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.75);
}

/* ===================== FAQ ===================== */
.faq-sec {
  background: #fff;
}

.faq-sec h2 {
  text-align: center;
  color: var(--text);
  margin-bottom: 26px;
}

.faq-list {
  max-width: 660px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--bg-verde);
  border-radius: 14px;
  padding: 18px 18px;
  border-left: 3px solid var(--verde-claro);
}

.faq-item h3 {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--verde);
  margin-bottom: 7px;
  line-height: 1.4;
}

.faq-item p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===================== CTA FINAL ===================== */
.cta-final {
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #43a047 100%);
  text-align: center;
  padding: 58px 20px;
}

.cta-final h2 {
  color: #fff;
  margin-bottom: 10px;
}

.cta-final .sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.98rem;
  margin-bottom: 26px;
  line-height: 1.6;
}

.price-final-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 20px 18px;
  max-width: 360px;
  margin: 0 auto 22px;
}

.price-final-box .old {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
  margin-bottom: 4px;
}

.price-final-box .pagar {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffd600;
  line-height: 1.1;
}

/* ===================== FOOTER ===================== */
footer {
  background: #111d14;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 26px 20px 90px;
  font-size: 0.78rem;
  line-height: 1.7;
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

footer .disclaimer {
  max-width: 480px;
  margin: 8px auto 0;
  opacity: 0.85;
}

/* ===================== RESPONSIVE (SECCIONES GENERALES) ===================== */
@media (min-width: 600px) {
  .bene-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

@media (min-width: 768px) {
  .cat-item-img {
    width: 110px;
    min-width: 110px;
    height: 110px;
    font-size: 2.6rem;
    margin-left: 0;
    border-radius: 0;
    background: var(--bg-verde);
  }

  footer {
    padding-bottom: 26px;
  }
}

/* ===================== REVEAL ANIMATIONS ===================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===================== STICKY CTA MOBILE ===================== */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .12);
  border-top: 1px solid rgba(46, 125, 50, .12);
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
}

.mobile-sticky-cta.show {
  transform: translateY(0);
}

.sticky-label {
  flex: 1;
  min-width: 0;
  color: var(--text-light);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.sticky-label .js-price-final-short {
  display: block;
  color: var(--naranja);
  font-size: 1.02rem;
  font-weight: 900;
}

.sticky-cta-button {
  flex-shrink: 0;
  display: inline-block;
  background: linear-gradient(135deg, #f57c00, #ff9800, #ffd600);
  color: #1b2e1f;
  text-align: center;
  font-weight: 900;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 0.8rem;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(245, 124, 0, .4);
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mobile-sticky-cta {
    display: flex;
  }
}

/* ===================== VIDEO SEC ===================== */
.video-sec {
  background: #fff;
}

.video-placeholder {
  position: relative;
  cursor: pointer;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: var(--radio);
  box-shadow: var(--sombra);
  background: #000;
  overflow: hidden;
}

.video-placeholder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-btn-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 214, 0, 0.95);
  color: #1b2e1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 2;
  padding-left: 6px;
}

.video-placeholder:hover .video-play-btn-custom {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 214, 0, 1);
}

.ocultar {
  display: none !important;
}

/* ===================== TOAST COMPRAS ===================== */
.recent-purchase-toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9998;
  max-width: 320px;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text);
  line-height: 1.4;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  border-left: 4px solid var(--verde);
}

.recent-purchase-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.recent-purchase-toast .rp-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.recent-purchase-toast strong {
  color: var(--verde);
}

@media (max-width: 768px) {
  .recent-purchase-toast {
    left: 12px;
    right: 12px;
    max-width: none;
    bottom: 70px;
    font-size: 0.7rem;
  }
}

/* ===================== ANIMACIONES ===================== */
@keyframes urgentPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.75;
  }
}

.top-bar.urgent,
.countdown.urgent .countdown-unit {
  animation: urgentPulse 1s infinite;
}

/* ===================== EXIT INTENT ===================== */
.exit-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(27, 46, 31, 0.78);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.exit-popup.show {
  display: flex;
}

.exit-popup-card {
  position: relative;
  background: #fff;
  border-radius: var(--radio);
  max-width: 400px;
  width: 100%;
  padding: 36px 26px 28px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  animation: popupScale 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes popupScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.exit-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f1f8e9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1rem;
  color: var(--verde);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.exit-popup-close:hover {
  background: var(--verde);
  color: #fff;
}

.exit-popup-eyebrow {
  font-size: 0.75rem;
  font-weight: 900;
  color: #b71c1c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.exit-popup-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}

.exit-popup-price {
  font-size: 0.92rem;
  color: var(--text-light);
  margin-bottom: 16px;
}

.exit-popup-price .js-price-final-full {
  font-weight: 900;
  color: var(--verde);
}

.exit-countdown-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 8px;
}

.exit-countdown-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
}

.exit-cd-box {
  background: #fff5f5;
  border: 1px solid #ffcdd2;
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 60px;
  text-align: center;
}

.exit-cd-box span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #d32f2f;
  line-height: 1;
  margin-bottom: 3px;
}

.exit-cd-box label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b71c1c;
}