﻿:root {
  --ink: #f8faf6;
  --muted: #c7cbbf;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #050705;
  --white: #ffffff;
  --blue: #1f7a2f;
  --blue-dark: #0b3516;
  --navy: #050705;
  --teal: #32c653;
  --gold: #d6a34a;
  --soft: rgba(50, 198, 83, 0.12);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

/* Ajuste premium final: negro, verde, dorado y blanco. */
.text-brand span,
.program-name,
.green-text {
  color: var(--teal);
}

.text-brand strong,
h1 small,
.white-text {
  color: var(--white);
}

.program-name {
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
}

.section-kicker,
.eyebrow {
  color: var(--teal);
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
}

.section.experience,
.section.manifest,
.section.includes,
.section.impact,
.section.audience,
.section.cta-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(50, 198, 83, 0.16), transparent 28%),
    radial-gradient(circle at 8% 44%, rgba(214, 163, 74, 0.12), transparent 24%),
    #050705;
}

.section.experience {
  padding-top: 0;
}

.experience-video {
  padding: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 5, 0.92), rgba(5, 7, 5, 1)),
    #050705;
}

.video-copy.centered {
  max-width: 900px;
}

.video-copy.centered .section-kicker {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  letter-spacing: 0.14em;
}

.video-copy.centered h2 {
  color: var(--white);
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.45);
}

.video-copy.centered p:last-child,
.statement p:last-child,
.cta-copy,
.facilitator-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.statement h2,
.split h2,
.section-heading h2,
.audience h2,
.cta-box h2 {
  color: var(--white);
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.editorial-photo,
.side-photo {
  position: relative;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid rgba(214, 163, 74, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.editorial-photo {
  margin: 0;
}

.editorial-photo img,
.side-photo img {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.editorial-photo figcaption,
.side-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  font-weight: 900;
}

.impact-card,
.feature,
.day-card,
.audience-grid p,
.details-card {
  color: var(--white);
  border-color: rgba(214, 163, 74, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(5, 7, 5, 0.82);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.impact-card:hover,
.feature:hover,
.day-card:hover,
.audience-grid p:hover,
.pay-option:hover {
  border-color: rgba(214, 163, 74, 0.58);
  box-shadow: 0 24px 70px rgba(214, 163, 74, 0.12);
}

.impact-card span,
.day-card span,
.ticket-card span {
  color: var(--gold);
}

.impact-card h3,
.day-card h3,
.feature strong {
  color: var(--white);
}

.impact-card p,
.day-card p,
.feature p,
.audience-grid p,
.details-card p {
  color: rgba(255, 255, 255, 0.8);
}

.audience-grid p {
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.55;
}

.investment-card {
  background:
    radial-gradient(circle at 20% 0%, rgba(50, 198, 83, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(214, 163, 74, 0.18), rgba(255, 255, 255, 0.05));
}

.price {
  color: var(--gold) !important;
}

.facilitator {
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 198, 83, 0.18), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(214, 163, 74, 0.18), transparent 26%),
    linear-gradient(135deg, #030403 0%, #081008 56%, #050705 100%);
}

.cta-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(50, 198, 83, 0.18), transparent 30%),
    radial-gradient(circle at 88% 60%, rgba(214, 163, 74, 0.2), transparent 32%),
    linear-gradient(135deg, #020302 0%, #0a1209 100%) !important;
}

.details-card {
  color: var(--white);
}

.details-card strong {
  color: var(--gold);
}

.pay-option {
  color: var(--white);
  border-color: rgba(214, 163, 74, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.pay-option span {
  color: var(--white);
}

.pay-option strong {
  color: rgba(255, 255, 255, 0.66);
}

.footer {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(50, 198, 83, 0.2), rgba(214, 163, 74, 0.14)),
    #050705;
  border-top: 1px solid rgba(214, 163, 74, 0.2);
}

.footer-inner {
  color: rgba(255, 255, 255, 0.82);
}

.footer a {
  color: var(--white);
}

.final-video-cta {
  position: relative;
  min-height: clamp(440px, 70vh, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #020302;
}

.final-video-cta video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: brightness(0.78) contrast(1.08) saturate(1.04);
}

.final-video-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(101deg, transparent 0 18%, rgba(50, 198, 83, 0.42) 23%, transparent 34%),
    linear-gradient(96deg, transparent 0 32%, rgba(214, 163, 74, 0.55) 44%, transparent 60%),
    linear-gradient(88deg, transparent 0 55%, rgba(255, 255, 255, 0.18) 62%, transparent 76%),
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82) 72%);
  opacity: 0.8;
}

.final-video-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(900px, calc(100% - 36px));
  text-align: center;
}

.final-video-overlay h2 {
  max-width: 900px;
  margin: 12px 0 22px;
  color: var(--gold);
  font-size: clamp(2.25rem, 5.2vw, 5.1rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.final-video-overlay p {
  color: var(--white);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.final-video-overlay strong {
  color: var(--gold);
}

@media (max-width: 980px) {
  .editorial-split {
    grid-template-columns: 1fr;
  }

  .experience-video {
    padding: 38px 0;
  }
}

/* CAPA FINAL REAL: gana sobre reglas anteriores repetidas. */
.hero-bg-video {
  opacity: 1 !important;
  filter: brightness(1.58) contrast(1.1) saturate(1.16) !important;
}

.hero-ambient {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18)) !important;
}

.pro-video-section {
  position: relative !important;
  display: block !important;
  min-height: auto !important;
  padding: clamp(72px, 8vw, 118px) 0 !important;
  overflow: hidden !important;
  color: #071006 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 198, 83, 0.16), transparent 30%),
    linear-gradient(135deg, #f7fff6 0%, #eef9e8 56%, #f9f7ef 100%) !important;
}

.pro-video-section::before,
.pro-video-section::after {
  display: none !important;
}

.pro-video-layout {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 430px) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: center !important;
  width: min(1160px, calc(100% - 42px)) !important;
  margin: 0 auto !important;
}

.pro-video-copy {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 690px !important;
  padding: 0 !important;
  text-shadow: none !important;
}

.pro-video-copy .section-kicker {
  color: #20b94a !important;
}

.pro-video-copy h2 {
  width: auto !important;
  max-width: 690px !important;
  margin: 0 0 22px !important;
  color: #08320f !important;
  font-size: clamp(2.6rem, 5.2vw, 5.7rem) !important;
  line-height: 0.95 !important;
  text-shadow: none !important;
}

.pro-video-copy p:last-child {
  max-width: 520px !important;
  color: #162419 !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

.pro-video-frame {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  justify-self: end !important;
  width: min(430px, 100%) !important;
  height: auto !important;
  margin: 0 !important;
  border: 1px solid rgba(8, 50, 15, 0.22) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #eef8ed !important;
  box-shadow: 0 28px 80px rgba(8, 50, 15, 0.16) !important;
}

.pro-video-frame video,
.pro-video-main {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #eef8ed !important;
  filter: brightness(1.08) contrast(1.04) saturate(1.05) !important;
}

.audience-proof {
  margin-top: clamp(42px, 6vw, 76px);
  padding-bottom: 0 !important;
}

.audience-proof .proof-card,
.audience-proof .proof-card img {
  min-height: 440px !important;
}

@media (max-width: 980px) {
  .pro-video-layout {
    grid-template-columns: 1fr !important;
  }

  .pro-video-frame {
    justify-self: center !important;
    width: min(380px, 100%) !important;
  }

  .pro-video-copy,
  .pro-video-copy h2,
  .pro-video-copy p:last-child {
    max-width: none !important;
  }
}

/* CAPA FINAL REAL: gana sobre reglas anteriores repetidas. */
.hero-bg-video {
  opacity: 1 !important;
  filter: brightness(1.58) contrast(1.1) saturate(1.16) !important;
}

.hero-ambient {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18)) !important;
}

.pro-video-section {
  position: relative !important;
  display: block !important;
  min-height: auto !important;
  padding: clamp(72px, 8vw, 118px) 0 !important;
  overflow: hidden !important;
  color: #071006 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 198, 83, 0.16), transparent 30%),
    linear-gradient(135deg, #f7fff6 0%, #eef9e8 56%, #f9f7ef 100%) !important;
}

.pro-video-section::before,
.pro-video-section::after {
  display: none !important;
}

.pro-video-layout {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 430px) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: center !important;
  width: min(1160px, calc(100% - 42px)) !important;
  margin: 0 auto !important;
}

.pro-video-copy {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 690px !important;
  padding: 0 !important;
  text-shadow: none !important;
}

.pro-video-copy .section-kicker {
  color: #20b94a !important;
}

.pro-video-copy h2 {
  width: auto !important;
  max-width: 690px !important;
  margin: 0 0 22px !important;
  color: #08320f !important;
  font-size: clamp(2.6rem, 5.2vw, 5.7rem) !important;
  line-height: 0.95 !important;
  text-shadow: none !important;
}

.pro-video-copy p:last-child {
  max-width: 520px !important;
  color: #162419 !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

.pro-video-frame {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  justify-self: end !important;
  width: min(430px, 100%) !important;
  height: auto !important;
  margin: 0 !important;
  border: 1px solid rgba(8, 50, 15, 0.22) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #eef8ed !important;
  box-shadow: 0 28px 80px rgba(8, 50, 15, 0.16) !important;
}

.pro-video-frame video,
.pro-video-main {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #eef8ed !important;
  filter: brightness(1.08) contrast(1.04) saturate(1.05) !important;
}

.audience-proof {
  margin-top: clamp(42px, 6vw, 76px);
  padding-bottom: 0 !important;
}

.audience-proof .proof-card,
.audience-proof .proof-card img {
  min-height: 440px !important;
}

@media (max-width: 980px) {
  .pro-video-layout {
    grid-template-columns: 1fr !important;
  }

  .pro-video-frame {
    justify-self: center !important;
    width: min(380px, 100%) !important;
  }

  .pro-video-copy,
  .pro-video-copy h2,
  .pro-video-copy p:last-child {
    max-width: none !important;
  }
}

/* Distribucion final: video completo a un lado, texto al otro y hero mas nitido. */
.hero-bg-video {
  opacity: 1 !important;
  filter: brightness(1.58) contrast(1.1) saturate(1.16) !important;
}

.hero-ambient {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18)) !important;
}

