.career-offer-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  margin-bottom: var(--spacing-sm);
  color: var(--color-cta);
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.career-offer-intro-section {
  background-color: #f6f8fb;
}

.career-offer-intro-section__layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--spacing-2xl);
  align-items: start;
}

.career-offer-intro-section__content p {
  margin-bottom: var(--spacing-md);
  line-height: 1.65;
}

.career-offer-intro-section__highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-lg);
}

.career-offer-profile-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--spacing-xl);
}

.career-offer-responsibilities-section__layout {
  max-width: 980px;
}

.career-checklist--light i {
  color: var(--color-cta);
}

.career-checklist--light span {
  color: rgba(255, 255, 255, 0.92);
}

.career-offer-benefits-section {
  background-color: #f2f4f7;
}

.career-offer-apply-section {
  background-color: var(--color-white);
}

.career-offer-apply-section__layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--spacing-2xl);
  align-items: start;
}

.career-offer-apply-section__mail {
  margin-top: var(--spacing-lg);
}

.career-offer-apply-section__mail a {
  color: var(--color-primary);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
}

.career-offer-apply-section__mail a:hover {
  text-decoration: underline;
}

.career-offer-apply-section__form .contact-form {
  margin-bottom: 0;
}

.career-offer-apply-section__form .contact-form__form {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .career-offer-profile-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .career-offer-intro-section__layout,
  .career-offer-apply-section__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .career-offer-profile-section__grid {
    grid-template-columns: 1fr;
  }
}
