* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    "Inter",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  line-height: 1.5;
  color: #1e1a2f;
  scroll-behavior: smooth;
  background: #fdf2f8; /* fallback */
}

/* Background image + white semi-transparent overlay */
.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./dance2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(1px);
  z-index: -1;
}

/* gradient theme: pink → white (for sections & accents) */
.gradient-bg {
  background: linear-gradient(135deg, #ff9eb5 0%, #ffffff 100%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Navigation */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 245, 248, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 140, 170, 0.25);
  padding: 1rem 0;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(130deg, #e35f7a, #d43f62);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  font-weight: 600;
  color: #3a2c3a;
  transition: 0.2s ease;
  font-size: 1rem;
}

.nav-links a:hover {
  color: #e6436e;
  transform: translateY(-1px);
}

/* Footer */
.footer {
  background: rgba(30, 20, 30, 0.85);
  backdrop-filter: blur(4px);
  color: #fbeef2;
  padding: 2.5rem 0 1.8rem;
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 200, 210, 0.5);
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.footer-email {
  font-size: 1.1rem;
  background: rgba(255, 255, 240, 0.1);
  padding: 0.5rem 1.2rem;
  border-radius: 40px;
  letter-spacing: 0.3px;
}

.footer-email a {
  color: #ffe2ea;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dotted #ffb7cb;
}

.footer-email a:hover {
  color: white;
  border-bottom-color: white;
}

.copyright {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Section styling */
section {
  scroll-margin-top: 85px;
  margin-bottom: 4rem;
}

.banner {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
}

.banner-content {
  max-width: 800px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
  border-radius: 64px;
  padding: 2.5rem 2rem;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 225, 0.7);
}

.banner h1 {
  font-size: 3.8rem;
  font-weight: 800;
  background: linear-gradient(125deg, #d43f62, #b32d4f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.2;
}

.tagline {
  font-size: 1.5rem;
  font-weight: 500;
  color: #bc4c6f;
  margin: 0.75rem 0 1rem;
}

.banner-desc {
  font-size: 1.1rem;
  color: #2a1f2a;
  max-width: 600px;
  margin: 1rem auto 0;
}

/* Intro & features section (two columns) */
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #a13254;
  letter-spacing: -0.3px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.features-text {
  flex: 1.2;
  min-width: 260px;
}

.feature-block {
  background: rgba(255, 250, 245, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 2rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 150, 170, 0.3);
  transition: 0.2s;
}

.feature-block h3 {
  font-size: 1.4rem;
  color: #cf4a6e;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.feature-block p {
  color: #2c232c;
}

.screenshot-side {
  flex: 0.9;
  min-width: 260px;
  display: flex;
  justify-content: center;
}

.phone-mock {
  max-width: 280px;
  width: 100%;
  border-radius: 42px;
  box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.25);
  border: 6px solid white;
  transition: transform 0.2s ease;
}

.phone-mock:hover {
  transform: scale(1.02);
}

/* screenshot optional section (gallery style) */
.screenshot-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.screenshot-card {
  background: rgba(255, 255, 245, 0.7);
  backdrop-filter: blur(4px);
  border-radius: 36px;
  padding: 0.8rem;
  width: 210px;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid rgba(255, 140, 170, 0.5);
}

.screenshot-card img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.2);
  display: block;
}

.screenshot-card p {
  margin-top: 0.7rem;
  font-weight: 500;
  color: #bc4c6f;
  font-size: 0.85rem;
}

/* Dance Hubs & extra feature highlights */
.highlight-row {
  background: rgba(255, 245, 245, 0.65);
  border-radius: 3rem;
  padding: 2rem;
  margin-top: 2rem;
  backdrop-filter: blur(4px);
}

.inline-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: space-between;
}

.inline-badge {
  background: white;
  border-radius: 60px;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  color: #cf4a6e;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 780px) {
  .container {
    padding: 0 20px;
  }
  .nav-container {
    flex-direction: column;
    align-items: center;
  }
  .nav-links {
    gap: 1.2rem;
    justify-content: center;
  }
  .banner h1 {
    font-size: 2.5rem;
  }
  .tagline {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .features-grid {
    flex-direction: column-reverse;
  }
  .screenshot-side {
    margin-bottom: 1rem;
  }
  .phone-mock {
    max-width: 240px;
  }
  .banner-content {
    padding: 1.8rem;
  }
}

@media (max-width: 480px) {
  .banner h1 {
    font-size: 2rem;
  }
  .feature-block h3 {
    font-size: 1.2rem;
  }
  .screenshot-card {
    width: 160px;
  }
}

/* smooth scroll */
html {
  scroll-padding-top: 85px;
}
