@font-face {
    font-family: Futura-Md-BT;
    src: url(../font/Futura-Md-BT-Medium.ttf);
}


.banner-bg {
    background: linear-gradient(163deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47);
    width: 100%;
    height: 100vh;
    animation: bg_animation 5s linear infinite alternate;
    overflow-y: hidden;
}

@keyframes bg_animation {
  0% {
    background: linear-gradient(153deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47);
  }

  50% {
    background: linear-gradient(124deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47);
  }

  100% {
    background: linear-gradient(110deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47)
  }
}

.banner-box {
  height: calc(100vh - 90px);
  display: flex;
  /* align-items: end; */
  justify-content: end;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-box h2 {
  font-family: var(--Medium);
  font-size: 20px;
}

.banner-box h1 {
  font-family: var(--SemiBold);
  font-size: 70px;
  margin-top: 34px;
}

.banner-box p {
  font-family: var(--Regular);
  font-size: 20px;
  margin-top: 20px;
}

.banner-box a {
  color: #ffff !important;
  text-decoration: none;
  background-color: var(--contact-btn);
  color: var(--contact-btn);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  transition: 300ms linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: fit-content;
}

.banner-box a::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #7573f8;
  z-index: -1;
  transition: 200ms linear;
}

.banner-box a:hover::before {
  height: 100%;
  top: 0;
}

.banner-box .box-panel {
  position: absolute;
  width: 390px;
  height: 60%;
  background-color: #ffffff87;
  left: 50%;
  bottom: 0;
  transform-origin: left bottom;
  opacity: 0;
  z-index: -1;
  box-shadow: -1px -1px 4px 0px #d7edffd9;
  /* border-left: 1px solid #e0d6d6; */
}

.banner-box .box-panel span {
  color: #daedff;
  font-family: 'Futura-Md-BT', sans-serif;
  text-transform: uppercase;
  transform: perspective(286px) rotate(270deg);
  display: block;
  width: fit-content;
  position: absolute;
  font-size: 30px;
  text-shadow: 0px 0px 0px #d9eeff;
}

/* .banner-box .box-panel span::before {
  content: '';
  width: 6px;
  height: 76%;
  position: absolute;
  top: 50%;
  left: -23px;
  background-color: #585858;
  transform: translatey(-50%);
} */

.banner-box .box-1 span {
  top: 70px;
  left: 0px;
}

.banner-box .box-2 span {
  top: 88px;
  left: -14px;
}

.banner-box .box-3 span {
  top: 40px;
  left: 33px;
}

.banner-box .box-1 {
  opacity: 1;
  transform: perspective(1000px) rotateY(18deg);
  left: 45%;
  height: 50%;
  /* translate3d(0px, -12.8022px, 0px) */
  animation: slide-rotate 2s linear infinite 0.5s alternate !important;
}



@keyframes slide-rotate {
  0% {
    /* opacity: 0; */
    /* left: 50%; */
    transform: perspective(1000px) rotateY(14deg);
    height: 50%;
  }

  /* 30% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%;
  }

  50% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  }

  52.5% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  } */

  100% {
    height: 49%;
    transform: perspective(1000px) rotateY(18deg);
    /* opacity: 1;
    left: 45%;
    height: 50%; */
  }
}

.banner-box .box-2 {
  opacity: 1;
  transform: perspective(1000px) rotateY(18deg);
  left: 55%;
  height: 65%;
  animation: slide-right-1 2s linear infinite 0.5s alternate !important;
}

@keyframes slide-right-1 {
  0% {
    /* opacity: 0;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%; */
    transform: perspective(1000px) rotateY(14deg);
    height: 65%;
  }

  /* 30% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%;
  }

  50% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  }

  52.5% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  }
 */

  100% {
    /* opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 55%;
    height: 65%; */
    transform: perspective(1000px) rotateY(18deg);
    height: 64%;
  }
}

.banner-box .box-3 {
  animation: slide-right 2s linear infinite 0.5s alternate !important;
  opacity: 1;
  transform: perspective(1000px) rotateY(18deg);
  height: 80%;
  left: 70%;
}

@keyframes slide-right {
  0% {
    /* opacity: 0;
    left: 50%; */
    transform: perspective(1000px) rotateY(14deg);
    height: 80%;
  }

  /* 30% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%;
    height: 60%;
  }

  50% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  } */

  100% {
    /* opacity: 1;
    height: 80%;
    left: 70%; */
    transform: perspective(1000px) rotateY(18deg);
    height: 79%;
  }
}









.main-box-padding {
  padding: 80px 0px;
}



#business-results h2 {
  font-family: var(--Regular);
  font-size: 60px;
  font-style: normal;
  line-height: 1.5;
  color: #1D1F20;
}

.result-row {
  border: 1px solid #A0A5A7;
}

.border-right {
  border-right: 1px solid #A0A5A7;
}

.results-box {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.results-box::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7573f81f;
    transition: 300ms linear;
    z-index: -1;
  }

  .results-box:nth-child(2):before {
    background-color: #ecb05b1a;
  }

   .results-box:nth-child(3):before {
    background-color: #64a7f821;
  }

  .results-box:hover::before {
    width: 100%;
    left: 0;
  }

.results-box img {
  height: 27px;
}

.results-box:last-child img {
  height: 58px;
}

.results-box:first-child img {
  height: 40px;
}


.results-box h3 {
  font-size: 18px;
  font-family: var(--Medium);
}

.results-box i {
  font-size: 60px;
}

.results-box h4 {
  font-family: var(--Medium);
  font-size: 60px;
}

.results-box h4 span {
  color: #4e5455;
  font-size: 20px;
}

.results-box p {
  font-family: var(--Regular);
  text-transform: capitalize;
  color: #4e5455b9;
}


/* -- product-delivery ----------- */
#product-delivery {
  background-color: #262626;
}

#product-delivery h2 {
  font-size: 50px;
  color: #ffffff;
  font-family: var(--Regular);
  line-height: 1.4;
}

#product-delivery p {
  font-family: var(--Regular);
  text-transform: none;
  color: #ffffffbf;
  line-height: 1.7;
  font-size: 15px;
}

#product-delivery .row {
  align-items: center;
}

#product-delivery .col-lg-6:first-child {
  width: 54%;
  max-width: 54%;
  flex: 0 0 54%;
}

#product-delivery .col-lg-6:last-child {
  width: 46%;
  max-width: 46%;
  flex: 0 0 46%;
}

#product-delivery h2 {
  width: min(100%, 840px) !important;
  max-width: 840px;
  font-size: clamp(54px, 3.4vw, 66px);
  line-height: 1.18;
  letter-spacing: 0;
}

#product-delivery .col-lg-6:last-child > .col-xxl-8 {
  width: min(100%, 620px);
  max-width: 620px;
}

#product-delivery h3 {
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.22;
  letter-spacing: 0;
}

#product-delivery .home-product-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

#product-delivery .home-product-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ffffff;
  padding: 12px 18px;
  background: #ffffff;
  color: #262626 !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

#product-delivery .home-product-cta a:last-child {
  background: transparent;
  color: #ffffff !important;
}

#product-delivery .home-product-cta a:hover {
  border-color: #8dd4ff;
  background: #8dd4ff;
  color: #1d1f20 !important;
}



/*  -- developmentProcess  -------------  */

#developmentProcess {
  background-color: #1D1F20;
}

.section-title h2 {
  font-size: 50px;
  color: #ffffff;
  font-family: var(--Thin);
  line-height: 1.4;
}

.skil-title .skil-box {
  position: relative;
  height: 48px;
  width: 58px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 14px 28px rgba(0, 0, 0, 0.22);
  transform: none;
  transition: 300ms linear;
  overflow: hidden;
}

.skil-title:hover .skil-box {
  transform: translateY(-2px);
}

.skil-title .skil-box::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(29, 31, 32, 0.18);
  border-radius: 10px;
}

.skil-title .skil-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 52%);
  pointer-events: none;
}

.skil-title .skil-box i {
  position: relative;
  z-index: 1;
  color: #1d1f20;
  font-size: 22px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.skil-title h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: var(--Regular);
  line-height: 1.4;
}

#developmentProcess ul li {
  font-size: 16px;
  color: #EDF1F4;
  line-height: 1.8;
  font-family: var(--Regular);
  line-height: 1.4;
}

#developmentProcess ul a {
  color: #EDF1F4;
  text-decoration: none;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #EDF1F4;
}

#developmentProcess .btn-dev {
  text-decoration: none;
  color: #1d1f20 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  gap: 10px;
  font-family: var(--Regular);
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: normal;
}

#developmentProcess .btn-dev::before {
  content: "";
  height: 100%;
  position: absolute;

  z-index: -1;
  transition: 250ms linear;
  border-radius: inherit;
}

#developmentProcess .btn-dev:hover {
  color: #1d1f20 !important;
}

.btn-dev-1::before {
  left: 0;
  top: 0;
  background-color: #FFC269;
  width: 0px;
}

.btn-dev-1:hover::before {
  width: 100%;

}

.btn-dev-2::before {
  top: 0;
  right: 0 !important;
  background-color: #7573f8;
  width: 0px;
}

.btn-dev-2:hover::before {
  right: 0;
  width: 100%;
}

.btn-dev-3::before {
  top: 0;
  width: 100%;
  height: 0px !important;
  right: 0 !important;
  background-color: #D7FF69;
}

.btn-dev-3:hover::before {
  right: 0;
  height: 100% !important;
}

.btn-dev-4::before {
  bottom: 0;
  width: 100%;
  height: 0px !important;
  right: 0 !important;
  background-color: #52b5f3;
}

.btn-dev-4:hover::before {
  bottom: 0;
  height: 100% !important;
}

.btn-dev-5::before {
  bottom: 0;
  width: 100%;
  height: 0px !important;
  right: 0 !important;
  background-color: #FF99CC;
}

.btn-dev-5:hover::before {
  top: 0;
  height: 100% !important;
}

.btn-dev-6::before {
  right: 0 !important;
  width: 0%;
  background-color: #BE8DFF;
}

.btn-dev-6:hover::before {
  width: 100%;
  left: 0;
  height: 100% !important;
}

/* -- industries served -------- */

#industries-served {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

#industries-served .section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 5vw, 86px);
  align-items: end;
}

#industries-served .section-title h2 {
  color: #1d1f20;
}

#industries-served .section-title p {
  max-width: 620px;
  margin: 0;
  color: #4e5455;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

#industries-served .industry-cta-card {
  position: relative;
  display: flex;
  min-height: 245px;
  flex-direction: column;
  border: 1px solid rgba(38, 38, 38, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #262626;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(29, 31, 32, 0.05);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

#industries-served .industry-cta-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: var(--industry-accent, #8dd4ff);
}

#industries-served .industry-cta-card:hover {
  border-color: rgba(38, 38, 38, 0.28);
  box-shadow: 0 24px 60px rgba(29, 31, 32, 0.1);
  transform: translateY(-4px);
}

#industries-served .row > div:nth-child(1) .industry-cta-card {
  --industry-accent: #8dd4ff;
}

#industries-served .row > div:nth-child(2) .industry-cta-card {
  --industry-accent: #ffc269;
}

#industries-served .row > div:nth-child(3) .industry-cta-card {
  --industry-accent: #b4b4ff;
}

#industries-served .row > div:nth-child(4) .industry-cta-card {
  --industry-accent: #ff99cc;
}

#industries-served .row > div:nth-child(5) .industry-cta-card {
  --industry-accent: #d7ff69;
}

#industries-served .row > div:nth-child(6) .industry-cta-card {
  --industry-accent: #70c8ff;
}

#industries-served .industry-cta-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(38, 38, 38, 0.12);
  border-radius: 8px;
  margin-bottom: 22px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--industry-accent) 58%, #ffffff), #ffffff);
  color: #1d1f20;
  font-size: 20px;
}

#industries-served .industry-cta-card h3 {
  margin: 0;
  color: #1d1f20;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

#industries-served .industry-cta-card p {
  margin: 14px 0 0;
  color: #4e5455;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.58;
}

#industries-served .industry-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #1d1f20;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

#industries-served .industry-cta-link i {
  color: var(--industry-accent, #8dd4ff);
  transition: transform 180ms ease;
}

#industries-served .industry-cta-card:hover .industry-cta-link i {
  transform: translateX(4px);
}

/* -- companies-sped -------- */

.light-section-title h2 {
  color: var(--contact-btn) !important;
  font-family: var(--Regular);
}

#companies-sped h3 {
  font-size: 26px !important;
  line-height: 1.5;
  font-family: var(--Medium);
}

#companies-sped p {
  font-size: 18px !important;
  line-height: 1.5;
  font-family: var(--Regular);
}

#companies-sped {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(255, 184, 91, 0.12), transparent 28%, rgba(92, 199, 255, 0.12) 100%),
    #111416;
  color: #f7f7f1;
  padding: 105px 0 115px;
  isolation: isolate;
}

#companies-sped::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 90%);
  opacity: 0.55;
  z-index: -1;
}

#companies-sped::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12%;
  width: min(34vw, 560px);
  height: 72%;
  background: rgba(255, 255, 255, 0.055);
  transform: none;
  z-index: -1;
}

#companies-sped .featured-work-shell {
  position: relative;
}

#companies-sped .featured-work-header {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 0.8fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}

#companies-sped .featured-work-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  color: #ffc05d;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

#companies-sped .light-section-title h2 {
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 82px) !important;
  line-height: 0.95;
  margin: 0;
}

#companies-sped .featured-work-intro {
  max-width: 620px;
}

#companies-sped .featured-work-intro p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px !important;
  line-height: 1.65;
  margin-bottom: 22px;
}

#companies-sped .featured-work-header-link,
#companies-sped .featured-work-cta,
#companies-sped .featured-work-card--compact p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 1.2;
  text-decoration: none;
}

#companies-sped .featured-work-header-link {
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.07);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#companies-sped .featured-work-header-link:hover {
  color: #111416;
  background: #ffc05d;
  border-color: #ffc05d;
  transform: translateY(-2px);
}

#companies-sped .featured-work-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.74fr);
  gap: 24px;
  align-items: stretch;
}

#companies-sped .featured-work-card {
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

#companies-sped .featured-work-card:hover {
  text-decoration: none;
}

#companies-sped .featured-work-card--primary {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  min-height: 560px;
  background: #f5f7f7;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #151719;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

#companies-sped .featured-work-media {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 44px;
  background:
    linear-gradient(135deg, rgba(126, 129, 255, 0.82), rgba(251, 133, 255, 0.84) 48%, rgba(109, 225, 236, 0.78)),
    #20242a;
}

#companies-sped .featured-work-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 1px solid rgba(12, 16, 21, 0.28);
  box-shadow: 0 26px 54px rgba(10, 14, 18, 0.32);
  transition: transform 260ms ease;
}

#companies-sped .featured-work-media--neebify {
  padding: clamp(18px, 2vw, 24px);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 232, 244, 0.38), transparent 30%),
    radial-gradient(circle at 8% 12%, rgba(34, 92, 220, 0.34), transparent 32%),
    linear-gradient(135deg, #07163d 0%, #4b55bd 44%, #d9d9ff 100%);
}

#companies-sped .featured-work-media--neebify .featured-work-kicker {
  display: none;
}

#companies-sped .featured-work-media--neebify img {
  aspect-ratio: auto;
  width: min(100%, 680px);
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 30px 68px rgba(8, 17, 48, 0.3);
}

#companies-sped .featured-work-card--primary:hover .featured-work-media img {
  transform: translateY(-7px) scale(1.018);
}

#companies-sped .featured-work-kicker {
  position: absolute;
  top: 26px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  background: rgba(17, 20, 22, 0.82);
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
}

#companies-sped .featured-work-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: 48px 42px;
}

#companies-sped .featured-work-client,
#companies-sped .featured-work-card--compact span {
  color: #6a41ff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

#companies-sped .featured-work-card--primary h3 {
  color: #151719;
  font-size: clamp(34px, 3vw, 54px) !important;
  line-height: 1.02;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  margin: -10px 0 0;
}

#companies-sped .featured-work-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#companies-sped .featured-work-proof li {
  border-left: 2px solid #ffc05d;
  padding: 5px 10px 6px 12px;
  background: rgba(17, 20, 22, 0.05);
}

#companies-sped .featured-work-proof strong,
#companies-sped .featured-work-proof span {
  display: block;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
}

#companies-sped .featured-work-proof strong {
  color: #111416;
  font-size: 13px;
  line-height: 1.2;
}

#companies-sped .featured-work-proof span {
  color: rgba(17, 20, 22, 0.68);
  font-size: 12px;
  line-height: 1.25;
}

#companies-sped .featured-work-cta {
  width: fit-content;
  color: #111416;
  background: #ffc05d;
  padding: 14px 18px;
  transition: background 180ms ease, transform 180ms ease;
}

#companies-sped .featured-work-card--primary:hover .featured-work-cta {
  background: #111416;
  color: #ffffff;
  transform: translateX(4px);
}

#companies-sped .featured-work-side {
  display: grid;
  gap: 18px;
}

#companies-sped .featured-work-card--compact {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  min-height: 174px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#companies-sped .featured-work-card--compact:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #151719;
  transform: translateX(8px);
}

#companies-sped .featured-work-card--compact img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #222;
}

#companies-sped .featured-work-card--astrokeshav img {
  object-fit: contain;
  padding: 6px;
  background: linear-gradient(135deg, #071636 0%, #111827 56%, #2b2141 100%);
}

#companies-sped .featured-work-card--gtc-cabs img {
  object-fit: contain;
  padding: 6px;
  background: linear-gradient(135deg, #03152f 0%, #061d3d 58%, #0b4db8 100%);
}

#companies-sped .featured-work-card--ontimepay img {
  object-fit: contain;
  padding: 6px;
  background: linear-gradient(135deg, #f6f7ff 0%, #edefff 52%, #dfe5ff 100%);
}

#companies-sped .featured-work-card--compact h3 {
  color: inherit;
  font-size: 19px !important;
  line-height: 1.24;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  margin: 8px 0 14px;
}

#companies-sped .featured-work-card--compact p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  transition: color 180ms ease;
}

#companies-sped .featured-work-card--compact:hover span {
  color: #6a41ff;
}

#companies-sped .featured-work-card--compact:hover p {
  color: #111416;
}

.light-btn {
  color: var(--nav-link-color) !important;
  text-decoration: none;
  border: 1px solid var(--contact-btn);
  color: var(--contact-btn);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  font-family: var(--Medium);
  width: fit-content;
  position: relative;
  z-index: 1;
}

.light-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #000;
  z-index: -1;
  transition: 200ms linear;
}

.light-btn:hover::before {
  bottom: 0;
  height: 100%;
}

.light-btn:hover {
  color: #ffff !important;
}

#companies-sped .cards h3 {
  font-size: 22px !important;
  line-height: 1.5;
  font-family: var(--Medium);
}

#companies-sped .cards img {
  transition: 300ms linear;
}

#companies-sped .cards:hover img {
  transform: scale(1.1);
}


/* Flexible-reliable  */
#Flexible-reliable {
  width: 100%;
  /* height: 500px; */
  /* background-color: gray; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: end;
  align-items: center;
}

#Flexible-reliable .slide-box-title {
  font-size: 30px;
  font-weight: 600;
  color: #4c4040;
  padding-top: 35px;
  /* width: 50%; */
}

/* .left-content-wrapper {
  width: 40%;
} */

#Flexible-reliable .slider-box-content {
  margin-top: 35px;
  text-wrap: auto;
  font-weight: 600;
  /* width: 50%; */
}

/* .left-content-wrapper .swiper-slide {
  he: 100px !important;
} */

.left-content-wrapper .border-shodow {
  border-right: 1px solid #a2a2a2;
  width: 50% !important;
}

