/* ==========================================================================
   FUTURISTIC & CYBER-BLUSH LUXE WEDDING DESIGN SYSTEM
   Bright, Romantic Pearl Glassmorphism with #F2A7A7 (Soft Blossom Rose)
   ========================================================================== */

:root {
  /* Color Palette - Bright Romantic & Futuristic #F2A7A7 */
  --futuristic-bg: #fff8f8;
  --futuristic-bg-alt: #fef1f2;
  --futuristic-surface: rgba(255, 255, 255, 0.88);
  --futuristic-surface-glass: rgba(255, 255, 255, 0.7);
  --futuristic-surface-hover: #ffffff;
  --futuristic-border: rgba(242, 167, 167, 0.5);
  --futuristic-border-glow: rgba(242, 167, 167, 0.85);
  --futuristic-border-light: rgba(242, 167, 167, 0.28);

  /* Primary Theme Accent #F2A7A7 */
  --rose-primary: #F2A7A7;
  --rose-light: #fce4e4;
  --rose-ultra-light: #fff2f2;
  --rose-medium: #e58a8a;
  --rose-dark: #c95c5c;
  --rose-deep: #781c2d;

  /* Gradients */
  --rose-gradient: linear-gradient(135deg, #fcdada 0%, #f2a7a7 50%, #e58a8a 100%);
  --rose-gradient-glow: linear-gradient(135deg, #ffeef0, #f2a7a7, #e07a7a, #d45d79);
  --rose-text-gradient: linear-gradient(135deg, #5b1320 0%, #8e2239 45%, #c95c5c 100%);
  --gold-accent: #d4af37;
  --gold-gradient: linear-gradient(135deg, #fef08a 0%, #d4af37 50%, #b48c18 100%);

  /* Text Colors - High Contrast for Readability */
  --text-pure: #1e1318;
  --text-main: #332027;
  --text-muted: #745a64;
  --text-rose: #a62d48;

  /* Shadows & Glows */
  --glow-rose-sm: 0 0 15px rgba(242, 167, 167, 0.45);
  --glow-rose-lg: 0 0 35px rgba(242, 167, 167, 0.65);
  --glass-shadow: 0 16px 40px 0 rgba(229, 138, 138, 0.16), 0 2px 10px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  --glass-blur: blur(18px);

  /* Typography */
  --font-serif: 'Cinzel', 'Playfair Display', serif;
  --font-sans: 'Plus Jakarta Sans', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script: 'Great Vibes', 'Sacramento', cursive;
  --font-tech: 'Orbitron', 'Plus Jakarta Sans', monospace;
}

/* ==========================================================================
   GLOBAL RESETS & HIGH-CONTRAST TYPOGRAPHY
   ========================================================================== */
body {
  background-color: var(--futuristic-bg) !important;
  background-image: radial-gradient(circle at 10% 20%, rgba(242, 167, 167, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(242, 167, 167, 0.18) 0%, transparent 45%) !important;
  color: var(--text-main) !important;
  font-family: var(--font-sans) !important;
  overflow-x: hidden !important;
  position: relative;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   NUCLEAR-GRADE WHITE TEXT ELIMINATION
   The old style.css sets color:#fff on 70+ selectors. On our bright #F2A7A7
   background, ALL of those become invisible. This block force-overrides
   every single one with high-contrast readable colors.
   ========================================================================== */

/* --- GLOBAL TEXT RESET (catches EVERYTHING) --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rose-deep) !important;
  font-family: var(--font-serif);
}

p,
span,
label,
li,
td,
th,
div,
blockquote,
figcaption,
small,
strong,
em,
b,
i {
  color: var(--text-main);
}

/* --- HERO SLIDER & SLIDE TEXT (lines 2232, 2364, 2395, 2479, 2510, 2603 in style.css) --- */
.hero-slider,
.hero-slider .swiper-slide,
.hero-style-1,
.hero-style-2,
.hero-style-3,
.hero-style-4,
.static-hero,
.static-hero-s2,
.static-hero-s3,
.static-hero-s4,
.slide-title h2,
.slide-sub-title h3,
.hero-style-1 h2,
.hero-style-2 h2,
.hero-style-3 h2,
.hero-style-4 h2,
.static-hero h2,
.static-hero-s2 h2,
.static-hero-s3 h2,
.static-hero-s4 h2,
.hero-style-1 .slide-title h2,
.hero-style-4 .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.hero-style-1 p,
.hero-style-4 p,
.static-hero p,
.static-hero-s2 p,
.static-hero-s3 p,
.slide-text p,
.slide-main-text h1,
.slide-main-text h2,
.slide-main-text p {
  color: var(--rose-deep) !important;
  text-shadow: none !important;
}

/* --- WEDDING DATE & COUNTDOWN (lines 2395, 2510 in style.css) --- */
.hero-style-1 .wedding-date,
.hero-style-4 .wedding-date,
.static-hero .wedding-date,
.static-hero-s2 .wedding-date,
.hero-style-1 .wedding-date span,
.hero-style-4 .wedding-date span,
.static-hero .wedding-date span,
.static-hero-s2 .wedding-date span,
.static-hero-s3 .wedding-date span,
.static-hero-s4 .wedding-date span,
#clock,
#clock .box,
#clock .box>div,
.count-down-section .count-down-clock>div,
.count-down-clock>div>span {
  color: var(--rose-deep) !important;
}

/* --- SECTION TITLES: ALL variants (line 745 in style.css) --- */
.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2,
.section-title1 h2,
.section-title-new h2,
.bs_fam,
h2.bs_fam,
.section-title p,
.section-title-s2 p,
.section-title-s3 p,
.section-title1 p,
.section-title-new p,
.rob_fam,
p.rob_fam {
  color: var(--rose-deep) !important;
  text-shadow: none !important;
}

/* --- COUPLE / BRIDE & GROOM SECTION --- */
.couple-section,
.couple-section h2,
.couple-section h3,
.couple-section h4,
.couple-section p,
.couple-section span,
.couple-section .couple-name,
.couple-section .couple-text,
.couple-section .couple-text p,
.couple-area h2,
.couple-area h3,
.couple-area p,
.couple-section-s2 h2,
.couple-section-s2 h3,
.couple-section-s2 p,
.groom-bride h2,
.groom-bride h3,
.groom-bride p,
.groom-pic h2,
.bride-pic h2,
.groom-pic p,
.bride-pic p {
  color: var(--rose-deep) !important;
}

/* --- EVENT / STORY / INVITATION SECTION --- */
.event-section h2,
.event-section h3,
.event-section h4,
.event-section p,
.event-section span,
.story-section h2,
.story-section h3,
.story-section h4,
.story-section p,
.story-section span,
.invitation-section h2,
.invitation-section h3,
.invitation-section p,
.invitation-section span,
.invitation-box h2,
.invitation-box p {
  color: var(--rose-deep) !important;
}

/* --- GALLERY / PEOPLE / PARTNERS / GIFT --- */
.gallery-section h2,
.gallery-section h3,
.gallery-section p,
.relative-section h2,
.relative-section h3,
.relative-section h4,
.relative-section p,
.relative-section span,
.partners-section h2,
.partners-section h3,
.partners-section p,
.gift-section h2,
.gift-section h3,
.gift-section p,
.blog-section h2,
.blog-section h3,
.blog-section p {
  color: var(--rose-deep) !important;
}

/* --- RSVP / CONTACT SECTION --- */
.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section p,
.contact-section span,
.contact-section label,
.contact-section .checkbox label {
  color: var(--rose-deep) !important;
}

/* --- FOOTER (lines 3013-3015 in style.css) --- */
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer span,
.footer li,
.footer a,
.footer-style-1 p,
.footer-style-1 li,
.footer-style-2 p,
.footer-style-2 li,
.site-footer p,
.site-footer span,
.site-footer a,
.copyright p,
.copyright span,
.copyright a {
  color: var(--text-main) !important;
}

/* --- NAVBAR (line 1351 uses !important in style.css) --- */
.site-header #navbar>ul li a,
.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
  color: var(--text-main) !important;
}

.site-header #navbar>ul li.current-menu-item>a,
.site-header #navbar>ul li>a:hover {
  color: #ffffff !important;
  background: var(--rose-gradient) !important;
}

/* Mobile nav hamburger bars - keep them visible */
.site-header .navbar-header button span,
.open-btn span.icon-bar {
  background-color: var(--rose-deep) !important;
}

/* Mobile close nav button */
.site-header #navbar .close-navbar {
  background-color: var(--rose-light) !important;
  color: var(--rose-deep) !important;
}

/* --- SWIPER NAVIGATION ARROWS --- */
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  color: var(--rose-dark) !important;
}

.hero-slider .swiper-pagination-bullet-active {
  background: var(--rose-primary) !important;
  color: var(--rose-deep) !important;
}

/* --- RSVP SUCCESS/ERROR MESSAGES (line 198 in style.css) --- */
.validate-rsvp-form #success {
  background-color: rgba(16, 185, 129, 0.2) !important;
  border: 1.5px solid #10b981 !important;
  color: #065f46 !important;
  border-radius: 14px !important;
}

.validate-rsvp-form #error {
  background-color: rgba(239, 68, 68, 0.15) !important;
  border: 1.5px solid #ef4444 !important;
  color: #991b1b !important;
  border-radius: 14px !important;
}

/* --- BACK TO TOP BUTTON --- */
.back-to-top {
  background-color: rgba(242, 167, 167, 0.85) !important;
  border-color: var(--rose-primary) !important;
}

.back-to-top i {
  color: #ffffff !important;
}

/* Remove legacy absolute background borders from old template */
.contact-section .contact-form:before,
.contact-section .contact-form:after,
.invitation-section .invitation-box:before,
.invitation-section .invitation-box:after,
.couple-section .couple-area:before,
.couple-section .couple-area:after {
  display: none !important;
}

/* Override ALL dark background sections from old theme */
section[style*="background"],
.wpo-event-section,
.wpo-couple-section,
.wpo-story-section {
  background: transparent !important;
  background-color: transparent !important;
}

#futuristic-stardust-canvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  pointer-events: none !important;
  z-index: 99999 !important;
  opacity: 0.9 !important;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

/* Luminous Rose Ambient Glow Blobs */
.cosmic-blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  animation: cosmicFloat 18s ease-in-out infinite alternate;
}

.cosmic-blob-1 {
  top: 5%;
  left: -5%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, #fcdada, #f2a7a7);
}

.cosmic-blob-2 {
  bottom: 10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #f2a7a7, #ffd9df);
  animation-delay: -6s;
}

.cosmic-blob-3 {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(242, 167, 167, 0.3), transparent);
  animation-delay: -10s;
}

@keyframes cosmicFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(40px) scale(1.12);
  }

  100% {
    transform: translateY(-30px) scale(0.95);
  }
}

/* ==========================================================================
   OPENING / ENVELOPE GATE MODAL ("BUKA UNDANGAN")
   ========================================================================== */
.futuristic-gate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 50% 30%, #fff1f2 0%, #fde2e4 60%, #fad2d6 100%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  transition: opacity 1.1s cubic-bezier(0.77, 0, 0.175, 1), transform 1.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 1.1s;
}

.futuristic-gate-overlay.opened {
  opacity: 0 !important;
  transform: scale(1.08) translateY(-30px) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.gate-card-wrapper {
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 2px solid var(--futuristic-border);
  border-radius: 32px;
  padding: 45px 32px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(242, 167, 167, 0.35), 0 0 35px rgba(242, 167, 167, 0.3);
  position: relative;
  overflow: hidden;
  animation: gateCardPop 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gate-card-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(242, 167, 167, 0.25) 0%, transparent 65%);
  pointer-events: none;
  animation: rotateShimmer 14s linear infinite;
}

@keyframes gateCardPop {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rotateShimmer {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.gate-top-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.gate-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 167, 167, 0.22);
  border: 1px solid var(--rose-primary);
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rose-deep);
  box-shadow: 0 0 15px rgba(242, 167, 167, 0.3);
}

.gate-fullscreen-toggle {
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
}

.gate-fullscreen-toggle:hover {
  background: var(--rose-gradient);
  color: #ffffff;
  transform: scale(1.1);
}

/* COUPLE PORTRAIT & ROYAL MONOGRAM WAX SEAL */
.gate-ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}

.gate-ambient-1 {
  top: 10%;
  left: 15%;
  width: 320px;
  height: 320px;
  background: rgba(242, 167, 167, 0.4);
}

.gate-ambient-2 {
  bottom: 10%;
  right: 15%;
  width: 350px;
  height: 350px;
  background: rgba(254, 205, 211, 0.45);
}

.gate-couple-portrait-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto 16px;
}

/* DUAL COUPLE PORTRAITS (GROOM & BRIDE) */
.gate-dual-portraits-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 22px !important;
  position: relative !important;
  margin: 0 auto 16px !important;
  width: auto !important;
}

.gate-portrait-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
  transition: transform 0.3s ease !important;
}

.gate-portrait-item:hover {
  transform: translateY(-3px) scale(1.04) !important;
}

.gate-portrait-halo {
  width: 95px !important;
  height: 95px !important;
  border-radius: 50% !important;
  border: 3px solid var(--rose-primary) !important;
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.6), 0 6px 18px rgba(120, 28, 45, 0.25) !important;
  overflow: hidden !important;
  background: #ffffff !important;
  animation: pulseGlow 3s ease-in-out infinite;
}

.gate-portrait-groom .gate-portrait-halo {
  border-color: #f2a7a7 !important;
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.6), 0 6px 18px rgba(120, 28, 45, 0.25) !important;
}

.gate-portrait-bride .gate-portrait-halo {
  border-color: #f472b6 !important;
  box-shadow: 0 0 20px rgba(244, 114, 182, 0.6), 0 6px 18px rgba(120, 28, 45, 0.25) !important;
}

.gate-portrait-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.gate-avatar-label {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: var(--rose-deep) !important;
  margin-top: 6px !important;
}

.gate-wax-seal {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffd7a8, #e58a8a, #c95c5c, #781c2d);
  border: 2.5px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(120, 28, 45, 0.35), 0 0 15px rgba(242, 167, 167, 0.6);
  animation: waxPulse 3.5s ease-in-out infinite;
}

