:root {
  --primary: #c89ef0;
  --secondary: #eedcf9;
  --accent: #6b35a0;
  --silver: #eae6f0;
  --bg: #f4eff8;
  --text: #3e2a4f;
  --gold: #d4b87a;
  --cream: #faf7f2;
  --glass: rgba(255, 255, 255, 0.16);
  --glass-border: rgba(255, 255, 255, 0.38);
  --dark-glass: rgba(12, 4, 30, 0.65);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Raleway", sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

/* ── Scroll Progress ── */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--primary), var(--gold));
  width: 0%;
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(200, 158, 240, 0.7);
}

/* ── Background Cinematic Layer ── */
#bg-cinema {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
  transform: scale(1.06);
  will-change: transform, opacity;
}
.bg-layer.active {
  opacity: 1;
}

/* ── Navbar ── */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.5s ease;
}
#navbar.scrolled {
  background: rgba(30, 10, 50, 0.85);
  backdrop-filter: blur(18px);
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.navbar-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-style: italic;
  color: #fff !important;
  letter-spacing: 0.05em;
}
.nav-link {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.85) !important;
  text-transform: uppercase;
  transition: color 0.3s;
  padding: 0.5rem 0.9rem !important;
}
.nav-link:hover {
  color: var(--secondary) !important;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.navbar-toggler-icon {
  filter: invert(1);
}

/* ── Section Base ── */
section {
  position: relative;
  min-height: 100vh;
}
.section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(10, 3, 24, 0.74) 0%,
    rgba(45, 15, 80, 0.58) 100%
  );
  z-index: 0;
}
.section-content {
  position: relative;
  z-index: 1;
}

/* ── Typography ── */
.display-serif {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.15;
}
.cinzel {
  font-family: "Cinzel", serif;
}
.label-tag {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--secondary);
  display: block;
  margin-bottom: 1rem;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 4px 30px rgba(200, 158, 240, 0.35);
}
.section-divider {
  width: 110px;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold),
    var(--primary),
    var(--gold),
    transparent
  );
  margin: 1.5rem auto;
  opacity: 0.9;
}
.ornament {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--secondary);
  opacity: 0.7;
}

/* ── HERO ── */
#hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
#hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(20, 6, 40, 0.45) 0%,
    rgba(5, 0, 15, 0.82) 100%
  );
  z-index: 0;
}
.hero-names {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 8px 60px rgba(200, 158, 240, 0.5);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.4s 0.5s forwards;
}
.hero-amp {
  font-size: 0.6em;
  color: var(--secondary);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3em;
}
.hero-subtitle {
  font-family: "Cinzel", serif;
  font-size: clamp(0.55rem, 1.5vw, 0.8rem);
  letter-spacing: 0.4em;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeUp 1.4s 1s forwards;
  margin-top: 1rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}
.hero-date {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-style: italic;
  color: var(--secondary);
  opacity: 0;
  animation: fadeUp 1.4s 1.4s forwards;
  margin-top: 0.5rem;
}
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s 2s forwards;
  cursor: pointer;
  z-index: 2;
}
.scroll-indicator span {
  font-family: "Cinzel", serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
  animation: scrollPulse 2s infinite;
}

/* ── Particles ── */
#particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

/* ── Countdown ── */
#countdown {
  background: transparent;
  padding: 100px 0;
  min-height: auto;
}
.countdown-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: transform 0.3s;
}
.countdown-card:hover {
  transform: translateY(-6px);
}
.countdown-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: block;
}
.countdown-label {
  font-family: "Cinzel", serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0.5rem;
  display: block;
}

/* ── Story Timeline ── */
#story {
  padding: 100px 0;
}
.timeline {
  position: relative;
  padding: 2rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--primary), transparent);
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
}
.timeline-item:nth-child(odd) {
  flex-direction: row;
}
.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline-card {
  width: 44%;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 2rem 2.5rem;
}
.timeline-item:nth-child(odd) .timeline-card {
  margin-right: auto;
  padding-right: 3rem;
}
.timeline-item:nth-child(even) .timeline-card {
  margin-left: auto;
  padding-left: 3rem;
}
.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: var(--primary);
  border: 3px solid var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(200, 158, 240, 0.2), 0 0 28px rgba(200, 158, 240, 0.75);
  z-index: 1;
}
.timeline-year {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.timeline-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}
.timeline-text {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
  }
  .timeline-card,
  .timeline-item:nth-child(odd) .timeline-card,
  .timeline-item:nth-child(even) .timeline-card {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
  }
  .timeline-dot {
    left: 20px;
  }
}

/* ── Meet the Couple ── */
#couple {
  padding: 100px 0;
}
.couple-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  transition: transform 0.4s, box-shadow 0.4s;
}
.couple-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(91, 45, 130, 0.4);
}
.couple-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid var(--primary);
  object-fit: cover;
  margin: 0 auto 1.5rem;
  display: block;
  box-shadow: 0 0 40px rgba(184, 138, 216, 0.5);
  transition: box-shadow 0.4s;
}
.couple-card:hover .couple-avatar {
  box-shadow: 0 0 60px rgba(184, 138, 216, 0.8);
}
.couple-role {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.couple-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin-bottom: 1rem;
}
.couple-parents {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}
.couple-parents span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