.pro-video-section {
  position: relative !important;
  display: block !important;
  min-height: auto !important;
  padding: clamp(72px, 8vw, 118px) 0 !important;
  overflow: hidden !important;
  color: #071006 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 198, 83, 0.16), transparent 30%),
    linear-gradient(135deg, #f7fff6 0%, #eef9e8 56%, #f9f7ef 100%) !important;
}

.pro-video-section::before,
.pro-video-section::after {
  display: none !important;
}

.pro-video-layout {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 430px) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: center !important;
  width: min(1160px, calc(100% - 42px)) !important;
  margin: 0 auto !important;
}

.pro-video-copy {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 690px !important;
  padding: 0 !important;
  text-shadow: none !important;
}

.pro-video-copy .section-kicker {
  color: #20b94a !important;
}

.pro-video-copy h2 {
  width: auto !important;
  max-width: 690px !important;
  margin: 0 0 22px !important;
  color: #08320f !important;
  font-size: clamp(2.6rem, 5.2vw, 5.7rem) !important;
  line-height: 0.95 !important;
  text-shadow: none !important;
}

.pro-video-copy p:last-child {
  max-width: 520px !important;
  color: #162419 !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

.pro-video-frame {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  justify-self: end !important;
  width: min(430px, 100%) !important;
  height: auto !important;
  margin: 0 !important;
  border: 1px solid rgba(8, 50, 15, 0.22) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #eef8ed !important;
  box-shadow: 0 28px 80px rgba(8, 50, 15, 0.16) !important;
}

.pro-video-frame video,
.pro-video-main {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #eef8ed !important;
  filter: brightness(1.08) contrast(1.04) saturate(1.05) !important;
}

.audience-proof {
  margin-top: clamp(42px, 6vw, 76px);
  padding-bottom: 0 !important;
}

.audience-proof .proof-card,
.audience-proof .proof-card img {
  min-height: 440px !important;
}

@media (max-width: 980px) {
  .pro-video-layout {
    grid-template-columns: 1fr !important;
  }

  .pro-video-frame {
    justify-self: center !important;
    width: min(380px, 100%) !important;
  }

  .pro-video-copy,
  .pro-video-copy h2,
  .pro-video-copy p:last-child {
    max-width: none !important;
  }
}

/* FIX DEFINITIVO: video de experiencia como fondo completo del bloque. */
.pro-video-section {
  position: relative !important;
  min-height: min(820px, calc(100vh - 78px)) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(92px, 10vw, 150px) 0 !important;
  color: #fff !important;
  background: #071006 !important;
}

.pro-video-layout {
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: min(1180px, calc(100% - 42px)) !important;
  margin: 0 auto !important;
}

.pro-video-frame {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pro-video-frame video,
.pro-video-main {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: brightness(1.18) contrast(1.06) saturate(1.08) !important;
}

.pro-video-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  height: auto !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.36)) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.pro-video-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: radial-gradient(circle at 70% 42%, rgba(50, 198, 83, 0.1), transparent 40%) !important;
  pointer-events: none !important;
}

