/* ==========================================================================
   OptiXtream — Modelo 01 · Cinemático Oscuro
   Sobrescribe theme.css con la dirección del proyecto.
   ========================================================================== */

:root {
  --bg: #0A0A0C;
  --bg-1: #0E0E11;
  --bg-2: #141418;
  --surface: rgba(242, 243, 245, 0.04);
  --surface-2: rgba(242, 243, 245, 0.07);

  --accent: #C9A24B;
  --accent-soft: #E0B860;
  --accent-2: #A17A2F;
  --accent-2-deep: #7A5A20;

  --text: #F2F3F5;
  --text-2: #9AA3AD;
  --text-3: #5E6670;
  --border: rgba(201, 162, 75, 0.14);
  --ink: #0A0A0C;

  --grad-brand: linear-gradient(100deg, var(--accent), var(--accent-2));
  --grad-text: linear-gradient(100deg, var(--accent-soft), var(--accent) 40%, var(--accent-2));

  --ff-display: 'Big Shoulders Display', system-ui, sans-serif;
  --ff-body: 'Newsreader', Georgia, serif;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-accent: 0 18px 42px -12px rgba(201, 162, 75, 0.45);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3, h4, .u-display, .section-title {
  font-family: var(--ff-display);
  font-weight: 700;
  text-wrap: balance;
}

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

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Grano cinematográfico más visible pero sutil */
.u-grain.film-grain {
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Botón cinemático */
.btn-cinematic {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.05rem 2.2rem;
  border-radius: 999px;
  background: var(--grad-brand);
  color: var(--ink);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(201, 162, 75, 0.4);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 32px -10px rgba(201, 162, 75, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.btn-cinematic::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.5) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 0.9s var(--ease);
}

.btn-cinematic:hover { transform: translateY(-3px); box-shadow: var(--shadow-accent); }
.btn-cinematic:hover::after { transform: translateX(130%); }
.btn-cinematic:active { transform: translateY(-1px); }
.btn-cinematic svg { width: 18px; height: 18px; }

.btn-ghost {
  background: transparent;
  color: var(--accent);
  box-shadow: inset 0 0 0 1.5px rgba(201, 162, 75, 0.45);
}

.btn-ghost:hover { background: rgba(201, 162, 75, 0.08); }

/* Utilidades */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container.narrow { max-width: 820px; }

.centered { text-align: center; margin-left: auto; margin-right: auto; }

.max-w-prose { max-width: 58ch; }

.section { padding: 6.5rem 0; position: relative; }

.section-title {
  font-size: clamp(2.4rem, 1.2rem + 4vw, 3.8rem);
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}

.section-body {
  color: var(--text-2);
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

/* HERO CINEMÁTICO */
.hero-cinematic {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 1.5rem 5rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.6s var(--ease), transform 8s linear;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-cinematic-vignette {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(120% 120% at 50% 42%, transparent 45%, rgba(10, 10, 12, 0.85) 100%),
    linear-gradient(180deg, rgba(10, 10, 12, 0.55) 0%, rgba(10, 10, 12, 0.25) 40%, rgba(10, 10, 12, 0.75) 100%);
  pointer-events: none;
}

.hero-cinematic-glow {
  position: absolute;
  z-index: -1;
  top: 18%;
  left: 50%;
  width: min(680px, 92vw);
  height: 420px;
  transform: translate(-50%, 0);
  background: radial-gradient(circle at 50% 30%, rgba(201, 162, 75, 0.18), rgba(201, 162, 75, 0.05) 42%, transparent 68%);
  filter: blur(28px);
  opacity: 0;
  transition: opacity 1.6s var(--ease);
  pointer-events: none;
}

.hero-cinematic.ignited .hero-cinematic-glow { opacity: 1; }

.hero-inner {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Firma: marcador PLAY */
.play-marker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(20, 20, 24, 0.72);
  border: 1px solid rgba(201, 162, 75, 0.28);
  backdrop-filter: blur(8px);
  font-family: var(--ff-display);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.play-light {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px 3px rgba(201, 162, 75, 0.55);
  animation: pulse-play 2.4s ease-in-out infinite;
}

@keyframes pulse-play {
  0%, 100% { opacity: 0.85; transform: scale(1); box-shadow: 0 0 12px 2px rgba(201, 162, 75, 0.45); }
  50% { opacity: 1; transform: scale(1.18); box-shadow: 0 0 22px 6px rgba(201, 162, 75, 0.7); }
}

.hero-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 1rem + 8vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  text-shadow: 0 2px 24px rgba(10, 10, 12, 0.55);
}

.headline-layer {
  display: block;
}

.headline-layer.text-muted {
  color: var(--text-2);
  font-weight: 500;
  font-size: 0.72em;
  letter-spacing: 0.06em;
}

.hero-sub {
  margin-top: 1.9rem;
  max-width: 54ch;
  color: rgba(242, 243, 245, 0.86);
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.28rem);
  line-height: 1.65;
  text-shadow: 0 2px 18px rgba(10, 10, 12, 0.78);
}

.hero-actions { margin-top: 2.6rem; }

.eyebrow-wrap { margin-bottom: 1rem; justify-content: center; text-shadow: 0 2px 14px rgba(10, 10, 12, 0.45); }

.play-marker { text-shadow: 0 2px 14px rgba(10, 10, 12, 0.45); }

/* SECCIONES SPLIT */
.section-split .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.split-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 28px 70px -24px rgba(0, 0, 0, 0.65);
}

.split-media::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(201, 162, 75, 0.15);
  pointer-events: none;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* PLATAFORMAS */
.section-platforms {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.platforms-marquee {
  margin-top: 3rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}

.platforms-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.platforms-track span {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
  white-space: nowrap;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 1 CLICK */
.section-oneclick {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.oneclick-actions {
  display: flex;
  justify-content: center;
  margin-top: 2.2rem;
}

/* SLIDESHOW INTERSTICIO */
.section-slideshow {
  height: 45vh;
  min-height: 320px;
  max-height: 520px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slideshow {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.8s var(--ease), transform 9s linear;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

.slideshow-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 120% at 50% 50%, transparent 45%, rgba(10, 10, 12, 0.86) 100%),
    linear-gradient(180deg, rgba(10, 10, 12, 0.45), rgba(10, 10, 12, 0.45));
  pointer-events: none;
  z-index: 1;
}

.slideshow-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  pointer-events: none;
}

.slideshow-caption > * { pointer-events: auto; }

.slideshow-caption::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 62% at 50% 50%, rgba(10, 10, 12, 0.82), transparent 76%);
  pointer-events: none;
  z-index: -1;
}

.slideshow-title {
  font-size: clamp(2rem, 1rem + 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  max-width: 18ch;
  text-shadow: 0 2px 30px rgba(10, 10, 12, 0.95), 0 1px 8px rgba(10, 10, 12, 0.6);
  margin-bottom: 0.8rem;
}

.slideshow-body {
  color: var(--text-2);
  font-size: 1.05rem;
  max-width: 44ch;
  text-shadow: 0 2px 20px rgba(10, 10, 12, 0.95);
}

/* VIP */
.section-vip .container {
  gap: 3.5rem;
}

.section-vip .split-text .btn-cinematic {
  margin-top: 1.6rem;
}

/* PRECIOS */
.section-pricing { background: var(--bg-1); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.price-card {
  position: relative;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 75, 0.35);
  box-shadow: 0 24px 55px -28px rgba(201, 162, 75, 0.35);
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(201, 162, 75, 0.12), rgba(20, 20, 24, 0.55));
  border-color: rgba(201, 162, 75, 0.4);
  transform: scale(1.03);
}

.price-card.featured:hover { transform: scale(1.03) translateY(-6px); }

.price-ribbon {
  position: absolute;
  top: 1rem;
  right: -3rem;
  width: 11rem;
  padding: 0.35rem 0;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--ff-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(35deg);
  z-index: 3;
}

.price-header {
  padding: 2rem 1.5rem 1.25rem;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.price-title {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
}

.price-sub {
  color: var(--text-2);
  font-size: 0.95rem;
  margin: 0;
}

.price-body {
  padding: 1.75rem 1.5rem 2rem;
  text-align: center;
}

.price-tag {
  font-family: var(--ff-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1.25rem;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  text-align: left;
}

.features li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.65rem;
  color: var(--text-2);
  font-size: 0.98rem;
}

.features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

/* TRUST */
.section-trust {
  text-align: center;
  padding: 4rem 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-label {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}

.trust-sub {
  color: var(--text-2);
  font-size: 0.98rem;
  margin: 0;
}

/* FAQ */
.section-faq { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }

.accordion {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.accordion-item {
  background: rgba(242, 243, 245, 0.03);
  border: 1px solid rgba(201, 162, 75, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s var(--ease);
}

.accordion-item.is-open { border-color: rgba(201, 162, 75, 0.35); }

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  color: var(--text);
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: color 0.25s var(--ease);
}

.accordion-header:hover { color: var(--accent-soft); }

.accordion-header .icon {
  flex-shrink: 0;
  transition: transform 0.35s var(--ease);
}

.accordion-item.is-open .accordion-header .icon { transform: rotate(90deg); }

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease);
}

.accordion-item.is-open .accordion-body { grid-template-rows: 1fr; }

.accordion-content {
  overflow: hidden;
}

.accordion-content p {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-2);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* FOOTER */
.site-footer {
  background: var(--bg-2);
  padding: 2.5rem 0;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  font-size: 0.92rem;
}

.footer-copy {
  color: var(--accent);
  font-family: var(--ff-display);
  font-weight: 600;
  margin: 0;
}

.footer-hours {
  color: var(--text-2);
  text-align: right;
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.social-icon {
  width: 26px;
  height: 26px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.social-icon:hover { opacity: 1; transform: translateY(-2px); }

.social-icon.telegram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239AA3AD'%3E%3Cpath d='M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z'/%3E%3C/svg%3E");
}

.social-icon.whatsapp {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
}

.social-icon.whatsapp svg { width: 100%; height: 100%; }

.social-icon.whatsapp:hover { color: var(--accent); opacity: 1; }

/* Animaciones por delay */
.u-anim-rise.d1 { animation-delay: 0.15s; }
.u-anim-title.d2 { animation-delay: 0.42s; }
.u-anim-rise.d3 { animation-delay: 0.68s; }
.u-anim-rise.d4 { animation-delay: 0.9s; }

/* Responsive */
@media (max-width: 900px) {
  .section-split .container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .price-card.featured { transform: scale(1); }
  .price-card.featured:hover { transform: translateY(-6px); }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
  .footer-hours { text-align: center; }
}

@media (max-width: 600px) {
  .hero-title { font-size: clamp(2.2rem, 0.9rem + 9vw, 3.6rem); }
  .section { padding: 4.5rem 0; }
  .section-title { font-size: clamp(2rem, 1rem + 5vw, 2.8rem); }
  .platforms-track span { font-size: 1.15rem; }
}

/* ========================================================================== 
   CINEMA PASS — apertura de proyector, fotograma y luz volumétrica
   ========================================================================== */
.hero-cinematic { box-shadow: inset 0 46px 0 rgba(3,5,8,.58), inset 0 -46px 0 rgba(3,5,8,.62); }
.hero-cinematic::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(240,212,133,.055) 1px, transparent 1px) 0 0 / 25% 100%,
    radial-gradient(ellipse at 50% 44%, transparent 0 34%, rgba(8,11,16,.12) 58%, rgba(8,11,16,.46) 100%);
  mix-blend-mode: screen;
}
.hero-slide.active { animation: m01-kenburns 14s cubic-bezier(.2,.65,.2,1) both; }
.hero-cinematic-glow { opacity: .85; animation: m01-projector 5.5s ease-in-out infinite alternate; }
.hero-title { transform: perspective(900px) translateZ(0); }
.hero-title .headline-layer { transition: letter-spacing .55s var(--ease), filter .55s var(--ease); }
.hero-title:hover .headline-layer { letter-spacing: .005em; }
.section::before { content: ''; position: absolute; top: 0; left: 50%; width: min(1100px,86vw); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(240,212,133,.28), transparent); }
.section-title { text-shadow: 0 14px 32px rgba(0,0,0,.2); }

@keyframes m01-kenburns { from { transform: scale(1.035); } to { transform: scale(1.105) translate3d(-1.2%, -.8%, 0); } }
@keyframes m01-projector { from { filter: blur(30px); transform: translate(-50%,0) scale(.95); } to { filter: blur(24px); transform: translate(-50%,0) scale(1.08); } }

@media (prefers-reduced-motion: reduce) {
  .hero-slide.active, .hero-cinematic-glow { animation: none !important; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-slide, .slide {
    transition: opacity 0.001ms !important;
    transform: none !important;
  }
  .platforms-track { animation: none !important; }
  .play-light { animation: none !important; box-shadow: 0 0 10px 2px rgba(201, 162, 75, 0.4); }
}

/* ========================================================================== 
   POWER PASS 2026 — Proyector ámbar / cine de colección
   ========================================================================== */
:root {
  --bg: #080B10;
  --bg-1: #0E1219;
  --bg-2: #151A22;
  --surface: rgba(239, 210, 139, 0.055);
  --surface-2: rgba(239, 210, 139, 0.09);
  --accent: #D7A93A;
  --accent-soft: #F0D485;
  --text-2: #B8C0C9;
  --border: rgba(240, 212, 133, 0.18);
  --grad-brand: linear-gradient(112deg, #F0D485 0%, #D7A93A 44%, #9F6B18 100%);
}

body { background: linear-gradient(180deg, var(--bg), #07090D 72%, #0A0D12); }
.hero-cinematic-vignette {
  background:
    radial-gradient(74% 64% at 50% 46%, transparent 25%, rgba(8, 11, 16, 0.38) 68%, rgba(8, 11, 16, 0.96) 100%),
    linear-gradient(180deg, rgba(8, 11, 16, 0.72), rgba(8, 11, 16, 0.18) 42%, rgba(8, 11, 16, 0.88));
}
.hero-inner::before {
  content: '';
  position: absolute;
  inset: -3.2rem -5rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(8, 11, 16, 0.52), transparent 68%);
  border-block: 1px solid rgba(240, 212, 133, 0.08);
}
.play-marker { background: rgba(8, 11, 16, 0.72); box-shadow: 0 12px 40px rgba(0,0,0,.38), inset 0 0 0 1px rgba(240,212,133,.13); }
.headline-layer.u-accent-text { filter: drop-shadow(0 12px 24px rgba(159, 107, 24, 0.22)); }
.btn-cinematic { box-shadow: 0 18px 46px -14px rgba(215,169,58,.68), inset 0 1px 0 rgba(255,255,255,.42); }
.btn-cinematic:hover { transform: translateY(-4px) scale(1.015); box-shadow: 0 24px 54px -12px rgba(215,169,58,.78); }
.section-split .container { position: relative; }
.split-media { border: 1px solid rgba(240,212,133,.18); }
.split-media::before { content: ''; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(240,212,133,.2); pointer-events: none; }
.price-card { background: linear-gradient(160deg, rgba(240,212,133,.075), rgba(255,255,255,.018) 48%, rgba(8,11,16,.3)); border-color: rgba(240,212,133,.17); }
.price-card:hover { border-color: rgba(240,212,133,.42); box-shadow: 0 30px 70px -34px rgba(215,169,58,.5); }
.accordion-item { background: linear-gradient(90deg, rgba(240,212,133,.045), transparent 45%); }

@media (max-width: 600px) {
  .hero-inner::before { inset: -2rem -.5rem; }
  .hero-cinematic { padding-inline: 1rem; }
}

/* ========================================================================== 
   FINAL CUT — Modelo 01 / Sala de estreno
   Una capa editorial completa: óptica de proyector, fotogramas, profundidad
   de escenario y estados de interacción. La firma vive en la luz, no en
   decoraciones aleatorias.
   ========================================================================== */

:root {
  --m01-black: #05070A;
  --m01-ink: #0A0F16;
  --m01-blue-black: #0D151F;
  --m01-gold: #D7A93A;
  --m01-gold-hot: #F3D88A;
  --m01-gold-deep: #8F6018;
  --m01-silver: #C5CCD3;
  --m01-rule: rgba(243, 216, 138, 0.24);
  --m01-soft-rule: rgba(243, 216, 138, 0.10);
  --m01-card: rgba(19, 27, 36, 0.72);
  --m01-card-light: rgba(240, 216, 153, 0.075);
  --m01-shadow: 0 36px 90px -42px rgba(0, 0, 0, 0.92);
  --m01-ease-cinema: cubic-bezier(.19, 1, .22, 1);
}

html {
  scroll-behavior: smooth;
  background: var(--m01-black);
}

body {
  min-width: 320px;
  background:
    radial-gradient(80rem 32rem at 50% -14rem, rgba(215, 169, 58, 0.10), transparent 68%),
    linear-gradient(180deg, var(--m01-ink) 0%, var(--m01-black) 45%, #090D13 100%);
  color: #F5F2EA;
  overflow-x: hidden;
}

::selection {
  color: var(--m01-black);
  background: var(--m01-gold-hot);
}

body::-webkit-scrollbar { width: 9px; }
body::-webkit-scrollbar-track { background: var(--m01-black); }
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--m01-gold-hot), var(--m01-gold-deep));
  border: 2px solid var(--m01-black);
  border-radius: 999px;
}

.film-grain { z-index: 50; opacity: 0.065; }

/* La luz nace arriba, cruza el encuadre y cae detrás del contenido. */
.hero-cinematic {
  min-height: clamp(760px, 100svh, 1080px);
  background:
    radial-gradient(70% 55% at 50% 22%, rgba(216, 175, 77, 0.09), transparent 72%),
    var(--m01-black);
}

.hero-cinematic::before {
  content: '';
  position: absolute;
  inset: -18% -22% -8%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.56;
  transform: rotate(-3deg);
  transform-origin: 50% 0;
  background:
    linear-gradient(102deg, transparent 0 36%, rgba(243, 216, 138, 0.075) 42%, rgba(243, 216, 138, 0.024) 55%, transparent 70%),
    radial-gradient(ellipse at 50% 0%, rgba(244, 222, 156, 0.10), transparent 55%);
  filter: blur(10px);
  mix-blend-mode: screen;
  animation: m01-beam-breathe 9s ease-in-out infinite alternate;
}

.hero-cinematic::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(240, 212, 133, 0.06) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, transparent 0 83%, rgba(243, 216, 138, 0.17) 83.1%, transparent 83.3%),
    radial-gradient(ellipse at 50% 44%, transparent 0 30%, rgba(8, 11, 16, 0.14) 58%, rgba(8, 11, 16, 0.56) 100%);
}

