.hub-page {
  --ink: #f7eef5;
  --muted: rgba(247, 238, 245, 0.68);
  --pink: #ff6aa8;
  --pink-deep: #c43d78;
  --gold: #e4c36a;
  --font-display: "Cormorant Garamond", "Nanum Myeongjo", serif;
  --font-body: "Noto Sans KR", sans-serif;
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 70% 50% at 80% 10%, rgba(255, 106, 168, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(228, 195, 106, 0.12), transparent 50%),
    linear-gradient(165deg, #120a16 0%, #1c1024 42%, #2a1430 100%);
  background-attachment: fixed;
}

.hub-page * {
  box-sizing: border-box;
}

.hub-page a {
  color: inherit;
  text-decoration: none;
}

.promo-glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.promo-glow-a {
  width: 340px;
  height: 340px;
  right: 8%;
  top: 12%;
  background: rgba(255, 80, 150, 0.18);
  border-radius: 50%;
}

.promo-glow-b {
  width: 280px;
  height: 280px;
  left: -40px;
  bottom: 10%;
  background: rgba(228, 195, 106, 0.1);
  border-radius: 50%;
}

.promo-nav,
.promo-hero,
.promo-features,
.promo-play,
.promo-foot,
.promo-flash {
  position: relative;
  z-index: 1;
}

.promo-nav {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.promo-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.promo-logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff6aa8, #c43d78);
  box-shadow: 0 8px 20px rgba(196, 61, 120, 0.45);
  font-size: 1.05rem;
}

.promo-logo strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.1;
}

.promo-logo small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.promo-nav-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.promo-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 106, 168, 0.45);
  background: rgba(255, 106, 168, 0.12);
}

.promo-live i,
.promo-onair i,
.promo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d7a;
  box-shadow: 0 0 0 0 rgba(255, 77, 122, 0.7);
  animation: promoPulse 1.6s ease-out infinite;
}

.promo-nav-link,
.promo-user {
  font-size: 0.82rem;
  color: var(--muted);
  padding: 0.35rem 0.2rem;
}

.promo-nav-btn {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  color: #2a1430;
}

.promo-hero {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.4rem 0 1.4rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - 92px);
}

.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #ffc1da;
}

.promo-dot {
  display: inline-block;
}

.promo-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.promo-lede {
  max-width: 36rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.promo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.6rem;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
}

.promo-btn-live {
  background: linear-gradient(135deg, #ff6aa8, #c43d78);
  color: #fff;
  box-shadow: 0 12px 28px rgba(196, 61, 120, 0.4);
}

.promo-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.promo-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: 2rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-meta li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.promo-meta strong {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.promo-meta span {
  font-size: 0.92rem;
}

.promo-hero-visual {
  display: flex;
  justify-content: center;
}

.promo-portrait {
  position: relative;
  width: min(430px, 100%);
}

.promo-onair {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(12, 6, 16, 0.72);
  border: 1px solid rgba(255, 77, 122, 0.55);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.promo-portrait-img {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background:
    linear-gradient(180deg, transparent 42%, rgba(18, 10, 22, 0.72)),
    url("../img/character.png") center 18% / cover no-repeat;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 180, 210, 0.22),
    0 0 80px rgba(255, 80, 150, 0.18);
}

.promo-caption {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: rgba(247, 238, 245, 0.55);
}

.promo-flash {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: rgba(196, 61, 120, 0.2);
  border: 1px solid rgba(255, 106, 168, 0.4);
}

.promo-features {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.promo-features article {
  padding: 1.3rem 1.25rem 1.4rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-features span {
  display: block;
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}

.promo-features h2 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
}

.promo-features p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.promo-play {
  width: min(1180px, calc(100% - 2rem));
  margin: 3.2rem auto 2rem;
}

.promo-play-head p {
  margin: 0 0 0.45rem;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffc1da;
}

.promo-play-head h2 {
  margin: 0 0 1.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
}

.promo-play-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.promo-play-card {
  display: grid;
  grid-template-rows: 220px auto;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.promo-play-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 160, 200, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.promo-play-art {
  background-size: cover;
  background-position: center 20%;
}

.promo-play-art--pack {
  background-image:
    linear-gradient(180deg, transparent 30%, rgba(18, 10, 22, 0.55)),
    url("../box.png");
  background-color: #2a1830;
}

.promo-play-art--maker {
  background-image:
    linear-gradient(180deg, transparent 30%, rgba(18, 10, 22, 0.45)),
    url("../img/child.png");
}

.promo-play-body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.promo-tag {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--gold);
}

.promo-play-body h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.promo-play-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.promo-go {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #ffc1da;
}

.promo-foot {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.4rem 0 2.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes promoPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 77, 122, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 77, 122, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 77, 122, 0);
  }
}

@media (max-width: 900px) {
  .promo-hero,
  .promo-features,
  .promo-play-grid {
    grid-template-columns: 1fr;
  }

  .promo-hero {
    min-height: 0;
    padding-top: 1.4rem;
  }

  .promo-hero h1 {
    font-size: 2.4rem;
  }

  .promo-nav-right .promo-nav-link:first-of-type {
    display: none;
  }
}
