/* ============================================================
   BODAS DE MÉXICO .MX — Estilos v2
   Carbón cinematográfico · Oro champagne · Marfil
   ============================================================ */
:root {
  --bg: #0b0a08;
  --bg-2: #12100d;
  --bg-3: #1a1712;
  --ink: #f4eee4;
  --ink-soft: #cfc6b6;
  --gold: #c9a961;
  --gold-soft: #e6cf9c;
  --gold-deep: #a8853f;
  --gold-dim: rgba(201, 169, 97, .28);
  --gold-grad: linear-gradient(135deg, #f0dcae 0%, #cfae66 45%, #a8853f 100%);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Segoe UI", sans-serif;
  --wrap: 1180px;
  --radius: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* CRÍTICO: height auto para que las fotos nunca se deformen */
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.1; }
h1 { font-size: clamp(2.5rem, 8.6vw, 4.8rem); letter-spacing: .01em; }
h2 { font-size: clamp(2rem, 6.4vw, 3.2rem); margin-bottom: .55em; }
h3 { font-size: 1.35rem; }
strong { font-weight: 500; color: var(--ink); }
.gold {
  font-style: italic;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-soft);
}
.center { text-align: center; }
.desk-only { display: none; }
@media (min-width: 760px) { .desk-only { display: inline; } }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.wrap-narrow { max-width: 820px; }
.section { padding: clamp(70px, 13vw, 130px) 0; position: relative; }
.section-dark { background: var(--bg); }
.section-darker {
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(201,169,97,.05), transparent 60%),
    var(--bg-2);
}

/* Kicker con líneas ornamentales */
.kicker {
  font-size: .76rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; font-weight: 500;
}
.kicker.center { display: flex; align-items: center; justify-content: center; gap: 16px; }
.kicker.center::before, .kicker.center::after {
  content: ""; height: 1px; width: clamp(30px, 8vw, 70px);
  background: linear-gradient(90deg, transparent, var(--gold-dim));
}
.kicker.center::after { background: linear-gradient(90deg, var(--gold-dim), transparent); }
.section-intro { color: var(--ink-soft); max-width: 640px; margin: 0 auto 14px; }