.gate-wax-seal-center {
  position: absolute !important;
  left: 50% !important;
  top: 42% !important;
  transform: translate(-50%, -50%) !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 5 !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 35% 35%, #ffd7a8, #e58a8a, #c95c5c, #781c2d) !important;
  border: 2px solid #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 15px rgba(120, 28, 45, 0.4), 0 0 15px rgba(242, 167, 167, 0.7) !important;
  animation: waxPulse 3.5s ease-in-out infinite !important;
}

@keyframes waxPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 6px 18px rgba(120, 28, 45, 0.35);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(242, 167, 167, 0.7), 0 0 20px rgba(212, 175, 55, 0.5);
  }
}

.wax-seal-inner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gate-seal-letter {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.gate-seal-amp {
  font-family: var(--font-serif);
  font-size: 10px;
  color: #ffe4e6;
  margin: 0 2px;
  line-height: 1;
}

.gate-date-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(242, 167, 167, 0.18);
  border: 1px solid var(--rose-primary);
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--rose-deep);
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.gate-guest-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(242, 167, 167, 0.25));
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: #92400e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.hero-celebration-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid var(--rose-primary);
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rose-deep);
  letter-spacing: 0.5px;
  margin: 0 auto 24px;
  box-shadow: 0 4px 18px rgba(242, 167, 167, 0.35);
}

.gate-greeting-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rose-deep);
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid rgba(242, 167, 167, 0.4);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.gate-couple-names {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 2px;
  background: var(--rose-text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 6px;
  line-height: 1.25;
}

.gate-subtext {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.gate-guest-container {
  background: rgba(242, 167, 167, 0.12);
  border: 1.5px dashed var(--rose-primary);
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}

.gate-guest-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.gate-guest-name {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 800;
  color: var(--rose-deep);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.gate-invitation-note {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.gate-action-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.gate-audio-notice {
  font-size: 11px;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gate-btn-open {
  background: var(--rose-gradient);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(229, 138, 138, 0.5);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.gate-btn-open:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 15px 40px rgba(229, 138, 138, 0.7);
  background: linear-gradient(135deg, #f7baba, #e58a8a, #c95c5c);
  color: #ffffff !important;
}

.gate-btn-open::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: rotate(25deg) translateY(-100%);
  animation: shineGleam 3.5s ease-in-out infinite;
}

@keyframes shineGleam {
  0% {
    transform: rotate(25deg) translateY(-120%);
  }

  40%,
  100% {
    transform: rotate(25deg) translateY(140%);
  }
}

/* ==========================================================================
   FLOATING SOUNDWAVE MUSIC PLAYER WIDGET
   ========================================================================== */
.futuristic-music-widget {
  position: fixed;
  bottom: 28px;
  left: 28px;
  top: auto;
  right: auto;
  z-index: 99990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid var(--rose-primary);
  border-radius: 999px;
  padding: 8px 18px 8px 12px;
  min-width: 195px;
  box-shadow: 0 10px 30px rgba(110, 46, 58, 0.2);
  transition: all 0.35s ease;
  cursor: pointer;
  white-space: nowrap;
}

.futuristic-music-widget:hover {
  border-color: var(--rose-dark);
  box-shadow: 0 12px 35px rgba(242, 167, 167, 0.55);
  transform: translateY(-2px);
}

.music-vinyl-disc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f2a7a7 18%, #2d151e 22%, #68303d 45%, #2d151e 70%, #f2a7a7 100%);
  border: 1.5px solid var(--rose-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: spinVinyl 5s linear infinite;
  animation-play-state: paused;
}

.futuristic-music-widget.playing .music-vinyl-disc {
  animation-play-state: running;
}

@keyframes spinVinyl {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.music-vinyl-center {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1.5px solid var(--rose-primary);
  border-radius: 50%;
}

.music-soundwaves {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 18px;
}

.soundwave-bar {
  width: 3px;
  height: 4px;
  background: var(--rose-gradient);
  border-radius: 3px;
  transition: height 0.2s ease;
}

.futuristic-music-widget.playing .soundwave-bar:nth-child(1) {
  animation: soundwave 1.1s ease-in-out infinite alternate;
}

.futuristic-music-widget.playing .soundwave-bar:nth-child(2) {
  animation: soundwave 0.8s ease-in-out infinite alternate 0.2s;
}

.futuristic-music-widget.playing .soundwave-bar:nth-child(3) {
  animation: soundwave 1.3s ease-in-out infinite alternate 0.4s;
}

.futuristic-music-widget.playing .soundwave-bar:nth-child(4) {
  animation: soundwave 0.9s ease-in-out infinite alternate 0.1s;
}

@keyframes soundwave {
  0% {
    height: 4px;
  }

  100% {
    height: 18px;
  }
}

.music-meta-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.25;
  white-space: nowrap;
}

.music-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--rose-deep);
  text-transform: uppercase;
  white-space: nowrap;
}

.music-track-title {
  font-size: 11px;
  font-weight: 600;
  color: #382027;
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
   FLOATING BOTTOM NAVIGATION DOCK (MOBILE & DESKTOP)
   ========================================================================== */
.futuristic-bottom-dock {
  position: fixed !important;
  bottom: 22px !important;
  left: 50% !important;
  right: auto !important;
  transform: translate3d(-50%, 0, 0) !important;
  -webkit-transform: translate3d(-50%, 0, 0) !important;
  margin: 0 auto !important;
  z-index: 99980 !important;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--rose-primary);
  border-radius: 999px;
  padding: 6px 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 15px 40px rgba(242, 167, 167, 0.35), 0 0 25px rgba(242, 167, 167, 0.25);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: max-content;
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
}

.dock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--text-muted) !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
}

.dock-item i,
.dock-item svg {
  font-size: 18px;
  margin-bottom: 2px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dock-item:hover,
.dock-item.active {
  color: #ffffff !important;
  background: var(--rose-gradient);
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.5);
}

.dock-item:hover i,
.dock-item.active i {
  transform: translateY(-2px) scale(1.15);
}

/* ==========================================================================
   FUTURISTIC CYBER-BLUSH LUXURY NAVBAR SYSTEM
   ========================================================================== */
.site-header {
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  border-bottom: 1.5px solid rgba(242, 167, 167, 0.45) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99900 !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 28px rgba(242, 167, 167, 0.18), 0 1px 3px rgba(45, 21, 30, 0.04) !important;
}

.site-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(242, 167, 167, 0.6) 20%, #e07085 50%, rgba(242, 167, 167, 0.6) 80%, transparent 100%);
  opacity: 0.85;
  pointer-events: none;
}

.site-header .topbar {
  display: none !important;
}

.site-header .navigation,
.navigation.navbar {
  background: transparent !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding: 10px 0 !important;
  transition: all 0.3s ease !important;
}

.site-header .navigation.sticky-header {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(28px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(200%) !important;
  box-shadow: 0 8px 35px rgba(196, 100, 118, 0.22) !important;
}

.mobile-sticky-logo {
  font-family: var(--font-serif, 'Playfair Display', serif) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  background: linear-gradient(135deg, #2d151e 0%, #a63f53 50%, #df7487 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 6px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.mobile-sticky-logo:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 2px 8px rgba(242, 167, 167, 0.5));
}

@media screen and (min-width: 992px) {

  .site-header #navbar>ul,
  .navigation .navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    float: right !important;
    margin: 0 !important;
  }

  .site-header #navbar>ul>li,
  .navigation .navbar-nav>li {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    position: relative !important;
  }

  .site-header #navbar>ul>li>a,
  .navigation .navbar-nav>li>a {
    font-family: var(--font-main, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    color: #4f3b41 !important;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(242, 167, 167, 0.3) !important;
    background: rgba(255, 255, 255, 0.65) !important;
    transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    position: relative !important;
  }

  .site-header #navbar>ul>li>a:hover,
  .site-header #navbar>ul>li>a:focus,
  .navigation .navbar-nav>li>a:hover,
  .navigation .navbar-nav>li>a:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #f7b4b4 0%, #d47082 100%) !important;
    border-color: transparent !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 4px 14px rgba(212, 112, 130, 0.35) !important;
  }

  .site-header #navbar>ul>li.active>a,
  .site-header #navbar>ul>li.current-menu-item>a,
  .navigation .navbar-nav>li.active>a,
  .navigation .navbar-nav>li.current-menu-item>a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%) !important;
    border-color: transparent !important;
    font-weight: 800 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 16px rgba(196, 100, 118, 0.45) !important;
  }
}

/* Hide preloader */
.preloader {
  display: none !important;
}

/* ==========================================================================
   HERO / SLIDER SECTION
   ========================================================================== */
.hero-slider {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdf2f4;
  padding: 120px 0 90px;
}

.hero-slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: scale(1.05);
  animation: heroKenBurns 20s infinite alternate ease-in-out;
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.12);
  }
}

.hero-slider .slide-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 245, 245, 0.7) 0%,
      rgba(255, 240, 243, 0.5) 40%,
      rgba(255, 245, 245, 0.9) 85%,
      var(--futuristic-bg) 100%);
}

.hero-monogram-crest {
  display: flex !important;
  justify-content: center !important;
  margin-top: 35px !important;
  margin-bottom: 14px !important;
  position: relative !important;
  z-index: 12 !important;
}

.hero-badge-glow {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 2px solid var(--rose-primary) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.6), inset 0 0 8px rgba(242, 167, 167, 0.2) !important;
  animation: pulseGlow 3s ease-in-out infinite !important;
}

.hero-badge-glow .monogram-letter {
  font-family: var(--font-serif) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  color: var(--rose-deep) !important;
  line-height: 1 !important;
}

.hero-badge-glow .monogram-amp {
  font-family: var(--font-serif) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--rose-dark) !important;
  line-height: 1 !important;
  margin: 0 4px !important;
}

.hero-glass-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: var(--glass-blur) !important;
  border: 1.5px solid var(--rose-primary) !important;
  padding: 6px 20px !important;
  border-radius: 999px !important;
  color: var(--rose-deep) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.35) !important;
  animation: fadeInDown 1s ease both !important;
}

.hero-title-glowing {
  font-family: var(--font-serif) !important;
  font-size: clamp(24px, 3.8vw, 42px) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  background: var(--rose-text-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0 auto 10px !important;
  line-height: 1.25 !important;
  max-width: 880px !important;
  word-wrap: break-word !important;
}

.hero-date-badge {
  display: inline-block !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  color: var(--rose-deep) !important;
  text-transform: uppercase !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1.5px solid var(--rose-primary) !important;
  backdrop-filter: blur(8px) !important;
  padding: 6px 20px !important;
  border-radius: 999px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.25) !important;
  max-width: 90% !important;
  white-space: normal !important;
  line-height: 1.4 !important;
}

.hero-celebration-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1.5px solid var(--rose-primary) !important;
  backdrop-filter: blur(8px) !important;
  padding: 5px 16px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: var(--rose-deep) !important;
  margin-bottom: 14px !important;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.2) !important;
}

/* ==========================================================================
   FUTURISTIC COUNTDOWN CLOCK
   ========================================================================== */
.futuristic-clock-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 auto 16px !important;
  max-width: 480px !important;
}

.clock-glass-card {
  flex: 1 !important;
  min-width: 65px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: var(--glass-blur) !important;
  -webkit-backdrop-filter: var(--glass-blur) !important;
  border: 1.5px solid var(--rose-primary) !important;
  border-radius: 14px !important;
  padding: 10px 6px !important;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.25) !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.clock-glass-card:hover {
  transform: translateY(-3px) !important;
  border-color: var(--rose-dark) !important;
  box-shadow: 0 8px 20px rgba(242, 167, 167, 0.4) !important;
}

.clock-glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--rose-gradient);
}

.clock-digit-val {
  font-family: var(--font-tech) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  background: var(--rose-text-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 2px !important;
  display: block !important;
}

.clock-digit-lbl {
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  color: var(--rose-dark) !important;
  text-transform: uppercase !important;
}

.hero-quick-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 auto 14px !important;
  max-width: 680px !important;
}

.btn-hero-action {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1.5px solid var(--rose-primary) !important;
  color: var(--rose-deep) !important;
  font-weight: 800 !important;
  font-size: 11.5px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(242, 167, 167, 0.2) !important;
  transition: all 0.25s ease !important;
}

.btn-hero-action:hover {
  background: rgba(242, 167, 167, 0.25) !important;
  border-color: var(--rose-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(242, 167, 167, 0.35) !important;
  color: var(--rose-deep) !important;
}

.btn-hero-action.primary {
  background: var(--rose-gradient) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(242, 167, 167, 0.45) !important;
}

.btn-hero-action.primary:hover {
  background: linear-gradient(135deg, #f7baba, #e58a8a, #c95c5c) !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 8px 22px rgba(242, 167, 167, 0.6) !important;
  color: #ffffff !important;
}

/* Scroll Down Pulse Button (CLEAR SEPARATION FROM SWIPER PAGINATION) */
.hero-scroll-indicator {
  margin-top: 6px !important;
  margin-bottom: 26px !important;
  position: relative !important;
  z-index: 16 !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 5px !important;
  color: var(--rose-deep) !important;
  text-decoration: none !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
}

.hero-scroll-indicator:hover {
  color: var(--rose-dark) !important;
  transform: translateY(3px) !important;
}

.mouse-wheel-box {
  width: 18px !important;
  height: 28px !important;
  border: 1.5px solid var(--rose-primary) !important;
  border-radius: 999px !important;
  display: flex !important;
  justify-content: center !important;
  padding-top: 4px !important;
  box-shadow: 0 0 10px rgba(242, 167, 167, 0.3) !important;
  background: #ffffff !important;
}

.mouse-wheel-dot {
  width: 3px !important;
  height: 6px !important;
  background: var(--rose-dark) !important;
  border-radius: 999px !important;
  animation: mouseScroll 1.8s ease-in-out infinite !important;
}

/* SWIPER PAGINATION DOTS (SAFE BOTTOM POSITION) */
.hero-slider .swiper-pagination {
  bottom: 8px !important;
  z-index: 12 !important;
}

@keyframes mouseScroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}

/* ==========================================================================
   SECTION COMMON STYLING
   ========================================================================== */
section.section-padding {
  padding: 100px 0;
  position: relative;
  background: transparent !important;
}

.section-title-futuristic {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.sec-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 167, 167, 0.2);
  border: 1px solid var(--rose-primary);
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 14px;
}

