/* ============================================================
   VISIONARIOS 2026 by Infinity — Landing Page Styles (Premium)
   Brand: navy #1F307A · magenta #9D0A6D · gold #A27B4D→#B48D5A
   ============================================================ */

:root {
  --navy: #1F307A;
  --navy-deep: #0E1638;
  --navy-soft: #2A3D93;
  --magenta: #9D0A6D;
  --magenta-soft: #C21C8E;
  --gold-1: #A27B4D;
  --gold-2: #B48D5A;
  --gold-light: #D9BE93;
  --cream: #FAF9F6;
  --blue-tint: #EAEFFA;
  --white: #FFFFFF;
  --ink: #14183A;
  --ink-soft: #4A4E6E;
  --line: rgba(20, 24, 58, 0.09);
  --line-dark: rgba(255, 255, 255, 0.14);

  --font-display: "Outfit", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;

  --radius: 20px;
  --radius-lg: 28px;
  --radius-sm: 12px;
  --container: 1200px;

  --shadow-soft: 0 20px 60px rgba(14, 22, 56, 0.12);
  --shadow-premium: 0 2px 6px rgba(14,22,56,0.05), 0 16px 30px rgba(14,22,56,0.08), 0 40px 70px rgba(14,22,56,0.10);
  --shadow-premium-hover: 0 4px 10px rgba(14,22,56,0.08), 0 24px 44px rgba(14,22,56,0.14), 0 54px 90px rgba(14,22,56,0.16);
  --shadow-gold: 0 14px 34px rgba(162, 123, 77, 0.32);
  --shadow-gold-hover: 0 20px 46px rgba(162, 123, 77, 0.42);
  --shadow-magenta: 0 16px 36px rgba(157, 10, 109, 0.28);
  --glow-navy: 0 18px 40px rgba(31, 48, 122, 0.28);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-display);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* Subtle film-grain texture, applied globally for a premium print-like finish */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); letter-spacing: -0.025em; }

p { margin: 0; }

ul { margin: 0; padding: 0; list-style: none; }

button { font-family: inherit; cursor: pointer; border: none; background: none; }

::selection { background: var(--gold-2); color: var(--white); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold-2), var(--navy)); border-radius: 10px; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Eyebrow / section head (pill badge treatment) ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-1);
  font-weight: 600;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(162, 123, 77, 0.35);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(162,123,77,0.08), rgba(157,10,109,0.05));
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--magenta));
  flex-shrink: 0;
}

.section-head { max-width: 660px; margin-bottom: 56px; }
.section-head h2 {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 700;
  line-height: 1.12;
  margin-top: 16px;
  color: var(--navy);
}
.section-head p { margin-top: 16px; font-size: 17.5px; line-height: 1.65; color: var(--ink-soft); max-width: 60ch; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { margin-inline: auto; }
.section-head.center p { margin-inline: auto; }
.section-head.on-dark h2 { color: var(--white); }
.section-head.on-dark p { color: rgba(255,255,255,0.72); }
.section-head.on-dark .eyebrow { color: var(--gold-light); border-color: rgba(217,190,147,0.3); background: rgba(255,255,255,0.06); }

section { position: relative; padding: 108px 0; }
@media (max-width: 720px) { section { padding: 72px 0; } }

.on-dark { background: var(--navy-deep); color: var(--white); }
.on-navy { background: var(--navy); color: var(--white); }

/* ---------- Insignia del sorteo (Hero + sección de video) ---------- */
.raffle-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(162,123,77,0.14), rgba(180,141,90,0.14));
  border: 1px solid rgba(162,123,77,0.4);
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
  margin: 18px 0 26px;
  max-width: fit-content;
}
.raffle-badge strong { color: var(--navy); font-weight: 800; }
.raffle-badge-icon { font-size: 18px; line-height: 1; }
.raffle-badge.on-dark {
  background: linear-gradient(120deg, rgba(217,190,147,0.16), rgba(180,141,90,0.22));
  border-color: rgba(217,190,147,0.45);
  color: rgba(255,255,255,0.92);
}
.raffle-badge.on-dark strong { color: var(--gold-light); }
@media (max-width: 640px) {
  .raffle-badge { font-size: 13.5px; padding: 11px 18px; }
}

