.services-carousel {
  --svc-ink: #081126;
  --svc-muted: #526478;
  position: relative;
  padding: 48px 28px 66px;
  background: #fff;
  color: var(--svc-ink);
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 92px;
  letter-spacing: 0;
}

.svc-heading { position: relative; z-index: 2; text-align: center; }
.svc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  padding: 9px 24px;
  border: 1px solid #9cdde9;
  border-radius: 40px;
  color: #087c9b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.svc-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #00cadd; }
.svc-heading h2 { margin: 0; font-size: 64px; font-weight: 800; line-height: 1.12; letter-spacing: 0; }
.svc-heading h2 > span {
  color: #087e9e;
  background: linear-gradient(100deg, #009fcf 8%, #00bca9 52%, #75ad00 97%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.svc-carousel { max-width: 1560px; margin: 40px auto 0; position: relative; }
.svc-stage { position: relative; height: 490px; touch-action: pan-y; }
.svc-stage::after {
  content: "";
  position: absolute;
  inset: auto 3% 15px;
  height: 110px;
  border: 1px solid #e3f1f5;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.svc-card {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 23%;
  max-width: 360px;
  height: 430px;
  padding: 40px 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #c9e0e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 34px -22px #0c425650;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 750ms cubic-bezier(.22, .72, .15, 1), left 750ms cubic-bezier(.22, .72, .15, 1), box-shadow 650ms, opacity 500ms, border-color 500ms;
  cursor: pointer;
  will-change: transform;
}
.svc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, #e8fcff 0%, #fff 37%, #fff 76%, #f4ffdc 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms;
}
.svc-icon { flex: 0 0 auto; width: 88px; height: 88px; margin: 0 auto 31px; }
.svc-card h3 { margin: 0 0 9px; color: var(--svc-ink); font-size: 29px; line-height: 1.14; font-weight: 800; letter-spacing: 0; }
.svc-card p { margin: 0; color: var(--svc-muted); font-size: 19px; line-height: 1.5; letter-spacing: 0; }
.svc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 50px;
  flex-shrink: 0;
  margin-top: auto;
  border: 1px solid #8ebdcb;
  border-radius: 30px;
  background: #fff;
  color: #113849;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: background 350ms, border-color 350ms;
}
.svc-link img { flex-shrink: 0; }
.svc-link:hover { background: #e8fbff; border-color: #009abb; }
.svc-card[data-position="0"] {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(130deg, #00cbe5 0%, #00d9d2 48%, #a8df00 100%) border-box;
  box-shadow: 0 25px 35px -23px #009bba55, 0 0 22px #00d4df16;
  z-index: 5;
  cursor: default;
}
.svc-card[data-position="0"]::before { opacity: .8; }
.svc-card[data-position="0"] .svc-link { border-color: transparent; color: #061c2a; background: linear-gradient(105deg, #02d3ef, #81ee7b 68%, #baff00); }
.svc-card[data-position="0"] .svc-link:hover { background: linear-gradient(105deg, #00c1df, #72e568 68%, #acf000); }
.svc-card[data-position="-1"] { left: 29%; transform: translate(-50%, 16px) perspective(950px) rotateY(18deg) rotateZ(4deg) scale(.83); z-index: 3; }
.svc-card[data-position="1"] { left: 71%; transform: translate(-50%, 16px) perspective(950px) rotateY(-18deg) rotateZ(-4deg) scale(.83); z-index: 3; }
.svc-card[data-position="-2"] { left: 12%; transform: translate(-50%, 18px) perspective(950px) rotateY(24deg) rotateZ(7deg) scale(.7); z-index: 1; }
.svc-card[data-position="2"] { left: 88%; transform: translate(-50%, 18px) perspective(950px) rotateY(-24deg) rotateZ(-7deg) scale(.7); z-index: 1; }
.svc-arrow {
  position: absolute;
  z-index: 6;
  top: 211px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid #c6dfe8;
  border-radius: 50%;
  color: var(--svc-ink);
  background: #fff;
  cursor: pointer;
  transition: border-color 200ms, background 200ms;
}
.svc-arrow:hover { background: #effcff; border-color: #00a9ca; }
.svc-prev { left: -10px; }
.svc-next { right: -10px; }
.svc-controls { display: flex; align-items: center; justify-content: center; gap: 12px; }
.svc-dots { display: flex; gap: 2px; }
.svc-dots button { width: 32px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; display: grid; place-items: center; }
.svc-dots button::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #b1c7d0; transition: transform 200ms; }
.svc-dots button[aria-pressed="true"]::before { background: #009cbc; box-shadow: 0 0 0 4px #e0f8ed; transform: scale(1.3); }
.svc-autoplay { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 1px solid #dce8ee; border-radius: 50%; background: white; cursor: pointer; }
.svc-autoplay[hidden] { display: none; }
.svc-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.services-carousel :focus-visible { outline: 3px solid #007d9a; outline-offset: 5px; }

@media (max-width: 1350px) {
  .services-carousel { padding: 48px 30px 54px; }
  .svc-heading h2 { font-size: 52px; }
  .svc-card { padding: 32px 24px 26px; height: 395px; }
  .svc-icon { width: 76px; height: 76px; margin-bottom: 26px; }
  .svc-card h3 { font-size: 25px; }
  .svc-card p { font-size: 17px; }
  .svc-link { font-size: 14px; gap: 10px; min-height: 46px; }
  .svc-stage { height: 452px; }
  .svc-arrow { width: 44px; height: 44px; top: 200px; }
  .svc-prev { left: -20px; }
  .svc-next { right: -20px; }
}
@media (max-width: 1050px) {
  .svc-heading h2 { font-size: 44px; }
  .svc-card { width: 32%; height: 400px; }
  .svc-card[data-position="-1"] { left: 20%; }
  .svc-card[data-position="1"] { left: 80%; }
  .svc-card[data-position="-2"] { left: -15%; opacity: 0; pointer-events: none; }
  .svc-card[data-position="2"] { left: 115%; opacity: 0; pointer-events: none; }
  .svc-card p { font-size: 18px; }
}
@media (max-width: 700px) {
  .services-carousel { padding: 40px 20px 44px; scroll-margin-top: 80px; }
  .svc-heading h2 { font-size: 34px; line-height: 1.16; }
  .svc-heading h2 > br { display: none; }
  .svc-heading h2 > span { display: block; margin-top: 5px; }
  .svc-eyebrow { margin-bottom: 20px; font-size: 11px; padding: 7px 20px; }
  .svc-carousel { margin-top: 26px; }
  .svc-stage { height: 429px; }
  .svc-stage::after { left: -40%; right: -40%; bottom: 8px; }
  .svc-card { width: min(300px, calc(100% - 32px)); height: 380px; padding: 28px 27px 26px; }
  .svc-card h3 { font-size: 27px; }
  .svc-icon { width: 76px; height: 76px; margin-bottom: 23px; }
  .svc-card p { font-size: 18px; }
  .svc-link { min-height: 48px; font-size: 15px; }
  .svc-card[data-position="-1"] { left: calc(50% - 290px); opacity: .65; }
  .svc-card[data-position="1"] { left: calc(50% + 290px); opacity: .65; }
  .svc-card[data-position="-2"] { left: calc(50% - 540px); }
  .svc-card[data-position="2"] { left: calc(50% + 540px); }
  .svc-arrow { top: auto; bottom: -2px; }
  .svc-prev { left: 0; }
  .svc-next { right: 0; }
  .svc-dots { gap: 0; }
  .svc-dots button { width: 26px; }
  .svc-controls { gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .services-carousel *, .services-carousel *::before { transition: none !important; }
}
