/* ==========================================================================
   Ultra-Luxury Mobile-First Wedding Invitation Stylesheet
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Great+Vibes&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --burgundy-dark: #220409;
  --burgundy-wine: #480c17;
  --burgundy-rich: #6b1d2f;
  --burgundy-bright: #8a243b;
  --gold-foil: #c59b7b;
  --gold-primary: #d4af37;
  --gold-light: #f4e8cf;
  --rose-soft: #d89c9c;
  --cream-bg: #faf6f0;
  --cream-card: #ffffff;
  --cream-alt: #f5eee6;
  --text-dark: #241115;
  --text-muted: #6b5559;
  --text-gold: #ab815e;
  --shadow-subtle: 0 10px 30px rgba(74, 14, 27, 0.08);
  --shadow-card: 0 18px 40px rgba(44, 6, 13, 0.14);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
}

/* Reset & Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #1a0307;
}

body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--text-dark);
  line-height: 1.6;
  background: #1a0307;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Mobile App Wrapper (Centered mobile frame on desktop, 100% on mobile) */
.mobile-app-container {
  width: 100%;
  max-width: 440px;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--cream-bg);
  position: relative;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.85);
  overflow-x: hidden;
}

/* Main Content (Hidden until envelope opened) */
.invitation-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1.2s ease, max-height 1.2s ease;
  background: var(--cream-bg);
  padding-bottom: 70px;
}

.invitation-content.visible {
  opacity: 1;
  max-height: 99999px;
  overflow: visible;
}

/* Section Common Styles */
.section-padding {
  padding: 48px 22px;
  position: relative;
}

.section-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-gold);
  text-align: center;
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: var(--burgundy-wine);
  line-height: 1.2;
  margin-bottom: 12px;
}

.title-script {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  display: block;
  color: var(--burgundy-rich);
}

.ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 16px auto 26px;
  color: var(--gold-primary);
  opacity: 0.85;
}

.ornament-divider::before,
.ornament-divider::after {
  content: '';
  height: 1px;
  width: 55px;
  background: linear-gradient(to right, transparent, var(--gold-primary));
}

.ornament-divider::after {
  background: linear-gradient(to left, transparent, var(--gold-primary));
}

/* ==========================================================================
   1. Hero Letterhead Section
   ========================================================================== */
.hero-letterhead {
  padding: 56px 20px 36px;
  text-align: center;
  background: 
    radial-gradient(ellipse at 50% 20%, rgba(244, 232, 207, 0.45) 0%, transparent 80%),
    linear-gradient(180deg, #f7efe4 0%, var(--cream-bg) 100%);
  position: relative;
  border-bottom: 1px solid rgba(197, 155, 123, 0.25);
}

.monogram-badge {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Great Vibes', cursive;
  font-size: 1.85rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.02em;
  color: var(--burgundy-rich);
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(107, 29, 47, 0.12), inset 0 0 10px rgba(212, 175, 55, 0.15);
  overflow: hidden;
  padding: 0 6px;
}

.hero-names {
  font-family: 'Great Vibes', cursive;
  font-size: 3.5rem;
  color: var(--burgundy-rich);
  line-height: 1.15;
  margin: 12px 0;
  text-shadow: 0 2px 6px rgba(107, 29, 47, 0.1);
}

.hero-date-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy-wine);
  padding: 7px 22px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 25px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.hero-venue-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-top: 12px;
}

/* Couple High-Resolution Polaroid Frames */
.couple-photo-showcase {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 14px;
}

.photo-frame {
  background: #ffffff;
  padding: 10px 10px 28px;
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 1px solid rgba(197, 155, 123, 0.3);
}

.photo-frame img {
  width: 148px;
  height: 195px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.photo-frame.tilt-left {
  transform: rotate(-3.5deg);
  z-index: 2;
}

.photo-frame.tilt-right {
  transform: rotate(3.5deg);
  z-index: 3;
  margin-left: -20px;
}

.photo-frame:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 5;
}

.photo-frame-caption {
  font-family: 'Great Vibes', cursive;
  font-size: 1.3rem;
  color: var(--burgundy-rich);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
}

/* ==========================================================================
   2. Love Story & Quotes
   ========================================================================== */
.story-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 34px 24px;
  box-shadow: var(--shadow-subtle);
  border: 1px solid rgba(197, 155, 123, 0.35);
  text-align: center;
  position: relative;
}

