:root {
  --font-cursive: "Great Vibes", cursive;
  --font-serif: "Suranna", serif;
  --font-sans-serif: "Montserrat", sans-serif;
}

body.palette-1 {
  --color-bg: #ffffff;
  --color-text: #333333;
  --color-primary: #b0b0b0;
  --color-secondary: #eaeaea;
  --color-dark: #222222;
}
body.palette-2 {
  --color-bg: #f8f5f0;
  --color-text: #588157;
  --color-primary: #a3b18a;
  --color-secondary: #e9ddcb;
  --color-dark: #344e41;
}
body.palette-3 {
  --color-bg: #fbf6f6;
  --color-text: #6d5d5d;
  --color-primary: #d4b4b4;
  --color-secondary: #f2e3e3;
  --color-dark: #5c4b4b;
}
body.palette-4 {
  --color-bg: #f0f4f8;
  --color-text: #3a4f63;
  --color-primary: #a2b9cc;
  --color-secondary: #d3e0ea;
  --color-dark: #2c3e50;
}
body.palette-5 {
  --color-bg: #faf3e8;
  --color-text: #7d5a4c;
  --color-primary: #d8a788;
  --color-secondary: #e6cba9;
  --color-dark: #6b4f43;
}
body.palette-6 {
  --color-bg: #f5f5f5;
  --color-text: #343a40;
  --color-primary: #6c757d;
  --color-secondary: #e9ecef;
  --color-dark: #212529;
}
body.palette-7 {
  --color-bg: #1a1a1a;
  --color-text: #e0e0e0;
  --color-primary: #9e9e9e;
  --color-secondary: #2c2c2c;
  --color-dark: #000000;
}
body.palette-8 {
  --color-bg: #ffffff;
  --color-text: #000000;
  --color-primary: #555555;
  --color-secondary: #f2f2f2;
  --color-dark: #000000;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-serif);
  background-color: var(--color-bg);
  color: var(--color-text);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0.5em 0;
  color: var(--color-text);
  transition: color 0.5s ease;
}

h1 {
  font-family: var(--font-cursive);
}

h2 {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-primary);
}

h3 {
  font-family: var(--font-serif);
  font-weight: 700;
}

strong {
  font-family: var(--font-cursive);
  font-size: 1.5em;
  color: var(--color-primary);
  font-weight: 600;
  margin: 0 0.1em;
}

.divider {
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--color-primary);
  margin: 25px 0;
  transition: background-color 0.5s ease;
}

.section-wrapper {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
  background-color: var(--color-bg);
  transition: background-color 0.5s ease;
}

.section-wrapper::before,
.section-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

.section-wrapper::before {
  top: -1px;
  transform: scaleY(-1);
}
.section-wrapper::after {
  bottom: -1px;
}

#hero-section {
  padding-top: 0;
}
#hero-section::before {
  display: none;
}

footer::before,
footer::after {
  display: none;
}

body.palette-1 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-1 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23eaeaea;"></path></svg>');
}
body.palette-1 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-1 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23eaeaea;"></path></svg>');
}
body.palette-1 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-1 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23eaeaea;"></path></svg>');
}
body.palette-1 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-1 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23eaeaea;"></path></svg>');
}
body.palette-1 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23222222;"></path></svg>');
}

body.palette-2 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f8f5f0;"></path></svg>');
}
body.palette-2 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ddcb;"></path></svg>');
}
body.palette-2 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f8f5f0;"></path></svg>');
}
body.palette-2 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ddcb;"></path></svg>');
}
body.palette-2 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f8f5f0;"></path></svg>');
}
body.palette-2 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ddcb;"></path></svg>');
}
body.palette-2 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f8f5f0;"></path></svg>');
}
body.palette-2 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ddcb;"></path></svg>');
}
body.palette-2 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23344e41;"></path></svg>');
}

body.palette-3 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23fbf6f6;"></path></svg>');
}
body.palette-3 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2e3e3;"></path></svg>');
}
body.palette-3 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23fbf6f6;"></path></svg>');
}
body.palette-3 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2e3e3;"></path></svg>');
}
body.palette-3 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23fbf6f6;"></path></svg>');
}
body.palette-3 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2e3e3;"></path></svg>');
}
body.palette-3 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23fbf6f6;"></path></svg>');
}
body.palette-3 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2e3e3;"></path></svg>');
}
body.palette-3 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %235c4b4b;"></path></svg>');
}