.content-swiper .swiper-pagination {
  display: none;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rightImageSwiper {
  /* margin: 100px auto; */
  max-height: 458px;
  min-height: 200px;
  /* width: 320px; */
  /* height: 240px; */
}

.rightImageSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

#Flexible-reliable.delivery-lab {
  position: relative;
  margin-top: 90px !important;
  min-height: calc(var(--delivery-steps, 6) * 100vh);
  padding: 0 !important;
  overflow: visible;
}

#Flexible-reliable.delivery-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 194, 105, 0.16), transparent 34%),
    linear-gradient(295deg, rgba(141, 212, 255, 0.18), transparent 42%);
  pointer-events: none;
}

#Flexible-reliable.delivery-lab::after {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  pointer-events: none;
}

#Flexible-reliable > .main-container {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#Flexible-reliable .container-box {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(48px, 6vh, 86px);
  padding-bottom: clamp(42px, 5vh, 76px);
}

#Flexible-reliable .delivery-lab-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: clamp(28px, 5vw, 96px);
  align-items: end !important;
  margin-bottom: 42px;
}

#Flexible-reliable .delivery-lab-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  color: #ffc05d;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

#Flexible-reliable .delivery-lab-header h2 {
  max-width: 1060px;
  color: #ffffff !important;
  font-size: clamp(48px, 4.6vw, 86px) !important;
  line-height: 0.98;
  letter-spacing: 0;
  margin: 0;
}

#Flexible-reliable .delivery-lab-intro {
  max-width: 520px;
}

#Flexible-reliable .delivery-lab-intro p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px !important;
  line-height: 1.65;
  margin: 0 0 22px;
}

#Flexible-reliable .delivery-lab-cta {
  border-color: rgba(255, 255, 255, 0.32);
  color: #111416 !important;
  background: #ffc05d;
  padding: 13px 18px;
}

#Flexible-reliable .delivery-lab-cta::before {
  background: #ffffff;
}

#Flexible-reliable .row.mt-5 {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

#Flexible-reliable .col-12.position-relative {
  display: contents;
}

#Flexible-reliable .image-slider-right {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100%;
  border-right: 0 !important;
  grid-column: 1;
  grid-row: 1;
}

#Flexible-reliable .delivery-visual-panel {
  min-height: 560px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

#Flexible-reliable .delivery-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 16px;
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
}

#Flexible-reliable .delivery-panel-top span {
  font-size: 16px;
}

#Flexible-reliable .delivery-panel-top small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

#Flexible-reliable .rightImageSwiper {
  width: 100% !important;
  max-height: none;
  min-height: 0;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

#Flexible-reliable .content-swiper .swiper-wrapper,
#Flexible-reliable .rightImageSwiper .swiper-wrapper {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100%;
  transform: none !important;
}

#Flexible-reliable .rightImageSwiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 192, 93, 0.18), rgba(141, 212, 255, 0.14)),
    #15191c;
}

#Flexible-reliable.delivery-lab--ready .content-swiper .swiper-slide,
#Flexible-reliable.delivery-lab--ready .rightImageSwiper .swiper-slide {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px) scale(0.985);
  transition:
    opacity 360ms ease,
    transform 520ms ease;
}

#Flexible-reliable.delivery-lab--ready .content-swiper .swiper-slide.is-active,
#Flexible-reliable.delivery-lab--ready .rightImageSwiper .swiper-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

#Flexible-reliable.delivery-lab--ready .rightImageSwiper .swiper-slide {
  transform: translateX(34px) scale(0.96);
}

#Flexible-reliable.delivery-lab--ready .rightImageSwiper .swiper-slide.is-active {
  transform: translateX(0) scale(1);
}

#Flexible-reliable .rightImageSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.52)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 48%);
  z-index: 1;
}

#Flexible-reliable .rightImageSwiper .swiper-slide::after {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  padding: 11px 14px;
  background: rgba(17, 20, 22, 0.82);
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}

#Flexible-reliable .rightImageSwiper .swiper-slide:nth-child(1)::after {
  content: "01 / Workflow map";
}

#Flexible-reliable .rightImageSwiper .swiper-slide:nth-child(2)::after {
  content: "02 / System blueprint";
}

#Flexible-reliable .rightImageSwiper .swiper-slide:nth-child(3)::after {
  content: "03 / Product build";
}

#Flexible-reliable .rightImageSwiper .swiper-slide:nth-child(4)::after {
  content: "04 / Controlled AI";
}

#Flexible-reliable .rightImageSwiper .swiper-slide:nth-child(5)::after {
  content: "05 / Launch checks";
}

#Flexible-reliable .rightImageSwiper .swiper-slide:nth-child(6)::after {
  content: "06 / Support loop";
}

#Flexible-reliable .rightImageSwiper img {
  position: relative;
  width: 88% !important;
  height: auto !important;
  max-height: 72%;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.36);
  z-index: 1;
}

#Flexible-reliable .rightImageSwiper .delivery-workflow-visual {
  padding: clamp(8px, 0.8vw, 12px);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 194, 105, 0.18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(54, 156, 219, 0.22), transparent 38%),
    linear-gradient(110deg, #241b12 0%, #101516 48%, #071a27 100%);
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-workflow-visual::before {
  content: "" !important;
  position: absolute;
  inset: 12px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 194, 105, 0.18) 44%, rgba(112, 200, 255, 0.16) 56%, transparent 78%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-74%);
  animation: deliveryVisualSweep 6.2s ease-in-out infinite;
  z-index: 2;
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-workflow-visual::after {
  content: "" !important;
  position: absolute;
  right: 14%;
  bottom: 20%;
  left: auto;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #70c8ff;
  box-shadow:
    0 0 0 0 rgba(112, 200, 255, 0.42),
    0 0 24px rgba(112, 200, 255, 0.72);
  pointer-events: none;
  animation: deliveryPulseDot 3s ease-in-out infinite;
  z-index: 3;
}

#Flexible-reliable .rightImageSwiper .delivery-workflow-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: deliveryPhotoFloat 7s ease-in-out infinite;
}

#Flexible-reliable .rightImageSwiper .delivery-architecture-visual {
  padding: clamp(8px, 0.8vw, 12px);
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 194, 105, 0.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(83, 180, 255, 0.2), transparent 38%),
    linear-gradient(110deg, #241f17 0%, #141a1d 48%, #0a2031 100%);
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-architecture-visual::before {
  content: "" !important;
  position: absolute;
  inset: 12px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 194, 105, 0.14) 42%, rgba(83, 180, 255, 0.18) 58%, transparent 78%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-74%);
  animation: deliveryVisualSweep 6.6s ease-in-out infinite;
  z-index: 2;
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-architecture-visual::after {
  content: "" !important;
  position: absolute;
  right: 16%;
  bottom: 22%;
  left: auto;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #ffc269;
  box-shadow:
    0 0 0 0 rgba(255, 194, 105, 0.42),
    0 0 24px rgba(255, 194, 105, 0.74);
  pointer-events: none;
  animation: deliveryPulseDot 3.2s ease-in-out 0.4s infinite;
  z-index: 3;
}

#Flexible-reliable .rightImageSwiper .delivery-architecture-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: deliveryDiagramFloat 7.2s ease-in-out infinite;
}

#Flexible-reliable .delivery-motion-spark {
  position: absolute;
  top: 49%;
  left: 16%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffc269;
  box-shadow: 0 0 18px rgba(255, 194, 105, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: deliverySparkTravel 6.4s linear infinite;
  z-index: 3;
}

#Flexible-reliable .delivery-motion-spark--two {
  top: 52%;
  animation-delay: 1.8s;
}

#Flexible-reliable .delivery-motion-spark--three {
  top: 50%;
  animation-delay: 3.5s;
}

#Flexible-reliable .delivery-architecture-visual .delivery-motion-spark {
  background: #70c8ff;
  box-shadow: 0 0 18px rgba(112, 200, 255, 0.78);
  animation-duration: 6.9s;
}

#Flexible-reliable .rightImageSwiper .delivery-uiux-visual {
  padding: clamp(8px, 0.8vw, 12px);
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 194, 105, 0.18), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(37, 164, 255, 0.26), transparent 40%),
    linear-gradient(110deg, #201b14 0%, #101719 48%, #071c2e 100%);
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-uiux-visual::before {
  content: "" !important;
  position: absolute;
  inset: 12px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(100deg, transparent 22%, rgba(112, 200, 255, 0.2) 48%, transparent 74%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-72%);
  animation: uiuxProcessSweep 5.6s ease-in-out infinite;
  z-index: 2;
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-uiux-visual::after {
  content: "" !important;
  position: absolute;
  right: 11%;
  bottom: 16%;
  left: auto;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #70c8ff;
  box-shadow:
    0 0 0 0 rgba(112, 200, 255, 0.42),
    0 0 24px rgba(112, 200, 255, 0.72);
  pointer-events: none;
  animation: uiuxPulseDot 2.8s ease-in-out infinite;
  z-index: 3;
}

#Flexible-reliable .rightImageSwiper .delivery-uiux-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: uiuxImageFloat 6.5s ease-in-out infinite;
}

#Flexible-reliable .delivery-uiux-spark {
  position: absolute;
  top: 52%;
  left: 17%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffc269;
  box-shadow: 0 0 18px rgba(255, 194, 105, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: uiuxSparkTravel 5.8s linear infinite;
  z-index: 3;
}

#Flexible-reliable .delivery-uiux-spark--two {
  top: 53%;
  animation-delay: 1.6s;
}

#Flexible-reliable .delivery-uiux-spark--three {
  top: 52%;
  animation-delay: 3.2s;
}

#Flexible-reliable .rightImageSwiper .delivery-ai-control-visual {
  padding: clamp(8px, 0.8vw, 12px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 194, 105, 0.16), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(50, 154, 255, 0.24), transparent 40%),
    linear-gradient(110deg, #211c16 0%, #0e1518 45%, #081d31 100%);
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-ai-control-visual::before {
  content: "" !important;
  position: absolute;
  inset: 12px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(100deg, transparent 18%, rgba(77, 177, 255, 0.2) 44%, rgba(255, 194, 105, 0.18) 58%, transparent 78%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-74%);
  animation: deliveryVisualSweep 6.4s ease-in-out infinite;
  z-index: 2;
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-ai-control-visual::after {
  content: "" !important;
  position: absolute;
  right: 15%;
  bottom: 29%;
  left: auto;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #ffc269;
  box-shadow:
    0 0 0 0 rgba(255, 194, 105, 0.42),
    0 0 24px rgba(255, 194, 105, 0.76);
  pointer-events: none;
  animation: deliveryPulseDot 3s ease-in-out 0.25s infinite;
  z-index: 3;
}

#Flexible-reliable .rightImageSwiper .delivery-ai-control-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: deliveryDiagramFloat 7s ease-in-out infinite;
}

#Flexible-reliable .delivery-ai-control-visual .delivery-motion-spark {
  background: #4db1ff;
  box-shadow: 0 0 18px rgba(77, 177, 255, 0.78);
  animation-duration: 6.2s;
}

#Flexible-reliable .delivery-ai-control-visual .delivery-motion-spark--two {
  background: #ffc269;
  box-shadow: 0 0 18px rgba(255, 194, 105, 0.78);
}

#Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual {
  padding: clamp(8px, 0.8vw, 12px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 194, 105, 0.18), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(40, 169, 255, 0.26), transparent 42%),
    linear-gradient(110deg, #231a10 0%, #0d1519 44%, #071f36 100%);
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-qa-launch-visual::before {
  content: "" !important;
  position: absolute;
  inset: 12px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 194, 105, 0.2) 38%, rgba(40, 169, 255, 0.18) 58%, transparent 78%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-74%);
  animation: deliveryVisualSweep 6.5s ease-in-out infinite;
  z-index: 2;
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-qa-launch-visual::after {
  content: "" !important;
  position: absolute;
  right: 10%;
  bottom: 24%;
  left: auto;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #28c2ff;
  box-shadow:
    0 0 0 0 rgba(40, 194, 255, 0.42),
    0 0 24px rgba(40, 194, 255, 0.76);
  pointer-events: none;
  animation: deliveryPulseDot 3.1s ease-in-out 0.25s infinite;
  z-index: 3;
}

#Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: deliveryDiagramFloat 7.1s ease-in-out infinite;
}

#Flexible-reliable .delivery-qa-launch-visual .delivery-motion-spark {
  background: #28c2ff;
  box-shadow: 0 0 18px rgba(40, 194, 255, 0.78);
  animation-duration: 6.5s;
}

#Flexible-reliable .delivery-qa-launch-visual .delivery-motion-spark--one,
#Flexible-reliable .delivery-qa-launch-visual .delivery-motion-spark--two {
  background: #ffc269;
  box-shadow: 0 0 18px rgba(255, 194, 105, 0.78);
}

#Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual {
  padding: clamp(8px, 0.8vw, 12px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 194, 105, 0.16), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(38, 160, 255, 0.28), transparent 42%),
    linear-gradient(110deg, #1f1912 0%, #0d1518 44%, #071f35 100%);
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-support-modernization-visual::before {
  content: "" !important;
  position: absolute;
  inset: 12px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 194, 105, 0.18) 38%, rgba(38, 160, 255, 0.2) 60%, transparent 80%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-74%);
  animation: deliveryVisualSweep 6.7s ease-in-out infinite;
  z-index: 2;
}

#Flexible-reliable .rightImageSwiper .swiper-slide.delivery-support-modernization-visual::after {
  content: "" !important;
  position: absolute;
  right: 14%;
  bottom: 34%;
  left: auto;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: #26a0ff;
  box-shadow:
    0 0 0 0 rgba(38, 160, 255, 0.42),
    0 0 24px rgba(38, 160, 255, 0.76);
  pointer-events: none;
  animation: deliveryPulseDot 3.15s ease-in-out 0.35s infinite;
  z-index: 3;
}

#Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: deliveryDiagramFloat 7.3s ease-in-out infinite;
}

#Flexible-reliable .delivery-support-modernization-visual .delivery-motion-spark {
  background: #26a0ff;
  box-shadow: 0 0 18px rgba(38, 160, 255, 0.78);
  animation-duration: 6.8s;
}

#Flexible-reliable .delivery-support-modernization-visual .delivery-motion-spark--one {
  background: #ffc269;
  box-shadow: 0 0 18px rgba(255, 194, 105, 0.78);
}

@keyframes deliveryVisualSweep {
  0%,
  22% {
    opacity: 0;
    transform: translateX(-76%);
  }
  42% {
    opacity: 0.38;
  }
  72% {
    opacity: 0.08;
    transform: translateX(74%);
  }
  100% {
    opacity: 0;
    transform: translateX(74%);
  }
}

@keyframes deliveryPhotoFloat {
  0%,
  100% {
    transform: translateY(0) scale(1.01);
  }
  50% {
    transform: translateY(-4px) scale(1.022);
  }
}

@keyframes deliveryDiagramFloat {
  0%,
  100% {
    transform: translateY(0) scale(1.012);
  }
  50% {
    transform: translateY(-4px) scale(1.024);
  }
}

@keyframes deliveryPulseDot {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes deliverySparkTravel {
  0% {
    left: 16%;
    opacity: 0;
  }
  12%,
  72% {
    opacity: 0.9;
  }
  86%,
  100% {
    left: 84%;
    opacity: 0;
  }
}

@keyframes uiuxProcessSweep {
  0%,
  24% {
    opacity: 0;
    transform: translateX(-76%);
  }
  42% {
    opacity: 0.42;
  }
  72% {
    opacity: 0.08;
    transform: translateX(74%);
  }
  100% {
    opacity: 0;
    transform: translateX(74%);
  }
}

@keyframes uiuxImageFloat {
  0%,
  100% {
    transform: translateY(0) scale(1.04);
  }
  50% {
    transform: translateY(-4px) scale(1.052);
  }
}

@keyframes uiuxPulseDot {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.9);
    box-shadow:
      0 0 0 0 rgba(112, 200, 255, 0.42),
      0 0 24px rgba(112, 200, 255, 0.72);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow:
      0 0 0 12px rgba(112, 200, 255, 0),
      0 0 32px rgba(112, 200, 255, 0.9);
  }
}

@keyframes uiuxSparkTravel {
  0% {
    left: 17%;
    opacity: 0;
  }
  12%,
  72% {
    opacity: 0.92;
  }
  86%,
  100% {
    left: 83%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #Flexible-reliable .rightImageSwiper .delivery-workflow-visual::before,
  #Flexible-reliable .rightImageSwiper .delivery-workflow-visual::after,
  #Flexible-reliable .rightImageSwiper .delivery-workflow-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-architecture-visual::before,
  #Flexible-reliable .rightImageSwiper .delivery-architecture-visual::after,
  #Flexible-reliable .rightImageSwiper .delivery-architecture-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-uiux-visual::before,
  #Flexible-reliable .rightImageSwiper .delivery-uiux-visual::after,
  #Flexible-reliable .rightImageSwiper .delivery-uiux-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-ai-control-visual::before,
  #Flexible-reliable .rightImageSwiper .delivery-ai-control-visual::after,
  #Flexible-reliable .rightImageSwiper .delivery-ai-control-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual::before,
  #Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual::after,
  #Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual::before,
  #Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual::after,
  #Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual img,
  #Flexible-reliable .delivery-motion-spark,
  #Flexible-reliable .delivery-uiux-spark {
    animation: none !important;
  }

  #Flexible-reliable .delivery-motion-spark,
  #Flexible-reliable .delivery-uiux-spark {
    display: none;
  }
}

#Flexible-reliable .content-swiper {
  display: block !important;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 560px !important;
  padding: 0;
  overflow: hidden;
}

#Flexible-reliable .left-content-wrapper {
  width: 100% !important;
  padding: 0 !important;
}

#Flexible-reliable .content-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: left;
}

#Flexible-reliable .content-swiper .swiper-slide > .swiper-slide {
  width: 100%;
}

#Flexible-reliable .left-content-wrapper .border-shodow {
  width: 100% !important;
  height: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 0;
  border-left: 3px solid #ffc05d;
  padding: clamp(28px, 4vw, 54px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#Flexible-reliable .slide-box-title {
  display: grid;
  gap: 18px;
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 3.1vw, 54px) !important;
  line-height: 1.03;
  padding-top: 0;
  margin: 0;
}

#Flexible-reliable .slide-box-title span {
  width: fit-content;
  color: #111416;
  background: #ffc05d;
  padding: 9px 13px;
  font-size: 16px;
  line-height: 1;
}

#Flexible-reliable .slider-box-content {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 18px !important;
  line-height: 1.65;
  font-weight: 400;
}

#Flexible-reliable .delivery-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

#Flexible-reliable .delivery-step-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
}

#Flexible-reliable .content-swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 20px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
  transform: translateY(-50%);
}

#Flexible-reliable .content-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  opacity: 1;
}

#Flexible-reliable .content-swiper .swiper-pagination-bullet-active {
  height: 34px;
  border-radius: 999px;
  background: #ffc05d;
  border-color: #ffc05d;
}

#Flexible-reliable .delivery-pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

#Flexible-reliable .delivery-pagination-button.is-active,
#Flexible-reliable .delivery-pagination-button:hover {
  border-color: #ffc05d;
  background: #ffc05d;
  color: #111416;
  transform: translateX(-3px);
}

/* .rightImageSwiper .swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.rightImageSwiper .swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.rightImageSwiper .swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.rightImageSwiper .swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.rightImageSwiper .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.rightImageSwiper .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.rightImageSwiper .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.rightImageSwiper .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.rightImageSwiper .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.rightImageSwiper .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
} */



.swipe-btn {
  width: 400px;
}

.swipe-btn a {
  text-decoration: none;
  border: 1px solid black;
  color: #ffff;
  background-color: black;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  font-family: var(--Medium);
  width: fit-content;
  position: relative;
  z-index: 1;
}

.swipe-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  z-index: -1;
  transition: 200ms linear;
}

