.elementor-375 .elementor-element.elementor-element-f8c7cf2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85fc9c6 *//* --- PRIVACY POLICY PAGE STYLES --- */

/* Genel Değişkenler (Sitenin geneliyle uyumlu) */
:root {
    --rh-blue: #134686;
    --rh-dark-blue: #0d2546;
    --rh-gold: #FEB21A;
    --rh-text: #555555;
    --rh-heading: #333333;
    --rh-bg: #f8f9fa;
}

/* Sayfa Kapsayıcı */
.rh-policy-wrapper {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--rh-bg);
    color: var(--rh-text);
    line-height: 1.8;
}

/* --- HERO HEADER (Mavi Üst Alan) --- */
.rh-page-hero {
    background: linear-gradient(135deg, var(--rh-blue) 0%, var(--rh-dark-blue) 100%);
    padding: 80px 20px 120px 20px; /* Alttan extra boşluk bıraktık ki beyaz kart üstüne binsin */
    text-align: center;
    color: #ffffff;
    position: relative;
}

.rh-hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    margin: 10px 0 15px 0;
    color: #ffffff;
}

.rh-subtitle {
    color: var(--rh-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.rh-hero-content p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* --- MAIN CONTENT (Beyaz Kart) --- */
.rh-policy-body {
    padding: 0 20px 80px 20px;
    margin-top: -60px; /* Kartı mavi alanın içine çeker */
}

.rh-policy-card {
    background: #ffffff;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
    border-top: 5px solid var(--rh-gold); /* Üstte gold çizgi */
}

/* Tarih Alanı */
.rh-policy-date {
    text-align: right;
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* Bölüm Stilleri */
.rh-policy-section {
    margin-bottom: 40px;
}

.rh-policy-section h2 {
    color: var(--rh-blue);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

/* Madde İşaretleri */
.rh-policy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.rh-policy-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.rh-policy-list li::before {
    content: '•';
    color: var(--rh-gold);
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: bold;
}

/* İletişim Kutusu */
.rh-contact-box {
    background: #f4f6f9;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid var(--rh-blue);
    margin-top: 20px;
}

.rh-contact-box p {
    margin: 5px 0;
    color: var(--rh-heading);
}

.rh-contact-box a {
    color: var(--rh-blue);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.rh-contact-box a:hover {
    color: var(--rh-gold);
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    .rh-policy-card {
        padding: 30px 20px;
    }
    
    .rh-hero-content h1 {
        font-size: 32px;
    }
    
    .rh-policy-section h2 {
        font-size: 20px;
    }
}/* End custom CSS */