/* ==========================================================================
   SECCIONES 1 AL 10 - INVITACIÓN DE BODA UNIFICADA
   Diseño Exacto Original con Fondo Global Azul Noche y Acentos Champagne
   ========================================================================== */

:root {
  --bg-navy-solid: #010311;
  --bg-navy-dark: #040818;
  --bg-navy-card: rgba(4, 10, 26, 0.75);

  --champagne-pure: #ffffff;
  --champagne-light: #f5ebd9;
  --champagne-main: #dfc89e;
  --champagne-warm: #d6bc8c;
  --champagne-muted: #bfa577;
  --champagne-border: rgba(223, 200, 158, 0.42);
  --champagne-border-subtle: rgba(223, 200, 158, 0.2);
  --gold-glow: rgba(223, 200, 158, 0.55);
  --gold-glow-soft: rgba(223, 200, 158, 0.25);

  --text-white: #ffffff;
  --text-cream: #f4ebd9;
  --text-muted: rgba(230, 238, 255, 0.75);

  --font-cinzel: 'Cinzel', serif;
  --font-script: 'Great Vibes', cursive;
  --font-serif: 'Cormorant Garamond', 'Cinzel', serif;
  --font-sans: 'Montserrat', sans-serif;
}

/* ==========================================================================
   RESET UNIVERSAL Y FONDO AZUL NOCHE PROFUNDO
   ========================================================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  /* El fondo cubre 100% ancho y 100% alto de todas las secciones sin dejar huecos */
  background-color: var(--bg-navy-solid);
  background-image: url('../assets/images/azulpc.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  background: transparent;
  color: var(--text-white);
  font-family: var(--font-cinzel);
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

/* Canvas Estrellas y Nubes de Fondo Fijas */
#stars-canvas {
  display: none !important;
}

.cloud-corner {
  position: fixed;
  pointer-events: none;
  z-index: 2;
  width: clamp(180px, 26vw, 360px);
  height: clamp(180px, 26vw, 360px);
  opacity: 0.12;
  filter: blur(48px);
}

.cloud-corner.top-left {
  top: -50px;
  left: -50px;
  background: radial-gradient(circle, #544177 0%, #152046 60%, transparent 80%);
}

.cloud-corner.top-right {
  top: -50px;
  right: -50px;
  background: radial-gradient(circle, #544177 0%, #152046 60%, transparent 80%);
}

.cloud-corner.bottom-left {
  bottom: -50px;
  left: -50px;
  background: radial-gradient(circle, #443265 0%, #0d1738 60%, transparent 80%);
}

.cloud-corner.bottom-right {
  bottom: -50px;
  right: -50px;
  background: radial-gradient(circle, #443265 0%, #0d1738 60%, transparent 80%);
}

.night-clouds {
  display: none;
}

.forest-silhouette {
  display: none;
}

/* Envoltorio común de sección */
.section-container {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vh, 4rem) clamp(1rem, 3vw, 2.5rem);
}

/* ==========================================================================
   1. SECCIÓN FRASE & CONTADOR REGRESIVO (ORIGINAL 1/style.css)
   ========================================================================== */
#sec-1-historia {
  position: relative;
}

#sec-1-historia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(160px, 35vh, 380px);
  background: linear-gradient(
    to bottom,
    #010311 0%,
    rgba(1, 3, 17, 0.95) 20%,
    rgba(1, 3, 17, 0.65) 55%,
    rgba(1, 3, 17, 0.20) 80%,
    rgba(1, 3, 17, 0) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.frase-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.papel-container {
  position: relative;
  width: 100%;
  max-width: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(1.2rem, 2.8vh, 2.2rem);
}

.papel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  user-select: none;
  pointer-events: none;
  border-radius: 12px;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.papel-content {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(1.6rem, 3.8vw, 3rem) clamp(1.6rem, 4.5vw, 3.8rem);
}

.tag-nuestra {
  font-family: var(--font-cinzel);
  font-size: clamp(0.58rem, 0.9vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.45em;
  color: var(--champagne-warm);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  text-indent: 0.45em;
  margin-bottom: 0.15rem;
}

.title-historia {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 4.8vw, 3.8rem);
  font-weight: 400;
  color: var(--champagne-light);
  text-shadow: 0 0 15px rgba(223, 200, 158, 0.4), 0 2px 6px rgba(0, 0, 0, 0.9);
  line-height: 1.05;
  margin-bottom: 0.2rem;
}

.pure-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 200, 158, 0.65) 20%, rgba(223, 200, 158, 0.65) 80%, transparent);
}

.pure-line.mini {
  width: clamp(65px, 9vw, 100px);
}

.papel-content .pure-line.mini {
  background: linear-gradient(90deg, transparent, rgba(223, 200, 158, 0.65) 20%, rgba(223, 200, 158, 0.65) 80%, transparent);
  margin-bottom: clamp(0.5rem, 1vh, 0.85rem);
}

.welcome-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.54rem, 0.85vw, 0.72rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: var(--text-white);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95);
  margin-bottom: clamp(0.6rem, 1.2vh, 1rem);
}

.bible-quote {
  font-family: var(--font-cinzel);
  font-size: clamp(0.5rem, 0.78vw, 0.65rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--champagne-light);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95);
  margin-bottom: 0.25rem;
}

.bible-ref {
  font-family: var(--font-cinzel);
  font-size: clamp(0.46rem, 0.7vw, 0.58rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--champagne-warm);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-style: normal;
}

.countdown-label-tag {
  font-family: var(--font-cinzel);
  font-size: clamp(0.6rem, 0.95vw, 0.76rem);
  font-weight: 400;
  letter-spacing: 0.38em;
  color: var(--champagne-warm);
  text-indent: 0.38em;
  text-align: center;
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
}

.countdown-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 2.4vw, 2rem);
  width: 100%;
}

.circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-circle {
  position: relative;
  width: clamp(66px, 9.5vw, 98px);
  height: clamp(66px, 9.5vw, 98px);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(18, 30, 70, 0.85) 0%, rgba(4, 8, 22, 0.95) 100%);
  border: 1px solid rgba(223, 200, 158, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.6),
    inset 0 0 15px rgba(0, 0, 0, 0.8),
    inset 0 0 10px rgba(223, 200, 158, 0.15);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.counter-circle:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: var(--champagne-light);
}

.counter-circle .crescent-arc {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  pointer-events: none;
  border: 2px solid transparent;
  border-bottom-color: rgba(245, 218, 155, 0.95);
  border-left-color: rgba(245, 218, 155, 0.65);
  box-shadow: -4px 6px 16px rgba(245, 218, 155, 0.7);
  mask-image: radial-gradient(circle at 25% 85%, black 0%, black 40%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 25% 85%, black 0%, black 40%, transparent 70%);
}

.circle-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.05;
  z-index: 5;
}

.circle-number {
  font-family: var(--font-cinzel);
  font-size: clamp(1.2rem, 2.2vw, 1.85rem);
  font-weight: 500;
  color: var(--text-white);
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(223, 200, 158, 0.3);
}

.circle-label {
  font-family: var(--font-cinzel);
  font-size: clamp(0.42rem, 0.62vw, 0.54rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--champagne-warm);
  text-indent: 0.22em;
  margin-top: 2px;
}

.pure-line.mini.bottom {
  margin-top: clamp(1.5rem, 3vh, 2.5rem);
}

/* ==========================================================================
   2. SECCIÓN PADRES (ORIGINAL 2/style.css - LETRAS CLARAS LEGIBLES)
   ========================================================================== */
