/* ===========================================================
   ELLA MAGNÉTICA — Landing  ·  v2 "Luminosa"
   Estética celestial · marfil / blush / champagne con bandas
   plum profundas para ritmo. Clara, legible, muy visual.
   =========================================================== */

:root {
  /* --- Marfil / blush (fondos claros) --- */
  --ivory:    #FBF6EF;
  --ivory-2:  #F6EFE3;
  --blush:    #F4E7E0;
  --blush-2:  #EFDDD7;
  --sand:     #F0E6D6;

  /* --- Plum / berenjena (bandas oscuras + acentos profundos) --- */
  --plum-950: #1F141B;
  --plum-900: #241820;
  --plum-800: #2E1F29;
  --plum-700: #3A2A33;

  /* --- Acentos --- */
  --wine:     #6E2E3F;
  --burgundy: #5A2433;
  --mauve:    #8A6478;
  --rose:     #A8516E;   /* rosa profundo, legible sobre claro */
  --rose-lt:  #C9A6B4;   /* rosa claro, para bandas oscuras */
  --gold:     #A97F32;   /* dorado profundo, legible sobre claro */
  --gold-lt:  #CBA869;
  --champagne:#E7CFA6;
  --cream:    #F3ECE2;   /* texto claro sobre oscuro */

  /* --- Texto (contexto CLARO por defecto) --- */
  --ink:      #2A1B23;
  --ink-soft: rgba(42,27,35,0.80);
  --ink-faint:rgba(42,27,35,0.55);
  --line:     rgba(42,27,35,0.14);
  --line-2:   rgba(42,27,35,0.09);

  --font-display: "Playfair Display", Georgia, serif;
  --font-label:   "Jost", system-ui, sans-serif;
  --font-body:    "Mulish", system-ui, sans-serif;

  --maxw: 1180px;
  --measure: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.72;
  overflow-x: hidden;
}

/* Luminous atmosphere: warm ivory with soft blush/champagne lights */
.bg-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(110% 75% at 82% -8%, rgba(231,207,166,0.40), transparent 55%),
    radial-gradient(90% 70% at 6% 108%, rgba(201,166,180,0.30), transparent 55%),
    linear-gradient(180deg, var(--ivory) 0%, var(--ivory-2) 50%, var(--ivory) 100%);
}
.grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 780px; margin-left: auto; margin-right: auto; }
section { position: relative; }
.section-pad { padding: clamp(76px, 11vw, 152px) 0; }

/* Section background variants for rhythm */
.sec-blush { background: linear-gradient(180deg, var(--blush) 0%, var(--blush-2) 100%); }
.sec-sand  { background: var(--sand); }

/* ===========================================================
   DARK BANDS — re-scope text vars so inner content flips to light
   =========================================================== */
.band {
  --ink:      var(--cream);
  --ink-soft: rgba(243,236,226,0.78);
  --ink-faint:rgba(243,236,226,0.52);
  --line:     rgba(243,236,226,0.18);
  --line-2:   rgba(243,236,226,0.10);
  --rose:     var(--rose-lt);
  --gold:     var(--gold-lt);
  color: var(--cream);
  background:
    radial-gradient(120% 90% at 82% -10%, rgba(138,100,120,0.45), transparent 55%),
    radial-gradient(90% 80% at 8% 112%, rgba(110,46,63,0.40), transparent 55%),
    linear-gradient(180deg, var(--plum-800) 0%, var(--plum-950) 60%, var(--plum-800) 100%);
}

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--font-label);
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 13px;
  font-weight: 500;
  color: var(--gold);
  margin: 0 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.band .eyebrow { color: var(--champagne); }
