/* Video Section */
.video {
  aspect-ratio: 16 / 9;
  max-width: 960px;
  margin-inline: auto;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* CTA Section */
.cta {
  text-align: center;
}

.cta__kicker {
  font-family: var(--font-display);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
