:root {
  --bg: #ffe61d;
  --surface: #ffffff;
  --surface-soft: #fffbdc;
  --surface-strong: #333333;
  --text: #333333;
  --muted: #6f6f6f;
  --line: #f0d500;
  --green: #ffe61d;
  --green-dark: #d63d26;
  --green-light: #fff173;
  --blue: #444444;
  --yellow: #ffe61d;
  --shadow: 0 24px 70px rgba(51, 51, 51, 0.12);
  --radius: 8px;
  --container: 1180px;
  --hero-heading-size: clamp(34px, 5.6vw, 62px);
  --card-heading-size: clamp(24px, 2.4vw, 32px);
  --section-heading-size: var(--card-heading-size);
  --item-heading-size: 22px;
  --label-size: 13px;
  --copy-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #ffe61d 0%, #fff173 420px, #fff7b6 780px, #fffdf0 1180px),
    var(--bg);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--container), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  padding: 14px 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  position: absolute;
  inset: 0 50%;
  z-index: -1;
  width: 100vw;
  background: rgba(255, 230, 29, 0.9);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  content: "";
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 250px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #333333;
  background: linear-gradient(135deg, var(--green-dark), var(--yellow));
  box-shadow: 0 12px 30px rgba(214, 61, 38, 0.22);
}

.brand-text {
  font-size: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  transition: color 0.2s ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--green-dark);
}

.connect-chat-notice {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 50;
  width: min(360px, calc(100% - 32px));
  padding: 14px 16px;
  border: 1px solid rgba(51, 51, 51, 0.16);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}

.connect-chat-notice[hidden] {
  display: none;
}

.header-phone {
  padding: 11px 16px;
  border: 1px solid rgba(214, 61, 38, 0.22);
  border-radius: var(--radius);
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.hero,
.section,
.trust-strip,
.legal-hero,
.legal-layout,
.accreditation-callout,
.accreditation-tree,
.contact-section,
.site-footer {
  width: min(var(--container), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 56px 0 72px;
}

.hero-home {
  position: relative;
  isolation: isolate;
  width: 100%;
  grid-template-columns: minmax(0, 720px);
  gap: 0;
  min-height: calc(100vh - 76px);
  padding-right: max(20px, calc((100% - var(--container)) / 2));
  padding-left: max(20px, calc((100% - var(--container)) / 2));
  background:
    linear-gradient(90deg, rgba(255, 230, 29, 1) 0%, rgba(255, 230, 29, 0.99) 44%, rgba(255, 235, 58, 0.88) 56%, rgba(255, 241, 115, 0.46) 72%, rgba(255, 241, 115, 0.12) 86%, rgba(255, 241, 115, 0) 100%),
    url("../../_external/cdn-ru.bitrix24.ru/b16315294/landing/d68/d68af9d1e5a7998d8410460fe0c4d4ef/089A0960_2x.jpg");
  background-color: #ffe61d;
  background-position: center, calc(100% + 220px) center;
  background-repeat: no-repeat;
  background-size: cover, auto 100%;
}

.hero-home::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(255, 247, 182, 0), #fff7b6);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero-home .hero-content {
  max-width: 560px;
}

.hero-home .hero-lead {
  max-width: 560px;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin: 0;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 230, 29, 0.08), rgba(51, 51, 51, 0.12));
  content: "";
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: var(--hero-heading-size);
  line-height: 0.98;
  font-weight: 800;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 0;
  font-size: var(--section-heading-size);
  line-height: 1.05;
  font-weight: 800;
  overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 12px;
  font-size: var(--item-heading-size);
  line-height: 1.2;
  font-weight: 800;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: var(--copy-size);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: var(--green-dark);
  box-shadow: 0 18px 40px rgba(214, 61, 38, 0.24);
}

.button-secondary {
  color: var(--surface-strong);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.16);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius);
  color: #333333;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: var(--shadow);
}

.panel-topline,
.hero-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-topline {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
}

.panel-topline strong {
  color: var(--green-dark);
}

.system-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.system-node {
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #fff8d6;
  color: #333333;
  font-weight: 800;
}

.system-node.primary {
  color: #333333;
  background: #ffe61d;
  border-color: rgba(214, 61, 38, 0.22);
}

.integration-visual {
  position: relative;
  min-height: 360px;
  margin-bottom: 28px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 230, 29, 0.22), rgba(255, 255, 255, 0.78) 44%, rgba(214, 61, 38, 0.08)),
    #fffdf0;
  overflow: hidden;
}

.integration-visual::before,
.integration-visual::after {
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(214, 61, 38, 0.12);
  border-radius: 50%;
  content: "";
}

.integration-visual::after {
  inset: 76px;
  border-color: rgba(51, 51, 51, 0.1);
}

.integration-ring {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background:
    conic-gradient(from 225deg, rgba(214, 61, 38, 0), rgba(214, 61, 38, 0.42), rgba(255, 230, 29, 0.55), rgba(214, 61, 38, 0));
  opacity: 0.58;
  mask: radial-gradient(circle, transparent 56%, #000 57%, #000 60%, transparent 61%);
}

.integration-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 148px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(214, 61, 38, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(51, 51, 51, 0.12);
  text-align: center;
  transform: translate(-50%, -50%);
}

.integration-core .brand-mark {
  margin-bottom: 8px;
}

.integration-core strong {
  line-height: 1.15;
}

.integration-core small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.integration-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 110px;
  max-width: 154px;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(51, 51, 51, 0.12);
  color: #333333;
  font-size: 13px;
  font-weight: 800;
}

