.sabsus-content-enrichment {
  --sce-ink: #071a38;
  --sce-muted: #557092;
  --sce-blue: #1768ff;
  --sce-mint: #20c6a7;
  --sce-line: #cadcf2;
  width: min(1180px, calc(100% - 40px));
  margin: 76px auto;
  color: var(--sce-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sabsus-content-enrichment *,
.sabsus-content-enrichment *::before,
.sabsus-content-enrichment *::after { box-sizing: border-box; }

.sabsus-content-enrichment .lang-ru { display: none; }
html[lang^="ru"] .sabsus-content-enrichment .lang-en { display: none; }
html[lang^="ru"] .sabsus-content-enrichment .lang-ru { display: inline; }

.sce-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 28px;
}

.sce-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #075fd4;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sce-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: var(--sce-mint);
}

.sce-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--sce-ink);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.sce-intro > p {
  margin: 0;
  color: var(--sce-muted);
  font-size: 18px;
  line-height: 1.65;
}

.sce-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--sce-line);
  border-radius: 30px;
  background: #f2f7ff;
  box-shadow: 0 24px 70px rgba(22, 63, 118, .12);
}

.sce-photo {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
}

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

.sce-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(7, 26, 56, .74));
  pointer-events: none;
}

.sce-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.sce-process {
  padding: 34px 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(32, 198, 167, .18), transparent 34%),
    linear-gradient(150deg, #f8fbff, #e9f2ff);
}

.sce-process > span,
.sce-measure-heading > span {
  color: #075fd4;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sce-process h3 {
  margin: 8px 0 24px;
  color: var(--sce-ink);
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

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

.sce-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid #c7daf0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: #18385f;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.sce-flow li b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #eaf2ff;
  color: var(--sce-blue);
  font-size: 12px;
}

.sce-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 31px;
  bottom: -11px;
  width: 2px;
  height: 11px;
  background: var(--sce-mint);
}

.sce-measure {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--sce-line);
  border-radius: 26px;
  background: #fff;
}

.sce-measure-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  gap: 36px;
  align-items: end;
}

.sce-measure-heading h3 {
  margin: 7px 0 0;
  color: var(--sce-ink);
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.sce-measure-heading p {
  margin: 0;
  color: var(--sce-muted);
  font-size: 16px;
  line-height: 1.6;
}

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

.sce-bar-card {
  min-height: 158px;
  padding: 20px;
  border: 1px solid #d3e2f2;
  border-radius: 18px;
  background: #f8fbff;
}

.sce-bar-card strong {
  display: block;
  min-height: 42px;
  color: #17385f;
  font-size: 15px;
  line-height: 1.4;
}

.sce-bar-track {
  position: relative;
  height: 12px;
  margin: 20px 0 13px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce8f5;
}

.sce-bar-track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--sce-value);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sce-blue), var(--sce-mint));
}

.sce-bar-card small {
  color: var(--sce-muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.sce-change-grid article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--sce-line);
  border-radius: 20px;
  background: #fff;
}

.sce-change-grid article:nth-child(2) { background: #f0f6ff; }
.sce-change-grid article:nth-child(3) { background: #edfbf7; }

.sce-change-grid span {
  color: #075fd4;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sce-change-grid h3 {
  margin: 11px 0 8px;
  color: var(--sce-ink);
  font-size: 20px;
  line-height: 1.25;
}

.sce-change-grid p {
  margin: 0;
  color: var(--sce-muted);
  font-size: 14px;
  line-height: 1.58;
}

@media (max-width: 880px) {
  .sce-intro,
  .sce-visual,
  .sce-measure-heading { grid-template-columns: 1fr; }
  .sce-visual { min-height: 0; }
  .sce-photo,
  .sce-photo img { min-height: 330px; }
  .sce-bars,
  .sce-change-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .sabsus-content-enrichment {
    width: min(100% - 24px, 1180px);
    margin: 48px auto;
  }
  .sce-intro { gap: 18px; }
  .sce-intro h2 { font-size: 31px; }
  .sce-intro > p { font-size: 16px; }
  .sce-visual { border-radius: 22px; }
  .sce-photo,
  .sce-photo img { min-height: 260px; }
  .sce-process,
  .sce-measure { padding: 24px 18px; }
}
