﻿@font-face {
  font-family: "TT Hoves Pro Trial";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/tt-hoves-pro-trial-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url("assets/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Savings calculator page */
.roi-page {
  background:
    radial-gradient(circle at 78% 10%, rgba(36, 72, 255, 0.28), transparent 34%),
    radial-gradient(circle at 12% 26%, rgba(134, 65, 255, 0.18), transparent 30%),
    #03040d;
}

.roi-main {
  padding-top: 112px;
}

.roi-hero,
.roi-calculator,
.roi-content,
.roi-final-cta {
  max-width: 1320px;
}

.roi-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.82fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  min-height: auto;
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(46px, 7vw, 82px);
}

.roi-hero h1,
.roi-calculator-heading h2,
.roi-final-cta h2 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.01;
  letter-spacing: 0;
}

.roi-hero-copy > p,
.roi-calculator-heading p,
.roi-final-cta p {
  max-width: 680px;
  color: rgba(244, 246, 255, 0.72);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.58;
  font-weight: 760;
}

.roi-hero-actions,
.roi-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.roi-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin-top: 26px;
}

.roi-benefits span,
.roi-module-grid label {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.roi-benefits span {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 850;
}

.roi-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(124, 157, 255, 0.34);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(33, 40, 78, 0.74), rgba(7, 9, 23, 0.92)),
    radial-gradient(circle at 86% 10%, rgba(52, 88, 255, 0.38), transparent 40%);
  box-shadow: 0 30px 100px rgba(22, 54, 214, 0.24), inset 0 1px 0 rgba(255,255,255,0.1);
  padding: clamp(22px, 3vw, 34px);
}

.roi-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(135deg, rgba(0,0,0,0.9), transparent 82%);
  pointer-events: none;
}

.roi-panel-topline,
.roi-panel-total,
.roi-panel-grid,
.roi-panel-flow {
  position: relative;
  z-index: 1;
}

.roi-panel-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.roi-panel-topline strong {
  color: rgba(255,255,255,0.86);
  font-size: 13px;
}

.roi-panel-total {
  margin: 38px 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 76% 18%, rgba(69, 101, 255, 0.42), transparent 42%),
    rgba(4, 6, 17, 0.58);
  backdrop-filter: blur(18px);
  padding: 24px;
}

.roi-panel-total span,
.roi-panel-grid span,
.roi-panel-flow span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 850;
}

.roi-panel-total strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
}

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

.roi-panel-grid article {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 22px;
  background: rgba(5, 7, 18, 0.46);
}

.roi-panel-grid strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 1.14;
}

.roi-panel-flow {
  display: grid;
  grid-template-columns: 1fr 74px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.roi-panel-flow i {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(92, 221, 255, 0.9), rgba(255,255,255,0.16));
}

.roi-panel-flow span:last-child {
  color: rgba(255,255,255,0.9);
  text-align: right;
}

.roi-calculator {
  padding-top: clamp(44px, 7vw, 86px);
  padding-bottom: clamp(44px, 7vw, 86px);
}

.roi-calculator-heading {
  max-width: 980px;
  margin-bottom: 32px;
}

.roi-calculator-heading h2,
.roi-final-cta h2 {
  font-size: clamp(34px, 3.5vw, 54px);
}

.roi-calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.roi-form,
.roi-results,
.roi-content article,
.roi-final-cta {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(15, 17, 32, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 70px rgba(0, 0, 0, 0.24);
}

.roi-form {
  display: grid;
  gap: 22px;
  padding: clamp(18px, 3vw, 32px);
  border-radius: 30px;
}

.roi-form-group {
  padding-top: 4px;
}

.roi-form h3,
.roi-results h3,
.roi-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.05;
}

.roi-form-group > p {
  margin: 0 0 16px;
  color: rgba(244, 246, 255, 0.64);
  font-weight: 800;
  line-height: 1.45;
}

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

.roi-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 900;
}

.roi-form input,
.roi-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(139, 169, 255, 0.28);
  border-radius: 18px;
  background: rgba(4, 6, 17, 0.78);
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-weight: 900;
  outline: none;
}

.roi-form input:focus,
.roi-form select:focus {
  border-color: rgba(91, 129, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(42, 79, 255, 0.18);
}

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

.roi-module-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 12px;
}

.roi-module-grid input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  accent-color: #2450ff;
}

.roi-reset {
  justify-self: start;
}

.roi-results {
  position: sticky;
  top: 104px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 30px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.roi-results.is-updating {
  transform: translateY(-2px);
  border-color: rgba(105, 146, 255, 0.7);
  box-shadow: 0 30px 90px rgba(35, 80, 255, 0.25);
}

.roi-total {
  margin: 18px 0;
  padding: 22px;
  border: 1px solid rgba(88, 132, 255, 0.45);
  border-radius: 24px;
  background: radial-gradient(circle at 82% 24%, rgba(67, 92, 255, 0.45), transparent 45%), rgba(24, 28, 56, 0.82);
}

.roi-total span,
.roi-result-cards span,
.roi-breakdown span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 900;
}

.roi-total strong {
  display: block;
  color: #fff;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 1;
  margin-top: 8px;
}

.roi-result-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.roi-result-cards article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(4, 6, 17, 0.42);
}

.roi-result-cards strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 25px;
  line-height: 1.05;
}

.roi-breakdown {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.roi-breakdown div {
  display: grid;
  grid-template-columns: 110px 90px 1fr;
  gap: 12px;
  align-items: center;
}

.roi-breakdown strong {
  color: #fff;
  font-size: 14px;
}

.roi-breakdown i {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.roi-breakdown b {
  display: block;
  width: 4%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #58ddff, #2450ff, #8b5cff);
  transition: width 220ms ease;
}

.roi-payback,
.roi-disclaimer {
  color: rgba(244, 246, 255, 0.66);
  font-weight: 800;
  line-height: 1.45;
}

.roi-disclaimer {
  font-size: 13px;
}

.roi-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: clamp(32px, 6vw, 70px);
  padding-bottom: clamp(32px, 6vw, 70px);
}

.roi-content article {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
}

.roi-content p {
  margin: 0;
  color: rgba(244, 246, 255, 0.68);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}

.roi-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(44px, 7vw, 86px);
  padding: clamp(26px, 4vw, 46px);
  border-radius: 32px;
}

.roi-final-cta h2 {
  margin-bottom: 12px;
}

.roi-final-actions {
  justify-content: flex-end;
  margin: 0;
}

.roi-lang-static {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px) {
  .roi-main {
    padding-top: 150px;
  }

  .roi-hero,
  .roi-calculator-grid,
  .roi-content,
  .roi-final-cta {
    grid-template-columns: 1fr;
  }

  .roi-results {
    position: static;
  }

  .roi-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .roi-hero,
  .roi-calculator,
  .roi-content,
  .roi-final-cta {
    width: calc(100% - 20px);
  }

  .roi-hero h1 {
    font-size: clamp(37px, 13vw, 56px);
  }

  .roi-calculator-heading h2,
  .roi-final-cta h2 {
    font-size: clamp(31px, 10vw, 46px);
  }

  .roi-field-row,
  .roi-module-grid,
  .roi-result-cards,
  .roi-breakdown div {
    grid-template-columns: 1fr;
  }

  .roi-hero-stat {
    position: static;
    margin: 14px;
  }

  .roi-hero-visual > p {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .roi-page * {
    min-width: 0;
  }

  .roi-page,
  .roi-page body,
  .roi-page .roi-main {
    max-width: 100%;
    overflow-x: hidden;
  }

  .roi-page .roi-main {
    padding-top: 240px;
  }

  .roi-page .site-header {
    left: 10px;
    right: 10px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }

  .roi-page .site-header > .brand {
    left: 14px;
  }

  .roi-page .site-header > .header-actions {
    right: 10px;
    gap: 6px;
  }

  .roi-page .site-header .btn-small {
    min-height: 42px;
    padding: 0 7px 0 13px;
    font-size: 13px;
    gap: 7px;
  }

  .roi-page .site-header .btn-small span[aria-hidden="true"] {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin: 0;
  }

  .roi-page .lang-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .roi-page .site-header > .nav {
    top: 82px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 7px;
    row-gap: 7px;
    padding: 7px;
    border-radius: 28px;
  }

  .roi-page .site-header > .nav a {
    flex: 1 1 calc((100% - 7px) / 2);
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.05;
    white-space: normal;
  }

  html[lang="ru"] .roi-page .site-header > .nav a {
    font-size: 10.4px;
  }

  .roi-page .site-header > .nav.liquid-glass-container > .glass-content {
    width: 100%;
    min-width: 0;
    column-gap: 7px;
    row-gap: 7px;
    padding: 0;
  }

  .roi-page .site-header > .nav.liquid-glass-container > .glass-content > * {
    flex: 1 1 calc((100% - 7px) / 2);
  }

  .roi-page .roi-hero,
  .roi-page .roi-calculator,
  .roi-page .roi-content,
  .roi-page .roi-final-cta {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    overflow: hidden;
  }

  .roi-page .roi-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.7vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  html[lang="ru"] .roi-page .roi-hero h1 {
    font-size: clamp(24px, 6.7vw, 30px);
    line-height: 1.1;
  }

  .roi-page .roi-hero-actions,
  .roi-page .roi-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .roi-page .roi-hero-actions .btn,
  .roi-page .roi-final-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .roi-page .roi-hero-copy > p,
  .roi-page .roi-calculator-heading p,
  .roi-page .roi-final-cta p,
  .roi-page .roi-content p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .roi-page .roi-benefits {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .roi-page .roi-benefits span {
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .roi-page .roi-hero-panel,
  .roi-page .roi-form,
  .roi-page .roi-results,
  .roi-page .roi-content article,
  .roi-page .roi-final-cta {
    border-radius: 24px;
  }

  .roi-page .roi-hero-panel {
    padding: 20px;
  }

  .roi-page .roi-panel-topline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.035em;
  }

  .roi-page .roi-panel-total {
    margin: 22px 0 16px;
    padding: 18px;
  }

  .roi-page .roi-panel-total strong,
  .roi-page .roi-total strong {
    font-size: clamp(40px, 12vw, 52px);
    white-space: nowrap;
  }

  .roi-page .roi-panel-grid {
    grid-template-columns: 1fr;
  }

  .roi-page .roi-panel-grid article {
    min-height: auto;
  }

  .roi-page .roi-panel-flow {
    grid-template-columns: 1fr;
  }

  .roi-page .roi-panel-flow i {
    width: 100%;
  }

  .roi-page .roi-panel-flow span:last-child {
    text-align: left;
  }

  .roi-page .roi-form h3,
  .roi-page .roi-results h3,
  .roi-page .roi-content h2 {
    font-size: clamp(19px, 5.5vw, 25px);
    overflow-wrap: anywhere;
  }

  .roi-page .roi-calculator-heading h2,
  .roi-page .roi-final-cta h2 {
    font-size: clamp(24px, 7vw, 32px);
    overflow-wrap: anywhere;
  }

  .roi-page .roi-form input,
  .roi-page .roi-form select {
    min-width: 0;
  }

  .roi-page .roi-module-grid label {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .roi-page .roi-result-cards strong {
    font-size: 22px;
  }

  .roi-page .roi-breakdown strong {
    font-size: 18px;
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url("assets/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  --bg: #030306;
  --panel: rgba(18, 19, 31, 0.68);
  --panel-strong: rgba(21, 22, 35, 0.9);
  --stroke: rgba(255, 255, 255, 0.14);
  --stroke-strong: rgba(105, 132, 255, 0.58);
  --text: #f7f8ff;
  --muted: rgba(247, 248, 255, 0.68);
  --soft: rgba(247, 248, 255, 0.46);
  --blue: #1338ff;
  --cyan: #76dcff;
  --violet: #7c5cff;
  --radius: 30px;
  --max: 1184px;
  --font-main: "TT Hoves Pro Trial", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(118, 220, 255, 0.58) rgba(255, 255, 255, 0.025);
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(19,56,255,0.035), rgba(255,255,255,0.02));
}

*::-webkit-scrollbar-thumb {
  border: 3px solid rgba(3, 3, 8, 0.82);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(118, 220, 255, 0.82), rgba(19, 56, 255, 0.76) 46%, rgba(124, 92, 255, 0.72)),
    rgba(255,255,255,0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.2),
    0 0 24px rgba(19,56,255,0.42);
}

*::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(148, 231, 255, 0.96), rgba(43, 76, 255, 0.9) 46%, rgba(145, 119, 255, 0.86)),
    rgba(255,255,255,0.18);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-main);
  font-style: normal;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: normal;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 72% 4%, rgba(19, 56, 255, 0.35), transparent 32rem),
    radial-gradient(circle at 18% 46%, rgba(124, 92, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, #070712 0%, #020203 46%, #050510 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 56%, transparent 92%);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-glow {
  position: fixed;
  inset: auto 0 12% auto;
  z-index: -2;
  width: min(38rem, 100vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(59, 94, 255, 0.34), transparent 64%);
  filter: blur(22px);
}

.section-shell {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}

section[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 640px) {
  section[id] {
    scroll-margin-top: 210px;
  }
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1200px, calc(100% - 48px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 2px 0;
  pointer-events: none;
}

.site-header::before {
  content: "";
  position: fixed;
  top: -18px;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 104px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(22, 67, 190, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(2, 4, 16, 0.62), rgba(4, 8, 28, 0.24) 58%, rgba(4, 7, 28, 0));
  pointer-events: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.brand-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.18));
}

.site-header .brand > img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.18));
}

.brand > span:last-child {
  font-size: 20px;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
}

.brand-mark span {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 7px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(35deg);
}

.brand-mark span:nth-child(2) {
  top: 10px;
  left: 9px;
  transform: rotate(-35deg);
}

.brand-mark span:nth-child(3) {
  top: 17px;
  left: 2px;
  transform: rotate(35deg);
}

.brand-mark-large {
  width: 108px;
  height: 108px;
  margin-inline: auto;
  filter: drop-shadow(0 0 28px rgba(130, 181, 255, 0.32));
}

.brand-mark-large span {
  width: 70px;
  height: 25px;
  border-radius: 6px;
}

.brand-mark-large span:nth-child(1) {
  top: 16px;
  left: 7px;
}

.brand-mark-large span:nth-child(2) {
  top: 42px;
  left: 34px;
}

.brand-mark-large span:nth-child(3) {
  top: 68px;
  left: 7px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
  padding: 6px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 0%, rgba(255, 255, 255, 0.2), transparent 44%),
    linear-gradient(135deg, rgba(255,255,255,0.17), rgba(255,255,255,0.075) 46%, rgba(255,255,255,0.12));
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.36),
    inset -1px -1px 0 rgba(255,255,255,0.1),
    0 8px 22px rgba(0,0,0,0.16),
    0 0 18px rgba(92, 145, 255, 0.12);
  backdrop-filter: blur(18px);
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}

.nav a:hover {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  padding-right: 4px;
}

.lang-toggle {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 12px 36px rgba(0,0,0,0.24);
  backdrop-filter: blur(16px);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.site-header .btn {
  justify-self: end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #fff;
  color: #070712;
  border-color: rgba(255,255,255,0.72);
  box-shadow: 0 0 0 2px rgba(19,56,255,0.92), 0 0 32px rgba(19,56,255,0.48);
}

.btn-primary span[aria-hidden="true"] {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-right: -8px;
  color: #fff;
  border-radius: 50%;
  background: var(--blue);
}

.btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.17);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.btn-small {
  min-height: 48px;
  padding: 0 12px 0 22px;
}

.btn-small span[aria-hidden="true"] {
  flex: 0 0 36px;
  margin-right: 0;
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  padding: 104px 0 48px;
  place-items: center;
  isolation: isolate;
  overflow: visible;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -3;
  width: 100vw;
  height: 100%;
  max-width: none;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.15) contrast(1.08);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(120, 145, 255, 0.24), transparent 18rem),
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.44) 76%, #030306 100%);
}

.hero::after {
  opacity: 0.2;
  background-image: radial-gradient(rgba(255,255,255,0.78) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}

.hero-grid {
  position: absolute;
  inset: 78px auto auto 50%;
  z-index: -1;
  width: min(940px, 86vw);
  height: 520px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 48px;
  opacity: 0.26;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle, black 0%, transparent 68%);
}

.orbital {
  position: absolute;
  z-index: -1;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 0 34px rgba(39, 85, 255, 0.46));
  animation: float 8s ease-in-out infinite;
}

.orbital-left {
  top: 78px;
  left: max(-80px, calc(50% - 760px));
  width: 300px;
  transform: rotate(-15deg);
}

.orbital-right {
  top: 250px;
  right: max(-44px, calc(50% - 760px));
  width: 250px;
  animation-delay: -2s;
}

.hero-content {
  width: min(960px, 100%);
  margin-inline: auto;
  text-align: center;
  transform: translateY(-18px);
}

.eyebrow,
.section-kicker {
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow {
  margin: 38px 0 20px;
}

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

h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(40px, 5.6vw, 70px);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-subtitle {
  width: min(820px, 100%);
  margin: 24px auto 0;
  color: rgba(255,255,255,0.78);
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.45;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hero-proof-line {
  width: min(740px, 100%);
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-wrap: balance;
}

.hero-bottom {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(1200px, calc(100% - 64px));
  margin: 22px auto 0;
  color: rgba(255,255,255,0.88);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 700;
  line-height: 1.35;
  z-index: 2;
}

.hero-bottom span {
  flex: 0 1 auto;
  max-width: min(820px, calc(100% - 160px));
}

.hero-bottom i {
  height: 1px;
  flex: 1;
  min-width: 120px;
  background: linear-gradient(90deg, rgba(255,255,255,0.54), transparent);
}

.page-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    radial-gradient(circle at 88% 18%, rgba(35,145,255,0.22), transparent 34%),
    rgba(4, 7, 22, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 26px 80px rgba(0,0,0,0.32);
  backdrop-filter: blur(22px);
}

.page-guide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.page-guide-copy h2 {
  max-width: 520px;
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.04;
}

.page-guide-copy p {
  max-width: 580px;
  margin: 0;
  color: rgba(224, 232, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

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

.page-guide-grid a {
  display: grid;
  gap: 8px;
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  color: #fff;
  background: rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.page-guide-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(118, 220, 255, 0.42);
  background: rgba(35,145,255,0.13);
}

.page-guide-grid a > span {
  width: max-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #86dfff;
  background: rgba(118,220,255,0.1);
  font-size: 12px;
  font-weight: 900;
}

.page-guide-grid strong span,
.page-guide-grid em span {
  display: inline;
  width: auto;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  font-size: inherit;
  font-weight: inherit;
}

.page-guide-grid strong {
  font-size: 17px;
  line-height: 1.12;
}

.page-guide-grid em {
  align-self: end;
  color: rgba(224, 232, 255, 0.62);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.hero-zoom-inspired {
  min-height: 1040px;
  padding: 144px 0 54px;
  place-items: start center;
}

.hero-zoom-inspired .hero-bg {
  opacity: 0.96;
  filter: saturate(1.25) contrast(1.1);
}

.hero-zoom-inspired::before {
  background:
    radial-gradient(circle at 50% 54%, rgba(66, 126, 255, 0.72), transparent 26rem),
    radial-gradient(circle at 50% 30%, rgba(236, 51, 176, 0.2), transparent 17rem),
    linear-gradient(180deg, rgba(1, 5, 26, 0.04) 0%, rgba(2, 8, 36, 0.28) 54%, #030306 100%);
}

.hero-zoom-inspired::after {
  opacity: 0.16;
  mask-image: radial-gradient(circle at center 42%, black 0%, transparent 70%);
}

.hero-zoom-inspired .hero-grid {
  top: 118px;
  width: min(1180px, 92vw);
  height: 690px;
  border-radius: 54px;
  opacity: 0.2;
}

.hero-zoom-inspired .hero-content {
  width: min(980px, 100%);
  transform: none;
  z-index: 2;
}

.hero-segment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  margin: 12px auto 32px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 18px 70px rgba(0,0,0,0.24);
  backdrop-filter: blur(20px);
}

.hero-segment > span,
.hero-segment > strong {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-segment > strong {
  color: #fff;
  background: linear-gradient(135deg, #1264ff, #2391ff);
  box-shadow: 0 0 0 3px rgba(5, 12, 36, 0.66), 0 10px 34px rgba(18, 100, 255, 0.44);
}

.hero-segment-icon {
  width: 42px;
  min-width: 42px;
  padding: 0;
  justify-content: center;
  background: rgba(19, 86, 255, 0.9);
}

.hero-segment-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.hero-zoom-inspired h1 {
  max-width: 1030px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
}

.hero-zoom-inspired .hero-subtitle {
  width: min(790px, 100%);
  margin-top: 24px;
  color: rgba(255,255,255,0.88);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.45;
}

.hero-zoom-inspired .hero-proof-line {
  margin-top: 18px;
  color: rgba(255,255,255,0.86);
}

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

.hero-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(900px, 100%);
  margin: 36px auto 0;
}

.hero-offers a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title icon"
    "text icon";
  align-items: center;
  min-height: 74px;
  padding: 14px 12px 14px 18px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 14px;
  color: #071126;
  text-align: left;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 70px rgba(3, 11, 40, 0.28), inset 0 1px 0 rgba(255,255,255,0.86);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-offers a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 80px rgba(3, 11, 40, 0.36), inset 0 1px 0 rgba(255,255,255,0.92);
}

.hero-offers strong {
  grid-area: title;
  font-size: 16px;
  line-height: 1.1;
}

.hero-offers span {
  grid-area: text;
  margin-top: 4px;
  color: rgba(7, 17, 38, 0.64);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-offers i {
  grid-area: icon;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #0d55ff;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 62, 182, 0.16);
  font-style: normal;
  font-weight: 900;
}

.hero-product-stage {
  position: relative;
  z-index: 1;
  width: min(1110px, calc(100% - 70px));
  margin: 76px auto 0;
  perspective: 1200px;
  margin-bottom: clamp(112px, 8vw, 150px);
}

.hero-product-window {
  position: relative;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,0.9);
  border-radius: 30px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 28px 120px rgba(1, 6, 30, 0.52), 0 0 80px rgba(91, 147, 255, 0.36);
  transform: rotateX(5deg) translateZ(0);
  transform-origin: center top;
  animation: productFloat 7s ease-in-out infinite;
}

.hero-product-window::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,0.34), transparent 25%, transparent 62%, rgba(255,255,255,0.2));
  mix-blend-mode: screen;
}

.hero-window-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  color: rgba(255,255,255,0.9);
  background: rgba(3, 12, 43, 0.82);
  backdrop-filter: blur(14px);
}

.hero-window-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
}

.hero-window-bar span:first-child {
  background: #ff4d9c;
}

.hero-window-bar span:nth-child(2) {
  background: #5fe8c4;
}

.hero-window-bar span:nth-child(3) {
  background: #4d7dff;
}

.hero-window-bar b {
  margin-left: 10px;
  font-size: 13px;
}

.hero-window-bar em {
  margin-left: auto;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.hero-product-window img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 42px;
}

.hero-side-panel {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 7px;
  width: min(260px, 28vw);
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 22px;
  color: #fff;
  background: rgba(12, 23, 64, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 22px 80px rgba(0,0,0,0.32);
  backdrop-filter: blur(22px);
}

.hero-side-panel-left {
  left: -26px;
  top: 26%;
  transform: rotate(-5deg);
}

.hero-side-panel-right {
  right: -20px;
  top: 44%;
  transform: rotate(5deg);
  background: linear-gradient(135deg, rgba(234, 23, 154, 0.88), rgba(255, 139, 213, 0.78));
}

.hero-side-panel small {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.16);
  font-size: 12px;
  font-weight: 900;
}

.hero-side-panel strong {
  font-size: 18px;
  line-height: 1.12;
}

.hero-side-panel span {
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-zoom-inspired .hero-bottom {
  margin-top: 0;
}

@keyframes productFloat {
  0%, 100% {
    transform: rotateX(5deg) translateY(0);
  }
  50% {
    transform: rotateX(4deg) translateY(-10px);
  }
}

html[lang="ru"] .hero-content {
  width: min(860px, 100%);
}

html[lang="ru"] h1 {
  max-width: 860px;
  font-size: clamp(38px, 5.1vw, 64px);
  line-height: 0.98;
}

html[lang="ru"] .hero-actions {
  margin-top: 24px;
}

.problem-section,
.business-flow,
.white-label-section,
.trust-section {
  position: relative;
  padding-block: 88px;
}

.system-map-section {
  position: relative;
  padding-block: clamp(72px, 8vw, 118px);
}

.system-map-heading {
  margin-bottom: clamp(28px, 4vw, 52px);
}

.system-map-heading h2 {
  max-width: 900px;
  font-size: clamp(38px, 4.4vw, 76px);
  line-height: 0.98;
}

.system-map-heading p {
  max-width: 720px;
}

.system-map-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(115, 129, 255, 0.28);
  background:
    radial-gradient(circle at 50% 46%, rgba(40, 72, 255, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(7, 8, 20, 0.96), rgba(8, 14, 38, 0.96));
  box-shadow: 0 42px 130px rgba(23, 52, 255, 0.24);
}

.system-map-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 12%, rgba(112, 132, 255, 0.16), transparent 36%);
  z-index: 0;
}

.system-map-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.system-map-visual img.lang-ru {
  display: none;
}

html[lang="ru"] .system-map-visual img.lang-en {
  display: none !important;
}

html[lang="ru"] .system-map-visual img.lang-ru {
  display: block !important;
}

@media (max-width: 760px) {
  .system-map-section {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .system-map-heading h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .system-map-visual {
    margin-inline: -12px;
    border-radius: 22px;
  }
}

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

.comparison-card {
  padding: clamp(28px, 4vw, 44px);
  min-height: 520px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.08), transparent 12rem),
    rgba(255, 255, 255, 0.055);
}

.comparison-card h2 {
  max-width: 620px;
  margin: 22px 0 28px;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 0.98;
}

.comparison-card ul,
.white-label-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-card li,
.white-label-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.045);
}

.comparison-card li::before,
.white-label-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(38, 79, 255, 0.72);
}

.comparison-before li::before {
  background: #ff5f87;
  box-shadow: 0 0 18px rgba(255, 95, 135, 0.55);
}

.comparison-after {
  background:
    radial-gradient(circle at 84% 16%, rgba(87, 224, 255, 0.16), transparent 14rem),
    rgba(255, 255, 255, 0.065);
}

.legacy-seo-positioning {
  display: none !important;
}

.operating-pulse {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 64px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 104px;
  scroll-margin-top: 118px;
  isolation: isolate;
}

.operating-pulse::before {
  content: "";
  position: absolute;
  inset: 46px 0 42px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(90, 112, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(90, 112, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.operating-pulse-copy h2 {
  max-width: 650px;
  margin: 20px 0 20px;
  color: var(--text);
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0;
}

.operating-pulse-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.operating-pulse-steps {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin-top: 32px;
}

.operating-pulse-steps div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  min-height: 60px;
  padding: 12px 18px;
  border: 1px solid rgba(116, 126, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.operating-pulse-steps strong {
  color: #7f95ff;
  font-size: 13px;
  font-weight: 900;
}

.operating-pulse-steps span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
}

.operating-pulse-stage {
  position: relative;
  min-height: 620px;
  overflow: visible;
}

.operating-pulse-stage::before,
.operating-pulse-stage::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(89, 117, 255, 0.82), transparent);
}

.operating-pulse-stage::before {
  left: 6px;
  width: 42%;
}

.operating-pulse-stage::after {
  right: 6px;
  width: 42%;
}

.flow-edge {
  position: absolute;
  top: 74px;
  bottom: 74px;
  width: 204px;
}

.flow-edge-chaos {
  left: 0;
}

.flow-edge-live {
  right: -70px;
  width: 244px;
}

.flow-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  background: rgba(255, 255, 255, 0.055);
}

.chaos-fragment {
  position: absolute;
  display: inline-flex;
  align-items: center;
  max-width: 182px;
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 100, 139, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  background: rgba(255, 95, 135, 0.08);
  box-shadow: 0 12px 36px rgba(255, 95, 135, 0.1);
  animation: fragmentDrift 6.8s ease-in-out infinite;
}

.chaos-fragment-one {
  top: 72px;
  left: 2px;
}

.chaos-fragment-two {
  top: 166px;
  left: 38px;
  animation-delay: -1.6s;
}

.chaos-fragment-three {
  top: 274px;
  left: 14px;
  animation-delay: -3.2s;
}

.chaos-fragment-four {
  top: 388px;
  left: 58px;
  animation-delay: -4.7s;
}

.pulse-core-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translate(-50%, -50%);
}

.pulse-ring,
.pulse-orbit,
.pulse-core,
.pulse-node {
  position: absolute;
}

.pulse-ring {
  inset: 28px;
  border: 1px solid rgba(93, 117, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
  animation: pulseRing 4.8s ease-out infinite;
}

.pulse-ring-two {
  inset: 0;
  border-color: rgba(80, 215, 255, 0.2);
  animation-delay: -2.4s;
}

.pulse-orbit {
  inset: 48px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  animation: orbitSpin 12s linear infinite;
}

.pulse-orbit::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6fe4ff;
  box-shadow: 0 0 22px rgba(111, 228, 255, 0.9);
}

.pulse-orbit-two {
  inset: 90px;
  border-style: solid;
  animation-duration: 8s;
  animation-direction: reverse;
}

.pulse-orbit-two::before {
  top: auto;
  bottom: 12px;
  width: 8px;
  height: 8px;
  background: #5576ff;
  box-shadow: 0 0 20px rgba(85, 118, 255, 0.9);
}

.pulse-core {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 164px;
  height: 164px;
  padding: 20px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(144, 159, 255, 0.5);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(24, 41, 118, 0.96), rgba(8, 12, 31, 0.98));
  box-shadow:
    0 0 0 10px rgba(61, 83, 255, 0.08),
    0 28px 90px rgba(38, 79, 255, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-align: center;
  animation: coreBreath 4.2s ease-in-out infinite;
}

.pulse-core img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.pulse-core strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.pulse-core em {
  display: block;
  max-width: 110px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.pulse-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(116, 126, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  background: rgba(11, 17, 43, 0.9);
  box-shadow: 0 14px 40px rgba(38, 79, 255, 0.18);
  animation: nodeSignal 5.6s ease-in-out infinite;
}

.pulse-node-orders {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pulse-node-crm {
  top: 78px;
  right: 10px;
  animation-delay: -0.7s;
}

.pulse-node-pos {
  top: 78px;
  left: 10px;
  animation-delay: -1.4s;
}

.pulse-node-stock {
  right: 12px;
  bottom: 86px;
  animation-delay: -2.1s;
}

.pulse-node-delivery {
  bottom: 86px;
  left: 4px;
  animation-delay: -2.8s;
}

.pulse-node-app {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: -3.5s;
}

.pulse-node-ai {
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  animation-delay: -4.2s;
}

.pulse-node-reports {
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  animation-delay: -4.9s;
}

.live-track {
  position: absolute;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid rgba(92, 220, 255, 0.28);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.28;
  background: rgba(32, 64, 255, 0.1);
  box-shadow: 0 18px 50px rgba(42, 91, 255, 0.12);
  overflow: hidden;
}

.live-track::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(112, 228, 255, 0.2), transparent);
  animation: liveScan 4.8s ease-in-out infinite;
}

.live-track b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #0b1230;
  font-size: 11px;
  font-weight: 950;
  background: #73e8ff;
}

.live-track span {
  min-width: 0;
}

.live-track-one {
  top: 78px;
}

.live-track-two {
  top: 226px;
}

.live-track-three {
  top: 378px;
}

.live-track-two::after {
  animation-delay: -1.6s;
}

.live-track-three::after {
  animation-delay: -3.2s;
}

@keyframes fragmentDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(16px, -10px, 0) rotate(-1deg);
  }
}

@keyframes pulseRing {
  0% {
    opacity: 0.72;
    transform: scale(0.78);
  }

  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes coreBreath {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.035);
  }
}

@keyframes nodeSignal {
  0%,
  100% {
    border-color: rgba(116, 126, 255, 0.3);
    box-shadow: 0 14px 40px rgba(38, 79, 255, 0.16);
  }

  50% {
    border-color: rgba(114, 232, 255, 0.7);
    box-shadow: 0 18px 48px rgba(83, 209, 255, 0.26);
  }
}

@keyframes liveScan {
  0%,
  34% {
    transform: translateX(-110%);
  }

  72%,
  100% {
    transform: translateX(110%);
  }
}

@media (max-width: 1160px) {
  .operating-pulse {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .operating-pulse-copy h2,
  .operating-pulse-copy p,
  .operating-pulse-steps {
    max-width: 760px;
  }

  .operating-pulse-stage {
    min-height: 600px;
  }

  .flow-edge-live {
    right: 0;
    width: 244px;
  }
}

@media (max-width: 760px) {
  .operating-pulse {
    padding-top: 64px;
    padding-bottom: 76px;
    gap: 32px;
  }

  .operating-pulse::before {
    inset: 24px -12px;
    background-size: 38px 38px;
  }

  .operating-pulse-copy h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .operating-pulse-copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .operating-pulse-steps div {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 56px;
    padding: 11px 14px;
  }

  .operating-pulse-stage {
    display: grid;
    grid-template-rows: auto 330px auto;
    gap: 22px;
    min-height: auto;
    overflow: visible;
  }

  .operating-pulse-stage::before,
  .operating-pulse-stage::after {
    display: none;
  }

  .flow-edge {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }

  .flow-edge-chaos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .flow-edge-live {
    display: grid;
    gap: 10px;
  }

  .flow-label {
    flex: 0 0 100%;
  }

  .chaos-fragment,
  .live-track {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: none;
  }

  .chaos-fragment {
    min-height: 36px;
    transform: none;
    animation-name: fragmentDriftMobile;
  }

  .pulse-core-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    transform: none;
  }

  .pulse-core {
    width: 132px;
    height: 132px;
  }

  .pulse-core img {
    width: 38px;
    height: 38px;
  }

  .pulse-core strong {
    font-size: 15px;
  }

  .pulse-core em {
    font-size: 10px;
  }

  .pulse-node {
    width: 86px;
    min-height: 32px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .pulse-node-crm {
    top: 58px;
    right: -4px;
  }

  .pulse-node-pos {
    top: 58px;
    left: -4px;
  }

  .pulse-node-stock {
    right: -2px;
    bottom: 68px;
  }

  .pulse-node-delivery {
    left: -10px;
    bottom: 68px;
  }

  .pulse-node-ai {
    right: 14px;
  }

  .pulse-node-reports {
    left: 8px;
  }

  .pulse-orbit {
    inset: 38px;
  }

  .pulse-orbit-two {
    inset: 74px;
  }

  .live-track {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 58px;
    padding: 11px 14px;
  }
}

@media (max-width: 420px) {
  .operating-pulse-copy h2 {
    font-size: 31px;
  }

  .pulse-core-wrap {
    width: 274px;
    height: 274px;
  }

  .pulse-node {
    width: 78px;
    font-size: 9px;
  }

  .pulse-node-delivery {
    left: -4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chaos-fragment,
  .pulse-ring,
  .pulse-orbit,
  .pulse-core,
  .pulse-node,
  .ai-operator-grid,
  .ai-operator-device,
  .ai-core,
  .ai-signal,
  .live-track::after {
    animation: none !important;
  }

  .pulse-ring-one {
    opacity: 0.22;
    transform: scale(1);
  }
}

@keyframes fragmentDriftMobile {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.flow-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.flow-timeline article {
  position: relative;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(116, 126, 255, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 12%, rgba(38, 79, 255, 0.22), transparent 9rem),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.flow-timeline article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(112, 217, 255, 0.7), transparent);
}

.flow-timeline article:nth-child(5n)::after,
.flow-timeline article:last-child::after {
  display: none;
}

.flow-timeline span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #1f45ff, #7a55ff);
  box-shadow: 0 18px 42px rgba(38, 79, 255, 0.35);
}

.flow-timeline strong {
  display: block;
  margin-top: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
}

.flow-timeline p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.white-label-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(circle at 80% 20%, rgba(38, 79, 255, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
}

.white-label-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 0.98;
}

.white-label-panel p {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 750;
  line-height: 1.48;
}

.trust-grid {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: trust-loop 52s linear infinite;
}

.trust-grid article {
  flex: 0 0 230px;
  min-height: 190px;
  padding: 22px;
}

.trust-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: max(18px, calc((100vw - var(--max)) / 2 + 18px));
  overflow: hidden;
}