.integration-chip img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.integration-chip.text-chip {
  background: #fff8d6;
}

.integration-chip.text-chip strong {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 32px;
  border-radius: 7px;
  color: #ffffff;
  background: var(--green-dark);
  font-size: 12px;
  line-height: 1;
}

.integration-chip.text-chip span {
  line-height: 1.1;
}

.chip-1 {
  top: 26px;
  left: 30px;
}

.chip-2 {
  top: 42px;
  right: 24px;
}

.chip-3 {
  right: 42px;
  bottom: 52px;
}

.chip-4 {
  bottom: 34px;
  left: 32px;
}

.chip-5 {
  top: 142px;
  left: 10px;
}

.chip-6 {
  top: 126px;
  right: 6px;
}

.chip-7 {
  bottom: 116px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-metrics {
  padding-top: 22px;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.hero-metrics div {
  display: grid;
  gap: 4px;
}

.hero-metrics strong {
  font-size: 34px;
  line-height: 1;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 13px;
}

.partner-showcase {
  width: 100%;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  padding: 64px 20px 68px;
  background: #ffffff;
}

.partner-showcase-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 14px;
  text-align: center;
}

.partner-showcase-heading .eyebrow {
  margin-bottom: 0;
}

.partner-showcase-heading h2 {
  max-width: 760px;
  font-size: var(--section-heading-size);
}

.partner-showcase-heading p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.partner-cloud {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 180px);
  grid-auto-rows: 104px;
  justify-content: center;
  align-items: center;
  gap: 18px 18px;
  min-height: auto;
  max-width: 980px;
  margin: 0 auto;
}

.partner-mark,
.partner-contour {
  display: grid;
  place-items: center;
  width: 180px;
  min-width: 0;
  height: 104px;
  min-height: 104px;
  padding: 0;
  border: 1px solid rgba(51, 51, 51, 0.05);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(51, 51, 51, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-mark:hover,
.partner-contour:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 66px rgba(51, 51, 51, 0.12);
}

.partner-mark img {
  display: block;
  width: 100%;
  max-width: 136px;
  height: 58px;
  object-fit: contain;
  filter: contrast(1.05);
  opacity: 0.96;
}

.partner-mark-1c {
  grid-row: 1;
  grid-column: 3;
}

.partner-mark-yandex-360 {
  grid-row: 1;
  grid-column: 2;
}

.partner-mark-yandex-cloud {
  grid-row: 1;
  grid-column: 4;
  width: 180px;
}

.partner-mark-bitrix {
  grid-row: 2;
  grid-column: 2;
}

.partner-mark-evotor {
  grid-row: 2;
  grid-column: 4;
}

.partner-mark-atol {
  grid-row: 2;
  grid-column: 3;
}

.partner-mark-yandex-cloud img {
  width: 168px;
  max-width: 168px;
  height: auto;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.2);
}

.partner-mark-yandex-360 img {
  max-width: 136px;
  height: 36px;
}

.partner-contour {
  color: rgba(51, 51, 51, 0.74);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.partner-contour img {
  display: block;
  width: auto;
  max-width: 144px;
  max-height: 64px;
  height: auto;
  object-fit: contain;
  filter: contrast(1.06);
}

.partner-contour-chz img {
  width: 152px;
  max-width: 152px;
  max-height: 64px;
  filter: grayscale(1) contrast(1.18);
  transform: translateX(22px);
}

.partner-contour-piot img {
  width: 74px;
  max-width: 74px;
  max-height: 74px;
  filter: grayscale(1) contrast(1.18);
}

.partner-contour-egais img {
  width: 144px;
  max-width: 144px;
  max-height: 54px;
}

.partner-contour-chz {
  grid-row: 1;
  grid-column: 1;
}

.partner-contour-piot {
  grid-row: 3;
  grid-column: 3;
}

.partner-contour-egais {
  grid-row: 1;
  grid-column: 5;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 86px;
  border: 1px solid rgba(51, 51, 51, 0.14);
  border-radius: var(--radius);
  background: rgba(51, 51, 51, 0.14);
}

.trust-strip span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 18px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #444444;
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 52px 0;
}

.legal-hero + .section {
  margin-top: 14px;
  padding-top: 24px;
}

.section + .section,
.section + .contact-section {
  margin-top: 18px;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 56px;
  align-items: start;
}

.section-heading {
  max-width: 540px;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h1 + p,
.section-heading h2 + p {
  margin-top: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.06);
}

.home-directions {
  padding: 18px 0 0;
}

.home-directions .section-heading {
  max-width: 820px;
}

.home-directions .section-heading p:last-child {
  max-width: 720px;
  color: var(--muted);
}

.business-scenario-list {
  display: grid;
  gap: 12px;
}

.business-scenario-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius);
  background: #fff8d6;
  border: 1px solid rgba(51, 51, 51, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.business-scenario-row:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 61, 38, 0.34);
  background: #fff173;
}

.business-scenario-row img {
  display: block;
  width: 190px;
  height: 132px;
  object-fit: contain;
}

