/* ==========================================================================
   MAIN STYLESHEET - BODA JUAN CARLOS & MARÍA MAGDALENA
   Elegancia, Romanticismo y Acabados de Lujo (Mobile First)
   ========================================================================== */

:root {
  --gold-primary: #c99e32;
  --gold-light: #f8e6b1;
  --gold-dark: #8f6c18;
  --gold-gradient: linear-gradient(135deg, #d4af37 0%, #aa8022 50%, #f6e297 100%);
  --gold-shimmer: linear-gradient(90deg, #c99e32 0%, #fff0b8 50%, #c99e32 100%);
  
  --bg-cream: #faf7f2;
  --bg-sand: #f3ede2;
  --bg-card: rgba(255, 255, 255, 0.95);
  --bg-dark-card: #201a18;
  
  --text-dark: #3a322c;
  --text-muted: #74685e;
  --text-gold: #b38622;
  
  --font-serif: 'Cormorant Garamond', serif;
  --font-script: 'Great Vibes', cursive;
  --font-heading: 'Cinzel', serif;
  --font-sans: 'Montserrat', sans-serif;
  
  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-gold: 0 8px 25px rgba(201, 158, 50, 0.25);
  --border-gold: 1px solid rgba(201, 158, 50, 0.35);
  --radius-lg: 20px;
  --radius-md: 12px;
}

/* ==============================================
   RESET & CONFIGURACIÓN GLOBAL
   ============================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--bg-cream);
  color: var(--text-dark);
  font-family: var(--font-serif);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  background-image: 
    radial-gradient(rgba(201, 158, 50, 0.06) 1px, transparent 1px),
    radial-gradient(rgba(201, 158, 50, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
}

/* ==============================================
   PALOMAS BLANCAS VOLANDO (FLYING WHITE DOVES)
   ============================================== */
.doves-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
}

.flying-dove {
  position: absolute;
  width: 48px;
  height: 42px;
  opacity: 0.88;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.95));
  will-change: transform;
}

/* Alas y Cuerpo de la Paloma */
.dove-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.dove-wing-back {
  transform-origin: 26px 20px;
  animation: flapBack 0.42s ease-in-out infinite alternate;
}

.dove-wing-front {
  transform-origin: 28px 22px;
  animation: flapFront 0.42s ease-in-out infinite alternate;
}

@keyframes flapFront {
  0% { transform: rotate(0deg) scaleY(1); }
  100% { transform: rotate(-38deg) scaleY(0.35); }
}

@keyframes flapBack {
  0% { transform: rotate(0deg) scaleY(1); }
  100% { transform: rotate(32deg) scaleY(0.45); }
}

/* Trayectorias de Vuelo */
.flight-path-1 {
  animation: flyAcross1 18s linear infinite;
}
.flight-path-2 {
  animation: flyAcross2 22s linear infinite 3.5s;
}
.flight-path-3 {
  animation: flyAcross3 25s linear infinite 8s;
}
.flight-path-4 {
  animation: flyAcross4 20s linear infinite 13s;
}
.flight-path-5 {
  animation: flyAcross5 23s linear infinite 2s;
}
.flight-path-6 {
  animation: flyAcross6 19s linear infinite 6.5s;
}

@keyframes flyAcross1 {
  0% { transform: translate(-80px, 80vh) rotate(-15deg) scale(0.7); opacity: 0; }
  10% { opacity: 0.9; }
  50% { transform: translate(50vw, 45vh) rotate(-5deg) scale(0.85); }
  90% { opacity: 0.9; }
  100% { transform: translate(105vw, 15vh) rotate(-18deg) scale(1); opacity: 0; }
}

@keyframes flyAcross2 {
  0% { transform: translate(-80px, 60vh) rotate(-10deg) scale(0.6); opacity: 0; }
  15% { opacity: 0.85; }
  50% { transform: translate(45vw, 30vh) rotate(-20deg) scale(0.75); }
  85% { opacity: 0.85; }
  100% { transform: translate(105vw, 5vh) rotate(-12deg) scale(0.85); opacity: 0; }
}

@keyframes flyAcross3 {
  0% { transform: translate(-80px, 95vh) rotate(-22deg) scale(0.9); opacity: 0; }
  10% { opacity: 0.9; }
  50% { transform: translate(60vw, 50vh) rotate(-12deg) scale(1); }
  90% { opacity: 0.9; }
  100% { transform: translate(105vw, 20vh) rotate(-25deg) scale(1.1); opacity: 0; }
}

@keyframes flyAcross4 {
  0% { transform: translate(-80px, 40vh) rotate(-8deg) scale(0.5); opacity: 0; }
  15% { opacity: 0.75; }
  50% { transform: translate(55vw, 25vh) rotate(-15deg) scale(0.65); }
  85% { opacity: 0.75; }
  100% { transform: translate(105vw, 10vh) rotate(-10deg) scale(0.7); opacity: 0; }
}

