html {
  font-size: 15px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --zc-teal: #0b5f6a;
  --zc-teal-dark: #073f47;
  --zc-accent: #2ec4b6;
  --zc-hero-end: #0a3d52;
  --zc-surface: #f5f7fc;
  --zc-surface-2: #ffffff;
  --zc-nav-text: #1e3a5c;
  --zc-nav-muted: #5b6b86;
  --zc-nav-border: rgba(26, 58, 110, 0.1);
  --zc-cta-gold: #f5b81a;
  --zc-cta-gold-top: #ffd54a;
  --hero-lav-1: #eef1ff;
  --hero-lav-2: #f8f6ff;
  --hero-lav-3: #ffffff;
  --hero-navy: #143a6e;
  --hero-navy-2: #1a4f8c;
  --hero-pill: #1a4f8c;
  --hero-pill-active: #0f2f58;
  --hero-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --hero-font-sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --site-hero-bg: linear-gradient(165deg, var(--hero-lav-1) 0%, var(--hero-lav-2) 42%, var(--hero-lav-3) 100%);
}

/* Wider than Bootstrap defaults (+60px per breakpoint; xxl 1380px). */
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 780px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1020px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1380px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem rgba(46, 196, 182, 0.35);
}

body {
  color: #1a2b2e;
}

body.theme-body {
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background-color: var(--zc-surface);
  background-image: linear-gradient(180deg, var(--zc-surface) 0%, #fafbfd 35%, var(--zc-surface-2) 100%);
  background-attachment: fixed;
}

.site-header {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 194, 245, 0.45);
  box-shadow: 0 8px 32px rgba(26, 58, 110, 0.08);
}

.site-header__layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-header__bg {
  position: absolute;
  inset: 0;
  background: var(--site-hero-bg);
}

.site-header__waves {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}

.site-header__waves svg {
  width: 115%;
  height: 100%;
  min-height: 5.5rem;
  display: block;
  margin-left: -4%;
}

.site-header__bar {
  position: relative;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--zc-accent), #5a8fd4 45%, #ffd54a 100%);
}

.site-header__nav {
  position: relative;
  z-index: 2;
}

.site-nav {
  --bs-navbar-color: var(--zc-nav-text);
  --bs-navbar-hover-color: var(--hero-navy);
  --bs-navbar-active-color: var(--zc-teal);
}

.site-nav .navbar-brand:focus-visible {
  outline: 2px solid rgba(11, 95, 106, 0.45);
  outline-offset: 4px;
  border-radius: 0.35rem;
}

.site-nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--zc-nav-text) !important;
  padding: 0.55rem 0.9rem !important;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link:focus {
  background-color: rgba(26, 79, 140, 0.08);
  color: var(--hero-navy) !important;
}

.site-nav-link.active {
  color: var(--zc-teal) !important;
  background-color: rgba(11, 95, 106, 0.1);
  box-shadow: inset 0 -2px 0 0 var(--zc-accent);
}

.site-nav .dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.12em;
  opacity: 0.75;
}

.site-nav-dropdown .dropdown-toggle.show,
.site-nav-dropdown .dropdown-toggle:focus {
  background-color: rgba(26, 79, 140, 0.08);
}

.site-nav-menu {
  min-width: 19rem;
  padding: 0.65rem 0.55rem;
  border-radius: 1rem !important;
  margin-top: 0.5rem !important;
  border: 1px solid rgba(210, 218, 240, 0.95) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.site-nav-menu__header {
  font-size: 0.68rem !important;
  letter-spacing: 0.14em;
  color: var(--zc-nav-muted) !important;
  padding-left: 0.85rem !important;
  padding-top: 0.35rem !important;
}

.site-nav-menu__item {
  border-radius: 0.65rem;
  padding: 0.55rem 0.75rem !important;
  white-space: normal;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.site-nav-menu__item:hover,
.site-nav-menu__item:focus {
  background-color: rgba(26, 79, 140, 0.07) !important;
}

.site-nav-menu__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(11, 95, 106, 0.1);
  color: var(--zc-teal);
  font-size: 1.05rem;
}

.site-nav-menu__item .text-primary {
  color: var(--hero-navy-2) !important;
}

.site-nav-cta {
  border-radius: 999px;
  border: none;
  background: linear-gradient(180deg, var(--zc-cta-gold-top) 0%, var(--zc-cta-gold) 100%);
  color: #1a1a1a !important;
  box-shadow: 0 4px 16px rgba(245, 184, 26, 0.42);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.site-nav-cta:hover {
  color: #101010 !important;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(245, 184, 26, 0.5);
}

.site-nav-cta.is-active {
  box-shadow: 0 0 0 3px rgba(20, 58, 110, 0.22), 0 4px 16px rgba(245, 184, 26, 0.45);
}

.site-nav-toggler {
  border: 1px solid var(--zc-nav-border);
  border-radius: 0.5rem;
  padding: 0.45rem 0.6rem;
}

.site-nav-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 106, 0.2);
}