.card-parents {
  width: 100%;
  max-width: 920px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.card-parents .papel-container {
  max-width: 820px;
  margin-bottom: 0;
}

.card-parents .papel-content {
  padding: clamp(1.5rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
}

.lottie-parent {
  width: clamp(110px, 17vw, 190px);
  height: clamp(72px, 11vw, 130px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(0.1rem, 0.3vw, 0.25rem);
}

.lottie-parent lottie-player {
  width: 100%;
  height: 100%;
}

.blessing-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(0.6rem, 1.5vw, 1.2rem);
  width: 100%;
}

.blessing-title {
  font-family: var(--font-cinzel);
  font-size: clamp(0.7rem, 1.6vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  color: var(--champagne-light);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.9);
  text-indent: 0.35em;
  margin: clamp(0.25rem, 0.6vw, 0.5rem) 0;
  text-align: center;
  white-space: nowrap;
}

.parents-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.5rem, 1.5vw, 1.5rem);
  width: 100%;
  max-width: 680px;
}

.parent-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.15rem, 0.4vw, 0.3rem);
}

.parent-label {
  font-family: var(--font-cinzel);
  font-size: clamp(0.52rem, 0.95vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.25em;
  color: var(--champagne-warm);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  text-indent: 0.25em;
  margin-bottom: clamp(0.1rem, 0.3vw, 0.2rem);
}

.parent-line-short {
  width: clamp(35px, 5vw, 55px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 200, 158, 0.6) 20%, rgba(223, 200, 158, 0.6) 80%, transparent);
  margin-bottom: clamp(0.15rem, 0.4vw, 0.3rem);
}

.parent-name {
  font-family: var(--font-cinzel);
  font-size: clamp(0.62rem, 1.2vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.95);
  line-height: 1.35;
}

.parent-ampersand {
  font-family: var(--font-script);
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: 400;
  color: var(--champagne-main);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  line-height: 1;
}

.center-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.2rem, 0.5vw, 0.4rem);
}

.divider-line-top,
.divider-line-bottom {
  width: 1px;
  height: clamp(28px, 4vw, 48px);
  background: linear-gradient(180deg, transparent, rgba(223, 200, 158, 0.65) 20%, rgba(223, 200, 158, 0.65) 80%, transparent);
}

.divider-heart {
  width: clamp(12px, 1.6vw, 18px);
  height: clamp(12px, 1.6vw, 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: heartbeat 3s ease-in-out infinite;
}

.divider-heart svg {
  width: 100%;
  height: 100%;
  fill: var(--champagne-main);
  filter: drop-shadow(0 0 5px rgba(223, 200, 158, 0.5));
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
}

.blessing-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(0.5rem, 1.2vw, 1rem);
  gap: clamp(0.2rem, 0.5vw, 0.4rem);
}

.footer-heart {
  width: clamp(12px, 1.5vw, 16px);
  height: clamp(12px, 1.5vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-heart svg {
  width: 100%;
  height: 100%;
  fill: var(--champagne-main);
}

/* ==========================================================================
   3. SECCIÓN CORTE DE HONOR / PADRINOS (ORIGINAL 3/style.css)
   ========================================================================== */
.corte-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.corte-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(1rem, 2.2vh, 1.8rem);
  width: 100%;
}

.main-corte-title {
  font-family: var(--font-cinzel);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  color: var(--text-white);
  text-indent: 0.35em;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.header-heart {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}

.header-heart svg {
  width: 100%;
  height: 100%;
}

.corte-phrase {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.75vw, 0.64rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  line-height: 1.45;
  text-align: center;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.85rem, 2vw, 1.8rem);
  width: 100%;
  max-width: 820px;
  align-items: stretch;
}

.honor-card {
  position: relative;
  background:
    radial-gradient(ellipse at 50% 15%, rgba(22, 38, 85, 0.55) 0%, transparent 70%),
    linear-gradient(165deg, rgba(12, 22, 52, 0.88) 0%, rgba(6, 12, 30, 0.95) 60%, rgba(2, 5, 15, 0.98) 100%);
  border: 1px solid var(--champagne-border);
  border-radius: 14px;
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.65),
    inset 0 1px 1px rgba(223, 200, 158, 0.22),
    inset 0 0 18px rgba(223, 200, 158, 0.03);
  padding: clamp(1rem, 2.2vh, 1.8rem) clamp(0.6rem, 1.1vw, 1.2rem);
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(6px);
}

.honor-card:hover {
  transform: translateY(-4px);
  border-color: var(--champagne-main);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.7),
    0 0 20px rgba(223, 200, 158, 0.22),
    inset 0 1px 2px rgba(223, 200, 158, 0.35);
}

.card-bevel-frame {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(223, 200, 158, 0.18);
  border-radius: 10px;
  pointer-events: none;
}

.card-body {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.3rem, 0.7vh, 0.55rem);
}

.medallion-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.15rem;
}

.medallion-circle {
  width: clamp(100px, 12vw, 145px);
  height: clamp(100px, 12vw, 145px);
  border-radius: 50%;
  border: 1.2px solid rgba(223, 200, 158, 0.65);
  background: radial-gradient(circle at 40% 35%, rgba(22, 38, 85, 0.9) 0%, rgba(4, 9, 24, 0.98) 100%);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.55),
    inset 0 0 14px rgba(0, 0, 0, 0.6),
    inset 0 0 8px rgba(223, 200, 158, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.honor-card:hover .medallion-circle {
  transform: scale(1.04);
  border-color: var(--champagne-light);
}

.medallion-circle lottie-player {
  width: 100%;
  height: 100%;
}

.honor-role {
  font-family: var(--font-cinzel);
  font-size: clamp(0.72rem, 1.1vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--champagne-light);
  text-transform: uppercase;
  text-indent: 0.22em;
  line-height: 1.2;
}

.mini-heart {
  width: 7px;
  height: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.85;
}

.mini-heart svg {
  width: 100%;
  height: 100%;
}

.names-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  margin: 0.1rem 0 0.2rem;
}

.honor-name {
  font-family: var(--font-cinzel);
  font-size: clamp(0.6rem, 0.86vw, 0.78rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-white);
  line-height: 1.35;
}

.honor-amp {
  font-family: var(--font-script);
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 400;
  color: var(--champagne-main);
  line-height: 1;
  margin: 0.02rem 0;
}

.pure-line.mini-card {
  width: clamp(45px, 6vw, 65px);
  margin-top: 0.15rem;
}

.corte-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(0.4rem, 1vh, 0.8rem);
  gap: 0.2rem;
  width: 100%;
}

.footer-heart-icon {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.footer-heart-icon svg {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   4. SECCIÓN IGLESIA (ORIGINAL 4/style.css)
   ========================================================================== */
.card-church {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.header-church {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(0.4rem, 1.5vh, 1rem);
  width: 100%;
}

.tag-ceremony {
  font-family: var(--font-cinzel);
  font-size: clamp(0.55rem, 0.85vw, 0.72rem);
  letter-spacing: clamp(3px, 0.4vw, 5px);
  font-weight: 400;
  color: var(--champagne-warm);
  margin-bottom: clamp(0.2rem, 0.5vh, 0.4rem);
  text-transform: uppercase;
}

.header-church .main-title {
  font-family: var(--font-cinzel);
  font-size: clamp(1.8rem, 3.8vw, 2.9rem);
  font-weight: 400;
  letter-spacing: clamp(3px, 0.5vw, 6px);
  color: var(--text-white);
  line-height: 1.1;
  margin: 0.15rem 0 0.1rem;
}

.script-subtitle {
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  color: var(--champagne-light);
  font-weight: 400;
  line-height: 1.1;
}

.church-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(0.4rem, 1.4vh, 1rem) 0 clamp(0.6rem, 1.8vh, 1.2rem);
}

.illustration-wrapper {
  position: relative;
  width: clamp(240px, 42vh, 440px);
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.church-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 35px rgba(0, 0, 0, 0.85));
  transform: scale(1.06);
  transition: transform 0.3s ease;
}

.church-img:hover {
  transform: scale(1.09);
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  margin-bottom: clamp(0.8rem, 2.2vh, 1.6rem);
}

.detail-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0.2rem, 0.8vw, 0.6rem);
}

.vertical-line {
  width: 1px;
  height: clamp(38px, 6vh, 52px);
  background: linear-gradient(180deg, transparent, rgba(223, 200, 158, 0.55) 20%, rgba(223, 200, 158, 0.55) 80%, transparent);
}