.pro-video-copy {
  position: relative !important;
  z-index: 4 !important;
  width: min(660px, 100%) !important;
  max-width: 660px !important;
  padding: 0 !important;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.72) !important;
}

.pro-video-copy .section-kicker {
  color: var(--gold) !important;
}

.pro-video-copy h2 {
  width: min(660px, 100%) !important;
  max-width: 660px !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: clamp(3rem, 6vw, 6.4rem) !important;
  line-height: 0.92 !important;
}

.pro-video-copy p:last-child {
  max-width: 520px !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem) !important;
  line-height: 1.58 !important;
}

.hero-bg-video {
  opacity: 1 !important;
  filter: brightness(1.5) contrast(1.08) saturate(1.14) !important;
}

.hero-ambient {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2)) !important;
}

/* Ultima capa visual: esta se deja al final para ganar sobre reglas repetidas. */
.pro-video-section {
  padding-top: clamp(76px, 8vw, 112px) !important;
  padding-bottom: clamp(76px, 8vw, 112px) !important;
}

.pro-video-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 430px) !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
  align-items: center !important;
}

.pro-video-copy {
  max-width: 560px !important;
}

.pro-video-copy h2 {
  max-width: 560px !important;
  margin-bottom: 18px !important;
  font-size: clamp(2.45rem, 4.6vw, 4.45rem) !important;
  line-height: 0.98 !important;
}

.pro-video-copy p:last-child {
  max-width: 440px !important;
}

.pro-video-frame {
  align-self: center !important;
  justify-self: start !important;
  width: min(430px, 100%) !important;
  margin-top: 0 !important;
}

.pro-video-frame video,
.pro-video-main {
  aspect-ratio: 9 / 16 !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.proof-grid.experience-pair {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 960px !important;
  padding-bottom: clamp(64px, 8vw, 100px) !important;
}

.proof-grid.experience-pair .proof-card,
.proof-grid.experience-pair .proof-card img {
  min-height: 420px !important;
}

@media (max-width: 980px) {
  .pro-video-layout {
    grid-template-columns: 1fr !important;
  }

  .pro-video-copy,
  .pro-video-copy h2,
  .pro-video-copy p:last-child {
    max-width: none !important;
  }

  .pro-video-frame {
    justify-self: center !important;
  }
}

.hero-bg-video {
  opacity: 0.82 !important;
  filter: brightness(1.26) contrast(1.02) saturate(1.08) !important;
}

.hero-ambient {
  background:
    radial-gradient(circle at 50% 42%, rgba(50, 198, 83, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.45)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34)) !important;
}

/* Video en bloque completo, sin paneles grises ni fondos laterales. */
.pro-video-section {
  min-height: min(760px, calc(100vh - 80px)) !important;
  display: grid !important;
  align-items: center !important;
  padding: clamp(96px, 12vw, 150px) 0 !important;
  overflow: hidden !important;
  color: var(--white) !important;
  background: #050705 !important;
}

.pro-video-section::before {
  z-index: 1 !important;
  inset: 0 !important;
  height: auto !important;
  background:
    radial-gradient(circle at 72% 44%, rgba(50, 198, 83, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.48)) !important;
  opacity: 1 !important;
}

.pro-video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.26));
  pointer-events: none;
}

.pro-video-layout {
  display: block !important;
}

.pro-video-copy {
  position: relative !important;
  z-index: 2 !important;
  max-width: 720px !important;
  padding: clamp(18px, 3vw, 36px) 0 !important;
}

.pro-video-copy .section-kicker {
  color: var(--gold) !important;
}

.pro-video-copy h2 {
  max-width: 720px !important;
  color: var(--white) !important;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}

.pro-video-copy p:last-child {
  max-width: 560px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.pro-video-frame {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.pro-video-frame video,
.pro-video-main {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  filter: brightness(1.08) contrast(1.04) saturate(1.06) !important;
}

.hero-bg-video {
  opacity: 0.92 !important;
  filter: brightness(1.38) contrast(1.04) saturate(1.1) !important;
}

.hero-ambient {
  background:
    radial-gradient(circle at 50% 42%, rgba(50, 198, 83, 0.06), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.36)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.26)) !important;
}

.experience-hero img {
  filter: brightness(0.78) saturate(1.08) contrast(1.04) !important;
}

.experience-hero::after {
  background:
    radial-gradient(circle at 50% 52%, rgba(50, 198, 83, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(2, 7, 13, 0.04), rgba(2, 7, 13, 0.42)) !important;
}

/* Correccion final solicitada: menos separacion, texto contenido y fotos distribuidas. */
.pro-video-section {
  padding-top: clamp(76px, 8vw, 112px) !important;
  padding-bottom: clamp(76px, 8vw, 112px) !important;
}

.pro-video-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 430px) !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
  align-items: center !important;
}