/* Soft backdrop used behind light sections for depth: corner color washes + dot-grid */
section[style*="--white"], section.dot-bg {
  background-image:
    radial-gradient(ellipse 520px 340px at 96% -4%, rgba(162,123,77,0.07), transparent 65%),
    radial-gradient(ellipse 460px 320px at 2% 104%, rgba(157,10,109,0.055), transparent 65%),
    radial-gradient(circle, rgba(31,48,122,0.06) 1px, transparent 1px);
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, 26px 26px;
  background-position: 0 0, 0 0, -10px -10px;
}

/* ---------- Diamond motif ---------- */

.diamond {
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  transform: rotate(45deg);
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(162,123,77,0.4);
}

.motif-divider { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 8px 0 0; }
.motif-divider::before, .motif-divider::after {
  content: "";
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--gold-1), transparent);
}

/* ---------- Buttons (bespoke, with shine-sweep) ---------- */

.btn-hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 19px 38px;
  background: linear-gradient(120deg, var(--gold-2), var(--gold-1));
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 15.5px;
  border-radius: 999px;
  box-shadow: var(--shadow-gold);
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s;
  overflow: hidden;
  isolation: isolate;
}
.btn-hero::before {
  content: "";
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 1;
}
.btn-hero:hover::before { left: 130%; }
.btn-hero:hover { transform: translateY(-3px); box-shadow: var(--shadow-gold-hover); }
.btn-hero:active { transform: translateY(-1px) scale(0.98); }
.btn-hero svg { position: relative; z-index: 2; transition: transform 0.25s; }
.btn-hero:hover svg { transform: translateX(4px); }

.btn-ticket {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 20px;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, var(--magenta), var(--navy-soft));
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.btn-ticket:hover { transform: translateY(-2px); box-shadow: var(--shadow-magenta); }
.btn-ticket:hover::before { opacity: 1; }
.btn-ticket:active { transform: scale(0.98); }
.btn-ticket:disabled, .btn-ticket.is-disabled, .btn-ticket.is-locked {
  background: #C7C9D6;
  color: #7B7E96;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-ticket:disabled:hover, .btn-ticket.is-disabled:hover, .btn-ticket.is-locked:hover { transform: none; box-shadow: none; }
.btn-ticket:disabled::before, .btn-ticket.is-disabled::before, .btn-ticket.is-locked::before { display: none; }

.btn-final {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 21px 46px;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 16px;
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 20px 44px rgba(0,0,0,0.28);
}
.btn-final::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(120deg, var(--gold-2), var(--magenta), var(--gold-1));
  z-index: -1;
  opacity: 0.95;
}
.btn-final:hover { transform: translateY(-3px); box-shadow: 0 26px 54px rgba(0,0,0,0.34); }
.btn-final:active { transform: translateY(-1px) scale(0.98); }

.btn-nav {
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  transition: background 0.25s, transform 0.25s, box-shadow .25s;
  box-shadow: 0 10px 22px rgba(31,48,122,0.28);
}
.btn-nav:hover { background: var(--magenta); transform: translateY(-1px); box-shadow: var(--shadow-magenta); }

/* ---------- Section CTA (repeated call-to-action under each section) ---------- */

.section-cta { display: flex; justify-content: center; margin-top: 52px; }
.section-cta a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  background: transparent;
  transition: transform .3s, box-shadow .3s, background .3s, color .3s;
}
.section-cta a:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); box-shadow: var(--glow-navy); }
.section-cta a svg { transition: transform .25s; }
.section-cta a:hover svg { transform: translateX(4px); }
.section-cta.on-dark a { border-color: var(--gold-light); color: var(--gold-light); }
.section-cta.on-dark a:hover { background: var(--gold-light); color: var(--navy-deep); box-shadow: var(--shadow-gold); }

/* ---------- Attention pulse for all "reservar entrada" CTAs ---------- */
@media (prefers-reduced-motion: no-preference) {
  .btn-hero, .btn-final, .section-cta a {
    animation: ctaPulseGold 2s ease-in-out infinite;
  }
  .btn-nav, .btn-ticket:not(:disabled):not(.is-disabled):not(.is-locked) {
    animation: ctaPulseMagenta 2s ease-in-out infinite;
  }
  .btn-hero:hover, .btn-final:hover, .section-cta a:hover,
  .btn-nav:hover, .btn-ticket:hover {
    animation-play-state: paused;
    outline: none;
  }
}
@keyframes ctaPulseGold {
  0%, 100% { outline: 3px solid rgba(180,141,90,0.55); outline-offset: 2px; }
  50% { outline: 3px solid rgba(180,141,90,0); outline-offset: 9px; }
}
@keyframes ctaPulseMagenta {
  0%, 100% { outline: 3px solid rgba(157,10,109,0.5); outline-offset: 2px; }
  50% { outline: 3px solid rgba(157,10,109,0); outline-offset: 9px; }
}

