/* ============================================================
   CREM · Promo 1 de Julio · premium oscuro con dorado
   ============================================================ */

:root {
  --black: #0a0a0a;
  --black-2: #141210;
  --black-3: #1a1815;
  --gold: #d4af37;
  --gold-2: #f4c645;
  --gold-3: #b8860b;
  --gold-soft: #6f5a20;
  --cream: #f5f0e6;
  --text: #e8e4d8;
  --text-dim: #9c9689;
  --text-mute: #6a6558;

  --radius-md: 18px;
  --radius-sm: 12px;
  --radius-xs: 8px;

  --serif: 'Cinzel', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --shadow-gold: 0 0 40px rgba(212, 175, 55, 0.28);
  --shadow-strong: 0 30px 80px rgba(0, 0, 0, 0.6);
}

* { box-sizing: border-box; }
:where(html, body) { margin: 0; padding: 0; }
:where(h1, h2, h3, h4, p, ul, ol) { margin: 0; padding: 0; }
:where(ul, ol) { list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  padding-bottom: 100px;      /* espacio para el dock en móvil */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ===== AMBIENT (luz dorada de fondo) ===== */
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.ambient__arc {
  position: absolute;
  width: 130vmax;
  height: 130vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.09) 0%, rgba(212, 175, 55, 0.03) 40%, transparent 65%);
  filter: blur(60px);
}
.ambient__arc--1 { top: -60vmax; left: -30vmax; }
.ambient__arc--2 { bottom: -60vmax; right: -30vmax; }
.ambient__particles {
  position: absolute;
  inset: 0;
}
.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(212, 175, 55, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.8);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 60px;
  overflow: hidden;
}
.hero__inner {
  max-width: 900px;
  text-align: center;
  width: 100%;
}
.hero__eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  opacity: 0;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(56px, 12vw, 130px);
  line-height: .9;
  letter-spacing: .04em;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}
