/*
 * SLC consolidated stylesheet
 * Generated by tools/build-css-bundles.ps1
 * Source order is intentional and preserves the original cascade.
 */

/* ========================================================================== */
/* Source: styles-service-diagram.css */
/* ========================================================================== */

/* Operational service diagram — adapted from the supplied four-node reference. */

.briefing-section .briefing-layout {
  display: block;
}

.briefing-section .briefing-intro {
  isolation: isolate;
  position: relative;
  inset-block-start: auto;
  display: flex;
  max-width: 54rem;
  min-height: clamp(17rem, 25vw, 23rem);
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  text-align: center;
}

.briefing-section .briefing-intro::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  color: rgb(12 49 82 / 0.04);
  content: attr(data-watermark);
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(3.2rem, 5.3vw, 6.5rem);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -45%);
}

.briefing-section .briefing-intro .section-title {
  max-width: none;
  margin: 0 auto;
  color: #071d39;
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(2.35rem, 3.2vw, 3.75rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.045em;
}

.briefing-section .briefing-intro .section-lead {
  max-width: 47rem;
  margin: 1.1rem auto 0;
  color: #ae8615;
  font-size: clamp(0.88rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.9;
}

.briefing-section .briefing-intro .section-lead::after {
  display: block;
  width: 4.75rem;
  height: 3px;
  margin: 1.15rem auto 0;
  background: #d6a516;
  content: "";
}

.briefing-groups--legacy {
  display: none;
}

.service-diagram {
  --diagram-blue: #0d6fc2;
  --diagram-blue-dark: #073b68;
  --diagram-cyan: #48baf2;
  --diagram-line: rgb(31 93 135 / 0.26);
  position: relative;
  display: grid;
  max-width: 76rem;
  min-height: 39rem;
  margin: clamp(3rem, 6vw, 5.5rem) auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 12rem 1fr;
  gap: 0 clamp(1.35rem, 3.4vw, 3.25rem);
  direction: rtl;
}

.service-diagram__core {
  position: relative;
  z-index: 3;
  grid-column: 2 / 4;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  text-align: center;
}

.service-diagram__core-ring,
.service-output__icon {
  display: grid;
  border-radius: 50%;
  place-items: center;
}

.service-diagram__core-ring {
  width: 8.8rem;
  border: 0.7rem solid #e2e8ec;
  background: #fff;
  box-shadow: 0 5px 12px rgb(8 48 79 / 0.2), inset 0 0 0 1px rgb(10 61 100 / 0.08);
  color: #74a928;
  font-size: 3.35rem;
  aspect-ratio: 1;
}

.service-diagram__core small {
  display: block;
  margin-top: 0.6rem;
  color: var(--diagram-blue-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.service-diagram__rail {
  position: absolute;
  z-index: 0;
  top: 6.35rem;
  right: 12.5%;
  left: 12.5%;
  height: 8.7rem;
  border-top: 1px dashed var(--diagram-line);
  border-right: 1px dashed var(--diagram-line);
  border-left: 1px dashed var(--diagram-line);
  pointer-events: none;
}

.service-diagram__rail::before,
.service-diagram__rail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed var(--diagram-line);
  content: "";
}

.service-diagram__rail::before {
  left: 33.333%;
}

.service-diagram__rail::after {
  right: 33.333%;
}

.service-output {
  position: relative;
  z-index: 2;
  grid-row: 2;
  align-self: start;
  padding-inline: 0.35rem;
  text-align: center;
}

.service-output--plan { grid-column: 4; }
.service-output--handoff { grid-column: 3; }
.service-output--delivery { grid-column: 2; }
.service-output--fleet { grid-column: 1; }

.service-output__icon {
  width: clamp(7.1rem, 9vw, 8.25rem);
  margin: 0 auto 1.15rem;
  border: clamp(0.8rem, 1vw, 1rem) solid var(--diagram-blue);
  background: #fff;
  box-shadow:
    0 0 0 0.35rem #dce4e9,
    0 6px 13px rgb(8 50 84 / 0.22),
    inset 0 0 0 1px rgb(6 60 101 / 0.14);
  color: var(--diagram-blue);
  font-size: clamp(2.35rem, 3vw, 3rem);
  aspect-ratio: 1;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-output:is(:hover, :focus-within) .service-output__icon {
  box-shadow:
    0 0 0 0.35rem #dce4e9,
    0 10px 24px rgb(8 74 125 / 0.25),
    inset 0 0 0 1px rgb(6 60 101 / 0.14);
  transform: translateY(-0.35rem);
}

.service-output h3 {
  margin: 0;
  color: #071d39;
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}

.service-output p {
  margin: 0.65rem auto 0;
  color: #3c5b77;
  font-size: clamp(0.84rem, 1vw, 0.94rem);
  line-height: 2;
  text-align: justify;
  text-align-last: center;
}

@media (max-width: 64rem) {
  .service-diagram {
    max-width: 48rem;
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 11rem repeat(2, auto);
    gap: 3.5rem 3rem;
  }

  .service-diagram__core {
    grid-column: 1 / -1;
  }

  .service-diagram__rail {
    right: 25%;
    left: 25%;
    height: 25rem;
  }

  .service-diagram__rail::before {
    left: 50%;
  }

  .service-diagram__rail::after {
    display: none;
  }

  .service-output--plan { grid-column: 2; grid-row: 2; }
  .service-output--handoff { grid-column: 1; grid-row: 2; }
  .service-output--delivery { grid-column: 2; grid-row: 3; }
  .service-output--fleet { grid-column: 1; grid-row: 3; }
}

@media (max-width: 40rem) {
  .briefing-section .briefing-intro {
    min-height: 20rem;
    padding-inline: 0;
  }

  .briefing-section .briefing-intro::before {
    font-size: clamp(3rem, 12vw, 4.3rem);
  }

  .briefing-section .briefing-intro .section-title {
    max-width: 14ch;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .briefing-section .briefing-intro .section-lead {
    max-width: 32rem;
    font-size: 0.86rem;
  }

  .service-diagram {
    display: flex;
    max-width: 27rem;
    flex-direction: column;
    gap: 2.75rem;
    padding-inline-start: 2.25rem;
  }

  .service-diagram__core {
    align-self: center;
  }

  .service-diagram__core-ring {
    width: 7.4rem;
    font-size: 2.85rem;
  }

  .service-diagram__rail {
    top: 7rem;
    right: auto;
    bottom: 3.5rem;
    left: 0.8rem;
    width: 1px;
    height: auto;
    border: 0;
    border-left: 1px dashed var(--diagram-line);
  }

  .service-diagram__rail::before,
  .service-diagram__rail::after {
    display: none;
  }

  .service-output {
    display: grid;
    grid-template-columns: 5.6rem minmax(0, 1fr);
    column-gap: 1.15rem;
    padding: 0;
    text-align: start;
  }

  .service-output__icon {
    width: 5rem;
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
    border-width: 0.55rem;
    font-size: 1.8rem;
  }

  .service-output h3,
  .service-output p {
    grid-column: 2;
    text-align: start;
    text-align-last: auto;
  }

  .service-output p {
    margin-top: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-output__icon {
    transition: none;
  }
}

/* Full service-card copy approved from the standalone content preview. */
.service-section .section-lead {
  text-align: justify;
  text-align-last: start;
}

.service-section .ledger-item,
.service-section .ledger-item:nth-child(1),
.service-section .ledger-item:nth-child(2),
.service-section .ledger-item:nth-child(3),
.service-section .ledger-item:nth-child(4),
.service-section .ledger-item:nth-child(5),
.service-section .ledger-item:nth-child(6) {
  min-height: clamp(17.5rem, 20vw, 20rem);
}

.service-section .ledger-item > div {
  max-width: 100%;
}

.service-section .ledger-item h3 {
  font-size: clamp(1.4rem, 1.9vw, 2rem);
  line-height: 1.5;
}

.service-section .ledger-item p {
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 2;
  text-align: justify;
  text-align-last: start;
}

.service-section .app-icon--service {
  margin-block-end: 0.65rem;
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  opacity: 0.48;
}

@media (max-width: 47.99rem) {
  .service-section .ledger-item,
  .service-section .ledger-item:nth-child(1),
  .service-section .ledger-item:nth-child(2),
  .service-section .ledger-item:nth-child(3),
  .service-section .ledger-item:nth-child(4),
  .service-section .ledger-item:nth-child(5),
  .service-section .ledger-item:nth-child(6) {
    min-height: 0;
    padding: 1.6rem;
  }

  .service-section .ledger-item p {
    font-size: 0.9rem;
    line-height: 1.95;
  }

  .service-section .app-icon--service {
    font-size: 1.5rem;
  }
}

/* Trial artwork for the primary rail-freight service card. */
.service-section .ledger-item:nth-child(1) {
  background-image:
    linear-gradient(90deg, rgb(3 20 38 / 0.58) 0%, rgb(3 25 48 / 0.45) 48%, rgb(3 25 48 / 0.12) 100%),
    url("./assets/images/rail-freight-primary-background.png");
  background-position: 42% center;
  background-size: cover;
  color: #ffffff;
}

.service-section .ledger-item:nth-child(1)::before {
  background: linear-gradient(180deg, transparent 35%, rgb(0 9 20 / 0.14));
}

.service-section .ledger-item:nth-child(1) p {
  color: rgb(255 255 255 / 0.88);
  text-shadow: 0 1px 12px rgb(0 0 0 / 0.34);
}

.service-section .ledger-item:nth-child(1) h3 {
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.42);
}

.service-section .ledger-item:nth-child(4) {
  background-image:
    linear-gradient(90deg, rgb(4 22 40 / 0.54), rgb(4 27 48 / 0.27)),
    url("./assets/images/multimodal-road-background.png");
  background-position: 44% center;
  background-size: cover;
  color: #ffffff;
}

.service-section .ledger-item:nth-child(4)::before {
  background: linear-gradient(180deg, transparent 28%, rgb(0 10 22 / 0.16));
}

.service-section .ledger-item:nth-child(4) :is(h3, p) {
  color: #ffffff;
  text-shadow: 0 2px 14px rgb(0 0 0 / 0.4);
}

.service-section .ledger-item:nth-child(4) p {
  color: rgb(255 255 255 / 0.9);
}

.service-section .ledger-item:nth-child(5) {
  background-image:
    linear-gradient(90deg, rgb(4 22 40 / 0.53), rgb(4 27 48 / 0.25)),
    url("./assets/images/cargo-handling-background.png");
  background-position: 54% center;
  background-size: cover;
  color: #ffffff;
}

.service-section .ledger-item:nth-child(5)::before {
  background: linear-gradient(180deg, transparent 28%, rgb(0 10 22 / 0.16));
}

.service-section .ledger-item:nth-child(5) :is(h3, p) {
  color: #ffffff;
  text-shadow: 0 2px 14px rgb(0 0 0 / 0.4);
}

.service-section .ledger-item:nth-child(5) p {
  color: rgb(255 255 255 / 0.9);
}

@media (max-width: 47.99rem) {
  .service-section .ledger-item:nth-child(1) {
    background-image:
      linear-gradient(90deg, rgb(3 20 38 / 0.62), rgb(3 25 48 / 0.36)),
      url("./assets/images/rail-freight-primary-background.png");
    background-position: 38% center;
  }

  .service-section .ledger-item:nth-child(4) {
    background-image:
      linear-gradient(90deg, rgb(4 22 40 / 0.6), rgb(4 27 48 / 0.32)),
      url("./assets/images/multimodal-road-background.png");
    background-position: 40% center;
  }

  .service-section .ledger-item:nth-child(5) {
    background-image:
      linear-gradient(90deg, rgb(4 22 40 / 0.6), rgb(4 27 48 / 0.32)),
      url("./assets/images/cargo-handling-background.png");
    background-position: 60% center;
  }
}


/* ========================================================================== */
/* Source: styles-testimonials.css */
/* ========================================================================== */

/* Customer voices — transparent integration inside the operations chapter. */

@font-face {
  font-family: "FontAwesome";
  src:
    url("./assets/vendor-v2/fontawesome/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("./assets/vendor-v2/fontawesome/fonts/fontawesome-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

.operation-band {
  min-height: auto;
  padding-block: clamp(5rem, 8vw, 8rem);
  padding-block-end: clamp(2.5rem, 4vw, 4rem);
}

.operation-layout {
  align-items: start;
  min-height: auto;
  row-gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

.partner-marquee-frame {
  --partner-marquee-height: 128px;

  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-areas: "marquee title";
  grid-template-columns: minmax(0, 1fr) 2.625rem;
  align-items: center;
  width: min(100%, 72rem);
  margin-top: clamp(0.5rem, 1.5vw, 1.25rem);
  grid-column: 1 / -1;
  justify-self: center;
  direction: ltr;
}

.partner-marquee {
  position: relative;
  grid-area: marquee;
  width: 100%;
  height: var(--partner-marquee-height);
  border-block: 1px solid rgb(255 255 255 / 0.16);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgb(255 255 255 / 0.025) 18%,
      rgb(255 255 255 / 0.025) 82%,
      transparent
    );
  direction: ltr;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.credentials-rail {
  position: relative;
  z-index: 3;
  isolation: isolate;
  grid-area: title;
  width: 2.625rem;
  height: var(--partner-marquee-height);
  overflow: hidden;
  color: #fff;
  background: rgb(255 255 255 / 0.02);
  -webkit-backdrop-filter: blur(18px) saturate(73%) brightness(90%) contrast(113%);
  backdrop-filter: blur(18px) saturate(73%) brightness(90%) contrast(113%);
  border-radius: 0 1.25rem 1.25rem 0;
  box-shadow:
    0 18px 42px rgb(0 0 0 / 0.28),
    inset 0 1px 0 rgb(255 255 255 / 0.13),
    inset 0 -12px 24px rgb(0 0 0 / 0.1);
  transform: translateX(-0.75rem);
}

.credentials-rail::before,
.credentials-rail::after,
.credentials-rail__noise {
  position: absolute;
  pointer-events: none;
  content: "";
}

.credentials-rail::before {
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgb(116 184 255 / 0.18), transparent 72%),
    linear-gradient(180deg, rgb(16 167 224 / 0.08), transparent 42%);
}

.credentials-rail::after {
  z-index: 3;
  inset-block: 0.75rem;
  inset-inline-start: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, #22c8f3 18%, #078ad0 82%, transparent);
}

.credentials-rail__noise {
  z-index: 2;
  inset: 0;
  opacity: 0.015;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  background-size: 150px 150px;
  mix-blend-mode: soft-light;
}

.credentials-rail h2 {
  position: absolute;
  z-index: 4;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: max-content;
  margin: 0;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
}

.partner-marquee__item {
  width: clamp(10.5rem, 16vw, 13rem);
  height: var(--partner-marquee-height);
  display: grid;
  padding: 0.75rem;
  place-items: center;
}

.partner-marquee__item img {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  border: 1px solid rgb(5 29 52 / 0.18);
  background: #ffffff;
  box-shadow: 0 14px 32px rgb(0 13 30 / 0.22);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.operation-year {
  align-content: start;
}

.customer-voices {
  width: min(100%, 30rem);
  margin-top: clamp(1rem, 2vw, 1.75rem);
  color: #fff;
}

.customer-voices__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgb(255 255 255 / 0.45);
}

.customer-metric {
  min-width: 0;
  padding: 0.55rem 0.65rem 0.75rem;
  text-align: center;
}

.customer-metric + .customer-metric {
  border-inline-start: 1px solid rgb(255 255 255 / 0.45);
}

.operation-year .customer-metric strong {
  display: block;
  margin: 0;
  color: #fff;
  font-family: "IRANSansX", sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.operation-year .customer-metric span {
  display: block;
  margin-top: 0.5rem;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
}

.customer-voices__coverage {
  display: grid;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.65rem 0 0.8rem;
  color: rgb(255 255 255 / 0.85);
  font-size: 0.72rem;
  text-align: center;
}

.customer-voices__coverage > span {
  color: rgb(255 255 255 / 0.65);
  font-size: 0.66rem;
}

.customer-voices__coverage strong {
  color: #fff;
  font-family: "IRANSansX", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
}

.customer-voices__coverage b {
  color: #fff;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.customer-voices__heading {
  display: flex;
  margin-top: 0.95rem;
  align-items: center;
  gap: 0.7rem;
}

.customer-voices__heading img {
  width: 1.9rem;
  height: auto;
  object-fit: contain;
}

.customer-voices__heading h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 700;
}

.customer-slider {
  position: relative;
  min-height: 26rem;
  margin-top: 0.75rem;
}

.customer-voices[data-show-avatars="false"] .customer-slider {
  min-height: 18rem;
}

.customer-slide {
  position: absolute;
  inset: 0 0 auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition:
    opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 240ms;
}

.customer-slide.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.customer-slide blockquote {
  min-height: 7.5rem;
  margin: 0;
  padding: 0;
  color: rgb(255 255 255 / 0.88);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  line-height: 2;
  text-align: justify;
}

.customer-slide blockquote::before,
.customer-slide blockquote::after {
  position: relative;
  bottom: -0.1rem;
  color: rgb(255 255 255 / 0.3);
  font-family: "FontAwesome";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customer-slide blockquote::before {
  left: -0.2rem;
  content: "\f10e";
}

.customer-slide blockquote::after {
  right: 0;
  content: "\f10d";
}

.customer-slide__rating {
  display: flex;
  margin-top: 0.325rem;
  justify-content: center;
  gap: 0.15rem;
  color: #ffb72f;
  font-size: 1.15rem;
  direction: ltr;
}

.customer-slide__rating .fa-star::before {
  content: "\f005";
  font: normal normal normal 1em/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customer-slide__identity {
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  text-align: center;
}

.customer-slide__identity > img,
.customer-slide__avatar {
  width: 7.25rem;
  border: 2px solid rgb(255 255 255 / 0.78);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.08);
  box-shadow: 0 12px 28px rgb(0 14 33 / 0.22);
  object-fit: cover;
  aspect-ratio: 1;
}

.customer-voices[data-show-avatars="false"] .customer-slide__identity > img,
.customer-voices[data-show-avatars="false"] .customer-slide__avatar {
  display: none;
}

.customer-slide__identity .customer-slide__avatar {
  display: grid;
  color: #8ddcff;
  font-size: 2rem;
  place-items: center;
}

.customer-slide__avatar i {
  font-size: 2rem;
  line-height: 1;
}

.customer-slide__identity strong,
.customer-slide__identity span {
  display: block;
}

.customer-slide__identity strong {
  color: #fff;
  font-size: 0.92rem;
}

.customer-slide__identity div > span {
  margin-top: 0.35rem;
  color: #b5db32;
  font-size: 0.72rem;
}

.customer-slide__identity div > span i {
  margin-inline-end: 0.15rem;
  color: #fff;
  font-size: 0.85rem;
}

.testimonial-location-icon::before {
  content: "\f041";
  font: normal normal normal 1em/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customer-slider__controls {
  position: absolute;
  z-index: 4;
  inset: 13rem 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.75rem;
  pointer-events: none;
}

.customer-voices[data-show-avatars="false"] .customer-slider__controls {
  inset-block-start: 7.5rem;
}

.customer-slider__controls button {
  display: grid;
  width: 2.6rem;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  place-items: center;
  pointer-events: auto;
  transition: color 160ms cubic-bezier(0.22, 1, 0.36, 1);
  aspect-ratio: 1;
}

.customer-slider__controls button::after {
  color: currentColor;
  font: normal normal normal 1.25rem/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customer-slider__controls button[data-customer-prev]::after {
  content: "\f0da";
}

.customer-slider__controls button[data-customer-next]::after {
  content: "\f0d9";
}

.customer-slider__controls button:focus-visible {
  color: #8ddcff;
  outline: 2px solid rgb(141 220 255 / 0.75);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .customer-slider__controls button:hover {
    color: #8ddcff;
    transform: scale(1.08);
  }
}

@media (max-width: 64rem) {
  .customer-voices {
    width: min(100%, 36rem);
  }
}

@media (max-width: 47.99rem) {
  .operation-band {
    padding-block: 4rem 2.5rem;
  }

  .partner-marquee-frame {
    --partner-marquee-height: 104px;

    grid-template-areas:
      "title"
      "marquee";
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0.25rem;
  }

  .partner-marquee {

    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .credentials-rail {
    width: 100%;
    height: 3.5rem;
    border-radius: 1rem 1rem 0 0;
    transform: none;
  }

  .credentials-rail::after {
    inset-block: auto 0;
    inset-inline: 1rem;
    width: auto;
    height: 3px;
    background: linear-gradient(90deg, transparent, #22c8f3 18%, #078ad0 82%, transparent);
  }

  .credentials-rail h2 {
    font-size: 0.95rem;
    transform: translate(-50%, -50%);
  }

  .partner-marquee__item {
    width: 9rem;
    padding: 0.55rem;
  }

  .partner-marquee__item img {
    width: 5.25rem;
    height: 5.25rem;
  }

  .customer-voices {
    margin-top: 1.5rem;
  }

  .customer-slider {
    min-height: 25rem;
  }

  .customer-slider__controls {
    inset-block-start: 13.25rem;
    padding-inline: 1.5rem;
  }
}

@media (max-width: 25rem) {
  .customer-metric {
    padding-inline: 0.3rem;
  }

  .operation-year .customer-metric span {
    font-size: 0.64rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .customer-slide {
    transform: none;
    transition: opacity 120ms linear, visibility 120ms;
  }

  .customer-slider__controls button {
    transition: color 120ms linear;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .credentials-rail {
    background: rgb(24 30 42 / 0.94);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .credentials-rail {
    background: rgb(24 30 42 / 0.9);
  }
}
