main {
  padding: 0 !important;
}

.cpt_solution__outerWrap {
  --cpt-solution-primary: #11a8cf;
  margin-inline: auto;
  max-width: 100% !important;
}
.cpt_solution {
  --cpt-solution-primary: #11a8cf;
  max-width: 1300px !important;
  margin-inline: auto;
}

.cpt_solution-hero {
  --gap: clamp(16px, 3vw, 32px);
  --radius: 18px;

  margin-top: clamp(24px, 4vw, 105px) !important;
  margin-block: clamp(24px, 4vw, 48px);
  padding-inline: clamp(12px, 3vw, 24px);
}

.cpt_solution-hero__inner {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 48%);
  gap: var(--gap);
  align-items: start;
  max-width: 1176px;
  margin-inline: auto;
}

.cpt_solution-hero__copy {
  display: flex;
  gap: 1rem;
  height: 100%;
  flex-direction: column;
}

.cpt_solution-hero__pill {
  display: inline-block;
  font: 600 12px/1.2 system-ui, sans-serif;
  color: #fff;
  background-color: var(--cpt-solution-primary);
  padding: 7px;
  width: fit-content;
  border-radius: 999px;
  text-transform: uppercase;
  border-radius: 7px;
}

.cpt_solution-hero__title {
  font: 600 clamp(28px, 4.2vw, 48px) / 1.2 system-ui, sans-serif;
  color: #262626;
  margin: 0 0 auto 0;
}

/* Media */
.cpt_solution-hero__media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.cpt_solution-hero__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 960px) {
  .cpt_solution-hero__inner {
    grid-template-columns: 1fr;
  }
  .cpt_solution-hero__media {
    order: -1;
  }
}

/* RTL */
html[dir="rtl"] .cpt_solution-hero__inner {
  direction: rtl;
}
html[dir="rtl"] .cpt_solution-hero__title {
  text-align: start;
}

p:empty {
  display: none !important;
}

/* a11y helper */
.cpt_solution-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// Stats section /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */

.cpt_solution-stats {
  max-inline-size: 1200px;
  margin-inline: auto;
  margin-block-start: clamp(80px, 20vw, 80px); /* your larger top */
  margin-block-end: clamp(24px, 4vw, 56px);
  padding-inline: clamp(12px, 3vw, 24px);
}

.cpt_solution-stats__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* spreads 3 items evenly */
  gap: clamp(16px, 4vw, 48px);
  max-inline-size: 1200px;
  margin-inline: auto;
  margin-block: 0;
  padding: 0;
  list-style: none;
}

.cpt_solution-stats__item {
  flex: 1 1 220px; /* responsive columns */
  min-inline-size: 200px;
  text-align: center;
}

/* .cpt_solution-stats__item:first-child {
    text-align: start;
  }

  .cpt_solution-stats__item:last-child {
    text-align: end;
  } */

.cpt_solution-stats__value {
  font: 800 clamp(28px, 4vw, 44px) / 1.1 ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, Arial, sans-serif;
  color: #111;
  margin-bottom: 44px;
}

.cpt_solution-stats__number {
  display: inline-block;
}
.cpt_solution-stats__symbol {
  display: inline-block;
  margin-inline-start: 2px; /* RTL-safe spacing */
  color: var(--cpt-solution-primary);
  font-weight: 800;
}

.cpt_solution-stats__label {
  margin-block-start: 0.6rem;
  color: #222;
  font-weight: 500;
}

