/* ============================================================
   Solutions detail page only
   Loaded only by node--solutions.html.twig.
   ============================================================ */

.SolutionsPage {
  --solutions-pink: #e61465;
  --solutions-orange: #f26122;
  --solutions-dark: #202020;
  --solutions-darker: #151515;
  --solutions-text: #171717;
  --solutions-muted: #6d6d6d;
  --solutions-panel: #f7f7f7;
}

.SolutionsPage *,
.SolutionsPage *::before,
.SolutionsPage *::after {
  box-sizing: border-box;
}

.SolutionsPage .Container {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

/* Keep the same desktop shell as node--services.html.twig:
   fixed/sticky 80px left rail + content in the remaining width. */
.SolutionsPage .LeftMenu {
  flex: 0 0 80px;
  width: 80px;
  min-width: 80px;
}

.SolutionsPage .RightSide {
  position: relative;
  left: auto;
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
  min-width: 0;
  margin: 0;
}

.SolutionsPage .SolutionsDetails {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--solutions-text);
}

/* Match the Service detail page's inset content instead of stretching
   section content edge-to-edge inside RightSide. */
.SolutionsPage .SolutionsSectionInner,
.SolutionsPage .SolutionsHero__Inner {
  width: 100%;
  margin: 0;
  padding-right: 120px;
  padding-left: 120px;
}

.SolutionsPage .SolutionsSectionHeading {
  margin: 0 0 36px;
}

.SolutionsPage .SolutionsSectionHeading > span,
.SolutionsPage .SolutionsTestimonials__Heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--solutions-pink);
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.SolutionsPage .SolutionsSectionHeading h2,
.SolutionsPage .SolutionsTestimonials__Heading h2 {
  margin: 0;
  color: #171717;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: clamp(32px, 2.65vw, 48px);
  line-height: 1.03;
}

.SolutionsPage .SolutionsSectionHeading p {
  max-width: 850px;
  margin: 14px 0 0;
  color: var(--solutions-muted);
  font-size: 17px;
  line-height: 1.5;
}

/* Header ----------------------------------------------------- */
.SolutionsPage .SolutionsHeader ul {
  align-items: center;
}

.SolutionsPage .SolutionsHeader ul li {
  margin-left: 34px;
}

.SolutionsPage .SolutionsHeader a.active {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Hero ------------------------------------------------------- */
.SolutionsPage .SolutionsHero {
  padding: 80px 0 55px;
  background: #fff;
}

.SolutionsPage .SolutionsHero__Inner {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 590px;
}

.SolutionsPage .SolutionsHero__Content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding-right: 42px;
}

.SolutionsPage .SolutionsHero__Content h1 {
  max-width: 590px;
  margin: 0 0 24px;
  color: #171717;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: clamp(52px, 4.5vw, 78px);
  line-height: .98;
  letter-spacing: -.03em;
}

.SolutionsPage .SolutionsHero__Description {
  max-width: 650px;
  margin-bottom: 30px;
  color: #141414;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.SolutionsPage .SolutionsPrimaryButton {
  display: flex;
  width: fit-content;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: linear-gradient(90deg, #D31260 0%, #FF5722 50%, #D31260 100%);
  box-shadow: 0 8px 16px 0 rgba(211, 18, 96, 0.25);
  color: #fff;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  text-decoration: none;
  transition: transform .25s ease;
}

.SolutionsPage .SolutionsPrimaryButton:hover {
  color: #fff;
  transform: translateY(-2px);
}

.SolutionsPage .SolutionsHero__Visual {
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.SolutionsPage .SolutionsHero__Visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 760px;
  object-fit: contain;
}

.SolutionsPage .SolutionsHero__Logos {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: 520px;
  margin-top: 42px;
  padding-right: 34px;
  align-self: start;
}

.SolutionsPage .SolutionsHero__Logos img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

/* Services --------------------------------------------------- */
.SolutionsPage .SolutionsServices {
  padding: 95px 0 105px;
  background: var(--solutions-dark);
}

.SolutionsPage .SolutionsSectionHeading--dark h2,
.SolutionsPage .SolutionsSectionHeading--dark p {
  color: #fff;
}

.SolutionsPage .SolutionsSectionHeading--dark p {
  color: #b8b8b8;
}

.SolutionsPage .SolutionsServices__Grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.SolutionsPage .SolutionsServiceCard {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 15px;
  background: #2a2a2a;
}

.SolutionsPage .SolutionsServiceCard__Image {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 8.7;
  background: #333;
}

.SolutionsPage .SolutionsServiceCard__Image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.SolutionsPage .SolutionsServiceCard__Image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.SolutionsPage .SolutionsServiceCard:hover .SolutionsServiceCard__Image img {
  transform: scale(1.035);
}

.SolutionsPage .SolutionsServiceCard__Body {
  position: relative;
  min-height: 165px;
  padding: 22px 48px 24px 22px;
}

.SolutionsPage .SolutionsServiceCard__Body h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.1;
}

.SolutionsPage .SolutionsServiceCard__Body h3 a {
  color: #fff;
  text-decoration: none;
}

.SolutionsPage .SolutionsServiceCard__Body p {
  margin: 0;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 1.45;
}

.SolutionsPage .SolutionsCardArrow {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--solutions-pink);
  font-size: 29px;
  line-height: 1;
  text-decoration: none;
}

/* Related Case Studies ---------------------------------------
   The cards intentionally reuse the exact homepage
   .HomePage__LatestWork__Card CSS from style.css.
   Only the Solutions section/scroller layout is defined here. */
.SolutionsPage .SolutionsCases {
  padding: 90px 0 100px;
  background: #fff;
}

.SolutionsPage .SolutionsCases .SolutionsSectionHeading h2 {
  font-size: 44px;
  font-family: "Mont", Arial, sans-serif;
  font-weight: normal;
}

/* Related Case Studies carousel controls.
   The cards keep the exact homepage Featured Work CSS; these rules only
   add the two design-style arrows and scrolling behavior. */
.SolutionsPage .SolutionsCases__Heading {
  position: relative;
  padding-right: 86px;
}