.pro-video-copy {
  max-width: 560px;
}

.pro-video-copy h2 {
  max-width: 560px;
  font-size: clamp(2.45rem, 4.6vw, 4.45rem) !important;
  line-height: 0.98 !important;
}

.pro-video-copy p:last-child {
  max-width: 440px;
}

.pro-video-frame {
  align-self: center !important;
  justify-self: start !important;
  width: min(430px, 100%) !important;
  margin-top: 0 !important;
}

.pro-video-frame video,
.pro-video-main {
  aspect-ratio: 9 / 16 !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.proof-grid.experience-pair {
  grid-template-columns: minmax(0, 1fr);
  max-width: 960px;
  padding-bottom: clamp(64px, 8vw, 100px);
}

.proof-grid.experience-pair .proof-card {
  min-height: 420px;
}

.proof-grid.experience-pair .proof-card img {
  min-height: 420px;
}

@media (max-width: 980px) {
  .pro-video-layout {
    grid-template-columns: 1fr !important;
  }

  .pro-video-copy,
  .pro-video-copy h2,
  .pro-video-copy p:last-child {
    max-width: none;
  }

  .pro-video-frame {
    justify-self: center !important;
  }
}

/* Ajuste final: menos saturacion visual y video vertical sin sombras laterales. */
.hero-bg-video {
  opacity: 0.64;
  filter: brightness(1.08) contrast(1.02) saturate(1.04);
}

.hero-ambient {
  background:
    radial-gradient(circle at 50% 42%, rgba(50, 198, 83, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.58)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48)) !important;
}

.editorial-split {
  grid-template-columns: minmax(0, 1fr);
}

.manifest .statement {
  max-width: 980px;
}

.pro-video-section {
  padding: clamp(56px, 8vw, 104px) 0;
}

.pro-video-layout {
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 420px);
  align-items: center;
}

.pro-video-frame {
  justify-self: end;
  width: min(420px, 100%);
  overflow: visible;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: 0 28px 70px rgba(8, 32, 12, 0.22);
}

.pro-video-bg {
  display: none !important;
}

.pro-video-frame video,
.pro-video-main {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 28px;
  background: transparent;
}

.impact .split {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  align-items: start;
}

@media (max-width: 980px) {
  .pro-video-layout,
  .impact .split {
    grid-template-columns: 1fr;
  }

  .pro-video-frame {
    justify-self: center;
    width: min(360px, 100%);
  }
}

/* Ajuste visual solicitado: el video sube dentro del bloque y queda con aire inferior. */
.pro-video-section {
  padding-top: clamp(44px, 6vw, 82px) !important;
  padding-bottom: clamp(86px, 10vw, 140px) !important;
}

.pro-video-frame {
  align-self: start;
  margin-top: clamp(-24px, -2vw, -10px);
}

.experience-video {
  padding-bottom: clamp(56px, 7vw, 88px) !important;
}

.pro-video-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 128px) 0;
  color: #071006;
  background:
    radial-gradient(circle at 12% 18%, rgba(50, 198, 83, 0.22), transparent 28%),
    radial-gradient(circle at 90% 70%, rgba(214, 163, 74, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4fbf2 56%, #dff5df 100%);
}

.pro-video-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -34% -10%;
  height: 58%;
  background:
    radial-gradient(circle at 50% 0%, rgba(50, 198, 83, 0.2), transparent 62%),
    linear-gradient(90deg, transparent, rgba(214, 163, 74, 0.28), transparent);
  pointer-events: none;
}

.pro-video-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.pro-video-copy h2 {
  margin-bottom: 22px;
  color: #08200c;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.96;
}

.pro-video-copy p:last-child {
  color: #263226;
  font-size: 1.08rem;
  line-height: 1.68;
}

.pro-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 32, 12, 0.2);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(50, 198, 83, 0.16), rgba(214, 163, 74, 0.12)),
    #10170f;
  box-shadow: 0 34px 96px rgba(8, 32, 12, 0.3);
}

.pro-video-frame video {
  display: block;
  width: 100%;
  height: min(72vh, 620px);
  min-height: 430px;
}

.pro-video-bg {
  position: absolute;
  inset: 0;
  height: 100% !important;
  object-fit: cover;
  filter: blur(24px) saturate(1.1) brightness(0.78);
  transform: scale(1.12);
  opacity: 0.82;
}

.pro-video-main {
  position: relative;
  z-index: 1;
  object-fit: contain;
  background: transparent;
}

.attendee-form select,
.attendee-form select option {
  font-family: "Segoe UI Emoji", Arial, Helvetica, sans-serif;
}

.final-video-cta {
  background: #030303;
}