.site-nav-toggler .navbar-toggler-icon {
  filter: invert(22%) sepia(25%) saturate(1500%) hue-rotate(175deg);
}

@media (max-width: 991.98px) {
  .site-nav-collapse {
    border-top: 1px solid var(--zc-nav-border);
    margin-top: 0.25rem;
    padding-top: 0.25rem;
  }

  .site-nav-menu {
    box-shadow: none !important;
    border: none !important;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
  }

  .site-nav-menu__item {
    padding-left: 0.25rem !important;
  }

  .site-nav-cta {
    width: 100%;
    text-align: center;
  }
}

.brand-logo-img--header {
  height: 3.35rem;
  max-width: min(20rem, 78vw);
}

@media (min-width: 992px) {
  .brand-logo-img--header {
    height: 4rem;
    max-width: 22rem;
  }
}

.site-header .navbar-brand {
  letter-spacing: 0.02em;
}

.brand-logo-link {
  text-decoration: none;
}

.brand-logo-img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: min(14rem, 58vw);
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 992px) {
  .brand-logo-img {
    height: 2.75rem;
    max-width: 16rem;
  }
}

.footer-brand-img {
  height: 3.25rem;
  width: auto;
  max-width: 15rem;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 768px) {
  .footer-brand-img {
    height: 3.5rem;
    max-width: 17rem;
  }
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.15rem;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.page-header {
  background: linear-gradient(120deg, #0f2f58 0%, var(--zc-teal) 55%, #0a5560 100%);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}

/* --- Home solutions grid --- */

.home-solutions__eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hero-navy-2);
}

.home-solutions__title {
  font-family: var(--hero-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--hero-navy);
}

.home-solutions__lead {
  color: #5b6b86;
  font-size: 1.05rem;
  line-height: 1.65;
}

.service-card {
  position: relative;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(26, 58, 110, 0.08);
  box-shadow: 0 10px 28px rgba(26, 58, 110, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(26, 58, 110, 0.11);
  border-color: rgba(26, 58, 110, 0.14);
}

.service-card__accent {
  height: 4px;
  background: linear-gradient(90deg, var(--service-accent, var(--zc-teal)), var(--service-accent-soft, var(--zc-accent)));
}

.service-card--gi {
  --service-accent: #0b5f6a;
  --service-accent-soft: #2ec4b6;
  --service-icon-bg: rgba(11, 95, 106, 0.1);
}

.service-card--ccm {
  --service-accent: #c41e3a;
  --service-accent-soft: #e85d75;
  --service-icon-bg: rgba(196, 30, 58, 0.1);
}

.service-card--rpm {
  --service-accent: #d97706;
  --service-accent-soft: #f59e0b;
  --service-icon-bg: rgba(217, 119, 6, 0.12);
}

.service-card--bhi {
  --service-accent: #662d91;
  --service-accent-soft: #9b59b6;
  --service-icon-bg: rgba(102, 45, 145, 0.1);
}

.service-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.service-card__icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--service-icon-bg, rgba(11, 95, 106, 0.08));
  color: var(--service-accent, var(--zc-teal));
  font-size: 1.4rem;
  flex-shrink: 0;
}

.service-card__label {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--service-accent, var(--hero-navy-2));
  background: var(--service-icon-bg, rgba(11, 95, 106, 0.08));
}

.service-card__title {
  font-weight: 700;
  color: var(--hero-navy);
  line-height: 1.3;
}

.service-card__blurb {
  color: #5b6b86;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.service-card__highlights {
  color: #4a5568;
  line-height: 1.45;
}

