.fv-services-page {
  --fv-services-width: calc(100% - (2 * var(--fv-page-gutter)));
  --fv-services-ink: #14161f;
  --fv-services-muted: #6b7280;
  --fv-services-accent: #ff7a1a;
  --fv-services-accent-hover: #e96108;
  --fv-services-soft: #fff1e8;
  --fv-services-line: #eceff1;
  --fv-services-section: #f4f5f7;
  --fv-services-card-shadow: 0 6px 28px rgb(20 22 31 / 6%);
  --fv-services-accent-shadow: 0 14px 28px rgb(255 122 26 / 32%);
  position: relative;
  display: flow-root;
  min-width: 320px;
  margin-bottom: 208.85px;
  overflow-x: clip;
  background: #fff;
  color: var(--fv-services-ink);
  font-family: "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
}

.fv-services-page :where(h1, h2, h3, p, ul, ol) {
  margin: 0;
  padding: 0;
}

.fv-services-page :where(ul, ol) {
  list-style: none;
}

.fv-services-page :where(a) {
  color: inherit;
  text-decoration: none;
}

.fv-services-page :where(img, svg) {
  display: block;
  max-width: 100%;
}

.fv-services-page :where(a, button):focus-visible {
  outline: 2px solid #a64200;
  outline-offset: 3px;
}

.fv-services-eyebrow {
  color: var(--fv-services-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.82px;
  line-height: 21px;
  text-transform: uppercase;
}

.fv-services-section-head {
  width: 100%;
  text-align: center;
}

.fv-services-section-head__title {
  margin-top: 18px !important;
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.84px;
  line-height: 48.72px;
}

.fv-services-section-head__lead {
  max-width: 680px;
  margin: 16px auto 0 !important;
  color: var(--fv-services-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 27.54px;
}

.fv-services-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.fv-services-button--primary,
.fv-services-button--card {
  background: linear-gradient(180deg, #ff9a47 0%, #f56200 100%);
  box-shadow: var(--fv-services-accent-shadow);
  color: #fff;
}

.fv-services-button--secondary {
  border: 1px solid var(--fv-services-accent);
  background: #fff;
  color: var(--fv-services-accent);
}

.fv-services-button--secondary-dark {
  border: 1px solid var(--fv-services-line);
  background: #fff;
  color: var(--fv-services-ink);
}

.fv-services-button:hover {
  color: #fff;
  filter: brightness(0.95) saturate(1.05);
}

.fv-services-button--secondary:hover,
.fv-services-button--secondary-dark:hover {
  border-color: var(--fv-services-accent);
  background: var(--fv-services-soft);
  color: var(--fv-services-accent-hover);
  filter: none;
}

/* Hero — Figma 156:38. */
.fv-services-hero {
  position: relative;
  width: var(--fv-services-width);
  height: 669.438px;
  margin: 0 auto;
}

.fv-services-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 669.438px;
}

.fv-services-hero__eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: max-content;
  height: 41.05px;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--fv-services-soft);
  letter-spacing: 0;
  text-transform: none;
}

.fv-services-hero__eyebrow > span {
  display: none;
}

.fv-services-hero__eyebrow::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--fv-services-accent);
  border-radius: 6px;
  content: "";
}

.fv-services-hero__title {
  position: absolute;
  top: 77.224px;
  left: 0;
  width: 596.4px;
  min-height: 126px;
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -1.08px;
  line-height: 62.64px;
}