body.palette-4 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f0f4f8;"></path></svg>');
}
body.palette-4 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23d3e0ea;"></path></svg>');
}
body.palette-4 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f0f4f8;"></path></svg>');
}
body.palette-4 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23d3e0ea;"></path></svg>');
}
body.palette-4 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f0f4f8;"></path></svg>');
}
body.palette-4 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23d3e0ea;"></path></svg>');
}
body.palette-4 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f0f4f8;"></path></svg>');
}
body.palette-4 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23d3e0ea;"></path></svg>');
}
body.palette-4 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %232c3e50;"></path></svg>');
}

body.palette-5 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23faf3e8;"></path></svg>');
}
body.palette-5 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e6cba9;"></path></svg>');
}
body.palette-5 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23faf3e8;"></path></svg>');
}
body.palette-5 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e6cba9;"></path></svg>');
}
body.palette-5 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23faf3e8;"></path></svg>');
}
body.palette-5 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e6cba9;"></path></svg>');
}
body.palette-5 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23faf3e8;"></path></svg>');
}
body.palette-5 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e6cba9;"></path></svg>');
}
body.palette-5 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %236b4f43;"></path></svg>');
}

body.palette-6 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f5f5f5;"></path></svg>');
}
body.palette-6 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ecef;"></path></svg>');
}
body.palette-6 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f5f5f5;"></path></svg>');
}
body.palette-6 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ecef;"></path></svg>');
}
body.palette-6 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f5f5f5;"></path></svg>');
}
body.palette-6 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ecef;"></path></svg>');
}
body.palette-6 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f5f5f5;"></path></svg>');
}
body.palette-6 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23e9ecef;"></path></svg>');
}
body.palette-6 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23212529;"></path></svg>');
}

body.palette-7 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %231a1a1a;"></path></svg>');
}
body.palette-7 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %232c2c2c;"></path></svg>');
}
body.palette-7 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %231a1a1a;"></path></svg>');
}
body.palette-7 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %232c2c2c;"></path></svg>');
}
body.palette-7 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %231a1a1a;"></path></svg>');
}
body.palette-7 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %232c2c2c;"></path></svg>');
}
body.palette-7 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %231a1a1a;"></path></svg>');
}
body.palette-7 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %232c2c2c;"></path></svg>');
}
body.palette-7 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23000000;"></path></svg>');
}

body.palette-8 #hero-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-8 #music-bible-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2f2f2;"></path></svg>');
}
body.palette-8 #invitation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-8 #countdown-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2f2f2;"></path></svg>');
}
body.palette-8 #event-timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-8 #timeline-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2f2f2;"></path></svg>');
}
body.palette-8 #location-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23ffffff;"></path></svg>');
}
body.palette-8 #tips-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23f2f2f2;"></path></svg>');
}
body.palette-8 #confirmation-section::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C150,150 350,0 600,80 C850,160 1050,-20 1200,50 L1200,120 L0,120 Z" style="fill: %23000000;"></path></svg>');
}

.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://zrtbdboewgbwiyxzvxhj.supabase.co/storage/v1/object/public/imgwebjuan/corona%20de%20flores.png");
  z-index: -2;
  opacity: 0.5;
}

.section-content {
  position: relative;
  z-index: 2;
}

#hero-section {
  height: 100vh;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-text);
  background-color: transparent;
}

#hero-section .subtitle {
  font-family: var(--font-sans-serif);
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

#hero-section h1 {
  font-size: 10rem;
  line-height: 1;
  margin: 0.1em 0;
}

#hero-section .hero-date {
  font-family: var(--font-sans-serif);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  width: 24px;
  height: 40px;
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  transition: border-color 0.5s ease;
}
.scroll-down-indicator span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 2px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: scroll-anim 2s infinite;
  transition: background-color 0.5s ease;
}
@keyframes scroll-anim {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 12px);
    opacity: 0;
  }
}

