/* ════════════════════════════════════════════════════════════════
   Seoha — overrides on top of yeon.css + halmae.css
   pink/rose dominant + green accent (혼인·궁합 테마)
   ════════════════════════════════════════════════════════════════ */

/* ─── Promo bar ─── */
.promo-bar-seoha {
  background: linear-gradient(90deg, #831843 0%, #be185d 50%, #be123c 100%);
}
.promo-bar-seoha .pb-icon { color: #fce7f3; }
.promo-bar-seoha .pb-msg strong { color: #fce7f3; }
.promo-bar-seoha .pb-timer {
  background: rgba(0,0,0,0.5);
  color: #fce7f3;
}

/* ─── Kicker rose ─── */
.kicker-rose { color: var(--pink-l) !important; }

/* ─── Hero tag ─── */
.yt-rose {
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
}
.yt-pink-soft {
  background: rgba(236, 72, 153, 0.18);
  border: 1px solid rgba(236, 72, 153, 0.35);
  color: var(--pink-l);
}

/* ─── Gradient rose ─── */
.grad-y-rose {
  background: linear-gradient(135deg, #fce7f3 0%, #f472b6 30%, #ec4899 60%, #be185d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ─── ys-i rose soft ─── */
.bg-rose-soft { background: var(--pink-bg); color: var(--pink-l); }

/* ════════════════════════════════════════════════════════════════
   HERO — 가로형, 두 사람 카드
   ════════════════════════════════════════════════════════════════ */
.seoha-hero {
  position: relative;
  padding: 56px 0 80px;
  background: linear-gradient(180deg, #2a0a1a 0%, #150410 70%, var(--bg-1) 100%);
  overflow: hidden;
}
.sh-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 30% 30%, rgba(236, 72, 153, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 30% at 80% 60%, rgba(190, 24, 93, 0.2), transparent 60%);
  pointer-events: none;
}
.sh-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .sh-grid { grid-template-columns: 1fr; gap: 32px; } }

.sh-left { padding-top: 8px; }
.sh-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.04em;
  margin: 24px 0 22px;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 700px) { .sh-title { font-size: 44px; } }

.sh-lead {
  font-size: 14px;
  line-height: 1.7;
  color: var(--t2);
  margin-bottom: 22px;
}
.sh-lead strong { color: white; }

.yh-live-rose {
  background: rgba(236, 72, 153, 0.12);
  border-color: rgba(236, 72, 153, 0.3);
  color: var(--pink-l);
}
.yh-live-rose strong { color: white; }

.sh-mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-bottom: 22px;
}
.sh-mini-stats > div {
  padding: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: center;
}
.sh-mini-stats strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.02em;
}
.sh-mini-stats span { font-size: 11px; color: var(--t3); }

.sh-price-row { margin-bottom: 18px; }
.sh-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.sh-price .px-new {
  font-size: 38px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
}
.sh-px-meta {
  flex-basis: 100%;
  font-size: 11px;
  color: var(--t3);
  margin-top: 4px;
}

.sh-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.yh-cta-rose {
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
  box-shadow: 0 12px 32px rgba(236, 72, 153, 0.45);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px;
  font-size: 14px; font-weight: 800;
  border-radius: 12px;
  transition: transform 0.15s, box-shadow 0.2s;
}
.yh-cta-rose:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(236, 72, 153, 0.6); }
.sh-cta-secondary {
  padding: 16px 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--t2);
  font-size: 14px; font-weight: 600;
  border-radius: 12px;
}

/* ─── Couple card ─── */
.sh-right { display: flex; flex-direction: column; gap: 16px; }

.couple-card {
  position: relative;
  padding: 16px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(236, 72, 153, 0.4), transparent 60%),
    linear-gradient(135deg, #3a0820 0%, #1a0410 100%);
  border: 1px solid rgba(236, 72, 153, 0.4);
  border-radius: 16px;
  overflow: hidden;
}
.cc-live {
  position: absolute; top: 14px; right: 14px;
  padding: 4px 10px;
  background: rgba(236, 72, 153, 0.5);
  border: 1px solid var(--pink-l);
  font-size: 10px; font-weight: 800;
  color: white;
  border-radius: 999px;
  z-index: 3;
}
.cc-stats {
  position: absolute; top: 14px; left: 14px;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(8px);
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 3;
}
.cc-stats-label { font-size: 10px; color: var(--t3); }
.cc-stats-num { font-size: 16px; font-weight: 800; color: var(--pink-l); }
.cc-stats-status { font-size: 10px; color: var(--t3); display: flex; align-items: center; gap: 4px; }