.eyebrow::before,
.eyebrow.center::after {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { background: linear-gradient(90deg, var(--gold), transparent); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; margin: 0; color: var(--ink); }

h2.title {
  font-size: clamp(38px, 5.8vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0 0 30px;
  text-wrap: balance;
}
h2.title em { font-style: italic; color: var(--rose); }

h3.sub {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 16px;
}

p { margin: 0 0 1.2em; color: var(--ink-soft); }
p strong { color: var(--ink); font-weight: 700; }
.band p strong { color: var(--cream); }
.lead { font-size: clamp(20px, 2.2vw, 24px); line-height: 1.6; color: var(--ink); font-weight: 400; }
.center { text-align: center; }
.pull {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose);
}

/* ---------- Decorative ---------- */
.moon {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #F6EEE4, #E6D2C4 42%, #C9AEA6 72%, #9C8087 100%);
  box-shadow: 0 0 70px 18px rgba(231,207,166,0.30);
  opacity: 0.92; pointer-events: none;
}
.divider-stars {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; color: var(--gold); margin: 6px 0;
}
.divider-stars::before, .divider-stars::after {
  content: ""; height: 1px; width: min(120px, 22vw);
  background: linear-gradient(90deg, transparent, rgba(203,168,105,0.6), transparent);
}
.star { display:inline-block; width: 13px; height: 13px; color: var(--champagne); }

/* sparkles layer (solo en bandas oscuras) */
.sparkles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.spark {
  position: absolute;
  width: var(--s, 14px); height: var(--s, 14px);
  background: radial-gradient(circle, rgba(243,236,226,0.95) 0%, rgba(243,236,226,0) 60%);
  opacity: var(--o, 0.7);
  animation: twinkle var(--d, 4s) ease-in-out infinite;
  animation-delay: var(--dl, 0s);
}
.spark::before, .spark::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(transparent 47%, rgba(243,236,226,0.9) 50%, transparent 53%);
}
.spark::after { transform: rotate(90deg); }
@keyframes twinkle {
  0%, 100% { opacity: calc(var(--o,0.7) * 0.25); transform: scale(0.7); }
  50%      { opacity: var(--o, 0.7); transform: scale(1); }
}

/* ===========================================================
   ICONS — sprite de línea, trazo currentColor
   =========================================================== */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico {
  width: 1.15em; height: 1.15em;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
  flex: none;
}

/* feature icon chip (círculo con icono) */
.ico-chip {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 28%, rgba(231,207,166,0.55), rgba(231,207,166,0.16));
  border: 1px solid rgba(169,127,50,0.34);
  color: var(--gold); flex: none;
}
.ico-chip .ico { width: 26px; height: 26px; stroke-width: 1.5; }
.band .ico-chip, .cta-block .ico-chip {
  background: radial-gradient(circle at 35% 28%, rgba(231,207,166,0.30), rgba(231,207,166,0.06));
  border-color: rgba(231,207,166,0.4); color: var(--champagne);
}

/* ---------- Buttons / CTA ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--font-label);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 15px;
  font-weight: 600;
  color: #FBF6EF;
  background: linear-gradient(180deg, var(--wine), var(--burgundy));
  padding: 21px 44px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(110,46,63,0.5);
  box-shadow: 0 16px 40px -16px rgba(110,46,63,0.6), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s, filter .4s;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -18px rgba(110,46,63,0.6), inset 0 1px 0 rgba(255,255,255,0.22);
  filter: brightness(1.06);
}
.btn .glyph { font-size: 16px; color: var(--champagne); }
/* botón dorado para bandas oscuras */
.band .btn, .btn--gold, .cta-block .btn {
  color: var(--plum-900);
  background: linear-gradient(180deg, #F6F0E6, var(--champagne));
  border: 1px solid rgba(231,207,166,0.6);
  box-shadow: 0 16px 44px -16px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.6);
}
.band .btn .glyph, .btn--gold .glyph, .cta-block .btn .glyph { color: var(--wine); }
.btn--ghost {
  background: transparent; color: var(--ink);
  border: 1px solid var(--line); box-shadow: none;
}

/* ---------- CTA Block (banda oscura) ---------- */
.cta-block {
  --ink: var(--cream);
  --ink-soft: rgba(243,236,226,0.80);
  --ink-faint: rgba(243,236,226,0.52);
  --line: rgba(243,236,226,0.18);
  --rose: var(--rose-lt);
  --gold: var(--gold-lt);
  position: relative;
  border: 1px solid rgba(231,207,166,0.28);
  border-radius: 28px;
  padding: clamp(42px, 6vw, 72px) clamp(28px, 5vw, 64px);
  text-align: center;
  color: var(--cream);
  background:
    radial-gradient(120% 130% at 50% 0%, rgba(138,100,120,0.42), transparent 60%),
    linear-gradient(180deg, var(--plum-700), var(--plum-900));
  box-shadow: 0 40px 90px -50px rgba(36,24,32,0.7);
  overflow: hidden;
}
.cta-block .price {
  font-family: var(--font-display);
  font-size: clamp(58px, 9vw, 96px);
  font-weight: 600;
  color: var(--cream);
  line-height: 1; margin: 10px 0 6px;
}
.cta-block .price .cur { font-size: 0.4em; vertical-align: super; color: var(--champagne); margin-right: 0.12em; }
.cta-block .price .usd { font-size: 0.26em; letter-spacing: 0.12em; color: var(--champagne); font-family: var(--font-label); }
.price-was {
  font-family: var(--font-display); font-size: clamp(22px,3vw,30px);
  color: var(--ink-faint); text-decoration: line-through; margin-right: 14px;
  text-decoration-color: var(--rose-lt);
}
.cta-meta {
  display: flex; flex-wrap: wrap; gap: 12px 26px;
  justify-content: center; align-items: center;
  font-family: var(--font-label); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 13px; color: var(--champagne);
  margin: 22px 0 32px;
}
.cta-meta span { display: inline-flex; align-items: center; gap: 9px; }
.cta-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-lt); }
.cta-meta .ico { width: 17px; height: 17px; color: var(--champagne); }

