﻿/* Native Joomla home page, centered in template resources and kept close to the old PageBuilder composition. */
.regos-home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--white);
}

body.regos-native-home {
  --home-topbar-height: 56px;
  --home-header-total: 126px;
  --home-header-bg: rgba(255, 255, 255, .74);
}

body.regos-native-home #sp-main-body {
  padding: 0 !important;
}

body.regos-native-home .sticky-header-placeholder {
  display: none !important;
  height: 0 !important;
}

body.regos-native-home #sp-top,
body.regos-native-home #sp-topbar,
body.regos-native-home #sp-top-bar,
body.regos-native-home #sp-header-topbar,
body.regos-native-home #sp-header {
  color: var(--heading, #333A54) !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.regos-native-home #sp-top,
body.regos-native-home #sp-topbar,
body.regos-native-home #sp-top-bar,
body.regos-native-home #sp-header-topbar {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
}

body.regos-native-home #sp-header {
  border-bottom: 0 !important;
}

body.regos-native-home #sp-header:not(.header-sticky) {
  position: absolute !important;
  top: var(--home-topbar-height);
  right: 0;
  left: 0;
  z-index: 119;
  overflow: visible;
  isolation: isolate;
}

body.regos-native-home #sp-header:not(.header-sticky)::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--home-topbar-height));
  right: 0;
  left: 0;
  z-index: -1;
  height: var(--home-header-total);
  border-bottom: 1px solid rgba(51, 58, 84, .08);
  background: var(--home-header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
}

body.regos-native-home #sp-header.header-sticky {
  border-bottom: 1px solid rgba(51, 58, 84, .08) !important;
  background: rgba(255, 255, 255, .94) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.regos-native-home #sp-topbar,
body.regos-native-home #sp-top-bar,
body.regos-native-home #sp-header-topbar {
  border-bottom: 0 !important;
}

body.regos-native-home #sp-header:not(.header-sticky) .logo img,
body.regos-native-home #sp-header .logo img {
  filter: none !important;
}

body.regos-native-home #sp-top a,
body.regos-native-home #sp-topbar a,
body.regos-native-home #sp-top-bar a,
body.regos-native-home #sp-header-topbar a,
body.regos-native-home #sp-header a,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li > a,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li > span,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li:last-child > a,
body.regos-native-home #sp-header:not(.header-sticky) .vmCartModule a {
  color: var(--heading, #333A54) !important;
}

body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active:hover > a,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > span,
body.regos-native-home #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > span {
  color: var(--blue, #234880) !important;
}

body.regos-native-home #sp-header .sp-contact-info,
body.regos-native-home #sp-header-topbar .sp-contact-info,
body.regos-native-home #sp-top .sp-contact-info,
body.regos-native-home #sp-top-bar .sp-contact-info {
  color: var(--heading, #333A54) !important;
}

body.regos-native-home #sp-header div.mod-languages ul li.lang-active,
body.regos-native-home #sp-header:not(.header-sticky) div.mod-languages ul li.lang-active {
  color: var(--heading, #333A54) !important;
  background-color: #EEF2F7 !important;
}

body.regos-native-home #sp-header div.mod-languages ul li.lang-active a,
body.regos-native-home #sp-header:not(.header-sticky) .lang-inline a,
body.regos-native-home #sp-header:not(.header-sticky) .lang-inline:not(.header-sticky) a {
  color: var(--heading, #333A54) !important;
}

body.regos-native-home #sp-header .burger-icon > span,
body.regos-native-home #sp-header:not(.header-sticky) .burger-icon > span,
body.regos-native-home .burger-icon:not(.header-sticky) span {
  background-color: var(--heading, #333A54) !important;
}

body.regos-native-home .mod-finder-ajax-search-icon,
body.regos-native-home .mod-finder-ajax-clear-icon {
  color: rgba(51, 58, 84, .58) !important;
}

body.regos-native-home #mod-finder-ajax-searchword {
  border-color: rgba(51, 58, 84, .32) !important;
  color: var(--heading, #333A54) !important;
  background: rgba(255, 255, 255, .66) !important;
}

body.regos-native-home #mod-finder-ajax-searchword::placeholder {
  color: rgba(51, 58, 84, .66) !important;
}

body.regos-native-home #mod-finder-ajax-searchword:focus {
  border-color: rgba(35, 72, 128, .55) !important;
  color: var(--heading, #333A54) !important;
  background: var(--white, #FFFFFF) !important;
}

.regos-home .hero {
  position: relative;
  min-height: 720px;
  min-height: max(720px, 100svh);
  isolation: isolate;
  overflow: hidden;
  color: var(--heading);
  background-color: #F7F9FC;
}

.regos-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .26) 0%, rgba(255, 255, 255, .14) 28%, rgba(255, 255, 255, .02) 44%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, .01) 100%);
  pointer-events: none;
}

.regos-home .hero::after {
  display: none;
}

.regos-home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.regos-home .hero-media img,
.regos-home .hero-media--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.07);
}

.regos-home .hero-media--video {
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.regos-home .hero-media--video-mobile {
  display: none;
}

.regos-home .hero-media--video.is-ended {
  opacity: 0;
  visibility: hidden;
}

.regos-home .hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  min-height: 720px;
  min-height: max(720px, 100svh);
  padding: calc(var(--home-header-total) + 56px) 0 80px;
}

.regos-home .hero-copy {
  align-self: center;
  min-width: 0;
  padding-bottom: 0;
  transform: translateY(-48px);
}

.regos-home .hero-copy h1 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--heading);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.regos-home .hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.48;
}

.regos-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.regos-home .hero-actions .btn-outline {
  color: var(--blue);
  border-color: rgba(35, 72, 128, .38);
  background: rgba(255, 255, 255, .55);
}

.regos-home .hero-actions .btn-outline:hover,
.regos-home .hero-actions .btn-outline:focus {
  color: var(--white);
  background: var(--blue);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-inner {
  grid-template-columns: minmax(0, 760px);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1 {
  max-width: 760px;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p {
  max-width: 620px;
}

.regos-home .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 720px;
  margin-top: 22px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.regos-home .proof-item {
  position: relative;
  min-height: 0;
  margin-right: 28px;
  padding: 0 28px 0 0;
}

.regos-home .proof-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, .18);
}

.regos-home .proof-item strong {
  display: block;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.regos-home .proof-item span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .74);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.25;
}

.home-intro-section,
.home-questions-section,
.home-platform-section,
.home-fiscal-section,
.home-ecosystem-section,
.home-services-section,
.home-products-section,
.home-trust-section,
.home-blog-section,
.home-news-section {
  padding: var(--block-padding-y) 0;
}

.home-intro-section {
  padding-top: 70px;
}

.home-questions-section {
  padding-top: 66px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.regos-home .home-questions-title {
  max-width: 860px;
}

.home-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--content-wide);
  margin: 34px auto 0;
}

