.frc-legal-page .frc-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
}

.frc-legal-page .frc-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--frc-secundary-color);
}

.frc-legal-page .frc-hero__content {
  position: relative;
  z-index: 1;
  padding: 80px 24px 60px;
}

.frc-legal-page .frc-hero__title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.frc-section--legal {
  padding: 48px 0 80px;
}

.frc-legal-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--frc-text);
}

.frc-legal-content h2,
.frc-legal-content h3 {
  margin-top: 2em;
  margin-bottom: 0.75em;
  font-weight: 600;
  color: var(--frc-text-dark);
}

.frc-legal-content p {
  margin-bottom: 1.2em;
}

.frc-legal-content ul,
.frc-legal-content ol {
  margin-bottom: 1.2em;
  padding-left: 1.5em;
}

.frc-legal-content li {
  margin-bottom: 0.4em;
}

.frc-legal-content a {
  color: var(--frc-green-light);
  text-decoration: underline;
}

.frc-legal-content a:hover {
  color: var(--frc-green-dark);
}