.business-scenario-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: var(--label-size);
  font-weight: 800;
  text-transform: uppercase;
}

.business-scenario-row strong {
  display: block;
  margin-bottom: 12px;
  color: #333333;
  font-size: var(--card-heading-size);
  font-weight: 800;
  line-height: 1.12;
}

.business-scenario-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.automation-section {
  padding: 58px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: var(--shadow);
}

.automation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.automation-grid article {
  min-height: 260px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff8d6;
  border: 1px solid rgba(214, 61, 38, 0.15);
}

.own-products span {
  display: block;
  margin-bottom: 44px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.automation-grid p,
.onec-copy p,
.own-products p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card p,
.start-step-row p,
.contact-section p {
  margin-bottom: 0;
  color: var(--muted);
}

.software-section {
  padding: 54px;
  border-radius: var(--radius);
  background: #ffffff;
  color: #333333;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: var(--shadow);
}

.platforms-section {
  padding: 44px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: var(--shadow);
}

.platforms-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
}

.platform-card {
  min-height: 250px;
  padding: 26px;
  border-radius: var(--radius);
  background: #fff8d6;
  border: 1px solid rgba(214, 61, 38, 0.15);
}

.platform-card.featured {
  background: #ffe61d;
}

.platform-card span {
  display: block;
  margin-bottom: 30px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-card h3 {
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.platform-card p {
  color: var(--muted);
}

.platform-card a {
  color: var(--green-dark);
  font-weight: 800;
}

.software-section .eyebrow {
  color: var(--green-dark);
}

.solution-heading {
  max-width: 920px;
}

.solution-heading h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: var(--section-heading-size);
  line-height: 1.08;
}

.solution-heading p {
  max-width: 860px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--copy-size);
}

.product-list {
  display: grid;
  gap: 10px;
}

.product-row {
  display: grid;
  grid-template-columns: 130px minmax(210px, 0.45fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px 20px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #fff8d6;
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-row:hover {
  transform: translateX(3px);
  background: #fff173;
}

.product-row span:last-child {
  color: var(--muted);
}

.solution-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.solution-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 8px 24px;
  align-items: start;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #fff8d6;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.solution-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 61, 38, 0.32);
  background: #fff173;
}

.solution-card.featured {
  background: #ffe61d;
}

.solution-card-media {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  grid-row: 1 / span 3;
  grid-column: 1;
  margin: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.solution-card-media svg {
  display: block;
  width: 74px;
  height: 74px;
}

.solution-icon-line,
.solution-icon-accent {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.solution-icon-line {
  stroke: #333333;
}

.solution-icon-accent {
  stroke: var(--green-dark);
}

.solution-icon-fill {
  fill: rgba(255, 230, 29, 0.78);
  stroke: #333333;
  stroke-linejoin: round;
  stroke-width: 5;
}

.solution-icon-dot {
  fill: var(--green-dark);
}

.solution-card > span {
  display: block;
  grid-column: 2;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: var(--label-size);
  font-weight: 800;
  text-transform: uppercase;
}

.solution-card strong {
  display: block;
  grid-column: 2;
  margin-bottom: 14px;
  color: #333333;
  font-size: var(--card-heading-size);
  font-weight: 800;
  line-height: 1.12;
}

.solution-card p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
}

.solution-registry-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  grid-column: 2;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.solution-rights-line {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 10px 14px;
  grid-column: 2;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.solution-registry-line span {
  color: var(--muted);
  font-size: var(--label-size);
  font-weight: 800;
  text-transform: uppercase;
}

.solution-rights-line span {
  color: var(--muted);
  font-size: var(--label-size);
  font-weight: 800;
  text-transform: uppercase;
}

.solution-rights-line p {
  margin: 0;
  color: #444444;
  font-size: 15px;
  font-weight: 700;
}

.solution-registry-line a,
.solution-card-actions a {
  color: var(--green-dark);
  font-weight: 800;
}

.solution-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 2;
  margin-top: 4px;
}

.partner-solutions {
  padding: 58px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: var(--shadow);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff8d6;
  border: 1px solid rgba(51, 51, 51, 0.12);
}

.partner-card img {
  width: auto;
  max-width: 150px;
  height: 52px;
  margin-bottom: 36px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.partner-card strong {
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.partner-card span {
  color: var(--muted);
}

.product-tag {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.onec-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 36px;
  align-items: stretch;
}

.onec-copy {
  padding: 34px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
}

.onec-copy p:last-child {
  margin-top: 22px;
  font-size: var(--copy-size);
}

.onec-list {
  display: grid;
  gap: 10px;
}

.onec-list a {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 22px;
  border-radius: var(--radius);
  background: #fff8d6;
  border: 1px solid rgba(51, 51, 51, 0.12);
  color: #333333;
  font-weight: 800;
}

.own-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.own-products-grid a {
  min-height: 220px;
  padding: 26px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.05);
}

.own-products strong {
  display: block;
  margin-bottom: 12px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.equipment-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 50px;
  align-items: start;
}

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

.equipment-grid a {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  font-size: 18px;
  font-weight: 800;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.equipment-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 61, 38, 0.35);
}

.process-section {
  border-top: 1px solid rgba(51, 51, 51, 0.14);
}

.start-steps-list {
  display: grid;
  gap: 1px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(51, 51, 51, 0.12);
}

.start-step-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 28px;
  background: #ffffff;
}

.start-step-row span {
  color: var(--red);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.start-step-row h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.18;
}

.faq-section {
  padding-top: 40px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 800;
}

.faq-list p {
  padding: 0 24px 24px;
}

.accreditation-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 36px;
  padding: 38px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #fff8d6;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.05);
}

