@import url("industry-detail.css");

/* Service practice detail pages — reuses industry-detail layout blocks */

body.service-practice-page {
  --sp-radius: 6px;
}

body.service-practice-page--ai .page-hero--premium .page-hero__bg {
  background-image: url("https://images.unsplash.com/photo-1620712943543-bcc4688e7485?auto=format&fit=crop&w=1920&q=80&fm=webp");
}

body.service-practice-page--dt .page-hero--premium .page-hero__bg {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1920&q=75&fm=webp");
}

body.service-practice-page--staff .page-hero--premium .page-hero__bg {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1920&q=75&fm=webp");
}

/* Accent variant for commercial-energy practice tiles */
body.service-practice-page--dt .industry-detail-pillar__icon {
  background: rgba(22, 67, 110, 0.12);
  color: #2d6a9f;
}

body.service-practice-page--staff .industry-detail-pillar__icon {
  background: rgba(199, 92, 40, 0.12);
  color: var(--color-accent-orange);
}
