.vertex-services-page,
.vertex-services-page * {
  box-sizing: border-box;
}

.vertex-services-page {
  --ink: #05060a;
  --muted: #5f6573;
  --soft: #f9f6f2;
  --line: #e5ddd5;
  --violet: #7656d8;
  --violet-2: #7b8cff;
  --cyan: #4bd4f2;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(110deg, #fff 0%, #fff 63%, #f2fbff 100%);
  font-family: Manrope, "DM Sans", Arial, sans-serif;
}

.vertex-services-page + div[style*="font-family:Arial"] {
  display: none !important;
}

.vs-container {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.vs-section {
  padding: 88px 0 20px;
}

.vs-section + .vs-section {
  padding-top: 54px;
}

.vs-company {
  padding: 64px 0 28px;
  background:
    radial-gradient(circle at 12% 84%, rgba(118, 96, 255, .12), transparent 24%),
    radial-gradient(circle at 78% 6%, rgba(75, 212, 242, .22), transparent 28%),
    linear-gradient(115deg, #fbfbff 0%, #f8faff 54%, #ecf8ff 100%);
  border-top: 1px solid #dfe6ff;
  border-bottom: 1px solid #dfe6ff;
}

.vs-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .82fr) minmax(360px, 1.05fr);
  gap: 28px;
  align-items: center;
}

.vs-company-copy {
  min-width: 0;
}

