/* İnternet Sitesi Aydınlatma Metni (KVKK) Sayfası */

.kvkk-aydinlatma-hero,
.kvkk-aydinlatma-content {
    box-sizing: border-box;
}

.kvkk-aydinlatma-hero *,
.kvkk-aydinlatma-content * {
    box-sizing: border-box;
}

.kvkk-aydinlatma-hero {
    padding: 80px 0 120px;
    background: linear-gradient(105deg, #091A4B 0%, #091A4B 50%, #1e3a8a 50%, #1e3a8a 100%);
    position: relative;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.kvkk-aydinlatma-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(59, 130, 246, 0.5);
    transform: skewX(-15deg);
    transform-origin: top;
    pointer-events: none;
}

.kvkk-aydinlatma-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(9, 26, 75, 0.9) 0%, rgba(30, 58, 138, 0.8) 100%);
    z-index: 0;
}

.kvkk-aydinlatma-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.kvkk-aydinlatma-breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
}

.kvkk-aydinlatma-breadcrumb a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.kvkk-aydinlatma-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.kvkk-aydinlatma-breadcrumb a:visited {
    color: rgba(255, 255, 255, 0.95);
}

.kvkk-aydinlatma-breadcrumb span {
    margin: 0 6px;
    font-size: 10px;
}

.kvkk-aydinlatma-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}

.kvkk-aydinlatma-content {
    padding: 48px 0 80px;
    background: #f8fafc;
}

.kvkk-aydinlatma-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.kvkk-aydinlatma-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef0f4;
    padding: 40px 48px;
}

.kvkk-aydinlatma-card h2 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 28px 0 12px;
    font-family: 'Manrope', sans-serif;
}

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

.kvkk-aydinlatma-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 24px 0 10px;
    font-family: 'Manrope', sans-serif;
}

.kvkk-aydinlatma-card p {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    margin: 0 0 14px;
}

.kvkk-aydinlatma-card ul {
    margin: 0 0 14px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
}

.kvkk-aydinlatma-card ul.list-unstyled {
    list-style: none;
    margin-left: 0;
}

.kvkk-aydinlatma-card ul.list-unstyled li {
    margin-bottom: 8px;
}

.kvkk-aydinlatma-card li {
    margin-bottom: 6px;
}

.kvkk-aydinlatma-card .kvkk-intro {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 24px;
}

.kvkk-aydinlatma-card strong {
    color: #0f172a;
}

.kvkk-aydinlatma-card a {
    color: #1e40af;
    text-decoration: underline;
}

.kvkk-aydinlatma-card a:hover {
    color: #1e3a8a;
}

@media (max-width: 768px) {
    .kvkk-aydinlatma-hero {
        padding: 60px 0 100px;
    }

    .kvkk-aydinlatma-hero h1 {
        font-size: 28px;
    }

    .kvkk-aydinlatma-card {
        padding: 24px 20px;
    }
}