.sec-title-main {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1.5px;
  background: var(--rose-text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px;
}

.sec-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

.sec-divider-glow {
  width: 80px;
  height: 3px;
  background: var(--rose-gradient);
  margin: 18px auto 0;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(242, 167, 167, 0.7);
}

/* ==========================================================================
   COUPLE SECTION
   ========================================================================== */
.couple-section {
  position: relative;
}

.couple-futuristic-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 30px;
  padding: 42px 30px;
  text-align: center;
  box-shadow: var(--glass-shadow);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
}

.couple-futuristic-card:hover {
  transform: translateY(-8px);
  border-color: var(--rose-primary);
  box-shadow: var(--glass-shadow), 0 0 35px rgba(242, 167, 167, 0.4);
}

.couple-futuristic-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--rose-gradient);
}

.couple-role-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rose-deep);
  background: rgba(242, 167, 167, 0.2);
  border: 1px solid var(--rose-primary);
  padding: 5px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.couple-avatar-halo {
  width: 200px;
  height: 200px;
  margin: 0 auto 25px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, var(--rose-primary), #ffd9df, #f2a7a7);
  position: relative;
  box-shadow: 0 0 30px rgba(242, 167, 167, 0.45);
  animation: haloRotate 12s linear infinite;
}

@keyframes haloRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.couple-avatar-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 2px solid #fff;
}

.couple-avatar-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.couple-futuristic-card:hover .couple-avatar-img-wrap img {
  transform: scale(1.08);
}

.couple-name-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 10px;
  letter-spacing: 1px;
}

.couple-bio-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.couple-social-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.couple-social-pills a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid var(--rose-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rose-deep) !important;
  font-size: 16px;
  transition: all 0.3s ease;
}

.couple-social-pills a:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  transform: scale(1.15) translateY(-3px);
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.6);
}

.couple-digital-signature {
  font-family: var(--font-script);
  font-size: 44px;
  color: var(--rose-dark);
  line-height: 1;
}

/* Center Ampersand between couple */
.couple-center-ampersand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--rose-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 800;
  color: var(--rose-deep);
  z-index: 10;
  box-shadow: 0 0 25px rgba(242, 167, 167, 0.45);
}

@media (max-width: 991px) {
  .couple-center-ampersand {
    display: none;
  }
}

/* ==========================================================================
   SAVE THE DATE & INVITATION CARD SECTION
   ========================================================================== */
.invitation-section {
  position: relative;
}

.invitation-futuristic-card {
  max-width: 780px;
  margin: 0 auto;
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 2px solid var(--futuristic-border);
  border-radius: 34px;
  padding: 55px 40px;
  text-align: center;
  box-shadow: var(--glass-shadow), 0 0 45px rgba(242, 167, 167, 0.25);
  position: relative;
  overflow: hidden;
}

.invitation-futuristic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(242, 167, 167, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.invitation-card-title {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 800;
  background: var(--rose-text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.invitation-card-venue {
  font-size: 16px;
  color: var(--text-main);
  margin-bottom: 28px;
  line-height: 1.6;
}

.calendar-action-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-calendar-add {
  background: rgba(242, 167, 167, 0.18);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 12px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-calendar-add:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.5);
}

/* ==========================================================================
   LOVE STORY TIMELINE SECTION
   ========================================================================== */
.story-section {
  position: relative;
}

.futuristic-story-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.futuristic-story-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: linear-gradient(180deg,
      transparent 0%,
      var(--rose-primary) 15%,
      var(--rose-primary) 85%,
      transparent 100%);
  box-shadow: 0 0 12px rgba(242, 167, 167, 0.6);
}

.story-timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.story-timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.story-timeline-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3.5px solid var(--rose-primary);
  box-shadow: 0 0 20px var(--rose-primary);
  z-index: 10;
}

.story-timeline-content {
  width: 45%;
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--glass-shadow);
  transition: all 0.35s ease;
}

.story-timeline-content:hover {
  transform: translateY(-5px);
  border-color: var(--rose-primary);
  box-shadow: var(--glass-shadow), 0 0 25px rgba(242, 167, 167, 0.35);
}

.story-media-box {
  width: 100%;
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
}

.story-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.story-timeline-content:hover .story-media-box img {
  transform: scale(1.08);
}

.story-date-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--rose-deep);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.story-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 800;
  color: var(--text-pure);
  margin: 0 0 10px;
}

.story-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .futuristic-story-timeline::before {
    left: 20px;
  }

  .story-timeline-item,
  .story-timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 50px;
  }

  .story-timeline-node {
    left: 20px;
  }

  .story-timeline-content {
    width: 100%;
  }
}

/* ==========================================================================
   EVENTS & LOKASI (AKAD & RESEPSI) SECTION
   ========================================================================== */
.event-section {
  position: relative;
}

.event-futuristic-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 30px;
  padding: 38px 28px;
  text-align: center;
  box-shadow: var(--glass-shadow);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
}

.event-futuristic-card:hover {
  transform: translateY(-8px);
  border-color: var(--rose-primary);
  box-shadow: var(--glass-shadow), 0 0 35px rgba(242, 167, 167, 0.4);
}

.event-futuristic-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--rose-gradient);
}

.event-icon-badge {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(242, 167, 167, 0.18);
  border: 1.5px solid var(--rose-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--rose-dark);
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.35);
}

.event-card-title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 16px;
}

.event-datetime-pill {
  background: rgba(242, 167, 167, 0.12);
  border: 1px solid var(--futuristic-border);
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 18px;
}

.event-date-row {
  font-size: 15px;
  font-weight: 800;
  color: var(--rose-deep);
  margin-bottom: 4px;
}

.event-time-row {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}

.event-venue-text {
  font-size: 14px;
  color: var(--text-main);
  line-height: 1.65;
  margin-bottom: 24px;
  min-height: 45px;
}

.event-actions-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-futuristic-primary {
  background: var(--rose-gradient);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 999px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.45);
}

.btn-futuristic-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(242, 167, 167, 0.65);
  background: linear-gradient(135deg, #f7baba, #e58a8a, #c95c5c);
  color: #ffffff !important;
}

.btn-futuristic-outline {
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 11px 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-futuristic-outline:hover {
  background: rgba(242, 167, 167, 0.25);
  border-color: var(--rose-dark);
  color: var(--rose-deep) !important;
}

/* ==========================================================================
   DIGITAL GIFT & AMPLOP CASHLESS SECTION
   ========================================================================== */
.gift-section {
  position: relative;
}

/* GIFT CATEGORY TABS */
.gift-nav-tabs {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid var(--rose-primary);
  border-radius: 999px;
  padding: 5px;
  gap: 6px;
  box-shadow: 0 4px 20px rgba(242, 167, 167, 0.25);
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.gift-tab-btn {
  background: transparent;
  border: none;
  color: var(--rose-deep);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.gift-tab-btn:hover {
  background: rgba(242, 167, 167, 0.25);
}

.gift-tab-btn.active {
  background: var(--rose-gradient);
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.45);
}

.gift-tab-pane {
  display: none;
  animation: fadeIn 0.4s ease both;
}

.gift-tab-pane.active {
  display: block;
}

/* PHYSICAL GIFT DELIVERY CARD */
.physical-gift-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: var(--glass-shadow);
  margin-bottom: 25px;
}

.gift-delivery-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 167, 167, 0.18);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.delivery-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 800;
  color: var(--rose-dark);
  margin: 0 0 10px;
}

.delivery-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 24px;
}

.delivery-address-box {
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px dashed var(--rose-primary);
  border-radius: 20px;
  padding: 22px;
  text-align: left;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.15);
}

.delivery-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}

.delivery-row:last-child {
  margin-bottom: 0;
}

.deliv-lbl {
  font-weight: 800;
  color: var(--rose-dark);
  min-width: 90px;
}

.deliv-val {
  color: var(--text-pure);
  font-weight: 600;
  flex: 1;
}

.btn-copy-mini {
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-copy-mini:hover {
  background: var(--rose-gradient);
  color: #ffffff;
}

.delivery-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-delivery-copy {
  background: var(--rose-gradient);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.35);
  transition: all 0.3s ease;
}

.btn-delivery-copy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.5);
}

.btn-delivery-wa {
  background: #25D366;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.btn-delivery-wa:hover {
  background: #1eb956;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}

.gift-cards-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.gift-cards-row>[class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 20px;
}

.bank-card-futuristic {
  background: linear-gradient(135deg, #ffffff 0%, #fff0f2 60%, #fedde1 100%);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--rose-primary);
  border-radius: 24px;
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--glass-shadow);
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

.bank-card-futuristic:hover {
  transform: translateY(-5px);
  border-color: var(--rose-dark);
  box-shadow: var(--glass-shadow), 0 0 30px rgba(242, 167, 167, 0.35);
}

.bank-card-chip {
  width: 40px;
  height: 28px;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  border-radius: 5px;
  margin-bottom: 14px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.bank-card-logo-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--font-tech);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: var(--rose-deep);
  line-height: 1;
}

.bank-acc-number {
  font-family: var(--font-tech);
  font-size: clamp(16px, 3.2vw, 20px);
  font-weight: 800;
  letter-spacing: clamp(1px, 0.4vw, 2.5px);
  color: var(--text-pure);
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bank-acc-holder {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-copy-acc {
  background: rgba(242, 167, 167, 0.22);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.btn-copy-acc:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.4);
}

/* ==========================================================================
   RSVP & LIVE WISHES / DO'A GUESTBOOK SECTION
   ========================================================================== */
.contact-section {
  position: relative;
}

.rsvp-form-container {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 30px;
  padding: 38px 30px;
  box-shadow: var(--glass-shadow);
  margin-bottom: 40px;
}

.futuristic-input-group {
  margin-bottom: 20px;
}

.futuristic-input-group label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 8px;
}

.form-control.futuristic-control {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1.5px solid var(--rose-primary) !important;
  border-radius: 16px !important;
  color: var(--text-pure) !important;
  font-size: 14px !important;
  padding: 12px 18px !important;
  height: auto !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.form-control.futuristic-control:focus {
  border-color: var(--rose-dark) !important;
  box-shadow: 0 0 15px rgba(242, 167, 167, 0.45) !important;
  background: #ffffff !important;
}

.form-control.futuristic-control::placeholder {
  color: #94a3b8 !important;
}

/* Attendance Radio Pills */
.attendance-toggle-box {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.attendance-pill-label {
  flex: 1;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 16px;
  padding: 12px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.attendance-pill-label input[type="radio"],
.attendance-pill-label input[type="checkbox"] {
  display: none;
}

.attendance-pill-label.active,
.attendance-pill-label:has(input:checked) {
  background: rgba(242, 167, 167, 0.25);
  border-color: var(--rose-dark);
  color: var(--rose-deep);
  box-shadow: 0 0 15px rgba(242, 167, 167, 0.35);
}

/* LIVE WISHES / DO'A FEED */
.wishes-card-container {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 30px;
  padding: 32px;
  box-shadow: var(--glass-shadow);
}

.wishes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid rgba(242, 167, 167, 0.3);
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.wishes-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wishes-count-badge {
  background: var(--rose-gradient);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
}

.wishes-scroll-box {
  max-height: 480px;
  overflow-y: auto;
  padding-right: 8px;
}

.wishes-scroll-box::-webkit-scrollbar {
  width: 6px;
}

.wishes-scroll-box::-webkit-scrollbar-track {
  background: rgba(242, 167, 167, 0.15);
  border-radius: 10px;
}

.wishes-scroll-box::-webkit-scrollbar-thumb {
  background: var(--rose-primary);
  border-radius: 10px;
}

.wish-item-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(242, 167, 167, 0.35);
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.1);
}

.wish-item-card:hover {
  border-color: var(--rose-primary);
  background: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.25);
}

.wish-user-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.wish-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wish-user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--rose-gradient);
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(242, 167, 167, 0.4);
}

.wish-user-name {
  font-weight: 800;
  font-size: 14px;
  color: var(--rose-deep);
}

.wish-time {
  font-size: 11px;
  color: var(--text-muted);
}

.wish-status-badge {
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.15);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.wish-status-badge.absent {
  background: rgba(239, 68, 68, 0.15);
  color: #dc2626;
  border-color: rgba(239, 68, 68, 0.3);
}

.wish-body-text {
  font-size: 14px;
  color: var(--text-main);
  line-height: 1.65;
  margin: 0 0 12px;
}

.wish-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-wish-love {
  background: transparent;
  border: 1.5px solid rgba(242, 167, 167, 0.5);
  color: var(--rose-dark);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.25s ease;
}

.btn-wish-love:hover,
.btn-wish-love.loved {
  background: rgba(242, 167, 167, 0.25);
  border-color: var(--rose-dark);
  box-shadow: 0 0 12px rgba(242, 167, 167, 0.45);
  transform: scale(1.06);
}

/* ==========================================================================
   TOAST NOTIFICATION COMPONENT
   ========================================================================== */
.futuristic-toast {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border: 2px solid var(--rose-primary);
  border-radius: 999px;
  padding: 12px 26px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(242, 167, 167, 0.45);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.futuristic-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ==========================================================================
   GALLERY & PEOPLE SECTION MODERN TOUCHES
   ========================================================================== */
.gallery-fancybox .grid {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1.5px solid var(--futuristic-border);
  box-shadow: var(--glass-shadow);
  transition: all 0.35s ease;
}

.gallery-fancybox .grid:hover {
  transform: scale(1.03);
  border-color: var(--rose-primary);
  box-shadow: 0 0 25px rgba(242, 167, 167, 0.45);
}

.relative-section .tablist ul.nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

.relative-section .tablist ul.nav li a {
  background: var(--futuristic-surface) !important;
  border: 1.5px solid var(--futuristic-border) !important;
  border-radius: 999px !important;
  color: var(--rose-deep) !important;
  font-weight: 800 !important;
  padding: 10px 24px !important;
  transition: all 0.3s ease !important;
}

.relative-section .tablist ul.nav li.active a,
.relative-section .tablist ul.nav li a:hover {
  background: var(--rose-gradient) !important;
  color: #ffffff !important;
  border-color: var(--rose-primary) !important;
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.5) !important;
}