.SolutionsPage .SolutionsCases__Nav {
  position: absolute;
  right: 0;
  bottom: 3px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.SolutionsPage .SolutionsCases__Nav button {
  display: flex;
  width: 24px;
  height: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  background: transparent;
  color: #D31260;
  cursor: pointer;
  transition: opacity .2s ease;
}

.SolutionsPage .SolutionsCases__Nav button svg {
  display: block;
  width: 9px;
  height: 16px;
  overflow: visible;
}

.SolutionsPage .SolutionsCases__Nav button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.SolutionsPage .SolutionsCases__Nav button:disabled {
  opacity: .22;
  cursor: default;
}

.SolutionsPage .SolutionsCases__Nav button:not(:disabled):hover {
  opacity: .7;
}

.SolutionsPage .SolutionsCases__Scroller {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  touch-action: pan-x pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.SolutionsPage .SolutionsCases__Scroller.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.SolutionsPage .SolutionsCases__Scroller img,
.SolutionsPage .SolutionsCases__Scroller a {
  -webkit-user-drag: none;
  user-drag: none;
}

.SolutionsPage .SolutionsCases__Scroller::-webkit-scrollbar {
  display: none;
}

.SolutionsPage .SolutionsCases .HomePage__LatestWork__Wrapper {
  margin-bottom: 0;
}

.SolutionsPage .SolutionsCases .HomePage__LatestWork__Card {
  scroll-snap-align: start;
}

/* Sectors ---------------------------------------------------- */
.SolutionsPage .SolutionsSectors {
  padding: 85px 0 95px;
  background: #fafafa;
}

.SolutionsPage .SolutionsSectorCard {
  overflow: hidden;
  border-radius: 15px;
}

.SolutionsPage .SolutionsSectorCard > a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  color: #fff;
  text-decoration: none;
}

.SolutionsPage .SolutionsSectorCard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .4s ease;
}

.SolutionsPage .SolutionsSectorCard:hover img {
  transform: scale(1.05);
}

.SolutionsPage .SolutionsSectorCard__Shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0) 62%);
}

.SolutionsPage .SolutionsSectorCard h3 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  margin: 0;
  color: #fff;
  font-size: 19px;
}

/* Shared Owl navigation -------------------------------------- */
.SolutionsPage .SolutionsSectors .owl-nav {
  position: absolute;
  top: -78px;
  right: 0;
  display: flex;
  gap: 16px;
  margin: 0;
}

.SolutionsPage .SolutionsSectors .owl-nav button {
  display: flex !important;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--solutions-pink) !important;
}

.SolutionsPage .SolutionsSectors .owl-nav button span[aria-hidden="true"] {
  font-size: 38px;
  line-height: 28px;
}

.SolutionsPage .owl-nav button.disabled {
  opacity: .25;
}

/* Approach --------------------------------------------------- */
.SolutionsPage .SolutionsApproach {
  padding: 95px 0;
  background: #f7f7f7;
}

.SolutionsPage .SolutionsApproach__Picture,
.SolutionsPage .SolutionsApproach__Picture img {
  display: block;
  width: 100%;
}

.SolutionsPage .SolutionsApproach__Picture {
  margin-top: 40px;
}

.SolutionsPage .SolutionsApproach__Picture img {
  height: auto;
}

/* Metrics ---------------------------------------------------- */
.SolutionsPage .SolutionsMetrics {
  padding: 90px 0 100px;
  background: #fff;
}

.SolutionsPage .SolutionsMetrics__Carousel {
  position: relative;
  width: 100%;
}

.SolutionsPage .SolutionsMetrics__Carousel .owl-stage {
  display: flex;
}

.SolutionsPage .SolutionsMetrics__Carousel .owl-item {
  display: flex;
}

.SolutionsPage .SolutionsMetrics__Carousel .SolutionsMetricCard {
  width: 100%;
  height: 100%;
}

.SolutionsPage .SolutionsMetrics__Carousel .owl-nav {
  position: absolute;
  top: -76px;
  right: 0;
  display: flex;
  gap: 16px;
  margin: 0;
}

.SolutionsPage .SolutionsMetrics__Carousel .owl-nav button {
  display: flex !important;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--solutions-pink) !important;
}

.SolutionsPage .SolutionsMetrics__Carousel .owl-nav button span {
  font-size: 38px;
  font-weight: 300;
  line-height: 30px;
}

.SolutionsPage .SolutionsMetrics__Carousel .owl-nav button.disabled {
  opacity: .25;
}

.SolutionsPage .SolutionsMetricCard {
  min-width: 0;
  min-height: 195px;
  padding: 29px 26px;
  border-radius: 13px;
  background: var(--solutions-panel);
}