.home-question-card {
  min-width: 0;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(80, 102, 136, .16);
  border-radius: var(--surface-radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 34px rgba(25, 43, 74, .06);
}

.home-question-card__num {
  display: inline-flex;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
}

.home-question-card h3 {
  margin-bottom: 10px;
  color: var(--heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.home-question-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.58;
}

.regos-home.regos-home-native .section-title h2,
.regos-home.regos-home-native .home-price-copy h2,
.regos-home.regos-home-native .lead-copy h2 {
  margin-bottom: 14px;
  font-size: var(--block-title-size);
  font-weight: var(--block-title-weight);
  line-height: var(--block-title-line);
}

.regos-home.regos-home-native .section-title p,
.regos-home.regos-home-native .home-price-copy p {
  font-size: var(--block-description-size);
  font-weight: var(--block-description-weight);
  line-height: var(--block-description-line);
}

.regos-home.regos-home-native .lead-copy p {
  font-size: var(--block-description-size);
  font-weight: 400;
  line-height: var(--block-description-line);
}

.regos-home .home-intro-title {
  max-width: 840px;
}

.regos-home .home-intro-title h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.regos-home .home-solution-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  overflow: visible;
  padding: 4px 0 26px;
  border: 0;
  border-bottom: 1px solid rgba(80, 102, 136, .18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.regos-home .home-solution-card:hover {
  border-bottom-color: rgba(80, 102, 136, .18);
  box-shadow: none;
  transform: none;
}

.regos-home .home-solution-card .num {
  display: none;
}

.regos-home .home-solution-grid {
  grid-template-columns: minmax(330px, .78fr) repeat(2, minmax(0, 1fr));
  gap: 28px 50px;
  align-items: stretch;
}

.regos-home .home-solution-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  min-width: 0;
}

.regos-home .home-solution-card:not(.is-featured) .home-solution-card__body {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 6px 16px;
  align-content: start;
  align-items: start;
}

.regos-home .home-solution-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 2px 0 0;
  border: 1px solid rgba(45, 71, 114, .12);
  border-radius: 16px;
  color: var(--blue);
  background: rgba(247, 249, 252, .92);
  font-size: 1.25rem;
}

.regos-home .home-solution-card:not(.is-featured) .home-solution-card__icon {
  grid-row: 1 / span 2;
}

.regos-home .home-solution-card:not(.is-featured) h3,
.regos-home .home-solution-card:not(.is-featured) p {
  grid-column: 2;
}

.regos-home .home-solution-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.25;
}

.regos-home .home-solution-card p {
  font-size: .94rem;
  line-height: 1.48;
}

.regos-home .home-solution-card .btn {
  width: auto;
  min-height: 40px;
  margin-top: 18px;
  padding: 10px 16px;
  font-size: .82rem;
}

.regos-home .home-solution-card.is-featured {
  grid-row: 1 / span 3;
  min-height: 0;
  padding: 32px;
  color: var(--white);
  border-color: rgba(255, 255, 255, .12);
  border-radius: var(--surface-radius);
  background: linear-gradient(135deg, #2d4772 0%, var(--navy) 100%);
  box-shadow: var(--shadow);
}

.regos-home .home-solution-card.is-featured:hover {
  border-color: rgba(255, 255, 255, .12);
  box-shadow: var(--shadow);
  transform: none;
}

.regos-home .home-solution-card.is-featured h3,
.regos-home .home-solution-card.is-featured p {
  color: var(--white);
}

.regos-home .home-solution-card.is-featured .home-solution-card__icon {
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  font-size: 1.9rem;
}

.regos-home .home-solution-card.is-featured h3 {
  font-size: 1.46rem;
  line-height: 1.18;
}

.regos-home .home-solution-card.is-featured p {
  font-size: 1rem;
  line-height: 1.55;
}

.home-solution-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
}

.home-solution-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-solution-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

.regos-home .home-solution-card.is-featured .btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .06);
}

.home-platform-section {
  padding: 80px 0 76px;
  background: var(--white);
}

.home-platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 88px;
  align-items: center;
  max-width: var(--content-wide);
  margin: 0 auto;
}

.home-platform-copy {
  min-width: 0;
}

.home-platform-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(35, 72, 128, .18);
  border-radius: var(--pill-radius);
  padding: 8px 15px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
}

.home-platform-section .home-platform-eyebrow {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--red);
  background: transparent;
  font-size: .78rem;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-platform-section .home-platform-eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  border-radius: var(--pill-radius);
  background: var(--red);
}

.regos-home .home-platform-title {
  margin-bottom: 28px;
}

.regos-home .home-platform-title h2 {
  max-width: 740px;
  margin-bottom: 16px;
  font-size: var(--block-title-size);
  line-height: var(--block-title-line);
}

.regos-home .home-platform-title p {
  max-width: 690px;
  margin-right: 0;
  margin-left: 0;
  font-weight: 500;
}

.home-platform-fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  max-width: 680px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.home-platform-fit-list li {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 9px 0 9px 26px;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.38;
}

.home-platform-fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

.home-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.home-platform-board {
  position: relative;
  display: grid;
  gap: 20px;
  min-width: 0;
  overflow: hidden;
  padding: 30px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: linear-gradient(145deg, #293f68 0%, #1c2f52 58%, #182946 100%);
  box-shadow: 0 22px 50px rgba(25, 43, 74, .18);
}

.home-platform-board::before {
  display: none;
}

.home-platform-board__top {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.home-platform-board__top span {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-platform-board__top strong {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.18;
}

.home-platform-flow {
  display: grid;
  gap: 10px;
}

.home-platform-flow__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

.home-platform-flow__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.home-platform-flow__item.is-core {
  color: var(--white);
  background: rgba(255, 255, 255, .045);
}

.home-platform-flow__num {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-weight: 800;
  line-height: 1;
}

.home-platform-flow__item.is-core .home-platform-flow__num {
  background: var(--blue);
}

.home-platform-flow__item h3 {
  margin-bottom: 5px;
  color: inherit;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-platform-flow__item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .93rem;
  line-height: 1.45;
}

.home-platform-flow__item.is-core p {
  color: rgba(255, 255, 255, .78);
}

.home-capability-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: 34px;
  align-items: end;
  max-width: var(--content-wide);
  margin: 58px auto 0;
  padding-top: 38px;
  border-top: 1px solid rgba(80, 102, 136, .18);
}

.home-capability-head h3 {
  max-width: 520px;
  margin: 0;
  color: var(--heading);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.22;
}

.home-capability-head p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.5;
}

.home-capability-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 46px;
  max-width: var(--content-wide);
  margin: 30px auto 0;
}

.home-capability-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  min-width: 0;
  align-items: start;
  padding: 2px 0 24px;
  border-bottom: 1px solid rgba(80, 102, 136, .14);
}

.home-capability-icon {
  display: grid;
  place-items: center;
  width: 46px;
  min-height: 46px;
  border: 1px solid rgba(45, 71, 114, .12);
  border-radius: 15px;
  color: var(--blue);
  background: rgba(247, 249, 252, .92);
  font-size: 1.18rem;
  line-height: 1;
}

.home-capability-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
}

.home-capability-item h3 {
  margin-bottom: 6px;
  color: var(--heading);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.28;
}