/* ---------- Video gate: aviso, toast y CTA de desbloqueo ---------- */
.video-lock-notice {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  background: rgba(14,22,56,0.9);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(180,141,90,0.55);
  max-width: 88%;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transition: opacity .5s ease, visibility .5s ease;
}
.video-lock-notice.is-hidden { opacity: 0; visibility: hidden; }

.video-gate-toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) translateY(16px);
  z-index: 999;
  background: var(--navy-deep);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: 999px;
  box-shadow: 0 20px 44px rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  max-width: 90vw;
  text-align: center;
}
.video-gate-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.ticket-lock-note {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  margin: 8px 0 0;
}
.ticket-card.simple .ticket-lock-note { color: var(--ink-soft); }

.video-unlock-banner {
  display: none;
  margin: 22px auto 0;
  max-width: fit-content;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(120deg, #1E8E5A, #27B57A);
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 14px 32px rgba(30,142,90,0.35);
}
.video-unlock-banner.is-visible { display: block; animation: unlockBannerPop .5s ease; }
@media (prefers-reduced-motion: no-preference) {
  .video-unlock-banner.is-visible { animation: unlockBannerPop .5s ease, unlockBannerGlow 1.4s ease-in-out infinite; }
}
@keyframes unlockBannerPop {
  0% { opacity: 0; transform: translateY(8px) scale(0.94); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes unlockBannerGlow {
  0%, 100% { box-shadow: 0 14px 32px rgba(30,142,90,0.35); }
  50% { box-shadow: 0 14px 42px rgba(30,142,90,0.65); }
}

#videoUnlockCta { display: none; }
#videoUnlockCta.is-visible { display: flex; animation: videoUnlockPop .5s ease; }
@media (prefers-reduced-motion: no-preference) {
  #videoUnlockCta.is-visible a {
    animation: videoUnlockBlink 1.1s ease-in-out infinite;
  }
  #videoUnlockCta.is-visible a:hover { animation-play-state: paused; }
}
@keyframes videoUnlockPop {
  0% { opacity: 0; transform: translateY(10px) scale(0.92); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes videoUnlockBlink {
  0%, 100% {
    outline: 4px solid rgba(180,141,90,0.65); outline-offset: 3px;
    box-shadow: 0 0 0 0 rgba(180,141,90,0.4);
    background: var(--navy); color: var(--white);
  }
  50% {
    outline: 4px solid rgba(180,141,90,0); outline-offset: 13px;
    box-shadow: 0 0 34px 10px rgba(180,141,90,0.4);
  }
}

/* ---------- Nav ---------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: background 0.35s, box-shadow 0.35s, padding 0.35s, backdrop-filter .35s;
}
.nav.is-scrolled {
  background: rgba(250, 249, 246, 0.86);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 8px 30px rgba(14,22,56,0.09);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.nav .container { display: flex; align-items: center; justify-content: space-between; }
.nav .logo-mark { height: 36px; transition: height .3s; }
.nav.is-scrolled .logo-mark { height: 32px; }
.nav .logo-mark.on-light { display: none; }
.nav.is-scrolled .logo-mark.on-dark { display: none; }
.nav.is-scrolled .logo-mark.on-light { display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a:not(.btn-nav) { position: relative; font-size: 14px; font-weight: 500; color: var(--white); transition: color 0.2s; padding-bottom: 4px; }
.nav-links a:not(.btn-nav)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--gold-2), var(--magenta)); transition: width .3s; }
.nav.is-scrolled .nav-links a { color: var(--ink); }
.nav-links a:not(.btn-nav):hover { color: var(--gold-1); }
.nav-links a:not(.btn-nav):hover::after { width: 100%; }
.nav.is-scrolled .nav-links a:not(.btn-nav):hover { color: var(--magenta); }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  .nav-links.desktop { display: none; }
  .nav-toggle { display: block; color: var(--white); }
  .nav.is-scrolled .nav-toggle { color: var(--ink); }
}

/* ---------- Hero ---------- */

.hero {
  min-height: 92dvh;
  display: flex;
  align-items: center;
  position: relative;
  background:
    radial-gradient(ellipse 900px 600px at 82% 12%, rgba(162,123,77,0.38), transparent 60%),
    radial-gradient(ellipse 700px 500px at 10% 90%, rgba(157,10,109,0.38), transparent 60%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, #172561 100%);
  color: var(--white);
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 36px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.035) 0px, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 90px);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  width: 620px; height: 620px;
  border-radius: 50%;
  right: -180px; top: -220px;
  background: radial-gradient(circle, rgba(217,190,147,0.16), transparent 70%);
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-orb { animation: orbFloat 9s ease-in-out infinite; }
}
@keyframes orbFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: center;
  width: 100%;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; } }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid var(--line-dark);
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
}
.hero h1 {
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 700;
  line-height: 1.04;
  margin-top: 24px;
  max-width: 13ch;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--gold-light), var(--gold-1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .subtext {
  margin-top: 22px;
  font-size: 18.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
  max-width: 46ch;
}
.hero-cta-row { margin-top: 38px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-meta { font-family: var(--font-mono); font-size: 13px; color: rgba(255,255,255,0.62); }

.hero-facts { display: flex; gap: 24px; margin-top: 44px; flex-wrap: wrap; }
.hero-fact { display: flex; align-items: center; gap: 12px; }
.hero-fact .ic {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
  border: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.15);
}
.hero-fact .tx { line-height: 1.28; }
.hero-fact .tx b { display: block; font-size: 14px; }
.hero-fact .tx span { font-size: 11.5px; color: rgba(255,255,255,0.55); font-family: var(--font-mono); }

.hero-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 34px;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.12);
}
.hero-card .count-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); text-align: center; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.countdown .cd-box {
  text-align: center;
  background: linear-gradient(160deg, rgba(0,0,0,0.28), rgba(0,0,0,0.14));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px 4px;
}
.countdown .cd-num {
  font-family: var(--font-mono);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  background: linear-gradient(160deg, var(--white), var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.countdown .cd-lab { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 5px; }
.hero-flyer {
  margin-top: 28px;
  border-radius: 18px;
  overflow: hidden;
  transform: rotate(-2.5deg);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
  border: 1px solid rgba(217,190,147,0.4);
  position: relative;
}
.hero-flyer::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
  border-radius: inherit;
  pointer-events: none;
}
.hero-flyer img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; transition: transform .5s; }
.hero-flyer:hover img { transform: scale(1.04); }

