.menu a.active {
  color: #ffffff;
}

.form-hero {
  position: relative;
  padding: 4.8rem 0 3.8rem;
  overflow: hidden;
}

.contact-hero::before,
.career-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.contact-hero::before {
  background:
    linear-gradient(108deg, rgba(7, 7, 7, 0.95) 35%, rgba(7, 7, 7, 0.62) 100%),
    url("../images/unsplash/1555949963-aa79dcee981c.jpg") center/cover no-repeat;
}

.career-hero::before {
  background:
    linear-gradient(108deg, rgba(7, 7, 7, 0.95) 35%, rgba(7, 7, 7, 0.62) 100%),
    url("../images/unsplash/1555949963-ff9fe0c870eb.jpg") center/cover no-repeat;
}

.form-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: end;
}

.form-eyebrow {
  font-size: 0.8rem;
  color: #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.95rem;
  font-weight: 700;
}

.form-hero h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1.04;
  max-width: 14ch;
  letter-spacing: -0.02em;
}

.form-hero p {
  margin-top: 0.95rem;
  color: #d8d8d8;
  max-width: 56ch;
  font-size: 0.98rem;
}

.form-hero-side {
  border-radius: var(--radius);
  border: 1px solid #3f3f3f;
  background: linear-gradient(165deg, rgba(18, 18, 18, 0.9), rgba(10, 10, 10, 0.85));
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.form-hero-side h2 {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.form-hero-side ul {
  margin-left: 1rem;
  display: grid;
  gap: 0.5rem;
}

.form-hero-side li {
  color: #d4d4d4;
  font-size: 0.9rem;
}

.form-section {
  padding-top: 3.2rem;
}

.form-shell {
  max-width: 760px;
}

.check-field a {
  color: #f2cbcb;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.check-field a:hover {
  color: #ffffff;
}

@media (max-width: 1040px) {
  .form-hero-grid {
    grid-template-columns: 1fr;
  }

  .form-hero h1 {
    max-width: 18ch;
  }
}

@media (max-width: 760px) {
  .form-hero {
    padding-top: 3.9rem;
  }

  .form-hero h1 {
    max-width: 100%;
  }
}
