/* ════════════════════════════════════════════
   Beauvoir Clinic — Styles pages légales
   Mentions légales, politique de confidentialité, cookies
   ════════════════════════════════════════════ */

.legal-hero {
  background: linear-gradient(135deg, #F5F0E8 0%, #FAF8F4 60%, #F5F0E8 100%);
  padding: 120px 24px 60px;
  position: relative;
  overflow: hidden;
}

.legal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(165, 136, 71, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(212, 165, 116, 0.05) 0%, transparent 50%);
  z-index: 0;
}

.legal-hero__container {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.legal-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A58847;
  background: rgba(165, 136, 71, 0.08);
  border: 1px solid rgba(165, 136, 71, 0.2);
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.legal-hero__title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 500;
  color: #2C2C2C;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.legal-hero__sub {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  color: #423B35;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 24px;
}

.legal-hero__meta {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  color: #757862;
  letter-spacing: 0.02em;
}

/* ─── Contenu principal ─── */
.legal-content {
  padding: 80px 24px 100px;
  background: #FFFFFF;
}

.legal-content__container {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2C2C2C;
  margin-top: 56px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(165, 136, 71, 0.2);
  position: relative;
}

.legal-content h2::before {
  content: counter(legal-h2);
  counter-increment: legal-h2;
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #A58847;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.legal-content {
  counter-reset: legal-h2;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #423B35;
  margin-top: 32px;
  margin-bottom: 14px;
}

.legal-content p,
.legal-content li {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  color: #2C2C2C;
  line-height: 1.75;
  margin-bottom: 14px;
}

.legal-content ul,
.legal-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content strong {
  font-weight: 600;
  color: #2C2C2C;
}

.legal-content a {
  color: #A58847;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.legal-content a:hover {
  color: #AB7965;
}

/* ─── Tableau (politique cookies) ─── */
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 32px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.92rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-content table thead,
.legal-content table tbody {
  display: table;
  width: 100%;
}

.legal-content th,
.legal-content td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(165, 136, 71, 0.15);
  vertical-align: top;
}

.legal-content th {
  background: #F5F0E8;
  font-weight: 600;
  color: #2C2C2C;
  border-bottom: 1px solid rgba(165, 136, 71, 0.3);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.legal-content tr:nth-child(even) td {
  background: rgba(245, 240, 232, 0.4);
}

/* ─── Bloc d'informations encadrées ─── */
.legal-info-box {
  background: #F5F0E8;
  border-left: 4px solid #A58847;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin: 28px 0;
}

.legal-info-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.legal-info-box p {
  margin-bottom: 8px;
}

.legal-info-box p:last-child {
  margin-bottom: 0;
}

/* ─── CTA cookies ─── */
.legal-cta-cookies {
  background: white;
  border: 1px solid rgba(165, 136, 71, 0.2);
  border-radius: 16px;
  padding: 28px 32px;
  margin: 40px 0 20px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(44, 44, 44, 0.04);
}

.legal-cta-cookies h3 {
  margin-top: 0;
}

.legal-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  background: #2C2C2C;
  color: #F5F0E8 !important;
  cursor: pointer;
}

.legal-btn:hover {
  background: #A58847;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .legal-hero { padding: 96px 20px 48px; }
  .legal-content { padding: 56px 20px 80px; }
  .legal-content h2 { font-size: 1.35rem; margin-top: 40px; }
}
