﻿:root {
  --leader-blue: #6faee8;
  --leader-soft: #8ed0f0;
  --follower-rose: #ff7a8a;
  --follower-soft: #f3a1aa;
  --accent-purple: #9b7edb;
  --ink: #2b2340;
  --mist: #f6f3f8;
  --shadow: rgba(30, 20, 60, 0.16);
}

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

body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: linear-gradient(135deg, #e9f4ff 0%, #f0f6ff 45%, #ffd7de 100%);
  min-height: 100vh;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 32px 20px 88px;
  max-width: 1120px;
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 62px 120px;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 40px 90px var(--shadow);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.arc {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(155, 126, 219, 0.25);
  filter: blur(0.2px);
  opacity: 0.7;
  animation: slow-drift 10s ease-in-out infinite;
}

.arc-one {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -40px;
}

.arc-two {
  width: 420px;
  height: 420px;
  bottom: -180px;
  left: -120px;
  animation-delay: -3s;
}

.arc-three {
  width: 220px;
  height: 220px;
  top: 140px;
  left: 45%;
  animation-delay: -6s;
}

.brand {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}

.logo {
  width: 152px;
  height: 152px;
}

.wordmark {
  font-family: "Dancing Script", "Sora", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(100deg, #f63f7f 0%, #6ab4f9c2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-top: 40px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  color: rgba(43, 35, 64, 0.6);
  margin-bottom: 16px;
}

h1,
.final-cta h2,
.features h2,
.whisper h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #241a3f;
}

.hero-title {
  font-family: "Dancing Script", "Sora", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.subheading {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(43, 35, 64, 0.75);
}

.cta-row {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.cta {
  padding: 14px 30px;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.6s ease, background 0.6s ease;
}

.cta.primary {
  color: #fff;
  background: linear-gradient(120deg, var(--leader-soft), var(--leader-blue));
  box-shadow: 0 16px 40px rgba(111, 174, 232, 0.35);
}

.cta.primary:hover {
  box-shadow: 0 18px 50px rgba(111, 174, 232, 0.5);
}

.cta.ghost {
  background: transparent;
  border: 1px solid rgba(43, 35, 64, 0.2);
  color: var(--ink);
}

.cta.ghost:hover {
  box-shadow: 0 14px 30px rgba(155, 126, 219, 0.25);
}

.silhouettes {
  position: absolute;
  right: 32px;
  top: 70px;
  width: min(80%, 400px);
  height: 450px;
  overflow: hidden;
  opacity: 0.7;
  pointer-events: none;
  animation: sway 8s ease-in-out infinite;
}

.silhouette-img {
  width: 130%;
  height: 130%;
  object-fit: cover;
  object-position: center top;
  transform: translate(-12%, -10%);
}

.emotion {
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.6;
  color: rgba(43, 35, 64, 0.75);
  display: grid;
  gap: 10px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.features article {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 25px 50px rgba(47, 33, 77, 0.1);
  min-height: 180px;
}

.features p {
  margin-top: 14px;
  line-height: 1.7;
  color: rgba(43, 35, 64, 0.7);
}

.whisper-card {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(260px, 1fr);
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
  background: linear-gradient(120deg, rgba(111, 174, 232, 0.2), rgba(243, 161, 170, 0.25));
  align-items: center;
}

.whisper-visual {
  position: relative;
  height: 220px;
}

.earpods-image {
  position: absolute;
  width: 150px;
  height: 150px;
  object-fit: contain;
  top: 30px;
  left: 30px;
  opacity: 0.9;
  filter: drop-shadow(0 12px 24px rgba(43, 35, 64, 0.2));
}

.wave {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  animation: pulse 3.2s ease-in-out infinite;
}

.wave-one {
  width: 140px;
  height: 140px;
  top: 25px;
  left: 25px;
}

.wave-two {
  width: 190px;
  height: 190px;
  top: 0;
  left: 0;
  animation-delay: 0.6s;
}

.wave-three {
  width: 240px;
  height: 240px;
  top: -25px;
  left: -25px;
  animation-delay: 1.2s;
}

.whisper-copy p {
  line-height: 1.7;
  color: rgba(43, 35, 64, 0.75);
  margin-top: 16px;
}

.for-dancers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.dancer-card {
  border-radius: 28px;
  padding: 28px;
  min-height: 160px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 20px 45px rgba(47, 33, 77, 0.1);
}

.dancer-card h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.dancer-card.leader {
  border: 1px solid rgba(111, 174, 232, 0.5);
  box-shadow: 0 24px 50px rgba(111, 174, 232, 0.2);
}

.dancer-card.follower {
  border: 1px solid rgba(243, 161, 170, 0.5);
  box-shadow: 0 24px 50px rgba(243, 161, 170, 0.2);
}

.final-cta {
  padding: 60px 32px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(72, 52, 112, 0.92), rgba(123, 92, 178, 0.9));
  color: #f7f3ff;
  text-align: center;
}

.final-inner {
  max-width: 540px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  justify-items: center;
}

.final-cta h2 {
  color: #f7f3ff;
  line-height: 1.2;
}

@keyframes slow-drift {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(12px);
  }
}

@keyframes sway {
  0%,
  100% {
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    transform: translateY(10px) rotate(2deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.9);
  }
  70% {
    opacity: 0.15;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@media (max-width: 900px) {
  .hero {
    padding: 40px 24px 96px;
  }

  .silhouettes {
    position: relative;
    width: min(90%, 360px);
    height: 320px;
    margin-top: 40px;
    right: auto;
    top: auto;
  }

  .hero-content {
    max-width: 100%;
  }

  .whisper-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .page {
    gap: 56px;
  }

  .hero {
    border-radius: 26px;
  }

  h1 {
    font-size: 2.4rem;
  }

  .final-cta {
    padding: 48px 20px;
  }
}
