/* ═══════════════════════════════════════
   staffing.css — Staffing Solutions page
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#060606 0%,#111 50%,#0a0a0a 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.05) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── STATS BAND ─── */
.stats-band { background: #fff; border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(184,134,11,.15); overflow: hidden; }
.stats-band-row { display: flex; flex-wrap: wrap; }
.sb-stat { flex: 1; min-width: 0; padding: 2rem 1.5rem; text-align: center; border-right: 1px solid rgba(184,134,11,.12); }
.sb-stat:last-child { border-right: none; }
.sb-icon { font-size: 1.4rem; color: var(--gold); margin-bottom: .5rem; }
.sb-num { font-family: 'Playfair Display',serif; font-size: 2.1rem; color: var(--gold); font-weight: 700; line-height: 1; }
.sb-plus { font-family: 'Playfair Display',serif; font-size: 1.7rem; color: var(--gold); font-weight: 700; }
.sb-lbl { font-size: .68rem; color: #888; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* ─── OVERVIEW ─── */
.sec-overview { padding: 90px 0; background: #fff; }
.overview-img { border-radius: 10px; overflow: hidden; background: linear-gradient(135deg,var(--gold-pale),#fff); border: 1px solid rgba(184,134,11,.2); min-height: 380px; display: flex; align-items: center; justify-content: center; }
.overview-img img { width: 65%; filter: drop-shadow(0 4px 20px rgba(184,134,11,.2)); }
.feat-item { display: flex; align-items: flex-start; gap: .9rem; margin-bottom: 1.1rem; }
.feat-icon { width: 42px; height: 42px; background: var(--gold-pale); border: 1px solid rgba(184,134,11,.2); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--gold); flex-shrink: 0; }
.feat-item h6 { font-size: .87rem; font-weight: 700; color: var(--dark); margin-bottom: .2rem; font-family: 'Inter',sans-serif; }
.feat-item p { font-size: .81rem; color: #666; margin: 0; line-height: 1.6; }

/* ─── SERVICE CARDS ─── */
.sec-svc-cards { padding: 90px 0; background: #F9F8F5; }
.svc-card { background: #fff; border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 2rem 1.75rem; height: 100%; transition: all .3s; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: linear-gradient(180deg,var(--gold),var(--gold-bright)); transition: height .35s; }
.svc-card:hover::before { height: 100%; }
.svc-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 10px 36px rgba(184,134,11,.09); transform: translateY(-4px); }
.svc-icon-wrap { width: 56px; height: 56px; background: var(--gold-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold); margin-bottom: 1.2rem; border: 1px solid rgba(184,134,11,.2); }
.svc-card-title { font-family: 'Playfair Display',serif; font-size: 1.1rem; color: var(--dark); margin-bottom: .6rem; font-weight: 600; }
.svc-card-body { font-size: .85rem; color: #666; line-height: 1.72; margin-bottom: 1rem; }
.svc-tag-row { display: flex; flex-wrap: wrap; gap: .3rem; }
.svc-tag-row span { font-size: .66rem; padding: .22rem .6rem; background: var(--gold-pale); color: var(--gold); border-radius: 2px; font-weight: 600; letter-spacing: .04em; }

/* ─── COMPLIANCE ─── */
.sec-compliance { padding: 90px 0; background: linear-gradient(135deg,var(--dark) 0%,#111 100%); position: relative; overflow: hidden; }
.sec-compliance::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 60% 50%,rgba(184,134,11,.07) 0%,transparent 70%); }
.compliance-card { background: rgba(255,255,255,.04); border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 1.6rem; height: 100%; transition: all .3s; }
.compliance-card:hover { background: rgba(184,134,11,.07); border-color: rgba(184,134,11,.3); }
.compliance-card i { font-size: 1.8rem; color: var(--gold-bright); margin-bottom: .9rem; display: block; }
.compliance-card h6 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: .4rem; font-family: 'Inter',sans-serif; }
.compliance-card p { font-size: .81rem; color: rgba(255,255,255,.48); margin: 0; line-height: 1.65; }

/* ─── PROCESS ─── */
.sec-process { padding: 90px 0; background: #fff; }
.process-row { display: flex; align-items: flex-start; flex-wrap: wrap; }
.process-step { flex: 1; min-width: 140px; text-align: center; padding: 0 1rem; }
.ps-num { font-family: 'Playfair Display',serif; font-size: 3rem; color: rgba(184,134,11,.12); font-weight: 700; line-height: 1; margin-bottom: .4rem; }
.ps-icon { width: 60px; height: 60px; background: var(--gold-pale); border: 2px solid rgba(184,134,11,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--gold); margin: 0 auto 1rem; }
.ps-title { font-size: .9rem; font-weight: 700; color: var(--dark); margin-bottom: .4rem; font-family: 'Inter',sans-serif; }
.ps-body { font-size: .8rem; color: #777; line-height: 1.65; }
.process-connector { display: flex; align-items: center; padding-top: 2.5rem; color: rgba(184,134,11,.4); font-size: 1.3rem; flex-shrink: 0; }

/* ─── INDUSTRIES ─── */
.sec-industries { padding: 90px 0; background: #F9F8F5; }
.ind-pill { display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid rgba(184,134,11,.18); border-radius: 50px; padding: .6rem 1.3rem; font-size: .84rem; font-weight: 600; color: var(--dark); transition: all .3s; }
.ind-pill:hover { background: var(--gold-pale); border-color: rgba(184,134,11,.4); color: var(--gold); }
.ind-pill i { color: var(--gold); }

/* ─── CTA BAND ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .overview-img { min-height: 260px; margin-bottom: 2rem; }
  .process-connector { display: none; }
  .sb-stat { padding: 1.4rem .9rem; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .stats-band-row { display: grid; grid-template-columns: 1fr 1fr; }
  .sb-stat { border-right: none; border-bottom: 1px solid rgba(184,134,11,.1); }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
  .sb-num { font-size: 1.7rem; }
}