.hero-section {
  overflow: hidden;
  background: var(--rsf-white);
}

.hero-stage {
  position: relative;
  min-height: 796px;
  padding-top: 58px;
  color: var(--rsf-blue-white);
  background: var(--rsf-dark);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero-nav {
  position: relative;
  z-index: 2;
  width: min(1276px, calc(100% - 48px));
  height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-logo {
  display: block;
  width: 79px;
  height: 42px;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--rsf-blue-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 697px;
  margin: 180px auto 0;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  color: var(--rsf-blue-white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 em {
  font-style: normal;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
}

.hero-primary {
  width: 363px;
}

.hero-secondary {
  width: 161px;
}

.hero-intro {
  min-height: 125px;
  overflow: hidden;
  background: var(--rsf-gradient);
}

.hero-intro__shell {
  width: min(900px, calc(100% - 48px));
  min-height: 125px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 187px 1fr;
  gap: 48px;
  align-items: center;
}

.hero-date {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 4px;
  background: var(--rsf-blue-white);
  box-shadow: -100vw 0 0 100vw var(--rsf-blue-white);
}

.hero-date__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.hero-date__desktop {
  display: flex;
  flex-direction: column;
}

.hero-date strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
}

.hero-date__desktop strong {
  background: var(--rsf-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-date span span {
  color: var(--rsf-dark);
  font-size: 16px;
  line-height: 1.5;
}

.hero-date__mobile {
  display: none;
}

.hero-intro p {
  max-width: 670px;
  margin: 0;
  color: var(--rsf-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-intro p strong {
  font-weight: 700;
}

.hero-metrics {
  padding: 274px 0 281px;
}

.hero-metrics__shell {
  width: min(1279px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 68px;
}

.hero-metric {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 146px;
  width: max-content;
  max-width: 100%;
  justify-self: center;
}

.hero-metric:nth-child(1) {
  grid-column: 1 / 3;
}

.hero-metric:nth-child(2) {
  grid-column: 3 / 5;
}

.hero-metric:nth-child(3) {
  grid-column: 5 / 7;
}

.hero-metric:nth-child(4) {
  grid-column: 2 / 4;
}

.hero-metric:nth-child(5) {
  grid-column: 4 / 6;
}

.hero-metric img {
  width: 121px;
  height: 121px;
  object-fit: contain;
  flex: 0 0 auto;
}

.hero-metric:nth-child(2) img {
  width: 129px;
  height: 129px;
}

.hero-metric:nth-child(3) img {
  width: 59px;
  height: 107px;
}

.hero-metric:nth-child(4) img {
  width: 123px;
  height: 123px;
}

.hero-metric:nth-child(5) img {
  width: 125px;
  height: 123px;
}

.hero-metric div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  text-transform: uppercase;
  min-height: 118px;
}

.hero-metric strong {
  display: block;
  margin-bottom: -20px;
  font-size: 68px;
  font-weight: 700;
  line-height: 103px;
}

.hero-metric span {
  color: var(--rsf-dark);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .hero-stage {
    min-height: 680px;
  }

  .hero-nav,
  .hero-intro__shell,
  .hero-metrics__shell {
    width: min(100% - 40px, 760px);
  }

  .hero-intro__shell {
    
  }

  .hero-menu {
    gap: 16px;
  }

  .hero-copy {
    width: min(100% - 40px, 697px);
    margin-top: 150px;
  }

  .hero-intro {
    background: linear-gradient(180deg, var(--rsf-blue-white) 0 44%, #4ae5d4 44%, #1097ff 100%);
  }

  .hero-intro__shell {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0;
  }

  .hero-metrics {
    padding: 96px 0 120px;
  }

  .hero-metrics__shell {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    column-gap: 40px;
    row-gap: 32px;
  }

  .hero-metrics__shell > .hero-metric {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .hero-stage {
    min-height: 615px;
    padding-top: 42px;
  }

  .hero-nav {
    justify-content: center;
    width: 340px;
    height: 67px;
  }

  .hero-logo {
    width: 127px;
    height: 67px;
  }

  .hero-menu {
    display: none;
  }

  .hero-copy {
    width: 340px;
    margin-top: 74px;
  }

  .hero-copy h1 {
    font-size: 26px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 30px;
    margin-top: 73px;
  }

  .hero-primary {
    width: 329px;
    padding-left: 17px;
    font-size: 18px;
  }

  .hero-secondary {
    width: 328px;
    font-size: 16px;
  }

  .hero-intro {
    min-height: 300px;
    background:
      linear-gradient(180deg, var(--rsf-blue-white) 0 71px, transparent 70px),
      linear-gradient(91deg, #4ae5d4 0%, #1097ff 100%) 0 70px / 100% 200px no-repeat
  }

  .hero-intro__shell {
    width: 335px;
    min-height: 249px;
    gap: 44px;
    padding: 21px 0;
  }

  .hero-date {
    justify-content: center;
    gap: 13px;
    background: transparent;
    box-shadow: none;
  }

  .hero-date__icon {
    width: 26px;
    height: 26px;
    border-radius: 7px;
  }

  .hero-date__desktop {
    display: none;
  }

  .hero-date__mobile {
    display: inline;
    color: var(--rsf-muted);
    font-size: 20px;
    line-height: 1.5;
  }

  .hero-intro p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-metrics {
    padding: 0 0 71px;
  }

  .hero-metrics__shell {
    width: 214px;
    grid-template-columns: 1fr;
    row-gap: 7px;
  }

  .hero-metric {
    gap: 15px;
    min-height: 122px;
  }

  .hero-metric img,
  .hero-metric:nth-child(2) img,
  .hero-metric:nth-child(4) img,
  .hero-metric:nth-child(5) img {
    width: 85px;
    height: 85px;
  }

  .hero-metric:nth-child(3) img {
    width: 47px;
    height: 85px;
    margin-left: 23px;
    margin-right: 15px;
  }

  .hero-metric strong {
    margin-bottom: -20px;
    font-size: 40px;
    line-height: 80px;
  }

  .hero-metric span {
    font-size: 15px;
    line-height: 1.5;
    width: 153px;
  }
}