/* ==========================================================================
/* ==========================================================================
   GRAND ROYAL WEDDING FOOTER
   ========================================================================== */
.footer.royal-wedding-footer {
  background: linear-gradient(180deg, #fff2f5 0%, #ffe3ea 40%, #ffd4de 100%) !important;
  border-top: 2px solid var(--rose-primary);
  padding: 70px 0 130px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer.royal-wedding-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 4px;
  background: var(--rose-gradient);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.8);
}

.footer-royal-crest {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto 25px !important;
}

.footer-monogram-badge {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--rose-primary);
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 16px !important;
  box-shadow: 0 0 25px rgba(242, 167, 167, 0.6), inset 0 0 10px rgba(242, 167, 167, 0.2);
  animation: pulseGlow 3s ease-in-out infinite;
  box-sizing: border-box;
}

.footer-monogram-badge .monogram-letter {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 800;
  color: var(--rose-deep);
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer-monogram-badge .monogram-amp {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--rose-dark);
  line-height: 1;
  margin: 0 5px;
  display: inline-block;
  opacity: 0.85;
}

.footer-couple-name {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--rose-deep);
  margin: 0 0 6px;
}

.footer-couple-date {
  font-size: 13px;
  font-weight: 700;
  color: var(--rose-dark);
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.footer-blessing-quote-box {
  max-width: 680px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 22px 28px;
  border: 1.5px solid var(--rose-primary);
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.25);
}

.footer-blessing-quote {
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: italic;
  color: #332027;
  line-height: 1.8;
  margin-bottom: 6px;
}

.footer-verse-ref {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--rose-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-nav-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.footer-nav-pills a {
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 8px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(242, 167, 167, 0.2);
}

.footer-nav-pills a:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 167, 167, 0.5);
  border-color: transparent;
}

.footer-social-hub {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}

.social-circle-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--rose-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--rose-deep);
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.3);
}

.social-circle-btn:hover {
  transform: translateY(-4px) scale(1.12);
  color: #ffffff !important;
  border-color: transparent;
}

.social-circle-btn.btn-ig:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 8px 20px rgba(225, 48, 108, 0.5);
}

.social-circle-btn.btn-wa:hover {
  background: #25D366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
}

.social-circle-btn.btn-fb:hover {
  background: #1877F2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.5);
}

.social-circle-btn.btn-tw:hover {
  background: #1DA1F2;
  box-shadow: 0 8px 20px rgba(29, 161, 242, 0.5);
}

.social-circle-btn.btn-yt:hover {
  background: #FF0000;
  box-shadow: 0 8px 20px rgba(255, 0, 0, 0.5);
}

.footer-audio-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--rose-primary);
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--text-pure);
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.footer-divider-glow {
  width: 180px;
  height: 2px;
  background: var(--rose-gradient);
  margin: 0 auto 25px;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(242, 167, 167, 0.7);
}

.footer-copyright-box .copyright-text {
  font-size: 13px;
  color: var(--rose-deep);
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.footer-copyright-box .craft-text {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 768px) {
  .hero-title-glowing {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .futuristic-clock-container {
    gap: 8px;
  }

  .clock-digit-val {
    font-size: 26px;
  }

  .clock-digit-lbl {
    font-size: 9px;
  }

  .sec-title-main {
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  .sec-subtitle {
    font-size: 13px;
    padding: 0 10px;
  }

  .couple-futuristic-card {
    padding: 28px 18px;
  }

  .couple-avatar-halo {
    width: 160px;
    height: 160px;
  }

  .couple-name-title {
    font-size: 22px;
  }

  .couple-digital-signature {
    font-size: 36px;
  }

  .invitation-futuristic-card {
    padding: 35px 20px;
    border-radius: 26px;
  }

  .invitation-card-title {
    font-size: 28px;
  }

  .story-timeline-content {
    padding: 18px;
    border-radius: 20px;
  }

  .story-media-box {
    height: 150px;
  }

  .story-title {
    font-size: 18px;
  }

  .event-futuristic-card {
    padding: 28px 20px;
  }

  .event-card-title {
    font-size: 22px;
  }

  .bank-card-futuristic {
    padding: 22px;
  }

  .bank-acc-number {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .rsvp-form-container {
    padding: 26px 20px;
    border-radius: 24px;
    margin-bottom: 30px;
  }

  .wishes-card-container {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .gate-couple-names {
    font-size: 26px;
  }

  .gate-card-wrapper {
    padding: 35px 22px;
    border-radius: 26px;
  }

  .futuristic-bottom-dock {
    padding: 4px 8px;
    gap: 2px;
    bottom: 12px !important;
    left: 50% !important;
    transform: translate3d(-50%, 0, 0) !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
  }

  .dock-item {
    padding: 6px 7px;
    font-size: 8px;
  }

  .dock-item i,
  .dock-item svg {
    font-size: 15px;
  }

  .futuristic-music-widget {
    bottom: 86px !important;
    left: 16px !important;
    top: auto !important;
    right: auto !important;
    padding: 4px 8px 4px 4px !important;
    gap: 6px !important;
    max-width: fit-content !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
  }

  .music-vinyl-disc {
    width: 26px !important;
    height: 26px !important;
  }

  .music-meta-box,
  .music-label,
  .music-track-title {
    display: none !important;
  }

  .music-soundwaves {
    display: flex !important;
    height: 14px !important;
    gap: 2px !important;
    margin-right: 4px !important;
  }

  .soundwave-bar {
    width: 2px !important;
  }

  .calendar-action-btns {
    flex-direction: column;
  }

  .footer {
    padding: 40px 0 110px !important;
  }
}

@media (max-width: 480px) {
  .hero-title-glowing {
    font-size: 28px;
  }

  .hero-date-badge {
    font-size: 12px;
    padding: 6px 16px;
    letter-spacing: 1.5px;
  }

  .clock-glass-card {
    min-width: 60px;
    padding: 12px 6px;
    border-radius: 16px;
  }

  .clock-digit-val {
    font-size: 22px;
  }

  .sec-title-main {
    font-size: 24px;
  }

  .couple-avatar-halo {
    width: 140px;
    height: 140px;
  }

  .gate-couple-names {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .gate-guest-name {
    font-size: 18px;
  }

  .gate-btn-open {
    padding: 13px 28px;
    font-size: 13px;
  }
}

/* ==========================================================================
   PREMIUM GLOBAL ENHANCEMENTS (UNRIVALED WEDDING COSMETICS)
   ========================================================================== */

/* Smooth scrolling globally */
html {
  scroll-behavior: smooth;
}

/* Text selection color */
::selection {
  background: rgba(242, 167, 167, 0.4);
  color: var(--rose-deep);
}

/* Custom scrollbar for the entire page */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: var(--futuristic-bg);
}

body::-webkit-scrollbar-thumb {
  background: var(--rose-gradient);
  border-radius: 999px;
}

/* ==========================================================================
   ORNAMENTAL FLORAL DIVIDERS BETWEEN SECTIONS
   ========================================================================== */
.sec-divider-glow::before,
.sec-divider-glow::after {
  content: '❀';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--rose-primary);
  opacity: 0.8;
}

.sec-divider-glow {
  position: relative;
}

.sec-divider-glow::before {
  left: -22px;
}

.sec-divider-glow::after {
  right: -22px;
}

/* ==========================================================================
   SCROLL-REVEAL FADE-IN ANIMATION (applied via IntersectionObserver in JS)
   ========================================================================== */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.reveal-fade-up {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-fade-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   PETAL FALL ANIMATION (CSS-Only Floating Petals)
   ========================================================================== */
.petal-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  pointer-events: none !important;
  z-index: 99998 !important;
  overflow: hidden !important;
}

.petal {
  position: absolute;
  top: -30px;
  pointer-events: none !important;
  animation: petalFall linear infinite;
  will-change: transform, opacity;
}

.petal.p-snow,
.petal:nth-child(odd) {
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 60%, #ffd8e2 100%);
  box-shadow: 0 0 10px rgba(242, 167, 167, 0.8), 0 0 4px rgba(255, 255, 255, 1);
  border: 1px solid rgba(242, 167, 167, 0.4);
}

.petal.p-rose,
.petal:nth-child(even) {
  border-radius: 65% 0 65% 65%;
  background: radial-gradient(ellipse at 30% 30%, #ff8fa3 0%, #e05370 70%, #b82d49 100%);
  filter: drop-shadow(0 3px 6px rgba(184, 45, 73, 0.45));
}

.petal:nth-child(1) {
  left: 3%;
  width: 10px;
  height: 10px;
  animation-duration: 7s;
  animation-delay: 0s;
}

.petal:nth-child(2) {
  left: 8%;
  width: 16px;
  height: 16px;
  animation-duration: 11s;
  animation-delay: 1.8s;
}

.petal:nth-child(3) {
  left: 14%;
  width: 8px;
  height: 8px;
  animation-duration: 8s;
  animation-delay: 3.5s;
}

.petal:nth-child(4) {
  left: 20%;
  width: 18px;
  height: 18px;
  animation-duration: 13s;
  animation-delay: 0.5s;
}

.petal:nth-child(5) {
  left: 26%;
  width: 11px;
  height: 11px;
  animation-duration: 7.5s;
  animation-delay: 2.2s;
}

.petal:nth-child(6) {
  left: 32%;
  width: 15px;
  height: 15px;
  animation-duration: 10s;
  animation-delay: 4s;
}

.petal:nth-child(7) {
  left: 38%;
  width: 9px;
  height: 9px;
  animation-duration: 9s;
  animation-delay: 1.2s;
}

.petal:nth-child(8) {
  left: 44%;
  width: 17px;
  height: 17px;
  animation-duration: 12s;
  animation-delay: 3s;
}

.petal:nth-child(9) {
  left: 50%;
  width: 12px;
  height: 12px;
  animation-duration: 8.5s;
  animation-delay: 0.2s;
}

.petal:nth-child(10) {
  left: 56%;
  width: 18px;
  height: 18px;
  animation-duration: 14s;
  animation-delay: 2.5s;
}

.petal:nth-child(11) {
  left: 62%;
  width: 10px;
  height: 10px;
  animation-duration: 7s;
  animation-delay: 4.5s;
}

.petal:nth-child(12) {
  left: 68%;
  width: 16px;
  height: 16px;
  animation-duration: 11.5s;
  animation-delay: 1s;
}

.petal:nth-child(13) {
  left: 74%;
  width: 8px;
  height: 8px;
  animation-duration: 9.5s;
  animation-delay: 3.2s;
}

.petal:nth-child(14) {
  left: 80%;
  width: 17px;
  height: 17px;
  animation-duration: 12.5s;
  animation-delay: 0.8s;
}

.petal:nth-child(15) {
  left: 86%;
  width: 11px;
  height: 11px;
  animation-duration: 8s;
  animation-delay: 2.8s;
}

.petal:nth-child(16) {
  left: 92%;
  width: 15px;
  height: 15px;
  animation-duration: 10.5s;
  animation-delay: 4.2s;
}

.petal:nth-child(17) {
  left: 96%;
  width: 9px;
  height: 9px;
  animation-duration: 9s;
  animation-delay: 1.5s;
}

.petal:nth-child(18) {
  left: 6%;
  width: 14px;
  height: 14px;
  animation-duration: 12s;
  animation-delay: 5s;
}

.petal:nth-child(19) {
  left: 47%;
  width: 10px;
  height: 10px;
  animation-duration: 7.8s;
  animation-delay: 3.8s;
}

.petal:nth-child(20) {
  left: 83%;
  width: 16px;
  height: 16px;
  animation-duration: 13s;
  animation-delay: 5.5s;
}

@keyframes petalFall {
  0% {
    opacity: 0;
    transform: translateY(-20px) rotate(0deg) translateX(0);
  }

  12% {
    opacity: 0.95;
  }

  50% {
    opacity: 0.9;
    transform: translateY(50vh) rotate(180deg) translateX(45px);
  }

  85% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: translateY(105vh) rotate(360deg) translateX(-35px);
  }
}

/* ==========================================================================
   COMPREHENSIVE LEGACY THEME NEUTRALIZATION
   Clean override of the old template's dark/default colors that clash
   ========================================================================== */

/* Old section backgrounds */
section,
.couple-section,
.event-section,
.story-section,
.invitation-section,
.contact-section,
.relative-section,
.blog-section,
.gift-section,
.partners-section,
.gallery-section {
  background: transparent !important;
  background-color: transparent !important;
}

/* Old section-title styles */
.section-title1,
.section-title-new,
.section-title-s2,
.section-title-s3 {
  background: transparent !important;
}

.section-title1 h2,
.section-title-new h2,
.section-title-s2 h2,
.section-title-s3 h2 {
  font-family: var(--font-serif) !important;
  color: var(--rose-deep) !important;
  background: var(--rose-text-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 42px !important;
  font-weight: 800 !important;
}

.section-title1 p,
.section-title-new p,
.section-title-s2 p,
.section-title-s3 p {
  color: var(--text-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* Old form controls (non-futuristic-control) */
.contact-section .form-control,
.contact-section select,
.contact-section textarea {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1.5px solid var(--rose-primary) !important;
  border-radius: 16px !important;
  color: var(--text-pure) !important;
  font-size: 14px !important;
  padding: 12px 18px !important;
}

/* Old theme-btn button override */
.theme-btn,
button.theme-btn {
  background: var(--rose-gradient) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  padding: 14px 28px !important;
  letter-spacing: 1px !important;
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.45) !important;
  transition: all 0.3s ease !important;
}

.theme-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(242, 167, 167, 0.65) !important;
}

/* Old contact form decorative pseudo-elements */
.contact-section .contact-form,
.contact-form {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Old slider text overrides */
.hero-slider .slide-title,
.hero-slider .slide-subtitle {
  color: var(--rose-deep) !important;
  text-shadow: none !important;
}

/* Legacy breadcrumb */
.wpo-breadcumb-area {
  display: none !important;
}

/* Old template border lines on couple/invitation */
.couple-area::before,
.couple-area::after,
.couple-section-s2 .couple-area::before {
  display: none !important;
}

/* Old direct-chat styling from the wish feed */
.direct-chat-messages {
  background: transparent !important;
}

.direct-chat-msg {
  background: transparent !important;
}

.direct-chat-text {
  background: rgba(242, 167, 167, 0.12) !important;
  border: 1px solid var(--futuristic-border) !important;
  border-radius: 16px !important;
  color: var(--text-main) !important;
  padding: 12px 16px !important;
}

.direct-chat-name {
  color: var(--rose-deep) !important;
  font-weight: 800 !important;
}

.direct-chat-timestamp {
  color: var(--text-muted) !important;
}

.box-header.with-border {
  border-color: var(--futuristic-border) !important;
}

.box-title {
  font-family: var(--font-serif) !important;
  color: var(--rose-deep) !important;
}

/* Badge overrides */
.badge.bg-yellow {
  background: var(--rose-gradient) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

/* Old gift area styles */
.gift_area {
  background: transparent !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.gift_area .product_details {
  background: rgba(242, 167, 167, 0.12) !important;
}

.de-button {
  background: var(--rose-gradient) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: 10px 24px !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.de-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.5) !important;
}

/* ==========================================================================
   LINK STYLING
   ========================================================================== */
a {
  color: var(--rose-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--rose-deep);
  text-decoration: none;
}

/* ==========================================================================
   FOOTER ENHANCEMENTS
   ========================================================================== */
.footer p,
.footer span,
.footer a {
  color: var(--text-main) !important;
}

.footer a:hover {
  color: var(--rose-dark) !important;
}

.footer .copyright {
  font-size: 13px;
  color: var(--text-muted) !important;
  margin-top: 20px;
}

/* ==========================================================================
   WEDDING QUOTE & SACRED BLESSING VERSE CARD
   ========================================================================== */
.wedding-quote-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 26px;
  padding: 32px 36px;
  text-align: center;
  box-shadow: var(--glass-shadow);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.wedding-quote-card:hover {
  transform: translateY(-4px);
  border-color: var(--rose-primary);
  box-shadow: var(--glass-shadow), 0 0 25px rgba(242, 167, 167, 0.35);
}

.wedding-quote-card .quote-icon {
  font-size: 28px;
  color: var(--rose-primary);
  margin-bottom: 12px;
  opacity: 0.8;
}

.wedding-quote-card .quote-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-pure) !important;
  margin-bottom: 16px;
}

.wedding-quote-card .quote-source {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rose-deep);
}

/* ==========================================================================
   GUEST ETIQUETTE & DRESSCODE CARD
   ========================================================================== */
.guest-protocol-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  padding: 32px 30px;
  box-shadow: var(--glass-shadow);
  margin-top: 10px;
}

.protocol-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 800;
  color: var(--rose-deep) !important;
  text-align: center;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.protocol-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(242, 167, 167, 0.1);
  border: 1px solid rgba(242, 167, 167, 0.3);
  border-radius: 18px;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

.protocol-item:hover {
  background: rgba(242, 167, 167, 0.2);
  border-color: var(--rose-primary);
  transform: translateY(-2px);
}

.protocol-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--rose-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(242, 167, 167, 0.4);
}

.protocol-text strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--rose-deep);
  margin-bottom: 4px;
}