/* badges de urgencia / fecha */
.urgency {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-label);
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 12.5px;
  color: var(--rose-lt);
  border: 1px solid rgba(201,166,180,0.45);
  border-radius: 999px; padding: 9px 20px; margin-bottom: 22px;
}
.urgency .ico { width: 16px; height: 16px; }

/* fila de "pills" informativas (precio / fecha) */
.fact-row {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
  margin: 26px 0 30px;
}
.fact {
  display: flex; align-items: center; gap: 13px;
  border: 1px solid var(--line); border-radius: 16px;
  padding: 15px 22px; background: rgba(243,236,226,0.05);
  text-align: left;
}
.fact .ico-chip { width: 46px; height: 46px; }
.fact .ico-chip .ico { width: 22px; height: 22px; }
.fact .k { font-family: var(--font-label); text-transform: uppercase; letter-spacing: 0.16em; font-size: 11px; color: var(--ink-faint); display: block; margin-bottom: 3px; white-space: nowrap; }
.fact .v { font-family: var(--font-display); font-size: 22px; color: var(--cream); line-height: 1.05; display: block; }
.fact .v small { font-family: var(--font-label); font-size: 13px; letter-spacing: 0.04em; }

/* ---------- Lists ---------- */
.benefits { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.benefits.two { grid-template-columns: 1fr 1fr; }
.benefits li {
  position: relative; padding-left: 36px;
  color: var(--ink-soft); line-height: 1.5;
}
.benefits li::before {
  content: "✦"; position: absolute; left: 4px; top: 1px;
  color: var(--gold); font-size: 15px;
}
.benefits.check li::before { content: "✓"; color: var(--wine); font-weight: 800; }
.band .benefits.check li::before { color: var(--champagne); }

/* lista con iconos SVG por ítem */
.icon-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.icon-list li {
  display: flex; gap: 15px; align-items: flex-start;
  color: var(--ink-soft); line-height: 1.5;
}
.icon-list li > .ico {
  width: 22px; height: 22px; margin-top: 3px; color: var(--gold);
}
.band .icon-list li > .ico { color: var(--champagne); }

/* ---------- "Volver a ti" — tarjetas con icono (más / menos) ---------- */
.shift-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.shift-col {
  border-radius: 22px; padding: clamp(26px,3.4vw,38px);
  border: 1px solid var(--line);
}
.shift-col.more { background: linear-gradient(180deg, rgba(231,207,166,0.20), rgba(231,207,166,0.05)); border-color: rgba(169,127,50,0.28); }
.shift-col.less { background: linear-gradient(180deg, rgba(168,81,110,0.12), rgba(168,81,110,0.03)); border-color: rgba(168,81,110,0.24); }
.shift-col h4 {
  font-family: var(--font-label); text-transform: uppercase; letter-spacing: 0.2em;
  font-size: 13px; margin: 0 0 22px; display: flex; align-items: center; gap: 10px;
}
.shift-col.more h4 { color: var(--gold); }
.shift-col.less h4 { color: var(--rose); }
.shift-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.shift-col li { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-size: clamp(20px,2.4vw,26px); color: var(--ink); line-height: 1.2; }
.shift-col .ico-chip { width: 44px; height: 44px; }
.shift-col .ico-chip .ico { width: 21px; height: 21px; }
.shift-col.less .ico-chip { color: var(--rose); background: radial-gradient(circle at 35% 28%, rgba(168,81,110,0.22), rgba(168,81,110,0.05)); border-color: rgba(168,81,110,0.3); }

/* ---------- Anchor phrase blocks (banda oscura) ---------- */
.anchor {
  padding: clamp(82px, 13vw, 172px) 0;
  text-align: center; position: relative;
}
.anchor blockquote {
  margin: 0 auto; max-width: 1000px;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(32px, 6vw, 74px);
  line-height: 1.12; letter-spacing: -0.015em;
  color: var(--cream); text-wrap: balance;
}
.anchor blockquote .accent { font-style: italic; color: var(--rose-lt); }
.anchor.alt blockquote { color: var(--rose-lt); }
.anchor.alt blockquote .accent { color: var(--champagne); }

/* ---------- Module / learn cards (claras, visuales) ---------- */
.modules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.module {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px 32px 32px;
  background: #FFFDF8;
  box-shadow: 0 24px 50px -40px rgba(42,27,35,0.5);
  transition: transform .5s cubic-bezier(.2,.7,.2,1), border-color .5s, box-shadow .5s;
  overflow: hidden;
}
.module::after {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--gold-lt), var(--rose) 60%, var(--mauve));
  opacity: 0; transition: opacity .5s;
}
.module:hover {
  transform: translateY(-5px);
  border-color: rgba(169,127,50,0.4);
  box-shadow: 0 34px 70px -40px rgba(110,46,63,0.5);
}
.module:hover::after { opacity: 1; }
.module .m-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.module .ico-chip { width: 52px; height: 52px; }
.module .num {
  font-family: var(--font-display); font-size: 32px; font-style: italic;
  color: var(--gold); line-height: 1; margin-left: auto;
  opacity: 0.5;
}
.module h3 { font-size: 25px; margin-bottom: 12px; color: var(--ink); line-height: 1.15; }
.module h3 .mark { color: var(--wine); font-style: italic; }
.module p { margin: 0; font-size: 16.5px; line-height: 1.55; color: var(--ink-soft); }

