/* ============================================================
   LEGAL — styles des pages mentions légales et politique de confidentialité
   ============================================================ */

.hr-legal-page {
    max-width: 800px; margin: 0 auto; padding: 2rem 1rem;
}
.hr-legal-page .hr-legal-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900; color: var(--text);
    margin-top: 2rem; margin-bottom: 2rem; padding-bottom: 1rem;
    border-bottom: 2px solid var(--gold-dim);
}
.hr-legal-intro {
    font-size: 15px; color: var(--text-muted);
    margin-bottom: 2rem; line-height: 1.7;
}
.hr-legal-section {
    margin-bottom: 2rem;
}
.hr-legal-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem; font-weight: 700;
    color: var(--text); margin-bottom: 0.75rem;
    border-left: 3px solid var(--gold); padding-left: 0.75rem;
}
.hr-legal-section h3 {
    font-size: 1rem; font-weight: 600;
    color: var(--text); margin: 1rem 0 0.5rem;
}
.hr-legal-section p, .hr-legal-section li {
    font-size: 14px; color: var(--text-muted); line-height: 1.7;
}
.hr-legal-section ul {
    padding-left: 1.25rem; margin-bottom: 0.75rem;
}
.hr-legal-section a { color: var(--gold); text-decoration: underline; }
.hr-legal-section a:hover { color: var(--text); }
.hr-legal-table {
    width: 100%; border-collapse: collapse;
    font-size: 13px; margin-top: 0.75rem;
}
.hr-legal-table th {
    background: var(--bg-soft); color: var(--text);
    font-weight: 600; padding: 8px 12px;
    border: 1px solid var(--border); text-align: left;
}
.hr-legal-table td {
    padding: 8px 12px; border: 1px solid var(--border);
    color: var(--text-muted); vertical-align: top;
}
.hr-legal-table code {
    background: var(--bg-soft); padding: 1px 5px;
    border-radius: 4px; font-size: 12px;
}
.hr-legal-updated {
    font-size: 12px; color: var(--text-muted);
    margin-top: 3rem; text-align: right;
}

@media (max-width: 600px) {
    .hr-legal-table { font-size: 12px; }
    .hr-legal-table th, .hr-legal-table td { padding: 6px 8px; }
}