.hero__title-line {
  display: inline-block;
  background: linear-gradient(180deg, #f8dc79 0%, #d4af37 45%, #a17f22 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 40px rgba(212, 175, 55, 0.25);
  opacity: 0;
  transform: translateY(40px);
}
.hero__title-line--dim {
  font-size: 0.35em;
  letter-spacing: .3em;
  color: var(--text-dim);
  -webkit-text-fill-color: var(--text-dim);
  font-weight: 400;
  text-transform: uppercase;
  margin: -10px 0;
  text-shadow: none;
}
.hero__title-line--small {
  font-size: 0.55em;
  margin-bottom: -6px;
}
.hero__sub {
  font-family: var(--serif);
  font-size: clamp(16px, 2.4vw, 22px);
  color: var(--text);
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 40px;
  opacity: 0;
}

/* ===== HERO BANNER (doctores + 3 kits) + sticker -30% ===== */
.hero-banner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 36px;
  border-radius: 20px;
  overflow: visible;               /* dejar salir el sticker */
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 0 60px rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: var(--black-2);
  opacity: 0;
  position: relative;
  transform: scale(.96);
  border-radius: 20px;
}
.hero-banner__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 19px;              /* ligeramente menor que el wrapper */
}
/* ===== CINTA DORADA DE DESCUENTO (debajo del banner) ===== */
.discount-bar {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  padding: 16px 34px;
  margin: 0 auto 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0.06) 100%);
  border: 1px solid rgba(212, 175, 55, 0.5);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: discount-bar-pulse 3.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes discount-bar-pulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(212, 175, 55, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
  50%      { box-shadow: 0 14px 45px rgba(212, 175, 55, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12); }
}
.discount-bar__text {
  font-family: var(--serif);
  font-size: clamp(15px, 2vw, 18px);
  color: var(--gold-2);
  letter-spacing: .08em;
  font-weight: 400;
}
.discount-bar__num {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(38px, 6vw, 54px);
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #f8dc79 0%, #f4c645 40%, #d4af37 75%, #a17f22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}
.discount-bar__pct {
  font-size: 0.55em;
  font-weight: 600;
  margin-left: 1px;
  vertical-align: super;
}

/* ===== DISCOUNT MEGA BADGE ===== */
.discount {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 40px;
  margin-bottom: 42px;
  border-radius: 24px;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0.04) 50%, transparent 80%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 0 60px rgba(212, 175, 55, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  position: relative;
  animation: discount-pulse 3.2s ease-in-out infinite;
}
@keyframes discount-pulse {
  0%, 100% { box-shadow: 0 0 60px rgba(212, 175, 55, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
  50%      { box-shadow: 0 0 90px rgba(212, 175, 55, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12); }
}
.discount__label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.discount__num {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(72px, 15vw, 130px);
  line-height: .95;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #f8dc79 0%, #f4c645 30%, #d4af37 60%, #a17f22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-flex;
  align-items: flex-start;
  text-shadow: 0 4px 30px rgba(212, 175, 55, 0.4);
  position: relative;
}
.discount__minus {
  font-size: 0.7em;
  font-weight: 400;
  margin-right: 4px;
  margin-top: 0.02em;
}
.discount__pct {
  font-size: 0.55em;
  margin-top: 0.15em;
  margin-left: 2px;
  font-weight: 500;
}
.discount__caption {
  font-family: var(--serif);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  letter-spacing: .16em;
  color: var(--gold-2);
  margin-top: 6px;
  text-transform: uppercase;
}

/* Countdown */
.countdown {
  margin-bottom: 36px;
  opacity: 0;
}
.countdown--compact {
  margin-bottom: 32px;
}
.countdown--compact .countdown__grid {
  max-width: 460px;
}
.countdown--compact .countdown__box {
  padding: 12px 6px;
}
.countdown--compact .countdown__num {
  font-size: clamp(24px, 4vw, 32px);
}
.countdown__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.countdown__grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}
.countdown__box {
  flex: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-sm);
  padding: 16px 8px;
  backdrop-filter: blur(10px);
}
.countdown__num {
  font-family: var(--serif);
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 700;
  color: var(--gold-2);
  line-height: 1;
  margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
.countdown__lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* Hero CTA — variante primary rellena dorada, sola en el hero para no competir */
.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 50%, var(--gold-3) 100%);
  color: var(--black);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid var(--gold-2);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
  cursor: pointer;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.hero__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity .35s ease;
}
.hero__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(212, 175, 55, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.hero__cta:hover::before { opacity: 1; }
.hero__cta-arrow {
  display: inline-block;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}
.hero__cta:hover .hero__cta-arrow {
  transform: translateY(4px);
}

/* ===== KIT SECTIONS ===== */
.kit {
  position: relative;
  z-index: 1;
  padding: 100px 24px;
  overflow: hidden;
}
.kit__glow {
  position: absolute;
  width: 90vmax;
  height: 90vmax;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  opacity: .18;
  pointer-events: none;
}
.kit--intestino .kit__glow {
  background: radial-gradient(circle, #c1273a 0%, transparent 60%);
  top: -30vmax;
  right: -30vmax;
}
.kit--sueno .kit__glow {
  background: radial-gradient(circle, #4a6fa5 0%, transparent 60%);
  top: -30vmax;
  left: -30vmax;
}
.kit--energia .kit__glow {
  background: radial-gradient(circle, #d4af37 0%, transparent 60%);
  bottom: -30vmax;
  right: -30vmax;
}

.kit__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.kit__image-wrap {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-strong), 0 0 60px rgba(212, 175, 55, 0.12);
  aspect-ratio: 1 / 1;
  background: var(--black-2);
  display: block;                /* <a> se comporta como block */
  cursor: pointer;
  transition: box-shadow .35s ease, transform .35s cubic-bezier(.2, .8, .2, 1);
  text-decoration: none;
}
.kit__image-wrap:hover {
  box-shadow: var(--shadow-strong), 0 0 90px rgba(212, 175, 55, 0.28);
  transform: translateY(-4px);
}
.kit__image-wrap::after {
  /* Hint visual "clickable → carrito" en la esquina */
  content: 'Comprar →';
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 8px 14px;
  background: rgba(15, 13, 10, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-2);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .3s ease, transform .3s ease;
}
.kit__image-wrap:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.kit__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(.2, .8, .2, 1);
}
.kit__image-wrap:hover .kit__image {
  transform: scale(1);
}

.kit__content {
  max-width: 520px;
}
.kit__eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.kit__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(48px, 8vw, 76px);
  line-height: 1;
  letter-spacing: .04em;
  color: var(--gold-2);
  margin-bottom: 12px;
}
/* Aplicar el gradient dorado a cada letra y al plus por separado
   para que funcione aunque el h2 tenga spans hijos (split-letter animation) */
.kit__title .letter,
.kit__title .kit__plus {
  background: linear-gradient(180deg, #f8dc79 0%, #d4af37 45%, #a17f22 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.kit__plus {
  font-weight: 300;
  font-size: 0.75em;
}
.kit__tagline {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--gold);
  letter-spacing: .12em;
  margin-bottom: 28px;
}
.kit__body {
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 32px;
}
.kit__features {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kit__features li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.55;
}
.kit__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}
.kit__feat-name {
  color: var(--gold);
  font-weight: 600;
}