/* ---------- Icon badges (shared component) ---------- */

.icon-badge {
  width: 52px; height: 52px;
  border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  position: relative;
}
.icon-badge.navy { background: linear-gradient(135deg, var(--navy-soft), var(--navy)); box-shadow: var(--glow-navy); }
.icon-badge.magenta { background: linear-gradient(135deg, var(--magenta-soft), var(--magenta)); box-shadow: var(--shadow-magenta); }
.icon-badge.gold { background: linear-gradient(135deg, var(--gold-2), var(--gold-1)); box-shadow: var(--shadow-gold); }
.icon-badge.sm { width: 40px; height: 40px; border-radius: 12px; }

/* ---------- Value grid (elevated icon cards) ---------- */

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 900px) { .value-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .value-grid { grid-template-columns: 1fr; } }
.value-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-premium);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s;
  position: relative;
  overflow: hidden;
}
.value-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-2), var(--magenta));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s;
}
.value-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-premium-hover); border-color: transparent; }
.value-item:hover::before { transform: scaleX(1); }
.value-item .icon-badge svg { width: 22px; height: 22px; }
.value-item b { font-size: 15.5px; color: var(--navy); }

.raffle-strip {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: linear-gradient(120deg, rgba(162,123,77,0.12), rgba(157,10,109,0.08));
  border: 1px solid rgba(162,123,77,0.35);
  border-radius: var(--radius);
  padding: 26px 30px;
  box-shadow: var(--shadow-premium);
}
.raffle-strip p { font-size: 15px; line-height: 1.55; color: var(--ink-soft); }
.raffle-strip b { color: var(--navy); }