.home-capability-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.48;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-head {
  grid-template-columns: minmax(260px, .45fr) minmax(0, .55fr);
  align-items: start;
  margin-top: 48px;
  padding: 32px 0 0;
  border-top-color: rgba(149, 17, 17, .24);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-head h3 {
  max-width: 360px;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 58px;
  margin-top: 28px;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-item {
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(80, 102, 136, .16);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-icon {
  width: 34px;
  min-height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--red);
  background: rgba(149, 17, 17, .08);
  font-size: .95rem;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-kicker {
  display: none;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-item h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-item p {
  max-width: 440px;
  font-size: .9rem;
}

.home-price-section {
  padding: 75px 0;
  color: var(--white);
  background: linear-gradient(135deg, #2d4772 0%, var(--navy) 100%);
}

.home-price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 60px;
  align-items: center;
  max-width: var(--content-wide);
}

.home-price-copy h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: var(--block-title-size);
  font-weight: 400;
  line-height: var(--block-title-line);
}

.home-price-copy p {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .9);
  font-size: var(--block-description-size);
  font-weight: var(--block-description-weight);
  line-height: var(--block-description-line);
}

.home-price-copy .btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .06);
}

.home-price-copy .btn-outline:hover,
.home-price-copy .btn-outline:focus {
  color: var(--navy);
  background: var(--white);
}

.home-arrow-link {
  gap: 9px;
}

.home-arrow-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
}

.home-price-media {
  display: grid;
  place-items: center;
}

.home-price-media img {
  width: min(100%, 460px);
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .16));
}

.home-fiscal-section {
  background: var(--gray);
}

.home-fiscal-section .home-platform-eyebrow {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--red);
  background: transparent;
  font-size: .78rem;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-fiscal-section .home-platform-eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  border-radius: var(--pill-radius);
  background: var(--red);
}

.home-fiscal-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 60px;
  align-items: center;
  max-width: var(--content-wide);
  margin: 0 auto;
}

.home-fiscal-copy {
  min-width: 0;
}

.regos-home .home-fiscal-title {
  margin-bottom: 28px;
}

.regos-home .home-fiscal-title h2 {
  max-width: 760px;
  margin-bottom: 16px;
}

.regos-home .home-fiscal-title p {
  max-width: 700px;
  margin-right: 0;
  margin-left: 0;
  font-weight: 500;
}

.home-fiscal-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  padding: 0;
  border: 0;
}

.home-fiscal-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(80, 102, 136, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.home-fiscal-item:nth-child(odd) {
  border-right: 1px solid rgba(80, 102, 136, .14);
}

.home-fiscal-item:nth-child(n+3) {
  border-top: 1px solid rgba(80, 102, 136, .14);
}

.home-fiscal-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(45, 71, 114, .12);
  border-radius: 15px;
  color: var(--blue);
  background: rgba(247, 249, 252, .92);
  font-size: 1.12rem;
}

.home-fiscal-item h3 {
  margin-bottom: 6px;
  color: var(--heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.28;
}

.home-fiscal-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .91rem;
  line-height: 1.45;
}

.home-fiscal-note {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(320px, 1.3fr);
  gap: 30px;
  align-items: center;
  max-width: var(--content-wide);
  margin: 34px auto 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(80, 102, 136, .16);
  border-bottom: 0;
}

.home-fiscal-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-fiscal-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.home-fiscal-note ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-fiscal-note li {
  position: relative;
  padding: 9px 12px 9px 28px;
  color: var(--text);
  border: 1px solid rgba(80, 102, 136, .14);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, .68);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.25;
}