/* ---------- Botones ---------- */
.btn {
  display: inline-block; padding: 16px 34px; border-radius: 60px;
  font-family: var(--sans); font-weight: 500; font-size: .93rem;
  letter-spacing: .08em; text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: center; position: relative; overflow: hidden;
}
.btn:active { transform: scale(.97); }
.btn-gold {
  background: var(--gold-grad);
  color: #171204; box-shadow: 0 10px 30px rgba(201, 169, 97, .3);
}
.btn-gold::after {
  content: ""; position: absolute; top: 0; left: -80%;
  width: 50%; height: 100%; transform: skewX(-24deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  animation: btnShine 3.6s ease-in-out infinite;
}
@keyframes btnShine { 0%, 60% { left: -80%; } 100% { left: 160%; } }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(201, 169, 97, .45); }
.btn-ghost { border: 1px solid rgba(244, 238, 228, .35); color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-big { padding: 20px 46px; font-size: 1rem; }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 0; transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
}
.header.scrolled {
  background: rgba(11, 10, 8, .9); backdrop-filter: blur(16px);
  padding: 9px 0; box-shadow: 0 1px 0 rgba(201,169,97,.18), 0 8px 30px rgba(0, 0, 0, .5);
}
.header-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { height: 42px; width: auto; transition: height .35s ease; }
.header.scrolled .logo-icon { height: 34px; }
.logo-main, .logo-mx { align-self: center; }
.logo-main { font-family: var(--serif); font-size: 1.28rem; letter-spacing: .06em; font-weight: 600; }
.logo-main em { font-style: italic; font-weight: 400; color: var(--gold-soft); padding: 0 3px; }
.logo-mx { color: var(--gold); font-family: var(--sans); font-size: .78rem; font-weight: 600; }
.nav { display: none; gap: 30px; margin-left: auto; }
.nav a {
  font-size: .86rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); transition: color .2s; position: relative; padding-bottom: 4px;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .3s ease;
}
.nav a:hover { color: var(--gold-soft); }
.nav a:hover::after { width: 100%; }
.btn-header { display: none; padding: 11px 24px; font-size: .78rem; }
.burger {
  margin-left: auto; background: none; border: 0; cursor: pointer;
  width: 40px; height: 36px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 6px;
  z-index: 102; position: relative;
}
.burger span { height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (min-width: 900px) {
  .nav { display: flex; }
  .btn-header { display: inline-block; }
  .burger { display: none; }
}
@media (max-width: 899px) {
  .nav {
    position: fixed; inset: 0; background: rgba(11, 10, 8, .97);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 36px;
    opacity: 0; pointer-events: none; transition: opacity .3s ease; z-index: 101;
  }
  .nav.open { opacity: 1; pointer-events: auto; }
  .nav a { font-size: 1.3rem; font-family: var(--serif); letter-spacing: .18em; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  padding: 120px 22px 100px;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at center, transparent 30%, rgba(11,10,8,.55) 100%),
    linear-gradient(180deg, rgba(11,10,8,.6) 0%, rgba(11,10,8,.3) 45%, rgba(11,10,8,.95) 100%);
}
/* grano de película */
.hero-grain {
  position: absolute; inset: 0; z-index: 1; opacity: .07; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 2; max-width: 900px; }
.hero-logo {
  height: clamp(84px, 15vw, 130px); width: auto; margin: 0 auto 20px;
  filter: drop-shadow(0 8px 26px rgba(0, 0, 0, .65));
}
.hero-kicker {
  font-size: .78rem; letter-spacing: .36em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: 22px; font-weight: 500;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.hero-kicker::before, .hero-kicker::after {
  content: "✦"; font-size: .6rem; color: var(--gold);
}
.hero-sub {
  margin: 26px auto 36px; max-width: 660px;
  color: var(--ink-soft); font-size: clamp(1.02rem, 2.7vw, 1.2rem);
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-trust {
  list-style: none; display: flex; gap: 12px 28px; justify-content: center; flex-wrap: wrap;
  margin-top: 44px;
}
.hero-trust li {
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft);
  display: flex; align-items: center; gap: 8px;
}
.hero-trust li::before { content: "✦"; color: var(--gold); font-size: .65rem; }
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 26px; height: 42px; border: 1.5px solid rgba(244,238,228,.4); border-radius: 20px;
}
.hero-scroll span {
  position: absolute; top: 8px; left: 50%; width: 3px; height: 8px; margin-left: -1.5px;
  background: var(--gold-soft); border-radius: 3px; animation: scrollDot 1.8s infinite;
}
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- Banda de números ---------- */
.stats { background: var(--bg-2); border-top: 1px solid rgba(201,169,97,.15); border-bottom: 1px solid rgba(201,169,97,.15); }
.stats-inner {
  max-width: var(--wrap); margin: 0 auto; padding: clamp(34px, 6vw, 54px) 22px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 30px 18px; text-align: center;
}
.stat b {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.3rem, 7vw, 3.4rem); line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-soft);
}
.stat span {
  display: block; margin-top: 8px; font-size: .78rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft);
}
@media (min-width: 760px) { .stats-inner { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Cinta marquee ---------- */
.marquee {
  overflow: hidden; padding: 20px 0; background: var(--bg);
  border-top: 1px solid rgba(201,169,97,.12); border-bottom: 1px solid rgba(201,169,97,.12);
  position: relative;
}
.marquee-track {
  display: inline-flex; white-space: nowrap; will-change: transform;
  animation: marquee 30s linear infinite;
}
.marquee-track span {
  font-family: var(--serif); font-style: italic; font-size: 1.35rem;
  color: rgba(230, 207, 156, .5); padding: 0 28px; position: relative;
}
.marquee-track span::after {
  content: "✦"; position: absolute; right: -8px; font-style: normal;
  font-size: .7rem; color: var(--gold-dim); top: 50%; transform: translateY(-50%);
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Split (posicionamiento) ---------- */
.split { display: grid; gap: 44px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: 0 30px 70px rgba(0,0,0,.55); position: relative; }
/* marco dorado desfasado */
.split-media::before {
  content: ""; position: absolute; inset: -14px 14px 14px -14px;
  border: 1px solid var(--gold-dim); border-radius: var(--radius); z-index: 0;
}
.split-text p { margin-bottom: 18px; color: var(--ink-soft); }
.link-gold {
  color: var(--gold-soft); font-weight: 500; letter-spacing: .04em;
  border-bottom: 1px solid var(--gold-dim); padding-bottom: 3px; transition: border-color .2s;
}
.link-gold:hover { border-color: var(--gold); }
@media (min-width: 860px) { .split { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 80px; } }

/* ---------- Cards garantías ---------- */
.cards4 { display: grid; gap: 18px; margin-top: 46px; }
.card {
  background: linear-gradient(160deg, rgba(201,169,97,.07), transparent 40%), var(--bg-3);
  border: 1px solid rgba(201,169,97,.16);
  border-radius: var(--radius); padding: 32px 28px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gold-grad); opacity: 0; transition: opacity .3s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--gold-dim); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.card:hover::before { opacity: 1; }
.card-num {
  font-family: var(--serif); font-size: 2.2rem; font-weight: 600; line-height: 1;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold);
  margin-bottom: 14px; opacity: .9;
}
.card h3 { margin-bottom: 12px; font-style: italic; font-weight: 500; color: var(--gold-soft); font-size: 1.28rem; }
.card p { color: var(--ink-soft); font-size: .96rem; }
@media (min-width: 700px) { .cards4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .cards4 { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Arsenal ---------- */
.arsenal { display: grid; gap: 44px; margin-top: 48px; align-items: center; }
.arsenal-media { position: relative; }
.arsenal-media img { border-radius: var(--radius); box-shadow: 0 30px 70px rgba(0,0,0,.55); }
.arsenal-media::after {
  content: ""; position: absolute; inset: 12px; border: 1px solid rgba(244,238,228,.18);
  border-radius: 10px; pointer-events: none;
}
.arsenal-caption { font-size: .85rem; color: var(--ink-soft); margin-top: 14px; font-style: italic; text-align: center; }
.arsenal-item { padding: 24px 0; border-bottom: 1px solid rgba(244,238,228,.09); }
.arsenal-item:last-child { border-bottom: 0; }
.arsenal-item h3 { color: var(--gold-soft); margin-bottom: 8px; }
.arsenal-item p { color: var(--ink-soft); font-size: .97rem; }
@media (min-width: 900px) { .arsenal { grid-template-columns: 1.1fr 1fr; gap: 70px; } }

/* ---------- Galería de videos ---------- */
.vgrid { display: grid; gap: 28px; margin-top: 48px; }
.vcard {
  cursor: pointer; border-radius: var(--radius); overflow: hidden;
  background: var(--bg-3); border: 1px solid rgba(244,238,228,.08);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.vcard:hover, .vcard:focus-visible {
  transform: translateY(-6px); border-color: var(--gold-dim);
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(201,169,97,.15); outline: none;
}
.vcard-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.vcard-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.vcard:hover .vcard-thumb img { transform: scale(1.06); filter: brightness(1.08); }
.vcard-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55));
}
.vcard-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 66px; height: 66px; border-radius: 50%;
  background: rgba(11,10,8,.5); backdrop-filter: blur(8px);
  border: 1.5px solid rgba(230,207,156,.85); color: var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease, background .3s ease; padding-left: 4px; z-index: 2;
}
.vcard-play::before {
  content: ""; position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(230,207,156,.3); animation: playPulse 2.4s ease-out infinite;
}
@keyframes playPulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.vcard:hover .vcard-play { transform: translate(-50%, -50%) scale(1.12); background: rgba(201,169,97,.4); }
.vcard-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(11,10,8,.75); backdrop-filter: blur(8px);
  color: var(--gold-soft); font-size: .66rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  padding: 8px 15px; border-radius: 40px; border: 1px solid rgba(201,169,97,.35);
}
.vcard-body { padding: 24px 26px 28px; }
.vcard-body h3 { margin-bottom: 8px; }
.vcard-body p { color: var(--ink-soft); font-size: .94rem; }
@media (min-width: 700px) { .vgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .vgrid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Paquetes ---------- */
.allinc {
  margin: 32px auto 46px; max-width: 880px; text-align: center;
  background: linear-gradient(135deg, rgba(201,169,97,.12), rgba(201,169,97,.05));
  border: 1px solid rgba(201,169,97,.3);
  border-radius: var(--radius); padding: 22px 28px; position: relative;
}
.allinc::before {
  content: "✦"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--bg); color: var(--gold); padding: 0 14px; font-size: .9rem;
}
.allinc p { color: var(--ink-soft); font-size: .95rem; }
.allinc u { text-decoration-color: var(--gold); text-underline-offset: 4px; }
.pricing { display: grid; gap: 30px; align-items: start; }
.plan {
  background: var(--bg-3); border: 1px solid rgba(244,238,228,.1);
  border-radius: 20px; padding: 42px 32px; position: relative;
  display: flex; flex-direction: column;
  transition: transform .3s ease, border-color .3s ease;
}
.plan::after {
  content: ""; position: absolute; inset: 10px; border-radius: 13px;
  border: 1px solid rgba(244,238,228,.06); pointer-events: none;
}
.plan:hover { transform: translateY(-6px); border-color: rgba(201,169,97,.3); }
.plan-featured {
  border: 1.5px solid var(--gold);
  background: linear-gradient(180deg, rgba(201,169,97,.13), var(--bg-3) 42%);
  box-shadow: 0 30px 80px rgba(201,169,97,.16);
}
.plan-featured::after { border-color: rgba(201,169,97,.25); }
.plan-badge {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--gold-grad); color: #171204;
  font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  padding: 9px 22px; border-radius: 40px; white-space: nowrap;
  box-shadow: 0 8px 24px rgba(201,169,97,.4);
}
.plan-name {
  font-size: 2.2rem; font-style: italic;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-soft);
}
.plan-tagline { color: var(--ink-soft); font-size: .92rem; margin: 4px 0 20px; }
.plan-price { font-family: var(--serif); font-size: 2.7rem; font-weight: 600; margin-bottom: 24px; line-height: 1; }
.plan-price span { font-size: 1rem; font-family: var(--sans); font-weight: 400; color: var(--ink-soft); }
.plan ul { list-style: none; margin-bottom: 32px; flex: 1; }
.plan li {
  padding: 11px 0 11px 30px; position: relative;
  border-bottom: 1px solid rgba(244,238,228,.07); font-size: .95rem; color: var(--ink-soft);
}
.plan li::before { content: "✦"; position: absolute; left: 4px; color: var(--gold); font-size: .78rem; top: 13px; }
.btn-plan { width: 100%; }
.pricing-note { text-align: center; margin-top: 40px; color: var(--ink-soft); font-size: .95rem; }
.pricing-note a { color: var(--gold-soft); border-bottom: 1px solid var(--gold-dim); }
@media (min-width: 940px) {
  .pricing { grid-template-columns: repeat(3, 1fr); }
  .plan-featured { transform: scale(1.045); z-index: 2; }
  .plan-featured:hover { transform: scale(1.045) translateY(-6px); }
}

