.hero-customers {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 98px;

    /* Mobile */

    /* --- Featured Stories Slider --- */
}
    @media (max-width: 768px) {.hero-customers {
        padding-top: 142px;
        padding-bottom: 60px
}
    }
    .hero-customers .gradient-ellipse {

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-customers .gradient-ellipse {
            display: none
    }
        }
    .hero-customers .hero-customers__top-container {
        display: flex;
        align-items: center;
        gap: 150px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-customers .hero-customers__top-container {
            flex-wrap: wrap;
            gap: 42px
    }
        }
    .hero-customers .hero-customers__top-left-container,
    .hero-customers .hero-customers__top-right-container {
        width: 100%;
    }
    .hero-customers .hero-customers__top-subtitle {
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: var(--radius-lg);
        background-color: rgba(0, 0, 0, 0.03);
        width: max-content;
        padding: 10px 16px;
    }
    .hero-customers .hero-customers__top-title  {
        margin-top: 16px;
    }
    .hero-customers .hero-customers__top-copy {
        font-style: italic;
        max-width: 540px;
        margin-top: 16px;
    }
    .hero-customers .hero-customers__top-cta {
        position: relative;
        display: block;
        width: max-content;
        color: var(--color-black);
        margin-top: 30px;
    }
    .hero-customers .hero-customers__top-cta:hover span {
                transform: translateX(36px);
            }
    .hero-customers .hero-customers__top-cta:hover svg {
                transition: .2s linear;
            }
    .hero-customers .hero-customers__top-cta:hover svg:nth-of-type(1) {
                    opacity: 1;
                    transform: translate(0, -50%);
                }
    .hero-customers .hero-customers__top-cta:hover svg:nth-of-type(2) {
                    opacity: 0;
                    transform: translate(36px, -50%);
                }
    .hero-customers .hero-customers__top-cta span {
            display: block;
            transform: translateX(0);
            transition: .2s linear;
        }
    .hero-customers .hero-customers__top-cta svg {
            position: absolute;
            top: 50%;
            transition: .2s linear;
        }
    .hero-customers .hero-customers__top-cta svg:nth-of-type(1) {
                left: 0;
                opacity: 0;
                transform: translate(-36px, -50%);
            }
    .hero-customers .hero-customers__top-cta svg:nth-of-type(2) {
                right: -36px;
                opacity: 1;
                transform: translate(0, -50%);
            }
    .hero-customers .hero-customers__bottom-container {
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 80px;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .hero-customers .hero-customers__bottom-container {
            margin-top: 50px
    }
        }
    .hero-customers .hero-customers__stories-slider {
        position: relative;
        flex: 1;
        overflow: hidden;
    }
    .hero-customers .swiper-button-prev,
    .hero-customers .swiper-button-next {
        position: static;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        z-index: 2;
        margin: 0;
        cursor: pointer;
    }
    .hero-customers .swiper-button-prev.swiper-button-disabled, .hero-customers .swiper-button-next.swiper-button-disabled {
            opacity: .3;
        }
    .hero-customers .swiper-button-prev svg, .hero-customers .swiper-button-next svg {
            display: block;
        }
    .hero-customers .hero-customers__stories-slider-slide-link {
        position: absolute;
        inset: 0;
    }
    .hero-customers .hero-customers__stories-slider-slide {
        height: auto;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: var(--radius-xl);
        padding: 24px;
    }
    .hero-customers .hero-customers__stories-slider-slide-image {
        width: 100%;
        height: 236px;
        object-fit: cover;
        border-radius: var(--radius-md);
        margin-bottom: 16px;
    }
    .hero-customers .hero-customers__stories-slider-slide-name {
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight-medium);
        background: var(--gradient-brand);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .hero-customers .hero-customers__stories-slider-slide-excerpt {
        margin-top: 8px;
    }
