/* ============================
   KVKK SAYFASI — Premium Card Tasarım
   Turkuaz → Yeşil degrade uyumlu
============================ */

.kvkk-section {
    padding: 80px 20px;
    background: #f8fdfc;
}

.kvkk-card {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 22px;
    box-shadow: 
        0 10px 40px rgba(0, 150, 120, 0.12),
        0 4px 15px rgba(0, 150, 120, 0.08);
}

.kvkk-title {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #00e0ff, #00c977);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kvkk-intro {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 35px;
}

.kvkk-subtitle {
    font-size: 1.4rem;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #009f7f;
}

.kvkk-list {
    list-style: disc;
    margin: 10px 0 20px 25px;
    padding: 0;
    color: #333;
}

.kvkk-list li {
    margin-bottom: 6px;
    line-height: 1.6;
}

/* ============================
   GERİ BUTONU (Premium)
============================ */

.kvkk-back-wrapper {
    text-align: center;
    margin-top: 50px;
}

.kvkk-back-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #00e0ff, #00c977);
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 200, 150, 0.25);
    transition: all .25s ease;
}

.kvkk-back-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 200, 150, 0.35);
}

/* Responsive */
@media (max-width: 576px) {
    .kvkk-card {
        padding: 30px 20px;
    }

    .kvkk-title {
        font-size: 2rem;
    }
}