@keyframes flyAcross5 {
  0% { transform: translate(-80px, 70vh) rotate(-18deg) scale(0.75); opacity: 0; }
  10% { opacity: 0.85; }
  50% { transform: translate(40vw, 35vh) rotate(-8deg) scale(0.9); }
  90% { opacity: 0.85; }
  100% { transform: translate(105vw, -5vh) rotate(-20deg) scale(1); opacity: 0; }
}

@keyframes flyAcross6 {
  0% { transform: translate(-80px, 85vh) rotate(-12deg) scale(0.65); opacity: 0; }
  12% { opacity: 0.8; }
  50% { transform: translate(52vw, 40vh) rotate(-22deg) scale(0.8); }
  88% { opacity: 0.8; }
  100% { transform: translate(105vw, 0vh) rotate(-14deg) scale(0.9); opacity: 0; }
}

.is-hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

/* ==============================================
   REPRODUCTOR DE MÚSICA FLOTANTE (FLOATING DISC)
   ============================================== */
.floating-music-player {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease;
  pointer-events: none;
}

.floating-music-player.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.music-disc {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle, #2b231d, #14100d);
  border: 2px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(201, 158, 50, 0.4);
  position: relative;
  transition: transform 0.3s ease;
}

.music-disc:hover {
  transform: scale(1.08);
}

.music-disc.is-playing {
  animation: spinDisc 6s linear infinite;
}

.music-note-icon {
  color: var(--gold-light);
  font-size: 1.2rem;
}

.music-waves {
  position: absolute;
  bottom: 6px;
  display: flex;
  gap: 2px;
  align-items: flex-end;
  height: 10px;
}

.music-waves span {
  width: 2.5px;
  height: 3px;
  background-color: var(--gold-light);
  border-radius: 1px;
}

.music-disc.is-playing .music-waves span:nth-child(1) {
  animation: waveBar 0.8s infinite ease-in-out;
}
.music-disc.is-playing .music-waves span:nth-child(2) {
  animation: waveBar 0.6s infinite ease-in-out 0.2s;
}
.music-disc.is-playing .music-waves span:nth-child(3) {
  animation: waveBar 0.9s infinite ease-in-out 0.4s;
}

@keyframes spinDisc {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes waveBar {
  0%, 100% { height: 3px; }
  50% { height: 10px; }
}

.music-tooltip {
  background: rgba(32, 26, 24, 0.9);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(201, 158, 50, 0.4);
  backdrop-filter: blur(6px);
  pointer-events: none;
  box-shadow: var(--shadow-sm);
}

.music-tooltip .song-title {
  font-weight: 600;
  color: var(--gold-light);
}

.music-tooltip .song-status {
  font-size: 0.65rem;
  color: #c5b8a5;
}

.yt-hidden-player {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* ==============================================
   CONTENEDOR PRINCIPAL & SECCIONES
   ============================================== */
.invitation-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  animation: fadeInMain 1.5s ease-out;
}

@keyframes fadeInMain {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.section-block {
  padding: 60px 0;
  position: relative;
}

.section-inner {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px 24px;
  border: var(--border-gold);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.section-inner::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px dashed rgba(201, 158, 50, 0.2);
  border-radius: calc(var(--radius-lg) - 4px);
  pointer-events: none;
}

/* Tipografía de Secciones */
.section-pretitle {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--text-gold);
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: #2b221d;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 6px;
}

.title-decor {
  color: var(--gold-primary);
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: inline-block;
}

/* ==============================================
   1. HERO SECTION (PORTADA PRINCIPAL)
   ============================================== */
.hero-section {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 40px;
  position: relative;
}

.hero-content {
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 24px;
  border-radius: 30px;
  border: 2px solid rgba(201, 158, 50, 0.4);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 0 30px rgba(201, 158, 50, 0.15);
  backdrop-filter: blur(10px);
  width: 100%;
  max-width: 580px;
  position: relative;
}

.monogram-badge {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--gold-gradient);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
  border: 3px solid #fff;
}

.monogram-initials {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}

.hero-subtitle {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  letter-spacing: 4px;
  color: var(--text-gold);
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-title {
  font-family: var(--font-script);
  font-size: 3.8rem;
  font-weight: normal;
  color: #2b221d;
  line-height: 1.1;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.hero-ampersand {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--gold-primary);
  margin: -6px 0;
}

.ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

.ornament-divider .line {
  width: 60px;
  height: 1px;
  background: var(--gold-primary);
}

.ornament-heart {
  color: #bf2138;
  font-size: 0.9rem;
  animation: heartPulse 1.8s infinite ease-in-out;
}

@keyframes heartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.25); }
}

