/* ── Переменные дизайн-системы ── */
.pru { --h: #1D1D1F; --p: #3C3C43; --bg: #F5F5F7; --navy: #1a3a5c; --gold: #D3BFA0; --red: #c0392b; --green: #1e7e34; font-family: -apple-system, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; color: var(--p); line-height: 1.8; }

/* ── Типография ── */
.pru h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--h); font-weight: 700; line-height: 1.3; margin: 0 0 1rem; }
.pru h2 { font-size: clamp(1.2rem, 3vw, 1.6rem); color: #1a3a5c; font-weight: 700; margin: 2.4rem 0 1rem; padding-bottom: .4rem; border-bottom: 2px solid #D3BFA0; }
.pru h3 { font-size: 1.1rem; color: var(--h); font-weight: 600; margin: 1.6rem 0 .6rem; }
.pru p { margin: 0 0 1.1rem; }
.pru strong { color: var(--h); }

/* ── Вводный блок ── */
.pru-intro { background: #1a3a5c !important; color: #ffffff !important; border-radius: 12px; padding: 2rem 2.2rem; margin-bottom: 2rem; }
.pru-intro p { color: #ffffff !important; margin: 0; font-size: 1.05rem; }
.pru-intro strong { color: #D3BFA0 !important; }

/* ── Плашка «Реальное дело» ── */
.pru-case { background: #fff; border: 1px solid #e0e0e0; border-left: 4px solid #1a3a5c; border-radius: 8px; padding: 1.4rem 1.6rem; margin: 1.6rem 0; }
.pru-case .pru-case-label { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #1a3a5c; margin-bottom: .5rem; }
.pru-case p { margin: 0 0 .6rem; font-size: .97rem; }
.pru-case p:last-child { margin: 0; }

/* ── Таблица ── */
.pru-table-wrap { overflow-x: auto; margin: 1.6rem 0; }
.pru-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.pru-table th { background: #1a3a5c; color: #fff; padding: .7rem 1rem; text-align: left; font-weight: 600; }
.pru-table td { padding: .65rem 1rem; border-bottom: 1px solid #e8e8e8; vertical-align: top; }
.pru-table tr:nth-child(even) td { background: #f9f9f9; }
.pru-table .tag-yes { color: #1e7e34; font-weight: 700; }
.pru-table .tag-no  { color: #c0392b; font-weight: 700; }

/* ── Блок факторов ── */
.pru-factors { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin: 1.4rem 0; }
.pru-factor { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 1.2rem 1.4rem; }
.pru-factor-num { font-size: 1.6rem; font-weight: 800; color: #D3BFA0; line-height: 1; margin-bottom: .4rem; }
.pru-factor h4 { font-size: .95rem; color: #1D1D1F; font-weight: 700; margin: 0 0 .4rem; }
.pru-factor p { font-size: .88rem; margin: 0; }

/* ── Блок предупреждения ── */
.pru-warning { background: #fff8f0; border: 1px solid #f0c080; border-radius: 8px; padding: 1.2rem 1.4rem; margin: 1.6rem 0; }
.pru-warning p { margin: 0; }

/* ── Шаги ── */
.pru-steps { list-style: none; padding: 0; margin: 1.2rem 0; counter-reset: step; }
.pru-steps li { counter-increment: step; display: flex; gap: 1rem; margin-bottom: 1rem; }
.pru-steps li::before { content: counter(step); min-width: 2rem; height: 2rem; background: #1a3a5c; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; flex-shrink: 0; margin-top: .1rem; }

/* ── CTA ── */
.pru-cta { background: #1a3a5c; color: #fff; border-radius: 12px; padding: 2rem 2.2rem; margin: 2.4rem 0; text-align: center; }
.pru-cta h3 { color: #D3BFA0; font-size: 1.2rem; margin: 0 0 .6rem; }
.pru-cta p { color: rgba(255,255,255,.9); margin: 0 0 1.2rem; font-size: .97rem; }
.pru-cta a { display: inline-block; background: #D3BFA0; color: #1a3a5c; font-weight: 700; padding: .8rem 2rem; border-radius: 8px; text-decoration: none; font-size: 1rem; transition: opacity .2s; }
.pru-cta a:hover { opacity: .88; }

/* ── Связанные статьи ── */
.pru-related { background: #F5F5F7; border-radius: 10px; padding: 1.4rem 1.6rem; margin: 2rem 0; }
.pru-related h3 { font-size: 1rem; color: #1D1D1F; margin: 0 0 .8rem; }
.pru-related ul { list-style: none; padding: 0; margin: 0; }
.pru-related li { margin-bottom: .5rem; }
.pru-related a { color: #1a3a5c; text-decoration: none; font-size: .95rem; }
.pru-related a:hover { text-decoration: underline; }
.pru-related a::before { content: '→ '; color: #D3BFA0; }

/* ── FAQ ── */
.pru-faq { margin: 2rem 0; }
.pru-faq details { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: .8rem; overflow: hidden; }
.pru-faq summary { padding: 1rem 1.2rem; font-weight: 600; cursor: pointer; color: #1D1D1F; font-size: .97rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.pru-faq summary::after { content: '+'; font-size: 1.2rem; color: #D3BFA0; }
.pru-faq details[open] summary::after { content: '\2212'; }
.pru-faq details[open] summary { background: #f0f4f8; }
.pru-faq .faq-body { padding: 1rem 1.2rem; font-size: .93rem; line-height: 1.7; }

/* ── Дисклеймер ── */
.pru-disclaimer { font-size: .82rem; color: #888; border-top: 1px solid #e0e0e0; margin-top: 2.4rem; padding-top: 1rem; line-height: 1.6; }

/* ── 높은 특이도 인트로 박스 보완 ── */
article.pru .pru-intro,
.entry-content .pru-intro,
.pru .pru-intro {
  background-color: #1a3a5c !important;
  color: #ffffff !important;
}
article.pru .pru-intro p,
.entry-content .pru-intro p,
.pru .pru-intro p {
  color: #ffffff !important;
  font-size: 1.05rem !important;
}
article.pru .pru-intro strong,
.entry-content .pru-intro strong,
.pru .pru-intro strong {
  color: #D3BFA0 !important;
}

/* ── CTA 박스 높은 특이도 보완 ── */
article.pru .pru-cta,
.entry-content .pru-cta,
.pru .pru-cta {
  background-color: #1a3a5c !important;
  color: #ffffff !important;
}
article.pru .pru-cta p,
.entry-content .pru-cta p,
.pru .pru-cta p {
  color: rgba(255,255,255,0.9) !important;
  margin: 0 0 1.2rem !important;
}
article.pru .pru-cta h3,
.entry-content .pru-cta h3,
.pru .pru-cta h3 {
  color: #D3BFA0 !important;
}

/* --- 2026-04-21 clean live override for post 222 --- */
article.pru.pru-clean .pru-intro,
.entry-content article.pru.pru-clean .pru-intro,
.pru.pru-clean .pru-intro {
  background: transparent !important;
  background-color: transparent !important;
  color: #1f1f1f !important;
  border-left: 2px solid #d9d9d9 !important;
  border-radius: 0 !important;
  padding: .2rem 0 .2rem 1rem !important;
}
article.pru.pru-clean .pru-intro p,
.entry-content article.pru.pru-clean .pru-intro p,
.pru.pru-clean .pru-intro p,
article.pru.pru-clean .pru-intro strong,
.entry-content article.pru.pru-clean .pru-intro strong,
.pru.pru-clean .pru-intro strong {
  color: #1f1f1f !important;
}
article.pru.pru-clean .pru-cta,
.entry-content article.pru.pru-clean .pru-cta,
.pru.pru-clean .pru-cta {
  background: transparent !important;
  background-color: transparent !important;
  color: #1f1f1f !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  text-align: left !important;
}
article.pru.pru-clean .pru-cta h3,
.entry-content article.pru.pru-clean .pru-cta h3,
.pru.pru-clean .pru-cta h3,
article.pru.pru-clean .pru-cta p,
.entry-content article.pru.pru-clean .pru-cta p,
.pru.pru-clean .pru-cta p {
  color: #1f1f1f !important;
}
article.pru.pru-clean .pru-cta a,
.entry-content article.pru.pru-clean .pru-cta a,
.pru.pru-clean .pru-cta a {
  display: inline-block !important;
  background: transparent !important;
  color: #1f1f1f !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-decoration: underline !important;
}
