/* =====================================================
   BODA ROMÁNTICA — Jardín Romántico · Elegancia Francesa
   Paleta: Azul Marino · Rosa Polvoso · Champán · Sage
   Fuentes: Great Vibes · Playfair Display · Raleway
===================================================== */

/* =====================
   VARIABLES
===================== */
:root {
  --navy:          #1B2A4A;
  --navy-mid:      #243660;
  --navy-light:    #2E4577;
  --blush:         #E8B4B8;
  --blush-light:   #F7D4D7;
  --blush-pale:    #FDF0F1;
  --champagne:     #F0D9B5;
  --champagne-dk:  #D4B896;
  --champagne-lt:  #FAF3E8;
  --sage:          #7D9B76;
  --sage-light:    #A3BF9E;
  --rose-dk:       #B5737A;
  --ivory:         #FAFAF8;
  --ivory-soft:    #F4F0EC;
  --text-dark:     #1B2A4A;
  --text:          #3D3347;
  --text-light:    #7A6B7B;
  --text-muted:    #A899AA;
  --white:         #FFFFFF;
  --shadow-sm:     0 2px 16px rgba(27, 42, 74, 0.07);
  --shadow-md:     0 8px 32px rgba(27, 42, 74, 0.12);
  --shadow-lg:     0 18px 56px rgba(27, 42, 74, 0.18);
  --radius:        6px;
  --radius-lg:     14px;
  --radius-xl:     24px;
  --font-script:   'Great Vibes', cursive;
  --font-serif:    'Playfair Display', Georgia, serif;
  --font-sans:     'Raleway', 'Segoe UI', Arial, sans-serif;
  --ease:          cubic-bezier(0.22, 1, 0.36, 1);
}

/* =====================
   RESET & BASE
===================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--text);
  background: var(--ivory);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }

/* =====================
   UTILIDADES GLOBALES
===================== */
.section-pad { padding: 100px 0; }

.sec-header { margin-bottom: 8px; }

.sec-tag {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rose-dk);
  margin-bottom: 12px;
}

.sec-title {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3.8vw, 2.6rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 18px;
}

.sec-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--blush), var(--champagne-dk), var(--blush));
  border-radius: 2px;
  margin: 0 auto;
}

/* =====================
   ANIMACIONES Y REVEALS
===================== */
@keyframes heroEntrance {
  0%   { opacity: 0; transform: translateY(32px) scale(0.97); }
  100% { opacity: 1; transform: none; }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

@keyframes arrowBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .7; }
  50%       { transform: translateX(-50%) translateY(9px); opacity: 1; }
}

.animate-hero {
  animation: heroEntrance 1.4s var(--ease) both;
  animation-delay: 0.2s;
}

/* Clases reveal */
.rv, .rv-left, .rv-right, .rv-scale, .rv-fade {
  will-change: opacity, transform;
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.rv      { opacity: 0; transform: translateY(46px); }
.rv-left { opacity: 0; transform: translateX(-54px); }
.rv-right{ opacity: 0; transform: translateX(54px); }
.rv-scale{ opacity: 0; transform: scale(0.88) translateY(22px); }
.rv-fade { opacity: 0; transform: translateY(20px); }

.rv.visible, .rv-left.visible, .rv-right.visible,
.rv-scale.visible, .rv-fade.visible {
  opacity: 1;
  transform: none;
}

/* ================================================
   1. HERO
   IMAGEN DE FONDO: reemplaza la URL en background-image
================================================ */
.hero-section {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 120px;
  overflow: hidden;
  /* REEMPLAZAR: imagen de boda elegante/jardín/floral */
  background-image: url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(27, 42, 74, 0.84) 0%,
    rgba(27, 42, 74, 0.72) 45%,
    rgba(36, 18, 32, 0.80) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  width: 100%;
}

/* Monograma grande en cursiva */
.hero-monogram {
  font-family: var(--font-script);
  font-size: clamp(3.5rem, 10vw, 7rem);
  color: var(--blush-light);
  line-height: 1;
  margin-bottom: -8px;
  opacity: .35;
  pointer-events: none;
  user-select: none;
  letter-spacing: 0.04em;
}

.hero-pretitle {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--blush-light);
  margin-bottom: 14px;
  opacity: .8;
}

.hero-names {
  font-family: var(--font-script);
  font-size: clamp(3.4rem, 9vw, 6.2rem);
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.hero-names-amp {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-style: italic;
  font-weight: 400;
  color: var(--champagne);
  display: block;
  margin: 2px 0;
  letter-spacing: 0.1em;
}

/* Bloque de fecha: número grande + mes/año + día semana */
.hero-date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(240, 217, 181, 0.3);
  border-radius: var(--radius-xl);
  padding: 14px 30px;
  margin: 20px 0 16px;
  backdrop-filter: blur(4px);
  background: rgba(27, 42, 74, 0.3);
}