.SolutionsPage .SolutionsMetricCard strong {
  display: block;
  margin-bottom: 16px;
  color: var(--solutions-pink);
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.SolutionsPage .SolutionsMetricCard h3 {
  margin: 0 0 8px;
  color: #171717;
  font-size: 17px;
  line-height: 1.16;
}

.SolutionsPage .SolutionsMetricCard p {
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

/* Testimonials ----------------------------------------------- */
.SolutionsPage .SolutionsTestimonials {
  padding: 100px 0;
  background: #222;
  color: #fff;
}

.SolutionsPage .SolutionsTestimonials__Inner {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.SolutionsPage .SolutionsTestimonials__Heading h2 {
  color: #fff;
  font-size: 36px;
}

.SolutionsPage .SolutionsTestimonials__View,
.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right,
.SolutionsPage .SolutionsTestimonials .owl-carousel {
  width: 100%;
  min-width: 0;
}

.SolutionsPage .SolutionsTestimonials .owl-stage {
  display: flex;
}

.SolutionsPage .SolutionsTestimonials .owl-item {
  display: flex;
}

.SolutionsPage .SolutionsTestimonials .owl-carousel .item {
  width: 100%;
  min-height: 290px;
  margin: 0;
  border-radius: 14px;
}

.SolutionsPage .SolutionsTestimonials .owl-carousel .item.light {
  background: #fff;
  color: #171717;
}

.SolutionsPage .SolutionsTestimonials .owl-dots {
  margin-top: 24px;
}

/* CTA -------------------------------------------------------- */
.SolutionsPage .SolutionsCTA {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 90px 0;
  background: var(--solutions-darker);
  color: #fff;
}

.SolutionsPage .SolutionsCTA__Inner {
  position: relative;
  min-height: 350px;
}

.SolutionsPage .SolutionsCTA__Copy {
  position: relative;
  z-index: 2;
}

.SolutionsPage .SolutionsCTA__Copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 45px;
  line-height: .98;
}

.SolutionsPage .SolutionsCTA__Copy p {
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.SolutionsPage .SolutionsCTA__Waves {
  position: absolute;
  z-index: 1;
  right: -18%;
  bottom: -75px;
  width: 118%;
  height: 390px;
}

/* Tablet ----------------------------------------------------- */
@media screen and (max-width: 1100px) {
  .SolutionsPage .SolutionsSectionInner,
  .SolutionsPage .SolutionsHero__Inner {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .SolutionsPage .SolutionsHero__Inner {
    grid-template-columns: 46% 54%;
  }

  .SolutionsPage .SolutionsHero__Content h1 {
    font-size: 52px;
  }

  .SolutionsPage .SolutionsServices__Grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .SolutionsPage .SolutionsTestimonials__Inner {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
  }
}

/* Services touch swiper: 1 full card + 1/4 of the next card.
   Applies from 767.9px down. No arrows and no dots. */
@media screen and (max-width: 767.9px) {
  .SolutionsPage .SolutionsServices__Grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
  }

  .SolutionsPage .SolutionsServices__Grid::-webkit-scrollbar {
    display: none;
  }

  .SolutionsPage .SolutionsServices__Grid .SolutionsServiceCard {
    /* Exact 1.25-card viewport including the 12px gap. */
    flex: 0 0 calc((100% - 12px) / 1.25);
    width: calc((100% - 12px) / 1.25);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Defensive: this section must never show Owl controls. */
  .SolutionsPage .SolutionsServices__Grid .owl-nav,
  .SolutionsPage .SolutionsServices__Grid .owl-dots {
    display: none !important;
  }
}

/* Mobile ----------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* Same mobile shell behavior as the existing Service node page. */
  .SolutionsPage .Container {
    display: block;
  }

  .SolutionsPage .LeftMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 60px;
  }

  .SolutionsPage .RightSide {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .SolutionsPage .SolutionsHeader {
    display: none;
  }

  .SolutionsPage .SolutionsSectionInner,
  .SolutionsPage .SolutionsHero__Inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .SolutionsPage .SolutionsHero {
    padding: 40px 0 30px;
  }

  .SolutionsPage .SolutionsHero__Inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .SolutionsPage .SolutionsHero__Content {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    padding-right: 0;
  }

  .SolutionsPage .SolutionsHero__Content h1 {
    margin-bottom: 16px;
    font-size: 39px;
  }

  .SolutionsPage .SolutionsHero__Description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
  }

  .SolutionsPage .SolutionsHero__Visual {
    grid-column: auto;
    grid-row: auto;
    margin: 27px 0 14px;
  }

  .SolutionsPage .SolutionsHero__Logos {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: none;
    margin-top: 4px;
    padding-right: 0;
  }

  .SolutionsPage .SolutionsHero__Logos img {
    width: 100%;
    height: auto;
  }

  .SolutionsPage .SolutionsSectionHeading {
    margin-bottom: 24px;
  }

  .SolutionsPage .SolutionsSectionHeading > span,
  .SolutionsPage .SolutionsTestimonials__Heading > span {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .SolutionsPage .SolutionsSectionHeading h2,
  .SolutionsPage .SolutionsTestimonials__Heading h2 {
    font-size: 29px;
  }

  .SolutionsPage .SolutionsSectionHeading p {
    margin-top: 10px;
    font-size: 14px;
  }

  .SolutionsPage .SolutionsServices,
  .SolutionsPage .SolutionsCases,
  .SolutionsPage .SolutionsSectors,
  .SolutionsPage .SolutionsApproach,
  .SolutionsPage .SolutionsMetrics,
  .SolutionsPage .SolutionsTestimonials {
    padding: 52px 0;
  }

  /* Keep the mobile service cards at 1.25 cards per viewport.
     Do not use flex:none here: it overrides the swiper card width. */
  .SolutionsPage .SolutionsServices__Grid .SolutionsServiceCard {
    flex: 0 0 calc((100% - 12px) / 1.25);
    width: calc((100% - 12px) / 1.25);
    max-width: calc((100% - 12px) / 1.25);
  }

  .SolutionsPage .SolutionsServiceCard__Image {
    aspect-ratio: 1.45 / 1;
  }

  .SolutionsPage .SolutionsServiceCard__Body {
    min-height: 145px;
    padding: 15px 28px 16px 14px;
  }

  .SolutionsPage .SolutionsServiceCard__Body h3 {
    font-size: 13px;
  }

  .SolutionsPage .SolutionsServiceCard__Body p {
    font-size: 9px;
  }

  .SolutionsPage .SolutionsCardArrow {
    top: 12px;
    right: 10px;
    font-size: 20px;
  }

  .SolutionsPage .SolutionsSectors .owl-nav {
    top: -64px;
  }

  .SolutionsPage .SolutionsSectorCard h3 {
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
  }

  .SolutionsPage .SolutionsApproach__Picture {
    margin-top: 26px;
  }

  .SolutionsPage .SolutionsMetrics__Carousel {
    /* Owl clips the track here so the next card can intentionally peek in. */
    overflow: hidden;
  }

  .SolutionsPage .SolutionsMetrics__Carousel .owl-stage-outer {
    overflow: visible;
  }

  .SolutionsPage .SolutionsMetrics__Carousel .owl-nav {
    display: none;
  }

  .SolutionsPage .SolutionsMetricCard {
    min-height: 165px;
    padding: 19px 15px;
  }

  .SolutionsPage .SolutionsMetricCard strong {
    margin-bottom: 12px;
    font-size: 31px;
  }

  .SolutionsPage .SolutionsMetricCard h3 {
    font-size: 12px;
  }

  .SolutionsPage .SolutionsMetricCard p {
    font-size: 9px;
  }

  .SolutionsPage .SolutionsTestimonials__Inner {
    display: block;
  }

  .SolutionsPage .SolutionsTestimonials__Heading {
    margin-bottom: 25px;
  }

  .SolutionsPage .SolutionsTestimonials .owl-carousel .item {
    min-height: 270px;
  }

  .SolutionsPage .SolutionsCTA {
    min-height: 500px;
    padding: 62px 0;
  }

  .SolutionsPage .SolutionsCTA__Copy h2 {
    font-size: 31px;
  }

  .SolutionsPage .SolutionsCTA__Copy p {
    font-size: 14px;
  }

  .SolutionsPage .SolutionsCTA__Waves {
    right: -100%;
    bottom: -10px;
    width: 240%;
    height: 320px;
  }
}

/* ============================================================
   SOLUTIONS MOBILE CAROUSEL REFINEMENTS
   Services, Related Case Studies and shared arrow treatment.
   These overrides are isolated to the Solutions node page.
   ============================================================ */

/* Use the same CSS-drawn chevron treatment for card arrows. */
.SolutionsPage .SolutionsCardArrow {
  width: 24px;
  height: 24px;
  font-size: 0;
  color: var(--solutions-pink);
}

.SolutionsPage .SolutionsCardArrow::before,
.SolutionsPage .SolutionsCardArrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.SolutionsPage .SolutionsCardArrow::before {
  left: 2px;
  opacity: .65;
}

.SolutionsPage .SolutionsCardArrow::after {
  left: 9px;
}

.SolutionsPage .SolutionsCardArrow--case {
  top: auto;
  right: 22px;
  bottom: 22px;
  color: #fff;
}

/* Keep all desktop Owl navigation arrows visually consistent. */
.SolutionsPage .SolutionsSectors .owl-nav button,
.SolutionsPage .SolutionsMetrics__Carousel .owl-nav button {
  display: flex !important;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--solutions-pink) !important;
  box-shadow: none !important;
}

.SolutionsPage .SolutionsSectors .owl-nav button span[aria-hidden="true"],
.SolutionsPage .SolutionsMetrics__Carousel .owl-nav button span[aria-hidden="true"] {
  font-size: 38px;
  font-weight: 300;
  line-height: 28px;
}

/* Testimonials: use the exact index-page card dimensions/treatment. */
.SolutionsPage .SolutionsTestimonials {
  overflow: hidden;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials {
  width: 100%;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right {
  min-width: 0;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item {
  width: 368px;
  height: 368px;
  min-height: 0;
  margin-right: 28px;
  padding: 25px;
  border-radius: 0;
}

@media screen and (max-width: 767.9px) {
  .SolutionsPage .SolutionsCases .SolutionsSectionHeading h2 {
    font-size: 32px;
  }

  .SolutionsPage .SolutionsCases__Heading {
    padding-right: 70px;
  }

  .SolutionsPage .SolutionsCases__Nav {
    gap: 14px;
    bottom: 2px;
  }

  .SolutionsPage .SolutionsCases__Nav button {
    width: 22px;
    height: 28px;
  }

  /* SERVICES: Owl touch swiper. The first card is full and exactly
     one quarter of the next card remains visible. */
  .SolutionsPage .SolutionsServices {
    overflow: hidden;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden !important;
    padding: 0;
    scroll-snap-type: none;
    touch-action: pan-y;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-stage {
    display: flex;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-item {
    min-width: 0;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .SolutionsServiceCard {
    /* Content width is viewport - 32px section padding. After a 12px
       gutter this leaves exactly ~25% of the next card visible. */
    width: calc((100vw - 44px) / 1.25);
    max-width: none;
    min-width: 0;
    flex: none;
    scroll-snap-align: none;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-nav,
  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-dots {
    display: none !important;
  }

  /* RELATED CASE STUDIES: same mobile card sizing as the homepage Featured Work block. */
  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card {
    padding-right: 70px;
    width: 85vw;
    margin-right: 20px;
  }

  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card h3 {
    font-size: 20px;
  }

  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card span.arrow {
    right: 20px;
  }

  /* Testimonials: preserve the exact index-page mobile card size. */
  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item {
    width: 292px;
    height: 292px;
    min-height: 0;
    margin-right: 28px;
    padding: 15px;
    border-radius: 0;
  }
}

/* ============================================================
   SERVICES MOBILE SWIPER - FINAL
   Same Owl mechanism as Sectors We Serve.
   <= 767.9px: 1 full card + 1/4 next card, no arrows/dots.
   ============================================================ */
@media screen and (max-width: 767.9px) {
  .SolutionsPage .SolutionsServices {
    overflow: hidden;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    gap: 0;
    scroll-snap-type: none;
    touch-action: pan-y;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-stage {
    display: flex;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-item {
    min-width: 0;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .SolutionsServiceCard {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100%;
    flex: none !important;
    scroll-snap-align: none;
  }

  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-nav,
  .SolutionsPage .SolutionsServices__Grid.owl-carousel .owl-dots {
    display: none !important;
  }
}

/* Related Case Studies: desktop mouse-drag reinforcement. */
.SolutionsPage .SolutionsCases__Scroller {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .SolutionsPage .SolutionsCases__Scroller {
    cursor: grab;
  }

  .SolutionsPage .SolutionsCases__Scroller.is-dragging {
    cursor: grabbing;
  }
}

/* ============================================================
   RELATED CASE STUDIES + SECTORS: RIGHT-EDGE BLEED / SWIPER
   Keep the normal Solutions container alignment on the left, but let the
   horizontal tracks continue through the right padding to the viewport edge.
   ============================================================ */

/* Desktop: SolutionsSectionInner has 120px horizontal padding. */
.SolutionsPage .SolutionsCases__Scroller,
.SolutionsPage .SolutionsSectors__Carousel {
  width: calc(100% + 120px);
  max-width: none;
  margin-right: -120px;
}

/* Related Case Studies uses the exact SVG supplied for the top controls. */
.SolutionsPage .SolutionsCases__Nav button svg,
.SolutionsPage .SolutionsSectors .owl-nav button svg {
  display: block;
  width: 14px;
  height: 24px;
  flex: 0 0 14px;
}

.SolutionsPage .SolutionsCases__Nav button svg path,
.SolutionsPage .SolutionsSectors .owl-nav button svg path {
  fill: #D5055F !important;
  stroke: none !important;
}

.SolutionsPage .SolutionsCases__Nav button,
.SolutionsPage .SolutionsSectors .owl-nav button {
  width: 30px;
  height: 32px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* The sector track is a real mouse/touch swiper through Owl. */
.SolutionsPage .SolutionsSectors__Carousel .owl-stage-outer {
  overflow: hidden;
}

.SolutionsPage .SolutionsSectors__Carousel .owl-stage {
  display: flex;
}

.SolutionsPage .SolutionsSectors__Carousel .owl-item {
  min-width: 0;
}

.SolutionsPage .SolutionsSectors__Carousel .SolutionsSectorCard {
  width: 100%;
  height: 100%;
}

/* Keep the Sector arrows in the normal content container, exactly like
   Related Case Studies, while only the cards bleed to the screen edge. */
.SolutionsPage .SolutionsSectors .owl-nav {
  right: 120px;
}

@media screen and (max-width: 1100px) {
  /* Tablet: SolutionsSectionInner padding becomes 60px. */
  .SolutionsPage .SolutionsCases__Scroller,
  .SolutionsPage .SolutionsSectors__Carousel {
    width: calc(100% + 60px);
    margin-right: -60px;
  }

  .SolutionsPage .SolutionsSectors .owl-nav {
    right: 60px;
  }
}

@media screen and (max-width: 767.9px) {
  /* Mobile: preserve the 16px left alignment but let the tracks touch the
     physical right side of the screen. */
  .SolutionsPage .SolutionsCases__Scroller,
  .SolutionsPage .SolutionsSectors__Carousel {
    width: calc(100% + 16px);
    margin-right: -16px;
  }

  .SolutionsPage .SolutionsSectors .owl-nav {
    right: 16px;
  }

  .SolutionsPage .SolutionsCases__Nav button,
  .SolutionsPage .SolutionsSectors .owl-nav button {
    width: 26px;
    height: 30px;
  }

  .SolutionsPage .SolutionsCases__Nav button svg,
  .SolutionsPage .SolutionsSectors .owl-nav button svg {
    width: 12px;
    height: 21px;
  }
}

/* ============================================================
   SOLUTIONS — SECTORS + TESTIMONIALS FINAL ADJUSTMENTS
   ============================================================ */

/* Desktop: 4 full sector cards + approximately 2/3 of card 5.
   Owl's item count is set to 4.67 in solutionsDetails.js. */
.SolutionsPage .SolutionsSectors__Carousel {
  overflow: visible;
}

/* Testimonials: reuse the homepage View/template, but ensure it is visible
   and sized correctly inside the Solutions page shell. */
.SolutionsPage .SolutionsTestimonials {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #202020;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left {
  flex: 0 0 255px;
  color: #fff;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 315px);
  margin-left: 60px;
  overflow: visible;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right > .owl-carousel {
  display: block;
  width: 100%;
  min-height: 368px;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .owl-stage-outer {
  overflow: visible;
}

@media screen and (max-width: 767.9px) {
  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials {
    display: block;
    padding-left: 16px;
    padding-right: 0;
  }

  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left {
    width: calc(100% - 16px);
    margin-bottom: 28px;
  }

  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right {
    width: calc(100% - 16px);
    max-width: none;
    margin-left: 0;
  }

  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right > .owl-carousel {
    min-height: 0;
  }
}

/* ============================================================
   SOLUTIONS — TESTIMONIALS: MATCH HOMEPAGE EXACTLY
   Keep the homepage card dimensions, rounded corners, viewport
   position and Owl scrolling behaviour.
   ============================================================ */

.SolutionsPage .SolutionsTestimonials {
  overflow: hidden;
  background: #222;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 120px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left {
  flex: 0 0 255px;
  color: #fff;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  margin-left: 60px;
  max-width: calc(100% - 255px - 60px);
  overflow: hidden;
}

/* Restore Owl's homepage viewport behaviour. */
.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .owl-stage-outer {
  overflow: hidden;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .owl-stage {
  display: block;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .owl-item {
  display: block;
}

/* Exact homepage testimonial card treatment. */
.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item {
  width: 368px;
  height: 368px;
  min-height: 0;
  margin-right: 28px;
  padding: 25px;
  border-radius: 30px;
}

/* Ensure image/video cards also respect the rounded shape. */
.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item.video {
  overflow: hidden;
  border-radius: 30px;
}

.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item.video .mask,
.SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item.video .mask::before {
  border-radius: inherit;
}

@media screen and (max-width: 767.9px) {
  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 0;
  }

  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left {
    width: 100%;
    flex: 0 0 auto;
  }

  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item {
    width: 292px;
    height: 292px;
    min-height: 0;
    margin-right: 28px;
    padding: 15px;
    border-radius: 30px;
  }
}

/* ============================================================
   SOLUTIONS — DESKTOP FIGMA/PDF VISUAL MATCH
   Reference frame: 1920px desktop export.
   Desktop only. Existing tablet/mobile behavior is intentionally
   left untouched.
   ============================================================ */
@media screen and (min-width: 1101px) {

  .SolutionsPage {
    --solutions-pink: #D5055F;
    --solutions-orange: #FF5722;
    --solutions-dark: #212121;
    --solutions-darker: #131313;
    --solutions-text: #141414;
    --solutions-muted: #6B6B6B;
    --solutions-panel: #F7F7F7;
  }

  /* Common desktop content alignment in the 1920px design:
     80px left rail + 120px inner inset = x:200px. */
  .SolutionsPage .SolutionsSectionInner,
  .SolutionsPage .SolutionsHero__Inner {
    padding-left: 120px;
    padding-right: 120px;
  }

  .SolutionsPage .SolutionsSectionHeading {
    margin-bottom: 28px;
  }

  .SolutionsPage .SolutionsSectionHeading > span,
  .SolutionsPage .SolutionsTestimonials__Heading > span {
    margin-bottom: 12px;
    color: #D5055F;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
  }

  .SolutionsPage .SolutionsSectionHeading h2,
  .SolutionsPage .SolutionsTestimonials__Heading h2 {
    color: #141414;
    font-family: "Mont Heavy DEMO", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0;
  }

  .SolutionsPage .SolutionsSectionHeading--dark h2{
    color: #FFF;
    font-family: "Proxima Nova Rg", Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
  }

  .SolutionsPage .SolutionsSectionHeading p {
    max-width: 1360px;
    margin-top: 0px;
    color: #6B7280;
    font-family: "Proxima Nova Rg", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  /* ---------------- HERO ---------------- */
  .SolutionsPage .SolutionsHero {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #FBFBFC;
  }

  .SolutionsPage .SolutionsHero__Inner {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    min-height: 590px;
  }

  .SolutionsPage .SolutionsHero__Content {
    padding-right: 54px;
  }

  .SolutionsPage .SolutionsHero__Content h1 {
    max-width: 650px;
    margin-bottom: 25px;
    color: #141414;
    font-family: "Mont Heavy DEMO", Arial, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0;
  }

  .SolutionsPage .SolutionsHero__Description {
    max-width: 650px;
    margin-bottom: 32px;
    color: #141414;
    font-family: "Proxima Nova Rg", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .SolutionsPage .SolutionsPrimaryButton {
    min-height: 48px;
    padding: 16px 32px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D31260 0%, #FF5722 50%, #D31260 100%);
    box-shadow: 0 8px 16px rgba(211, 18, 96, 0.25);
    color: #FFF;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }

  .SolutionsPage .SolutionsHero__Visual {
    justify-content: flex-start;
    overflow: visible;
  }

  .SolutionsPage .SolutionsHero__Visual img {
    width: calc(100% + 75px);
    max-width: 875px;
    margin-right: -79px;
  }

  .SolutionsPage .SolutionsHero__Logos {
    max-width: 575px;
    margin-top: 44px;
    padding-right: 0;
  }

  /* ---------------- SERVICES ---------------- */
  .SolutionsPage .SolutionsServices {
    padding-top: 96px;
    padding-bottom: 100px;
    background: #212121;
  }

  .SolutionsPage .SolutionsServices .SolutionsSectionHeading {
    margin-bottom: 60px;
  }

  .SolutionsPage .SolutionsServices .SolutionsSectionHeading > span {
    font-size: 14px;
    line-height: 14px;
  }

  .SolutionsPage .SolutionsSectionHeading--dark h2 {
    color: #FFF;
  }

  .SolutionsPage .SolutionsServices__Grid {
    gap: 24px;
  }

  .SolutionsPage .SolutionsServiceCard {
    border-radius: 16px;
    background: #292929;
  }

  .SolutionsPage .SolutionsServiceCard__Image {
    aspect-ratio: 503 / 220;
  }

  .SolutionsPage .SolutionsServiceCard__Body {
    min-height: 180px;
    padding: 28px 52px 26px 28px;
  }

  .SolutionsPage .SolutionsServiceCard__Body h3 {
    margin-bottom: 14px;
    color: #FFF;
    font-family: "Mont Heavy DEMO", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .SolutionsPage .SolutionsServiceCard__Body p {
    color: #D5D5D5;
    font-family: "Proxima Nova Rg", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .SolutionsPage .SolutionsCardArrow {
    top: 27px;
    right: 27px;
  }

  /* ---------------- RELATED CASE STUDIES ---------------- */
  .SolutionsPage .SolutionsCases {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F6F6F6;
  }

  .SolutionsPage .SolutionsCases .SolutionsSectionHeading h2 {
    color: #141414;
    font-family: "Mont Heavy DEMO", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0;
  }

  .SolutionsPage .SolutionsCases__Heading {
    padding-right: 90px;
  }

  /* ---------------- SECTORS ---------------- */
  .SolutionsPage .SolutionsSectors {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFF;
  }

  .SolutionsPage .SolutionsSectorCard {
    border-radius: 16px;
  }

  .SolutionsPage .SolutionsSectorCard > a {
    aspect-ratio: 334 / 455;
  }

  .SolutionsPage .SolutionsSectorCard h3 {
    right: 25px;
    bottom: 25px;
    left: 25px;
    color: #FFF;
    font-family: "Mont", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
  }

  /* ---------------- OUR APPROACH ---------------- */
  .SolutionsPage .SolutionsApproach {
    padding-top: 92px;
    padding-bottom: 80px;
    background: #F6F6F6;
  }

  .SolutionsPage .SolutionsApproach__Picture {
    margin-top: 40px;
  }

  /* ---------------- MEASURABLE VALUE ---------------- */
  .SolutionsPage .SolutionsMetrics {
    padding-top: 100px;
    padding-bottom: 92px;
    background: #FFF;
  }

  .SolutionsPage .SolutionsMetrics .SolutionsSectionHeading {
    margin-bottom: 44px;
  }

  .SolutionsPage .SolutionsMetricCard {
    min-height: 220px;
    padding: 32px;
    border-radius: 16px;
    background: #F7F7F7;
  }

  .SolutionsPage .SolutionsMetricCard strong {
    margin-bottom: 20px;
    color: #D5055F;
font-family: "Mont Heavy DEMO", Arial, sans-serif;

font-size: 56px;
font-style: normal;
font-weight: 800;
line-height: normal;
  }

  .SolutionsPage .SolutionsMetricCard h3 {
    margin-bottom: 5px;
    color: #141414;
font-family: "Proxima Nova Rg", Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .SolutionsPage .SolutionsMetricCard p {
    color: #5B5B5B;
font-family: "Proxima Nova Rg", Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  }

  /* ---------------- TESTIMONIALS ---------------- */
  .SolutionsPage .SolutionsTestimonials {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #212121;
  }

  .SolutionsPage .SolutionsTestimonials__Heading h2,
  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left h2 {
    color: #FFF;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }

  /* ---------------- CTA ---------------- */
  .SolutionsPage .SolutionsCTA {
    padding-top: 90px;
    background: #131313;
  }

  .SolutionsPage .SolutionsCTA__Copy h2 {
    margin-bottom: 24px;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0;
  }

  .SolutionsPage .SolutionsCTA__Copy p {
    margin-bottom: 28px;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }
}
\n\n/* ============================================================\n   SOLUTIONS — MOBILE FIGMA/PDF VISUAL MATCH\n   Reference frame: 390px mobile export.\n   Applies from 767.9px down only.\n   ============================================================ */\n@media screen and (max-width: 767.9px) {\n\n  .SolutionsPage {\n    --solutions-pink: #D5055F;\n    --solutions-orange: #FF5722;\n    --solutions-dark: #212121;\n    --solutions-darker: #131313;\n    --solutions-text: #141414;\n    --solutions-muted: #66686D;\n    --solutions-panel: #F7F7F7;\n  }\n\n  .SolutionsPage .Container {\n    display: block;\n  }\n\n  .SolutionsPage .LeftMenu {\n    width: 100%;\n    min-width: 100%;\n    height: 60px;\n  }\n\n  .SolutionsPage .RightSide {\n    width: 100%;\n    max-width: 100%;\n    margin-top: 60px;\n  }\n\n  .SolutionsPage .SolutionsSectionInner,\n  .SolutionsPage .SolutionsHero__Inner {\n    width: 100%;\n    padding-left: 16px;\n    padding-right: 16px;\n  }\n\n  .SolutionsPage .SolutionsSectionHeading {\n    margin-bottom: 30px;\n  }\n\n  .SolutionsPage .SolutionsSectionHeading > span,\n  .SolutionsPage .SolutionsTestimonials__Heading > span {\n    margin-bottom: 9px;\n    color: #D5055F;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 14px;\n    letter-spacing: 0;\n  }\n\n  .SolutionsPage .SolutionsSectionHeading h2,\n  .SolutionsPage .SolutionsTestimonials__Heading h2 {\n    color: #141414;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 35px;\n    letter-spacing: 0;\n  }\n\n  .SolutionsPage .SolutionsSectionHeading p {\n    margin-top: 12px;\n    color: #66686D;\n    font-family: "Proxima Nova", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 400;\n    line-height: 22px;\n  }\n\n  /* ---------------- HERO ---------------- */\n  .SolutionsPage .SolutionsHero {\n    padding: 36px 0 0;\n    background: #FBFBFC;\n  }\n\n  .SolutionsPage .SolutionsHero__Inner {\n    display: flex;\n    min-height: 0;\n    flex-direction: column;\n    overflow: visible;\n  }\n\n  .SolutionsPage .SolutionsHero__Content {\n    width: 100%;\n    padding-right: 0;\n  }\n\n  .SolutionsPage .SolutionsHero__Content h1 {\n    max-width: 358px;\n    margin: 0 0 24px;\n    color: #141414;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 40px;\n    font-weight: 700;\n    line-height: 40px;\n    letter-spacing: 0;\n  }\n\n  .SolutionsPage .SolutionsHero__Description {\n    max-width: 358px;\n    margin-bottom: 30px;\n    color: #141414;\n    font-family: "Proxima Nova", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 400;\n    line-height: 22px;\n  }\n\n  .SolutionsPage .SolutionsPrimaryButton {\n    width: 100%;\n    min-height: 54px;\n    padding: 16px 24px;\n    border-radius: 30px;\n    background: linear-gradient(90deg, #D31260 0%, #FF5722 50%, #D31260 100%);\n    box-shadow: 0 8px 16px rgba(211, 18, 96, 0.25);\n    color: #FFF;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 20px;\n    text-align: center;\n  }\n\n  .SolutionsPage .SolutionsHero__Visual {\n    width: calc(100% + 32px);\n    margin: 34px -16px 0;\n    overflow: hidden;\n  }\n\n  .SolutionsPage .SolutionsHero__Visual img {\n    width: 100%;\n    max-width: none;\n    height: auto;\n  }\n\n  .SolutionsPage .SolutionsHero__Logos {\n    width: calc(100% + 16px);\n    max-width: none;\n    margin: 24px -16px 0 0;\n    padding: 0 0 28px;\n    overflow: hidden;\n  }\n\n  .SolutionsPage .SolutionsHero__Logos img {\n    width: 520px;\n    max-width: none;\n    height: auto;\n    object-fit: contain;\n    object-position: left center;\n  }\n\n  /* ---------------- SERVICES ---------------- */\n  .SolutionsPage .SolutionsServices {\n    padding: 54px 0 58px;\n    background: #212121;\n  }\n\n  .SolutionsPage .SolutionsServices .SolutionsSectionHeading {\n    margin-bottom: 36px;\n  }\n\n  .SolutionsPage .SolutionsServices .SolutionsSectionHeading h2 {\n    color: #FFF;\n  }\n\n  .SolutionsPage .SolutionsServices .SolutionsSectionHeading p {\n    max-width: 350px;\n    color: #D0D0D0;\n  }\n\n  .SolutionsPage .SolutionsServices__Grid.owl-carousel {\n    width: calc(100% + 16px);\n    max-width: none;\n    margin-right: -16px;\n    overflow: hidden !important;\n  }\n\n  .SolutionsPage .SolutionsServiceCard {\n    border-radius: 16px;\n    background: #292929;\n  }\n\n  .SolutionsPage .SolutionsServiceCard__Image {\n    aspect-ratio: 1.76 / 1;\n  }\n\n  .SolutionsPage .SolutionsServiceCard__Body {\n    min-height: 150px;\n    padding: 24px 50px 24px 22px;\n  }\n\n  .SolutionsPage .SolutionsServiceCard__Body h3 {\n    margin-bottom: 14px;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 20px;\n  }\n\n  .SolutionsPage .SolutionsServiceCard__Body p {\n    color: #D0D0D0;\n    font-family: "Proxima Nova", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 18px;\n  }\n\n  .SolutionsPage .SolutionsServiceCard__Body .SolutionsCardArrow {\n    top: 24px;\n    right: 20px;\n  }\n\n  /* ---------------- RELATED CASE STUDIES ---------------- */\n  .SolutionsPage .SolutionsCases {\n    padding: 54px 0 58px;\n    background: #F7F7F7;\n  }\n\n  .SolutionsPage .SolutionsCases__Heading {\n    margin-bottom: 32px;\n    padding-right: 70px;\n  }\n\n  .SolutionsPage .SolutionsCases .SolutionsSectionHeading h2 {\n    color: #141414;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 35px;\n  }\n\n  .SolutionsPage .SolutionsCases__Scroller {\n    width: calc(100% + 16px);\n    margin-right: -16px;\n  }\n\n  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card {\n    flex: 0 0 calc(100vw - 32px);\n    width: calc(100vw - 32px);\n    height: min(118vw, 455px);\n    margin-right: 16px;\n    padding: 0 64px 24px 22px;\n    border-radius: 16px;\n  }\n\n  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card .bgImage {\n    border-radius: 16px;\n  }\n\n  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card h4 {\n    margin-bottom: 10px;\n    font-family: "Proxima Nova", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 18px;\n  }\n\n  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card h3 {\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    line-height: 22px;\n  }\n\n  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card span.arrow {\n    right: 20px;\n    bottom: 24px;\n  }\n\n  /* ---------------- SECTORS ----------------\n     Figma mobile shows four cards as a 2x2 composition. Keep it\n     horizontally swipeable for additional referenced sectors. */\n  .SolutionsPage .SolutionsSectors {\n    padding: 52px 0 58px;\n    background: #FFF;\n  }\n\n  .SolutionsPage .SolutionsSectors__Carousel.SolutionsSectors__MobileSwiper {\n    display: grid !important;\n    grid-template-rows: repeat(2, auto);\n    grid-auto-flow: column;\n    grid-auto-columns: calc((100vw - 44px) / 2);\n    gap: 12px;\n    width: calc(100% + 16px);\n    max-width: none;\n    margin-right: -16px;\n    overflow-x: auto;\n    overflow-y: hidden;\n    padding: 0 16px 4px 0;\n    scroll-snap-type: x mandatory;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n  }\n\n  .SolutionsPage .SolutionsSectors__Carousel.SolutionsSectors__MobileSwiper::-webkit-scrollbar {\n    display: none;\n  }\n\n  .SolutionsPage .SolutionsSectors__MobileSwiper .SolutionsSectorCard {\n    width: 100%;\n    min-width: 0;\n    border-radius: 16px;\n    scroll-snap-align: start;\n  }\n\n  .SolutionsPage .SolutionsSectors__MobileSwiper .SolutionsSectorCard > a {\n    aspect-ratio: 1.08 / 1;\n    border-radius: 16px;\n  }\n\n  .SolutionsPage .SolutionsSectors__MobileSwiper .SolutionsSectorCard h3 {\n    right: 14px;\n    bottom: 14px;\n    left: 14px;\n    color: #FFF;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 18px;\n  }\n\n  .SolutionsPage .SolutionsSectors .owl-nav {\n    display: none !important;\n  }\n\n  /* ---------------- OUR APPROACH ---------------- */\n  .SolutionsPage .SolutionsApproach {\n    padding: 58px 0 60px;\n    background: #F7F7F7;\n  }\n\n  .SolutionsPage .SolutionsApproach .SolutionsSectionHeading {\n    margin-bottom: 32px;\n  }\n\n  .SolutionsPage .SolutionsApproach__Picture {\n    margin-top: 28px;\n  }\n\n  .SolutionsPage .SolutionsApproach__Picture img {\n    width: 100%;\n    height: auto;\n  }\n\n  /* ---------------- MEASURABLE VALUE ---------------- */\n  .SolutionsPage .SolutionsMetrics {\n    padding: 58px 0 62px;\n    background: #FFF;\n    overflow: hidden;\n  }\n\n  .SolutionsPage .SolutionsMetrics .SolutionsSectionHeading {\n    margin-bottom: 34px;\n  }\n\n  .SolutionsPage .SolutionsMetrics__Carousel {\n    width: calc(100% + 16px);\n    margin-right: -16px;\n    overflow: hidden;\n  }\n\n  .SolutionsPage .SolutionsMetrics__Carousel .owl-stage-outer {\n    overflow: visible;\n  }\n\n  .SolutionsPage .SolutionsMetricCard {\n    min-height: 205px;\n    padding: 30px 24px;\n    border-radius: 16px;\n    background: #F7F7F7;\n  }\n\n  .SolutionsPage .SolutionsMetricCard strong {\n    margin-bottom: 24px;\n    color: #D5055F;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 48px;\n    font-weight: 700;\n    line-height: 48px;\n  }\n\n  .SolutionsPage .SolutionsMetricCard h3 {\n    margin-bottom: 10px;\n    color: #141414;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 20px;\n  }\n\n  .SolutionsPage .SolutionsMetricCard p {\n    color: #686868;\n    font-family: "Proxima Nova", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 18px;\n  }\n\n  /* ---------------- TESTIMONIALS ---------------- */\n  .SolutionsPage .SolutionsTestimonials {\n    padding: 58px 0 62px;\n    background: #212121;\n    overflow: hidden;\n  }\n\n  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials {\n    padding-left: 16px;\n    padding-right: 0;\n  }\n\n  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left {\n    margin-bottom: 34px;\n  }\n\n  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Left h3,\n  .SolutionsPage .SolutionsTestimonials__Heading h2 {\n    color: #FFF;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 36px;\n    font-weight: 700;\n    line-height: 40px;\n  }\n\n  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right {\n    width: 100%;\n    max-width: 100%;\n    margin-left: 0;\n    overflow: hidden;\n  }\n\n  .SolutionsPage .SolutionsTestimonials .HomePage__Combined__Testimonials__Right .item {\n    width: 292px;\n    height: 292px;\n    margin-right: 16px;\n    padding: 20px;\n    border-radius: 24px;\n  }\n\n  /* ---------------- CTA ---------------- */\n  .SolutionsPage .SolutionsCTA {\n    min-height: 0;\n    padding: 64px 16px 74px;\n    background: #131313;\n  }\n\n  .SolutionsPage .SolutionsCTA__Inner {\n    width: 100%;\n    min-height: 0;\n    padding: 0;\n  }\n\n  .SolutionsPage .SolutionsCTA__Copy {\n    width: 100%;\n    text-align: center;\n  }\n\n  .SolutionsPage .SolutionsCTA__Copy h2 {\n    margin-bottom: 24px;\n    color: #FFF;\n    font-family: "Proxima Nova Bold", Arial, sans-serif;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 34px;\n  }\n\n  .SolutionsPage .SolutionsCTA__Copy p {\n    margin-bottom: 30px;\n    color: #E3E3E3;\n    font-family: "Proxima Nova", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 400;\n    line-height: 22px;\n  }\n\n  .SolutionsPage .SolutionsCTA .SolutionsPrimaryButton {\n    width: 100%;\n  }\n\n  .SolutionsPage .SolutionsCTA__Waves {\n    display: none;\n  }\n}\n

/* ============================================================
   MOBILE CAROUSEL PRESERVATION
   Related Case Studies + Sectors We Serve
   Keep the established carousel/swiper layouts at <= 767.9px.
   The mobile PDF pass changes typography only for these blocks.
   ============================================================ */
@media screen and (max-width: 767.9px) {

  /* RELATED CASE STUDIES: retain the homepage-style horizontal carousel.
     Only typography follows the mobile PDF reference. */
  .SolutionsPage .SolutionsCases__Scroller {
    width: calc(100% + 16px);
    max-width: none;
    margin-right: -16px;
  }

  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card {
    flex: 0 0 85vw;
    width: 85vw;
    max-width: none;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1.13;
    margin-right: 20px;
    padding-right: 70px;
  }

  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card h4 {
    margin-bottom: 10px;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .SolutionsPage .SolutionsCases .HomePage__LatestWork__Card h3 {
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }

  /* SECTORS: keep Owl Carousel on mobile. Do not convert to a 2x2 grid. */
  .SolutionsPage .SolutionsSectors__Carousel.owl-carousel {
    display: block !important;
    width: calc(100% + 16px);
    max-width: none;
    margin-right: -16px;
    overflow: hidden;
  }

  .SolutionsPage .SolutionsSectors__Carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .SolutionsPage .SolutionsSectors__Carousel.owl-carousel .owl-stage {
    display: flex;
  }

  .SolutionsPage .SolutionsSectors__Carousel.owl-carousel .owl-item {
    min-width: 0;
  }

  .SolutionsPage .SolutionsSectors__Carousel .SolutionsSectorCard {
    width: 100%;
    min-width: 0;
  }

  .SolutionsPage .SolutionsSectors__Carousel .SolutionsSectorCard h3 {
    right: 14px;
    bottom: 14px;
    left: 14px;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
  }

  /* Keep the existing supplied SVG arrows and their in-container position. */
  .SolutionsPage .SolutionsSectors .owl-nav {
    display: flex !important;
    right: 16px;
  }
}

/* ============================================================
   SOLUTIONS — SERVICES CARD ARROW + ACTIVE HEADER
   Exact Figma SVG supplied for Services in This Package.
   ============================================================ */

/* Use the supplied 18x24 double-chevron SVG on Service cards only. */
.SolutionsPage .SolutionsServiceCard .SolutionsCardArrow {
  display: block;
  width: 18px;
  height: 24px;
  padding: 0;
  background: url("../images/solutions-service-arrow.svg") center / 18px 24px no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.SolutionsPage .SolutionsServiceCard .SolutionsCardArrow::before,
.SolutionsPage .SolutionsServiceCard .SolutionsCardArrow::after {
  content: none;
  display: none;
}

.SolutionsPage .SolutionsSectionHeading--dark p {
        color: #C2C2C2;
        font-family: "Proxima Nova Rg", Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-top: 0px;
    }