.swipe-btn a:hover::before {
  right: 0;
  width: 100%;
}

.swipe-btn a:hover {
  color: black !important;
}

.swipe-btn .swiper-button-prev {
  left: 80px !important;
}

.swipe-btn .swiper-button-next {
  height: 43px;
  width: 43px !important;
  border: 1px solid #A0A5A7 !important;
}

.swipe-btn .swiper-button-prev,
.swiper-button-next {
  height: 43px;
  width: 43px !important;
  border: 1px solid #A0A5A7;
}

.swipe-btn .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #4e5455 !important;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.video-section.client-proof-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 0.92fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: stretch;
  min-height: 660px;
  height: auto;
  margin-top: clamp(72px, 10vw, 140px) !important;
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(255, 192, 93, 0.12), rgba(141, 212, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.26);
  padding: clamp(18px, 2.4vw, 34px);
}

.client-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(28px, 4vw, 58px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(17, 20, 22, 0.58);
  border-left: 3px solid #ffc05d;
}

.client-proof-eyebrow {
  width: fit-content;
  margin-bottom: 16px;
  color: #ffc05d;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

.client-proof-copy h2 {
  color: #ffffff;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  margin: 0;
}

.client-proof-copy p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  line-height: 1.65;
}

.client-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.client-proof-points span {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  padding: 14px;
}

.client-proof-points strong {
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.client-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.client-proof-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 17px;
  border: 1px solid #ffc05d;
  background: #ffc05d;
  color: #111416 !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.client-proof-actions a:last-child {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #ffffff !important;
}

.client-proof-actions a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #ffffff;
  color: #111416 !important;
}

.client-proof-media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #111416;
}

.client-proof-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 20, 22, 0.18), transparent 46%, rgba(17, 20, 22, 0.34)),
    linear-gradient(180deg, transparent 48%, rgba(17, 20, 22, 0.76));
  z-index: 1;
  pointer-events: none;
}

.client-proof-media img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.client-proof-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 108px;
  height: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(17, 20, 22, 0.22);
  color: #ffffff;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.client-proof-play i {
  margin-left: 6px;
  font-size: 36px;
  line-height: 1;
}

.client-proof-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #ffc05d;
  border-color: #ffc05d;
  color: #111416;
}

.video-section .video-details.client-proof-quote {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 28px;
  width: min(440px, calc(100% - 56px));
  background: rgba(17, 20, 22, 0.88);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.video-section .video-details.client-proof-quote div {
  border-bottom: 2px solid #8DD4FF;
}

.video-section .video-details.client-proof-quote h3 {
  font-size: 21px !important;
  line-height: 1.42;
  color: #ffff;
  font-family: var(--Regular);
  margin-bottom: 20px;
}

.video-section .video-details.client-proof-quote h4 {
  font-size: 16px !important;
  line-height: 1.5;
  color: #ffff;
  font-family: var(--Regular);
}

.video-section .video-details.client-proof-quote p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--Medium);
}

/* -- Partners ------ */

#Partners {
  background: linear-gradient(127deg, #ffc2692b 14%, #8dd4ff54, #b5b4ff66, #8dd4ff36);
  min-height: 200px;
  max-width: 100%;
  overflow-x: clip;
}

#Partners .container-box {
  position: relative;
}

#Partners .partners-proof-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  align-items: end;
  gap: 28px;
  margin-bottom: 0;
}

#Partners .partners-proof-eyebrow {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 11px;
  border: 1px solid rgba(38, 38, 38, 0.14);
  background: rgba(255, 255, 255, 0.52);
  color: #7a541f;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

#Partners .partners-proof-header h2 {
  max-width: 1030px;
  margin: 0;
  color: #242729;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 4vw, 66px) !important;
  line-height: 1.04;
  letter-spacing: 0;
}

#Partners .partners-proof-summary {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 20px;
  border: 1px solid rgba(38, 38, 38, 0.14);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 48px rgba(19, 35, 53, 0.08);
}

#Partners .partners-proof-summary strong {
  color: #242729;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1;
}

#Partners .partners-proof-summary small {
  color: rgba(38, 38, 38, 0.66);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#Partners .partners-proof-summary a,
#Partners .partners-source-strip a,
#Partners .partners-proof-mini a {
  color: #1e5f8a;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#Partners .partners-proof-summary a:hover,
#Partners .partners-source-strip a:hover,
#Partners .partners-proof-mini a:hover {
  color: #111416;
  text-decoration: underline;
}

#Partners .partners-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  border: 1px solid rgba(38, 38, 38, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at 12% 18%, rgba(255, 194, 105, 0.22), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(141, 212, 255, 0.26), transparent 32%);
  box-shadow: 0 32px 80px rgba(19, 35, 53, 0.12);
  overflow: hidden;
}

#Partners .partners-review-card {
  min-height: 455px;
  padding: clamp(30px, 4vw, 54px);
  border-left: 4px solid #ffc269;
  background: rgba(17, 20, 22, 0.88);
  color: #ffffff;
}

#Partners .partners-review-top,
#Partners .partners-review-person,
#Partners .partners-proof-mini > div,
#Partners .partners-source-strip {
  display: flex;
  align-items: center;
}

#Partners .partners-review-top {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 48px;
}

#Partners .partners-review-top img {
  max-width: 170px;
  max-height: 38px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: content-box;
  object-fit: contain;
}

#Partners .partners-review-badge {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

#Partners .partners-review-card blockquote {
  margin: 0;
  color: #ffffff;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

#Partners .partners-review-card p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

#Partners .partners-review-person {
  justify-content: space-between;
  gap: 18px;
  margin-top: 56px;
}

#Partners .partners-review-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

#Partners .partners-review-person > div {
  flex: 1;
  min-width: 0;
}

#Partners .partners-review-person h5 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 17px;
}

#Partners .partners-review-person p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.3;
}

#Partners .partners-proof-stack {
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  min-width: 0;
}

#Partners .partners-proof-mini {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 190px;
  padding: clamp(26px, 3vw, 42px);
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

#Partners .partners-proof-mini > div {
  gap: 18px;
}

#Partners .partners-proof-mini img {
  max-width: 130px;
  max-height: 46px;
  object-fit: contain;
}

#Partners .partners-proof-mini h3 {
  margin: 0;
  color: #242729;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.16;
}

#Partners .partners-proof-mini p {
  max-width: 680px;
  margin: 0;
  color: rgba(38, 38, 38, 0.7);
  font-size: 16px;
  line-height: 1.55;
}

#Partners .partners-proof-mini a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

#Partners .partners-source-strip {
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px clamp(26px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.48);
}

#Partners .partners-source-strip span {
  color: rgba(38, 38, 38, 0.62);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#Partners .partners-source-strip a {
  padding: 7px 10px;
  border: 1px solid rgba(38, 38, 38, 0.12);
  background: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.logo-box img {
  width: 150px;
}

.section-title p {
  font-family: var(--Regular);
}

#Partners h4 {
  font-size: 16px !important;
  line-height: 1.5;
  font-family: var(--SemiBold);
}

#Partners p {
  font-family: var(--Regular);
}

.slide-btn-prev-next {
  border-top: 1px solid #8dd3ff9a;
  height: 60px;
}

.border-left {
  border-left: 1px solid #8dd3ff9a;
}

.slide-btn-prev-next>.swiper-button-prev::after {
  color: #262626 !important;
}

.slide-btn-prev-next>.swiper-button-next::after {
  color: #262626 !important;
}

.star {
  display: flex;
  gap: 3px;
  list-style: none;
  color: #FFCE85;
}

.becoming-part {
  width: min(500px, 100%);
  height: 450px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 70%);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(141, 212, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 194, 105, 0.16), rgba(255, 255, 255, 0.24));
  box-shadow: 0 28px 72px rgba(19, 35, 53, 0.15);
  transition: 300ms linear;
}

.becoming-part img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.becoming-part:hover {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.becoming {
  color: var(--nav-link-color) !important;
  text-decoration: none;
  color: var(--contact-btn);
  background-color: #FFC269;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  font-family: var(--Medium);
  width: fit-content;
  transition: 200ms linear;
  position: relative;
  z-index: 1;
}

.becoming::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: #f1ae48;
  z-index: -1;
  transition: 200ms linear;
}

.becoming:hover::before {
  right: 0;
  width: 100%;
}

/* AI delivery system -------- */

#ai-delivery-system {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 242, 218, 0.92) 0%, rgba(236, 250, 255, 0.94) 44%, rgba(231, 231, 255, 0.92) 100%);
}

#ai-delivery-system::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(38, 38, 38, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 38, 38, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

#ai-delivery-system .container-box {
  position: relative;
  z-index: 1;
}

.ai-system-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 46px;
  align-items: end;
  padding-top: 22px;
  border-top: 1px solid rgba(38, 38, 38, 0.12);
}

.ai-system-eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border: 1px solid rgba(38, 38, 38, 0.14);
  background: rgba(255, 255, 255, 0.58);
  color: #7a541f;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  line-height: 1;
  text-transform: uppercase;
}

.ai-system-header h2 {
  max-width: 900px;
  margin: 0;
  color: #242729;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(46px, 5vw, 78px) !important;
  line-height: 1.02;
  letter-spacing: 0;
}

.ai-system-intro {
  display: grid;
  gap: 24px;
}

.ai-system-intro p {
  margin: 0;
  color: rgba(38, 38, 38, 0.72);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 18px !important;
  line-height: 1.6;
}

.ai-system-intro a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid #242729;
  background: #242729;
  color: #ffffff !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.ai-system-intro a:hover {
  transform: translateY(-2px);
  background: #ffc269;
  color: #111416 !important;
}

.ai-system-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.68fr);
  grid-template-rows: auto auto;
  gap: 28px 36px;
  min-height: 650px;
  margin-top: 76px;
  padding: clamp(30px, 4.4vw, 70px);
  border: 1px solid rgba(38, 38, 38, 0.12);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.22)),
    linear-gradient(135deg, rgba(141, 212, 255, 0.22), rgba(255, 194, 105, 0.2) 52%, rgba(181, 180, 255, 0.3));
  box-shadow: 0 38px 95px rgba(26, 42, 61, 0.12);
  overflow: hidden;
}

.ai-system-board::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 31%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 194, 105, 0), #ffc269, #8dd4ff, #9d92ff);
  transform: translateY(-50%);
  opacity: 0.72;
}

.ai-system-board::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21%;
  width: 120px;
  background: rgba(255, 255, 255, 0.22);
  transform: skewX(-14deg);
  pointer-events: none;
}

.ai-system-context {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 460px;
  z-index: 1;
}

.ai-system-context-art {
  position: absolute;
  inset: 8% auto 8% 0;
  width: min(360px, 100%);
  pointer-events: none;
}

.ai-system-context-art span {
  position: absolute;
  display: block;
  border: 8px solid rgba(141, 212, 255, 0.38);
  border-radius: 42px;
}

.ai-system-context-art span:nth-child(1) {
  inset: 7% 18% 18% 0;
}

.ai-system-context-art span:nth-child(2) {
  inset: 0 0 32% 34%;
  border-color: rgba(255, 194, 105, 0.44);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
}

.ai-system-context-art span:nth-child(3) {
  inset: 40% 12% 0 24%;
  border-color: rgba(181, 180, 255, 0.5);
  clip-path: polygon(0 0, 88% 0, 100% 30%, 100% 100%, 0 100%);
}

.ai-system-core {
  position: relative;
  z-index: 2;
  width: min(230px, 84%);
  margin-left: auto;
  margin-right: auto;
  padding: 32px 22px;
  border: 3px solid rgba(141, 212, 255, 0.72);
  border-bottom-color: rgba(255, 194, 105, 0.9);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  box-shadow: 0 22px 48px rgba(45, 58, 82, 0.1);
}

.ai-system-core span {
  display: block;
  color: rgba(38, 38, 38, 0.68);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.ai-system-core strong {
  display: block;
  margin-top: 7px;
  color: #8078ee;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 21px;
}

.ai-system-inputs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 330px;
  margin: 34px auto 0;
}

.ai-system-inputs span,
.ai-system-team span,
.ai-system-outcome span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(38, 38, 38, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(38, 38, 38, 0.72);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.ai-system-inputs span {
  padding: 9px 11px;
}

.ai-system-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 26px;
}

.ai-system-stage {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 278px;
  padding: 30px;
  border: 1px solid rgba(38, 38, 38, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 46px rgba(26, 42, 61, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ai-system-stage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 6px;
  background: #ffc269;
}

.ai-system-stage::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -21px;
  z-index: 2;
  color: rgba(38, 38, 38, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.ai-system-stage:last-child::after {
  display: none;
}

.ai-system-stage:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(26, 42, 61, 0.14);
}

.ai-system-stage-build::before {
  background: #8d82ff;
}

.ai-system-stage-quality::before {
  background: #8dd4ff;
}

.ai-stage-kicker {
  width: fit-content;
  margin-bottom: 26px;
  padding: 8px 10px;
  background: rgba(255, 194, 105, 0.28);
  color: #7a541f;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.ai-system-stage-build .ai-stage-kicker {
  background: rgba(141, 130, 255, 0.16);
  color: #5d55c6;
}

.ai-system-stage-quality .ai-stage-kicker {
  background: rgba(141, 212, 255, 0.22);
  color: #27617f;
}

.ai-system-stage h3 {
  margin: 0 0 22px;
  color: #242729;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.1;
}

.ai-system-stage ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-system-stage li {
  display: flex;
  gap: 10px;
  color: rgba(38, 38, 38, 0.68);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.ai-system-stage li i {
  color: #5f76ff;
  margin-top: 2px;
}

.ai-system-team {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ai-system-team span {
  min-height: 48px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.82);
}

.ai-system-outcome {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.ai-system-outcome span {
  min-height: 46px;
  padding: 12px 18px;
  background: #8078ee;
  color: #ffffff;
}

.ai-system-outcome span:first-child {
  background: #242729;
}

@media (prefers-reduced-motion: no-preference) {
  .ai-system-board::before {
    background-size: 180% 100%;
    animation: ai-flow-line 4.8s linear infinite;
  }

  .ai-system-core {
    animation: ai-core-float 5.6s ease-in-out infinite;
  }
}

@keyframes ai-flow-line {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 180% 50%;
  }
}

@keyframes ai-core-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* AI delivery system redesign -------- */

#ai-delivery-system {
  background: #ffffff;
  overflow: hidden;
  padding: 90px 0 108px;
}

#ai-delivery-system::before {
  display: none;
}

#ai-delivery-system .container-box {
  position: relative;
}

#ai-delivery-system .ai-system-header {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 34px;
  border-top: 1px solid rgba(38, 38, 38, 0.1);
}

#ai-delivery-system .ai-system-header h2 {
  max-width: 960px;
  margin: 0;
  color: #343638;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 3.35vw, 60px) !important;
  line-height: 1.05;
  letter-spacing: 0;
}

.ai-system-canvas {
  position: relative;
  max-width: 1180px;
  min-height: 630px;
  margin: 96px auto 0;
  overflow: hidden;
  border: 1px solid rgba(38, 38, 38, 0.04);
  background:
    linear-gradient(128deg, rgba(232, 241, 246, 0.92) 0%, rgba(245, 247, 253, 0.9) 37%, rgba(248, 226, 197, 0.56) 58%, rgba(203, 200, 255, 0.78) 100%);
}

.ai-system-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 35%, rgba(142, 213, 255, 0.24), transparent 25%),
    radial-gradient(circle at 51% 82%, rgba(255, 194, 105, 0.28), transparent 30%),
    radial-gradient(circle at 83% 22%, rgba(154, 142, 255, 0.22), transparent 32%);
  pointer-events: none;
}

.ai-system-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.34;
  pointer-events: none;
}

.ai-circuit-field,
.ai-agent-card,
.ai-context-icons,
.ai-meeting-path,
.ai-diagram-card,
.ai-diagram-arrow,
.ai-delegate-row,
.ai-quality-lane {
  position: absolute;
  z-index: 1;
}

.ai-circuit-field {
  left: 0;
  top: 112px;
  width: 310px;
  height: 470px;
  opacity: 0.95;
}

.ai-circuit-line {
  position: absolute;
  display: block;
  border: 6px solid rgba(141, 212, 255, 0.38);
  border-radius: 46px;
}

.ai-circuit-line-a {
  left: -18px;
  top: 34px;
  width: 136px;
  height: 146px;
  border-right-color: transparent;
  transform: rotate(-15deg);
}

.ai-circuit-line-b {
  left: 118px;
  top: 28px;
  width: 156px;
  height: 236px;
  border-color: rgba(255, 207, 145, 0.48);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 58% 100%, 0 100%);
}

.ai-circuit-line-c {
  left: 84px;
  top: 222px;
  width: 164px;
  height: 214px;
  border-color: rgba(181, 176, 255, 0.45);
  clip-path: polygon(0 0, 82% 0, 100% 34%, 100% 100%, 0 100%);
}

.ai-circuit-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 6px solid rgba(255, 194, 105, 0.52);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.ai-circuit-dot-a {
  left: 206px;
  top: 92px;
}

.ai-circuit-dot-b {
  left: 258px;
  top: 132px;
}

.ai-circuit-dot-c {
  left: 258px;
  top: 320px;
  border-color: rgba(154, 142, 255, 0.5);
}

.ai-agent-card {
  left: 86px;
  top: 250px;
  width: 150px;
  min-height: 132px;
  display: grid;
  place-content: center;
  border: 4px solid rgba(141, 212, 255, 0.64);
  border-left-color: rgba(154, 142, 255, 0.72);
  border-bottom-color: rgba(255, 194, 105, 0.8);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(55, 74, 100, 0.08);
  text-align: center;
}

.ai-agent-card span {
  color: #737679;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ai-agent-card strong {
  display: block;
  margin-top: 8px;
  color: #8f83f6;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.ai-context-icons {
  top: 85px;
  left: 494px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(38, 38, 38, 0.5);
}

.ai-context-icons span {
  position: absolute;
  left: 12px;
  top: -24px;
  width: max-content;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ai-context-icons i {
  font-size: 18px;
}

.ai-meeting-path {
  left: 257px;
  top: 177px;
  display: grid;
  grid-template-columns: auto 78px auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 12px;
  color: rgba(38, 38, 38, 0.46);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ai-meeting-path i {
  color: rgba(38, 38, 38, 0.36);
}

.ai-meeting-path .fa-arrow-down {
  grid-column: 3;
  justify-self: center;
}

.ai-diagram-card {
  width: 250px;
  padding: 28px 28px 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 52px rgba(58, 70, 92, 0.08);
}

.ai-diagram-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #ffc269;
}

.ai-diagram-card h3 {
  margin: 0 0 24px;
  color: #68696b;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.ai-command-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px 14px;
  background: rgba(241, 243, 246, 0.72);
}

.ai-command-row + .ai-command-row {
  margin-top: 9px;
}

.ai-command-row > i {
  color: rgba(38, 38, 38, 0.42);
  font-size: 24px;
  text-align: center;
}

.ai-command-row strong {
  display: block;
  color: #3f4144;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.ai-command-row p {
  margin: 4px 0 0;
  color: rgba(38, 38, 38, 0.56);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 10px !important;
  line-height: 1.25;
}

.ai-diagram-card-ideation {
  left: 282px;
  top: 220px;
}

.ai-diagram-card-development {
  left: 566px;
  top: 118px;
  width: 260px;
}

.ai-diagram-card-development::before {
  background: #8d82ff;
}

.ai-diagram-card-quality {
  left: 880px;
  top: 158px;
  width: 252px;
}

.ai-diagram-card-quality::before {
  background: #ffc269;
}

.ai-diagram-arrow {
  color: rgba(38, 38, 38, 0.46);
  font-size: 24px;
}

.ai-diagram-arrow-one {
  left: 236px;
  top: 294px;
}

.ai-diagram-arrow-two {
  left: 535px;
  top: 294px;
}

.ai-diagram-arrow-three {
  left: 845px;
  top: 294px;
}

.ai-delegate-row {
  left: 575px;
  top: 510px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-delegate-row small {
  position: absolute;
  left: 96px;
  top: -28px;
  color: rgba(38, 38, 38, 0.34);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.ai-delegate-row small::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-left: 12px;
  border-radius: 50%;
  background: #8f83f6;
  color: #ffffff;
  font-size: 11px;
}

.ai-delegate-row span {
  display: grid;
  place-content: center;
  width: 88px;
  min-height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(38, 38, 38, 0.62);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.ai-quality-lane {
  left: 935px;
  top: 425px;
  width: 126px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #8f83f6;
}

.ai-quality-lane span,
.ai-quality-lane strong {
  width: 126px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(143, 131, 246, 0.68);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.52);
  color: #8f83f6;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.ai-quality-lane .ai-observe {
  width: auto;
  min-height: auto;
  border: 2px solid rgba(143, 131, 246, 0.68);
  background: transparent;
  color: rgba(143, 131, 246, 0.72);
  transform: rotate(45deg);
  padding: 12px;
  font-size: 0;
}

.ai-quality-lane strong {
  background: #8f83f6;
  color: #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
  .ai-agent-card {
    animation: ai-agent-soft-float 5.5s ease-in-out infinite;
  }

  .ai-diagram-card {
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  .ai-diagram-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 64px rgba(58, 70, 92, 0.12);
  }
}

@keyframes ai-agent-soft-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


/* technologist -------- */

#technologists {
  background-color: #000000;
  min-height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
}



#technologists h1,
#technologists h1 span {
  font-size: 70px !important;
  font-family: 'Futura-Md-BT', sans-serif;
}

