/* KVKK Page Styles */

/* Hero Section */
.kvkk-hero {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    position: relative;
    color: #ffffff;
    padding: 6rem 1rem 4rem;
    text-align: center;
    margin-bottom: 4rem;
    overflow: hidden;
}

.kvkk-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.kvkk-hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.kvkk-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    color: #ffffff !important;
}

/* Content Container */
.kvkk-container {
    max-width: 900px;
    margin: 0 auto 5rem;
    padding: 0 1.5rem;
}

.kvkk-content {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.kvkk-content h2 {
    color: #1e293b;
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 0.5rem;
}

.kvkk-content h2:first-child {
    margin-top: 0;
}

.kvkk-content h3 {
    color: #334155;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.kvkk-content p {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    text-align: justify;
}

.kvkk-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.kvkk-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #475569;
    line-height: 1.6;
}

.kvkk-content ul li::before {
    content: "•";
    color: #c8102e;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

.kvkk-info-box {
    background: #f8fafc;
    border-left: 4px solid #c8102e;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
}

.kvkk-info-box p {
    margin-bottom: 0;
    color: #334155;
    font-weight: 500;
}

@media (max-width: 768px) {
    .kvkk-hero {
        padding: 4rem 1rem 3rem;
    }
    
    .kvkk-hero h1 {
        font-size: 2rem;
    }
    
    .kvkk-content {
        padding: 1.5rem;
    }
    
    .kvkk-content h2 {
        font-size: 1.5rem;
    }
}