.trust-section:hover .trust-grid {
  animation-play-state: paused;
}

.trust-grid strong {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1.08;
}

.trust-grid span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

html[lang="ru"] .hero-bottom {
  gap: 22px;
  font-size: clamp(16px, 1.5vw, 20px);
}

.robot-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  min-height: 900px;
  isolation: isolate;
  overflow: visible;
}

.robot-showcase::before {
  content: "";
  position: absolute;
  inset: 4% 50% auto auto;
  z-index: -2;
  width: 100vw;
  height: 720px;
  transform: translateX(50%);
  background:
    radial-gradient(circle at 70% 42%, rgba(19, 56, 255, 0.38), transparent 28rem),
    radial-gradient(circle at 42% 54%, rgba(124, 92, 255, 0.22), transparent 24rem),
    linear-gradient(180deg, rgba(3,3,6,0), rgba(9,10,24,0.7), rgba(3,3,6,0));
  pointer-events: none;
}

.robot-copy {
  position: relative;
  z-index: 3;
  max-width: 430px;
  padding-top: 86px;
}

.robot-copy h2 {
  max-width: 430px;
}

.robot-copy p {
  max-width: 410px;
  margin: 26px 0 0;
  font-size: 20px;
}

.robot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 330px;
  margin-top: 28px;
}

.robot-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  font-size: 13px;
  font-weight: 900;
}

.robot-stage {
  position: absolute;
  top: 42px;
  left: calc(50% - 50vw);
  z-index: 1;
  width: 100vw;
  min-height: 820px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.robot-stage::before,
.robot-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.robot-stage::before {
  inset: 10% 0 4%;
  z-index: -2;
  background:
    radial-gradient(ellipse at 58% 48%, rgba(19, 56, 255, 0.38), transparent 62%),
    radial-gradient(circle at 72% 30%, rgba(118, 220, 255, 0.16), transparent 34%),
    radial-gradient(circle at 34% 72%, rgba(124, 92, 255, 0.14), transparent 38%);
  filter: blur(18px);
  opacity: 0.95;
}

.robot-stage::after {
  left: 38%;
  right: 4%;
  bottom: 66px;
  z-index: -1;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(44, 76, 255, 0.42), transparent 70%);
  filter: blur(18px);
}

.ai-operator-visual {
  position: absolute;
  top: 74px;
  right: max(16px, calc((100vw - var(--max)) / 2));
  z-index: 2;
  width: min(850px, 64vw);
  height: 720px;
  pointer-events: none;
  perspective: 1400px;
}

.ai-operator-visual::before {
  content: "";
  position: absolute;
  inset: 8% 4% 3%;
  border-radius: 44% 56% 42% 58%;
  background:
    radial-gradient(circle at 50% 42%, rgba(118, 220, 255, 0.42), transparent 24%),
    radial-gradient(circle at 72% 52%, rgba(19, 56, 255, 0.44), transparent 35%),
    radial-gradient(circle at 33% 70%, rgba(255, 57, 177, 0.22), transparent 28%);
  filter: blur(26px);
  opacity: 0.86;
  transform: translateZ(-160px);
}

.ai-operator-grid {
  position: absolute;
  inset: 6% 0 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  border-radius: 46px;
  mask-image: radial-gradient(ellipse at 54% 46%, #000 0%, transparent 72%);
  opacity: 0.42;
  animation: aiGridDrift 18s linear infinite;
}

.ai-operator-device {
  position: absolute;
  inset: 44px 26px 86px 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)),
    radial-gradient(circle at 34% 18%, rgba(255,57,177,0.26), transparent 34%),
    radial-gradient(circle at 78% 72%, rgba(118,220,255,0.28), transparent 36%),
    rgba(8, 12, 34, 0.72);
  box-shadow:
    0 0 0 8px rgba(255,255,255,0.065),
    0 36px 90px rgba(3, 4, 14, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.28),
    inset 0 -24px 70px rgba(19, 56, 255, 0.2);
  transform: rotateX(7deg) rotateY(-12deg) rotateZ(1deg);
  transform-style: preserve-3d;
  animation: aiDeviceFloat 7s ease-in-out infinite;
}

.ai-operator-device::before,
.ai-operator-device::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ai-operator-device::before {
  inset: -1px;
  z-index: 5;
  background:
    linear-gradient(110deg, transparent 0 22%, rgba(255,255,255,0.24) 34%, transparent 46%),
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.22), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.ai-operator-device::after {
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.45),
    inset -1px -1px 0 rgba(118,220,255,0.15);
}

.ai-device-toolbar {
  position: absolute;
  top: 20px;
  left: 22px;
  right: 22px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,0.84);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ai-device-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3ab7;
  box-shadow: 18px 0 0 rgba(118, 220, 255, 0.95), 36px 0 0 rgba(99, 120, 255, 0.95);
}

.ai-device-toolbar span + span {
  display: none;
}

.ai-device-toolbar strong {
  margin-left: 46px;
}

.ai-operator-main,
.ai-operator-side {
  position: absolute;
  z-index: 1;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 50px rgba(3,4,14,0.4);
}

.ai-operator-main {
  left: 6%;
  top: 18%;
  width: 70%;
  height: 56%;
  border-radius: 26px;
  opacity: 0.88;
  filter: saturate(1.18) brightness(0.92);
  transform: translateZ(24px) rotateZ(-1.6deg);
}

.ai-operator-side {
  right: 5%;
  bottom: 9%;
  width: 44%;
  height: 42%;
  border-radius: 24px;
  opacity: 0.9;
  filter: saturate(1.14) brightness(0.94);
  transform: translateZ(68px) rotateZ(2deg);
}

.ai-core {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 38% 30%, rgba(255,255,255,0.2), transparent 30%),
    linear-gradient(145deg, rgba(19,56,255,0.88), rgba(5,10,34,0.92));
  box-shadow:
    0 0 0 1px rgba(118,220,255,0.38),
    0 0 0 18px rgba(19,56,255,0.12),
    0 0 0 38px rgba(118,220,255,0.055),
    0 24px 70px rgba(19,56,255,0.44);
  transform: translate3d(-50%, -50%, 110px);
  animation: aiCorePulse 3.8s ease-in-out infinite;
}

.ai-core img {
  width: 54px;
  filter: brightness(0) invert(1) drop-shadow(0 0 18px rgba(255,255,255,0.28));
}

.ai-core span {
  margin-top: 6px;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  font-weight: 950;
}

.ai-signal {
  position: absolute;
  z-index: 9;
  width: 218px;
  padding: 14px 16px;
  border: 1px solid rgba(118,220,255,0.25);
  border-radius: 22px;
  color: rgba(255,255,255,0.9);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.055)),
    rgba(8, 12, 34, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 18px 46px rgba(3,4,14,0.32);
  backdrop-filter: blur(18px);
  transform: translateZ(145px);
}

.ai-signal::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #76dcff;
  box-shadow: 0 0 24px rgba(118,220,255,0.88);
}

.ai-signal b,
.ai-signal small {
  display: block;
}

.ai-signal b {
  font-size: 14px;
  line-height: 1.18;
}

.ai-signal small {
  margin-top: 6px;
  color: rgba(255,255,255,0.64);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.ai-signal-top {
  left: 7%;
  top: 14%;
  animation: aiSignalFloat 5.8s ease-in-out infinite;
}

.ai-signal-top::before {
  right: -42px;
  top: 50%;
}

.ai-signal-right {
  right: 0;
  top: 36%;
  animation: aiSignalFloat 6.4s ease-in-out infinite 0.35s;
}

.ai-signal-right::before {
  left: -38px;
  top: 46%;
}

.ai-signal-bottom {
  left: 18%;
  bottom: 11%;
  animation: aiSignalFloat 6s ease-in-out infinite 0.7s;
}

.ai-signal-bottom::before {
  right: -34px;
  top: 30%;
  background: #ff3ab7;
  box-shadow: 0 0 24px rgba(255,57,177,0.82);
}

.robot-cta-badge {
  position: absolute;
  right: 4%;
  bottom: 6%;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  column-gap: 12px;
  min-width: 244px;
  min-height: 64px;
  padding: 10px 10px 10px 18px;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 999px;
  color: #070712;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(226, 232, 255, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(118, 220, 255, 0.55), transparent 55%);
  box-shadow:
    0 0 0 2px rgba(19, 56, 255, 0.86),
    0 22px 58px rgba(3, 4, 14, 0.34),
    0 0 46px rgba(118, 220, 255, 0.26);
  pointer-events: auto;
}

.robot-cta-badge > span {
  grid-column: 1;
  grid-row: 1;
  display: block;
  color: rgba(19, 56, 255, 0.84);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.robot-cta-badge strong {
  grid-column: 1;
  grid-row: 2;
  display: block;
  margin-top: 4px;
  color: #070712;
  font-size: 16px;
  line-height: 1;
}

.robot-cta-badge i {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-style: normal;
}

@keyframes aiDeviceFloat {
  0%,
  100% {
    transform: rotateX(7deg) rotateY(-12deg) rotateZ(1deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(5deg) rotateY(-9deg) rotateZ(-0.5deg) translate3d(0, -14px, 0);
  }
}

@keyframes aiSignalFloat {
  0%,
  100% {
    transform: translateZ(145px) translateY(0);
  }
  50% {
    transform: translateZ(145px) translateY(-10px);
  }
}

@keyframes aiCorePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(118,220,255,0.38),
      0 0 0 18px rgba(19,56,255,0.12),
      0 0 0 38px rgba(118,220,255,0.055),
      0 24px 70px rgba(19,56,255,0.44);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.5),
      0 0 0 24px rgba(19,56,255,0.16),
      0 0 0 50px rgba(118,220,255,0.07),
      0 28px 86px rgba(255,57,177,0.3);
  }
}

@keyframes aiGridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 76px 76px, 76px 76px;
  }
}

.robot-showcase,
.about,
.proof,
.audience,
.modules,
.process,
.pricing,
.integrations,
.video-section,
.final-cta {
  padding-block: 104px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  text-transform: none;
  letter-spacing: 0;
}

.section-kicker > span:first-child {
  width: 38px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.split-heading h2 {
  width: min(1080px, 100%);
}

.split-heading > p,
.copy-stack {
  width: min(1040px, 100%);
}

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

.copy-stack p:last-child,
.split-heading > p {
  margin-bottom: 0;
}

.contact-section {
  position: relative;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: stretch;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 100vw;
  height: 170px;
  transform: translateX(-50%);
  opacity: 0.74;
  background: url("assets/blue-depth.webp") center / cover no-repeat;
  mask-image: linear-gradient(to bottom, black 0%, black 44%, transparent 100%);
  pointer-events: none;
}

.contact-content {
  display: grid;
  align-content: start;
  gap: 24px;
}

.contact-content .section-kicker {
  margin-bottom: 0;
}

.contact-content h2 {
  width: min(820px, 100%);
}

.contact-content > p {
  width: min(760px, 100%);
  margin: 0;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.contact-method {
  display: grid;
  gap: 12px;
}

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

.contact-signal {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 122px;
  padding: 18px;
}

.contact-signal p {
  grid-column: 2;
  margin: -6px 0 0;
}

.contact-signal .signal-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,0.55), transparent 22%),
    linear-gradient(145deg, rgba(33,72,255,0.9), rgba(124,92,255,0.72));
  box-shadow: 0 0 32px rgba(53, 88, 255, 0.34);
}

.contact-signal .signal-icon::before,
.contact-signal .signal-icon::after,
.contact-signal .signal-icon i::before,
.contact-signal .signal-icon i::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.signal-icon-demo::before {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255,255,255,0.96);
  border-radius: 50%;
}

.signal-icon-demo::after {
  right: 12px;
  bottom: 14px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  transform: rotate(45deg);
}

.signal-icon-demo i::before {
  right: 16px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(255,255,255,0.94);
  border-right: 2px solid rgba(255,255,255,0.94);
}

.signal-icon-start::before {
  width: 28px;
  height: 24px;
  border: 3px solid rgba(255,255,255,0.96);
  border-radius: 8px;
}

.signal-icon-start::after {
  left: 19px;
  top: 20px;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 8px 0 rgba(255,255,255,0.96);
}

.signal-icon-start i::before {
  right: 9px;
  bottom: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(19,56,255,0.55);
}

.signal-icon-start i::after {
  right: 11px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1738ff;
  border-right: 2px solid #1738ff;
  transform: rotate(45deg);
}

.contact-signal strong,
.contact-signal p {
  display: block;
}

.contact-signal strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.contact-signal p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.contact-icon-link,
.contact-method img,
.contact-instagram {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  object-fit: cover;
}

.contact-icon-link {
  display: block;
}

.contact-instagram {
  position: relative;
  display: block;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.92), transparent 9px),
    radial-gradient(circle at 70% 28%, rgba(255,255,255,0.84), transparent 4px),
    linear-gradient(135deg, #ff3d8d, #7c5cff 48%, #1338ff);
  box-shadow: 0 0 34px rgba(124, 92, 255, 0.48);
}

.contact-instagram::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 3px solid #fff;
  border-radius: 14px;
}

.contact-method h3,
.contact-article h3 {
  margin: 0;
  font-size: 22px;
}

.contact-method p,
.contact-article p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.contact-method a,
.founder-line a {
  color: #fff;
  font-weight: 900;
}

.contact-article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px;
}

.contact-article img {
  width: 112px;
  height: 112px;
  border-radius: 24px;
  object-fit: cover;
}

.contact-article .btn {
  width: max-content;
  min-height: 44px;
  margin-top: 16px;
  padding-inline: 18px;
}

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

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.trust-proof-grid article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(118,220,255,0.16);
  border-radius: 20px;
  background: rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.trust-proof-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 26px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #071126;
  background: linear-gradient(135deg, #76dcff, #d7f7ff);
  font-size: 12px;
  font-weight: 950;
}

.trust-proof-grid strong span,
.trust-proof-grid p span {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  font-size: inherit;
  font-weight: inherit;
}

.trust-proof-grid strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.18;
}

.trust-proof-grid p {
  margin-top: 8px !important;
  color: rgba(224, 232, 255, 0.68);
  font-size: 13px !important;
  line-height: 1.45;
}

.company-proof {
  position: relative;
}

.company-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.company-proof-grid article {
  min-height: 190px;
  padding: 24px;
}

.company-proof-grid strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.company-proof-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(224, 232, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.seo-faq-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resources-lite-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
}

.resources-lite-panel h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.98;
}

.resources-lite-panel p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(224, 232, 255, 0.72);
}

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

.pricing-comparison {
  margin-top: 34px;
  overflow: hidden;
  border-radius: 34px;
}

.pricing-comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.pricing-comparison th,
.pricing-comparison td {
  position: relative;
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(238, 243, 255, 0.82);
  text-align: left;
  vertical-align: top;
}

.pricing-comparison thead th {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
  background: rgba(255, 255, 255, 0.055);
}

.pricing-comparison thead th:first-child,
.pricing-comparison tbody th,
.pricing-comparison tfoot th {
  width: 23%;
  color: rgba(224, 232, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-comparison td.is-featured,
.pricing-comparison th.is-featured {
  background: linear-gradient(180deg, rgba(37, 83, 255, 0.22), rgba(236, 64, 181, 0.12));
  box-shadow: inset 1px 0 0 rgba(118, 220, 255, 0.18), inset -1px 0 0 rgba(118, 220, 255, 0.18);
}

.pricing-row-price td {
  color: #fff;
}

.pricing-row-price strong {
  display: inline-block;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 0.95;
}

.pricing-row-price td > span {
  margin-left: 6px;
  color: rgba(224, 232, 255, 0.62);
  font-weight: 850;
}

.checkmark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #76dcff, #2658ff);
  box-shadow: 0 0 22px rgba(38, 88, 255, 0.38);
}

.checkmark::before {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.muted-dash {
  color: rgba(224, 232, 255, 0.5);
  font-weight: 850;
}

.pricing-comparison tfoot th,
.pricing-comparison tfoot td {
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.035);
}

.pricing-comparison .btn {
  width: 100%;
  min-height: 48px;
  padding-inline: 14px;
  white-space: normal;
}

.contact-form {
  align-self: start;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.hero-logo {
  width: 118px;
  height: 118px;
  margin-inline: auto;
  margin-top: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(130, 181, 255, 0.32));
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025)),
    var(--panel);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13), 0 24px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 34% 0%, rgba(82, 113, 255, 0.42), transparent 38%);
  transition: opacity 180ms ease;
}

.glass-card:hover::before {
  opacity: 1;
}

.feature-card {
  min-height: 272px;
  padding: 28px;
}

.feature-card h3,
.module-card h3,
.process-step h3,
.plan-card h3 {
  margin-bottom: 14px;
}

.feature-card p,
.module-card p,
.process-step p,
.plan-card p {
  margin-bottom: 0;
}

.proof {
  position: relative;
}

.proof::before {
  content: "";
  position: absolute;
  inset: 4% auto auto 50%;
  z-index: -1;
  width: 100vw;
  height: 880px;
  transform: translateX(-50%);
  opacity: 0.5;
  background:
    radial-gradient(circle at 20% 24%, rgba(118, 220, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 42%, rgba(124, 92, 255, 0.2), transparent 28rem);
  pointer-events: none;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 18px;
  margin-top: 48px;
}

.product-console {
  min-height: 660px;
  padding: 24px;
}

.product-console::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.48;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.console-top,
.console-metrics,
.console-grid {
  position: relative;
  z-index: 1;
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
}

.console-top strong,
.console-top span {
  display: block;
}

.console-top strong {
  margin-bottom: 6px;
  font-size: 20px;
}

.console-top span,
.console-metrics span {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.console-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(118, 220, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(19,56,255,0.28);
  font-size: 13px;
  font-weight: 900;
}

.console-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan);
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.console-metrics div {
  min-height: 108px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
}

.console-metrics strong {
  display: block;
  margin-top: 18px;
  font-size: 31px;
  line-height: 1;
}

.console-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px;
  margin-top: 16px;
}

.console-panel {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 0%, rgba(19,56,255,0.2), transparent 38%),
    rgba(2, 4, 14, 0.62);
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.panel-title span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px var(--cyan);
}

.order-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  color: rgba(255,255,255,0.76);
  background: rgba(255,255,255,0.06);
}

.order-row + .order-row {
  margin-top: 8px;
}

.order-row strong {
  color: #fff;
}

.order-row em {
  color: var(--cyan);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 124px;
}

.bar-chart i {
  flex: 1;
  min-width: 18px;
  border-radius: 999px 999px 7px 7px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
  box-shadow: 0 0 18px rgba(118, 220, 255, 0.26);
}

.automation-panel p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
}

.stock-line {
  display: grid;
  gap: 7px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 800;
}

.stock-line + .stock-line {
  margin-top: 13px;
}

.stock-line i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  box-shadow: 0 0 18px rgba(118,220,255,0.2);
}

.proof-photos {
  display: grid;
  gap: 18px;
}

.interface-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(310px, 0.62fr);
  gap: 18px;
  margin-top: 48px;
}

.interface-main,
.interface-card {
  position: relative;
  overflow: hidden;
  background: #070813;
}

.interface-main,
.interface-card,
.founder-dashboard,
.founder-photo {
  cursor: zoom-in;
}

.image-zoom-trigger {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
}

.image-zoom-trigger:focus-visible {
  outline: 3px solid rgba(118, 220, 255, 0.95);
  outline-offset: -8px;
}

.interface-main {
  min-height: 640px;
}

.interface-main img,
.interface-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.02) contrast(1.04);
}

.interface-main::after,
.interface-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.86) 100%),
    radial-gradient(circle at 88% 4%, rgba(19,56,255,0.38), transparent 42%);
  pointer-events: none;
}

.interface-caption,
.interface-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

.interface-caption span,
.interface-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(3, 5, 16, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.interface-caption h3 {
  width: min(620px, 100%);
  margin: 0;
  font-size: clamp(23px, 2.4vw, 34px);
}

.interface-stack {
  display: grid;
  gap: 18px;
}

.interface-stack .interface-card {
  min-height: 311px;
}

.interface-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.interface-grid .interface-card {
  min-height: 230px;
}

.interface-card strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.22;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 50% 20%, rgba(19,56,255,0.3), transparent 34rem),
    rgba(2, 3, 10, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.image-lightbox figure {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1180px, 100%);
  max-height: calc(100dvh - 64px);
  margin: 0;
}

.image-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100dvh - 64px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  object-fit: contain;
  background: #050612;
  box-shadow: 0 34px 90px rgba(0,0,0,0.62), 0 0 80px rgba(19,56,255,0.28);
}

.image-lightbox button {
  position: absolute;
  top: -18px;
  right: -18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #070712;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,0.36);
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
}

.founder {
  position: relative;
  overflow: hidden;
}

.founder::before {
  content: "";
  position: absolute;
  inset: 8% auto auto 50%;
  z-index: -1;
  width: 100vw;
  height: 760px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(3,3,6,0.96) 0%, rgba(5,8,28,0.58) 42%, rgba(26,42,155,0.48) 100%),
    url("assets/blue-depth.webp") center / cover no-repeat;
  opacity: 0.9;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 76%, transparent);
  pointer-events: none;
}

.founder-heading {
  display: grid;
  gap: 24px;
}

.founder-heading h2 {
  width: min(1000px, 100%);
}

.founder-heading p {
  width: min(760px, 100%);
  margin: 0;
  font-size: 18px;
}

.founder-stage {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 58px;
}

.founder-card {
  width: min(420px, 100%);
}

.founder-photo {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 34px;
  background: #080912;
  box-shadow: 0 30px 90px rgba(0,0,0,0.42), 0 0 80px rgba(19,56,255,0.18);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 86% 80%, rgba(19,56,255,0.42), transparent 30%);
  pointer-events: none;
}

.founder-socials {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  gap: 8px;
}

.founder-socials a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #11121a;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.founder-card h3 {
  margin: 22px 0 6px;
  font-size: 25px;
}

.founder-card p {
  margin: 0;
  font-size: 16px;
}

.founder-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 18px;
  min-width: 0;
}

.founder-note {
  min-height: 252px;
  padding: 28px;
}

.founder-note h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.08;
  overflow-wrap: break-word;
  hyphens: auto;
}

.founder-note p {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.55;
}

.founder-dashboard {
  min-height: 252px;
  border-radius: 28px;
  background: #070813;
}

.founder-dashboard img {
  width: 100%;
  height: 100%;
  min-height: 252px;
  object-fit: cover;
  object-position: top left;
  filter: saturate(1.04) contrast(1.04);
}

.founder-dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02) 32%, rgba(0,0,0,0.78)),
    radial-gradient(circle at 86% 12%, rgba(118,220,255,0.22), transparent 42%);
  pointer-events: none;
}

.founder-dashboard div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
}

.founder-dashboard span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(3, 5, 16, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.founder-dashboard strong {
  display: block;
  max-width: 460px;
  color: #fff;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.14;
}

.founder-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.founder-points article {
  min-height: 178px;
  padding: 22px;
}

.founder-points strong,
.founder-points span {
  display: block;
}

.founder-points strong {
  margin-top: 20px;
  color: #fff;
  font-size: 19px;
  line-height: 1.1;
}

.founder-points span {
  margin-top: 10px;
  color: rgba(255,255,255,0.64);
  font-size: 14px;
  line-height: 1.45;
}

.founder-point-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,0.78), transparent 18%),
    linear-gradient(145deg, rgba(118,220,255,0.34), rgba(19,56,255,0.88) 48%, rgba(124,92,255,0.72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), 0 0 34px rgba(19,56,255,0.28);
}

.founder-point-icon::before,
.founder-point-icon::after {
  content: "";
  position: absolute;
  border-color: #fff;
}

.founder-point-workflows::before {
  width: 32px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 7px;
}

.founder-point-workflows::after {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 0 #fff;
}

.founder-point-brand::before {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 9px;
  transform: rotate(45deg);
}

.founder-point-brand::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.founder-point-ai::before {
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.founder-point-ai::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -16px 0 0 #fff, 16px 0 0 #fff;
}

.founder-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.founder-line span {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.42), transparent);
}

.founder-line a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.founder-line i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #070712;
  background: #fff;
  font-style: normal;
}

.photo-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 30px;
  background: #080912;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 26px 80px rgba(0,0,0,0.3);
}

.photo-card-large {
  min-height: 382px;
}

.photo-card img,
.example-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.05);
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 16%, rgba(0,0,0,0.76) 100%),
    radial-gradient(circle at 90% 0%, rgba(19,56,255,0.42), transparent 42%);
}

.photo-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

.photo-card strong,
.photo-card span {
  display: block;
}

.photo-card strong {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.05;
}

.photo-card span {
  color: rgba(255,255,255,0.74);
  line-height: 1.45;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.example-card {
  display: grid;
  grid-template-rows: 190px 1fr;
}

.example-card img {
  min-height: 0;
}

.example-card div {
  padding: 22px;
}

.example-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.example-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.example-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.card-icon,
.audience-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 34px rgba(19,56,255,0.24);
}

.card-icon::before,
.card-icon::after,
.audience-icon::before,
.audience-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.icon-operations,
.icon-restaurant {
  color: #fff;
}

.icon-operations::before {
  width: 34px;
  height: 24px;
  border: 3px solid;
  border-radius: 7px;
}

.icon-operations::after {
  width: 20px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 9px 0 currentColor;
}

.icon-ai::before {
  width: 32px;
  height: 32px;
  border: 3px solid;
  border-radius: 50%;
}

.icon-ai::after {
  width: 44px;
  height: 44px;
  border: 1px solid;
  border-radius: 50%;
  opacity: 0.46;
}

.icon-brand::before {
  width: 34px;
  height: 34px;
  border: 3px solid;
  border-radius: 10px;
  transform: rotate(45deg);
}

.icon-brand::after {
  width: 15px;
  height: 15px;
  background: currentColor;
  border-radius: 50%;
}

.audience h2,
.modules h2,
.process h2,
.pricing h2 {
  width: min(970px, 100%);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.audience-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 34px;
  color: rgba(255,255,255,0.58);
  background: rgba(7, 8, 13, 0.76);
  font: inherit;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.audience-card:hover,
.audience-card.is-active {
  color: #fff;
  border-color: rgba(30, 69, 255, 0.9);
  box-shadow: inset 0 0 52px rgba(19,56,255,0.23), 0 0 0 1px rgba(19,56,255,0.52);
  transform: translateY(-4px);
}

.audience-card:focus {
  outline: none;
}

.audience-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.audience-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  color: currentColor;
}

.icon-restaurant::before {
  width: 34px;
  height: 26px;
  border: 4px solid;
  border-radius: 6px;
}

.icon-restaurant::after {
  width: 18px;
  height: 10px;
  border: 4px solid;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  transform: translateY(-22px);
}

.icon-retail::before {
  width: 38px;
  height: 28px;
  border: 3px solid;
  border-radius: 5px;
}

.icon-retail::after {
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-radius: 50%;
  box-shadow: 20px 0 0 -3px var(--bg), 20px 0 0 0 currentColor;
  transform: translateY(20px);
}

.icon-service::before {
  width: 36px;
  height: 36px;
  border: 3px solid;
  border-radius: 50%;
}

.icon-service::after {
  width: 28px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 -10px 0 currentColor, 0 10px 0 currentColor;
}

.icon-agency::before {
  width: 44px;
  height: 3px;
  background: currentColor;
  transform: rotate(-35deg);
}

.icon-agency::after {
  width: 44px;
  height: 3px;
  background: currentColor;
  transform: rotate(35deg);
}

.audience-panel {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 110px;
  margin-top: 24px;
  padding: 26px 30px;
}

.audience-panel strong {
  font-size: 21px;
  line-height: 1.1;
}

.audience-panel p {
  margin: 0;
}

.marquee {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  contain: paint;
  border-block: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(90deg, rgba(19,56,255,0.26), rgba(124,92,255,0.18), rgba(19,56,255,0.26));
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee span {
  display: inline-flex;
  padding: 26px 22px;
  color: #fff;
  font-size: clamp(20px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.marquee-track i {
  display: inline-flex;
  align-items: center;
  padding-inline: 8px 22px;
  color: rgba(255,255,255,0.82);
  font-size: clamp(20px, 2.6vw, 38px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.modules {
  position: relative;
}

.modules::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 780px;
  transform: translateX(-50%);
  opacity: 0.36;
  background: url("assets/blue-depth.webp") center / cover no-repeat;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 62%, transparent);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.module-card {
  min-height: 284px;
  padding: 28px;
}

.module-card small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 44px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(19,56,255,0.9);
  box-shadow: 0 0 38px rgba(19,56,255,0.52);
  font-size: 14px;
  font-weight: 900;
}

.module-card-link {
  color: inherit;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.module-card-link:hover {
  border-color: rgba(118, 220, 255, 0.42);
  box-shadow: inset 0 0 56px rgba(19, 56, 255, 0.18), 0 22px 70px rgba(19, 56, 255, 0.18);
  transform: translateY(-4px);
}

.process-list {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

.process-step {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(190px, 0.34fr);
  gap: 28px;
  align-items: center;
  min-height: 168px;
  padding: 22px;
}

.process-text {
  min-width: 0;
}

.process-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,0.9), rgba(255,255,255,0.08) 17%, transparent 26%),
    linear-gradient(145deg, rgba(118,220,255,0.38), rgba(19,56,255,0.98) 46%, rgba(124,92,255,0.86));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.46),
    inset -18px -24px 38px rgba(3, 5, 16, 0.34),
    0 22px 62px rgba(19,56,255,0.36);
}

.process-icon::before,
.process-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.process-icon::before {
  inset: 10px 12px auto;
  height: 38px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0));
  transform: translateZ(10px);
}

.process-icon::after {
  inset: auto 12px 10px;
  height: 13px;
  border-radius: 50%;
  background: rgba(3, 5, 16, 0.34);
  filter: blur(8px);
}

.process-icon i,
.process-icon b {
  position: absolute;
  display: block;
  transform: translateZ(18px);
}

.process-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,0.38))
    drop-shadow(0 8px 18px rgba(3,5,16,0.22));
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.process-icon-setup i {
  width: 43px;
  height: 36px;
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(255,255,255,0.26);
}

.process-icon-setup i::before,
.process-icon-setup i::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

.process-icon-setup i::before {
  top: 9px;
}

.process-icon-setup i::after {
  top: 20px;
}

.process-icon-setup b {
  right: 22px;
  bottom: 23px;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
}

.process-icon-sales i {
  width: 50px;
  height: 32px;
  border: 4px solid #fff;
  border-top: 0;
  border-radius: 8px 8px 14px 14px;
}

.process-icon-sales i::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -13px;
  width: 56px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 18px 18px 6px 6px;
}

.process-icon-sales b {
  right: 18px;
  top: 28px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: -40px 36px 0 -4px #fff, -14px 36px 0 -4px #fff;
}

.process-icon-automation i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    -28px -18px 0 0 #fff,
    30px -10px 0 0 #fff,
    -22px 25px 0 0 #fff,
    28px 24px 0 0 #fff;
}

.process-icon-automation b {
  width: 64px;
  height: 56px;
  border: 4px solid rgba(255,255,255,0.86);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translateZ(12px) rotate(18deg);
}

.process-icon-track i {
  bottom: 28px;
  left: 29px;
  width: 9px;
  height: 25px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 16px -13px 0 #fff, 32px -27px 0 #fff;
}

.process-icon-track b {
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.process-icon-track b::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 1px;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

.process-visual {
  position: relative;
  height: 124px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 24px;
  background: #080912;
  box-shadow: 0 18px 58px rgba(0,0,0,0.24);
}

.process-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.58)),
    radial-gradient(circle at 86% 8%, rgba(118,220,255,0.24), transparent 42%);
  pointer-events: none;
}

.process-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.04) contrast(1.04);
}

.pricing-heading {
  display: grid;
  gap: 20px;
}

.pricing-heading-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}

.pricing-heading-actions .btn {
  width: fit-content;
  min-width: 0;
}

.pricing-heading h2 {
  width: min(980px, 100%);
}

.pricing-heading h2 span {
  color: #fff;
}

.pricing-heading p {
  width: min(760px, 100%);
  margin: 0;
  font-size: 18px;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 48px;
}

.pricing-art {
  position: sticky;
  top: 150px;
  display: grid;
  min-height: 600px;
  place-items: center;
  overflow: hidden;
}

.pricing-art img {
  width: min(360px, 100%);
  max-width: none;
  transform: rotate(-14deg) scale(1.1);
  filter:
    drop-shadow(0 0 38px rgba(19, 56, 255, 0.48))
    drop-shadow(0 28px 80px rgba(0, 0, 0, 0.58));
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 0;
}

.plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  min-height: auto;
  padding: 0;
}

.plan-card-featured {
  border-color: rgba(118, 220, 255, 0.46);
  background:
    radial-gradient(circle at 50% 0%, rgba(19,56,255,0.28), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
    var(--panel-strong);
}

.badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 28px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  font-size: 13px;
  font-weight: 900;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 18px 0 10px;
}

.price span {
  font-size: 58px;
  line-height: 0.9;
  font-weight: 900;
}

.price small,
.location {
  color: var(--soft);
  font-weight: 800;
}

.plan-card ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.03em;
  width: 4px;
  height: 25px;
  border-radius: 999px;
  background: rgba(118, 220, 255, 0.48);
}

.plan-card .btn {
  width: 100%;
  margin-top: auto;
}

.plan-copy {
  padding: 34px;
}

.plan-price-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 100%;
  padding: 30px;
  border-left: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 76% 8%, rgba(118,220,255,0.28), transparent 34%),
    linear-gradient(145deg, rgba(19,56,255,0.72), rgba(12,14,37,0.9) 52%, rgba(124,92,255,0.64)),
    url("assets/blue-depth.webp") center / cover no-repeat;
}

.plan-price-panel .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 14px;
  text-align: center;
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: anywhere;
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.integration-card {
  min-height: 150px;
  padding: 26px;
}

.integration-card strong,
.integration-card span {
  display: block;
}

.integration-card strong {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1;
}

.integration-card span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.pricing-page-main {
  position: relative;
  overflow: hidden;
  padding: 140px 0 90px;
}

.pricing-page-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 52% 12%, rgba(33,72,255,0.35), transparent 34%),
    radial-gradient(circle at 85% 44%, rgba(124,92,255,0.18), transparent 30%),
    #02030b;
}

.pricing-page-shell {
  width: min(100% - 56px, 1280px);
  margin-inline: auto;
}

.pricing-page-hero {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  margin-bottom: 52px;
}

.pricing-page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
}

.pricing-page-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.billing-toggle {
  display: inline-flex;
  gap: 4px;
  margin-top: 18px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
}

.billing-toggle button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-weight: 900;
  background: transparent;
  cursor: pointer;
}

html[data-billing="monthly"] .billing-toggle [data-billing="monthly"],
html[data-billing="annual"] .billing-toggle [data-billing="annual"] {
  color: #050713;
  background: #fff;
}

.pricing-plan-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
  margin-bottom: 10px;
}

.pricing-plan-select {
  width: min(100%, 360px);
  text-align: left;
}

.pricing-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pricing-calculator-cta {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18),
    0 18px 48px rgba(36, 75, 255, 0.32);
}

.pricing-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-table-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  min-height: 560px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 74% 8%, rgba(93, 99, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 30px 90px rgba(0,0,0,0.34);
}

.pricing-table-card.is-featured {
  border-color: rgba(102, 117, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 0 1px rgba(68, 82, 255, 0.32),
    0 0 54px rgba(51, 70, 255, 0.34);
}

.pricing-badge {
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #93a7ff;
  font-size: 14px;
  font-weight: 900;
}

.pricing-table-card h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
}