.home-fiscal-note li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-section {
  background: #F8FAFC;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel {
  grid-template-columns: 1fr;
  justify-self: end;
  width: min(100%, 650px);
  gap: 0;
  padding: 2px 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item,
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:nth-child(odd),
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:nth-child(n+3) {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.has-marker {
  grid-template-columns: 40px 1fr;
  gap: 14px;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:not(:last-child) {
  border-bottom: 1px solid rgba(80, 102, 136, .16);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent,
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent:nth-child(odd),
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent:nth-child(n+3) {
  margin: 0;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-icon {
  width: 40px;
  height: 40px;
  color: var(--blue);
  border: 1px solid rgba(80, 102, 136, .18);
  border-radius: 50%;
  background: var(--white);
  font-size: 1rem;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-icon--number {
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent .home-fiscal-icon {
  color: var(--red);
  border-color: rgba(149, 17, 17, .16);
  background: #FFF8F8;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item h3 {
  margin-bottom: 5px;
  color: var(--heading);
  font-size: 1rem;
  font-weight: 700;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item p {
  max-width: 520px;
  color: var(--muted);
  font-size: .94rem;
}

@media (min-width: 992px) {
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel.is-plain {
    margin-left: auto;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel.is-plain .home-fiscal-item {
    justify-items: end;
    text-align: right;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel.is-plain .home-fiscal-item h3,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel.is-plain .home-fiscal-item p {
    margin-left: auto;
  }
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-note {
  gap: 30px;
  padding-top: 20px;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-note ul {
  display: grid;
  gap: 8px;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-note li {
  padding: 0 0 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-weight: 500;
  line-height: 1.4;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-note li::before {
  left: 0;
  width: 5px;
  height: 5px;
  background: rgba(35, 72, 128, .62);
}

.home-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--content-wide);
  margin: 0 auto;
  border: 0;
}

.home-product-grid,
.home-module--products {
  margin-top: 0;
  margin-bottom: 34px;
}

.home-equipment-grid--support {
  margin-top: 36px;
  margin-bottom: 34px;
}

.home-equipment-card {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 15px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(80, 102, 136, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
}

.home-equipment-card:not(:last-child) {
  border-right: 1px solid rgba(80, 102, 136, .14);
}

.home-equipment-num {
  display: block;
  margin: 0 0 4px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
}

.home-equipment-icon {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 2px 0 0;
  border: 1px solid rgba(45, 71, 114, .12);
  border-radius: 15px;
  color: var(--blue);
  background: rgba(247, 249, 252, .92);
  font-size: 1.12rem;
  line-height: 1;
}

.home-equipment-card h3 {
  margin-bottom: 0;
  color: var(--heading);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.28;
}

.home-equipment-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-grid--support {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(80, 102, 136, .16);
  border-bottom: 1px solid rgba(80, 102, 136, .16);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card,
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:not(:last-child),
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:nth-child(odd),
.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:nth-child(n+3) {
  display: block;
  padding: 4px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:not(:last-child) {
  border-right: 1px solid rgba(80, 102, 136, .16);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-icon {
  display: none;
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-num {
  color: rgba(149, 17, 17, .72);
}

.regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-module--products .addtocart-area {
  display: none !important;
}

.home-ecosystem-section {
  color: var(--white);
  background: linear-gradient(135deg, #2d4772 0%, var(--navy) 100%);
}

.home-ecosystem-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
  max-width: var(--content-wide);
}

.home-ecosystem-copy {
  min-width: 0;
}

.regos-home .home-ecosystem-title {
  margin-bottom: 28px;
}

.regos-home .home-ecosystem-title h2 {
  color: var(--white);
}

.regos-home .home-ecosystem-title p {
  max-width: 580px;
  margin-right: 0;
  margin-left: 0;
  color: rgba(255, 255, 255, .82);
}

.home-ecosystem-section .home-platform-eyebrow {
  color: var(--white);
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
}

.home-ecosystem-section .btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .06);
}

.home-ecosystem-stack {
  display: grid;
  gap: 0;
  min-width: 0;
}

.home-ecosystem-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  background: transparent;
}

.home-ecosystem-card.is-featured {
  margin-bottom: 8px;
  padding: 28px;
  color: var(--navy);
  border-top: 0;
  border-radius: var(--surface-radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.home-ecosystem-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  font-size: 1.8rem;
}

.home-ecosystem-card.is-featured .home-ecosystem-icon {
  color: var(--blue);
  background: var(--blue-soft);
}

.home-ecosystem-card h3 {
  margin-bottom: 8px;
  color: inherit;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-ecosystem-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .96rem;
  line-height: 1.5;
}

.home-ecosystem-card.is-featured p {
  color: var(--muted);
}

.home-services-section {
  background: var(--white);
}

.home-services-title {
  max-width: 900px;
}

.home-service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: var(--content-wide);
  margin: 0 auto;
  border-top: 1px solid rgba(80, 102, 136, .18);
  border-bottom: 1px solid rgba(80, 102, 136, .18);
}

.home-service-step {
  min-width: 0;
  min-height: 0;
  padding: 30px 28px 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-service-step:not(:last-child) {
  border-right: 1px solid rgba(80, 102, 136, .18);
}

.home-service-step__num {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 800;
  line-height: 1;
}

.home-service-step h3 {
  margin-bottom: 10px;
  color: var(--heading);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.25;
}

.home-service-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.5;
}

.home-service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  max-width: var(--content-wide);
  margin: 34px auto 0;
  padding: 30px 36px;
  color: var(--white);
  border-radius: var(--surface-radius);
  background: #A63A40;
  box-shadow: 0 18px 34px rgba(74, 27, 31, .16);
}

.home-service-cta h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.24;
}

.home-service-cta p {
  max-width: 820px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .96);
  font-size: 1rem;
  line-height: 1.5;
}

.home-service-cta .btn-outline {
  min-width: 220px;
  color: var(--white);
  border-color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .12);
}

.home-service-cta .btn-outline:hover,
.home-service-cta .btn-outline:focus {
  color: #8F2428;
  border-color: var(--white);
  background: var(--white);
}

.regos-home .home-module--products,
.regos-home .home-module--blog,
.regos-home .home-module--news {
  max-width: var(--content-wide);
  margin: 0 auto;
}

.regos-home .home-module--products .vmproduct.productdetails,
.home-product-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
}

.regos-home .home-module--blog .sppb-addon-articles .row,
.regos-home .home-module--news .sppb-addon-articles .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.regos-home .home-module--products .vmproduct.productdetails::before,
.regos-home .home-module--products .vmproduct.productdetails::after,
.regos-home .home-module--blog .sppb-addon-articles .row::before,
.regos-home .home-module--blog .sppb-addon-articles .row::after,
.regos-home .home-module--news .sppb-addon-articles .row::before,
.regos-home .home-module--news .sppb-addon-articles .row::after {
  display: none;
}

.regos-home .home-module--products .products.product-list-style,
.regos-home .home-module--blog .sppb-addon-articles [class*="col-"],
.regos-home .home-module--news .sppb-addon-articles [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
}

.regos-home .home-module--blog .sppb-addon-article,
.regos-home .home-module--news .sppb-addon-article {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(80, 102, 136, .14);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.regos-home .home-module--blog .sppb-addon-article,
.regos-home .home-module--news .sppb-addon-article {
  color: var(--text);
}

.regos-home .home-module--blog .sppb-article-img-wrap,
.regos-home .home-module--news .sppb-article-img-wrap {
  display: block;
  background: #F7F9FC;
}

.regos-home .home-module--blog .sppb-addon-article img,
.regos-home .home-module--news .sppb-addon-article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.regos-home .home-module--blog .sppb-article-info-wrap,
.regos-home .home-module--news .sppb-article-info-wrap {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 18px;
}

.regos-home .home-module--blog .sppb-article-meta,
.regos-home .home-module--news .sppb-article-meta {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.3;
}

.regos-home .home-module--blog .sppb-addon-article h3,
.regos-home .home-module--news .sppb-addon-article h3 {
  display: -webkit-box;
  min-height: 2.65em;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--heading);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.regos-home .home-module--blog .sppb-addon-article h3 a,
.regos-home .home-module--news .sppb-addon-article h3 a {
  color: inherit;
  text-decoration: none;
}

.regos-home .home-module--blog .sppb-article-introtext,
.regos-home .home-module--news .sppb-article-introtext {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 1rem;
  line-height: var(--block-item-text-line);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-trust-section {
  background: var(--gray);
}

.home-trust-section .client-stories + .client-logo-slider {
  margin-top: 38px;
}

.client-stories {
  max-width: var(--content-wide);
  margin: 0 auto;
}

.regos-page .client-stories__track {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 4px 2px 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
  list-style: none;
}

.client-story {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  scroll-snap-align: start;
}

.client-story__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding: 16px 28px;
}

.regos-page .client-story__brand img {
  width: 100%;
  max-width: 180px;
  height: 100%;
  object-fit: contain;
}

.regos-page .client-story__play {
  display: block;
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
  text-decoration: none;
}

.client-story__play::after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .62));
  pointer-events: none;
}

.regos-page .client-story__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.client-story__play-icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding-left: 4px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background: rgba(32, 42, 61, .65);
  transition: background .2s ease;
}

.client-story__play:hover .client-story__play-icon,
.client-story__play:focus-visible .client-story__play-icon { background: var(--blue); }
.client-story__play:hover .client-story__poster { transform: scale(1.025); }

.client-story__watch,
.client-story__duration {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  font-size: .82rem;
  line-height: 1.4;
}
.client-story__watch { left: 14px; font-weight: 500; }
.client-story__duration { right: 12px; padding: 2px 6px; border-radius: 5px; background: rgba(0, 0, 0, .45); font-variant-numeric: tabular-nums; }
.client-story__caption { padding: 17px 18px 19px; }
.regos-page .client-story__caption h3 { margin: 0 0 4px; font-size: 1.08rem; font-weight: 500; line-height: 1.3; color: var(--heading); }
.regos-page .client-story__caption p { margin: 0; font-size: .82rem; line-height: 1.45; color: var(--muted); }

.client-stories__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 24px auto 0;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: var(--pill-radius);
  background: var(--white);
  box-shadow: 0 4px 14px rgba(31, 42, 68, .04);
}
.client-stories__controls[hidden],
.client-video-dialog__error[hidden] { display: none; }
.client-stories__controls button,
.client-video-dialog__close {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--heading);
  background: var(--white);
  cursor: pointer;
}
.client-stories__controls button {
  width: 48px;
  height: 48px;
  border: 0;
  color: var(--white);
  background: var(--navy);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.client-stories__controls button svg { transition: transform .2s ease; }
.client-stories__controls button:hover:not(:disabled) { background: var(--blue); box-shadow: 0 3px 9px rgba(35, 72, 128, .18); }
.client-stories__controls [data-client-prev]:hover:not(:disabled) svg { transform: translateX(-2px); }
.client-stories__controls [data-client-next]:hover:not(:disabled) svg { transform: translateX(2px); }
.client-stories__controls button:active:not(:disabled) { background: var(--navy-deep); box-shadow: none; }
.client-stories__controls button:disabled { color: #a0adbf; background: var(--gray); cursor: default; }
.client-stories__position { min-width: 92px; padding: 0 8px; text-align: center; font-size: .88rem; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--heading); }
.client-stories :focus-visible { outline: 3px solid #5483c5; outline-offset: 3px; }
.client-story__play:focus-visible { outline-offset: -4px; }

.regos-page .client-video-dialog {
  width: min(440px, calc(100vw - 24px));
  max-width: none;
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: #151922;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
}
.client-video-dialog::backdrop { background: rgba(12, 18, 30, .82); }
.client-video-dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 14px 10px 20px; }
.regos-page .client-video-dialog__header h3 { margin: 0; color: #fff; font-size: 1rem; font-weight: 500; }
.client-video-dialog__close { width: 40px; height: 40px; background: rgba(255, 255, 255, .1); border-color: transparent; color: #fff; }
.client-video-dialog__close:hover { background: rgba(255, 255, 255, .2); }
.client-video-dialog video { display: block; width: 100%; height: min(76vh, 740px); height: min(76dvh, 740px); object-fit: contain; background: #000; }
.regos-page .client-video-dialog__error { margin: 0; padding: 16px 20px; font-size: .9rem; }
.client-video-dialog__error a { text-decoration: underline; }

@media (max-width: 1100px) {
  .client-story { flex-basis: calc((100% - 48px) / 3); }
}
@media (max-width: 850px) {
  .client-story { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 575px) {
  .regos-page .client-stories__track { gap: 16px; }
  .client-story { flex-basis: 84%; }
  .client-story__brand { height: 76px; }
  .client-stories__controls { margin-top: 16px; }
  .home-trust-section .client-stories + .client-logo-slider { margin-top: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .client-story__poster, .client-story__play-icon, .client-stories__controls button, .client-stories__controls button svg { transition: none; }
  .client-story__play:hover .client-story__poster { transform: none; }
}

.home-trust-section .client-logo-slider::before {
  background: linear-gradient(90deg, var(--gray) 0%, rgba(247, 249, 252, 0) 100%);
}

.home-trust-section .client-logo-slider::after {
  background: linear-gradient(270deg, var(--gray) 0%, rgba(247, 249, 252, 0) 100%);
}

.home-blog-section,
.home-news-section {
  background: var(--white);
}

.home-lead-section {
  padding: 64px 0;
  color: var(--white);
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}

.regos-home .lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(380px, 460px);
  justify-content: space-between;
  gap: 72px;
  align-items: center;
  max-width: var(--content-wide);
}

.regos-home .lead-copy h2 {
  max-width: 640px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: var(--block-title-size);
  font-weight: 400;
  line-height: var(--block-title-line);
  overflow-wrap: anywhere;
}

.regos-home .lead-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, .78);
  font-size: var(--block-description-size);
  font-weight: 400;
  line-height: var(--block-description-line);
}

.regos-home .lead-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 14px;
}

.regos-home .lead-contact-button {
  display: inline-grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--pill-radius);
  padding: 8px 17px 8px 9px;
  color: var(--white);
  background: rgba(255, 255, 255, .06);
  line-height: 1.1;
  text-decoration: none !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.regos-home .lead-contact-button i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  font-size: 17px;
}

.regos-home .lead-contact-button--phone i {
  background: var(--red);
  box-shadow: 0 14px 28px rgba(149, 17, 17, .2);
}

.regos-home .lead-contact-button--telegram i {
  background: #2AABEE;
  box-shadow: 0 14px 28px rgba(42, 171, 238, .2);
}

.regos-home .lead-contact-button span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.regos-home .lead-contact-button small {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.15;
}

.regos-home .lead-contact-button strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.12;
  white-space: nowrap;
}

.regos-home .lead-contact-button:hover,
.regos-home .lead-contact-button:focus {
  border-color: rgba(255, 255, 255, .34);
  color: var(--white);
  background: rgba(255, 255, 255, .13);
  outline: none;
  transform: translateY(-1px);
}

.regos-home .lead-contact-button:hover strong,
.regos-home .lead-contact-button:focus strong {
  color: var(--white);
}

.regos-home .lead-copy .home-lead-hours,
.regos-home .lead-copy .home-lead-channel-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .74);
  font-size: .94rem;
  font-weight: 400;
  line-height: 1.45;
}

.regos-home .lead-copy .home-lead-hours i {
  color: rgba(255, 255, 255, .82);
  font-size: .94rem;
}

.regos-home .lead-copy .home-lead-note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-weight: 400;
}

.regos-home .lead-form-shell {
  justify-self: end;
  width: 100%;
  max-width: 460px;
  min-width: 0;
  padding: 26px;
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  color: var(--text);
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--shadow);
}

