/* Registration 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-registration {
    background-image: url('../../images/services/registration.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;
}

/* Registration Tabs */
.registration-tabs {
    display: inline-flex;
    justify-content: center;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.registration-tab {
    padding: 16px 32px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    will-change: color, border-color;
}

.registration-tab:hover {
    color: rgba(255, 255, 255, 0.9);
}

.registration-tab.active {
    color: #FFF;
    border-bottom-color: #FFF;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 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;
}

/* 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;
    }

    .registration-tabs {
        display: inline-flex;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    .registration-tab {
        padding: 14px 20px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* Registration Subtitle */
.registration-subtitle {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 16px;
}

.registration-small-title {
    color: #353535;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 12px;
}

/* Documents Box */
.registration-documents-box {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}

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

.documents-section {
    margin-bottom: 20px;
}

.documents-section:last-child {
    margin-bottom: 0;
}

.documents-label {
    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: 8px;
}

.documents-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: 8px;
}

.documents-warning {
    color: #FF6060;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 12px;
}

/* Registration Flow Box */
.registration-flow-box {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    text-align: center;
}

.registration-flow-box img {
    max-width: 100%;
    height: auto;
}