.color-orbit::before,
.color-orbit::after {
  content: "";
  position: absolute;
  inset: -22%;
  border-radius: 999px;
  background:
    repeating-conic-gradient(
      from 0deg,
      transparent 0deg 7deg,
      rgba(214, 163, 74, 0.58) 8deg 9deg,
      transparent 10deg 18deg,
      rgba(50, 198, 83, 0.58) 19deg 20deg,
      transparent 21deg 31deg,
      rgba(255, 255, 255, 0.24) 32deg 33deg,
      transparent 34deg 45deg
    );
  mask-image: radial-gradient(circle, transparent 0 26%, #000 32% 55%, transparent 64%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 26%, #000 32% 55%, transparent 64%);
  filter: blur(0.4px);
  opacity: 0.75;
  animation: orbit-spin 22s linear infinite;
}

.color-orbit::after {
  inset: -36%;
  opacity: 0.5;
  animation-duration: 16s;
  animation-direction: reverse;
  transform: rotate(18deg);
}

.color-orbit span {
  background:
    repeating-conic-gradient(
      from 0deg,
      transparent 0deg 5deg,
      rgba(50, 198, 83, 0.72) 6deg 7deg,
      transparent 8deg 15deg,
      rgba(214, 163, 74, 0.78) 16deg 17deg,
      transparent 18deg 28deg
    );
  mask-image: radial-gradient(circle, transparent 0 18%, #000 24% 42%, transparent 49%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 18%, #000 24% 42%, transparent 49%);
  filter: blur(0.6px);
}

@media (max-width: 980px) {
  .pro-video-layout {
    grid-template-columns: 1fr;
  }

  .pro-video-copy h2 {
    font-size: clamp(2rem, 11vw, 3.6rem);
  }

  .pro-video-frame video {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 10%, rgba(50, 198, 83, 0.18), transparent 28%),
    radial-gradient(circle at 12% 40%, rgba(214, 163, 74, 0.12), transparent 22%),
    var(--paper);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.topbar {
  overflow: hidden;
  color: var(--white);
  background: #020302;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker 22s linear infinite;
}

.ticker span {
  padding: 10px 34px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(5, 7, 5, 0.88);
  border-bottom: 1px solid rgba(214, 163, 74, 0.18);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 194px;
  line-height: 1;
}

.logo-brand {
  min-width: 210px;
}

.logo-brand img {
  display: block;
  width: clamp(166px, 16vw, 230px);
  height: auto;
  filter: drop-shadow(0 8px 22px rgba(50, 198, 83, 0.18));
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 999px;
  margin-bottom: 6px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.16);
}

.text-brand span {
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.text-brand strong {
  margin-top: 5px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a:hover {
  color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links,
.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-links a,
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(214, 163, 74, 0.28);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
}

.social-links svg,
.social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-links a:hover,
.social-icons a:hover {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.header-cta,
.button {
  border: 0;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  padding: 0 20px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, #16852f, #32c653);
  box-shadow: 0 14px 30px rgba(50, 198, 83, 0.22);
}

.header-cta.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(214, 163, 74, 0.26);
  box-shadow: none;
}

.button.pay,
.floating-pay {
  color: #171100;
  background: linear-gradient(135deg, #f1c05f, var(--gold));
  box-shadow: 0 18px 42px rgba(214, 163, 74, 0.28);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-3px) scale(1.02);
}

.header-cta:hover {
  color: #081006;
  background: linear-gradient(135deg, #f1c05f, var(--gold));
  box-shadow: 0 20px 46px rgba(214, 163, 74, 0.34);
}

.button.pay:hover,
.floating-pay:hover {
  color: var(--white);
  background: linear-gradient(135deg, #16852f, #32c653);
  box-shadow: 0 22px 50px rgba(50, 198, 83, 0.32);
}

.hero {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05);
}

.hero-ambient {
  position: absolute;
  inset: 0;
}

.hero-ambient {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(50, 198, 83, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.72));
}

.hero-inner {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 5vw, 70px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 88px) 0 clamp(58px, 8vw, 96px);
}

.hero-copy {
  max-width: 980px;
  padding: 16px 0;
  text-align: center;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.72);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

.program-name {
  margin: 0 0 8px;
  color: var(--white);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-subtitle {
  max-width: 620px;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  font-weight: 800;
  line-height: 1.45;
}

h1 {
  max-width: 740px;
  margin: 0 auto 22px;
  color: var(--white);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span,
h1 small {
  display: block;
}

h1 span {
  font-size: clamp(3.35rem, 6.6vw, 6.35rem);
}

h1 small {
  margin-top: 12px;
  color: var(--gold);
  font-size: clamp(1.45rem, 3.1vw, 2.65rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.65vw, 1.23rem);
  line-height: 1.58;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 0;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--white);
  background: rgba(7, 28, 47, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 0.84rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.date-switch {
  display: grid;
  gap: 4px;
  width: min(540px, 100%);
  margin: 24px auto 0;
  padding: 18px 20px;
  background: rgba(7, 28, 47, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  text-align: center;
}

.date-switch p {
  margin: 0;
}

.old-date,
.previous-date {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  text-transform: uppercase;
}

.old-date span,
.previous-date span,
.inline-old-date {
  position: relative;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #f05a3b;
}

.old-date strong,
.previous-date strong {
  color: #f05a3b;
  font-size: 0.86rem;
}

.new-date,
.next-date {
  color: var(--white);
  font-size: 1.06rem;
  font-weight: 800;
}

.new-date strong,
.next-date strong {
  color: var(--gold);
}

.limited {
  color: var(--gold);
  font-weight: 900;
}

.hero-media {
  position: relative;
  min-width: 0;
}

.hero-photo-card {
  position: relative;
  width: min(410px, 100%);
  aspect-ratio: 4 / 4.75;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 248, 0.92)),
    #ffffff;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  padding: 0;
  filter: saturate(1.03) contrast(1.02);
}

.photo-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.5), transparent 30%),
    linear-gradient(180deg, transparent 56%, rgba(7, 28, 47, 0.16));
  pointer-events: none;
}

.hero-media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 3;
  width: min(360px, calc(100% - 34px));
  margin: 0 auto;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(7, 28, 47, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}

.hero-media-caption span,
.hero-media-caption strong {
  display: block;
}

.hero-media-caption span {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-media-caption strong {
  font-size: 0.96rem;
  line-height: 1.25;
}

.word-band {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.video-section {
  padding: clamp(64px, 8vw, 110px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 163, 74, 0.16), transparent 28%),
    linear-gradient(135deg, #06182a 0%, #08243a 55%, #0b3150 100%);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.video-copy h2 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.25rem, 4.6vw, 4.7rem);
  line-height: 0.98;
}

.video-copy p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.68;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.video-grid.single-video {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  background: #06182a;
}

.video-card span {
  display: block;
  padding: 14px 16px 16px;
  color: var(--white);
  font-weight: 900;
}

.word-track {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite reverse;
}

.word-track span {
  padding: 24px 46px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
  font-size: clamp(2.6rem, 7vw, 6.6rem);
  font-weight: 900;
  text-transform: uppercase;
}

.experience {
  padding: 0;
  color: var(--white);
  background: #02070d;
}

.experience-hero {
  position: relative;
  min-height: min(680px, 86vh);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.experience-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) saturate(1.04);
}

.experience-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(20, 160, 168, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(2, 7, 13, 0.1), rgba(2, 7, 13, 0.74));
}

.experience-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(760px, calc(100% - 36px));
  text-align: center;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.82);
}