.accreditation-callout p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}

.accreditation-tree,
.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tree-card,
.page-card {
  min-height: 200px;
  padding: 26px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.05);
}

.page-card span {
  display: block;
  margin-bottom: 26px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tree-card h2,
.page-card h2 {
  margin-bottom: 14px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.tree-card p,
.page-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-intro,
.product-media-section,
.product-details,
.product-cta {
  width: min(var(--container), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.6fr);
  gap: 28px;
  align-items: stretch;
  padding: 0 0 34px;
}

.product-intro-card,
.product-note,
.product-step,
.product-media-card,
.product-cta {
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.05);
}

.product-intro-card,
.product-note {
  padding: 30px;
}

.product-intro-card p:last-child,
.product-note p:last-child,
.product-step p:last-child,
.product-cta p:last-child {
  margin-bottom: 0;
}

.product-intro-card strong,
.product-step strong {
  color: var(--green-dark);
}

.product-note {
  background: #fff8d6;
}

.product-note ul,
.product-details ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.product-note li + li,
.product-details li + li {
  margin-top: 8px;
}

.product-media-section,
.product-details,
.product-cta {
  margin-top: 32px;
}

.product-details + .product-cta,
.product-media-section + .product-cta,
.product-intro + .product-cta {
  margin-top: 44px;
}

.product-media-section h2,
.product-details h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.product-gallery.single {
  grid-template-columns: minmax(0, 1fr);
}

.product-media-card {
  display: grid;
  grid-template-rows: minmax(0, auto) auto;
  overflow: hidden;
  margin: 0;
}

.product-media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  padding: 18px;
  background: #f7f7f7;
  object-fit: contain;
}

.product-media-card figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.product-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.product-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 18px;
  align-items: start;
  padding: 24px;
}

.product-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  grid-row: 1 / span 2;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green-dark);
  font-weight: 800;
}

.product-step h3 {
  margin-bottom: 12px;
  font-size: var(--item-heading-size);
  line-height: 1.16;
}

.product-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
}

.product-cta h2 {
  margin-bottom: 16px;
}

.product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.development-cards {
  padding-top: 20px;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.development-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 28px;
  align-items: center;
  min-height: 230px;
  padding: 34px 38px;
  border-color: rgba(51, 51, 51, 0.1);
  isolation: isolate;
}

.development-card::before {
  position: absolute;
  inset: -80px auto auto 48%;
  z-index: -1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  content: "";
}