.pricing-table-card > header p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.pricing-option-list {
  display: grid;
  gap: 0;
  align-content: start;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.pricing-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.pricing-option[data-plan-option] {
  cursor: pointer;
  border-radius: 18px;
  padding-inline: 12px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.pricing-option[data-plan-option]:hover,
.pricing-option[data-plan-option]:focus-visible,
.pricing-option[data-plan-option].is-selected {
  border-color: rgba(118, 220, 255, 0.26);
  background: rgba(118, 220, 255, 0.075);
  box-shadow:
    inset 0 0 0 1px rgba(118, 220, 255, 0.12),
    0 14px 30px rgba(19, 56, 255, 0.14);
  transform: translateY(-1px);
  outline: none;
}

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

.pricing-option strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.pricing-option small {
  margin-top: 6px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 800;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 3px;
  color: #fff;
  white-space: nowrap;
}

.pricing-price b {
  font-size: 34px;
  line-height: 1;
}

.pricing-price em {
  color: rgba(255,255,255,0.76);
  font-style: normal;
  font-size: 13px;
}

.pricing-price .old-price {
  margin-left: 6px;
  color: rgba(255,255,255,0.58);
  font-size: 15px;
  text-decoration: line-through;
}

.pricing-note {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.pricing-note strong {
  color: #fff;
}

.pricing-explain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
}

.pricing-explain-card {
  min-height: 260px;
  padding: 28px;
}

.pricing-explain-card h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: 25px;
  line-height: 1.08;
}

.pricing-explain-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.pricing-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  color: #fff;
  font-size: 26px;
  background: linear-gradient(145deg, rgba(33,72,255,0.86), rgba(124,92,255,0.6));
  box-shadow: 0 0 34px rgba(69, 88, 255, 0.32);
}

.annual-price,
html[data-billing="annual"] .monthly-price {
  display: none;
}

html[data-billing="annual"] .annual-price {
  display: flex;
}

html[lang="ru"] .lang-en,
html[lang="en"] .lang-ru {
  display: none !important;
}

@media (max-width: 640px) {
  .pricing-page-main {
    padding-top: 132px;
  }

  .pricing-page-shell {
    width: calc(100% - 24px);
  }

  .pricing-page-hero h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1;
    padding-inline: 10px;
  }

  .pricing-plan-actions .btn,
  .pricing-action-buttons .btn {
    width: 100%;
  }

  .pricing-plan-actions {
    flex-direction: column;
  }

  .pricing-plan-select,
  .pricing-action-buttons {
    width: 100%;
  }

  .pricing-plan-actions .btn,
  .pricing-action-buttons .btn {
    justify-content: center;
  }

  .pricing-table-card,
  .pricing-explain-card {
    padding: 22px;
  }

  .pricing-option {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-price {
    justify-content: start;
  }
}

.resources-section {
  position: relative;
  padding-block: 92px;
}

.resources-section::before {
  content: "";
  position: absolute;
  inset: 8% -8% auto auto;
  width: 44vw;
  height: 44vw;
  max-width: 620px;
  max-height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 79, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.resources-section .split-heading {
  margin-bottom: 30px;
}

.resources-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resources-section > .resources-grid > .resource-card:nth-child(n + 7) {
  display: none;
}

.resource-card {
  display: grid;
  align-content: space-between;
  min-height: 238px;
  padding: 24px;
  color: var(--text);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 220, 255, 0.42);
  background:
    radial-gradient(circle at 18% 12%, rgba(118, 220, 255, 0.14), transparent 9rem),
    rgba(255, 255, 255, 0.075);
}

.resource-card small {
  color: var(--neon);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card h3 {
  margin: 18px 0 14px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.04;
}

.resource-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.46;
}

.resource-card span.resource-arrow {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 44px;
  height: 44px;
  margin-top: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(38, 79, 255, 0.36);
}

.resources-more {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.resources-more summary {
  width: fit-content;
  list-style: none;
  cursor: pointer;
}

.resources-more summary::-webkit-details-marker {
  display: none;
}

.resources-more summary .hide {
  display: none;
}

.resources-more[open] summary .show {
  display: none;
}

.resources-more[open] summary .hide {
  display: inline;
}

.resources-extra-grid {
  margin-top: 22px;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  gap: 28px;
  align-items: center;
  margin-block: 60px 30px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.72)),
    url("assets/blue-depth.webp") center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 30px 100px rgba(0,0,0,0.45);
}

.final-cta-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: 34px 10px 34px 12px;
  text-align: left;
}

.final-cta p {
  width: min(620px, 100%);
  margin: 24px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
}

.final-cta.contact-section {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.7fr);
  align-items: stretch;
}

.final-cta.contact-section p {
  margin: 0;
}

.final-cta.contact-section .contact-content {
  width: min(820px, 100%);
  padding: 34px 10px 34px 12px;
}

.final-cta.contact-section .contact-content > p {
  width: min(760px, 100%);
  font-size: 16px;
}

.cta-cube {
  position: absolute;
  top: 40px;
  left: 36%;
  width: 190px;
  opacity: 0.74;
  filter: drop-shadow(0 0 36px rgba(19,56,255,0.42));
}

.demo-form {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.form-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.form-header span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-header strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.form-helper {
  margin: -4px 0 18px;
  color: rgba(224, 237, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field span,
.module-picker legend {
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  outline: none;
  color: #fff;
  background: rgba(3, 5, 16, 0.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field select {
  padding: 0 14px;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  background-color: rgba(3, 5, 16, 0.66);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7 7L12 2' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 9px;
}

.field textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(118, 220, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(118, 220, 255, 0.12);
}

.field select option {
  color: #090a12;
}

.field-full {
  margin-top: 14px;
}

.security-field {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.security-field input {
  width: 1px;
  min-height: 1px;
  padding: 0;
  border: 0;
}

.form-security-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(118, 220, 255, 0.18);
  border-radius: 16px;
  color: rgba(224, 237, 255, 0.72);
  background: rgba(118, 220, 255, 0.055);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.module-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  border: 0;
}

.module-picker legend {
  width: 100%;
  margin-bottom: 2px;
}

.module-picker label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.065);
  font-size: 13px;
  font-weight: 800;
}

.module-picker input,
.consent-row input {
  accent-color: var(--blue);
}

.consent-row {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 14px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.45;
}

.consent-row a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.form-submit {
  width: 100%;
  margin-top: 18px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  line-height: 1.45;
}

.form-status.is-success {
  color: #8ff5c2;
}

.form-status.is-error {
  color: #ff9a9a;
}

.video-section {
  padding-block: 104px;
}

.video-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-top: 24px;
}

.video-copy h2 {
  margin: 0;
}

.video-copy p {
  max-width: 680px;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 34px;
  padding: 10px;
  overflow: hidden;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 22px;
  background: #030306;
}

.legal-main {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 80px));
  margin: 0 auto;
  padding: 160px 0 92px;
}

.legal-hero {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.legal-hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 420px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(19, 56, 255, 0.42), transparent 66%);
  filter: blur(8px);
  pointer-events: none;
}

.legal-hero h1 {
  position: relative;
  max-width: 780px;
  margin: 18px 0 0;
  font-size: clamp(38px, 5.8vw, 64px);
  line-height: 0.98;
}

.legal-hero p {
  position: relative;
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
}

.legal-meta {
  position: relative;
  display: inline-flex;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.07);
  font-size: 13px;
  font-weight: 800;
}

.legal-panel {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.legal-panel[hidden] {
  display: none;
}

.legal-card {
  padding: 28px;
}

.legal-card h2 {
  margin: 0;
  font-size: 22px;
}

.legal-card p,
.legal-card li {
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
}

.legal-card p {
  margin: 12px 0 0;
}

.legal-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-full-card {
  padding: clamp(24px, 4vw, 44px);
}

.legal-policy-note {
  max-width: 720px;
}

.legal-full-policy {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
  padding: clamp(18px, 3vw, 30px);
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
    rgba(5, 7, 18, 0.72);
  color: rgba(255,255,255,0.78);
  font-family: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.76;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 420px) auto;
  justify-content: space-between;
  gap: 60px;
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
  padding: 34px 0 56px;
  border-top: 1px solid rgba(255,255,255,0.13);
}

.site-footer p {
  margin: 22px 0 0;
  font-size: 15px;
}

.site-footer nav {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.site-footer nav a {
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  font-weight: 800;
}

.site-footer nav a:hover {
  color: #fff;
}

.article-page {
  background: #030306;
}

.article-page,
.article-page * {
  box-sizing: border-box;
}

.article-page img,
.article-page video,
.article-page iframe {
  max-width: 100%;
}

.article-site-header {
  position: sticky;
  top: 16px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1184px, calc(100% - 48px));
  margin: 16px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(14, 17, 34, 0.74);
  box-shadow: 0 18px 70px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
}

.article-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.article-brand img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}

.article-brand span {
  line-height: 1;
}

.article-home-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
}

.article-home-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.article-site-header nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.article-site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255,255,255,0.06);
}

.article-language-toggle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 16px 38px rgba(0, 0, 0, 0.24);
}

.article-language-toggle:hover {
  border-color: rgba(80, 113, 255, 0.72);
  background: rgba(42, 66, 255, 0.18);
}

.article-main {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 56px;
}

.article-main > article {
  display: grid;
  gap: clamp(20px, 2.4vw, 34px);
}

.article-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 8%, rgba(19,56,255,0.42), transparent 32rem),
    radial-gradient(circle at 22% 74%, rgba(124,92,255,0.2), transparent 26rem),
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  box-shadow: 0 30px 110px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.16);
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.article-hero > * {
  position: relative;
  z-index: 1;
}

.article-hero h1 {
  max-width: 920px;
  margin: 20px 0 16px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
}

.article-ru-title {
  max-width: 820px;
  margin: 0;
  color: rgba(247,248,255,0.72);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 850;
  line-height: 1.14;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.article-meta > span,
.article-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.07);
  font-size: 13px;
  font-weight: 800;
}

.article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

.article-content {
  display: grid;
  gap: 22px;
}

.article-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 28px;
  background: rgba(18, 19, 31, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 20px 70px rgba(0,0,0,0.26);
}

.article-card h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.02;
}

.article-card h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 21px;
}

.article-card p,
.article-card li {
  color: rgba(247,248,255,0.7);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.68;
}

.article-card p {
  margin: 0 0 16px;
}

.article-card p:last-child {
  margin-bottom: 0;
}

.article-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.article-card li {
  position: relative;
  padding-left: 20px;
}

.article-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 14px rgba(118,220,255,0.55);
}

.article-side {
  position: static;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.article-side-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 28px;
  background: rgba(18, 19, 31, 0.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 60px rgba(0,0,0,0.26);
}

.article-side-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  background: #090b16;
}

.article-side-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #090b16;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-side-card div {
  padding: 18px;
}

.article-side-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.article-side-card p {
  margin: 8px 0 0;
  color: rgba(247,248,255,0.62);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.article-toc {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.article-toc a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  font-weight: 800;
}

.article-faq details {
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 18px 0;
}

.article-faq details:first-of-type {
  border-top: 0;
}

.article-faq summary {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.article-faq p {
  margin-top: 12px;
}

.article-return {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(118,220,255,0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(19,56,255,0.34), transparent 18rem),
    rgba(18, 19, 31, 0.76);
}

.article-return strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.article-return p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(247,248,255,0.66);
  font-weight: 700;
  line-height: 1.55;
}

.article-footer {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 36px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.article-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-footer a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255,255,255,0.05);
}

.article-hero.article-hero-editorial {
  padding: clamp(24px, 4vw, 52px);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

.article-hero-grid h1 {
  max-width: 1060px;
  font-size: clamp(34px, 4.15vw, 56px);
  line-height: 1.03;
}

html[lang="ru"] .article-hero-grid h1 {
  max-width: 1080px;
  font-size: clamp(32px, 3.65vw, 50px);
  line-height: 1.06;
}

.article-hero-grid h1.article-title-long {
  max-width: 1120px;
  font-size: clamp(30px, 3.15vw, 44px);
  line-height: 1.08;
}

html[lang="ru"] .article-hero-grid h1.article-title-long {
  max-width: 1120px;
  font-size: clamp(29px, 2.95vw, 42px);
  line-height: 1.1;
}

.article-hero-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.9fr);
  align-items: center;
}

.article-hero-grid h1.article-title-extra-long {
  max-width: 980px;
  font-size: clamp(29px, 2.8vw, 40px);
  line-height: 1.08;
}

html[lang="ru"] .article-hero-grid h1.article-title-extra-long {
  max-width: 960px;
  font-size: clamp(28px, 2.55vw, 36px);
  line-height: 1.1;
}

.article-lead {
  max-width: 930px;
  color: rgba(247,248,255,0.76);
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 750;
  line-height: 1.42;
}

.article-hero-visual,
.article-visual {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 26px 90px rgba(0,0,0,0.36), inset 0 1px 0 rgba(255,255,255,0.12);
}

.article-hero-visual a,
.article-visual a {
  display: block;
}

.article-hero-visual img,
.article-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.article-hero-visual img {
  aspect-ratio: 16 / 7.4;
  object-fit: cover;
}

.article-visual figcaption {
  padding: 14px 18px 18px;
  color: rgba(247,248,255,0.62);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.article-visual-wide {
  margin: 0;
}

.article-pullquote {
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(118,220,255,0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(118,220,255,0.18), transparent 22rem),
    linear-gradient(135deg, rgba(19,56,255,0.18), rgba(255,255,255,0.045));
  color: #fff;
  font-size: clamp(22px, 2.45vw, 34px);
  font-weight: 900;
  line-height: 1.1;
}

.article-pullquote small {
  display: block;
  margin-top: 14px;
  color: rgba(247,248,255,0.6);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.article-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(247,248,255,0.72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-section-label::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.article-card.article-editorial {
  background:
    radial-gradient(circle at 90% 0%, rgba(19,56,255,0.22), transparent 28rem),
    rgba(18, 19, 31, 0.74);
}

.article-card.article-editorial h2 {
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.08;
}

.article-inline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.article-info-tile,
.article-stat-card,
.article-flow-step {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 10%, rgba(118,220,255,0.1), transparent 14rem),
    rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.article-info-tile {
  padding: 20px;
}

.article-info-tile .tile-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(19,56,255,0.95), rgba(124,92,255,0.92));
  box-shadow: 0 14px 36px rgba(19,56,255,0.3), inset 0 1px 0 rgba(255,255,255,0.24);
  color: #fff;
  font-size: 22px;
}

.article-info-tile h3 {
  margin: 0 0 8px;
}

.article-info-tile p {
  font-size: 15px;
  line-height: 1.55;
}

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

.article-stat-card {
  padding: 20px;
}

.article-stat-card strong {
  display: block;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.article-stat-card span {
  display: block;
  margin-top: 8px;
  color: rgba(247,248,255,0.62);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.article-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.article-flow-step {
  position: relative;
  min-height: 150px;
  padding: 18px;
}

.article-flow-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  box-shadow: 0 0 16px rgba(118,220,255,0.45);
}

.article-flow-step:last-child::after {
  display: none;
}

.article-flow-step b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), #795cff);
  color: #fff;
  font-size: 13px;
}

.article-flow-step strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.18;
}

.article-flow-step span {
  display: block;
  margin-top: 8px;
  color: rgba(247,248,255,0.6);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.article-note {
  padding: 18px 20px;
  border-left: 3px solid var(--cyan);
  border-radius: 18px;
  background: rgba(118,220,255,0.08);
  color: rgba(247,248,255,0.76);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.55;
}

.article-related-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.article-related-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.045);
  font-size: 14px;
  font-weight: 850;
}

.article-language-body {
  display: grid;
  gap: 22px;
}

.article-language-body.lang-ru {
  display: none;
}

html[lang="ru"] .article-language-body.lang-ru {
  display: grid;
}

html[lang="ru"] .article-language-body.lang-en {
  display: none !important;
}

.what-is-sabsus-article .article-main {
  width: min(1280px, calc(100% - 48px));
}

.what-is-sabsus-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(27px, 2.6vw, 38px);
  line-height: 1.09;
}

html[lang="ru"] .what-is-sabsus-article .article-hero-grid h1.article-title-extra-long {
  max-width: 780px;
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: 1.12;
}

.what-is-sabsus-article .article-hero-visual img {
  aspect-ratio: 16 / 10;
}

.what-is-sabsus-article .article-card.article-editorial h2 {
  font-size: clamp(23px, 2vw, 31px);
}

.what-is-sabsus-article .article-card p,
.what-is-sabsus-article .article-card li,
.what-is-sabsus-article .article-faq p {
  font-size: 16px;
  line-height: 1.66;
}

.what-is-sabsus-article .article-pullquote h2 {
  margin: 0;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.12;
}

.what-is-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.what-is-flow .article-flow-step {
  min-height: 188px;
}

.what-is-flow .article-flow-step strong {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), #795cff);
  box-shadow: 0 14px 34px rgba(19,56,255,0.3);
  font-size: 14px;
}

.what-is-flow .article-flow-step span {
  margin-top: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.what-is-flow .article-flow-step p {
  margin: 10px 0 0;
  color: rgba(247,248,255,0.62);
  font-size: 14px;
  line-height: 1.48;
}

.what-is-module-grid .article-info-tile {
  min-height: 210px;
}

.who-sabsus-article .article-main {
  width: min(1280px, calc(100% - 48px));
}

.who-sabsus-article .article-hero-grid h1.article-title-extra-long {
  max-width: 720px;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.1;
}

html[lang="ru"] .who-sabsus-article .article-hero-grid h1.article-title-extra-long {
  max-width: 720px;
  font-size: clamp(24px, 2.05vw, 30px);
  line-height: 1.12;
}

.who-sabsus-article .article-lead {
  max-width: 720px;
  font-size: clamp(16px, 1.28vw, 18px);
  line-height: 1.5;
}

.who-sabsus-article .article-card.article-editorial h2 {
  max-width: 940px;
  font-size: clamp(23px, 1.95vw, 30px);
  line-height: 1.12;
}

html[lang="ru"] .who-sabsus-article .article-card.article-editorial h2 {
  font-size: clamp(22px, 1.72vw, 27px);
}

.not-restaurant-article .article-main {
  width: min(1320px, calc(100% - 48px));
}

.not-restaurant-article .article-hero {
  overflow: hidden;
}

.not-restaurant-article .article-hero-grid h1.article-title-extra-long {
  max-width: 740px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.02;
}

html[lang="ru"] .not-restaurant-article .article-hero-grid h1.article-title-extra-long {
  max-width: 720px;
  font-size: clamp(26px, 2.65vw, 40px);
  line-height: 1.06;
}

.not-restaurant-article .article-lead {
  max-width: 760px;
}

.not-restaurant-hero-visual img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 18%;
}

.not-restaurant-text-block h2,
.not-restaurant-text-block h3 {
  max-width: 920px;
}

.not-restaurant-text-block p,
.not-restaurant-text-block li {
  max-width: 940px;
}

.not-restaurant-map {
  overflow: hidden;
  margin-bottom: 28px;
}

.not-restaurant-map::before {
  content: "";
  position: absolute;
  inset: auto 8% 14% 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(83, 220, 255, 0.42), rgba(91, 77, 255, 0.5), transparent);
  opacity: 0.9;
}

.not-restaurant-map-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.not-restaurant-hub,
.not-restaurant-map-grid article {
  min-height: 118px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.028));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 46px rgba(9, 14, 50, 0.24);
}

.not-restaurant-hub {
  grid-column: span 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 22px;
  background: radial-gradient(circle at 20% 15%, rgba(55, 92, 255, 0.42), transparent 42%), rgba(9, 12, 28, 0.86);
}

.not-restaurant-hub img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(26, 69, 255, 0.4);
}

.not-restaurant-hub strong {
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 0.95;
}

.not-restaurant-hub span,
.not-restaurant-map-grid article span {
  color: rgba(247,248,255,0.62);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.not-restaurant-map-grid article {
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 18px;
}

.not-restaurant-map-grid article b {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.not-restaurant-gallery h2 {
  max-width: 820px;
}

.not-restaurant-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.not-restaurant-visual-grid a {
  position: relative;
  display: block;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  background-color: rgba(255,255,255,0.045);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}

.not-restaurant-visual-grid img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.not-restaurant-visual-grid a:hover img {
  transform: scale(1.035);
  opacity: 0;
}

.not-restaurant-visual-grid span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(4, 6, 18, 0.78);
  box-shadow: 0 14px 38px rgba(0,0,0,0.32);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .not-restaurant-map-grid,
  .not-restaurant-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .not-restaurant-hub {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .not-restaurant-article .article-main {
    width: min(100% - 20px, 520px);
  }

  .not-restaurant-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .not-restaurant-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(25px, 8vw, 36px);
    line-height: 1.06;
  }

  .not-restaurant-map-grid,
  .not-restaurant-visual-grid {
    grid-template-columns: 1fr;
  }

  .not-restaurant-hub,
  .not-restaurant-map-grid article {
    min-height: 104px;
    border-radius: 20px;
  }

  .not-restaurant-visual-grid a,
  .not-restaurant-visual-grid img {
    min-height: 220px;
  }
}

.who-audience-grid,
.who-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.who-role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.who-audience-grid article,
.who-role-grid article,
.who-process-grid article {
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(118,220,255,0.12), transparent 12rem),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.who-audience-grid article {
  overflow: hidden;
}

.who-audience-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #070914;
}

.who-audience-grid article > div,
.who-role-grid article,
.who-process-grid article {
  padding: 18px;
}

.who-audience-grid strong,
.who-role-grid strong,
.who-process-grid strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.16;
}

.who-audience-grid p,
.who-role-grid p,
.who-process-grid p {
  margin: 8px 0 0;
  color: rgba(247,248,255,0.62);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.48;
}

.who-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.who-process-grid span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #795cff);
  box-shadow: 0 14px 34px rgba(19,56,255,0.3);
  font-size: 13px;
  font-weight: 950;
}

.pos-crm-erp-article .article-sidebar-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pos-crm-erp-article .what-is-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pos-crm-erp-article .platform-comparison {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(8,10,24,0.58);
}

.pos-crm-erp-article .platform-comparison th,
.pos-crm-erp-article .platform-comparison td {
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
}

.pos-crm-erp-article .platform-comparison th {
  color: #fff;
  background: rgba(19,56,255,0.16);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pos-crm-erp-article .platform-comparison tr:last-child td {
  border-bottom: 0;
}

.pos-crm-erp-article .platform-comparison strong {
  color: #fff;
}

.pos-crm-erp-article .article-hero-grid h1.article-title-extra-long {
  max-width: 820px;
  font-size: clamp(26px, 2.45vw, 36px);
}

html[lang="ru"] .pos-crm-erp-article .article-hero-grid h1.article-title-extra-long {
  max-width: 860px;
  font-size: clamp(24px, 2.05vw, 32px);
}

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

.article-visual-collage a,
.article-visual-collage img {
  height: 100%;
}

.article-visual-collage img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 980px) {
  .what-is-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .who-audience-grid,
  .who-role-grid,
  .who-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .what-is-flow .article-flow-step::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .what-is-sabsus-article .article-main {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    overflow-x: hidden;
  }

  .what-is-sabsus-article .article-hero,
  .what-is-sabsus-article .article-card,
  .what-is-sabsus-article .article-return {
    max-width: 100%;
    overflow-x: hidden;
  }

  .what-is-sabsus-article .article-hero-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .what-is-sabsus-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .what-is-sabsus-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 30px);
    overflow-wrap: anywhere;
  }

  .what-is-sabsus-article .article-lead,
  .what-is-sabsus-article .article-card p,
  .what-is-sabsus-article .article-card li {
    overflow-wrap: anywhere;
  }

  .what-is-sabsus-article .article-hero-visual,
  .what-is-sabsus-article .article-visual {
    min-width: 0;
    max-width: 100%;
  }

  .what-is-sabsus-article .article-hero-visual img,
  .what-is-sabsus-article .article-visual img {
    width: 100%;
  }

  .what-is-flow,
  .who-audience-grid,
  .who-role-grid,
  .who-process-grid,
  .article-visual-collage {
    grid-template-columns: 1fr;
  }

  .pos-crm-erp-article .platform-comparison {
    display: block;
    overflow-x: auto;
  }

  .what-is-flow .article-flow-step {
    min-height: 0;
  }
}

.profit-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.08;
}

html[lang="ru"] .profit-article .article-hero-grid h1.article-title-extra-long {
  max-width: 780px;
  font-size: clamp(28px, 2.85vw, 40px);
}

.profit-summary-card {
  margin-top: 28px;
  background:
    radial-gradient(circle at 82% 8%, rgba(19,56,255,0.28), transparent 24rem),
    rgba(18, 19, 31, 0.78);
}

.profit-equation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: center;
}

.profit-equation-grid h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}

.profit-formula {
  padding: 20px;
  border: 1px solid rgba(118,220,255,0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(118,220,255,0.14), transparent 15rem),
    rgba(255,255,255,0.055);
  color: #fff;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.25;
}

.profit-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.profit-compare-grid article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
}

.profit-compare-grid article > span {
  color: rgba(247,248,255,0.62);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.profit-compare-grid strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.95;
}

.profit-compare-grid p {
  margin: 10px 0 0;
  color: rgba(247,248,255,0.66);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.profit-article .article-card.article-editorial h2 {
  font-size: clamp(23px, 2.1vw, 31px);
}

.profit-article .article-card h3 {
  font-size: 19px;
  line-height: 1.16;
}

.profit-article .article-card p,
.profit-article .article-card li {
  font-size: 16px;
  line-height: 1.64;
}

.lost-lead-article .article-main {
  width: min(1280px, calc(100% - 48px));
}

.lost-lead-article .article-hero-grid h1.article-title-extra-long {
  max-width: 720px;
  font-size: clamp(29px, 2.75vw, 40px);
  line-height: 1.08;
}

html[lang="ru"] .lost-lead-article .article-hero-grid h1.article-title-extra-long {
  max-width: 720px;
  font-size: clamp(27px, 2.38vw, 34px);
  line-height: 1.1;
}

.lost-lead-article .article-lead {
  max-width: 700px;
  font-size: clamp(16px, 1.35vw, 19px);
}

.lost-lead-hero-visual img {
  aspect-ratio: 16 / 10;
  object-position: left top;
}

.lost-lead-article .article-card.article-editorial h2 {
  max-width: 860px;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.09;
}

html[lang="ru"] .lost-lead-article .article-card.article-editorial h2 {
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.1;
}

.lost-lead-article .article-card h3 {
  font-size: 19px;
  line-height: 1.16;
}

.lost-lead-article .article-card p,
.lost-lead-article .article-card li {
  font-size: 16px;
  line-height: 1.64;
}

.lead-loss-summary,
.lost-lead-flow-card {
  margin-top: 28px;
  background:
    radial-gradient(circle at 78% 8%, rgba(19,56,255,0.28), transparent 24rem),
    radial-gradient(circle at 12% 20%, rgba(118,220,255,0.1), transparent 18rem),
    rgba(18, 19, 31, 0.78);
}

.lead-loss-summary-head h2,
.lead-flow-copy h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(23px, 2.25vw, 34px);
  line-height: 1.08;
}

html[lang="ru"] .lead-loss-summary-head h2,
html[lang="ru"] .lead-flow-copy h2 {
  font-size: clamp(22px, 1.95vw, 29px);
  line-height: 1.1;
}

.lead-loss-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.lead-loss-grid article {
  min-height: 174px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(118,220,255,0.14), transparent 11rem),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.lead-loss-grid b,
.lead-flow-node span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #765cff);
  box-shadow: 0 14px 36px rgba(19,56,255,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
  font-size: 13px;
  font-weight: 950;
}

.lead-loss-grid strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.14;
}

.lead-loss-grid p {
  margin: 9px 0 0;
  color: rgba(247,248,255,0.64);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.lead-flow-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.lead-flow-node {
  position: relative;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(118,220,255,0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 22% 8%, rgba(118,220,255,0.12), transparent 12rem),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 22px 60px rgba(19,56,255,0.14);
}

.lead-flow-node:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 3;
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(118,220,255,0.22), rgba(118,220,255,0.95));
  box-shadow: 0 0 14px rgba(118,220,255,0.42);
}

.lead-flow-node strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 17px;
  line-height: 1.16;
}

.lost-lead-article .article-side {
  grid-template-columns: 1fr 1fr 1fr;
}

.lost-lead-article .article-toc {
  max-height: 430px;
  overflow: auto;
}

.crm-retention-article .article-main {
  width: min(1260px, calc(100% - 48px));
}

.crm-retention-hero {
  padding: clamp(24px, 3.6vw, 48px);
}

.crm-retention-article .article-hero-grid h1.article-title-extra-long {
  max-width: 700px;
  font-size: clamp(28px, 2.35vw, 36px);
  line-height: 1.08;
}

html[lang="ru"] .crm-retention-article .article-hero-grid h1.article-title-extra-long {
  max-width: 680px;
  font-size: clamp(27px, 2.08vw, 32px);
  line-height: 1.1;
}

.crm-retention-article .article-lead {
  max-width: 720px;
  font-size: clamp(16px, 1.24vw, 18px);
  line-height: 1.48;
}

.crm-retention-hero-visual img {
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
  object-position: left top;
}

.crm-impact-summary {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  background:
    radial-gradient(circle at 78% 8%, rgba(19,56,255,0.28), transparent 24rem),
    radial-gradient(circle at 12% 20%, rgba(118,220,255,0.1), transparent 18rem),
    rgba(18, 19, 31, 0.78);
}

.crm-impact-copy h2 {
  max-width: 820px;
  margin: 0 0 10px;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.08;
}

html[lang="ru"] .crm-impact-copy h2 {
  font-size: clamp(22px, 1.8vw, 28px);
}

.crm-impact-copy p {
  max-width: 880px;
  margin: 0;
  color: rgba(247,248,255,0.68);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.56;
}

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

.crm-impact-grid article {
  position: relative;
  min-height: 148px;
  padding: 18px;
  border: 1px solid rgba(118,220,255,0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 8%, rgba(118,220,255,0.14), transparent 12rem),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 20px 54px rgba(19,56,255,0.12);
}

.crm-impact-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, rgba(118,220,255,0.35), rgba(118,220,255,0.95));
  box-shadow: 0 0 14px rgba(118,220,255,0.44);
}

.crm-impact-grid b {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #765cff);
  box-shadow: 0 14px 36px rgba(19,56,255,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
  font-size: 13px;
  font-weight: 950;
}

.crm-impact-grid strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 17px;
  line-height: 1.16;
}

.crm-impact-grid span {
  display: block;
  margin-top: 7px;
  color: rgba(247,248,255,0.6);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.42;
}

.crm-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.crm-visual-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 28px;
  background: rgba(18, 19, 31, 0.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 60px rgba(0,0,0,0.26);
}

.crm-visual-card a {
  display: block;
}

.crm-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  background: #090b16;
}

.crm-visual-card figcaption {
  display: grid;
  gap: 7px;
  padding: 18px;
}

.crm-visual-card strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.14;
}

.crm-visual-card figcaption > span {
  color: rgba(247,248,255,0.62);
  font-size: 14px;
  font-weight: 740;
  line-height: 1.45;
}

.crm-article-body {
  margin-top: 24px;
}

.crm-retention-article .article-card.article-editorial {
  background:
    radial-gradient(circle at 90% 0%, rgba(19,56,255,0.2), transparent 28rem),
    rgba(18, 19, 31, 0.74);
}

.crm-retention-article .article-card.article-editorial h2 {
  max-width: 980px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.1;
}

html[lang="ru"] .crm-retention-article .article-card.article-editorial h2 {
  font-size: clamp(22px, 1.72vw, 27px);
  line-height: 1.12;
}

.crm-retention-article .article-card h3 {
  font-size: 18px;
  line-height: 1.18;
}

.crm-retention-article .article-card p,
.crm-retention-article .article-card li {
  max-width: 920px;
  font-size: 16px;
  line-height: 1.64;
}

.crm-retention-article .article-faq details {
  max-width: 960px;
}

.crm-retention-return .btn {
  width: auto;
  min-width: 210px;
}

@media (max-width: 900px) {
  .lead-loss-grid,
  .lead-flow-board,
  .lost-lead-article .article-side,
  .crm-impact-grid,
  .crm-visual-grid {
    grid-template-columns: 1fr;
  }

  .crm-impact-grid article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 36px;
    width: 2px;
    height: 16px;
    background: linear-gradient(180deg, rgba(118,220,255,0.35), rgba(118,220,255,0.95));
  }

  .lead-flow-node:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -12px;
    left: 34px;
    width: 2px;
    height: 22px;
    background: linear-gradient(180deg, rgba(118,220,255,0.22), rgba(118,220,255,0.95));
  }

  .lost-lead-article .article-main {
    width: min(100% - 28px, 1280px);
    padding-top: 52px;
  }

  .crm-retention-article .article-main {
    width: min(100% - 28px, 1260px);
    padding-top: 52px;
  }

  .crm-retention-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .crm-retention-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(27px, 8vw, 36px);
  }

  .crm-retention-hero-visual img {
    aspect-ratio: 16 / 10;
  }
}

.cash-register-article .article-main {
  width: min(1280px, calc(100% - 48px));
}

.cash-register-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(30px, 2.7vw, 44px);
  line-height: 1.06;
}

html[lang="ru"] .cash-register-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(27px, 2.25vw, 36px);
  line-height: 1.1;
}

.cash-register-hero-visual img {
  object-position: center;
}

.cash-register-flow-card h2,
.cash-register-gallery h2,
.cash-article-text-block h2 {
  font-size: clamp(27px, 2.35vw, 38px);
  line-height: 1.1;
}

html[lang="ru"] .cash-register-flow-card h2,
html[lang="ru"] .cash-register-gallery h2,
html[lang="ru"] .cash-article-text-block h2 {
  font-size: clamp(25px, 2vw, 34px);
}

.cash-register-flow {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 0.95fr) 1.25fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 28px;
}

.cash-flow-group,
.cash-flow-core {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(105, 124, 255, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(54, 87, 255, 0.26), transparent 44%),
    rgba(12, 14, 31, 0.78);
  box-shadow: 0 24px 80px rgba(14, 29, 98, 0.28);
}

.cash-flow-group::after,
.cash-flow-core::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(111, 226, 255, 0.88), rgba(112, 82, 255, 0.2));
}

.cash-flow-core::after {
  right: -18px;
}

.cash-flow-ops::after {
  display: none;
}