.detail-label {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.7vw, 0.6rem);
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--champagne-warm);
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.detail-number-day {
  font-family: var(--font-cinzel);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  font-weight: 500;
  line-height: 1;
  color: var(--text-white);
}

.detail-month {
  font-family: var(--font-cinzel);
  font-size: clamp(0.5rem, 0.75vw, 0.64rem);
  letter-spacing: 1.5px;
  color: var(--champagne-light);
  margin-top: 2px;
}

.detail-year {
  font-family: var(--font-cinzel);
  font-size: clamp(0.46rem, 0.68vw, 0.56rem);
  letter-spacing: 2px;
  color: var(--text-muted);
}

.detail-time {
  font-family: var(--font-cinzel);
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.05;
  color: var(--text-white);
}

.detail-ampm {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.7vw, 0.6rem);
  letter-spacing: 1.5px;
  color: var(--champagne-warm);
  margin-top: 2px;
}

.cross-icon-wrapper {
  width: 20px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}

.cross-svg {
  width: 100%;
  height: 100%;
}

.ceremony-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.5rem, 0.72vw, 0.62rem);
  letter-spacing: 1.5px;
  color: var(--text-white);
  line-height: 1.2;
}

.ceremony-subtext {
  font-family: var(--font-cinzel);
  font-size: clamp(0.44rem, 0.64vw, 0.54rem);
  letter-spacing: 1.8px;
  color: var(--champagne-warm);
  line-height: 1.2;
}

.btn-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.5rem, 0.8vw, 0.68rem) clamp(1rem, 1.8vw, 1.8rem);
  background: #050a18;
  color: var(--champagne-light);
  text-decoration: none;
  font-family: var(--font-cinzel);
  font-size: clamp(0.64rem, 0.88vw, 0.78rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
  border: 1px solid var(--champagne-main);
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.btn-location:hover {
  transform: translateY(-2px);
  border-color: var(--champagne-light);
  color: #ffffff;
  background: #09132d;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6), 0 0 20px rgba(223, 200, 158, 0.4);
}

.btn-location .btn-text {
  display: inline-block;
  text-indent: 0.28em;
}

/* ==========================================================================
   5. SECCIÓN RECEPCIÓN - SALÓN GRAND ROYAL (100% IDÉNTICO A 5/style.css)
   ========================================================================== */
.card-reception {
  width: 100%;
  max-width: 880px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: clamp(0.4rem, 1.2vw, 1.2rem);
  align-items: center;
  justify-content: center;
  margin: auto;
}

.info-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-width: 0;
}

.header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.8rem;
  width: 100%;
}

.mini-tag-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.1rem;
}

.mini-tag {
  font-family: var(--font-cinzel);
  font-size: clamp(0.55rem, 0.85vw, 0.68rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  color: var(--champagne-warm);
  margin-bottom: 0.18rem;
}

.header-section .main-title {
  font-family: var(--font-cinzel);
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  color: var(--champagne-light);
  margin: 0.05rem 0;
  line-height: 1.15;
  text-indent: 0.32em;
}

.subtitle-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.caps-subtitle {
  font-family: var(--font-cinzel);
  font-size: clamp(0.52rem, 0.78vw, 0.65rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  color: var(--text-white);
  text-align: center;
  white-space: nowrap;
}

/* Card de Información Horizontal con Estética UX/UI Premium */
.details-horizontal-card {
  width: 100%;
  max-width: 440px;
  display: grid;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  align-items: stretch;
  justify-content: center;
  gap: clamp(0.35rem, 0.8vw, 0.75rem);
  background: rgba(3, 8, 22, 0.65);
  border: 1px solid var(--champagne-border-subtle);
  border-radius: 12px;
  padding: clamp(0.75rem, 1.8vh, 1.2rem) clamp(0.5rem, 1.2vw, 1rem);
  margin: 0 auto clamp(0.8rem, 1.8vh, 1.2rem);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.55), inset 0 0 14px rgba(223, 200, 158, 0.05);
}

.info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 0;
  padding: 0 2px;
  height: 100%;
}

.icon-circle {
  width: clamp(28px, 3.2vw, 36px);
  height: clamp(28px, 3.2vw, 36px);
  border-radius: 50%;
  border: 1px solid var(--champagne-main);
  background: rgba(18, 30, 70, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.35rem;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  flex-shrink: 0;
}

.icon-circle svg {
  width: clamp(14px, 1.6vw, 18px);
  height: clamp(14px, 1.6vw, 18px);
}

.icon-circle.pin-circle svg {
  width: clamp(14px, 1.6vw, 18px);
  height: clamp(14px, 1.6vw, 18px);
}

.info-block:hover .icon-circle {
  transform: scale(1.08);
  border-color: var(--champagne-light);
  background: rgba(223, 200, 158, 0.15);
}

.block-label {
  font-family: var(--font-cinzel);
  font-size: clamp(0.46rem, 0.7vw, 0.58rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--champagne-warm);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  text-indent: 0.22em;
}

.block-main-val {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(32px, 5vh, 44px);
  margin-bottom: 0.15rem;
}

.time-main {
  font-family: var(--font-cinzel);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-white);
  line-height: 1;
}

.time-ampm {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.7vw, 0.62rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--champagne-light);
  margin-top: 1px;
}

.venue-name {
  font-family: var(--font-cinzel);
  font-size: clamp(0.58rem, 0.9vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-white);
  line-height: 1.25;
  margin: 0;
}

.party-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.56rem, 0.88vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-white);
  line-height: 1.25;
  margin: 0;
  white-space: nowrap;
}

.block-sub-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.42rem, 0.62vw, 0.52rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  line-height: 1.3;
  margin-top: auto;
  text-transform: uppercase;
}

.details-horizontal-card .vertical-line {
  width: 1px;
  height: 100%;
  min-height: clamp(65px, 9vh, 85px);
  background: linear-gradient(180deg, transparent, rgba(223, 200, 158, 0.45) 20%, rgba(223, 200, 158, 0.45) 80%, transparent);
  align-self: center;
}

.action-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.visual-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.visual-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 410px;
}

.image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ballroom-img {
  max-width: 100%;
  max-height: min(60vh, 390px);
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.7));
}

.visual-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0.5rem;
}

.footer-caps {
  font-family: var(--font-cinzel);
  font-size: clamp(0.56rem, 0.8vw, 0.72rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--text-white);
  margin-bottom: 0.05rem;
}

.footer-script {
  font-family: var(--font-script);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 400;
  color: var(--champagne-warm);
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 0.12rem;
}

.footer-heart {
  width: 12px;
  height: 12px;
}

.footer-heart svg {
  width: 100%;
  height: 100%;
  fill: var(--champagne-main);
}

/* ==========================================================================
   6. SECCIÓN CRONOGRAMA (ORIGINAL 6/style.css)
   ========================================================================== */
.crono-page {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.crono-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(1.2rem, 2.5vh, 2rem);
  width: 100%;
}

.header-moon {
  position: absolute;
  top: -15px;
  right: clamp(15%, 25vw, 28%);
  width: clamp(34px, 5.5vw, 52px);
  pointer-events: none;
}

.moon-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(245, 218, 155, 0.45));
}

.crono-title {
  font-family: var(--font-cinzel);
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  font-weight: 400;
  letter-spacing: clamp(3.5px, 0.5vw, 6px);
  color: var(--text-white);
  line-height: 1.1;
  text-indent: 3px;
}

.crono-subtitle {
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  color: var(--champagne-light);
  line-height: 1.1;
}

.header-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  margin-top: 0.4rem;
}

.header-decor .h-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 200, 158, 0.6), transparent);
}

.top-center-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--champagne-main);
  box-shadow: 0 0 6px var(--champagne-main);
  margin: 0 8px;
}

.timeline-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.7rem, 1.8vh, 1.3rem);
  padding: 0.5rem 0;
}

