/* Premium visual and conversion layer for generated static pages. */
:root {
  --su-ink: #07111f;
  --su-muted: #5d6b7c;
  --su-blue: #315bff;
  --su-blue-dark: #2547c8;
  --su-mint: #caff52;
  --su-coral: #ff7043;
  --su-line: rgba(7,17,31,.15);
  --su-soft: #ebe5d9;
  --su-shadow: 0 26px 72px rgba(7,17,31,.14);
}

body.sabsus-unified-static {
  color: var(--su-ink);
  background:
    radial-gradient(circle at 92% 5%, rgba(49,91,255,.09), transparent 26rem),
    linear-gradient(180deg,#f8f5ef,#f4f0e7 68%,#efe9df);
}

body.sabsus-unified-static::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(7,17,31,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(7,17,31,.025) 1px,transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom,#000,transparent 72%);
}

.su-header {
  top: 12px;
  min-height: 64px;
  border-color: rgba(255,255,255,.12);
  color: #fff;
  background: rgba(7,17,31,.94);
  box-shadow: 0 20px 55px rgba(2,8,18,.3);
  backdrop-filter: blur(22px) saturate(135%);
}

.su-brand,
.su-nav a,
.su-icon,
.su-menu {
  color: #f7f9fc;
}

.su-brand img {
  background: var(--su-blue);
}

.su-nav a:hover,
.su-nav a[aria-current="page"] {
  color: var(--su-mint);
  background: rgba(255,255,255,.08);
}

.su-help {
  color: #eef3ff;
  background: rgba(255,255,255,.08);
}

.su-icon,
.su-menu {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.su-demo {
  color: var(--su-ink);
  background: var(--su-mint);
  box-shadow: 0 12px 30px rgba(202,255,82,.18);
}

.su-path {
  min-height: 132px;
  padding-top: 102px;
}

.su-path li,
.su-path a {
  color: #667486;
}

.su-path [aria-current="page"] {
  color: var(--su-ink);
}

body.sabsus-unified-static main :is(h1,h2,h3) {
  color: var(--su-ink);
  letter-spacing: -.035em;
}

body.sabsus-unified-static main h1 {
  font-weight: 790;
  letter-spacing: -.052em;
}

body.sabsus-unified-static main > :is([class*="hero"],[id*="hero"]) {
  position: relative;
  overflow: hidden;
  border-color: rgba(255,255,255,.11) !important;
  color: #fff;
  background:
    radial-gradient(circle at 83% 16%,rgba(49,91,255,.34),transparent 26rem),
    linear-gradient(140deg,#07111f,#102038) !important;
  box-shadow: 0 34px 86px rgba(7,17,31,.22) !important;
}

body.sabsus-unified-static main > :is([class*="hero"],[id*="hero"]) :is(h1,h2,h3,strong) {
  color: #fff !important;
}

body.sabsus-unified-static main > :is([class*="hero"],[id*="hero"]) :is(p,li,small) {
  color: #c2cddd !important;
}

body.sabsus-unified-static main > :is([class*="hero"],[id*="hero"]) :is(.eyebrow,.kicker,[class*="kicker"]) {
  color: var(--su-mint) !important;
}

body.sabsus-unified-static main :is(a.button,.btn,.cta-button,[class*="button-primary"],[class*="cta-primary"]) {
  color: var(--su-ink) !important;
  border-color: var(--su-mint) !important;
  background: var(--su-mint) !important;
  box-shadow: 0 13px 32px rgba(202,255,82,.16) !important;
}

body.sabsus-unified-static main :is(.card,[class$="-card"],[class*="-card "],details,.comparison,.stack-card,.layer-card,.source-card) {
  border-color: rgba(7,17,31,.13) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.74) !important;
  box-shadow: 0 12px 32px rgba(7,17,31,.055) !important;
}

body.sabsus-unified-static main :is(.card,[class$="-card"],[class*="-card "]) :is(h2,h3,h4,strong) {
  color: var(--su-ink) !important;
}

body.sabsus-unified-static main :is(.card,[class$="-card"],[class*="-card "]) :is(p,li,small) {
  color: var(--su-muted) !important;
}

body.sabsus-unified-static main :is(section,[class*="section"]) {
  scroll-margin-top: 104px;
}

.su-decision {
  margin-top: 78px;
  padding: 42px;
  border-color: rgba(255,255,255,.11);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%,rgba(49,91,255,.3),transparent 24rem),
    linear-gradient(140deg,#07111f,#0d1b2d);
  box-shadow: 0 34px 90px rgba(7,17,31,.23);
}

.su-kicker {
  color: var(--su-mint);
}

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

.su-decision h2,
.su-decision :is(h3,strong) {
  color: #fff;
}

.su-decision p {
  color: #bac5d4;
}

.su-decision-steps span {
  color: #eef3f8;
  border-color: rgba(255,255,255,.11);
  border-radius: 11px;
  background: rgba(255,255,255,.055);
}

.su-decision-steps b {
  color: var(--su-ink);
  background: var(--su-mint);
}

.su-decision-actions a {
  color: #fff;
  border-color: rgba(255,255,255,.17);
  background: rgba(255,255,255,.06);
}

.su-decision-actions a:first-child {
  color: var(--su-ink);
  border-color: var(--su-mint);
  background: var(--su-mint);
  box-shadow: 0 12px 30px rgba(202,255,82,.17);
}

.su-psychology-proof {
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-color: rgba(255,255,255,.12);
}

.su-psychology-proof article {
  min-height: 152px;
  border-color: rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}

.su-psychology-proof small {
  color: var(--su-mint);
}

.su-psychology-proof strong {
  color: #fff;
}

.su-psychology-proof p {
  color: #bac5d4;
}

.su-footer {
  border-color: rgba(7,17,31,.14);
}

.su-footer-guide {
  border-color: rgba(7,17,31,.12);
  border-radius: 16px;
  background: #e7e1d6;
}

.su-footer-guide span {
  color: #294ad0;
}

.su-footer-guide a {
  border-color: rgba(7,17,31,.14);
  border-radius: 9px;
  background: rgba(255,255,255,.68);
}

@media (max-width: 1080px) {
  .su-nav {
    border-color: rgba(255,255,255,.12);
    background: #0b1829;
  }

  .su-psychology-proof {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .su-header {
    top: 8px;
  }

  .su-path {
    padding-top: 86px;
  }

  .su-decision {
    width: calc(100% - 24px);
    padding: 28px 20px;
  }

  .su-psychology-proof {
    grid-template-columns: 1fr;
  }

  .su-psychology-proof article {
    min-height: 0;
  }
}
/* Keep the secondary hero action legible over every dark industry hero. */
.ip-hero .ip-button.ip-button-ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

/* Use a stable text glyph instead of relying on platform emoji rendering. */
.su-icon[data-su-call] {
  font-size: 0 !important;
  background-image: none !important;
}

.su-icon[data-su-call]::before {
  content: none !important;
  display: none !important;
}

.su-icon[data-su-call] svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: #fff;
}

.su-help > svg {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* sabsus-contrast-contract-v2: final readable text fallback */
html body [data-sabsus-contrast="dark"][data-sabsus-contrast="dark"] {
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}
html body [data-sabsus-contrast="light"][data-sabsus-contrast="light"] {
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
}
html body [data-sabsus-contrast="dark"] :where(svg, svg *) { color: currentColor; }

/* sabsus-explicit-contrast-roots-v2 */
html body .su-header { background: #071a38 !important; color: #f7f9fc !important; }
html body .su-header .su-nav a,
html body .su-header .su-nav a > :is(span, strong) { color: #f7f9fc !important; -webkit-text-fill-color: #f7f9fc !important; }
html body .su-header .su-demo,
html body .su-header .su-demo > :is(span, strong) { color: #102033 !important; -webkit-text-fill-color: #102033 !important; }
html body .article-related-path-grid > a { background: #fff !important; }
html body .article-related-path-grid > a > span { color: #26364d !important; -webkit-text-fill-color: #26364d !important; }
html body .an-cta { background: #0b1d3a !important; }
html body .an-cta :is(h2, h2 span, strong) { color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body .an-cta :is(p, p span) { color: #d9e2ee !important; -webkit-text-fill-color: #d9e2ee !important; }
html body .library-count,
html body .library-count > :is(span, strong) { color: #064fb9 !important; -webkit-text-fill-color: #064fb9 !important; }
html body .lead-ai-call { background: #0b1d3a !important; }
html body .lead-ai-call :is(strong, small) { color: #f8fafc !important; -webkit-text-fill-color: #f8fafc !important; }
html body .layer-card > b { color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* sabsus-explicit-contrast-roots-v3 */
html body .su-nav { background: #071a38 !important; }
html body .su-nav a,
html body .su-nav a > :is(span, strong) { color: #f7f9fc !important; -webkit-text-fill-color: #f7f9fc !important; }
html body span:nth-child(2) > small > :is(.lang-en, .lang-ru) { display: inline-block; padding: 2px 6px; border-radius: 999px; background: #071a38 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
html body :is(.flow-center, [class$="-flow-center"]) { background-color: #060917 !important; }
html body :is(.flow-center, [class$="-flow-center"]) > :is(strong, b) { color: #fff !important; -webkit-text-fill-color: #fff !important; }
html body :is(.flow-center, [class$="-flow-center"]) > :is(span, small) { color: #d9e2ee !important; -webkit-text-fill-color: #d9e2ee !important; }
html body .retail-rollout-step > b { background: #0f56d9 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
html body td[data-label] { color: #405572 !important; -webkit-text-fill-color: #405572 !important; }
html body .home-news-kicker { color: #067565 !important; -webkit-text-fill-color: #067565 !important; }
html body .section-heading p,
html body .split-heading p { color: #526273 !important; -webkit-text-fill-color: #526273 !important; }
html body .sms-kicker { color: #0757d4 !important; -webkit-text-fill-color: #0757d4 !important; }
html body :is(.sms-form-heading > p, .sms-optional-note, .sms-disclosure) { color: #52677f !important; -webkit-text-fill-color: #52677f !important; }
html body :is(.sms-disclosure, .sms-disclosure a) { color: #52677f !important; -webkit-text-fill-color: #52677f !important; }
html body:has(.sms-kicker) footer :is(span, a) { color: #405b79 !important; -webkit-text-fill-color: #405b79 !important; }
html body small[data-i18n],
html body .roi-disclaimer { color: #52677f !important; -webkit-text-fill-color: #52677f !important; }
html body .cost-final > a,
html body .cost-final > a > :is(span, strong) { color: #fff !important; -webkit-text-fill-color: #fff !important; }