#technologists h1 span {
  background-clip: text;
  background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  /* color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
}

#technologists p {
  background-clip: text;
  background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  /* color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
  font-size: 20px;
}

#technologists .tech-stack-proof {
  margin-top: clamp(18px, 2.2vw, 34px);
}

/* People-asked  --------- */

#People-asked {
  background-color: #262626;
}

.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-button {
  background-color: transparent !important;
  font-family: var(--Medium);
  color: #EDF1F4 !important;
  border-bottom: 1px solid #EDF1F4;
  padding: 30px 0px !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  font-family: var(--Medium);
  color: #EDF1F4 !important;
}

/* Software-House ------------- */

#Software-House {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(132deg, rgba(255, 194, 105, 0.16), transparent 30%),
    linear-gradient(315deg, rgba(117, 115, 248, 0.18), transparent 36%),
    #f4f8fb;
}

#Software-House p {
  font-family: var(--Regular);
}

#Software-House::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(38, 38, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 38, 38, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 78%);
  pointer-events: none;
}

#Software-House .container-box {
  position: relative;
  z-index: 1;
  width: min(90%, 1440px);
}

.home-stack-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.68fr);
  gap: clamp(24px, 6vw, 96px);
  align-items: center;
}

.home-stack-copy {
  max-width: 710px;
}

.home-stack-eyebrow {
  margin: 0 0 14px;
  color: #675fe7;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  letter-spacing: 0;
}

.home-stack-copy h2 {
  margin: 0;
  color: #242629;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.home-stack-copy > p:not(.home-stack-eyebrow) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(36, 38, 41, 0.68);
  font-size: 18px;
  line-height: 1.58;
}

.home-stack-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.home-stack-tags span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.68);
  color: #242629;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 10px 28px rgba(27, 31, 35, 0.045);
}

.home-stack-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  margin-top: 34px;
  padding: 14px 20px;
  background: #ffc269;
  color: #242629 !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.home-stack-cta:hover {
  background: #ffb23f;
  transform: translateY(-2px);
}

.home-stack-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 194, 105, 0.24), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: 0 24px 70px rgba(27, 31, 35, 0.08);
}

.home-stack-panel::after {
  content: "";
  position: absolute;
  right: -86px;
  top: -86px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(117, 115, 248, 0.18);
  border-radius: 50%;
}

.home-stack-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(36, 38, 41, 0.1);
  padding-bottom: 22px;
}

.home-stack-panel-head span {
  color: #675fe7;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-stack-panel-head strong {
  color: #242629;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 300;
  line-height: 1;
}

.home-stack-criteria {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.home-stack-criteria article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(36, 38, 41, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.home-stack-criteria i {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(117, 115, 248, 0.16);
  border-radius: 8px;
  background: rgba(117, 115, 248, 0.08);
  color: #675fe7;
}

.home-stack-criteria h3 {
  margin: 0;
  color: #242629;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.home-stack-criteria p {
  margin: 8px 0 0;
  color: rgba(36, 38, 41, 0.64);
  font-size: 14px;
  line-height: 1.5;
}

/*  ------- @media screen size --------  */

@media screen and (max-width: 1440px) {
  .becoming-part {
    background-position: center;
  }
}

@media screen and (max-width: 1440px) {

  .banner-box .box-panel span {
    display: none !important;
  }

  #technologists h1,
  #technologists h1 span {
    font-size: 58px !important;
  }

  #technologists:last-child {
    width: 30px;
  }

  #technologists p {
    font-size: 15px;
  }

  #technologists {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1180px) {
  .home-stack-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-stack-copy {
    max-width: 860px;
  }
}

@media screen and (max-width: 640px) {
  #Software-House .container-box {
    width: 92%;
  }

  .home-stack-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .home-stack-copy > p:not(.home-stack-eyebrow) {
    font-size: 15px;
  }

  .home-stack-tags {
    gap: 8px;
    margin-top: 24px;
  }

  .home-stack-tags span {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .home-stack-cta {
    width: 100%;
  }

  .home-stack-panel {
    padding: 20px 16px;
  }

  .home-stack-panel-head {
    display: grid;
  }

  .home-stack-panel-head strong {
    font-size: 30px;
  }

  .home-stack-criteria article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 15px;
  }

  .home-stack-criteria i {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 1100px) {
  #Partners .partners-proof-header,
  #Partners .partners-proof-panel {
    grid-template-columns: 1fr;
  }

  #Partners .partners-proof-summary {
    max-width: 340px;
  }

  #Partners .partners-review-card {
    min-height: auto;
  }

  .ai-system-header,
  .ai-system-board {
    grid-template-columns: 1fr;
  }

  .ai-system-board {
    min-height: auto;
  }

  .ai-system-board::before {
    left: 50%;
    right: auto;
    top: 33%;
    bottom: 16%;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 194, 105, 0), #ffc269, #8dd4ff, #9d92ff);
    transform: translateX(-50%);
  }

  .ai-system-context {
    min-height: 360px;
  }

  .ai-system-flow {
    grid-template-columns: 1fr;
  }

  .ai-system-stage {
    min-height: auto;
  }

  .ai-system-stage::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%) rotate(90deg);
  }

  .ai-system-team,
  .ai-system-outcome {
    grid-column: auto;
  }

  #companies-sped .cards h3 {
    font-size: 18px !important;
  }

  #companies-sped {
    padding: 78px 0 86px;
  }

  #companies-sped .featured-work-header,
  #companies-sped .featured-work-layout,
  #companies-sped .featured-work-card--primary {
    grid-template-columns: 1fr;
  }

  #companies-sped .featured-work-header {
    gap: 22px;
    margin-bottom: 28px;
  }

  #companies-sped .featured-work-intro {
    max-width: 760px;
  }

  #companies-sped .featured-work-media {
    min-height: auto;
  }

  #companies-sped .featured-work-card--primary {
    min-height: auto;
  }

  #companies-sped .featured-work-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #companies-sped .featured-work-card--compact {
    grid-template-columns: 1fr;
    align-content: start;
  }

  #companies-sped .featured-work-card--compact img {
    height: 150px;
  }

  #Flexible-reliable .delivery-lab-header,
  #Flexible-reliable .row.mt-5 {
    grid-template-columns: 1fr;
  }

  #Flexible-reliable .image-slider-right,
  #Flexible-reliable .content-swiper {
    grid-column: auto;
    grid-row: auto;
  }

  #Flexible-reliable .delivery-visual-panel {
    min-height: auto;
  }

  #Flexible-reliable .rightImageSwiper,
  #Flexible-reliable .content-swiper {
    height: 460px !important;
  }

  .main-box-padding {
    padding: 40px 0px;
  }

  #business-results h2 {
    font-size: 42px;
  }

  #product-delivery h2 {
    font-size: 42px;
  }

  .section-title h2 {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 992px) {
  .banner-box h1 {
    font-family: var(--Regular);
    font-size: 52px;
  }

  .results-box i {
    font-size: 26px;
  }

  .results-box h4 {
    font-size: 40px;
  }

  .video-section {
    background-image: none;
    height: auto;
  }

  .video-section.client-proof-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .client-proof-media {
    min-height: 460px;
  }

  .client-proof-media img {
    min-height: 460px;
  }

  .video-section .video-details.client-proof-quote {
    position: absolute;
    top: auto;
    left: 22px;
    bottom: 22px;
    width: min(430px, calc(100% - 44px));
  }

  #technologists h1,
  #technologists h1 span {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  #Partners .partners-proof-header {
    gap: 22px;
  }

  #Partners .partners-proof-header h2 {
    font-size: 38px !important;
  }

  #Partners .partners-proof-panel {
    margin-top: 28px !important;
  }

  #Partners .partners-review-card {
    padding: 28px 22px;
  }

  #Partners .partners-review-top,
  #Partners .partners-review-person,
  #Partners .partners-proof-mini > div {
    align-items: flex-start;
    flex-direction: column;
  }

  #Partners .partners-review-top {
    margin-bottom: 30px;
  }

  #Partners .partners-review-card blockquote {
    font-size: 29px;
    line-height: 1.14;
  }

  #Partners .partners-review-person {
    margin-top: 34px;
  }

  #Partners .partners-proof-mini {
    min-height: auto;
    padding: 24px 22px;
  }

  #Partners .partners-proof-mini h3 {
    font-size: 22px;
  }

  #ai-delivery-system {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .ai-system-header {
    gap: 24px;
  }

  .ai-system-header h2 {
    font-size: 40px !important;
    line-height: 1.06;
  }

  .ai-system-intro p {
    font-size: 16px !important;
  }

  .ai-system-intro a {
    width: 100%;
    justify-content: center;
  }

  .ai-system-board {
    gap: 28px;
    margin-top: 38px;
    padding: 24px 18px;
  }

  .ai-system-board::after {
    display: none;
  }

  .ai-system-context {
    min-height: 300px;
  }

  .ai-system-context-art {
    left: 50%;
    transform: translateX(-50%);
  }

  .ai-system-core {
    width: min(220px, 92%);
  }

  .ai-system-stage {
    padding: 24px 20px;
  }

  .ai-system-stage h3 {
    font-size: 24px;
  }

  .ai-system-team,
  .ai-system-outcome {
    justify-content: flex-start;
  }

  .ai-system-team span,
  .ai-system-outcome span {
    width: 100%;
    justify-content: center;
  }

  #companies-sped {
    padding: 64px 0 72px;
  }

  #companies-sped::after {
    display: none;
  }

  #companies-sped .featured-work-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  #companies-sped .light-section-title h2 {
    font-size: 42px !important;
  }

  #companies-sped .featured-work-intro p {
    font-size: 16px !important;
  }

  #companies-sped .featured-work-media,
  #companies-sped .featured-work-content {
    padding: 24px;
  }

  #companies-sped .featured-work-kicker {
    position: static;
    margin-bottom: 18px;
  }

  #companies-sped .featured-work-media {
    display: block;
  }

  #companies-sped .featured-work-card--primary h3 {
    font-size: 32px !important;
  }

  #companies-sped .featured-work-proof,
  #companies-sped .featured-work-side {
    grid-template-columns: 1fr;
  }

  #companies-sped .featured-work-card--compact {
    min-height: auto;
  }

  #Flexible-reliable.delivery-lab {
    margin-top: 54px !important;
    min-height: calc(var(--delivery-steps, 6) * 100svh);
    padding: 0 !important;
  }

  #Flexible-reliable > .main-container,
  #Flexible-reliable .container-box {
    min-height: 100svh;
  }

  #Flexible-reliable .container-box {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  #Flexible-reliable .delivery-lab-header h2 {
    height: auto;
    font-size: 38px !important;
    line-height: 1.04;
  }

  #Flexible-reliable .delivery-lab-intro p {
    font-size: 15px !important;
  }

  #Flexible-reliable .delivery-panel-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #Flexible-reliable .rightImageSwiper {
    height: 330px !important;
  }

  #Flexible-reliable .rightImageSwiper img {
    width: 92% !important;
    max-height: 68%;
  }

  #Flexible-reliable .rightImageSwiper .delivery-workflow-visual,
  #Flexible-reliable .rightImageSwiper .delivery-architecture-visual,
  #Flexible-reliable .rightImageSwiper .delivery-uiux-visual,
  #Flexible-reliable .rightImageSwiper .delivery-ai-control-visual,
  #Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual,
  #Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual {
    padding: 10px;
  }

  #Flexible-reliable .rightImageSwiper .delivery-workflow-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-architecture-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-uiux-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-ai-control-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-qa-launch-visual img,
  #Flexible-reliable .rightImageSwiper .delivery-support-modernization-visual img {
    width: 100% !important;
    height: 100% !important;
    max-height: none;
    object-fit: contain;
  }

  #Flexible-reliable .content-swiper {
    height: 430px !important;
  }

  #Flexible-reliable .left-content-wrapper .border-shodow {
    min-height: 330px;
    padding: 26px 22px 54px;
  }

  #Flexible-reliable .slide-box-title {
    font-size: 28px !important;
  }

  #Flexible-reliable .slider-box-content {
    font-size: 15px !important;
    line-height: 1.58;
    margin-top: 18px;
  }

  #Flexible-reliable .delivery-step-tags {
    margin-top: 20px;
  }

  #Flexible-reliable .content-swiper .swiper-pagination {
    flex-direction: row;
    left: 22px;
    right: auto;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  #Flexible-reliable .content-swiper .swiper-pagination-bullet-active {
    width: 34px;
    height: 11px;
  }

  .video-section.client-proof-section {
    padding: 14px;
    margin-top: 54px !important;
  }

  .client-proof-copy {
    padding: 26px 20px;
  }

  .client-proof-copy h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .client-proof-copy p {
    font-size: 15px !important;
  }

  .client-proof-points {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .client-proof-points span {
    min-height: 64px;
  }

  .client-proof-actions a {
    width: 100%;
  }

  .client-proof-media {
    min-height: 380px;
  }

  .client-proof-media img {
    min-height: 380px;
  }

  .client-proof-play {
    width: 78px;
    height: 78px;
  }

  .client-proof-play i {
    font-size: 25px;
  }

  .video-section .video-details.client-proof-quote {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .video-section .video-details.client-proof-quote h3 {
    font-size: 17px !important;
  }

  .banner-box .box-panel {
    left: 0%;
    width: 280px !important;
    height: 40%;
  }

  .banner-box .box-1 {
    animation: slide-rotate 3.5s ease-in-out 0.4s forwards !important;
  }

  @keyframes slide-rotate {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    30% {
      opacity: 1;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    50% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    52.5% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    100% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }
  }

  .banner-box .box-2 {
    animation: slide-right-1 3.5s ease-in-out 0.4s forwards !important;
  }

  @keyframes slide-right-1 {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    30% {
      opacity: 1;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    50% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    52.5% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }


    100% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 15%;
      height: 50%;
    }
  }

  .banner-box .box-3 {
    animation: slide-right 3.5s ease-in-out 0.4s forwards !important;
  }

  @keyframes slide-right {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    30% {
      opacity: 1;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    50% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    100% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 30%;
      height: 60%;
    }
  }

  #Flexible-reliable .slide-box-title {
    font-size: 28px !important;
    padding-top: 0;
  }

  #Flexible-reliable .slider-box-content {
    margin-top: 18px;
    font-weight: 400;
    font-size: 15px !important;
  }

  #Flexible-reliable .swiper-vertical {
    height: 430px !important;
  }
}

@media screen and (max-width: 768px) {
  .Partners {
    border-top: 1px solid #8dd3ff9a;
  }

  .border-left {
    border-left: none !important;
  }

  #business-results h2 {
    font-size: 30px;
  }

  #product-delivery h2 {
    font-size: 30px;
  }

  .section-title h2 {
    font-size: 30px !important;
  }

  #developmentProcess .btn-dev {
    padding: 6px 12px;
  }

  .skil-title .skil-box {
    height: 38px;
    width: 59px;
  }
}

@media screen and (max-width: 572px) {

    .banner-box {
        height : auto !important;
        padding-top: 18px;
        padding-bottom: 38px;
    }

        .banner-box h2 {
            max-width: 280px;
            font-size: 15px;
            line-height: 1.35;
            margin-top: 10px;
        }

        .banner-box h1 {
            max-width: 292px;
            font-size: clamp(30px, 8.6vw, 34px);
            line-height: 1.12;
            margin-top: 26px;
        }

        .banner-box h2 {
            font-size: 15px;
        }

        .banner-box p {
            max-width: 292px;
            font-size: 16px;
            line-height: 1.55;
            margin-top: 16px;
        }

        .banner-box .home-trust-line {
            box-sizing: border-box;
            width: 292px !important;
            max-width: 292px;
            padding-left: 12px;
            font-size: 14px !important;
            line-height: 1.58 !important;
            overflow-wrap: anywhere;
        }

        .banner-box .d-flex.flex-column.align-items-start {
            width: 292px;
            max-width: 292px;
        }

        .left-content-wrapper .border-shodow {
    width: 100% !important;
  }

  .banner-box a {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .swipe-btn {
    width: auto;
    /* background-color: red; */
  }

  .swipe-btn {
    position: relative;
  }

  .slide-btn-box {
    position: absolute !important;
    /* background-color: red; */
    width: 100%;
    height: 100%;

  }

  .swipe-btn .swiper-button-next {
    height: 34px;
    width: 34px !important;
  }

  .swipe-btn .swiper-button-prev {
    left: 70% !important;
    height: 34px;
    width: 34px !important;
  }

  .results-box {
    height: 250px;
  }

  

  .border-right {
    border-bottom: 1px solid #A0A5A7;
    border-right: none;
  }

  .border-left {
    border-right: none !important;
  }

  .image-slider-right {
    position: relative !important;
    width: 100%;
  }

  .rightImageSwiper {
    width: 90% !important;
  }

  #Flexible-reliable .rightImageSwiper {
    width: 100% !important;
  }

  #Flexible-reliable .slider-box-content {
    width: 100% !important;
  }

  #Flexible-reliable .slide-box-title {
    width: 100% !important;
    font-size: 28px !important;
  }
}

