:root {
  --home-v1-light: #f3f5f7;
  --home-v1-light-2: #d8dde2;
  --home-v1-light-3: #a8afb7;
  --home-v1-dark: #1b2128;
  --home-v1-dark-2: #222932;
  --home-v1-dark-3: #2b333d;
  --home-v1-dark-4: #151a20;
  --home-v1-line: rgba(255, 255, 255, 0.12);
  --home-v1-line-soft: rgba(255, 255, 255, 0.08);
  --home-v1-text: #f6f8fb;
  --home-v1-text-soft: rgba(246, 248, 251, 0.78);
  --home-v1-text-muted: rgba(246, 248, 251, 0.58);
  --home-v1-text-dark: #20262e;
  --home-v1-text-dark-soft: rgba(32, 38, 46, 0.75);
}

.home-v1-body {
  color: var(--home-v1-text);
  background: var(--home-v1-dark);
}

.home-v1-shell {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #212831 0%, #171c22 100%);
}

.home-v1-shell .container {
  width: min(1536px, calc(100% - 160px));
}

.home-v1-shell .suite-home2-hero + .home-v1-about,
.home-v1-shell .suite-home2-hero + .home-v1-about + .home-v1-business,
.home-v1-shell .suite-home2-hero + .home-v1-about + .home-v1-business + .home-v1-news {
  position: relative;
  z-index: 1;
}

.home-v1-hero-stats {
  position: relative;
  z-index: 2;
}

.home-v1-header {
  color: var(--home-v1-text-dark);
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.94) 0%, rgba(239, 243, 246, 0.9) 100%);
  backdrop-filter: blur(16px);
}

.home-v1-header::after {
  background: rgba(31, 38, 48, 0.08);
}

.home-v1-header.is-scrolled {
  background: rgba(245, 247, 249, 0.96);
  box-shadow: 0 20px 48px rgba(16, 22, 28, 0.08);
}

.home-v1-header__shell {
  gap: 32px;
}

.home-v1-brand {
  gap: 10px;
}

.home-v1-brand--image {
  align-items: center;
}

.home-v1-brand--image .home-v1-brand__mark {
  width: auto;
  height: 48px;
  object-fit: contain;
}

.home-v1-brand__mark {
  width: 50px;
  height: 50px;
}

.home-v1-brand__copy strong {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-v1-brand__copy span {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(32, 38, 46, 0.82);
}

.home-v1-brand--image .home-v1-brand__copy strong {
  font-size: 20px;
  line-height: 1.05;
}

.home-v1-brand--image .home-v1-brand__copy span {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.11em;
}

.home-v1-nav {
  gap: 30px;
}

.home-v1-nav a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(32, 38, 46, 0.92);
}

.home-v1-nav a.is-active::after {
  bottom: -1px;
  height: 2px;
}

.home-v1-actions {
  gap: 10px;
}

.home-v1-icon-button,
.home-v1-lang {
  color: rgba(32, 38, 46, 0.9);
}

.home-v1-icon-button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.home-v1-icon-button .material-symbols-outlined {
  font-size: 18px;
}

.home-v1-lang {
  min-width: 24px;
  justify-content: center;
  font-size: 14px;
}

.home-v1-menu {
  display: none;
  color: rgba(32, 38, 46, 0.88);
  border-color: rgba(32, 38, 46, 0.18);
}

.home-v1-hero {
  position: relative;
  min-height: clamp(760px, 47vw, 900px);
  padding-top: 72px;
  overflow: hidden;
}

.home-v1-hero__media,
.home-v1-hero__media img,
.home-v1-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-v1-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
  transform: scale(1.06);
}

.home-v1-hero__overlay {
  background:
    linear-gradient(90deg, rgba(17, 22, 28, 0.42) 0%, rgba(17, 22, 28, 0.28) 34%, rgba(17, 22, 28, 0.06) 66%, rgba(17, 22, 28, 0.12) 100%),
    linear-gradient(180deg, rgba(20, 24, 30, 0.02) 0%, rgba(20, 24, 30, 0.16) 100%);
}

.home-v1-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(680px, 42vw, 820px);
  padding-top: clamp(132px, 9.2vw, 178px);
  padding-bottom: clamp(50px, 4.4vw, 80px);
}

