#services-ia-page {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 42%, #ffffff 100%);
  overflow-x: hidden;
}

#services-ia-page .bandeau-container {
  width: 100%;
  height: 300px;
  position: relative;
  display: inline-block;
}

#services-ia-page .bandeau {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services-ia-page .bandeau-container h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-hero,
.services-overview,
.services-detail-section,
.services-continuum,
.services-cta {
  font-family: "Poppins", sans-serif !important;
}

.services-hero .container,
.services-overview .container,
.services-detail-section .container,
.services-continuum .container,
.services-cta .container {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 0 auto;
}

.services-hero {
  padding: 55px 0 10px;
}

.services-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.services-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #2572ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.services-hero-copy h2,
.section-title h3,
.services-cta-card h3 {
  color: #21316f;
  font-weight: 800;
}

.services-hero-copy h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.12;
}

.services-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: #54627f;
  font-size: 17px;
  line-height: 1.75;
  word-break: break-word;
}

.services-hero-panel {
  padding: 28px;
  border: 1px solid rgba(37, 114, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow: 0 18px 45px rgba(45, 61, 151, 0.08);
}

.hero-panel-line + .hero-panel-line {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(37, 114, 255, 0.12);
}

.hero-panel-label {
  display: block;
  margin-bottom: 8px;
  color: #2572ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.hero-panel-line strong {
  color: #21316f;
  font-size: 18px;
  line-height: 1.45;
}

.services-overview {
  padding: 20px 0 30px;
}

.services-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.overview-card,
.service-detail-card,
.continuum-card,
.services-cta-card {
  border: 1px solid rgba(37, 114, 255, 0.1);
  background: #fff;
  box-shadow: 0 20px 45px rgba(34, 49, 111, 0.08);
}

.overview-card {
  padding: 26px 24px;
  border-radius: 24px;
}

.overview-card > *:last-child {
  margin-bottom: 0;
}

.overview-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.overview-card-link:hover,
.overview-card-link:focus {
  color: inherit;
  text-decoration: none;
}

.overview-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef4ff 0%, #d9e7ff 100%);
}

.overview-icon img,
.service-detail-badge img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(1500%)
    hue-rotate(210deg) brightness(105%) contrast(101%);
}

.overview-meta,
.service-label,
.continuum-step {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2572ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overview-card h3,
.service-detail-head h3,
.continuum-card h4 {
  color: #21316f;
  font-weight: 800;
}

.overview-card h3 {
  margin: 18px 0 12px;
  font-size: 26px;
  line-height: 1.2;
  word-break: break-word;
}

.overview-card p {
  margin: 0 0 18px;
  color: #5b6680;
  line-height: 1.7;
}

.overview-duration {
  margin-bottom: 18px;
  color: #2572ff;
  font-weight: 700;
}

.overview-link,
.services-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #2572ff;
  background: #2572ff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 14px 28px rgba(37, 114, 255, 0.22);
}

.overview-link:hover,
.services-back-link:hover {
  color: #fff;
  background: #2572ff;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(37, 114, 255, 0.28);
}

.services-detail-section {
  padding: 18px 0 34px;
}

.services-detail-page {
  padding-top: 44px;
}

.services-detail-page .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.services-detail-back {
  display: block;
  order: 1;
  width: 100%;
  margin-bottom: 22px;
}

.service-detail-card {
  order: 2;
  padding: 34px;
  border-radius: 30px;
}

.service-detail-card + .service-detail-card {
  margin-top: 28px;
}

.service-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.service-detail-head h3 {
  margin: 14px 0 12px;
  font-size: 38px;
  line-height: 1.1;
}

.service-detail-head p {
  max-width: 760px;
  margin: 0;
  color: #5b6680;
  font-size: 18px;
  line-height: 1.65;
  word-break: break-word;
}

.service-detail-badge {
  min-width: 190px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, #21316f 0%, #2572ff 100%);
  text-align: center;
  flex-shrink: 0;
}

.service-detail-badge img {
  margin-bottom: 12px;
  filter: brightness(0) saturate(100%) invert(100%);
}

.service-detail-badge span {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 26px;
}

.detail-block,
.detail-side-card {
  padding: 24px;
  border-radius: 22px;
  background: #f9fbff;
  border: 1px solid rgba(37, 114, 255, 0.08);
}

.detail-block + .detail-block,
.detail-side-card + .detail-side-card {
  margin-top: 18px;
}

.detail-block h4,
.detail-side-card h4 {
  margin: 0 0 16px;
  color: #21316f;
  font-size: 18px;
  font-weight: 800;
}

.detail-block p,
.detail-side-card p,
.timeline-item p,
.continuum-card p,
.services-cta-card p {
  margin: 0;
  color: #5b6680;
  line-height: 1.75;
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  color: #42506d;
  line-height: 1.75;
}

.detail-list li + li {
  margin-top: 12px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2572ff;
}

.detail-list-compact li + li {
  margin-top: 10px;
}

.detail-side-card-highlight {
  background: linear-gradient(145deg, #f0f5ff 0%, #dfeaff 100%);
}

.timeline-item + .timeline-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 114, 255, 0.1);
}

