/* ════════════════════════════════════════════════════════════════
   Prayer Service — 다크 + 주황/앰버 톤 + 라이트 토글
   ════════════════════════════════════════════════════════════════ */

.orange { color: #f59e0b; }
.grad-orange {
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 30%, #f59e0b 60%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.muted { color: #9ca3af; }
.small { font-size: 12px; }

/* ─── HERO ─── */
.ps-hero {
  position: relative;
  padding: 60px 0 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1a0a04 0%, #0a0508 100%);
}
.ps-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(245, 158, 11, 0.18), transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(234, 88, 12, 0.15), transparent 60%);
}
.ps-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) { .ps-hero-grid { grid-template-columns: 1fr; } }

.ps-crumb {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 22px;
}
.ps-crumb a { color: #f59e0b; text-decoration: none; }
.ps-crumb span { color: #6b7280; margin: 0 8px; }

.ps-hero-tags {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 18px;
}
.ps-tag-red {
  padding: 5px 12px;
  background: rgba(239, 68, 68, 0.18);
  color: #fca5a5;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.ps-tag-green {
  padding: 5px 12px;
  background: rgba(16, 185, 129, 0.18);
  color: #6ee7b7;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.ps-h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.tw { color: white; }
@media (max-width: 600px) { .ps-h1 { font-size: 36px; } }

.ps-lead {
  font-size: 14px;
  color: #c5c4d6;
  line-height: 1.7;
  margin-bottom: 22px;
}
.ps-lead strong { color: white; }

.ps-hero-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.ps-hero-stats span {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px;
  color: #c5c4d6;
}
.ps-hero-stats strong { color: white; }

.ps-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.ps-cta-orange {
  padding: 14px 22px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
}
.ps-cta-orange:hover { transform: translateY(-1px); box-shadow: 0 12px 32px rgba(245, 158, 11, 0.45); transition: 0.2s; }
.ps-cta-dark {
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-family: inherit;
}
.ps-cta-dark:hover { background: rgba(255, 255, 255, 0.08); }

.ps-hero-img {
  position: relative;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
}
.ps-hero-photo {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 60% 30%, rgba(245, 158, 11, 0.4), transparent 50%),
    linear-gradient(135deg, #2a1808 0%, #1a0d04 50%, #0a0508 100%);
}
.ps-hero-photo::before {
  content: '🕯';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  opacity: 0.4;
}
.ps-hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.4) 100%);
}