.timeline-axis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(223, 200, 158, 0.65) 10%, rgba(223, 200, 158, 0.65) 90%, transparent 100%);
  pointer-events: none;
}

.timeline-row {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
}

.timeline-row.row-right {
  margin-left: auto;
  padding-left: clamp(1.8rem, 3.5vw, 3rem);
  flex-direction: row;
  text-align: left;
}

.timeline-row.row-left {
  margin-right: auto;
  padding-right: clamp(1.8rem, 3.5vw, 3rem);
  flex-direction: row-reverse;
  text-align: right;
}

.node-point {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--champagne-main);
  box-shadow: 0 0 8px var(--champagne-main);
  z-index: 5;
}

.row-right .node-point {
  left: 0;
}

.row-left .node-point {
  right: -7px;
}

.circle-badge {
  width: clamp(75px, 10.5vw, 100px);
  height: clamp(75px, 10.5vw, 100px);
  border-radius: 50%;
  border: 1.2px solid var(--champagne-border);
  background: radial-gradient(circle at 40% 35%, rgba(18, 30, 70, 0.9) 0%, rgba(4, 8, 22, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(223, 200, 158, 0.15);
  padding: 6px;
}

.row-right .circle-badge {
  margin-right: clamp(0.7rem, 1.6vw, 1.2rem);
}

.row-left .circle-badge {
  margin-left: clamp(0.7rem, 1.6vw, 1.2rem);
}

.circle-badge lottie-player {
  width: 100%;
  height: 100%;
}

.row-text {
  display: flex;
  flex-direction: column;
}

.event-name {
  font-family: var(--font-cinzel);
  font-size: clamp(0.78rem, 1.15vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 1.6px;
  color: var(--champagne-light);
  line-height: 1.22;
  text-transform: uppercase;
}

.event-time {
  font-family: var(--font-cinzel);
  font-size: clamp(0.65rem, 0.95vw, 0.82rem);
  font-weight: 700;
  color: var(--champagne-warm);
  letter-spacing: 1.4px;
  margin: 2px 0;
}

.event-desc {
  font-family: var(--font-cinzel);
  font-size: clamp(0.55rem, 0.8vw, 0.68rem);
  color: var(--text-muted);
  line-height: 1.35;
}

.crono-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(1rem, 2.5vh, 1.8rem);
  text-align: center;
}

.bottom-center-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--champagne-main);
  box-shadow: 0 0 6px var(--champagne-main);
  margin-bottom: 0.6rem;
}

.footer-note {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.72vw, 0.62rem);
  letter-spacing: 2.5px;
  color: var(--champagne-warm);
}

/* ==========================================================================
   7. SECCIÓN GALERÍA DE FOTOS (ORIGINAL 7/style.css)
   ========================================================================== */
.gallery-page {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-section {
  text-align: center;
  margin-bottom: clamp(0.6rem, 1.6vh, 1.2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tag-nuestros {
  font-family: var(--font-cinzel);
  font-size: clamp(0.55rem, 0.85vw, 0.68rem);
  letter-spacing: clamp(3px, 0.4vw, 4.5px);
  color: var(--champagne-warm);
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.title-section .main-title {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 400;
  color: var(--champagne-light);
  line-height: 1.15;
  margin: 0 0 0.1rem;
  text-shadow: 0 0 16px rgba(223, 200, 158, 0.28), 0 2px 8px rgba(0, 0, 0, 0.8);
}

.heart-divider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 140px;
  margin: clamp(0.3rem, 0.7vh, 0.5rem) 0 clamp(0.4rem, 0.9vh, 0.65rem);
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--champagne-border), transparent);
}

.description {
  font-family: var(--font-cinzel);
  font-size: clamp(0.52rem, 0.8vw, 0.66rem);
  letter-spacing: 0.8px;
  color: var(--text-muted);
}

.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: clamp(260px, 42vh, 340px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(0.4rem, 1vh, 0.8rem) 0 clamp(0.6rem, 1.4vh, 1rem);
  perspective: 1400px;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
  transform-style: preserve-3d;
  user-select: none;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.slide {
  position: absolute;
  width: clamp(260px, 40vw, 440px);
  height: clamp(200px, 36vh, 300px);
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.65s cubic-bezier(0.25, 1, 0.35, 1), opacity 0.65s cubic-bezier(0.25, 1, 0.35, 1), filter 0.65s cubic-bezier(0.25, 1, 0.35, 1);
  transform-style: preserve-3d;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8);
}

.slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-border-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1.2px solid var(--champagne-border);
  pointer-events: none;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 7, 19, 0.55);
  border-radius: 16px;
  pointer-events: none;
}

.slide.active .slide-border-glow {
  border-color: var(--champagne-main);
  box-shadow: 0 0 16px rgba(223, 200, 158, 0.35);
}

.slide.active .slide-overlay {
  opacity: 0;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(34px, 4.2vw, 44px);
  height: clamp(34px, 4.2vw, 44px);
  border-radius: 50%;
  background: rgba(4, 9, 24, 0.7);
  border: 1.2px solid var(--champagne-border);
  color: var(--champagne-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  outline: none;
}

.slider-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--champagne-main);
}

.prev-btn { left: 0; }
.next-btn { right: 0; }

.slider-btn:hover {
  background: rgba(14, 24, 55, 0.85);
  border-color: var(--champagne-main);
  transform: translateY(-50%) scale(1.08);
}

.pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(0.4rem, 1vh, 0.8rem);
  z-index: 15;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(223, 200, 158, 0.25);
  border: 1px solid rgba(223, 200, 158, 0.3);
  cursor: pointer;
  transition: all 0.35s ease;
}

.dot.active {
  width: 22px;
  border-radius: 10px;
  background: var(--champagne-main);
  border-color: var(--champagne-light);
  box-shadow: 0 0 10px rgba(223, 200, 158, 0.5);
}

.autoplay-progress-wrapper {
  width: clamp(100px, 18vw, 150px);
  height: 2px;
  background: rgba(223, 200, 158, 0.15);
  border-radius: 2px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.autoplay-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--champagne-warm), var(--champagne-main));
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
}

.lightbox-modal.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 3, 17, 0.9);
  backdrop-filter: blur(12px);
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  border: 1.5px solid var(--champagne-main);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(223, 200, 158, 0.4);
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: var(--champagne-light);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

/* ==========================================================================
   8. SECCIÓN LLUVIA DE SOBRES (ORIGINAL 8/style.css - LETRAS CLARAS LEGIBLES)
   ========================================================================== */
.card-sobres {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.card-sobres .papel-container {
  max-width: 820px;
  min-height: clamp(280px, 42vh, 420px);
  margin-bottom: 0;
}

.card-sobres .papel-content {
  padding: clamp(2.2rem, 5vh, 3.8rem) clamp(2rem, 5vw, 4rem);
  min-height: clamp(280px, 42vh, 420px);
  justify-content: center;
}

.sobres-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.2vw, 1rem);
  width: 100%;
  margin-bottom: clamp(0.6rem, 1.5vh, 1.2rem);
}

.tag-sobres {
  font-family: var(--font-cinzel);
  font-size: clamp(0.62rem, 1vw, 0.82rem);
  letter-spacing: clamp(3px, 0.45vw, 5.5px);
  color: var(--champagne-warm);
  text-shadow: 0 0 10px rgba(223, 200, 158, 0.35);
  text-transform: uppercase;
  white-space: nowrap;
}

.sobres-grid {
  display: grid;
  grid-template-columns: 1.15fr auto 0.95fr;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 2rem);
  width: 100%;
  max-width: 680px;
  margin: auto 0;
}

.sobres-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.left-col {
  padding: 0 clamp(0.1rem, 0.5vw, 0.4rem);
}

.left-col .main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(0.4rem, 0.9vh, 0.7rem);
}

.script-accent {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  color: var(--champagne-light);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  line-height: 1.15;
}