/* ---------- Proceso ---------- */
.steps { display: grid; gap: 34px; margin-top: 48px; position: relative; }
.step { text-align: center; padding: 0 10px; position: relative; }
.step span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 50%;
  border: 1.5px solid var(--gold); color: var(--gold-soft);
  font-family: var(--serif); font-size: 1.6rem; font-style: italic; margin-bottom: 18px;
  background: radial-gradient(circle, rgba(201,169,97,.12), transparent 70%);
  position: relative; z-index: 2;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: .94rem; }
@media (min-width: 760px) {
  .steps { grid-template-columns: repeat(4, 1fr); }
  /* línea que conecta los pasos */
  .steps::before {
    content: ""; position: absolute; top: 31px; left: 12%; right: 12%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-dim) 15%, var(--gold-dim) 85%, transparent);
  }
}

/* ---------- Banda emocional ---------- */
.quote-band {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(100px, 20vw, 200px) 22px;
}
.quote-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 58%;
}
.quote-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,8,.88), rgba(11,10,8,.5) 50%, rgba(11,10,8,.88)); }
.quote-content { position: relative; z-index: 2; }
.quote-content p {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.75rem, 5.8vw, 3rem); line-height: 1.25; margin-bottom: 32px;
  text-shadow: 0 4px 28px rgba(0,0,0,.7);
}

