/* ==========================================
   PRIVACY POLICY PAGE - EXTENDS style.css
   Reuses .lang-header / .form-card design tokens,
   adds page-specific elements only.
   ========================================== */

.lang-header {
    justify-content: space-between;
    align-items: center;
}

.lang-header a.lang-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.policy-header-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
}

.policy-card {
    line-height: 1.6;
}

.policy-updated {
    color: #64748b;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.policy-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.policy-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e293b;
    padding: 10px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.policy-badge-icon {
    font-size: 16px;
    line-height: 1;
}

.policy-section {
    margin-bottom: 22px;
}

.policy-section h3 {
    color: #0f172a;
    font-size: 16px;
    margin: 0 0 8px 0;
}

.policy-section p {
    color: #334155;
    font-size: 14.5px;
    margin: 0;
}

/* Mobile — matches the breakpoint already used in style.css */
@media (max-width: 480px) {
    .policy-card { padding: 18px; }
    .policy-badges { flex-direction: column; }
}
