/* ════════════════════════════════════════════════════════════════
   Halmae — overrides on top of yeon.css
   yeon과 공통 스타일은 yeon.css 그대로 재사용,
   여기서는 차이점만 정의
   ════════════════════════════════════════════════════════════════ */

/* ─── Promo bar — halmae 전용 톤 (조금 더 짙은 보라) ─── */
.promo-bar-halmae {
  background: linear-gradient(90deg, #4c1d95 0%, #6b21a8 50%, #831843 100%);
}

/* ─── Hero tag 보라 강조 ─── */
.yt-purple {
  background: linear-gradient(135deg, var(--purple-l), var(--purple));
  color: white;
}

/* ─── Hero — halmae는 더 신비롭고 어두운 톤 ─── */
.halmae-hero {
  background: linear-gradient(180deg, #1a0420 0%, #0a0214 70%, var(--bg-1) 100%);
}
.halmae-hero .yh-bg {
  background:
    radial-gradient(ellipse 60% 40% at 30% 30%, rgba(168, 85, 247, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 30% at 80% 70%, rgba(192, 132, 252, 0.18), transparent 60%),
    radial-gradient(ellipse 30% 20% at 60% 50%, rgba(255, 255, 255, 0.04), transparent 60%);
}

/* ─── Halmae 카드 — 더 음산하고 미스터리한 느낌 ─── */
.halmae-card {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(192, 132, 252, 0.45), transparent 60%),
    radial-gradient(ellipse at 50% 100%, rgba(67, 20, 100, 0.6), transparent 70%),
    linear-gradient(180deg, #2a1454 0%, #15082a 100%);
  border-color: rgba(192, 132, 252, 0.45);
}
.halmae-card .yc-img img {
  filter: brightness(0.9) saturate(1.1) hue-rotate(-5deg);
}
.halmae-card .yc-img::after {
  background: linear-gradient(180deg, transparent 35%, rgba(26, 4, 32, 0.92));
}

/* ─── Halmae 인용구 일러스트 — 안개+신령 실루엣 ─── */
.halmae-quote {
  background:
    radial-gradient(ellipse at 50% 30%, rgba(168, 85, 247, 0.35), transparent 60%),
    linear-gradient(180deg, #1a0420 0%, #0a0214 100%);
  border-color: rgba(168, 85, 247, 0.35);
}
.wq-illust {
  position: relative;
  height: 200px;
}
.wq-mist {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(192, 132, 252, 0.5), transparent 50%),
    radial-gradient(ellipse at 30% 40%, rgba(168, 85, 247, 0.3), transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(168, 85, 247, 0.25), transparent 50%);
  filter: blur(8px);
  animation: mistFloat 8s ease-in-out infinite;
}
@keyframes mistFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.85; }
  50% { transform: translateY(-8px) scale(1.05); opacity: 1; }
}
.wq-figure {
  position: relative;
  z-index: 2;
  font-size: 64px;
  letter-spacing: 0.4em;
  color: rgba(192, 132, 252, 0.85);
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.8);
  display: block;
  text-align: center;
  line-height: 200px;
}

/* ─── 6개 included — 3 column ─── */
.incl-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .incl-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .incl-grid-3 { grid-template-columns: 1fr; } }

/* halmae included 카드는 일러스트 위에 체크리스트도 추가됨 */
.incl-checks {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
.incl-checks li {
  font-size: 11px;
  color: var(--t2);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.incl-checks li::before {
  content: '✓';
  color: var(--purple-l);
  font-weight: 800;
  font-size: 10px;
}

/* halmae included 일러스트 색상 — 6개 (전생/운명/인연/재물/경고/신령) */
.hill-01 { background: radial-gradient(circle at 30% 30%, #c084fc 0%, #6b21a8 40%, #1a0a3a 100%); }
.hill-02 { background: radial-gradient(circle at 50% 50%, #fef3c7 0%, #f59e0b 25%, #78350f 70%, #1a0e02 100%); }
.hill-03 { background: radial-gradient(circle at 50% 50%, #fbcfe8 0%, #ec4899 30%, #831843 70%, #2a0a1f 100%); }
.hill-04 { background: radial-gradient(circle at 50% 50%, #fde68a 0%, #f59e0b 30%, #78350f 70%, #1a0e02 100%); }
.hill-05 { background: radial-gradient(circle at 50% 50%, #fca5a5 0%, #ef4444 30%, #7f1d1d 70%, #2a0808 100%); }
.hill-06 { background: radial-gradient(circle at 50% 30%, #c4b5fd 0%, #7c3aed 30%, #4c1d95 70%, #1a0a3a 100%); }

/* ════════════════════════════════════════════════════════════════
   TRANSFORMATION SECTION
   ════════════════════════════════════════════════════════════════ */
.halmae-transform {
  padding: 80px 0;
  background: var(--bg-2);
}

.tf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 800px) { .tf-grid { grid-template-columns: 1fr; } }

.tf-card {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid;
}
.tf-before {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(239, 68, 68, 0.1), transparent 60%),
    var(--bg-3);
  border-color: rgba(239, 68, 68, 0.25);
}
.tf-after {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(168, 85, 247, 0.12), transparent 60%),
    var(--bg-3);
  border-color: rgba(168, 85, 247, 0.35);
}

.tf-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.tf-icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
}
.tf-icon-red { background: rgba(239, 68, 68, 0.18); color: #fca5a5; border: 1px solid rgba(239, 68, 68, 0.3); }
.tf-icon-purple { background: rgba(168, 85, 247, 0.2); color: var(--purple-l); border: 1px solid rgba(168, 85, 247, 0.4); }

.tf-head h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.tf-before .tf-head h3 { color: #fca5a5; }
.tf-after .tf-head h3 { color: var(--purple-l); }

.tf-list { display: flex; flex-direction: column; gap: 12px; }
.tf-list li {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 13px;
  color: var(--t1);
  line-height: 1.5;
}
.tf-list li em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.tf-before .tf-list li em {
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}
.tf-after .tf-list li em {
  background: rgba(168, 85, 247, 0.18);
  color: var(--purple-l);
}
.tf-x { color: #fca5a5; font-weight: 800; }
.tf-v { color: var(--purple-l); font-weight: 800; }

/* ════════════════════════════════════════════════════════════════
   PRICING — 2 cards layout
   ════════════════════════════════════════════════════════════════ */
.pr-grid-2 {
  grid-template-columns: 1fr 1fr;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 700px) { .pr-grid-2 { grid-template-columns: 1fr; } }
