* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, #FAFAFA 0%, #F7F5FA 37.02%, #F3F0F7 71.61%, #FFFFFF 100.13%);
    min-height: 100vh;
    padding-bottom: 8.125rem;
}

.logo-container {
    width: 90%;
    max-width: 66.5rem;
    margin: 0 auto 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 2rem;
}

.isp-container {
    width: 90%;
    max-width: 66.5rem;
    height: 2.8125rem;
    margin: 0 auto 0.875rem;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 2rem;
}

.digi-logo {
    width: 12.5rem;
    height: auto;
    max-height: 4.3125rem;
    opacity: 1;
}

.gi-logo {
    width: 17.5625rem;
    height: auto;
    max-height: 3.5625rem;
    opacity: 1;
}

.isp-name {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #66339D;
}

.info-box {
    width: 90%;
    max-width: 66.5rem;
    min-height: 5.75rem;
    margin: 0 auto;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
}

.info-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
}

.info-box-additional-first {
    margin-top: 0.875rem;
}

.info-box-additional-second {
    margin-top: 0.875rem;
    margin-bottom: 1.875rem;
}

.restriction-section {
    width: 90%;
    max-width: 66.5rem;
    margin: 0.625rem auto 0;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.restriction-box {
    width: 39%;
    min-width: 26rem;
    height: 2.8125rem;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.875rem 2rem;
}

.restriction-box.options-box {
    height: 7.5rem;
    padding: 0.875rem 2rem;
    flex-direction: row;
    align-items: center;
}

.restriction-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #66339D;
    margin: 0;
}

.profile-box {
    width: 59%;
    min-width: 39.5rem;
    height: 2.8125rem;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    padding: 0.875rem 2rem;
    overflow: hidden;
}

.profile-box.options-box {
    height: 7.5rem;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: visible;
}

.profile-text {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
}

.profile-text a{
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
    text-decoration: none;
    color: black;
}

.options-box {
    height: 7.5rem;
}

.option-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.875rem 2rem;
}

.option-item p {
    margin: 0;
    width: 100%;
}

.option-item:first-child {
    border-bottom: 1px solid #E0E0E0;
}

.main-header {
    width: 100%;
    /* max-width: 90rem; */
    height: 9.5rem;
    margin: 0 auto;
    background: linear-gradient(90deg, #1B1133 100%, #332061 53.2%, #200B3B 0%);
    opacity: 1;
}

.page-title {
    font-family: 'Metropolis', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #95347F;
    text-align: center;
    margin: 2.5rem auto 1.875rem;
}

/* Mobile uyumluluk */
@media screen and (max-width: 768px) {
    .main-header {
        height: 6.25rem;
    }

    .page-title {
        font-size: 1.5rem;
        margin: 1.5rem auto 1.25rem;
    }

    .logo-container {
        justify-content: space-around;
        gap: 1rem;
        padding: 1rem;
    }

    .digi-logo,
    .gi-logo {
        width: 40%;
        max-width: 10rem;
    }

    .restriction-section {
        flex-direction: column;
        gap: 0.625rem;
        width: 95%;
    }

    .restriction-box,
    .profile-box {
        width: 100%;
        min-width: auto;
    }

    .restriction-box.options-box,
    .profile-box.options-box {
        height: auto;
        min-height: 5.8125rem;
    }

    .info-box {
        width: 95%;
        min-height: auto;
        padding: 1rem;
    }

    .isp-container {
        width: 95%;
        padding: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .main-header {
        height: 5rem;
    }

    .page-title {
        font-size: 1.25rem;
        margin: 1rem auto 1rem;
    }

    .info-text,
    .profile-text {
        font-size: 0.875rem;
        line-height: 1.1rem;
    }

    .restriction-text,
    .isp-name {
        font-size: 0.75rem;
    }
}