@media screen and (max-width: 992px) {
  #product-delivery .col-lg-6:first-child,
  #product-delivery .col-lg-6:last-child {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #product-delivery h2 {
    width: 100% !important;
    max-width: 720px;
    font-size: clamp(42px, 7vw, 56px);
  }

  #product-delivery .col-lg-6:last-child > .col-xxl-8 {
    width: 100%;
    max-width: 620px;
    margin-left: 0 !important;
  }

  #industries-served .section-title {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 640px) {
  #product-delivery h2 {
    font-size: 34px !important;
    line-height: 1.14;
  }

  #product-delivery .home-product-cta {
    flex-direction: column;
  }

  #product-delivery .home-product-cta a {
    width: 100%;
  }

  #industries-served .industry-cta-card {
    min-height: auto;
  }

  #industries-served .industry-cta-card h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1180px) {
  #ai-delivery-system {
    padding: 72px 0 84px;
  }

  #ai-delivery-system .ai-system-header {
    max-width: 100%;
  }

  #ai-delivery-system .ai-system-header h2 {
    max-width: 780px;
    font-size: clamp(42px, 6vw, 60px) !important;
  }

  .ai-system-canvas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 30px;
  }

  .ai-circuit-field,
  .ai-agent-card,
  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-diagram-arrow,
  .ai-delegate-row,
  .ai-quality-lane {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .ai-circuit-field {
    width: 100%;
    height: 260px;
  }

  .ai-circuit-field + .ai-agent-card {
    margin-top: -210px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-context-icons,
  .ai-meeting-path {
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-meeting-path {
    grid-template-columns: auto 60px auto;
  }

  .ai-diagram-card {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-diagram-arrow {
    display: grid;
    place-items: center;
    transform: rotate(90deg);
  }

  .ai-delegate-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ai-delegate-row small {
    position: static;
    width: 100%;
    text-align: center;
  }

  .ai-quality-lane {
    width: 100%;
    justify-items: center;
  }
}

@media screen and (max-width: 640px) {
  #ai-delivery-system {
    padding: 56px 0 68px;
  }

  #ai-delivery-system .ai-system-header {
    padding-top: 24px;
  }

  #ai-delivery-system .ai-system-header h2 {
    font-size: 36px !important;
    line-height: 1.08;
  }

  .ai-system-canvas {
    margin-top: 42px;
    padding: 22px 18px;
  }

  .ai-circuit-field {
    height: 230px;
  }

  .ai-agent-card {
    width: 156px;
  }

  .ai-context-icons {
    margin-top: 18px;
  }

  .ai-context-icons span {
    position: static;
  }

  .ai-meeting-path {
    grid-template-columns: auto 34px auto;
    gap: 8px;
  }

  .ai-diagram-card {
    padding: 24px 18px 20px;
  }

  .ai-diagram-card h3 {
    font-size: 18px;
  }

  .ai-command-row {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 13px 12px;
  }

  .ai-quality-lane span,
  .ai-quality-lane strong {
    width: 100%;
  }
}

/* AI delivery system premium pass -------- */

#ai-delivery-system {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 54%, #f6fbff 100%);
}

#ai-delivery-system .ai-system-header {
  max-width: 1220px;
}

#ai-delivery-system .ai-system-header h2 {
  max-width: 1010px;
  color: #25282b;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(46px, 3.1vw, 58px) !important;
  line-height: 1.06;
}

.ai-system-canvas {
  max-width: 1220px;
  min-height: 650px;
  border: 1px solid rgba(26, 36, 45, 0.08);
  background:
    linear-gradient(135deg, rgba(241, 248, 252, 0.98) 0%, rgba(248, 250, 253, 0.96) 38%, rgba(250, 238, 219, 0.78) 62%, rgba(222, 220, 255, 0.96) 100%);
  box-shadow:
    0 38px 90px rgba(35, 50, 68, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ai-system-canvas::before {
  background:
    linear-gradient(90deg, rgba(30, 46, 61, 0.08), rgba(30, 46, 61, 0.01) 28%, rgba(30, 46, 61, 0.03) 72%, rgba(30, 46, 61, 0.08)),
    radial-gradient(circle at 24% 42%, rgba(141, 212, 255, 0.26), transparent 28%),
    radial-gradient(circle at 74% 64%, rgba(143, 131, 246, 0.23), transparent 30%);
}

.ai-system-canvas::after {
  background-image:
    linear-gradient(rgba(40, 50, 60, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 50, 60, 0.05) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.28;
}

.ai-circuit-field {
  top: 78px;
  left: 14px;
  width: 336px;
  height: 510px;
  opacity: 0.74;
}

.ai-circuit-line {
  border-width: 5px;
  border-radius: 8px;
}

.ai-circuit-line-a {
  left: 0;
  top: 64px;
  width: 180px;
  height: 184px;
  border-color: rgba(127, 205, 241, 0.42);
  border-right-color: transparent;
}

.ai-circuit-line-b {
  left: 142px;
  top: 58px;
  width: 156px;
  height: 270px;
  border-color: rgba(255, 194, 105, 0.46);
}

.ai-circuit-line-c {
  left: 98px;
  top: 286px;
  width: 192px;
  height: 178px;
  border-color: rgba(143, 131, 246, 0.38);
}

.ai-circuit-dot {
  width: 22px;
  height: 22px;
  border-width: 5px;
  border-radius: 6px;
}

.ai-circuit-dot-a {
  left: 238px;
  top: 140px;
}

.ai-circuit-dot-b {
  left: 296px;
  top: 184px;
}

.ai-circuit-dot-c {
  left: 300px;
  top: 382px;
}

.ai-agent-card {
  left: 88px;
  top: 288px;
  width: 176px;
  min-height: 128px;
  border: 1px solid rgba(82, 111, 132, 0.18);
  border-top: 4px solid #8dd4ff;
  border-left: 4px solid #8f83f6;
  border-bottom: 4px solid #ffc269;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow:
    0 24px 58px rgba(55, 74, 100, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ai-agent-card span {
  color: rgba(37, 40, 43, 0.68);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.ai-agent-card strong {
  color: #6c63dc;
  font-size: 21px;
  line-height: 1.08;
}

.ai-context-icons {
  top: 74px;
  left: 516px;
  gap: 13px;
  padding: 8px 10px;
  border: 1px solid rgba(35, 50, 68, 0.08);
  background: rgba(255, 255, 255, 0.48);
  color: rgba(37, 40, 43, 0.58);
}

.ai-context-icons span {
  left: 0;
  top: -25px;
  color: rgba(37, 40, 43, 0.5);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.ai-context-icons i {
  font-size: 17px;
}

.ai-meeting-path {
  left: 276px;
  top: 194px;
  color: rgba(37, 40, 43, 0.44);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.ai-diagram-card {
  width: 270px;
  padding: 30px 28px 26px;
  border: 1px solid rgba(35, 50, 68, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 26px 64px rgba(45, 58, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ai-diagram-card::before {
  height: 5px;
}

.ai-diagram-card h3 {
  color: #3d4145;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 19px;
  letter-spacing: 0.04em;
}

.ai-command-row {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(35, 50, 68, 0.05);
  background: rgba(244, 247, 250, 0.82);
}

.ai-command-row > i {
  color: rgba(37, 40, 43, 0.4);
  font-size: 22px;
}

.ai-command-row strong {
  color: #25282b;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.ai-command-row p {
  color: rgba(37, 40, 43, 0.6);
  font-size: 10.5px !important;
}

.ai-diagram-card-ideation {
  left: 312px;
  top: 238px;
}

.ai-diagram-card-development {
  left: 594px;
  top: 112px;
  width: 276px;
}

.ai-diagram-card-quality {
  left: 908px;
  top: 168px;
  width: 276px;
}

.ai-diagram-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(35, 50, 68, 0.09);
  background: rgba(255, 255, 255, 0.54);
  color: rgba(37, 40, 43, 0.5);
  font-size: 16px;
}

.ai-diagram-arrow-one {
  left: 270px;
  top: 316px;
}

.ai-diagram-arrow-two {
  left: 556px;
  top: 316px;
}

.ai-diagram-arrow-three {
  left: 876px;
  top: 316px;
}

.ai-delegate-row {
  left: 604px;
  top: 516px;
  gap: 12px;
}

.ai-delegate-row small {
  left: 100px;
  color: rgba(37, 40, 43, 0.46);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
}

.ai-delegate-row span {
  width: 94px;
  min-height: 46px;
  border: 1px solid rgba(35, 50, 68, 0.07);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(45, 58, 82, 0.08);
}

.ai-quality-lane {
  left: 978px;
  top: 436px;
  gap: 10px;
}

.ai-quality-lane span,
.ai-quality-lane strong {
  width: 138px;
  min-height: 42px;
  border-radius: 6px;
  font-size: 12px;
}

.ai-quality-lane .ai-observe {
  border-radius: 6px;
  padding: 10px;
}

@media screen and (max-width: 1180px) {
  #ai-delivery-system .ai-system-header h2 {
    font-size: clamp(40px, 6vw, 56px) !important;
  }

  .ai-circuit-field,
  .ai-agent-card,
  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-diagram-arrow,
  .ai-delegate-row,
  .ai-quality-lane {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .ai-system-canvas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .ai-circuit-field {
    height: 260px;
  }

  .ai-circuit-field + .ai-agent-card {
    margin-top: -208px;
  }

  .ai-diagram-card {
    width: 100%;
    max-width: 620px;
  }

  .ai-diagram-arrow {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  #ai-delivery-system .ai-system-header h2 {
    font-size: 34px !important;
  }

  .ai-system-canvas {
    padding: 20px 16px;
  }

  .ai-agent-card {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-agent-card strong {
    font-size: 18px;
  }

  .ai-context-icons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ai-diagram-card h3 {
    font-size: 17px;
  }
}

/* AI delivery system value pass -------- */

#ai-delivery-system {
  padding: 86px 0 118px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #f3f9fc 100%);
}

#ai-delivery-system .ai-system-header {
  max-width: 1210px;
  padding-top: 32px;
}

#ai-delivery-system .ai-system-header h2 {
  max-width: 820px;
  color: #2c2f32;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 3.2vw, 62px) !important;
  line-height: 1.03;
}

#ai-delivery-system .ai-system-header h2 span {
  color: #675fe7;
}

.ai-system-canvas {
  isolation: isolate;
  max-width: 1210px;
  min-height: 730px;
  margin-top: 86px;
  border: 1px solid rgba(33, 44, 54, 0.08);
  background:
    linear-gradient(135deg, rgba(235, 244, 248, 0.98) 0%, rgba(247, 250, 253, 0.98) 38%, rgba(253, 238, 214, 0.8) 62%, rgba(218, 216, 255, 0.96) 100%);
  box-shadow:
    0 30px 86px rgba(38, 51, 70, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ai-system-canvas::before {
  background:
    linear-gradient(90deg, rgba(27, 41, 54, 0.07), rgba(27, 41, 54, 0) 26%, rgba(27, 41, 54, 0.02) 70%, rgba(27, 41, 54, 0.07)),
    linear-gradient(135deg, rgba(141, 212, 255, 0.16), rgba(255, 194, 105, 0.12) 52%, rgba(143, 131, 246, 0.18));
}

.ai-system-canvas::after {
  background-image:
    linear-gradient(rgba(35, 46, 58, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 46, 58, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.34;
}

.ai-agent-card,
.ai-context-icons,
.ai-meeting-path,
.ai-diagram-card,
.ai-diagram-arrow,
.ai-delegate-row,
.ai-quality-lane,
.ai-value-strip {
  z-index: 2;
}

.ai-circuit-field {
  left: 18px;
  top: 76px;
  width: 350px;
  height: 520px;
  opacity: 0.86;
  z-index: 1;
}

.ai-circuit-line {
  border-width: 6px;
}

.ai-circuit-line-a {
  left: -6px;
  top: 58px;
  width: 186px;
  height: 190px;
  border-color: rgba(127, 205, 241, 0.5);
  border-right-color: transparent;
}

.ai-circuit-line-b {
  left: 144px;
  top: 52px;
  width: 168px;
  height: 278px;
  border-color: rgba(255, 194, 105, 0.54);
}

.ai-circuit-line-c {
  left: 100px;
  top: 284px;
  width: 198px;
  height: 184px;
  border-color: rgba(143, 131, 246, 0.46);
}

.ai-circuit-dot {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.52);
}

.ai-agent-card {
  left: 92px;
  top: 286px;
  width: 190px;
  min-height: 138px;
  border-top-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 66px rgba(44, 59, 80, 0.16);
}

.ai-agent-card span {
  font-size: 12px;
}

.ai-agent-card strong {
  margin-top: 9px;
  color: #655ceb;
  font-size: 23px;
}

.ai-context-icons {
  top: 78px;
  left: 510px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(44, 59, 80, 0.08);
}

.ai-meeting-path {
  left: 286px;
  top: 192px;
  grid-template-columns: auto 84px auto;
}

.ai-diagram-card {
  width: 282px;
  padding: 30px 30px 28px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 30px 72px rgba(45, 58, 82, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.ai-diagram-card::before {
  height: 6px;
}

.ai-diagram-card h3 {
  margin-bottom: 22px;
  color: #45494d;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0;
}

.ai-command-row {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 88px;
  padding: 15px 16px;
  background: #f5f7f9;
}

.ai-command-row > i {
  color: rgba(37, 40, 43, 0.48);
  font-size: 24px;
}

.ai-command-row strong {
  font-size: 13px;
}

.ai-command-row p {
  color: rgba(37, 40, 43, 0.66);
  font-size: 11px !important;
  line-height: 1.32;
}

.ai-diagram-card-ideation {
  left: 316px;
  top: 238px;
}

.ai-diagram-card-development {
  left: 604px;
  top: 112px;
  width: 292px;
}

.ai-diagram-card-quality {
  left: 914px;
  top: 164px;
  width: 282px;
}

.ai-diagram-arrow {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(37, 40, 43, 0.58);
}

.ai-diagram-arrow-one {
  left: 280px;
  top: 320px;
}

.ai-diagram-arrow-two {
  left: 565px;
  top: 320px;
}

.ai-diagram-arrow-three {
  left: 878px;
  top: 320px;
}

.ai-delegate-row {
  left: 596px;
  top: 566px;
  gap: 10px;
}

.ai-delegate-row small {
  left: 112px;
  top: -30px;
}

.ai-delegate-row span {
  width: 102px;
  min-height: 48px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(37, 40, 43, 0.68);
  font-size: 10.5px;
}

.ai-quality-lane {
  left: 984px;
  top: 492px;
  width: 150px;
  gap: 10px;
}

.ai-quality-lane span,
.ai-quality-lane strong {
  width: 150px;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.ai-quality-lane strong {
  background: #7f73f0;
  box-shadow: 0 18px 36px rgba(103, 95, 231, 0.22);
}

.ai-value-strip {
  position: absolute;
  left: 330px;
  right: 330px;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(35, 50, 68, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 56px rgba(45, 58, 82, 0.1);
  backdrop-filter: blur(10px);
}

.ai-value-strip span {
  display: grid;
  align-content: center;
  min-height: 52px;
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(245, 247, 250, 0.9);
  color: rgba(37, 40, 43, 0.68);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

.ai-value-strip strong {
  display: block;
  color: #655ceb;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.05;
}

@media (prefers-reduced-motion: no-preference) {
  .ai-system-canvas {
    transform: translateZ(0);
  }

  .ai-diagram-arrow i,
  .ai-quality-lane > i {
    animation: ai-flow-nudge 2.6s ease-in-out infinite;
  }
}

@keyframes ai-flow-nudge {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(3px, 0);
  }
}

@media screen and (max-width: 1180px) {
  #ai-delivery-system {
    padding: 76px 0 96px;
  }

  #ai-delivery-system .ai-system-header {
    max-width: 720px;
  }

  #ai-delivery-system .ai-system-header h2 {
    font-size: clamp(40px, 6vw, 56px) !important;
  }

  .ai-system-canvas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 720px;
    min-height: 0;
    margin-top: 56px;
    padding: 26px;
  }

  .ai-circuit-field,
  .ai-agent-card,
  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-diagram-arrow,
  .ai-delegate-row,
  .ai-quality-lane,
  .ai-value-strip {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .ai-circuit-field {
    height: 260px;
  }

  .ai-circuit-field + .ai-agent-card {
    margin-top: -208px;
  }

  .ai-agent-card {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-diagram-card {
    width: 100%;
    max-width: 620px;
  }

  .ai-diagram-arrow {
    margin-left: auto;
    margin-right: auto;
  }

  .ai-value-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-top: 0;
  }

  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-delegate-row,
  .ai-quality-lane,
  .ai-value-strip {
    margin-left: auto;
    margin-right: auto;
  }

  .ai-delegate-row {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 360px;
  }
}

@media screen and (max-width: 640px) {
  #ai-delivery-system {
    padding: 58px 0 78px;
  }

  #ai-delivery-system .ai-system-header {
    padding-top: 24px;
  }

  #ai-delivery-system .ai-system-header h2 {
    font-size: 32px !important;
    line-height: 1.08;
  }

  .ai-system-canvas {
    margin-top: 38px;
    padding: 18px 14px;
  }

  .ai-command-row {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 72px;
    padding: 13px;
  }

  .ai-command-row p {
    font-size: 10.5px !important;
  }

  .ai-delegate-row span,
  .ai-quality-lane,
  .ai-quality-lane span,
  .ai-quality-lane strong {
    width: 100%;
  }
}

/* AI delivery system clarity pass -------- */

#ai-delivery-system .container-box {
  width: min(94vw, 1520px);
}

#ai-delivery-system .ai-system-header {
  max-width: 1440px;
}

#ai-delivery-system .ai-system-header h2 {
  max-width: 1440px;
  font-size: clamp(44px, 2.9vw, 56px) !important;
  line-height: 1.08;
}

#ai-delivery-system .ai-system-header h2 br {
  display: block;
}

.ai-system-canvas {
  max-width: 1440px;
  min-height: 730px;
}

.ai-circuit-field {
  left: 58px;
  top: 72px;
  width: 390px;
  height: 520px;
}

.ai-agent-card {
  left: 128px;
  top: 288px;
  width: 210px;
  min-height: 142px;
}

.ai-agent-card strong {
  font-size: 24px;
}

.ai-context-icons {
  left: 596px;
  top: 76px;
}

.ai-context-icons span {
  font-size: 12px;
}

.ai-meeting-path {
  left: 374px;
  top: 190px;
  grid-template-columns: auto 96px auto;
  font-size: 12px;
}

.ai-diagram-card {
  width: 320px;
  padding: 28px 30px 28px;
}

.ai-diagram-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  font-family: var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: none;
}

.ai-diagram-card h3 span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(143, 131, 246, 0.12);
  color: #655ceb;
  font-size: 14px;
}

.ai-command-row {
  min-height: 84px;
}

.ai-command-row strong {
  font-size: 14px;
}

.ai-command-row p {
  font-size: 11.5px !important;
  line-height: 1.36;
}

.ai-diagram-card-ideation {
  left: 430px;
  top: 238px;
}

.ai-diagram-card-development {
  left: 778px;
  top: 112px;
  width: 340px;
}

.ai-diagram-card-quality {
  left: 1150px;
  top: 164px;
  width: 320px;
}

.ai-diagram-arrow-one {
  left: 372px;
  top: 320px;
}

.ai-diagram-arrow-two {
  left: 732px;
  top: 320px;
}

.ai-diagram-arrow-three {
  left: 1108px;
  top: 320px;
}

.ai-delegate-row {
  left: 792px;
  top: 560px;
}

.ai-delegate-row small {
  left: 116px;
}

.ai-delegate-row span {
  width: 112px;
  font-size: 11px;
}

.ai-quality-lane {
  left: 1232px;
  top: 492px;
  width: 172px;
}

.ai-quality-lane span,
.ai-quality-lane strong {
  width: 172px;
  min-height: 46px;
  font-size: 13px;
}

.ai-quality-lane .ai-observe {
  width: 172px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(143, 131, 246, 0.68);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.54);
  color: #7f73f0;
  font-size: 12px;
  transform: none;
}

.ai-value-strip {
  left: 470px;
  right: 420px;
  bottom: 28px;
}

.ai-value-strip span {
  font-size: 12px;
}

.ai-value-strip strong {
  font-size: 22px;
}

@media screen and (max-width: 1180px) {
  #ai-delivery-system .container-box {
    width: 90%;
  }

  #ai-delivery-system .ai-system-header h2 {
    max-width: 720px;
    font-size: clamp(40px, 6vw, 56px) !important;
  }

  .ai-system-canvas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 720px;
    min-height: 0;
    padding: 26px;
  }

  .ai-circuit-field,
  .ai-agent-card,
  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-diagram-arrow,
  .ai-delegate-row,
  .ai-quality-lane,
  .ai-value-strip {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .ai-circuit-field {
    width: 100%;
    height: 260px;
  }

  .ai-circuit-field + .ai-agent-card {
    margin-top: -208px;
  }

  .ai-agent-card {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-delegate-row,
  .ai-quality-lane,
  .ai-value-strip {
    margin-left: auto;
    margin-right: auto;
  }

  .ai-diagram-card,
  .ai-diagram-card-development,
  .ai-diagram-card-quality {
    width: 100%;
    max-width: 620px;
  }

  .ai-quality-lane,
  .ai-quality-lane span,
  .ai-quality-lane strong,
  .ai-quality-lane .ai-observe {
    width: 100%;
  }

  .ai-quality-lane .ai-observe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ai-value-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media screen and (max-width: 640px) {
  #ai-delivery-system .ai-system-header h2 {
    font-size: 30px !important;
    line-height: 1.08;
  }

  .ai-diagram-card h3 {
    font-size: 20px;
  }
}

/* AI delivery system compact pass -------- */

#ai-delivery-system {
  padding: 48px 0 66px;
}