/* ─── PROMISES ─── */
.ps-promises {
  padding: 30px 24px;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ps-prom-title {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.ps-prom-grid {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ps-prom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.pp-i {
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 11px;
}
.pp-i-red { background: rgba(239, 68, 68, 0.2); color: #fca5a5; }
.pp-i-amber { background: rgba(245, 158, 11, 0.2); color: #fcd34d; }
.pp-i-blue { background: rgba(6, 182, 212, 0.2); color: #67e8f9; }
.pp-i-pink { background: rgba(236, 72, 153, 0.2); color: #f9a8d4; }
.pp-i-green { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; }

/* ─── MAIN section ─── */
.ps-main {
  padding: 50px 24px;
  background: #0a0508;
}
.ps-main-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
}
@media (max-width: 1000px) { .ps-main-grid { grid-template-columns: 1fr; } }

.ps-h2 {
  font-size: 26px;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.ps-h2-sub {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 26px;
}
.ps-h-kicker {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #f59e0b;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.ps-h3 {
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin: 26px 0 12px;
}
.ps-p {
  font-size: 14px;
  color: #c5c4d6;
  line-height: 1.75;
  margin-bottom: 14px;
}
.ps-p strong { color: white; }
.ps-p-small {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 18px;
}

.ps-proof-head {
  display: flex; justify-content: space-between;
  align-items: center;
  margin-top: 26px;
}
.ps-pill-tag {
  padding: 4px 12px;
  background: rgba(16, 185, 129, 0.15);
  color: #6ee7b7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  border-radius: 999px;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.ps-proof-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 110px;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .ps-proof-grid { grid-template-columns: 1fr 1fr; }
}
.ps-proof {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex; align-items: flex-end;
}
.ps-proof-large { grid-row: span 2; }
.ps-proof-1 { background: radial-gradient(circle at 30% 70%, #fbbf24, #ea580c 50%, #1a0d04 100%); }
.ps-proof-2 { background: radial-gradient(circle at 50% 50%, #fde68a, #f59e0b 50%, #1a0d04 100%); }
.ps-proof-3 { background: radial-gradient(circle at 50% 50%, #fcd34d, #b45309 60%, #1a0d04 100%); }
.ps-proof-4 { background: radial-gradient(circle at 50% 50%, #fbbf24, #ea580c 60%, #2a1808 100%); }
.ps-proof-5 { background: radial-gradient(circle at 50% 50%, #fef3c7, #d97706 60%, #1a0d04 100%); }
.ps-proof-6 { background: radial-gradient(circle at 50% 50%, #fbbf24, #831843 60%, #0a0508 100%); }

.ps-proof-cap {
  position: relative; z-index: 2;
  padding: 12px 14px;
  background: linear-gradient(0deg, rgba(0,0,0,0.85), transparent);
  width: 100%;
}
.ps-proof-cap strong { display: block; color: white; font-size: 13px; font-weight: 700; }
.ps-proof-cap p { font-size: 11px; color: #c5c4d6; margin-top: 2px; }

.ps-verified {
  position: absolute; top: 12px; left: 12px;
  padding: 4px 10px;
  background: #10b981;
  color: white;
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  z-index: 3;
}

.ps-summary-box {
  padding: 22px 26px;
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
  margin-bottom: 32px;
}
.ps-sum-head {
  font-size: 11px;
  font-weight: 800;
  color: #fcd34d;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.ps-sum-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 600px) { .ps-sum-grid { grid-template-columns: 1fr; } }
.ps-sum-grid span {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: #c5c4d6;
}
.psg-i {
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(245, 158, 11, 0.2);
  color: #fcd34d;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

.ps-areas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 32px;
}
@media (max-width: 600px) { .ps-areas { grid-template-columns: 1fr; } }
.ps-areas div {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: #c5c4d6;
}
.ps-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px;
  background: #10b981; color: white;
  border-radius: 50%;
  font-size: 10px;
  flex-shrink: 0;
}

.ps-pkg-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.ps-pkg {
  padding: 18px 22px;
  background: rgba(20, 14, 8, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.ps-pkg-popular { border-color: rgba(245, 158, 11, 0.4); background: rgba(245, 158, 11, 0.06); }
.ps-pkg-row {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.ps-pkg-tag {
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.ps-pkg-tag-orange {
  background: rgba(245, 158, 11, 0.2);
  color: #fcd34d;
  border: 1px solid rgba(245, 158, 11, 0.35);
}
.ps-pkg-name { color: white; font-size: 14px; flex-grow: 1; }
.ps-pkg-px { display: flex; align-items: center; gap: 8px; }
.px-old { color: #6b7280; text-decoration: line-through; font-size: 13px; }
.ps-pkg-px strong { font-size: 22px; font-weight: 800; }
.ps-pkg p {
  font-size: 13px;
  color: #c5c4d6;
  line-height: 1.6;
}
.ps-pkg p strong { color: white; }

/* ─── 우측 사이드 ─── */
.ps-side {
  background: rgba(20, 14, 8, 0.6);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 16px;
  padding: 22px;
  position: sticky;
  top: 80px;
  height: fit-content;
}
.ps-side-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  background: rgba(0,0,0,0.3);
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.pst {
  padding: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #9ca3af;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: 6px;
  position: relative;
}
.pst.active {
  background: rgba(245, 158, 11, 0.15);
  color: #fcd34d;
}
.pst.active::after {
  content: '●';
  position: absolute;
  top: -3px; right: 4px;
  font-size: 8px;
  color: #f59e0b;
}

.ps-popular-bar {
  display: block;
  text-align: center;
  padding: 6px 12px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a0d04;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  border-radius: 6px;
  margin-bottom: 14px;
}

.ps-side-px { margin-bottom: 14px; }
.ps-side-px .px-off {
  padding: 2px 8px;
  background: #ef4444;
  color: white;
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  margin-left: 6px;
}
.ps-side-px-num {
  margin-top: 4px;
  font-size: 36px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
}
.ps-side-px-num span { font-size: 14px; color: #9ca3af; font-weight: 500; }
.ps-side-h {
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
}
.ps-side-desc {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 14px;
  line-height: 1.5;
}
.ps-side-list {
  list-style: none;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.ps-side-list li {
  font-size: 12px;
  color: #d1d5db;
  display: flex; align-items: center; gap: 8px;
}
.ps-side-list li::before {
  content: '✓';
  color: #10b981;
  font-weight: 800;
}
.ps-side-cta {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: white;
  font-size: 13px;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  margin-bottom: 8px;
}
.ps-side-cta-dark {
  width: 100%;
  padding: 13px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-family: inherit;
  margin-bottom: 16px;
}
.ps-side-trust {
  display: flex; flex-direction: column;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ps-side-trust span {
  font-size: 11px;
  color: #c5c4d6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ─── HOW IT WORKS ─── */
.ps-how { padding: 60px 24px; background: #0a0508; }
.ps-how .ps-h2,
.ps-how .ps-h2-sub { text-align: center; }
.ps-how .ps-h2-sub { margin-bottom: 36px; }
.ps-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media (max-width: 900px) { .ps-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ps-steps { grid-template-columns: 1fr; } }
.ps-step {
  text-align: center;
  padding: 22px 16px;
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}
.ps-step-icon {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 12px;
}
.ps-step-amber { background: linear-gradient(135deg, #fbbf24, #d97706); color: white; }
.ps-step-orange { background: linear-gradient(135deg, #fb923c, #c2410c); color: white; }
.ps-step-red { background: linear-gradient(135deg, #f87171, #b91c1c); color: white; }
.ps-step-cyan { background: linear-gradient(135deg, #22d3ee, #0891b2); color: white; }
.ps-step-green { background: linear-gradient(135deg, #34d399, #059669); color: white; }
.ps-step-num {
  font-size: 11px;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.ps-step h4 {
  font-size: 14px;
  font-weight: 800;
  color: white;
  margin-bottom: 4px;
}
.ps-step-tag {
  font-size: 11px;
  color: #fcd34d;
  font-weight: 600;
  margin-bottom: 8px;
}
.ps-step-desc {
  font-size: 11.5px;
  color: #9ca3af;
  line-height: 1.6;
}

/* ─── NEED ─── */
.ps-need { padding: 30px 24px; background: #0a0508; }
.ps-need-box {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 28px;
  background: rgba(20, 14, 8, 0.6);
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 14px;
}
.ps-need-box h3 {
  font-size: 16px;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
.ps-need-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
@media (max-width: 600px) { .ps-need-grid { grid-template-columns: 1fr; } }
.ps-need-grid span {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: #d1d5db;
}
.pn-i {
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(245, 158, 11, 0.18);
  color: #fcd34d;
  border-radius: 50%;
  font-size: 12px;
}
.ps-need-note {
  font-size: 11px;
  color: #9ca3af;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-style: italic;
}

/* ─── CHOOSE ─── */
.ps-choose { padding: 60px 24px; background: #0a0508; }
.ps-choose .ps-h2,
.ps-choose .ps-h2-sub { text-align: center; }
.ps-choose .ps-h2-sub { margin-bottom: 30px; }
.ps-limit-pin {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 12px;
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
  font-size: 10px;
  font-weight: 800;
  border-radius: 999px;
  vertical-align: middle;
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.ps-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto 30px;
}
@media (max-width: 900px) { .ps-pkg-grid { grid-template-columns: 1fr; } }

.ps-pkg-card {
  position: relative;
  padding: 28px 24px;
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.ps-pkg-card-popular {
  background: rgba(245, 158, 11, 0.06);
  border-color: #f59e0b;
  box-shadow: 0 12px 36px rgba(245, 158, 11, 0.2);
  transform: translateY(-8px);
}
.ppc-popular {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a0d04;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.ps-pkg-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}
.ppc-sub {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
  margin-bottom: 18px;
}
.ppc-px {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 4px;
}
.ppc-px .px-off {
  padding: 2px 8px;
  background: #ef4444;
  color: white;
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
}
.ppc-num {
  font-size: 36px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  margin-bottom: 2px;
}
.ppc-num span { font-size: 13px; color: #9ca3af; font-weight: 500; }
.ppc-krw {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 18px;
}
.ppc-feat {
  list-style: none;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.ppc-feat li {
  font-size: 12px;
  color: #d1d5db;
  display: flex; align-items: center; gap: 8px;
}
.ppc-feat li::before {
  content: '✓';
  color: #10b981;
  font-weight: 800;
}
.ppc-cta {
  width: 100%;
  padding: 13px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.ppc-cta-dark {
  background: rgba(255, 255, 255, 0.04);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ppc-cta-orange {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: white;
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.3);
}

.ps-trust-row {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 700px) { .ps-trust-row { grid-template-columns: 1fr; } }
.ps-trust-row span {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px;
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  font-size: 13px;
  color: #d1d5db;
  font-weight: 600;
}
.pt-i {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.pt-i-green { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; }
.pt-i-amber { background: rgba(245, 158, 11, 0.2); color: #fcd34d; }
.pt-i-blue { background: rgba(6, 182, 212, 0.2); color: #67e8f9; }

/* ─── REVIEWS ─── */
.ps-reviews { padding: 60px 24px; background: #0a0508; }
.ps-reviews-head {
  display: flex; justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 22px;
  flex-wrap: wrap; gap: 12px;
}
.ps-rev-count { color: #9ca3af; font-size: 16px; font-weight: 600; }
.ps-rev-rating {
  padding: 8px 16px;
  background: rgba(245, 158, 11, 0.12);
  color: #fcd34d;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.ps-rev-summary {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px 28px;
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin-bottom: 18px;
}
@media (max-width: 800px) { .ps-rev-summary { grid-template-columns: 1fr; } }
.prs-num { text-align: center; }
.prs-num strong {
  font-size: 48px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  display: block;
}
.prs-num span { color: #fcd34d; font-size: 14px; }
.prs-num p { color: #9ca3af; font-size: 11px; margin-top: 4px; }

.prs-bars { display: flex; flex-direction: column; gap: 6px; }
.prs-bar {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  color: #9ca3af;
}
.prs-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
}
.prs-track > div {
  height: 100%;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  border-radius: 3px;
}

.prs-metrics { display: flex; flex-direction: column; gap: 8px; }
.prs-metrics div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: #9ca3af;
}
.prs-metrics strong { color: white; font-weight: 700; }

.ps-rev-banner {
  padding: 10px 16px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  font-size: 12px;
  color: #6ee7b7;
  margin-bottom: 18px;
}

.ps-rev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
@media (max-width: 700px) { .ps-rev-grid { grid-template-columns: 1fr; } }
.ps-rev {
  padding: 18px 22px;
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}
.psr-head {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.psr-av {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-weight: 800;
  color: white;
  font-size: 14px;
}
.psr-av-pink { background: linear-gradient(135deg, #ec4899, #be185d); }
.psr-av-purple { background: linear-gradient(135deg, #a855f7, #7c3aed); }
.psr-av-green { background: linear-gradient(135deg, #10b981, #059669); }
.psr-av-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.psr-head strong { color: white; font-size: 13px; display: block; }
.psr-head .muted { font-size: 10px; }
.psr-verify {
  font-size: 10px;
  color: #6ee7b7;
}
.psr-stars {
  color: #fcd34d;
  font-size: 12px;
  margin-bottom: 8px;
  display: flex; align-items: center; gap: 6px;
}
.psr-stars em { color: white; font-style: normal; font-weight: 700; }
.ps-rev p {
  font-size: 12.5px;
  color: #c5c4d6;
  line-height: 1.6;
  margin-bottom: 8px;
}
.psr-pkg {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(245, 158, 11, 0.15);
  color: #fcd34d;
  font-size: 10px;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.ps-rev-more {
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-family: inherit;
}

/* ─── SAYING ─── */
.ps-saying { padding: 60px 24px; background: #0a0508; text-align: center; }
.ps-saying .ps-h2 { margin-bottom: 26px; }
.ps-say-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 900px) { .ps-say-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ps-say-grid { grid-template-columns: 1fr; } }

.ps-say {
  padding: 18px 22px;
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}
.psy-head { margin-bottom: 8px; }
.psy-head strong { font-size: 13px; color: white; display: inline-block; margin-right: 8px; }
.psy-head span { font-size: 11px; color: #9ca3af; display: block; margin-top: 2px; }
.psy-head em { color: #fcd34d; font-style: normal; font-size: 11px; }
.ps-say p {
  font-size: 12px;
  color: #c5c4d6;
  line-height: 1.6;
}

/* ─── BOOK FORM ─── */
.ps-book { padding: 50px 24px; background: #0a0508; }
.ps-book-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
}
@media (max-width: 900px) { .ps-book-grid { grid-template-columns: 1fr; } }

.ps-summary {
  padding: 26px 28px;
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 14px;
  height: fit-content;
}
.ps-sum-pin {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fcd34d;
  font-weight: 800;
  margin-bottom: 14px;
}
.ps-summary h4 {
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin: 4px 0 12px;
}
.ps-sum-line { font-size: 13px; color: #9ca3af; }
.ps-sum-disc {
  display: inline-block;
  padding: 2px 8px;
  background: #10b981;
  color: white;
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  margin-left: 6px;
}
.ps-summary hr { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 16px 0; }
.ps-sum-total {
  display: flex; justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}
.ps-sum-total span { color: white; font-weight: 600; }
.ps-sum-total strong {
  font-size: 32px;
  font-weight: 800;
  color: #fcd34d;
  letter-spacing: -0.02em;
}
.ps-sum-trust {
  list-style: none;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 8px;
}
.ps-sum-trust li {
  font-size: 11px;
  color: #c5c4d6;
}

.ps-book-form {
  padding: 28px 30px;
  background: rgba(20, 14, 8, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}
.ps-book-form h3 {
  font-size: 20px;
  font-weight: 800;
  color: white;
  margin-bottom: 22px;
}
.psf-field { margin-bottom: 18px; }
.psf-field label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #9ca3af;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.psf-field input,
.psf-field select,
.psf-field textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-family: inherit;
}
.psf-field textarea { min-height: 100px; resize: vertical; }
.psf-field input:focus,
.psf-field select:focus,
.psf-field textarea:focus { outline: none; border-color: #f59e0b; }
.psf-row-2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
@media (max-width: 540px) { .psf-row-2 { grid-template-columns: 1fr; } }
.psf-help {
  display: flex; justify-content: space-between;
  font-size: 11px; color: #6b7280;
  margin-top: 6px;
}
.ps-book-cta {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: white;
  font-size: 14px;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  margin-top: 4px;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
}
.psf-note {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  margin-top: 10px;
}

/* ─── FAQ ─── */
.ps-faq { padding: 60px 24px; background: #0a0508; text-align: center; }
.ps-faq .ps-h2 { margin-bottom: 26px; }
.ps-faq-list {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  display: flex; flex-direction: column;
  gap: 8px;
}
.ps-faq-list details {
  background: rgba(20, 14, 8, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.ps-faq-list summary {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: white;
}
.ps-faq-list summary span { color: #f59e0b; font-weight: 800; }
.ps-faq-list details[open] summary span { color: #ef4444; }
.ps-faq-list p {
  padding: 0 18px 16px;
  font-size: 12.5px;
  color: #c5c4d6;
  line-height: 1.7;
}

/* dot helpers */
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.dot-amber { background: #f59e0b; }
.dot-blue { background: #06b6d4; }
.dot-purple { background: #a855f7; }

/* ─── 라이트 모드 변환 ─── */
body.light .ps-hero,
body.light .ps-main,
body.light .ps-how,
body.light .ps-need,
body.light .ps-choose,
body.light .ps-reviews,
body.light .ps-saying,
body.light .ps-book,
body.light .ps-faq {
  background: #fff7ed;
}
body.light .ps-promises {
  background: #fffbeb;
  border-color: rgba(245, 158, 11, 0.18);
}
body.light .ps-h1 .tw,
body.light .ps-h2,
body.light .ps-h3,
body.light .ps-step h4,
body.light .ps-pkg-card h4,
body.light .ps-pkg-name,
body.light .ps-side-h,
body.light .ps-summary h4,
body.light .ps-book-form h3,
body.light .ps-rev p,
body.light .ps-say p,
body.light .ppc-num,
body.light .ps-side-px-num { color: #1f1937; }
body.light .ps-lead,
body.light .ps-p,
body.light .ps-step-desc,
body.light .ppc-sub,
body.light .psr-head strong { color: #4b5563; }
body.light .ps-prom,
body.light .ps-pkg,
body.light .ps-step,
body.light .ps-pkg-card,
body.light .ps-rev,
body.light .ps-say,
body.light .ps-side,
body.light .ps-summary,
body.light .ps-book-form,
body.light .ps-faq-list details {
  background: white;
  border-color: rgba(245, 158, 11, 0.18);
}
body.light .psf-field input,
body.light .psf-field select,
body.light .psf-field textarea {
  background: #fffbeb;
  color: #1f1937;
  border-color: #fde68a;
}
