/* --- Genel Sayfa Düzeni --- */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #f8fafc; font-family: system-ui, -apple-system, sans-serif; color: #1e293b; line-height: 1.7; }

/* --- Koyu Header --- */
.corporate-header { width: 100%; background: #121212; padding: 24px 40px 0 40px; position: sticky; top: 0; z-index: 1000; }
.header-top-title { font-size: 22px; font-weight: 500; color: #ffffff; margin-bottom: 15px; }
.header-nav { display: flex; align-items: center; gap: 30px; overflow-x: auto; white-space: nowrap; }
.header-nav a { text-decoration: none; font-size: 14px; color: #9aa0a6; padding-bottom: 12px; position: relative; }
.header-nav a:hover, .header-nav a.active-link { color: #ffffff; font-weight: 600; }
.header-nav a.active-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #8ab4f8; }
.home-link-btn { margin-left: auto; color: #8ab4f8 !important; }

/* --- Beyaz Metin Alanı --- */
.legal-container { max-width: 800px; margin: 40px auto; padding: 30px; background: #ffffff; border-radius: 8px; border: 1px solid #e2e8f0; }
.legal-container h1 { font-size: 22px; margin-bottom: 20px; color: #0f172a; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; }
.legal-container h2 { font-size: 16px; margin-top: 20px; margin-bottom: 8px; color: #334155; }
.legal-container p, .legal-container ul { margin-bottom: 12px; font-size: 14px; color: #475569; }
.legal-container ul { padding-left: 20px; }