#ai-delivery-system .container-box {
  width: min(96vw, 1560px);
  padding: 30px 32px 38px;
  border: 1px solid rgba(30, 38, 45, 0.14);
  overflow: visible;
}

#ai-delivery-system .ai-system-header {
  padding-top: 0;
  border-top: 0;
}

#ai-delivery-system .ai-system-header h2 {
  max-width: 1120px;
  font-size: clamp(42px, 2.7vw, 54px) !important;
  line-height: 1.04;
}

.ai-system-canvas {
  max-width: 1490px;
  min-height: 600px;
  margin-top: 36px;
  border: 1px solid rgba(30, 38, 45, 0.16);
  box-shadow: none;
}

.ai-circuit-field {
  left: 58px;
  top: 46px;
  height: 460px;
  opacity: 0.72;
}

.ai-agent-card {
  left: 128px;
  top: 236px;
  min-height: 126px;
}

.ai-agent-card span {
  font-size: 11px;
}

.ai-agent-card strong {
  font-size: 22px;
}

.ai-context-icons {
  left: 600px;
  top: 54px;
}

.ai-meeting-path {
  left: 390px;
  top: 158px;
}

.ai-diagram-card {
  width: 310px;
  padding: 24px;
  border: 1px solid rgba(30, 38, 45, 0.12);
  box-shadow: 0 18px 46px rgba(45, 58, 82, 0.08);
}

.ai-diagram-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

.ai-command-row {
  min-height: 66px;
  padding: 12px 14px;
}

.ai-command-row + .ai-command-row {
  margin-top: 8px;
}

.ai-command-row strong {
  font-size: 13px;
}

.ai-command-row p {
  margin-top: 2px;
  font-size: 10.5px !important;
  line-height: 1.25;
}

.ai-diagram-card-ideation {
  left: 430px;
  top: 206px;
}

.ai-diagram-card-development {
  left: 778px;
  top: 92px;
  width: 330px;
}

.ai-diagram-card-quality {
  left: 1150px;
  top: 138px;
  width: 310px;
}

.ai-diagram-arrow-one {
  left: 372px;
  top: 280px;
}

.ai-diagram-arrow-two {
  left: 732px;
  top: 280px;
}

.ai-diagram-arrow-three {
  left: 1108px;
  top: 280px;
}

.ai-delegate-row {
  left: 798px;
  top: 462px;
}

.ai-delegate-row small {
  left: 128px;
  top: -24px;
}

.ai-delegate-row span {
  width: 104px;
  min-height: 40px;
}

.ai-quality-lane {
  left: 1232px;
  top: 392px;
}

.ai-quality-lane span,
.ai-quality-lane strong,
.ai-quality-lane .ai-observe {
  min-height: 40px;
}

.ai-value-strip {
  left: 470px;
  right: 440px;
  bottom: 24px;
  padding: 8px;
  border-color: rgba(30, 38, 45, 0.12);
  box-shadow: none;
}

.ai-value-strip span {
  min-height: 44px;
  padding: 7px 10px;
}

.ai-value-strip strong {
  font-size: 20px;
}

@media screen and (max-width: 1180px) {
  #ai-delivery-system {
    padding: 36px 0 52px;
  }

  #ai-delivery-system .container-box {
    width: 92%;
    padding: 22px 18px 26px;
  }

  .ai-system-canvas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    margin-top: 28px;
    padding: 22px;
  }

  .ai-circuit-field,
  .ai-agent-card,
  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-diagram-arrow,
  .ai-delegate-row,
  .ai-quality-lane,
  .ai-value-strip {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .ai-circuit-field {
    width: 100%;
    height: 230px;
  }

  .ai-circuit-field + .ai-agent-card {
    margin-top: -188px;
  }

  .ai-diagram-card {
    width: 100%;
    max-width: 620px;
    padding: 22px;
  }

  .ai-context-icons,
  .ai-meeting-path,
  .ai-diagram-card,
  .ai-delegate-row,
  .ai-quality-lane,
  .ai-value-strip {
    margin-left: auto;
    margin-right: auto;
  }

  .ai-delegate-row {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 360px;
  }

  .ai-quality-lane,
  .ai-quality-lane span,
  .ai-quality-lane strong,
  .ai-quality-lane .ai-observe {
    width: 100%;
  }

  .ai-value-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media screen and (max-width: 640px) {
  #ai-delivery-system .ai-system-header h2 {
    font-size: 28px !important;
  }

  .ai-system-canvas {
    padding: 16px 12px;
  }
}

/* Context Engine typography -------- */

.ai-agent-card {
  isolation: isolate;
  overflow: hidden;
}

.ai-agent-card > span,
.ai-agent-card > strong {
  position: relative;
  z-index: 2;
  font-weight: 300;
}

.ai-agent-card > span {
  font-family: var(--Thin), "Raleway", Arial, Helvetica, sans-serif;
  color: rgba(37, 40, 43, 0.74);
  letter-spacing: 0.08em;
}

.ai-agent-card > strong {
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  color: #5a51e6;
  font-size: 24px;
  letter-spacing: 0;
}

/* Upper-left AI brain + voice backdrop -------- */

.ai-brain-backdrop,
.ai-brain-backdrop span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ai-brain-backdrop {
  left: 54px;
  top: 36px;
  z-index: 1;
  width: 360px;
  height: 275px;
  opacity: 0.78;
}

.ai-brain-shell {
  top: 20px;
  width: 168px;
  height: 132px;
  border: 1px solid rgba(83, 92, 105, 0.18);
  background:
    radial-gradient(circle at 28% 38%, rgba(141, 212, 255, 0.2), transparent 34%),
    radial-gradient(circle at 72% 68%, rgba(255, 194, 105, 0.16), transparent 36%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.ai-brain-shell-left {
  left: 22px;
  border-right-color: transparent;
  border-radius: 58% 38% 46% 52%;
  transform: rotate(-9deg);
}

.ai-brain-shell-right {
  left: 142px;
  border-left-color: transparent;
  border-radius: 38% 58% 52% 46%;
  transform: rotate(8deg);
}

.ai-brain-thread {
  border: 1px solid rgba(103, 95, 231, 0.22);
  border-color: rgba(103, 95, 231, 0.22) transparent transparent rgba(103, 95, 231, 0.22);
  border-radius: 34px 0 0;
}

.ai-brain-thread-a {
  left: 62px;
  top: 48px;
  width: 76px;
  height: 48px;
}

.ai-brain-thread-b {
  left: 126px;
  top: 38px;
  width: 92px;
  height: 72px;
  transform: rotate(14deg);
}

.ai-brain-thread-c {
  left: 196px;
  top: 68px;
  width: 78px;
  height: 46px;
  transform: scaleX(-1);
}

.ai-brain-thread-d {
  left: 96px;
  top: 112px;
  width: 144px;
  height: 62px;
  border-color: transparent transparent rgba(141, 212, 255, 0.26) rgba(141, 212, 255, 0.26);
  border-radius: 0 0 0 42px;
}

.ai-brain-mic-core {
  left: 162px;
  top: 74px;
  width: 44px;
  height: 76px;
  border: 1px solid rgba(255, 194, 105, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent 47%, rgba(103, 95, 231, 0.18) 49%, rgba(103, 95, 231, 0.18) 51%, transparent 53%);
}

.ai-brain-mic-core::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 82px;
  width: 1px;
  height: 54px;
  background: linear-gradient(rgba(103, 95, 231, 0.28), rgba(103, 95, 231, 0));
}

.ai-brain-pulse {
  left: 122px;
  top: 155px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 95, 231, 0.32), transparent);
}

.ai-brain-pulse-a {
  width: 150px;
}

.ai-brain-pulse-b {
  top: 180px;
  left: 88px;
  width: 210px;
  background: linear-gradient(90deg, transparent, rgba(141, 212, 255, 0.34), rgba(255, 194, 105, 0.28), transparent);
}

.ai-brain-node {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(103, 95, 231, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.ai-brain-node-a {
  left: 82px;
  top: 128px;
}

.ai-brain-node-b {
  left: 132px;
  top: 64px;
}

.ai-brain-node-c {
  left: 244px;
  top: 118px;
  border-color: rgba(255, 194, 105, 0.48);
}

.ai-brain-node-d {
  left: 288px;
  top: 184px;
  border-color: rgba(141, 212, 255, 0.44);
}

.ai-brain-backdrop + .ai-circuit-field {
  opacity: 0.38;
}

@media screen and (max-width: 1180px) {
  .ai-brain-backdrop {
    left: 50%;
    top: 24px;
    width: 320px;
    height: 245px;
    transform: translateX(-50%);
    opacity: 0.66;
  }

  .ai-brain-backdrop + .ai-circuit-field {
    opacity: 0.22;
  }
}

@media screen and (max-width: 640px) {
  .ai-brain-backdrop {
    width: 280px;
    height: 218px;
    transform: translateX(-50%) scale(0.86);
    transform-origin: top center;
  }
}

/* Proof & Trust: buyer verification board */

#proof-trust.home-proof-trust-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(132deg, rgba(117, 115, 248, 0.14), transparent 32%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.16), transparent 34%),
    #f5f8fb;
}

#proof-trust.home-proof-trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(38, 38, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 38, 38, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent 82%);
  pointer-events: none;
}

#proof-trust .container-box {
  position: relative;
  z-index: 1;
  width: min(90%, 1440px);
}

#proof-trust .home-proof-trust-heading {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(720px, 820px) minmax(300px, 360px);
  justify-content: space-between;
  gap: clamp(48px, 6vw, 120px);
  align-items: start;
}

#proof-trust .home-proof-eyebrow {
  margin: 0 0 14px;
  color: #675fe7;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

#proof-trust .home-proof-trust-heading h2 {
  max-width: 820px;
  margin: 0;
  color: #242629;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 2.45vw, 44px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 0;
}

#proof-trust .home-proof-trust-heading h2 span {
  display: inline-block;
  white-space: nowrap;
}

#proof-trust .home-proof-trust-heading > p {
  justify-self: end;
  max-width: 360px;
  margin: clamp(28px, 3vw, 46px) 0 0;
  color: rgba(36, 38, 41, 0.68);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 0.96vw, 18px);
  line-height: 1.55;
}

#proof-trust .home-proof-board {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.58fr);
  gap: 14px;
  margin-top: clamp(34px, 4vw, 56px);
}

#proof-trust .home-proof-board-main,
#proof-trust .home-proof-reference-card,
#proof-trust .home-proof-ownership-card,
#proof-trust .home-proof-signal-strip {
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(27, 31, 35, 0.075);
}

#proof-trust .home-proof-board-main {
  position: relative;
  overflow: hidden;
  min-height: 545px;
  padding: clamp(30px, 4vw, 56px);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 194, 105, 0.22), transparent 22%),
    linear-gradient(135deg, rgba(117, 115, 248, 0.22), transparent 42%),
    #1f2226;
  color: #ffffff;
}

#proof-trust .home-proof-board-main::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

#proof-trust .home-proof-board-main::after {
  content: "";
  position: absolute;
  right: -96px;
  top: -96px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(141, 212, 255, 0.22);
  border-radius: 50%;
  box-shadow:
    -82px 84px 0 -52px rgba(117, 115, 248, 0.28),
    -160px 170px 0 -120px rgba(255, 194, 105, 0.34);
}

#proof-trust .home-proof-status,
#proof-trust .home-proof-reference-card > span,
#proof-trust .home-proof-ownership-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffc269;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#proof-trust .home-proof-status i {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 194, 105, 0.3);
  border-radius: 8px;
  background: rgba(255, 194, 105, 0.12);
}

#proof-trust .home-proof-board-main h3 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 32px 0 0;
  color: #ffffff;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 3.3vw, 62px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
}

#proof-trust .home-proof-board-main p {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

#proof-trust .home-proof-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

#proof-trust .home-proof-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

#proof-trust .home-proof-links a:hover {
  border-color: #ffc269;
  background: #ffc269;
  color: #1f2226 !important;
}

#proof-trust .home-proof-checks {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(34px, 5vw, 76px);
}

#proof-trust .home-proof-checks article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 126px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

#proof-trust .home-proof-checks i {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(141, 212, 255, 0.28);
  border-radius: 8px;
  color: #8dd4ff;
}

#proof-trust .home-proof-checks span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}

#proof-trust .home-proof-checks strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

#proof-trust .home-proof-board-side {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
}

#proof-trust .home-proof-reference-card,
#proof-trust .home-proof-ownership-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2.6vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
}

#proof-trust .home-proof-reference-card::after,
#proof-trust .home-proof-ownership-card::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(117, 115, 248, 0.16);
  border-radius: 50%;
}

#proof-trust .home-proof-reference-card > span {
  color: #675fe7;
}

#proof-trust .home-proof-reference-card h3,
#proof-trust .home-proof-ownership-card h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #242629;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(27px, 2vw, 36px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
}

#proof-trust .home-proof-logo-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

#proof-trust .home-proof-logo-strip img {
  display: block;
  width: 100%;
  height: 64px;
  object-fit: contain;
  border: 1px solid rgba(36, 38, 41, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: #f9fbfc;
}

#proof-trust .home-proof-ownership-card {
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.16), transparent 56%),
    #ffffff;
}

#proof-trust .home-proof-ownership-card > i {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 194, 105, 0.36);
  border-radius: 8px;
  margin-bottom: 20px;
  background: rgba(255, 194, 105, 0.14);
  color: #b76a0c;
}

#proof-trust .home-proof-ownership-card > span {
  color: #b76a0c;
}

#proof-trust .home-proof-ownership-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(36, 38, 41, 0.64);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.52;
}

#proof-trust .home-proof-signal-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 0;
  overflow: hidden;
  background: #ffffff;
}

#proof-trust .home-proof-signal-strip span,
#proof-trust .home-proof-signal-strip a {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(36, 38, 41, 0.1);
  padding: 18px 22px;
  color: #242629;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  text-decoration: none;
}

#proof-trust .home-proof-signal-strip i {
  color: #675fe7;
}

#proof-trust .home-proof-signal-strip a {
  border-right: 0;
  justify-content: center;
  background: #ffc269;
  color: #242629 !important;
  white-space: nowrap;
}

#proof-trust .home-proof-signal-strip a i {
  color: #242629;
}

@media screen and (max-width: 1180px) {
  #proof-trust .home-proof-trust-heading,
  #proof-trust .home-proof-board {
    grid-template-columns: 1fr;
  }

  #proof-trust .home-proof-trust-heading h2 span {
    white-space: normal;
  }

  #proof-trust .home-proof-board-main {
    min-height: auto;
  }

  #proof-trust .home-proof-board-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  #proof-trust .home-proof-signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 760px) {
  #proof-trust .container-box {
    width: 92%;
  }

  #proof-trust .home-proof-trust-heading h2 {
    font-size: 36px;
    line-height: 1.06;
  }

  #proof-trust .home-proof-trust-heading > p,
  #proof-trust .home-proof-board-main p {
    font-size: 15px;
  }

  #proof-trust .home-proof-board-main {
    padding: 24px 18px;
  }

  #proof-trust .home-proof-board-main h3 {
    font-size: 32px;
  }

  #proof-trust .home-proof-checks,
  #proof-trust .home-proof-board-side,
  #proof-trust .home-proof-signal-strip {
    grid-template-columns: 1fr;
  }

  #proof-trust .home-proof-checks article {
    min-height: auto;
  }

  #proof-trust .home-proof-logo-strip {
    gap: 8px;
  }

  #proof-trust .home-proof-logo-strip img {
    height: 56px;
    padding: 10px;
  }

  #proof-trust .home-proof-signal-strip span,
  #proof-trust .home-proof-signal-strip a {
    min-height: 60px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 38, 41, 0.1);
  }

  #proof-trust .home-proof-signal-strip a {
    border-bottom: 0;
  }
}

/* Technology Choices: minimal stack blueprint */

#Software-House {
  background:
    linear-gradient(130deg, rgba(255, 194, 105, 0.1), transparent 32%),
    linear-gradient(315deg, rgba(117, 115, 248, 0.12), transparent 36%),
    #f7fafc;
}

#Software-House .home-stack-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.62fr);
  gap: clamp(38px, 7vw, 120px);
}

#Software-House .home-stack-copy h2 {
  max-width: 720px;
  font-size: clamp(48px, 5vw, 84px);
  line-height: 0.96;
}

#Software-House .home-stack-copy > p:not(.home-stack-eyebrow) {
  max-width: 540px;
  margin-top: 24px;
  font-size: clamp(17px, 1.15vw, 21px);
}

#Software-House .home-stack-tags,
#Software-House .home-stack-panel {
  display: none;
}

#Software-House .home-stack-cta {
  margin-top: 36px;
  border: 1px solid rgba(36, 38, 41, 0.12);
  box-shadow: 0 18px 38px rgba(255, 178, 63, 0.24);
}

.home-stack-blueprint {
  position: relative;
  border-top: 1px solid rgba(36, 38, 41, 0.14);
  border-bottom: 1px solid rgba(36, 38, 41, 0.14);
  padding: 26px 0;
}

.home-stack-blueprint::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 92px;
  bottom: 52px;
  width: 1px;
  background: linear-gradient(#675fe7, rgba(103, 95, 231, 0.08));
}

.home-stack-blueprint-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.home-stack-blueprint-head span {
  color: #675fe7;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-stack-blueprint-head strong {
  color: #242629;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 2.4vw, 44px);
  font-weight: 300;
  line-height: 1;
}

.home-stack-layers {
  display: grid;
  gap: 0;
}

.home-stack-layers article {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(120px, 0.6fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 74px;
  border-top: 1px solid rgba(36, 38, 41, 0.1);
  padding: 14px 0;
}

.home-stack-layers article:last-child {
  border-bottom: 1px solid rgba(36, 38, 41, 0.1);
}

.home-stack-layers article::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid #675fe7;
  border-radius: 50%;
  background: #f7fafc;
  transform: translateY(-50%);
}

.home-stack-layers span {
  color: rgba(36, 38, 41, 0.42);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.home-stack-layers h3 {
  margin: 0;
  color: #242629;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.home-stack-layers p {
  margin: 0;
  color: rgba(36, 38, 41, 0.62);
  font-size: 15px;
  line-height: 1.35;
}

@media screen and (max-width: 1180px) {
  #Software-House .home-stack-layout {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  #Software-House .home-stack-copy h2 {
    font-size: 42px;
    line-height: 1;
  }

  .home-stack-blueprint-head {
    display: grid;
    gap: 10px;
  }

  .home-stack-blueprint::before {
    left: 18px;
  }

  .home-stack-layers article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .home-stack-layers article::before {
    left: 14px;
  }

  .home-stack-layers p {
    grid-column: 2;
  }
}

/* FAQ: readable SEO section */

#People-asked {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(117, 115, 248, 0.18), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(255, 194, 105, 0.12), transparent 30%),
    #202224;
}

