* {
  box-sizing: border-box;
}

:root {
  --bg-1: #fff8fc;
  --bg-2: #ffeef7;
  --bg-3: #ffd8ea;
  --bg-4: #ffc5e1;
  --text: #4b5563;
  --text-strong: #1f2937;
  --pink-1: #ec4899;
  --pink-2: #d946ef;
  --pink-3: #fb7185;
  --white-border: rgba(255, 255, 255, 0.78);
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, var(--bg-1) 0%, var(--bg-2) 28%, var(--bg-3) 60%, var(--bg-4) 100%);
}

body {
  overflow-x: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-copy {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid rgba(244, 114, 182, 0.32);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(236, 72, 153, 0.16);
  color: #9d174d;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pill-star {
  font-size: 1rem;
  color: #ec4899;
}

.headline-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.headline {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: var(--text-strong);
}

.headline span {
  background: linear-gradient(90deg, var(--pink-1), var(--pink-2), var(--pink-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtext {
  max-width: 700px;
  margin: 0;
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
  line-height: 1.75;
  color: #5f6b7b;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--white-border);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 26px rgba(255, 255, 255, 0.18);
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
}

.tag-icon {
  color: #ec4899;
  font-size: 1rem;
}

.bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.68;
  pointer-events: none;
  animation: drift 10s ease-in-out infinite;
}

.orb-1 {
  width: 320px;
  height: 320px;
  top: -70px;
  left: -60px;
  background: rgba(249, 168, 212, 0.5);
}

.orb-2 {
  width: 380px;
  height: 380px;
  top: 70px;
  right: -40px;
  background: rgba(244, 114, 182, 0.26);
  animation-duration: 12s;
}

.orb-3 {
  width: 320px;
  height: 320px;
  bottom: -40px;
  left: 28%;
  background: rgba(251, 207, 232, 0.55);
  animation-duration: 11s;
}

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

.sparkle {
  position: absolute;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  text-shadow: 0 0 12px rgba(255,255,255,0.75);
  animation: twinkle 4s ease-in-out infinite;
}

.s1 { left: 8%; top: 10%; animation-delay: 0s; font-size: 0.95rem; }
.s2 { left: 16%; top: 32%; animation-delay: 0.5s; font-size: 1.25rem; }
.s3 { left: 24%; top: 18%; animation-delay: 0.8s; font-size: 0.9rem; }
.s4 { left: 38%; top: 12%; animation-delay: 1.1s; font-size: 1.15rem; }
.s5 { left: 49%; top: 28%; animation-delay: 0.3s; font-size: 1rem; }
.s6 { left: 58%; top: 11%; animation-delay: 1.8s; font-size: 1.15rem; }
.s7 { left: 68%; top: 22%; animation-delay: 1.2s; font-size: 1rem; }
.s8 { left: 80%; top: 15%; animation-delay: 1.5s; font-size: 1.15rem; }
.s9 { left: 88%; top: 32%; animation-delay: 0.7s; font-size: 0.95rem; }
.s10 { left: 10%; top: 65%; animation-delay: 1.4s; font-size: 1rem; }
.s11 { left: 20%; top: 78%; animation-delay: 2s; font-size: 1.2rem; }
.s12 { left: 36%; top: 70%; animation-delay: 1.6s; font-size: 1rem; }
.s13 { left: 54%; top: 82%; animation-delay: 0.9s; font-size: 1.25rem; }
.s14 { left: 72%; top: 72%; animation-delay: 1.9s; font-size: 0.95rem; }
.s15 { left: 84%; top: 62%; animation-delay: 1.3s; font-size: 1.15rem; }
.s16 { left: 92%; top: 82%; animation-delay: 0.4s; font-size: 0.95rem; }

@keyframes twinkle {
  0%, 100% {
    opacity: 0.2;
    transform: translateY(0) scale(0.7) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translateY(-6px) scale(1.15) rotate(10deg);
  }
}

@keyframes drift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, -18px) scale(1.06);
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100%, calc(100% - 24px));
    padding: 24px 0 32px;
  }

  .hero-copy {
    gap: 22px;
  }

  .pill {
    font-size: 0.88rem;
    padding: 12px 16px;
  }

  .tag {
    width: 100%;
    justify-content: center;
  }
}