/* ── Ceremony / Reception ── */
#ceremony,
#reception {
  padding: 100px 0;
}
.venue-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.4s;
}
.venue-card:hover {
  transform: scale(1.02);
}
.venue-map {
  height: 280px;
  background: linear-gradient(135deg, rgba(91, 45, 130, 0.4), rgba(184, 138, 216, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.venue-map-anim {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(184, 138, 216, 0.3) 0%,
    transparent 70%
  );
  animation: mapPulse 3s ease-in-out infinite;
}
@keyframes mapPulse {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.venue-pin {
  font-size: 3.5rem;
  color: var(--primary);
  position: relative;
  z-index: 1;
  animation: pinBounce 2s ease-in-out infinite;
}
@keyframes pinBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.venue-body {
  padding: 2.5rem;
}
.venue-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.venue-sub {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--primary);
  text-transform: uppercase;
}
.venue-address {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  margin-top: 1rem;
}
.venue-time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(184, 138, 216, 0.2);
  border: 1px solid rgba(184, 138, 216, 0.3);
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--secondary);
  margin-top: 1.5rem;
}

/* ── Entourage ── */
#entourage {
  padding: 100px 0;
}
.entourage-section {
  margin-bottom: 4rem;
}
.entourage-label {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  color: var(--primary);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184, 138, 216, 0.3);
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.entourage-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: transform 0.3s, background 0.3s;
}
.entourage-card:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.18);
}
.entourage-num {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  color: var(--secondary);
  width: 24px;
  flex-shrink: 0;
  text-align: center;
}
.entourage-icon {
  width: 36px;
  height: 36px;
  background: rgba(184, 138, 216, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}
.entourage-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.entourage-role {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.1em;
}

/* ── Dress Code ── */
#dresscode {
  padding: 100px 0;
}
.dress-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: transform 0.4s;
  height: 100%;
}
.dress-card:hover {
  transform: translateY(-8px);
}
.dress-swatches {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 1.5rem;
}
.swatch {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s;
}
.swatch:hover {
  transform: scale(1.2);
}
.dress-type {
  font-family: "Cinzel", serif;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.dress-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.dress-desc {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin-top: 0.8rem;
}

/* ── Gallery ── */
#gallery {
  padding: 100px 0;
}
.gallery-grid {
  columns: 3;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .gallery-grid {
    columns: 2;
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    columns: 1;
  }
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(91, 45, 130, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay i {
  color: #fff;
  font-size: 1.5rem;
}

/* Lightbox */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
}
#lightbox.open {
  display: flex;
}
#lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 0 80px rgba(184, 138, 216, 0.3);
}
#lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.3s;
}
#lightbox-close:hover {
  color: var(--primary);
}

/* ── Gift ── */
#gifts {
  padding: 100px 0;
}
.gift-box {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 4rem 3rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gift-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(184, 138, 216, 0.08) 0%, transparent 60%);
  animation: giftGlow 4s ease-in-out infinite;
}
@keyframes giftGlow {
  0%,
  100% {
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(180deg);
  }
}
.gift-icon {
  font-size: 4rem;
  color: var(--primary);
  display: block;
  margin-bottom: 1.5rem;
}
.gift-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.9;
}

/* ── RSVP ── */
#rsvp {
  padding: 100px 0;
}
.rsvp-form-wrap {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 4rem 3rem;
  max-width: 700px;
  margin: 0 auto;
}
.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.2rem !important;
  font-family: "Raleway", sans-serif;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(184, 138, 216, 0.25) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.58) !important;
}
.form-label {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.form-select option {
  background: #2a1040;
  color: #fff;
}
.btn-luxury {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border: none;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: 0 8px 30px rgba(91, 45, 130, 0.5);
}
.btn-luxury:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(91, 45, 130, 0.7);
  color: #fff;
}
textarea.form-control {
  resize: none;
}

/* ── Hashtag ── */
#hashtag {
  padding: 100px 0;
  text-align: center;
}
.hashtag-main {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
}
.hashtag-hash {
  color: var(--primary);
}
.hashtag-share {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  margin-top: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Footer ── */
footer {
  background: rgba(10, 0, 20, 0.85);
  backdrop-filter: blur(20px);
  padding: 4rem 0 2rem;
  text-align: center;
  border-top: 1px solid rgba(184, 138, 216, 0.2);
  position: relative;
  z-index: 1;
}
.footer-names {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
.footer-date {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.footer-msg {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 2rem;
}
.footer-copy {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2rem;
  letter-spacing: 0.15em;
}

/* ── Responsive utilities ── */
@media (max-width: 768px) {
  .rsvp-form-wrap,
  .gift-box {
    padding: 2.5rem 1.5rem;
  }
  .venue-body {
    padding: 1.5rem;
  }
}

/* ── Toast ── */
.toast-luxury {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: rgba(91, 45, 130, 0.9);
  backdrop-filter: blur(16px);
  border: 1px solid var(--primary);
  border-radius: 16px;
  padding: 1rem 1.5rem;
  color: #fff;
  min-width: 280px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.toast-luxury.show {
  transform: translateY(0);
  opacity: 1;
}
