/* GOadvance — commercial services hub. */

.ga-page--services {
  --ga-services-ink: #09090e;
  --ga-services-purple: #5b3aa6;
}

.ga-services-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 36%, rgba(91,58,166,.48), transparent 30rem),
    radial-gradient(circle at 14% 92%, rgba(252,168,15,.13), transparent 25rem),
    #08080d;
}

.ga-services-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 92%);
  mask-image: linear-gradient(90deg, #000, transparent 92%);
}

.ga-services-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr);
  gap: 62px;
  align-items: center;
}

.ga-services-hero__content {
  min-width: 0;
}

.ga-page--services .ga-services-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
}

.ga-services-hero__lead {
  max-width: 720px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px,2vw,22px);
  line-height: 1.58;
}

.ga-services-hero__note {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255,255,255,.56);
  font-size: 15px;
  line-height: 1.7;
}

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

.ga-services-hero__proof div {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.ga-services-hero__proof strong,
.ga-services-hero__proof span {
  display: block;
}

.ga-services-hero__proof strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
}

.ga-services-hero__proof span {
  color: rgba(255,255,255,.5);
  font-size: 11px;
  line-height: 1.5;
}

.ga-services-board {
  min-width: 0;
  padding: 27px;
  border: 1px solid rgba(197,196,252,.24);
  border-radius: 28px;
  background: linear-gradient(145deg,rgba(63,40,119,.63),rgba(18,15,29,.92));
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
}

.ga-services-board__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.ga-services-board__head span,
.ga-services-board__head strong {
  display: block;
}

.ga-services-board__head span {
  margin-bottom: 6px;
  color: rgba(255,255,255,.44);
  font-size: 11px;
}

.ga-services-board__head strong {
  font-size: 20px;
}

.ga-services-board__head > b {
  padding: 8px 11px;
  border: 1px solid rgba(197,196,252,.22);
  border-radius: 999px;
  color: var(--ga-lavender);
  background: rgba(197,196,252,.07);
  font-size: 10px;
  white-space: nowrap;
}

.ga-services-board__flow {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
}

.ga-services-board__flow article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(0,0,0,.18);
}

.ga-services-board__flow article > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-bottom: 18px;
  border-radius: 9px;
  color: #111;
  background: var(--ga-orange);
  font-size: 9px;
  font-weight: 900;
}

.ga-services-board__flow article:nth-child(even) > span {
  color: #fff;
  background: var(--ga-purple-bright);
}

.ga-services-board__flow b,
.ga-services-board__flow small,
.ga-services-board__flow em {
  display: block;
}

.ga-services-board__flow b {
  margin-bottom: 4px;
  font-size: 13px;
}

.ga-services-board__flow small {
  min-height: 31px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  line-height: 1.45;
}

.ga-services-board__flow em {
  margin-top: 12px;
  color: var(--ga-lavender);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em;
}

.ga-services-board__chart {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 168px;
  padding: 22px 22px 0;
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px;
  background:
    repeating-linear-gradient(0deg,rgba(255,255,255,.055) 0 1px,transparent 1px 38px),
    rgba(0,0,0,.16);
}

.ga-services-board__chart span {
  flex: 1 1 0;
  min-width: 13px;
  height: 28%;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg,#c5c4fc,#7654d7);
  box-shadow: 0 0 22px rgba(123,102,239,.15);
}

.ga-services-board__chart span:nth-child(2) { height: 42%; }
.ga-services-board__chart span:nth-child(3) { height: 37%; }
.ga-services-board__chart span:nth-child(4) { height: 59%; }
.ga-services-board__chart span:nth-child(5) { height: 71%; }
.ga-services-board__chart span:nth-child(6) { height: 66%; }
.ga-services-board__chart span:nth-child(7) { height: 91%; background: linear-gradient(180deg,#ffbf48,#fca80f); }

.ga-services-board__metrics {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 14px;
}

.ga-services-board__metrics div {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  background: rgba(0,0,0,.15);
}

.ga-services-board__metrics span,
.ga-services-board__metrics b {
  display: block;
}

.ga-services-board__metrics span {
  margin-bottom: 5px;
  color: rgba(255,255,255,.4);
  font-size: 9px;
}

.ga-services-board__metrics b {
  font-size: 10px;
  line-height: 1.4;
}

.ga-services-diagnosis {
  background:
    radial-gradient(circle at 90% 10%,rgba(197,196,252,.28),transparent 25rem),
    #fff;
}

.ga-services-diagnosis__grid {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
  gap: 72px;
  align-items: start;
}

.ga-services-diagnosis__copy {
  position: sticky;
  top: calc(var(--ga-header-height-scrolled,60px) + 28px);
}

.ga-services-diagnosis__copy > p:not(.ga-kicker) {
  color: var(--ga-muted);
  font-size: 16px;
  line-height: 1.74;
}

.ga-services-symptoms {
  display: grid;
  gap: 14px;
}

.ga-services-symptoms article {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--ga-line);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 34px rgba(55,43,125,.06);
}

.ga-services-symptoms article > span {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  border-radius: 14px;
  color: #fff;
  background: var(--ga-purple);
  font-size: 11px;
  font-weight: 900;
}

.ga-services-symptoms article:nth-child(even) > span {
  color: #151018;
  background: var(--ga-orange);
}

.ga-services-symptoms h3 {
  margin-bottom: 7px;
}

.ga-services-symptoms p {
  margin: 0;
  color: var(--ga-muted);
  line-height: 1.62;
}

.ga-services-directions {
  background: #f7f7fb;
}

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

.ga-services-direction {
  display: flex;
  min-width: 0;
  min-height: 342px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--ga-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(55,43,125,.055);
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.ga-services-direction:hover {
  transform: translateY(-4px);
  border-color: rgba(71,50,136,.24);
  box-shadow: 0 22px 52px rgba(55,43,125,.1);
}

.ga-services-direction--wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 56px minmax(0,1fr);
  gap: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 15%,rgba(123,102,239,.32),transparent 21rem),
    #0d0c14;
}