.service-card__check {
  color: var(--service-accent, var(--zc-teal));
  flex-shrink: 0;
  line-height: 1.3;
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: var(--service-accent, var(--hero-navy-2));
  font-size: 0.95rem;
  transition: gap 0.18s ease, color 0.18s ease;
}

.service-card__cta .bi {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.service-card:hover .service-card__cta {
  gap: 0.35rem;
}

.service-card:hover .service-card__cta .bi {
  transform: translateX(2px);
}

.service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 95, 106, 0.08);
  color: var(--zc-teal);
  font-size: 1.35rem;
}

.service-icon-lg {
  font-size: 2rem;
  line-height: 1;
}

/* --- Home pricing band --- */

.home-pricing__band {
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  background: linear-gradient(135deg, rgba(238, 241, 255, 0.95) 0%, rgba(243, 250, 248, 0.9) 55%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(26, 58, 110, 0.1);
  box-shadow: 0 14px 36px rgba(26, 58, 110, 0.07);
}

@media (min-width: 992px) {
  .home-pricing__band {
    padding: 2.5rem 2.75rem;
  }
}

.home-pricing__eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hero-navy-2);
}

.home-pricing__title {
  font-family: var(--hero-font-display);
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  font-weight: 700;
  color: var(--hero-navy);
}

.home-pricing__lead {
  color: #5b6b86;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.home-pricing__benefits {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-pricing__benefit-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(11, 95, 106, 0.1);
  color: var(--zc-teal);
  font-size: 1.05rem;
}

.home-pricing__cta-card {
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 58, 110, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-pricing__cta-kicker {
  font-weight: 700;
  color: var(--hero-navy);
  font-size: 1.05rem;
  margin-bottom: 0;
}

.home-pricing__cta-note {
  color: #5b6b86;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

/* --- Home roadmap --- */

.home-roadmap__panel {
  border-radius: 1.35rem;
  padding: 2.25rem 1.5rem 2rem;
  background: linear-gradient(180deg, rgba(248, 246, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 38%, #fff 100%);
  border: 1px solid rgba(26, 58, 110, 0.08);
  box-shadow: 0 16px 40px rgba(26, 58, 110, 0.05);
}

@media (min-width: 768px) {
  .home-roadmap__panel {
    padding: 2.75rem 2.25rem 2.5rem;
  }
}

.home-roadmap__eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hero-navy-2);
}

.home-roadmap__title {
  font-family: var(--hero-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--hero-navy);
}

.home-roadmap__lead {
  color: #5b6b86;
  font-size: 1.05rem;
  line-height: 1.65;
}

.home-roadmap__track {
  position: relative;
}

@media (min-width: 1200px) {
  .home-roadmap__track::before {
    content: "";
    position: absolute;
    top: 2.6rem;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(26, 58, 110, 0.12) 12%,
      rgba(26, 58, 110, 0.12) 88%,
      transparent 100%
    );
    z-index: 0;
    pointer-events: none;
  }

  .home-roadmap__track .roadmap-card {
    position: relative;
    z-index: 1;
  }
}

.home-roadmap__footer-text {
  color: #5b6b86;
  font-size: 1rem;
  margin-bottom: 0;
}

.roadmap-card {
  position: relative;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(26, 58, 110, 0.1);
  box-shadow: 0 10px 26px rgba(26, 58, 110, 0.05);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.roadmap-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 58, 110, 0.16);
  box-shadow: 0 18px 38px rgba(26, 58, 110, 0.1);
}

.roadmap-card__accent {
  height: 3px;
  background: linear-gradient(90deg, var(--roadmap-accent, var(--hero-navy-2)), var(--roadmap-accent-soft, #8fa8c8));
  opacity: 0.72;
}

.roadmap-card--pm {
  --roadmap-accent: #1a4f8c;
  --roadmap-accent-soft: #5b8def;
  --roadmap-icon-bg: rgba(26, 79, 140, 0.1);
}

.roadmap-card--rcm {
  --roadmap-accent: #0b5f6a;
  --roadmap-accent-soft: #2ec4b6;
  --roadmap-icon-bg: rgba(11, 95, 106, 0.1);
}

.roadmap-card--credentialing {
  --roadmap-accent: #5b4b8a;
  --roadmap-accent-soft: #9b59b6;
  --roadmap-icon-bg: rgba(91, 75, 138, 0.1);
}

.roadmap-card--software {
  --roadmap-accent: #2d6a6a;
  --roadmap-accent-soft: #5bb5b5;
  --roadmap-icon-bg: rgba(45, 106, 106, 0.1);
}

.roadmap-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.roadmap-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--roadmap-icon-bg, rgba(26, 58, 110, 0.08));
  color: var(--roadmap-accent, var(--hero-navy-2));
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.roadmap-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--roadmap-accent, var(--hero-navy-2));
  background: var(--roadmap-icon-bg, rgba(26, 58, 110, 0.08));
  border: 1px solid rgba(26, 58, 110, 0.08);
}