.fv-services-hero__lead {
  position: absolute;
  top: 224.424px;
  left: 0;
  width: 509.36px;
  min-height: 117px;
  color: var(--fv-services-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 29.16px;
}

.fv-services-hero__actions {
  position: absolute;
  top: 373.424px;
  left: 0;
  display: flex;
  height: 62.6px;
  gap: 14px;
}

.fv-services-hero__button {
  height: 62.6px;
  padding: 18px 28px;
  font-size: 15px;
  line-height: 24.3px;
}

.fv-services-hero__button:first-child {
  width: 256.95px;
  gap: 20px;
}

.fv-services-hero__button:last-child {
  width: 188.43px;
}

.fv-services-hero__stats {
  position: absolute;
  top: 472.024px;
  left: 0;
  display: grid;
  grid-template-columns: 188.2px 188.2px 211.6px;
  width: 620px;
  height: 94.52px;
  gap: 16px;
}

.fv-services-hero__stat,
.fv-services-hero__capacity {
  display: flex;
  align-items: center;
  border: 1px solid var(--fv-services-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--fv-services-card-shadow);
}

.fv-services-hero__stat {
  width: 100%;
  height: 94.52px;
  padding: 18px 14px;
  gap: 12px;
}

.fv-services-hero__stat-icon,
.fv-services-hero__capacity-icon {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff943f 0%, var(--fv-services-accent) 100%);
  box-shadow: 0 7px 18px rgb(255 122 26 / 24%);
}

.fv-services-hero__stat-icon img,
.fv-services-hero__capacity-icon img {
  width: 22px;
  height: 22px;
}

.fv-services-hero__stat-copy,
.fv-services-hero__capacity-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.fv-services-hero__stat-copy strong,
.fv-services-hero__capacity-copy strong {
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 30.78px;
  white-space: nowrap;
}

.fv-services-hero__stat-copy span,
.fv-services-hero__capacity-copy span {
  color: var(--fv-services-muted);
  font-size: 12.5px;
  line-height: 17px;
  white-space: normal;
}

.fv-services-hero__visual {
  position: absolute;
  top: 77.219px;
  right: 0;
  width: 539.6px;
  height: 515px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, #f7f8fa 0%, #edf0f3 100%);
}

.fv-services-hero__visual::before {
  position: absolute;
  top: 116px;
  left: 110px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 122 26 / 17%) 0%, transparent 68%);
  content: "";
}

.fv-services-hero__cube {
  position: absolute;
  top: 147.5px;
  left: 159.8px;
  width: 220px;
  height: 220px;
  max-width: none;
}

.fv-services-hero__capacity {
  position: absolute;
  padding: 20px 18px;
  gap: 13px;
}

.fv-services-hero__capacity--lines {
  top: 26px;
  right: 26px;
  width: 192.42px;
  height: 94.52px;
}

.fv-services-hero__capacity--volume {
  bottom: 26px;
  left: 26px;
  width: 200.68px;
  height: 94.52px;
}

/* Каталог услуг — Figma 156:115. */
.fv-services-catalog {
  width: var(--fv-services-width);
  height: 1212.983px;
  margin: 35.562px auto 0;
}

.fv-services-catalog__head {
  height: 175.42px;
}

.fv-services-catalog__head .fv-services-section-head__title {
  margin-top: 18.05px !important;
}

.fv-services-catalog__head .fv-services-section-head__lead {
  width: 620px;
  margin-top: 15.65px !important;
}

.fv-services-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 491.04px 482.52px;
  width: 100%;
  height: 997.56px;
  margin-top: 40px;
  gap: 24px;
}

.fv-services-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 36.8px;
  overflow: hidden;
  border: 1px solid var(--fv-services-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--fv-services-card-shadow);
  flex-direction: column;
}

.fv-services-card__head {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  gap: 18px;
}

.fv-services-card__icon {
  display: flex;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--fv-services-soft);
}

.fv-services-card__icon img {
  width: 64px;
  height: 64px;
}

.fv-services-card__title {
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.46px;
  line-height: 26.68px;
}

.fv-services-card__description {
  min-height: 70.47px;
  margin-top: 22px !important;
  color: var(--fv-services-muted);
  font-size: 14.5px;
  line-height: 23.49px;
}

.fv-services-card__features {
  display: flex;
  margin-top: 17px !important;
  flex-direction: column;
  gap: 12px;
}

.fv-services-card__feature,
.fv-services-card__feature-link {
  width: 100%;
  min-height: 44px;
}

