.structure-section .section-desc em,
.structure-section p em {
  font-style: normal;
  color: var(--navy);
  font-weight: 600;
}
.structure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 72px;
}
.struct-card {
  background: white;
  padding: 40px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
  height: 100%;
}
.struct-card-head {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.scc-lbl {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--gold-soft);
  margin-bottom: 8px;
}
.scc-title {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--navy);
  letter-spacing: -0.02em;
  font-weight: 500;
}

/* Composition bar */
.composition {}
.comp-bar {
  display: flex;
  height: 52px;
  border: 1px solid var(--navy-deep);
  overflow: hidden;
  margin-bottom: 20px;
}
.cb-seg {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition: flex 300ms;
  position: relative;
  overflow: visible;
  min-width: 0;
}
.cb-real { background: var(--navy); }
.cb-fin { background: var(--gold); color: var(--navy-deep); }
.cb-cash { background: var(--paper-3); color: var(--ink); }
.cb-lbl {
  white-space: nowrap;
  font-size: 12px;
}
.cb-lbl-outside {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
}

.comp-legend {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-2);
}
.cl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid var(--navy-deep);
}
.cl-dot.cl-real { background: var(--navy); }
.cl-dot.cl-fin { background: var(--gold); }
.cl-dot.cl-cash { background: var(--paper-3); }
.comp-note {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.7;
  padding: 16px;
  background: var(--paper);
  border-left: 2px solid var(--gold);
  margin: 0;
}

/* PVFV */
.pvfv-chart svg {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

/* ─── 정기금평가 소개 ──────────────────────── */
.annuity-intro {
  margin: 72px 0 60px;
  padding: 44px 48px;
  background: white;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.annuity-intro::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 64px;
  height: 2px;
  background: var(--gold);
}
.ai-lbl {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 14px;
}
.ai-title {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.4;
  color: var(--navy);
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 0 16px;
  word-break: keep-all;
}
.ai-title em {
  font-style: normal;
  color: var(--gold-soft);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.ai-desc {
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-2);
  margin: 0;
  word-break: keep-all;
}
.ai-desc strong { color: var(--navy); font-weight: 600; }
.ai-desc em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
}

.ai-right { display: flex; flex-direction: column; gap: 20px; }
.ai-formula {
  padding: 20px 24px;
  background: var(--paper-2);
  border-left: 3px solid var(--gold);
}
.af-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 10px;
}
.af-body {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
}
.af-frac {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  margin-left: 4px;
}
.af-num, .af-den {
  padding: 0 8px;
  line-height: 1.4;
}
.af-num { border-bottom: 1.5px solid var(--navy); }
.af-note {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.7;
  margin-top: 8px;
}
.af-note strong { color: var(--gold-soft); font-weight: 600; }

.ai-cases {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aic-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-2);
  padding: 6px 0;
}
.aic-item strong { color: var(--navy); font-weight: 600; }
.aic-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   🎯 자산가들이 정기금 평가와 K-신탁을 활용하는 4가지 이유
   프리미엄 카드 그리드 + 상단 헤드라인 + 하단 요약 인용
   ═══════════════════════════════════════════════════ */
.wealthy-reasons {
  margin: 60px 0 32px;
  padding: 60px 48px;
  background: linear-gradient(135deg, #fbfaf7 0%, rgba(212, 175, 55, 0.04) 100%);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.wealthy-reasons::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
}
.wealthy-reasons::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.10), transparent 65%);
  pointer-events: none;
}

/* Header */
.wr-head {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.wr-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold-soft);
  font-weight: 700;
  margin-bottom: 14px;
}
.wr-title {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin-bottom: 16px;
  word-break: keep-all;
}
.wr-title em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.wr-desc {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.85;
  margin: 0;
  word-break: keep-all;
}
.wr-desc strong { color: var(--navy); font-weight: 600; }
.wr-desc em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
}

/* 4 Cards Grid */
.wr-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.wr-card {
  padding: 28px 24px 24px;
  background: white;
  border: 1px solid var(--line);
  position: relative;
  transition: all 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-sm);
}
.wr-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40px;
  height: 3px;
  background: var(--gold);
  transition: width 300ms ease;
}
.wr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px -12px rgba(212, 175, 55, 0.35);
  border-color: var(--gold);
}
.wr-card:hover::before { width: 100%; }

