/* === PAGES LÉGALES === */
.legal-main { padding: 48px 0 80px; }
.legal-container { max-width: 760px; }
.legal-header { margin-bottom: 40px; padding-bottom: 24px; border-bottom: 2px solid var(--gray-200); }
.legal-header h1 { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--gray-900); margin-bottom: 8px; }
.legal-date { font-size: 13px; color: var(--gray-500); }
.legal-section { margin-bottom: 36px; }
.legal-section h2 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; padding-left: 12px; border-left: 3px solid var(--blue); }
.legal-section h3 { font-size: 15px; font-weight: 600; color: var(--gray-800); margin: 16px 0 8px; }
.legal-section p { font-size: 15px; color: var(--gray-700); line-height: 1.75; margin-bottom: 10px; }
.legal-section ul { margin: 8px 0 12px 20px; }
.legal-section ul li { font-size: 15px; color: var(--gray-700); line-height: 1.75; margin-bottom: 4px; }
.legal-section a { color: var(--blue); text-decoration: underline; }
.legal-section a:hover { color: var(--blue-dark); }
.legal-note { background: var(--amber-light); border-left: 3px solid var(--amber); padding: 10px 14px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 13px; color: var(--amber); font-weight: 500; margin-top: 8px; }
.legal-nav { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--gray-200); }
.legal-link { display: inline-block; font-size: 14px; font-weight: 600; color: var(--blue); padding: 10px 16px; border: 1px solid var(--blue); border-radius: var(--radius-md); transition: all 0.15s; }
.legal-link:hover { background: var(--blue); color: #fff; }
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--gray-900); color: #fff; padding: 16px 24px; z-index: 999; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; box-shadow: 0 -4px 20px rgba(0,0,0,0.2); }
.cookie-banner p { font-size: 13px; color: rgba(255,255,255,0.80); margin: 0; flex: 1; min-width: 200px; }
.cookie-banner a { color: #60A5FA; text-decoration: underline; }
.cookie-banner-btns { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-btn-accept { background: var(--blue); color: #fff; border: none; padding: 9px 18px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; }
.cookie-btn-refuse { background: transparent; color: rgba(255,255,255,0.70); border: 1px solid rgba(255,255,255,0.25); padding: 9px 18px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; }
.cookie-btn-accept:hover { background: var(--blue-dark); }
.cookie-btn-refuse:hover { color: #fff; border-color: rgba(255,255,255,0.5); }
@media (max-width: 600px) {
  .legal-header h1 { font-size: 26px; }
  .cookie-banner { flex-direction: column; }
  .cookie-banner-btns { width: 100%; }
  .cookie-btn-accept, .cookie-btn-refuse { flex: 1; text-align: center; }
}