.development-card-web {
  background: linear-gradient(135deg, #fff8d6 0%, #ffffff 62%, #ffe61d 100%);
}

.development-card-api {
  background: linear-gradient(135deg, #e9fff7 0%, #ffffff 60%, #b7f3da 100%);
}

.development-card-ai {
  background: linear-gradient(135deg, #fff0f2 0%, #ffffff 60%, #ffc2cb 100%);
}

.development-card-stack {
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 60%, #c9dbff 100%);
}

.development-card h2,
.development-card p {
  grid-column: 1;
}

.development-card h2 {
  max-width: 760px;
  margin: 0 0 10px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.development-card p {
  max-width: 760px;
  font-size: var(--copy-size);
}

.development-card-art {
  position: relative;
  grid-row: 1 / span 3;
  grid-column: 2;
  width: 168px;
  aspect-ratio: 1;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    conic-gradient(from 10deg, rgba(214, 61, 38, 0.9), rgba(255, 230, 29, 0.92), rgba(51, 51, 51, 0.78), rgba(214, 61, 38, 0.9));
  box-shadow: 0 22px 46px rgba(51, 51, 51, 0.12);
  animation: development-orbit 9s linear infinite;
}

.development-card-art i {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(51, 51, 51, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(51, 51, 51, 0.1);
}

.development-card-art i:nth-child(1) {
  top: 18px;
  left: 62px;
}

.development-card-art i:nth-child(2) {
  right: 20px;
  bottom: 34px;
}

.development-card-art i:nth-child(3) {
  bottom: 32px;
  left: 18px;
}

.development-card-api .development-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    conic-gradient(from 10deg, #08a66f, #b7f3da, #333333, #08a66f);
}

.development-card-ai .development-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    conic-gradient(from 10deg, #d63d26, #ffc2cb, #333333, #d63d26);
}

.development-card-stack .development-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    conic-gradient(from 10deg, #315bb8, #c9dbff, #333333, #315bb8);
}

.services-cards {
  padding-top: 20px;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.services-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 28px;
  align-items: center;
  min-height: 220px;
  padding: 32px 36px;
  border-color: rgba(51, 51, 51, 0.1);
  isolation: isolate;
}

.services-card::before {
  position: absolute;
  inset: -100px auto auto 48%;
  z-index: -1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  content: "";
}

.services-card h2,
.services-card p {
  grid-column: 1;
}

.services-card h2 {
  max-width: 780px;
  margin: 0 0 10px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.services-card p {
  max-width: 780px;
  font-size: var(--copy-size);
}

.services-card-art {
  position: relative;
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 156px;
  aspect-ratio: 1;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #d63d26, #ffe61d, #333333, #d63d26);
  box-shadow: 0 22px 46px rgba(51, 51, 51, 0.12);
}

.services-card-art i {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(51, 51, 51, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(51, 51, 51, 0.1);
}

.services-card-art::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  color: #333333;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(51, 51, 51, 0.12);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transform: translate(-50%, -50%);
  content: "";
}

.services-card-art i:nth-child(1) {
  top: 20px;
  left: 34px;
}

.services-card-art i:nth-child(2) {
  top: 32px;
  right: 26px;
}

.services-card-art i:nth-child(3) {
  bottom: 24px;
  left: 54px;
}

.services-card-accounting {
  background: linear-gradient(135deg, #fff8d6 0%, #ffffff 62%, #ffe61d 100%);
}

.services-card-equipment {
  background: linear-gradient(135deg, #eaf6ff 0%, #ffffff 62%, #b9dcff 100%);
}

.services-card-marking {
  background: linear-gradient(135deg, #e9fff7 0%, #ffffff 60%, #b7f3da 100%);
}

.services-card-crypto {
  background: linear-gradient(135deg, #fff0f2 0%, #ffffff 60%, #ffc2cb 100%);
}

.services-card-office {
  background: linear-gradient(135deg, #f5f0ff 0%, #ffffff 60%, #dacbff 100%);
}

.services-card-support {
  background: linear-gradient(135deg, #f2f5f7 0%, #ffffff 62%, #d7e1e8 100%);
}

.services-card-ai {
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 60%, #c9dbff 100%);
}

.services-card-equipment .services-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #2474c9, #b9dcff, #333333, #2474c9);
}

.services-card-marking .services-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #08a66f, #b7f3da, #333333, #08a66f);
}

.services-card-crypto .services-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #d63d26, #ffc2cb, #333333, #d63d26);
}

.services-card-office .services-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #6f52c2, #dacbff, #333333, #6f52c2);
}

.services-card-support .services-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #56636f, #d7e1e8, #333333, #56636f);
}

.services-card-ai .services-card-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    conic-gradient(from 18deg, #315bb8, #c9dbff, #333333, #315bb8);
}

.services-card-accounting .services-card-art::after {
  content: "1C";
}

.services-card-equipment .services-card-art::after {
  content: "ККТ";
}

.services-card-marking .services-card-art::after {
  content: "ЗН";
}

.services-card-crypto .services-card-art::after {
  content: "КЭП";
}

.services-card-office .services-card-art::after {
  content: "CRM";
}

.services-card-support .services-card-art::after {
  content: "ИТ";
}

.services-card-ai .services-card-art::after {
  content: "AI";
}

.equipment-hero {
  padding-bottom: 24px;
}

.equipment-actions {
  margin-top: 28px;
}

.equipment-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 18px;
}

.equipment-category-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.06);
}

.equipment-category-card::before {
  position: absolute;
  inset: auto -90px -120px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 230, 29, 0.45);
  content: "";
}

.equipment-category-card h2 {
  max-width: 360px;
  margin-bottom: 14px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.equipment-category-card p {
  max-width: 430px;
  color: var(--muted);
}

.equipment-category-button {
  position: relative;
  z-index: 1;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: fit-content;
  min-height: 42px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(51, 51, 51, 0.16);
  border-radius: var(--radius);
  color: #ffffff;
  background: #333333;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(51, 51, 51, 0.16);
}

.equipment-category-button::after {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #333333;
  background: #ffe61d;
  font-size: 16px;
  line-height: 1;
  content: "›";
}

.equipment-category-card:hover .equipment-category-button {
  transform: translateY(-1px);
}

.equipment-card-cash {
  background: linear-gradient(135deg, #fff8d6 0%, #ffffff 62%, #ffe61d 100%);
}

.equipment-card-fn {
  background: linear-gradient(135deg, #fff0f2 0%, #ffffff 60%, #ffc2cb 100%);
}

.equipment-card-scan {
  background: linear-gradient(135deg, #e9fff7 0%, #ffffff 60%, #b7f3da 100%);
}

.equipment-card-scale {
  background: linear-gradient(135deg, #eaf6ff 0%, #ffffff 62%, #b9dcff 100%);
}

.equipment-card-token {
  background: linear-gradient(135deg, #f5f0ff 0%, #ffffff 60%, #dacbff 100%);
}

.equipment-card-drawer {
  background: linear-gradient(135deg, #f2f5f7 0%, #ffffff 62%, #d7e1e8 100%);
}

.equipment-category-image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 150px;
}

.equipment-category-image img {
  width: min(100%, 210px);
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(51, 51, 51, 0.16));
}

.equipment-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
  padding-bottom: 24px;
}

.equipment-nav a {
  padding: 10px 13px;
  border: 1px solid rgba(51, 51, 51, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: #444444;
  font-weight: 800;
}

.equipment-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 18px;
}

.equipment-product-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.06);
}

.equipment-product-media {
  display: grid;
  place-items: center;
  min-height: 190px;
  border-radius: var(--radius);
  background: #fff8d6;
}

.equipment-product-media img {
  width: min(100%, 190px);
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(51, 51, 51, 0.14));
}

.equipment-product-card h2 {
  margin-bottom: 10px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.equipment-product-card p {
  color: var(--muted);
}

.equipment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.equipment-tags span {
  padding: 7px 9px;
  border-radius: var(--radius);
  background: #fff8d6;
  color: #444444;
  font-size: 13px;
  font-weight: 800;
}

.equipment-note {
  margin-top: 18px;
  color: var(--muted);
}

.pricing-hero {
  padding-bottom: 22px;
}

.pricing-actions {
  margin-top: 28px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-top: 24px;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.06);
  isolation: isolate;
}

.pricing-card::before {
  position: absolute;
  inset: auto -80px -100px auto;
  z-index: -1;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  content: "";
}

.pricing-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-card h2 {
  margin-bottom: 16px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.pricing-card h2 strong,
.pricing-card h2 small {
  display: block;
}

.pricing-card h2 strong {
  font-weight: 800;
}

.pricing-card h2 small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.68em;
  font-weight: 800;
}

.pricing-card p {
  align-self: end;
  margin-bottom: 0;
  color: var(--muted);
}

.pricing-card-once {
  background: linear-gradient(135deg, #fff8d6 0%, #ffffff 62%, #ffe61d 100%);
}

.pricing-card-hour {
  background: linear-gradient(135deg, #eaf6ff 0%, #ffffff 62%, #b9dcff 100%);
}

.pricing-card-support {
  background: linear-gradient(135deg, #e9fff7 0%, #ffffff 60%, #b7f3da 100%);
}

.pricing-card-project {
  background: linear-gradient(135deg, #f5f0ff 0%, #ffffff 60%, #dacbff 100%);
}

@keyframes development-orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .development-card-art,
  .services-card-art {
    animation: none;
  }
}

.company-hero {
  padding-bottom: 28px;
}

.company-hero .hero-actions {
  margin-top: 28px;
}

.company-about-text {
  margin-bottom: 42px;
}

.company-about-text h2 {
  max-width: 980px;
}

.company-about-text p {
  max-width: 1040px;
  margin-top: 18px;
  font-size: var(--body-large-size);
  line-height: 1.65;
}

.company-about-float {
  float: left;
  width: min(360px, 38%);
  aspect-ratio: 4 / 3;
  margin: 8px 30px 18px 0;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(51, 51, 51, 0.12);
}

.company-about-text::after {
  content: "";
  display: block;
  clear: both;
}

.company-expertise-text {
  margin-bottom: 42px;
}

.company-expertise-text h2 {
  max-width: 940px;
}

.company-expertise-text p {
  max-width: 1060px;
  margin-top: 18px;
  color: var(--muted);
  font-size: var(--body-large-size);
  line-height: 1.65;
}

.company-text-photo {
  width: min(340px, 36%);
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(51, 51, 51, 0.12);
}

.company-text-photo-left {
  float: left;
  margin: 8px 30px 18px 0;
}

.company-text-photo-right {
  float: right;
  margin: 8px 0 18px 30px;
}

.company-expertise-text::after {
  content: "";
  display: block;
  clear: both;
}

.license-section {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(51, 51, 51, 0.1);
}

.license-section .section-heading {
  max-width: 860px;
  margin-bottom: 26px;
}

.license-section .section-heading h2 {
  font-size: var(--card-heading-size);
}

.license-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.license-card,
.license-activity {
  padding: 28px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: var(--radius);
  background: #fff8d6;
}

.license-card h3,
.license-activity h3 {
  margin-bottom: 18px;
  font-size: var(--item-heading-size);
}

.license-card dl {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}

.license-card dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: var(--label-size);
  font-weight: 800;
  text-transform: uppercase;
}

.license-card dd {
  margin: 0;
  color: #333333;
  font-weight: 800;
  line-height: 1.35;
}

.license-activity ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #444444;
  font-size: var(--copy-size);
}

.license-activity li::marker {
  color: var(--red);
}

.requisites-section {
  padding-top: 28px;
}

.requisites-card {
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(51, 51, 51, 0.12);
}

.requisites-card h2 {
  margin-bottom: 16px;
  font-size: var(--card-heading-size);
}

.requisites-intro {
  max-width: 960px;
  color: #444444;
  font-size: var(--copy-size);
}

.requisites-intro p {
  margin-bottom: 12px;
}

.requisites-intro .requisites-subheading {
  margin-top: 24px;
  color: #333333;
  font-weight: 800;
}

.requisites-intro ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.requisites-table-wrap {
  margin-top: 34px;
  overflow-x: auto;
}

.requisites-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: var(--copy-size);
}

.requisites-table th,
.requisites-table td {
  padding: 20px 18px;
  vertical-align: top;
  text-align: left;
}

.requisites-table th {
  border-bottom: 1px solid rgba(51, 51, 51, 0.42);
  color: #333333;
  font-weight: 800;
}

.requisites-table td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  color: #444444;
  font-weight: 600;
}

.requisites-table a {
  color: var(--green-dark);
  font-weight: 800;
}

.legal-hero {
  padding: 54px 0 34px;
}

.development-hero {
  padding-bottom: 18px;
}

.development-actions {
  margin-top: 28px;
}

.services-hero {
  padding-bottom: 18px;
}

.services-actions {
  margin-top: 28px;
}

.legal-hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: var(--section-heading-size);
  line-height: 1.08;
}

.legal-hero > p {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: var(--copy-size);
}

.legal-hero > p:last-child {
  margin-bottom: 0;
}

.status-note,
.needs-confirmation {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: #fff8d6;
  color: #8a2f20;
  font-size: 13px;
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 70px;
}

.legal-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
}

.legal-toc a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #444444;
  font-weight: 800;
}

