/* ===========================================
   Why FinSync Section - 배경 흰색, 카드 테두리
   =========================================== */

/* 섹션 배경 - 흰색 */
.why-finsync {
    background: #ffffff !important;
    color: #000000 !important;
}

/* 섹션 라벨 */
.why-finsync .section-label {
    color: #666666 !important;
}

/* 섹션 제목 */
.why-finsync .section-title {
    color: #000000 !important;
}

/* Why Item - 테두리 추가 */
.why-item {
    position: relative;
    padding: 2rem;
    padding-left: 4rem;
    background: #ffffff;
    border: 2px solid rgba(27, 53, 89, 0.5) !important;
    border-radius: 0;
    margin-bottom: 0.75rem;
}

/* Why Number */
.why-number {
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: #1B3559 !important;
    opacity: 0.3;
    line-height: 1;
}

/* Why Item 제목 */
.why-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #000000 !important;
}

/* Why Item 텍스트 */
.why-item p {
    color: #666666 !important;
    line-height: 1.7;
}

/* 버튼 색상 조정 */
.why-finsync .btn-primary {
    background: #1B3559 !important;
    color: #ffffff !important;
}

.why-finsync .btn-primary:hover {
    background: #099F97 !important;
    color: #ffffff !important;
}
