

/* ── Light hero (shared with Direct Hire) ── */
.k-sp-hero--light{
  position:relative;
  padding:100px 32px 80px;
  background:#fff;
  overflow:hidden
}
.k-sp-hero--light-bg{
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 85% 20%,rgba(244,136,48,0.06) 0,transparent 50%),
    radial-gradient(circle at 10% 80%,rgba(88,89,91,0.04) 0,transparent 40%),
    linear-gradient(to right,rgba(88,89,91,0.02) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(88,89,91,0.02) 1px,transparent 1px);
  background-size:100% 100%,100% 100%,56px 56px,56px 56px;
  pointer-events:none;
  z-index:0
}
.k-sp-hero--light .k-sp-hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:56px;
  align-items:center;
  position:relative;
  z-index:1
}
.k-sp-hero--light .k-sp-hero-content h1{
  font-size:46px;
  font-weight:800;
  line-height:1.1;
  color:#2d2d3d;
  margin:0 0 22px;
  letter-spacing:-1.5px
}
.k-sp-hero--light .k-sp-hero-sub{
  font-size:17px;
  line-height:1.85;
  color:#6b7280;
  margin:0 0 32px;
  max-width:520px
}
.k-sp-hero--light .k-sp-hero-media img{
  width:100%;
  height:auto;
  border-radius:14px;
  display:block
}
.k-sp-hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px
}
.k-sp-hero-met{
  background:#f8f9fb;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:12px;
  padding:18px 16px;
  text-align:center;
  transition:all .3s ease
}
.k-sp-hero-met:hover{
  border-color:rgba(244,136,48,0.2);
  box-shadow:0 6px 20px rgba(0,0,0,0.06)
}
.k-sp-hero-met-num{
  font-size:26px;
  font-weight:800;
  color:#f48830;
  line-height:1.1
}
.k-sp-hero-met-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#6b7280;
  margin-top:4px
}


/* ── Cards 4-col (shared with IT Staffing) ── */
.k-sp-cards4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin-top:40px
}
.k-sp-card4{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:12px;
  padding:32px 24px;
  text-align:center;
  transition:transform .25s ease,box-shadow .25s ease
}
.k-sp-card4:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(0,0,0,0.08)
}
.k-sp-card4-ico{
  font-size:2rem;
  margin-bottom:16px;
  width:56px;
  height:56px;
  border-radius:12px;
  background:rgba(244,136,48,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  margin-right:auto
}
.k-sp-card4 h3{
  font-size:1.1rem;
  font-weight:700;
  margin-bottom:10px;
  color:#58595b
}
.k-sp-card4 p{
  font-size:.92rem;
  line-height:1.6;
  color:#666
}
@media(max-width:900px){
  .k-sp-cards4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .k-sp-cards4{grid-template-columns:1fr}
}


/* ── Check-list (shared with IT Staffing) ── */
.k-sp-check-list{
  list-style:none;
  padding:0;
  margin:16px 0
}
.k-sp-check-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:10px;
  line-height:1.6
}
.k-sp-check-list li::before{
  content:'\2713';
  position:absolute;
  left:0;
  top:1px;
  color:#f48830;
  font-weight:700;
  font-size:1rem
}


/* ── Blockquote (shared with IT Staffing) ── */
.k-sp-quote{
  border-left:4px solid #f48830;
  margin:24px 0 0;
  padding:16px 20px;
  background:rgba(244,136,48,0.04);
  border-radius:0 8px 8px 0
}
.k-sp-quote p{
  font-style:italic;
  font-weight:600;
  color:#b36f0b;
  margin-bottom:8px;
  font-size:1rem;
  line-height:1.6
}
.k-sp-quote cite{
  font-style:normal;
  font-weight:700;
  color:#58595b;
  font-size:.9rem
}


/* ── Light hero responsive ── */
@media(max-width:1024px){
  .k-sp-hero--light .k-sp-hero-inner{grid-template-columns:1fr;gap:40px}
  .k-sp-hero--light{padding:80px 24px 60px}
  .k-sp-hero--light .k-sp-hero-content h1{font-size:38px}
}
@media(max-width:768px){
  .k-sp-hero--light{padding:70px 20px 50px}
  .k-sp-hero--light .k-sp-hero-inner{gap:32px}
  .k-sp-hero--light .k-sp-hero-content h1{font-size:32px;letter-spacing:-1px}
  .k-sp-hero--light .k-sp-hero-sub{font-size:16px}
  .k-sp-hero-metrics{grid-template-columns:repeat(3,1fr);gap:8px}
  .k-sp-hero-met{padding:14px 10px}
  .k-sp-hero-met-num{font-size:22px}
  .k-sp-hero-met-label{font-size:10px}
}
@media(max-width:480px){
  .k-sp-hero--light .k-sp-hero-content h1{font-size:28px}
  .k-sp-hero-metrics{grid-template-columns:1fr;gap:8px}
  .k-sp-hero-met{
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
    padding:14px 16px
  }
  .k-sp-hero-met-num{font-size:24px;min-width:56px}
  .k-sp-hero-met-label{margin-top:0}
}
body.page-id-15546 .post-image,
body.page-id-15546 .page-header-image-single{display:none !important}
