.recruitment-page {
  background: #f6f8f7;
  color: #1f2933;
}

.recruitment-page .recruitment-hero-inner,
.recruitment-page .recruitment-workspace {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

.recruitment-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #16201b;
}

.recruitment-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.12) 100%);
}

.recruitment-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 390px;
  display: flex;
  align-items: center;
}

.recruitment-hero-copy {
  width: min(720px, 100%);
  color: #fff;
}

.eyebrow,
.job-index {
  margin: 0 0 8px;
  color: #058951;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.recruitment-hero .eyebrow {
  color: #82e2b7;
}

.recruitment-hero h1 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.recruitment-hero p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-action,
.secondary-action,
.job-apply-btn,
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.primary-action {
  min-width: 120px;
  padding: 0 22px;
  background: #058951;
  color: #fff;
}

.primary-action:hover,
.submit-btn:hover {
  background: #046f42;
  color: #fff;
}

.secondary-action {
  min-width: 120px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
}

.secondary-action:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.section-heading h2,
.application-panel-head h2 {
  margin: 0;
  color: #17231d;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.recruitment-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
  padding: 46px 0 76px;
}

.jobs-column,
.application-panel {
  min-width: 0;
}

.section-heading {
  margin-bottom: 18px;
}

.job-list {
  display: grid;
  gap: 16px;
}

.job-card,
.application-panel,
.job-empty {
  background: #fff;
  border: 1px solid #dde5df;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 36, 28, 0.05);
}

.job-card {
  padding: 24px 26px 26px;
}

.job-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.job-card h3 {
  margin: 0;
  color: #16231d;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.job-apply-btn {
  flex: 0 0 auto;
  border: 1px solid #058951;
  background: #fff;
  color: #058951;
  padding: 0 16px;
}

.job-apply-btn:hover {
  background: #058951;
  color: #fff;
}

.job-summary {
  margin: 16px 0 0;
  color: #5d6a63;
  font-size: 14px;
  line-height: 1.8;
}

.job-content {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1ee;
  color: #34423a;
  font-size: 15px;
  line-height: 1.95;
}

.job-content p {
  margin: 0 0 10px;
}

.job-content p:last-child {
  margin-bottom: 0;
}

.job-content ul,
.job-content ol {
  margin: 8px 0 0 22px;
  padding: 0;
}

.job-content li {
  margin: 4px 0;
}

.job-empty {
  padding: 30px;
}

.job-empty h3 {
  margin: 0 0 10px;
  color: #17231d;
  font-size: 20px;
}

.job-empty p {
  margin: 0;
  color: #647067;
  line-height: 1.8;
}

.application-panel {
  position: sticky;
  top: 18px;
  margin-top: 85px;
  padding: 24px;
}

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

.application-panel-head p:last-child {
  margin: 10px 0 0;
  color: #647067;
  line-height: 1.8;
}

.job-application-form {
  display: grid;
  gap: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-label {
  display: block;
  margin-bottom: 7px;
  color: #223028;
  font-size: 14px;
  font-weight: 700;
}

.required {
  color: #cf1322;
  margin-left: 4px;
}

.form-control {
  width: 100%;
  border: 1px solid #cfd8d2;
  border-radius: 6px;
  background: #fff;
  color: #223028;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 11px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
  outline: none;
  border-color: #058951;
  box-shadow: 0 0 0 3px rgba(5, 137, 81, 0.12);
}

textarea.form-control {
  min-height: 116px;
  resize: vertical;
}

.captcha-box {
  height: 42px;
  border: 1px solid #cfd8d2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  background: #f8faf9;
}

.captcha-question {
  color: #17231d;
  font-weight: 700;
}

.captcha-refresh {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #058951;
  cursor: pointer;
  font-size: 13px;
  padding: 4px;
}

.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}

.hint {
  color: #7a867e;
  font-size: 13px;
}

.submit-btn {
  border: none;
  background: #058951;
  color: #fff;
  padding: 0 20px;
}

.submit-btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.form-alert {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
}

.form-alert.is-error {
  color: #c02828;
}

.form-alert.is-success {
  color: #058951;
}

@media (max-width: 1100px) {
  .recruitment-workspace {
    grid-template-columns: 1fr;
  }

  .application-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .recruitment-hero,
  .recruitment-hero-inner {
    min-height: 330px;
  }

  .recruitment-hero-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .recruitment-hero h1 {
    font-size: 32px;
  }

  .recruitment-hero p {
    font-size: 15px;
  }

  .recruitment-workspace {
    padding-left: 14px;
    padding-right: 14px;
  }

  .recruitment-workspace {
    padding: 32px 0 56px;
  }

  .job-card {
    padding: 20px 16px;
  }

  .job-card-head,
  .form-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .job-apply-btn,
  .submit-btn {
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .application-panel {
    margin-top: 0;
    padding: 20px 16px;
  }
}
