
/* V49 — Jobs publics : lecture seule et design professionnel */
.jobs-public-page{
  max-width:1280px!important;
  padding:44px 24px 80px!important;
}
.jobs-hero-pro{
  max-width:760px;
  margin:0 0 28px;
  padding:10px 4px 12px;
}
.jobs-kicker{
  display:block;
  margin-bottom:10px;
  color:#ff9bc8!important;
  font-size:11px;
  font-weight:900;
  letter-spacing:3px;
}
.jobs-public-page h1{
  margin:0 0 12px!important;
  font-size:clamp(34px,5vw,58px)!important;
  line-height:1.05!important;
}
.jobs-public-page h1 em{
  color:#ff91c2!important;
  font-style:italic;
}
.jobs-public-page .page-subtitle{
  max-width:680px;
  margin:0!important;
  font-size:16px!important;
  color:#f2e6ec!important;
  line-height:1.7!important;
}
.jobs-public-grid{
  margin-top:26px!important;
  grid-template-columns:repeat(auto-fit,minmax(340px,1fr))!important;
  gap:22px!important;
}
.job-card-pro{
  min-height:290px;
  display:flex!important;
  flex-direction:column;
  padding:28px!important;
  border-radius:24px!important;
  background:
    linear-gradient(145deg,rgba(38,22,49,.93),rgba(18,14,30,.9))!important;
  border:1px solid rgba(255,255,255,.15)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.28)!important;
}
.job-card-pro::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(#ff6fae,#9d7cff);
  opacity:.85;
}
.job-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
}
.job-category{
  color:#cdbed2!important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.4px;
}
.job-card-pro .badge{
  flex:none;
  padding:8px 11px!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1!important;
  border:1px solid rgba(255,255,255,.12);
}
.job-card-pro h2{
  margin:0 0 14px!important;
  font-size:25px!important;
  color:#fff9f7!important;
}
.job-card-pro p{
  margin:0!important;
  color:#e8dce7!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.job-card-pro .job-status{
  margin-top:auto!important;
  padding:13px 14px!important;
  border-radius:16px!important;
}
.job-status-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:6px;
}
.status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  flex:none;
}
.available .status-dot{
  background:#72f1bd;
  box-shadow:0 0 12px #72f1bd;
}
.unavailable .status-dot{
  background:#ff7895;
  box-shadow:0 0 12px #ff7895;
}
.job-card-pro .job-status b{
  font-size:13px!important;
}
.job-card-pro .job-status small{
  display:block!important;
  color:#eadde5!important;
  font-size:11px!important;
  line-height:1.45!important;
}
.jobs-empty{
  max-width:620px;
  margin:32px auto;
  padding:48px 28px;
  text-align:center;
  border-radius:24px;
  background:rgba(28,17,39,.82);
  border:1px solid rgba(255,255,255,.13);
}
.jobs-empty-icon{
  font-size:34px;
  color:#ff86bc;
}
.jobs-empty h2{color:#fff!important}
.jobs-empty p{color:#eadde5!important}

@media(max-width:650px){
  .jobs-public-page{padding:30px 15px 60px!important}
  .jobs-public-grid{grid-template-columns:1fr!important}
  .job-card-pro{min-height:260px;padding:22px!important}
  .job-card-top{align-items:flex-start;flex-direction:column;margin-bottom:16px}
}