#music-bible-section {
  background-color: var(--color-bg);
}
.music-instruction {
  font-family: var(--font-sans-serif);
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.music-player {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.player-btn {
  background: none;
  border: none;
  color: var(--color-primary);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}
.player-btn:hover {
  color: var(--color-text);
}
.player-controls {
  flex-grow: 1;
}
.progress-container {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background-color: var(--color-secondary);
  border-radius: 2px;
}
.progress-bar-inner {
  height: 100%;
  width: 0;
  background-color: var(--color-primary);
  border-radius: 2px;
  transition: width 0.1s linear;
}
.time-container {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-sans-serif);
  font-size: 0.8rem;
  color: var(--color-primary);
  padding: 0 2px;
}
.volume-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
#volume-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 80px;
  height: 4px;
  background: var(--color-secondary);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
#volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}
#volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.bible-verse {
  margin-top: 50px;
}
.bible-verse blockquote {
  font-family: var(--font-sans-serif);
  font-size: 1.2rem;
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto;
  border: none;
}
.bible-verse cite {
  display: block;
  margin-top: 1em;
  font-family: var(--font-serif);
  font-style: normal;
  font-size: 1.1rem;
}
.heart-divider {
  margin-top: 25px;
  color: var(--color-primary);
  font-size: 1.2rem;
}
.heart-divider::before,
.heart-divider::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: var(--color-primary);
  vertical-align: middle;
  margin: 0 10px;
}

#invitation-section {
  background-color: var(--color-secondary);
}

.invitation-text {
  font-family: var(--font-sans-serif);
  font-weight: 300;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 30px auto 40px;
  text-align: center;
}

.invitation-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  font-family: var(--font-sans-serif);
  font-weight: 400;
  text-decoration: none;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 12px 24px;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--color-primary);
  color: var(--color-bg);
}

.btn i {
  font-size: 1.2rem;
}

#countdown-section {
  background-color: var(--color-bg);
}

.event-full-date {
  font-family: var(--font-sans-serif);
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2em;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.time-box span {
  display: block;
  font-size: 4rem;
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--color-text);
  transition: color 0.5s ease;
}

.time-box small {
  font-family: var(--font-sans-serif);
  font-weight: 300;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--color-primary);
  transition: color 0.5s ease;
}

#event-timeline-section {
  background-color: var(--color-secondary);
}

#timeline-section {
  background-color: var(--color-bg);
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 40px auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--color-secondary);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  transition: background-color 0.5s ease;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--color-bg);
  border: 3px solid var(--color-primary);
  top: 32px;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}

.timeline-item:nth-child(odd)::after {
  right: -6px;
}
.timeline-item:nth-child(even)::after {
  left: -6px;
}

.timeline-content {
  padding: 10px 0;
}
.timeline-content h3 {
  font-size: 1.5rem;
}
.timeline-content p {
  font-family: var(--font-sans-serif);
  font-weight: 300;
}

#location-section {
  background-color: var(--color-secondary);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  text-align: left;
}

.location-details .divider {
  margin: 20px 0;
}
.venue-name {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 2.2rem;
  margin: 10px 0;
}
.venue-address,
.venue-time {
  font-family: var(--font-sans-serif);
  font-weight: 300;
  font-size: 1.1rem;
}
.map-container {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  height: 300px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(1);
}
.location-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

#tips-section {
  background-color: var(--color-bg);
}
.tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.tip-item {
  text-align: center;
}
.tip-item i {
  font-size: 3rem;
  color: var(--color-primary);
  margin-bottom: 20px;
}
.tip-item:last-child {
  grid-column: 1 / -1;
}

#confirmation-section {
  background-color: var(--color-secondary);
}

.confirmation-form {
  position: relative;
  max-width: 500px;
  margin: 60px auto 0;
  background-color: var(--color-bg);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.confirmation-form-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--color-secondary);
  color: var(--color-primary);
  font-size: 2.5rem;
}

.confirmation-form h3 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.radio-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  font-family: var(--font-sans-serif);
}

.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
}

.radio-label input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: border-color 0.3s ease;
}

.radio-label:hover .radio-custom {
  border-color: var(--color-text);
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-primary);
  background-color: transparent;
  padding: 15px 0;
  font-family: var(--font-sans-serif);
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 25px;
  outline: none;
  box-sizing: border-box;
}