.story-card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: calc(var(--radius-md) - 4px);
  pointer-events: none;
}

.quote-symbol {
  font-size: 3.2rem;
  line-height: 1;
  color: var(--gold-primary);
  font-family: Georgia, serif;
}

.romantic-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 500;
  color: var(--burgundy-dark);
  line-height: 1.45;
  margin: 10px 0 16px;
}

.quote-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-gold);
}

.warm-invitation-note {
  font-size: 1.12rem;
  color: var(--text-muted);
  margin-top: 20px;
  line-height: 1.65;
}

/* ==========================================================================
   3. Save The Date & Interactive Calendar & Countdown
   ========================================================================== */
.calendar-section {
  text-align: center;
}

.calendar-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 28px 18px;
  box-shadow: var(--shadow-subtle);
  border: 1px solid rgba(197, 155, 123, 0.4);
  position: relative;
}

.calendar-month-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy-rich);
  margin-bottom: 20px;
}

.calendar-days-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cal-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
}

.cal-weekday {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.cal-circle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(197, 155, 123, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--cream-bg);
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
}

.cal-day.wedding-day .cal-circle {
  background: linear-gradient(135deg, var(--burgundy-rich) 0%, var(--burgundy-wine) 100%);
  border-color: var(--gold-primary);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(107, 29, 47, 0.45);
}

.cal-heart {
  position: absolute;
  top: -9px;
  right: -7px;
  width: 20px;
  height: 20px;
  color: #e53935;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
  animation: heartPulse 1.8s infinite ease-in-out;
}

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

/* Live Countdown Timer */
.countdown-container {
  margin-top: 28px;
}

.countdown-banner {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  color: var(--burgundy-wine);
  margin-bottom: 16px;
}

.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.countdown-box {
  background: linear-gradient(145deg, var(--burgundy-rich) 0%, var(--burgundy-dark) 100%);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: var(--radius-sm);
  padding: 14px 10px;
  min-width: 70px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(44, 6, 13, 0.3);
}

.countdown-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}

.countdown-number.tick {
  animation: numberTick 0.3s ease;
}

.countdown-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-foil);
  margin-top: 6px;
  display: block;
}

@keyframes numberTick {
  0% { transform: scale(1.12); color: #ffffff; }
  100% { transform: scale(1); color: var(--gold-light); }
}

/* ==========================================================================
   4. Serpentine Program Timeline (Winding Path)
   ========================================================================== */
.timeline-wrapper {
  position: relative;
  padding: 16px 0;
}

.timeline-svg-path {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: calc(100% - 60px);
  pointer-events: none;
  z-index: 1;
}

.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  z-index: 2;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.timeline-time-badge {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: linear-gradient(135deg, var(--burgundy-rich) 0%, var(--burgundy-wine) 100%);
  padding: 5px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(107, 29, 47, 0.3);
  margin-bottom: 8px;
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.timeline-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--burgundy-dark);
  margin-bottom: 4px;
}

.timeline-item-desc {
  font-size: 0.98rem;
  color: var(--text-muted);
  max-width: 290px;
  line-height: 1.5;
}

/* ==========================================================================
   5. Venue & Google Maps Integration
   ========================================================================== */
.venue-card {
  background-color: var(--burgundy-wine);
  background-image: 
    radial-gradient(circle at 50% 30%, rgba(109, 25, 41, 0.3) 0%, rgba(20, 4, 8, 0.85) 100%),
    url('../assets/images/burgundy_envelope.jpg');
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
  padding: 38px 24px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 20px 45px rgba(44, 6, 13, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.5);
  position: relative;
  overflow: hidden;
}

.venue-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: calc(var(--radius-lg) - 4px);
  pointer-events: none;
}

.venue-welcome {
  font-family: 'Great Vibes', cursive;
  font-size: 2.7rem;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.venue-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--pearl-ivory);
  margin-bottom: 8px;
}

.venue-address {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 24px;
  letter-spacing: 0.03em;
}

.map-btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #f4e8cf 0%, #d4af37 50%, #c59b7b 100%);
  color: var(--burgundy-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 30px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 85%;
  border: none;
  cursor: pointer;
}

.btn-gold:hover, .btn-gold:active {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(212, 175, 55, 0.5);
}