/* ---------- Persona checklist ---------- */

.persona-wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .persona-wrap { grid-template-columns: 1fr; gap: 36px; } }
.persona-list { display: flex; flex-direction: column; gap: 2px; }
.persona-row {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 18px 16px; border-radius: 14px;
  border-bottom: 1px solid var(--line-dark);
  transition: background .3s, transform .3s;
}
.persona-row:hover { background: rgba(255,255,255,0.05); transform: translateX(4px); }
.persona-row .chk {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 9px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
  box-shadow: var(--shadow-gold);
}
.persona-row .chk svg { width: 15px; height: 15px; }
.persona-row p { font-size: 15.5px; line-height: 1.55; color: rgba(255,255,255,0.87); }

/* ---------- Learn blocks (bento) ---------- */

.learn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) { .learn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .learn-grid { grid-template-columns: 1fr; } }
.learn-card {
  border-radius: var(--radius);
  padding: 24px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
  display: flex;
  flex-direction: column;
  min-height: 168px;
}
.learn-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-premium-hover); }
.learn-card::after {
  content: "";
  position: absolute;
  width: 180px; height: 180px;
  border-radius: 50%;
  right: -60px; bottom: -60px;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
  pointer-events: none;
}
.learn-card h3 { font-size: 18px; color: var(--white); margin-bottom: 8px; position: relative; z-index: 1; }
.learn-card p { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,0.8); max-width: 42ch; position: relative; z-index: 1; }
.learn-card .num { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.12em; position: relative; z-index: 1; margin-bottom: auto; padding-bottom: 16px; }
.learn-card.c1 { background: linear-gradient(135deg, var(--navy), var(--navy-deep)); }
.learn-card.c2 { background: linear-gradient(135deg, var(--magenta), #6d0850); }
.learn-card.c3 { background: linear-gradient(135deg, var(--gold-1), #7d5f39); }
.learn-card.c4 { background: linear-gradient(135deg, #2A3D93, var(--navy-deep)); }

/* ---------- Speakers ---------- */

.speaker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 820px) { .speaker-grid { grid-template-columns: 1fr; } }
.speaker-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: var(--shadow-premium);
  text-align: center;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
  position: relative;
}
.speaker-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-premium-hover); }
.speaker-avatar {
  width: 108px; height: 108px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  position: relative;
}
.speaker-avatar::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(162,123,77,0.4);
}
.speaker-card.v .speaker-avatar { background: linear-gradient(135deg, var(--navy), var(--navy-soft)); box-shadow: var(--glow-navy); }
.speaker-card.m .speaker-avatar { background: linear-gradient(135deg, var(--magenta), var(--magenta-soft)); box-shadow: var(--shadow-magenta); }
.speaker-card.l .speaker-avatar { background: linear-gradient(135deg, var(--gold-2), var(--gold-1)); box-shadow: var(--shadow-gold); }
.speaker-card h3 { font-size: 19px; color: var(--navy); }
.speaker-role {
  display: inline-block;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-1); margin-top: 10px;
  padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(162,123,77,0.3);
}
.speaker-card p.bio { margin-top: 16px; font-size: 14px; line-height: 1.6; color: var(--ink-soft); }
.speaker-note { margin-top: 30px; text-align: center; font-size: 12.5px; color: var(--ink-soft); font-family: var(--font-mono); opacity: 0.7; }

/* ---------- Testimonials ---------- */

.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 780px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: var(--white); border-radius: var(--radius); padding: 38px;
  box-shadow: var(--shadow-premium);
  position: relative; overflow: hidden;
  transition: transform .35s, box-shadow .35s;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-premium-hover); }