/* Price block */
.kit__price-block {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.02) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  margin-bottom: 32px;
  backdrop-filter: blur(10px);
}
.kit__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.kit__price-row--main {
  padding-top: 8px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  margin-top: 8px;
  margin-bottom: 12px;
}
.kit__price-label {
  font-size: 13px;
  color: var(--text-dim);
  font-weight: 500;
}
.kit__price-row--main .kit__price-label {
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
}
.kit__price-strike {
  color: var(--text-mute);
  text-decoration: line-through;
  font-size: 15px;
  font-family: var(--serif);
}
.kit__price-main {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  color: var(--gold-2);
  letter-spacing: .01em;
  line-height: 1;
}
.kit__savings {
  font-size: 12px;
  color: var(--gold);
  font-weight: 500;
  text-align: center;
  letter-spacing: .06em;
}
.kit__savings strong {
  color: var(--gold-2);
  font-weight: 700;
}

/* Kit CTA */
.kit__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 28px;
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 50%, var(--gold-3) 100%);
  color: var(--black);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid var(--gold-2);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.kit__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity .35s ease;
}
.kit__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(212, 175, 55, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.kit__cta:hover::before { opacity: 1; }
.kit__cta-arrow { transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
.kit__cta:hover .kit__cta-arrow { transform: translateX(4px); }

/* ===== CLOSING ===== */
.closing {
  position: relative;
  z-index: 1;
  padding: 100px 24px 140px;
  text-align: center;
}
.closing__inner {
  max-width: 700px;
  margin: 0 auto;
}
.closing__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.closing__title {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 48px);
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #f8dc79 0%, #d4af37 45%, #a17f22 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.closing__body {
  font-size: 17px;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 40px;
}
.closing__body strong { color: var(--gold-2); }
.closing__note {
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-mute);
}

/* ===== DOCK (macOS-like, sticky bottom) ===== */
.dock {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(15, 13, 10, 0.75);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(212, 175, 55, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  transition: opacity .6s ease;
}
.dock.is-visible { opacity: 1; }

.dock__item {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.3);
  transition: transform .25s cubic-bezier(.2, 1.4, .3, 1), border-color .3s ease, box-shadow .3s ease;
  transform-origin: bottom center;
  will-change: transform;
}
.dock__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dock__item:hover {
  border-color: var(--gold);
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.5);
}
.dock__item.is-active {
  border-color: var(--gold-2);
  box-shadow: 0 0 30px rgba(244, 198, 69, 0.6);
}
.dock__label {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  background: rgba(15, 13, 10, 0.95);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-2);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.dock__item:hover .dock__label {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

/* ===== FAB WhatsApp Arianna — aparece después de scroll ===== */
.fab-wa {
  position: fixed;
  bottom: 100px;   /* encima del dock */
  right: 20px;
  z-index: 101;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 16px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: opacity .5s ease, transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease;
  opacity: 0;
  transform: translateY(20px) scale(.9);
  pointer-events: none;
}
.fab-wa.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.fab-wa:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.5);
}
.fab-wa__icon {
  flex-shrink: 0;
}
.fab-wa__label {
  white-space: nowrap;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .kit { padding: 60px 20px; }
  .kit__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .kit__grid--reverse .kit__image-wrap {
    order: -1;
  }
  .kit__image-wrap { aspect-ratio: 1 / 1; max-width: 480px; margin: 0 auto; }
  .kit__content { max-width: 100%; }
  .kit__title { text-align: center; }
  .kit__tagline { text-align: center; }
  .kit__eyebrow { text-align: center; }
  .closing { padding: 60px 20px 120px; }
}

