/* Compact visual proof section used across static sales and editorial pages. */
.sabsus-content-enrichment {
  --sce-ink: #07111f;
  --sce-paper: #f4f0e7;
  --sce-signal: #caff52;
  --sce-cobalt: #315bff;
  --sce-coral: #ff7043;
  width: min(1180px,calc(100% - 40px));
  margin: 82px auto;
  padding: 44px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%,rgba(49,91,255,.32),transparent 26rem),
    linear-gradient(140deg,#07111f,#0d1b2d);
  box-shadow: 0 34px 90px rgba(7,17,31,.22);
}

.sce-intro {
  gap: 42px;
  margin-bottom: 30px;
}

.sce-kicker {
  color: var(--sce-signal);
}

.sce-kicker::before {
  background: var(--sce-coral);
}

.sce-intro h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(34px,4vw,54px);
}

.sce-intro > p {
  color: #bac5d4;
  font-size: 17px;
}

.sce-visual {
  min-height: 430px;
  border-color: rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  box-shadow: none;
}

.sce-photo,
.sce-photo img {
  min-height: 430px;
}

.sce-process {
  background:
    radial-gradient(circle at 100% 0,rgba(202,255,82,.12),transparent 34%),
    rgba(255,255,255,.045);
}

.sce-process > span {
  color: var(--sce-signal);
}

.sce-process h3 {
  color: #fff;
}

.sce-flow li {
  min-height: 58px;
  color: #eef3f8;
  border-color: rgba(255,255,255,.11);
  border-radius: 11px;
  background: rgba(255,255,255,.055);
}

.sce-flow li b {
  color: var(--sce-ink);
  background: var(--sce-signal);
}

.sce-flow li:not(:last-child)::after {
  background: var(--sce-coral);
}

.sce-proof-strip {
  display: grid;
  grid-template-columns: auto repeat(3,minmax(0,1fr));
  align-items: stretch;
  gap: 10px;
  margin-top: 18px;
}

.sce-proof-strip > p,
.sce-proof-strip > span {
  display: flex;
  align-items: center;
  min-height: 72px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  background: rgba(255,255,255,.05);
}

.sce-proof-strip > p {
  color: var(--sce-signal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sce-proof-strip > span {
  gap: 11px;
}

.sce-proof-strip b {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--sce-ink);
  background: var(--sce-signal);
  font-size: 11px;
}

.sce-proof-strip strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.sce-change-grid {
  margin-top: 10px;
}

.sce-change-grid article,
.sce-change-grid article:nth-child(2),
.sce-change-grid article:nth-child(3) {
  min-height: 166px;
  border-color: rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}

.sce-change-grid article:nth-child(2) {
  background: rgba(49,91,255,.13);
}

.sce-change-grid article:nth-child(3) {
  background: rgba(202,255,82,.075);
}

.sce-change-grid span {
  color: var(--sce-signal);
}

.sce-change-grid h3 {
  color: #fff;
}

.sce-change-grid p {
  color: #bac5d4;
}

@media (max-width: 900px) {
  .sce-proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .sce-proof-strip > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .sabsus-content-enrichment {
    width: calc(100% - 24px);
    margin: 52px auto;
    padding: 28px 18px;
    border-radius: 18px;
  }

  .sce-intro h2 {
    font-size: 32px;
  }

  .sce-photo,
  .sce-photo img {
    min-height: 260px;
  }

  .sce-proof-strip {
    grid-template-columns: 1fr;
  }

  .sce-proof-strip > p {
    grid-column: auto;
  }
}

/* Contrast contract for the dark enrichment surface.
   These selectors intentionally outrank the generic static-page typography. */
body.sabsus-unified-static main .sabsus-content-enrichment {
  color: #eef3f8 !important;
  color-scheme: dark;
}

body.sabsus-unified-static main .sabsus-content-enrichment :is(
  .sce-intro h2,
  .sce-process h3,
  .sce-measure h3,
  .sce-measure-heading h3,
  .sce-bar-card strong,
  .sce-change-grid h3,
  .sce-proof-strip strong
) {
  color: #ffffff !important;
  text-shadow: none !important;
}

body.sabsus-unified-static main .sabsus-content-enrichment :is(
  .sce-intro > p,
  .sce-measure-heading > p,
  .sce-bar-card small,
  .sce-change-grid p,
  .sce-photo figcaption
) {
  color: #bac5d4 !important;
}

body.sabsus-unified-static main .sabsus-content-enrichment :is(
  .sce-kicker,
  .sce-process > span,
  .sce-measure-heading > span,
  .sce-change-grid article > span,
  .sce-proof-strip > p
) {
  color: var(--sce-signal) !important;
}

body.sabsus-unified-static main .sabsus-content-enrichment .sce-process {
  color: #eef3f8 !important;
  background:
    radial-gradient(circle at 100% 0, rgba(202,255,82,.12), transparent 34%),
    rgba(255,255,255,.045) !important;
}

body.sabsus-unified-static main .sabsus-content-enrichment .sce-flow li {
  color: #eef3f8 !important;
  border-color: rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.07) !important;
}

body.sabsus-unified-static main .sabsus-content-enrichment :is(
  .sce-flow li b,
  .sce-proof-strip b
) {
  color: #07111f !important;
  background: var(--sce-signal) !important;
}

body.sabsus-unified-static main .sabsus-content-enrichment :is(
  .sce-bar-card,
  .sce-change-grid article,
  .sce-proof-strip > span
) {
  color: #eef3f8 !important;
  border-color: rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.06) !important;
}
