h1 {
  margin: 0.5rem 0 0;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.1;
}

h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.2;
}

.subtitle {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(236, 240, 241, 0.9);
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.6;
}

p {
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgba(236, 240, 241, 0.9);
  line-height: 1.6;
}

/* Green heading */
.eyebrow {
  margin: 0;
  color: var(--secondary-color);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}

.legal-notice {
  font-size: 0.875rem;
  color: var(--legal-notice);
}