/* ===== JOB WRAPPER ===== */
.job-wrapper {
  padding: 96px 0 120px;
}

/* ===== HERO ===== */
.job-hero {
  max-width: 640px;
  margin: 0 auto 72px;
  text-align: center;
}

.job-hero h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.job-hero p {
  color: #cfcfcf;
  line-height: 1.6;
}

/* ===== SECTIONS ===== */
.job-section {
  max-width: 640px;
  margin: 0 auto 56px;
}

.job-section h2 {
  font-size: 22px;
  margin-bottom: 16px;
}

.job-section p {
  color: #cfcfcf;
  line-height: 1.7;
}

.job-section ul {
  padding-left: 18px;
}

.job-section li {
  margin-bottom: 10px;
  color: #cfcfcf;
}

/* ===== APPLY BOX ===== */
.apply-box {
  max-width: 640px;
  margin: 88px auto 0;
  padding: 40px 32px;
  background: #0f0f0f;
  border: 1px solid #2a2a2a;
  text-align: center;
}

.apply-box h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.apply-box p {
  color: #cfcfcf;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* ===== BUTTON ===== */
.apply-btn {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.apply-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