@media (max-width: 480px) {
  body { padding-bottom: 100px; /* espacio para dock + FAB en mobile */ }
  .hero {
    padding: 16px 18px 22px;
    min-height: auto;         /* no forzar 100vh — dejar que quepa contenido */
  }
  .hero__eyebrow { font-size: 9px; letter-spacing: .36em; margin-bottom: 12px; }
  .hero__title { gap: 0; margin-bottom: 14px; }
  .hero__title-line { font-size: clamp(38px, 11vw, 48px); }
  .hero__title-line--small { font-size: 0.42em; margin-bottom: -4px; }
  .hero__sub { margin-bottom: 16px; font-size: 13px; line-height: 1.35; letter-spacing: .02em; }

  /* Hero banner mobile — full-width, compacto */
  .hero-banner {
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 32px rgba(212, 175, 55, 0.12);
  }
  .hero-banner__img { border-radius: 11px; }

  /* Cinta dorada mobile — compacta pero visible */
  .discount-bar {
    padding: 9px 18px;
    gap: 8px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .discount-bar__text { font-size: 12px; letter-spacing: .04em; }
  .discount-bar__num { font-size: 26px; }

  /* Discount HERO mobile — protagonista */
  .discount {
    padding: 20px 32px;
    margin-bottom: 32px;
    border-radius: 20px;
  }
  .discount__label { font-size: 10px; letter-spacing: .38em; }
  .discount__num { font-size: 96px; }
  .discount__minus { font-size: 0.55em; margin-right: 2px; }
  .discount__pct { font-size: 0.5em; }
  .discount__caption { font-size: 12px; letter-spacing: .22em; margin-top: 4px; }

  /* Countdown mobile — más compacto */
  .countdown { margin-bottom: 18px; }
  .countdown__label { font-size: 9px; letter-spacing: .3em; margin-bottom: 8px; }
  .countdown__grid { gap: 5px; }
  .countdown__box { padding: 8px 4px; border-radius: 8px; }
  .countdown__num { font-size: 22px; margin-bottom: 3px; }
  .countdown__lbl { font-size: 8px; letter-spacing: .16em; }

  /* Hero CTA mobile — compacto pero prominente (siempre above the fold) */
  .hero__cta { padding: 14px 30px; font-size: 12px; letter-spacing: .16em; }

  /* Kit sections mobile — más compacto pero más impactante */
  .kit { padding: 60px 20px; }
  .kit__grid { gap: 32px; }
  .kit__image-wrap { max-width: 100%; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(212, 175, 55, 0.14); }
  .kit__eyebrow { font-size: 10px; letter-spacing: .38em; margin-bottom: 12px; text-align: center; }
  .kit__title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
    letter-spacing: .02em;
  }
  .kit__tagline { font-size: 13px; text-align: center; margin-bottom: 22px; letter-spacing: .14em; }
  .kit__body { font-size: 15px; margin-bottom: 26px; }
  .kit__features { margin-bottom: 30px; gap: 10px; }
  .kit__features li { font-size: 14px; padding-left: 18px; }
  .kit__features li::before { top: 8px; width: 5px; height: 5px; }

  .kit__price-block { padding: 20px 20px; border-radius: 16px; }
  .kit__price-label { font-size: 12px; }
  .kit__price-row--main .kit__price-label { font-size: 13px; }
  .kit__price-main { font-size: 32px; }
  .kit__price-strike { font-size: 14px; }
  .kit__savings { font-size: 11px; letter-spacing: .1em; }

  .kit__cta { padding: 18px 22px; font-size: 13px; letter-spacing: .14em; }

  /* Closing mobile */
  .closing { padding: 60px 20px 140px; }
  .closing__title { font-size: 30px; margin-bottom: 20px; }
  .closing__body { font-size: 15px; margin-bottom: 30px; }

  /* Dock mobile — full-width con labels SIEMPRE visibles (no hay hover en touch) */
  .dock {
    padding: 8px 10px 10px;
    gap: 0;
    bottom: 14px;
    left: 12px;
    right: 12px;
    transform: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: none;
    background: rgba(15, 13, 10, 0.9);
    border-radius: 18px;
  }
  .dock__item {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 4px 6px;
    background: transparent;
    box-shadow: none;
    flex: 1;
    max-width: 90px;
  }
  /* La miniatura circular ahora vive como pseudo — usamos el <img> como circle */
  .dock__item img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(212, 175, 55, 0.3);
    object-fit: cover;
    transition: border-color .3s ease, box-shadow .3s ease;
  }
  .dock__item.is-active img {
    border-color: var(--gold-2);
    box-shadow: 0 0 18px rgba(244, 198, 69, 0.55);
  }
  /* Label visible siempre debajo del circle */
  .dock__label {
    position: static;
    transform: none;
    opacity: 1;
    background: transparent;
    border: none;
    padding: 0;
    color: var(--gold);
    font-size: 9px;
    letter-spacing: .1em;
    font-weight: 700;
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1;
  }
  .dock__item.is-active .dock__label {
    color: var(--gold-2);
  }

  /* FAB Arianna mobile — circular sin label, esquina inferior derecha */
  .fab-wa {
    bottom: 90px;
    right: 16px;
    padding: 14px;
    border-radius: 50%;
    gap: 0;
  }
  .fab-wa__label { display: none; }
  .fab-wa__icon { width: 26px; height: 26px; }
}

