/* Career Page Specific Overrides */

/* Title adjustments for Career page */
.title-section {
  padding-top: 140px;
  padding-bottom: 40px;
}

.title-label {
  font-size: 22px;
  margin-bottom: 24px;
}

.main-title {
  font-size: 28px;
  margin-bottom: 0;
}

/* Hero section without overlay */
.hero-section {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 80px;
  padding: 0 40px;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .title-section {
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .title-label {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .main-title {
    font-size: 19px;
  }

  .hero-section {
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