.testi-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold-2), var(--magenta));
}
.testi-quote-mark {
  font-family: Georgia, serif; font-size: 64px; color: var(--gold-1); opacity: 0.35; line-height: 1;
  position: absolute; top: 20px; right: 30px;
}
.testi-card p.story { position: relative; z-index: 1; margin-top: 6px; font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); }
.testi-who { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.testi-who .av { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 16px; }
.testi-card.a .av { background: linear-gradient(135deg, var(--navy), var(--navy-soft)); box-shadow: var(--glow-navy); }
.testi-card.b .av { background: linear-gradient(135deg, var(--magenta), var(--magenta-soft)); box-shadow: var(--shadow-magenta); }
.testi-who b { display: block; font-size: 14.5px; color: var(--navy); }
.testi-who span { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- Testimonios en video (verticales, formato celular) ---------- */
.testi-video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 980px) { .testi-video-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .testi-video-grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; } }
.testi-video-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-premium);
  transition: transform .35s, box-shadow .35s;
}
.testi-video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-premium-hover); }
.testi-video-frame { position: relative; width: 100%; aspect-ratio: 9/16; background: var(--navy-deep); }
.testi-video-info { padding: 16px 18px 20px; }
.testi-video-info b { display: block; font-size: 14.5px; color: var(--navy); }
.testi-video-info span { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- Agenda (compact grid) ---------- */

.agenda-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  max-width: 100%;
}
@media (max-width: 700px) { .agenda-list { grid-template-columns: 1fr; } }
.agenda-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 4px 14px rgba(14,22,56,0.04);
  transition: background .3s, transform .3s, box-shadow .3s, border-color .3s;
}
.agenda-row:hover { transform: translateX(4px); box-shadow: var(--shadow-premium); border-color: transparent; }
.agenda-time {
  flex-shrink: 0;
  display: inline-block;
  font-family: var(--font-mono); font-size: 12px; color: var(--white); font-weight: 600;
  background: linear-gradient(120deg, var(--navy), var(--navy-soft));
  padding: 6px 13px; border-radius: 999px;
}
.agenda-row h4 { margin-top: 0; font-size: 14.5px; color: var(--navy); line-height: 1.3; }

/* ---------- Tickets ---------- */

.ticket-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 28px; align-items: stretch; }
@media (max-width: 820px) { .ticket-grid { grid-template-columns: 1fr; } }
.ticket-card { border-radius: var(--radius-lg); padding: 36px; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.ticket-card .badge { position: absolute; top: 22px; right: -40px; transform: rotate(35deg); font-size: 11px; letter-spacing: 0.12em; font-family: var(--font-mono); padding: 6px 48px; box-shadow: 0 8px 18px rgba(0,0,0,0.25); }
.ticket-card.simple { background: #EDEBE4; border: 1px solid var(--line); }
.ticket-card.simple:hover { transform: translateY(-4px); box-shadow: var(--shadow-premium); }
.ticket-card.simple .badge.free { background: linear-gradient(120deg, var(--gold-2), var(--gold-1)); color: var(--white); }
.ticket-card.simple .price { font-size: 36px; color: var(--navy); font-weight: 700; }
.ticket-card.simple .tier { color: #6C6E80; }
.ticket-card.featured {
  background: linear-gradient(160deg, var(--navy-deep), var(--navy));
  color: var(--white);
  box-shadow: var(--shadow-premium-hover);
  border: 1px solid rgba(217,190,147,0.25);
}
.ticket-card.featured:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(14,22,56,0.32); }
.ticket-card.featured .badge.available { background: linear-gradient(120deg, var(--gold-2), var(--gold-1)); color: var(--navy-deep); }
.ticket-card.featured::before {
  content: "";
  position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(217,190,147,0.22), transparent 70%);
  pointer-events: none;
}
.ticket-card.featured .price { font-size: 54px; font-weight: 700; background: linear-gradient(160deg, var(--white), var(--gold-light)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ticket-card.featured .price sup { font-size: 20px; top: -20px; }
.ticket-card .tier { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; }
.ticket-card .price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 14px; }
.ticket-includes { margin-top: 24px; display: flex; flex-direction: column; gap: 13px; position: relative; z-index: 1; }
.ticket-includes li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.5; list-style: none; }
.ticket-includes li::before {
  content: "";
  flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1)) no-repeat center / 11px;
  background-image: linear-gradient(135deg, var(--gold-2), var(--gold-1)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%230E1638' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-blend-mode: normal;
  background-size: cover, 11px;
  background-position: center, center;
}
.ticket-includes.dark li { color: rgba(255,255,255,0.88); }