.hero-slideshow {
  filter: saturate(0.72) contrast(1.12) brightness(0.78);
  transform: scale(1.025);
}

.hero-slide {
  background-position: center 38%;
  will-change: transform, opacity;
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 11, 0.56), transparent 36%, rgba(4, 7, 11, 0.20)),
    linear-gradient(180deg, rgba(4, 7, 11, 0.38), transparent 35%, rgba(4, 7, 11, 0.68));
  pointer-events: none;
}

.hero-cinematic-vignette {
  background:
    radial-gradient(82% 72% at 50% 40%, transparent 20%, rgba(5, 7, 10, 0.19) 58%, rgba(5, 7, 10, 0.97) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.76) 0%, transparent 32%, rgba(5, 7, 10, 0.15) 50%, rgba(5, 7, 10, 0.94) 100%);
}

.hero-cinematic-glow {
  top: 6%;
  width: min(900px, 120vw);
  height: 600px;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(243, 216, 138, 0.28), rgba(215, 169, 58, 0.07) 34%, transparent 71%),
    conic-gradient(from 180deg at 50% 0%, transparent 20%, rgba(215, 169, 58, 0.08), transparent 80%);
  filter: blur(34px);
  opacity: 0.9;
  mix-blend-mode: screen;
  animation: m01-projector-iris 7s var(--m01-ease-cinema) infinite alternate;
}