.cash-flow-tag {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(236, 238, 255, 0.72);
  background: rgba(255,255,255,0.06);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cash-flow-node {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(117, 139, 255, 0.28);
  border-radius: 18px;
  color: #fff;
  background: rgba(5, 7, 18, 0.72);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.cash-flow-node span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cash-flow-core {
  place-items: center;
  text-align: center;
}

.cash-flow-core img {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(35, 77, 255, 0.38);
}

.cash-flow-core strong {
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
}

.cash-flow-core small {
  max-width: 250px;
  color: rgba(236, 238, 255, 0.66);
  font-weight: 800;
  line-height: 1.35;
}

.cash-register-gallery .article-image-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cash-register-gallery .article-image-grid a {
  min-height: 240px;
}

.cash-register-gallery .article-image-grid img {
  min-height: 240px;
}

@media (max-width: 980px) {
  .cash-register-flow,
  .cash-register-gallery .article-image-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cash-flow-group::after,
  .cash-flow-core::after {
    top: auto;
    right: auto;
    left: 34px;
    bottom: -18px;
    width: 2px;
    height: 18px;
    background: linear-gradient(180deg, rgba(111, 226, 255, 0.88), rgba(112, 82, 255, 0.2));
  }
}

@media (max-width: 640px) {
  .cash-register-article .article-site-header,
  .cash-register-article .article-main,
  .cash-register-article .article-footer {
    width: min(calc(100vw - 32px), 360px) !important;
    max-width: min(calc(100vw - 32px), 360px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cash-register-article .article-hero,
  .cash-register-article .article-card,
  .cash-register-article .article-hero-visual,
  .cash-register-article .article-visual {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cash-register-article .article-hero {
    padding: 24px 18px !important;
  }

  .cash-register-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .cash-register-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(22px, 5.5vw, 28px);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .cash-register-flow-card h2,
  .cash-register-gallery h2,
  .cash-article-text-block h2,
  html[lang="ru"] .cash-register-flow-card h2,
  html[lang="ru"] .cash-register-gallery h2,
  html[lang="ru"] .cash-article-text-block h2 {
    font-size: clamp(23px, 6.1vw, 30px);
  }

  .cash-register-flow {
    gap: 18px;
  }

  .cash-flow-group,
  .cash-flow-core {
    padding: 16px;
    border-radius: 22px;
  }

  .cash-flow-core strong {
    font-size: 24px;
  }
}

.bop-article .article-hero {
  padding: clamp(42px, 6vw, 78px);
}

.bop-article .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.04;
}

html[lang="ru"] .bop-article .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(31px, 2.8vw, 44px);
  line-height: 1.05;
}

.bop-map-card,
.bop-comparison {
  margin-bottom: clamp(34px, 5vw, 70px);
  overflow: hidden;
}

.bop-map-card h2,
.bop-comparison h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.06;
}

html[lang="ru"] .bop-map-card h2,
html[lang="ru"] .bop-comparison h2 {
  font-size: clamp(26px, 2.65vw, 38px);
}

.bop-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  margin-top: 34px;
  border: 1px solid rgba(117, 139, 255, 0.26);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(38, 76, 255, 0.34), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(169, 78, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(11, 13, 30, 0.86), rgba(5, 6, 14, 0.92));
}

.bop-orbit::before,
.bop-orbit::after {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(120, 98, 255, 0.38);
  border-radius: 50%;
  pointer-events: none;
}

.bop-orbit::after {
  inset: 20%;
  border-color: rgba(108, 231, 255, 0.22);
}

.bop-center {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 8px;
  width: min(260px, 42vw);
  min-height: 170px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: rgba(5, 6, 14, 0.82);
  box-shadow: 0 0 70px rgba(34, 83, 255, 0.34);
}

.bop-center img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.bop-center strong {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.bop-center small {
  color: rgba(236, 238, 255, 0.62);
}

.bop-pill {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  padding: 14px 18px;
  border: 1px solid rgba(117, 139, 255, 0.44);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: rgba(22, 26, 54, 0.78);
  box-shadow: 0 18px 46px rgba(25, 49, 165, 0.28), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}

.bop-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: #6ce7ff;
  box-shadow: 0 0 18px rgba(108, 231, 255, 0.82);
}

.bop-pill-1 { top: 9%; left: 10%; }
.bop-pill-2 { top: 9%; right: 10%; }
.bop-pill-3 { top: 29%; left: 5%; }
.bop-pill-4 { top: 29%; right: 5%; }
.bop-pill-5 { top: 53%; left: 7%; }
.bop-pill-6 { top: 53%; right: 7%; }
.bop-pill-7 { bottom: 12%; left: 12%; }
.bop-pill-8 { bottom: 12%; right: 12%; }
.bop-pill-9 { top: 5%; left: 42%; }
.bop-pill-10 { bottom: 6%; left: 42%; }
.bop-pill-11 { top: 73%; left: 35%; }
.bop-pill-12 { top: 73%; right: 35%; }

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

.compare-column {
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(18, 22, 48, 0.94), rgba(7, 8, 18, 0.9));
}

.compare-column.good {
  border-color: rgba(108, 231, 255, 0.38);
  background:
    radial-gradient(circle at 84% 16%, rgba(37, 87, 255, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(17, 28, 66, 0.95), rgba(7, 8, 18, 0.9));
}

.compare-column.bad {
  border-color: rgba(170, 96, 255, 0.28);
}

.bop-text-block h2 {
  font-size: clamp(27px, 2.5vw, 40px);
  line-height: 1.08;
}

html[lang="ru"] .bop-text-block h2 {
  font-size: clamp(25px, 2.3vw, 36px);
}

.bop-text-block p,
.bop-text-block li {
  font-size: clamp(17px, 1.15vw, 20px);
}

.crm-vs-platform-article .article-main {
  width: min(100% - 28px, 1320px);
}

.crm-vs-platform-article .article-hero {
  padding: clamp(34px, 5vw, 66px);
}

.crm-vs-platform-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(34px, 3.15vw, 52px);
  line-height: 1.04;
}

html[lang="ru"] .crm-vs-platform-article .article-hero-grid h1.article-title-extra-long {
  max-width: 780px;
  font-size: clamp(30px, 2.65vw, 43px);
  line-height: 1.08;
}

.crm-platform-hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.crm-process-card,
.crm-platform-gallery {
  margin-bottom: clamp(34px, 5vw, 70px);
  overflow: hidden;
}

.crm-process-card h2,
.crm-platform-gallery h2 {
  max-width: 960px;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.08;
}

html[lang="ru"] .crm-process-card h2,
html[lang="ru"] .crm-platform-gallery h2 {
  font-size: clamp(26px, 2.25vw, 36px);
}

.crm-flow-diagram {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(210px, 1.05fr) auto minmax(170px, 1fr) auto minmax(170px, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(117, 139, 255, 0.26);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 87, 255, 0.24), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(199, 56, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(8, 10, 24, 0.9), rgba(5, 6, 14, 0.96));
}

.crm-flow-stack {
  display: grid;
  gap: 12px;
}

.crm-flow-label {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(236, 238, 255, 0.68);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.crm-node {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 16px 18px;
  border: 1px solid rgba(117, 139, 255, 0.34);
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.12;
  background:
    radial-gradient(circle at 22% 18%, rgba(108, 231, 255, 0.12), transparent 26%),
    rgba(15, 18, 39, 0.84);
  box-shadow: 0 18px 46px rgba(25, 49, 165, 0.2);
}

.crm-node-center {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 26px;
  border-radius: 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 6%, rgba(37, 87, 255, 0.34), transparent 38%),
    rgba(3, 4, 13, 0.92);
}

.crm-node-center img {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  border-radius: 16px;
}

.crm-node-center strong {
  font-size: clamp(24px, 2.2vw, 34px);
}

.crm-node-center small {
  color: rgba(236, 238, 255, 0.66);
  font-weight: 850;
}

.crm-flow-arrow {
  color: #7b86ff;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 950;
  text-shadow: 0 0 22px rgba(96, 117, 255, 0.82);
}

.crm-platform-gallery .article-image-grid a {
  display: block;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.crm-platform-gallery .article-image-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transition: transform 0.22s ease;
}

.crm-platform-gallery .article-image-grid a:hover img {
  transform: scale(1.025);
}

.crm-platform-text-block h2 {
  font-size: clamp(27px, 2.35vw, 38px);
  line-height: 1.09;
}

html[lang="ru"] .crm-platform-text-block h2 {
  font-size: clamp(25px, 2.05vw, 34px);
}

.crm-platform-text-block p,
.crm-platform-text-block li {
  font-size: clamp(17px, 1.08vw, 19px);
}

.crm-platform-text-block h3 {
  margin: 28px 0 10px;
  color: #fff;
  font-size: clamp(21px, 1.5vw, 26px);
  line-height: 1.12;
}

.pos-vs-platform-article .article-hero-grid h1.article-title-extra-long {
  max-width: 740px;
  font-size: clamp(32px, 2.85vw, 48px);
  line-height: 1.05;
}

html[lang="ru"] .pos-vs-platform-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(28px, 2.35vw, 39px);
  line-height: 1.08;
}

.pos-platform-hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.pos-process-card,
.pos-platform-gallery {
  margin-bottom: clamp(34px, 5vw, 70px);
  overflow: hidden;
}

.pos-process-card h2,
.pos-platform-gallery h2 {
  max-width: 920px;
  font-size: clamp(26px, 2.45vw, 38px);
  line-height: 1.08;
}

html[lang="ru"] .pos-process-card h2,
html[lang="ru"] .pos-platform-gallery h2 {
  font-size: clamp(24px, 2vw, 33px);
}

.pos-flow-diagram {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(220px, 1.08fr) auto minmax(160px, 1fr) auto minmax(160px, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(117, 139, 255, 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 87, 255, 0.24), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(199, 56, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(8, 10, 24, 0.9), rgba(5, 6, 14, 0.96));
}

.pos-flow-column {
  display: grid;
  gap: 11px;
}

.pos-flow-label {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(236, 238, 255, 0.68);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pos-node {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 15px 16px;
  border: 1px solid rgba(117, 139, 255, 0.34);
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.12;
  background:
    radial-gradient(circle at 22% 18%, rgba(108, 231, 255, 0.12), transparent 26%),
    rgba(15, 18, 39, 0.84);
  box-shadow: 0 18px 46px rgba(25, 49, 165, 0.2);
}

.pos-node-core {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 26px;
  border-radius: 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 6%, rgba(37, 87, 255, 0.34), transparent 38%),
    rgba(3, 4, 13, 0.92);
}

.pos-node-core img {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  border-radius: 16px;
}

.pos-node-core strong {
  font-size: clamp(24px, 2.2vw, 34px);
}

.pos-node-core small {
  color: rgba(236, 238, 255, 0.66);
  font-weight: 850;
}

.pos-flow-arrow {
  color: #7b86ff;
  font-size: clamp(28px, 2.7vw, 44px);
  font-weight: 950;
  text-shadow: 0 0 22px rgba(96, 117, 255, 0.82);
}

.pos-platform-gallery .article-image-grid a {
  display: block;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.pos-platform-gallery .article-image-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transition: transform 0.22s ease;
}

.pos-platform-gallery .article-image-grid a:hover img {
  transform: scale(1.025);
}

.pos-platform-text-block h2 {
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.1;
}

html[lang="ru"] .pos-platform-text-block h2 {
  font-size: clamp(24px, 1.9vw, 32px);
}

.pos-platform-text-block p,
.pos-platform-text-block li {
  font-size: clamp(17px, 1.08vw, 19px);
}

.pos-platform-text-block h3 {
  margin: 28px 0 10px;
  color: #fff;
  font-size: clamp(21px, 1.5vw, 26px);
  line-height: 1.12;
}

.erp-small-business-article .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(2.15rem, 3.7vw, 4.05rem);
  line-height: 1.03;
  max-width: 820px;
}

html[lang="ru"] .erp-small-business-article .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(2rem, 3.25vw, 3.55rem);
  line-height: 1.06;
}

.erp-hero-visual {
  min-height: 310px;
  background:
    linear-gradient(180deg, rgba(13, 18, 42, 0.08), rgba(6, 9, 20, 0.24)),
    url("assets/interface-sales-dashboard.webp") center / cover no-repeat;
}

.erp-hero-visual img,
.erp-gallery img {
  object-fit: cover;
}

.erp-process-card {
  overflow: hidden;
}

.erp-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.erp-flow-grid::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(91, 124, 255, 0.8), rgba(103, 231, 255, 0.72), transparent);
  box-shadow: 0 0 28px rgba(69, 98, 255, 0.45);
}

.erp-flow-node {
  position: relative;
  z-index: 1;
  min-height: 190px;
  padding: 1.35rem;
  border: 1px solid rgba(119, 134, 255, 0.45);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(84, 111, 255, 0.24), transparent 38%),
    linear-gradient(180deg, rgba(28, 31, 55, 0.92), rgba(9, 12, 27, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.erp-flow-node b {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #214bff, #7656ff);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 0 32px rgba(68, 88, 255, 0.55);
}

.erp-flow-node .lang-en,
.erp-flow-node .lang-ru {
  font-size: clamp(1.02rem, 1.12vw, 1.28rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.04;
}

.erp-flow-node small {
  color: rgba(236, 238, 255, 0.65);
  font-size: 0.86rem;
  line-height: 1.28;
  font-weight: 800;
}

.erp-flow-node-accent {
  border-color: rgba(103, 231, 255, 0.64);
  background:
    radial-gradient(circle at 30% 10%, rgba(103, 231, 255, 0.28), transparent 42%),
    linear-gradient(180deg, rgba(25, 47, 67, 0.94), rgba(10, 14, 31, 0.98));
}

.erp-article-block h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.02;
}

@media (max-width: 900px) {
  .bop-article .article-main {
    width: min(100% - 20px, 760px);
  }

  .bop-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .bop-article .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(25px, 7vw, 33px);
  }

  .bop-comparison {
    grid-template-columns: 1fr;
  }

  .bop-orbit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    gap: 12px;
    padding: 22px;
  }

  .bop-orbit::before,
  .bop-orbit::after {
    display: none;
  }

  .bop-center,
  .bop-pill {
    position: relative;
    inset: auto;
  }

  .bop-center {
    width: 100%;
    min-height: 150px;
  }

  .bop-pill {
    min-width: 0;
    flex: 1 1 138px;
  }

  .crm-vs-platform-article .article-main {
    width: min(100% - 20px, 760px);
  }

  .crm-vs-platform-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .crm-vs-platform-article .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(25px, 7vw, 34px);
  }

  .crm-flow-diagram {
    grid-template-columns: 1fr;
  }

  .crm-flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .crm-node-center {
    min-height: 168px;
  }

  .pos-vs-platform-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .pos-vs-platform-article .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(24px, 6.4vw, 31px);
  }

  .pos-flow-diagram {
    grid-template-columns: 1fr;
  }

  .pos-flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .pos-node-core {
    min-height: 168px;
  }

  .erp-flow-grid {
    grid-template-columns: 1fr;
  }

  .erp-flow-grid::before {
    left: 50%;
    right: auto;
    top: 4%;
    bottom: 4%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(91, 124, 255, 0.8), rgba(103, 231, 255, 0.72), transparent);
  }

  .erp-flow-node {
    min-height: 150px;
  }

  .erp-small-business-article .erp-hero-visual {
    width: 100%;
    min-height: 220px;
    aspect-ratio: 16 / 10;
    max-width: 100%;
    justify-self: stretch;
  }

  .erp-small-business-article .erp-hero-visual a,
  .erp-small-business-article .erp-hero-visual img {
    width: 100%;
    height: 100%;
  }

  .erp-small-business-article .erp-hero-visual img {
    object-fit: cover;
  }
}

.module-page {
  background:
    radial-gradient(circle at 72% 4%, rgba(19, 56, 255, 0.32), transparent 34rem),
    radial-gradient(circle at 10% 34%, rgba(124, 92, 255, 0.2), transparent 32rem),
    #030306;
  font-family: var(--font-main);
  font-synthesis: none;
}

.module-page button,
.module-page input,
.module-page select,
.module-page textarea {
  font-family: inherit;
}

.lang-ru {
  display: none;
}

html[lang="ru"] .lang-en {
  display: none !important;
}

html[lang="ru"] .lang-ru {
  display: inline;
}

html[lang="ru"] .module-lead .lang-ru,
html[lang="ru"] .module-section-head p .lang-ru,
html[lang="ru"] .pos-flow-step p .lang-ru,
html[lang="ru"] .pos-feature p .lang-ru,
html[lang="ru"] .module-use-grid p .lang-ru,
html[lang="ru"] .module-faq p .lang-ru,
html[lang="ru"] .module-cta p .lang-ru {
  display: block;
}

.module-main {
  overflow: hidden;
}

.module-header .nav a {
  min-width: max-content;
}

.module-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 42px;
  align-items: center;
  min-height: 820px;
  padding-top: 126px;
  padding-bottom: 76px;
  isolation: isolate;
}

.module-hero-bg {
  position: absolute;
  inset: 76px 50% auto auto;
  z-index: -2;
  width: calc(100vw + 24px);
  height: min(720px, calc(100% - 68px));
  max-width: none;
  transform: translateX(50%);
  object-fit: cover;
  opacity: 0.86;
  filter: saturate(1.16) contrast(1.08);
  mask-image: linear-gradient(to bottom, black 0%, black 76%, transparent 100%);
}

.module-hero::after {
  content: "";
  position: absolute;
  inset: 0 50% auto auto;
  z-index: -1;
  width: calc(100vw + 24px);
  height: 100%;
  transform: translateX(50%);
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 28%, rgba(19, 56, 255, 0.38), transparent 26rem),
    linear-gradient(180deg, rgba(3,3,6,0.08), rgba(3,3,6,0.84) 78%, #030306 100%);
}

.module-hero h1 {
  max-width: 780px;
  margin: 26px 0 22px;
  font-size: clamp(29px, 2.85vw, 38px);
  line-height: 1;
}

.module-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 700;
  line-height: 1.45;
}

.module-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.module-hero-panel {
  position: relative;
  display: grid;
  gap: 16px;
}

.module-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 448px;
  padding: 0;
  border-radius: 36px;
  cursor: zoom-in;
}

.module-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 448px;
  object-fit: cover;
  object-position: left top;
}

.module-hero-visual::after,
.module-shot::after {
  content: "Open";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 4, 12, 0.58);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

html[lang="ru"] .module-hero-visual::after,
html[lang="ru"] .module-shot::after {
  content: "Открыть";
}

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

.module-hero-mini article {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 22px;
}

.module-hero-mini strong {
  color: #fff;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 0.9;
}

.module-hero-mini span {
  color: var(--muted);
  font-weight: 800;
}

.module-strip {
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(90deg, rgba(19,56,255,0.22), rgba(124,92,255,0.18), rgba(19,56,255,0.22));
}

.module-strip-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.module-strip-token,
.module-strip-track > span,
.module-strip-track > i {
  display: inline-flex;
  align-items: center;
  padding: 20px 16px;
  color: #fff;
  font-family: inherit;
  font-size: clamp(18px, 1.9vw, 27px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.module-strip-token .lang-en,
.module-strip-token .lang-ru {
  padding: 0;
  font: inherit;
  line-height: inherit;
  white-space: inherit;
}

.module-strip-track > i {
  padding-inline: 4px 18px;
  color: rgba(118, 220, 255, 0.85);
  font-style: normal;
}

.module-section {
  position: relative;
  padding-block: 92px;
}

.module-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  gap: 42px;
  align-items: end;
  margin-top: 18px;
}

.module-section-head h2,
.module-deep h2 {
  margin: 0;
  font-size: clamp(26px, 2.55vw, 34px);
  line-height: 1.04;
}

.module-cta h2 {
  margin: 0;
  font-size: clamp(24px, 2.35vw, 32px);
  line-height: 1.04;
}

html[lang="ru"] .module-hero h1 {
  font-size: clamp(25px, 2.32vw, 31px);
  line-height: 1.02;
}

html[lang="ru"] .module-section-head h2,
html[lang="ru"] .module-deep h2 {
  font-size: clamp(23px, 2.06vw, 28px);
  line-height: 1.06;
}

html[lang="ru"] .module-cta h2 {
  font-size: clamp(22px, 1.94vw, 26px);
  line-height: 1.06;
}

.module-section-head p,
.module-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.pos-order-map {
  position: relative;
  min-height: 680px;
  margin-top: 48px;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(124, 92, 255, 0.34), transparent 18rem),
    radial-gradient(circle at 86% 20%, rgba(19, 56, 255, 0.22), transparent 18rem),
    radial-gradient(circle at 50% 82%, rgba(124, 92, 255, 0.34), transparent 24rem),
    linear-gradient(145deg, rgba(11, 12, 24, 0.95), rgba(3, 3, 7, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 34px 120px rgba(19,56,255,0.22);
}

.pos-order-map::before {
  content: "";
  position: absolute;
  inset: -18% -12% auto;
  height: 58%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 52% 68%, rgba(118,220,255,0.18), transparent 26%),
    radial-gradient(ellipse at 48% 72%, rgba(124,92,255,0.34), transparent 48%);
  filter: blur(8px);
}

.pos-order-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.16;
  mask-image: radial-gradient(circle at 50% 52%, black, transparent 72%);
}

.pos-order-lines {
  position: absolute;
  inset: 40px 42px 42px;
  z-index: 1;
  width: calc(100% - 84px);
  height: calc(100% - 82px);
  overflow: visible;
}

.pos-order-lines path {
  fill: none;
  stroke: rgba(118, 116, 255, 0.92);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 8px rgba(118, 220, 255, 0.46))
    drop-shadow(0 0 18px rgba(19, 56, 255, 0.42));
}

.pos-order-lines marker path {
  fill: rgba(118, 116, 255, 0.95);
  stroke: none;
}

.pos-map-center,
.pos-map-node,
.pos-map-status {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.pos-map-center {
  left: 50%;
  top: 42%;
  width: min(46vw, 560px);
  min-height: 220px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 0%, rgba(19,56,255,0.22), transparent 42%),
    rgba(3, 4, 10, 0.92);
  box-shadow:
    0 0 0 1px rgba(118,220,255,0.1),
    0 0 70px rgba(19,56,255,0.28);
}

.pos-map-logo {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(118,220,255,0.26), rgba(19,56,255,0.86));
  box-shadow: 0 0 44px rgba(19,56,255,0.46);
}

.pos-map-logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.pos-map-center strong {
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.pos-map-center em {
  margin-top: 10px;
  color: rgba(247,248,255,0.68);
  font-style: normal;
  font-size: 17px;
  font-weight: 800;
}

.pos-map-node {
  width: 168px;
  min-height: 96px;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(118, 116, 255, 0.74);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 42%),
    linear-gradient(145deg, rgba(28,30,44,0.96), rgba(5,6,12,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 46px rgba(19,56,255,0.28);
}

.pos-map-node > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
  box-shadow: 0 0 22px rgba(118,220,255,0.28);
  font-size: 22px;
  line-height: 1;
}

.pos-map-node b,
.pos-map-status b {
  color: #fff;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.1;
}

.node-website { left: 11%; top: 30%; }
.node-kiosk { left: 16%; top: 52%; }
.node-table { left: 31%; top: 12%; }
.node-cashier { left: 69%; top: 12%; }
.node-aggregator { left: 91%; top: 30%; }
.node-app { left: 86%; top: 52%; }
.node-hot { left: 33%; top: 72%; }
.node-cold { left: 50%; top: 72%; }
.node-bar { left: 67%; top: 72%; }
.node-hall { left: 17%; top: 88%; }
.node-courier { left: 84%; top: 88%; }

.pos-map-status {
  left: 50%;
  width: min(360px, 30vw);
  min-height: 58px;
  grid-template-columns: auto 1fr;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid rgba(118, 116, 255, 0.78);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 40%),
    rgba(14, 15, 34, 0.9);
  box-shadow:
    0 0 28px rgba(118,220,255,0.24),
    0 0 54px rgba(19,56,255,0.24);
}

.pos-map-status > span {
  font-size: 24px;
  line-height: 1;
}

.status-progress {
  top: 84%;
}

.status-ready {
  top: 94%;
}

.crm-flow-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(140px, 0.76fr) 34px minmax(270px, 1.08fr) 34px minmax(300px, 1.2fr) 34px minmax(140px, 0.76fr);
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(124, 92, 255, 0.28), transparent 18rem),
    radial-gradient(circle at 82% 18%, rgba(118, 220, 255, 0.18), transparent 16rem),
    radial-gradient(circle at 52% 78%, rgba(19, 56, 255, 0.32), transparent 24rem),
    linear-gradient(145deg, rgba(12, 12, 26, 0.96), rgba(3, 3, 7, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 34px 120px rgba(19,56,255,0.22);
}

.crm-flow-map::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 56%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 72%, rgba(118,220,255,0.16), transparent 28%),
    radial-gradient(ellipse at 50% 76%, rgba(124,92,255,0.36), transparent 50%);
  filter: blur(10px);
}

.crm-flow-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.14;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 74%);
}

.crm-flow-column,
.crm-flow-center,
.crm-flow-arrow {
  position: relative;
  z-index: 2;
}

.crm-flow-column {
  display: grid;
  gap: 12px;
}

.crm-flow-center {
  display: grid;
  place-items: center;
  min-height: 278px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(19,56,255,0.22), transparent 42%),
    rgba(3, 4, 10, 0.92);
  box-shadow:
    0 0 0 1px rgba(118,220,255,0.1),
    0 0 70px rgba(19,56,255,0.28);
  animation: crmCenterPulse 5.8s ease-in-out infinite;
}

.crm-flow-label {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: rgba(247,248,255,0.72);
  background: rgba(255,255,255,0.06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.crm-flow-center .crm-flow-label {
  justify-self: center;
  margin-bottom: 18px;
}

.crm-flow-center strong {
  max-width: 11ch;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.02;
}

.crm-flow-center em {
  max-width: 22ch;
  margin-top: 10px;
  color: rgba(247,248,255,0.68);
  font-style: normal;
  font-size: 17px;
  font-weight: 800;
}

.crm-flow-node {
  display: grid;
  place-items: center;
  min-height: 96px;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(118, 116, 255, 0.74);
  border-radius: 24px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 42%),
    linear-gradient(145deg, rgba(28,30,44,0.96), rgba(5,6,12,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 46px rgba(19,56,255,0.28);
  animation: crmNodeFloat 6.8s ease-in-out infinite;
}

.crm-source-phone,
.crm-action-task {
  animation-delay: -1.1s;
}

.crm-source-social,
.crm-action-doc {
  animation-delay: -2.1s;
}

.crm-action-ai {
  animation-delay: -3.1s;
}

.crm-flow-node > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
  box-shadow: 0 0 22px rgba(118,220,255,0.28);
  font-size: 22px;
  line-height: 1;
}

.crm-flow-node > span.flow-code {
  width: 46px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.crm-flow-node b {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.1;
}

.crm-flow-arrow {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118,220,255,0.18), rgba(118,116,255,0.92));
  box-shadow: 0 0 20px rgba(118,116,255,0.46);
  animation: crmArrowPulse 3.8s ease-in-out infinite;
}

.crm-flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid rgba(118,116,255,0.98);
  transform: translateY(-50%);
  filter: drop-shadow(0 0 10px rgba(118,220,255,0.48));
}

.crm-pipeline-stages {
  display: grid;
  gap: 12px;
}

.crm-pipeline-stages div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(118, 220, 255, 0.2);
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 20px 54px rgba(19,56,255,0.18);
  animation: crmStagePulse 6.2s ease-in-out infinite;
}

.crm-pipeline-stages div:nth-child(2) { animation-delay: -0.8s; }
.crm-pipeline-stages div:nth-child(3) { animation-delay: -1.6s; }
.crm-pipeline-stages div:nth-child(4) { animation-delay: -2.4s; }

.crm-pipeline-stages div > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: rgba(19,56,255,0.82);
  font-size: 13px;
  font-weight: 900;
}

.crm-pipeline-stages b {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.16;
}

html[lang="ru"] .crm-flow-center strong {
  max-width: 10.5ch;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.04;
}

html[lang="ru"] .crm-flow-node b,
html[lang="ru"] .crm-pipeline-stages b {
  font-size: 15px;
  line-height: 1.14;
}

.crm-visual-rail {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 18px;
  margin-top: 18px;
}

.crm-visual-shot {
  min-height: 268px;
  animation: crmVisualFloat 8s ease-in-out infinite;
}

.crm-visual-shot:nth-child(2) {
  animation-delay: -1.4s;
}

.crm-visual-shot:nth-child(3) {
  animation-delay: -2.8s;
}

.crm-visual-shot img {
  object-position: left top;
}

@keyframes crmCenterPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(118,220,255,0.1),
      0 0 70px rgba(19,56,255,0.28);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(118,220,255,0.22),
      0 0 96px rgba(118,220,255,0.22),
      0 0 84px rgba(19,56,255,0.38);
  }
}

@keyframes crmArrowPulse {
  0%,
  100% {
    opacity: 0.72;
    scale: 0.92 1;
  }

  50% {
    opacity: 1;
    scale: 1 1;
  }
}

@keyframes crmNodeFloat {
  0%,
  100% {
    translate: 0 0;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.14),
      0 0 46px rgba(19,56,255,0.28);
  }

  50% {
    translate: 0 -7px;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.18),
      0 0 62px rgba(118,220,255,0.24),
      0 0 54px rgba(19,56,255,0.34);
  }
}

@keyframes crmStagePulse {
  0%,
  100% {
    border-color: rgba(118, 220, 255, 0.2);
    background: rgba(255,255,255,0.06);
  }

  50% {
    border-color: rgba(118, 220, 255, 0.42);
    background: rgba(118,220,255,0.09);
  }
}

@keyframes crmVisualFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

.pos-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.pos-flow-step {
  position: relative;
  min-height: 258px;
  padding: 22px;
}

.pos-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56px;
  right: -23px;
  z-index: 3;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(118,220,255,0.15), rgba(118,220,255,0.9));
}

.pos-flow-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 48px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 28% 14%, rgba(255,255,255,0.88), rgba(255,255,255,0.08) 17%, transparent 27%),
    linear-gradient(145deg, rgba(118,220,255,0.36), rgba(19,56,255,0.96) 48%, rgba(124,92,255,0.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.44), 0 20px 54px rgba(19,56,255,0.38);
}

.pos-flow-icon::before,
.pos-flow-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.icon-channel::before {
  width: 38px;
  height: 26px;
  border: 4px solid #fff;
  border-radius: 7px;
}

.icon-channel::after {
  width: 22px;
  height: 4px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 0 #fff;
}

.icon-payment::before {
  width: 40px;
  height: 28px;
  border: 4px solid #fff;
  border-radius: 9px;
}

.icon-payment::after {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translate(17px, 13px);
}

.icon-kitchen::before {
  width: 38px;
  height: 24px;
  border: 4px solid #fff;
  border-radius: 8px 8px 14px 14px;
}

.icon-kitchen::after {
  width: 36px;
  height: 4px;
  background: #fff;
  border-radius: 999px;
  box-shadow: -12px -18px 0 -1px #fff, 0 -22px 0 -1px #fff, 12px -18px 0 -1px #fff;
}

.icon-route::before {
  width: 42px;
  height: 42px;
  border: 4px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
}

.icon-route::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -18px 13px 0 #fff, 18px -13px 0 #fff;
}

.icon-analytics::before {
  width: 38px;
  height: 38px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0 0 0 8px;
}

.icon-analytics::after {
  width: 8px;
  height: 26px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 14px -10px 0 #fff, 28px -4px 0 #fff;
  transform: translate(1px, 4px);
}

.pos-flow-icon::before,
.pos-flow-icon::after,
.icon-channel::before,
.icon-channel::after,
.icon-payment::before,
.icon-payment::after,
.icon-kitchen::before,
.icon-kitchen::after,
.icon-route::before,
.icon-route::after,
.icon-analytics::before,
.icon-analytics::after {
  display: none;
}

.pos-flow-icon svg {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,0.32))
    drop-shadow(0 8px 16px rgba(3,5,16,0.28));
}

.pos-flow-step strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
}

.pos-flow-step p,
.pos-feature p,
.module-use-grid p,
.module-faq p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.pos-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.pos-feature {
  min-height: 262px;
  padding: 24px;
}

.pos-feature b {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  color: #fff;
  background: rgba(19,56,255,0.8);
  box-shadow: 0 0 34px rgba(19,56,255,0.38);
}

.pos-feature h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.module-gallery {
  display: grid;
  grid-template-columns: 1.3fr repeat(2, minmax(0, 0.86fr));
  gap: 16px;
  margin-top: 42px;
}

.module-shot {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 0;
  border-radius: 30px;
  cursor: zoom-in;
}

.module-shot-large {
  grid-row: span 2;
  min-height: 576px;
}

.module-shot img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center top;
  transition: transform 220ms ease;
}

.module-shot:hover img {
  transform: scale(1.025);
}

.module-shot div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 16px 86px 16px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background: rgba(3, 4, 12, 0.66);
  backdrop-filter: blur(16px);
}

.module-shot strong {
  color: #fff;
  font-size: 19px;
}

.module-shot span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.32;
}

.delivery-phone-visual {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 26px;
  background:
    radial-gradient(circle at 50% 16%, rgba(124,92,255,0.32), transparent 18rem),
    linear-gradient(145deg, rgba(18,20,38,0.92), rgba(3,4,12,0.98));
}

.delivery-phone-visual img {
  width: min(100%, 360px);
  height: auto;
  min-height: 0;
  max-height: 600px;
  object-fit: contain;
  object-position: center;
  border-radius: 36px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.46), 0 0 70px rgba(124,92,255,0.2);
}

.delivery-phone-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.delivery-phone-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
  padding: 14px;
  border-radius: 34px;
  cursor: zoom-in;
}

.delivery-phone-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 540px;
  object-fit: contain;
  object-position: center top;
  border-radius: 28px;
  background: #05050a;
  box-shadow: 0 18px 70px rgba(0,0,0,0.36);
}

.delivery-phone-card div {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0 4px 4px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.delivery-phone-card::after {
  top: 24px;
  right: 24px;
  bottom: auto;
}

.client-phone-hero {
  align-content: stretch;
}

.client-phone-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.72fr);
  align-items: end;
  min-height: 560px;
  padding: 30px 24px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(118,220,255,0.22), transparent 15rem),
    radial-gradient(circle at 70% 62%, rgba(124,92,255,0.36), transparent 18rem),
    linear-gradient(145deg, rgba(14,18,42,0.92), rgba(2,3,10,0.98));
}

.client-phone-stage::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(118,220,255,0.16);
  border-radius: 999px;
  filter: blur(1px);
}

.client-phone-stage img {
  position: relative;
  z-index: 1;
  width: min(100%, 280px);
  height: auto;
  min-height: 0;
  justify-self: center;
  border-radius: 34px;
  background: #05050a;
  box-shadow: 0 34px 96px rgba(0,0,0,0.52), 0 0 70px rgba(19,56,255,0.26);
}

.client-phone-main {
  transform: translateY(18px) rotate(-3deg);
}

.client-phone-secondary {
  width: min(100%, 236px) !important;
  transform: translate(-10px, 56px) rotate(5deg);
  opacity: 0.94;
}

.client-journey-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 36px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(19,56,255,0.16), rgba(124,92,255,0.1)),
    rgba(255,255,255,0.045);
}

.client-journey-map article {
  display: grid;
  gap: 10px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(118,116,255,0.34);
  border-radius: 24px;
  background: rgba(3,4,12,0.58);
}

.client-journey-map article > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #1338ff, #7c5cff);
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 0 38px rgba(19,56,255,0.34);
}

.client-journey-map b {
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
}

.client-journey-map p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.42;
}

.client-journey-map > i {
  position: relative;
  align-self: center;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118,220,255,0.18), rgba(118,116,255,0.9));
}

.client-journey-map > i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid rgba(118,116,255,0.96);
  transform: translateY(-50%);
}

.client-screen-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.client-phone-shot {
  display: grid;
  align-content: start;
  min-height: 0;
  padding: 14px;
  border-radius: 34px;
}

.client-phone-shot img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 600px;
  object-fit: contain;
  border-radius: 28px;
  background: #05050a;
}

.client-phone-shot div {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 12px;
  padding: 0 4px 4px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.client-phone-shot::after {
  top: 24px;
  right: 24px;
  bottom: auto;
}

.customer-system-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(118,220,255,0.18), transparent 18rem),
    radial-gradient(circle at 14% 10%, rgba(124,92,255,0.18), transparent 22rem),
    rgba(255,255,255,0.04);
}

.customer-system-map::before {
  content: "";
  position: absolute;
  inset: 50% 7%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(118,116,255,0.64), transparent);
}

.customer-system-map::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(118,220,255,0.5), transparent);
}

.customer-system-center,
.customer-system-map article {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(118,116,255,0.34);
  border-radius: 28px;
  background: rgba(3,4,12,0.72);
}

.customer-system-center {
  grid-column: 2;
  grid-row: 2;
  min-height: 220px;
  box-shadow: 0 0 80px rgba(19,56,255,0.2);
}

.customer-system-center img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1338ff, #7c5cff);
}

.customer-system-center strong {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 0.98;
}

.customer-system-center em {
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.customer-system-map article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 16px;
  color: #fff;
  background: rgba(19,56,255,0.72);
  font-size: 15px;
  font-weight: 950;
}

