/* =============================================
   SYNE AEROSPACE — Careers Page CSS
   ============================================= */

/* ---- Job filter bar ---- */
.job-filter-bar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.job-filter-btn {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--col-border);
  background: var(--col-surface);
  color: var(--col-muted);
  cursor: pointer;
  transition: all var(--transition);
}
.job-filter-btn:hover {
  border-color: var(--col-accent);
  color: var(--col-accent);
}
.job-filter-btn.active {
  background: var(--col-accent);
  border-color: var(--col-accent);
  color: #fff;
}

/* ---- Careers hero decoration ---- */
.careers-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.careers-hero {
  position: relative;
}

/* Highlight the NZ ecosystem section stats */
