/* ===========================================
   Portfolio - 만족도 버튼 배경색 #099F97
   =========================================== */

/* 만족도 점수 박스 배경 - 청록색 */
.detail-item.highlight {
    background: #099F97 !important;  /* 청록색 단색 */
    color: white !important;
    padding: 1rem !important;
    border-radius: 10px !important;
}

.detail-item.highlight .label {
    font-weight: 600 !important;
    color: white !important;
}

.detail-item.highlight .value {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: white !important;
}

/* 상단 통계 섹션도 청록색 */
.stats-section {
    padding: 80px 0 !important;
    background: #099F97 !important;
    color: white !important;
}

.stat-card {
    text-align: center !important;
}

.stat-icon {
    font-size: 3rem !important;
    margin-bottom: 1rem !important;
}

.stats-section .stat-number {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: white !important;
}

.stats-section .stat-label {
    font-size: 1.1rem !important;
    color: white !important;
}