.hero-date-num {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 700;
  color: var(--champagne);
  line-height: 1;
}

.hero-date-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.hero-date-month {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 500;
  font-style: italic;
  color: var(--ivory);
  line-height: 1;
}

.hero-date-year {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--blush-light);
}

.hero-date-day {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--champagne-dk);
  border-left: 1px solid rgba(240, 217, 181, 0.3);
  padding-left: 18px;
}

.hero-city {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--blush-light);
  margin-bottom: 28px;
  opacity: .85;
}

/* Countdown — puntos en lugar de ":" */
.countdown-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(232, 180, 184, 0.25);
  border-radius: var(--radius-lg);
  padding: 12px 18px;
  min-width: 58px;
  backdrop-filter: blur(6px);
}

.cd-num {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  color: var(--champagne);
  line-height: 1;
}

.cd-lbl {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 5px;
}

.cd-dot {
  width: 5px;
  height: 5px;
  background: var(--blush);
  border-radius: 50%;
  opacity: .6;
  margin-bottom: 8px;
}

/* Flecha scroll */
.hero-arrow {
  position: absolute;
  bottom: 28px;
  left: 50%;
  font-size: 1.5rem;
  color: var(--blush-light);
  animation: arrowBounce 2.4s ease-in-out infinite;
  z-index: 2;
}

/* ================================================
   2. QUOTE SECTION
================================================ */
.quote-section {
  background: var(--blush-pale);
  position: relative;
}

.quote-section::before {
  content: '';
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--blush));
  margin: 0 auto 48px;
}

.quote-card {
  position: relative;
  padding: 48px 40px 40px;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--blush-light);
}

.quote-mark {
  position: absolute;
  top: 16px;
  left: 28px;
  font-family: var(--font-serif);
  font-size: 6rem;
  font-weight: 700;
  color: var(--blush-light);
  line-height: 1;
  opacity: .5;
  pointer-events: none;
}

.quote-body {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.8vw, 1.7rem);
  font-weight: 400;
  font-style: italic;
  color: var(--navy);
  line-height: 1.75;
  margin: 0 0 20px;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.quote-cite {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-dk);
  font-style: normal;
}

/* ================================================
   3. PARENTS SECTION
================================================ */
.parents-section {
  background: var(--ivory-soft);
}

.parent-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  border: 1px solid var(--blush-light);
  overflow: hidden;
  position: relative;
  transition: box-shadow .4s var(--ease), transform .4s var(--ease);
}

.parent-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

/* Barra decorativa superior */
.parent-card-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blush), var(--champagne-dk), var(--blush));
}

.parent-role {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rose-dk);
  margin-bottom: 20px;
}

.parent-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 4px;
  line-height: 1.4;
}

.parents-amp {
  font-family: var(--font-script);
  font-size: clamp(3rem, 6vw, 4.5rem);
  color: var(--blush);
  line-height: 1;
  text-align: center;
}

/* ================================================
   4. GODPARENTS SECTION
================================================ */
.godparents-section {
  background: var(--champagne-lt);
}

.gp-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 20px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--champagne-dk);
  transition: box-shadow .4s var(--ease), transform .4s var(--ease);
  height: 100%;
}

.gp-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

/* Número decorativo grande en lugar de ícono */
.gp-number {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  color: var(--blush-light);
  line-height: 1;
  margin-bottom: 10px;
}

.gp-cat {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.gp-names {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--navy);
  margin: 0;
  line-height: 1.45;
}

/* ================================================
   5. EVENTO DOBLE (CEREMONIA + RECEPCIÓN)
   Layout: dos bloques lado a lado con separador floral
================================================ */
.event-section {
  background: var(--ivory);
}

.event-duo {
  display: flex;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--blush-light);
}

.event-block {
  flex: 1;
  padding: 52px 44px;
  text-align: center;
}

.event-block:first-child {
  background: var(--blush-pale);
  border-right: 1px solid var(--blush-light);
}

.event-divider {
  display: none; /* solo en móvil */
}

.event-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--blush);
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(232, 180, 184, 0.5);
}

.event-icon-wrap--navy {
  background: var(--navy);
  box-shadow: 0 4px 16px rgba(27, 42, 74, 0.3);
}

.event-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 24px;
}

.ev-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
  display: inline-block;
}