/* ---------- Includes / gifts ---------- */
.includes-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: start; }
.panel {
  border: 1px solid var(--line); border-radius: 24px;
  padding: clamp(30px, 4vw, 46px);
  background: #FFFDF8;
  box-shadow: 0 24px 54px -44px rgba(42,27,35,0.5);
}
.panel-eyebrow {
  margin: 0 0 22px; font-family: var(--font-label); text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 13px; color: var(--gold);
  display: flex; align-items: center; gap: 12px;
}
.panel-eyebrow .ico-chip { width: 40px; height: 40px; }
.panel-eyebrow .ico-chip .ico { width: 20px; height: 20px; }
.panel.gift {
  background:
    radial-gradient(130% 120% at 100% 0%, rgba(231,207,166,0.40), transparent 55%),
    linear-gradient(180deg, var(--blush), var(--ivory-2));
  border-color: rgba(169,127,50,0.30);
}
.gift-item { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.gift-item:first-of-type { border-top: none; }
.gift-item .ico-chip { width: 48px; height: 48px; }
.gift-item h4 { font-family: var(--font-display); font-size: 21px; margin: 0 0 6px; color: var(--ink); font-weight: 600; }
.gift-item p { margin: 0; font-size: 16px; line-height: 1.5; color: var(--ink-soft); }

/* ---------- Image placeholder ---------- */
.img-ph {
  border-radius: 20px; overflow: hidden; position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(42,27,35,0.05) 0 12px, rgba(42,27,35,0.02) 12px 24px),
    linear-gradient(180deg, var(--blush), var(--sand));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; min-height: 320px;
}
.img-ph span {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px; letter-spacing: 0.1em; color: var(--ink-faint);
  text-transform: uppercase; padding: 8px 14px; border: 1px dashed var(--line); border-radius: 8px;
}

/* ===========================================================
   HERO — Cinemático full-bleed (versión elegida)
   =========================================================== */