.regos-home .lead-form-shell .mod-custom,
.regos-home .lead-form-shell #message,
.regos-home .lead-form-shell #contact-form,
.regos-home .lead-form-shell .controls {
  margin: 0;
}

.regos-home .lead-form-shell .controls {
  display: grid;
  gap: 14px;
}

.regos-home .lead-form-shell .row {
  margin-right: 0;
  margin-left: 0;
}

.regos-home .lead-form-shell [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.regos-home .lead-form-shell .form-group {
  margin-bottom: 0;
}

.regos-home .lead-form-shell label,
.regos-home .lead-form-shell .b24-lead-form-control-label,
.regos-home .lead-form-shell .form-check-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.regos-home .lead-form-shell input:not([type="checkbox"]):not([type="radio"]),
.regos-home .lead-form-shell textarea,
.regos-home .lead-form-shell select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--field-radius);
  padding: 12px 14px;
  color: var(--text);
  background: #FDFEFE;
  outline: 0;
}

.regos-home .lead-form-shell textarea {
  min-height: 102px;
  resize: vertical;
}

.regos-home .lead-form-shell input:focus,
.regos-home .lead-form-shell textarea:focus,
.regos-home .lead-form-shell select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(35, 72, 128, .14);
}

.regos-home .lead-form-shell .form-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  margin: 2px 0 0;
}

.regos-home .lead-form-shell .form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  accent-color: var(--red);
}

.regos-home .lead-form-shell .d-grid {
  display: grid;
}

.regos-home .lead-form-shell .text-center {
  text-align: center;
}

.regos-home .lead-form-shell .btn,
.regos-home .lead-form-shell .btn-danger,
.regos-home .lead-form-shell #button_contacts,
.regos-home .lead-form-shell #button_quiz_contacts,
.regos-home .lead-form-shell #button_callback_contacts {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: var(--control-radius);
  color: var(--white);
  background-color: var(--red) !important;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(149, 17, 17, .14);
}