.home-v1-hero__intro {
  max-width: 760px;
}

.home-v1-hero__title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(50px, 4.9vw, 72px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: var(--home-v1-text);
}

.home-v1-hero__subtitle {
  margin: 18px 0 0;
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.4;
  color: rgba(246, 248, 251, 0.94);
}

.home-v1-hero__bars {
  display: flex;
  gap: 10px;
  margin-top: 38px;
}

.home-v1-hero__bars span {
  display: block;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
}

.home-v1-hero__bars span.is-active {
  background: rgba(255, 255, 255, 0.92);
}

.home-v1-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  width: min(660px, 100%);
}

.home-v1-hero-stat {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "value value"
    "unit unit";
  align-items: center;
  column-gap: 14px;
  row-gap: 2px;
}

.home-v1-hero-stat__icon {
  grid-area: icon;
  width: 34px;
  color: rgba(246, 248, 251, 0.9);
}

.home-v1-hero-stat__label {
  grid-area: label;
  font-size: 14px;
  font-weight: 500;
  color: rgba(246, 248, 251, 0.64);
}

.home-v1-hero-stat__value {
  grid-area: value;
  margin-top: 6px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--home-v1-text);
}

.home-v1-hero-stat__unit {
  grid-area: unit;
  margin-top: 6px;
  font-size: 14px;
  color: rgba(246, 248, 251, 0.74);
}

.home-v1-about {
  position: relative;
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.98) 0%, rgba(236, 240, 244, 0.98) 100%);
  color: var(--home-v1-text-dark);
  border-top: 1px solid rgba(31, 38, 48, 0.08);
}

.home-v1-about__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
  gap: 56px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.home-v1-about__copy {
  max-width: 520px;
}

.home-v1-section__title {
  margin: 0;
  font-size: clamp(34px, 3.3vw, 46px);
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.home-v1-section__title--light {
  color: var(--home-v1-text);
}

.home-v1-about__line {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 14px;
  background: rgba(32, 38, 46, 0.88);
}

.home-v1-section__text {
  margin: 28px 0 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.home-v1-about .home-v1-section__title {
  color: var(--home-v1-text-dark);
}

.home-v1-about .home-v1-section__text {
  color: rgba(32, 38, 46, 0.78);
}

.home-v1-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  margin-top: 32px;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.home-v1-button:hover {
  transform: translateY(-2px);
}

.home-v1-button .material-symbols-outlined {
  font-size: 20px;
}

.home-v1-button--light {
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.home-v1-button--light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.home-v1-about .home-v1-button--light {
  color: rgba(32, 38, 46, 0.92);
  border-color: rgba(32, 38, 46, 0.2);
  background: transparent;
}

.home-v1-about .home-v1-button--light:hover {
  background: rgba(32, 38, 46, 0.06);
}

.home-v1-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 72px rgba(18, 22, 28, 0.18);
}

.home-v1-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 24, 0.02) 0%, rgba(14, 18, 24, 0.18) 100%);
  pointer-events: none;
}

.home-v1-video-card img,
.home-v1-video-card video {
  aspect-ratio: 1.74;
  width: 100%;
  display: block;
  object-fit: cover;
  filter: none;
}

.home-v1-video-card__caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  color: #ffffff;
}

.home-v1-video-card__caption strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.home-v1-video-card__caption span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.home-v1-business,
.home-v1-cases,
.home-v1-news-data,
.home-v1-footer {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, var(--home-v1-dark-2) 0%, var(--home-v1-dark-4) 100%);
}

.home-v1-business {
  padding: 30px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v1-cases {
  padding: 42px 0 52px;
  border-top: 1px solid rgba(31, 38, 48, 0.08);
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.98) 0%, rgba(236, 240, 244, 0.98) 100%);
}

.home-v1-cases .home-v1-section__title,
.home-v1-cases .home-v1-section__title--light {
  color: var(--home-v1-text-dark);
}

.home-v1-cases .home-v1-heading__line {
  background: rgba(32, 38, 46, 0.84);
}

