
:root{
  --brand:#16d5ff;
  --brand-bg:#F2F8FE;
}

/* Buttons (keep consistent) */
.btn-primary{
  background: var(--brand);
  border-color: var(--brand);
  color:#0b1b22;
  font-weight:700;
}
.btn-primary:hover,
.btn-primary:focus{
  background: var(--brand);
  border-color: var(--brand);
  filter: brightness(.95);
  color:#0b1b22;
}
.btn-outline-primary{
  color:#0b1b22;
  border-color: var(--brand);
  font-weight:700;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
  background: rgba(22,213,255,.16);
  border-color: var(--brand);
  color:#0b1b22;
}

/* ===== JOB HERO ===== */
.job-hero{
  background: var(--brand-bg)
}

.job-breadcrumb{
  font-size: 14px;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}
.job-breadcrumb a{
  color: rgba(0,0,0,.70);
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,.25);
}
.job-breadcrumb a:hover{
  border-bottom-color: rgba(22,213,255,.85);
}
.job-breadcrumb .sep{
  margin: 0 8px;
  opacity: .6;
}

.job-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom: 14px;
}
.job-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(22,213,255,.10);
  border: 1px solid rgba(22,213,255,.30);
  color: rgba(0,0,0,.70);
  font-weight: 800;
  font-size: 13px;
}
.job-title{
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 14px 0;
  color: rgba(0,0,0,.88);
}
.job-lead{
  color: rgba(0,0,0,.62);
  font-size: 16px;
  line-height: 1.7;
  max-width: 70ch;
}

.job-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 18px;
}

.job-btn{
  border-radius: 999px;
  padding: 12px 18px;
  min-width: 160px;
}

/* Quick facts */
.job-quick{
  margin-top: 20px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.job-quick-card{
  background:#fff;
  border-radius: 16px;
  border: 1px solid rgba(13,18,22,.10);
  padding: 14px 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}
.job-quick-card .label{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(0,0,0,.52);
  margin-bottom: 6px;
}
.job-quick-card .value{
  font-weight: 900;
  color: rgba(0,0,0,.80);
  font-size: 14px;
  line-height: 1.35;
}

/* Hero visual */

.job-hero-visual img{
  display:block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.10));
}

/* ===== JOB SECTION ===== */
.job-section{
  background:#fff;
}

.job-card{
  background:#fff;
  border-radius: 18px;
  border: 1px solid rgba(13,18,22,.10);
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
  margin-bottom: 16px;
}

.job-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.70);
  line-height: 1.75;
}
.job-list li{
  margin: 7px 0;
}
.job-list.compact{
  padding-left: 18px;
  line-height: 1.65;
}

/* Metrics grid */
.job-metrics{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.metric{
  border-radius: 16px;
  border: 1px solid rgba(22,213,255,.25);
  background: rgba(22,213,255,.08);
  padding: 14px 14px;
}
.metric-title{
  font-weight: 900;
  margin-bottom: 6px;
  color: rgba(0,0,0,.80);
}
.metric-text{
  color: rgba(0,0,0,.62);
  line-height: 1.5;
  font-size: 14px;
}

/* FAQ */
.faq-item{
  border: 1px solid rgba(13,18,22,.10);
  border-radius: 16px;
  overflow:hidden;
  margin-bottom: 12px;
  background:#fff;
}
.faq-q{
  width:100%;
  text-align:left;
  padding: 14px 16px;
  background: rgba(242,248,254,1);
  border: 0;
  font-weight: 900;
  color: rgba(0,0,0,.82);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.faq-q i{
  color: rgba(0,0,0,.45);
}
.faq-a{
  padding: 14px 16px;
  color: rgba(0,0,0,.65);
  line-height: 1.65;
}

/* Sidebar */
.job-side{
  position: sticky;
  top: 90px;
  display:flex;
  flex-direction: column;
  gap: 14px;
}
.job-side-card{
  background:#fff;
  border-radius: 18px;
  border: 1px solid rgba(13,18,22,.10);
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.side-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(13,18,22,.06);
}
.side-row:last-child{
  border-bottom: 0;
}
.side-row .k{
  color: rgba(0,0,0,.55);
  font-weight: 900;
  font-size: 13px;
}
.side-row .v{
  color: rgba(0,0,0,.78);
  font-weight: 800;
  font-size: 13px;
  text-align: right;
}
.side-divider{
  height: 1px;
  background: rgba(13,18,22,.06);
  margin: 14px 0;
}
.side-note{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(0,0,0,.62);
}

.more-role{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(22,213,255,.10);
  border: 1px solid rgba(22,213,255,.30);
  text-decoration:none;
  color: rgba(0,0,0,.78);
  font-weight: 900;
}
.more-role:hover{
  background: rgba(22,213,255,.16);
  border-color: rgba(22,213,255,.55);
  color: rgba(0,0,0,.85);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px){
  .job-title{ font-size: 40px; }
  .job-quick{ grid-template-columns: 1fr; }
  .job-side{ position: static; }
  .job-btn{ min-width: 140px; }
}

@media (max-width: 576px){
  .job-title{ font-size: 34px; }
  .job-meta{ gap: 8px; }
  .job-pill{ font-size: 12px; }
  .job-btn{ width: 100%; }
  .job-metrics{ grid-template-columns: 1fr; }
}