.btn-gold svg {
  width: 18px;
  height: 18px;
}

/* ==========================================================================
   6. Dress Code & Color Palette
   ========================================================================== */
.palette-swatches {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.swatch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.swatch-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
  transition: transform 0.2s;
}

.swatch-circle:hover {
  transform: scale(1.1);
}

.swatch-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

/* ==========================================================================
   7. RSVP Interactive Form
   ========================================================================== */
.rsvp-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 24px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(197, 155, 123, 0.35);
  position: relative;
}

.rsvp-card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: calc(var(--radius-lg) - 4px);
  pointer-events: none;
}

.form-group {
  margin-bottom: 22px;
  text-align: left;
}

.form-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--burgundy-wine);
  margin-bottom: 8px;
}

.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 13px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  border: 1px solid rgba(197, 155, 123, 0.45);
  border-radius: var(--radius-sm);
  background: #faf7f2;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--burgundy-rich);
  box-shadow: 0 0 0 3px rgba(107, 29, 47, 0.15);
  background: #ffffff;
}

.attendance-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.radio-card {
  position: relative;
  cursor: pointer;
}

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

.radio-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(197, 155, 123, 0.45);
  background: #faf7f2;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--text-muted);
  transition: all 0.25s ease;
}

.radio-card input:checked + .radio-label {
  background: linear-gradient(135deg, var(--burgundy-rich) 0%, var(--burgundy-wine) 100%);
  color: #ffffff;
  border-color: var(--gold-primary);
  box-shadow: 0 6px 16px rgba(107, 29, 47, 0.3);
}

.btn-submit-rsvp {
  width: 100%;
  background: linear-gradient(135deg, var(--burgundy-rich) 0%, var(--burgundy-dark) 100%);
  color: var(--gold-light);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 30px;
  border: 1px solid var(--gold-primary);
  box-shadow: 0 10px 25px rgba(74, 14, 27, 0.35);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 10px;
}

.btn-submit-rsvp:hover, .btn-submit-rsvp:active {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(74, 14, 27, 0.5);
}

/* ==========================================================================
   8. Wishes / Registry & Footer
   ========================================================================== */
.wishes-card {
  text-align: center;
  padding: 34px 22px;
  background: var(--cream-alt);
  border-radius: var(--radius-md);
  border: 1px dashed rgba(197, 155, 123, 0.6);
  margin-top: 20px;
}

.wishes-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--burgundy-wine);
  margin-bottom: 10px;
}

.wishes-text {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.site-footer {
  text-align: center;
  padding: 44px 20px 24px;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.footer-script {
  font-family: 'Great Vibes', cursive;
  font-size: 2.6rem;
  color: var(--burgundy-rich);
  margin-bottom: 6px;
}

/* ==========================================================================
   9. Floating Controls (Audio & Replay)
   ========================================================================== */
.floating-music-btn {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 4, 9, 0.85);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(212, 175, 55, 0.6);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s, background-color 0.2s;
  opacity: 0;
  pointer-events: none;
}

.floating-music-btn.active {
  opacity: 1;
  pointer-events: auto;
}

.floating-music-btn svg {
  width: 22px;
  height: 22px;
}

.floating-music-btn.playing svg {
  animation: spinRecord 4s linear infinite;
}

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

.floating-replay-btn {
  position: fixed;
  bottom: 22px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 4, 9, 0.85);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(212, 175, 55, 0.6);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.floating-replay-btn.active {
  opacity: 1;
  pointer-events: auto;
}

.floating-replay-btn svg {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   10. RSVP Confirmation Modal & Confetti
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-box {
  background: #ffffff;
  width: 100%;
  max-width: 370px;
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  border: 1.5px solid var(--gold-primary);
  transform: scale(0.9);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-overlay.active .modal-box {
  transform: scale(1);
}

.modal-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eef8f2;
  color: #2e7d32;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-icon svg {
  width: 32px;
  height: 32px;
}

.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--burgundy-wine);
  margin-bottom: 8px;
}

.modal-text {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 26px;
}

.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 15px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.btn-secondary {
  background: #f0ebe1;
  color: var(--burgundy-wine);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 13px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

/* Confetti Container */
.confetti-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 300;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 14px;
  animation: confettiFall linear forwards;
}

@keyframes confettiFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(105vh) rotate(720deg);
    opacity: 0;
  }
}