/* ---------- Aviso destacado del sorteo dentro de la tarjeta de entrada ---------- */
.ticket-raffle-highlight {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(217,190,147,0.22), rgba(180,141,90,0.28));
  border: 1.5px solid rgba(162,123,77,0.55);
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(162,123,77,0.16);
}
.ticket-raffle-highlight strong { color: var(--navy); font-weight: 800; }
.ticket-raffle-icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
.ticket-raffle-tickets {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold-light);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.ticket-raffle-highlight.vip {
  background: linear-gradient(120deg, rgba(217,190,147,0.28), rgba(180,141,90,0.34));
  border-color: rgba(217,190,147,0.65);
  color: rgba(255,255,255,0.95);
}
.ticket-raffle-highlight.vip strong { color: var(--gold-light); }
.ticket-raffle-highlight.vip .ticket-raffle-tickets.vip {
  background: var(--gold-light);
  color: var(--navy);
}
@media (max-width: 480px) {
  .ticket-raffle-highlight { font-size: 13px; padding: 13px 15px; }
}

.ticket-note {
  margin-top: 12px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  position: relative;
  z-index: 1;
}
.ticket-note.dark { color: rgba(255,255,255,0.55); }
.ticket-form-label {
  margin-top: 26px;
  padding: 13px 18px;
  border-radius: 12px;
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(217,190,147,0.18);
  border: 1px solid rgba(217,190,147,0.5);
  display: flex; align-items: center; gap: 10px;
  position: relative; z-index: 1;
}
.ticket-form-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0; }
.ticket-card.simple .ticket-form-label {
  color: var(--navy);
  background: rgba(31,48,122,0.09);
  border: 1px solid rgba(31,48,122,0.3);
}
.ticket-card.simple .ticket-form-label::before { background: var(--navy); }
@media (prefers-reduced-motion: no-preference) {
  .ticket-form-label { animation: labelPulseGold 1.8s ease-in-out infinite; }
  .ticket-card.simple .ticket-form-label { animation-name: labelPulseNavy; }
}
@keyframes labelPulseGold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217,190,147,0.55); }
  50% { box-shadow: 0 0 0 7px rgba(217,190,147,0); }
}
@keyframes labelPulseNavy {
  0%, 100% { box-shadow: 0 0 0 0 rgba(31,48,122,0.4); }
  50% { box-shadow: 0 0 0 7px rgba(31,48,122,0); }
}
.ticket-card form { margin-top: 16px; display: flex; flex-direction: column; gap: 14px; position: relative; z-index: 1; }
.ticket-card input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 14px;
  font-family: inherit;
  transition: border-color .25s, background .25s;
}
.ticket-card input:focus { outline: none; border-color: var(--gold-2); background: rgba(255,255,255,0.13); }
.ticket-card input::placeholder { color: rgba(255,255,255,0.45); }
.ticket-card label { font-size: 12px; color: rgba(255,255,255,0.6); font-family: var(--font-mono); }
.ticket-card.simple input {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}
.ticket-card.simple input:focus { border-color: var(--navy); background: var(--white); }
.ticket-card.simple input::placeholder { color: rgba(20,24,58,0.4); }
.ticket-card.simple label { color: var(--ink-soft); }
.form-status { font-size: 13px; margin-top: 4px; min-height: 18px; }
.form-status.ok { color: #8FE3B0; }
.form-status.err { color: #FF9E9E; }
.ticket-card.simple .form-status.ok { color: #1E8E5A; }
.ticket-card.simple .form-status.err { color: #C24747; }

/* ---------- FAQ (accordion) ---------- */

.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; counter-reset: faq; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-premium);
  overflow: hidden;
  counter-increment: faq;
  transition: box-shadow .3s, border-color .3s;
}
.faq-item.open { border-color: rgba(162,123,77,0.35); box-shadow: var(--shadow-premium-hover); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
}
.faq-q::before {
  content: counter(faq, decimal-leading-zero);
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold-1);
  width: 30px; height: 30px; border-radius: 9px;
  border: 1px solid rgba(162,123,77,0.35);
  display: flex; align-items: center; justify-content: center;
}
.faq-q span:not(.plus) { flex: 1; }
.faq-q .plus { margin-left: auto; flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; background: var(--gold-1); transition: transform 0.3s; }
.faq-q .plus::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.faq-q .plus::after { left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); }
.faq-item.open .plus::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { padding: 0 24px 24px 72px; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); max-width: 62ch; }

/* ---------- Final CTA ---------- */

