/**
 * Styles for AI Solutions page only.
 */
.it-page-hero {
  background: linear-gradient(135deg, #061340 0%, #03228F 45%, #0B70E1 100%);
  color: #fff;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.it-page-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-page-hero .it-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.it-page-hero h1 {
  color: #fff !important;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
  margin: 0 0 16px;
  max-width: 720px;
}

.it-page-hero .it-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 0 28px;
}

.it-page-hero .rs-btn,
.it-page-hero a.rs-btn {
  display: inline-block;
  background: #fff;
  color: #061340 !important;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
}

.it-ai-pillars {
  padding: 80px 0;
  background: #fff;
}

.it-ai-pillars .container,
.it-related-services .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-ai-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.it-ai-section-head .it-eyebrow {
  color: #0B70E1;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.it-ai-section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 12px;
  color: #101010;
}

.it-ai-section-head p {
  margin: 0;
  color: #454545;
  line-height: 1.6;
}

.it-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.it-pillar {
  background: #F5F6F9;
  border-radius: 12px;
  overflow: hidden;
}

.it-pillar__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #061340;
}

.it-pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.it-pillar__body {
  padding: 28px 24px 32px;
}

.it-pillar__body h3 {
  font-size: 1.25rem;
  margin: 0 0 12px;
  color: #101010;
}

.it-pillar__body p {
  margin: 0 0 16px;
  line-height: 1.65;
  color: #454545;
}

.it-pillar__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.it-pillar__body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #454545;
}

.it-pillar__body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0B70E1;
}

.it-process {
  padding: 80px 0;
  background: #F5F6F9;
}

.it-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.it-process-step {
  text-align: center;
  padding: 28px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(6, 19, 64, 0.06);
}

.it-process-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(90deg, #03228F, #0B70E1);
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.it-process-step h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
  color: #101010;
}

.it-process-step p {
  margin: 0;
  font-size: 0.92rem;
  color: #454545;
  line-height: 1.5;
}

.it-related-services {
  padding: 60px 0;
  background: #fff;
}

.it-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.it-related-grid a {
  display: block;
  padding: 20px;
  background: #F5F6F9;
  border-radius: 8px;
  color: #101010 !important;
  font-weight: 600;
  text-decoration: none;
}

.it-related-grid a:hover {
  color: #0B70E1 !important;
}

.it-cta-band {
  background: linear-gradient(135deg, #061340 0%, #03228F 45%, #0B70E1 100%);
  padding: 72px 20px;
  text-align: center;
  color: #fff;
}

.it-cta-band h2 {
  color: #fff !important;
  margin: 0 0 12px;
}

.it-cta-band p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.it-cta-band .it-btn {
  display: inline-block;
  background: #fff;
  color: #061340 !important;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .it-pillar-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .it-process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .it-page-hero {
    padding: 100px 0 56px;
  }
}

@media only screen and (max-width: 767px) {
  .it-process-steps {
    grid-template-columns: 1fr;
  }
}
