/* =============================================
       SALES CERTIFIED SECTION — BEM + Bootstrap 5
       ============================================= */

.imple-sales-certified {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/06/impl-cert-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 552px;
  display: flex;
  align-items: center;
}

/* --- Decorative pattern blob --- */
.imple-sales-certified__pattern {
  position: absolute;
  width: 664px;
  height: 433px;
  right: 80px;
  top: 40px;
  transform: rotate(-18.12deg) scaleY(-1);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.imple-sales-certified__pattern img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* --- Container --- */
.imple-sales-certified__container {
  position: relative;
  z-index: 1;
}

/* --- Inner layout row --- */
.imple-sales-certified__row {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  justify-content: center;
}

/* --- Left content block --- */
.imple-sales-certified__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  max-width: 702px;
}

/* Heading */
.imple-sales-certified__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  margin: 0;
}

/* Body paragraph */
.imple-sales-certified__body {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

/* Normal text spans */
.imple-sales-certified__body-normal {
  color: #323232;
  font-weight: 500;
}

/* Gradient highlighted spans */
.imple-sales-certified__body-highlight {
  display: inline;
  font-weight: 700;
}

/* Span 1: blue → reddish (full sweep) */
.imple-sales-certified__body-highlight--1 {
  background: linear-gradient(
    90deg,
    #0000ff 0%,
    #4e49e0 33.65%,
    #d90094 66.83%,
    #ff0a0a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Span 2: bluish → reddish */
.imple-sales-certified__body-highlight--2 {
  background: linear-gradient(
    90deg,
    #2a22f0 0%,
    #5e4ae0 30%,
    #d90094 65%,
    #ff0a0a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Span 3: bluish → reddish */
.imple-sales-certified__body-highlight--3 {
  background: linear-gradient(
    90deg,
    #2a22f0 0%,
    #5e4ae0 30%,
    #d90094 65%,
    #ff0a0a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Span 4: bluish only */
.imple-sales-certified__body-highlight--4 {
  background: linear-gradient(90deg, #0000ff 0%, #4e49e0 60%, #9040c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Stats strip --- */
.imple-sales-certified__stats {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(
      90deg,
      rgba(86, 74, 232, 0.04) 0%,
      rgba(186, 98, 188, 0.04) 26.923%,
      rgba(224, 103, 140, 0.04) 56.25%,
      rgba(232, 93, 104, 0.04) 100%
    ),
    linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  width: 100%;
}

/* Gradient border via pseudo-element */
.imple-sales-certified__stats::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    90deg,
    #564ae8 0%,
    #ba62bc 26.92%,
    #e0678c 56.25%,
    #e85d68 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.imple-sales-certified__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.imple-sales-certified__stat-num {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #0000ff 0%,
    #4e49e0 33.65%,
    #d90094 66.83%,
    #ff0a0a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.imple-sales-certified__stat-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin: 0;
  white-space: nowrap;
}

/* Vertical divider between stats */
.imple-sales-certified__stat-divider {
  width: 1px;
  height: 35px;
  background: #e7e7e7;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  align-self: center;
}

/* --- Right partner card --- */
.imple-sales-certified__partner-card {
  width: 218px;
  height: 228px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
      43.46deg,
      rgba(0, 0, 255, 0.2) 29.276%,
      rgba(78, 73, 224, 0.2) 14.231%,
      rgba(217, 0, 148, 0.2) 57.115%,
      rgba(255, 10, 10, 0.2) 100%
    ),
    linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

.imple-sales-certified__partner-logo {
  position: absolute;
  width: 128px;
  height: 90px;
  left: 45px;
  top: 24px;
  object-fit: contain;
  display: block;
}

.imple-sales-certified__partner-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  font-size: 27.333px;
  font-weight: 600;
  line-height: 41px;
  color: #000000;
  white-space: nowrap;
  margin: 0;
}

.imple-sales-certified__partner-since {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 151px;
  font-size: 23.491px;
  font-weight: 400;
  line-height: 35px;
  color: #000000;
  white-space: nowrap;
  margin: 0;
}

/* =============================================
       TABLET (768–1199px)
       ============================================= */

@media (min-width: 768px) and (max-width: 1199px) {
  .imple-sales-certified {
    padding: 48px 0;
  }

  .imple-sales-certified__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .imple-sales-certified__body {
    font-size: 16px;
    line-height: 24px;
  }

  .imple-sales-certified__partner-card {
    width: 180px;
    height: 200px;
  }

  .imple-sales-certified__stat-label {
    white-space: normal;
    text-align: center;
  }
}

/* =============================================
       MOBILE (<768px)
       — card on top, text below, stats full width
       ============================================= */

@media (max-width: 767px) {
  .imple-sales-certified {
    padding: 40px 0;
    background-image: url("/wp-content/uploads/2026/06/impl-cert-mob.webp");
  }

  /* Stack column on mobile */
  .imple-sales-certified__row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }

  /* Card goes first on mobile */
  .imple-sales-certified__partner-card {
    order: -1;
  }

  .imple-sales-certified__heading {
    font-size: 32px;
    line-height: 40px;
  }

  .imple-sales-certified__body {
    font-size: 18px;
    line-height: 27px;
  }

  /* Stats strip full width on mobile */
  .imple-sales-certified__stats {
    padding: 16px 8px;
    align-items: flex-start;
  }

  .imple-sales-certified__stat-label {
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .imple-sales-certified__stat-num {
    font-size: 32px;
    line-height: 40px;
  }

  /* Pattern hidden on mobile */
  .imple-sales-certified__pattern {
    display: none;
  }
}

/* =============================================
   IMPLE SERVICES SECTION — BEM + Bootstrap 5
   ============================================= */

.imple-services {
  padding: 80px 0;
  position: relative;
  background-image: url("/wp-content/uploads/2026/06/service-impl-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --- Aurora background blob --- */
.imple-services__bg {
  position: absolute;
  top: -200px;
  left: -300px;
  width: 2200px;
  height: 1800px;
  transform: rotate(145deg);
  background: radial-gradient(
      ellipse at 30% 50%,
      rgba(186, 98, 188, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 70% 30%,
      rgba(86, 74, 232, 0.06) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 50% 70%,
      rgba(224, 103, 140, 0.06) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 80%,
      rgba(232, 93, 104, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
  z-index: 0;
}

.imple-services__container {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.imple-services__header-row {
  margin-bottom: 40px;
}

/* --- Header --- */
.imple-services__heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #212121;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.imple-services__subheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #323232;
  text-align: center;
  max-width: 861px;
  margin: 0 auto;
}

/* =============================================
   SCROLL WRAPPER — no scroll on desktop
   ============================================= */

.imple-services__scroll-wrap {
  overflow: visible;
  padding-bottom: 0;
  margin-right: 0;
}

/* Inner grid row — 2 columns on desktop */
.imple-services__cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: auto;
  padding-right: 0;
}

/* =============================================
   CARD
   ============================================= */

.imple-services__card {
  flex: unset;
  width: 100%;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0.88)
    ),
    linear-gradient(
      90deg,
      rgba(86, 74, 232, 0.02) 0%,
      rgba(186, 98, 188, 0.02) 26.923%,
      rgba(224, 103, 140, 0.02) 56.25%,
      rgba(232, 93, 104, 0.02) 100%
    );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

/* Gradient border via pseudo-element */
.imple-services__card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(
    90deg,
    #0000ff 0%,
    #4e49e0 33.65%,
    #d90094 66.83%,
    #ff0a0a 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.imple-services__card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  background: linear-gradient(
    88.37deg,
    #0000ff 0.29%,
    #4e49e0 16.26%,
    #d90094 32%,
    #ff0a0a 47.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.imple-services__card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323232;
  margin: 0;
}

.imple-services__card-text a {
  color: #323232;
  text-decoration: underline;
}

.imple-services__card-text a:hover {
  color: #4e49e0;
}

/* =============================================
   MOBILE (max-width: 768px)
   iPad Mini and below — 1 column, no scroll
   ============================================= */

@media (max-width: 768px) {
  .imple-services {
    padding: 40px 0;
    background-image: url("/wp-content/uploads/2026/06/service-impl-mob.webp");
  }

  .imple-services__header-row {
    margin-bottom: 24px;
  }

  .imple-services__heading {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }

  .imple-services__subheading {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .imple-services__scroll-wrap {
    overflow: visible;
    margin-right: 0;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .imple-services__scroll-wrap::-webkit-scrollbar {
    display: none;
  }

  .imple-services__cards-row {
    grid-template-columns: 1fr;
    width: auto;
    padding-right: 0;
  }

  .imple-services__card {
    width: 100%;
    padding: 16px;
  }
}

/* =============================================
   TABLET (769px–1199px) — 2 columns
   ============================================= */

@media (min-width: 769px) and (max-width: 1199px) {
  .imple-services {
    padding: 48px 0;
  }

  .imple-services__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .imple-services__subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .imple-services__cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* common-css-override */
.tcl-card__quote {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .common-ai-banner-os.impl-dev {
    background-image: url("/wp-content/uploads/2026/06/impl-hero.webp");
  }
}
.tcl__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 56px;
}
.tcl__title {
  margin-bottom: 16px;
}
.cta-sales-banner__text {
  color: #f9fafb;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cta-sales-banner__text {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .mob-height {
    min-height: 550px !important;
  }
  .mob-height-ul {
    min-height: 643px !important;
  }
  .cta-sales-banner__img {
    top: auto !important;
    bottom: 0 !important;
  }
  .non-pro-btn .cta-btn,
  .non-pro-btn {
    width: 100%;
  }
  .mob-btn,
  .mob-btn .cta-btn,
  .cta-btn--primary,
  .cta-btn-wrap .cta-btn--primary {
    width: 100%;
  }
}
.impl-why .pillas-why-ks__card--bg-1::before {
  background-image: url("/wp-content/uploads/2026/06/impl-1.webp");
}
.impl-why .pillas-why-ks__card--bg-2::before {
  background-image: url("/wp-content/uploads/2026/06/impl-2.webp");
}
.impl-why .pillas-why-ks__card--bg-3::before {
  background-image: url("/wp-content/uploads/2026/06/impl-3.webp");
}
.impl-why .pillas-why-ks__card--bg-4::before {
  background-image: url("/wp-content/uploads/2026/06/impl-4.webp");
}
.impl-why .pillas-why-ks__card--bg-5::before {
  background-image: url("/wp-content/uploads/2026/06/impl-5.webp");
}
.impl-why .pillas-why-ks__card--bg-6::before {
  background-image: url("/wp-content/uploads/2026/06/impl-6.webp");
}
.impl-why .pillas-why-ks__card--bg-7::before {
  background-image: url("/wp-content/uploads/2026/06/impl-7.webp");
}
ul.cta-sales-banner__text {
  font-size: 18px;
  line-height: 27px;
  margin-top: 8px;
  list-style: none;
  padding-left: 0;
}
.mob-height-ul {
  min-height: 343px;
}

@media screen and (max-width: 767px) {
  ul.cta-sales-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.exc__note {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1400px) {
  .cta-sales-banner__title {
    font-size: 40px;
    line-height: 52px;
  }
  .mob-height-ul .cta-sales-banner__img {
    top: -92px;
  }
}
.w-fit {
  width: fit-content;
}
.common-ai-g-arm-benefits__arrow {
  bottom: -22px;
}
.exc__card {
  min-height: 630px;
}
@media screen and (min-width: 992px) {
  .exc__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .exc__card {
    min-height: 530px;
  }
}