.protocol-text span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  display: block;
}

/* ==========================================================================
   VENUE FACILITIES & WEATHER CARD
   ========================================================================== */
.venue-facility-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  padding: 32px 30px;
  box-shadow: var(--glass-shadow);
  margin-top: 20px;
}

.facility-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 800;
  color: var(--rose-deep) !important;
  text-align: center;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }
}

.facility-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(242, 167, 167, 0.1);
  border: 1px solid rgba(242, 167, 167, 0.3);
  border-radius: 18px;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

.facility-item:hover {
  background: rgba(242, 167, 167, 0.2);
  border-color: var(--rose-primary);
  transform: translateY(-2px);
}

.facility-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rose-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(242, 167, 167, 0.4);
}

.facility-text strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--rose-deep);
  margin-bottom: 3px;
}

.facility-text span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
  display: block;
}

/* ==========================================================================
   WHATSAPP GIFT CONFIRMATION BUTTON
   ========================================================================== */
.btn-wa-confirm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.btn-wa-confirm:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
  color: #ffffff !important;
}

/* ==========================================================================
   CURSOR & TOUCH SPARKLE EFFECT
   ========================================================================== */
.cursor-sparkle {
  position: fixed;
  pointer-events: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff, #F2A7A7);
  box-shadow: 0 0 8px #F2A7A7, 0 0 14px #ffd9df;
  z-index: 9999999;
  animation: sparkleAnim 0.75s ease-out forwards;
}

@keyframes sparkleAnim {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 0;
    transform: scale(2.8) translateY(-18px);
  }
}

/* ==========================================================================
   TOP SCROLL READING PROGRESS BAR
   ========================================================================== */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3.5px;
  background: var(--rose-gradient);
  z-index: 999999;
  box-shadow: 0 0 10px rgba(242, 167, 167, 0.8);
  transition: width 0.1s ease-out;
}

/* ==========================================================================
   VIP GUEST DIGITAL E-PASS & QR CHECK-IN CARD
   ========================================================================== */
.vip-pass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(254, 242, 244, 0.92) 100%);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 2px solid var(--rose-primary);
  border-radius: 30px;
  padding: 34px 30px;
  box-shadow: var(--glass-shadow), 0 0 35px rgba(242, 167, 167, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.vip-pass-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glass-shadow), 0 0 45px rgba(242, 167, 167, 0.4);
}

.vip-pass-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px dashed rgba(242, 167, 167, 0.5);
  padding-bottom: 16px;
  margin-bottom: 22px;
}

.vip-pass-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rose-deep);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vip-pass-type {
  background: var(--rose-gradient);
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 999px;
}

.vip-pass-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 768px) {
  .vip-pass-body {
    flex-direction: column;
    text-align: center;
  }
}

.vip-pass-info {
  flex: 1;
}

.vip-guest-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}

.vip-guest-name {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 16px;
}

.vip-details-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vip-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-main);
  font-weight: 600;
}

@media (max-width: 768px) {
  .vip-detail-item {
    justify-content: center;
  }
}

.vip-pass-qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.qr-code-frame {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border: 2px solid var(--rose-primary);
  border-radius: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(242, 167, 167, 0.3);
}

.qr-code-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-scan-hint {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.vip-pass-footer {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1.5px dashed rgba(242, 167, 167, 0.5);
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
}

/* ==========================================================================
   LIVE STREAMING & VIRTUAL WEDDING CARD
   ========================================================================== */
.live-stream-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  padding: 34px 30px;
  text-align: center;
  box-shadow: var(--glass-shadow);
}

.live-stream-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid #ef4444;
  color: #dc2626;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  display: inline-block;
  animation: liveBlink 1.4s infinite;
}

@keyframes liveBlink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.7);
  }
}

.live-stream-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 10px;
}

.live-stream-desc {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

.live-stream-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-live-stream {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-youtube-live {
  background: #ff0000;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3);
}

.btn-youtube-live:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.5);
  color: #ffffff !important;
}

.btn-instagram-live {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.3);
}

.btn-instagram-live:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 39, 67, 0.5);
  color: #ffffff !important;
}

/* ==========================================================================
   QRIS MODAL POPUP
   ========================================================================== */
.qris-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.qris-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.qris-modal-box {
  background: #ffffff;
  border: 2px solid var(--rose-primary);
  border-radius: 28px;
  padding: 35px 28px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

.qris-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: rgba(242, 167, 167, 0.2);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rose-deep);
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}

.qris-modal-close:hover {
  background: var(--rose-deep);
  color: #ffffff;
}

.qris-img-wrap {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border: 2px solid var(--futuristic-border);
  border-radius: 18px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.2);
}

.qris-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   WEDDING HASHTAG & SOCIAL SHARE SECTION
   ========================================================================== */
.hashtag-share-section {
  padding: 60px 0 30px;
  position: relative;
}

.hashtag-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  padding: 34px 26px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--glass-shadow);
}

.hashtag-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(242, 167, 167, 0.2);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hashtag-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 8px;
}

.hashtag-desc {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 22px;
}

.hashtag-pills-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-hashtag-copy {
  background: rgba(242, 167, 167, 0.15);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-hashtag-copy:hover {
  background: var(--rose-gradient);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.45);
}

/* ==========================================================================
   ENTERPRISE PERFORMANCE & ACCESSIBILITY BEST PRACTICES
   ========================================================================== */

/* GPU Hardware Acceleration for zero-jank 60fps animations */
.cosmic-blob,
.petal-container,
#futuristic-stardust-canvas,
.scroll-progress-bar,
.futuristic-music-widget {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Accessibility: Respect Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .cosmic-blob,
  .petal,
  .cursor-sparkle,
  .gate-card-wrapper::before,
  .gate-ring-insignia,
  .couple-avatar-halo,
  .music-vinyl-disc,
  .soundwave-bar {
    animation: none !important;
  }

  .reveal-fade-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   WISHES GUESTBOOK LIVE SEARCH & ATTENDANCE FILTER BAR
   ========================================================================== */
.wishes-filter-bar {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wishes-search-input-wrap {
  position: relative;
  width: 100%;
}

.wishes-search-input-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rose-dark);
  font-size: 13px;
  pointer-events: none;
}

.wishes-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid var(--rose-primary);
  border-radius: 999px;
  padding: 8px 16px 8px 36px;
  font-size: 12px;
  color: var(--text-pure);
  outline: none;
  transition: all 0.3s ease;
}

.wishes-search-input:focus {
  border-color: var(--rose-dark);
  box-shadow: 0 0 12px rgba(242, 167, 167, 0.4);
}

.wishes-filter-pills {
  display: flex;
  gap: 8px;
}

.wishes-filter-pill {
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.wishes-filter-pill.active,
.wishes-filter-pill:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  border-color: transparent;
}

/* ==========================================================================
   SIMPAN KONTAK VCARD BUTTONS
   ========================================================================== */
.btn-save-vcard {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 7px 16px;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.btn-save-vcard:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.4);
}

/* ==========================================================================
   CONFETTI CELEBRATION PARTICLES (RSVP SUCCESS)
   ========================================================================== */
.confetti-particle {
  position: fixed;
  pointer-events: none;
  z-index: 9999999;
  animation: confettiFall linear forwards;
}

@keyframes confettiFall {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(100vh) rotate(720deg) scale(0.6);
  }
}

/* ==========================================================================
   VENUE FACILITIES & WEATHER GUIDE CARD
   ========================================================================== */
.venue-facility-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 26px;
  padding: 30px 24px;
  box-shadow: var(--glass-shadow);
  margin-bottom: 25px;
}

.facility-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 800;
  color: var(--rose-dark);
  margin: 0 0 20px;
  text-align: center;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.facility-item {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--rose-primary);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
}

.facility-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.3);
  border-color: var(--rose-dark);
}

.facility-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--rose-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.facility-text strong {
  display: block;
  font-size: 13px;
  color: var(--rose-dark);
  margin-bottom: 2px;
}

.facility-text span {
  font-size: 11px;
  color: var(--text-muted);
}

/* ==========================================================================
   INSTAGRAM AR FILTER CARD
   ========================================================================== */
.instagram-filter-card {
  background: var(--futuristic-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: var(--glass-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.15), rgba(253, 29, 29, 0.15), rgba(252, 176, 69, 0.15));
  border: 1px solid rgba(225, 48, 108, 0.4);
  color: #c13584;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto 12px;
}

.filter-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 8px;
}

.filter-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-open-filter {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.35);
  transition: all 0.3s ease;
  margin: 0 auto;
}

.btn-open-filter:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 25px rgba(225, 48, 108, 0.5);
}

/* ==========================================================================
   SACRED THANK YOU & BLESSING CLOSING CARD
   ========================================================================== */
.thankyou-card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 2px solid var(--rose-primary);
  border-radius: 32px;
  padding: 45px 35px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(242, 167, 167, 0.3);
  position: relative;
  overflow: hidden;
}

.thankyou-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--rose-gradient);
}

.thankyou-monogram {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff0f3, #fcdada);
  border: 2px solid var(--rose-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 0 20px rgba(242, 167, 167, 0.5);
  animation: pulseGlow 3s ease-in-out infinite;
}

.thankyou-monogram i {
  font-size: 28px;
  color: var(--rose-dark);
}

.thankyou-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  background: var(--rose-text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 14px;
}

.thankyou-text {
  font-size: 14px;
  color: var(--text-pure);
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto 22px;
}

.equal-footer-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  min-height: 230px !important;
}

.thankyou-arabic {
  font-size: 26px;
  color: var(--rose-dark);
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.thankyou-signature-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 680px !important;
  margin: 25px auto 0 !important;
  padding-top: 22px !important;
  border-top: 1.5px dashed var(--rose-primary) !important;
}

.sig-col {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  min-width: 160px !important;
}

.sig-role {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.sig-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 800;
  color: var(--rose-deep);
  letter-spacing: 0.5px;
  text-align: center;
}

.sig-amp {
  flex: 0 0 auto !important;
  font-family: var(--font-serif);
  font-size: 26px;
  font-style: italic;
  color: var(--rose-dark);
  padding: 0 16px;
  line-height: 1;
  display: inline-block;
}

.thankyou-family {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  margin-top: 16px;
  letter-spacing: 0.5px;
  text-align: center;
}

/* ==========================================================================
   FLOATING TAP-TAP LOVE REACTOR BUTTON
   ========================================================================== */
.floating-love-reactor {
  position: fixed;
  bottom: 86px;
  right: 20px;
  z-index: 99975;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--rose-gradient);
  border: 2px solid #ffffff;
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.6), 0 0 15px rgba(242, 167, 167, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  user-select: none;
}

.floating-love-reactor:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 30px rgba(242, 167, 167, 0.8);
}

.floating-love-reactor:active {
  transform: scale(0.92);
}

.reactor-heart-pulse {
  font-size: 20px;
  color: #ffffff;
  animation: heartBeat 1.4s ease-in-out infinite;
}

@keyframes heartBeat {

  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.18);
  }

  50% {
    transform: scale(0.95);
  }

  75% {
    transform: scale(1.12);
  }
}

.reactor-love-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--rose-deep);
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1.5px solid #ffffff;
}