.fv-services-card__feature-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  color: var(--fv-services-ink);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 23.49px;
  transition: background-color 160ms ease, color 160ms ease;
}

.fv-services-card__feature-link img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.fv-services-card__feature-link:hover {
  background: var(--fv-services-soft);
  color: var(--fv-services-accent-hover);
}

.fv-services-card__cta {
  position: static;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin-top: auto;
  padding: 14px 18px;
  gap: 14px;
  font-size: 15px;
  line-height: 1.35;
}

/* Путь заказа — Figma 156:332. */
.fv-services-process {
  width: 100%;
  height: 538px;
  margin-top: 134.438px;
  background: var(--fv-services-section);
}

.fv-services-process__inner {
  width: var(--fv-services-width);
  height: 538px;
  margin: 0 auto;
  padding: 60px 0;
}

.fv-services-process__head {
  height: 148.47px;
}

.fv-services-process__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin-top: 40px !important;
  gap: 20px;
}

.fv-services-process__step {
  min-height: 189.9px;
  padding: 22.8px 18.8px;
  border: 1px solid var(--fv-services-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--fv-services-card-shadow);
}

.fv-services-process__number {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--fv-services-soft);
  color: var(--fv-services-accent);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 24.3px;
}

.fv-services-process__title {
  margin-top: 7.3px !important;
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 18.56px;
}

.fv-services-process__text {
  margin-top: 7.3px !important;
  color: var(--fv-services-muted);
  font-size: 13.5px;
  line-height: 21.87px;
}

/* Преимущества — Figma 156:393. */
.fv-services-advantages {
  width: var(--fv-services-width);
  height: 654.32px;
  margin: 125.579px auto 0;
}

.fv-services-advantages__head {
  height: 175.42px;
}

.fv-services-advantages__head .fv-services-section-head__lead {
  width: 720px;
}

.fv-services-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 207.535px);
  width: 100%;
  margin-top: 40px !important;
  gap: 23.915px 24px;
}

.fv-services-advantages__card {
  width: 100%;
  height: 207.535px;
  padding: 28.8px 30px;
  border: 1px solid var(--fv-services-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--fv-services-card-shadow);
}

.fv-services-advantages__icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--fv-services-soft);
}

.fv-services-advantages__icon img {
  width: 52px;
  height: 52px;
}

.fv-services-advantages__title {
  margin-top: 18px !important;
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 20.88px;
}

.fv-services-advantages__text {
  margin-top: 10px !important;
  color: var(--fv-services-muted);
  font-size: 14.5px;
  line-height: 23.49px;
}

/* CTA — Figma 156:457. */
.fv-services-cta {
  display: grid;
  grid-template-columns: 280px 200px 1fr;
  width: var(--fv-services-width);
  height: 160.83px;
  align-items: center;
  gap: 40px;
  margin: 168.231px auto 0;
  padding: 47.8px;
  border: 1px solid var(--fv-services-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--fv-services-card-shadow);
}

.fv-services-cta__title {
  color: var(--fv-services-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.68px;
  line-height: 39.1px;
}

.fv-services-cta__lead {
  color: var(--fv-services-muted);
  font-size: 16px;
  line-height: 25.92px;
}

.fv-services-cta__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.fv-services-cta__button {
  height: 62.6px;
  padding: 18px 30px;
  font-size: 15px;
  line-height: 24.3px;
}

.fv-services-cta__button:first-child {
  width: 228.95px;
}

.fv-services-cta__button:last-child {
  width: 252px;
}

/* Промежуточные ширины: сетки 3 → 2, без масштабирования страницы. */
@media (max-width: 1399.98px) and (min-width: 900px) {
  .fv-services-hero,
  .fv-services-catalog,
  .fv-services-process__inner,
  .fv-services-advantages,
  .fv-services-cta {
    width: var(--fv-services-width);
  }

  .fv-services-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    min-height: 650px;
    height: auto;
    gap: 32px;
  }

  .fv-services-hero__content,
  .fv-services-hero__visual {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }

  .fv-services-hero__title,
  .fv-services-hero__lead,
  .fv-services-hero__actions,
  .fv-services-hero__stats {
    width: 100%;
  }

  .fv-services-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fv-services-hero__stat {
    padding: 14px 12px;
    gap: 8px;
  }

  .fv-services-hero__stat-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .fv-services-catalog,
  .fv-services-advantages {
    height: auto;
  }

  .fv-services-catalog__grid,
  .fv-services-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    width: 100%;
    height: auto;
  }

  .fv-services-card,
  .fv-services-advantages__card {
    width: 100%;
  }

  .fv-services-card {
    height: 491.04px;
  }

  .fv-services-card__cta {
    width: 100%;
  }

  .fv-services-process,
  .fv-services-process__inner {
    height: auto;
  }

  .fv-services-process__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .fv-services-advantages,
  .fv-services-cta {
    margin-top: 96px;
  }

  .fv-services-cta {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.8fr) minmax(400px, 1.6fr);
  }
}