.roman-accent {
  font-family: var(--font-cinzel);
  font-size: clamp(0.68rem, 1.1vw, 0.88rem);
  letter-spacing: clamp(1.8px, 0.25vw, 2.8px);
  color: var(--champagne-warm);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.sobres-description {
  font-family: var(--font-cinzel);
  font-size: clamp(0.52rem, 0.78vw, 0.65rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-white);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  margin-bottom: clamp(0.5rem, 1vh, 0.85rem);
  max-width: 330px;
}

.bank-pill-card {
  width: 100%;
  max-width: 300px;
  background: rgba(4, 9, 24, 0.75);
  border: 1px solid var(--champagne-border);
  border-radius: 8px;
  padding: clamp(0.5rem, 1vh, 0.75rem) clamp(0.75rem, 1.4vw, 1.1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
  user-select: none;
}

.bank-pill-card:hover {
  transform: translateY(-2px);
  background: rgba(14, 24, 55, 0.85);
  border-color: var(--champagne-main);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7), 0 0 12px rgba(223, 200, 158, 0.3);
}

.bank-pill-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.15rem;
}

.bank-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--champagne-main);
  box-shadow: 0 0 4px var(--champagne-main);
}

.bank-title {
  font-family: var(--font-cinzel);
  font-size: clamp(0.5rem, 0.72vw, 0.62rem);
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--champagne-main);
}

.bank-pill-body {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.acc-label {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.68vw, 0.58rem);
  color: var(--text-muted);
}

.acc-digits {
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 0.85vw, 0.72rem);
  font-weight: 600;
  color: var(--champagne-light);
  letter-spacing: 0.8px;
}

.copy-icon {
  width: 12px;
  height: 12px;
  color: var(--champagne-warm);
}

.vertical-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: clamp(130px, 18vw, 180px);
}

.vertical-divider .v-line {
  width: 1px;
  flex: 1;
  background: linear-gradient(180deg, transparent, rgba(223, 200, 158, 0.65) 20%, rgba(223, 200, 158, 0.65) 80%, transparent);
}

.v-sparkle {
  color: var(--champagne-main);
  font-size: clamp(0.6rem, 0.9vw, 0.78rem);
  padding: 0.25rem 0;
  text-shadow: 0 0 6px var(--gold-glow);
}

.right-col {
  padding: 0 clamp(0.1rem, 0.5vw, 0.4rem);
}

.tag-scan {
  font-family: var(--font-cinzel);
  font-size: clamp(0.5rem, 0.75vw, 0.64rem);
  font-weight: 500;
  letter-spacing: clamp(2px, 0.25vw, 3px);
  color: var(--champagne-warm);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  margin-bottom: clamp(0.35rem, 0.8vh, 0.6rem);
}

.qr-card {
  width: clamp(85px, 11vw, 115px);
  height: clamp(85px, 11vw, 115px);
  border-radius: 8px;
  background: #ffffff;
  border: 1.2px solid var(--champagne-main);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5), 0 0 10px rgba(223, 200, 158, 0.25);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(0.45rem, 1vh, 0.75rem);
}

.qr-svg {
  width: 100%;
  height: 100%;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: clamp(0.38rem, 0.8vh, 0.55rem) clamp(0.9rem, 1.6vw, 1.4rem);
  border-radius: 50px;
  background: linear-gradient(135deg, #dfc89e 0%, #cfb382 50%, #b89758 100%);
  border: none;
  color: #060b18;
  font-family: var(--font-cinzel);
  font-size: clamp(0.52rem, 0.75vw, 0.64rem);
  font-weight: 600;
  letter-spacing: clamp(1.5px, 0.2vw, 2.2px);
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.btn-download-icon {
  width: 12px;
  height: 12px;
}

.btn-download:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(135deg, #eed8a1 0%, #dfc89e 50%, #c4a364 100%);
  box-shadow: 0 5px 16px rgba(245, 218, 155, 0.55);
}

.sobres-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  width: 100%;
  margin-top: clamp(0.2rem, 0.6vh, 0.5rem);
}

/* ==========================================================================
   9. SECCIÓN GALERÍA COMPARTIDA / SUBE TUS FOTOS (ORIGINAL 9/style.css)
   ========================================================================== */
.gallery-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.golden-ring-container {
  position: relative;
  width: clamp(350px, 84vmin, 620px);
  height: clamp(350px, 84vmin, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.golden-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(223, 200, 158, 0.2);
  pointer-events: none;
}

.golden-ring .crescent-arc {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  border: 2.5px solid transparent;
  border-bottom-color: rgba(255, 245, 220, 0.95);
  border-left-color: rgba(255, 245, 220, 0.65);
  box-shadow:
    -6px 8px 24px rgba(245, 218, 155, 0.85),
    -10px 14px 45px rgba(223, 200, 158, 0.5);
  mask-image: radial-gradient(circle at 25% 85%, black 0%, black 35%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 25% 85%, black 0%, black 35%, transparent 70%);
}

.ring-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(1.2rem, 3.5vh, 2.5rem) clamp(1.5rem, 5vw, 3.2rem);
}

.ring-star {
  position: absolute;
  color: var(--champagne-main);
  font-size: clamp(0.7rem, 1.2vw, 0.95rem);
  text-shadow: 0 0 6px var(--gold-glow-soft);
  pointer-events: none;
  animation: twinkleSparkle 2.6s infinite alternate ease-in-out;
}

.star-1 { top: 10%; left: 17%; animation-delay: 0.2s; }
.star-2 { top: 9%; right: 16%; animation-delay: 1.1s; }
.star-3 { top: 29%; left: 11%; font-size: 0.65rem; animation-delay: 0.7s; }
.star-4 { top: 28%; right: 11%; font-size: 0.65rem; animation-delay: 1.6s; }

.camera-lottie-box {
  width: clamp(100px, 14vw, 150px);
  height: clamp(80px, 11vw, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(0.2rem, 0.5vh, 0.45rem);
  filter: drop-shadow(0 0 10px rgba(223, 200, 158, 0.35));
}

.camera-lottie-box lottie-player {
  width: 100%;
  height: 100%;
}

.tag-share {
  font-family: var(--font-cinzel);
  font-size: clamp(0.62rem, 1.3vh, 0.78rem);
  font-weight: 500;
  letter-spacing: clamp(2.8px, 0.4vw, 5px);
  color: var(--champagne-main);
  text-transform: uppercase;
  margin-bottom: clamp(0.4rem, 1vh, 0.75rem);
}

.gallery-wrapper .main-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3.4vh, 2.3rem);
  font-weight: 400;
  color: var(--champagne-light);
  line-height: 1.28;
  margin-bottom: clamp(0.45rem, 1.1vh, 0.8rem);
  text-shadow: 0 0 16px rgba(223, 200, 158, 0.3);
}

.heart-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 170px;
  margin: clamp(0.2rem, 0.6vh, 0.45rem) auto clamp(0.5rem, 1.2vh, 0.85rem);
}

.description-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.62rem, 1.25vh, 0.78rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: clamp(0.6px, 0.1vw, 1.2px);
  color: var(--text-muted);
  max-width: 78%;
  margin-bottom: 0;
  text-align: center;
}

.btn-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: clamp(0.48rem, 1vh, 0.68rem) clamp(1.4rem, 2.2vw, 2.1rem);
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(223, 200, 158, 0.08) 0%, rgba(223, 200, 158, 0.02) 100%);
  border: 1px solid rgba(223, 200, 158, 0.45);
  color: var(--champagne-light);
  font-family: var(--font-cinzel);
  font-size: clamp(0.55rem, 0.95vw, 0.7rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-indent: 0.28em;
  cursor: pointer;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-upload .btn-icon {
  width: clamp(13px, 1.4vw, 16px);
  height: clamp(13px, 1.4vw, 16px);
  color: var(--champagne-warm);
  stroke-width: 1.4;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-upload:hover {
  transform: translateY(-2px);
  background: rgba(223, 200, 158, 0.15);
  border-color: var(--champagne-light);
  color: var(--text-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 18px rgba(223, 200, 158, 0.25);
}

.btn-upload:hover .btn-icon {
  transform: translateY(-2px);
  color: var(--champagne-pure);
}

/* Botón de subir fotos ubicado debajo del círculo */
.upload-btn-below {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.4rem, 3vh, 2.2rem);
  width: 100%;
}

/* ==========================================================================
   10. SECCIÓN RSVP (ORIGINAL 10/style.css)
   ========================================================================== */
.rsvp-layout-container {
  width: 100%;
  max-width: 980px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  margin: auto;
}

.rsvp-message-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 clamp(0.5rem, 1.5vw, 1.2rem);
}

.top-sparkle-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 140px;
  margin-bottom: clamp(0.6rem, 1.4vh, 1rem);
}