.floating-heart-particle {
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  font-size: 24px;
  color: #e58a8a;
  animation: floatUpLove 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes floatUpLove {
  0% {
    opacity: 1;
    transform: translateY(0) scale(0.8) rotate(0deg);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-80px) scale(1.25) rotate(15deg);
  }

  100% {
    opacity: 0;
    transform: translateY(-180px) scale(1.5) rotate(-20deg);
  }
}

/* ==========================================================================
   RSVP GUEST QUANTITY STEPPER (+ / -)
   ========================================================================== */
.guest-stepper-container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid var(--rose-primary);
  border-radius: 999px;
  padding: 6px 10px;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.2);
  margin-top: 6px;
}

.btn-stepper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--rose-gradient);
  border: none;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 10px rgba(242, 167, 167, 0.4);
}

.btn-stepper:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(242, 167, 167, 0.6);
}

.btn-stepper:active {
  transform: scale(0.92);
}

.stepper-value-box {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 75px;
  justify-content: center;
}

.stepper-value-input {
  width: 32px;
  border: none;
  background: transparent;
  font-family: var(--font-tech);
  font-size: 20px;
  font-weight: 800;
  color: var(--rose-deep);
  text-align: center;
  pointer-events: none;
}

.stepper-unit {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
}

/* ==========================================================================
   GALLERY ALBUM CATEGORY FILTER TABS
   ========================================================================== */
.gallery-filter-tabs {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid var(--rose-primary);
  border-radius: 999px;
  padding: 5px;
  gap: 6px;
  box-shadow: 0 4px 20px rgba(242, 167, 167, 0.25);
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-filter-btn {
  background: transparent;
  border: none;
  color: var(--rose-deep);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.gallery-filter-btn:hover {
  background: rgba(242, 167, 167, 0.25);
}

.gallery-filter-btn.active {
  background: var(--rose-gradient);
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.45);
}

.filter-count-badge {
  background: rgba(255, 255, 255, 0.4);
  color: var(--rose-deep);
  font-size: 10px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 999px;
  margin-left: 4px;
}

.gallery-filter-btn.active .filter-count-badge {
  background: rgba(255, 255, 255, 0.9);
  color: var(--rose-dark);
}

.gallery-container.masonry-gallery {
  column-count: 3 !important;
  column-gap: 16px !important;
  margin: 0 !important;
  display: block !important;
}

@media (max-width: 991px) {
  .gallery-container.masonry-gallery {
    column-count: 2 !important;
    column-gap: 12px !important;
  }
}

@media (max-width: 500px) {
  .gallery-container.masonry-gallery {
    column-count: 2 !important;
    column-gap: 8px !important;
  }
}

.gallery-container.masonry-gallery .grid-item {
  break-inside: avoid !important;
  -webkit-column-break-inside: avoid !important;
  page-break-inside: avoid !important;
  margin-bottom: 16px !important;
  width: 100% !important;
  float: none !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block;
  transition: all 0.35s ease;
}

.gallery-container.masonry-gallery .grid-item.hidden-album {
  display: none !important;
}

.gallery-photo-link {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid var(--rose-primary);
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.25);
  transition: all 0.35s ease;
  background: #fff0f3;
}

.gallery-photo-link:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 30px rgba(242, 167, 167, 0.45);
  border-color: var(--rose-dark);
}

.gallery-photo-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-photo-link:hover .gallery-photo-img {
  transform: scale(1.06);
}

.gallery-photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(120, 28, 45, 0.65) 0%, rgba(242, 167, 167, 0.2) 60%, transparent 100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-photo-link:hover .gallery-photo-overlay {
  opacity: 1;
}

.gallery-cat-pill {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rose-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-hint {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
  margin: 10px 0 0;
  letter-spacing: 0.3px;
}

.gallery-zoom-badge {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-dark);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.5);
  transform: scale(0.85);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-photo-link:hover .gallery-zoom-badge {
  transform: scale(1.08);
  background: var(--rose-gradient);
  color: #ffffff;
  border-color: transparent;
}

.btn-gallery-loadmore {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.btn-gallery-loadmore:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(242, 167, 167, 0.5);
  border-color: transparent;
}

/* LUXURY FANCYBOX LIGHTBOX OVERRIDES */
.fancybox-overlay {
  background: rgba(35, 12, 18, 0.92) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.fancybox-skin {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 14px !important;
  border: 2px solid var(--rose-primary) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(242, 167, 167, 0.4) !important;
}

.fancybox-image {
  border-radius: 16px !important;
}

.fancybox-close {
  top: -14px !important;
  right: -14px !important;
  background: var(--rose-gradient) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  width: 36px !important;
  height: 36px !important;
}

/* ==========================================================================
   MUSIC TICKER & MINI CONTROLLER
   ========================================================================== */
.music-meta-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  max-width: 140px;
}

.music-track-title {
  font-size: 10px;
  color: var(--rose-dark);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}

/* ==========================================================================
   FLOATING SCROLL-TO-TOP BUTTON WITH CIRCULAR PROGRESS RING
   ========================================================================== */
.btn-scroll-to-top {
  position: fixed;
  bottom: 86px;
  left: 20px;
  z-index: 99975;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  border: 1.5px solid var(--rose-primary);
  box-shadow: 0 6px 20px rgba(242, 167, 167, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.btn-scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-scroll-to-top:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 10px 25px rgba(242, 167, 167, 0.6);
  border-color: var(--rose-dark);
}

.btn-scroll-to-top .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.btn-scroll-to-top .progress-ring-circle {
  transition: stroke-dashoffset 0.2s ease;
}

.btn-scroll-to-top .ring-icon {
  font-size: 15px;
  color: var(--rose-dark);
  transition: transform 0.2s ease;
}

.btn-scroll-to-top:hover .ring-icon {
  transform: translateY(-2px);
}

.btn-scroll-to-top .scroll-percent-text {
  display: none;
}

/* ==========================================================================
   EVENT CALENDAR 1-CLICK BUTTON
   ========================================================================== */
.btn-event-cal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(242, 167, 167, 0.15);
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.btn-event-cal:hover {
  background: var(--rose-gradient);
  color: #ffffff !important;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 167, 167, 0.4);
}

/* ==========================================================================
   PRINT STYLES (Clean Layout for Guest Printing)
   ========================================================================== */
@media print {

  .futuristic-bottom-dock,
  .futuristic-music-widget,
  .futuristic-gate-overlay,
  .cosmic-blob,
  #futuristic-stardust-canvas,
  .petal-container,
  .hero-scroll-indicator,
  .cursor-sparkle,
  .scroll-progress-bar,
  .qris-modal-overlay {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #000000 !important;
  }

  section.section-padding {
    page-break-inside: avoid;
    padding: 30px 0;
  }
}

/* ==========================================================================
   LANDING PAGE: SHOWCASE, CALL-TO-ACTION, AND WEDDING NEWS (CYBER-BLUSH)
   ========================================================================== */

/* 1. SHOWCASE CARDS */
.showcase-card-futuristic {
  background: rgba(255, 255, 255, 0.94);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--glass-shadow);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.showcase-card-futuristic:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(242, 167, 167, 0.35);
  border-color: var(--rose-primary);
}

.showcase-img-wrap {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #fff1f2;
}

.showcase-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-card-futuristic:hover .showcase-thumb {
  transform: scale(1.08);
}

.showcase-theme-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.showcase-overlay-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 17, 23, 0.68);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 16px !important;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.showcase-card-futuristic:hover .showcase-overlay-actions {
  opacity: 1;
}

.btn-showcase-preview {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 88% !important;
  max-width: 200px !important;
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-main);
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
  cursor: pointer !important;
  margin: 0 !important;
  transition: all 0.25s ease !important;
}

.btn-showcase-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(196, 100, 118, 0.45) !important;
  color: #ffffff !important;
}

.showcase-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}

.showcase-date {
  font-size: 12px;
  font-weight: 700;
  color: var(--rose-dark);
  margin-bottom: 6px;
}

.showcase-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
}

.showcase-title a {
  color: var(--rose-deep);
  text-decoration: none !important;
  transition: color 0.2s;
}

.showcase-title a:hover {
  color: var(--rose-dark);
}

.showcase-venue {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 14px;
}

.showcase-features-box {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  margin-top: auto;
}

.feat-pill {
  background: rgba(242, 167, 167, 0.15);
  border: 1px solid rgba(242, 167, 167, 0.4);
  color: var(--rose-deep);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}

.showcase-footer-action {
  border-top: 1px solid rgba(242, 167, 167, 0.25);
  padding-top: 14px;
}

.btn-open-showcase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--rose-deep) !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.btn-open-showcase:hover {
  color: var(--rose-dark) !important;
  transform: translateX(4px);
}

/* 2. CALL-TO-ACTION CARD (REGISTER SECTION) */
.landing-cta-futuristic-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 240, 243, 0.95));
  border: 2px solid var(--rose-primary);
  border-radius: 36px;
  padding: 55px 40px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(242, 167, 167, 0.35);
  position: relative;
  overflow: hidden;
}

.cta-card-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 14px;
}

.cta-card-desc {
  font-size: 15px;
  color: var(--text-pure);
  max-width: 650px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

.cta-perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 35px;
  text-align: left;
}

.cta-perk-item {
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid var(--rose-primary);
  border-radius: 18px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: transform 0.3s ease;
}

.cta-perk-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 167, 167, 0.25);
}

.perk-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--rose-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.perk-content h4 {
  font-size: 13px;
  font-weight: 800;
  color: var(--rose-deep);
  margin: 0 0 4px;
}

.perk-content p {
  font-size: 11px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

.cta-buttons-box {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: var(--rose-gradient);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(242, 167, 167, 0.5);
  transition: all 0.3s ease;
}

.btn-cta-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(242, 167, 167, 0.7);
}

.btn-cta-secondary {
  background: #ffffff;
  border: 1.5px solid var(--rose-primary);
  color: var(--rose-deep) !important;
  font-size: 13px;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  background: #25D366;
  color: #ffffff !important;
  border-color: #25D366;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

/* 3. WEDDING NEWS / BLOG CARDS */
.news-row-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.news-row-flex::before,
.news-row-flex::after {
  display: none !important;
  /* CRITICAL: removes Bootstrap 3 table pseudo-elements that break flex alignment! */
}

.news-col-flex {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 30px !important;
}

.news-card-futuristic {
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid var(--futuristic-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--glass-shadow);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto !important;
}

.news-card-futuristic:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(242, 167, 167, 0.35);
  border-color: var(--rose-primary);
}

.news-thumb-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}

.news-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-card-futuristic:hover .news-thumb-img {
  transform: scale(1.08);
}

.news-cat-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--rose-primary);
  color: var(--rose-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.news-content-box {
  padding: 22px 20px 20px;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  text-align: left;
}

.news-meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.news-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 10px;
  min-height: 50px;
  /* Symmetrical height for 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-title a {
  color: var(--rose-deep);
  text-decoration: none !important;
  transition: color 0.2s;
}

.news-title a:hover {
  color: var(--rose-dark);
}

.news-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-footer-link {
  margin-top: auto !important;
  border-top: 1px solid rgba(242, 167, 167, 0.2);
  padding-top: 14px;
}

.btn-read-news {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rose-deep) !important;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.2s;
}

.btn-read-news:hover {
  color: var(--rose-dark) !important;
  transform: translateX(4px);
}

/* ==========================================================================
   UNIFIED NAVBAR AUTH ACTION BUTTONS (BEST PRACTICE)
/* ==========================================================================
   ENTERPRISE WEDDING PLATFORM HEADER & ANIMATED BRAND CREST
   ========================================================================== */
.enterprise-brand-container {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 8px 0;
}

.enterprise-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.enterprise-brand-link:hover {
  transform: translateY(-1px);
}

.wedding-brand-crest {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* Interlocking Wedding Rings Animation */
.rings-emblem-wrap {
  position: relative;
  width: 44px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wedding-interlock-rings {
  filter: drop-shadow(0 2px 6px rgba(242, 167, 167, 0.45));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.enterprise-brand-link:hover .wedding-interlock-rings {
  transform: scale(1.12) rotate(-3deg);
  filter: drop-shadow(0 4px 12px rgba(216, 112, 147, 0.65));
}

.ring-band-left {
  animation: ringPulseLeft 4s ease-in-out infinite alternate;
}

.ring-band-right {
  animation: ringPulseRight 4s ease-in-out infinite alternate;
}

.ring-gem-sparkle {
  animation: gemSparkleFlash 2.5s ease-in-out infinite;
  transform-origin: 27px 8px;
}

@keyframes ringPulseLeft {
  0% {
    opacity: 0.85;
    stroke-width: 3px;
  }

  100% {
    opacity: 1;
    stroke-width: 3.6px;
    filter: drop-shadow(0 0 4px #F2A7A7);
  }
}

@keyframes ringPulseRight {
  0% {
    opacity: 1;
    stroke-width: 3.6px;
    filter: drop-shadow(0 0 4px #ffe082);
  }

  100% {
    opacity: 0.85;
    stroke-width: 3px;
  }
}

@keyframes gemSparkleFlash {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 2px #fff);
  }

  50% {
    transform: scale(1.35) rotate(15deg);
    filter: drop-shadow(0 0 8px #F2A7A7) drop-shadow(0 0 12px #ffffff);
  }
}

.crest-halo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 34px;
  background: radial-gradient(circle, rgba(242, 167, 167, 0.35) 0%, transparent 70%);
  pointer-events: none;
  animation: haloBreathe 3s ease-in-out infinite alternate;
}

@keyframes haloBreathe {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.9;
  }
}

.brand-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.brand-name-primary {
  font-family: var(--font-serif, 'Playfair Display', serif);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #2d151e 0%, #a63f53 50%, #c46476 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.brand-tag-enterprise {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-main, 'Plus Jakarta Sans', sans-serif);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #9e4758;
  margin-top: 2px;
  text-transform: uppercase;
}

.pulse-beacon-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27c93f;
  box-shadow: 0 0 6px #27c93f;
  animation: beaconPulse 1.8s infinite;
}

@keyframes beaconPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.4);
    opacity: 1;
    box-shadow: 0 0 10px #27c93f;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}

/* ==========================================================================
   PERFECT SINGLE-ROW ENTERPRISE NAVBAR LAYOUT (NO BREAKS)
   ========================================================================== */
@media screen and (min-width: 992px) {
  .site-header .navigation>.container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 1400px !important;
    padding: 0 24px !important;
  }

  .site-header .navigation .enterprise-brand-container {
    float: none !important;
    flex-shrink: 0 !important;
  }

  .site-header #navbar.navigation-holder {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .site-header #navbar>ul.nav.navbar-nav {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-header #navbar>ul.nav.navbar-nav>li>a {
    font-size: 11px !important;
    padding: 6px 13px !important;
    white-space: nowrap !important;
  }

  .nav-auth-actions {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 0 8px !important;
    padding: 0 0 0 12px !important;
    border-left: 1.5px solid rgba(242, 167, 167, 0.4) !important;
    flex-shrink: 0 !important;
  }

  .nav-auth-btn {
    padding: 6px 14px !important;
    font-size: 11.5px !important;
    white-space: nowrap !important;
  }
}