.ga-services-direction__mark {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  margin-bottom: 24px;
  border-radius: 14px;
  color: #fff;
  background: var(--ga-purple);
  font-size: 11px;
  font-weight: 900;
}

.ga-services-direction:nth-child(3n) .ga-services-direction__mark,
.ga-services-direction:nth-child(4n) .ga-services-direction__mark {
  color: #151018;
  background: var(--ga-orange);
}

.ga-services-direction--wide .ga-services-direction__mark {
  color: #151018;
  background: var(--ga-orange);
}

.ga-services-direction__eyebrow {
  margin-bottom: 10px !important;
  color: var(--ga-purple) !important;
  font-size: 10px !important;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ga-services-direction--wide .ga-services-direction__eyebrow {
  color: var(--ga-orange) !important;
}

.ga-services-direction h3 {
  margin-bottom: 13px;
}

.ga-services-direction--wide h3 {
  color: #fff;
}

.ga-services-direction p:not(.ga-services-direction__eyebrow) {
  margin-bottom: 18px;
  color: var(--ga-muted);
  line-height: 1.66;
}

.ga-services-direction--wide p:not(.ga-services-direction__eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.66);
}

.ga-services-direction ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.ga-services-direction li {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.045);
  font-size: 11px;
}

.ga-services-direction a {
  margin-top: auto;
  color: var(--ga-purple);
  font-size: 13px;
  font-weight: 780;
}

.ga-services-direction--wide a {
  color: #fff;
}

.ga-services-direction a span {
  display: inline-block;
  transition: transform .2s ease;
}

.ga-services-direction a:hover span {
  transform: translateX(3px);
}

.ga-services-choice {
  color: #fff;
  background: #fff;
}

.ga-services-choice__panel {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: 62px;
  padding: 48px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 90%,rgba(252,168,15,.12),transparent 22rem),
    radial-gradient(circle at 92% 5%,rgba(91,58,166,.48),transparent 28rem),
    #0a0a10;
  box-shadow: 0 30px 80px rgba(18,12,34,.22);
}

.ga-services-choice__panel h2 {
  color: #fff;
}

.ga-services-choice__panel > div:first-child > p:not(.ga-kicker) {
  color: rgba(255,255,255,.67);
  font-size: 16px;
  line-height: 1.72;
}

.ga-services-choice__routes {
  display: grid;
  gap: 11px;
}

.ga-services-choice__routes article {
  padding: 19px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.045);
}

.ga-services-choice__routes b,
.ga-services-choice__routes span {
  display: block;
}

.ga-services-choice__routes b {
  margin-bottom: 7px;
  font-size: 15px;
}

.ga-services-choice__routes span {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 1.55;
}

.ga-services-process {
  background: #fff;
}

.ga-services-process__steps {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.ga-services-process__steps li {
  min-width: 0;
  padding: 21px;
  border: 1px solid var(--ga-line);
  border-radius: 19px;
  background: #f8f8fc;
}

.ga-services-process__steps li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 13px;
  color: #fff;
  background: var(--ga-purple);
  font-size: 10px;
  font-weight: 900;
}

.ga-services-process__steps li:nth-child(even) > span {
  color: #151018;
  background: var(--ga-orange);
}

.ga-services-process__steps h3 {
  margin-bottom: 9px;
}

.ga-services-process__steps p {
  margin: 0;
  color: var(--ga-muted);
  font-size: 12px;
  line-height: 1.62;
}

.ga-services-analytics {
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%,rgba(91,58,166,.4),transparent 30rem),
    #09090e;
}

.ga-services-analytics__grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 70px;
  align-items: center;
}

.ga-services-analytics h2 {
  color: #fff;
}

.ga-services-analytics__grid > div:first-child > p:not(.ga-kicker) {
  color: rgba(255,255,255,.66);
  font-size: 17px;
  line-height: 1.72;
}