.sparkle-svg {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 5px rgba(245, 218, 155, 0.8));
}

.tag-felices {
  font-family: var(--font-cinzel);
  font-size: clamp(0.52rem, 0.78vw, 0.64rem);
  font-weight: 400;
  letter-spacing: clamp(3px, 0.4vw, 4.5px);
  color: var(--champagne-warm);
  text-transform: uppercase;
  margin-bottom: clamp(0.4rem, 0.9vh, 0.65rem);
}

.rsvp-message-column .main-heading {
  font-family: var(--font-cinzel);
  font-size: clamp(1.3rem, 2.4vw, 1.95rem);
  font-weight: 400;
  color: var(--champagne-light);
  line-height: 1.32;
  margin-bottom: clamp(0.6rem, 1.3vh, 1rem);
  letter-spacing: 1.2px;
}

.deadline-message {
  font-family: var(--font-cinzel);
  font-size: clamp(0.55rem, 0.8vw, 0.68rem);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: var(--text-muted);
}

.rsvp-form-column {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form-corner-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: rgba(4, 9, 24, 0.78);
  border: 1px solid var(--champagne-border-subtle);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 25px rgba(223, 200, 158, 0.08);
  backdrop-filter: blur(14px);
  padding: clamp(1.8rem, 4vh, 2.8rem) clamp(1.8rem, 3.5vw, 2.8rem);
}

.exact-rsvp-form {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vh, 1.45rem);
  width: 100%;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.field-title {
  font-family: var(--font-cinzel);
  font-size: clamp(0.54rem, 0.76vw, 0.65rem);
  font-weight: 400;
  letter-spacing: clamp(1.6px, 0.22vw, 2.5px);
  color: var(--champagne-warm);
  text-transform: uppercase;
}

.field-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.field-subtitle {
  font-family: var(--font-cinzel);
  font-size: clamp(0.48rem, 0.68vw, 0.58rem);
  color: var(--text-muted);
  font-style: italic;
}

.input-box {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(3, 7, 19, 0.65);
  border: 1px solid rgba(223, 200, 158, 0.22);
  border-radius: 9px;
  padding: 0 0.9rem;
  transition: border-color 0.25s ease;
}

.input-box:focus-within {
  border-color: var(--champagne-main);
  box-shadow: 0 0 10px rgba(223, 200, 158, 0.22);
}

.box-icon {
  width: 16px;
  height: 16px;
  color: var(--champagne-warm);
  opacity: 0.75;
  margin-right: 0.65rem;
  flex-shrink: 0;
}

.text-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-cream);
  font-family: var(--font-sans);
  font-size: clamp(0.7rem, 0.95vw, 0.82rem);
  padding: clamp(0.55rem, 1.1vh, 0.75rem) 0;
}

.text-input::placeholder {
  color: rgba(220, 230, 250, 0.38);
  font-weight: 300;
}

.attendance-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.5rem, 1.2vw, 0.8rem);
}

.hidden-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.attendance-card-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: clamp(0.6rem, 1.2vh, 0.85rem) clamp(0.7rem, 1.4vw, 1rem);
  border-radius: 9px;
  background: rgba(3, 7, 19, 0.5);
  border: 1px solid rgba(223, 200, 158, 0.2);
  cursor: pointer;
  user-select: none;
  transition: all 0.25s ease;
}

.attendance-card-item.active {
  background: linear-gradient(135deg, rgba(55, 44, 24, 0.55) 0%, rgba(18, 14, 8, 0.65) 100%);
  border-color: var(--champagne-main);
  box-shadow: 0 0 14px rgba(223, 200, 158, 0.25);
}

.card-radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.2px solid rgba(223, 200, 158, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.attendance-card-item.active .card-radio-circle {
  background: var(--champagne-main);
  border-color: var(--champagne-main);
}

.check-icon {
  width: 11px;
  height: 11px;
  color: #040817;
  display: none;
}

.attendance-card-item.active .check-icon {
  display: block;
}

.card-text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.card-main-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.54rem, 0.8vw, 0.66rem);
  font-weight: 500;
  letter-spacing: 0.8px;
  color: var(--champagne-light);
}

.card-sub-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.44rem, 0.65vw, 0.54rem);
  color: var(--text-muted);
}

.stepper-horizontal-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(3, 7, 19, 0.65);
  border: 1px solid rgba(223, 200, 158, 0.22);
  border-radius: 9px;
  padding: clamp(0.42rem, 0.85vh, 0.6rem) 0.9rem;
}

.stepper-left-display {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.stepper-digit {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 1.1vw, 0.98rem);
  font-weight: 600;
  color: var(--champagne-light);
  min-width: 16px;
}

.stepper-right-buttons {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-step-action {
  width: clamp(26px, 3vh, 30px);
  height: clamp(26px, 3vh, 30px);
  border-radius: 6px;
  background: transparent;
  border: none;
  color: var(--champagne-light);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-step-action:hover {
  background: rgba(223, 200, 158, 0.2);
  color: var(--champagne-pure);
}

.step-divider {
  width: 1px;
  height: 18px;
  background: rgba(223, 200, 158, 0.25);
  margin: 0 0.2rem;
}

.textarea-box {
  position: relative;
  background: rgba(3, 7, 19, 0.65);
  border: 1px solid rgba(223, 200, 158, 0.22);
  border-radius: 9px;
  padding: 0.7rem 0.9rem 1.6rem;
  display: flex;
  gap: 0.65rem;
}

.textarea-box:focus-within {
  border-color: var(--champagne-main);
  box-shadow: 0 0 10px rgba(223, 200, 158, 0.22);
}

.textarea-input {
  width: 100%;
  height: clamp(48px, 6.8vh, 65px);
  background: transparent;
  border: none;
  outline: none;
  resize: none;
  color: var(--text-cream);
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.92vw, 0.8rem);
  line-height: 1.45;
}

.char-limit-indicator {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  color: rgba(220, 230, 250, 0.4);
}

.btn-submit-gold {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: clamp(0.65rem, 1.3vh, 0.88rem) 1.5rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #eed8a1 0%, #dfc89e 50%, #c4a364 100%);
  border: none;
  color: #060b18;
  font-family: var(--font-cinzel);
  font-size: clamp(0.62rem, 0.95vw, 0.76rem);
  font-weight: 600;
  letter-spacing: clamp(2.2px, 0.3vw, 3.5px);
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(223, 200, 158, 0.38);
  transition: all 0.3s ease;
}

.btn-submit-gold:hover {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(135deg, #fff2d0 0%, #eed8a1 50%, #d4b476 100%);
}

/* ==========================================================================
   TOAST NOTIFICATION FLOTANTE (Oculto)
   ========================================================================== */
.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  background: rgba(4, 9, 26, 0.95);
  border: 1px solid var(--champagne-main);
  border-radius: 50px;
  padding: 0.6rem 1.4rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(223, 200, 158, 0.35);
  backdrop-filter: blur(10px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast-notification.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toast-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.6rem, 0.85vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--champagne-light);
}

/* ==========================================================================
   FOOTER FINAL - CHRISTIAN & NATALIA • 19 . 12 . 2026
   ========================================================================== */
.romantic-wedding-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 5vh, 4rem) clamp(1rem, 3vw, 2.5rem) clamp(3rem, 6vh, 4.5rem);
}