.nav-auth-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none !important;
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: 0.3px;
}

.nav-auth-login {
  color: #5a383f !important;
  background: rgba(242, 167, 167, 0.16) !important;
  border: 1.5px solid rgba(242, 167, 167, 0.5) !important;
}

.nav-auth-login:hover {
  background: rgba(242, 167, 167, 0.35) !important;
  color: #3b1b22 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(242, 167, 167, 0.25);
}

.nav-auth-register {
  color: #ffffff !important;
  background: linear-gradient(135deg, #F2A7A7 0%, #D87093 100%) !important;
  border: 1.5px solid transparent !important;
  box-shadow: 0 4px 16px rgba(216, 112, 147, 0.38) !important;
  position: relative !important;
  overflow: hidden !important;
}

.nav-auth-register::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: rotate(25deg);
  animation: shimmerSweep 4.5s infinite;
}

@keyframes shimmerSweep {
  0% {
    left: -60%;
  }

  25%,
  100% {
    left: 140%;
  }
}

.nav-auth-register i.fa-heart {
  animation: heartBeat 1.5s ease-in-out infinite;
  display: inline-block;
}

.nav-auth-dash {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b2d42 0%, #4a4e69 100%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 14px rgba(43, 45, 66, 0.25) !important;
}

.nav-auth-dash:hover {
  background: linear-gradient(135deg, #1b1c2b 0%, #363950 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(43, 45, 66, 0.35) !important;
}

.nav-auth-logout {
  color: #d9534f !important;
  background: rgba(217, 83, 79, 0.1) !important;
  border: 1.5px solid rgba(217, 83, 79, 0.3) !important;
  padding: 8px 12px !important;
}

.nav-auth-logout:hover {
  background: #d9534f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .nav-auth-actions {
    float: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px 20px 25px;
    gap: 10px;
    border-left: none !important;
  }

  .nav-auth-btn {
    width: 100%;
    justify-content: center;
    padding: 11px 20px;
    font-size: 13.5px;
  }
}

/* ==========================================================================
   FUTURISTIC REGISTRATION PAGE (UNMATCHED LUXURY UI/UX)
   ========================================================================== */
.futuristic-reg-section {
  position: relative;
  padding: 60px 0 90px;
  background: linear-gradient(135deg, #fdf6f7 0%, #fae8eb 40%, #f7d4dc 100%);
  min-height: 90vh;
  overflow: hidden;
}

.futuristic-reg-section::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 167, 167, 0.35) 0%, transparent 70%);
  top: -150px;
  left: -150px;
  pointer-events: none;
  z-index: 0;
}

.futuristic-reg-section::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 112, 147, 0.25) 0%, transparent 70%);
  bottom: -200px;
  right: -200px;
  pointer-events: none;
  z-index: 0;
}

.reg-showcase-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: 44px 38px;
  box-shadow: 0 20px 50px rgba(181, 93, 110, 0.12);
  margin-bottom: 30px;
}

.reg-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(242, 167, 167, 0.2);
  border: 1px solid rgba(242, 167, 167, 0.5);
  color: #b55d6e;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.reg-headline {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  color: #5a2632;
  margin-bottom: 14px;
}

.reg-headline span {
  font-family: var(--font-script);
  font-size: 48px;
  font-weight: 400;
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.reg-subhead {
  font-size: 14.5px;
  color: #705d63;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Feature Perks List */
.reg-perks-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.reg-perk-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(242, 167, 167, 0.35);
  border-radius: 16px;
  transition: all 0.25s ease;
}

.reg-perk-item:hover {
  transform: translateX(4px);
  background: #ffffff;
  border-color: #F2A7A7;
  box-shadow: 0 6px 18px rgba(242, 167, 167, 0.2);
}

.reg-perk-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(242, 167, 167, 0.3), rgba(216, 112, 147, 0.2));
  color: #b55d6e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.reg-perk-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #3b1b22;
  margin-bottom: 2px;
}

.reg-perk-desc {
  font-size: 12px;
  color: #705d63;
  line-height: 1.5;
}

/* Testimonial Quote */
.reg-testimonial-box {
  background: linear-gradient(135deg, rgba(254, 237, 240, 0.7), rgba(253, 222, 228, 0.7));
  border-left: 3px solid #b55d6e;
  border-radius: 0 16px 16px 0;
  padding: 16px 20px;
  font-style: italic;
  font-size: 13px;
  color: #5c3841;
  line-height: 1.6;
}

/* Glass Form Card */
.reg-form-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  padding: 44px 40px;
  box-shadow: 0 25px 60px rgba(181, 93, 110, 0.18), 0 4px 20px rgba(242, 167, 167, 0.12);
  text-align: center;
}

.reg-seal-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.reg-seal {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fddde2 0%, #F2A7A7 40%, #c46476 80%, #6e2e3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(196, 100, 118, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.7);
  border: 2px solid #ffffff;
}

.reg-seal-monogram {
  font-family: var(--font-script);
  font-size: 38px;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(110, 46, 58, 0.4);
  line-height: 1;
}

.reg-seal-ring {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(242, 167, 167, 0.8);
  animation: rotateRing 25s linear infinite;
}

.reg-form-title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  color: #5a2632;
  margin: 0 0 6px;
}

.reg-form-subtitle {
  font-size: 13.5px;
  color: #7d6b71;
  line-height: 1.5;
  margin-bottom: 28px;
}

/* Form Groups & Inputs */
.reg-form-group {
  text-align: left !important;
  margin-bottom: 20px !important;
  position: relative !important;
  clear: both !important;
}

.reg-label {
  display: block !important;
  font-family: var(--font-main) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #5a2632 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  line-height: 1.4 !important;
  position: static !important;
  float: none !important;
}

.reg-input-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  box-sizing: border-box !important;
}

.reg-lead-icon {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #bfa3ab !important;
  font-size: 15px !important;
  pointer-events: none !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: color 0.25s ease !important;
}

.register_form .reg-input {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  padding: 10px 48px 10px 46px !important;
  font-family: var(--font-main) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #2b2024 !important;
  background: #ffffff !important;
  border: 1.5px solid #ebd3d8 !important;
  border-radius: 14px !important;
  outline: none !important;
  box-sizing: border-box !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.25s ease !important;
}

.register_form .reg-input:focus {
  border-color: #F2A7A7 !important;
  box-shadow: 0 0 0 4px rgba(242, 167, 167, 0.28), inset 0 2px 4px rgba(0, 0, 0, 0.01) !important;
  background: #fffdfd !important;
}

.register_form .reg-input:focus~.reg-lead-icon {
  color: #b55d6e !important;
}

.register_form .validation-field .fa.reg-valid-icon,
.register_form .validation-field .fa-spinner,
.register_form .validation-field .fa-check,
.register_form .validation-field .fa-close {
  position: absolute !important;
  right: 16px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 4 !important;
  font-size: 16px !important;
}

.register_form .validation-field .fa-spinner {
  display: none;
  color: #b55d6e !important;
}

.register_form .validation-field .fa-check {
  color: #28a745 !important;
}

.register_form .validation-field .fa-close {
  color: #dc3545 !important;
}

.reg-pw-toggle-btn {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  color: #bfa3ab !important;
  font-size: 15px !important;
  cursor: pointer !important;
  padding: 6px !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s !important;
  outline: none !important;
}

.reg-pw-toggle-btn:hover {
  color: #b55d6e !important;
}

.register_form label.error {
  color: #dc3545 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  margin: 6px 0 0 0 !important;
  display: block !important;
  text-align: left !important;
  position: static !important;
}

.reg-help-text {
  font-size: 11.5px !important;
  color: #9c8990 !important;
  margin: 6px 0 0 0 !important;
  text-align: left !important;
  display: block !important;
  line-height: 1.4 !important;
}

.btn-reg-futuristic {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #F2A7A7 0%, #d87093 50%, #b55d6e 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(216, 112, 147, 0.4) !important;
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.btn-reg-futuristic:hover {
  background: linear-gradient(135deg, #f59898 0%, #c4577c 50%, #9e4655 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(216, 112, 147, 0.5) !important;
  color: #ffffff !important;
}

.reg-card-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ebd3d8;
  font-size: 13px;
  color: #7d6b71;
}

.reg-card-footer a {
  color: #b55d6e;
  font-weight: 700;
  text-decoration: none;
}

.reg-card-footer a:hover {
  color: #5a2632;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .reg-form-card {
    padding: 34px 22px 28px;
    border-radius: 24px;
  }

  .reg-showcase-card {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .reg-headline {
    font-size: 28px;
  }

  .reg-headline span {
    font-size: 38px;
  }
}

/* ==========================================================================
   1. LIVE GUEST SIMULATOR & SMARTPHONE 3D MOCKUP
   ========================================================================== */
.simulator-section {
  background: radial-gradient(circle at 50% 10%, rgba(254, 237, 240, 0.9) 0%, rgba(253, 222, 228, 0.7) 40%, rgba(250, 210, 214, 0.8) 100%);
  position: relative;
  overflow: hidden;
}

.sim-control-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow: 0 20px 50px rgba(181, 93, 110, 0.12);
  text-align: left;
}

.sim-step-badge {
  display: inline-block;
  background: rgba(242, 167, 167, 0.25);
  border: 1px solid rgba(242, 167, 167, 0.6);
  color: #b55d6e;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.sim-card-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: #5a2632;
  margin: 0 0 8px;
}

.sim-card-desc {
  font-size: 13.5px;
  color: #705d63;
  line-height: 1.6;
  margin-bottom: 22px;
}

.sim-input-box {
  margin-bottom: 24px;
}

.sim-input-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #5a2632;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.sim-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.sim-input-icon {
  position: absolute;
  left: 16px;
  font-size: 18px;
  color: #b55d6e;
  pointer-events: none;
}

.sim-text-input {
  width: 100%;
  height: 52px;
  padding: 10px 45px 10px 48px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 600;
  color: #2b2024;
  background: #ffffff;
  border: 2px solid #ebd3d8;
  border-radius: 16px;
  outline: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.sim-text-input:focus {
  border-color: #F2A7A7;
  box-shadow: 0 0 0 4px rgba(242, 167, 167, 0.3);
}

.btn-clear-sim {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: #bfa3ab;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
}

.btn-clear-sim:hover {
  color: #b55d6e;
}

.sim-presets-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.preset-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #8c6b74;
}

.btn-preset-chip {
  background: #ffffff;
  border: 1px solid #ebd3d8;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: #5a2632;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-preset-chip:hover {
  background: #F2A7A7;
  color: #ffffff;
  border-color: #F2A7A7;
  transform: translateY(-1px);
}

/* WhatsApp Message Preview Box */
.sim-wa-preview-box {
  background: #eef7f2;
  border: 1.5px solid #cce8d8;
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.wa-preview-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #075e54;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wa-preview-header i {
  font-size: 16px;
  color: #25d366;
}

.wa-chat-bubble {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
}

.wa-greeting {
  font-size: 13.5px;
  color: #202c33;
  margin: 0 0 6px;
}

.wa-body {
  font-size: 12.5px;
  color: #54656f;
  line-height: 1.5;
  margin: 0 0 10px;
}

.wa-invite-link-card {
  display: flex;
  gap: 12px;
  background: #f0f2f5;
  border-radius: 12px;
  padding: 8px;
}

.wa-card-thumb img {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  object-fit: cover;
}

.wa-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.wa-card-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #111b21;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa-card-desc {
  font-size: 11px;
  color: #667781;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa-card-url {
  font-size: 10px;
  color: #027eb5;
  font-family: monospace;
  margin-top: 2px;
}

.wa-actions-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.btn-wa-action {
  flex: 1;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #bce1ce;
  color: #075e54;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s;
}

.btn-wa-action:hover {
  background: #dcf8c6;
  color: #075e54;
}

.btn-wa-action.primary {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
}

.btn-wa-action.primary:hover {
  background: #1ebc59;
}

/* Smartphone 3D Mockup */
.sim-phone-wrapper {
  display: flex;
  justify-content: center;
  perspective: 1000px;
}

.phone-case-3d {
  width: 310px;
  height: 610px;
  background: #1f1b1d;
  border-radius: 46px;
  padding: 12px;
  box-shadow: 0 35px 80px rgba(110, 46, 58, 0.35), 0 0 0 2px #3d3539, inset 0 0 0 2px #5a5055;
  position: relative;
  transform: rotateY(-6deg) rotateX(4deg);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.phone-case-3d:hover {
  transform: rotateY(0deg) rotateX(0deg) scale(1.02);
  box-shadow: 0 40px 90px rgba(110, 46, 58, 0.45);
}

.phone-dynamic-island {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 24px;
  background: #000000;
  border-radius: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.island-camera {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111a24;
  border: 1px solid #1f2d3d;
}

.island-sensor {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #151b22;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px 20px;
  color: #ffffff;
}

.screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 12, 14, 0.6) 0%, rgba(110, 46, 58, 0.8) 60%, rgba(15, 12, 14, 0.95) 100%);
  z-index: 1;
}

.screen-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.screen-monogram-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fddde2 0%, #F2A7A7 50%, #c46476 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-family: var(--font-script);
  font-size: 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
}

.screen-tagline {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F2A7A7;
  text-transform: uppercase;
}

.screen-couple-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 2px 0 16px;
}

.screen-guest-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 16px 14px;
  margin-bottom: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  color: #2b2024;
}

