/* ============================================================
   BATIYS — PAGES LÉGALES (Mentions, CGV, Confidentialité)
   Design éditorial premium : sidebar TOC, badges numérotés,
   animations subtiles, lecture confortable.
   À charger APRÈS style.css et mobile-polish.css.
   ============================================================ */

.legal-page {
  --lp-bg: #f7faff;
  --lp-card: #ffffff;
  --lp-bleu: #0F2744;
  --lp-bleu-mid: #15365B;
  --lp-bleu-light: #23588C;
  --lp-orange: #E5671C;
  --lp-orange-pale: #FFF2E8;
  --lp-text: #1A2430;
  --lp-text-soft: #4B5867;
  --lp-muted: #6B7684;
  --lp-line: #E2E8F0;
  --lp-line-soft: #EEF2F7;
  background: var(--lp-bg) !important;
  scroll-behavior: smooth;
}

/* ─── HEADER ─────────────────────────────────────────────── */
.legal-page .legal-header {
  background: linear-gradient(135deg, #0a1d35 0%, #15365b 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 2px 18px rgba(10, 29, 53, .25) !important;
  backdrop-filter: blur(10px);
}
.legal-page .legal-header .back-btn {
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
  transition: all .25s ease;
}
.legal-page .legal-header .back-btn:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .3);
  transform: translateX(-2px);
}

/* ─── HERO PAGE LÉGALE ─────────────────────────────────── */
.legal-page .hero-page {
  background:
    radial-gradient(circle at 20% 30%, rgba(229, 103, 28, .15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(45, 94, 136, .25) 0%, transparent 50%),
    linear-gradient(140deg, #0A1D35 0%, #0F2744 70%, #15365B 100%) !important;
  padding: 80px 48px 70px !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.legal-page .hero-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .5;
  pointer-events: none;
  z-index: -1;
}
.legal-page .hero-page::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, #0055A4 0 33.33%, #fff 33.33% 66.66%, #EF4135 66.66% 100%);
  opacity: .85;
}
.legal-page .hero-page-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.legal-page .hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .65);
  font-size: .82rem;
  font-weight: 500;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.legal-page .hero-breadcrumb a {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  transition: color .2s ease;
}
.legal-page .hero-breadcrumb a:hover { color: #fff; }
.legal-page .hero-breadcrumb .sep { opacity: .4; }
.legal-page .hero-page h2 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: clamp(2rem, 4.5vw, 2.8rem) !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
  line-height: 1.1 !important;
  color: #fff !important;
  margin: 0 0 16px !important;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.legal-page .hero-page p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 1.02rem !important;
  max-width: 720px;
  line-height: 1.7 !important;
}
.legal-page .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.legal-page .hero-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .85);
  font-size: .82rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.legal-page .hero-meta-chip strong {
  color: #fff;
  font-weight: 700;
}

/* ─── LAYOUT PRINCIPAL : SIDEBAR + CONTENU ─────────────── */
.legal-page .legal-layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 32px 90px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
}

/* ─── SIDEBAR : TABLE DES MATIÈRES STICKY ────────────── */
.legal-page .legal-toc {
  position: sticky;
  top: 100px;
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 4px 14px rgba(15, 39, 68, .04);
}
.legal-page .legal-toc-title {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--lp-bleu);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lp-line);
  display: flex;
  align-items: center;
  gap: 8px;
}
.legal-page .legal-toc-title::before {
  content: '';
  width: 16px; height: 2px;
  background: var(--lp-orange);
  border-radius: 2px;
}
.legal-page .legal-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.legal-page .legal-toc-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: var(--lp-text-soft);
  text-decoration: none;
  font-size: .88rem;
  border-radius: 8px;
  transition: all .22s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  line-height: 1.4;
}
.legal-page .legal-toc-list a::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lp-line);
  transition: all .22s ease;
  flex-shrink: 0;
}
.legal-page .legal-toc-list a:hover {
  color: var(--lp-bleu);
  background: var(--lp-bleu-pale, #f4f7fb);
  padding-left: 14px;
}
.legal-page .legal-toc-list a:hover::before {
  background: var(--lp-orange);
  width: 6px;
  height: 6px;
}
.legal-page .legal-toc-list a.is-active {
  color: var(--lp-bleu);
  font-weight: 700;
  background: linear-gradient(90deg, var(--lp-orange-pale), transparent);
}
.legal-page .legal-toc-list a.is-active::before {
  background: var(--lp-orange);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px rgba(229, 103, 28, .15);
}

/* ─── CONTENU PRINCIPAL — fond transparent, contenu qui respire ─── */
.legal-page main {
  max-width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.legal-page main > * {
  padding-left: 8px;
  padding-right: 8px;
}
.legal-page main > *:first-child { padding-top: 8px; }
.legal-page main > *:last-child { padding-bottom: 8px; }

/* TITRES H3 — badges numérotés */
.legal-page main h3 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: var(--lp-bleu) !important;
  margin: 50px 0 20px !important;
  padding-left: 0 !important;
  border-left: none !important;
  line-height: 1.25 !important;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  scroll-margin-top: 100px;
  position: relative;
}
.legal-page main h3:first-of-type { margin-top: 0 !important; }
.legal-page main h3::before {
  counter-increment: legal-section;
  content: counter(legal-section, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--lp-orange), #d05714);
  color: #fff;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .5px;
  box-shadow: 0 4px 10px rgba(229, 103, 28, .25);
  margin-top: -2px;
}
.legal-page main { counter-reset: legal-section; }

/* H4 sous-sections */
.legal-page main h4 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: var(--lp-bleu) !important;
  margin: 28px 0 12px !important;
  padding-left: 18px;
  position: relative;
}
.legal-page main h4::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  background: var(--lp-orange);
  border-radius: 50%;
}