.customer-system-map article b {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.map-pos { grid-column: 1; grid-row: 1; }
.map-crm { grid-column: 2; grid-row: 1; }
.map-stock { grid-column: 3; grid-row: 1; }
.map-pay { grid-column: 1; grid-row: 3; }
.map-delivery { grid-column: 2; grid-row: 3; }
.map-loyalty { grid-column: 3; grid-row: 3; }

.client-module-gallery .module-shot img {
  background: #05050a;
}

.client-module-gallery .module-shot:not(.module-shot-large) img {
  object-fit: contain;
  padding: 8px;
}

.client-module-gallery .module-shot-large img {
  object-position: center top;
}

.branded-app-section {
  padding-top: 42px;
}

.branded-app-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 38px;
}

.branded-app-copy {
  display: grid;
  gap: 20px;
  padding: 34px;
  background:
    radial-gradient(circle at 16% 12%, rgba(118,220,255,0.18), transparent 16rem),
    radial-gradient(circle at 84% 82%, rgba(124,92,255,0.22), transparent 18rem),
    rgba(255,255,255,0.055);
}

.branded-app-copy h3,
.branded-app-card h3 {
  margin: 0;
  color: #fff;
}

.branded-app-copy h3 {
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.04;
}

.branded-app-copy p,
.branded-app-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.48;
}

.branded-app-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.branded-app-store-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  font-size: 14px;
  font-weight: 900;
}

.branded-app-store-row span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(118,220,255,0.72));
  box-shadow: 0 0 18px rgba(118,220,255,0.3);
}

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

.branded-app-card {
  display: grid;
  gap: 10px;
  min-height: 164px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 14%, rgba(38,79,255,0.22), transparent 8rem),
    rgba(255,255,255,0.045);
}

.branded-app-card b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #1749ff, #7c5cff);
  box-shadow: 0 16px 44px rgba(38,79,255,0.32);
  font-size: 18px;
}

.branded-app-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 62% 38%, rgba(118,220,255,0.2), transparent 15rem),
    radial-gradient(circle at 32% 72%, rgba(124,92,255,0.25), transparent 16rem),
    rgba(255,255,255,0.05);
}

.branded-app-visual img {
  position: absolute;
  width: min(62%, 320px);
  height: auto;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.42);
}

.branded-app-visual img:first-child {
  left: 9%;
  bottom: -18px;
  transform: rotate(-5deg);
}

.branded-app-visual img:last-child {
  right: 6%;
  top: 48px;
  transform: rotate(6deg);
}

.ai-hero-visual {
  min-height: 390px;
}

.ai-hero-visual img {
  width: min(100%, 720px);
  border-radius: 26px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 90px rgba(19,56,255,0.28);
}

.ai-orchestration-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1.06fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 34px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 40%, rgba(19,56,255,0.22), transparent 22rem),
    radial-gradient(circle at 12% 100%, rgba(124,92,255,0.24), transparent 24rem),
    rgba(255,255,255,0.045);
}

.ai-orchestration-map::before {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(118,220,255,0.13), transparent),
    radial-gradient(circle, rgba(124,92,255,0.12) 1px, transparent 1.5px);
  background-size: 100% 100%, 42px 42px;
  animation: aiMapDrift 18s linear infinite;
}

.ai-map-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(118,116,255,0.46);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(118,220,255,0.12), transparent 9rem),
    linear-gradient(145deg, rgba(14,16,32,0.94), rgba(4,5,12,0.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 28px 70px rgba(19,56,255,0.16);
}

.ai-map-core {
  border-color: rgba(255,255,255,0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(38,79,255,0.36), transparent 10rem),
    linear-gradient(145deg, rgba(8,9,20,0.96), rgba(2,3,8,0.98));
}

.ai-map-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,0.44), transparent 1.6rem),
    linear-gradient(145deg, rgba(39,68,255,0.98), rgba(124,92,255,0.82));
  box-shadow: 0 14px 40px rgba(38,79,255,0.35);
  font-size: 24px;
}

.ai-map-card b {
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.ai-map-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.42;
}

.ai-map-arrow {
  position: relative;
  z-index: 1;
  align-self: center;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118,116,255,0.2), rgba(118,220,255,0.98));
  box-shadow: 0 0 28px rgba(118,116,255,0.55);
}

.ai-map-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid rgba(118,220,255,0.98);
  border-right: 3px solid rgba(118,220,255,0.98);
  transform: translateY(-50%) rotate(45deg);
}

.ai-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ai-voice-card {
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 24px;
  background:
    radial-gradient(circle at 84% 14%, rgba(118,220,255,0.16), transparent 8rem),
    rgba(255,255,255,0.06);
}

.ai-voice-card > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,0.48), transparent 1.55rem),
    linear-gradient(145deg, rgba(39,68,255,0.96), rgba(124,92,255,0.78));
  box-shadow: 0 18px 46px rgba(38,79,255,0.32);
  font-size: 24px;
}

.ai-voice-card h3,
.ai-wide-shot strong {
  margin: 0;
  color: #fff;
}

.ai-voice-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.48;
}

.ai-screenshot-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.ai-wide-shot {
  position: relative;
  overflow: hidden;
  padding: 12px;
}

.ai-wide-shot img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  border-radius: 24px;
  object-fit: cover;
  object-position: top center;
}

.ai-wide-shot div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 4px;
  max-width: 560px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  background: rgba(3,3,8,0.78);
  backdrop-filter: blur(16px);
}

.ai-wide-shot span {
  color: var(--muted);
  font-weight: 750;
}

.ai-scenario-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1.18fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  grid-template-rows: repeat(4, minmax(86px, auto)) auto;
  gap: 16px 6px;
  align-items: stretch;
  min-height: auto;
  margin-top: 34px;
  overflow: hidden;
  padding: 30px;
  background:
    radial-gradient(circle at 16% 26%, rgba(255, 63, 215, 0.14), transparent 21rem),
    radial-gradient(circle at 54% 42%, rgba(118, 220, 255, 0.13), transparent 22rem),
    radial-gradient(circle at 78% 34%, rgba(38, 79, 255, 0.20), transparent 24rem),
    radial-gradient(circle at 58% 84%, rgba(124, 92, 255, 0.18), transparent 20rem),
    linear-gradient(145deg, rgba(11,13,35,0.96), rgba(4,5,14,0.98));
}

.ai-scenario-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(118,220,255,0.08) 1px, transparent 1.5px),
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 34px 34px, 86px 86px, 86px 86px;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 78%);
}

.ai-scenario-lines {
  display: none;
}

.ai-line {
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-dasharray: 12 12;
  opacity: 0.92;
  filter: drop-shadow(0 0 10px rgba(118,220,255,0.28));
  animation: flowDash 10s linear infinite;
}

.ai-line-blue {
  stroke: rgba(118,220,255,0.86);
}

.ai-line-purple {
  stroke: rgba(139,92,246,0.9);
}

.ai-line-pink {
  stroke: rgba(255,63,215,0.88);
}

.ai-scenario-node {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: minmax(0, auto) auto;
  column-gap: 12px;
  row-gap: 5px;
  align-items: start;
  width: auto;
  min-height: 100px;
  padding: 16px;
  border: 1px solid rgba(118,116,255,0.58);
  border-radius: 16px;
  background:
    radial-gradient(circle at 24% 20%, rgba(118,220,255,0.12), transparent 5rem),
    rgba(8,9,25,0.92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 22px 54px rgba(0,0,0,0.32);
  animation: none;
}

.node-webhook::after,
.node-voice::after,
.node-lead::after,
.node-ai::after,
.node-gpt::after,
.node-json::after,
.node-condition::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118,220,255,0.15), rgba(118,220,255,0.92));
  box-shadow: 0 0 16px rgba(118,220,255,0.26);
  transform: translateY(-50%);
}

.node-webhook::before,
.node-voice::before,
.node-lead::before,
.node-ai::before,
.node-gpt::before,
.node-json::before,
.node-condition::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 34px);
  z-index: 3;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid rgba(118,220,255,0.96);
  filter: drop-shadow(0 0 10px rgba(118,220,255,0.42));
  transform: translateY(-50%);
}

.node-webhook::after,
.node-webhook::before,
.node-lead::after,
.node-lead::before {
  background: linear-gradient(90deg, rgba(255,63,215,0.14), rgba(255,63,215,0.92));
  border-left-color: rgba(255,63,215,0.96);
}

.node-gpt::after,
.node-gpt::before,
.node-condition::after,
.node-condition::before {
  background: linear-gradient(90deg, rgba(139,92,246,0.14), rgba(139,92,246,0.92));
  border-left-color: rgba(139,92,246,0.96);
}

.ai-scenario-node > span:first-child {
  grid-row: 1 / 3;
  align-self: center;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.ai-scenario-node b {
  color: #fff;
  font-size: 12px;
  line-height: 1.06;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

.ai-scenario-node small {
  grid-column: 2;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.node-webhook,
.node-social {
  border-color: rgba(255,63,215,0.78);
}

.node-ai,
.node-gpt,
.node-json {
  border-color: rgba(118,220,255,0.72);
}

.node-condition,
.node-doc,
.node-sms,
.node-task {
  border-color: rgba(139,92,246,0.78);
}

.node-webhook { grid-column: 1; grid-row: 1; }
.node-voice { grid-column: 1; grid-row: 2; }
.node-lead { grid-column: 1; grid-row: 3; }
.node-ai {
  grid-column: 3;
  grid-row: 1 / 4;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.node-ai > span:first-child {
  grid-row: auto;
  align-self: center;
}
.node-ai b {
  max-width: 140px;
  font-size: 18px;
}
.node-ai small {
  grid-column: auto;
}
.node-gpt { grid-column: 5; grid-row: 1; }
.node-json { grid-column: 5; grid-row: 2; }
.node-condition { grid-column: 5; grid-row: 3; }
.node-task { grid-column: 5; grid-row: 4; }
.node-social { grid-column: 7; grid-row: 1; }
.node-crm { grid-column: 7; grid-row: 2; }
.node-doc { grid-column: 7; grid-row: 3; }
.node-sms { grid-column: 7; grid-row: 4; }

.ai-scenario-legend {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 5;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.ai-scenario-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.ai-scenario-legend > span > span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ai-scenario-legend > span > .lang-en {
  display: inline;
}

.ai-scenario-legend > span > .lang-ru {
  display: none;
}

html[lang="ru"] .ai-scenario-legend > span > .lang-en {
  display: none;
}

html[lang="ru"] .ai-scenario-legend > span > .lang-ru {
  display: inline;
}

.ai-scenario-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.legend-pink { background: #ff3fd7; }
.legend-blue { background: #76dcff; }
.legend-purple { background: #8b5cf6; }

.ai-scenario-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ai-scenario-cards article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  background:
    radial-gradient(circle at 90% 8%, rgba(118,220,255,0.12), transparent 8rem),
    rgba(255,255,255,0.055);
}

.ai-scenario-cards b {
  width: max-content;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(38,79,255,0.9);
}

.ai-scenario-cards h3,
.ai-scenario-cards p {
  margin: 0;
}

.ai-scenario-cards p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

@keyframes aiMapDrift {
  0% {
    transform: translate3d(-2%, -1%, 0);
  }
  100% {
    transform: translate3d(2%, 1%, 0);
  }
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes scenarioFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.module-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.module-use-grid article {
  overflow: hidden;
  padding: 0 0 24px;
}

.module-use-grid img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.module-use-grid h3,
.module-use-grid p {
  margin-inline: 24px;
}

.module-use-grid h3 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.1;
}

.module-faq {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}

.module-faq details {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
}

.module-faq summary {
  cursor: pointer;
  padding: 24px 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.module-faq p {
  padding: 0 28px 26px;
}

.module-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 80px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(19,56,255,0.26), rgba(124,92,255,0.14)),
    rgba(255,255,255,0.06);
}

.module-cta > div {
  max-width: 780px;
}

.module-cta h2 {
  margin: 18px 0 14px;
}

.module-cta > .btn {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  padding-left: 22px;
  padding-right: 12px;
  justify-self: end;
  white-space: nowrap;
}

.module-footer {
  margin-top: 0;
}

@keyframes float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 18px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

@keyframes trust-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (max-width: 980px) {
  .section-shell,
  .site-footer {
    width: min(100% - 36px, var(--max));
  }

  .site-header {
    width: calc(100% - 28px);
    grid-template-columns: 1fr auto;
  }

  .site-header > .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header > .header-actions,
  .site-header > .btn {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-header > .nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .header-actions {
    gap: 8px;
    padding-right: 2px;
  }

  .nav {
    position: fixed;
    left: 50%;
    right: auto;
    top: 78px;
    width: min(calc(100dvw - 36px), 520px);
    transform: translateX(-50%);
    justify-content: center;
    overflow-x: auto;
  }

  .nav a {
    padding-inline: 14px;
  }

  .hero {
    min-height: 820px;
    padding-top: 158px;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: start;
  }

  .hero-bottom i {
    width: 100%;
    flex: none;
  }

  .split-heading,
  .feature-row,
  .page-guide,
  .robot-showcase,
  .proof-layout,
  .module-grid,
  .pricing-layout,
  .integration-grid,
  .resources-grid,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .flow-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-timeline article:nth-child(5n)::after {
    display: block;
  }

  .flow-timeline article:nth-child(2n)::after,
  .flow-timeline article:last-child::after {
    display: none;
  }

  .article-site-header {
    width: calc(100% - 28px);
  }

  .article-site-header nav {
    display: none;
  }

  .article-main,
  .article-footer {
    width: calc(100% - 36px);
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-side {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .console-metrics,
  .example-grid,
  .copy-stack,
  .contact-methods,
  .contact-signal-grid,
  .trust-proof-grid,
  .interface-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .audience-panel {
    grid-template-columns: 1fr;
  }

  .process-step {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
  }

  .process-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
  }

  .process-visual {
    grid-column: 2;
    height: 150px;
  }

  .pricing-art {
    position: relative;
    top: auto;
    min-height: 260px;
    justify-content: start;
  }

  .pricing-art img {
    width: 260px;
  }

  .plan-card,
  .final-cta.contact-section,
  .interface-showcase,
  .pricing-page-grid,
  .pricing-explain-grid {
    grid-template-columns: 1fr;
  }

  .plan-price-panel {
    min-height: 260px;
    border-top: 1px solid rgba(255,255,255,0.13);
    border-left: 0;
  }

  .pricing-table-card {
    min-height: auto;
  }

  .interface-main {
    min-height: 430px;
  }

  .interface-stack .interface-card,
  .interface-grid .interface-card {
    min-height: 260px;
  }

  .founder-card {
    width: min(360px, 100%);
  }

  .founder-stage,
  .founder-spotlight {
    grid-template-columns: 1fr;
  }

  .founder-dashboard {
    min-height: 290px;
  }

  .founder-dashboard img {
    min-height: 290px;
  }

  .founder-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .robot-showcase {
    min-height: 920px;
  }

  .robot-copy {
    max-width: 680px;
    padding-top: 0;
  }

  .robot-copy p {
    font-size: 18px;
  }

  .robot-stage {
    top: 330px;
    min-height: 590px;
  }

  .ai-operator-visual {
    top: 0;
    right: 50%;
    width: min(760px, calc(100vw - 36px));
    height: 590px;
    transform: translateX(50%);
  }

  .ai-operator-device {
    inset: 30px 22px 82px;
  }

  .ai-signal {
    width: 196px;
  }

  .ai-signal-right {
    right: 2%;
  }

  .robot-cta-badge {
    right: 50%;
    bottom: 22px;
    transform: translateX(50%);
  }

  .legal-main {
    width: min(100% - 36px, 960px);
    padding-top: 150px;
  }

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

@media (max-width: 640px) {
  .section-shell,
  .site-footer {
    width: calc(100vw - 36px);
  }

  .article-site-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 22px;
  }

  .article-main {
    width: calc(100% - 20px);
    padding-top: 54px;
  }

  .article-footer {
    width: calc(100% - 20px);
  }

  .article-hero {
    padding: 24px;
    border-radius: 28px;
  }

  .article-hero h1 {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .article-ru-title {
    font-size: 19px;
  }

  .article-card {
    padding: 22px;
    border-radius: 24px;
  }

  .article-card h2 {
    font-size: 25px;
  }

  .article-card p,
  .article-card li {
    font-size: 16px;
  }

  .article-side {
    grid-template-columns: 1fr;
  }

  .article-return {
    padding: 22px;
  }

  .site-header {
    top: 12px;
    left: 14px;
    right: 14px;
    width: auto;
    transform: none;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 8px;
  }

  .site-header > .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header > .header-actions,
  .site-header > .btn {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-header > .nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .site-header::before {
    top: -14px;
    left: -14px;
    width: 100dvw;
    transform: none;
    height: 170px;
  }

  .header-actions {
    min-width: 0;
    gap: 6px;
    padding-right: 0;
  }

  .site-header .brand > span:last-child {
    display: none;
  }

  .nav {
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
    justify-content: center;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .btn-small {
    min-height: 42px;
    max-width: none;
    padding: 0 7px 0 13px;
    gap: 8px;
    font-size: 13px;
  }

  .lang-toggle {
    min-width: 40px;
    height: 40px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .btn-small span[aria-hidden="true"] {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .hero {
    min-height: 980px;
    padding-top: 150px;
  }

  :root {
    --font-main: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .hero-content {
    transform: translateY(-34px);
  }

  .eyebrow {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.4vw, 35px);
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 1.52;
  }

  .brand-mark-large {
    width: 94px;
    height: 94px;
  }

  .brand-mark-large span {
    width: 62px;
    height: 24px;
    border-width: 7px;
  }

  .hero-logo {
    width: 92px;
    height: 92px;
  }

  .orbital {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 26px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .hero-bottom {
    gap: 14px;
    font-size: 16px;
  }

  .hero-bottom span {
    max-width: 100%;
  }

  html[lang="ru"] h1 {
    font-size: clamp(30px, 8.2vw, 34px);
  }

  html[lang="ru"] .hero-bottom {
    font-size: 15px;
  }

  .about,
  .robot-showcase,
  .proof,
  .audience,
  .modules,
  .problem-section,
  .business-flow,
  .white-label-section,
  .trust-section,
  .process,
  .pricing,
  .integrations,
  .resources-section,
  .video-section,
  .final-cta {
    padding-block: 76px;
  }

  section[id] {
    scroll-margin-top: 154px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .comparison-grid,
  .white-label-panel {
    grid-template-columns: 1fr;
  }

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

  .comparison-card h2,
  .white-label-panel h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .flow-timeline {
    grid-template-columns: 1fr;
  }

  .flow-timeline article {
    min-height: auto;
  }

  .flow-timeline article::after {
    top: auto;
    right: auto;
    left: 46px;
    bottom: -16px;
    width: 2px;
    height: 28px;
    background: linear-gradient(180deg, rgba(112, 217, 255, 0.7), transparent);
  }

  .flow-timeline article:nth-child(2n)::after,
  .flow-timeline article:nth-child(5n)::after {
    display: block;
  }

  .flow-timeline article:last-child::after {
    display: none;
  }

  .trust-section {
    width: min(100% - 36px, var(--max));
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0;
  }

  .trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    animation: none;
    overflow: visible;
  }

  .trust-grid article[aria-hidden="true"] {
    display: none;
  }

  .robot-showcase {
    min-height: 1000px;
  }

  .robot-stage {
    top: 540px;
    min-height: 410px;
  }

  .ai-operator-visual {
    top: 0;
    right: 50%;
    width: calc(100vw - 28px);
    height: 410px;
    transform: translateX(50%);
  }

  .ai-operator-device {
    inset: 16px 10px 34px;
    border-radius: 28px;
    transform: rotateX(5deg) rotateY(-7deg) rotateZ(0deg);
  }

  .ai-operator-main {
    left: 6%;
    top: 18%;
    width: 84%;
    height: 54%;
  }

  .ai-operator-side,
  .ai-signal-bottom {
    display: none;
  }

  .ai-core {
    width: 104px;
    height: 104px;
  }

  .ai-core img {
    width: 38px;
  }

  .ai-signal {
    width: 150px;
    padding: 11px 12px;
    border-radius: 18px;
  }

  .ai-signal b {
    font-size: 11px;
  }

  .ai-signal small {
    font-size: 10px;
  }

  .ai-signal-top {
    left: 3%;
    top: 16%;
  }

  .ai-signal-right {
    right: 2%;
    top: 48%;
  }

  .robot-cta-badge {
    display: none;
  }

  .robot-copy p {
    font-size: 16px;
  }

  .product-console {
    min-height: auto;
    padding: 16px;
  }

  .console-top,
  .console-grid,
  .console-metrics,
  .example-grid,
  .copy-stack,
  .page-guide-grid,
  .contact-methods,
  .contact-signal-grid,
  .trust-proof-grid,
  .contact-article,
  .interface-grid {
    grid-template-columns: 1fr;
  }

  .console-top {
    align-items: start;
    flex-direction: column;
  }

  .console-metrics div {
    min-height: 92px;
  }

  .console-panel {
    min-height: 160px;
  }

  .photo-card,
  .photo-card-large {
    min-height: 300px;
  }

  .example-card {
    grid-template-rows: 210px 1fr;
  }

  .audience-card {
    min-height: 180px;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .process-icon {
    width: 86px;
    height: 86px;
  }

  .process-visual {
    grid-column: auto;
    height: 170px;
  }

  .price span {
    font-size: 46px;
  }

  .pricing-heading p {
    font-size: 17px;
  }

  .pricing-heading,
  .pricing-heading h2,
  .pricing-heading p,
  .pricing-heading-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pricing-heading h2 {
    overflow-wrap: anywhere;
  }

  .pricing-heading-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-heading-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .pricing-art {
    min-height: 200px;
  }

  .pricing-art img {
    width: 220px;
  }

  .plan-copy,
  .plan-price-panel {
    padding: 24px;
  }

  .interface-main {
    min-height: 360px;
  }

  .interface-card {
    min-height: 240px;
  }

  .interface-caption,
  .interface-card div {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .interface-caption h3 {
    font-size: 21px;
  }

  .founder-line {
    grid-template-columns: 1fr;
  }

  .founder-line span {
    display: none;
  }

  .founder-note {
    min-height: auto;
    padding: 24px;
  }

  .founder-points {
    grid-template-columns: 1fr;
  }

  .founder-points article {
    min-height: 150px;
  }

  .founder-dashboard,
  .founder-dashboard img {
    min-height: 240px;
  }

  .final-cta {
    padding: 22px;
    border-radius: 30px;
  }

  .page-guide {
    padding: 18px;
    border-radius: 26px;
  }

  .page-guide-copy h2 {
    font-size: 26px;
  }

  .page-guide-grid a {
    min-height: 98px;
  }

  .final-cta-content {
    padding: 22px 0 4px;
  }

  .final-cta p {
    font-size: 17px;
  }

  .video-copy p {
    font-size: 17px;
  }

  .video-frame {
    padding: 6px;
    border-radius: 24px;
  }

  .video-frame iframe {
    border-radius: 18px;
  }

  .legal-main {
    width: calc(100vw - 36px);
    padding-top: 142px;
  }

  .legal-hero,
  .legal-card {
    padding: 24px;
  }

  .legal-full-policy {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .demo-form {
    padding: 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-header {
    align-items: start;
    flex-direction: column;
  }

  .cta-cube {
    width: 130px;
    opacity: 0.48;
  }
}

@media (max-width: 1100px) {
  .module-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .module-hero-panel {
    width: min(820px, 100%);
  }

  .pos-order-map {
    min-height: 620px;
  }

  .crm-flow-map {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .ai-orchestration-map {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ai-scenario-board {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
    min-height: auto;
    padding: 18px;
  }

  .ai-scenario-lines {
    display: none;
  }

  .ai-scenario-node {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 78px;
    grid-column: auto;
    grid-row: auto;
    transform: none;
    animation: none;
  }

  .ai-scenario-node::before {
    display: none;
  }

  .ai-scenario-node::after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: -14px;
    width: 3px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(118,220,255,0.8), rgba(124,92,255,0.25));
  }

  .ai-scenario-node:last-of-type::after {
    display: none;
  }

  .ai-scenario-legend {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 8px;
  }

  .ai-scenario-cards {
    grid-template-columns: 1fr;
  }

  .pos-map-center {
    width: min(520px, 44vw);
  }

  .crm-flow-center {
    width: auto;
  }

  .pos-map-node {
    width: 148px;
    min-height: 90px;
    padding: 14px;
  }

  .pos-map-node b {
    font-size: 16px;
  }

  .crm-flow-node {
    width: auto;
    min-height: 92px;
  }

  .crm-flow-arrow {
    justify-self: center;
    width: 4px;
    height: 38px;
    background: linear-gradient(180deg, rgba(118,220,255,0.18), rgba(118,116,255,0.92));
  }

  .crm-flow-arrow::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 15px solid rgba(118,116,255,0.98);
    border-right: 11px solid transparent;
    border-bottom: 0;
    border-left: 11px solid transparent;
    transform: translateX(-50%);
  }

  .ai-map-arrow {
    justify-self: center;
    width: 4px;
    height: 34px;
    background: linear-gradient(180deg, rgba(118,220,255,0.18), rgba(118,116,255,0.92));
  }

  .ai-map-arrow::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 12px solid rgba(118,220,255,0.98);
    border-right: 9px solid transparent;
    border-bottom: 0;
    border-left: 9px solid transparent;
    transform: translateX(-50%);
  }

  .crm-flow-node b {
    font-size: 15px;
  }

  .pos-flow,
  .pos-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pos-flow-step:not(:last-child)::after {
    display: none;
  }

  .module-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-journey-map {
    grid-template-columns: 1fr;
  }

  .client-journey-map > i {
    justify-self: center;
    width: 3px;
    height: 34px;
    background: linear-gradient(180deg, rgba(118,220,255,0.18), rgba(118,116,255,0.9));
  }

  .client-journey-map > i::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 13px solid rgba(118,116,255,0.96);
    border-right: 9px solid transparent;
    border-bottom: 0;
    border-left: 9px solid transparent;
    transform: translateX(-50%);
  }

  .client-screen-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-system-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-system-center,
  .map-pos,
  .map-crm,
  .map-stock,
  .map-pay,
  .map-delivery,
  .map-loyalty {
    grid-column: auto;
    grid-row: auto;
  }

  .customer-system-center {
    grid-column: 1 / -1;
  }

  .crm-visual-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crm-visual-shot:first-child {
    grid-column: 1 / -1;
  }

  .module-shot-large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .module-header {
    align-items: start;
  }

  .module-header .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 24px;
  }

  .module-hero {
    padding-top: 172px;
  }

  .module-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pos-order-map {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
    padding: 20px;
  }

  .crm-flow-map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px;
  }

  .pos-order-lines,
  .crm-flow-lines {
    display: none;
  }

  .pos-map-center,
  .pos-map-node,
  .pos-map-status,
  .crm-flow-center,
  .crm-flow-node,
  .crm-pipeline-stages {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    transform: none;
  }

  .pos-map-center {
    grid-column: 1 / -1;
    min-height: 190px;
  }

  .crm-flow-center {
    grid-column: 1 / -1;
    min-height: 190px;
  }

  .crm-flow-column {
    grid-column: 1 / -1;
  }

  .pos-map-node {
    min-height: 120px;
  }

  .crm-flow-node {
    min-height: 120px;
  }

  .pos-map-status {
    grid-template-columns: auto auto;
    min-height: 76px;
  }

  .crm-pipeline-stages {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
  }

  .module-use-grid {
    grid-template-columns: 1fr;
  }

  .client-phone-stage {
    min-height: 480px;
  }

  .client-phone-stage img {
    width: min(100%, 238px);
  }

  .client-phone-secondary {
    width: min(100%, 205px) !important;
  }

  .module-use-grid img {
    height: 320px;
  }

  .branded-app-layout {
    grid-template-columns: 1fr;
  }

  .branded-app-visual {
    min-height: 470px;
  }

  .module-cta {
    grid-template-columns: 1fr;
  }

  .module-cta > .btn {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .module-hero {
    padding-top: 180px;
    padding-bottom: 48px;
  }

  .module-hero h1,
  .module-section-head h2,
  .module-deep h2 {
    font-size: clamp(25px, 6.6vw, 31px);
    line-height: 1.05;
  }

  html[lang="ru"] .module-hero h1 {
    font-size: clamp(22px, 5.7vw, 28px);
    line-height: 1.06;
  }

  html[lang="ru"] .module-section-head h2,
  html[lang="ru"] .module-deep h2 {
    font-size: clamp(21px, 5.35vw, 27px);
    line-height: 1.08;
  }

  .module-cta h2 {
    font-size: clamp(24px, 6.4vw, 32px);
  }

  html[lang="ru"] .module-cta h2 {
    font-size: clamp(20px, 5.15vw, 26px);
    line-height: 1.08;
  }

  .ai-scenario-node {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 72px;
    padding: 12px;
  }

  .ai-scenario-node > span:first-child {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .module-lead,
  .module-section-head p,
  .module-cta p {
    font-size: 17px;
  }

  .module-hero-visual,
  .module-hero-visual img {
    min-height: 340px;
  }

  .ai-hero-visual {
    min-height: 300px;
  }

  .ai-hero-visual img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .delivery-phone-visual {
    min-height: 420px;
    padding: 18px;
  }

  .delivery-phone-visual img {
    width: min(100%, 280px);
    max-height: 460px;
    min-height: 0;
  }

  .module-hero-mini,
  .pos-order-map,
  .crm-flow-map,
  .ai-orchestration-map,
  .pos-flow,
  .pos-feature-grid,
  .module-gallery,
  .delivery-phone-grid,
  .crm-visual-rail,
  .ai-voice-grid {
    grid-template-columns: 1fr;
  }

  .delivery-phone-card {
    max-width: 340px;
    margin-inline: auto;
  }

  .pos-order-map {
    padding: 16px;
  }

  .crm-flow-map {
    padding: 16px;
  }

  .ai-orchestration-map {
    padding: 16px;
  }

  .pos-map-center {
    padding: 24px;
    border-radius: 30px;
  }

  .crm-flow-center {
    padding: 24px;
    border-radius: 30px;
  }

  .pos-map-center strong {
    font-size: clamp(34px, 11vw, 48px);
  }

  .crm-flow-center strong {
    font-size: clamp(34px, 11vw, 48px);
  }

  .pos-map-node,
  .pos-map-status,
  .crm-flow-node {
    min-height: 96px;
  }

  .crm-pipeline-stages {
    grid-template-columns: 1fr;
  }

  .module-shot,
  .module-shot-large {
    min-height: 320px;
  }

  .client-phone-stage {
    grid-template-columns: 1fr;
    min-height: 610px;
    padding: 22px 18px 0;
  }

  .client-phone-stage img {
    width: min(82%, 270px);
  }

  .client-phone-main {
    transform: translateY(16px) rotate(-2deg);
  }

  .client-phone-secondary {
    display: none;
  }

  .client-screen-row,
  .customer-system-map,
  .branded-app-cards {
    grid-template-columns: 1fr;
  }

  .branded-app-copy {
    padding: 24px;
  }

  .branded-app-copy h3 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .branded-app-visual {
    min-height: 430px;
    padding: 18px;
  }

  .branded-app-visual img {
    width: min(72%, 250px);
  }

  .branded-app-visual img:first-child {
    left: 3%;
  }

  .branded-app-visual img:last-child {
    right: 3%;
    top: 36px;
  }

  .module-cta > .btn {
    width: auto;
    max-width: 100%;
    min-width: 0;
  }

  .client-phone-shot img {
    max-height: 560px;
  }

  .customer-system-map {
    padding: 22px;
  }

  .customer-system-map::before,
  .customer-system-map::after {
    display: none;
  }

  .customer-system-center {
    min-height: 180px;
  }

  .customer-system-center strong {
    font-size: clamp(27px, 9vw, 38px);
  }

  .ai-map-card,
  .ai-voice-card {
    min-height: auto;
    padding: 20px;
  }

  .ai-wide-shot {
    min-height: 0;
    padding: 10px;
  }

  .ai-wide-shot img {
    aspect-ratio: 1 / 0.82;
    border-radius: 20px;
  }

  .ai-wide-shot div {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -18px 8px 8px;
    padding: 16px;
    border-radius: 20px;
  }

  .crm-visual-shot {
    min-height: 240px;
  }

  .module-section {
    padding-block: 66px;
  }

  .module-cta {
    padding: 26px;
    border-radius: 30px;
  }
}

@media (max-width: 520px) {
  .module-header .brand > span:last-child {
    display: none;
  }

  .module-header .btn-small {
    min-height: 46px;
    padding-left: 16px;
  }

  .module-header .nav a {
    flex: 1 1 44%;
    justify-content: center;
    padding-inline: 10px;
  }

  .module-hero {
    padding-top: 196px;
  }

  .module-hero-actions .btn {
    width: 100%;
  }

  .module-use-grid img {
    height: 240px;
  }
}

.supplier-hero-panel {
  align-items: stretch;
}

.supplier-hero-visual {
  min-height: 500px;
  border-radius: 34px;
}

.supplier-hero-visual img {
  min-height: 500px;
  object-position: left top;
}

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

.supplier-hero-stack article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  background:
    radial-gradient(circle at 24% 10%, rgba(118, 220, 255, 0.22), transparent 7rem),
    rgba(255,255,255,0.07);
}

.supplier-kpi-value {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 950;
  line-height: 0.95;
}

.supplier-hero-stack b {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.supplier-flow-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: 38px;
  padding: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 63, 215, 0.16), transparent 21rem),
    radial-gradient(circle at 52% 30%, rgba(118, 220, 255, 0.13), transparent 22rem),
    radial-gradient(circle at 82% 66%, rgba(38, 79, 255, 0.20), transparent 24rem),
    linear-gradient(145deg, rgba(11,13,35,0.96), rgba(4,5,14,0.98));
}

.supplier-flow-map::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(118,220,255,0.08) 1px, transparent 1.5px),
    linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 34px 34px, 82px 82px, 82px 82px;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 78%);
}

.supplier-flow-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(118, 116, 255, 0.54);
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 14%, rgba(118,220,255,0.14), transparent 7rem),
    rgba(10, 12, 28, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 22px 54px rgba(0,0,0,0.32);
}

.supplier-flow-result {
  border-color: rgba(118, 220, 255, 0.72);
  background:
    radial-gradient(circle at 30% 16%, rgba(118,220,255,0.18), transparent 8rem),
    linear-gradient(145deg, rgba(14, 30, 50, 0.92), rgba(10, 12, 28, 0.88));
}

.supplier-flow-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #1749ff, #7c5cff);
  box-shadow: 0 16px 44px rgba(38,79,255,0.36);
  font-size: 17px;
  font-weight: 950;
}

.supplier-flow-step h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.65vw, 24px);
  line-height: 1.08;
}

.supplier-flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.48;
}

.supplier-flow-arrow {
  position: relative;
  z-index: 2;
  align-self: center;
  height: 2px;
  margin-inline: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118,220,255,0.16), rgba(118,220,255,0.92));
  box-shadow: 0 0 16px rgba(118,220,255,0.28);
}

.supplier-flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(118,220,255,0.96);
  filter: drop-shadow(0 0 10px rgba(118,220,255,0.42));
  transform: translateY(-50%);
}

.supplier-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.supplier-gallery .module-shot-large {
  grid-column: span 2;
}

.supplier-gallery .module-shot img {
  object-position: left top;
}

.supplier-gallery .module-shot-large img {
  aspect-ratio: 16 / 8.6;
}

.supplier-feature-grid .pos-feature b {
  min-width: 58px;
}

.supplier-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.supplier-detail-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 12%, rgba(118,220,255,0.16), transparent 8rem),
    rgba(255,255,255,0.05);
}

.supplier-detail-card b {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #1749ff, #7c5cff);
  box-shadow: 0 16px 44px rgba(38,79,255,0.32);
  font-size: 15px;
  font-weight: 950;
}

.supplier-detail-card h3,
.supplier-market-map h3,
.supplier-auto-map strong {
  margin: 0;
  color: #fff;
}

.supplier-detail-card p,
.supplier-market-map p,
.supplier-auto-map p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.46;
}

