/* Dedicated practice pages — scoped so homepage / services grid stay unchanged */

.service-page {
  color: #3a3340;
}

.service-page .service-why {
  padding: 0 0 80px;
}

.service-hero {
  position: relative;
  padding: 72px 0 56px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 92% 18%, rgba(128, 0, 128, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 60% at 8% 90%, rgba(22, 1, 32, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f4f9 0%, #ffffff 72%);
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 1, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 1, 32, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
  pointer-events: none;
}

.service-hero .container {
  position: relative;
  z-index: 1;
}

.service-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #800080;
  border: 1px solid rgba(128, 0, 128, 0.28);
  background: rgba(128, 0, 128, 0.06);
}

.service-hero h1 {
  margin: 0 0 16px;
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  color: #160120;
  text-transform: none;
}

.service-hero h1 span {
  color: #800080;
}

.service-tagline {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #160120;
}

.service-lede {
  margin: 0 0 28px;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.75;
  color: #554d5c;
}

.service-page .mybtn {
  font-size: 16px;
  padding: 14px 26px;
  white-space: normal;
  max-width: 100%;
  text-align: center;
}

.service-hero-copy .mybtn {
  margin-right: 18px;
}

.service-hero-copy .service-more {
  margin-top: 0;
  vertical-align: middle;
}

.service-hero-art {
  position: relative;
  padding: 18px;
  background: #fff;
  border: 3px solid #d8d0de;
}

.service-hero-art::before,
.service-hero-art::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  pointer-events: none;
}

.service-hero-art::before {
  top: -3px;
  left: -3px;
  border-top: 3px solid #160120;
  border-left: 3px solid #160120;
}

.service-hero-art::after {
  right: -3px;
  bottom: -3px;
  border-right: 3px solid #800080;
  border-bottom: 3px solid #800080;
}

.service-hero-art img {
  display: block;
  width: 100%;
  height: auto;
}

.service-why {
  padding: 8px 0 20px;
}

.service-why .section-heading {
  font-size: 28px;
}

.service-page .feature-box {
  height: calc(100% - 30px);
  padding: 28px 22px 18px;
  background: #fff;
}

.service-page .feature-box:hover:before,
.service-page .feature-box:hover:after {
  width: 56px;
  height: 56px;
}

.service-page .feature-icon {
  margin-top: 0;
}

.service-page .feature-icon i {
  margin-top: 0;
  margin-bottom: 8px;
}

.service-page .feature-icon img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 4px auto 14px;
}

.service-page .feature-details h3 {
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: none;
}

.service-page .feature-details p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.65;
  color: #554d5c;
}

.service-split {
  padding: 36px 0 12px;
}

.service-panel {
  height: 100%;
  padding: 32px 30px 28px;
  background: #fff;
  border: 3px solid #d8d0de;
  margin-bottom: 30px;
}

.service-panel h2 {
  margin: 0 0 22px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #160120;
}

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

.service-steps li {
  position: relative;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 0 22px 0;
}

.service-steps li:last-child {
  padding-bottom: 0;
}

.service-steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(#800080, #e8dcec);
}

.service-step-num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #160120;
  border: 1px solid #160120;
  z-index: 1;
}

.service-steps p {
  margin: 4px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: #554d5c;
}

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

.service-outcomes li {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 36px;
  font-size: 15px;
  line-height: 1.65;
  color: #554d5c;
}

.service-outcomes li:last-child {
  margin-bottom: 0;
}

.service-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='2' y='2' width='20' height='20' fill='none' stroke='%23160120' stroke-width='2'/><path d='M6.5 12.5l3.5 3.5 7.5-8' fill='none' stroke='%23800080' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 22px 22px no-repeat;
}

.service-cta-band {
  margin-top: 28px;
  padding: 42px 24px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(128, 0, 128, 0.12), transparent 60%),
    #160120;
}

.service-cta-band h2 {
  margin: 0 0 10px;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.service-hero-copy .mybtn + .service-more {
  display: inline-flex;
  margin-left: 8px;
}

.service-cta-band p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
}

.service-cta-band .mybtn {
  background: #800080;
}

.service-cta-band .service-more {
  display: inline-flex;
  margin-top: 16px;
  color: #fff;
  border-color: #fff;
}

.service-cta-band .service-more:hover,
.service-cta-band .service-more:focus {
  background: #fff;
  color: #160120;
}

.service-cta-band .service-more:focus-visible {
  outline-color: #fff;
}

.services-overview .feature-details .service-more {
  margin-top: 12px;
  margin-bottom: 6px;
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 22px;
  padding: 6px 14px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: #800080;
  border-radius: 3px;
}

#slider1 .owl-item.active .hero-kicker {
  -webkit-animation: 1s 0.2s fadeInUp both;
  animation: 1s 0.2s fadeInUp both;
}

@media (max-width: 767px) {
  #slider1 .slider-inner span {
    font-size: 36px;
    margin-bottom: 16px;
    padding: 8px 14px;
  }

  .hero-kicker {
    margin-bottom: 14px;
  }

  #slider1 .slide-caption .slider-inner .caption-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}

.home-proof {
  padding: 72px 0 64px;
  text-align: center;
  background: #fff;
  border-top: 1px solid rgba(22, 1, 32, 0.08);
}

.home-proof h2 {
  margin: 0 0 12px;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #160120;
}

.home-proof-intro {
  margin: 0 auto 28px;
  max-width: 36em;
  font-size: 16px;
  line-height: 1.6;
  color: #554d5c;
}

.home-proof-sectors,
.home-proof-creds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.home-proof-sectors li {
  margin: 0 8px 10px;
  padding: 10px 18px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #160120;
  border: 1px solid rgba(22, 1, 32, 0.16);
  background: #f7f4f9;
}

.home-proof-creds {
  margin-bottom: 32px;
  gap: 8px 0;
}

.home-proof-creds li {
  margin: 0 18px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #160120;
}

.home-proof-creds a {
  color: #800080;
  text-decoration: underline;
}

.home-proof .service-more {
  display: inline-flex;
}

@media (max-width: 575px) {
  .home-proof {
    padding: 48px 16px 44px;
  }

  .home-proof h2 {
    font-size: 26px;
  }

  .home-proof-creds li {
    flex: 1 1 100%;
    margin: 0 0 10px;
  }
}

.services-overview .feature-details h3 {
  min-height: 2.4em;
}

@media (max-width: 991px) {
  .service-hero {
    padding: 48px 0 36px;
  }

  .service-hero h1 {
    font-size: 30px;
  }

  .service-hero-art {
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .service-hero h1 {
    font-size: 26px;
  }

  .service-hero-copy .mybtn {
    display: block;
    width: 100%;
    margin: 0 0 14px;
  }

  .service-hero-copy .service-more {
    display: inline-flex;
    margin-left: 0;
  }
}