.hero { position: relative; }
.hero .stage {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero .veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(36,24,32,0.32) 0%, rgba(36,24,32,0.06) 26%, rgba(36,24,32,0.50) 66%, var(--plum-900) 100%),
    linear-gradient(90deg, rgba(36,24,32,0.42), transparent 42%, transparent 58%, rgba(36,24,32,0.42));
}
.hero .content { position: relative; z-index: 2; padding-bottom: clamp(46px, 7vh, 88px); text-align: center; }
.hero .cta-inline { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.hero-kicker {
  font-family: var(--font-label); text-transform: uppercase; letter-spacing: 0.4em;
  font-size: clamp(14px, 1.6vw, 17px); color: var(--champagne); margin-bottom: 8px;
}
.hero-tagline {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(26px, 3.6vw, 44px); line-height: 1.15; color: var(--cream);
  margin: 0 auto 4px; max-width: 16ch; text-wrap: balance;
  text-shadow: 0 2px 30px rgba(36,24,32,0.55);
}
/* franja de datos clave del hero (precio + fecha, destacados) */
.hero-facts {
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: stretch;
}
.hero-fact {
  display: flex; align-items: center; gap: 14px;
  background: rgba(31,20,27,0.50);
  border: 1px solid rgba(231,207,166,0.34);
  border-radius: 18px; padding: 16px 26px;
  backdrop-filter: blur(6px);
}
.hero-fact .ico-chip {
  background: radial-gradient(circle at 35% 28%, rgba(231,207,166,0.34), rgba(231,207,166,0.08));
  border-color: rgba(231,207,166,0.45); color: var(--champagne);
}
.hero-fact .k { font-family: var(--font-label); text-transform: uppercase; letter-spacing: 0.18em; font-size: 11.5px; color: var(--champagne); display: block; margin-bottom: 4px; white-space: nowrap; }
.hero-fact .v { font-family: var(--font-display); font-size: clamp(24px, 3vw, 34px); color: var(--cream); line-height: 1; display: block; }
.hero-fact .v small { font-family: var(--font-label); font-size: 13px; letter-spacing: 0.05em; color: var(--ink-faint); }
.hero-fact.price .v { color: var(--champagne); }
.hero-fact .v .cur { font-size: 0.6em; vertical-align: super; }
.scroll-hint {
  font-family: var(--font-label); text-transform: uppercase; letter-spacing: 0.3em;
  font-size: 11px; color: var(--ink-faint); margin-top: 6px;
}

/* ---------- Footer (banda oscura) ---------- */
.footer { padding: 70px 0 84px; text-align: center; }
.footer .mark { font-family: var(--font-display); font-size: 28px; letter-spacing: 0.08em; color: var(--cream); }
.footer .fine { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-top: 14px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  body { font-size: 18px; }
  .modules { grid-template-columns: 1fr; }
  .includes-grid { grid-template-columns: 1fr; }
  .benefits.two { grid-template-columns: 1fr; }
  .shift-wrap { grid-template-columns: 1fr; gap: 16px; }

  /* Hero: en móvil mostramos la portada completa como banner, contenido debajo */
  .hero .stage { display: block; min-height: 0; overflow: visible; }
  .hero-img { position: relative; height: auto; aspect-ratio: 16 / 10.5; object-position: center 28%; }
  .hero .veil {
    inset: 0 0 auto 0; height: auto; width: 100%; aspect-ratio: 16 / 10.5;
    background: linear-gradient(180deg, rgba(36,24,32,0.10), rgba(36,24,32,0) 40%, rgba(36,24,32,0.55) 84%, var(--plum-900));
  }
  .hero .content { padding: 30px 0 14px; }
  .hero { background: var(--plum-900); }
}
@media (max-width: 520px) {
  .wrap { padding: 0 22px; }
  .btn { padding: 18px 28px; font-size: 13px; }
  .cta-meta { gap: 10px 16px; }

  /* Hero: agrupar precio + fecha + botón en un bloque centrado con aire en los bordes */
  .hero .content { padding-left: 24px; padding-right: 24px; }
  .hero .cta-inline { width: 100%; max-width: 380px; margin: 0 auto; gap: 18px; }
  .hero-facts {
    width: 100%; gap: 0;
    flex-direction: column;
    background: rgba(31,20,27,0.42);
    border: 1px solid rgba(231,207,166,0.30);
    border-radius: 20px;
    padding: 6px 18px;
    backdrop-filter: blur(6px);
  }
  /* dentro del grupo, cada fila es transparente y separada por una línea sutil */
  .hero-facts .hero-fact {
    flex: 1 1 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    padding: 16px 4px;
    justify-content: center;
  }
  .hero-facts .hero-fact + .hero-fact { border-top: 1px solid rgba(231,207,166,0.18); }
  .hero .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .spark { animation: none; }
  .reveal { transition-duration: .01ms; }
  html { scroll-behavior: auto; }
}
