.kvkk-hero-section{
    background:
    linear-gradient(
        135deg,
        #1e1b4b,
        #312e81,
        #4338ca
    );

    padding:100px 0 80px;
}

.kvkk-hero-container{
    max-width:1400px;
    margin:auto;
    padding:0 30px;

    display:grid;
    grid-template-columns:1fr 500px;
    gap:70px;
    align-items:center;
}

.kvkk-badge{
    display:inline-block;

    padding:8px 16px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    color:#fff;

    font-size:13px;
    font-weight:600;

    margin-bottom:18px;
}

.kvkk-title{
    font-size:58px;
    font-weight:800;
    color:#fff;
    margin-bottom:18px;
}

.kvkk-subtitle{
    color:rgba(255,255,255,.8);
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.kvkk-features{
    display:grid;
    grid-template-columns:repeat(2,max-content);
    gap:18px 40px;
}

.kvkk-feature{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
}

.kvkk-feature i{
    color:#c4b5fd;
}

.kvkk-hero-visual img{
    width:100%;
    height:380px;
    object-fit:cover;
    border-radius:24px;
}

.kvkk-content-section{
    padding:60px 0;
    background:#f8fafc;
}

.kvkk-content-container{
    max-width:1400px;
    margin:auto;
    padding:0 30px;
}

.kvkk-content-card{
    background:#fff;
    border-radius:30px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.kvkk-divider{
    width:90px;
    height:4px;
    border-radius:10px;
    margin:15px 0 25px;

    background:
    linear-gradient(
        90deg,
        #6366f1,
        #8b5cf6
    );
}

.kvkk-notice-box{
    display:flex;
    gap:15px;
    padding:20px;
    margin-bottom:35px;

    border-radius:18px;

    background:#eef2ff;

    border:1px solid #c7d2fe;
}

.kvkk-item{
    padding:28px 0;
    border-top:1px solid #e5e7eb;
}

.kvkk-item h3{
    font-size:22px;
    margin-bottom:14px;
    color:#1e1b4b;
}

.kvkk-item p,
.kvkk-item li{
    line-height:1.9;
    color:#4b5563;
}

@media(max-width:991px){

    .kvkk-hero-visual{
        display:none;
    }

}