.wrc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrc-num {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
.wrc-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.wrc-title {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin: 4px 0 0;
  word-break: keep-all;
}
.wrc-title em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
}
.wrc-body {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.8;
  margin: 0;
  flex: 1;
  word-break: keep-all;
}
.wrc-body strong {
  color: var(--navy);
  font-weight: 600;
}
.wrc-body em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
}

/* Highlight box · 카드 하단 강조 */
.wrc-highlight {
  padding: 12px 14px;
  background: var(--paper-2);
  border-left: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
}
.wrch-lbl {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--gold-soft);
  font-weight: 700;
}
.wrch-body {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.wrch-body strong {
  color: var(--gold-soft);
  font-weight: 700;
}
.wrch-note {
  font-size: 11px;
  color: var(--ink-3);
  line-height: 1.6;
  letter-spacing: -0.01em;
}

/* Summary Quote · 하단 강조 인용 */
.wr-summary {
  padding: 40px 44px;
  background: var(--navy-deep);
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  gap: 32px;
  align-items: center;
}
.wr-summary::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold);
}
.wr-summary::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.14), transparent 65%);
  pointer-events: none;
}
.wrs-quote-mark {
  font-family: var(--serif);
  font-size: 96px;
  color: var(--gold);
  line-height: 0.8;
  font-weight: 500;
  flex-shrink: 0;
  opacity: 0.9;
}
.wrs-body {
  position: relative;
  z-index: 2;
  flex: 1;
}
.wrs-lead {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.75;
  color: white;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  word-break: keep-all;
}
.wr-summary .wrs-lead em {
  font-style: normal !important;
  color: #d4af37 !important;
  font-weight: 700 !important;
}
.wr-summary .wrs-lead strong {
  color: #d4af37 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 2px;
}
.wr-summary .wrs-conclude strong {
  color: #d4af37 !important;
  font-weight: 700 !important;
}

/* 신탁법 §22 참조 · 살짝 겸손하게 (골드 소프트) */
.wrs-legal {
  font-family: var(--mono);
  font-size: 12px;
  color: #b8952d;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 2px;
}

/* 🌟 통제된 부富의 승계 · K-Trust 슬로건 (특별 강조) */
.wr-summary .wrs-lead .wrs-slogan {
  display: inline-block !important;
  color: #e8cc7a !important;
  font-family: var(--serif) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  padding: 4px 14px !important;
  margin: 8px 0 !important;
  background: linear-gradient(90deg,
    rgba(212, 175, 55, 0.20) 0%,
    rgba(212, 175, 55, 0.35) 50%,
    rgba(212, 175, 55, 0.20) 100%) !important;
  border-top: 1.5px solid #d4af37 !important;
  border-bottom: 1.5px solid #d4af37 !important;
  position: relative;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.5) !important;
}
.wr-summary .wrs-lead .wrs-han {
  font-family: var(--serif) !important;
  color: #d4af37 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  font-size: 0.92em !important;
  margin: 0 1px !important;
}
.wr-summary .wrs-lead .wrs-slogan-mark {
  color: #d4af37 !important;
  font-family: var(--sans) !important;
  font-weight: 700 !important;
  margin-left: 2px !important;
  opacity: 0.85 !important;
}
.wrs-conclude {
  font-family: var(--sans);
  font-size: 14px;
  color: #c8d1da;
  line-height: 1.7;
  margin: 0;
  padding-top: 16px;
  border-top: 1px dashed rgba(212, 175, 55, 0.35);
  word-break: keep-all;
}
.wrs-conclude strong {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* 다음 섹션 브릿지 */
.wr-to-next {
  margin-top: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.wrn-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent 0%, var(--gold) 100%);
}
.wrn-text {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  padding: 12px 28px;
  background: white;
  border: 1px dashed var(--gold);
  border-radius: 40px;
  font-weight: 500;
  word-break: keep-all;
}
.wrn-em {
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.wrn-arrow {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--gold);
  font-weight: 500;
  animation: wrnBob 2.2s ease-in-out infinite;
}
@keyframes wrnBob {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(4px); opacity: 1; }
}

