/* === PRIVACY.CSS === */
/* assets/css/privacy.css */
/* Стиль страницы политики конфиденциальности */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #0f141a;
    color: #e5e7eb;
    line-height: 1.7;
    padding: 40px 20px;
}

.privacy {
    max-width: 760px;
    margin: 0 auto;
    background: #131a24;
    border: 1px solid #2a3441;
    border-radius: 12px;
    padding: 40px;
}

.privacy h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

.privacy .updated {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 28px;
}

.privacy h2 {
    font-size: 18px;
    margin: 24px 0 8px;
    color: #818cf8;
}

.privacy p {
    margin-bottom: 12px;
    color: #cbd5e1;
}

.privacy a {
    color: #818cf8;
}
