.tts-jobs-hero h1,
.tts-jobs-hero h2,
.tts-jobs-hero span,
.tts-side-card h3 {
  color: #fff !important;
}

.tts-jobs-hero p,
.tts-side-card p {
  color: #f3f7ff !important;
}

.tts-jobs-notice {
  margin: 0 auto 18px;
  padding: 14px 18px;
  border: 1px solid #86d8b7;
  border-radius: 12px;
  background: #eafaf3;
  color: #075b3c;
  font-weight: 700;
}

.tts-reset,
.tts-request-cv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 9px;
  background: #0b2748;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
}

.tts-staff .tts-job-search {
  grid-template-columns: 2fr 1fr auto auto;
}

.tts-candidate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tts-candidate-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  border: 1px solid #dce5ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(11, 39, 72, .06);
}

.tts-candidate-card h3 {
  margin: 0 0 4px;
  color: #0b2748;
  font-size: 21px;
}

.tts-candidate-avatar {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b2748, #1769db);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

@media (max-width: 760px) {
  .tts-staff .tts-job-search,
  .tts-candidate-grid {
    grid-template-columns: 1fr;
  }
}

.tts-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.tts-package-grid article {
  padding: 24px;
  border: 1px solid #dce5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11,39,72,.07);
}

.tts-package-grid article > span,
.tts-detail-category {
  color: #1769db;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.tts-package-grid h2 { color: #0b2748; font-size: 22px; margin: 9px 0; }
.tts-package-grid strong { display: block; margin-top: 15px; color: #079c6d; font-size: 20px; }
.tts-job-card h3 a { color: #0b2748; text-decoration: none; }
.tts-view-job { color: #1769db !important; font-weight: 800; }

.tts-job-detail { max-width: 1050px; padding: 30px 18px 70px; }
.tts-job-breadcrumb { margin-bottom: 18px; color: #65758a; }
.tts-job-breadcrumb a { color: #1769db; font-weight: 800; }
.tts-detail-card { padding: clamp(24px,5vw,50px); border: 1px solid #dce5ef; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(11,39,72,.1); }
.tts-detail-card > h1 { margin: 8px 0; color: #0b2748; font-size: clamp(34px,5vw,54px); line-height: 1.08; }
.tts-detail-card > h2 { margin: 0 0 18px; color: #40566e; font-size: 22px; }
.tts-detail-card section { margin-top: 32px; }
.tts-detail-card section > h2 { color: #0b2748; }
.tts-detail-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 25px 0; }
.tts-detail-stats > div { padding: 16px; border-radius: 13px; background: #f3f7fc; }
.tts-detail-stats small { display: block; color: #65758a; margin-bottom: 5px; }
.tts-detail-stats strong { color: #0b2748; }
.tts-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.tts-detail-grid > div { padding: 18px; border: 1px solid #dce5ef; border-radius: 14px; }
.tts-detail-grid h3 { margin-top: 0; color: #0b2748; }
.tts-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.tts-detail-actions a { padding: 13px 18px; border-radius: 10px; background: #1769db; color: #fff !important; text-decoration: none; font-weight: 850; }
.tts-detail-actions a.secondary { background: #0aa874; }
.tts-job-safety { margin-top: 25px; padding: 15px; border-left: 4px solid #f2a900; border-radius: 8px; background: #fff8e8; }

@media (max-width: 760px) {
  .tts-package-grid,
  .tts-detail-stats,
  .tts-detail-grid { grid-template-columns: 1fr; }
}