.supplier-portal-diagram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 38px;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(38,79,255,0.26), transparent 25rem),
    radial-gradient(circle at 8% 18%, rgba(255,63,215,0.12), transparent 18rem),
    rgba(255,255,255,0.045);
}

.supplier-portal-diagram::before,
.supplier-portal-diagram::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  right: 11%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(118,220,255,0.58), transparent);
  box-shadow: 0 0 22px rgba(118,220,255,0.24);
  transform: translateY(-50%);
}

.supplier-portal-diagram::after {
  top: 18%;
  bottom: 18%;
  left: 50%;
  right: auto;
  width: 2px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(118,220,255,0.5), transparent);
  transform: translateX(-50%);
}

.supplier-portal-center,
.supplier-portal-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(118,116,255,0.42);
  background:
    radial-gradient(circle at 16% 10%, rgba(118,220,255,0.15), transparent 9rem),
    rgba(8,10,24,0.86);
}

.supplier-portal-center {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  min-height: 360px;
  padding: 28px;
  border-radius: 34px;
  text-align: center;
  box-shadow: 0 0 70px rgba(38,79,255,0.18);
}

.supplier-portal-center img {
  width: min(78%, 280px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left top;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 24px 60px rgba(0,0,0,0.36);
}

.supplier-portal-center strong {
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 950;
  line-height: 0.98;
}

.supplier-portal-center span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.supplier-portal-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 150px;
  padding: 20px;
  border-radius: 24px;
}

.supplier-portal-card b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #1749ff, #7c5cff);
  box-shadow: 0 14px 38px rgba(38,79,255,0.34);
  font-size: 13px;
  font-weight: 950;
}

.supplier-portal-card h3,
.supplier-portal-card p {
  margin: 0;
}

.supplier-portal-card h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.supplier-portal-card p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.42;
}

.supplier-market-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(230px, 0.72fr) minmax(0, 0.95fr);
  grid-template-rows: auto auto;
  gap: 18px;
  align-items: stretch;
  margin-top: 38px;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(118,220,255,0.16), transparent 22rem),
    radial-gradient(circle at 14% 12%, rgba(255,63,215,0.13), transparent 18rem),
    rgba(255,255,255,0.045);
}

.supplier-market-map::before,
.supplier-market-map::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(118,220,255,0.82), transparent);
  box-shadow: 0 0 18px rgba(118,220,255,0.26);
}

.supplier-market-map::before {
  top: 41%;
}

.supplier-market-map::after {
  bottom: 28%;
}

.supplier-market-rule,
.supplier-market-supplier,
.supplier-market-result {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(118,116,255,0.42);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 12%, rgba(118,220,255,0.13), transparent 9rem),
    rgba(8,10,24,0.86);
}

.supplier-market-rule {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.supplier-market-center {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.supplier-market-center > div {
  display: grid;
  place-items: center;
  width: min(100%, 230px);
  min-height: 230px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(38,79,255,0.44), rgba(124,92,255,0.16) 52%, rgba(5,7,20,0.94) 70%);
  box-shadow: 0 0 80px rgba(38,79,255,0.24);
  text-align: center;
}

.supplier-market-center strong,
.supplier-market-center em {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
}

.supplier-market-center b {
  color: #fff;
  font-size: clamp(58px, 6.4vw, 86px);
  line-height: 0.95;
}

.supplier-a {
  grid-column: 3;
  grid-row: 1;
  border-color: rgba(118,220,255,0.58);
}

.supplier-b {
  grid-column: 3;
  grid-row: 2;
}

.supplier-market-supplier p {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 950;
  line-height: 1;
}

.supplier-market-map article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #1749ff, #7c5cff);
  box-shadow: 0 14px 38px rgba(38,79,255,0.34);
  font-weight: 950;
}

.supplier-market-result {
  grid-column: 1 / -1;
  grid-row: 3;
  min-height: 0;
  grid-template-columns: auto minmax(0, 0.36fr) minmax(0, 1fr);
  align-items: center;
  background:
    radial-gradient(circle at 12% 50%, rgba(118,220,255,0.17), transparent 13rem),
    linear-gradient(135deg, rgba(18,30,58,0.9), rgba(10,12,28,0.9));
}

.supplier-auto-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: 38px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,63,215,0.14), transparent 18rem),
    radial-gradient(circle at 70% 50%, rgba(118,220,255,0.12), transparent 22rem),
    rgba(255,255,255,0.045);
}

.supplier-auto-map article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(118,116,255,0.46);
  border-radius: 24px;
  background: rgba(8,10,24,0.82);
}

.supplier-auto-map article b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #1749ff, #7c5cff);
  box-shadow: 0 14px 38px rgba(38,79,255,0.3);
  font-weight: 950;
}

.supplier-auto-map i {
  position: relative;
  align-self: center;
  height: 2px;
  margin-inline: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118,220,255,0.14), rgba(118,220,255,0.92));
}

.supplier-auto-map i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(118,220,255,0.96);
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .supplier-hero-visual,
  .supplier-hero-visual img {
    min-height: 420px;
  }

  .supplier-flow-map {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .supplier-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .supplier-market-map,
  .supplier-auto-map {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .supplier-market-rule,
  .supplier-market-center,
  .supplier-a,
  .supplier-b,
  .supplier-market-result {
    grid-column: auto;
    grid-row: auto;
  }

  .supplier-market-map::before,
  .supplier-market-map::after {
    display: none;
  }

  .supplier-flow-arrow {
    width: 2px;
    height: 32px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(118,220,255,0.16), rgba(118,220,255,0.92));
  }

  .supplier-flow-arrow::after {
    top: auto;
    right: 50%;
    bottom: -1px;
    border-top: 10px solid rgba(118,220,255,0.96);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0;
    transform: translateX(50%);
  }

  .supplier-flow-step {
    min-height: auto;
  }

  .supplier-auto-map i {
    width: 2px;
    height: 32px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(118,220,255,0.14), rgba(118,220,255,0.92));
  }

  .supplier-auto-map i::after {
    top: auto;
    right: 50%;
    bottom: -1px;
    border-top: 10px solid rgba(118,220,255,0.96);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0;
    transform: translateX(50%);
  }

  .supplier-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .supplier-hero-stack,
  .supplier-gallery,
  .supplier-detail-grid {
    grid-template-columns: 1fr;
  }

  .supplier-gallery .module-shot-large {
    grid-column: auto;
  }

  .supplier-hero-visual,
  .supplier-hero-visual img {
    min-height: 340px;
  }

  .supplier-flow-map {
    padding: 16px;
    border-radius: 28px;
  }

  .supplier-flow-step,
  .supplier-detail-card,
  .supplier-market-rule,
  .supplier-market-supplier,
  .supplier-market-result,
  .supplier-auto-map article {
    padding: 18px;
    border-radius: 22px;
  }

  .supplier-market-map,
  .supplier-auto-map {
    padding: 16px;
    border-radius: 28px;
  }

  .supplier-market-result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .article-hero-grid {
    grid-template-columns: 1fr;
  }

  .article-hero-grid h1 {
    font-size: clamp(31px, 6.8vw, 46px);
  }

  html[lang="ru"] .article-hero-grid h1 {
    font-size: clamp(28px, 6.4vw, 40px);
  }

  .article-inline-grid,
  .article-stat-grid,
  .article-flow {
    grid-template-columns: 1fr;
  }

  .article-flow-step {
    min-height: 0;
  }

  .article-flow-step::after {
    top: auto;
    right: auto;
    bottom: -11px;
    left: 30px;
    width: 2px;
    height: 20px;
  }

  .profit-equation-grid,
  .profit-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .article-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .article-page .article-site-header,
  .article-page .article-main,
  .article-page .article-footer {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .article-page .article-hero,
  .article-page .article-card,
  .article-page .article-pullquote,
  .article-page .article-visual,
  .article-page .article-return {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .article-page .article-hero-grid,
  .article-page .article-hero-split,
  .article-page .article-layout,
  .article-page .article-content,
  .article-page .article-inline-grid,
  .article-page .article-stat-grid,
  .article-page .article-flow,
  .article-page .what-is-flow,
  .article-page .article-visual-collage {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .article-page .article-hero-grid > *,
  .article-page .article-layout > *,
  .article-page .article-content > *,
  .article-page .article-card > *,
  .article-page .article-pullquote > * {
    min-width: 0;
    max-width: 100%;
  }

  .article-page .article-hero h1,
  .article-page .article-card h2,
  .article-page .article-card h3,
  .article-page .article-card p,
  .article-page .article-card li,
  .article-page .article-lead,
  .article-page .article-meta,
  .article-page .section-kicker {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .article-page .article-hero h1,
  .article-page .article-hero-grid h1,
  html[lang="ru"] .article-page .article-hero-grid h1,
  .what-is-sabsus-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .what-is-sabsus-article .article-hero-grid h1.article-title-extra-long,
  .pos-crm-erp-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .pos-crm-erp-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.1;
  }

  .article-page .article-hero-visual,
  .article-page .article-hero-visual a,
  .article-page .article-hero-visual img,
  .article-page .article-visual a,
  .article-page .article-visual img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .crm-vs-platform-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .crm-vs-platform-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(24px, 6.5vw, 30px);
    line-height: 1.1;
  }

  .crm-vs-platform-article .article-lead {
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.35;
  }

  .crm-vs-platform-article .article-hero-visual {
    justify-self: stretch;
  }

  .crm-vs-platform-article .crm-platform-hero-visual {
    justify-self: center;
    width: min(100%, 340px);
    max-width: calc(100vw - 56px);
  }

  .crm-vs-platform-article .crm-platform-hero-visual img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: left center;
  }

  .article-page .article-visual,
  .article-page .article-visual-collage {
    margin-left: 0;
    margin-right: 0;
  }

  .article-page .article-hero-visual img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .erp-small-business-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .erp-small-business-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(24px, 6.2vw, 30px);
    line-height: 1.1;
  }

  .erp-small-business-article .erp-hero-visual {
    display: block;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin: 24px 0 0;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(13, 18, 42, 0.08), rgba(6, 9, 20, 0.24)),
      url("assets/interface-sales-dashboard.webp") center / cover no-repeat;
  }

  .erp-small-business-article .erp-hero-visual a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .erp-small-business-article .erp-hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
  }

  .article-page .article-meta > span {
    max-width: 100%;
    white-space: normal;
  }

  .article-page .platform-comparison {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 640px) {
  .bop-vs-erp-article .article-site-header,
  .bop-vs-erp-article .article-main,
  .bop-vs-erp-article .article-footer {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bop-vs-erp-article .article-hero,
  .bop-vs-erp-article .article-card,
  .bop-vs-erp-article .article-visual,
  .bop-vs-erp-article .article-hero-visual {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bop-vs-erp-article .article-hero {
    padding: 24px 18px !important;
  }

  .bop-vs-erp-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .bop-vs-erp-article .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(24px, 6.2vw, 30px);
    line-height: 1.1;
  }

  .bop-vs-erp-article .article-lead {
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.34;
  }
}

@media (max-width: 640px) {
  .crm-replace-article .article-site-header,
  .crm-replace-article .article-main,
  .crm-replace-article .article-footer {
    width: min(calc(100vw - 32px), 360px) !important;
    max-width: min(calc(100vw - 32px), 360px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .crm-replace-article .article-hero,
  .crm-replace-article .article-card,
  .crm-replace-article .article-visual,
  .crm-replace-article .article-hero-visual {
    width: 100% !important;
    max-width: 100% !important;
  }

  .crm-replace-article .article-hero {
    padding: 24px 18px !important;
  }

  .crm-replace-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .crm-replace-article .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.1;
  }

  .crm-replace-article .article-lead {
    font-size: clamp(15px, 4.1vw, 18px);
    line-height: 1.35;
  }
}


/* Connected process article */
.process-article .article-main {
  width: min(1280px, calc(100% - 48px));
}

.process-article .article-hero {
  padding: clamp(44px, 6vw, 82px);
}

.process-article .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.04;
}

html[lang="ru"] .process-article .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
}

.process-map-card {
  margin-bottom: clamp(34px, 5vw, 70px);
  overflow: hidden;
}

.process-map-card h2,
.process-gallery h2,
.process-faq h2 {
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.05;
}

html[lang="ru"] .process-map-card h2,
html[lang="ru"] .process-gallery h2,
html[lang="ru"] .process-faq h2 {
  font-size: clamp(28px, 2.8vw, 42px);
}

.process-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
  position: relative;
}

.process-node {
  position: relative;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(117, 139, 255, 0.42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 18%, rgba(47, 83, 255, 0.38), transparent 42%),
    linear-gradient(145deg, rgba(18, 23, 52, 0.92), rgba(8, 10, 24, 0.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 22px 60px rgba(19, 43, 151, 0.22);
}

.process-node::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #6ce7ff;
  border-right: 3px solid #6ce7ff;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.85;
}

.process-node:nth-child(4)::after,
.process-node:nth-child(8)::after {
  display: none;
}

.process-node b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #1558ff, #7b48ff);
  box-shadow: 0 14px 34px rgba(35, 77, 255, 0.34);
}

.process-node strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.process-node small {
  display: block;
  color: rgba(236, 238, 255, 0.64);
  font-size: 14px;
  line-height: 1.35;
}

.process-text-block h2 {
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.08;
}

html[lang="ru"] .process-text-block h2 {
  font-size: clamp(26px, 2.45vw, 38px);
}

.process-text-block p,
.process-text-block li {
  font-size: clamp(17px, 1.2vw, 20px);
}

.process-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.process-visual-grid a {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(117, 139, 255, 0.34);
  border-radius: 28px;
  background: rgba(11, 13, 30, 0.9);
  text-decoration: none;
  box-shadow: 0 24px 80px rgba(7, 17, 82, 0.32);
}

.process-visual-grid img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.process-visual-grid a:hover img {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.process-visual-grid span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  color: #fff;
  background: rgba(5, 6, 14, 0.78);
  backdrop-filter: blur(14px);
}

.process-visual-grid small {
  color: rgba(236, 238, 255, 0.7);
}

@media (max-width: 900px) {
  .process-article .article-main {
    width: min(100% - 20px, 760px);
  }

  .process-chain,
  .process-visual-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-node::after {
    top: auto;
    right: auto;
    left: 34px;
    bottom: -15px;
    transform: rotate(135deg);
  }

  .process-node:nth-child(4)::after {
    display: block;
  }

  .process-node:last-child::after {
    display: none;
  }

  .process-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .process-article .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(25px, 7vw, 32px);
  }

  .process-text-block h2,
  html[lang="ru"] .process-text-block h2 {
    font-size: clamp(24px, 6.5vw, 31px);
  }
}
/* Order flow and connected data articles */
.order-flow-article .article-main,
.connected-data-article .article-main {
  width: min(1280px, calc(100% - 48px));
}

.order-flow-article .article-hero-grid h1.article-title-extra-long,
.connected-data-article .article-hero-grid h1.article-title-extra-long {
  max-width: 780px;
  font-size: clamp(28px, 2.45vw, 38px);
  line-height: 1.08;
}

html[lang="ru"] .order-flow-article .article-hero-grid h1.article-title-extra-long,
html[lang="ru"] .connected-data-article .article-hero-grid h1.article-title-extra-long {
  max-width: 800px;
  font-size: clamp(26px, 2.05vw, 34px);
  line-height: 1.1;
}

.order-flow-map-card h2,
.order-flow-gallery h2,
.order-flow-text-block h2,
.connected-data-map-card h2,
.connected-data-gallery h2,
.connected-data-text-block h2 {
  font-size: clamp(25px, 2.05vw, 36px);
  line-height: 1.12;
}

html[lang="ru"] .order-flow-map-card h2,
html[lang="ru"] .order-flow-gallery h2,
html[lang="ru"] .order-flow-text-block h2,
html[lang="ru"] .connected-data-map-card h2,
html[lang="ru"] .connected-data-gallery h2,
html[lang="ru"] .connected-data-text-block h2 {
  font-size: clamp(24px, 1.8vw, 31px);
}

.order-flow-map,
.connected-data-map {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(122, 142, 255, 0.24);
  border-radius: 32px;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 15%, rgba(109, 75, 255, 0.26), transparent 34%),
    radial-gradient(circle at 78% 38%, rgba(0, 146, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(20, 18, 39, 0.96), rgba(8, 11, 25, 0.98));
}

.order-flow-map::before,
.connected-data-map::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 46px 46px;
}

.order-flow-map > *,
.connected-data-map > * {
  position: relative;
  z-index: 1;
}

.order-flow-map {
  grid-template-columns: minmax(190px, 0.85fr) minmax(240px, 0.95fr) minmax(300px, 1.3fr);
  align-items: stretch;
}