.roadmap-card__badge::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.roadmap-card__title {
  font-weight: 700;
  color: var(--hero-navy);
  line-height: 1.35;
}

.roadmap-card__teaser {
  color: #5b6b86;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.roadmap-card__focus {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 58, 110, 0.08);
  color: #4a5568;
  line-height: 1.45;
}

.roadmap-card__focus .bi {
  color: var(--roadmap-accent, var(--hero-navy-2));
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* --- Site footer --- */

.site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0a2f45 0%, #06252c 42%, #04161a 100%);
}

.site-footer__accent {
  height: 3px;
  background: linear-gradient(90deg, var(--zc-accent), #5b8def, var(--zc-cta-gold));
  opacity: 0.85;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
}

.site-footer__brand {
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-footer__brand:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.site-footer__brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.site-footer__mark {
  width: auto;
  height: 3.25rem;
  aspect-ratio: 382 / 239;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.22));
}

@media (min-width: 768px) {
  .site-footer__mark {
    height: 3.5rem;
  }
}

.site-footer__brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.site-footer__brand-name {
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  background: linear-gradient(90deg, #ffffff 0%, #d4e8ff 52%, #8ec8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-footer__tagline {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin-bottom: 0;
}

.site-footer__about {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
  max-width: 22rem;
}

.site-footer__heading {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 1rem;
}

.site-footer__nav {
  font-size: 0.92rem;
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.site-footer__link:hover {
  color: #fff;
  transform: translateX(2px);
}

.site-footer__link-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.35);
}

.site-footer__link--gi .site-footer__link-dot {
  background: #2ec4b6;
}

.site-footer__link--ccm .site-footer__link-dot {
  background: #e85d75;
}

.site-footer__link--rpm .site-footer__link-dot {
  background: #f59e0b;
}

.site-footer__link--bhi .site-footer__link-dot {
  background: #9b59b6;
}

.site-footer__link--all {
  margin-top: 0.15rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer__link--all:hover {
  color: var(--zc-cta-gold-top);
}

.site-footer__cta {
  padding: 1.35rem 1.35rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (min-width: 992px) {
  .site-footer__cta {
    margin-left: auto;
    max-width: 22rem;
  }
}

.site-footer__cta-text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__copyright {
  color: rgba(255, 255, 255, 0.42);
}

.list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--bs-secondary-color);
}

.list-check li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--zc-accent);
  font-size: 0.95rem;
  font-weight: 700;
}

.cta-aside {
  top: 1rem;
}

@media (max-width: 991.98px) {
  .cta-aside {
    position: static !important;
  }
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* --- Home interactive hero (lavender / consulting layout) --- */

.home-hero-interactive {
  position: relative;
  overflow: hidden;
  font-family: var(--hero-font-sans);
  color: #243044;
}

.home-hero-interactive__bg {
  position: absolute;
  inset: 0;
  background: var(--site-hero-bg);
  z-index: 0;
}

.home-hero-interactive__waves {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

.home-hero-interactive__waves svg {
  width: 120%;
  height: 100%;
  display: block;
}

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

.home-hero-interactive__eyebrow {
  letter-spacing: 0.12em;
  color: #5b6b86;
}

.home-hero-interactive__h1 {
  font-family: var(--hero-font-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 1.2rem + 2vw, 2.65rem);
  line-height: 1.18;
  color: var(--hero-navy);
}

.home-hero-interactive__slides {
  position: relative;
  min-height: 8.5rem;
}

@media (min-width: 992px) {
  .home-hero-interactive__slides {
    min-height: 9.5rem;
  }
}

.home-hero-interactive__text-slide {
  display: none;
}

.home-hero-interactive__text-slide.is-active {
  display: block;
  animation: heroFadeIn 0.45s ease;
}

.home-hero-interactive__service-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hero-navy-2);
}