.footer-inner-wrap {
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.7rem, 1.5vh, 1.1rem);
}

.footer-couple-names {
  font-family: var(--font-cinzel);
  font-size: clamp(1.2rem, 2.8vw, 1.95rem);
  font-weight: 500;
  letter-spacing: clamp(3.5px, 0.6vw, 7px);
  color: var(--champagne-light);
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
}

.footer-amp {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--champagne-main);
  font-size: 1.1em;
}

.footer-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 1.3rem;
  border-radius: 50px;
  background: rgba(4, 10, 26, 0.65);
  border: 1px solid var(--champagne-border-subtle);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55), 0 0 10px rgba(223, 200, 158, 0.15);
}

.footer-date-dot {
  color: var(--champagne-main);
  font-size: 0.65rem;
}

.footer-date-text {
  font-family: var(--font-cinzel);
  font-size: clamp(0.6rem, 0.9vw, 0.74rem);
  font-weight: 500;
  letter-spacing: 2.5px;
  color: var(--champagne-warm);
}

/* ==========================================================================
   CONSTELACIONES LATERALES FLOTANTES (Finas, en márgenes laterales)
   ========================================================================== */
.side-constellation {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  width: clamp(75px, 10vw, 130px);
  height: auto;
  opacity: 0.65;
  filter: drop-shadow(0 0 8px rgba(223, 200, 158, 0.4));
  user-select: none;
}

.side-constellation.pos-left {
  left: clamp(8px, 2.5vw, 45px);
  top: 22%;
}

.side-constellation.pos-right {
  right: clamp(8px, 2.5vw, 45px);
  bottom: 22%;
}

.side-constellation.pos-left-bottom {
  left: clamp(8px, 2.5vw, 45px);
  bottom: 18%;
}

.side-constellation.pos-right-top {
  right: clamp(8px, 2.5vw, 45px);
  top: 18%;
}

.constellation-svg {
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
}

.const-line {
  fill: none;
  stroke: rgba(223, 200, 158, 0.42);
  stroke-width: 0.9;
  stroke-dasharray: 2.5 3;
}

.const-star {
  fill: var(--champagne-light);
  filter: drop-shadow(0 0 3px rgba(245, 218, 155, 0.8));
}

.const-star-bright {
  fill: #ffffff;
  filter: drop-shadow(0 0 5px rgba(245, 230, 180, 0.95)) drop-shadow(0 0 10px rgba(223, 200, 158, 0.6));
}

.const-tiny-star {
  fill: rgba(245, 230, 180, 0.55);
}

/* Animaciones suaves aceleradas por GPU */
.float-anim-1 {
  animation: constFloatOne 9s ease-in-out infinite alternate;
}

.float-anim-2 {
  animation: constFloatTwo 11s ease-in-out infinite alternate;
}

.float-anim-3 {
  animation: constFloatThree 10s ease-in-out infinite alternate;
}

@keyframes constFloatOne {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.55;
  }
  50% {
    opacity: 0.85;
  }
  100% {
    transform: translateY(-12px) rotate(3deg);
    opacity: 0.6;
  }
}

@keyframes constFloatTwo {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(14px) rotate(-3.5deg);
    opacity: 0.52;
  }
}

@keyframes constFloatThree {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.5;
  }
  50% {
    opacity: 0.82;
  }
  100% {
    transform: translateY(-10px) rotate(-2.5deg);
    opacity: 0.62;
  }
}

/* ==========================================================================
   RESPONSIVO GENERAL
   ========================================================================== */