.hero-date {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 3px;
  color: #2b221d;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.4;
}

.scroll-down-btn {
  margin-top: 30px;
  color: var(--gold-primary);
  font-size: 1.4rem;
  animation: bounceDown 2s infinite;
  text-decoration: none;
}

@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(8px); }
  60% { transform: translateY(4px); }
}

/* ==============================================
   2. COUNTDOWN TIMER
   ============================================== */
.countdown-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 25px 0 35px;
}

.countdown-card {
  flex: 1;
  max-width: 90px;
}

.card-glass {
  background: linear-gradient(145deg, #ffffff, #f7f2e9);
  border: 1.5px solid rgba(201, 158, 50, 0.4);
  border-radius: var(--radius-md);
  padding: 14px 6px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-number {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  color: #2b221d;
  line-height: 1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.time-label {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  margin-top: 6px;
}

.countdown-colon {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold-primary);
  margin-top: -12px;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-gradient);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  box-shadow: var(--shadow-gold);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(201, 158, 50, 0.45);
  color: #fff;
}

/* ==============================================
   3. PADRES Y PADRINOS
   ============================================== */
.family-intro {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto 30px;
}

.parents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 25px;
}

.family-card {
  background: #fff;
  border: 1px solid rgba(201, 158, 50, 0.25);
  border-radius: var(--radius-md);
  padding: 24px 14px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease;
}

.family-card:hover {
  transform: translateY(-4px);
}

.family-icon {
  font-size: 1.4rem;
  color: var(--gold-primary);
  margin-bottom: 8px;
}

.family-role {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: var(--text-gold);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.parent-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: #2b221d;
  line-height: 1.2;
}

.parent-ampersand {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-primary);
  margin: 3px 0;
}

.godparents-box {
  background: linear-gradient(145deg, #ffffff, #faf6ee);
  border: 2px solid rgba(201, 158, 50, 0.4);
  border-radius: var(--radius-md);
  padding: 26px 16px;
  margin-top: 15px;
  box-shadow: var(--shadow-sm);
}

.godparents-badge {
  font-size: 1.6rem;
  color: var(--gold-primary);
  margin-bottom: 8px;
}

.highlight-name {
  font-size: 1.35rem;
  color: #2b221d;
}

.godparents-note {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 10px;
}

/* ==============================================
   4. LUGARES DE CELEBRACIÓN (EVENT CARDS)
   ============================================== */
.events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}

.event-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(201, 158, 50, 0.3);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.event-card-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ceremony-header {
  background: linear-gradient(135deg, #443830, #201a18);
}

.party-header {
  background: linear-gradient(135deg, #3d2f21, #1e1710);
}

.event-icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: var(--shadow-gold);
}

.event-card-body {
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event-type {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #2b221d;
  margin-bottom: 6px;
}

.event-time {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.event-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 15px;
  flex: 1;
  line-height: 1.35;
}

.event-location-info {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--text-dark);
  font-weight: 500;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-event-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2b221d;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid var(--gold-primary);
  transition: all 0.3s ease;
}

.btn-event-map:hover {
  background: var(--gold-gradient);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

/* ==============================================
   5. ITINERARIO / TIMELINE
   ============================================== */
.timeline-container {
  position: relative;
  max-width: 480px;
  margin: 20px auto 0;
  padding: 10px 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold-primary) 15%, var(--gold-primary) 85%, transparent);
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
  text-align: left;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 2;
  flex-shrink: 0;
}

.timeline-content {
  margin-left: 18px;
  background: #fff;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(201, 158, 50, 0.25);
  box-shadow: var(--shadow-sm);
  flex: 1;
}

.timeline-time {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-gold);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2px;
}

.timeline-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #2b221d;
  font-weight: 700;
  margin-bottom: 4px;
}

.timeline-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.3;
}

/* ==============================================
   6. DRESS CODE
   ============================================== */
.dresscode-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(201, 158, 50, 0.3);
  padding: 25px 20px;
}

.dresscode-tag {
  display: inline-block;
  background: #2b221d;
  color: var(--gold-light);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 25px;
  border: 1px solid var(--gold-primary);
}

.dresscode-columns {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.dress-separator {
  width: 1px;
  height: 100px;
  background: rgba(201, 158, 50, 0.25);
}

.dress-col {
  text-align: center;
}

.dress-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(201, 158, 50, 0.12);
  color: var(--gold-dark);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.dress-col h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #2b221d;
  margin-bottom: 6px;
}

.dress-detail {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.25;
}