.hero-inner {
  max-width: 980px;
  perspective: 1100px;
}

.hero-inner::before {
  inset: -4.5rem -7rem;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(5, 7, 10, 0.68), transparent 69%),
    linear-gradient(90deg, transparent, rgba(243, 216, 138, 0.05) 50%, transparent);
  border-block: 1px solid var(--m01-soft-rule);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.34);
}

.hero-inner::after {
  content: '';
  position: absolute;
  inset: -3rem -5rem;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(243, 216, 138, 0.11);
  clip-path: polygon(0 0, 14% 0, 14% 1px, 86% 1px, 86% 0, 100% 0, 100% 14%, calc(100% - 1px) 14%, calc(100% - 1px) 86%, 100% 86%, 100% 100%, 86% 100%, 86% calc(100% - 1px), 14% calc(100% - 1px), 14% 100%, 0 100%, 0 86%, 1px 86%, 1px 14%, 0 14%);
  opacity: 0.72;
}

.play-marker {
  position: relative;
  padding: 0.58rem 1.08rem;
  background: linear-gradient(100deg, rgba(5, 7, 10, 0.88), rgba(24, 29, 33, 0.72));
  border-color: rgba(243, 216, 138, 0.40);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  letter-spacing: 0.28em;
}

.play-marker::before,
.play-marker::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--m01-gold-hot);
  box-shadow: 0 0 12px var(--m01-gold);
}