.ev-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text);
  border-bottom: 1px solid var(--blush-light);
}

.ev-list li:last-child { border-bottom: none; }

.ev-list li i {
  color: var(--rose-dk);
  font-size: 0.95rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Botones de evento */
.ev-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 2px;
  transition: all .35s var(--ease);
}

.ev-btn--rose {
  color: var(--rose-dk);
  border: 1.5px solid var(--rose-dk);
  background: transparent;
}
.ev-btn--rose:hover {
  background: var(--rose-dk);
  color: var(--white);
  box-shadow: 0 5px 20px rgba(181, 115, 122, 0.35);
}

.ev-btn--navy {
  color: var(--navy);
  border: 1.5px solid var(--navy);
  background: transparent;
}
.ev-btn--navy:hover {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 5px 20px rgba(27, 42, 74, 0.3);
}

.ev-btn--calendar {
  color: var(--white);
  background: #1a73e8;
  border: none;
  box-shadow: 0 4px 18px rgba(26, 115, 232, 0.3);
}
.ev-btn--calendar:hover {
  background: #1558b0;
  color: var(--white);
  box-shadow: 0 7px 28px rgba(26, 115, 232, 0.42);
  transform: translateY(-2px);
}

/* ================================================
   6. CALENDAR SECTION
================================================ */
.calendar-section {
  background: var(--ivory-soft);
}

.cal-wrap {
  max-width: 540px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 56px 40px;
  text-align: center;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--blush-light);
}

.cal-icon {
  display: block;
  font-size: 2.4rem;
  color: var(--rose-dk);
  margin-bottom: 18px;
}

.cal-text {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--text-light);
  line-height: 1.85;
  margin-bottom: 28px;
}

/* ================================================
   7. DECORATIVE BANNER
   IMAGEN DE FONDO: reemplaza la URL en background-image
================================================ */
.deco-banner {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* REEMPLAZAR: imagen de rosas/jardín/flores románticas */
  background-image: url('https://images.unsplash.com/photo-1457089328109-e5d9bd499191?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.deco-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(27, 42, 74, 0.76) 0%,
    rgba(181, 115, 122, 0.60) 50%,
    rgba(27, 42, 74, 0.76) 100%
  );
}

.deco-content {
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.deco-rose {
  display: block;
  font-size: 1.8rem;
  color: var(--blush-light);
  margin: 0 0 16px;
  line-height: 1;
}

.deco-text {
  font-family: var(--font-script);
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  color: var(--ivory);
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 3px 16px rgba(0,0,0,0.3);
}

/* ================================================
   8. ITINERARIO — PASOS NUMERADOS
   Diseño completamente diferente al timeline vertical:
   bloques con círculos y conector horizontal.
================================================ */
.steps-section {
  background: var(--blush-pale);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

/* Línea horizontal que conecta los pasos */
.steps-grid::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, var(--blush), var(--champagne-dk), var(--navy-light), var(--champagne-dk), var(--blush));
  z-index: 0;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: relative;
  padding: 0 8px;
  z-index: 1;
}

.step-circle {
  width: 88px;
  height: 88px;
  background: var(--white);
  border: 2px solid var(--blush);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
  flex-shrink: 0;
}

.step-circle:hover,
.step-item:hover .step-circle {
  background: var(--blush-pale);
  border-color: var(--rose-dk);
  box-shadow: 0 6px 24px rgba(181, 115, 122, 0.28);
}

.step-circle--alt {
  background: var(--navy);
  border-color: var(--navy);
}

.step-circle--alt .step-time,
.step-circle--alt .step-ampm { color: var(--champagne); }

.step-circle--last {
  background: linear-gradient(135deg, var(--rose-dk), var(--navy));
  border-color: transparent;
}

.step-circle--last .step-time,
.step-circle--last .step-ampm { color: var(--white); }

.step-time {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.step-ampm {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 2px;
}

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

.step-title {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 4px;
}

.step-place {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text-light);
  margin: 0;
  line-height: 1.5;
}

/* Conector individual oculto (solo para semantics del grid) */
.step-connector { display: none; }

/* ================================================
   9. DRESS CODE — LAYOUT HORIZONTAL DIVIDIDO
================================================ */
.dress-section {
  background: var(--ivory);
}

.dress-card {
  display: flex;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--blush-light);
}

.dress-left {
  flex: 0 0 280px;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 52px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dress-ico {
  font-size: 2.6rem;
  color: var(--blush);
  margin-bottom: 18px;
}

.dress-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.3;
  margin-bottom: 12px;
}

.dress-main {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--champagne);
  margin: 0;
}