.cc-rating {
  position: absolute; right: -4px; top: 35%;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 10px;
  text-align: center;
  z-index: 4;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
.cc-stars { color: var(--amber-l); font-size: 11px; }
.cc-rating-num { font-size: 22px; font-weight: 800; color: white; line-height: 1; margin: 4px 0; }
.cc-rating-meta { font-size: 9px; color: var(--t3); }

.couple-illust {
  position: relative;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at center, rgba(236, 72, 153, 0.3), transparent 60%),
    linear-gradient(180deg, #2a0a1f 0%, #1a0410 100%);
  margin-bottom: 12px;
}
.ci-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 20%, rgba(236, 72, 153, 0.6), transparent),
    radial-gradient(1px 1px at 80% 30%, rgba(236, 72, 153, 0.4), transparent),
    radial-gradient(1px 1px at 50% 70%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 30% 80%, rgba(236, 72, 153, 0.5), transparent),
    radial-gradient(2px 2px at 70% 60%, rgba(245, 158, 11, 0.4), transparent);
  opacity: 0.6;
}
.ci-figures {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
}
.ci-fig {
  font-size: 84px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.4));
  animation: figFloat 4s ease-in-out infinite;
}
.ci-male { animation-delay: 2s; }
@keyframes figFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.ci-thread {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--pink), transparent);
  position: relative;
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.6);
  animation: threadGlow 3s ease-in-out infinite;
}
@keyframes threadGlow {
  0%, 100% { opacity: 0.7; transform: scaleX(1); }
  50% { opacity: 1; transform: scaleX(1.1); }
}
.cc-info {
  padding: 8px 4px 4px;
}
.cc-tag { font-size: 10px; color: var(--amber-l); letter-spacing: 0.1em; font-weight: 700; }
.cc-name { font-size: 22px; font-weight: 800; color: white; margin: 4px 0; letter-spacing: -0.02em; }
.cc-meta { font-size: 11px; color: var(--t3); }

/* ─── Seoha profile (작은 카드) ─── */
.seoha-profile {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(20, 10, 30, 0.7);
  border: 1px solid rgba(236, 72, 153, 0.25);
  border-radius: 12px;
  align-items: start;
}
.sp-avatar {
  width: 60px; height: 60px;
  border-radius: 50%;
  border: 2px solid var(--pink-l);
  overflow: hidden;
}
.sp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.sp-tag-row { display: flex; gap: 6px; margin-bottom: 4px; }
.sp-tag-grand {
  padding: 2px 8px;
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
  font-size: 9px; font-weight: 800;
  border-radius: 4px;
  letter-spacing: 0.08em;
}
.sp-tag-special {
  padding: 2px 8px;
  background: rgba(236, 72, 153, 0.15);
  color: var(--pink-l);
  border: 1px solid rgba(236, 72, 153, 0.3);
  font-size: 9px; font-weight: 700;
  border-radius: 4px;
}
.sp-name { font-size: 15px; font-weight: 800; color: white; margin-bottom: 2px; }
.sp-meta { font-size: 11px; color: var(--t3); margin-bottom: 8px; }
.sp-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}
.sp-stats > div {
  text-align: center;
  padding: 5px;
  background: rgba(0,0,0,0.3);
  border-radius: 6px;
}
.sp-stats strong {
  display: block;
  font-size: 14px; font-weight: 800;
  color: white;
}
.sp-stats .rose { color: var(--pink-l); }
.sp-stats .green { color: var(--green-l); }
.sp-stats span { font-size: 9px; color: var(--t3); }
.sp-tag-pills { display: flex; gap: 5px; flex-wrap: wrap; }
.spt-pill {
  padding: 2px 8px;
  background: rgba(245, 158, 11, 0.12);
  color: var(--amber-l);
  border: 1px solid rgba(245, 158, 11, 0.25);
  font-size: 10px; font-weight: 600;
  border-radius: 999px;
}
.sp-quote {
  grid-column: 1 / -1;
  font-size: 11px; font-style: italic;
  color: var(--pink-l);
  text-align: right;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  margin-top: 4px;
}

/* ════════════════════════════════════════════════════════════════
   GRAND PROFILE SECTION
   ════════════════════════════════════════════════════════════════ */