.experience-overlay h2 {
  margin: 14px 0 18px;
  color: var(--white);
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.94;
}

.experience-overlay p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  line-height: 1.55;
}

.experience-overlay .button {
  margin-top: 18px;
}

.experience-video {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  padding: clamp(64px, 8vw, 110px) 0;
}

.video-copy.centered {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.video-copy.centered h2 {
  color: var(--white);
}

.video-copy.centered p:last-child {
  margin-left: auto;
  margin-right: auto;
}

.featured-video {
  width: min(1060px, 100%);
  margin: 0 auto;
  border-radius: 22px;
}

.video-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.video-showcase.single-testimony {
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
}

.featured-video video {
  aspect-ratio: 16 / 9;
  max-height: 72vh;
  object-fit: contain;
  background: #02070d;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  padding: 0 0 clamp(64px, 8vw, 110px);
}

.proof-grid.expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.proof-card {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.proof-card-large {
  grid-column: span 2;
}

.proof-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.proof-card figcaption {
  margin-top: -82px;
  min-height: 82px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  padding: 20px;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(7, 28, 47, 0.88));
  font-weight: 900;
  line-height: 1.35;
}

.socials-section {
  color: var(--white);
  background: #02070d;
}

.socials-box {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.socials-box h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  line-height: 0.96;
}

.social-list {
  display: grid;
  gap: 16px;
}

.social-list a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--white);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 800;
}

.social-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--gold);
  border: 1px solid rgba(214, 163, 74, 0.4);
  border-radius: 999px;
  font-weight: 900;
}

.section {
  padding: clamp(72px, 9vw, 128px) 0;
  background: var(--white);
}

.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.statement {
  max-width: 980px;
}

.statement h2,
.split h2,
.section-heading h2,
.audience h2,
.cta-box h2 {
  margin-bottom: 0;
  color: var(--blue-dark);
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  line-height: 0.96;
}

.statement p:last-child {
  max-width: 870px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.72;
}

.impact,
.includes {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.impact-stack,
.feature-grid {
  display: grid;
  gap: 14px;
}

.impact-card,
.feature,
.day-card,
.audience-grid p,
.details-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.impact-card:hover,
.feature:hover,
.day-card:hover,
.audience-grid p:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 160, 168, 0.45);
  box-shadow: 0 22px 55px rgba(16, 24, 40, 0.1);
}

.impact-card {
  padding: 24px;
}

.impact-card span,
.day-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.impact-card h3,
.day-card h3 {
  color: var(--blue-dark);
  font-size: 1.22rem;
}

.impact-card p,
.day-card p,
.feature p,
.audience-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.day-card {
  min-height: 320px;
  padding: 28px;
}

.feature {
  padding: 24px;
}

.feature strong {
  display: block;
  margin-bottom: 9px;
  color: var(--blue-dark);
  font-size: 1.08rem;
  line-height: 1.24;
}

.feature p {
  margin-bottom: 0;
}

.investment-card {
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(214, 163, 74, 0.16), rgba(20, 160, 168, 0.08)),
    var(--white);
}

.ticket-card span {
  display: inline-flex;
  margin-top: 16px;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
}

.price {
  margin: 8px 0 0;
  color: var(--blue-dark) !important;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.facilitator {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 20%, rgba(214, 163, 74, 0.18), transparent 28%),
    linear-gradient(135deg, #06182a 0%, #08243a 56%, #0b3150 100%);
}

.facilitator-box {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.facilitator-photo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
}

.facilitator-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: center bottom;
}

.facilitator-copy h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: 0.95;
}

.facilitator-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.72;
}

.facilitator-copy .bio-lead {
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.45;
}

.bio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bio-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.audience-grid p {
  min-height: 170px;
  margin: 0;
  padding: 24px;
  font-weight: 800;
}

.cta-section {
  color: var(--white);
  background: linear-gradient(135deg, rgba(37, 41, 95, 0.96), rgba(17, 83, 156, 0.94) 58%, rgba(20, 160, 168, 0.88));
}

.cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.cta-box h2 {
  color: var(--white);
}

.cta-copy {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.details-card {
  padding: 28px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.details-card p {
  margin-bottom: 14px;
  color: #344054;
  line-height: 1.45;
}

.details-card p:nth-last-child(2) {
  margin-bottom: 22px;
}

.payment-buttons {
  display: grid;
  gap: 10px;
  margin: 18px 0 12px;
}

.pay-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pay-option:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 83, 156, 0.28);
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
}

.pay-option span,
.pay-option strong {
  display: block;
}

.pay-option span {
  color: var(--blue-dark);
  font-weight: 900;
}

.pay-option strong {
  color: var(--muted);
  font-size: 0.82rem;
}

.pay-option.bancolombia {
  border-left: 5px solid #f6d64a;
}

.pay-option.nequi {
  border-left: 5px solid #7a2cff;
}

.pay-option.davivienda {
  border-left: 5px solid #d81717;
}

.full {
  width: 100%;
  margin-top: 10px;
}

.floating-pay {
  border: 0;
  font-family: inherit;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 84px;
  z-index: 31;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 42px rgba(37, 211, 102, 0.44);
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.checkout-modal.is-open {
  display: flex;
}

.checkout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.checkout-panel {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: min(88vh, 820px);
  overflow: auto;
  border: 1px solid rgba(214, 163, 74, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(50, 198, 83, 0.16), transparent 28%),
    linear-gradient(145deg, #050705, #0c100b);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.35);
}

.checkout-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

.checkout-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 34px 36px 20px;
  border-bottom: 1px solid rgba(214, 163, 74, 0.18);
}

.checkout-head h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.checkout-head p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.checkout-total {
  min-width: 150px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(214, 163, 74, 0.22);
  text-align: right;
}

.checkout-total span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-total strong {
  color: var(--gold);
  font-size: 1.4rem;
}

.checkout-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 18px 36px 0;
}

