.kvkk-body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background: #f4f7f9;
    color: #2d3748;
}

.kvkk-wrapper {
    max-width: 960px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.kvkk-hero {
    color: white;
    text-align: center;
    padding: 64px 32px 40px;
    padding-bottom: 0px;
}

.kvkk-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.kvkk-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    margin-top: 2.0rem;
    background: #a0c4e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kvkk-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.kvkk-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 0.95;
    color: #2a3d61;
}

.kvkk-content {
    padding: 20px 20px;
}

.kvkk-section {
    margin-bottom: 32px;
    border-left: 4px solid #2a3d5f;
    padding-left: 20px;
}

    .kvkk-section h2 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2a3d5f;
        margin-bottom: 12px;
    }

    .kvkk-section p,
    .kvkk-section ul {
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4a5568;
        margin: 0 0 12px;
    }

    .kvkk-section ul {
        padding-left: 20px;
        list-style-type: disc;
    }

.kvkk-rights {
    background: #e2e8f0;
    border: 2px solid #2a3d5f;
    border-radius: 8px;
    padding: 24px;
    margin: 40px 0;
}

    .kvkk-rights h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #2a3d5f;
        margin-bottom: 12px;
    }

.kvkk-contact {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 32px;
    text-align: center;
}

    .kvkk-contact h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #2a3d5f;
        margin-bottom: 16px;
    }

    .kvkk-contact a {
        display: inline-block;
        margin: 6px 12px;
        color: #2a3d5f;
        text-decoration: none;
        font-weight: 500;
    }

        .kvkk-contact a:hover {
            text-decoration: underline;
        }

@@media (max-width: 768px) {
    .kvkk-content {
        padding: 24px;
    }

    .kvkk-hero {
        padding: 48px 24px;
        padding-bottom: 0px;
    }

    .kvkk-title {
        font-size: 2rem;
    }
}