.grand-profile-sec { padding: 80px 0; }
.gp-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) { .gp-grid { grid-template-columns: 1fr; } }

.gp-left { display: flex; flex-direction: column; gap: 16px; }
.gp-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.gp-photo img { width: 100%; height: 100%; object-fit: cover; }
.gp-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(58, 8, 32, 0.85));
}
.gp-live {
  position: absolute; bottom: 14px; left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid var(--pink-l);
  color: var(--pink-l);
  font-size: 11px; font-weight: 700;
  border-radius: 999px;
}

.gp-card {
  padding: 18px;
  background: var(--bg-3);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 12px;
}
.gp-tags { display: flex; gap: 6px; margin-bottom: 10px; }
.gp-tag-grand {
  padding: 3px 10px;
  background: linear-gradient(135deg, var(--green-l), var(--green));
  color: #042620;
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 5px;
}
.gp-tag-rose {
  padding: 3px 10px;
  background: rgba(236, 72, 153, 0.15);
  color: var(--pink-l);
  border: 1px solid rgba(236, 72, 153, 0.3);
  font-size: 10px; font-weight: 700;
  border-radius: 5px;
}
.gp-name { font-size: 22px; font-weight: 800; color: white; letter-spacing: -0.02em; }
.gp-meta { font-size: 12px; color: var(--t3); margin: 4px 0 12px; }
.gp-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.gp-stats > div {
  text-align: center;
  padding: 10px;
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
}
.gp-stats strong {
  display: block;
  font-size: 18px; font-weight: 800;
  color: white;
}
.gp-stats .rose { color: var(--pink-l); }
.gp-stats .green { color: var(--green-l); }
.gp-stats span { font-size: 10px; color: var(--t3); }

.gp-right { display: flex; flex-direction: column; gap: 16px; }

.gp-quote {
  position: relative;
  padding: 24px 28px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(16, 185, 129, 0.15), transparent 60%),
    linear-gradient(135deg, #08221a 0%, #051a14 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 14px;
}
.gpq-mark {
  position: absolute; top: 12px; left: 18px;
  font-size: 38px;
  color: rgba(16, 185, 129, 0.5);
  font-family: serif;
  line-height: 1;
}
.gp-quote p {
  padding-left: 20px;
  font-size: 14px;
  color: white;
  line-height: 1.7;
}
.gpq-author {
  margin-top: 8px !important;
  font-size: 12px !important;
  color: var(--green-l) !important;
}

.career-timeline {
  padding: 20px 24px;
  background: rgba(20, 8, 18, 0.7);
  border: 1px solid rgba(236, 72, 153, 0.18);
  border-radius: 12px;
}
.ct-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--pink-l);
  font-weight: 800;
  margin-bottom: 14px;
}
.ct {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 10px 0;
  align-items: start;
  border-bottom: 1px solid var(--line-soft);
}
.ct:last-child { border-bottom: none; padding-bottom: 0; }
.ct-y {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--pink), var(--pink-d));
  color: white;
  border-radius: 50%;
  font-size: 11px; font-weight: 800;
  letter-spacing: -0.02em;
}
.ct strong {
  display: block;
  font-size: 13px; font-weight: 700;
  color: white;
  margin-bottom: 3px;
}
.ct p { font-size: 11.5px; color: var(--t3); line-height: 1.55; }

.gp-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gpf {
  padding: 14px;
  background: rgba(20, 8, 18, 0.6);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.gpf-i {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}
.gpf-pink { background: var(--pink-bg); color: var(--pink-l); }
.gpf-green { background: var(--green-bg); color: var(--green-l); }
.gpf-amber { background: var(--amber-bg); color: var(--amber-l); }
.gpf-rose { background: rgba(244, 63, 94, 0.15); color: #fb7185; }
.gpf h4 { font-size: 13px; font-weight: 700; margin-bottom: 4px; color: white; }
.gpf p { font-size: 11.5px; color: var(--t3); line-height: 1.5; }

.gp-direct-cta {
  display: block; width: 100%;
  padding: 16px 22px;
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
  border-radius: 12px;
  font-size: 14px; font-weight: 700;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35);
}
.gp-direct-cta span {
  display: block;
  font-size: 11px; font-weight: 500;
  opacity: 0.85;
  margin-top: 4px;
}
.gp-direct-cta em {
  position: absolute;
  right: 16px; top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  padding: 6px 12px;
  background: rgba(255,255,255,0.2);
  border-radius: 999px;
  font-size: 12px;
}
@media (max-width: 540px) {
  .gp-direct-cta em { position: static; transform: none; display: inline-block; margin-top: 8px; }
}

/* ════════════════════════════════════════════════════════════════
   TRANSFORMATION rose
   ════════════════════════════════════════════════════════════════ */
.tf-after-rose {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(236, 72, 153, 0.12), transparent 60%),
    var(--bg-3);
  border-color: rgba(236, 72, 153, 0.35);
}
.tf-icon-rose {
  background: rgba(236, 72, 153, 0.2);
  color: var(--pink-l);
  border: 1px solid rgba(236, 72, 153, 0.4);
}
.tf-after-rose .tf-head h3 { color: var(--pink-l); }
.tf-after-rose .tf-list li em {
  background: rgba(236, 72, 153, 0.18);
  color: var(--pink-l);
}
.tf-v-rose { color: var(--pink-l) !important; }