/* Узкий desktop: сохраняем композицию без скрытого переполнения. */
@media (max-width: 1060px) and (min-width: 900px) {
  .fv-services-hero__title {
    font-size: clamp(40px, 4.5vw, 46px);
    line-height: 1.12;
  }

  .fv-services-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fv-services-hero__button,
  .fv-services-hero__button:first-child,
  .fv-services-hero__button:last-child {
    width: auto;
    min-width: 0;
    padding-inline: 16px;
  }

  .fv-services-cta {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    padding: 32px;
  }

  .fv-services-cta__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* Планшет: та же система, но одна колонка без переполнения. */
@media (max-width: 899.98px) and (min-width: 600px) {
  .fv-services-page {
    margin-bottom: 96px;
  }

  .fv-services-hero,
  .fv-services-catalog,
  .fv-services-process__inner,
  .fv-services-advantages,
  .fv-services-cta {
    width: var(--fv-services-width);
  }

  .fv-services-hero {
    height: auto;
  }

  .fv-services-hero__content,
  .fv-services-hero__visual,
  .fv-services-hero__eyebrow,
  .fv-services-hero__title,
  .fv-services-hero__lead,
  .fv-services-hero__actions,
  .fv-services-hero__stats {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .fv-services-hero__eyebrow { display: flex; width: max-content; }
  .fv-services-hero__title { margin-top: 32px; font-size: 46px; line-height: 1.12; }
  .fv-services-hero__lead { margin-top: 22px; }
  .fv-services-hero__actions { margin-top: 28px; }
  .fv-services-hero__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
  .fv-services-hero__stat { min-height: 94.52px; padding: 16px 12px; }
  .fv-services-hero__visual { height: 420px; margin-top: 32px; }

  .fv-services-catalog,
  .fv-services-process,
  .fv-services-process__inner,
  .fv-services-advantages,
  .fv-services-cta {
    height: auto;
  }

  .fv-services-catalog { margin-top: 72px; }
  .fv-services-catalog__head,
  .fv-services-process__head,
  .fv-services-advantages__head { height: auto; }
  .fv-services-catalog__grid,
  .fv-services-advantages__grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; width: 100%; height: auto; }
  .fv-services-card { width: 100%; height: auto; min-height: 0; }
  .fv-services-card__cta { position: static; width: 100%; margin-top: 28px; }
  .fv-services-process { margin-top: 96px; padding-block: 60px; }
  .fv-services-process__inner { padding: 0; }
  .fv-services-process__list { grid-template-columns: minmax(0, 1fr); width: 100%; }
  .fv-services-advantages { margin-top: 96px; }
  .fv-services-advantages__card { width: 100%; }
  .fv-services-cta { grid-template-columns: 1fr; margin-top: 96px; padding: 38px; gap: 24px; }
  .fv-services-cta__actions { justify-content: flex-start; }
}

/* Mobile — Figma 166:1338 at 390.4 px, fluid down to 320 px. */
@media (max-width: 599.98px) {
  .fv-services-page {
    --fv-services-mobile-gutter: var(--fv-page-gutter);
    margin-bottom: 32px;
  }

  .fv-services-eyebrow {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
  }

  .fv-services-section-head__title {
    margin-top: 17.3px !important;
    font-size: 26px;
    letter-spacing: -0.52px;
    line-height: 30.16px;
  }

  .fv-services-section-head__lead {
    width: 100%;
    max-width: none;
    margin-top: 16px !important;
    font-size: 17px;
    line-height: 27.54px;
  }

  .fv-services-hero {
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 1114.46px;
    margin: 32px auto 0;
  }

  .fv-services-hero__content {
    position: relative;
    width: 100%;
    height: 790.01px;
  }

  .fv-services-hero__eyebrow {
    top: 0;
    width: 287px;
    height: 41.05px;
    padding: 9.4px 18px;
    font-size: 13px;
    line-height: 22px;
  }

  .fv-services-hero__title {
    top: 56.25px;
    width: 100%;
    min-height: 76.8px;
    padding-top: 6.8px;
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 34.8px;
  }

  .fv-services-hero__lead {
    top: 148.25px;
    width: 100%;
    min-height: 126px;
    font-size: 15.5px;
    line-height: 25.11px;
  }

  .fv-services-hero__actions {
    top: 289.45px;
    display: flex;
    width: 100%;
    height: 149px;
    padding-top: 16.8px;
    flex-direction: column;
    gap: 10px;
  }

  .fv-services-hero__button,
  .fv-services-hero__button:first-child,
  .fv-services-hero__button:last-child {
    width: 100%;
    height: 60.3px;
    min-height: 60.3px;
    padding: 18px 24px;
  }

  .fv-services-hero__button:last-child {
    height: 61.9px;
    min-height: 61.9px;
  }

  .fv-services-hero__stats {
    top: 453.65px;
    display: flex;
    width: 100%;
    height: 336.36px;
    padding-top: 20.8px;
    flex-direction: column;
    gap: 16px;
  }

  .fv-services-hero__stat {
    width: 100%;
    height: 94.52px;
    min-height: 94.52px;
    padding: 20px 18px;
  }

  .fv-services-hero__visual {
    top: 854.01px;
    right: auto;
    left: 0;
    width: 100%;
    height: 260.45px;
    border-radius: 24px;
  }

  .fv-services-hero__visual::before {
    display: none;
  }

  .fv-services-hero__cube {
    top: 70.235px;
    left: 0;
    width: 49.9px;
    height: 120px;
    object-fit: contain;
    object-position: center;
  }

  .fv-services-hero__capacity {
    align-items: flex-start;
    padding: 22px 15px;
    flex-direction: column;
    gap: 7px;
  }

  .fv-services-hero__capacity--lines {
    top: 76.025px;
    right: auto;
    left: 49.9px;
    width: 152.2px;
    height: 120.42px;
  }

  .fv-services-hero__capacity--volume {
    top: 60.52px;
    bottom: auto;
    left: 202.1px;
    width: calc(100% - 202.1px);
    height: 151.43px;
  }

  .fv-services-hero__capacity-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .fv-services-hero__capacity-icon img {
    width: 18px;
    height: 18px;
  }

  .fv-services-hero__capacity-copy strong,
  .fv-services-hero__capacity-copy span {
    white-space: normal;
  }

  .fv-services-catalog {
    width: 100%;
    height: 3058.8px;
    margin-top: 32px;
    padding-top: 32px;
  }

  .fv-services-catalog__head {
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 168.35px;
    margin: 0 auto;
  }

  .fv-services-catalog__head .fv-services-section-head__title {
    margin-top: 17.3px !important;
  }

  .fv-services-catalog__head .fv-services-section-head__lead {
    width: 100%;
    margin-top: 16px !important;
  }

  .fv-services-catalog__grid {
    display: flex;
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 2841.15px;
    margin: 17.3px auto 0;
    padding-top: 18.71px;
    flex-direction: column;
    gap: 24px;
  }

  .fv-services-card {
    width: 100%;
    padding: 28.8px 24.8px;
    border-radius: 24px;
    flex: 0 0 auto;
  }

  .fv-services-card:nth-child(1) { height: 463.04px; }
  .fv-services-card:nth-child(2),
  .fv-services-card:nth-child(3),
  .fv-services-card:nth-child(4) { height: 439.55px; }
  .fv-services-card:nth-child(5) { height: 454.52px; }
  .fv-services-card:nth-child(6) { height: 466.23px; }

  .fv-services-card__description {
    min-height: 0;
    margin-top: 20px !important;
  }

  .fv-services-card__features {
    margin-top: 18px !important;
    gap: 2px;
  }

  .fv-services-card__cta {
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 60.3px;
  }

  .fv-services-process {
    height: 1254.23px;
    margin-top: 32px;
    padding-top: 80px;
  }

  .fv-services-process__inner {
    width: 100%;
    height: 1118.23px;
    padding: 0;
  }

  .fv-services-process__head {
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 140.72px;
    margin: 0 auto;
  }

  .fv-services-process__head .fv-services-section-head__lead {
    max-width: 330px;
  }

  .fv-services-process__list {
    display: flex;
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 960.21px;
    margin: 17.3px auto 0 !important;
    padding-top: 18.71px;
    flex-direction: column;
    gap: 20px;
  }

  .fv-services-process__step {
    width: 100%;
    min-height: 167.9px;
    flex: 0 0 167.9px;
    padding: 22.8px 18.8px;
  }

  .fv-services-process__step:first-child {
    min-height: 189.9px;
    flex-basis: 189.9px;
  }

  .fv-services-advantages {
    width: 100%;
    height: 1684.975px;
    margin-top: 32px;
    padding-top: 24.01px;
  }

  .fv-services-advantages__head {
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 195.755px;
    margin: 0 auto;
  }

  .fv-services-advantages__head .fv-services-section-head__lead {
    width: 100%;
  }

  .fv-services-advantages__grid {
    display: flex;
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 1383.91px;
    margin: 17.3px auto 0 !important;
    padding-top: 18.7px;
    flex-direction: column;
    gap: 24px;
  }

  .fv-services-advantages__card {
    width: 100%;
    height: 207.535px;
    flex: 0 0 207.535px;
    padding: 28.8px 30px;
  }

  .fv-services-cta {
    display: flex;
    width: calc(100% - (2 * var(--fv-services-mobile-gutter)));
    height: 314.145px;
    margin: 32px auto 0;
    padding: 30.155px 24.8px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .fv-services-cta__title {
    width: 267.09px;
    min-height: 63px;
    font-size: 27px;
    letter-spacing: -0.54px;
    line-height: 31.32px;
  }

  .fv-services-cta__lead {
    width: 267.09px;
    min-height: 52px;
    margin-top: 6.99px !important;
    font-size: 16px;
    line-height: 25.92px;
  }

  .fv-services-cta__actions {
    display: flex;
    width: 100%;
    height: 132.2px;
    flex-direction: column;
    gap: 10px;
  }

  .fv-services-cta__button,
  .fv-services-cta__button:first-child,
  .fv-services-cta__button:last-child {
    width: 100%;
    height: 60.3px;
    min-height: 60.3px;
  }

  .fv-services-cta__button:last-child {
    height: 61.9px;
    min-height: 61.9px;
  }
}

@media (max-width: 359.98px) {
  .fv-services-hero__eyebrow {
    width: auto;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .fv-services-hero__title {
    font-size: 27px;
    line-height: 32px;
  }

  .fv-services-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fv-services-card__cta {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }

  .fv-services-card__title {
    font-size: 20px;
  }

  .fv-services-hero__capacity--lines {
    left: 44px;
    width: calc(50% - 44px);
  }

  .fv-services-hero__capacity--volume {
    left: 50%;
    width: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv-services-page * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