.timeline-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.timeline-top strong {
  color: #21316f;
  font-size: 16px;
}

.timeline-top span {
  color: #2572ff;
  font-size: 14px;
  font-weight: 700;
  white-space: normal;
  text-align: right;
}

.services-continuum {
  padding: 18px 0 34px;
}

.section-title {
  max-width: 720px;
  margin-bottom: 24px;
}

.section-title h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.continuum-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.continuum-card {
  padding: 28px 24px;
  border-radius: 24px;
}

.continuum-card h4 {
  margin: 18px 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.services-cta {
  padding: 0 0 80px;
}

.services-cta-card {
  padding: 34px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #21316f 0%, #2572ff 100%);
}

.services-cta-card .services-eyebrow,
.services-cta-card h3,
.services-cta-card p {
  color: #fff;
}

.services-cta-card p {
  max-width: 720px;
  opacity: 0.92;
}

.services-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 26px;
  border-radius: 999px;
  background: #fff;
  color: #21316f;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.services-cta-link:hover {
  color: #21316f;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(255, 255, 255, 0.2);
}

@media (max-width: 1080px) {
  .services-hero-shell,
  .service-detail-grid,
  .continuum-grid {
    grid-template-columns: 1fr;
  }

  .services-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-head,
  .services-cta-card {
    flex-direction: column;
    align-items: stretch;
  }

  .service-detail-badge {
    width: 100%;
    min-width: 0;
  }

  .services-cta-link {
    width: 100%;
    min-width: 0;
  }

  .services-continuum .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .section-title,
  .continuum-grid,
  .services-detail-back,
  .service-detail-card {
    width: 100%;
  }
}

@media (max-width: 900px) {
  #services-ia-page .bandeau-container {
    height: 250px;
  }

  #services-ia-page .bandeau-container h1 {
    font-size: 42px;
    width: 88%;
  }

  .services-hero {
    padding: 42px 0 6px;
  }

  .services-hero-copy h2 {
    font-size: 36px;
  }

  .services-hero-copy p,
  .service-detail-head p {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-detail-head h3 {
    font-size: 34px;
  }

  .section-title h3,
  .services-cta-card h3 {
    font-size: 30px;
  }
}

@media (max-width: 740px) {
  #services-ia-page .bandeau-container {
    height: 220px;
  }

  #services-ia-page .bandeau-container h1 {
    font-size: 34px;
    width: 90%;
    line-height: 1.15;
  }

  .services-hero {
    padding-top: 36px;
  }

  .services-hero .container,
  .services-overview .container,
  .services-detail-section .container,
  .services-continuum .container,
  .services-cta .container {
    width: calc(100% - 28px);
  }

  .services-overview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .services-hero-copy h2,
  .service-detail-head h3 {
    font-size: 30px;
  }

  .services-hero-copy h2 {
    line-height: 1.18;
  }

  .services-eyebrow,
  .overview-meta,
  .service-label,
  .continuum-step {
    font-size: 11px;
    letter-spacing: 0.8px;
  }

  .section-title h3,
  .services-cta-card h3 {
    font-size: 28px;
  }

  .service-detail-card,
  .services-cta-card {
    padding: 24px;
  }

  .detail-block,
  .detail-side-card,
  .overview-card,
  .continuum-card {
    padding: 22px;
  }

  .overview-card h3 {
    font-size: 24px;
  }

  .service-detail-head {
    margin-bottom: 22px;
  }

  .service-detail-grid {
    gap: 18px;
  }

  .services-detail-back {
    margin-bottom: 18px;
  }

  .service-detail-badge {
    padding: 18px;
  }

  .timeline-item + .timeline-item {
    margin-top: 14px;
    padding-top: 14px;
  }

  .timeline-top {
    flex-direction: column;
    gap: 4px;
  }

  .timeline-top span {
    text-align: left;
  }
}

@media (max-width: 520px) {
  #services-ia-page .bandeau-container {
    height: 180px;
  }

  #services-ia-page .bandeau-container h1 {
    font-size: 28px;
    width: 92%;
  }

  .services-hero {
    padding-top: 28px;
  }

  .services-hero-copy h2,
  .service-detail-head h3 {
    font-size: 26px;
  }

  .section-title h3,
  .services-cta-card h3 {
    font-size: 24px;
  }

  .services-hero-copy p,
  .overview-card p,
  .detail-block p,
  .detail-side-card p,
  .timeline-item p,
  .continuum-card p,
  .services-cta-card p,
  .detail-list li {
    font-size: 15px;
    line-height: 1.65;
  }

  .service-detail-card,
  .services-cta-card,
  .detail-block,
  .detail-side-card,
  .overview-card,
  .continuum-card {
    padding: 18px;
    border-radius: 20px;
  }

  .overview-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .overview-icon img,
  .service-detail-badge img {
    width: 26px;
    height: 26px;
  }

  .service-detail-badge span,
  .overview-duration {
    font-size: 14px;
  }

  .services-cta {
    padding-bottom: 52px;
  }
}
