/* ==========================================================================
   Legal pages — Legal Notice / Privacy, and their French counterparts.
   A single readable column under the shared nav and footer. Prefixed `lg-`.
   ========================================================================== */

.lg-main {
  --lg-blue: #272ccd;
  --lg-orange: #ff6237;
  --lg-ink: #333333;
  --lg-muted: #6a6a76;

  max-width: 820px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) clamp(24px, 5vw, 80px) clamp(80px, 9vw, 120px);
  font-family: "Urbanist", sans-serif;
  color: var(--lg-ink);
}

.lg-main * {
  box-sizing: border-box;
}

.lg-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}

.lg-eyebrow {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--lg-orange);
}

/* the EN/FR toggle */
.lg-lang {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--lg-blue);
  text-decoration: none;
  border: 1px solid rgba(39, 44, 205, 0.3);
  border-radius: 4px;
  padding: 6px 12px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lg-lang:hover {
  color: var(--lg-orange);
  border-color: var(--lg-orange);
}

.lg-h1 {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--lg-ink);
  margin: 18px 0 0;
}

.lg-updated {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--lg-muted);
  margin-top: 14px;
}

.lg-main h2 {
  font-family: "Ubuntu", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: var(--lg-blue);
  margin: 48px 0 14px;
}

.lg-main p,
.lg-main li {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--lg-ink);
}

.lg-main p {
  margin: 0 0 14px;
}

.lg-main ul {
  margin: 0 0 14px;
  padding-left: 22px;
}

.lg-main li {
  margin-bottom: 8px;
}

.lg-main a {
  color: var(--lg-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lg-main a:hover {
  color: var(--lg-orange);
}

.lg-main strong {
  font-weight: 600;
}

/* an address/identity block */
.lg-block {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  line-height: 1.85;
  color: var(--lg-ink);
  margin: 0 0 14px;
}

/* a value the site owner must still fill in — deliberately conspicuous so it
   is not shipped by accident */
.lg-fill {
  font-family: "Roboto Mono", monospace;
  font-size: 0.92em;
  color: #9a3412;
  background: #ffedd5;
  border: 1px dashed #fb923c;
  border-radius: 3px;
  padding: 1px 6px;
  white-space: nowrap;
}