.metrics-cards {
    background: var(--gradient-brand-dark-bg);
    color: var(--color-white);
    padding-top: 90px;
    padding-bottom: 100px;

    /* Mobile */

    /* --- Header --- */

    /* --- Cards --- */
}
    @media (max-width: 768px) {.metrics-cards {
        padding-top: 60px;
        padding-bottom: 60px
}
    }
    .metrics-cards .metrics-cards__title {
        text-align: center;
    }
    .metrics-cards .metrics-cards__subtitle {
        font-size: var(--font-size-lg);
        text-align: center;
        max-width: 720px;
        margin: 16px auto 0;

        /* Mobile */
    }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__subtitle {
            font-size: var(--font-size-md)
    }
        }
    .metrics-cards .metrics-cards__cards-container--desktop {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 24px;
            margin-top: 242px;

            /* Mobile */
        }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__cards-container--desktop {
                display: none
        }
            }
    .metrics-cards .metrics-cards__cards-container--mobile {
            display: none;

            /* Mobile */
        }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__cards-container--mobile {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: auto;
                gap: 16px;
                margin-top: 60px
        }
            }
    .metrics-cards .metrics-cards__column:nth-child(2) {
            transform: translateY(-162px);
        }
    .metrics-cards .metrics-cards__column:nth-child(2) .metrics-cards__card:nth-of-type(1) {
                margin-bottom: 24px;
            }
    .metrics-cards .metrics-cards__column:nth-child(3) {
            transform: translateY(-30px);
        }
    .metrics-cards .metrics-cards__column:nth-child(3) .metrics-cards__card:nth-of-type(1) {
                margin-bottom: 24px;
            }
    .metrics-cards .metrics-cards__column:nth-child(4) {
            transform: translateY(212px);
        }
    .metrics-cards .metrics-cards__card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: var(--gradient-purple-overlay);
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: var(--radius-xl);
        height: 100%;
        max-height: 510px;
        padding: 30px;

        /* Mobile */
    }
    .metrics-cards .metrics-cards__card::before {
            content: '';
            position: absolute;
            inset: 0;
            padding: 1px;
            border-radius: inherit;
            background: var(--gradient-brand);
            background-size: 200% 200%;
            opacity: 0;
            transition: opacity 0.3s ease;
            -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            -webkit-mask-composite: xor;
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
        }
    .metrics-cards .metrics-cards__card:hover::before {
                opacity: 1;
                animation: borderGradientShift 2s ease;
            }
    .metrics-cards .metrics-cards__card:hover .metrics-cards__card-header {
                background: var(--gradient-text);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__card {
            max-height: 392px;
            padding: 24px 16px
    }
        }
    .metrics-cards .metrics-cards__card-header {
        display: flex;
        justify-content: center;
        font-size: 72px;
        font-weight: var(--font-weight-light);

        /* Mobile */
    }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__card-header {
            font-size: 38px
    }
        }
    .metrics-cards .metrics-cards__card-copy {
        font-size: var(--font-size-lg);
        text-align: center;
        color: rgba(255, 255, 255, .7);  

        /* Mobile */
    }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__card-copy {
            font-size: var(--font-size-md)
    }
        }
    .metrics-cards .metrics-cards__card-footer {
        font-size: var(--font-size-lg);
        font-weight: var(--font-weight-light);
        text-align: center;
        color: rgba(255, 255, 255, .5);

        /* Mobile */
    }
    @media (max-width: 768px) {
    .metrics-cards .metrics-cards__card-footer {
            font-size: var(--font-size-sm);
            margin-top: 75px
    }
        }


/* Logo Carousel Module - Swiper Implementation */

.logo-carousel {
  padding: 4rem 2rem;
  overflow: hidden;

  /* Responsive adjustments */
}

.logo-carousel.spacing-none {
    padding-top: 0;
  }

.logo-carousel.gradient-background {
    background-color: var(--color-purple-dark);
  }

.logo-carousel.gradient-background .logo-carousel__wrapper::before {
        background: linear-gradient(to right, var(--color-purple-dark), transparent);
      }

.logo-carousel.gradient-background .logo-carousel__wrapper::after {
        background: linear-gradient(to left, var(--color-purple-dark), transparent);
      }

.logo-carousel.gradient-background .logo-carousel__image {
      filter: brightness(0) invert(1);
    }

.logo-carousel__heading {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 3rem;
    line-height: 1.6;
  }

.logo-carousel__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;

    /* Gradient fade overlays on sides */
  }

.logo-carousel__wrapper::before,
    .logo-carousel__wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 150px;
      z-index: 10;
      pointer-events: none;
    }

.logo-carousel__wrapper::before {
      left: 0;
      background: linear-gradient(to right, var(--color-white), transparent);
    }

.logo-carousel__wrapper::after {
      right: 0;
      background: linear-gradient(to left, var(--color-white), transparent);
    }

.logo-carousel__swiper {
    overflow: visible;
  }

.logo-carousel__swiper .swiper-wrapper {
      display: flex;
      align-items: center;
      gap: 64px;
      will-change: transform;
    }

.logo-carousel__slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
    max-width: 180px !important;
    width: auto !important;
    flex-shrink: 0;
  }

.logo-carousel__image {
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0);
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: block;
    margin: 0 auto;
  }

.logo-carousel__image:hover {
      opacity: 1;
    }

@media (max-width: 768px) {

.logo-carousel {
    padding: 3rem 1rem
}

    .logo-carousel__heading {
      font-size: 1rem;
      margin: 0 0 2rem;
    }

    .logo-carousel__wrapper::before,
    .logo-carousel__wrapper::after {
      width: 100px;
    }

    .logo-carousel__slide {
      height: 70px !important;
      max-width: 150px !important;
    }

    .logo-carousel__image {
      max-height: 40px;
    }
  }

@media (max-width: 480px) {
    .logo-carousel__heading {
      font-size: 0.875rem;
      margin: 0 0 1.5rem;
    }

    .logo-carousel__wrapper::before,
    .logo-carousel__wrapper::after {
      width: 60px;
    }

    .logo-carousel__slide {
      height: 60px !important;
      max-width: 120px !important;
    }

    .logo-carousel__image {
      max-height: 35px;
    }
  }


.industry-leaders-choose {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .industry-leaders-choose .industry-leaders-choose__title {
        text-align: center;

        /* Mobile */
    }

    .industry-leaders-choose .industry-leaders-choose__title strong {
            display: block;
        }

    @media (max-width: 768px) {

    .industry-leaders-choose .industry-leaders-choose__title {
            font-size: var(--font-size-4xl)
    }
        }

    .industry-leaders-choose .industry-leaders-choose__copy {
        font-size: var(--font-size-lg);
        text-align: center;
        max-width: 720px;
        margin: 16px auto 0;
    }

    .industry-leaders-choose .industry-leaders-choose__cta {
        display: block;
        width: max-content;
        margin: 52px auto 0;
    }

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
  }
/* For Internet Explorer and Edge */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