.home-hero-interactive__service-title {
  font-family: var(--hero-font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 1rem + 1.2vw, 1.85rem);
  line-height: 1.25;
  color: var(--hero-navy);
}

.home-hero-interactive__service-lead {
  color: #5b6b86;
  font-size: 1.05rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.home-hero-service-pill {
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border: none;
  background: var(--hero-pill);
  color: #fff;
  box-shadow: 0 6px 18px rgba(26, 79, 140, 0.22);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-service-pill:hover {
  background: var(--hero-navy-2);
  color: #fff;
  transform: translateY(-1px);
}

.home-hero-service-pill:focus-visible {
  outline: 3px solid rgba(26, 79, 140, 0.35);
  outline-offset: 2px;
}

.home-hero-service-pill.is-active {
  background: var(--hero-pill-active);
  box-shadow: 0 10px 26px rgba(15, 47, 88, 0.28);
  position: relative;
}

.home-hero-service-pill.is-active::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.2rem;
  height: 3px;
  border-radius: 2px;
  background: #ffd54a;
}

.home-hero-btn-primary {
  background: #143a6e;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: 0 10px 24px rgba(20, 58, 110, 0.25);
}

.home-hero-btn-primary:hover {
  background: #0f2f58;
  color: #fff;
}

.home-hero-btn-secondary {
  border-radius: 0.5rem;
  border: 2px solid rgba(20, 58, 110, 0.35);
  color: var(--hero-navy);
  background: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

.home-hero-btn-secondary:hover {
  background: #fff;
  color: var(--hero-navy);
  border-color: rgba(20, 58, 110, 0.55);
}

.home-hero-slider {
  position: relative;
  padding: 0 2.25rem;
}

.home-hero-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #e2e6f0;
  background: rgba(255, 255, 255, 0.92);
  color: #7a8699;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(26, 43, 74, 0.08);
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-slider__nav:hover {
  color: var(--hero-navy);
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 43, 74, 0.12);
}

.home-hero-slider__nav--prev {
  left: 0;
}

.home-hero-slider__nav--next {
  right: 0;
}

.home-hero-slider__stack {
  position: relative;
  z-index: 2;
  min-height: 320px;
}

@media (min-width: 992px) {
  .home-hero-slider__stack {
    min-height: 380px;
  }
}

.home-hero-slider__ghost {
  position: absolute;
  left: 50%;
  width: 92%;
  max-width: 640px;
  height: 88%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 50px rgba(26, 43, 74, 0.08);
  z-index: 0;
}

.home-hero-slider__ghost--1 {
  transform: translate(calc(-50% + 10px), calc(-50% + 10px));
  opacity: 0.55;
}

.home-hero-slider__ghost--2 {
  transform: translate(calc(-50% + 20px), calc(-50% + 20px));
  opacity: 0.35;
}

.home-hero-slide-card {
  position: relative;
  z-index: 3;
  display: none;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.35rem;
  box-shadow: 0 22px 60px rgba(26, 43, 74, 0.12);
  border: 1px solid rgba(210, 218, 240, 0.85);
}

.home-hero-slide-card.is-active {
  display: block;
  animation: heroCardIn 0.5s ease;
}

.home-hero-slide-card__visual img {
  background: linear-gradient(180deg, #fbfcff, #f3f5fb);
}

.home-hero-slide-card__visual--screenshot img {
  background: #eef1f8;
  object-fit: contain;
  max-height: 22rem;
}

@media (min-width: 992px) {
  .home-hero-slide-card__visual--screenshot img {
    max-height: 26rem;
  }
}

.home-hero-slide-card__bullets {
  color: #4a5568;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCardIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-interactive__text-slide.is-active,
  .home-hero-slide-card.is-active {
    animation: none;
  }
}

.home-hero-learn-more {
  color: var(--hero-navy-2);
  font-size: 1rem;
}

.home-hero-learn-more:hover {
  color: var(--hero-pill-active);
  text-decoration: underline !important;
}

@media (max-width: 575.98px) {
  .home-hero-slider {
    padding: 0 0.25rem;
  }

  .home-hero-slider__nav {
    width: 2.1rem;
    height: 2.1rem;
  }
}
