.page-content.page-content-kvkk {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
    font-family: "Inter", "Montserrat", sans-serif;
    --kvkk-title-font: "area-variable", "Montserrat", sans-serif;
}

.page-content.page-content-kvkk p,
.page-content.page-content-kvkk li,
.page-content.page-content-kvkk a,
.page-content.page-content-kvkk span {
    font-family: "Inter", "Montserrat", sans-serif;
}

.kvkk-page {
    width: 100%;
    background: #000000;
    color: #ffffff;
}

.kvkk-page-inner {
    width: min(1120px, calc(100% - 64px));
    margin: 0 auto;
    padding: clamp(36px, 5vw, 68px) 0 clamp(72px, 10vw, 132px);
}

.kvkk-page-title {
    margin: 0 0 40px;
    font-size: clamp(1.15rem, 2.55vw, 2.65rem);
    font-family: var(--kvkk-title-font);
    font-weight: 700;
    font-variation-settings: "slnt" 0, "wdth" 126, "wght" 800, "INKT" 220;
    line-height: 1.05;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.kvkk-section-title {
    margin: 52px 0 26px;
    font-size: clamp(1.2rem, 2.2vw, 1.9rem);
    font-family: var(--kvkk-title-font);
    font-weight: 600;
    font-variation-settings: "slnt" 0, "wdth" 116, "wght" 650, "INKT" 150;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
}

.kvkk-page-text,
.kvkk-rights-list li,
.kvkk-company-line {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.22vw, 1.1rem);
    line-height: 1.9;
}

.kvkk-page-text strong,
.kvkk-rights-list strong,
.kvkk-company-line strong {
    font-family: var(--kvkk-title-font);
    font-weight: 600;
    font-variation-settings: "slnt" 0, "wdth" 108, "wght" 610, "INKT" 120;
    color: #ffffff;
}

.kvkk-page-text a,
.kvkk-rights-list a,
.kvkk-company-line a {
    color: #ffffff;
    text-decoration-color: rgba(255, 255, 255, 0.42);
    text-underline-offset: 0.18em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.kvkk-page-text a:hover,
.kvkk-page-text a:focus-visible,
.kvkk-rights-list a:hover,
.kvkk-rights-list a:focus-visible,
.kvkk-company-line a:hover,
.kvkk-company-line a:focus-visible {
    color: #d0d6de;
    text-decoration-color: rgba(255, 255, 255, 0.82);
}

.kvkk-rights-list {
    margin: 0 0 18px;
    padding-left: 1.2rem;
}

.kvkk-preference-panel {
    margin: 28px 0 16px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border-radius: 20px;
}

.kvkk-preference-text {
    margin-bottom: 18px;
}

.kvkk-preference-button {
    appearance: none;
    position: relative;
    border: 1px solid #d71919;
    background: #d71919;
    color: #ffffff;
    border-radius: 0;
    padding: 0.92rem 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.42s cubic-bezier(0.76, 0, 0.24, 1);
}

.kvkk-preference-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    transform: translateX(-105%);
    transition: transform 0.42s cubic-bezier(0.76, 0, 0.24, 1);
}

.kvkk-preference-button:hover::before,
.kvkk-preference-button:focus-visible::before {
    transform: translateX(0);
}

.kvkk-preference-button span {
    position: relative;
    z-index: 1;
    transition: color 0.42s cubic-bezier(0.76, 0, 0.24, 1);
}

.kvkk-preference-button:hover span,
.kvkk-preference-button:focus-visible span {
    color: #d71919;
}

.kvkk-preference-button:focus,
.kvkk-preference-button:focus-visible {
    outline: none;
}

.kvkk-company-block {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kvkk-company-line {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .kvkk-page-inner {
        width: min(100%, calc(100% - 32px));
        padding: 28px 0 72px;
    }

    .kvkk-page-title {
        font-size: clamp(1rem, 4.35vw, 1.35rem);
        letter-spacing: 0.01em;
        margin-bottom: 30px;
    }

    .kvkk-section-title {
        margin-top: 42px;
        margin-bottom: 20px;
    }

    .kvkk-page-text,
    .kvkk-rights-list li,
    .kvkk-company-line {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .kvkk-preference-panel {
        padding: 18px 18px 20px;
        border-radius: 16px;
    }

    .kvkk-preference-button {
        width: 100%;
        justify-content: center;
        min-height: 2.75rem;
        padding: 0.72rem 0.35rem;
        font-size: 0.54rem;
        letter-spacing: 0.11em;
    }
}
