.elite-section {
  padding: 0;
  color: var(--rsf-blue-white);
  background: var(--rsf-dark);
}

.elite-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 43px;
  min-height: 509px;
  text-align: center;
}

.elite-shell h2 {
  width: 1170px;
  max-width: 100%;
  margin: 0;
  color: var(--rsf-blue-white);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

.elite-shell h2 strong {
  font-weight: 500;
}

.elite-shell p {
  width: 1170px;
  max-width: 100%;
  margin: 0;
  color: var(--rsf-blue-white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.elite-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.elite-cta {
  width: 363px;
  background: rgba(222, 245, 249, 0.05);
}

.elite-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196.714px;
  height: 51px;
  border-radius: 26.5px;
  background: rgba(222, 245, 249, 0.05);
  color: var(--rsf-blue-white);
  font-size: 26.23px;
  font-weight: 300;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .elite-section {
    padding: 48px 0 54px;
  }

  .elite-shell {
    gap: 21px;
    min-height: 0;
    width: min(329px, calc(100% - 32px));
  }

  .elite-shell h2 {
    width: 284px;
    font-size: 20px;
  }

  .elite-shell p {
    width: 329px;
    font-size: 15px;
  }

  .elite-actions {
    flex-direction: column;
    gap: 21px;
  }

  .elite-actions .rsf-secondary-cta {
    width: 328px;
  }

  .elite-cta {
    width: 329px;
    font-size: 16px;
  }

  .elite-secondary {
    width: 328px;
    font-size: 23.31px;
  }
}