.final-cta {
  text-align: center;
  background:
    radial-gradient(ellipse 800px 400px at 50% 0%, rgba(162,123,77,0.32), transparent 60%),
    radial-gradient(ellipse 600px 300px at 15% 100%, rgba(157,10,109,0.24), transparent 60%),
    linear-gradient(160deg, var(--navy-deep), var(--navy));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 90px 32px;
  margin: 0 24px;
  max-width: calc(var(--container) - 48px);
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-premium-hover);
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 90px);
  pointer-events: none;
}
.final-cta h2 { position: relative; font-size: clamp(30px, 4.8vw, 48px); font-weight: 700; max-width: 16ch; margin: 20px auto 0; line-height: 1.15; }
.final-cta p { position: relative; margin: 20px auto 0; max-width: 52ch; font-size: 17px; color: rgba(255,255,255,0.78); line-height: 1.6; }
.final-cta .pillars { position: relative; margin-top: 32px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); }
.final-cta .btn-final { position: relative; margin-top: 38px; }

/* ---------- Footer ---------- */

footer { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 72px 0 28px; position: relative; }
footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2), var(--magenta), transparent); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid h5 { font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); font-family: var(--font-mono); margin-bottom: 18px; }
.foot-grid ul { display: flex; flex-direction: column; gap: 11px; }
.foot-grid a { font-size: 14px; transition: color 0.2s; }
.foot-grid a:hover { color: var(--gold-light); }
.foot-logo { height: 32px; margin-bottom: 16px; }
.foot-social { display: flex; gap: 12px; margin-top: 20px; }
.foot-social a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s, box-shadow .25s; }
.foot-social a:hover { background: linear-gradient(135deg, var(--gold-2), var(--magenta)); transform: translateY(-3px); box-shadow: var(--shadow-gold); }
.foot-bottom { margin-top: 58px; padding-top: 26px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; }

/* ---------- Utility / reveal-on-scroll ---------- */

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal.will-animate { opacity: 0; transform: translateY(22px); }
  .reveal.in-view { animation: reveal-in 0.75s cubic-bezier(.2,.8,.2,1) forwards; }
}
@keyframes reveal-in { to { opacity: 1; transform: translateY(0); } }

/* ---------- Foto difuminada de fondo (sección Invitación) ---------- */
#evento { overflow: hidden; }
#evento .container { position: relative; z-index: 1; }
.evento-bg-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 95%;
  object-fit: cover;
  object-position: left top;
  filter: blur(2px);
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 65%, transparent 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 65%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 720px) { .evento-bg-photo { display: none; } }
.evento-bg-fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 95%;
  background: linear-gradient(to bottom, transparent 0%, transparent 42%, var(--cream) 74%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 720px) { .evento-bg-fade { display: none; } }

#experiencia { overflow: hidden; }
#experiencia .container { position: relative; z-index: 1; }
.experiencia-bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 68%;
  object-fit: cover;
  object-position: top center;
  filter: blur(2px);
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.45) 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.45) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 720px) { .experiencia-bg-photo { display: none; } }

#speakers { overflow: hidden; }
#speakers .container { position: relative; z-index: 1; }
.speakers-bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 88%;
  object-fit: cover;
  object-position: top center;
  filter: blur(2px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.speakers-bg-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, var(--cream) 96%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 720px) { .speakers-bg-photo, .speakers-bg-fade { display: none; } }

.video-block { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/8; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-premium-hover); }
.video-block .play-btn { width: 88px; height: 88px; border-radius: 50%; background: rgba(255,255,255,0.14); border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); transition: transform 0.3s, box-shadow .3s; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.video-block .play-btn:hover { transform: scale(1.1); box-shadow: 0 26px 50px rgba(0,0,0,0.4); }
.video-caption { position: absolute; left: 30px; bottom: 26px; color: rgba(255,255,255,0.82); font-size: 13px; max-width: 46ch; }

/* mobile menu */
.mobile-menu { position: fixed; inset: 0; background: var(--navy-deep); z-index: 200; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; transform: translateY(-100%); transition: transform 0.4s cubic-bezier(.2,.8,.2,1); }
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a { font-size: 21px; color: var(--white); font-weight: 600; }
.mobile-menu a.btn-nav { margin-top: 10px; }
.mobile-menu .close-x { position: absolute; top: 26px; right: 26px; color: var(--white); }
