/* Bankruptcy Page Styles */

/* Common Styles */
body {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Service Top Banner */
.service-top-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 0 0;
    margin-top: 0;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.service-top-bankruptcy {
    background-image: url('../../images/services/bankruptcy.png');
}

.service-top-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 60px;
    text-align: center;
}

.service-top-subtitle {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Sumana', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.service-top-title {
    color: #FFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 40px;
}

/* Service Container */
.service-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px;
}

.service-content-inner {
    max-width: 900px;
    margin: 0 auto;
}

/* Service Section Title */
.service-section-title {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 60px;
    margin-bottom: 24px;
}

.service-section-title:first-child {
    margin-top: 0;
}

/* Service Text */
.service-text {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
}

.service-text-highlight {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}

.service-text-warning {
    color: #FF6060;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: -0.8px;
    margin-top: 40px;
}

/* Bankruptcy Restriction Box */
.bankruptcy-restriction-box {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}

.restriction-title {
    color: #062132;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 30px;
}

.restriction-title:first-child {
    margin-top: 0;
}

.restriction-subtitle {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: -0.32px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.restriction-text {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: -0.32px;
    margin-bottom: 15px;
}

.restriction-note {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-top-banner {
        padding: 100px 0 0 0;
        margin-top: 0;
    }

    .service-top-content {
        padding: 0 20px 40px;
    }

    .service-top-title {
        font-size: 28px;
    }

    .service-container {
        padding: 20px;
    }
}