.play-marker::before { left: 0.42rem; top: 0.42rem; }
.play-marker::after { right: 0.42rem; bottom: 0.42rem; }

.play-light {
  background: var(--m01-gold-hot);
  box-shadow: 0 0 18px 4px rgba(243, 216, 138, 0.75);
}

.eyebrow-wrap {
  position: relative;
  padding-top: 0.82rem;
  letter-spacing: 0.34em;
  color: var(--m01-silver);
}

.eyebrow-wrap::before,
.eyebrow-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: min(10rem, 26vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--m01-gold));
}

.eyebrow-wrap::before { right: calc(100% + 1rem); }
.eyebrow-wrap::after { left: calc(100% + 1rem); transform: scaleX(-1); }

.hero-title {
  position: relative;
  max-width: 12ch;
  gap: 0.08em;
  letter-spacing: -0.032em;
  text-shadow: 0 4px 0 rgba(5, 7, 10, 0.52), 0 24px 44px rgba(0, 0, 0, 0.72);
  transform: perspective(1100px) rotateX(0.5deg);
}

.hero-title .headline-layer {
  position: relative;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.08));
  transition: transform 0.65s var(--m01-ease-cinema), letter-spacing 0.65s var(--m01-ease-cinema), filter 0.65s var(--m01-ease-cinema);
}

.hero-title .headline-layer:first-child { letter-spacing: -0.05em; }
.hero-title .headline-layer.text-muted {
  color: rgba(220, 225, 230, 0.78);
  font-size: 0.25em;
  letter-spacing: 0.25em;
  line-height: 1.4;
}

.hero-title .headline-layer.u-accent-text {
  background-image: linear-gradient(105deg, #FFF0B8 0%, var(--m01-gold-hot) 28%, var(--m01-gold) 64%, #9A6519 100%);
  filter: drop-shadow(0 18px 30px rgba(143, 96, 24, 0.38));
}

.hero-title:hover .headline-layer:first-child { transform: translateX(-0.015em); }
.hero-title:hover .headline-layer.u-accent-text { transform: translateX(0.018em); filter: drop-shadow(0 22px 36px rgba(143, 96, 24, 0.52)); }

.hero-sub {
  max-width: 50ch;
  color: rgba(245, 242, 234, 0.84);
  font-size: clamp(1.08rem, 0.95rem + 0.65vw, 1.34rem);
  line-height: 1.62;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.88);
}

.hero-actions {
  position: relative;
  margin-top: 3rem;
}

