.rio-hero {
  position: relative;
  padding: 120px 0 90px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-color: var(--primary);
  overflow: hidden;
  width: 100%;
}

.rio-hero.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.rio-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(31, 42, 68, 0.75), rgba(62, 113, 228, 0.5));
}

.rio-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
}

.rio-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}

.rio-hero__title {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  margin: 0 0 12px;
}

.rio-hero__subtitle {
  font-size: 1.15rem;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.85);
}

.rio-hero__text {
  font-size: 1rem;
  max-width: 540px;
}

.rio-hero__button {
  margin-top: 20px;
  background: var(--accent-red);
}

.rio-hero__button:hover,
.rio-hero__button:focus {
  background: #c62828;
}
