.hr-page {
  background: var(--bg-deep) url("/assets/hr-background-jump.png") top center / 100% auto no-repeat;
}

.hr-page .hero-copy h1 {
  max-width: 700px;
  font-size: clamp(52px, 4.8vw, 74px);
  line-height: 0.96;
}

.hr-title-mobile {
  display: none;
}

.hr-page .hero-copy p {
  max-width: 610px;
  line-height: 1;
  letter-spacing: -0.018em;
}

.hr-page .hero-media {
  width: 376px;
  margin-top: -96px;
  border-radius: 20px;
}

.hr-page .hero-media img {
  width: 100%;
  height: auto;
}

.hr-page .support-section {
  padding-top: 370px;
}

.hr-page .support-list li {
  min-height: 74px;
  padding-bottom: 26px;
  font-size: 26px;
}

.hr-page .support-list li:not(:last-child)::after {
  bottom: 13px;
}

.hr-page .best-card h3 {
  max-width: 300px;
}

.hr-page .best-card:nth-child(2) h3 {
  max-width: 330px;
}

.hr-page .best-card:nth-child(2) .card-icon img {
  width: 24px;
  height: 24px;
}

.hr-page .best-card:nth-child(3) .card-icon img {
  width: 24px;
  height: 24px;
}

.hr-page .helps-grid::before {
  display: none;
}

@media (max-width: 980px) {
  .hr-page .hero-media {
    width: min(376px, 100%);
  }
}

@media (max-width: 640px) {
  .hr-page {
    background-size: auto 1040px;
  }

  .hr-title-desktop {
    display: none;
  }

  .hr-title-mobile {
    display: inline;
  }

  .hr-page .support-section {
    padding: 80px 0 34px;
  }

  .hr-page .support-grid {
    gap: 34px;
  }

  .hr-page .support-copy h2 {
    font-size: 36px;
    line-height: 1;
  }

  .hr-page .support-copy p {
    max-width: 300px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.12;
  }

  .hr-page .best-section {
    padding: 28px 0 34px;
  }

  .hr-page .eyebrow {
    width: 118px;
    height: 30px;
    margin: 0 0 30px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .hr-page .best-grid {
    gap: 28px;
  }

  .hr-page .best-card {
    width: 100%;
    min-height: 108px;
    height: auto;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: center;
    column-gap: 4px;
    border-radius: 18px;
    padding: 18px 22px;
  }

  .hr-page .card-icon {
    width: 48px;
    height: 48px;
  }

  .hr-page .best-card h3,
  .hr-page .best-card:nth-child(2) h3 {
    max-width: 260px;
    margin: 0;
    font-size: 18px;
    line-height: 1.08;
  }

  .hr-page .helps-section {
    padding: 28px 0 96px;
    text-align: left;
  }

  .hr-page .helps-section h2 {
    width: 118px;
    height: 30px;
    min-height: 30px;
    margin: 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #073e45;
    color: #54f6ed;
    font-family: "Funnel Sans", "Segoe UI", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hr-page .helps-grid {
    gap: 44px;
    margin: 56px 0 0;
  }

  .hr-page .help-step {
    text-align: left;
  }

  .hr-page .process-number {
    margin: 0 0 26px;
    background: transparent;
  }

  .hr-page .help-step p {
    max-width: 300px;
    margin: 16px 0 0;
    font-size: 15px;
  }
}