.hero-actions::before {
  content: 'ENTRADA INMEDIATA · SOPORTE 24/7';
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  color: rgba(197, 204, 211, 0.60);
  font-family: var(--ff-display);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.btn-cinematic {
  min-height: 3.7rem;
  padding-inline: 2.55rem;
  background: linear-gradient(112deg, #F6DF9C 0%, var(--m01-gold) 44%, var(--m01-gold-deep) 100%);
  border-color: rgba(255, 245, 207, 0.42);
  box-shadow: 0 22px 58px -16px rgba(215, 169, 58, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.btn-cinematic::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(79, 50, 9, 0.28);
  border-radius: inherit;
  pointer-events: none;
}

.btn-cinematic svg { transition: transform 0.45s var(--m01-ease-cinema); }
.btn-cinematic:hover svg { transform: translateX(0.28rem); }

/* Ritmo de las secciones: cada bloque entra como un nuevo plano de montaje. */
.section {
  scroll-margin-top: 2rem;
  padding: clamp(6.5rem, 10vw, 9.5rem) 0;
  isolation: isolate;
}

.section::before {
  width: min(1220px, 88vw);
  background: linear-gradient(90deg, transparent, rgba(243, 216, 138, 0.35), transparent);
  opacity: 0.72;
}

.section-title {
  max-width: 13ch;
  font-size: clamp(2.55rem, 1.2rem + 4.2vw, 4.4rem);
  letter-spacing: -0.028em;
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.section-body {
  max-width: 58ch;
  color: rgba(197, 204, 211, 0.79);
  font-size: 1.08rem;
}

.u-eyebrow {
  color: var(--m01-gold-hot);
  letter-spacing: 0.25em;
  text-shadow: 0 4px 16px rgba(143, 96, 24, 0.34);
}

.section-split {
  background:
    linear-gradient(90deg, transparent 0, rgba(243, 216, 138, 0.025) 50%, transparent 100%),
    var(--bg);
}

.section-split:nth-of-type(6) {
  background: linear-gradient(180deg, #0A0F16 0%, #07090D 100%);
}

.section-split .container {
  gap: clamp(3rem, 7vw, 7rem);
}

.section-split .split-text {
  position: relative;
  z-index: 1;
  padding-left: clamp(0rem, 2vw, 2rem);
}

.section-split .split-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 2px;
  height: 4.2rem;
  background: linear-gradient(180deg, var(--m01-gold-hot), transparent);
  box-shadow: 0 0 18px rgba(215, 169, 58, 0.32);
}

.split-media {
  border-radius: 5px;
  background: var(--m01-blue-black);
  box-shadow: var(--m01-shadow), 0 0 0 1px var(--m01-soft-rule);
  transform: perspective(1000px) rotateY(-1.8deg) rotateX(1deg);
  transition: transform 0.8s var(--m01-ease-cinema), box-shadow 0.8s var(--m01-ease-cinema);
}

.section-split:nth-of-type(6) .split-media { transform: perspective(1000px) rotateY(1.8deg) rotateX(1deg); }
.split-media:hover {
  transform: perspective(1000px) rotateY(0) rotateX(0) translateY(-8px);
  box-shadow: 0 46px 100px -46px rgba(0, 0, 0, 0.98), 0 0 0 1px rgba(243, 216, 138, 0.34);
}

.section-split:nth-of-type(6) .split-media:hover { transform: perspective(1000px) rotateY(0) rotateX(0) translateY(-8px); }

.split-media::before {
  inset: 14px;
  border: 1px solid rgba(243, 216, 138, 0.30);
  box-shadow: inset 0 0 24px rgba(243, 216, 138, 0.04);
}

.split-media::after {
  background:
    linear-gradient(120deg, rgba(243, 216, 138, 0.18), transparent 26%, transparent 70%, rgba(0, 0, 0, 0.55)),
    linear-gradient(180deg, transparent 60%, rgba(4, 6, 9, 0.45));
  mix-blend-mode: screen;
}

.split-media img {
  min-height: 25rem;
  filter: saturate(0.78) contrast(1.10) brightness(0.82);
  transition: transform 1.1s var(--m01-ease-cinema), filter 0.8s var(--m01-ease-cinema);
}

.split-media:hover img {
  transform: scale(1.055);
  filter: saturate(0.95) contrast(1.08) brightness(0.93);
}

/* Catálogo como marquesina: los nombres pasan por una sala oscura, no por un ticker genérico. */
.section-platforms {
  padding-top: clamp(5.5rem, 8vw, 8rem);
  background:
    linear-gradient(180deg, #070A0F 0%, #101823 50%, #0A0F16 100%);
}

.section-platforms .container { position: relative; }
.section-platforms .container::after {
  content: 'CATÁLOGO ABIERTO';
  position: absolute;
  top: -3.2rem;
  right: 1.5rem;
  color: rgba(197, 204, 211, 0.34);
  font-family: var(--ff-display);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.platforms-marquee {
  position: relative;
  margin-top: 4rem;
  padding: 1.65rem 0;
  border-block: 1px solid var(--m01-soft-rule);
  background: linear-gradient(90deg, rgba(243, 216, 138, 0.06), transparent 20%, transparent 80%, rgba(243, 216, 138, 0.06));
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.platforms-track {
  gap: 4rem;
  animation-duration: 31s;
}

.platforms-track span {
  color: rgba(197, 204, 211, 0.58);
  font-size: clamp(1.2rem, 1rem + 0.9vw, 1.7rem);
  letter-spacing: 0.14em;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.platforms-track span:hover {
  color: var(--m01-gold-hot);
  text-shadow: 0 0 18px rgba(243, 216, 138, 0.44);
}

/* El bloque 1 Click funciona como una marquesina de estreno. */
.section-oneclick {
  overflow: hidden;
  background:
    radial-gradient(70% 150% at 50% 0%, rgba(215, 169, 58, 0.11), transparent 68%),
    linear-gradient(180deg, #101823, #090D13);
  border-block: 1px solid rgba(243, 216, 138, 0.18);
}

.section-oneclick::after {
  content: '1 CLICK';
  position: absolute;
  left: 50%;
  bottom: -0.28em;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 1px rgba(243, 216, 138, 0.06);
  font-family: var(--ff-display);
  font-size: clamp(8rem, 26vw, 23rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.72;
  pointer-events: none;
  white-space: nowrap;
}

.section-oneclick .container { position: relative; z-index: 1; }
.section-oneclick .section-title { max-width: 16ch; }
.oneclick-actions { position: relative; }

/* Intersticio: pausa negra con una línea de luz en el horizonte. */
.section-slideshow {
  height: clamp(380px, 58vh, 650px);
  max-height: 650px;
  background: #040608;
  box-shadow: inset 0 1px 0 rgba(243, 216, 138, 0.16), inset 0 -1px 0 rgba(243, 216, 138, 0.16);
}

.section-slideshow::before,
.section-slideshow::after {
  content: '';
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.section-slideshow::before {
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 216, 138, 0.55) 22%, rgba(243, 216, 138, 0.24) 78%, transparent);
  box-shadow: 0 0 18px rgba(243, 216, 138, 0.36);
}

.section-slideshow::after {
  inset: 1.25rem;
  border: 1px solid rgba(243, 216, 138, 0.13);
}

.slide { filter: saturate(0.78) contrast(1.12) brightness(0.70); }
.slide.active { animation: m01-intermission 14s var(--m01-ease-cinema) both; }

.slideshow-vignette {
  background:
    radial-gradient(ellipse at center, transparent 16%, rgba(5, 7, 10, 0.20) 48%, rgba(5, 7, 10, 0.91) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.62), transparent 38%, rgba(5, 7, 10, 0.70));
}

.slideshow-caption {
  padding: 2rem clamp(2rem, 8vw, 8rem);
}

.slideshow-caption::before {
  background: radial-gradient(ellipse at center, rgba(5, 7, 10, 0.78), transparent 72%);
}

.slideshow-title {
  max-width: 20ch;
  font-size: clamp(2.2rem, 1rem + 4.6vw, 4.3rem);
  text-shadow: 0 5px 34px rgba(0, 0, 0, 0.98);
}

.slideshow-body { color: rgba(245, 242, 234, 0.75); }

/* VIP: la imagen queda como una lámina de colección y el copy como ficha de sala. */
.section-vip {
  background: linear-gradient(180deg, #090D13 0%, #0E151E 100%);
}

.section-vip .split-text::after {
  content: 'PACK / VIP / 4K';
  display: block;
  margin-top: 2.3rem;
  color: rgba(197, 204, 211, 0.42);
  font-family: var(--ff-display);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
}

.section-vip .split-text .btn-cinematic { margin-top: 1.9rem; }

/* Precios como cajas de distribución: jerarquía clara y una sola estrella. */
.section-pricing {
  position: relative;
  background:
    radial-gradient(50% 80% at 50% 0%, rgba(215, 169, 58, 0.09), transparent 70%),
    #080C12;
}

.section-pricing .container { position: relative; }
.pricing-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 3.8rem;
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background:
    linear-gradient(155deg, rgba(240, 216, 153, 0.11), rgba(255, 255, 255, 0.018) 36%, rgba(5, 7, 10, 0.38)),
    var(--m01-card);
  border: 1px solid rgba(243, 216, 138, 0.18);
  border-radius: 5px;
  box-shadow: 0 25px 65px -38px rgba(0, 0, 0, 0.94);
  transform: translateY(0);
}

.price-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 239, 183, 0.16), transparent 18%, transparent 70%, rgba(0, 0, 0, 0.28));
  opacity: 0.64;
}

.price-card:hover { transform: translateY(-10px); }
.price-card.featured {
  background:
    linear-gradient(155deg, rgba(243, 216, 138, 0.23), rgba(215, 169, 58, 0.06) 40%, rgba(5, 7, 10, 0.46)),
    #121A23;
  border-color: rgba(243, 216, 138, 0.52);
  box-shadow: 0 34px 80px -40px rgba(215, 169, 58, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1.5rem) scale(1.035);
}

.price-card.featured:hover { transform: translateY(-2.1rem) scale(1.035); }

.price-header {
  position: relative;
  padding: 2.3rem 1.65rem 1.4rem;
  border-bottom-color: rgba(243, 216, 138, 0.14);
}

.price-title {
  font-size: 1.7rem;
  letter-spacing: 0.09em;
}

.price-sub {
  color: rgba(197, 204, 211, 0.74);
  font-family: var(--ff-body);
}

.price-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.9rem 1.65rem 2rem;
}

.price-tag {
  color: var(--m01-gold-hot);
  font-size: clamp(2.6rem, 2rem + 1vw, 3.35rem);
  line-height: 0.95;
  text-shadow: 0 12px 28px rgba(143, 96, 24, 0.34);
}

.features { flex: 1; }
.features li {
  color: rgba(197, 204, 211, 0.76);
  padding-left: 1.55rem;
}

.features li::before {
  width: 7px;
  height: 7px;
  top: 0.62rem;
  background: var(--m01-gold-hot);
  box-shadow: 0 0 11px rgba(243, 216, 138, 0.60);
}

.price-body .btn-cinematic { width: 100%; margin-top: 1rem; }
.price-ribbon {
  top: 1.1rem;
  right: -3.15rem;
  background: var(--m01-gold-hot);
  box-shadow: 0 0 20px rgba(243, 216, 138, 0.22);
}

/* Confianza: pausa limpia antes de la resolución final. */
.section-trust {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 8vw, 7rem) 0;
  background:
    radial-gradient(60% 150% at 50% 50%, rgba(243, 216, 138, 0.10), transparent 72%),
    #0A1018;
  border-block-color: rgba(243, 216, 138, 0.18);
}

.section-trust::after {
  content: 'PLAY / TRUST / REPEAT';
  display: block;
  margin-top: 1.4rem;
  color: rgba(197, 204, 211, 0.34);
  font-family: var(--ff-display);
  font-size: 0.62rem;
  letter-spacing: 0.30em;
}

.trust-label { font-size: clamp(1.7rem, 1rem + 2vw, 2.4rem); letter-spacing: 0.22em; }
.trust-sub { color: rgba(197, 204, 211, 0.72); }

/* FAQ: remate de guion, con foco real de teclado. */
.section-faq {
  background:
    radial-gradient(56% 55% at 50% 0%, rgba(215, 169, 58, 0.08), transparent 74%),
    linear-gradient(180deg, #0A1018 0%, #05070A 100%);
}

.accordion {
  margin-top: 3.2rem;
  gap: 0.55rem;
}

.accordion-item {
  background: linear-gradient(100deg, rgba(243, 216, 138, 0.07), rgba(255, 255, 255, 0.018) 45%, transparent 100%);
  border-color: rgba(243, 216, 138, 0.14);
  border-radius: 3px;
  transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s var(--m01-ease-cinema);
}

.accordion-item:hover { transform: translateX(4px); border-color: rgba(243, 216, 138, 0.30); }
.accordion-item.is-open { background: linear-gradient(100deg, rgba(243, 216, 138, 0.12), rgba(255, 255, 255, 0.025) 45%, transparent 100%); }

.accordion-header {
  min-height: 4.3rem;
  padding: 1.35rem 1.55rem;
  color: rgba(245, 242, 234, 0.92);
  font-size: 1.14rem;
}

.accordion-header:hover { color: var(--m01-gold-hot); }
.accordion-header:focus-visible { outline-offset: -4px; }
.accordion-header .icon { color: var(--m01-gold); }
.accordion-content p { color: rgba(197, 204, 211, 0.74); }

/* Créditos finales: baja la luz, queda la marca. */
.site-footer {
  position: relative;
  background:
    linear-gradient(180deg, #05070A, #030405),
    var(--m01-black);
  border-top-color: rgba(243, 216, 138, 0.20);
}

.site-footer::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  width: 8rem;
  height: 1px;
  transform: translateX(-50%);
  background: var(--m01-gold-hot);
  box-shadow: 0 0 24px rgba(243, 216, 138, 0.72);
}

.footer-copy { color: var(--m01-gold-hot); letter-spacing: 0.04em; }
.footer-hours { color: rgba(197, 204, 211, 0.62); }
.social-icon { opacity: 0.74; }
.social-icon:hover { color: var(--m01-gold-hot); filter: drop-shadow(0 0 9px rgba(243, 216, 138, 0.42)); }

@keyframes m01-beam-breathe {
  from { opacity: 0.38; transform: rotate(-3deg) translateX(-1.5%); }
  to { opacity: 0.70; transform: rotate(-3deg) translateX(1.5%); }
}

@keyframes m01-projector-iris {
  from { opacity: 0.56; filter: blur(40px); transform: translate(-50%, 0) scale(0.92); }
  to { opacity: 1; filter: blur(28px); transform: translate(-50%, 0) scale(1.08); }
}

@keyframes m01-intermission {
  from { transform: scale(1.07) translate3d(-0.8%, -0.4%, 0); }
  to { transform: scale(1.01) translate3d(0.8%, 0.4%, 0); }
}

@media (max-width: 900px) {
  .hero-inner::before { inset-inline: -3rem; }
  .hero-inner::after { inset-inline: -2.5rem; }
  .hero-title { max-width: 13ch; }
  .section-split .split-text { padding-left: 1.2rem; }
  .price-card.featured { transform: scale(1); }
  .price-card.featured:hover { transform: translateY(-10px); }
}

@media (max-width: 600px) {
  .hero-cinematic {
    min-height: 760px;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .hero-cinematic::before { inset-inline: -60%; opacity: 0.45; }
  .hero-inner::before { inset: -2rem -0.5rem; }
  .hero-inner::after { inset: -1.6rem -0.2rem; }
  .eyebrow-wrap::before { right: calc(100% + 0.55rem); }
  .eyebrow-wrap::after { left: calc(100% + 0.55rem); }
  .hero-title { max-width: 14ch; font-size: clamp(2.55rem, 0.9rem + 11vw, 4.4rem); }
  .hero-title .headline-layer.text-muted { font-size: 0.22em; letter-spacing: 0.16em; }
  .hero-sub { max-width: 34ch; font-size: 1.06rem; }
  .hero-actions { margin-top: 2.6rem; }
  .hero-actions::before { font-size: 0.54rem; letter-spacing: 0.12em; }
  .btn-cinematic { width: min(100%, 19rem); padding-inline: 1.35rem; }
  .section { padding: 5.5rem 0; }
  .section::before { width: 82vw; }
  .section-title { font-size: clamp(2.35rem, 1rem + 8vw, 3.4rem); }
  .section-split .split-text { padding-left: 1rem; }
  .split-media { transform: none; }
  .section-split:nth-of-type(6) .split-media { transform: none; }
  .split-media img { min-height: 18rem; }
  .section-platforms .container::after { top: -2.5rem; right: 1rem; }
  .platforms-marquee { margin-top: 3rem; }
  .platforms-track { gap: 2.5rem; animation-duration: 25s; }
  .section-oneclick::after { font-size: 30vw; }
  .section-slideshow { height: 460px; }
  .section-slideshow::after { inset: 0.75rem; }
  .slideshow-caption { padding-inline: 1.35rem; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-10px); }
  .accordion-header { min-height: 4rem; padding-inline: 1.15rem; }
  .accordion-content p { padding-inline: 1.15rem; }
  .site-footer { padding-bottom: 2.8rem; }
}

@media (max-width: 400px) {
  .hero-title { font-size: 2.7rem; }
  .hero-title .headline-layer.text-muted { font-size: 0.21em; letter-spacing: 0.10em; }
  .play-marker { font-size: 0.64rem; }
  .hero-actions::before { white-space: normal; width: 17rem; text-align: center; }
  .section-slideshow { height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-cinematic::before,
  .hero-cinematic-glow,
  .hero-slide.active,
  .slide.active { animation: none !important; }
  .split-media,
  .split-media img,
  .price-card,
  .accordion-item,
  .btn-cinematic svg,
  .hero-title .headline-layer { transition: none !important; }
  .split-media,
  .section-split:nth-of-type(6) .split-media { transform: none !important; }
}

@media (prefers-contrast: more) {
  .hero-sub,
  .section-body,
  .trust-sub,
  .footer-hours,
  .features li,
  .accordion-content p { color: #F1F3F4; }
  .hero-cinematic-vignette { background: rgba(5, 7, 10, 0.55); }
  .price-card,
  .accordion-item { border-color: rgba(243, 216, 138, 0.55); }
}

/* ========================================================================== 
   REFINAMIENTO 01 — sacar ruido, recuperar jerarquía
   ========================================================================== */

.section-oneclick {
  min-height: clamp(430px, 58vh, 620px);
  display: flex;
  align-items: center;
  padding: clamp(5rem, 9vw, 7.5rem) 0;
  background:
    radial-gradient(42rem 24rem at 50% 45%, rgba(215, 169, 58, 0.095), transparent 72%),
    linear-gradient(180deg, #0B1119 0%, #080C12 100%);
}

.section-oneclick::before {
  top: 50%;
  left: 50%;
  width: min(42rem, 72vw);
  height: min(19rem, 52vw);
  transform: translate(-50%, -50%);
  border: 0;
  background: radial-gradient(ellipse, rgba(243, 216, 138, 0.09), transparent 68%);
  opacity: 1;
  filter: blur(16px);
}

.section-oneclick::after { display: none; }

.section-oneclick .container {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.section-oneclick .container::before {
  content: 'ON DEMAND  /  TODAS TUS PANTALLAS';
  display: block;
  margin: 0 auto 1.2rem;
  color: rgba(243, 216, 138, 0.68);
  font-family: var(--ff-display);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
}

.section-oneclick .section-title {
  max-width: 17ch;
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 1.2rem + 4vw, 4.05rem);
  line-height: 0.98;
  letter-spacing: -0.024em;
}

.section-oneclick .section-body {
  max-width: 52ch;
  color: rgba(226, 230, 233, 0.78);
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.14rem);
  line-height: 1.68;
}

.section-oneclick .oneclick-actions {
  margin-top: 2rem;
}

.section-oneclick .btn-cinematic.btn-ghost {
  background: linear-gradient(112deg, #F6DF9C 0%, var(--m01-gold) 46%, var(--m01-gold-deep) 100%);
  color: #171108;
  border-color: rgba(255, 246, 207, 0.72);
  box-shadow: 0 18px 42px -14px rgba(215, 169, 58, 0.66), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.section-oneclick .btn-cinematic.btn-ghost:hover {
  background: linear-gradient(112deg, #FFEAB0 0%, #E3B64B 46%, #A8731F 100%);
  color: #100D07;
}

.section-oneclick .btn-cinematic.btn-ghost svg { color: currentColor; }

@media (max-width: 600px) {
  .section-oneclick { min-height: 440px; padding: 5rem 0; }
  .section-oneclick .container::before { font-size: 0.56rem; letter-spacing: 0.19em; }
  .section-oneclick .section-title { font-size: clamp(2.2rem, 1rem + 8vw, 3.35rem); }
  .section-oneclick .section-body { max-width: 34ch; }
  .section-oneclick .btn-cinematic { width: min(100%, 19rem); }
}

/* ========================================================================== 
   HERO READABILITY PASS — el espectáculo no puede comerse el mensaje
   ========================================================================== */

.hero-cinematic-vignette {
  background:
    radial-gradient(ellipse 64% 62% at 50% 45%, rgba(5, 7, 10, 0.76) 0%, rgba(5, 7, 10, 0.52) 42%, rgba(5, 7, 10, 0.12) 70%, rgba(5, 7, 10, 0.92) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.76) 0%, rgba(5, 7, 10, 0.20) 38%, rgba(5, 7, 10, 0.90) 100%);
}

.hero-cinematic::after {
  background:
    linear-gradient(90deg, rgba(240, 212, 133, 0.025) 1px, transparent 1px) 0 0 / 25% 100%,
    radial-gradient(ellipse at 50% 44%, transparent 0 34%, rgba(8, 11, 16, 0.08) 64%, rgba(8, 11, 16, 0.42) 100%);
}

.hero-inner::before {
  inset: -5rem -8rem;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(5, 7, 10, 0.88) 0%, rgba(5, 7, 10, 0.70) 44%, rgba(5, 7, 10, 0.18) 76%, transparent 100%),
    linear-gradient(90deg, transparent, rgba(243, 216, 138, 0.035) 50%, transparent);
  border-block: 1px solid rgba(243, 216, 138, 0.075);
}

.hero-title {
  min-width: 0;
  width: min(100%, 1180px);
  max-width: 1180px;
  align-items: center;
  font-size: clamp(3rem, 1.5rem + 6vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 0 rgba(5, 7, 10, 0.86), 0 18px 38px rgba(0, 0, 0, 0.92);
}

.hero-title .headline-layer {
  min-width: 0;
  max-width: 100%;
  text-align: center;
  text-wrap: balance;
  -webkit-text-stroke: 0.35px rgba(5, 7, 10, 0.48);
}

.hero-title .headline-layer:first-child {
  font-size: 0.98em;
  letter-spacing: -0.045em;
}

.hero-title .headline-layer.text-muted {
  font-size: clamp(1rem, 0.55rem + 1vw, 1.48rem);
  color: #E4E8EA;
  letter-spacing: 0.20em;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
}

.hero-title .headline-layer.u-accent-text {
  width: 100%;
  max-width: 1100px;
  min-width: 0;
  font-size: 0.80em;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #F5D982;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  background-image: linear-gradient(180deg, #FFF0B4 0%, #F0C85C 47%, #C58D28 100%);
  -webkit-text-stroke: 0.55px rgba(33, 22, 5, 0.72);
  filter: drop-shadow(0 5px 0 rgba(25, 16, 3, 0.52)) drop-shadow(0 18px 25px rgba(0, 0, 0, 0.76));
}

.hero-title .headline-layer.u-accent-text::selection {
  -webkit-text-fill-color: #171108;
}

.hero-sub {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: min(100%, 56ch);
  max-width: 56ch;
  margin-top: 2.1rem;
  color: #F1F0EC;
  font-size: clamp(1.04rem, 0.91rem + 0.5vw, 1.22rem);
  line-height: 1.62;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.98), 0 10px 24px rgba(0, 0, 0, 0.92);
}

.hero-actions { margin-top: 2.65rem; }

.hero-actions .btn-cinematic {
  color: #161108;
  text-shadow: none;
}

@media (max-width: 900px) {
  .hero-title { width: min(100%, 760px); max-width: 760px; }
  .hero-title .headline-layer.u-accent-text { max-width: 760px; font-size: 0.76em; }
}

@media (max-width: 600px) {
  html,
  body,
  main,
  .hero-cinematic {
    width: 100%;
    max-width: 100%;
  }

  .hero-cinematic { padding-inline: 1rem; }
  .hero-inner {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
  .hero-inner::before { inset: -3rem -1rem; }
  .hero-title {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    font-size: clamp(2.65rem, 0.8rem + 12vw, 4.25rem);
  }
  .hero-title .headline-layer.text-muted {
    max-width: 100%;
    font-size: 0.22em;
    letter-spacing: 0.12em;
  }
  .hero-title .headline-layer.u-accent-text {
    width: 16ch;
    max-width: 100%;
    font-size: clamp(1.95rem, 8.2vw, 3.2rem);
    letter-spacing: -0.035em;
    line-height: 0.96;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .hero-sub {
    display: block;
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 1.8rem;
    font-size: 1.02rem;
  }
}

/* ========================================================================== 
   CTA CONTRAST PASS — cada variante declara su fondo y su tinta
   ========================================================================== */

.btn-cinematic {
  color: #161108;
  -webkit-text-fill-color: #161108;
  text-shadow: none;
}

.btn-cinematic:not(.btn-ghost) {
  background: linear-gradient(112deg, #FFEAB0 0%, #E6BD56 54%, #C58E2B 100%);
}

/* Ghost real: borde luminoso, fondo de sala y tinta dorada legible. */
.btn-cinematic.btn-ghost {
  background: linear-gradient(135deg, rgba(13, 21, 31, 0.96), rgba(5, 7, 10, 0.96));
  color: #F3D88A;
  -webkit-text-fill-color: #F3D88A;
  border-color: rgba(243, 216, 138, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(243, 216, 138, 0.10),
    0 16px 38px -18px rgba(0, 0, 0, 0.88);
}

.btn-cinematic.btn-ghost:hover {
  background: linear-gradient(112deg, #FFEAB0 0%, #E6BD56 54%, #C58E2B 100%);
  color: #161108;
  -webkit-text-fill-color: #161108;
  border-color: rgba(255, 246, 207, 0.78);
  box-shadow: 0 20px 48px -16px rgba(215, 169, 58, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.btn-cinematic.btn-ghost:focus-visible {
  outline-color: #FFF0B4;
  outline-offset: 4px;
}

.btn-cinematic.btn-ghost svg { color: currentColor; }

/* 1 Click es el llamado protagonista: conserva relleno, ahora con tinta oscura. */
.section-oneclick .btn-cinematic.btn-ghost {
  background: linear-gradient(112deg, #FFEAB0 0%, #E6BD56 54%, #C58E2B 100%);
  color: #161108;
  -webkit-text-fill-color: #161108;
  border-color: rgba(255, 246, 207, 0.72);
  box-shadow: 0 18px 42px -14px rgba(215, 169, 58, 0.66), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.section-oneclick .btn-cinematic.btn-ghost:hover {
  background: linear-gradient(112deg, #FFF0C4 0%, #EAC56A 54%, #D39D38 100%);
  color: #100D07;
  -webkit-text-fill-color: #100D07;
}

@media (prefers-contrast: more) {
  .btn-cinematic,
  .btn-cinematic.btn-ghost,
  .section-oneclick .btn-cinematic.btn-ghost {
    border-width: 2px;
    -webkit-text-fill-color: currentColor;
  }
}