/* PARAGRAPHES & LISTES */
.legal-page main p {
  color: var(--lp-text-soft) !important;
  line-height: 1.8 !important;
  font-size: 1.02rem !important;
  margin-bottom: 18px !important;
  max-width: 740px;
}
.legal-page main ul,
.legal-page main .info-card,
.legal-page main .encadre {
  max-width: 740px;
}
.legal-page main strong { color: var(--lp-bleu) !important; font-weight: 700; }
.legal-page main ul {
  margin: 14px 0 20px 0 !important;
  padding-left: 0 !important;
  list-style: none;
}
.legal-page main ul li {
  color: var(--lp-text-soft);
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.legal-page main ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: var(--lp-orange-pale);
  color: var(--lp-orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 800;
}

/* LIENS */
.legal-page main a {
  color: var(--lp-bleu-light) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(35, 88, 140, .35);
  font-weight: 500;
  transition: all .22s ease;
}
.legal-page main a:hover {
  color: var(--lp-orange) !important;
  text-decoration-color: var(--lp-orange);
}

/* ENCADRÉS — design premium */
.legal-page main .encadre {
  background: linear-gradient(135deg, var(--lp-orange-pale) 0%, #fff8f0 100%) !important;
  border: 1px solid #ffd9bd;
  border-left: 4px solid var(--lp-orange) !important;
  padding: 22px 26px !important;
  border-radius: 14px !important;
  margin: 28px 0 !important;
  position: relative;
  box-shadow: 0 4px 14px rgba(229, 103, 28, .08);
}
.legal-page main .encadre::before {
  content: '💡';
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 1.4rem;
  opacity: .25;
}
.legal-page main .encadre p {
  color: var(--lp-bleu) !important;
  margin: 0 !important;
  font-size: .96rem !important;
  line-height: 1.7 !important;
}

/* CARTE INFOS PREMIÈRES (éditeur, responsable, hébergeur) */
.legal-page .info-card {
  background: linear-gradient(135deg, #f7faff 0%, #fff 100%);
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  padding: 22px 26px !important;
  margin: 18px 0 24px !important;
  display: grid;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(15, 39, 68, .04);
}
.legal-page .info-card .info-card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  color: var(--lp-bleu);
  font-weight: 600;
  margin-bottom: 6px;
}
.legal-page .info-card .info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: .94rem;
  color: var(--lp-text-soft);
}
.legal-page .info-card .info-row strong {
  color: var(--lp-bleu);
  min-width: 100px;
}

/* BOUTON RETOUR EN HAUT */
.legal-page .scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--lp-bleu) 0%, var(--lp-bleu-mid) 100%);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  border: 2px solid rgba(255, 255, 255, .14);
  box-shadow: 0 8px 22px rgba(15, 39, 68, .25);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px) scale(.8);
  transition: opacity .3s ease, transform .3s ease, box-shadow .25s ease;
  z-index: 100;
  pointer-events: none;
}
.legal-page .scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.legal-page .scroll-top:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 32px rgba(15, 39, 68, .35);
}