.color-palette-sample {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.bride-white-rule {
  background: rgba(191, 33, 56, 0.08);
  border: 1px dashed #bf2138;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: #8c1223;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ==============================================
   7. MESA DE REGALOS (WISHLIST & TRANSFERENCIA)
   ============================================== */
.gifts-intro {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto 25px;
}

.envelope-cash-box {
  background: linear-gradient(145deg, #ffffff, #faf6ef);
  border: 2px solid rgba(201, 158, 50, 0.4);
  border-radius: var(--radius-md);
  padding: 25px 20px;
  margin-bottom: 35px;
  box-shadow: var(--shadow-sm);
}

.cash-icon {
  font-size: 2rem;
  color: var(--gold-primary);
  margin-bottom: 8px;
}

.envelope-cash-box h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: #2b221d;
  margin-bottom: 8px;
}

.envelope-cash-box p {
  font-size: 0.98rem;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto 20px;
}

.bank-details-box {
  background: #fff;
  border: 1px solid rgba(201, 158, 50, 0.3);
  border-radius: 10px;
  padding: 16px;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}

.bank-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f0e6d6;
  font-family: var(--font-sans);
  font-size: 0.85rem;
}

.bank-item:last-of-type {
  border-bottom: none;
}

.bank-label {
  color: var(--text-muted);
}

.bank-val {
  color: #2b221d;
  font-weight: 600;
}

.clabe-code {
  font-family: monospace;
  font-size: 0.95rem;
  color: var(--gold-dark);
}

.btn-copy-clabe {
  width: 100%;
  margin-top: 14px;
  background: var(--gold-gradient);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-copy-clabe:hover {
  filter: brightness(1.08);
}

.wishlist-subtitle {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: #2b221d;
  margin-bottom: 20px;
}

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.wish-item {
  background: #fff;
  border: 1px solid rgba(201, 158, 50, 0.25);
  border-radius: var(--radius-md);
  padding: 20px 12px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.wish-item:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
}

.wish-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(201, 158, 50, 0.1);
  color: var(--gold-dark);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.wish-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #2b221d;
  margin-bottom: 4px;
}

.wish-tag {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.btn-reserve-gift {
  width: 100%;
  background: #fbf8f2;
  color: var(--gold-dark);
  border: 1px solid var(--gold-primary);
  padding: 7px 10px;
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s;
}

.btn-reserve-gift:hover {
  background: var(--gold-gradient);
  color: #fff;
}

/* ==============================================
   8. CONFIRMACIÓN RSVP POR WHATSAPP
   ============================================== */
.rsvp-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(201, 158, 50, 0.3);
  padding: 30px 20px;
  max-width: 520px;
  margin: 0 auto;
}

.rsvp-deadline-badge {
  background: rgba(201, 158, 50, 0.15);
  border: 1px solid var(--gold-primary);
  border-radius: 50px;
  padding: 8px 16px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: #6b4d08;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.rsvp-instructions {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 22px;
}

.rsvp-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.form-group label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: #3b3027;
  margin-bottom: 6px;
}

.form-group label i {
  color: var(--gold-primary);
  margin-right: 4px;
}

.form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcd1c2;
  border-radius: 8px;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: #2b221d;
  background-color: #faf7f2;
  transition: border-color 0.3s;
}

.form-control:focus {
  outline: none;
  border-color: var(--gold-primary);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(201, 158, 50, 0.15);
}

.btn-whatsapp-rsvp {
  background: #25d366;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  padding: 16px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
  margin-top: 10px;
}

.btn-whatsapp-rsvp:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.rsvp-phone-info {
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--text-muted);
}



/* ==============================================
   10. FOOTER
   ============================================== */
.wedding-footer {
  padding: 60px 20px 40px;
  background: #201a18;
  color: #fff;
  margin-top: 40px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.footer-monogram {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--gold-light);
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.footer-couple {
  font-family: var(--font-script);
  font-size: 2.8rem;
  font-weight: normal;
  color: #f7ede2;
  margin-bottom: 12px;
}

.footer-text {
  font-size: 1.05rem;
  font-style: italic;
  color: #c5b8a5;
  max-width: 440px;
  margin: 0 auto 12px;
}

.footer-date {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: var(--gold-primary);
  margin-bottom: 15px;
}

.footer-heart {
  color: #bf2138;
  font-size: 1.2rem;
}

/* ==============================================
   RESPONSIVE DESIGN (MÓVILES & PANTALLAS PEQUEÑAS)
   ============================================== */
@media (max-width: 600px) {
  .hero-title {
    font-size: 3.2rem;
  }
  .parents-grid {
    grid-template-columns: 1fr;
  }
  .events-grid {
    grid-template-columns: 1fr;
  }
  .dresscode-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dress-separator {
    width: 80%;
    height: 1px;
    margin: 0 auto;
  }
  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-inner {
    padding: 30px 16px;
  }
  .time-number {
    font-size: 1.7rem;
  }
  .time-label {
    font-size: 0.58rem;
  }
}