.form-input::placeholder {
  color: var(--color-primary);
  opacity: 0.8;
}

.submit-btn {
  width: 100%;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--color-bg);
  margin-top: 10px;
}

.submit-btn:hover {
  filter: brightness(110%);
  color: var(--color-bg);
}

footer {
  background-color: var(--color-dark);
  color: var(--color-bg);
  padding: 60px 20px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

footer h4 {
  color: var(--color-bg);
  font-family: var(--font-cursive);
  font-size: 3rem;
  margin: 0;
}

.decorative-leaves {
  position: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("https://zrtbdboewgbwiyxzvxhj.supabase.co/storage/v1/object/public/imgwebjuan/der_enredadera.png");
  transition: transform 0.5s ease-out;
}

.leaves-top-right {
  top: -10vh;
  right: -15vw;
  width: 50vw;
  max-width: 600px;
  height: 50vw;
  max-height: 600px;
}
.leaves-bottom-left {
  bottom: -15vh;
  left: -20vw;
  width: 60vw;
  max-width: 700px;
  height: 60vw;
  max-height: 700px;
}
.leaves-center-left {
  display: none;
}

.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.from-left {
  transform: translateX(-40px);
}
.from-right {
  transform: translateX(40px);
}
.from-bottom {
  transform: translateY(40px);
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}

#color-switcher {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 8px;
  display: flex;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.palette-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
  padding: 0;
}
.palette-button.selected {
  transform: scale(1.2);
  border-color: var(--color-text);
}
.palette-button[data-palette="palette-1"] {
  background-color: #b0b0b0;
}
.palette-button[data-palette="palette-2"] {
  background-color: #a3b18a;
}
.palette-button[data-palette="palette-3"] {
  background-color: #d4b4b4;
}
.palette-button[data-palette="palette-4"] {
  background-color: #a2b9cc;
}
.palette-button[data-palette="palette-5"] {
  background-color: #d8a788;
}
.palette-button[data-palette="palette-6"] {
  background-color: #6c757d;
}
.palette-button[data-palette="palette-7"] {
  background-color: #9e9e9e;
}
.palette-button[data-palette="palette-8"] {
  background-color: #555555;
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .parallax-bg {
    background-size: cover;
    background-position: center;
  }
  h2 {
    font-size: 2.5rem;
  }
  #hero-section {
    height: 100vh;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #hero-section h1 {
    font-size: 5rem;
  }
  .music-player {
    flex-direction: column;
    gap: 5px;
  }
  .player-controls {
    width: 100%;
  }
  .volume-container {
    justify-content: center;
    width: 100%;
  }

  .invitation-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .btn {
    width: 80%;
    justify-content: center;
  }

  .leaves-top-right {
    top: -5vh;
    right: -35vw;
    width: 80vw;
    height: 80vw;
  }
  .leaves-bottom-left {
    bottom: -10vh;
    left: -40vw;
    width: 90vw;
    height: 90vw;
  }

  .timeline::after {
    left: 15px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 45px;
    padding-right: 10px;
  }
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }
  .timeline-item::after {
    left: 9px;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }
  .location-image {
    order: -1;
    margin-bottom: 30px;
  }
  .location-details {
    text-align: center;
  }
  .location-details .divider {
    margin: 20px auto;
  }
  .tips-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .confirmation-form {
    padding: 40px 20px;
  }
  .radio-group {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.number {
  text-decoration: underline 3px solid;
  color: var(--color-text);
}

.song-selection-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.song-item {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.song-item:hover {
  transform: scale(1.05);
}

.song-item.selected {
  border-color: var(--color-primary);
}

.song-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.song-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.song-item:hover .song-item-overlay,
.song-item.selected .song-item-overlay {
  opacity: 1;
}
.song-item.selected .song-item-overlay i {
  display: none;
}

.song-item.add-song {
  background-color: var(--color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--color-primary);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: var(--color-bg);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 90%;
  text-align: center;
  font-family: var(--font-sans-serif);
  font-size: 1.2rem;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.modal-overlay.visible .modal-content {
  transform: scale(1);
}
.close-modal-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--color-primary);
  cursor: pointer;
}
