.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.privacy-section {
    margin-bottom: 2.5rem;
}

.privacy-section h2 {
    color: #667eea;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.privacy-section h3 {
    color: #764ba2;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.privacy-section p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.privacy-section ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.privacy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}

.highlight {
    background-color: #f0f0f0;
    padding: 1rem;
    border-left: 4px solid #667eea;
    margin: 1.5rem 0;
    border-radius: 4px;
}

/* Dark Theme */
.theme-dark .privacy-container {
    color: #e2e8f0;
}

.theme-dark .privacy-container h1 {
    color: #e2e8f0;
}

.theme-dark .privacy-section h2 {
    color: #93c5fd;
    border-bottom-color: #475569;
}

.theme-dark .privacy-section h3 {
    color: #c4b5fd;
}

.theme-dark .privacy-section p,
.theme-dark .privacy-section li {
    color: #cbd5e1;
}

.theme-dark .last-updated {
    color: #94a3b8;
    border-top-color: #334155;
}

.theme-dark .highlight {
    background-color: #1e293b;
    border-left-color: #93c5fd;
    color: #e2e8f0;
}

/* Issue #1595 -- Gizlilik/Cerez/Kullanim Kosullari tablolari (hukuki dayanak, cerez listesi,
   alt isleyenler vb.). Dar ekranda yatay kaydirilir (min-width tabloyu ezip sutunlari
   birbirine gecirmez). CSS degiskenleri kullanilir (proje kurali); dosyanin USTUNDEKI eski
   hex degerlere DOKUNULMADI. */
.legal-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
}

.legal-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    padding: 0.6rem 0.9rem;
    border: 1px solid var(--border-1);
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

.legal-table th {
    background: var(--bg-sunken);
    color: var(--fg-1);
    font-weight: 600;
}

.legal-table td {
    color: var(--fg-2);
}