@media (max-width: 900px) {
  .annuity-intro {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 32px;
  }
  .ai-title { font-size: 22px; }
  .wealthy-reasons { padding: 40px 20px; }
  .wr-title { font-size: 22px; }
  .wr-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .wr-card { padding: 20px 18px; }
  .wr-summary {
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px;
    text-align: center;
  }
  .wrs-lead { font-size: 16px; }
  .wrs-quote-mark { font-size: 64px; }
}
@media (max-width: 600px) {
  .wr-cards { grid-template-columns: 1fr; }
}

/* Insights */
.structure-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 60px;
  border-top: 1px solid var(--line);
}
.si {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.si-num {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  font-weight: 500;
}
.si-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-2);
}
.si-text strong {
  color: var(--navy);
  font-weight: 600;
}

@media (max-width: 900px) {
  .structure-grid { grid-template-columns: 1fr; }
  .structure-insights { grid-template-columns: 1fr; gap: 20px; }
}

/* ═══════════════════════════════════════════════════
   FV 공식 카드 (PV 공식 옆에 나란히)
   ═══════════════════════════════════════════════════ */
.ai-formulas {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-formula-fv {
  background: rgba(26, 58, 82, 0.04);
  border-left-color: var(--navy);
}
.ai-formula-fv .af-lbl {
  color: var(--navy);
}
.ai-formula-fv .af-note strong {
  color: var(--navy);
}

/* ═══════════════════════════════════════════════════
   🎯 PVFVMiniSim · 양방향 미니 시뮬레이터
   강의 초반 청중 집중용 프리미엄 인터랙티브 도구
   ═══════════════════════════════════════════════════ */
.pvfv-sim {
  margin-top: 60px;
  padding: 48px 40px;
  background: linear-gradient(135deg, #fbfaf7 0%, #f5f2ec 100%);
  border: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.pvfv-sim::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
}
.pvfv-sim::after {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08), transparent 65%);
  pointer-events: none;
}

/* Head */
.pvfv-sim-head {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.psh-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold-soft);
  font-weight: 700;
  margin-bottom: 12px;
}
.psh-title {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 12px;
  word-break: keep-all;
}
.psh-title em {
  font-style: normal;
  color: var(--gold-soft);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.psh-desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
  word-break: keep-all;
}
.psh-desc strong { color: var(--navy); font-weight: 600; }
.psh-desc em { font-style: normal; color: var(--gold-soft); font-weight: 600; }

/* Body · 두 패널 (PV→FV / FV→PV) */
.pvfv-sim-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.pvfv-panel {
  padding: 28px 26px;
  background: white;
  border: 1px solid var(--line);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: box-shadow 300ms;
}
.pvfv-panel:hover {
  box-shadow: var(--shadow-md);
}
.pvfv-panel-fwd::before,
.pvfv-panel-bwd::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
}
.pvfv-panel-fwd::before { background: var(--gold); }
.pvfv-panel-bwd::before { background: var(--navy); }

/* Header of each panel */
.pp-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}
.pp-tag {
  padding: 4px 10px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
.pp-tag-gold {
  background: var(--gold);
  color: var(--navy-deep);
}
.pp-tag-navy {
  background: var(--navy);
  color: var(--gold);
}
.pp-name {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.02em;
  flex: 1;
}
.pp-arrow {
  color: var(--gold);
  font-weight: 500;
  margin: 0 2px;
}
.pp-op {
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: -0.01em;
}
.pp-op strong { color: var(--navy); font-weight: 600; }
.pp-op em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
}