#People-asked::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 84%);
  pointer-events: none;
}

#People-asked .container-box {
  position: relative;
  z-index: 1;
  width: min(90%, 1440px);
}

.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.72fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.home-faq-intro {
  position: sticky;
  top: 110px;
}

.home-faq-intro > p {
  margin: 0 0 16px;
  color: #ffc269;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-faq-intro h2 {
  max-width: 470px;
  margin: 0;
  color: #ffffff;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-faq-intro > span {
  display: block;
  max-width: 470px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

.home-faq-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 194, 105, 0.34);
  border-radius: 6px;
  margin-top: 30px;
  padding: 13px 18px;
  background: #ffc269;
  color: #202224 !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.home-faq-cta:hover {
  background: #ffb23f;
  transform: translateY(-2px);
}

#People-asked .accordion {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
}

#People-asked .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04) !important;
}

#People-asked .accordion-button {
  min-height: 68px;
  border-bottom: 0;
  padding: 19px 22px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.35;
}

#People-asked .accordion-button::after {
  width: auto;
  height: auto;
  margin-left: 24px;
  background-image: none;
  color: #ffc269;
  content: "+";
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  transform: none;
}

#People-asked .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.14), rgba(255, 194, 105, 0.07)) !important;
}

#People-asked .accordion-button:not(.collapsed)::after {
  content: "-";
}

#People-asked .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(255, 194, 105, 0.18) !important;
}

#People-asked .accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 22px 22px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

#People-asked .accordion-body p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 860px;
  margin: 18px 0 0;
  background: none !important;
  background-clip: border-box !important;
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

#People-asked .accordion-body b,
#People-asked .accordion-body strong {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  .home-faq-layout {
    grid-template-columns: 1fr;
  }

  .home-faq-intro {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  #People-asked .container-box {
    width: 92%;
  }

  .home-faq-intro h2 {
    font-size: 36px;
  }

  .home-faq-intro > span,
  #People-asked .accordion-body p {
    font-size: 15px;
  }

  .home-faq-cta {
    width: 100%;
  }

  #People-asked .accordion-button {
    min-height: 68px;
    padding: 18px 16px !important;
  }

  #People-asked .accordion-body {
    padding: 0 16px 20px;
  }
}

/* Final CTA */

#final-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.16), transparent 34%),
    #f8fafc;
}

#final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(36, 38, 41, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 38, 41, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 88%);
  pointer-events: none;
}

#final-cta .container-box {
  position: relative;
  z-index: 1;
  width: min(90%, 1440px);
}

.home-final-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 6vw, 92px);
  overflow: hidden;
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 8px;
  padding: clamp(30px, 5vw, 70px);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 194, 105, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82));
  box-shadow: 0 28px 80px rgba(27, 31, 35, 0.08);
}

.home-final-cta-panel::after {
  content: "";
  position: absolute;
  right: -86px;
  top: -92px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(117, 115, 248, 0.18);
  border-radius: 50%;
}

.home-final-cta-copy,
.home-final-cta-actions,
.home-final-cta-proof {
  position: relative;
  z-index: 1;
}

.home-final-cta-copy > p {
  margin: 0 0 16px;
  color: #675fe7;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-final-cta-copy h2 {
  max-width: 860px;
  margin: 0;
  color: #242629;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 4.2vw, 72px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-final-cta-copy > span {
  display: block;
  max-width: 760px;
  margin-top: 22px;
  color: rgba(36, 38, 41, 0.68);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

.home-final-cta-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.home-final-cta-primary,
.home-final-cta-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  padding: 14px 18px;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.home-final-cta-primary {
  border: 1px solid #ffc269;
  background: #ffc269;
  color: #202224 !important;
  box-shadow: 0 18px 38px rgba(255, 178, 63, 0.24);
}

.home-final-cta-secondary {
  border: 1px solid rgba(36, 38, 41, 0.16);
  background: rgba(255, 255, 255, 0.58);
  color: #242629 !important;
}

.home-final-cta-primary:hover,
.home-final-cta-secondary:hover {
  transform: translateY(-2px);
}

.home-final-cta-primary:hover {
  background: #ffb23f;
}

.home-final-cta-secondary:hover {
  border-color: #675fe7;
  color: #675fe7 !important;
}

.home-final-cta-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 38, 41, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.home-final-cta-proof span {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(36, 38, 41, 0.1);
  padding: 18px 22px;
  color: #242629;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.home-final-cta-proof span:last-child {
  border-right: 0;
}

.home-final-cta-proof i {
  color: #675fe7;
}

@media screen and (max-width: 991px) {
  .home-final-cta-panel {
    grid-template-columns: 1fr;
  }

  .home-final-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  #final-cta .container-box {
    width: 92%;
  }

  .home-final-cta-panel {
    padding: 24px 18px;
  }

  .home-final-cta-copy h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .home-final-cta-copy > span {
    font-size: 15px;
  }

  .home-final-cta-actions,
  .home-final-cta-primary,
  .home-final-cta-secondary {
    width: 100%;
  }

  .home-final-cta-proof {
    grid-template-columns: 1fr;
  }

  .home-final-cta-proof span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 38, 41, 0.1);
  }

  .home-final-cta-proof span:last-child {
    border-bottom: 0;
  }
}

/* Final CTA: premium briefing band */

#final-cta {
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.14), transparent 36%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 34%),
    #17191b;
  color: #ffffff;
}

#final-cta::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent 84%);
}

.home-final-cta-panel {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.46fr);
  gap: clamp(32px, 6vw, 100px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: clamp(36px, 5.5vw, 84px) 0;
  background: transparent;
  box-shadow: none;
}

.home-final-cta-panel::after {
  right: 20px;
  top: 16px;
  width: 300px;
  height: 300px;
  border-color: rgba(255, 194, 105, 0.18);
  opacity: 0.7;
}

.home-final-cta-copy > p {
  color: #ffc269;
}

.home-final-cta-copy h2 {
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 84px);
  line-height: 0.96;
}

.home-final-cta-copy > span {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.08vw, 19px);
}

.home-final-cta-actions {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 34px;
}

.home-final-cta-primary,
.home-final-cta-secondary {
  min-width: 220px;
}

.home-final-cta-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff !important;
}

.home-final-cta-secondary:hover {
  border-color: #ffc269;
  color: #ffc269 !important;
}

.home-final-cta-brief {
  position: relative;
  z-index: 1;
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: clamp(22px, 3vw, 42px);
}

.home-final-cta-brief > span {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-final-cta-brief div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 20px 0;
}

.home-final-cta-brief div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home-final-cta-brief strong {
  color: #ffc269;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.home-final-cta-brief p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.home-final-cta-proof {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.home-final-cta-proof span {
  border-right-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.86);
}

.home-final-cta-proof i {
  color: #ffc269;
}

@media screen and (max-width: 991px) {
  .home-final-cta-panel {
    grid-template-columns: 1fr;
  }

  .home-final-cta-brief {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-top: 26px;
  }
}

@media screen and (max-width: 640px) {
  .home-final-cta-panel {
    padding: 34px 0;
  }

  .home-final-cta-copy h2 {
    font-size: 38px;
  }

  .home-final-cta-primary,
  .home-final-cta-secondary {
    width: 100%;
  }

  .home-final-cta-brief div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .home-final-cta-proof {
    border-color: rgba(255, 255, 255, 0.13);
  }

  .home-final-cta-proof span {
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }
}

/* Final CTA: light theme variant */

#final-cta {
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.16), transparent 34%),
    #f8fafc;
  color: #242629;
}

#final-cta::before {
  background-image:
    linear-gradient(rgba(36, 38, 41, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 38, 41, 0.035) 1px, transparent 1px);
}

.home-final-cta-copy h2 {
  color: #17191b;
}

.home-final-cta-copy > span {
  color: #4d5358;
}

.home-final-cta-secondary {
  border-color: rgba(23, 25, 27, 0.32);
  background: rgba(255, 255, 255, 0.86);
  color: #17191b !important;
}

.home-final-cta-secondary:hover {
  border-color: #675fe7;
  color: #675fe7 !important;
}

.home-final-cta-brief {
  border-left-color: rgba(23, 25, 27, 0.22);
}

.home-final-cta-brief > span {
  color: #5a6067;
}

.home-final-cta-brief div {
  border-top-color: rgba(23, 25, 27, 0.18);
}

.home-final-cta-brief div:last-child {
  border-bottom-color: rgba(23, 25, 27, 0.18);
}

.home-final-cta-brief p {
  color: #3d4248;
}

.home-final-cta-proof {
  border-color: rgba(23, 25, 27, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.home-final-cta-proof span {
  border-right-color: rgba(23, 25, 27, 0.14);
  color: #242629;
}

.home-final-cta-proof i {
  color: #675fe7;
}

@media screen and (max-width: 991px) {
  .home-final-cta-brief {
    border-top-color: rgba(36, 38, 41, 0.14);
  }
}

@media screen and (max-width: 640px) {
  .home-final-cta-proof {
    border-color: rgba(36, 38, 41, 0.1);
  }

  .home-final-cta-proof span {
    border-bottom-color: rgba(36, 38, 41, 0.1);
  }
}

/* Final CTA + newsletter alignment */

#final-cta {
  padding-bottom: clamp(58px, 7vw, 96px);
}

#newsletter.footer-newsletter {
  position: relative;
  top: auto;
  min-height: auto;
  padding: 0 0 clamp(58px, 7vw, 96px);
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 32%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.14), transparent 34%),
    #f8fafc;
}

#newsletter.footer-newsletter .container-box {
  width: min(90%, 1440px);
  display: block !important;
}

#newsletter.footer-newsletter .row {
  position: relative;
  top: auto;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto !important;
  align-items: center;
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 8px;
  padding: clamp(24px, 3.2vw, 42px) !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 194, 105, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82));
  box-shadow: 0 24px 70px rgba(27, 31, 35, 0.07);
}

#newsletter.footer-newsletter .row h2 {
  margin: 0;
  color: #17191b;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 2.9vw, 50px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0;
}

#newsletter.footer-newsletter .row p {
  max-width: 620px;
  margin: 0 0 16px !important;
  color: #4d5358;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

#newsletter.footer-newsletter form > div {
  overflow: hidden;
  border: 1px solid rgba(23, 25, 27, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none;
}

#newsletter.footer-newsletter .row i {
  color: #5a6067 !important;
}

#newsletter.footer-newsletter .row input {
  min-height: 48px;
  color: #17191b;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
}

#newsletter.footer-newsletter .row input::placeholder {
  color: rgba(23, 25, 27, 0.52);
}

#newsletter.footer-newsletter .row button {
  min-height: 48px;
  border-radius: 4px;
  background: #ffc269;
  color: #17191b;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
}

#newsletter.footer-newsletter .row button:hover {
  background: #ffb23f;
  color: #17191b;
}

@media screen and (max-width: 991px) {
  #newsletter.footer-newsletter .row {
    gap: 22px;
  }
}

@media screen and (max-width: 640px) {
  #final-cta {
    padding-bottom: 42px;
  }

  #newsletter.footer-newsletter {
    padding-bottom: 42px;
  }

  #newsletter.footer-newsletter .container-box {
    width: 92%;
  }

  #newsletter.footer-newsletter .row {
    padding: 22px 18px !important;
  }

  #newsletter.footer-newsletter form > div {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0;
    padding: 8px !important;
  }

  #newsletter.footer-newsletter .row button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
  }
}

/* Final CTA + newsletter unified closing area */

#final-cta {
  padding-top: clamp(86px, 9vw, 136px);
  padding-bottom: 0;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.16), transparent 34%),
    #f8fafc;
}

#final-cta .container-box,
#newsletter.footer-newsletter .container-box {
  width: min(90%, 1440px);
}

.home-final-cta-panel {
  gap: clamp(32px, 6vw, 112px);
  min-height: auto;
  padding: clamp(36px, 5.5vw, 84px) 0 0;
}

.home-final-cta-copy h2 {
  max-width: 760px;
  font-size: clamp(52px, 5.25vw, 94px);
  line-height: 0.98;
}

.home-final-cta-copy > span {
  max-width: 720px;
}

.home-final-cta-brief {
  align-self: start;
  margin-top: 6px;
}

.home-final-cta-proof {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74));
  box-shadow: 0 22px 60px rgba(35, 39, 45, 0.05);
}

#newsletter.footer-newsletter {
  position: relative;
  top: auto;
  min-height: auto;
  margin-top: -1px;
  padding: 0 0 clamp(74px, 8vw, 118px);
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.16), transparent 34%),
    #f8fafc;
}

#newsletter.footer-newsletter .main-container {
  width: 100%;
}

#newsletter.footer-newsletter .container-box {
  display: block !important;
  padding: 0;
}

#newsletter.footer-newsletter .row {
  --bs-gutter-x: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto !important;
  padding: clamp(30px, 3.5vw, 52px) !important;
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 56px rgba(35, 39, 45, 0.055);
  backdrop-filter: blur(10px);
}

#newsletter.footer-newsletter .row::before,
#newsletter.footer-newsletter .row::after {
  content: none !important;
  display: none !important;
}

#newsletter.footer-newsletter .row > div {
  width: auto;
  max-width: none;
  padding: 0 !important;
}

#newsletter.footer-newsletter .row > div:first-child {
  justify-content: flex-start;
}

#newsletter.footer-newsletter .row > div:last-child {
  justify-content: flex-end;
}

#newsletter.footer-newsletter .row h2 {
  max-width: 520px;
  color: #17191b;
  font-size: clamp(36px, 3.5vw, 60px);
  line-height: 1.02;
}

#newsletter.footer-newsletter form {
  width: 100%;
}

#newsletter.footer-newsletter .row p {
  max-width: 640px;
  margin: 0 0 18px !important;
  color: #41474d;
  font-size: clamp(15px, 0.9vw, 17px);
}

#newsletter.footer-newsletter form > div {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 6px !important;
  border-color: rgba(23, 25, 27, 0.2);
  background: rgba(255, 255, 255, 0.96) !important;
}

#newsletter.footer-newsletter .row input {
  min-width: 0;
  color: #17191b;
}

#newsletter.footer-newsletter .row button {
  padding: 0 24px;
  background: #ffc269;
  color: #17191b;
  white-space: nowrap;
}

#newsletter.footer-newsletter .row button:hover {
  background: #f3aa3f;
}

@media screen and (max-width: 991px) {
  .home-final-cta-copy h2 {
    font-size: clamp(44px, 8vw, 72px);
  }

  #newsletter.footer-newsletter .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  #final-cta {
    padding-top: 64px;
    padding-bottom: 0;
  }

  #final-cta .container-box,
  #newsletter.footer-newsletter .container-box {
    width: 92%;
  }

  .home-final-cta-panel {
    padding: 34px 0 0;
  }

  .home-final-cta-copy h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.02;
  }

  #newsletter.footer-newsletter {
    padding-bottom: 54px;
  }

  #newsletter.footer-newsletter .row {
    padding: 24px 18px !important;
  }

  #newsletter.footer-newsletter .row h2 {
    font-size: clamp(30px, 9vw, 40px);
  }
}

/* Purpose-built newsletter band for the unified home closing area */

#newsletter.footer-newsletter .home-newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  width: 100%;
  padding: clamp(30px, 3.5vw, 52px);
  border: 1px solid rgba(36, 38, 41, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8));
  box-shadow: 0 18px 56px rgba(35, 39, 45, 0.055);
  backdrop-filter: blur(10px);
}

#newsletter.footer-newsletter .home-newsletter-copy h2 {
  max-width: 500px;
  margin: 0;
  color: #17191b;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 3.5vw, 60px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
}

#newsletter.footer-newsletter .home-newsletter-form {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}

#newsletter.footer-newsletter .home-newsletter-form p {
  max-width: 600px;
  margin: 0 0 18px;
  color: #41474d;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 0.9vw, 17px);
  line-height: 1.55;
}

#newsletter.footer-newsletter .home-newsletter-field {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px;
  border: 1px solid rgba(23, 25, 27, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
}

#newsletter.footer-newsletter .home-newsletter-field i {
  color: #5a6067 !important;
  text-align: center;
}

#newsletter.footer-newsletter .home-newsletter-field input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 0 !important;
  background: transparent;
  color: #17191b;
  font-family: var(--Regular), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  outline: 0;
}

#newsletter.footer-newsletter .home-newsletter-field input::placeholder {
  color: rgba(23, 25, 27, 0.52);
}

#newsletter.footer-newsletter .home-newsletter-field button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  padding: 0 24px;
  background: #ffc269;
  color: #17191b;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  white-space: nowrap;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

#newsletter.footer-newsletter .home-newsletter-field button:hover {
  background: #f3aa3f;
  transform: translateY(-1px);
}

@media screen and (max-width: 991px) {
  #newsletter.footer-newsletter .home-newsletter-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #newsletter.footer-newsletter .home-newsletter-form {
    max-width: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #newsletter.footer-newsletter .home-newsletter-panel {
    padding: 24px 18px;
  }

  #newsletter.footer-newsletter .home-newsletter-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  #newsletter.footer-newsletter .home-newsletter-field {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 8px;
  }

  #newsletter.footer-newsletter .home-newsletter-field button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Final override: exact newsletter/footer split */

#newsletter.footer-newsletter {
  position: relative;
  display: flex;
  min-height: 280px !important;
  height: 280px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.12), transparent 34%),
    #1f2022 !important;
}

#newsletter.footer-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 59%;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.16), transparent 34%),
    #f8fafc;
  pointer-events: none;
  z-index: 0;
}

#newsletter.footer-newsletter::after {
  content: none !important;
  display: none !important;
}

#newsletter.footer-newsletter .main-container,
#newsletter.footer-newsletter .container-box {
  position: relative;
  z-index: 1;
  overflow: visible;
}

@media screen and (max-width: 760px) {
  #companies-sped .featured-work-media--neebify {
    padding: 14px;
  }

  #companies-sped .featured-work-media--neebify img {
    width: 100%;
    max-height: none;
  }
}

/* Final homepage polish: remove oversized scroll gaps and improve mobile reading */

#Flexible-reliable.delivery-lab {
  min-height: auto !important;
  margin-top: clamp(56px, 7vw, 96px) !important;
  padding: clamp(66px, 7vw, 108px) 0 !important;
}

#Flexible-reliable > .main-container {
  position: relative !important;
  top: auto !important;
  min-height: auto !important;
  display: block !important;
}

#Flexible-reliable .container-box {
  min-height: auto !important;
  justify-content: flex-start !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#Flexible-reliable .delivery-lab-header {
  margin-bottom: clamp(30px, 4vw, 52px) !important;
}

#Flexible-reliable .delivery-lab-header h2 {
  max-width: 980px;
  font-size: clamp(42px, 4vw, 74px) !important;
}

#Flexible-reliable .row.mt-5 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#Flexible-reliable .delivery-visual-panel,
#Flexible-reliable .content-swiper {
  min-height: 500px !important;
  height: 500px !important;
}

#Flexible-reliable .rightImageSwiper {
  height: 438px !important;
}

.video-section.client-proof-section {
  margin-top: clamp(46px, 6vw, 78px) !important;
}

@media screen and (min-width: 761px) {
  #Flexible-reliable.delivery-lab {
    min-height: calc(var(--delivery-steps, 6) * 100vh) !important;
    padding: 0 !important;
  }

  #Flexible-reliable > .main-container {
    position: sticky !important;
    top: 0 !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center;
  }

  #Flexible-reliable .container-box {
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    padding-top: clamp(46px, 5vh, 76px) !important;
    padding-bottom: clamp(40px, 5vh, 72px) !important;
  }
}

@media screen and (max-width: 1180px) {
  #Flexible-reliable.delivery-lab {
    padding: 58px 0 !important;
  }

  #Flexible-reliable .delivery-visual-panel,
  #Flexible-reliable .content-swiper {
    min-height: 430px !important;
    height: 430px !important;
  }

  #Flexible-reliable .rightImageSwiper {
    height: 362px !important;
  }
}