.dress-right {
  flex: 1;
  padding: 52px 44px;
}

.dress-desc {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-light);
  line-height: 1.85;
  margin-bottom: 24px;
}

/* Swatches de color */
.dress-swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.ds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
  cursor: default;
}
.ds:hover { transform: scale(1.15); box-shadow: var(--shadow-md); }

.dress-palette-lbl {
  font-family: var(--font-sans);
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 22px;
}

.dress-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(181, 115, 122, 0.08);
  border-left: 3px solid var(--rose-dk);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 14px 18px;
}

.dress-note i { color: var(--rose-dk); font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.dress-note span {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--text);
  line-height: 1.6;
}

/* ================================================
   10. RSVP — FONDO MARINO OSCURO
================================================ */
.rsvp-section {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
  position: relative;
  overflow: hidden;
}

.rsvp-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(232, 180, 184, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.rsvp-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(240, 217, 181, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.rsvp-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.rsvp-deco {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: var(--blush);
  line-height: 1;
  margin-bottom: 20px;
  opacity: .7;
}

.rsvp-title {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  color: var(--ivory);
  margin-bottom: 16px;
  line-height: 1.1;
}

.rsvp-sub {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.75);
  line-height: 1.9;
  margin-bottom: 36px;
}

.rsvp-sub strong { color: var(--champagne); font-weight: 500; }

.rsvp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  background: #25D366;
  padding: 15px 38px;
  border-radius: 3px;
  box-shadow: 0 5px 22px rgba(37, 211, 102, 0.35);
  transition: background .35s var(--ease), transform .2s, box-shadow .35s var(--ease);
}

.rsvp-btn i { font-size: 1.15rem; }
.rsvp-btn:hover {
  background: #1DA851;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 9px 32px rgba(37, 211, 102, 0.45);
}

/* ================================================
   11. FOOTER
================================================ */
.footer-section {
  background: var(--navy);
  padding: 68px 24px 44px;
  position: relative;
  text-align: center;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blush), var(--champagne), var(--blush), transparent);
}

.footer-monogram {
  font-family: var(--font-script);
  font-size: clamp(4rem, 9vw, 6.5rem);
  color: var(--blush-light);
  line-height: 1;
  margin-bottom: 4px;
  opacity: .25;
}

.footer-names {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  color: var(--ivory);
  margin-bottom: 8px;
  font-weight: 400;
}

.footer-date {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 28px;
}

.footer-rule {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blush), transparent);
  margin: 0 auto 28px;
}

.footer-msg {
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 2.2vw, 1.2rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(245, 240, 232, 0.68);
  line-height: 1.85;
  margin-bottom: 20px;
}

.footer-city {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(232, 180, 184, 0.55);
  margin: 0;
}

/* ================================================
   RESPONSIVE
================================================ */
@media (max-width: 1024px) {
  .steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .steps-grid::before { display: none; }
}

@media (max-width: 768px) {
  .section-pad { padding: 72px 0; }

  .hero-section { background-attachment: scroll; padding: 60px 20px 100px; }
  .deco-banner  { background-attachment: scroll; min-height: 300px; }

  /* Evento doble → stack vertical en móvil */
  .event-duo {
    flex-direction: column;
  }
  .event-block:first-child {
    border-right: none;
    border-bottom: 1px solid var(--blush-light);
  }
  .event-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    font-size: 1.4rem;
    color: var(--blush);
  }
  .event-block { padding: 40px 28px; }

  /* Dress card → stack vertical */
  .dress-card { flex-direction: column; }
  .dress-left { flex: none; padding: 44px 28px 36px; }
  .dress-right { padding: 36px 28px 44px; }

  /* Steps → 2 columnas en tablet */
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 28px; }

  .hero-date-wrap { gap: 12px; padding: 12px 20px; }
  .hero-date-day { padding-left: 12px; }
}

@media (max-width: 480px) {
  .section-pad { padding: 60px 0; }

  .steps-grid { grid-template-columns: 1fr; gap: 24px; max-width: 320px; margin: 0 auto; }

  .step-item { flex-direction: row; gap: 20px; text-align: left; }
  .step-body { text-align: left; }
  .step-circle { flex-shrink: 0; width: 76px; height: 76px; }

  .cd-item { padding: 10px 12px; min-width: 50px; }
  .cd-num  { font-size: 1.5rem; }

  .quote-card { padding: 40px 24px 32px; }
  .quote-mark { font-size: 4rem; }

  .cal-wrap { padding: 44px 24px; }

  .rsvp-btn { padding: 14px 28px; font-size: 0.72rem; }
}