.ga-services-analytics__cards {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 13px;
}

.ga-services-analytics__cards article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;
  background: rgba(255,255,255,.045);
}

.ga-services-analytics__cards span,
.ga-services-analytics__cards b {
  display: block;
}

.ga-services-analytics__cards span {
  margin-bottom: 34px;
  color: var(--ga-orange);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ga-services-analytics__cards b {
  font-size: 15px;
  line-height: 1.48;
}

.ga-services-cases {
  background:
    radial-gradient(circle at 90% 10%,rgba(91,58,166,.36),transparent 27rem),
    #09090e;
}

.ga-services-responsibility {
  color: #fff;
  background: #fff;
}

.ga-services-responsibility__panel {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 68px;
  padding: 48px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 100%,rgba(252,168,15,.1),transparent 24rem),
    linear-gradient(135deg,#37237b,#0b0a12 75%);
}

.ga-services-responsibility h2 {
  color: #fff;
}

.ga-services-responsibility__panel > div:last-child p {
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.72;
}

.ga-services-responsibility__panel > div:last-child p:last-child {
  margin-bottom: 0;
}

.ga-services-faq {
  background: #fff;
}

.ga-services-final {
  color: #fff;
  background: #09090e;
}

.ga-services-final__panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 54px;
  align-items: center;
  padding: 48px;
  border: 1px solid rgba(197,196,252,.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 10%,rgba(252,168,15,.16),transparent 20rem),
    linear-gradient(135deg,rgba(91,58,166,.62),rgba(18,15,29,.84));
}

.ga-services-final h2 {
  color: #fff;
}

.ga-services-final__panel > div:first-child > p:not(.ga-kicker) {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.7;
}

.ga-services-final__actions {
  display: grid;
  min-width: 260px;
  gap: 17px;
  text-align: center;
}

.ga-services-final__actions > a:last-child {
  color: rgba(255,255,255,.66);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1180px) {
  .ga-services-hero__grid {
    grid-template-columns: 1fr;
  }

  .ga-services-hero__content {
    max-width: 900px;
  }

  .ga-services-board {
    max-width: 840px;
  }

  .ga-services-process__steps {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 980px) {
  .ga-services-diagnosis__grid,
  .ga-services-choice__panel,
  .ga-services-analytics__grid,
  .ga-services-responsibility__panel,
  .ga-services-final__panel {
    grid-template-columns: 1fr;
  }

  .ga-services-diagnosis__copy {
    position: static;
  }

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

  .ga-services-direction--wide {
    grid-column: span 2;
  }

  .ga-services-final__actions {
    justify-items: start;
    max-width: 340px;
  }
}

@media (max-width: 760px) {
  .ga-services-hero {
    padding: 58px 0 68px;
  }

  .ga-services-hero__grid {
    gap: 42px;
  }

  .ga-services-hero__proof,
  .ga-services-board__flow,
  .ga-services-direction-grid,
  .ga-services-process__steps {
    grid-template-columns: 1fr;
  }

  .ga-services-board {
    padding: 18px;
    border-radius: 22px;
  }

  .ga-services-board__flow article {
    display: grid;
    grid-template-columns: 34px minmax(0,1fr) auto;
    gap: 13px;
    align-items: center;
  }

  .ga-services-board__flow article > span {
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .ga-services-board__flow small {
    min-height: 0;
  }

  .ga-services-board__flow em {
    margin: 0;
  }

  .ga-services-board__chart {
    height: 140px;
    padding-inline: 14px;
  }

  .ga-services-symptoms article {
    grid-template-columns: 46px minmax(0,1fr);
    gap: 16px;
    padding: 19px;
  }

  .ga-services-symptoms article > span {
    width: 43px;
    height: 43px;
  }

  .ga-services-direction,
  .ga-services-direction--wide {
    min-height: 0;
    grid-column: auto;
    padding: 22px;
  }

  .ga-services-direction--wide {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ga-services-choice__panel,
  .ga-services-responsibility__panel,
  .ga-services-final__panel {
    gap: 32px;
    padding: 28px;
    border-radius: 24px;
  }

  .ga-services-analytics__cards {
    grid-template-columns: 1fr;
  }

  .ga-services-analytics__cards article {
    min-height: 0;
  }

  .ga-services-analytics__cards span {
    margin-bottom: 18px;
  }

  .ga-services-final__actions {
    min-width: 0;
    max-width: none;
    justify-items: stretch;
  }
}

@media (max-width: 460px) {
  .ga-services-hero__lead {
    font-size: 17px;
  }

  .ga-services-board__head {
    flex-direction: column;
  }

  .ga-services-board__metrics {
    grid-template-columns: 1fr;
  }

  .ga-services-board__chart {
    gap: 6px;
  }

  .ga-services-choice__panel,
  .ga-services-responsibility__panel,
  .ga-services-final__panel {
    padding: 23px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-page--services *,
  .ga-page--services *::before,
  .ga-page--services *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