.legal-toc a:hover {
  background: #fff8d6;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 34px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(51, 51, 51, 0.05);
}

.legal-card-heading {
  margin-bottom: 28px;
}

.legal-card h2 {
  margin-bottom: 16px;
  font-size: var(--section-heading-size);
}

.legal-card p {
  color: var(--muted);
}

.legal-details {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(51, 51, 51, 0.12);
}

.legal-details div {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  background: #ffffff;
}

.legal-details.compact {
  margin: 22px 0;
}

.legal-details dt {
  color: var(--muted);
  font-weight: 800;
}

.legal-details dd {
  margin: 0;
  font-weight: 700;
}

.legal-details a,
.legal-card a:not(.button) {
  color: var(--green-dark);
  font-weight: 800;
}

.compliance-list,
.tech-stack-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(51, 51, 51, 0.12);
}

.compliance-list article,
.tech-stack-list div {
  display: grid;
  grid-template-columns: minmax(210px, 0.36fr) minmax(0, 1fr);
  gap: 14px 24px;
  align-items: start;
  padding: 20px 22px;
  background: #ffffff;
}

.compliance-list.compact article {
  grid-template-columns: minmax(190px, 0.3fr) minmax(0, 1fr);
}

.compliance-list span,
.tech-stack-list span {
  color: var(--green-dark);
  font-size: var(--label-size);
  font-weight: 800;
  text-transform: uppercase;
}

