/* ============================================================
   INDUSTRIES-IT.CSS
   Page-specific overrides for IT & Technology industry page.
   Extends staff-augmentation.css + services.css design system.
   ============================================================ */

/* ── Active nav highlight for Industries link ───────────────── */
.ind-it-nav-active,
.ind-it-nav-active::after {
  color: var(--color-white) !important;
  transform: scaleX(1) !important;
}

/* ── Hero: slightly tighter bottom padding on mobile ────────── */
@media (max-width: 767px) {
  .svc-hero-inner .svc-hero-desc + .svc-hero-desc {
    margin-top: 0;
  }
}

/* ── CTA band heading accent ────────────────────────────────── */
.cta-band .svc-accent {
  color: var(--color-accent);
}

/* ── FAQ: allow 3rd item to expand fully ────────────────────── */
.sa-faq-body.open {
  max-height: 400px;
}