.home-v1-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-v1-heading--center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.home-v1-heading--stack {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-v1-heading__line {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.home-v1-business__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.home-v1-project-layout {
  margin-top: 28px;
}

.home-v1-project-feature::after {
  background: linear-gradient(90deg, rgba(18, 24, 31, 0.28) 0%, rgba(18, 24, 31, 0.16) 36%, rgba(18, 24, 31, 0.04) 72%, rgba(18, 24, 31, 0.1) 100%);
}

.home-v1-project-feature .project-feature__panel {
  background: linear-gradient(180deg, rgba(18, 24, 31, 0.44) 0%, rgba(18, 24, 31, 0.62) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 42px rgba(9, 14, 19, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.home-v1-project-feature .project-feature__panel h3 {
  font-size: 32px;
}

.home-v1-project-feature {
  border-radius: 0;
}

.home-v1-project-feature > img {
  border-radius: 0;
}

.home-v1-project-list .project-list__item {
  background: rgba(36, 42, 50, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-v1-project-list .project-list__item h4,
.home-v1-project-list .project-list__item p,
.home-v1-project-list .project-list__item .material-symbols-outlined {
  color: rgba(255, 255, 255, 0.96);
}

.home-v1-project-list .project-list__item p {
  color: rgba(255, 255, 255, 0.76);
}

.home-v1-business-card {
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(124, 134, 145, 0.18) 0%, rgba(96, 106, 118, 0.9) 100%);
  box-shadow: 0 20px 48px rgba(13, 17, 22, 0.18);
}

.home-v1-business-card__media img {
  aspect-ratio: 1.38;
  object-fit: cover;
}

.home-v1-business-card__body {
  position: relative;
  min-height: 146px;
  padding: 18px 18px 18px;
}

.home-v1-business-card__icon {
  position: absolute;
  left: 16px;
  top: -20px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(112, 121, 132, 0.76);
  backdrop-filter: blur(8px);
}

.home-v1-business-card__icon svg {
  width: 35px;
  height: 35px;
}

.home-v1-business-card__body h3 {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--home-v1-text);
}

.home-v1-business-card__body p {
  margin: 10px 0 0;
  padding-right: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(246, 248, 251, 0.74);
}

.home-v1-business-card__body a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.82);
}

.home-v1-business-card__body a .material-symbols-outlined {
  font-size: 16px;
}

.home-v1-news-data {
  padding: 42px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home-v1-news-data__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 34px;
  padding-bottom: 0;
}

.home-v1-news,
.home-v1-data {
  min-width: 0;
}

.home-v1-heading--split {
  padding-bottom: 8px;
}

.home-v1-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(246, 248, 251, 0.74);
}

.home-v1-more .material-symbols-outlined {
  font-size: 15px;
}

.home-v1-data {
  padding-left: 0;
}

.home-v1-compact-news {
  margin-top: 10px;
}

.home-v1-compact-news .compact-news__item {
  grid-template-columns: 112px minmax(0, 1fr) 16px;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--home-v1-line-soft);
}

.home-v1-compact-news .compact-news__thumb img {
  aspect-ratio: 1.58;
}

.home-v1-compact-news .compact-news__item h4 {
  font-size: 14px;
  line-height: 1.55;
}

.home-v1-compact-news .compact-news__item time {
  font-size: 12px;
}

.home-v1-more--button {
  height: 38px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: rgba(246, 248, 251, 0.76);
}

.home-v1-partners {
  display: grid;
  gap: 16px;
}

.home-v1-partner-grid {
  margin-top: 10px;
}

.home-v1-partner-grid .partner-logo {
  min-height: 52px;
  font-size: 14px;
}

.home-v1-contact-panel {
  min-height: 142px;
  padding: 18px 180px 18px 20px;
}

.home-v1-contact-panel h4 {
  font-size: 18px;
}

.home-v1-contact-panel .contact-list {
  gap: 10px;
}

.home-v1-contact-panel .contact-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 14px;
}

.home-v1-contact-panel .contact-list .material-symbols-outlined {
  margin-top: 1px;
  font-size: 14px;
}

.home-v1-contact-panel .contact-list li span:last-child {
  font-size: 14px;
  line-height: 1.55;
}