.tab-button {
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
}

.tab-button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, #16852f, #32c653);
}

.checkout-progress {
  padding: 20px 36px 0;
}

.progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #28b447, var(--gold));
  transition: width 240ms ease;
}

.progress-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.progress-step {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.progress-step.is-active {
  color: var(--gold);
}

.progress-step.is-complete {
  color: var(--teal);
}

.checkout-body {
  padding: 26px 36px 36px;
}

.checkout-view {
  display: none;
}

.checkout-view.is-active {
  display: block;
}

.ticket-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.ticket-option {
  display: grid;
  gap: 16px;
  min-height: 340px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 50% 0%, rgba(214, 163, 74, 0.18), transparent 35%);
  border: 1px solid rgba(214, 163, 74, 0.22);
  border-radius: 18px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ticket-option:hover,
.ticket-option.is-selected {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 26px 70px rgba(214, 163, 74, 0.18);
}

.ticket-icon {
  color: var(--gold);
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.ticket-option h3 {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-transform: uppercase;
}

.ticket-option p,
.ticket-option small {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.ticket-option strong {
  color: var(--gold);
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  line-height: 1;
}

.ticket-qty {
  display: inline-grid;
  grid-template-columns: 44px 54px 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 6px auto 0;
}

.ticket-qty button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(214, 163, 74, 0.42);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 1.3rem;
  font-weight: 900;
  cursor: pointer;
}

.ticket-qty button:hover {
  color: #081006;
  background: var(--gold);
}

.ticket-qty span {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 900;
}

.cart-box {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid rgba(214, 163, 74, 0.24);
  border-radius: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.cart-box span,
.cart-box small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.cart-box strong,
.cart-box b {
  color: var(--gold);
}

.attendee-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.attendee-form label {
  display: grid;
  gap: 7px;
  color: var(--white);
  font-weight: 900;
}

.attendee-form input,
.attendee-form select,
.attendee-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font: inherit;
}

.attendee-form select option {
  color: #071006;
  background: #ffffff;
  font-weight: 800;
}

.attendee-form select option:checked {
  color: #ffffff;
  background: #1f7a2f;
}

.attendee-form textarea {
  min-height: 128px;
  padding: 13px;
  resize: vertical;
}

.phone-field {
  grid-column: 1 / -1;
}

.phone-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr);
  gap: 10px;
}

.terms-check {
  grid-column: 1 / -1;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 800 !important;
}

.terms-check input {
  width: 18px;
  min-height: 18px;
}

.terms-check a {
  color: var(--gold);
}

.checkout-summary {
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(214, 163, 74, 0.18);
}

.checkout-summary p {
  margin-bottom: 8px;
  color: var(--white);
}

.payment-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.5;
}

.floating-pay:hover {
  transform: translateY(-2px);
}

.footer {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  color: var(--muted);
  font-weight: 800;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  color: var(--blue);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.legal-page {
  background: var(--paper);
}

.legal-hero {
  padding: 72px 0 36px;
  color: var(--white);
  background: linear-gradient(135deg, #06182a, #0b3150);
}

.legal-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
}

.legal-content {
  padding: 56px 0 88px;
}

.legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
}

.legal-card h2 {
  margin: 28px 0 10px;
  color: var(--blue-dark);
  font-size: 1.35rem;
}

.legal-card p,
.legal-card li {
  color: #344054;
  line-height: 1.72;
}