@media (max-width: 768px) {
  /* Fondo optimizado para móvil — 100% 100% cubre absolutamente todas las secciones */
  html {
    background-image: url('../assets/images/azul.webp');
    background-position: center bottom;
    background-size: 100% 100%;
  }

  /* Constelaciones laterales en móvil */
  .side-constellation {
    width: clamp(52px, 13vw, 78px) !important;
    opacity: 0.48 !important;
  }

  .side-constellation.pos-left {
    left: 4px !important;
  }

  .side-constellation.pos-right {
    right: 4px !important;
  }
  /* Envoltorio de secciones con márgenes seguros */
  .section-container {
    min-height: 60vh;
    padding: clamp(1.2rem, 3.5vh, 2.8rem) clamp(0.4rem, 2vw, 1.2rem);
  }

  /* SECCIÓN 2: PADRES - Ajuste dentro de la textura de papel */
  .card-parents .papel-content {
    padding: clamp(1.2rem, 2.8vh, 2rem) clamp(0.6rem, 2vw, 1.4rem) !important;
  }

  .lottie-parent {
    width: clamp(90px, 22vw, 135px) !important;
    height: clamp(62px, 15vw, 95px) !important;
  }

  .parent-name {
    font-size: clamp(0.55rem, 1.35vw, 0.78rem) !important;
  }

  /* SECCIÓN 3: CORTE DE HONOR - Medallones y nombres ampliados */
  .cards-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: clamp(0.35rem, 1.5vw, 0.85rem) !important;
    max-width: 100% !important;
  }

  .honor-card {
    padding: clamp(0.65rem, 1.8vh, 1.2rem) clamp(0.25rem, 0.8vw, 0.55rem) !important;
    min-height: auto !important;
    border-radius: 10px !important;
    justify-content: center !important;
    gap: clamp(0.25rem, 0.6vh, 0.45rem) !important;
  }

  .medallion-circle {
    width: clamp(56px, 14vw, 82px) !important;
    height: clamp(56px, 14vw, 82px) !important;
    padding: 3px !important;
  }

  .honor-role {
    font-size: clamp(0.5rem, 1.4vw, 0.68rem) !important;
    letter-spacing: clamp(0.06em, 0.12vw, 0.14em) !important;
    text-indent: clamp(0.06em, 0.12vw, 0.14em) !important;
  }

  .honor-name {
    font-size: clamp(0.52rem, 1.4vw, 0.72rem) !important;
    line-height: 1.3 !important;
  }

  .honor-amp {
    font-size: clamp(0.68rem, 1.6vw, 0.95rem) !important;
  }

  .card-bevel-frame {
    top: 3px !important;
    left: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
  }

  /* SECCIÓN 4: IGLESIA - Imagen de la iglesia mucho más grande */
  .card-church {
    max-width: 100% !important;
  }

  .illustration-wrapper {
    width: clamp(240px, 80vw, 400px) !important;
    max-width: 92vw !important;
  }

  .church-img {
    width: 100% !important;
    max-height: clamp(200px, 35vh, 300px) !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 14px 35px rgba(0, 0, 0, 0.9)) !important;
  }

  .details-grid {
    grid-template-columns: 1fr auto 1fr auto 1fr !important;
    gap: clamp(0.15rem, 0.8vw, 0.4rem) !important;
  }

  .details-grid .vertical-line {
    display: block !important;
    height: clamp(28px, 4.5vh, 42px) !important;
  }

  /* SECCIÓN 5: RECEPCIÓN - Distribución 2 columnas elegante */
  .card-reception {
    grid-template-columns: 1.08fr 0.92fr !important;
    gap: clamp(0.4rem, 1.6vw, 1.2rem) !important;
    align-items: center !important;
  }

  .details-horizontal-card {
    grid-template-columns: 1fr auto 1.15fr auto 1fr !important;
    gap: clamp(0.2rem, 0.8vw, 0.5rem) !important;
    padding: clamp(0.6rem, 1.5vh, 1rem) clamp(0.35rem, 1vw, 0.8rem) !important;
    max-width: 100% !important;
  }

  .details-horizontal-card .vertical-line {
    display: block !important;
    min-height: clamp(55px, 8vh, 75px) !important;
    height: 100% !important;
  }

  .icon-circle {
    width: clamp(24px, 6vw, 32px) !important;
    height: clamp(24px, 6vw, 32px) !important;
  }

  .icon-circle svg {
    width: clamp(12px, 3vw, 16px) !important;
    height: clamp(12px, 3vw, 16px) !important;
  }

  .block-label {
    font-size: clamp(0.4rem, 1.1vw, 0.52rem) !important;
    margin-bottom: 0.15rem !important;
  }

  .time-main {
    font-size: clamp(0.85rem, 2.2vw, 1.15rem) !important;
  }

  .time-ampm {
    font-size: clamp(0.42rem, 1.1vw, 0.55rem) !important;
  }

  .venue-name {
    font-size: clamp(0.48rem, 1.2vw, 0.68rem) !important;
    line-height: 1.2 !important;
  }

  .party-text {
    font-size: clamp(0.46rem, 1.2vw, 0.65rem) !important;
    white-space: normal !important;
    line-height: 1.2 !important;
  }

  .block-sub-text {
    font-size: clamp(0.38rem, 0.95vw, 0.48rem) !important;
  }

  .visual-content-wrapper {
    max-width: 100% !important;
  }

  .image-wrapper {
    width: 100% !important;
  }

  .ballroom-img {
    max-height: min(35vh, 260px) !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.7)) !important;
  }

  /* SECCIÓN 6: CRONOGRAMA - Árbol central alternado izq/der */
  .timeline-container {
    width: 100% !important;
    max-width: 580px !important;
  }

  .timeline-axis {
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: block !important;
  }

  .timeline-row {
    width: 50% !important;
  }

  .timeline-row.row-right {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: clamp(0.5rem, 2vw, 2rem) !important;
    padding-right: 0 !important;
    flex-direction: row !important;
    text-align: left !important;
  }

  .timeline-row.row-left {
    margin-right: auto !important;
    margin-left: 0 !important;
    padding-right: clamp(0.5rem, 2vw, 2rem) !important;
    padding-left: 0 !important;
    flex-direction: row-reverse !important;
    text-align: right !important;
  }

  .row-right .node-point {
    left: 0 !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .row-left .node-point {
    right: 0 !important;
    left: auto !important;
    transform: translate(50%, -50%) !important;
  }

  .circle-badge {
    width: clamp(52px, 13vw, 75px) !important;
    height: clamp(52px, 13vw, 75px) !important;
    padding: 4px !important;
  }

  .row-right .circle-badge {
    margin-right: clamp(0.4rem, 1.5vw, 0.9rem) !important;
    margin-left: 0 !important;
  }

  .row-left .circle-badge {
    margin-left: clamp(0.4rem, 1.5vw, 0.9rem) !important;
    margin-right: 0 !important;
  }

  .event-name {
    font-size: clamp(0.62rem, 2.2vw, 0.85rem) !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
  }

  .event-time {
    font-size: clamp(0.55rem, 1.8vw, 0.72rem) !important;
    margin: 2px 0 !important;
  }

  .event-desc {
    font-size: clamp(0.46rem, 1.4vw, 0.58rem) !important;
    line-height: 1.25 !important;
  }

  /* SECCIÓN 8: SOBRES - Contenido 100% dentro del papel en 2 columnas */
  .card-sobres .papel-container {
    min-height: clamp(230px, 35vh, 310px) !important;
  }

  .card-sobres .papel-content {
    padding: clamp(1.6rem, 3.6vh, 2.6rem) clamp(0.8rem, 2.2vw, 1.6rem) !important;
    min-height: clamp(230px, 35vh, 310px) !important;
  }

  .sobres-grid {
    grid-template-columns: 1.15fr auto 0.95fr !important;
    gap: clamp(0.35rem, 1.4vw, 1.2rem) !important;
  }

  .vertical-divider {
    display: flex !important;
    min-height: clamp(85px, 16vw, 140px) !important;
  }

  .qr-card {
    width: clamp(62px, 12vw, 88px) !important;
    height: clamp(62px, 12vw, 88px) !important;
  }

  .tag-scan {
    font-size: clamp(0.4rem, 0.75vw, 0.52rem) !important;
  }

  .bank-pill-card {
    padding: clamp(0.32rem, 0.7vh, 0.55rem) clamp(0.45rem, 1vw, 0.75rem) !important;
  }

  .bank-title {
    font-size: clamp(0.4rem, 0.68vw, 0.55rem) !important;
    letter-spacing: 1px !important;
  }

  .acc-digits {
    font-size: clamp(0.42rem, 0.75vw, 0.65rem) !important;
  }

  /* SECCIÓN 9: SUBE TUS FOTOS - Círculo dorado, Lottie y texto ampliados */
  .golden-ring-container {
    width: min(92vw, 410px) !important;
    height: min(92vw, 410px) !important;
  }

  .ring-content {
    padding: clamp(1.2rem, 2.8vh, 2rem) clamp(1.2rem, 3.5vw, 2rem) !important;
  }

  .camera-lottie-box {
    width: clamp(82px, 21vw, 118px) !important;
    height: clamp(65px, 16vw, 92px) !important;
    margin-bottom: 0.25rem !important;
  }

  .tag-share {
    font-size: clamp(0.52rem, 1.4vw, 0.65rem) !important;
    letter-spacing: 2.2px !important;
    margin-bottom: 0.3rem !important;
  }

  .gallery-wrapper .main-heading {
    font-size: clamp(1.02rem, 3.8vw, 1.32rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.25rem !important;
  }

  .heart-divider {
    margin: 0.2rem auto 0.38rem !important;
    max-width: 135px !important;
  }

  .description-text {
    font-size: clamp(0.52rem, 1.9vw, 0.66rem) !important;
    max-width: 82% !important;
    line-height: 1.5 !important;
  }

  .upload-btn-below {
    margin-top: clamp(1.2rem, 2.8vh, 2rem) !important;
  }

  .btn-upload {
    font-size: clamp(0.58rem, 1.8vw, 0.74rem) !important;
    padding: clamp(0.55rem, 1.2vh, 0.8rem) clamp(1.5rem, 2.8vw, 2.2rem) !important;
  }

  /* SECCIÓN 10: RSVP - Enfilado a 1 columna para óptima comodidad y legibilidad */
  .rsvp-layout-container {
    grid-template-columns: 1fr !important;
    gap: clamp(1.2rem, 2.5vh, 2rem) !important;
    max-width: 520px !important;
  }

  .form-corner-card {
    padding: clamp(1.4rem, 3.5vw, 2.2rem) clamp(1.2rem, 3vw, 2rem) !important;
  }
}

/* ==========================================================================
   EFECTOS DE ENTRADA SUAVE Y ELEGANTE AL HACER SCROLL (SCROLL REVEAL)
   ========================================================================== */
.reveal-on-scroll {
  opacity: 0;
  will-change: transform, opacity;
  transition: 
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-from-left {
  opacity: 0;
  transform: translateX(-35px);
  will-change: transform, opacity;
  transition: 
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-from-right {
  opacity: 0;
  transform: translateX(35px);
  will-change: transform, opacity;
  transition: 
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-from-bottom {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
  transition: 
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-fade {
  opacity: 0;
  transform: scale(0.94);
  will-change: transform, opacity;
  transition: 
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Estado Activo cuando entra a la pantalla */
.reveal-on-scroll.is-revealed,
.reveal-from-left.is-revealed,
.reveal-from-right.is-revealed,
.reveal-from-bottom.is-revealed,
.reveal-fade.is-revealed {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}

/* Delays escalonados para efecto cascada de lujo */
.delay-100 { transition-delay: 0.1s !important; }
.delay-150 { transition-delay: 0.15s !important; }
.delay-200 { transition-delay: 0.2s !important; }
.delay-250 { transition-delay: 0.25s !important; }
.delay-300 { transition-delay: 0.3s !important; }
.delay-400 { transition-delay: 0.4s !important; }

/* En móvil, suavizamos el desplazamiento lateral para evitar cualquier desborde horizontal */
@media (max-width: 768px) {
  .reveal-from-left {
    transform: translateX(-16px);
  }
  .reveal-from-right {
    transform: translateX(16px);
  }
  .reveal-from-bottom {
    transform: translateY(18px);
  }
}