.guest-card-label {
  font-size: 9px;
  font-weight: 800;
  color: #8c6b74;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}

.guest-card-name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 800;
  color: #6e2e3a;
  margin: 0 0 6px;
  line-height: 1.3;
}

.guest-vip-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fdf2f4;
  border: 1px solid #f2c7cf;
  color: #b55d6e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 2px 8px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.guest-qr-mockup {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px dashed #dcaab4;
  border-radius: 10px;
  padding: 6px 8px;
}

.qr-box {
  width: 28px;
  height: 28px;
  background: #6e2e3a;
  color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.qr-label {
  font-size: 9.5px;
  font-weight: 600;
  color: #5a2632;
  text-align: left;
  line-height: 1.2;
}

.screen-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(196, 100, 118, 0.5);
}

/* ==========================================================================
   2. BUDGET & ANGPAO CALCULATOR STYLES
   ========================================================================== */
.calculator-section {
  background: #ffffff;
}

.calc-slider-card {
  background: #faf4f5;
  border: 1.5px solid #ebd7dc;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 10px 30px rgba(181, 93, 110, 0.08);
}

.calc-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.calc-slider-label {
  font-size: 14.5px;
  font-weight: 700;
  color: #5a2632;
}

.calc-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.calc-guest-stepper-wrap {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%) !important;
  padding: 4px 6px !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 16px rgba(196, 100, 118, 0.35) !important;
  gap: 4px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.calc-guest-count-text {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 0 8px !important;
  white-space: nowrap !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  line-height: 28px !important;
}

.btn-calc-step {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-calc-step:hover {
  background: #ffffff !important;
  color: #c46476 !important;
  transform: scale(1.15) !important;
}

.btn-calc-step:active {
  transform: scale(0.9) !important;
}

.calc-range-wrapper {
  position: relative;
  margin-top: 14px;
}

.futuristic-range-slider {
  width: 100%;
  height: 10px;
  border-radius: 8px;
  background: linear-gradient(to right, #c46476 0%, #c46476 21%, #ebd7dc 21%, #ebd7dc 100%);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  pointer-events: auto !important;
  touch-action: pan-y !important;
}

.futuristic-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #c46476;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 12px rgba(196, 100, 118, 0.5);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.futuristic-range-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #c46476;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 12px rgba(196, 100, 118, 0.5);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.futuristic-range-slider::-webkit-slider-thumb:hover,
.futuristic-range-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
}

.range-labels-row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  gap: 6px;
}

.btn-preset-guest {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(242, 167, 167, 0.5);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #7d4e5a;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-preset-guest:hover {
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-1.5px);
  box-shadow: 0 3px 10px rgba(196, 100, 118, 0.3);
}

/* Comparison Cards */
.calc-compare-card {
  height: 100%;
  border-radius: 26px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.calc-compare-card.conventional {
  background: #fdfafb;
  border: 1.5px solid #ebd7dc;
}

.calc-compare-card.digital-featured {
  background: linear-gradient(135deg, #ffffff 0%, #fff7f8 100%);
  border: 2px solid #F2A7A7;
  box-shadow: 0 20px 45px rgba(242, 167, 167, 0.35);
  transform: scale(1.02);
}

.calc-compare-card.angpao {
  background: #fbf9f2;
  border: 1.5px solid #eadebe;
}

.card-status-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.card-status-badge.gray {
  background: #e5e7eb;
  color: #4b5563;
}

.card-status-badge.rose {
  background: #F2A7A7;
  color: #ffffff;
}

.card-status-badge.gold {
  background: #d4af37;
  color: #ffffff;
}

.calc-compare-card .card-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: #3b1b22;
  margin: 0 0 6px;
}

.calc-compare-card .card-desc {
  font-size: 12.5px;
  color: #705d63;
  line-height: 1.5;
  margin-bottom: 18px;
}

.calc-metric-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.metric-label {
  font-size: 11px;
  font-weight: 700;
  color: #8c6b74;
  text-transform: uppercase;
}

.metric-value {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-top: 4px;
}

.savings-pill {
  display: inline-block;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 8px;
  margin-top: 8px;
}

.angpao-note {
  font-size: 10.5px;
  color: #8c733e;
  margin-top: 6px;
  font-style: italic;
}

.calc-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12.5px;
  color: #4b363c;
}

.calc-features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-cta-wrap {
  margin-top: auto;
}

.btn-calc-cta {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%);
  color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(196, 100, 118, 0.4);
  transition: all 0.25s ease;
}

.btn-calc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(196, 100, 118, 0.5);
  color: #ffffff;
}

/* ==========================================================================
   3. ROMANTIC MUSIC WAVEFORM PREVIEWER
   ========================================================================== */
.music-section {
  background: linear-gradient(135deg, #fbf7f8 0%, #fdf2f4 50%, #faf0f2 100%);
}

.music-card-futuristic {
  background: #ffffff;
  border: 1.5px solid #ebd7dc;
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: 0 10px 25px rgba(181, 93, 110, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.music-card-futuristic:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(242, 167, 167, 0.3);
  border-color: #F2A7A7;
}

.music-vinyl-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}

.music-vinyl-disc {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #2b2024 0%, #151012 70%, #000000 100%);
  border: 4px solid #4a383f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.5s ease;
}

.music-card-futuristic.is-playing .music-vinyl-disc {
  animation: rotateClockwise 8s linear infinite;
}

.vinyl-center-hole {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F2A7A7, #c46476);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 11px;
}

.btn-music-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #F2A7A7;
  color: #b55d6e;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  z-index: 5;
}

.btn-music-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #F2A7A7;
  color: #ffffff;
}

.music-info-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.music-genre-badge {
  display: inline-block;
  align-self: center;
  background: rgba(242, 167, 167, 0.2);
  border: 1px solid rgba(242, 167, 167, 0.5);
  color: #b55d6e;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 2px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.music-track-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: #3b1b22;
  margin: 0 0 4px;
}

.music-track-artist {
  font-size: 12px;
  color: #705d63;
  margin: 0 0 16px;
}

.music-waveform-bars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  margin-bottom: 16px;
}

.music-waveform-bars span {
  width: 3px;
  height: 6px;
  background: #e6ccd2;
  border-radius: 3px;
  transition: height 0.2s ease, background 0.2s ease;
}

.music-card-futuristic.is-playing .music-waveform-bars span {
  background: #c46476;
  animation: bounceWave 0.8s ease-in-out infinite alternate;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(1) {
  animation-delay: 0.1s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(2) {
  animation-delay: 0.3s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(3) {
  animation-delay: 0.2s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(4) {
  animation-delay: 0.4s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(5) {
  animation-delay: 0.15s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(6) {
  animation-delay: 0.35s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(7) {
  animation-delay: 0.25s;
}

.music-card-futuristic.is-playing .music-waveform-bars span:nth-child(8) {
  animation-delay: 0.45s;
}

@keyframes bounceWave {
  0% {
    height: 4px;
  }

  100% {
    height: 22px;
  }
}

.music-track-footer {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebd7dc;
  padding-top: 12px;
  font-size: 11.5px;
}

.track-duration {
  color: #8c6b74;
  font-weight: 600;
}

.btn-use-track {
  color: #b55d6e;
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.2s;
}

.btn-use-track:hover {
  color: #5a2632;
}

/* ==========================================================================
   4. MULTI-DEVICE SWITCHER STYLES
   ========================================================================== */
.device-switcher-pills {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fbf4f6;
  border: 1.5px solid #ebd7dc;
  border-radius: 999px;
  padding: 6px 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 99 !important;
  pointer-events: auto !important;
}

.switcher-label {
  font-size: 12px;
  font-weight: 700;
  color: #705d63;
  margin-right: 6px;
}

.btn-device-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  border-radius: 999px;
  padding: 7px 16px;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  color: #6e5860;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 100 !important;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.25s ease;
}

.btn-device-tab:hover {
  color: #b55d6e;
  background: rgba(242, 167, 167, 0.15);
}

.btn-device-tab.active {
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(196, 100, 118, 0.35) !important;
}

/* Device Preview Responsive Width Classes */
.showcase-preview-frame {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.showcase-preview-frame.frame-tablet {
  max-width: 768px !important;
  border: 10px solid #231c20;
  border-radius: 42px;
  padding: 26px 18px 18px;
  background: rgba(254, 245, 247, 0.95);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25), 0 0 0 2px #44373e;
}

.showcase-preview-frame.frame-mobile {
  max-width: 420px !important;
  border: 10px solid #1a1518;
  border-radius: 48px;
  padding: 30px 14px 22px;
  background: rgba(254, 245, 247, 0.95);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.3), 0 0 0 2px #3d3137;
}

.device-frame-bezel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.bezel-camera-dot {
  width: 10px;
  height: 10px;
  background: #111;
  border: 1px solid #333;
  border-radius: 50%;
}

/* --------------------------------------------------------------------------
   IN-SCREEN INTERACTIVE LIVE SIMULATION CONTAINER & BROWSER TOOLBAR
   -------------------------------------------------------------------------- */
.live-simulation-container {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(74, 30, 40, 0.15);
  margin-bottom: 25px;
  text-align: left;
  animation: simFadeIn 0.35s ease forwards;
}

@keyframes simFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sim-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #221c1f;
  padding: 10px 16px;
  gap: 12px;
}

.sim-browser-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sim-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot-red {
  background: #ff5f56;
}

.dot-yellow {
  background: #ffbd2e;
}

.dot-green {
  background: #27c93f;
}

.sim-url-pill {
  flex: 1;
  max-width: 480px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 11px;
  color: #ffffff !important;
  font-family: monospace;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sim-browser-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-sim-tool {
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-sim-tool:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.btn-sim-tool.close-sim {
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(196, 100, 118, 0.4) !important;
}

.btn-sim-tool.close-sim:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(196, 100, 118, 0.55) !important;
}

/* Responsive adjustments for simulation browser toolbar in mobile mode */
.showcase-preview-frame.frame-mobile .sim-browser-bar {
  padding: 8px 10px !important;
  gap: 6px !important;
}

.showcase-preview-frame.frame-mobile .sim-browser-dots {
  gap: 3px !important;
}

.showcase-preview-frame.frame-mobile .sim-dot {
  width: 7px !important;
  height: 7px !important;
}

.showcase-preview-frame.frame-mobile .sim-url-pill {
  padding: 3px 8px !important;
  font-size: 10px !important;
  max-width: 130px !important;
}

.showcase-preview-frame.frame-mobile .sim-browser-actions {
  gap: 4px !important;
}

.showcase-preview-frame.frame-mobile .btn-sim-tool {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 12px !important;
}

.showcase-preview-frame.frame-mobile .btn-sim-tool span {
  display: none !important;
}

@media (max-width: 768px) {
  .sim-browser-bar {
    padding: 8px 10px !important;
    gap: 6px !important;
  }

  .sim-browser-dots {
    gap: 3px !important;
  }

  .sim-dot {
    width: 7px !important;
    height: 7px !important;
  }

  .sim-url-pill {
    padding: 3px 8px !important;
    font-size: 10px !important;
    max-width: 130px !important;
  }

  .sim-browser-actions {
    gap: 4px !important;
  }

  .btn-sim-tool {
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 12px !important;
  }

  .btn-sim-tool span {
    display: none !important;
  }
}

.sim-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 720px;
  background: #ffffff;
}

.sim-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.btn-showcase-tab-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 88% !important;
  max-width: 200px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #2b1f22 !important;
  font-family: var(--font-main);
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.btn-showcase-tab-link:hover {
  background: #ffffff !important;
  color: #b55d6e !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}

.btn-open-showcase-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  border-radius: 14px;
  background: #fdf5f7;
  border: 1.5px solid #ebd7dc;
  color: #8c4c5a;
  font-size: 14px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.btn-open-showcase-icon:hover {
  background: #F2A7A7;
  color: #ffffff;
  border-color: #F2A7A7;
}

#showcaseFlexGrid {
  transition: max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1), margin 0.45s ease;
  width: 100%;
}

#showcaseFlexGrid.preview-mode-tablet .news-col-flex {
  width: 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

#showcaseFlexGrid.preview-mode-mobile .news-col-flex {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* ==========================================================================
   5. LIVE SOCIAL PROOF MICRO-TOASTS
   ========================================================================== */
.social-proof-toast-wrapper {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  pointer-events: none;
}

.social-proof-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(242, 167, 167, 0.8);
  border-radius: 18px;
  padding: 12px 18px 12px 14px;
  box-shadow: 0 12px 35px rgba(110, 46, 58, 0.25);
  max-width: 360px;
  transform: translateY(120px) scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease, visibility 0.35s;
}

.social-proof-toast.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}

.toast-avatar-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F2A7A7 0%, #c46476 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(196, 100, 118, 0.4);
}

.toast-content-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.toast-user-name {
  font-size: 13px;
  font-weight: 800;
  color: #3b1b22;
  line-height: 1.2;
}

.toast-user-action {
  font-size: 11.5px;
  color: #705d63;
  line-height: 1.3;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toast-time-tag {
  font-size: 10px;
  color: #9c8990;
  margin-top: 3px;
}

.toast-close-btn {
  background: none;
  border: none;
  color: #bfa3ab;
  font-size: 18px;
  cursor: pointer;
  padding: 0 0 0 8px;
  line-height: 1;
  transition: color 0.2s;
}

.toast-close-btn:hover {
  color: #b55d6e;
}

/* ==========================================================================
   MOBILE RESPONSIVE CLEANUP FOR FLOATING MUSIC WIDGET
   ========================================================================== */
@media (max-width: 768px) {
  .futuristic-music-widget {
    bottom: 86px !important;
    left: 16px !important;
    top: auto !important;
    right: auto !important;
    padding: 4px 8px 4px 4px !important;
    gap: 6px !important;
    max-width: fit-content !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    z-index: 99999 !important;
  }

  .music-vinyl-disc {
    width: 26px !important;
    height: 26px !important;
  }

  .music-meta-box,
  .music-label,
  .music-track-title {
    display: none !important;
  }

  .music-soundwaves {
    display: flex !important;
    height: 14px !important;
    gap: 2px !important;
    margin-right: 4px !important;
  }

  .soundwave-bar {
    width: 2px !important;
  }
}