/* TakeMeNow Coming Soon — clean pink template */
:root {
  --pink: #ff2d7a;
  --pink-deep: #e91e63;
  --pink-soft: #ffe6f0;
  --pink-wash: #fff5f9;
  --navy: #1c1635;
  --text: #2b2448;
  --muted: #7a7394;
  --line: #f3d5e3;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(233, 30, 99, 0.12);
  --radius: 20px;
  --font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --script: "Great Vibes", "Segoe Script", cursive;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 45, 122, 0.08), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255, 105, 180, 0.1), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(255, 182, 213, 0.18), transparent 35%),
    linear-gradient(180deg, #fffafc 0%, #fff5f9 45%, #ffeaf3 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  padding: 1.15rem 0 0.25rem;
}

.header-inner {
  display: flex;
  justify-content: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand-name {
  font-family: var(--script);
  font-size: 2rem;
  color: var(--pink);
  line-height: 1;
  font-weight: 400;
}

/* Hero */
.hero {
  padding: 1.5rem 0 1rem;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.hero h1 {
  margin: 0 0 0.9rem;
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--navy);
  font-weight: 800;
}

.hero h1 span {
  color: var(--pink);
}

.hero-lead {
  margin: 0 auto 1.6rem;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 0.75rem;
  max-width: 420px;
  margin: 0 auto;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-align: center;
}

.feature-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--pink-soft);
  color: var(--pink);
  display: grid;
  place-items: center;
  margin-bottom: 0.25rem;
}

.feature-ico svg {
  width: 20px;
  height: 20px;
}

.feature-item strong {
  font-size: 0.9rem;
  color: var(--navy);
}

.feature-item span {
  font-size: 0.75rem;
  color: var(--muted);
}

/* Floating collage */
.hero-visual {
  position: relative;
  min-height: 420px;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  z-index: 0;
}

.orb-a {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 45, 122, 0.22), transparent 70%);
  top: 8%;
  right: 6%;
  animation: drift 7s ease-in-out infinite;
}

.orb-b {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 150, 190, 0.35), transparent 70%);
  bottom: 12%;
  left: 4%;
  animation: drift 8s ease-in-out infinite reverse;
}

.pin {
  position: absolute;
  top: 18%;
  right: 12%;
  font-size: 1.4rem;
  z-index: 5;
  animation: floaty 3s ease-in-out infinite;
  filter: drop-shadow(0 6px 10px rgba(233, 30, 99, 0.25));
}

.heart {
  position: absolute;
  z-index: 4;
  font-size: 1.15rem;
  animation: floaty 3.4s ease-in-out infinite;
}

.heart.h1 { top: 46%; left: 4%; animation-delay: 0.4s; }
.heart.h2 { bottom: 22%; right: 8%; animation-delay: 1s; }

.float-card {
  position: absolute;
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
  animation: floaty 4.5s ease-in-out infinite;
}

.user-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.8rem 0.55rem 0.55rem;
  min-width: 168px;
}

.user-card img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.user-card strong {
  display: block;
  font-size: 0.78rem;
  color: var(--navy);
}

.user-card .status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.68rem;
  color: #22a06b;
  font-weight: 600;
}

.user-card .status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22a06b;
  display: inline-block;
}

.user-top {
  top: 4%;
  left: 8%;
  z-index: 4;
  animation-delay: 0.2s;
}

.user-bottom {
  bottom: 6%;
  left: 10%;
  z-index: 4;
  animation-delay: 1.1s;
}

.post-card {
  width: min(270px, 72%);
  top: 14%;
  left: 18%;
  padding: 0.7rem;
  z-index: 3;
  animation-delay: 0.5s;
}

.post-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.post-head img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.post-head strong {
  display: block;
  font-size: 0.78rem;
}

.post-head span {
  font-size: 0.68rem;
  color: var(--muted);
}

.post-media {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.55rem;
}

.post-media img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.post-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}

.avatars {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.avatars img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -6px;
}

.avatars img:first-child {
  margin-left: 0;
}

.avatars span {
  margin-left: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--pink);
}

.live-card {
  width: 130px;
  top: 8%;
  right: 2%;
  overflow: hidden;
  padding: 0;
  z-index: 4;
  animation-delay: 0.8s;
}

