/* 보고서 문서 헤더 */
.report-doc-header { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 2px solid var(--primary); }
.report-doc-brand { font-size: 0.8rem; color: var(--primary); font-weight: 700; margin: 0 0 0.25rem; letter-spacing: 1px; }
.report-doc-title { font-size: 1.4rem; font-weight: 800; margin: 0; color: var(--text); }
.report-doc-en { font-size: 0.78rem; color: var(--gray-500); margin-top: 0.15rem; }
.report-info-table {
    width: 100%; border-collapse: collapse; margin-top: 1.25rem;
    font-size: 0.85rem; border: 1px solid var(--gray-200);
}
.report-info-table th {
    background: var(--gray-50); padding: 0.6rem 1rem; font-weight: 600;
    color: var(--gray-500); text-align: left; width: 80px; border: 1px solid var(--gray-200);
}
.report-info-table td { padding: 0.6rem 1rem; border: 1px solid var(--gray-200); }
/* 섹션 제목 */
.wr-section-title {
    font-size: 1.15rem; font-weight: 700; margin-bottom: 1rem;
    padding-bottom: 0.6rem; border-bottom: 2px solid var(--primary);
}
/* 영역 상세 분석 */
.area-detail-section { margin: 2rem 0; }
.detail-card { padding: 1.25rem 1.5rem; margin-bottom: 0.75rem; border-left: 3px solid var(--gray-200); }
.detail-card:hover { border-left-color: var(--primary); }
.detail-header {
    display: flex; justify-content: space-between; align-items: center;
    font-weight: 700; margin-bottom: 0.75rem; font-size: 0.95rem;
}
.detail-score { font-size: 0.85rem; font-weight: 600; }
.detail-row { display: flex; gap: 0.75rem; margin-bottom: 0.5rem; font-size: 0.88rem; line-height: 1.6; }
.detail-row:last-child { margin-bottom: 0; }
.detail-label { flex-shrink: 0; width: 36px; font-weight: 700; color: var(--gray-500); font-size: 0.82rem; }
.detail-value { color: var(--gray-700); }
/* 면책 고지 */
.disclaimer {
    padding: 1.25rem 1.5rem; margin: 2rem 0; background: #f7f8fa;
    border-radius: var(--radius); border: 1px solid var(--gray-200);
}
.disclaimer-title {
    font-size: 0.82rem; font-weight: 700; margin-bottom: 0.5rem;
    color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.5px;
}
.disclaimer-list { font-size: 0.78rem; color: var(--gray-500); line-height: 1.8; padding-left: 1.25rem; margin: 0; }
.disclaimer-contact { margin-top: 0.75rem; padding-top: 0.6rem; border-top: 1px solid var(--gray-200); font-size: 0.82rem; }
@media (max-width: 640px) {
    .report-info-table th { width: 60px; font-size: 0.78rem; }
    .detail-row { flex-direction: column; gap: 0.15rem; }
    .detail-label { width: auto; } }
