/* ── HERO ── */
.pdlr-legal-hero { min-height: 38vh; }

.pdlr-legal-hero-bg {
  background:
    linear-gradient(160deg, rgba(37,113,130,0.92) 0%, rgba(37,113,130,0.75) 60%, rgba(37,113,130,0.4) 100%),
    var(--pdlr-wave) center/cover no-repeat;
}

/* ── CONTENU ── */
.pdlr-legal-content {
  max-width: 780px;
  margin: 0 auto;
}

.pdlr-legal-intro {
  font-size: 1rem;
  font-weight: 300;
  color: var(--slate);
  line-height: 1.85;
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  background: rgba(201,168,76,0.05);
  border-radius: 0 4px 4px 0;
  margin-bottom: 2.5rem;
}

.pdlr-legal-content h2 {
  font-family: var(--ff-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(13,34,51,0.1);
}

.pdlr-legal-content h2:first-of-type { margin-top: 0; }

.pdlr-legal-content h3 {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--teal);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.pdlr-legal-content p {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--slate);
  margin-bottom: 1rem;
}

.pdlr-legal-content ul {
  list-style: none;
  margin: 0.5rem 0 1.25rem;
}

.pdlr-legal-content ul li {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--slate);
  padding: 0.2rem 0 0.2rem 1.25rem;
  position: relative;
}

.pdlr-legal-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.pdlr-legal-content a {
  color: var(--teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(42,127,111,0.3);
  transition: color 0.2s, border-color 0.2s;
}

.pdlr-legal-content a:hover {
  color: var(--navy);
  border-color: var(--navy);
}

.pdlr-legal-content strong {
  font-weight: 600;
  color: var(--navy);
}

/* ── TABLE COOKIES ── */
.pdlr-legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 1rem 0 1.5rem;
  border-radius: 4px;
  overflow: hidden;
}

.pdlr-legal-table th {
  background: var(--navy);
  color: var(--white);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  text-align: left;
}

.pdlr-legal-table td {
  padding: 0.65rem 1rem;
  color: var(--slate);
  font-weight: 300;
  line-height: 1.5;
  border-bottom: 1px solid rgba(13,34,51,0.07);
}

.pdlr-legal-table tr:last-child td { border-bottom: none; }
.pdlr-legal-table tr:nth-child(even) td { background: rgba(13,34,51,0.02); }

/* ── DATE MISE À JOUR ── */
.pdlr-legal-update {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: italic;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13,34,51,0.08);
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .pdlr-legal-intro { padding: 0.75rem 1rem; }
  .pdlr-legal-table { font-size: 0.78rem; }
  .pdlr-legal-table th,
  .pdlr-legal-table td { padding: 0.5rem 0.6rem; }
}
