.recruit-page {
  background: #f5f7f8;
  color: #1f2933;
  min-height: 70vh;
  padding-bottom: 56px;
}

.recruit-hero {
  background:
    linear-gradient(120deg, rgba(13, 96, 73, .92), rgba(24, 45, 66, .88)),
    url('/imgs/index-bj2.jpg') center/cover;
  margin-top: 76px;
  padding: 72px 0 60px;
  color: #fff;
}

.recruit-hero-inner {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.recruit-eyebrow {
  color: rgba(255, 255, 255, .74);
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.recruit-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 18px;
}

.recruit-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 680px;
}

.recruit-hero-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  min-width: 150px;
  padding: 20px 24px;
  text-align: center;
}

.recruit-hero-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.recruit-hero-card span {
  color: rgba(255, 255, 255, .76);
  display: block;
  margin-top: 8px;
}

.recruit-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: 280px minmax(0, 1fr);
  padding-top: 36px;
}

.recruit-filter,
.recruit-list,
.job-detail,
.related-jobs {
  background: #fff;
  border: 1px solid #e4e9ee;
  border-radius: 8px;
}

.recruit-filter {
  align-self: start;
  padding: 22px;
  position: sticky;
  top: 96px;
}

.filter-head,
.list-toolbar,
.job-card-head,
.job-detail-top,
.apply-panel-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.filter-head strong,
.list-toolbar span,
.related-jobs h3 {
  font-size: 18px;
  font-weight: 800;
}

.filter-head a,
.list-toolbar a,
.back-link {
  color: #23a06b;
  font-size: 14px;
  text-decoration: none;
}

.recruit-search {
  align-items: center;
  background: #f7fafb;
  border: 1px solid #dfe6ec;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0 12px;
}

.recruit-search input {
  background: transparent;
  border: 0;
  flex: 1;
  height: 44px;
  outline: 0;
}

.filter-group {
  border-top: 1px solid #edf1f4;
  padding: 18px 0 4px;
}

.filter-title {
  color: #6b7785;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-group a {
  border-radius: 6px;
  color: #44515f;
  display: block;
  margin-bottom: 4px;
  padding: 9px 10px;
  text-decoration: none;
}

.filter-group a.active,
.filter-group a:hover {
  background: #ecf8f2;
  color: #16885b;
  font-weight: 700;
}

.recruit-list {
  padding: 26px;
}

.list-toolbar {
  border-bottom: 1px solid #edf1f4;
  margin-bottom: 4px;
  padding-bottom: 20px;
}

.list-toolbar strong {
  color: #23a06b;
  font-size: 28px;
  margin-left: 8px;
}

.job-card {
  border-bottom: 1px solid #edf1f4;
  display: block;
  padding: 26px 0;
  text-decoration: none;
}

.job-card:hover h2,
.related-card:hover strong {
  color: #23a06b;
}

.job-card h2 {
  color: #1f2933;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0;
}

.job-card-head span {
  color: #8a96a3;
  font-size: 14px;
  white-space: nowrap;
}

.job-tags,
.job-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.job-tags span,
.job-detail-tags span {
  align-items: center;
  background: #f3f6f8;
  border-radius: 999px;
  color: #647282;
  display: inline-flex;
  font-size: 13px;
  gap: 5px;
  padding: 7px 11px;
}

.job-card p {
  color: #667483;
  line-height: 1.8;
  margin: 0;
}

.empty-jobs {
  color: #7a8794;
  padding: 36px 0;
  text-align: center;
}

.recruit-detail-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding-top: 36px;
}

.job-detail {
  padding: 34px;
}

.job-detail-top h2 {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 14px 0 0;
}

.job-actions {
  display: flex;
  gap: 12px;
}

.share-btn,
.apply-btn,
.apply-submit {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  text-decoration: none;
}

.share-btn {
  background: #fff;
  border: 1px solid #dfe6ec;
  color: #425061;
}

.apply-btn,
.apply-submit {
  background: #23a06b;
  border: 1px solid #23a06b;
  color: #fff;
}

.apply-btn:hover,
.apply-submit:hover {
  background: #16885b;
  color: #fff;
}

.job-notice {
  background: #fff8ea;
  border: 1px solid #ffe0a6;
  border-radius: 8px;
  color: #8c5b12;
  line-height: 1.7;
  margin: 20px 0 28px;
  padding: 14px 16px;
}

.job-section {
  border-top: 1px solid #edf1f4;
  padding: 26px 0 0;
}

.job-section + .job-section {
  margin-top: 24px;
}

.job-section h3,
.apply-panel h3 {
  font-size: 22px;
  font-weight: 850;
  margin-bottom: 16px;
}

.job-section ol {
  color: #44515f;
  line-height: 1.9;
  margin: 0;
  padding-left: 20px;
}

.apply-panel {
  background: #f7fafb;
  border: 1px solid #e0e7ed;
  border-radius: 8px;
  margin-top: 32px;
  padding: 24px;
}

.apply-panel-head {
  margin-bottom: 18px;
}

.apply-panel-head p {
  color: #7a8794;
  margin: 4px 0 0;
}

.apply-panel-head span {
  background: #eaf7f1;
  border-radius: 999px;
  color: #16885b;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
}

.login-required {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e9ee;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
}

.login-required p {
  color: #647282;
  margin: 0;
}

.apply-submit {
  min-width: 160px;
}

.related-jobs {
  align-self: start;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.related-card {
  border-top: 1px solid #edf1f4;
  display: block;
  padding: 18px 0;
  text-decoration: none;
}

.related-card strong {
  color: #1f2933;
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
}

.related-card span {
  color: #7a8794;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .recruit-hero {
    margin-top: 66px;
    padding: 48px 0 40px;
  }

  .recruit-hero-inner,
  .job-detail-top,
  .login-required {
    align-items: stretch;
    flex-direction: column;
  }

  .recruit-shell,
  .recruit-detail-shell {
    grid-template-columns: 1fr;
  }

  .recruit-filter,
  .related-jobs {
    position: static;
  }

  .job-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .recruit-list,
  .job-detail,
  .recruit-filter,
  .related-jobs {
    padding: 18px;
  }

  .job-card-head,
  .list-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .job-detail-top h2 {
    font-size: 28px;
  }
}