/* Tablets/large phones */
@media (min-width: 481px) and (max-width: 900px) {
  .kit__title { text-align: center; font-size: 60px; }
}

/* Viewport corto (iPhone SE 667, Android compactos) — CTA siempre above the fold */
@media (max-width: 480px) and (max-height: 720px) {
  .hero { padding: 10px 18px 16px; }
  .hero__eyebrow { display: none; }              /* fuera — no aporta above fold */
  .hero__title { margin-bottom: 10px; }
  .hero__title-line { font-size: 36px; }
  .hero__title-line--small { font-size: 0.38em; margin-bottom: -6px; }
  .hero__sub { font-size: 12px; margin-bottom: 12px; }
  .hero-banner { margin-bottom: 12px; border-radius: 10px; }
  .hero-banner__img { border-radius: 9px; }
  .discount-bar { padding: 7px 14px; gap: 6px; margin-bottom: 12px; }
  .discount-bar__text { font-size: 11px; }
  .discount-bar__num { font-size: 22px; }
  .countdown { margin-bottom: 14px; }
  .countdown__label { margin-bottom: 6px; }
  .countdown__box { padding: 6px 3px; }
  .countdown__num { font-size: 18px; }
  .countdown__lbl { font-size: 7px; }
  .hero__cta { padding: 12px 24px; font-size: 11px; }
}

/* ===== A11Y / reduce motion ===== */
@media (prefers-reduced-motion: reduce) {
  .hero__title-line, .hero__eyebrow, .hero__sub, .countdown, .hero__cta,
  [data-reveal], [data-fade], [data-split] {
    opacity: 1 !important;
    transform: none !important;
  }
  .ambient__arc { display: none; }
}