.home-v1-contact-panel::after {
  right: 18px;
  top: 50%;
  width: 220px;
  height: 122px;
  border-radius: 0;
  background: url("../images/0cea8b5bccdbbc64.png") center/contain no-repeat;
  opacity: 0.28;
  transform: translateY(-50%);
}

.home-v1-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-v1-footer__main {
  padding-top: 30px;
  padding-bottom: 24px;
  grid-template-columns: 1.42fr repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.home-v1-footer__brand p {
  max-width: none;
  margin: 16px 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(246, 248, 251, 0.78);
}

.home-v1-brand--footer .home-v1-brand__copy strong,
.home-v1-brand--footer .home-v1-brand__copy span {
  color: #f2f5f8;
}

.home-v1-brand--footer .home-v1-brand__mark {
  width: 46px;
  height: 46px;
}

.home-v1-brand--footer .home-v1-brand__copy strong {
  font-size: 16px;
}

.home-v1-social a {
  width: 28px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.18);
}

.home-v1-social .material-symbols-outlined {
  font-size: 14px;
}

.footer-column h4 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
}

.footer-column li,
.footer-column a,
.footer-column p {
  font-size: 14px;
  line-height: 1.9;
}

.home-v1-contact {
  gap: 10px;
}

.home-v1-contact li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.home-v1-contact .material-symbols-outlined {
  margin-top: 1px;
  font-size: 14px;
}

.home-v1-footer__bottom {
  padding-top: 14px;
  padding-bottom: 18px;
  font-size: 14px;
}

.home-v1-footer__bottom nav {
  gap: 16px;
}

@media (max-width: 1260px) {
  .home-v1-shell .container {
    width: min(1536px, calc(100% - 112px));
  }

  .home-v1-nav {
    gap: 24px;
  }

  .home-v1-business__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v1-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .home-v1-shell .container {
    width: min(1536px, calc(100% - 48px));
  }

  .home-v1-menu {
    display: inline-flex;
  }

  .home-v1-header .site-nav {
    background: rgba(245, 247, 249, 0.98);
    border-bottom-color: rgba(31, 38, 48, 0.08);
  }

  .home-v1-header .site-nav a {
    color: rgba(32, 38, 46, 0.92);
    border-bottom-color: rgba(31, 38, 48, 0.08);
  }

  .home-v1-hero {
    min-height: auto;
  }

  .home-v1-hero__content {
    min-height: auto;
    padding-top: 152px;
    padding-bottom: 66px;
  }

  .home-v1-hero__stats,
  .home-v1-about__grid,
  .home-v1-news-data__grid,
  .home-v1-footer__main {
    grid-template-columns: 1fr;
  }

  .home-v1-news__list {
    padding-right: 0;
    border-right: 0;
  }

  .home-v1-data {
    padding-left: 0;
  }

  .home-v1-data__grid {
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .home-v1-header__shell {
    gap: 18px;
  }

  .home-v1-brand__mark {
    width: 48px;
    height: 48px;
  }

  .home-v1-brand--image .home-v1-brand__mark {
    width: auto;
    height: 38px;
  }

  .home-v1-hero__content {
    padding-top: 136px;
  }

  .home-v1-hero__title {
    font-size: clamp(42px, 12vw, 58px);
  }

  .home-v1-hero__subtitle {
    font-size: 20px;
  }

  .home-v1-hero__bars {
    margin-top: 36px;
  }

  .home-v1-hero__stats,
  .home-v1-business__grid,
  .home-v1-data__grid {
    grid-template-columns: 1fr;
  }

  .home-v1-hero-stat {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .home-v1-hero-stat__icon {
    width: 44px;
  }

  .home-v1-about__grid {
    gap: 34px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-v1-video-card__play {
    width: 72px;
    height: 72px;
  }

  .home-v1-video-card__play .material-symbols-outlined {
    font-size: 40px;
  }

  .home-v1-news__item {
    grid-template-columns: 1fr;
  }

  .home-v1-news__arrow {
    justify-self: start;
  }

  .home-v1-data-card {
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: auto;
    padding: 22px 18px;
  }

  .home-v1-data-card__icon {
    width: 60px;
  }
}