.order-flow-lane {
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid rgba(125, 119, 255, 0.32);
  border-radius: 26px;
  padding: 18px;
  background: rgba(10, 12, 29, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.order-flow-ops {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-flow-tag,
.connected-data-tag {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.order-flow-node,
.connected-data-node {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  border: 1px solid rgba(126, 130, 255, 0.42);
  border-radius: 18px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(42, 48, 92, 0.68), rgba(8, 10, 24, 0.78));
  box-shadow: 0 18px 48px rgba(23, 54, 255, 0.12);
  font-weight: 850;
}

.connected-data-node > span {
  color: rgba(255, 255, 255, 0.72);
}

.order-flow-core,
.connected-data-core {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(120, 140, 255, 0.48);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(29, 85, 255, 0.34), transparent 44%),
    rgba(3, 5, 17, 0.9);
  box-shadow: 0 22px 80px rgba(41, 71, 255, 0.22);
}

.order-flow-core img,
.connected-data-core img {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(42, 85, 255, 0.38);
}

.order-flow-core strong,
.connected-data-core strong {
  max-width: 260px;
  color: #fff;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.98;
}

.order-flow-core small,
.connected-data-core small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.connected-data-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.connected-data-core {
  grid-column: 1 / -1;
  min-height: 230px;
}

.connected-data-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.connected-data-row span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(122, 217, 255, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(54, 80, 150, 0.22);
  font-weight: 850;
}

.order-flow-gallery .article-image-grid,
.connected-data-gallery .article-image-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-flow-gallery .article-image-grid a,
.connected-data-gallery .article-image-grid a {
  min-height: 240px;
}

.order-flow-gallery .article-image-grid img,
.connected-data-gallery .article-image-grid img {
  height: 100%;
  object-fit: cover;
}

.order-flow-text-block,
.connected-data-text-block {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 980px) {
  .order-flow-map,
  .connected-data-map {
    grid-template-columns: 1fr;
  }

  .order-flow-ops {
    grid-template-columns: 1fr;
  }

  .connected-data-core,
  .connected-data-row {
    grid-column: auto;
  }

  .order-flow-gallery .article-image-grid,
  .connected-data-gallery .article-image-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .order-flow-article .article-main,
  .connected-data-article .article-main {
    width: calc(100vw - 20px);
    padding-top: 54px;
  }

  .order-flow-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .order-flow-article .article-hero-grid h1.article-title-extra-long,
  .connected-data-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .connected-data-article .article-hero-grid h1.article-title-extra-long {
    max-width: 100%;
    font-size: clamp(22px, 6.2vw, 30px);
    line-height: 1.12;
  }

  .order-flow-map,
  .connected-data-map {
    border-radius: 24px;
    padding: 14px;
  }

  .order-flow-core,
  .connected-data-core {
    min-height: 210px;
    border-radius: 24px;
  }

  .order-flow-core strong,
  .connected-data-core strong {
    font-size: clamp(25px, 8vw, 34px);
  }

  .order-flow-gallery .article-image-grid,
  .connected-data-gallery .article-image-grid {
    grid-template-columns: 1fr;
  }
}
body.article-index-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 18%, rgba(31, 73, 255, 0.32), transparent 34rem),
    radial-gradient(circle at 18% 24%, rgba(124, 58, 237, 0.18), transparent 30rem),
    linear-gradient(180deg, #050711 0%, #02030a 100%);
}

.article-hub {
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(80px, 10vw, 140px);
}

.article-hub h1 {
  max-width: 980px;
  margin: 28px 0 22px;
  font-size: clamp(48px, 8vw, 108px);
  line-height: 0.94;
  letter-spacing: 0;
}

.article-hub .lead-text {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.hub-card {
  min-height: 230px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.hub-card > span {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #86d9ff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hub-card h2 {
  margin: 24px 0 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.hub-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.45;
}

/* Marketplace feature article */
.marketplace-feature-card {
  overflow: hidden;
}

.marketplace-feature-card h2 {
  max-width: 980px;
}

.marketplace-feature-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.marketplace-feature-card p {
  max-width: 980px;
}

.marketplace-thesis-grid,
.marketplace-decision-grid,
.marketplace-example-grid,
.marketplace-system-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.marketplace-thesis-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-example-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.marketplace-system-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.marketplace-thesis,
.marketplace-decision-grid > div,
.marketplace-example-grid > article,
.marketplace-system-grid > div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.marketplace-thesis {
  padding: 18px;
}

.marketplace-thesis strong,
.marketplace-example-grid strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.marketplace-thesis span,
.marketplace-system-grid > div,
.marketplace-note {
  display: block;
  margin-top: 8px;
  color: rgba(247, 248, 255, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.marketplace-flow-compare {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.marketplace-flow-lane {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(6, 9, 24, 0.48);
}

.marketplace-flow-lane-owned {
  border-color: rgba(108, 221, 255, 0.38);
  background: linear-gradient(135deg, rgba(18, 67, 255, 0.16), rgba(111, 61, 255, 0.08));
}

.marketplace-flow-title {
  margin-bottom: 16px;
  color: rgba(247, 248, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.marketplace-flow-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.marketplace-flow-node {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

.marketplace-flow-muted {
  color: rgba(255, 176, 176, 0.95);
}

.marketplace-flow-owned {
  color: rgba(126, 229, 255, 0.98);
}

.marketplace-flow-line {
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.marketplace-flow-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(110, 222, 255, 0.95), transparent);
  animation: marketplaceFlow 2.6s linear infinite;
}

.marketplace-flow-lane-risk .marketplace-flow-line::after {
  background: linear-gradient(90deg, transparent, rgba(255, 129, 129, 0.88), transparent);
}

@keyframes marketplaceFlow {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(260%);
  }
}

.marketplace-margin-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.marketplace-margin-column {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.marketplace-bar-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(96px, 0.75fr) 48px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.marketplace-bar-row span {
  min-width: 0;
  color: rgba(247, 248, 255, 0.72);
  font-size: 14px;
  line-height: 1.35;
}

.marketplace-bar-row i {
  display: block;
  width: var(--bar);
  max-width: 100%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(102, 222, 255, 0.95), rgba(126, 91, 255, 0.95));
}

.marketplace-bar-row.is-cost i {
  background: linear-gradient(90deg, rgba(255, 130, 130, 0.9), rgba(255, 178, 84, 0.86));
}

.marketplace-bar-row.is-net i {
  background: linear-gradient(90deg, rgba(72, 238, 175, 0.92), rgba(104, 221, 255, 0.92));
}

.marketplace-bar-row strong {
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.marketplace-decision-grid > div,
.marketplace-example-grid > article {
  padding: 20px;
}

.marketplace-example-grid p {
  margin: 10px 0 0;
  font-size: 15px;
}

.marketplace-scoreboard {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.marketplace-score-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.marketplace-score-row span {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 248, 255, 0.72);
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.marketplace-score-head span {
  color: #fff;
  font-weight: 900;
  background: rgba(105, 205, 255, 0.11);
}

.marketplace-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.marketplace-timeline > div {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.marketplace-timeline strong {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(105, 205, 255, 0.13);
  color: #74dbff;
}

.marketplace-timeline span {
  display: block;
  color: rgba(247, 248, 255, 0.7);
  font-size: 15px;
  line-height: 1.58;
}

.marketplace-system-grid > div {
  margin-top: 0;
  padding: 16px;
  color: rgba(247, 248, 255, 0.82);
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  .marketplace-flow-line::after {
    animation: none;
    transform: translateX(40%);
  }
}

@media (max-width: 980px) {
  .marketplace-thesis-grid,
  .marketplace-decision-grid,
  .marketplace-example-grid,
  .marketplace-system-grid,
  .marketplace-margin-board,
  .marketplace-timeline {
    grid-template-columns: 1fr;
  }

  .marketplace-flow-track {
    grid-template-columns: 1fr;
  }

  .marketplace-flow-line {
    width: 2px;
    height: 26px;
    justify-self: center;
  }

  .marketplace-flow-line::after {
    width: 100%;
    height: 45%;
    animation-name: marketplaceFlowMobile;
  }

  @keyframes marketplaceFlowMobile {
    0% {
      transform: translateY(-120%);
    }
    100% {
      transform: translateY(260%);
    }
  }

  .marketplace-score-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .marketplace-feature-card h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .marketplace-feature-card h3 {
    font-size: 18px;
  }

  .marketplace-flow-lane,
  .marketplace-margin-column,
  .marketplace-decision-grid > div,
  .marketplace-example-grid > article,
  .marketplace-timeline > div {
    padding: 16px;
  }

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

  .marketplace-bar-row strong {
    text-align: left;
  }
}

.contact-hub-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .hub-grid,
  .contact-hub-grid {
    grid-template-columns: 1fr;
  }

  .article-hub h1 {
    font-size: clamp(42px, 13vw, 72px);
  }
}

/* Owner control article */
.owner-control-article .article-main {
  max-width: 1380px;
}

.owner-control-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.02;
}

html[lang="ru"] .owner-control-article .article-hero-grid h1.article-title-extra-long {
  max-width: 780px;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.04;
}

.owner-control-map-card h2,
.owner-control-gallery h2,
.owner-control-text-block h2 {
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.05;
}

html[lang="ru"] .owner-control-map-card h2,
html[lang="ru"] .owner-control-gallery h2,
html[lang="ru"] .owner-control-text-block h2 {
  font-size: clamp(28px, 2.5vw, 44px);
}

.owner-control-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.owner-control-node,
.owner-control-core {
  min-height: 178px;
  border: 1px solid rgba(120, 140, 255, 0.48);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(48, 78, 255, 0.38), transparent 34%),
    linear-gradient(135deg, rgba(24, 26, 46, 0.96), rgba(13, 15, 28, 0.92));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.owner-control-node b {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #184fff, #6e45ff);
  color: #fff;
  font-size: 18px;
}

.owner-control-node strong,
.owner-control-core strong {
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
}

.owner-control-node span,
.owner-control-core span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.45;
}

.owner-control-core {
  align-content: center;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(58, 104, 255, 0.72), transparent 42%),
    linear-gradient(135deg, rgba(18, 25, 62, 0.98), rgba(8, 10, 20, 0.94));
  border-color: rgba(112, 138, 255, 0.78);
}

.owner-control-core img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}

.owner-control-gallery .article-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.owner-control-gallery .article-image-grid a {
  min-height: 210px;
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.owner-control-gallery .article-image-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.owner-control-text-block {
  margin-bottom: 24px;
}

@media (max-width: 920px) {
  .owner-control-article .article-main,
  .owner-control-article .article-site-header,
  .owner-control-article .article-footer {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    overflow-x: hidden !important;
  }

  .owner-control-article .article-hero {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .owner-control-article .article-hero * {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  .owner-control-article .article-hero-split {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .owner-control-article .article-hero-grid > *,
  .owner-control-article .article-hero-visual,
  .owner-control-article .article-hero-visual a,
  .owner-control-article .article-hero-visual img {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .owner-control-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .owner-control-article .article-hero-grid h1.article-title-extra-long {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(22px, 6vw, 26px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .owner-control-article .article-hero-grid h1.article-title-extra-long .lang-en,
  .owner-control-article .article-hero-grid h1.article-title-extra-long .lang-ru {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .owner-control-article .article-hero p {
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    font-size: 13.5px !important;
    line-height: 1.42 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .owner-control-article .article-hero-visual {
    display: none !important;
  }

  .owner-control-map,
  .owner-control-gallery .article-image-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .owner-control-node,
  .owner-control-core {
    min-height: auto;
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
    overflow: hidden;
  }

  .owner-control-node span,
  .owner-control-core span,
  .owner-control-node strong,
  .owner-control-core strong {
    max-width: calc(100% - 8px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* Daily metrics article */
.daily-metrics-article .article-main {
  max-width: 1380px;
}

.daily-metrics-article .article-hero-grid h1.article-title-extra-long {
  max-width: 760px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.06;
}

html[lang="ru"] .daily-metrics-article .article-hero-grid h1.article-title-extra-long {
  max-width: 780px;
  font-size: clamp(27px, 2.35vw, 36px);
  line-height: 1.1;
}

.daily-metrics-article .article-hero-visual img {
  object-fit: cover;
}

.daily-metrics-article .article-hero-visual {
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(6, 9, 26, 0.1), rgba(6, 9, 26, 0.4)),
    url("assets/interface-sales-dashboard.webp") top left / cover no-repeat;
}

.daily-metrics-article .article-hero-visual img {
  min-height: 300px;
}

.metrics-map-card,
.metrics-faq {
  overflow: hidden;
}

.metrics-orbit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.metrics-orbit::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(52, 94, 255, 0.2), transparent 52%),
    linear-gradient(90deg, transparent 0 48%, rgba(105, 142, 255, 0.28) 48% 52%, transparent 52% 100%);
  filter: blur(1px);
  pointer-events: none;
}

.metrics-node,
.metrics-core {
  position: relative;
  z-index: 1;
  min-height: 170px;
  border: 1px solid rgba(120, 140, 255, 0.42);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(27, 31, 66, 0.88), rgba(10, 12, 28, 0.94));
  box-shadow: 0 22px 70px rgba(35, 72, 255, 0.18);
  padding: 22px;
}

.metrics-node {
  display: grid;
  align-content: start;
  gap: 12px;
}

.metrics-node b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #2554ff, #714cff);
  box-shadow: 0 18px 48px rgba(53, 92, 255, 0.36);
}

.metrics-node strong {
  display: block;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.05;
}

.metrics-node span:last-child {
  display: block;
  color: rgba(245, 245, 255, 0.68);
  font-size: 15px;
  line-height: 1.45;
}

.metrics-core {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 118px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(54, 92, 255, 0.48), rgba(10, 12, 28, 0.95) 64%),
    linear-gradient(145deg, rgba(28, 38, 86, 0.9), rgba(10, 12, 28, 0.96));
}

.metrics-core img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.metrics-core strong {
  color: #fff;
  font-size: clamp(24px, 2vw, 32px);
}

.metrics-core span {
  color: rgba(245, 245, 255, 0.7);
}

.metrics-faq details {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  padding: 18px 20px;
  margin-top: 12px;
}

.metrics-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
}

.metrics-faq p {
  margin: 12px 0 0;
}

@media (max-width: 920px) {
  .daily-metrics-article .article-main,
  .daily-metrics-article .article-site-header,
  .daily-metrics-article .article-footer {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    overflow-x: hidden !important;
  }

  .daily-metrics-article .article-hero {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
  }

  .daily-metrics-article .article-hero *,
  .daily-metrics-article .article-card *,
  .daily-metrics-article .metrics-node *,
  .daily-metrics-article .metrics-core * {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .daily-metrics-article .article-hero-split,
  .daily-metrics-article .article-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .daily-metrics-article .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .daily-metrics-article .article-hero-grid h1.article-title-extra-long {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(20px, 5.05vw, 24px) !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere !important;
  }

  .daily-metrics-article .article-hero p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 12.75px !important;
    line-height: 1.5 !important;
  }

  .daily-metrics-article .article-hero-visual {
    display: none !important;
  }

  .metrics-orbit {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .metrics-orbit::before {
    inset: 0;
  }

  .metrics-node,
  .metrics-core {
    min-height: auto;
    border-radius: 18px;
    padding: 14px;
  }

  .metrics-node strong {
    font-size: 20px !important;
  }

  .metrics-node span:last-child {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .metrics-core {
    display: grid;
  }
}

/* Article layout hardening for legacy long-form pages. */
.article-page .article-main,
.article-page .article-main * {
  box-sizing: border-box;
}

.article-page .article-main > article {
  row-gap: clamp(24px, 2.4vw, 36px) !important;
}

.article-page .article-main > article > :is(.article-hero, .article-card, .article-pullquote, .article-visual, .article-return, div[class*="lang-"]) + :is(.article-hero, .article-card, .article-pullquote, .article-visual, .article-return, div[class*="lang-"]) {
  margin-top: clamp(12px, 1.2vw, 18px) !important;
}

.article-page :is(div, section, article).lang-en,
.article-page :is(div, section, article).lang-ru {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.article-page :is(div, section, article).lang-en {
  display: block !important;
}

.article-page :is(div, section, article).lang-ru {
  display: none !important;
}

html[lang="ru"] .article-page :is(div, section, article).lang-en {
  display: none !important;
}

html[lang="ru"] .article-page :is(div, section, article).lang-ru {
  display: block !important;
}

.article-page :is(div, section, article).lang-en:has(> .article-card),
.article-page :is(div, section, article).lang-en.article-language-block {
  display: grid !important;
  gap: clamp(24px, 2.4vw, 36px) !important;
}

html[lang="ru"] .article-page :is(div, section, article).lang-ru:has(> .article-card),
html[lang="ru"] .article-page :is(div, section, article).lang-ru.article-language-block {
  display: grid !important;
  gap: clamp(24px, 2.4vw, 36px) !important;
}

html[lang="ru"] .article-page :is(div, section, article).lang-en:has(> .article-card),
html[lang="ru"] .article-page :is(div, section, article).lang-en.article-language-block,
.article-page :is(div, section, article).lang-ru:has(> .article-card),
.article-page :is(div, section, article).lang-ru.article-language-block {
  display: none !important;
}

.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)),
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(12, 14, 28, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  padding: clamp(26px, 3.4vw, 46px);
}

.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) > * + *,
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > * + * {
  margin-top: 16px;
}

.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) > h2:not(:first-child),
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h2:not(:first-child) {
  margin-top: 34px;
}

.article-page .article-hero h1,
.article-page .article-hero-grid h1,
.article-page .article-hero-grid h1.article-title-long,
.article-page .article-hero-grid h1.article-title-extra-long {
  max-width: min(100%, 1120px) !important;
  font-size: clamp(28px, 2.4vw, 42px) !important;
  line-height: 1.11 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word;
  text-wrap: balance;
  word-break: normal;
}

html[lang="ru"] .article-page .article-hero h1,
html[lang="ru"] .article-page .article-hero-grid h1,
html[lang="ru"] .article-page .article-hero-grid h1.article-title-long,
html[lang="ru"] .article-page .article-hero-grid h1.article-title-extra-long {
  font-size: clamp(26px, 2.05vw, 36px) !important;
  line-height: 1.14 !important;
}

.article-page .article-card h2,
.article-page .article-card.article-editorial h2,
.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) > h2,
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h2 {
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word;
  text-wrap: balance;
  word-break: normal;
}

html[lang="ru"] .article-page .article-card h2,
html[lang="ru"] .article-page .article-card.article-editorial h2,
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h2 {
  font-size: clamp(23px, 1.75vw, 32px) !important;
}

.article-page.article-page :is(.article-pullquote, .article-return, .article-cta-card) h2 {
  max-width: 100% !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
  text-wrap: balance;
  word-break: normal;
}

.article-page.article-page .article-pullquote-title {
  margin: 0 !important;
  max-width: 100% !important;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 1.75vw, 30px) !important;
  font-weight: 850;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
  text-wrap: balance;
  word-break: normal;
}

.article-page .article-card h3,
.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) > h3,
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h3 {
  font-size: clamp(18px, 1.15vw, 22px) !important;
  line-height: 1.22 !important;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.article-page .article-card :is(table, .compare-table, .platform-table, .sabsus-comparison-table),
.article-page .article-card :is([class*="table-wrap"], [class*="-table"]) {
  max-width: 100% !important;
}

.article-page .article-card :is([class*="table-wrap"], .compare-table-wrap, .local-platforms-table-wrap, .platform-comparison) {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.article-page .article-card img,
.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) img,
html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) img {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 720px) {
  .article-page .site-glow {
    display: none !important;
  }

  .article-page .article-site-header,
  .article-page .article-main,
  .article-page .article-footer {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
  }

  .article-page .article-main {
    padding-top: 42px !important;
  }

  .article-page .article-main > article,
  .article-page .article-content,
  .article-page .article-layout {
    gap: 24px !important;
    row-gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .article-page .article-main > article > :is(.article-hero, .article-card, .article-pullquote, .article-visual, .article-return, div[class*="lang-"]) + :is(.article-hero, .article-card, .article-pullquote, .article-visual, .article-return, div[class*="lang-"]) {
    margin-top: 0 !important;
  }

  .article-page .article-hero,
  .article-page .article-card,
  .article-page .article-pullquote,
  .article-page .article-visual,
  .article-page .article-return,
  .article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)),
  html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 24px 20px !important;
    border-radius: 24px !important;
    overflow: hidden;
  }

  .article-page :is(.article-hero-grid, .article-hero-split, .article-layout, .article-content, .article-inline-grid, .article-stat-grid, .article-card-grid, .article-two-column, .article-comparison-grid, .article-duo, .platform-duo, .flow-grid, .image-strip, .local-platforms-grid, .local-platforms-gallery, .erp-process-grid, .erp-difference-grid, .what-is-flow, .article-visual-collage),
  .article-page :is([class*="grid"], [class*="layout"], [class*="split"], [class*="columns"], [class*="duo"], [class*="matrix"]) {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .article-page :is(.article-hero-grid, .article-hero-split, .article-layout, .article-content, .article-inline-grid, .article-stat-grid, .article-card-grid, .article-two-column, .article-comparison-grid, .article-duo, .platform-duo, .flow-grid, .image-strip, .local-platforms-grid, .local-platforms-gallery, .erp-process-grid, .erp-difference-grid, .what-is-flow, .article-visual-collage) > *,
  .article-page :is([class*="grid"], [class*="layout"], [class*="split"], [class*="columns"], [class*="duo"], [class*="matrix"]) > *,
  .article-page .article-hero > *,
  .article-page .article-card > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .article-page .article-hero h1,
  .article-page .article-hero-grid h1,
  .article-page .article-hero-grid h1.article-title-long,
  .article-page .article-hero-grid h1.article-title-extra-long {
    max-width: 100% !important;
    font-size: clamp(22px, 5.6vw, 28px) !important;
    line-height: 1.16 !important;
    overflow-wrap: break-word !important;
    text-wrap: balance;
    word-break: normal;
  }

  html[lang="ru"] .article-page .article-hero h1,
  html[lang="ru"] .article-page .article-hero-grid h1,
  html[lang="ru"] .article-page .article-hero-grid h1.article-title-long,
  html[lang="ru"] .article-page .article-hero-grid h1.article-title-extra-long {
    font-size: clamp(21px, 5.2vw, 27px) !important;
    line-height: 1.18 !important;
  }

  .article-page .article-card h2,
  .article-page .article-card.article-editorial h2,
  .article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) > h2,
  html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h2 {
    font-size: clamp(21px, 5.05vw, 27px) !important;
    line-height: 1.18 !important;
    overflow-wrap: break-word !important;
    text-wrap: balance;
  }

  html[lang="ru"] .article-page .article-card h2,
  html[lang="ru"] .article-page .article-card.article-editorial h2,
  html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h2 {
    font-size: clamp(20px, 4.85vw, 26px) !important;
    line-height: 1.2 !important;
  }

  .article-page .article-lead {
    font-size: clamp(15.5px, 4.2vw, 18px) !important;
    line-height: 1.45 !important;
  }

  .article-page .article-card p,
  .article-page .article-card li,
  .article-page .article-card summary,
  .article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) :is(p, li, summary),
  html[lang="ru"] .article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) :is(p, li, summary) {
    font-size: 16px !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word;
  }

  .article-page .article-card table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .article-page .article-card table th,
  .article-page .article-card table td {
    min-width: 136px;
    white-space: normal !important;
    overflow-wrap: break-word;
  }
}

/* Higher-specificity mobile overrides for articles with page-local CSS. */
@media (max-width: 720px) {
  .article-page.article-page .article-hero h1,
  .article-page.article-page .article-hero-grid h1,
  .article-page.article-page .article-hero-grid h1.article-title-long,
  .article-page.article-page .article-hero-grid h1.article-title-extra-long,
  html[lang="ru"] .article-page.article-page .article-hero h1,
  html[lang="ru"] .article-page.article-page .article-hero-grid h1,
  html[lang="ru"] .article-page.article-page .article-hero-grid h1.article-title-long,
  html[lang="ru"] .article-page.article-page .article-hero-grid h1.article-title-extra-long {
    max-width: 100% !important;
    font-size: clamp(21px, 5vw, 26px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    text-wrap: balance;
    word-break: normal;
  }

  .article-page.article-page .article-card h2,
  .article-page.article-page .article-card.article-editorial h2,
  .article-page.article-page :is(.article-pullquote, .article-return, .article-cta-card) h2,
  .article-page.article-page .article-main > article > :is(div, section).lang-en:not(:has(> .article-card)) > h2,
  html[lang="ru"] .article-page.article-page .article-card h2,
  html[lang="ru"] .article-page.article-page .article-card.article-editorial h2,
  html[lang="ru"] .article-page.article-page :is(.article-pullquote, .article-return, .article-cta-card) h2,
  html[lang="ru"] .article-page.article-page .article-main > article > :is(div, section).lang-ru:not(:has(> .article-card)) > h2 {
    max-width: 100% !important;
    font-size: clamp(19px, 4.55vw, 24px) !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    text-wrap: balance;
    word-break: normal;
  }

  .article-page.article-page .article-pullquote-title {
    font-size: clamp(18px, 4.25vw, 22px) !important;
    line-height: 1.28 !important;
  }

  .article-page.article-page :is(.article-hero-grid, .article-hero-split, .article-layout, .article-content, .article-inline-grid, .article-stat-grid, .article-card-grid, .article-two-column, .article-comparison-grid, .article-duo, .platform-duo, .flow-grid, .image-strip, .local-platforms-grid, .local-platforms-gallery, .erp-process-grid, .erp-difference-grid, .what-is-flow, .article-visual-collage),
  .article-page.article-page :is([class*="grid"], [class*="layout"], [class*="split"], [class*="columns"], [class*="duo"], [class*="matrix"]) {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .article-page.article-page :is(.article-hero-visual, figure.article-hero-visual, .article-visual, figure.article-visual) {
    justify-self: stretch !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .article-page.article-page :is(.article-hero-visual, .article-visual) :is(a, img, picture, source) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .article-page.article-page .article-card :is([class*="table-wrap"], .compare-table-wrap, .local-platforms-table-wrap, .platform-comparison, .article-table-wrap) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .article-page.article-page .article-card table {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .article-page.article-page .article-card table th,
  .article-page.article-page .article-card table td {
    min-width: 0 !important;
    max-width: 124px;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .article-page.article-page .compare-table-wrap {
    overflow: visible !important;
  }

  .article-page.article-page .compare-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .article-page.article-page .compare-table thead {
    display: none !important;
  }

  .article-page.article-page .compare-table tbody,
  .article-page.article-page .compare-table tr,
  .article-page.article-page .compare-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .article-page.article-page .compare-table tr {
    margin: 0 0 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    padding: 12px !important;
  }

  .article-page.article-page .compare-table tr:last-child {
    margin-bottom: 0 !important;
  }

  .article-page.article-page .compare-table td {
    border: 0 !important;
    padding: 8px 0 !important;
    overflow-wrap: anywhere !important;
  }

  .article-page.article-page .compare-table td::before {
    display: block;
    margin-bottom: 4px;
    color: rgba(134, 217, 255, 0.78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .article-page.article-page .compare-table td:nth-child(1)::before {
    content: "Criteria";
  }

  .article-page.article-page .compare-table td:nth-child(2)::before {
    content: "Odoo";
  }

  .article-page.article-page .compare-table td:nth-child(3)::before {
    content: "SABSUS";
  }

  html[lang="ru"] .article-page.article-page .compare-table td:nth-child(1)::before {
    content: "Критерий";
  }
}


/* SEO POSITIONING ADDITIONS */
.seo-positioning,
.seo-home-faq,
.landing-section {
  position: relative;
  z-index: 1;
}

.seo-positioning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.seo-positioning-card {
  min-height: 260px;
  padding: 30px;
}

.seo-positioning-card small,
.landing-info-card small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(35, 71, 255, 0.86);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.seo-positioning-card h3,
.seo-faq-card h3,
.landing-info-card h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.98;
  letter-spacing: 0;
}

.seo-positioning-card p,
.seo-faq-card p,
.landing-info-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.seo-positioning-card-wide {
  grid-column: 1 / -1;
  min-height: auto;
}

.seo-chip-grid,
.landing-module-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-chip-grid span,
.landing-module-strip span,
.seo-landing-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.17);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.9);
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.seo-chip-grid-wide span {
  min-width: 185px;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.seo-faq-card {
  padding: 26px;
  min-height: 190px;
}

.seo-landing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.seo-landing-links a {
  border-color: rgba(91, 210, 255, 0.32);
  background: linear-gradient(135deg, rgba(36, 67, 255, 0.28), rgba(255,255,255,0.07));
}

.seo-landing-links-block {
  margin-top: 20px;
}

.seo-landing-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(38, 73, 255, 0.35), transparent 34%),
    radial-gradient(circle at 4% 30%, rgba(129, 68, 255, 0.18), transparent 34%),
    #02030a;
}

.seo-landing-page .article-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.landing-hero {
  padding-top: clamp(96px, 10vw, 150px);
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 58vh;
}

.landing-hero h1 {
  max-width: 980px;
  margin: 22px 0 22px;
  font-size: clamp(52px, 7vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.landing-lead {
  max-width: 790px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.42;
  font-weight: 850;
}

.landing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.landing-visual {
  margin: 0;
  aspect-ratio: 16 / 10;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 28px 100px rgba(20, 55, 255, 0.28);
}

.landing-visual img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.landing-module-strip {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(27, 33, 69, 0.72), rgba(7, 8, 19, 0.75));
}

.seo-landing-page .landing-section {
  padding-top: clamp(52px, 6vw, 86px);
  padding-bottom: clamp(10px, 2vw, 26px);
}

.seo-landing-page .landing-comparison-grid,
.seo-landing-page .landing-two-column,
.seo-landing-page .landing-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: 26px;
  align-items: stretch;
}

.seo-landing-page .landing-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-landing-page .landing-comparison-grid .glass-card,
.seo-landing-page .landing-two-column .glass-card,
.seo-landing-page .landing-faq-grid .glass-card,
.seo-landing-page .landing-final-cta {
  min-height: 0;
  height: auto;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  overflow: visible;
}

.seo-landing-page .landing-comparison-grid .glass-card h2,
.seo-landing-page .landing-two-column .glass-card h2,
.seo-landing-page .landing-final-cta h2 {
  margin: 0 0 14px;
  max-width: 980px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.seo-landing-page .landing-faq-grid .glass-card h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.seo-landing-page .landing-comparison-grid .glass-card p,
.seo-landing-page .landing-two-column .glass-card p,
.seo-landing-page .landing-faq-grid .glass-card p,
.seo-landing-page .landing-final-cta p,
.seo-landing-page .landing-two-column .glass-card li {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 750;
  line-height: 1.58;
  overflow-wrap: break-word;
}

.seo-landing-page .landing-two-column .glass-card ul {
  margin: 0;
  padding-left: 1.2em;
}

.seo-landing-page .landing-final-cta {
  display: grid;
  gap: 16px;
}

.seo-landing-page .landing-final-cta .btn {
  width: fit-content;
}

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

.landing-info-card {
  padding: 28px;
  min-height: 300px;
}

.industry-module-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.17);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.9);
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.industry-group {
  scroll-margin-top: 110px;
}

.industry-group-head {
  align-items: end;
  gap: 26px;
}

.industry-group-head p {
  max-width: 560px;
}

.industry-grid {
  margin-top: 28px;
}

.industry-hub-card {
  min-height: 310px;
}

.industry-hub-card h3 {
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.industry-landing-page .landing-hero h1,
.industry-hub-page .landing-hero h1 {
  font-size: clamp(44px, 5.75vw, 92px);
  line-height: 0.96;
}

@media (max-width: 900px) {
  .seo-positioning-grid,
  .seo-faq-grid,
  .landing-hero-grid,
  .landing-card-grid {
    grid-template-columns: 1fr;
  }

  .seo-positioning-card,
  .seo-faq-card,
  .landing-info-card {
    min-height: auto;
  }

  .landing-hero h1 {
    font-size: clamp(40px, 12vw, 68px);
    line-height: 1;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 520px) {
  .seo-landing-page {
    overflow-x: hidden;
  }

  .seo-landing-page .section-shell {
    width: calc(100% - 20px);
  }

  .seo-landing-page .landing-hero {
    padding-top: 100px;
  }

  .seo-landing-page .landing-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 1.02;
  }

  .seo-landing-page .landing-lead {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  html,
  body,
  .article-page,
  .seo-landing-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .seo-landing-page *,
  .seo-landing-page *::before,
  .seo-landing-page *::after {
    min-width: 0;
    box-sizing: border-box;
  }

  .seo-landing-page .article-site-header,
  .seo-landing-page .landing-hero,
  .seo-landing-page .landing-section,
  .seo-landing-page .section-shell,
  .seo-landing-page .landing-hero-grid,
  .seo-landing-page .landing-card-grid,
  .seo-landing-page .competitive-serp-grid,
  .seo-landing-page .competitive-proof-strip,
  .seo-landing-page .competitive-question-grid,
  .seo-landing-page .seo-faq-grid,
  .seo-landing-page .seo-landing-links,
  .seo-landing-page .landing-module-strip {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden;
  }

  .seo-landing-page .landing-hero-grid,
  .seo-landing-page .landing-card-grid,
  .seo-landing-page .landing-comparison-grid,
  .seo-landing-page .landing-two-column,
  .seo-landing-page .landing-faq-grid,
  .seo-landing-page .competitive-serp-grid,
  .seo-landing-page .competitive-question-grid,
  .seo-landing-page .seo-faq-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .seo-landing-page .landing-comparison-grid,
  .seo-landing-page .landing-two-column,
  .seo-landing-page .landing-faq-grid {
    gap: 14px;
    margin-top: 18px;
  }

  .seo-landing-page .landing-comparison-grid .glass-card,
  .seo-landing-page .landing-two-column .glass-card,
  .seo-landing-page .landing-faq-grid .glass-card,
  .seo-landing-page .landing-final-cta {
    padding: 20px;
    border-radius: 22px;
  }

  .seo-landing-page .landing-comparison-grid .glass-card h2,
  .seo-landing-page .landing-two-column .glass-card h2,
  .seo-landing-page .landing-final-cta h2 {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.1;
  }

  .seo-landing-page .landing-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .seo-landing-page :is(h2, h3, p, li, a, span) {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .seo-landing-page .landing-cta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .seo-landing-page .landing-cta-row .btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .seo-landing-page .landing-visual,
  .seo-landing-page .landing-visual img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .site-header {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    padding: 0;
  }

  .site-header > .brand {
    position: fixed;
    top: 20px;
    left: 18px;
    width: auto;
  }

  .site-header > .header-actions,
  .site-header > .btn {
    position: fixed;
    top: 14px;
    right: clamp(14px, 16vw, 78px);
    left: auto;
    width: auto;
    max-width: calc(100dvw - 86px);
  }

  .site-header > .header-actions {
    width: 150px;
    max-width: 150px;
    gap: 6px;
    padding-right: 0;
  }

  .site-header > .btn {
    min-height: 42px;
    padding: 0 7px 0 15px;
    gap: 8px;
    font-size: 13px;
    overflow: hidden;
  }

  .site-header > .btn span[aria-hidden="true"] {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-right: 0;
  }

  .site-header > .nav {
    position: fixed;
    top: 78px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    transform: none;
    justify-content: center;
  }

  .site-header .header-actions .btn.btn-primary.btn-small,
  .site-header > .btn.btn-primary.btn-small {
    width: 96px;
    min-width: 96px;
    max-width: 96px;
    min-height: 42px;
    padding: 0 7px 0 13px;
    gap: 7px;
    overflow: hidden;
    font-size: 0;
  }

  .site-header .header-actions .btn.btn-primary.btn-small::before,
  .site-header > .btn.btn-primary.btn-small::before {
    content: "Demo";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  html[lang="ru"] .site-header .header-actions .btn.btn-primary.btn-small::before,
  html[lang="ru"] .site-header > .btn.btn-primary.btn-small::before {
    content: "Демо";
  }

  .site-header .header-actions .btn.btn-primary.btn-small span:not([aria-hidden="true"]),
  .site-header > .btn.btn-primary.btn-small span:not([aria-hidden="true"]) {
    display: none;
  }

  .site-header .header-actions .btn.btn-primary.btn-small span[aria-hidden="true"],
  .site-header > .btn.btn-primary.btn-small span[aria-hidden="true"] {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    margin-right: 0;
    font-size: 13px;
  }

  .article-hub {
    padding-top: 148px;
  }
}


/* SEO intent clusters */
.intent-clusters {
  position: relative;
  z-index: 1;
}

.intent-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.intent-cluster-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(9, 18, 38, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.intent-cluster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(60, 230, 190, 0.14), transparent 48%, rgba(255, 200, 87, 0.08));
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.intent-cluster-card:hover::before,
.intent-cluster-card:focus-visible::before {
  opacity: 1;
}

.intent-cluster-card small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intent-cluster-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 95%;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.12;
  letter-spacing: 0;
}

.intent-cluster-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.intent-chip-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.intent-chip-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(245, 248, 255, 0.84);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.intent-cluster-card .resource-arrow {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
}

@media (max-width: 980px) {
  .intent-cluster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .intent-cluster-grid {
    grid-template-columns: 1fr;
  }

  .intent-cluster-card {
    min-height: 0;
    padding: 20px;
  }
}

/* Competitive SERP content */
.competitive-serp-section {
  position: relative;
  z-index: 1;
}

.competitive-serp-head {
  max-width: 980px;
}

.competitive-serp-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.competitive-serp-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.competitive-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.competitive-proof-strip article {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(60, 230, 190, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(60, 230, 190, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

.competitive-proof-strip b {
  display: block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.competitive-proof-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.competitive-serp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.competitive-serp-card {
  min-height: 100%;
  padding: 26px;
  border-radius: 8px;
}

.competitive-serp-card-strong {
  border-color: rgba(60, 230, 190, 0.28);
  background:
    linear-gradient(135deg, rgba(60, 230, 190, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(9, 18, 38, 0.72);
}

.competitive-serp-card small {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.competitive-serp-card h3 {
  margin: 10px 0 16px;
  font-size: clamp(21px, 1.7vw, 30px);
  line-height: 1.14;
  letter-spacing: 0;
}

.competitive-serp-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.competitive-serp-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.competitive-serp-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(60, 230, 190, 0.12);
}

.competitive-checklist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.competitive-check {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.competitive-check b {
  display: block;
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.competitive-check p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.competitive-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.competitive-question {
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.competitive-question summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 850;
  line-height: 1.35;
}

.competitive-question p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .competitive-proof-strip,
  .competitive-checklist,
  .competitive-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .competitive-serp-grid,
  .competitive-proof-strip,
  .competitive-checklist,
  .competitive-question-grid {
    grid-template-columns: 1fr;
  }

  .competitive-serp-card,
  .competitive-check,
  .competitive-question {
    min-height: 0;
  }
}

/* Global Liquid Glass layer: exact SVG displacement method */
:root {
  --lg-bg-color: rgba(255, 255, 255, 0.12);
  --lg-highlight: rgba(255, 255, 255, 0.34);
  --lg-text: #ffffff;
  --lg-hover-glow: rgba(80, 130, 255, 0.18);
  --lg-red: #fb4268;
  --lg-grey: #5b5b5b;
  --lg-pointer-x: 50%;
  --lg-pointer-y: 0%;
}

.liquid-glass-filter-root {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.liquid-glass-container.glass-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--lg-text);
  background: transparent !important;
  box-shadow:
    0 8px 22px rgba(3, 8, 30, 0.18),
    0 0 18px rgba(105, 155, 255, 0.12);
  transition:
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2),
    box-shadow 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2),
    border-color 0.3s ease;
}

.liquid-glass-container.glass-container::before {
  opacity: 0 !important;
}

.liquid-glass-container.glass-container:hover {
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 18px var(--lg-hover-glow);
}

.liquid-glass-container > .glass-filter,
.liquid-glass-container > .glass-overlay,
.liquid-glass-container > .glass-specular {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.liquid-glass-container > .glass-filter {
  z-index: 0;
  backdrop-filter: blur(0px);
  filter: url("#lg-dist");
  isolation: isolate;
}

.liquid-glass-container > .glass-overlay {
  z-index: 1;
  background:
    radial-gradient(
      circle at var(--lg-pointer-x) var(--lg-pointer-y),
      rgba(255, 255, 255, 0.18),
      transparent 38%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.075) 48%, rgba(255, 255, 255, 0.13)),
    rgba(255, 255, 255, 0.08);
}

.liquid-glass-container > .glass-specular {
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.58),
    inset -1px -1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 9px rgba(255, 255, 255, 0.18);
}

.liquid-glass-container > .glass-content {
  position: relative;
  z-index: 3;
  color: inherit;
}

.liquid-glass-container:not(.liquid-glass-inline) > .glass-content {
  display: contents;
}

.liquid-glass-container:not(.liquid-glass-inline) > .glass-content > * {
  position: relative;
  z-index: 3;
}

.liquid-glass-inline > .glass-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: inherit;
  width: 100%;
  min-width: 0;
}

.liquid-glass-container:is(.nav, .article-site-header) {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: none;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.42),
    inset -1px -1px 0 rgba(255, 255, 255, 0.1),
    0 8px 20px rgba(2, 8, 26, 0.14),
    0 0 18px rgba(88, 142, 255, 0.12) !important;
}

.liquid-glass-container:is(.nav, .article-site-header) > .glass-filter {
  opacity: 0.16;
  filter: url("#lg-dist") blur(0.3px);
}

.liquid-glass-container:is(.nav, .article-site-header) > .glass-overlay {
  background:
    radial-gradient(
      circle at var(--lg-pointer-x) var(--lg-pointer-y),
      rgba(255, 255, 255, 0.08),
      transparent 42%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055) 50%, rgba(255, 255, 255, 0.09)),
    rgba(255, 255, 255, 0.06);
}

.liquid-glass-container:is(.nav, .article-site-header) > .glass-specular {
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.28),
    inset -1px -1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 5px rgba(255, 255, 255, 0.07);
}

.liquid-glass-container:is(.lang-toggle, .article-language-toggle, [data-lang-toggle], [data-article-lang-toggle]) {
  background: transparent !important;
  backdrop-filter: none;
}

@media (prefers-reduced-motion: no-preference) {
  .liquid-glass-container.glass-container:hover {
    transform: translateY(-2px) scale(1.006);
  }

  .liquid-glass-container:is(.lang-toggle, .article-language-toggle, [data-lang-toggle], [data-article-lang-toggle]):hover {
    transform: translateY(-1px) scale(1.015);
  }
}

.nav.liquid-glass-container > .glass-content {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
}

.nav.liquid-glass-container > .glass-content > * {
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header > .nav {
    left: 10px;
    right: 10px;
    width: calc(100dvw - 20px);
    max-width: calc(100dvw - 20px);
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .site-header > .nav.liquid-glass-container > .glass-content {
    padding-right: 10px;
  }

}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    max-width: calc(100dvw - 20px);
    overflow: visible;
  }

  .site-header::before {
    left: 0;
    right: 0;
    width: auto;
    height: 168px;
    transform: none;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(22, 67, 190, 0.2), transparent 64%),
      linear-gradient(180deg, rgba(2, 4, 16, 0.62), rgba(4, 8, 28, 0.22) 58%, rgba(4, 7, 28, 0));
  }

  .site-header > .brand {
    left: 18px;
  }

  .site-header > .header-actions,
  .site-header > .btn {
    right: 8px;
    max-width: calc(100dvw - 72px);
  }

  .site-header > .header-actions {
    width: auto;
    max-width: calc(100dvw - 72px);
  }

  .site-header > .nav {
    top: 78px;
    left: 50%;
    right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: min(calc(100dvw - 32px), 374px);
    max-width: calc(100dvw - 32px);
    column-gap: 6px;
    row-gap: 6px;
    padding: 6px;
    overflow: visible;
    transform: translateX(-50%);
    white-space: normal;
  }

  .site-header > .nav.liquid-glass-container {
    width: min(calc(100dvw - 32px), 374px);
    max-width: calc(100dvw - 32px);
    box-sizing: border-box;
  }

  .site-header > .nav a {
    flex: 0 1 calc((100% - 18px) / 4);
    min-width: 0;
    min-height: 34px;
    padding: 0 6px;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.05;
    white-space: normal;
  }

  html[lang="ru"] .site-header > .nav a {
    font-size: 10.5px;
  }

  .site-header > .nav.liquid-glass-container > .glass-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    column-gap: 6px;
    row-gap: 6px;
    padding: 0;
  }

  .site-header > .nav.liquid-glass-container > .glass-content > * {
    flex: 0 1 calc((100% - 18px) / 4);
    min-width: 0;
  }

  .site-header .header-actions .btn.btn-primary.btn-small,
  .site-header > .btn.btn-primary.btn-small {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
  }

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

@media (max-width: 980px) {
  .hero-zoom-inspired {
    min-height: auto;
    padding-top: 170px;
  }

  .hero-segment {
    max-width: calc(100vw - 38px);
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .hero-zoom-inspired h1 {
    font-size: clamp(36px, 7vw, 58px);
  }

  .hero-offers {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }

  .hero-product-stage {
    width: min(760px, calc(100% - 34px));
    margin-top: 52px;
    margin-bottom: 72px;
  }

  .hero-side-panel {
    width: min(230px, 34vw);
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .hero-zoom-inspired {
    padding-top: 244px;
    padding-bottom: 40px;
  }

  .hero-zoom-inspired .hero-grid {
    top: 196px;
    width: calc(100vw - 22px);
    height: 600px;
    border-radius: 34px;
  }

  .hero-segment {
    gap: 6px;
    min-height: 0;
    margin: 0 auto 22px;
    padding: 6px;
  }

  .hero-segment > span,
  .hero-segment > strong {
    flex: 1 1 auto;
    min-height: 34px;
    padding: 0 10px;
    justify-content: center;
    font-size: 12px;
  }

  .hero-segment-icon {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
  }

  .hero-segment-icon img {
    width: 18px;
    height: 18px;
  }

  .hero-zoom-inspired h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.06;
  }

  html[lang="ru"] .hero-zoom-inspired h1 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.08;
  }

  .hero-zoom-inspired .hero-subtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.46;
  }

  .hero-zoom-inspired .hero-proof-line {
    font-size: 13px;
  }

  .hero-zoom-inspired .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(430px, 100%);
    margin-inline: auto;
  }

  .hero-zoom-inspired .btn {
    width: 100%;
  }

  .hero-offers {
    margin-top: 28px;
  }

  .hero-offers a {
    min-height: 68px;
    border-radius: 18px;
  }

  .hero-product-stage {
    width: calc(100vw - 20px);
    margin-top: 44px;
    margin-bottom: 0;
  }

  .hero-product-window {
    border-width: 4px;
    border-radius: 24px;
    transform: none;
    animation: none;
  }

  .hero-product-window img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-window-bar {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero-window-bar em {
    display: none;
  }

  .hero-side-panel {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-top: 10px;
    transform: none;
  }

  .hero-side-panel-left,
  .hero-side-panel-right {
    display: none;
  }

  .hero-zoom-inspired .hero-bottom {
    width: calc(100vw - 36px);
    margin-top: 28px;
    font-size: 15px;
  }

  .hero-zoom-inspired .hero-bottom span {
    max-width: 100%;
  }

  .hero-zoom-inspired .hero-bottom i {
    display: none;
  }
}

/* Dark rollback mobile header guard. Keeps the restored dark header inside small viewports. */
@media (max-width: 640px) {
  .site-header,
  .site-header * {
    box-sizing: border-box;
  }

  .site-header > .header-actions {
    right: 10px !important;
    width: 140px !important;
    max-width: 140px !important;
    justify-content: flex-end;
    gap: 6px !important;
  }

  .site-header .header-actions .lang-toggle {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
    min-width: 40px !important;
  }

  .site-header .header-actions .btn.btn-primary.btn-small,
  .site-header > .btn.btn-primary.btn-small {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    padding: 0 7px 0 12px !important;
  }

  html[lang="ru"] .site-header .header-actions .btn.btn-primary.btn-small::before,
  html[lang="ru"] .site-header > .btn.btn-primary.btn-small::before {
    content: "Демо";
  }

  .site-header > .nav {
    left: 50% !important;
    right: auto !important;
    width: min(calc(100dvw - 28px), 360px) !important;
    max-width: calc(100dvw - 28px) !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 980px) {
  .company-proof-grid,
  .seo-faq-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-lite-panel {
    grid-template-columns: 1fr;
  }

  .resources-lite-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .company-proof-grid,
  .seo-faq-grid-compact {
    grid-template-columns: 1fr;
  }

  .company-proof-grid article {
    min-height: 0;
    padding: 20px;
  }

  .resources-lite-panel {
    padding: 20px;
    border-radius: 26px;
  }

  .resources-lite-panel h2 {
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.05;
  }

  .resources-lite-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .resources-lite-actions .btn {
    width: 100%;
  }

  .pricing-comparison {
    margin-top: 24px;
    border-radius: 26px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pricing-comparison table {
    min-width: 760px;
  }

  .pricing-comparison th,
  .pricing-comparison td {
    padding: 16px 14px;
    font-size: 13px;
  }

  .pricing-comparison thead th {
    font-size: 15px;
  }

  .pricing-comparison thead th:first-child,
  .pricing-comparison tbody th,
  .pricing-comparison tfoot th {
    width: 150px;
    font-size: 11px;
  }

  .pricing-row-price strong {
    font-size: 28px;
  }
}


.ai-answer-summary {
  position: relative;
  z-index: 2;
  padding-top: 34px;
  padding-bottom: 18px;
}

.ai-answer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.92fr;
  gap: 16px;
  align-items: stretch;
}

.ai-answer-card {
  padding: 24px;
  min-height: 100%;
}

.ai-answer-card h2,
.ai-answer-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

.ai-answer-card h3 {
  font-size: clamp(20px, 1.45vw, 25px);
}

.ai-answer-card p,
.ai-answer-card li {
  color: rgba(245, 247, 255, 0.74);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 760;
}

.ai-answer-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-answer-card li {
  padding-left: 18px;
  position: relative;
}

.ai-answer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #5fe3ff;
  box-shadow: 0 0 16px rgba(95, 227, 255, 0.72);
}

@media (max-width: 920px) {
  .ai-answer-grid {
    grid-template-columns: 1fr;
  }
}


/* SEO topical linking block */
.article-related-paths {
  width: min(1120px, 100%);
  margin: clamp(28px, 5vw, 56px) auto 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.article-related-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.article-related-path-grid a {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.065);
}

.article-related-path-grid strong {
  font-size: 17px;
  line-height: 1.1;
}

.article-related-path-grid span {
  color: rgba(244, 246, 255, 0.72);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 720;
}

@media (max-width: 900px) {
  .article-related-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .article-related-paths {
    border-radius: 20px;
    padding: 18px;
  }

  .article-related-path-grid {
    grid-template-columns: 1fr;
  }

  .article-related-path-grid a {
    min-height: 0;
  }
}


/* White Label Platform page 2026-07-07 */
.white-label-platform-page{--wlp-ink:#0a1633;--wlp-muted:#5b6680;--wlp-blue:#1d67ff;--wlp-blue-2:#5da2ff;--wlp-line:rgba(38,79,145,.16);--wlp-soft:#f4f8ff;--wlp-card:rgba(255,255,255,.82);margin:0;background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 44%,#f9fbff 100%);color:var(--wlp-ink);font-family:Inter,Arial,sans-serif;font-weight:650}
.white-label-platform-page *{box-sizing:border-box}.wlp-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.wlp-nav{position:sticky;top:14px;z-index:20;width:min(1180px,calc(100% - 40px));margin:14px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 12px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(22px) saturate(150%);box-shadow:0 24px 70px rgba(34,91,180,.13),inset 0 1px 0 rgba(255,255,255,.85)}
.wlp-brand{display:flex;align-items:center;gap:10px;color:var(--wlp-ink);text-decoration:none;font-weight:950}.wlp-brand img{display:block}.wlp-menu{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.wlp-menu a,.wlp-footer a{color:#1f2a44;text-decoration:none;font-size:14px;font-weight:850}.wlp-menu a{padding:10px 14px;border-radius:999px}.wlp-menu a:hover{background:#fff}.wlp-nav-cta,.wlp-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:950;white-space:nowrap}.wlp-nav-cta{background:var(--wlp-blue);color:#fff;box-shadow:0 12px 24px rgba(29,103,255,.24)}.wlp-button-primary{background:var(--wlp-blue);color:#fff;box-shadow:0 16px 38px rgba(29,103,255,.26)}.wlp-button-secondary{background:#fff;color:var(--wlp-ink);border:1px solid var(--wlp-line)}
.wlp-hero{padding:96px 0 70px;overflow:hidden}.wlp-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr);gap:54px;align-items:center}.wlp-eyebrow{margin:0 0 14px;color:#1a6cff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950}.wlp-hero h1,.wlp-section h2,.wlp-final h2{margin:0;color:var(--wlp-ink);font-size:clamp(38px,5vw,68px);line-height:1.02;letter-spacing:0;font-weight:950}.wlp-section h2,.wlp-final h2{font-size:clamp(30px,3.4vw,52px)}.wlp-lead,.wlp-section-head p,.wlp-split p,.wlp-final p{color:var(--wlp-muted);font-size:clamp(17px,1.55vw,21px);line-height:1.62;margin:22px 0 0}.wlp-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.wlp-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0 0}.wlp-proof div{padding:16px;border:1px solid var(--wlp-line);border-radius:22px;background:rgba(255,255,255,.72)}.wlp-proof dt{font-size:20px;font-weight:950}.wlp-proof dd{margin:4px 0 0;color:var(--wlp-muted);line-height:1.35}.wlp-hero-visual{position:relative;border-radius:34px;padding:12px;background:rgba(255,255,255,.7);box-shadow:0 36px 90px rgba(52,105,190,.2),inset 0 0 0 1px rgba(255,255,255,.85)}.wlp-hero-visual img,.wlp-image-row img,.wlp-split img,.wlp-scenario-grid img{display:block;width:100%;height:auto;border-radius:26px}.wlp-visual-badge{position:absolute;left:34px;right:34px;bottom:30px;padding:18px 22px;border-radius:24px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.86);box-shadow:0 18px 42px rgba(18,55,120,.18)}.wlp-visual-badge strong{display:block;font-size:20px}.wlp-visual-badge span{display:block;margin-top:4px;color:var(--wlp-muted);line-height:1.35}
.wlp-section{padding:74px 0}.wlp-section-head{max-width:820px;margin-bottom:28px}.wlp-narrow{max-width:760px}.wlp-three,.wlp-audience-grid,.wlp-scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wlp-three article,.wlp-audience-grid article,.wlp-scenario-grid article,.wlp-final-card,.wlp-faq-list details{border:1px solid var(--wlp-line);border-radius:28px;background:var(--wlp-card);box-shadow:0 22px 60px rgba(36,76,140,.09),inset 0 1px 0 rgba(255,255,255,.9)}.wlp-three article,.wlp-audience-grid article{padding:26px}.wlp-three .is-featured{background:linear-gradient(135deg,#1769ff,#62a9ff);color:#fff}.wlp-three .is-featured p,.wlp-three .is-featured span{color:rgba(255,255,255,.84)}.wlp-three span{color:var(--wlp-blue);font-weight:950}.wlp-three h3,.wlp-audience-grid h3,.wlp-scenario-grid h3{margin:14px 0 10px;font-size:23px;line-height:1.12}.wlp-three p,.wlp-audience-grid p,.wlp-scenario-grid p{margin:0;color:var(--wlp-muted);line-height:1.55}.wlp-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;align-items:center}.wlp-module-cloud{display:flex;flex-wrap:wrap;gap:12px}.wlp-module-cloud span,.wlp-mini-grid span{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:999px;background:#fff;color:#17315f;border:1px solid var(--wlp-line);font-weight:950;box-shadow:0 12px 24px rgba(56,104,190,.08)}.wlp-image-row{margin-top:34px}.wlp-flow-line{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;position:relative}.wlp-flow-line article{min-height:150px;padding:20px;border-radius:24px;background:#fff;border:1px solid var(--wlp-line);box-shadow:0 18px 50px rgba(34,91,180,.08)}.wlp-flow-line span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e9f1ff;color:var(--wlp-blue);font-weight:950}.wlp-flow-line h3{font-size:18px;line-height:1.2;margin:18px 0 0}.wlp-checks{display:grid;gap:14px;margin:26px 0 0;padding:0;list-style:none}.wlp-checks li{position:relative;padding-left:34px;color:#2b3650;line-height:1.55}.wlp-checks li:before{content:"";position:absolute;left:0;top:.35em;width:20px;height:20px;border-radius:50%;background:var(--wlp-blue);box-shadow:inset 0 0 0 6px #dceaff}.wlp-table-wrap{overflow:auto;border:1px solid var(--wlp-line);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(30,75,150,.1)}.wlp-table{width:100%;border-collapse:collapse;min-width:860px}.wlp-table th,.wlp-table td{padding:18px 20px;text-align:left;border-bottom:1px solid #e5ecf7;vertical-align:top;line-height:1.45}.wlp-table thead th{background:#eff5ff;color:#17315f;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.wlp-table tbody th{font-weight:950}.wlp-table td:nth-child(4),.wlp-table thead th:nth-child(4){background:#f4f8ff;color:#0a2f76;font-weight:900}.wlp-timeline{counter-reset:item;display:grid;gap:14px;margin:28px 0 0;padding:0;list-style:none}.wlp-timeline li{padding:18px 18px 18px 58px;border:1px solid var(--wlp-line);border-radius:22px;background:rgba(255,255,255,.78);line-height:1.5;position:relative}.wlp-timeline li:before{counter-increment:item;content:counter(item);position:absolute;left:18px;top:18px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--wlp-blue);color:#fff;font-weight:950}.wlp-scenario-grid article{overflow:hidden}.wlp-scenario-grid article h3,.wlp-scenario-grid article p{padding-left:24px;padding-right:24px}.wlp-scenario-grid article p{padding-bottom:24px}.wlp-mini-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.wlp-faq-list{display:grid;gap:12px}.wlp-faq-list details{padding:0}.wlp-faq-list summary{cursor:pointer;padding:22px 26px;font-size:20px;font-weight:950}.wlp-faq-list p{margin:0;padding:0 26px 24px;color:var(--wlp-muted);line-height:1.55}.wlp-final{padding:74px 0 88px}.wlp-final-card{text-align:center;padding:52px;background:linear-gradient(135deg,#ffffff 0%,#eef6ff 100%)}.wlp-final-card p{max-width:720px;margin-left:auto;margin-right:auto}.wlp-final-card .wlp-button{margin-top:24px}.wlp-footer{padding:34px 0;border-top:1px solid var(--wlp-line);background:rgba(255,255,255,.68)}.wlp-footer .wlp-shell{display:flex;justify-content:space-between;align-items:center;gap:18px}.wlp-footer nav{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:980px){.wlp-nav{align-items:flex-start;border-radius:28px;flex-wrap:wrap}.wlp-menu{order:3;width:100%;justify-content:center}.wlp-hero-grid,.wlp-split{grid-template-columns:1fr}.wlp-three,.wlp-audience-grid,.wlp-scenario-grid{grid-template-columns:1fr 1fr}.wlp-flow-line{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.wlp-shell,.wlp-nav{width:min(100% - 24px,1180px)}.wlp-nav{position:relative;top:0;margin-top:10px}.wlp-menu a{font-size:12px;padding:9px 10px}.wlp-nav-cta{width:100%;min-height:46px}.wlp-hero{padding:54px 0 46px}.wlp-hero-grid{gap:28px}.wlp-hero h1{font-size:38px}.wlp-section h2,.wlp-final h2{font-size:31px}.wlp-lead,.wlp-section-head p,.wlp-split p,.wlp-final p{font-size:16px}.wlp-actions{flex-direction:column}.wlp-button{width:100%}.wlp-proof{grid-template-columns:1fr}.wlp-visual-badge{position:static;margin-top:12px}.wlp-section{padding:52px 0}.wlp-three,.wlp-audience-grid,.wlp-scenario-grid,.wlp-flow-line{grid-template-columns:1fr}.wlp-three article,.wlp-audience-grid article{padding:22px}.wlp-flow-line article{min-height:auto}.wlp-final-card{padding:30px 18px}.wlp-footer .wlp-shell{align-items:flex-start;flex-direction:column}.wlp-footer nav{justify-content:flex-start}.wlp-table th,.wlp-table td{padding:14px}.wlp-table{min-width:780px}}
body.white-label-platform-page{background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 44%,#f9fbff 100%) !important;color:var(--wlp-ink) !important}
body.white-label-platform-page::before,body.white-label-platform-page::after{display:none !important;content:none !important}
body.white-label-platform-page main{background:radial-gradient(circle at 74% 7%,rgba(38,118,255,.18),transparent 34rem),linear-gradient(180deg,#f7fbff 0%,#eef5ff 48%,#f9fbff 100%) !important}
body.white-label-platform-page h1,body.white-label-platform-page h2,body.white-label-platform-page h3,body.white-label-platform-page p,body.white-label-platform-page dt,body.white-label-platform-page dd,body.white-label-platform-page li,body.white-label-platform-page summary,body.white-label-platform-page th,body.white-label-platform-page td{font-style:normal;letter-spacing:0}
@media(max-width:560px){body .analytics-consent{left:10px !important;right:10px !important;width:auto !important;max-width:calc(100vw - 20px) !important;transform:none !important;overflow:hidden !important}body .analytics-consent__text,body .analytics-consent__title{max-width:100% !important;white-space:normal !important;overflow-wrap:anywhere !important}body .analytics-consent__actions{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important}body .analytics-consent__accept{grid-column:1/-1 !important}body .analytics-consent button,body .analytics-consent a{width:100% !important;white-space:normal !important}}
body.white-label-platform-page,body.white-label-platform-page main{overflow-x:hidden}
body.white-label-platform-page .wlp-hero-copy,body.white-label-platform-page .wlp-section-head,body.white-label-platform-page .wlp-split>*,body.white-label-platform-page .wlp-three>*,body.white-label-platform-page .wlp-audience-grid>*,body.white-label-platform-page .wlp-scenario-grid>*{min-width:0}
body.white-label-platform-page h1,body.white-label-platform-page h2,body.white-label-platform-page h3,body.white-label-platform-page p{overflow-wrap:anywhere}
@media(max-width:640px){body.white-label-platform-page .wlp-nav{display:grid;grid-template-columns:1fr;gap:10px;padding:14px;border-radius:24px}body.white-label-platform-page .wlp-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%}body.white-label-platform-page .wlp-menu a{text-align:center;min-width:0;font-size:11px;padding:8px 4px}body.white-label-platform-page .wlp-hero h1{font-size:31px;line-height:1.08}body.white-label-platform-page .wlp-hero{padding-top:40px}body.white-label-platform-page .wlp-proof div{padding:14px}body.white-label-platform-page .wlp-visual-badge{padding:16px}body.white-label-platform-page .wlp-section-head{margin-bottom:22px}}
@media(max-width:640px){body.white-label-platform-page .wlp-shell,body.white-label-platform-page .wlp-nav,body.white-label-platform-page .wlp-hero-copy,body.white-label-platform-page .wlp-actions,body.white-label-platform-page .wlp-button,body.white-label-platform-page .wlp-proof,body.white-label-platform-page .wlp-hero-visual,body.white-label-platform-page .wlp-three,body.white-label-platform-page .wlp-audience-grid,body.white-label-platform-page .wlp-flow-line,body.white-label-platform-page .wlp-scenario-grid,body.white-label-platform-page .wlp-faq-list{max-width:calc(100vw - 24px) !important}body.white-label-platform-page .wlp-button,body.white-label-platform-page .wlp-nav-cta{white-space:normal;text-align:center}body.white-label-platform-page .wlp-lead{max-width:calc(100vw - 24px);font-size:15px;line-height:1.55}body.white-label-platform-page .wlp-hero-copy{width:100%;justify-self:start}body.white-label-platform-page .wlp-hero-visual{padding:10px}body.white-label-platform-page .wlp-menu{overflow:hidden}body.white-label-platform-page .wlp-menu a:nth-child(3){font-size:10px}}
@media(max-width:640px){body.white-label-platform-page .wlp-shell{width:calc(100vw - 48px) !important;max-width:342px !important;margin-left:12px !important;margin-right:12px !important}body.white-label-platform-page .wlp-nav{width:calc(100vw - 48px) !important;max-width:342px !important;margin-left:12px !important;margin-right:12px !important}body.white-label-platform-page .wlp-hero-copy,body.white-label-platform-page .wlp-actions,body.white-label-platform-page .wlp-button,body.white-label-platform-page .wlp-proof,body.white-label-platform-page .wlp-hero-visual{width:100% !important;max-width:100% !important}body.white-label-platform-page .wlp-lead{max-width:100% !important}body.white-label-platform-page .wlp-hero h1{font-size:29px;max-width:100% !important}body.white-label-platform-page .wlp-menu{grid-template-columns:repeat(2,minmax(0,1fr))}body.white-label-platform-page .wlp-menu a:nth-child(3){font-size:11px}}


/* SABSUS 50 modules catalog */
.wlp-module-catalog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.wlp-module-catalog article{padding:22px;border:1px solid var(--wlp-line);border-radius:24px;background:rgba(255,255,255,.84);box-shadow:0 18px 48px rgba(36,76,140,.08)}
.wlp-module-catalog h3{margin:0 0 14px;font-size:18px;line-height:1.2;color:var(--wlp-ink)}
.wlp-module-catalog ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.wlp-module-catalog li{position:relative;padding-left:16px;color:var(--wlp-muted);font-size:14px;line-height:1.35;font-weight:800}
.wlp-module-catalog li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--wlp-blue)}
@media(max-width:980px){.wlp-module-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body.white-label-platform-page .wlp-module-catalog{grid-template-columns:1fr;max-width:100% !important}body.white-label-platform-page .wlp-module-catalog article{padding:18px}}


/* SABSUS module directory expansion */
.module-directory-index .article-hub{padding-top:120px}
.module-directory-category{margin-top:54px}
.module-directory-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.module-directory-hub-grid .hub-card h2{font-size:22px;line-height:1.18}
.module-directory-hub-grid .hub-card p{font-size:15px;line-height:1.5}
.module-simple-hero{min-height:auto;padding-top:120px}
.module-directory-visual img{object-fit:cover}
.module-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.module-feature-card{padding:22px}
.module-feature-card > span{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;background:rgba(43,83,255,.22);color:#8edfff;font-weight:950;margin-bottom:18px}
.module-feature-card h3 span,.module-feature-card p span{display:inline;width:auto;height:auto;margin:0;background:transparent;color:inherit}
.module-feature-card h3{margin:0 0 10px;font-size:21px;line-height:1.12;color:#fff}
.module-feature-card p{margin:0;color:rgba(255,255,255,.72);line-height:1.5;font-weight:750}
.module-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.module-related-card{padding:22px;text-decoration:none;color:#fff}
.module-related-card span{display:block;color:#7ee4ff;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:950;margin-bottom:10px}
.module-related-card h3{margin:0 0 10px;font-size:22px;line-height:1.15}
.module-related-card p{margin:0;color:rgba(255,255,255,.72);line-height:1.45;font-weight:750}
@media(max-width:980px){.module-directory-hub-grid,.module-directory-grid,.module-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.module-directory-index .article-hub{padding-top:96px}.module-directory-hub-grid,.module-directory-grid,.module-related-grid{grid-template-columns:1fr}.module-simple-hero{padding-top:96px}.module-directory-hub-grid .hub-card,.module-feature-card,.module-related-card{padding:20px}.module-directory-hub-grid .hub-card h2,.module-related-card h3{font-size:20px}}

/* 2026-07-13 growth article cards */
.growth-hub-card {
  min-height: 100%;
  overflow: hidden;
}

.growth-hub-card-image {
  display: block;
  width: calc(100% + 52px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: -26px -26px 22px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.growth-hub-card h2 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}

@media (max-width: 640px) {
  .growth-hub-card-image {
    width: calc(100% + 40px);
    margin: -20px -20px 20px;
  }
}
body.module-directory-page{overflow-x:hidden;background:#07164f}
body.module-directory-page .module-main{max-width:100%;overflow:visible;background:radial-gradient(circle at 84% 10%,rgba(44,96,255,.72),transparent 34rem),radial-gradient(circle at 10% 42%,rgba(118,92,255,.30),transparent 32rem),linear-gradient(135deg,#08123f 0%,#0a1c67 52%,#0f34a5 100%)}
body.module-directory-page .section-shell{max-width:min(var(--max),calc(100% - 80px));overflow:visible}
body.module-directory-page .module-simple-hero{background:transparent !important;box-shadow:none !important;overflow:visible}
body.module-directory-page .module-simple-hero::after{display:none !important;content:none !important}
body.module-directory-page .module-hero-bg{display:none !important}
body.module-directory-page .module-hero-copy,body.module-directory-page .module-hero-panel{min-width:0}
body.module-directory-page .module-hero-copy h1,body.module-directory-page .module-lead{max-width:100%;overflow-wrap:break-word}
body.module-directory-page .module-directory-visual{min-height:360px}
body.module-directory-page .module-directory-visual img{width:100%;height:100%;min-height:360px;display:block}
body.module-directory-page .module-directory-grid{overflow:visible}
body.module-directory-page .module-feature-card{min-width:0;overflow:visible;padding:28px}
body.module-directory-page .module-feature-card h3,body.module-directory-page .module-feature-card p{overflow-wrap:break-word;word-break:normal}
@media(max-width:760px){
  body.module-directory-page .module-main{width:100vw !important;max-width:100vw !important;overflow:visible}
  body.module-directory-page .section-shell{width:calc(100vw - 32px) !important;max-width:calc(100vw - 32px) !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important}
  body.module-directory-page .site-header.module-header{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;width:calc(100vw - 22px) !important;max-width:calc(100vw - 22px) !important;padding:14px 10px;left:11px !important;right:11px !important;transform:none !important;box-sizing:border-box}
  body.module-directory-page .module-header .brand{width:44px;min-width:44px}
  body.module-directory-page .module-header .brand span{display:none}
  body.module-directory-page .module-header .header-actions{justify-self:end;grid-column:2;grid-row:1;max-width:100%;min-width:0}
  body.module-directory-page .module-header .header-actions .btn{display:none}
  body.module-directory-page .module-header .nav{grid-column:1 / -1 !important;grid-row:2 !important;width:100% !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px;max-width:100% !important;overflow:hidden;margin:0 !important;position:relative !important;left:auto !important;right:auto !important;transform:none !important}
  body.module-directory-page .module-header .nav a{width:100%;min-width:0;padding:11px 8px;text-align:center;white-space:normal;line-height:1.15;font-size:12px}
  body.module-directory-page .module-header .btn-small{min-width:0;padding:10px 14px}
  body.module-directory-page .module-simple-hero{padding-top:164px;grid-template-columns:1fr;width:calc(100vw - 32px) !important;max-width:calc(100vw - 32px) !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box}
  body.module-directory-page .module-hero-copy{width:100%;max-width:100%;min-width:0}
  body.module-directory-page .module-hero h1{font-size:clamp(30px,8.8vw,36px);line-height:1.06;overflow-wrap:break-word;word-break:normal}
  body.module-directory-page .module-lead{display:block;width:100%;max-width:100%;font-size:17px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}
  body.module-directory-page .module-lead .lang-en,body.module-directory-page .module-lead .lang-ru,body.module-directory-page h1 .lang-en,body.module-directory-page h1 .lang-ru{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
  body.module-directory-page .module-hero-actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
  body.module-directory-page .module-hero-actions .btn{width:100%;max-width:100%}
  body.module-directory-page .module-hero-panel,body.module-directory-page .module-hero-visual{width:100%;max-width:100%;overflow:hidden}
  body.module-directory-page .module-directory-visual{min-height:260px}
  body.module-directory-page .module-directory-visual img{position:relative !important;opacity:1 !important;visibility:visible !important;min-height:260px;height:260px !important;object-fit:cover !important}
  body.module-directory-page .module-hero-mini{grid-template-columns:1fr}
  body.module-directory-page .module-feature-card{padding:22px}
  body.module-directory-page .module-header .nav.liquid-glass-container{grid-column:1 / -1 !important;left:auto !important;right:auto !important;width:100% !important;max-width:100% !important;transform:none !important;box-sizing:border-box}
  body.module-directory-page .module-header .nav.liquid-glass-container > .glass-content{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;width:100% !important;max-width:100% !important;gap:8px !important;padding:10px !important;box-sizing:border-box}
  body.module-directory-page .module-header .nav.liquid-glass-container > .glass-content a{min-width:0 !important;width:100% !important}
}

/* AI Voice Agents landing */
.ai-voice-page{margin:0;min-height:100vh;overflow-x:hidden;color:#f7f9ff;background:radial-gradient(circle at 82% 6%,rgba(36,88,255,.42),transparent 34rem),radial-gradient(circle at 8% 38%,rgba(103,62,184,.2),transparent 28rem),linear-gradient(120deg,#080914 0%,#07143d 56%,#020611 100%);font-family:Inter,Arial,sans-serif}
.ai-voice-page *,.ai-voice-page *::before,.ai-voice-page *::after{box-sizing:border-box}.ai-voice-page::before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 74%)}
.ai-voice-header{position:sticky;top:14px;z-index:20;width:min(1180px,calc(100% - 32px));min-height:58px;margin:14px auto 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(16,20,43,.72);box-shadow:0 18px 56px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.16);backdrop-filter:blur(20px)}
.ai-voice-brand,.ai-voice-demo,.ai-voice-nav a,.ai-voice-primary,.ai-voice-secondary{text-decoration:none}.ai-voice-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:900}.ai-voice-brand img{width:28px;height:28px}.ai-voice-nav{justify-self:center;display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}.ai-voice-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;color:rgba(255,255,255,.86);font-size:14px;font-weight:800;white-space:nowrap}.ai-voice-nav a:hover{background:rgba(255,255,255,.1)}
.ai-voice-demo{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;border:2px solid #2344ff;border-radius:999px;color:#071025;background:#fff;font-weight:900;box-shadow:0 0 22px rgba(38,82,255,.44);white-space:nowrap}.ai-voice-demo span,.ai-voice-primary span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;color:#fff;background:#2344ff}.ai-voice-shell{position:relative;z-index:1;width:min(1180px,calc(100% - 32px));margin:0 auto}
.ai-voice-hero{padding:92px 0 70px}.ai-voice-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:44px;align-items:center}.ai-voice-kicker{display:inline-flex;align-items:center;gap:12px;margin:0 0 20px;color:#7bdcff;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.ai-voice-kicker::before{content:"";width:42px;height:3px;border-radius:4px;background:#fff}.ai-voice-copy h1,.ai-voice-section h2,.ai-voice-final h2{margin:0;color:#fff;letter-spacing:0;line-height:1.04}.ai-voice-copy h1{max-width:740px;font-size:clamp(42px,5.4vw,72px)}.ai-voice-lead{max-width:680px;margin:22px 0 0;color:rgba(238,242,255,.82);font-size:clamp(18px,1.55vw,23px);line-height:1.58;font-weight:700}.ai-voice-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.ai-voice-primary,.ai-voice-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 24px;border-radius:999px;font-weight:900}.ai-voice-primary{color:#061027;background:#fff;border:2px solid #2546ff;box-shadow:0 0 34px rgba(37,70,255,.42)}.ai-voice-secondary{color:#fff;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08)}
.ai-voice-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:30px 0 0;padding:0;list-style:none}.ai-voice-bullets li{min-height:54px;padding:16px 18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;color:rgba(255,255,255,.9);background:rgba(255,255,255,.07);font-weight:800}.ai-voice-visual{position:relative;min-height:560px;border:1px solid rgba(255,255,255,.22);border-radius:36px;overflow:hidden;background:radial-gradient(circle at 50% 25%,rgba(88,171,255,.32),transparent 24rem),rgba(255,255,255,.08);box-shadow:0 28px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.18)}.ai-voice-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.88}.ai-voice-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,7,18,.64),transparent 48%)}.ai-voice-call-card{position:absolute;z-index:2;width:min(270px,42%);padding:16px;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:rgba(6,11,28,.68);backdrop-filter:blur(16px);box-shadow:0 18px 42px rgba(0,0,0,.24)}.ai-voice-call-card span{display:block;margin-bottom:7px;color:#7bdcff;font-size:12px;font-weight:900;text-transform:uppercase}.ai-voice-call-card strong{display:block;color:#fff;font-size:17px;line-height:1.25}.ai-voice-card-left{left:18px;top:28px}.ai-voice-card-center{left:50%;bottom:34px;transform:translateX(-50%);text-align:center}.ai-voice-card-right{right:18px;top:28px}
.ai-voice-section{padding:74px 0}.ai-voice-section h2,.ai-voice-final h2{font-size:clamp(32px,4vw,54px)}.ai-voice-section p,.ai-voice-final p{color:rgba(232,236,249,.76);font-size:18px;line-height:1.7;font-weight:700}.ai-voice-two,.ai-voice-definition,.ai-voice-integration,.ai-voice-security,.ai-voice-analytics,.ai-voice-automation{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr);gap:42px;align-items:start}.ai-voice-problem-grid,.ai-voice-scenarios,.ai-voice-businesses,.ai-voice-examples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ai-voice-problem-grid article,.ai-voice-scenarios article,.ai-voice-businesses article,.ai-voice-examples article,.ai-voice-mini-table,.ai-voice-flow>div,.ai-voice-control-list,.ai-voice-dashboard,.ai-voice-steps>div,.ai-voice-automation-list span,.ai-voice-faq details{border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.055));box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.ai-voice-problem-grid article{min-height:118px;padding:20px;color:#fff;font-size:17px;line-height:1.48;font-weight:850}.ai-voice-mini-table{padding:10px}.ai-voice-mini-table div{display:grid;grid-template-columns:.65fr 1fr;gap:12px;padding:18px;border-bottom:1px solid rgba(255,255,255,.12)}.ai-voice-mini-table div:last-child{border-bottom:0}.ai-voice-mini-table span{color:#7bdcff;font-weight:900}.ai-voice-mini-table strong{color:#fff;line-height:1.38}
.ai-voice-section-head{max-width:820px;margin-bottom:30px}.ai-voice-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.ai-voice-flow>div,.ai-voice-steps>div{padding:22px}.ai-voice-flow span,.ai-voice-steps span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2344ff,#77e0ff);font-weight:900}.ai-voice-flow strong,.ai-voice-scenarios span,.ai-voice-businesses strong,.ai-voice-examples strong{display:block;color:#fff;font-size:22px;line-height:1.12;font-weight:950}.ai-voice-flow p,.ai-voice-scenarios p,.ai-voice-businesses p,.ai-voice-examples p,.ai-voice-steps p{margin:12px 0 0;font-size:15px;line-height:1.55}.ai-voice-scenarios article,.ai-voice-businesses article,.ai-voice-examples article{padding:22px;min-height:156px}
.ai-voice-orbit{position:relative;min-height:430px;border-radius:34px;border:1px solid rgba(255,255,255,.16);background:radial-gradient(circle at center,rgba(39,73,255,.42),transparent 18rem),rgba(255,255,255,.06);overflow:hidden}.ai-voice-orbit strong{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:150px;height:150px;transform:translate(-50%,-50%);border:1px solid rgba(125,220,255,.45);border-radius:50%;color:#fff;background:rgba(21,40,116,.74);text-align:center;box-shadow:0 0 50px rgba(35,68,255,.54)}.ai-voice-orbit span{position:absolute;display:inline-flex;align-items:center;justify-content:center;min-width:106px;min-height:44px;padding:0 14px;border:1px solid rgba(125,220,255,.32);border-radius:999px;color:#fff;background:rgba(4,9,30,.72);font-weight:900}.ai-voice-orbit span:nth-of-type(1){left:7%;top:12%}.ai-voice-orbit span:nth-of-type(2){left:39%;top:6%}.ai-voice-orbit span:nth-of-type(3){right:8%;top:14%}.ai-voice-orbit span:nth-of-type(4){right:5%;top:42%}.ai-voice-orbit span:nth-of-type(5){right:15%;bottom:13%}.ai-voice-orbit span:nth-of-type(6){left:39%;bottom:7%}.ai-voice-orbit span:nth-of-type(7){left:8%;bottom:16%}.ai-voice-orbit span:nth-of-type(8){left:4%;top:45%}.ai-voice-orbit span:nth-of-type(9){left:50%;top:50%;transform:translate(74px,-86px)}
.ai-voice-table-wrap{overflow-x:auto;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(255,255,255,.07)}.ai-voice-table{width:100%;min-width:820px;border-collapse:collapse}.ai-voice-table th,.ai-voice-table td{padding:18px;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.84);text-align:left;line-height:1.42}.ai-voice-table th{color:#fff;font-size:15px;text-transform:uppercase}.ai-voice-table td:first-child,.ai-voice-table td:last-child{color:#fff;font-weight:900}.ai-voice-control-list,.ai-voice-automation-list{display:grid;gap:12px}.ai-voice-control-list{padding:16px}.ai-voice-control-list span,.ai-voice-automation-list span{display:block;padding:18px;color:#fff;font-weight:900}.ai-voice-dashboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px}.ai-voice-dashboard div:not(.ai-voice-chart){padding:18px;border-radius:18px;background:rgba(255,255,255,.08)}.ai-voice-dashboard span,.ai-voice-dashboard em{display:block;color:#7bdcff;font-style:normal;font-weight:900}.ai-voice-dashboard strong{display:block;margin:8px 0;color:#fff;font-size:32px}.ai-voice-chart{grid-column:1/-1;display:flex;align-items:end;gap:14px;min-height:160px;padding:20px;border-radius:20px;background:linear-gradient(180deg,rgba(125,220,255,.08),rgba(35,68,255,.22))}.ai-voice-chart i{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#7bdcff,#2344ff)}.ai-voice-chart i:nth-child(1){height:44%}.ai-voice-chart i:nth-child(2){height:66%}.ai-voice-chart i:nth-child(3){height:52%}.ai-voice-chart i:nth-child(4){height:82%}.ai-voice-chart i:nth-child(5){height:68%}.ai-voice-chart i:nth-child(6){height:92%}
.ai-voice-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.ai-voice-faq{display:grid;gap:12px}.ai-voice-faq details{padding:20px 22px}.ai-voice-faq summary{cursor:pointer;color:#fff;font-size:19px;font-weight:950}.ai-voice-faq p{margin:12px 0 0;font-size:16px}.ai-voice-final{padding:82px 0 110px;text-align:center}.ai-voice-final p{max-width:760px;margin:18px auto 28px}
@media(max-width:1080px){.ai-voice-header{grid-template-columns:auto auto}.ai-voice-nav{order:3;grid-column:1/-1;width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.ai-voice-hero-grid,.ai-voice-two,.ai-voice-definition,.ai-voice-integration,.ai-voice-security,.ai-voice-analytics,.ai-voice-automation{grid-template-columns:1fr}.ai-voice-visual{min-height:500px}.ai-voice-flow,.ai-voice-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.ai-voice-header{top:8px;width:min(100% - 20px,1180px);gap:10px;border-radius:24px}.ai-voice-brand span{display:none}.ai-voice-demo{min-height:42px;padding:0 12px}.ai-voice-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;overflow:visible}.ai-voice-nav a{min-height:36px;padding:0 8px;font-size:12px;white-space:normal;text-align:center}.ai-voice-shell{width:min(100% - 24px,1180px)}.ai-voice-hero{padding:54px 0 42px}.ai-voice-copy h1{font-size:clamp(34px,11vw,46px)}.ai-voice-section h2,.ai-voice-final h2{font-size:clamp(28px,9vw,38px)}.ai-voice-lead,.ai-voice-section p,.ai-voice-final p{font-size:16px}.ai-voice-actions,.ai-voice-primary,.ai-voice-secondary{width:100%}.ai-voice-primary,.ai-voice-secondary{min-height:54px;padding:0 16px}.ai-voice-bullets,.ai-voice-problem-grid,.ai-voice-scenarios,.ai-voice-businesses,.ai-voice-examples,.ai-voice-flow,.ai-voice-steps,.ai-voice-dashboard{grid-template-columns:1fr}.ai-voice-visual{min-height:430px;border-radius:28px}.ai-voice-call-card{width:calc(100% - 28px);left:14px;right:14px}.ai-voice-card-left{top:14px}.ai-voice-card-right{top:auto;bottom:14px}.ai-voice-card-center{bottom:116px}.ai-voice-section{padding:46px 0}.ai-voice-mini-table div{grid-template-columns:1fr}.ai-voice-orbit{min-height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px}.ai-voice-orbit strong,.ai-voice-orbit span{position:static;transform:none!important;width:auto;min-width:0;height:auto;min-height:46px}.ai-voice-orbit strong{grid-column:1/-1;border-radius:18px}.ai-voice-table-wrap{margin-inline:-4px}.ai-voice-dashboard strong{font-size:28px}}

/* Industry landing redesign — aligned with the AI Voice Agents visual system */
.industry-landing-page{--industry-bg:#080b12;--industry-panel:#121722;--industry-text:#f6f3ed;--industry-muted:#aeb5c2;--industry-accent:#e5b76d;--industry-line:rgba(255,255,255,.13);margin:0;overflow-x:hidden;color:var(--industry-text);background:radial-gradient(circle at 82% 5%,rgba(229,183,109,.14),transparent 34rem),radial-gradient(circle at 8% 35%,rgba(72,176,161,.1),transparent 30rem),var(--industry-bg);font-family:Inter,Arial,sans-serif;font-weight:650}
.industry-landing-page *,.industry-landing-page *::before,.industry-landing-page *::after{box-sizing:border-box}.industry-landing-page::before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
.industry-landing-page main,.industry-landing-page footer{position:relative;z-index:1}.industry-landing-page .article-site-header{position:sticky;top:14px;z-index:30;width:min(1180px,calc(100% - 32px));min-height:62px;margin:14px auto 0;padding:10px 14px;border:1px solid var(--industry-line);border-radius:30px;background:rgba(15,18,27,.78);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.09);backdrop-filter:blur(22px)}
.industry-landing-page .article-brand,.industry-landing-page .article-nav a{color:#fff}.industry-landing-page .article-nav a{border-radius:999px}.industry-landing-page .article-nav a:hover{background:rgba(255,255,255,.08)}.industry-landing-page .language-toggle{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.08)}
.industry-landing-page .section-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.industry-landing-page .landing-hero{padding:92px 0 58px}.industry-landing-page .landing-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:46px;align-items:center}.industry-landing-page .section-kicker{color:var(--industry-accent);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.industry-landing-page .section-kicker>span:first-child{background:#fff}.industry-landing-page .landing-hero h1{max-width:760px;margin-top:18px;color:#fff;font-size:clamp(42px,5.25vw,72px);line-height:1.03;letter-spacing:-.045em}.industry-landing-page .landing-lead{max-width:690px;color:var(--industry-muted);font-size:clamp(18px,1.45vw,22px);line-height:1.62;font-weight:650}.industry-landing-page .btn{min-height:56px;padding-inline:24px;border-radius:999px;font-weight:900}.industry-landing-page .btn-primary{color:#12100d;background:#f7f2e9;border-color:#e5b76d;box-shadow:0 0 34px rgba(229,183,109,.19)}.industry-landing-page .btn-secondary{color:#fff;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06)}
.industry-landing-page .landing-visual{border:1px solid rgba(255,255,255,.16);border-radius:36px;background:rgba(255,255,255,.05);box-shadow:0 32px 90px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.1)}.industry-landing-page .landing-visual img{border-radius:35px}.industry-landing-page .landing-section{padding:66px 0}.industry-landing-page .landing-module-strip{gap:10px}.industry-landing-page .landing-module-strip>span{min-height:44px;padding:0 16px;border:1px solid var(--industry-line);border-radius:999px;color:#ece8df;background:rgba(255,255,255,.055);font-size:14px;font-weight:800}
.industry-story-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);gap:50px;align-items:end;margin-bottom:30px}.industry-story-heading h2{max-width:760px;margin:16px 0 0;color:#fff;font-size:clamp(34px,4vw,56px);line-height:1.06;letter-spacing:-.035em}.industry-story-heading>p{margin:0;color:var(--industry-muted);font-size:18px;line-height:1.65}.industry-system-visual{position:relative;margin:0;border:1px solid var(--industry-line);border-radius:34px;overflow:hidden;background:#0f1117;box-shadow:0 30px 90px rgba(0,0,0,.34)}.industry-system-visual::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 80px rgba(0,0,0,.2);pointer-events:none}.industry-system-visual img{display:block;width:100%;height:auto;aspect-ratio:3/1.42;object-fit:cover}.industry-flow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.industry-flow-steps article,.industry-landing-page .glass-card,.industry-landing-page .competitive-check,.industry-landing-page .competitive-question{border:1px solid var(--industry-line);border-radius:22px;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.07)}.industry-flow-steps article{padding:20px}.industry-flow-steps span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:50%;color:#14110d;background:var(--industry-accent);font-size:13px;font-weight:950}.industry-flow-steps strong{display:block;font-size:18px;line-height:1.18}.industry-flow-steps p{margin:10px 0 0;color:var(--industry-muted);font-size:14px;line-height:1.5}
.industry-landing-page .competitive-serp-head h2,.industry-landing-page .split-heading h2{color:#fff;font-size:clamp(32px,3.7vw,52px);line-height:1.08;letter-spacing:-.03em}.industry-landing-page .competitive-serp-head p,.industry-landing-page .split-heading p,.industry-landing-page .glass-card p,.industry-landing-page .glass-card li,.industry-landing-page .competitive-check p,.industry-landing-page .competitive-question p{color:var(--industry-muted)}.industry-landing-page .competitive-proof-strip>article{border-color:var(--industry-line);background:rgba(255,255,255,.045)}.industry-landing-page .competitive-proof-strip strong,.industry-landing-page .glass-card h2,.industry-landing-page .glass-card h3,.industry-landing-page .competitive-question summary{color:#fff}.industry-landing-page .competitive-serp-card-strong{border-color:rgba(229,183,109,.42);background:linear-gradient(145deg,rgba(229,183,109,.14),rgba(255,255,255,.035))}.industry-landing-page .seo-landing-links a{border-color:var(--industry-line);color:#fff;background:rgba(255,255,255,.05)}.industry-landing-page .article-footer{border-color:var(--industry-line);color:var(--industry-muted);background:#07090e}.industry-landing-page .article-footer a{color:#e7e2d9}
@media(max-width:980px){.industry-landing-page .landing-hero-grid,.industry-story-heading{grid-template-columns:1fr}.industry-flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.industry-landing-page .article-site-header{top:8px;width:calc(100% - 20px);border-radius:24px}.industry-landing-page .article-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-landing-page .section-shell{width:calc(100% - 24px)}.industry-landing-page .landing-hero{padding:54px 0 34px}.industry-landing-page .landing-hero h1{font-size:clamp(36px,11vw,48px)}.industry-landing-page .landing-section{padding:46px 0}.industry-system-visual{border-radius:24px}.industry-system-visual img{aspect-ratio:1/1;object-position:center}.industry-flow-steps{grid-template-columns:1fr}.industry-story-heading{gap:18px}.industry-story-heading h2{font-size:clamp(30px,9vw,40px)}}