/* ════════════════════════════════════════════════════════════════
   INCLUDED 일러스트
   ════════════════════════════════════════════════════════════════ */
.sill-01 { background: radial-gradient(circle at 50% 50%, #fef9c3 0%, #fbbf24 25%, #b45309 70%, #1a1206 100%); }
.sill-02 { background: radial-gradient(circle at 50% 50%, #fbcfe8 0%, #ec4899 30%, #831843 70%, #2a0a1f 100%); }
.sill-03 { background: radial-gradient(circle at 50% 50%, #c4b5fd 0%, #a855f7 30%, #581c87 70%, #1a0a3a 100%); }
.sill-04 { background: radial-gradient(circle at 50% 60%, #fef3c7 0%, #f59e0b 30%, #b45309 70%, #1a0e02 100%); }
.sill-05 { background: radial-gradient(circle at 50% 60%, #fde68a 0%, #f97316 30%, #7c2d12 70%, #1a0a02 100%); }
.sill-06 { background: radial-gradient(circle at 50% 50%, #99f6e4 0%, #06b6d4 30%, #155e75 70%, #052f3d 100%); }

/* ════════════════════════════════════════════════════════════════
   COMPATIBILITY SAMPLE — chart, fortune, scores
   ════════════════════════════════════════════════════════════════ */
.seoha-sample { padding: 80px 0; background: var(--bg-2); }
.sample-badge-row {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(236, 72, 153, 0.12);
  border: 1px solid rgba(236, 72, 153, 0.3);
  color: var(--pink-l);
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* Chart frame */
.cs-chart {
  margin-bottom: 36px;
}
.cs-chart-frame {
  position: relative;
  height: 280px;
  background:
    radial-gradient(ellipse at center, rgba(168, 85, 247, 0.2), transparent 60%),
    linear-gradient(180deg, #1a0a2a 0%, #0a0418 100%);
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 12px;
  overflow: hidden;
}
.csc-corner {
  position: absolute;
  font-size: 20px;
  color: var(--amber-l);
  opacity: 0.7;
}
.csc-tl { top: 12px; left: 16px; }
.csc-tr { top: 12px; right: 16px; }
.csc-bl { bottom: 12px; left: 16px; }
.csc-br { bottom: 12px; right: 16px; }

.csc-mandala {
  position: absolute;
  inset: 30px 80px;
  display: flex; align-items: center; justify-content: center;
}
.cscm-ring {
  position: absolute; inset: 5%;
  border: 1px solid rgba(168, 85, 247, 0.4);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}
.cscm-ring.r2 { inset: 18%; border-style: dashed; animation-duration: 18s; animation-direction: reverse; }
.cscm-ring.r3 { inset: 32%; border-color: rgba(245, 158, 11, 0.4); animation-duration: 22s; }
.cscm-symbol {
  font-size: 36px;
  color: var(--purple-l);
  text-shadow: 0 0 30px var(--purple);
  z-index: 3;
}
.cscm-text-l, .cscm-text-r {
  position: absolute;
  font-size: 11px;
  color: var(--purple-l);
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.cscm-text-l { left: -60px; top: 50%; transform: translateY(-50%); }
.cscm-text-r { right: -60px; top: 50%; transform: translateY(-50%); }

.cscm-num {
  position: absolute;
  font-size: 11px;
  color: var(--amber-l);
  font-weight: 700;
}
.cscm-num.n1 { top: 18%; left: -40px; }
.cscm-num.n2 { top: 18%; right: -30px; }
.cscm-num.n3 { bottom: 18%; left: -40px; }
.cscm-num.n4 { bottom: 18%; right: -30px; }

.cs-chart-cap {
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  color: var(--t2);
}
.cs-chart-cap strong { color: white; }

/* Fortune chart */
.fortune-chart {
  margin-bottom: 36px;
  padding: 24px;
  background:
    radial-gradient(ellipse at center, rgba(168, 85, 247, 0.12), transparent 70%),
    linear-gradient(180deg, #1a0a2a 0%, #0a0418 100%);
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 12px;
}
.fc-title {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.4em;
  color: var(--amber-l);
  font-weight: 700;
  margin-bottom: 12px;
}
.fc-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--t3);
  margin-bottom: 18px;
  padding: 0 12px;
}
.fc-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 180px;
  padding: 0 12px;
}
.fcb {
  flex: 1;
  position: relative;
  background: linear-gradient(180deg, var(--pink), #be185d);
  border-radius: 4px 4px 0 0;
  transition: height 1s ease;
  min-height: 8px;
}
.fcb-amber { background: linear-gradient(180deg, var(--amber-l), var(--orange)); }
.fcb-purple { background: linear-gradient(180deg, var(--purple-l), var(--purple)); }
.fcb-num {
  position: absolute;
  top: -18px; left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: var(--t1);
  font-weight: 700;
}
.fc-cap {
  text-align: center;
  margin-top: 14px;
  font-size: 12px;
  color: var(--t3);
}

/* Score circles */
.score-circles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}
@media (max-width: 700px) { .score-circles { grid-template-columns: repeat(2, 1fr); } }

.sc-item {
  text-align: center;
  padding: 18px;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.sc-pink { border-color: rgba(236, 72, 153, 0.3); background: linear-gradient(180deg, rgba(236, 72, 153, 0.06), var(--bg-3)); }
.sc-rose { border-color: rgba(244, 63, 94, 0.3); background: linear-gradient(180deg, rgba(244, 63, 94, 0.06), var(--bg-3)); }
.sc-purple { border-color: rgba(168, 85, 247, 0.3); background: linear-gradient(180deg, rgba(168, 85, 247, 0.06), var(--bg-3)); }
.sc-green { border-color: rgba(16, 185, 129, 0.3); background: linear-gradient(180deg, rgba(16, 185, 129, 0.06), var(--bg-3)); }

.sc-ring {
  position: relative;
  width: 90px; height: 90px;
  margin: 0 auto 8px;
}
.sc-ring svg {
  width: 100%; height: 100%;
  transform: rotate(-90deg);
}
.sc-ring .sc-bg {
  fill: none;
  stroke: rgba(255,255,255,0.08);
  stroke-width: 5;
}
.sc-ring .sc-fill {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dasharray 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.sc-pink .sc-fill { stroke: var(--pink); }
.sc-rose .sc-fill { stroke: #f43f5e; }
.sc-purple .sc-fill { stroke: var(--purple); }
.sc-green .sc-fill { stroke: var(--green-l); }

.sc-ring strong {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -56%);
  font-size: 24px; font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
}
.sc-ring span {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, 32%);
  font-size: 10px;
  color: var(--t3);
}
.sc-item p {
  font-size: 13px;
  font-weight: 700;
  color: white;
}

/* Instant issue */
.instant-issue {
  text-align: center;
  padding: 28px;
  background:
    radial-gradient(ellipse at center, rgba(236, 72, 153, 0.15), transparent 70%),
    linear-gradient(180deg, #1a0a1f 0%, #0a040c 100%);
  border: 1px solid rgba(236, 72, 153, 0.25);
  border-radius: 14px;
}
.ii-label { font-size: 12px; color: var(--pink-l); font-weight: 700; letter-spacing: 0.06em; margin-bottom: 6px; }
.ii-h {
  font-size: 32px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #fef3c7, var(--amber-l), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}
.ii-meta { font-size: 12px; color: var(--t3); }

/* Sample preview 4 tabs */
.sp-tabs-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 600px) { .sp-tabs-4 { grid-template-columns: 1fr 1fr; } }

/* ════════════════════════════════════════════════════════════════
   PRICING — 3 cards (커지면 .pr-grid 그대로 3열)
   ════════════════════════════════════════════════════════════════ */
.pr-rose {
  border-color: rgba(236, 72, 153, 0.4);
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.08), var(--bg-3));
  position: relative;
}
.pr-rose::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
  pointer-events: none;
}
.pr-band-rose {
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
}
.pr-rose .pr-tier { color: var(--pink-l); }
.pr-cta-rose {
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
}

.pr-bundle {
  border-color: rgba(245, 158, 11, 0.4);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), var(--bg-3));
}
.pr-bundle .pr-tier { color: var(--amber-l); }

/* ════════════════════════════════════════════════════════════════
   ORDER FORM — 두 사람 입력
   ════════════════════════════════════════════════════════════════ */
.order-form-rose .of-field input:focus,
.order-form-rose .of-field textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.15);
}

.of-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 540px) { .of-plans { grid-template-columns: 1fr; } }

.of-plan {
  position: relative;
  padding: 16px;
  background: rgba(255,255,255,0.02);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.of-plan:hover { border-color: var(--line-strong); }
.of-plan.active {
  background: rgba(236, 72, 153, 0.1);
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}
.of-plan-bundle.active {
  background: rgba(245, 158, 11, 0.1);
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}
.ofp-n { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: white; }
.ofp-best {
  display: inline-block;
  padding: 2px 8px;
  background: var(--pink);
  color: white;
  font-size: 9px; font-weight: 800;
  border-radius: 4px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.ofp-best-amber {
  background: linear-gradient(135deg, var(--amber-l), var(--orange));
  color: #1f1206;
}
.ofp-px { font-size: 22px; font-weight: 800; color: white; letter-spacing: -0.03em; }

/* Person blocks */
.person-block {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 12px;
}
.person-pink {
  background: rgba(236, 72, 153, 0.06);
  border: 1px solid rgba(236, 72, 153, 0.25);
}
.person-amber {
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.pb-h {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  color: white;
}
.pb-num {
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pink);
  color: white;
  border-radius: 50%;
  font-size: 12px;
}
.pb-num-amber { background: var(--amber-d); }
.pb-tag {
  margin-left: auto;
  padding: 3px 10px;
  background: rgba(245, 158, 11, 0.18);
  color: var(--amber-l);
  font-size: 10px;
  font-weight: 700;
  border-radius: 999px;
}

.of-toggle-rose .ot.active {
  background: rgba(236, 72, 153, 0.18);
  border-color: var(--pink);
}
.of-toggle-amber .ot.active {
  background: rgba(245, 158, 11, 0.18);
  border-color: var(--amber);
}

.of-submit-rose {
  background: linear-gradient(135deg, var(--pink), #be185d) !important;
  color: white !important;
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.4) !important;
}

/* ════════════════════════════════════════════════════════════════
   FAQ rose
   ════════════════════════════════════════════════════════════════ */
.faq-list-rose .faq[open] {
  border-color: rgba(236, 72, 153, 0.35);
}
.faq-list-rose .faq-i {
  color: var(--pink-l);
}

/* ════════════════════════════════════════════════════════════════
   FINAL CTA rose
   ════════════════════════════════════════════════════════════════ */
.final-cta-rose {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(236, 72, 153, 0.3), transparent 60%),
    linear-gradient(135deg, #2a0a1f 0%, #15041a 100%);
  border-color: rgba(236, 72, 153, 0.35);
}
.fc-btn-rose {
  background: linear-gradient(135deg, var(--pink), #be185d);
  color: white;
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.4);
}
.fc-btn-amber-soft {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: var(--amber-l);
}

/* Reuse from wolha guarantee/of-pre-trust if not present */
.of-pre-trust {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--t3);
  margin-top: 8px;
}
.of-pre-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.guarantee-box {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 24px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 14px;
}
.gb-icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  border-radius: 12px;
  font-size: 20px;
  color: var(--green-l);
}
.gb-body h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: white; }
.gb-body p { font-size: 12px; color: var(--t2); line-height: 1.6; }
.gb-tags { display: flex; gap: 14px; flex-shrink: 0; }
.gb-tags span { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: var(--t2); font-weight: 600; }
@media (max-width: 700px) {
  .guarantee-box { grid-template-columns: 1fr; text-align: center; }
  .gb-icon { margin: 0 auto; }
  .gb-tags { justify-content: center; flex-wrap: wrap; }
}

.fc-guarantee {
  margin-top: 14px;
  font-size: 12px;
  color: var(--green-l);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Footer admin row */
.ft-admin {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 11px;
}
.ft-admin a {
  color: var(--t4);
  transition: color 0.2s;
}
.ft-admin a:hover { color: var(--t2); }