.legal-card ul {
  padding-left: 22px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .split,
  .cta-box,
  .facilitator-box,
  .socials-box {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: left;
  }

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

  .proof-grid.expanded,
  .video-showcase {
    grid-template-columns: 1fr;
  }

  .proof-card-large {
    grid-column: span 1;
  }

  .brand-subtitle,
  h1,
  .hero-lead {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-meta,
  .hero-actions {
    justify-content: flex-start;
  }

  .date-switch {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .old-date,
  .previous-date {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-photo-card {
    width: min(390px, 100%);
    margin: 0 auto;
  }

  .video-layout {
    grid-template-columns: 1fr;
  }

  .day-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
  }

  .brand {
    min-width: 132px;
  }

  .text-brand span {
    font-size: 0.84rem;
  }

  .text-brand strong {
    font-size: 0.62rem;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.86rem;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-social {
    display: none;
  }

  .header-cta.ghost {
    display: none;
  }

  .nav {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: calc(100vh - 104px);
  }

  .hero-inner {
    padding: 50px 0 74px;
  }

  h1 span {
    font-size: clamp(3.1rem, 16vw, 4.9rem);
  }

  h1 small {
    font-size: clamp(1.18rem, 7vw, 1.7rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .floating-pay {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 72px;
    width: 50px;
    height: 50px;
  }

  .experience-hero {
    min-height: 620px;
  }

  .experience-overlay h2 {
    font-size: clamp(2.1rem, 13vw, 4rem);
  }

  .word-track span {
    padding: 18px 30px;
    font-size: clamp(2.3rem, 16vw, 4rem);
  }

  .day-grid,
  .audience-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .checkout-head,
  .ticket-row,
  .attendee-form {
    grid-template-columns: 1fr;
  }

  .checkout-head {
    display: grid;
    padding: 28px 20px 18px;
  }

  .checkout-tabs,
  .checkout-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .ticket-choice-grid,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .day-card,
  .audience-grid p {
    min-height: auto;
  }

  .details-card {
    padding: 22px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* Correcciones finales de contraste y composicion. Estas reglas quedan al cierre para dominar estilos heredados. */
.text-brand span,
.program-name,
.green-text {
  color: var(--teal) !important;
}

.text-brand strong,
h1 small,
.white-text {
  color: var(--white) !important;
}

.program-name {
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
}

.section-kicker,
.eyebrow {
  color: var(--teal);
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
}

.section.experience,
.section.manifest,
.section.includes,
.section.impact,
.section.audience,
.section.cta-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(50, 198, 83, 0.16), transparent 28%),
    radial-gradient(circle at 8% 44%, rgba(214, 163, 74, 0.12), transparent 24%),
    #050705 !important;
}

.section.experience {
  padding-top: 0;
}

.experience-video {
  padding: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 5, 0.94), rgba(5, 7, 5, 1)),
    #050705;
}

.video-copy.centered {
  max-width: 900px;
}

.video-copy.centered .section-kicker {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  letter-spacing: 0.14em;
}

.video-copy.centered h2,
.statement h2,
.split h2,
.section-heading h2,
.audience h2,
.cta-box h2 {
  color: var(--white);
}

.video-copy.centered p:last-child,
.statement p:last-child,
.cta-copy,
.facilitator-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.editorial-photo,
.side-photo {
  position: relative;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid rgba(214, 163, 74, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.editorial-photo {
  margin: 0;
}

.editorial-photo img,
.side-photo img {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.editorial-photo figcaption,
.side-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  font-weight: 900;
}

.impact-card,
.feature,
.day-card,
.audience-grid p,
.details-card {
  color: var(--white);
  border-color: rgba(214, 163, 74, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(5, 7, 5, 0.82);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.impact-card:hover,
.feature:hover,
.day-card:hover,
.audience-grid p:hover,
.pay-option:hover {
  border-color: rgba(214, 163, 74, 0.58);
  box-shadow: 0 24px 70px rgba(214, 163, 74, 0.12);
}

.impact-card span,
.day-card span,
.ticket-card span {
  color: var(--gold);
}

.impact-card h3,
.day-card h3,
.feature strong {
  color: var(--white);
}

.impact-card p,
.day-card p,
.feature p,
.audience-grid p,
.details-card p {
  color: rgba(255, 255, 255, 0.82);
}

.audience-grid p {
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.55;
}

.investment-card {
  background:
    radial-gradient(circle at 20% 0%, rgba(50, 198, 83, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(214, 163, 74, 0.18), rgba(255, 255, 255, 0.05));
}

.price {
  color: var(--gold) !important;
}

.facilitator {
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 198, 83, 0.18), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(214, 163, 74, 0.18), transparent 26%),
    linear-gradient(135deg, #030403 0%, #081008 56%, #050705 100%);
}

.cta-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(50, 198, 83, 0.18), transparent 30%),
    radial-gradient(circle at 88% 60%, rgba(214, 163, 74, 0.2), transparent 32%),
    linear-gradient(135deg, #020302 0%, #0a1209 100%) !important;
}

.details-card strong {
  color: var(--gold);
}

.pay-option {
  color: var(--white);
  border-color: rgba(214, 163, 74, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.pay-option span {
  color: var(--white);
}

.pay-option strong {
  color: rgba(255, 255, 255, 0.66);
}

.footer {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(50, 198, 83, 0.2), rgba(214, 163, 74, 0.14)),
    #050705;
  border-top: 1px solid rgba(214, 163, 74, 0.2);
}

.footer-inner {
  color: rgba(255, 255, 255, 0.82);
}

.footer a {
  color: var(--white);
}

.final-video-cta {
  position: relative;
  min-height: clamp(440px, 70vh, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #020302;
}

.color-orbit,
.color-orbit span,
.orbital-lines-canvas,
.final-video-cta::after {
  position: absolute;
  inset: 0;
}

.orbital-lines-canvas {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.color-orbit {
  z-index: 0;
  overflow: hidden;
  opacity: 0.95;
}

.color-orbit span {
  width: 62vmax;
  height: 62vmax;
  margin: auto;
  border-radius: 999px;
  background:
    conic-gradient(from 0deg, transparent, rgba(50, 198, 83, 0.78), transparent, rgba(214, 163, 74, 0.82), transparent);
  filter: blur(26px);
  opacity: 0.58;
  animation: orbit-spin 18s linear infinite;
}

.color-orbit span:nth-child(2) {
  width: 44vmax;
  height: 44vmax;
  animation-duration: 13s;
  animation-direction: reverse;
  background:
    conic-gradient(from 80deg, transparent, rgba(255, 255, 255, 0.26), transparent, rgba(50, 198, 83, 0.62), transparent);
}

.color-orbit span:nth-child(3) {
  width: 82vmax;
  height: 82vmax;
  animation-duration: 26s;
  opacity: 0.34;
  background:
    conic-gradient(from 190deg, transparent, rgba(214, 163, 74, 0.62), transparent, rgba(50, 198, 83, 0.52), transparent);
}

.final-video-cta::after {
  content: "";
  background:
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(0, 0, 0, 0.36) 48%, rgba(0, 0, 0, 0.88) 80%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.74));
}

@keyframes orbit-spin {
  from { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.08); }
  to { transform: rotate(360deg) scale(1); }
}

.final-video-cta video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: brightness(0.78) contrast(1.08) saturate(1.04);
}

.final-video-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(101deg, transparent 0 18%, rgba(50, 198, 83, 0.42) 23%, transparent 34%),
    linear-gradient(96deg, transparent 0 32%, rgba(214, 163, 74, 0.55) 44%, transparent 60%),
    linear-gradient(88deg, transparent 0 55%, rgba(255, 255, 255, 0.18) 62%, transparent 76%),
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82) 72%);
  opacity: 0.82;
}

.final-video-overlay {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(900px, calc(100% - 36px));
  text-align: center;
}

.final-video-overlay h2 {
  max-width: 900px;
  margin: 12px 0 22px;
  color: var(--gold);
  font-size: clamp(2.25rem, 5.2vw, 5.1rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.final-video-overlay p {
  color: var(--white);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.final-video-overlay strong {
  color: var(--gold);
}

@media (max-width: 980px) {
  .editorial-split {
    grid-template-columns: 1fr;
  }

  .experience-video {
    padding: 38px 0;
  }
}

