.services-page-hero .page-heading .page-header-left {
  max-width: 780px;
}

.services-page-hero .page-heading .breadcrumb-description {
  margin-top: 20px;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
}

.services-page-hero .page-heading .breadcrumb-cta {
  margin-top: 28px;
  border-radius: 10px;
  min-width: 0;
  padding: 17px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services-page-hero .page-heading .breadcrumb-cta::before {
  background-color: var(--theme2);
}

.services-overview-nav {
  position: sticky;
  top: 88px;
  z-index: 25;
  padding: 18px 0 0;
}

.services-overview-nav__inner {
  border-radius: 18px;
  border: 1px solid rgba(56, 75, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(15, 13, 29, 0.08);
  padding: 18px 18px;
}

.services-overview-nav__label {
  margin: 0 0 12px;
  color: var(--header);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

.services-overview-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.services-overview-nav__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(56, 75, 255, 0.22);
  background: #ffffff;
  color: var(--theme);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  transition: all 0.25s ease;
}

.services-overview-nav__pill:hover,
.services-overview-nav__pill:focus-visible {
  border-color: var(--theme);
  color: #ffffff;
  background: var(--theme);
}

.services-overview-trust-strip {
  padding: 36px 0 10px;
}

.services-overview-trust-strip__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.services-overview-trust-strip__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(56, 75, 255, 0.12);
  background: #ffffff;
  padding: 15px 16px;
}

.services-overview-trust-strip__list li i {
  margin-top: 4px;
  color: var(--theme);
}

.services-overview-trust-strip__list li span {
  color: var(--header);
  font-size: 15px;
  line-height: 1.55;
}

.services-overview-section {
  position: relative;
  padding: 96px 0;
}

.services-overview-section--outcomes {
  padding-top: 72px;
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.services-overview-section--categories {
  padding-top: 84px;
}

.services-overview-section--process {
  background: #f8faff;
}

.services-overview-section--faq {
  padding-top: 84px;
}

.services-overview-heading {
  max-width: 800px;
  margin: 0 auto 48px;
}

.services-overview-heading h2 {
  margin-bottom: 14px;
}

.services-overview-heading p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
}

.services-overview-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(56, 75, 255, 0.22);
  background: rgba(56, 75, 255, 0.08);
  color: var(--theme);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 14px;
  margin-bottom: 16px;
}

.services-overview-eyebrow--light {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.services-overview-card {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(56, 75, 255, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 13, 29, 0.07);
  padding: 30px 26px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.services-overview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 75, 255, 0.28);
  box-shadow: 0 18px 38px rgba(56, 75, 255, 0.15);
}

.services-overview-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3;
}

.services-overview-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

.services-overview-card--soft {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.services-overview-card--service {
  display: flex;
  flex-direction: column;
  scroll-margin-top: 170px;
}

.services-overview-card__title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.services-overview-card__title-row:hover {
  color: var(--theme);
}

.services-overview-card__title-row:hover .services-overview-card__icon {
  background: var(--theme);
  border-color: var(--theme);
}

.services-overview-card__title-row:hover .services-overview-card__icon i {
  color: #ffffff;
}

.services-overview-card__title-row h3 {
  margin: 0;
}

.services-overview-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(56, 75, 255, 0.24);
  background: linear-gradient(135deg, rgba(56, 75, 255, 0.16), rgba(255, 163, 26, 0.1));
  transition: all 0.3s ease;
}

.services-overview-card__icon i {
  color: var(--theme);
  font-size: 22px;
  transition: color 0.3s ease;
}

.services-overview-card__meta {
  margin-top: 14px;
  font-size: 15px;
}

.services-overview-card__meta strong {
  color: var(--header);
}

.services-overview-card__link {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--theme);
  font-weight: 600;
  text-decoration: none;
}

.services-overview-card__link:hover {
  color: var(--theme2);
}

.services-overview-card__link i {
  transition: transform 0.2s ease;
}

.services-overview-card__link:hover i {
  transform: translateX(2px);
}

.services-guided-panel {
  border-radius: 22px;
  background: linear-gradient(145deg, #101633 0%, #1a2a70 100%);
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
}

.services-guided-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -140px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.services-guided-panel__header {
  max-width: 760px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.services-guided-panel__header h2 {
  color: #ffffff;
  margin-bottom: 12px;
}

.services-guided-panel__header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.75;
}

.services-guided-card {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  padding: 24px 22px;
}

.services-guided-card h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.services-guided-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.services-guided-card__link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.services-guided-card__link:hover {
  color: var(--theme2);
}

.services-overview-card--process {
  position: relative;
  padding-top: 76px;
}

.services-overview-step {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 34px;
  background: rgba(56, 75, 255, 0.12);
  color: var(--theme);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 12px;
}

.services-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.services-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(15, 13, 29, 0.1);
  background: #ffffff;
  padding: 0 22px;
}

.services-faq-item summary {
  list-style: none;
  cursor: pointer;
  color: var(--header);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  padding-right: 36px;
}

.services-faq-item summary::-webkit-details-marker {
  display: none;
}

.services-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme);
  font-size: 22px;
  line-height: 1;
}

.services-faq-item[open] summary::after {
  content: "-";
}

.services-faq-item p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--text);
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .services-overview-nav {
    top: 82px;
  }

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

  .services-guided-panel {
    padding: 42px 34px;
  }
}

@media (max-width: 991px) {
  .services-overview-nav {
    position: static;
    padding-top: 26px;
  }

  .services-overview-trust-strip__list {
    grid-template-columns: 1fr;
  }

  .services-overview-section {
    padding: 80px 0;
  }

  .services-overview-section--outcomes {
    padding-top: 62px;
  }

  .services-overview-heading {
    margin-bottom: 38px;
  }

  .services-overview-heading p,
  .services-guided-panel__header p {
    font-size: 17px;
  }

  .services-faq-item summary {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .services-page-hero .page-heading .breadcrumb-description {
    font-size: 17px;
  }

  .services-page-hero .page-heading .breadcrumb-cta {
    padding: 15px 24px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

  .services-overview-nav__inner {
    border-radius: 14px;
    padding: 14px;
  }

  .services-overview-nav__pill {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .services-overview-card {
    padding: 24px 20px;
  }

  .services-guided-panel {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .services-guided-panel__header {
    margin-bottom: 26px;
  }

  .services-guided-card {
    padding: 20px 16px;
  }

  .services-guided-card h3 {
    font-size: 20px;
  }

  .services-faq-item {
    padding: 0 16px;
  }
}

@media (max-width: 575px) {
  .services-page-hero .page-heading .breadcrumb-description {
    font-size: 16px;
  }

  .services-overview-heading p {
    font-size: 16px;
  }

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