.live-card > img {
  width: 100%;
  height: 86px;
  object-fit: cover;
}

.live-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ff2d55;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
}

.live-label {
  display: block;
  padding: 0.4rem 0.55rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--navy);
}

.group-card {
  right: 4%;
  bottom: 14%;
  width: 180px;
  padding: 0.75rem;
  z-index: 4;
  animation-delay: 1.3s;
}

.group-card strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 0.15rem;
}

.group-card > span {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

/* Countdown */
.launch {
  padding: 1.25rem 0 0.5rem;
  text-align: center;
}

.launch-label {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.countdown-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  min-width: 72px;
  padding: 0.85rem 0.6rem;
  box-shadow: 0 10px 28px rgba(233, 30, 99, 0.08);
}

.countdown-item .num {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: var(--pink);
  line-height: 1.1;
}

.countdown-item .label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.countdown-sep {
  color: var(--pink);
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.55;
  display: none;
}

/* Notify */
.notify {
  padding: 2rem 0 2.5rem;
}

.notify-card {
  background: linear-gradient(180deg, #fff 0%, #fff7fa 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.notify-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink) 0%, #ff5a9a 100%);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(255, 45, 122, 0.35);
}

.notify-icon svg {
  width: 26px;
  height: 26px;
}

.notify-card h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  color: var(--navy);
}

.notify-card > p {
  margin: 0 0 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.notify-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.notify-form input {
  width: 100%;
  border: 1.5px solid #ebd0dc;
  background: #fff;
  border-radius: 12px;
  padding: 0.95rem 1rem;
  font: inherit;
  font-size: 0.98rem;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.notify-form input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(255, 45, 122, 0.12);
}

.btn-notify {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, var(--pink) 0%, #ff4d94 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.95rem 1.35rem;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(255, 45, 122, 0.32);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-notify:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(255, 45, 122, 0.4);
}

.btn-notify:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-note {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.form-note .ok {
  color: #22a06b;
  font-weight: 700;
  margin-right: 0.2rem;
}

.form-message {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 1.25em;
}

.form-message.is-success { color: #0f8a4b; }
.form-message.is-error { color: #d12b5a; }

/* Footer */
.site-footer {
  padding: 0 0 1.5rem;
}

.skyline {
  line-height: 0;
  margin-bottom: 1rem;
}

.skyline svg {
  width: 100%;
  height: auto;
  display: block;
}

.footer-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

.footer-copy {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.social {
  display: flex;
  gap: 0.55rem;
}

.social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--pink);
  display: grid;
  place-items: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.social a svg {
  width: 15px;
  height: 15px;
}

.social a:hover {
  background: var(--pink);
  color: #fff;
  transform: translateY(-2px);
}

/* Animations */
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

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

/* Breakpoints */
@media (min-width: 640px) {
  .feature-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 520px;
    gap: 0.75rem;
  }

  .countdown-sep {
    display: inline;
  }

  .countdown-item {
    min-width: 88px;
    padding: 1rem 0.75rem;
  }

  .notify-form {
    flex-direction: row;
    align-items: stretch;
  }

  .notify-form input {
    flex: 1;
  }

  .btn-notify {
    white-space: nowrap;
    padding-inline: 1.4rem;
  }
}

@media (min-width: 900px) {
  .header-inner {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 1.5rem;
    align-items: center;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-lead {
    margin-left: 0;
  }

  .feature-row {
    margin: 0;
    max-width: none;
    justify-items: start;
  }

  .feature-item {
    align-items: flex-start;
    text-align: left;
  }

  .feature-ico {
    margin-bottom: 0.35rem;
  }

  .hero-visual {
    margin: 0;
    min-height: 480px;
    max-width: none;
  }

  .post-card {
    width: 290px;
    left: 12%;
  }

  .post-media img {
    height: 155px;
  }

  .footer-bar {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 899px) {
  .header-inner {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .hero-visual {
    min-height: 380px;
    transform: scale(0.92);
    transform-origin: top center;
  }

  .countdown-item {
    min-width: 64px;
    padding: 0.7rem 0.4rem;
  }
}