@media screen and (min-width: 761px) and (max-width: 1180px) {
  #Flexible-reliable.delivery-lab {
    padding: 0 !important;
  }
}

@media screen and (max-width: 760px) {
  #Flexible-reliable.delivery-lab {
    min-height: auto !important;
    margin-top: 44px !important;
    padding: 44px 0 48px !important;
  }

  #Flexible-reliable > .main-container {
    position: relative !important;
    top: auto !important;
    min-height: auto !important;
    display: block !important;
  }

  #Flexible-reliable .container-box {
    min-height: auto !important;
    justify-content: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #Flexible-reliable .delivery-lab-header {
    gap: 18px !important;
    margin-bottom: 24px !important;
  }

  #Flexible-reliable .delivery-lab-header h2 {
    font-size: 34px !important;
    line-height: 1.05;
  }

  #Flexible-reliable .delivery-lab-intro p {
    font-size: 15px !important;
    line-height: 1.55;
  }

  #Flexible-reliable .delivery-visual-panel,
  #Flexible-reliable .content-swiper {
    min-height: 360px !important;
    height: 360px !important;
  }

  #Flexible-reliable .rightImageSwiper {
    height: 294px !important;
  }

  #Flexible-reliable .left-content-wrapper .border-shodow {
    min-height: 300px;
    padding: 24px 18px 52px;
  }

  #Flexible-reliable .slide-box-title {
    font-size: 25px !important;
    line-height: 1.08;
  }

  #Flexible-reliable .slider-box-content {
    font-size: 14px !important;
    line-height: 1.5;
  }

  #Flexible-reliable .delivery-step-tags {
    gap: 7px;
    margin-top: 16px;
  }

  #Flexible-reliable .delivery-step-tags span {
    min-height: 30px;
    padding: 7px 9px;
    font-size: 12px;
  }

  #proof-trust .home-proof-trust-heading h2 {
    font-size: 32px !important;
    line-height: 1.1;
  }

  #proof-trust .home-proof-trust-heading h2 span {
    white-space: normal !important;
  }
}

#business-results .result-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#business-results .result-row > .results-box {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  min-width: 0;
  padding: 28px 18px !important;
}

#business-results .results-box .d-flex {
  align-items: flex-start !important;
  gap: 10px !important;
}

#business-results .results-box i {
  font-size: clamp(28px, 2.1vw, 38px) !important;
}

#business-results .results-box h4 {
  white-space: normal !important;
  overflow-wrap: anywhere;
  font-size: clamp(25px, 2vw, 34px) !important;
  line-height: 1.08 !important;
}

#business-results .results-box p {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

#product-delivery [data-aos],
#Flexible-reliable [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

@media screen and (max-width: 1199px) {
  #business-results .result-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  #business-results .result-row {
    grid-template-columns: 1fr;
  }

  #business-results .results-box h4 {
    overflow-wrap: normal;
    font-size: 30px !important;
  }

  #proof-trust [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Footer final placement: links live with the gradient brand text */

#newsletter.footer-newsletter + .site-footer-v2 {
  padding-top: clamp(108px, 8vw, 148px) !important;
  padding-bottom: clamp(34px, 4vw, 58px) !important;
  background: #1f2022 !important;
}

.site-footer-v2 .container-box {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
  grid-template-areas:
    "brand cta"
    "brand links"
    "bottom bottom";
  column-gap: clamp(56px, 8vw, 150px);
  row-gap: clamp(18px, 2.2vw, 34px);
  width: min(90%, 1440px) !important;
}

.site-footer-top {
  display: contents !important;
}

.site-footer-brand {
  grid-area: brand;
  align-self: start;
  max-width: 560px;
}

.site-footer-brand h2 {
  font-size: clamp(84px, 8.2vw, 138px) !important;
  line-height: 0.94;
}

.site-footer-brand p {
  max-width: 500px;
  margin-top: clamp(14px, 1.5vw, 22px);
}

.site-footer-top .contact_us_btn {
  grid-area: cta;
  justify-self: end;
  align-self: start;
  margin-top: 4px;
}

.site-footer-grid {
  grid-area: links;
  align-self: end;
  display: grid !important;
  grid-template-columns: minmax(250px, 1.08fr) minmax(160px, 0.72fr) minmax(300px, 1.2fr) !important;
  gap: clamp(34px, 5vw, 84px) !important;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  border-top: 0 !important;
}

.site-footer-grid h3 {
  padding-bottom: 14px !important;
}

.site-footer-grid ul {
  gap: 7px !important;
}

.site-footer-bottom {
  grid-area: bottom;
  margin-top: clamp(12px, 1.6vw, 24px);
}

@media screen and (max-width: 991px) {
  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 112px !important;
  }

  .site-footer-v2 .container-box {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "cta"
      "links"
      "bottom";
    width: 92% !important;
  }

  .site-footer-top .contact_us_btn {
    justify-self: start;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-self: start;
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 640px) {
  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 92px !important;
  }

  .site-footer-brand h2 {
    font-size: clamp(66px, 18vw, 86px) !important;
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 22px !important;
  }

.site-footer-contact {
    grid-column: 1 / -1;
  }
}


/* Footer links sit with the animated brand block */

.site-footer-v2 .container-box {
  display: grid;
  grid-template-columns: minmax(420px, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas:
    "brand cta"
    "brand links"
    "bottom bottom";
  column-gap: clamp(54px, 7vw, 132px);
  row-gap: clamp(18px, 2.2vw, 30px);
  width: min(96%, 1680px);
}

.site-footer-top {
  display: contents;
}

.site-footer-brand {
  grid-area: brand;
  max-width: 560px;
  justify-self: start;
}

.site-footer-brand h2 {
  font-size: clamp(78px, 8.8vw, 136px);
}

.site-footer-brand p {
  max-width: 520px;
}

.site-footer-top .contact_us_btn {
  grid-area: cta;
  justify-self: end;
  align-self: start;
  margin-top: 6px;
}

.site-footer-grid {
  grid-area: links;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) minmax(160px, 0.7fr) minmax(300px, 1.15fr);
  gap: clamp(36px, 5.4vw, 96px);
  border-top: 0;
  padding-top: clamp(26px, 4vw, 58px);
}

.site-footer-grid h3 {
  padding-bottom: 16px !important;
}

.site-footer-grid ul {
  gap: 7px !important;
}

.site-footer-bottom {
  grid-area: bottom;
}

@media screen and (max-width: 991px) {
  .site-footer-v2 .container-box {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "cta"
      "links"
      "bottom";
    width: 92%;
  }

  .site-footer-top .contact_us_btn {
    justify-self: start;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .site-footer-brand h2 {
    font-size: clamp(64px, 18vw, 86px);
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .site-footer-contact {
    grid-column: 1 / -1;
  }
}

/* Footer cleanup after removing Industries */

#final-cta {
  padding-bottom: 0 !important;
}

#newsletter.footer-newsletter {
  margin-top: -86px !important;
}

#newsletter.footer-newsletter + .site-footer-v2 {
  padding-top: clamp(24px, 2.8vw, 42px) !important;
}

.site-footer-v2 .container-box {
  width: min(96%, 1680px);
  gap: clamp(18px, 2.4vw, 30px);
}

.site-footer-top {
  align-items: flex-start;
}

.site-footer-brand {
  max-width: 560px;
}

.site-footer-brand h2 {
  font-size: clamp(72px, 8.8vw, 132px);
}

.site-footer-brand p {
  max-width: 520px;
  margin-top: 12px;
}

.site-footer-grid {
  grid-template-columns: minmax(260px, 1.15fr) minmax(210px, 0.85fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 4vw, 72px);
  padding-top: clamp(18px, 2vw, 26px);
}

.site-footer-grid ul {
  gap: 7px !important;
}

@media screen and (max-width: 991px) {
  .site-footer-v2 .container-box {
    width: 92%;
  }

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

@media screen and (max-width: 640px) {
  #final-cta {
    padding-bottom: 0 !important;
  }

  #newsletter.footer-newsletter {
    margin-top: -58px !important;
  }

  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 26px !important;
  }

  .site-footer-v2 .container-box {
    width: 92%;
    gap: 22px;
  }

  .site-footer-brand h2 {
    font-size: clamp(64px, 18vw, 86px);
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}

/* Final override: exact newsletter/footer split */

#newsletter.footer-newsletter {
  position: relative;
  display: flex;
  min-height: 280px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
    #f8fafc !important;
}

#newsletter.footer-newsletter::after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  height: 41%;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.12), transparent 34%),
    #1f2022;
  pointer-events: none;
  z-index: 0;
}

#newsletter.footer-newsletter .main-container,
#newsletter.footer-newsletter .container-box {
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Newsletter straddles the light fold and dark footer */

#newsletter.footer-newsletter {
  display: flex;
  align-items: center;
  min-height: 254px;
  margin-top: -4px;
  margin-bottom: 0;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
    #f8fafc;
}

#newsletter.footer-newsletter::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  background: #1f2022;
  pointer-events: none;
  z-index: 0;
}

#newsletter.footer-newsletter .main-container,
#newsletter.footer-newsletter .container-box {
  position: relative;
  overflow: visible;
  z-index: 1;
}

#newsletter.footer-newsletter .home-newsletter-panel {
  min-height: 208px;
  box-shadow: 0 26px 76px rgba(20, 22, 25, 0.16);
}

#newsletter.footer-newsletter + .site-footer-v2 {
  padding-top: clamp(34px, 4.5vw, 72px) !important;
}

@media screen and (max-width: 991px) {
  #newsletter.footer-newsletter {
    min-height: 300px;
    margin-top: 0;
    background:
      linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
      linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
      #f8fafc;
  }

  #newsletter.footer-newsletter::after {
    height: 48%;
  }

  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 42px !important;
  }
}

@media screen and (max-width: 640px) {
  #newsletter.footer-newsletter {
    min-height: 330px;
    margin-bottom: 0;
  }

  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 34px !important;
  }
}

/* Match exposed newsletter overlap background to footer */

#newsletter.footer-newsletter {
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.12), transparent 34%),
    #1f2022;
}

#newsletter.footer-newsletter::after {
  content: none;
  display: none;
}

/* Compact closing reset */

#final-cta {
  padding-top: clamp(56px, 6vw, 88px);
  padding-bottom: 0;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
    #f8fafc;
}

#final-cta::before {
  opacity: 0.72;
}

.home-final-cta-panel {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.45fr);
  column-gap: clamp(28px, 5vw, 84px);
  row-gap: clamp(22px, 2.6vw, 34px);
  padding: 0;
}

.home-final-cta-copy > p {
  margin-bottom: 12px;
  font-size: 12px;
}

.home-final-cta-copy h2 {
  max-width: 760px;
  font-size: clamp(40px, 4.2vw, 72px);
  line-height: 1;
}

.home-final-cta-copy > span {
  max-width: 660px;
  margin-top: 16px;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
}

.home-final-cta-actions {
  margin-top: 26px;
}

.home-final-cta-primary,
.home-final-cta-secondary {
  min-height: 48px;
  min-width: 196px;
  padding: 12px 18px;
}

.home-final-cta-brief {
  margin-top: 0;
}

.home-final-cta-brief > span {
  margin-bottom: 14px;
  font-size: 12px;
}

.home-final-cta-brief div {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
}

.home-final-cta-brief p {
  font-size: 14px;
  line-height: 1.45;
}

.home-final-cta-proof {
  margin-top: 0;
  box-shadow: none;
}

.home-final-cta-proof span {
  min-height: 54px;
  padding: 14px 18px;
  font-size: 14px;
}

#newsletter.footer-newsletter {
  padding: 10px 0 clamp(42px, 5vw, 68px);
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
    #f8fafc;
}

#newsletter.footer-newsletter .home-newsletter-panel {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(18px, 2vw, 26px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

#newsletter.footer-newsletter .home-newsletter-copy h2 {
  max-width: 460px;
  font-size: clamp(28px, 2.7vw, 44px);
  line-height: 1.06;
}

#newsletter.footer-newsletter .home-newsletter-form {
  max-width: 700px;
}

#newsletter.footer-newsletter .home-newsletter-form p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.45;
}

#newsletter.footer-newsletter .home-newsletter-field,
#newsletter.footer-newsletter .home-newsletter-field input,
#newsletter.footer-newsletter .home-newsletter-field button {
  min-height: 44px;
}

#newsletter.footer-newsletter .home-newsletter-field {
  padding: 4px;
}

#newsletter.footer-newsletter .home-newsletter-field button {
  padding: 0 20px;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .home-final-cta-panel,
  #newsletter.footer-newsletter .home-newsletter-panel {
    grid-template-columns: 1fr;
  }

  .home-final-cta-copy h2 {
    font-size: clamp(38px, 7vw, 58px);
  }

  .home-final-cta-proof {
    margin-top: 28px;
  }
}

@media screen and (max-width: 640px) {
  #final-cta {
    padding-top: 46px;
  }

  .home-final-cta-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .home-final-cta-actions {
    margin-top: 22px;
  }

  .home-final-cta-proof span {
    min-height: 52px;
  }

  #newsletter.footer-newsletter {
    padding-top: 8px;
  }

  #newsletter.footer-newsletter .home-newsletter-panel {
    padding: 20px 18px;
  }

  #newsletter.footer-newsletter .home-newsletter-copy h2 {
    font-size: clamp(28px, 8vw, 34px);
  }
}

/* Restore original newsletter card; only blend the surrounding background */

#final-cta {
  padding-top: clamp(86px, 9vw, 136px);
  padding-bottom: clamp(44px, 5vw, 72px);
}

.home-final-cta-panel {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.46fr);
  column-gap: clamp(32px, 6vw, 100px);
  row-gap: clamp(36px, 5vw, 64px);
  padding: clamp(36px, 5.5vw, 84px) 0;
}

.home-final-cta-copy h2 {
  max-width: 900px;
  font-size: clamp(44px, 5vw, 84px);
  line-height: 0.96;
}

.home-final-cta-copy > span {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.62;
}

.home-final-cta-actions {
  margin-top: 34px;
}

.home-final-cta-primary,
.home-final-cta-secondary {
  min-height: 52px;
  min-width: 220px;
  padding: 14px 18px;
}

.home-final-cta-brief div {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
}

.home-final-cta-brief p {
  font-size: 16px;
  line-height: 1.5;
}

.home-final-cta-proof {
  margin-top: 0;
}

.home-final-cta-proof span {
  min-height: 66px;
  padding: 18px 22px;
  font-size: 15px;
}

#newsletter.footer-newsletter {
  position: relative;
  z-index: 2;
  top: auto;
  min-height: 254px;
  margin-top: -18px;
  margin-bottom: -92px;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
    #f8fafc;
}

#newsletter.footer-newsletter .container-box {
  width: min(90%, 1440px);
  overflow: visible;
}

#newsletter.footer-newsletter .home-newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: clamp(32px, 5vw, 86px);
  align-items: center;
  min-height: 208px;
  width: 100%;
  padding: clamp(34px, 3.5vw, 56px) clamp(38px, 4vw, 64px);
  border: 0;
  border-radius: 10px;
  background: linear-gradient(127deg, #fff1dc 14%, #ecf8ff, #eaeaff);
  box-shadow: 0 22px 70px rgba(35, 39, 45, 0.14);
}

#newsletter.footer-newsletter .home-newsletter-copy h2 {
  max-width: 460px;
  margin: 0;
  color: #242629;
  font-family: "Futura-Md-BT", var(--SemiBold), "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 600;
  line-height: 1.12;
}

#newsletter.footer-newsletter .home-newsletter-form {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
}

#newsletter.footer-newsletter .home-newsletter-form p {
  margin: 0 0 18px;
  color: #4b4b4b;
  font-family: var(--Medium), "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

#newsletter.footer-newsletter .home-newsletter-field {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 5px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
}

#newsletter.footer-newsletter .home-newsletter-field input {
  min-height: 42px;
  font-size: 14px;
}

#newsletter.footer-newsletter .home-newsletter-field button {
  min-height: 42px;
  border-radius: 0;
  padding: 0 18px;
  background: #00b0ed;
  color: #ffffff;
  font-size: 15px;
}

#newsletter.footer-newsletter .home-newsletter-field button:hover {
  background: #212121;
  color: #ffffff;
}

#newsletter.footer-newsletter + .site-footer-v2 {
  padding-top: clamp(168px, 13vw, 220px) !important;
}

@media screen and (max-width: 991px) {
  .home-final-cta-panel {
    grid-template-columns: 1fr;
  }

  #newsletter.footer-newsletter {
    margin-bottom: -76px;
  }

  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: clamp(148px, 18vw, 190px) !important;
  }

  #newsletter.footer-newsletter .home-newsletter-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 24px;
  }

  #newsletter.footer-newsletter .home-newsletter-form {
    max-width: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #final-cta {
    padding-top: 54px;
    padding-bottom: 36px;
  }

  .home-final-cta-panel {
    padding: 30px 0;
  }

  .home-final-cta-copy h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .home-final-cta-primary,
  .home-final-cta-secondary {
    width: 100%;
  }

  #newsletter.footer-newsletter {
    min-height: auto;
    margin-top: -10px;
    margin-bottom: -58px;
  }

  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 126px !important;
  }

  #newsletter.footer-newsletter .container-box {
    width: 92%;
  }

  #newsletter.footer-newsletter .home-newsletter-panel {
    padding: 26px 20px;
  }

  #newsletter.footer-newsletter .home-newsletter-copy h2 {
    font-size: 32px;
  }

  #newsletter.footer-newsletter .home-newsletter-field {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 6px;
  }

  #newsletter.footer-newsletter .home-newsletter-field button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Final override: exact newsletter/footer split, no white seam */

#newsletter.footer-newsletter {
  position: relative;
  display: flex;
  min-height: 280px !important;
  height: 280px;
  align-items: center;
  margin-top: -38px !important;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.12), transparent 34%),
    #1f2022 !important;
}

#newsletter.footer-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 59%;
  background:
    linear-gradient(135deg, rgba(117, 115, 248, 0.08), transparent 30%),
    linear-gradient(315deg, rgba(255, 194, 105, 0.12), transparent 32%),
    #f8fafc;
  pointer-events: none;
  z-index: 0;
}

#newsletter.footer-newsletter::after {
  content: none !important;
  display: none !important;
}

#newsletter.footer-newsletter .main-container,
#newsletter.footer-newsletter .container-box {
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Technanosoft final mobile footer override */
@media (max-width: 767px) {
  #newsletter.footer-newsletter {
    min-height: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 28px 0 34px !important;
    overflow: visible !important;
  }

  #newsletter.footer-newsletter::before {
    height: 42% !important;
  }

  #newsletter.footer-newsletter .home-newsletter-panel {
    min-height: 0 !important;
  }

  #newsletter.footer-newsletter + .site-footer-v2 {
    padding-top: 38px !important;
  }

  .site-footer-v2 .container-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "cta"
      "links"
      "bottom" !important;
    width: min(100% - 32px, 34rem) !important;
    gap: 26px !important;
    overflow: visible !important;
  }

  .site-footer-brand {
    max-width: 100% !important;
  }

  .site-footer-brand h2 {
    font-size: clamp(4rem, 18vw, 5.7rem) !important;
    line-height: .96 !important;
    word-break: normal !important;
  }

  .site-footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    width: 100% !important;
    padding-top: 0 !important;
  }

  .site-footer-grid > *,
  .site-footer-contact {
    grid-column: auto !important;
    min-width: 0 !important;
  }

  .site-footer-grid a,
  .site-footer-grid p {
    overflow-wrap: anywhere;
  }

  .site-footer-bottom {
    display: grid !important;
    gap: 10px !important;
  }
}