.compliance-list p,
.tech-stack-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.compliance-list a {
  grid-column: 2;
  width: fit-content;
  color: var(--green-dark);
  font-weight: 800;
}

.compliance-list a + a {
  margin-top: -6px;
}

.rights-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.rights-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  font-size: 16px;
}

.rights-table th,
.rights-table td {
  padding: 18px 16px;
  vertical-align: top;
  text-align: left;
}

.rights-table th {
  border-bottom: 1px solid rgba(51, 51, 51, 0.42);
  color: #333333;
  font-weight: 800;
}

.rights-table td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  color: #444444;
  font-weight: 600;
}

.rights-table a {
  color: var(--green-dark);
  font-weight: 800;
}

.rights-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.rights-list article {
  padding: 22px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
}

.rights-list h3 {
  margin-bottom: 16px;
  font-size: var(--item-heading-size);
  line-height: 1.16;
}

.rights-list dl {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: var(--radius);
  background: rgba(51, 51, 51, 0.12);
}

.rights-list dl div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 14px;
  background: #fff8d6;
}

.rights-list dt {
  color: var(--muted);
  font-weight: 800;
}

.rights-list dd {
  margin: 0;
  color: #444444;
  font-weight: 700;
}

.rights-list a {
  color: var(--green-dark);
  font-weight: 800;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legal-grid article,
.registry-product,
.price-method {
  padding: 24px;
  border: 1px solid rgba(214, 61, 38, 0.15);
  border-radius: var(--radius);
  background: #fff8d6;
}

.products-overview {
  margin-bottom: 14px;
}

.legal-grid span,
.registry-product > span,
.price-method span {
  display: block;
  margin-bottom: 22px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
}

.legal-grid small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  padding: 16px 18px;
  border-radius: var(--radius);
  background: #fff8d6;
  color: #444444;
  font-weight: 700;
}

.registry-product h3 {
  margin-bottom: 8px;
  font-size: var(--card-heading-size);
  line-height: 1.12;
}

.actual-date {
  margin-top: 18px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: center;
  margin-bottom: 36px;
  padding: 42px;
  border-radius: var(--radius);
  background: #ffffff;
  color: #333333;
  border: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: var(--shadow);
}

.contact-section .eyebrow,
.contact-section p {
  color: var(--muted);
}

.contact-section h2 + p {
  margin-top: 16px;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff8d6;
  border: 1px solid rgba(214, 61, 38, 0.2);
}

.contact-card a:first-child {
  font-size: 24px;
  font-weight: 800;
}