/* Mobile stack */
@media (max-width: 800px) {
  .cpt_solution-stats__list {
    justify-content: center;
  }
  .cpt_solution-stats__item {
    flex: 1 1 260px;
  }
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// Cards Section /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */

.cpt_solution-cards {
  max-inline-size: 1200px;
  margin-inline: auto;
  margin-block-start: clamp(80px, 20vw, 80px); /* your larger top */
  margin-block-end: clamp(24px, 4vw, 56px);
  padding-inline: clamp(12px, 3vw, 24px);
}
.cpt_solution-cards__title {
  font: 500 clamp(22px, 4vw, 36px) / 1.2 ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, Arial, sans-serif;
  text-align: center;
  margin-block-end: clamp(20px, 3vw, 36px);
  color: #111;
}

.cpt_solution-cards__row {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(16px, 3vw, 28px);
  align-items: stretch;
  max-inline-size: 1200px;
  margin-inline: auto;
}

.cpt_solution-card {
  flex: 1 1 0%;
  min-inline-size: 220px;

  position: relative;
  border-radius: 22px; /* matches inner radius */
  background: #fff; /* inner background */
  z-index: 0;
  display: flex;
  flex-direction: column;
  overflow: clip;
  cursor: pointer;
  justify-content: center;
}

.cpt_solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px; /* same radius as .box */
  padding: 3px; /* border thickness */
  background: linear-gradient(
    180deg,
    var(--cpt-solution-primary) 0%,
    #8a38f5 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; /* Safari/WebKit */
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude; /* Others */
  z-index: -1;
}

.cpt_solution-card__head {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: clamp(18px, 3vw, 28px);
  min-block-size: 57px;
}
.cpt_solution-card__head:focus-visible {
  outline: 3px solid var(--cpt-solution-primary);
  outline-offset: 3px;
}
.cpt_solution-card__title {
  margin: 0;
  text-align: center;
  color: #222; /* closed color */
  font: 600 clamp(18px, 3.6vw, 30px) / 1.15 ui-sans-serif, system-ui,
    -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.cpt_solution-card__body {
  padding: 0 clamp(18px, 3vw, 28px) clamp(22px, 3vw, 30px);
  overflow: hidden;
}
.cpt_solution-card__text {
  margin: 0;
  font: 500 clamp(14px, 2.2vw, 22px) / 1.5 ui-sans-serif, system-ui,
    -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #2a2a2a;
}
.cpt_solution-card__text-colored {
  color: var(--cpt-solution-primary);
}

/* Active state (for non-JS fallback) */
.cpt_solution-card.is-active .cpt_solution-card__title {
  color: var(--cpt-solution-primary);
}

/* Responsive stack */
@media (max-width: 980px) {
  .cpt_solution-cards__row {
    flex-wrap: wrap;
  }
  .cpt_solution-card {
    flex: 1 1 100%;
  }
  .cpt_solution-card__head {
    justify-content: center;
  }
}

/* RTL tweaks */
html[dir="rtl"] .cpt_solution-cards__title {
  text-align: center;
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// Product Carousel /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */
.cpt_solution-slides {
  margin-top: clamp(50px, 40vw, 80px);
  --overlay-size: 211px;
  --overlay-radius: 5px;
  --panel-bg: #f3f3f3;
  --dot-selected: #11a8cf;
  --dot-muted: #9aa0a6;
  --cta-bg: #000;
  --cta-fg: #fff;
}

.cpt_solution-slides__head {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  margin-block-end: 5rem;
}

.cpt_solution-slides__title {
  font-size: clamp(1.4rem, 2.6cqi, 2rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.cpt_solution-slides__lead {
  color: #444;
  max-width: 65ch;
  margin: 0;
}

/* GRID */
.cpt_solution-slides__grid {
  display: grid;
  grid-template-columns: 0.5fr 1.1fr;
  align-items: stretch;
  /* background: rgba(243, 243, 243, 0.8); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  border-radius: 16px;
  max-height: 520px;
  align-content: center;
  gap: 0;
}

/* LEFT MEDIA */
.cpt_solution-slides__media {
  position: relative;
  margin: 0 auto;
  border-radius: 18px;
  /* overflow: hidden; */
  display: grid;
  place-items: center;
  max-height: 600px;
  max-width: 225px;
	align-content: center;
}
.cpt_solution-slides__main {
  width: 100%;
  display: block;
  object-fit: contain;
	
}

/* overlay images */
.cpt_solution-slides__overlays {
  position: absolute;
  inset: 0;
  pointer-events: none;

}
.cpt_solution-slides .overlay {
  position: absolute;
  width: var(--overlay-size);
  /* height: var(--overlay-size); */
  object-fit: cover;
  border-radius: var(--overlay-radius);
  /* box-shadow: 0px 4px 4px 0px #00000040; */

  opacity: 1;
}

.cpt_solution-slides .overlay.overlay--first {
  right: -50px;
  top: 20px;
}

.cpt_solution-slides .overlay.overlay--second {
  right: -80px;
  bottom: 20px;
}

/* EMBLA prefixed */
.solution_product_embla-root {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-end: 25px;
  --slide-height: 270px;
  --slide-spacing: 1rem;
  flex-direction: column;
}

.cpt_solution-slides--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution_product_embla-viewport {
  overflow: hidden;
  outline: none;
  flex: 1;
}
.solution_product_embla-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: calc(var(--slide-spacing) + var(--slide-height));
}
.solution_product_embla-slide {
  flex: 0 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.cpt_solution-slides__slideInner {
  padding: 1rem;
  width: 100%;
}
.cpt_solution-slides__slideTitle {
  margin: 0 0 40px 0;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 500;
  color: #212529;
}
.cpt_solution-slides__slideDesc {
  color: #424649;
  font-size: clamp(19px, 4vw, 30px);
  font-weight: 400;
}
.cpt_solution-slides__ctaRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 60px;
}
.cpt_solution-slides__ctaHint {
  font-size: 20px;
  font-weight: 700;
  max-width: 400px;
}
.cpt_solution-slides__ctaBtn {
  padding: 10px 20px;
}
/* dots controls */
.solution_product_embla-controls {
  /* position: absolute; */
  inset-block-start: 0;
  inset-inline-end: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
	gap: 10px
}
.solution_product_embla-dots {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}
.solution_product_embla-dot {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.25rem 0.6rem;
  color: #000000b0;
  font-weight: 500;
  font-size: 15px;
  outline: none;
}
.solution_product_embla-dot--selected {
  color: var(--dot-selected);
}

/* MOBILE */
@media (max-width: 1023px) {
  .solution_product_embla-root {
    padding-inline: 20px;
  }
  .cpt_solution-slides__grid {
    grid-template-columns: 1fr;
    max-height: none;
    /* overflow: hidden; */
  }
  .cpt_solution-slides__slideTitle {
    margin-bottom: 20px;
  }
  .cpt_solution-slides__media {
    /* max-width: 80vw; */
    width: 100%;
    margin: -40px auto 0 auto;
    max-height: 500px; max-width: 100%;
  }

.cpt_solution-slides__main {

	max-width: 225px;
    margin-inline-end: auto;
}

/* overlay images */
.cpt_solution-slides__overlays {

	max-width: 85%;
}
  .cpt_solution-slides--container {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .solution_product_embla-container {
    /* flex-direction: row;*/
    height: 205px; 
    margin: 20px auto 0 auto;
  }
  .solution_product_embla-slide {
    min-width: 85%;
    align-items: flex-start;
  }
  .cpt_solution-slides .overlay.overlay--second {
    right: -35px;
    bottom: 20px;
  }
  .cpt_solution-slides__ctaRow {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 30px;
    width: 100%;
  }
  .solution_product_embla-controls {
    position: static;
    margin-top: 1rem;
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
  }
  .solution_product_embla-dots {
    flex-direction: row;
  }
}

.solution_product_embla-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.solution_product_embla-button {
  -webkit-tap-highlight-color: #11a8cf;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast, #e5e7eb);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  color: #11a8cf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_product_embla-button:disabled {
  color: var(--detail-high-contrast, #9ca3af);
  opacity: 0.6;
  cursor: not-allowed;
}

.solution_product_embla-button__svg {
  width: 35%;
  height: 35%;
  display: block;
}

.solution_product_embla-button:first-child {
	    margin-inline-start: auto;
}

.solution_product_embla-button:focus-visible {
  outline: 1px solid #11a8cf;
  outline-offset: 2px;
}

@media (min-width:1024px){
	.solution_product_embla-buttons {
		display: none
	}
}


/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// feature set /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */
.cpt_solution-features {
  margin-top: clamp(50px, 40vw, 80px);

  --card-bg: #fff;
  --card-radius: 16px;
  --card-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  --text-muted: #444;
}

.cpt_solution-features__head {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 1rem;
  margin-block-end: 5.25rem;
}

.cpt_solution-features__title {
  font-size: clamp(1.4rem, 3.2cqi, 2.2rem);
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}

/* Responsive grid: never overflow, auto-fit up to 4 columns */
.cpt_solution-features__grid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 16px;
}

/* Card */
.cpt_solution-features__card {
  position: relative;
  background: var(--card-bg);
  border-radius: 22px;
  padding: clamp(14px, 2.2cqi, 40px);
  display: grid;
  align-content: start;
  gap: 0.5rem;
  min-height: 150px;
  overflow: hidden;
  z-index: 0;

  transition: box-shadow 0.5s ease; /* smooth shadow */
}

.cpt_solution-features__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1.96px;
  background: linear-gradient(180deg, #aeebff 0%, #11a8cf 100%);
  background-size: 200% 200%; /* allows smooth movement */
  background-position: 0% 50%;

  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;

  z-index: -1;
  transition: background-position 0.8s ease; /* smooth gradient shift */
}

.cpt_solution-features__card:hover::before {
  background-position: 100% 50%; /* shift smoothly */
}

.cpt_solution-features__card:hover {
  box-shadow: 0px 3.92px 3.92px 0px #00000040; /* smooth shadow */
}

.cpt_solution-features__cardTitle {
  margin: 0;
  font-size: clamp(18px, 2.2cqi, 20px);
  line-height: 1.25;
  font-weight: 700;
}

.cpt_solution-features__cardDesc {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

/* ===== Desktop exact layout (matches your screenshot) ===== */
@media (min-width: 1200px) {
  .cpt_solution-features__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px; /* tune spacing like the mock */
  }

  /* #1 tall left spanning two rows */
  .cpt_solution-features__card:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  /* #2 wide across cols 2–3, row 1 */
  .cpt_solution-features__card:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }

  /* #3 col 4, row 1 */
  .cpt_solution-features__card:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  /* #4 col 5, row 1 */
  .cpt_solution-features__card:nth-child(4) {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
  }

  /* #5 col 2, row 2 */
  .cpt_solution-features__card:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  /* #6 col 3, row 2 */
  .cpt_solution-features__card:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  /* #7 wide across cols 4–5, row 2 */
  .cpt_solution-features__card:nth-child(7) {
    grid-column: 4 / 6;
    grid-row: 2 / 3;
  }

  /* #8 tall right spanning two rows */
  .cpt_solution-features__card:nth-child(8) {
    grid-column: 6 / 7;
    grid-row: 1 / 3;
  }
}

/* ===== RTL mirror for desktop ===== */
@media (min-width: 1200px) {
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(1) {
    grid-column: 6 / 7;
    grid-row: 1 / 3;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(2) {
    grid-column: 4 / 6;
    grid-row: 1 / 2;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(5) {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(7) {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
  }
  .cpt_solution-features:dir(rtl) .cpt_solution-features__card:nth-child(8) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

/* Small screens: one column, no overflow */
@media (max-width: 639px) {
  .cpt_solution-features__grid {
    grid-template-columns: 1fr;
  }
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// quote section /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */
/* ============= Solution → Quote section (Flex-only) ============= */

.cpt_solution-quote {
  margin-top: clamp(50px, 40vw, 80px);
}

/* Row that holds: blue icon, container (column), right panel */
.cpt_solution-quote__row {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 1rem;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(16px, 3cqi, 36px);
}

/* Blue quote icon (left-most) */
.cpt_solution-quote__quoteIcon {
  line-height: 0;
  flex-shrink: 0;
}
.cpt_solution-quote__quoteIcon--blue {
  color: #11a8cf;
}

/* Quote container as a vertical stack */
.cpt_solution-quote__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1.1; /* a bit wider than the right panel */
}

.cpt_solution-quote__heading {
  font-size: clamp(22px, 3.4cqi, 40px);
  font-weight: 500;
  max-width: 520px;
  line-height: 1.4;
  margin: 0;
}

.cpt_solution-quote__text {
  margin: 10px 0 18px;
  max-width: 620px;
  line-height: 1.7;
  color: #2b2b2b;
  font-size: clamp(18px, 2.2cqi, 22px);
  font-weight: 400;
}

/* Author block */
.cpt_solution-quote__author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.cpt_solution-quote__authorAvatar {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #eaeaea;
  flex-shrink: 0;
}

.cpt_solution-quote__authorAvatar img,
.cpt_solution-quote__authorImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cpt_solution-quote__authorMeta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cpt_solution-quote__authorName {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.cpt_solution-quote__authorPos {
  color: #11a8cf;
  font-size: 14px;
  font-weight: 700;
}

/* Right decorative panel */
.cpt_solution-quote__panel {
  position: relative;
  margin: 0;
  flex: 1;
  min-height: clamp(320px, 28cqi, 470px);
  background: #07a9c9; /* teal */
  border-radius: 18px;
  overflow: hidden;
}

/* White icon inside panel */
.cpt_solution-quote__quoteIcon--white {
  color: #fff;
  position: absolute;
  inset-block-end: 16px;
  inset-inline-end: 16px;
  width: auto;
  height: auto;
}
.cpt_solution-quote__quoteIcon--white svg {
  width: clamp(80px, 12cqi, 240px);
  height: auto;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .cpt_solution-quote__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .cpt_solution-quote__panel {
    align-self: stretch;
    min-height: clamp(180px, 32cqi, 280px);
  }
}

@media (max-width: 767px) {
  .cpt_solution-quote__container {
    gap: 8px;
  }
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// partners section /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */

.cpt_partners {
  margin-top: clamp(50px, 40vw, 80px);

  padding-bottom: clamp(2rem, 4cqi, 4rem);
}

.cpt_partners__head {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  margin-bottom: 1.5rem;
}

.cpt_partners__title {
  font-size: clamp(1.25rem, 2.2cqi, 32px);
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

.cpt_partners__slider .partners {
  margin-top: clamp(50px, 40vw, 90px);
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// infinite text  /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */

/* ===== Infinite Text Marquee (artifact-free) ===== */
.marqueeText {
	display: none !important;
  --speed: 45s; /* desktop speed */
  --speed-mobile: 30s; /* mobile speed */
  --gap: 3rem; /* space between repeats */
  --size: clamp(50px, 8cqi, 120px);
  --stroke: #cecccc; /* outline color (a bit darker) */
  --fill: #ffffff; /* fill color (white) */
  overflow: hidden;
  padding-block: clamp(50px, 2cqi, 145px);
  background: transparent;
}

.marqueeText__wrap {
  position: relative;
  /* smaller mask so it doesn't clip the stroke */
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    #000 24px,
    #000 calc(100% - 24px),
    transparent
  );
  mask: linear-gradient(
    90deg,
    transparent,
    #000 24px,
    #000 calc(100% - 24px),
    transparent
  );
}

.marqueeText__track {
  display: flex;
  gap: var(--gap);
  width: max-content;
  animation: marqueeText-slide var(--speed) linear infinite;
  will-change: transform;
}

.marqueeText[dir="rtl"] .marqueeText__track {
  animation-name: marqueeText-slide-rtl;
}

/* Text rendering tuned to avoid ghost/inner strokes */
.marqueeText__chunk {
  margin: 0;
  white-space: nowrap;
  font-size: var(--size);
  font-weight: 800;
  letter-spacing: 0.02em;

  /* Fill + thin stroke, stroke painted first to keep edges crisp */
  color: var(--fill);
  -webkit-text-stroke: 1px var(--stroke);
  paint-order: stroke fill;
  text-rendering: geometricPrecision;
}

/* Fallback when -webkit-text-stroke isn't supported */
@supports not (-webkit-text-stroke: 1px #000) {
  .marqueeText__chunk {
    color: transparent;
    /* soft outline using shadow (no inner artifacts) */
    text-shadow: 0 0 1px var(--stroke), 0 0 1px var(--stroke);
  }
}

/* Pause on hover */
.marqueeText__wrap:hover .marqueeText__track {
  animation-play-state: paused;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marqueeText__track {
    animation: none !important;
  }
}

/* Mobile tuning */
@media (max-width: 768px) {
  .marqueeText {
    --speed: var(--speed-mobile);
  }
  .marqueeText__wrap {
    -webkit-mask: linear-gradient(
      90deg,
      transparent,
      #000 18px,
      #000 calc(100% - 18px),
      transparent
    );
    mask: linear-gradient(
      90deg,
      transparent,
      #000 18px,
      #000 calc(100% - 18px),
      transparent
    );
  }
}

/* Keyframes: shift by 50% because we render 2 identical chunks */
@keyframes marqueeText-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marqueeText-slide-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// demo section  /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */

/* ===== Demo Section ===== */
.cpt_demo {
  --panel-radius: 28px;
  --panel-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  --band-color: #05a9c9; /* tweak to your brand */
  --title-size: clamp(1.35rem, 2.6cqi, 2rem);
  --lead-color: #000;
  --input-bg: #ffffff;
  --input-bd: #e8e8e8;
  --btn-bg: #000;
  --btn-fg: #fff;
  /* padding-block: clamp(24px, 4cqi, 48px); */
  background: linear-gradient(
    180deg,
    white 0%,
    white 50%,
    #11a8cf 50%,
    #11a8cf 100%
  );
}

.cpt_demo__wrap {
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: clamp(10px, 3cqi, 24px);
  position: relative;
}

/* Main rounded panel with textured bg (set inline via ACF) */
.cpt_demo__panel {
  border-radius: var(--panel-radius);
  box-shadow: var(--panel-shadow);
  overflow: hidden;
  padding: clamp(18px, 3cqi, 36px);
  position: relative;
  z-index: 2;
}

/* Two-column grid */
.cpt_demo__flex {
  display: flex;
  gap: clamp(16px, 3cqi, 40px);
  align-items: center;
  justify-content: space-between;
}

.cpt_demo__left {
  min-width: 0;
	width: 50%;
  max-width: 50%;
}

.cpt_demo__title {
  margin: 0 0 6px;
  font-size: var(--title-size);
  line-height: 1.2;
  font-weight: 500;
}

.cpt_demo__lead {
  margin: 0 0 41px 0 !important;
  color: var(--lead-color);
  font-weight: 400;
}

/* Right visual */
.cpt_demo__media {
	width: 50%;
  margin: 0;
  /* display: grid;
  place-items: center; */
}
.cpt_demo__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  /* filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12)); */
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cpt_demo__flex {
    flex-direction: column-reverse;
  }
  .cpt_demo__band {
    inset-block-start: 82%;
  }
  .cpt_demo__media img {
    max-width: 100%px;
  }
  .cpt_demo__left {
	  width: 100%;
    max-width: 200%;
  }
	.cpt_demo__media {
		width: 100%
	}
}

/* RTL niceties */
[dir="rtl"] .cpt_demo__lead {
  text-align: start;
}

/* 
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////// faq section  /////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  */

/* Wrapper: transparent, you’ll place this over a blue section bg */
.dsk-faq-accordion {
  padding-block: clamp(50px, 40vw, 80px);
  position: relative;
  width: 100%;
  background: var(--cpt-solution-primary);
  color: #fff; /* base white */
  --border-color: #fff;
}

.dsk-faq-container {
  max-width: 1200px;
  margin: auto;
  padding-inline: clamp(10px, 3cqi, 24px);
}

/* Title */
.dsk-faq-title {
  font-size: clamp(24px, 40vw, 40px);
  font-weight: 500;
  margin: 0 0 30px 0;
  color: #fff;
  line-height: 1.2;
  margin-bottom: clamp(8px, 60vw, 90px);
}

/* List & items */
.dsk-faq-list {
  margin: 0;
  padding: 0;
}
.dsk-faq-item {
  border-left: 4px solid var(--border-color);
  border-radius: 3px 0 0 3px;
  margin: 0 0 30px 0;
  background: transparent;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.dsk-faq-item:last-child {
  margin-bottom: 0;
}

/* Question button */
.dsk-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 3px 43px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  outline: none;
}
.dsk-faq-question-text {
  flex: 1;
  color: #fff;
  margin-right: 20px;
  line-height: 1.4;
  text-align: left;
  font-size: clamp(18px, 40vw, 24px);
}

/* Answer */
.dsk-faq-answer {
  background: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height;
}
.dsk-faq-answer-content {
  padding: 30px 43px 12px 43px;
  color: #ffffff;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease 0.1s;
  will-change: opacity, transform;
  font-size: clamp(18px, 40vw, 20px);
}
.dsk-faq-answer-content p {
  margin: 0 0 16px;
}
.dsk-faq-answer-content p:last-child {
  margin-bottom: 0;
}

/* Open state */
.dsk-faq-item[data-state="open"] .dsk-faq-question-text {
  font-weight: 500;
}
.dsk-faq-item[data-state="open"] .dsk-faq-answer-content {
  opacity: 1;
  transform: translateY(0);
}

/* Focus ring (white w/ glow for blue bg) */
.dsk-faq-question:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  outline-offset: 2px;
}

/* RTL */
[dir="rtl"] .dsk-faq-item {
  border-left: 0;
  border-right: 4px solid var(--border-color);
}
[dir="rtl"] .dsk-faq-question {
  text-align: start;
}
[dir="rtl"] .dsk-faq-question-text {
	text-align: start;
  margin-right: 0;
  margin-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .dsk-faq-container {
    padding: 0 20px;
  }
  .dsk-faq-title {
    font-size: 28px;
  }
  .dsk-faq-question {
    padding: 20px;
    font-size: 15px;
  }
  .dsk-faq-answer-content {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 480px) {
  /* .dsk-faq-container {
    padding: 0;
  } */
  .dsk-faq-title {
    font-size: 24px;
  }
  .dsk-faq-question {
    padding: 16px;
    font-size: 14px;
  }
  .dsk-faq-question-text {
    margin-right: 15px;
  }
  .dsk-faq-answer-content {
    padding: 0 16px 16px 16px;
  }
  [dir="rtl"] .dsk-faq-question-text {
    margin-left: 15px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dsk-faq-item,
  .dsk-faq-answer,
  .dsk-faq-answer-content {
    transition: none;
  }
  .dsk-faq-item[data-state="open"] .dsk-faq-answer-content {
    transform: none;
  }
}


.dskse__hero {
	overflow: visible;
}

.dskse__eyebrow {
	display: none;
}

@media (max-wdith: 1024px) {
	.cpt_solution-slides {
		display: none;
	}
}

@media (min-wdith: 1025px) {
	.mobile-solution-wrapper {
		display: none;
	}
}


@media (max-width: 1024px) {
  [dir="rtl"] .cpt_solution-slides__media .cpt_solution-slides__main {
    margin-inline-end: unset;
    margin-inline-start: auto;
  }
  [dir="rtl"] .cpt_solution-slides__media .cpt_solution-slides__overlays {
    inset: unset;
    left: 80%;
  }
  [dir='rtl'] .solution_product_embla-button {
    transform: rotate(180deg)
  }
}
