.services-hero-v2__logos-viewport--marquee .services-hero-v2__logos-track {
  display: inline-flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  animation: services-hero-v2-logos-marquee var(--services-hero-v2-marquee-duration, 36s) linear infinite;
  will-change: transform;
}

.services-hero-v2__logos-viewport--marquee .services-hero-v2__logos-segment {
  flex: 0 0 auto;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: flex-start;
  opacity: 1;
}

@keyframes services-hero-v2-logos-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services-hero-v2 {
  position: relative;
  background-color: #192941;
  overflow: hidden;
}
.services-hero-v2__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.services-hero-v2__earth-wrap {
  position: absolute;
  inset: 0;
}
.services-hero-v2__earth {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.4;
}
.services-hero-v2__earth-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(87.48deg, #182740 1.59%, rgba(24, 39, 62, 0) 63.48%);
}
@media (max-width: 1024px) {
  .services-hero-v2__earth-fade {
    background: linear-gradient(180deg, #192941 0%, #192941 18%, rgba(25, 41, 65, 0.45) 42%, rgba(25, 41, 65, 0) 72%);
  }
}
.services-hero-v2__container {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .services-hero-v2__container {
    padding-top: 88px;
    padding-bottom: 0;
  }
}
.services-hero-v2__grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 48px;
  align-items: end;
}
@media (max-width: 1024px) {
  .services-hero-v2__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
}
.services-hero-v2__breadcrumbs {
  margin: 0 0 24px;
  padding: 0;
  gap: 8px;
}
@media (max-width: 1024px) {
  .services-hero-v2__breadcrumbs {
    margin-bottom: 12px;
  }
}
.services-hero-v2__breadcrumbs .breadcrumbs-item {
  display: flex;
  position: relative;
  align-items: center;
}
.services-hero-v2__breadcrumbs .breadcrumbs-item:last-child span {
  color: #fff;
}
.services-hero-v2__breadcrumbs .breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 3px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7" viewBox="0 0 4 7" fill="none"><path d="M0.5 6.5L3.5 3.5L0.5 0.5" stroke="white" stroke-opacity="0.7" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 991px) {
  .services-hero-v2 .breadcrumbs.services-hero-v2__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .services-hero-v2 .services-hero__title.services-hero-v2__title {
    text-align: left;
  }
  .services-hero-v2 .services-hero__desc.services-hero-v2__text {
    text-align: left;
  }
}
.services-hero-v2__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .services-hero-v2__intro {
    gap: 8px;
    max-width: none;
  }
}
.services-hero-v2__title {
  margin: 0;
}
.services-hero-v2__title span {
  color: #efa057;
}
.services-hero-v2__text {
  margin: 0;
  max-width: 602px;
}
@media (max-width: 1024px) {
  .services-hero-v2__text {
    max-width: none;
  }
}
.services-hero-v2__cta {
  margin-top: 48px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .services-hero-v2__cta {
    margin-top: 24px;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 10px 10px 10px 24px;
    font-size: 14px;
    line-height: 28px;
  }
}
.services-hero-v2__video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #192941;
  height: 212px;
}
@media (max-width: 1024px) {
  .services-hero-v2__video {
    width: 100%;
  }
}
.services-hero-v2__video-media {
  position: absolute;
  inset: 0;
}
.services-hero-v2__video-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-hero-v2__video-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 30, 33, 0) 0%, rgba(28, 30, 33, 0.8) 100%);
}
.services-hero-v2__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.services-hero-v2__video-meta {
  position: absolute;
  right: 20px;
  bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 1;
  color: #fff;
}
.services-hero-v2__video-text {
  text-align: right;
  width: 111px;
}
.services-hero-v2__video-label {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.services-hero-v2__video-caption {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
  color: rgba(255, 255, 255, 0.7);
}
.services-hero-v2__logos {
  position: relative;
  z-index: 1;
  padding-bottom: 44px;
  background: linear-gradient(180deg, rgba(25, 41, 65, 0) 0%, #192941 100%);
}
@media (max-width: 1024px) {
  .services-hero-v2__logos {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 28px;
    background: transparent;
  }
}
.services-hero-v2__logos::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 1024px) {
  .services-hero-v2__logos::before {
    display: none;
  }
}
.services-hero-v2__logos-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px 32px;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
  }
}
.services-hero-v2__logos-label {
  margin: 0;
  flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-label {
    flex: 0 0 auto;
    max-width: 75%;
    width: auto;
    align-self: flex-start;
    font-size: 12px;
    line-height: normal;
  }
}
.services-hero-v2__logos-viewport {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-viewport {
    flex: none;
    width: 100%;
    align-self: center;
  }
}
.services-hero-v2__logos-track {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.services-hero-v2__logos-segment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  gap: 16px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-segment {
    gap: 8px;
  }
}
.services-hero-v2__logos-logo--text span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.services-hero-v2__logos-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 200px;
}
@media (max-width: 1024px) {
  .services-hero-v2__logos-logo {
    width: 110px;
    height: 44px;
  }
}
.services-hero-v2__logos-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .services-hero-v2__logos-viewport--marquee .services-hero-v2__logos-track {
    animation: none;
  }
}
.services-hub {
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .services-hub {
    padding: 40px 0 80px;
    padding-bottom: 100px;
  }
}
.services-hub__container {
  display: grid;
  grid-template-columns: 243px 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1280px) {
  .services-hub__container {
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .services-hub__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.services-hub__sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .services-hub__sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 90;
    max-height: none;
    overflow: visible;
    margin-bottom: 0;
    background: #192941;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }
}
.services-hub__sidebar-title {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__sidebar-title {
    display: none;
  }
}
.services-hub__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1024px) {
  .services-hub__nav {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 16px;
  }
  .services-hub__nav::-webkit-scrollbar {
    display: none;
  }
}
.services-hub__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease, font-weight 0.3s ease;
  white-space: normal;
  cursor: pointer;
}
.services-hub__nav-item:not(:first-child) {
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .services-hub__nav-item {
    padding: 14px 16px;
    border-bottom: none;
    font-size: 14px;
    flex-shrink: 0;
    gap: 6px;
  }
  .services-hub__nav-item:not(:first-child) {
    padding-top: 14px;
  }
}
.services-hub__nav-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.services-hub__nav-item.is-active {
  color: #efa057;
  font-weight: 600;
}
.services-hub__nav-item.is-active::before {
  background: #efa057;
}
.services-hub__nav-item:hover {
  color: rgba(255, 255, 255, 0.9);
}
.services-hub__nav-item.is-active:hover {
  color: #efa057;
}
.services-hub__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.services-hub__block {
  background: #1c3458;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 1024px) {
  .services-hub__block {
    padding: 24px 16px;
    border-radius: 20px;
  }
}
.services-hub__block-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .services-hub__block-header {
    margin-bottom: 24px;
  }
}
.services-hub__block-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.services-hub__block-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__block-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.services-hub__block-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__block-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
}
.services-hub__block-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .services-hub__block-icon {
    width: 36px;
    height: 36px;
  }
}
.services-hub__block-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-hub__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 1024px) {
  .services-hub__cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.services-hub__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 32px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: background 0.3s ease;
  color: #fff;
  min-width: 0;
}
@media (max-width: 1024px) {
  .services-hub__card {
    padding: 20px 16px;
    border-radius: 14px;
  }
}
.services-hub__card:hover {
  background: rgba(255, 255, 255, 0.08);
}
.services-hub__card:hover .services-hub__card-arrow {
  transform: translateX(4px);
}
.services-hub__card:hover .services-hub__card-arrow svg {
  transform: rotate(45deg);
}
.services-hub__card:hover .services-hub__card-arrow svg circle {
  fill: #efa057;
}
.services-hub__card:hover .services-hub__card-arrow svg path {
  stroke: #fff;
}
.services-hub__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.services-hub__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1024px) {
  .services-hub__card-title {
    font-size: 18px;
  }
}
.services-hub__card-description {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services-hub__card-description {
    -webkit-line-clamp: 5;
  }
}
.services-hub__card-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.services-hub__card-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.services-hub__card-arrow svg circle,
.services-hub__card-arrow svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