.contact-card a,
.contact-card span {
  color: #333333;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 38px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .section-split,
  .equipment-band,
  .onec-section,
  .legal-layout,
  .accreditation-callout,
  .product-intro,
  .product-cta,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .integration-visual {
    min-height: 330px;
  }

  .integration-chip {
    min-width: 102px;
    max-width: 142px;
    font-size: 12px;
  }

  .partner-showcase {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .partner-cloud {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 14px;
    min-height: auto;
  }

  .partner-mark,
  .partner-contour {
    width: 100%;
    height: 96px;
    min-height: 96px;
    transform: none;
  }

  .partner-mark-1c,
  .partner-mark-yandex-360,
  .partner-mark-yandex-cloud,
  .partner-mark-bitrix,
  .partner-mark-evotor,
  .partner-mark-atol,
  .partner-contour-chz,
  .partner-contour-piot,
  .partner-contour-egais {
    grid-row: auto;
    grid-column: auto;
  }

  .partner-mark:hover,
  .partner-contour:hover {
    transform: translateY(-2px);
  }

  .trust-strip,
  .automation-grid,
  .platforms-grid,
  .partner-grid,
  .own-products-grid,
  .accreditation-tree,
  .page-grid,
  .license-layout,
  .equipment-category-grid,
  .equipment-product-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .development-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .development-card {
    grid-template-columns: minmax(0, 1fr) 132px;
    min-height: 220px;
  }

  .services-card {
    grid-template-columns: minmax(0, 1fr) 132px;
    min-height: 210px;
  }

  .development-card-art {
    width: 124px;
  }

  .services-card-art {
    width: 118px;
  }

  .development-card-art i {
    width: 32px;
    height: 32px;
  }

  .services-card-art i {
    width: 30px;
    height: 30px;
  }

  .software-section {
    padding: 48px 24px;
  }

  .product-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .section,
  .trust-strip,
  .legal-hero,
  .legal-layout,
  .product-intro,
  .product-media-section,
  .product-details,
  .product-cta,
  .accreditation-callout,
  .contact-section,
  .site-footer {
    width: min(100% - 28px, var(--container));
  }

  .header-phone {
    width: 100%;
    text-align: center;
  }

  .main-nav {
    gap: 16px;
    font-size: 13px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.04;
  }

  .hero-lead {
    font-size: var(--copy-size);
  }

  .integration-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: auto;
    padding: 18px;
  }

  .integration-visual::before,
  .integration-visual::after {
    display: none;
  }

  .integration-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 116px;
    transform: none;
  }

  .integration-chip {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    transform: none;
  }

  .partner-showcase-heading {
    display: grid;
  }

  .partner-showcase-heading h2 {
    text-align: left;
  }

  .partner-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 12px;
  }

  .partner-mark {
    height: 82px;
    min-height: 82px;
    padding: 18px;
  }

  .partner-mark img {
    max-width: 118px;
    height: 46px;
  }

  .partner-contour {
    min-height: 82px;
    padding: 18px 12px;
    font-size: 14px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-panel,
  .automation-section,
  .home-directions,
  .platforms-section,
  .onec-copy,
  .legal-card,
  .license-section,
  .accreditation-callout,
  .contact-section {
    padding: 22px;
  }

  .legal-hero + .section,
  .section + .section,
  .section + .contact-section {
    margin-top: 18px;
  }

  .system-map,
  .service-grid,
  .equipment-grid,
  .equipment-category-grid,
  .equipment-product-grid,
  .pricing-grid,
  .automation-grid,
  .platforms-grid,
  .solution-card-grid,
  .partner-grid,
  .product-gallery,
  .product-steps,
  .own-products-grid,
  .legal-grid,
  .accreditation-tree,
  .page-grid,
  .license-layout,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .start-step-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .product-intro-card,
  .product-note,
  .product-step,
  .product-cta {
    padding: 22px;
  }

  .product-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 6px 14px;
  }

  .product-media-card img {
    padding: 10px;
  }

  .company-about-float,
  .company-text-photo {
    float: none;
    width: 100%;
    margin: 8px 0 22px;
  }

  .business-scenario-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .business-scenario-row img {
    width: 100%;
    height: 150px;
  }

  .solution-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px 16px;
    min-height: auto;
    padding: 20px;
  }

  .solution-card-media {
    width: 68px;
    height: 68px;
  }

  .solution-card-media svg {
    width: 54px;
    height: 54px;
  }

  .solution-rights-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-cta-actions {
    justify-content: flex-start;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 320px;
  }

  .hero-home {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    background:
      linear-gradient(90deg, rgba(255, 230, 29, 1) 0%, rgba(255, 230, 29, 0.96) 52%, rgba(255, 241, 115, 0.62) 74%, rgba(255, 241, 115, 0.2) 100%),
      url("../../_external/cdn-ru.bitrix24.ru/b16315294/landing/d68/d68af9d1e5a7998d8410460fe0c4d4ef/089A0960_2x.jpg");
    background-position: center, calc(100% + 90px) center;
    background-size: cover, auto 100%;
  }

  .equipment-product-card {
    grid-template-columns: 1fr;
  }

  .equipment-product-media {
    min-height: 150px;
  }

  .equipment-product-media img {
    max-height: 145px;
  }

  .development-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }

  .services-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }

  .development-card h2,
  .development-card p,
  .development-card-art {
    grid-column: 1;
  }

  .services-card h2,
  .services-card p,
  .services-card-art {
    grid-column: 1;
  }

  .development-card h2 {
    margin-top: 14px;
  }

  .services-card h2 {
    margin-top: 14px;
  }

  .development-card-art {
    grid-row: auto;
    width: 92px;
    order: -1;
  }

  .services-card-art {
    grid-row: auto;
    width: 92px;
    order: -1;
  }

  .development-card-art i {
    width: 24px;
    height: 24px;
  }

  .services-card-art i {
    width: 24px;
    height: 24px;
  }

  .legal-details div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .compliance-list article,
  .compliance-list.compact article,
  .tech-stack-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .compliance-list a {
    grid-column: auto;
  }

  .rights-list dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .section {
    padding: 56px 0;
  }

  .service-card {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