/* ─── ANIMATIONS ─────────────────────────────────────── */
.legal-page main h3,
.legal-page main h4,
.legal-page main p,
.legal-page main ul,
.legal-page main .encadre,
.legal-page .info-card {
  animation: legal-reveal .6s cubic-bezier(.4, 0, .2, 1) backwards;
}
@keyframes legal-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.legal-page main h3 { animation-delay: .1s; }

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 980px) {
  .legal-page .legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 22px 70px;
  }
  .legal-page .legal-toc {
    position: relative;
    top: 0;
  }
  .legal-page .legal-toc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .legal-page main > * {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ============================================================
   MOBILE — refonte complète pages légales
   ============================================================ */

@media (max-width: 720px) {

  /* ─── HEADER : compact et net ─────────────────────────── */
  .legal-page .legal-header {
    padding: 0 14px !important;
    height: 56px !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .legal-page .legal-header img,
  .legal-page .legal-header .site-logo-img {
    width: 36px !important;
    height: 36px !important;
  }
  .legal-page .legal-header .back-btn {
    padding: 7px 14px !important;
    font-size: .8rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
  }

  /* ─── HERO : aération + grille de fond ────────────────── */
  .legal-page .hero-page {
    padding: 44px 18px 50px !important;
    position: relative;
    overflow: hidden;
  }
  .legal-page .hero-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .7;
    pointer-events: none;
  }
  .legal-page .hero-breadcrumb {
    font-size: .68rem !important;
    letter-spacing: 1.2px !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap;
  }
  .legal-page .hero-page h2 {
    font-size: clamp(1.65rem, 7vw, 2.1rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
  }
  .legal-page .hero-page p {
    font-size: .92rem !important;
    line-height: 1.55 !important;
  }
  .legal-page .hero-meta {
    margin-top: 18px !important;
    gap: 8px !important;
  }
  .legal-page .hero-meta-chip {
    font-size: .72rem !important;
    padding: 6px 12px !important;
    background: rgba(255, 255, 255, .12) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    backdrop-filter: blur(8px);
  }

  /* ─── LAYOUT : sidebar TOC en mode "drawer" élégant ───── */
  .legal-page .legal-layout {
    padding: 28px 16px 90px !important;
    gap: 20px !important;
    grid-template-columns: 1fr !important;
  }

  /* ─── TOC : carte compacte, repliable ──────────────────── */
  .legal-page .legal-toc {
    position: relative !important;
    top: 0 !important;
    background: linear-gradient(135deg, #ffffff, #f7faff) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 16px 18px !important;
    box-shadow: 0 4px 14px rgba(15, 39, 68, .04);
    margin-bottom: 8px;
    /* Animation collapse au tap sur le titre */
  }
  .legal-page .legal-toc-title {
    font-size: .72rem !important;
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
    cursor: pointer;
    user-select: none;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
  }
  .legal-page .legal-toc-title::before {
    width: 14px !important;
    height: 2px !important;
  }
  .legal-page .legal-toc-title::after {
    content: '▼';
    font-size: .65rem;
    color: var(--lp-orange, #E5671C);
    transition: transform .25s ease;
    margin-left: auto;
    opacity: .7;
  }
  /* Liste compacte en grille 2 colonnes */
  .legal-page .legal-toc-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px !important;
  }
  .legal-page .legal-toc-list a {
    padding: 8px 10px !important;
    font-size: .82rem !important;
    line-height: 1.35 !important;
    border-radius: 8px !important;
    color: var(--lp-text-soft, #4B5867) !important;
  }
  .legal-page .legal-toc-list a:active {
    background: rgba(229, 103, 28, .08) !important;
    color: var(--lp-orange, #E5671C) !important;
  }

  /* ─── CONTENU PRINCIPAL ──────────────────────────────── */
  .legal-page main > * {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .legal-page main h3 {
    font-size: 1.1rem !important;
    gap: 12px !important;
    margin: 36px 0 14px !important;
    line-height: 1.25 !important;
  }
  .legal-page main h3:first-of-type {
    margin-top: 8px !important;
  }
  .legal-page main h3::before {
    width: 32px !important;
    height: 32px !important;
    font-size: .72rem !important;
    border-radius: 10px !important;
    flex-shrink: 0;
  }
  .legal-page main h4 {
    font-size: 1rem !important;
    margin: 22px 0 10px !important;
    padding-left: 16px !important;
  }
  .legal-page main h4::before {
    width: 5px !important;
    height: 5px !important;
  }

  /* Paragraphes : full-width sur mobile, line-height généreux */
  .legal-page main p {
    font-size: .96rem !important;
    line-height: 1.7 !important;
    margin-bottom: 14px !important;
    max-width: 100% !important;
  }

  /* Listes en checklist : padding ajusté */
  .legal-page main ul {
    margin: 12px 0 18px 0 !important;
    max-width: 100% !important;
  }
  .legal-page main ul li {
    font-size: .94rem !important;
    line-height: 1.65 !important;
    padding-left: 26px !important;
    margin-bottom: 8px !important;
  }
  .legal-page main ul li::before {
    width: 16px !important;
    height: 16px !important;
    font-size: .68rem !important;
    border-radius: 5px !important;
  }

  /* Info-cards (éditeur, hébergeur) : compactes et lisibles */
  .legal-page main .info-card,
  .legal-page .info-card {
    padding: 18px 18px !important;
    margin: 14px 0 22px !important;
    border-radius: 14px !important;
    max-width: 100% !important;
    background: linear-gradient(135deg, #f7faff 0%, #ffffff 100%) !important;
    border: 1px solid #d6e0ec !important;
    box-shadow: 0 2px 6px rgba(15, 39, 68, .04);
  }
  .legal-page .info-card .info-card-title {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(15, 39, 68, .08);
  }
  .legal-page .info-card .info-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    font-size: .9rem !important;
    padding: 6px 0 !important;
    line-height: 1.5 !important;
  }
  .legal-page .info-card .info-row strong {
    min-width: auto !important;
    font-size: .72rem !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--lp-muted, #6B7684) !important;
    font-weight: 700;
  }
  .legal-page .info-card .info-row a {
    word-break: break-word !important;
  }

  /* Encadrés : design plus chaleureux */
  .legal-page main .encadre,
  .legal-page .encadre {
    padding: 18px 20px !important;
    margin: 22px 0 !important;
    border-radius: 14px !important;
    max-width: 100% !important;
    background: linear-gradient(135deg, #FFF2E8 0%, #fff8f0 100%) !important;
    border-left-width: 4px !important;
  }
  .legal-page main .encadre p,
  .legal-page .encadre p {
    font-size: .9rem !important;
    line-height: 1.65 !important;
  }
  .legal-page main .encadre::before,
  .legal-page .encadre::before {
    top: 14px !important;
    right: 18px !important;
    font-size: 1.1rem !important;
    opacity: .3;
  }

  /* ─── SCROLL TOP : optimisé mobile ────────────────────── */
  .legal-page .scroll-top {
    bottom: 90px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 1.1rem !important;
  }

  /* ─── ESPACE EN BAS pour la bottom action bar ─────────── */
  body.legal-page,
  body.legal-page footer.site-footer-premium {
    /* La bottom bar fait 76px, on en tient compte */
  }
  .legal-page main {
    padding-bottom: 16px !important;
  }

  /* ─── Liens : tap target 44px min ─────────────────────── */
  .legal-page main a:not(.faq-bottom-link) {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .legal-page main a:active {
    color: var(--lp-orange, #E5671C) !important;
  }
}

/* ─── Très petits écrans (≤ 380 px) : encore plus serré ── */
@media (max-width: 380px) {
  .legal-page .hero-page {
    padding: 38px 14px 42px !important;
  }
  .legal-page .hero-page h2 {
    font-size: 1.5rem !important;
  }
  .legal-page .hero-meta {
    gap: 6px !important;
  }
  .legal-page .hero-meta-chip {
    font-size: .68rem !important;
    padding: 5px 10px !important;
  }
  .legal-page main h3 {
    font-size: 1.05rem !important;
    gap: 10px !important;
  }
  .legal-page main h3::before {
    width: 28px !important;
    height: 28px !important;
    font-size: .68rem !important;
  }
  .legal-page .legal-toc-list {
    grid-template-columns: 1fr !important;
  }
}

/* ─── PRINT ─────────────────────────────────────────── */
@media print {
  .legal-page .legal-header,
  .legal-page .scroll-top,
  .legal-page .legal-toc,
  .legal-page .site-footer-premium {
    display: none !important;
  }
  .legal-page main {
    box-shadow: none;
    border: none;
  }
  .legal-page .hero-page {
    background: #fff !important;
    color: #000 !important;
    padding: 20px !important;
  }
  .legal-page .hero-page h2,
  .legal-page main h3,
  .legal-page main h4 { color: #000 !important; }
  .legal-page main p,
  .legal-page main ul li { color: #333 !important; }
}