/* ---------- FAQ ---------- */
.faq { margin-top: 42px; }
.faq details { border-bottom: 1px solid rgba(244,238,228,.12); padding: 6px 0; }
.faq summary {
  cursor: pointer; list-style: none; padding: 19px 44px 19px 0;
  font-family: var(--serif); font-size: 1.28rem; font-weight: 500; position: relative;
  transition: color .2s;
}
.faq summary:hover { color: var(--gold-soft); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.7rem; font-family: var(--sans); font-weight: 300;
  transition: transform .3s ease;
}
.faq details[open] summary { color: var(--gold-soft); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 0 22px; color: var(--ink-soft); }

/* ---------- CTA final ---------- */
.cta-final { position: relative; padding: clamp(100px, 17vw, 170px) 22px; text-align: center; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,8,.92), rgba(11,10,8,.78)); }
.cta-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.cta-content p { color: var(--ink-soft); margin: 22px auto 36px; max-width: 580px; }
.cta-alt { font-size: .9rem; margin-top: 24px !important; }
.cta-alt a { color: var(--gold-soft); border-bottom: 1px solid var(--gold-dim); }

/* ---------- Footer ---------- */
.footer { background: #080706; padding: 64px 0 30px; border-top: 1px solid rgba(201,169,97,.12); }
.footer-inner { display: grid; gap: 36px; padding-bottom: 44px; }
.footer-logo { width: 250px; max-width: 82%; height: auto; margin-bottom: 4px; }
.footer-brand p:last-child { color: var(--ink-soft); font-size: .92rem; margin-top: 10px; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links a { color: var(--ink-soft); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.footer-links a:hover { color: var(--gold-soft); }
.footer-contact a { color: var(--ink-soft); font-size: .95rem; }
.footer-contact a:hover { color: var(--gold-soft); }
.footer-copy { text-align: center; color: rgba(244,238,228,.35); font-size: .8rem; border-top: 1px solid rgba(244,238,228,.08); padding-top: 26px; }
@media (min-width: 760px) { .footer-inner { grid-template-columns: 2fr 1fr 1fr; } }

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .45);
  animation: waPulse 2.6s infinite;
  transition: transform .25s ease;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.4); }
  55% { box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0); }
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 7, 6, .97);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
  padding: 66px 16px 20px;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox-bar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 3;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 60px 12px 18px;
  background: linear-gradient(180deg, rgba(8,7,6,.9), transparent);
}
.lightbox-title {
  font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--gold-soft);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.btn-download {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  border: 1px solid var(--gold-dim); color: var(--gold-soft);
  font-size: .75rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 40px; transition: background .2s, border-color .2s;
}
.btn-download:hover { background: rgba(201,169,97,.15); border-color: var(--gold); }
.lightbox-inner { width: min(1100px, 96vw); max-height: 82svh; display: flex; justify-content: center; }
.lightbox-inner video {
  width: 100%; height: auto; max-height: 82svh; border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0,0,0,.7); background: #000;
}
.lightbox-inner video.vertical { width: auto; max-width: 96vw; }
.lightbox-close {
  position: absolute; top: 8px; right: 14px;
  background: none; border: 0; color: var(--ink); font-size: 2.8rem; font-weight: 200;
  cursor: pointer; line-height: 1; z-index: 4; transition: color .2s; padding: 4px 10px;
}
.lightbox-close:hover { color: var(--gold-soft); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .wa-float, .hero-scroll span, .marquee-track, .vcard-play::before { animation: none; }
  .btn-gold::after { animation: none; display: none; }
}
