/* ================================================================
   AZULBAY — Pages légales (politique conf + mentions)
   Réutilise tokens v9 + typo sobre
   ================================================================ */

/* Scope */
.azb-legal, .azb-legal * { box-sizing: border-box !important; }
.page-template-default .entry-title,
.page-template-default header.entry-header { display: none !important; }

/* Hero */
.azb-legal-hero {
  padding: 72px 0 32px !important;
  text-align: center !important;
}
.azb-legal-hero .azb-container {
  max-width: 720px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.azb-legal-hero .azb-eyebrow {
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
}
.azb-legal-hero h1 {
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  color: #000 !important;
  margin: 0 auto 16px !important;
  max-width: 720px !important;
  text-align: center !important;
}
.azb-legal-hero .azb-accent {
  font-family: "Playfair Display", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #3366ff !important;
}
.azb-legal-lead {
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px !important;
  color: #676F7E !important;
  margin: 0 !important;
  letter-spacing: 0.02em !important;
}

/* Body */
.azb-legal-body {
  padding: 32px 0 96px !important;
}
.azb-legal-content {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16.5px !important;
  line-height: 1.75 !important;
  color: #353535 !important;
}
.azb-legal-content h2 {
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  font-size: clamp(22px, 3vw, 28px) !important;
  line-height: 1.2 !important;
  color: #000 !important;
  margin: 48px 0 16px !important;
  letter-spacing: -0.01em !important;
}
.azb-legal-content p {
  margin: 0 0 18px !important;
  color: #353535 !important;
}
.azb-legal-content ul,
.azb-legal-content ol {
  margin: 0 0 20px !important;
  padding-left: 24px !important;
  list-style: disc !important;
}
.azb-legal-content li {
  margin: 0 0 8px !important;
  line-height: 1.65 !important;
}
.azb-legal-content a {
  color: #3366ff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s ease !important;
}
.azb-legal-content a:hover { color: #1E40D9 !important; }
.azb-legal-content strong { font-weight: 700 !important; color: #000 !important; }
.azb-legal-content em { color: #676F7E !important; font-style: italic !important; }

/* Responsive */
@media (max-width: 768px) {
  .azb-legal-hero { padding: 48px 0 24px !important; }
  .azb-legal-body { padding: 24px 0 72px !important; }
  .azb-legal-content { font-size: 15.5px !important; padding: 0 20px !important; }
}