/* Flow · 시각적 흐름 */
.pp-flow {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 8px;
  align-items: center;
  padding: 20px 8px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.pp-side {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pp-side-lbl {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  font-weight: 700;
}
.pp-side-val {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  transition: color 300ms;
}
.pp-side-val span {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 400;
  margin-left: 2px;
}
.pp-side-val-gold { color: var(--gold-soft); }
.pp-side-val-navy { color: var(--navy); }
.pp-side-delta {
  font-size: 11px;
  color: var(--gold-soft);
  font-weight: 600;
  margin-top: 2px;
  letter-spacing: -0.01em;
}
.pp-side-delta-minus { color: var(--navy); }

/* Wave · 방향 시각화 */
.pp-wave {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-wave svg {
  width: 100%;
  height: 40px;
  overflow: visible;
}
.pp-wave-fwd svg { animation: waveFlowFwd 3.5s linear infinite; }
.pp-wave-bwd svg { animation: waveFlowBwd 3.5s linear infinite; }
@keyframes waveFlowFwd {
  0% { opacity: 0.4; transform: translateX(-6px); }
  50% { opacity: 1; }
  100% { opacity: 0.4; transform: translateX(6px); }
}
@keyframes waveFlowBwd {
  0% { opacity: 0.4; transform: translateX(6px); }
  50% { opacity: 1; }
  100% { opacity: 0.4; transform: translateX(-6px); }
}
.pp-wave-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 10px;
  background: white;
  border: 1px solid var(--gold);
  font-family: var(--mono);
  font-size: 10px;
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 2px;
  white-space: nowrap;
}
.pp-wave-mark-navy {
  border-color: var(--navy);
  color: var(--navy);
}

/* Controls */
.pp-controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pctrl { display: flex; flex-direction: column; gap: 6px; }
.pc-hdr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pc-hdr label {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--ink-2);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.pc-val {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.pc-val strong { font-weight: 500; }
.pc-val span {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--ink-3);
  margin-left: 2px;
}
.pc-scale {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 8px;
  color: var(--ink-4);
  letter-spacing: 0.06em;
  margin-top: 2px;
}

/* Slider · 골드/네이비 */
.pp-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  background: var(--line);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.pp-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2.5px solid white;
  cursor: grab;
  transition: transform 150ms;
}
.pp-slider::-webkit-slider-thumb:hover { transform: scale(1.2); }
.pp-slider-gold { background: linear-gradient(to right, var(--gold) 0%, var(--gold) 30%, var(--line) 30%); }
.pp-slider-gold::-webkit-slider-thumb {
  background: var(--gold);
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.4);
}
.pp-slider-navy { background: linear-gradient(to right, var(--navy) 0%, var(--navy) 30%, var(--line) 30%); }
.pp-slider-navy::-webkit-slider-thumb {
  background: var(--navy);
  box-shadow: 0 2px 6px rgba(26, 58, 82, 0.4);
}

/* Stepper */
.pp-stepper {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  gap: 4px;
}
.pp-stepper button {
  background: var(--navy);
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 180ms;
  border-radius: 2px;
  height: 30px;
}
.pp-stepper button:hover:not(:disabled) {
  background: var(--gold);
  color: var(--navy-deep);
}
.pp-stepper button:disabled {
  background: var(--paper-3);
  color: var(--ink-4);
  cursor: not-allowed;
}
.pps-val {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 13px;
  color: var(--navy);
  font-weight: 500;
  height: 30px;
}

/* Formula 인라인 표시 */
.pp-formula-inline {
  padding: 10px 14px;
  background: var(--paper-2);
  border-left: 2px solid var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pvfv-panel-bwd .pp-formula-inline { border-left-color: var(--navy); }
.ppfi-lbl {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--gold-soft);
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pvfv-panel-bwd .ppfi-lbl { color: var(--navy); }
.ppfi-body {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--navy);
  letter-spacing: -0.01em;
  font-weight: 500;
}
.ppfi-body strong {
  color: var(--gold-soft);
  font-weight: 600;
}
.pvfv-panel-bwd .ppfi-body strong { color: var(--navy); font-weight: 600; }

/* 자문 코멘트 */
.pvfv-sim-note {
  margin-top: 32px;
  padding: 18px 24px;
  background: white;
  border-left: 3px solid var(--gold);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.psn-mark {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1.4;
}
.psn-body {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.75;
  word-break: keep-all;
}
.psn-body strong { color: var(--navy); font-weight: 600; }
.psn-body em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 600;
}

/* 반응형 */
@media (max-width: 1000px) {
  .pvfv-sim-body { grid-template-columns: 1fr; }
  .psh-title { font-size: 24px; }
  .pvfv-sim { padding: 32px 20px; }
  .pvfv-panel { padding: 20px 18px; }
  .pp-side-val { font-size: 22px; }
}