.vs-company-title {
  max-width: 610px;
  margin: 0;
  color: #070917;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.vs-company-copy p {
  max-width: 590px;
  margin: 18px 0 0;
  color: #697184;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.vs-company-visual {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 74% 20%, rgba(85, 226, 255, .38), transparent 24%),
    linear-gradient(135deg, #0b111d, #111a2d 58%, #070a12);
  box-shadow: 0 24px 54px rgba(13, 28, 63, .16);
}

.vs-company-visual img {
  width: 100%;
  height: 100%;
  min-height: 268px;
  display: block;
  object-fit: cover;
}

.vs-company-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vs-company-fact {
  min-height: 126px;
  padding: 22px 20px;
  border: 1px solid rgba(224, 226, 232, .96);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(13, 28, 63, .06);
}

.vs-company-fact h3 {
  margin: 0 0 10px;
  color: #11131d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.vs-company-fact p {
  margin: 0;
  color: #6e778b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.vs-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 46px;
}

.vs-kicker {
  margin-bottom: 14px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.vs-title {
  max-width: 620px;
  margin: 0;
  color: #05060a;
  font-size: clamp(38px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.vs-explore {
  min-width: 132px;
  min-height: 42px;
  padding: 4px 5px 4px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(90deg, #75a6ff, #7560ff);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(112, 109, 255, .18);
}

.vs-explore span {
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #7560ff;
  background: #fff;
}

.vs-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
}

.vs-feature-icon,
.vs-card-icon {
  display: inline-grid;
  place-items: center;
  color: #7051d3;
  background: #faf8ff;
  border: 1px solid #ded8ff;
  box-shadow: 0 8px 20px rgba(112, 81, 211, .08);
}

.vs-feature-icon {
  width: 39px;
  height: 39px;
  margin-bottom: 27px;
  border-radius: 9px;
}

.vs-feature h3 {
  margin: 0 0 12px;
  color: #12141d;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.vs-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

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

.vs-card {
  min-height: 456px;
  padding: 17px 17px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 250, 246, .74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .88);
}

.vs-card-inner {
  height: 100%;
  padding: 22px 20px 18px;
  border: 1px solid #e5ddd5;
  border-radius: 10px;
  background: #fffaf6;
  display: flex;
  flex-direction: column;
}

.vs-card-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.vs-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #8a64db, #6242c5);
  border-color: rgba(100, 67, 199, .4);
}

.vs-feature-icon i,
.vs-card-icon i {
  position: relative;
  width: 19px;
  height: 19px;
  display: block;
  color: currentColor;
  font-family: inherit !important;
  font-style: normal;
}

.vs-feature-icon i::before,
.vs-feature-icon i::after,
.vs-card-icon i::before,
.vs-card-icon i::after {
  content: "" !important;
  position: absolute;
  box-sizing: border-box;
  display: block;
}

.vs-feature-icon .bi-lightning-charge::before {
  inset: 1px 5px 1px 4px;
  background: currentColor;
  clip-path: polygon(54% 0, 8% 55%, 46% 55%, 30% 100%, 92% 42%, 57% 42%);
}

.vs-feature-icon .bi-chat-square-dots::before {
  inset: 2px;
  border: 1.8px solid currentColor;
  border-radius: 4px;
}

.vs-feature-icon .bi-chat-square-dots::after {
  left: 5px;
  bottom: 3px;
  width: 8px;
  height: 2px;
  background: currentColor;
  box-shadow: 4px -4px 0 currentColor, 9px -4px 0 currentColor;
}

.vs-feature-icon .bi-window-sidebar::before {
  inset: 2px;
  border: 1.8px solid currentColor;
  border-radius: 3px;
}

.vs-feature-icon .bi-window-sidebar::after {
  top: 4px;
  bottom: 4px;
  left: 7px;
  width: 1.8px;
  background: currentColor;
}

.vs-feature-icon .bi-columns-gap::before {
  inset: 2px 10px 10px 2px;
  border: 1.8px solid currentColor;
  border-radius: 2px;
  box-shadow: 9px 0 0 -1.8px #faf8ff, 9px 0 0 0 currentColor, 0 9px 0 -1.8px #faf8ff, 0 9px 0 0 currentColor, 9px 9px 0 -1.8px #faf8ff, 9px 9px 0 0 currentColor;
}

.vs-card-icon .bi-bezier2::before {
  left: 1px;
  top: 8px;
  width: 17px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  transform: rotate(-17deg);
}

.vs-card-icon .bi-bezier2::after {
  width: 5px;
  height: 5px;
  left: 1px;
  top: 3px;
  border: 1.6px solid currentColor;
  border-radius: 50%;
  box-shadow: 12px 9px 0 -1.6px #7656d8, 12px 9px 0 0 currentColor;
}

.vs-card-icon .bi-cpu::before {
  inset: 4px;
  border: 1.8px solid currentColor;
  border-radius: 4px;
}

.vs-card-icon .bi-cpu::after {
  inset: 7px;
  border: 1.8px solid currentColor;
  border-radius: 2px;
  box-shadow: 0 -9px 0 -7px currentColor, 0 9px 0 -7px currentColor, -9px 0 0 -7px currentColor, 9px 0 0 -7px currentColor;
}

.vs-card-icon .bi-gear-wide-connected::before {
  inset: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 -5px 0 -3px currentColor, 0 5px 0 -3px currentColor, -5px 0 0 -3px currentColor, 5px 0 0 -3px currentColor;
}

.vs-card-icon .bi-gear-wide-connected::after {
  inset: 8px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

.vs-card-icon .bi-layers::before {
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border: 1.8px solid currentColor;
  border-radius: 3px;
  transform: rotate(45deg);
}

.vs-card-icon .bi-layers::after {
  left: 3px;
  top: 8px;
  width: 13px;
  height: 13px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  border-radius: 2px;
  transform: rotate(45deg);
}

.vs-card-icon .bi-diagram-3::before {
  left: 8px;
  top: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -6px 11px 0 currentColor, 6px 11px 0 currentColor;
}

.vs-card-icon .bi-diagram-3::after {
  left: 5px;
  top: 8px;
  width: 10px;
  height: 8px;
  border-left: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  border-top: 1.8px solid currentColor;
}

.vs-card-icon .bi-file-earmark-code::before {
  inset: 2px 4px 2px 5px;
  border: 1.8px solid currentColor;
  border-radius: 2px;
}

.vs-card-icon .bi-file-earmark-code::after {
  left: 7px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-left: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
}

.vs-card h3 {
  margin: 0;
  color: #171821;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
}

.vs-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.vs-card ul {
  margin: 0 0 18px;
  padding-left: 19px;
  color: #151720;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}

.vs-card-visual {
  position: relative;
  min-height: 198px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 72% 22%, rgba(85, 226, 255, .55), transparent 24%),
    linear-gradient(135deg, #10151c, #031f27 55%, #041014);
}

.vs-card-visual img {
  width: 100%;
  height: 100%;
  min-height: 198px;
  display: block;
  object-fit: cover;
  opacity: .86;
  mix-blend-mode: screen;
}

.vs-card-visual.is-dark img {
  opacity: .55;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}

.vs-card-visual.is-gif img {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.vs-card-visual.is-purple {
  background:
    radial-gradient(circle at 80% 18%, rgba(134, 104, 255, .88), transparent 28%),
    linear-gradient(135deg, #12082b, #281c67 52%, #080711);
}

.vs-card-arrow {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #7aa8ff, #765cff);
  box-shadow: 0 10px 22px rgba(111, 91, 255, .28);
  text-decoration: none;
}

.vs-process {
  padding: 80px 0 96px;
  text-align: center;
  background: #fff;
}

.vs-process .vs-title {
  max-width: none;
  margin: 0 auto 58px;
}

.vs-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
}

.vs-step {
  position: relative;
}

.vs-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -31px;
  width: 20px;
  height: 10px;
  background:
    linear-gradient(90deg, transparent 0 7px, #987eff 7px 20px) center/100% 1px no-repeat;
}

.vs-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 21px;
  right: -33px;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #987eff;
  border-right: 1.5px solid #987eff;
  transform: rotate(45deg);
}

.vs-step-badge {
  width: 64px;
  min-height: 24px;
  margin: 0 auto 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #7aa8ff, #765cff);
  font-size: 10px;
  font-weight: 900;
}

.vs-step h3 {
  margin: 0 0 12px;
  color: #11131c;
  font-size: 16px;
  font-weight: 900;
}

.vs-step p {
  max-width: 230px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .vs-company-grid {
    grid-template-columns: 1fr;
  }

  .vs-company-visual {
    min-height: 320px;
  }

  .vs-company-visual img {
    min-height: 320px;
  }

  .vs-features,
  .vs-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .vs-step::before,
  .vs-step::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .vs-container {
    width: min(100% - 32px, 1140px);
  }

  .vs-company {
    padding: 48px 0 18px;
  }

  .vs-company-grid {
    gap: 22px;
  }

  .vs-company-copy p {
    font-size: 15px;
  }

  .vs-company-visual,
  .vs-company-visual img {
    min-height: 230px;
  }

  .vs-company-facts {
    grid-template-columns: 1fr;
  }

  .vs-company-fact {
    min-height: 0;
  }

  .vs-section {
    padding-top: 58px;
  }

  .vs-heading-row {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .vs-features,
  .vs-card-grid,
  .vs-steps {
    grid-template-columns: 1fr;
  }

  .vs-features {
    gap: 28px;
  }

  .vs-card {
    min-height: 0;
  }

  .vs-process {
    padding: 60px 0 72px;
  }
}
