
/* Image Camera KVKK */
.camera-kvkk-page .pt-wide-image-section {
    padding: 10px 0 20px;
}

.camera-kvkk-page .pt-wide-image-wrap {
    position: relative;
}

.camera-kvkk-page .pt-wide-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: 0 22px 48px rgba(7, 27, 44, 0.14);
}

/* İmg Responsive */
@media (max-width: 991.98px) {
    .camera-kvkk-page .pt-wide-image {
        height: auto;
    }
}

/* Kvkk Cards */
.camera-kvkk-page .kvkk-automation-band {
    padding: 20px 0;
    margin-top: -250px;
}

.camera-kvkk-page .kvkk-auto-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.camera-kvkk-page .kvkk-auto-card {
    padding: 28px 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(11, 79, 114, 0.08);
    box-shadow: 0 10px 25px rgba(8, 29, 45, 0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.camera-kvkk-page .kvkk-auto-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(8, 29, 45, 0.12);
    border-color: rgba(11, 79, 114, 0.2);
}

.camera-kvkk-page .kvkk-ac-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #0b4f72;
}

.camera-kvkk-page .kvkk-ac-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #08273a;
    margin-bottom: 8px;
}

.camera-kvkk-page .kvkk-ac-desc {
    font-size: 0.85rem;
    color: #526172;
    line-height: 1.6;
}

.camera-kvkk-page .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.camera-kvkk-page .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Cards Responsive */
@media (max-width: 991.98px) {
    .camera-kvkk-page .kvkk-auto-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .camera-kvkk-page .kvkk-auto-cards {
        grid-template-columns: 1fr;
    }
}


/* Kvkk Text Card */

.camera-kvkk-page .kvkk-text-section {
    padding: 20px 0;
    margin-top: -30px;
}

.camera-kvkk-page .kvkk-text-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    padding: 2.2rem;
    border: 1px solid rgba(10, 36, 99, 0.08);
    box-shadow: 0 24px 48px rgba(10, 22, 35, 0.08);
}

.camera-kvkk-page .kvkk-tag {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #ffffff;
    background: linear-gradient(135deg, #162738 0%, #26384b 100%);
}

.camera-kvkk-page .kvkk-text-card h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #102337;
    margin-bottom: 1rem;
}

.camera-kvkk-page .kvkk-text-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #102337;
    margin-top: 1.5rem;
}

.camera-kvkk-page .kvkk-text-card p {
    color: #5a6979;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Kvkk Table */
.camera-kvkk-page .kvkk-text-card table {
    width: 80%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.camera-kvkk-page .kvkk-text-card table td {
    border: 1px solid #d9e1ea;
    padding: 12px 14px;
    font-size: 0.9rem;
    color: #2c3e50;
}

.camera-kvkk-page .kvkk-text-card table tr:first-child td {
    background: #f4f7fb;
    font-weight: 700;
}
