/* ============================================
   LEGAL PAGES — Política de Privacidade / Termos de Uso
   Simple prose layout: light header band + single centred text column.
   No hero image, so the header band carries enough top padding to clear
   the fixed .top-banner (40px) + .header (top 40px + 32px + 80px logo + 32px).
   ============================================ */

.legal-header {
  background: #eef3fb;
  padding: 220px 80px 64px;
}

.legal-header__inner {
  max-width: 820px;
  margin: 0 auto;
}

/* The shared .breadcrumb is styled for dark hero images — recolour for a light band */
.legal-header .breadcrumb,
.legal-header .breadcrumb__link,
.legal-header .breadcrumb__icon-link,
.legal-header .breadcrumb__current {
  color: rgba(26, 26, 46, 0.6);
}

.legal-header .breadcrumb__sep {
  color: rgba(26, 26, 46, 0.35);
}

.legal-header__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px);
  color: #1a1a2e;
  line-height: 1.15;
  margin-bottom: 16px;
}

.legal-header__meta {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.55);
}

/* --- Prose column --- */
.legal-content {
  padding: 80px 80px 120px;
  background: #fff;
}

.legal-content__inner {
  max-width: 820px;
  margin: 0 auto;
}

.legal-content__intro {
  font-family: 'Inter Tight', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.7);
  line-height: 1.75;
  padding-bottom: 40px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(26, 26, 46, 0.1);
}

.legal-section {
  margin-bottom: 56px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px);
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 20px;
}

.legal-section__subtitle {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.4;
  margin: 32px 0 12px;
}

.legal-section p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.65);
  line-height: 1.85;
  margin-bottom: 20px;
}

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

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

.legal-section li {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.65);
  line-height: 1.85;
  margin-bottom: 10px;
}

.legal-section li:last-child {
  margin-bottom: 0;
}

.legal-section a {
  color: #0263e0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section a:hover {
  text-decoration: none;
}

.legal-section strong {
  font-weight: 600;
  color: #1a1a2e;
}

/* Contact callout for data-subject requests */
.legal-callout {
  background: #eef3fb;
  border-radius: 20px;
  padding: 32px 36px;
  margin-top: 40px;
}

.legal-callout__title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.legal-callout p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.65);
  line-height: 1.75;
  margin-bottom: 0;
}

.legal-callout a {
  color: #0263e0;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .legal-header {
    padding: 170px 24px 40px;
  }

  .legal-content {
    padding: 56px 24px 80px;
  }

  .legal-content__intro {
    font-size: 17px;
    padding-bottom: 32px;
    margin-bottom: 40px;
  }

  .legal-section {
    margin-bottom: 44px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 16px;
  }

  .legal-section__subtitle {
    font-size: 17px;
  }

  .legal-callout {
    padding: 24px 24px;
    border-radius: 16px;
  }
}