@media (max-width: 1199.98px) {
  body.regos-native-home {
    --home-topbar-height: 54px;
    --home-header-total: 122px;
    --home-header-bg: rgba(255, 255, 255, .76);
  }

  .regos-home {
    --block-padding-y: 66px;
    --block-title-size: 38px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-inner {
    grid-template-columns: minmax(0, 740px);
    min-height: 680px;
    min-height: max(680px, 100svh);
    padding: calc(var(--home-header-total) + 52px) 0 76px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1 {
    max-width: 760px;
    font-size: 4.15rem;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p {
    max-width: 640px;
  }

  .regos-home .hero-copy {
    transform: translateY(-38px);
  }

  .regos-home .home-solution-grid {
    grid-template-columns: minmax(300px, .78fr) repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
  }

  .home-platform-layout,
  .home-fiscal-layout,
  .home-ecosystem-shell {
    gap: 48px;
  }

  .regos-home .home-module--products .vmproduct.productdetails,
  .home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .regos-home {
    --block-padding-y: 62px;
  }

  .regos-home .hero {
    min-height: 640px;
    min-height: max(640px, 100svh);
    padding-top: 0;
  }

  .regos-home .hero-inner,
  .home-platform-layout,
  .home-question-grid,
  .home-ecosystem-shell,
  .home-price-grid,
  .regos-home .lead-grid {
    grid-template-columns: 1fr;
  }

  .home-platform-layout {
    gap: 40px;
  }

  .home-fiscal-layout,
  .home-fiscal-note {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel {
    justify-self: stretch;
    width: 100%;
  }

  .regos-home .home-platform-title p {
    max-width: 720px;
  }

  .home-capability-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-capability-head h3,
  .home-capability-head p {
    max-width: 720px;
  }

  .home-capability-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
  }

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

  .regos-home .home-solution-card.is-featured {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .home-equipment-grid,
  .home-service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-equipment-card:not(:last-child),
  .home-service-step:not(:last-child) {
    border-right: 0;
  }

  .home-equipment-card:nth-child(odd),
  .home-service-step:nth-child(odd) {
    border-right: 1px solid rgba(80, 102, 136, .18);
  }

  .home-equipment-card:nth-child(n+3),
  .home-service-step:nth-child(n+3) {
    border-top: 1px solid rgba(80, 102, 136, .18);
  }

  .home-equipment-card,
  .home-equipment-card:not(:last-child),
  .home-equipment-card:nth-child(odd),
  .home-equipment-card:nth-child(n+3) {
    border: 1px solid rgba(80, 102, 136, .14);
  }

  .home-ecosystem-shell {
    gap: 36px;
  }

  .regos-home .home-ecosystem-title p {
    max-width: 720px;
  }

  .regos-home .home-module--products .vmproduct.productdetails,
  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .regos-home .home-module--blog .sppb-addon-articles .row,
  .regos-home .home-module--news .sppb-addon-articles .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regos-home .hero-inner {
    min-height: 640px;
    min-height: max(640px, 100svh);
    padding: calc(var(--home-header-total) + 48px) 0 72px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-inner {
    grid-template-columns: minmax(0, 660px);
    align-items: center;
    min-height: 640px;
    min-height: max(640px, 100svh);
    padding: calc(var(--home-header-total) + 48px) 0 72px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p {
    max-width: 660px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1 {
    font-size: 3.55rem;
    line-height: 1.05;
  }

  .regos-home .hero-copy {
    padding-bottom: 34px;
    transform: translateY(-24px);
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy {
    justify-self: start;
    width: min(100%, 660px);
    padding-bottom: 0;
    text-align: left;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-actions {
    justify-content: flex-start;
  }

  .regos-home .lead-grid {
    gap: 34px;
  }

  .regos-home .lead-form-shell {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  body.regos-native-home {
    --home-topbar-height: 52px;
    --home-header-total: 118px;
    --home-header-bg: rgba(255, 255, 255, .82);
  }

  .regos-home .container {
    width: calc(100% - 32px);
  }

  .regos-home .hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .78) 0%, rgba(255, 255, 255, .62) 34%, rgba(255, 255, 255, .24) 56%, rgba(255, 255, 255, 0) 76%),
      linear-gradient(90deg, rgba(255, 255, 255, .46) 0%, rgba(255, 255, 255, .18) 62%, rgba(255, 255, 255, 0) 100%);
  }

  .regos-home .hero-inner {
    min-height: 620px;
    min-height: max(620px, 100svh);
    padding: calc(var(--home-header-total) + 40px) 0 58px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 620px;
    min-height: max(620px, 100svh);
    padding: calc(var(--home-header-total) + 24px) 0 58px;
  }

  .regos-home .hero-copy h1 {
    max-width: 420px;
    font-size: 2.7rem;
    line-height: 1.06;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1 {
    max-width: 420px;
    font-size: 2.7rem;
    line-height: 1.06;
  }

  .regos-home .hero-copy p {
    max-width: 390px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p {
    max-width: 390px;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .regos-home .hero-copy {
    align-self: start;
    transform: none;
  }

  .regos-home .hero-actions {
    display: grid;
    width: min(100%, 320px);
    max-width: 320px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-actions {
    width: min(100%, 390px);
    max-width: 390px;
    margin-top: 24px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-actions .btn {
    width: 100%;
  }

  .home-price-section,
  .home-questions-section,
  .home-platform-section,
  .home-fiscal-section,
  .home-products-section,
  .home-services-section,
  .home-ecosystem-section,
  .home-trust-section,
  .home-blog-section,
  .home-news-section,
  .home-lead-section {
    padding: 52px 0;
  }

  .home-intro-section {
    padding: 56px 0 52px;
  }

  .regos-home .home-intro-title,
  .regos-home .home-intro-title p,
  .regos-home .home-questions-title,
  .regos-home .home-questions-title p,
  .regos-home .home-fiscal-title,
  .regos-home .home-fiscal-title p,
  .regos-home .home-ecosystem-title,
  .regos-home .home-ecosystem-title p,
  .regos-home .home-services-title,
  .regos-home .home-services-title p,
  .home-price-copy h2,
  .home-price-copy p,
  .regos-home .home-platform-title,
  .regos-home .home-platform-title p,
  .regos-home .lead-copy h2,
  .regos-home .lead-copy p {
    max-width: 320px;
  }

  .regos-home .hero-proof {
    justify-content: center;
  }

  .regos-home .proof-item {
    margin: 0;
    padding: 10px 14px;
  }

  .regos-home .proof-item::after {
    display: none;
  }

  .home-question-grid {
    gap: 0;
    margin-top: 26px;
    border-top: 1px solid rgba(80, 102, 136, .16);
    border-bottom: 1px solid rgba(80, 102, 136, .16);
  }

  .home-question-card {
    padding: 18px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-question-card:not(:last-child) {
    border-bottom: 1px solid rgba(80, 102, 136, .16);
  }

  .home-question-card__num {
    min-width: 28px;
    min-height: 28px;
    margin-bottom: 12px;
    color: var(--red);
    background: rgba(149, 17, 17, .08);
  }

  .home-question-card h3 {
    margin-bottom: 7px;
    font-size: 1rem;
  }

  .home-question-card p {
    font-size: .92rem;
    line-height: 1.52;
  }

  .home-platform-fit-list,
  .home-fiscal-panel,
  .home-capability-rail,
  .regos-home .home-solution-grid,
  .home-equipment-grid,
  .home-service-steps,
  .regos-home .home-module--blog .sppb-addon-articles .row,
  .regos-home .home-module--news .sppb-addon-articles .row {
    grid-template-columns: 1fr;
  }

  .regos-home .home-module--products .vmproduct.productdetails,
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regos-home .home-solution-card.is-featured {
    grid-row: auto;
    padding: 26px;
  }

  .home-equipment-card,
  .home-fiscal-item,
  .home-service-step {
    padding: 24px 0;
  }

  .home-equipment-card:nth-child(odd),
  .home-fiscal-item:nth-child(odd),
  .home-service-step:nth-child(odd),
  .home-equipment-card:nth-child(n+3),
  .home-fiscal-item:nth-child(n+3),
  .home-service-step:nth-child(n+3) {
    border-right: 0;
    border-top: 0;
  }

  .home-equipment-card:not(:last-child),
  .home-fiscal-item:not(:last-child),
  .home-service-step:not(:last-child) {
    border-bottom: 1px solid rgba(80, 102, 136, .18);
  }

  .home-equipment-grid {
    gap: 12px;
  }

  .home-equipment-card,
  .home-equipment-card:nth-child(odd),
  .home-equipment-card:nth-child(n+3),
  .home-equipment-card:not(:last-child) {
    grid-template-columns: 42px 1fr;
    gap: 7px 14px;
    padding: 16px;
    border: 1px solid rgba(80, 102, 136, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
  }

  .home-equipment-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1.05rem;
  }

  .home-fiscal-panel {
    gap: 12px;
  }

  .home-fiscal-item,
  .home-fiscal-item:nth-child(odd),
  .home-fiscal-item:nth-child(n+3),
  .home-fiscal-item:not(:last-child) {
    border: 1px solid rgba(80, 102, 136, .14);
  }

  .home-fiscal-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
  }

  .home-fiscal-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1.05rem;
  }

  .home-fiscal-note {
    gap: 18px;
    margin-top: 28px;
    padding-top: 22px;
  }

  .home-fiscal-note ul {
    display: grid;
  }

  .home-fiscal-note li {
    width: 100%;
  }

  .home-platform-board {
    padding: 22px;
  }

  .home-platform-board__top strong {
    font-size: 1.34rem;
  }

  .home-platform-flow__item {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .home-platform-flow__num {
    width: 36px;
    height: 36px;
    font-size: .82rem;
  }

  .home-platform-board::before {
    display: none;
  }

  .home-capability-head {
    margin-top: 42px;
    padding-top: 30px;
    gap: 8px;
  }

  .home-capability-head h3 {
    font-size: 1.28rem;
  }

  .home-capability-head p {
    font-size: .9rem;
    line-height: 1.45;
  }

  .home-capability-rail {
    gap: 20px;
    margin-top: 24px;
  }

  .home-capability-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding-bottom: 20px;
  }

  .home-capability-icon {
    width: 42px;
    min-height: 42px;
    border-radius: 14px;
    font-size: 1.05rem;
  }

  .home-platform-actions {
    display: grid;
    width: 100%;
  }

  .home-ecosystem-card {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 22px 0;
  }

  .home-ecosystem-card.is-featured {
    padding: 22px;
  }

  .home-ecosystem-icon {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
  }

  .home-service-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .home-service-cta .btn {
    width: 100%;
  }

  .regos-home .home-solution-card {
    min-height: 0;
    padding: 20px 0;
  }

  .regos-home .home-solution-card.is-featured {
    grid-column: auto;
    padding: 26px;
  }

  .regos-home .home-solution-card:not(.is-featured) .home-solution-card__body {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 5px 14px;
  }

  .regos-home .home-solution-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 1.05rem;
  }

  .regos-home .home-solution-card h3 {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.28;
  }

  .regos-home .home-solution-card p {
    font-size: .9rem;
    line-height: 1.45;
  }

  .regos-home .home-solution-card.is-featured .home-solution-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    font-size: 1.65rem;
  }

  .regos-home .lead-contact-actions {
    display: grid;
  }

  .regos-home .lead-contact-button {
    width: 100%;
    justify-content: start;
  }

  .regos-home .lead-form-shell {
    padding: 22px;
  }

}

@media (max-width: 991.98px) {
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-head,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-rail {
    grid-template-columns: 1fr;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-head h3,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-head p,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-item p {
    max-width: 720px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-grid--support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:nth-child(2) {
    border-right: 0;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:nth-child(n+3) {
    padding-top: 18px;
    border-top: 1px solid rgba(80, 102, 136, .16);
  }
}

@media (max-width: 575.98px) {
  .regos-home .hero-copy {
    transform: none;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-inner {
    align-items: start;
    min-height: 600px;
    min-height: max(600px, 100svh);
    padding: calc(var(--home-header-total) + 20px) 0 52px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1 {
    max-width: 350px;
    font-size: 2.32rem;
    line-height: 1.08;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-actions {
    max-width: 350px;
  }
}

@media (max-width: 767.98px) {
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-head {
    margin-top: 38px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-item {
    grid-template-columns: 34px 1fr;
    padding: 16px 0;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-capability-icon {
    width: 34px;
    min-height: 34px;
    border-radius: 50%;
    font-size: .95rem;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-panel {
    gap: 0;
    padding: 0;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:nth-child(odd),
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:nth-child(n+3),
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:not(:last-child) {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.has-marker {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item:not(:last-child) {
    border-bottom: 1px solid rgba(80, 102, 136, .16);
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent:nth-child(odd),
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent:nth-child(n+3),
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-item.is-accent:not(:last-child) {
    margin: 0;
    padding: 14px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-fiscal-icon {
    width: 38px;
    height: 38px;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-grid--support {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:not(:last-child),
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:nth-child(odd),
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:nth-child(n+3) {
    padding: 16px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .home-equipment-card:not(:last-child) {
    border-bottom: 1px solid rgba(80, 102, 136, .16);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal] {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition:
      opacity .56s cubic-bezier(.22, .61, .36, 1),
      transform .56s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--regos-reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal="left"] {
    transform: translate3d(-22px, 0, 0);
  }

  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal="right"] {
    transform: translate3d(22px, 0, 0);
  }

  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }

  body.regos-native-home.regos-reveal-ready .regos-home .article-card[data-regos-reveal].is-visible:hover,
  body.regos-native-home.regos-reveal-ready .regos-home .article-card[data-regos-reveal].is-visible:focus {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 767.98px) {
  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal],
  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal="left"],
  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal="right"] {
    transform: translate3d(0, 14px, 0);
    transition-duration: .46s;
  }

  body.regos-native-home.regos-reveal-ready .regos-home [data-regos-reveal].is-visible {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.regos-native-home .regos-home [data-regos-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Native home typography tuning: keep structure, reduce visual heaviness. */
.regos-home.regos-home-native :is(
  h3,
  .home-question-card__num,
  .home-platform-eyebrow,
  .home-platform-flow__num,
  .home-platform-flow__item h3,
  .home-platform-board__top span,
  .home-fiscal-item h3,
  .home-fiscal-note strong,
  .home-fiscal-note li,
  .home-equipment-num,
  .home-equipment-card h3,
  .home-ecosystem-card h3,
  .home-service-step__num,
  .home-service-step h3,
  .home-service-cta h3
) {
  font-weight: 600;
}

.regos-home.regos-home-native :is(
  .home-platform-title p,
  .home-fiscal-title p,
  .home-platform-fit-list li
) {
  font-weight: 400;
}

/* Native home readable copy tuning: larger text, short copy, unified rhythm. */
.regos-home.regos-home-native {
  --block-title-size: 50px;
  --block-title-line: 1.14;
  --block-description-size: 1.16rem;
  --block-description-line: 1.46;
  --block-description-weight: 400;
}

.regos-home.regos-home-native .hero-copy h1 {
  font-size: 5rem;
}

.regos-home.regos-home-native .hero-copy p {
  font-size: 1.36rem;
  line-height: 1.42;
}

.regos-home.regos-home-native .home-question-card h3 {
  font-size: 1.16rem;
  line-height: 1.24;
}

.regos-home.regos-home-native .home-question-card p,
.regos-home.regos-home-native .home-solution-card p,
.regos-home.regos-home-native .home-platform-flow__item p,
.regos-home.regos-home-native .home-capability-item p,
.regos-home.regos-home-native .home-fiscal-item p,
.regos-home.regos-home-native .home-equipment-card p,
.regos-home.regos-home-native .home-ecosystem-card p,
.regos-home.regos-home-native .home-service-step p {
  font-size: 1.02rem;
  line-height: 1.44;
}

.regos-home.regos-home-native .home-solution-card h3,
.regos-home.regos-home-native .home-service-step h3 {
  font-size: 1.26rem;
  line-height: 1.2;
}

.regos-home.regos-home-native .home-solution-card.is-featured h3 {
  font-size: 1.62rem;
  line-height: 1.14;
}

.regos-home.regos-home-native .home-solution-card.is-featured p,
.regos-home.regos-home-native .home-fiscal-note p,
.regos-home.regos-home-native .home-service-cta p {
  font-size: 1.08rem;
  line-height: 1.44;
}

.regos-home.regos-home-native .home-solution-points li,
.regos-home.regos-home-native .home-fiscal-note li {
  font-size: .98rem;
}

.regos-home.regos-home-native .home-platform-fit-list li {
  font-size: 1.08rem;
}

.regos-home.regos-home-native .home-platform-board__top strong {
  font-size: 1.8rem;
}

.regos-home.regos-home-native .home-platform-flow__item h3,
.regos-home.regos-home-native .home-equipment-card h3 {
  font-size: 1.14rem;
  line-height: 1.22;
}

.regos-home.regos-home-native .home-capability-head h3 {
  font-size: 1.72rem;
}

.regos-home.regos-home-native .home-capability-head p {
  font-size: 1.06rem;
}

.regos-home.regos-home-native .home-capability-item h3,
.regos-home.regos-home-native .home-fiscal-item h3 {
  font-size: 1.14rem;
  line-height: 1.22;
}

.regos-home.regos-home-native .home-fiscal-note strong {
  font-size: 1.34rem;
}

.regos-home.regos-home-native .home-ecosystem-card h3 {
  font-size: 1.28rem;
}

.regos-home.regos-home-native .home-service-cta h3 {
  font-size: 1.44rem;
}

@media (max-width: 1199.98px) {
  .regos-home.regos-home-native {
    --block-title-size: 44px;
    --block-description-size: 1.12rem;
  }

  .regos-home.regos-home-native .hero-media img {
    object-position: center center;
  }

  .regos-home.regos-home-native .hero-media--video-desktop {
    display: none;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p {
    max-width: 560px;
  }

  .regos-home.regos-home-native .hero-copy h1 {
    font-size: 4.15rem;
  }

  .regos-home.regos-home-native .hero-copy p {
    font-size: 1.24rem;
  }
}

@media (max-width: 991.98px) {
  .regos-home.regos-home-native {
    --block-title-size: 40px;
    --block-description-size: 1.08rem;
  }

  .regos-home.regos-home-native .hero-media img {
    object-position: center center;
  }

  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy h1,
  .regos-home:is([data-regos-native-home="ru"], [data-regos-native-home="uz"]) .hero-copy p {
    max-width: 520px;
  }

  .regos-home.regos-home-native .hero-copy h1 {
    font-size: 3.52rem;
  }

  .regos-home.regos-home-native .hero-copy p {
    font-size: 1.14rem;
  }
}

@media (max-width: 767.98px) {
  .regos-home.regos-home-native {
    --block-title-size: 34px;
    --block-title-line: 1.16;
    --block-description-size: 1.04rem;
  }

  .regos-home.regos-home-native .hero-media img {
    object-position: 58% top;
  }

  .regos-home.regos-home-native .hero-media--video-mobile {
    display: block;
    object-position: 58% top;
  }

  .regos-home.regos-home-native .hero-copy h1 {
    font-size: 2.72rem;
  }

  .regos-home.regos-home-native .hero-copy p,
  .regos-home.regos-home-native .home-question-card p,
  .regos-home.regos-home-native .home-solution-card p,
  .regos-home.regos-home-native .home-platform-flow__item p,
  .regos-home.regos-home-native .home-capability-item p,
  .regos-home.regos-home-native .home-fiscal-item p,
  .regos-home.regos-home-native .home-equipment-card p,
  .regos-home.regos-home-native .home-ecosystem-card p,
  .regos-home.regos-home-native .home-service-step p {
    font-size: 1rem;
  }

  .regos-home.regos-home-native .home-question-card h3,
  .regos-home.regos-home-native .home-solution-card h3,
  .regos-home.regos-home-native .home-platform-flow__item h3,
  .regos-home.regos-home-native .home-capability-item h3,
  .regos-home.regos-home-native .home-fiscal-item h3,
  .regos-home.regos-home-native .home-equipment-card h3,
  .regos-home.regos-home-native .home-service-step h3 {
    font-size: 1.12rem;
  }

  .regos-home.regos-home-native .home-capability-head h3 {
    font-size: 1.42rem;
  }
}

@media (max-width: 575.98px) {
  .regos-home.regos-home-native {
    --block-title-size: 31px;
    --block-description-size: 1rem;
  }

  .regos-home.regos-home-native .hero-media img {
    object-position: 58% top;
  }

  .regos-home.regos-home-native .hero-copy h1 {
    font-size: 2.32rem;
  }

  .regos-home.regos-home-native .hero-copy p {
    font-size: 1.04rem;
  }
}
