/* Scribbify Capacity in Motion: live hero proof */
body.sc-page.sc-body.sbx4-page {
  --cap-dark: #0C0C11;
  --cap-surface: #12131B;
  --cap-elevated: #191A24;
  --cap-border: #2A2935;
  --cap-ink: #F4F3FA;
  --cap-muted: #AAA7B5;
  --cap-dim: #73707E;
  --cap-violet: #6547F5;
  --cap-violet-deep: #3A236A;
  --cap-violet-bridge: #9A91FF;
  --cap-plum: #21172F;
  --cap-light: #F5F3F7;
  --cap-light-surface: #FAF9FB;
  --cap-light-ink: #17131D;
  background: var(--cap-dark);
}

body.sbx4-page #brx-header {
  background: rgba(12, 12, 17, 0.88);
  border-bottom: 1px solid rgba(244, 243, 250, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.sbx4-page #brx-header .sc-hdr,
body.sbx4-page #brx-header .sc-hdr__bar,
body.sbx4-page #brx-header .sc-nav__in {
  background: transparent !important;
}

body.sbx4-page #brx-header .sc-brand__img {
  filter: brightness(0) invert(1);
}

body.sbx4-page #brx-header .sc-brand__txt,
body.sbx4-page #brx-header .sc-nav__links a {
  color: var(--cap-ink) !important;
}

body.sbx4-page #brx-header .sc-nav__links a {
  opacity: 0.66;
  transition: opacity 180ms ease, transform 180ms ease;
}

body.sbx4-page #brx-header .sc-nav__links a:hover,
body.sbx4-page #brx-header .sc-nav__links .current-menu-item > a {
  opacity: 1;
}

body.sbx4-page #brx-header a[href*="schedule-a-call"] {
  color: var(--cap-light-ink) !important;
  background: var(--cap-ink) !important;
  border-color: var(--cap-ink) !important;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(101, 71, 245, 0.18), 0 16px 44px rgba(101, 71, 245, 0.16);
}

body.sbx4-page .sbx4-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 72px) !important;
  overflow: hidden;
  padding: clamp(92px, 12vh, 132px) 24px clamp(170px, 23vh, 230px);
  background:
    radial-gradient(circle at 50% 82%, rgba(101, 71, 245, 0.18), rgba(101, 71, 245, 0) 34%),
    radial-gradient(circle at 12% 12%, rgba(154, 145, 255, 0.08), rgba(154, 145, 255, 0) 28%),
    var(--cap-dark) !important;
}

body.sbx4-page .sbx4-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30% -8% 8%;
  opacity: 0.42 !important;
  transform: perspective(1100px) rotateX(66deg) rotateZ(-10deg) translate3d(4%, -6%, 0);
  background-image:
    linear-gradient(rgba(244, 243, 250, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 243, 250, 0.055) 1px, transparent 1px) !important;
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, rgba(12, 12, 17, 0.95), rgba(12, 12, 17, 0.08));
  -webkit-mask-image: linear-gradient(to bottom, rgba(12, 12, 17, 0.95), rgba(12, 12, 17, 0.08));
}

body.sbx4-page .sbx4-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(760px, 74vw);
  height: min(760px, 74vw);
  left: 50%;
  bottom: -62%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(101, 71, 245, 0.12) !important;
  filter: blur(90px);
}

body.sbx4-page .sbx4-hero__shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

body.sbx4-page .sbx4-hero__copy {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  align-items: center;
  text-align: center;
}

body.sbx4-page .sbx4-hero__title {
  max-width: 1080px;
  margin-inline: auto;
  color: var(--cap-ink) !important;
  font-family: Epilogue, sans-serif;
  font-size: clamp(54px, 6.25vw, 94px) !important;
  font-weight: 400 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.058em !important;
  text-wrap: balance;
  text-shadow: 0 18px 72px rgba(101, 71, 245, 0.12);
  animation: capHeroEnter 820ms cubic-bezier(.22, 1, .36, 1) both;
}

body.sbx4-page .sbx4-hero__lede {
  max-width: 680px;
  margin: 32px auto 0;
  color: var(--cap-muted) !important;
  font-family: Epilogue, sans-serif;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.018em;
  animation: capHeroEnter 820ms 100ms cubic-bezier(.22, 1, .36, 1) both;
}

body.sbx4-page .sbx4-actions {
  margin-top: 34px;
  justify-content: center;
  gap: 12px;
  animation: capHeroEnter 820ms 180ms cubic-bezier(.22, 1, .36, 1) both;
}

body.sbx4-page .sbx4-btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

body.sbx4-page .sbx4-btn--primary {
  color: var(--cap-ink) !important;
  background: var(--cap-violet) !important;
  border-color: var(--cap-violet) !important;
  box-shadow: 0 0 0 1px rgba(154, 145, 255, 0.22), 0 18px 54px rgba(101, 71, 245, 0.34) !important;
}

body.sbx4-page .sbx4-btn--secondary {
  color: var(--cap-ink) !important;
  background: rgba(244, 243, 250, 0.035) !important;
  border-color: rgba(244, 243, 250, 0.16) !important;
}

body.sbx4-page .sc-dashboard-stage {
  position: relative;
  z-index: 3;
  min-height: 720px;
  margin-top: -190px;
  overflow: hidden;
  padding: 188px 24px 72px;
  background: linear-gradient(
    180deg,
    rgba(12, 12, 17, 0) 0%,
    #0C0C11 23%,
    #21172F 48%,
    #3A236A 66%,
    #6547F5 80%,
    #9A91FF 91%,
    #F5F3F7 100%
  ) !important;
}

body.sbx4-page .sc-dashboard-stage__inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 460px;
  margin-inline: auto;
}

body.sbx4-page .sc-dashboard-stage__visual,
body.sbx4-page .cap-bridge {
  width: 100%;
}

body.sbx4-page .cap-bridge__intro {
  max-width: 820px;
  margin-bottom: 64px;
}

body.sbx4-page .cap-bridge__intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--cap-ink);
  font-family: Epilogue, sans-serif;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

html body.home.sc-body.sbx4-page .cap-bridge__intro h2 span {
  color: var(--cap-violet-bridge) !important;
  border: 0 !important;
}

body.sbx4-page .cap-bridge__intro p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--cap-muted);
  font-family: Epilogue, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.018em;
}

body.sbx4-page .cap-bridge__flow {
  display: grid;
  grid-template-columns: minmax(170px, .85fr) 76px minmax(210px, 1fr) 76px minmax(260px, 1.25fr);
  align-items: center;
  gap: 0;
  min-height: 176px;
  padding: 26px 30px;
  border: 1px solid rgba(244, 243, 250, 0.16);
  border-radius: 18px;
  background: rgba(18, 19, 27, 0.78);
  box-shadow: 0 32px 90px rgba(12, 12, 17, 0.28), inset 0 1px 0 rgba(244, 243, 250, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.sbx4-page .cap-bridge__sources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

body.sbx4-page .cap-bridge__sources span {
  display: inline-flex;
  padding: 7px 10px;
  color: var(--cap-ink) !important;
  background: rgba(244, 243, 250, 0.055) !important;
  border: 1px solid rgba(244, 243, 250, 0.18);
  border-radius: 6px;
  font-family: Epilogue, sans-serif;
  font-size: 12px;
  line-height: 1;
}

body.sbx4-page .cap-bridge__line {
  position: relative;
  height: 1px;
  margin-inline: 12px;
  background: linear-gradient(90deg, rgba(154, 145, 255, 0.14), var(--cap-violet-bridge));
}

body.sbx4-page .cap-bridge__line--out {
  background: linear-gradient(90deg, var(--cap-violet-bridge), rgba(244, 243, 250, 0.3));
}

body.sbx4-page .cap-bridge__line i {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background: var(--cap-violet-bridge);
  box-shadow: 0 0 20px rgba(154, 145, 255, 0.72);
  transform: translateY(-50%);
  animation: capSignal 2.8s ease-in-out infinite;
}

body.sbx4-page .cap-bridge__core {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 19px 20px;
  border: 1px solid rgba(154, 145, 255, 0.36);
  border-radius: 12px;
  background: var(--cap-violet);
  box-shadow: 0 20px 50px rgba(58, 35, 106, 0.34);
}

body.sbx4-page .cap-bridge__core small,
body.sbx4-page .cap-bridge__outcome small {
  color: rgba(244, 243, 250, 0.72);
  font-family: Epilogue, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sbx4-page .cap-bridge__core strong {
  color: var(--cap-ink);
  font-family: Epilogue, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.045em;
}

body.sbx4-page .cap-bridge__outcome {
  padding-left: 6px;
}

body.sbx4-page .cap-bridge__outcome small {
  color: var(--cap-muted);
}

body.sbx4-page .cap-bridge__outcome strong {
  display: block;
  margin-top: 14px;
  color: var(--cap-ink);
  font-family: Epilogue, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.034em;
}

@keyframes capSignal {
  0%, 100% { opacity: 0.6; transform: translate(-56px, -50%) scale(0.82); }
  50% { opacity: 1; transform: translate(0, -50%) scale(1); }
}

body.sbx4-page main > .sc-sec--tight {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  background: var(--cap-light) !important;
  border-color: rgba(23, 19, 29, 0.1) !important;
}

@keyframes capHeroEnter {
  from { opacity: 0; transform: translate3d(0, 22px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 991px) {
  body.sbx4-page .sbx4-hero {
    padding-top: 96px;
    padding-bottom: 180px;
  }

  body.sbx4-page .sbx4-hero__title {
    font-size: clamp(50px, 9vw, 74px);
  }

  body.sbx4-page .sc-dashboard-stage {
    min-height: 680px;
    margin-top: -150px;
    padding-top: 164px;
  }

  body.sbx4-page .cap-bridge__intro {
    margin-bottom: 50px;
  }

  body.sbx4-page .cap-bridge__flow {
    grid-template-columns: minmax(150px, .8fr) 54px minmax(190px, 1fr) 54px minmax(220px, 1.1fr);
    padding: 22px;
  }
}

@media (max-width: 767px) {
  body.sbx4-page #brx-header {
    background: rgba(12, 12, 17, 0.96);
  }

  body.sbx4-page .sbx4-hero {
    min-height: auto;
    padding: 88px 18px 168px;
  }

  body.sbx4-page .sbx4-hero__copy {
    align-items: flex-start;
    text-align: left;
  }

  body.sbx4-page .sbx4-hero__title {
    font-size: clamp(44px, 13vw, 62px);
    line-height: 0.98;
    letter-spacing: -0.052em;
    text-wrap: pretty;
  }

  body.sbx4-page .sbx4-hero__lede {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  body.sbx4-page .sbx4-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 28px;
  }

  body.sbx4-page .sbx4-btn {
    min-height: 48px;
  }

  body.sbx4-page .sc-dashboard-stage {
    min-height: auto;
    margin-top: -116px;
    padding: 148px 18px 48px;
  }

  body.sbx4-page .sc-dashboard-stage__inner {
    width: 100%;
    min-height: 0;
  }

  body.sbx4-page .cap-bridge__intro {
    margin-bottom: 38px;
  }

  body.sbx4-page .cap-bridge__intro h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  body.sbx4-page .cap-bridge__intro p {
    margin-top: 20px;
    font-size: 16px;
  }

  body.sbx4-page .cap-bridge__flow {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  body.sbx4-page .cap-bridge__sources {
    flex-direction: row;
    flex-wrap: wrap;
  }

  body.sbx4-page .cap-bridge__line {
    width: 1px;
    height: 42px;
    margin: 12px 0 12px 28px;
    background: linear-gradient(180deg, rgba(154, 145, 255, 0.14), var(--cap-violet-bridge));
  }

  body.sbx4-page .cap-bridge__line--out {
    background: linear-gradient(180deg, var(--cap-violet-bridge), rgba(244, 243, 250, 0.3));
  }

  body.sbx4-page .cap-bridge__line i {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    animation: none;
  }

  body.sbx4-page .cap-bridge__outcome {
    padding: 4px 0 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sbx4-page .sbx4-hero__title,
  body.sbx4-page .sbx4-hero__lede,
  body.sbx4-page .sbx4-actions,
  body.sbx4-page .cap-bridge__line i {
    animation: none !important;
  }

  body.sbx4-page .sbx4-btn,
  body.sbx4-page #brx-header .sc-nav__links a {
    transition: none;
  }
}

/* Capacity bridge cascade lock against legacy dashboard styles */
html body.home.sc-body.sbx4-page main > .sc-dashboard-stage {
  min-height: 720px !important;
  margin-top: -190px !important;
  padding: 188px 24px 72px !important;
}

html body.home.sc-body.sbx4-page main > .sc-dashboard-stage > .sc-dashboard-stage__inner {
  width: min(1180px, calc(100% - 32px)) !important;
  min-height: 460px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

html body.home.sc-body.sbx4-page main > .sc-dashboard-stage > .sc-dashboard-stage__inner::before,
html body.home.sc-body.sbx4-page main > .sc-dashboard-stage > .sc-dashboard-stage__inner::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 991px) {
  html body.home.sc-body.sbx4-page main > .sc-dashboard-stage {
    min-height: 680px !important;
    margin-top: -150px !important;
    padding-top: 164px !important;
  }
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main > .sc-dashboard-stage {
    min-height: auto !important;
    margin-top: -116px !important;
    padding: 148px 18px 48px !important;
  }

  html body.home.sc-body.sbx4-page main > .sc-dashboard-stage > .sc-dashboard-stage__inner {
    width: 100% !important;
    min-height: 0 !important;
  }
}

/* Full homepage realization: Scribbify Capacity in Motion */
html body.home.sc-body.sbx4-page main {
  background: var(--cap-dark) !important;
}

html body.home.sc-body.sbx4-page main > .sc-sec,
html body.home.sc-body.sbx4-page main > .sc-quote {
  position: relative;
  margin-top: -2px !important;
  overflow: hidden;
  border: 0 !important;
  font-family: Epilogue, sans-serif;
}

html body.home.sc-body.sbx4-page main > .sc-sec > .sc-wrap,
html body.home.sc-body.sbx4-page main > .sc-quote > .sc-wrap {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

html body.home.sc-body.sbx4-page main > .sc-sec .sc-h2,
html body.home.sc-body.sbx4-page main > .sc-quote p,
html body.home.sc-body.sbx4-page main > .sc-sec h2,
html body.home.sc-body.sbx4-page main > .sc-sec h3,
html body.home.sc-body.sbx4-page main > .sc-sec h4 {
  font-family: Epilogue, sans-serif;
}

html body.home.sc-body.sbx4-page main > .sc-sec .sc-h2 {
  max-width: 920px;
  margin: 0 !important;
  font-size: clamp(46px, 5.3vw, 76px) !important;
  font-weight: 400 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.052em !important;
  text-wrap: balance;
}

html body.home.sc-body.sbx4-page main > .sc-sec .sc-label {
  display: none !important;
}

html body.home.sc-body.sbx4-page #brxe-scpb03.sc-label,
html body.home.sc-body.sbx4-page #brxe-scdf03.sc-label,
html body.home.sc-body.sbx4-page #brxe-scig04.sc-label {
  display: block !important;
}

html body.home.sc-body.sbx4-page #brxe-scpb03,
html body.home.sc-body.sbx4-page #brxe-scdf03 {
  margin-bottom: 24px !important;
  color: var(--cap-violet) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page main > .sc-dashboard-stage {
  border: 0 !important;
}

html body.home.sc-body.sbx4-page main > .sc-sec--tight {
  min-height: 170px !important;
  margin-top: -3px !important;
  padding: 54px 24px !important;
  border: 0 !important;
  background: var(--cap-light) !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main > .sc-sec--tight .sc-integr {
  display: grid !important;
  grid-template-columns: 240px 1fr;
  align-items: center !important;
  gap: 48px;
  padding-top: 24px !important;
  border-top: 1px solid rgba(23, 19, 29, 0.18) !important;
}

html body.home.sc-body.sbx4-page #brxe-scig04 {
  margin: 0 !important;
  color: var(--cap-light-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page .sc-integr__list {
  color: var(--cap-light-muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

/* Problem: asymmetric diagnostic field */
html body.home.sc-body.sbx4-page #problem {
  padding: 126px 24px 150px !important;
  background: var(--cap-light) !important;
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page #problem .sc-h2 {
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page #problem .sc-h2 em {
  color: var(--cap-violet) !important;
  font-style: normal !important;
}

html body.home.sc-body.sbx4-page .cap-problems {
  margin-top: 76px;
}

html body.home.sc-body.sbx4-page .cap-problems__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

html body.home.sc-body.sbx4-page .cap-problems__feature {
  position: sticky;
  top: 110px;
  min-height: 520px;
  padding: 42px;
  border: 1px solid var(--cap-light-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 92%, rgba(101, 71, 245, 0.12), rgba(101, 71, 245, 0) 34%),
    var(--cap-light-surface);
  box-shadow: 0 24px 70px rgba(58, 35, 106, 0.08);
}

html body.home.sc-body.sbx4-page .cap-problems__feature h3 {
  max-width: 520px;
  margin: 0;
  color: var(--cap-light-ink);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

html body.home.sc-body.sbx4-page .cap-problems__feature p {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--cap-light-muted);
  font-size: 16px;
  line-height: 1.65;
}

html body.home.sc-body.sbx4-page .cap-dependency {
  position: absolute;
  right: 42px;
  bottom: 42px;
  left: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

html body.home.sc-body.sbx4-page .cap-dependency span,
html body.home.sc-body.sbx4-page .cap-dependency strong {
  color: var(--cap-light-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

html body.home.sc-body.sbx4-page .cap-dependency strong {
  color: var(--cap-light-ink);
  text-align: right;
}

html body.home.sc-body.sbx4-page .cap-dependency i {
  height: 1px;
  background: linear-gradient(90deg, var(--cap-light-border), var(--cap-violet));
}

html body.home.sc-body.sbx4-page .cap-problems__list {
  border-top: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-problems__list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 30px 4px 32px;
  border-bottom: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-problems__list h3 {
  margin: 0;
  color: var(--cap-light-ink);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.032em;
}

html body.home.sc-body.sbx4-page .cap-problems__list p {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--cap-light-muted);
  font-size: 14px;
  line-height: 1.6;
}

html body.home.sc-body.sbx4-page .cap-problems__list article > span {
  padding-bottom: 3px;
  color: var(--cap-violet);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

html body.home.sc-body.sbx4-page .cap-cost {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) 1.28fr;
  gap: 64px;
  align-items: end;
  margin-top: 80px;
  padding: 44px 0 0;
  border-top: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-cost > strong {
  color: var(--cap-violet);
  font-size: clamp(100px, 14vw, 186px);
  font-weight: 400;
  line-height: .76;
  letter-spacing: -0.08em;
}

html body.home.sc-body.sbx4-page .cap-cost h3 {
  margin: 0;
  color: var(--cap-light-ink);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

html body.home.sc-body.sbx4-page .cap-cost p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--cap-light-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Quote: light descends into the dark services environment */
html body.home.sc-body.sbx4-page #brxe-scqt01 {
  min-height: 540px !important;
  padding: 176px 24px 132px !important;
  background: linear-gradient(
    180deg,
    #F5F3F7 0%,
    #9A91FF 31%,
    #6547F5 52%,
    #3A236A 72%,
    #21172F 87%,
    #0C0C11 100%
  ) !important;
}

html body.home.sc-body.sbx4-page #brxe-scqt02 {
  align-items: flex-start !important;
  text-align: left !important;
}

html body.home.sc-body.sbx4-page #brxe-scqt03 {
  max-width: 980px;
  margin: 0 !important;
  color: var(--cap-ink) !important;
  font-size: clamp(44px, 6vw, 82px) !important;
  font-weight: 400 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
}

html body.home.sc-body.sbx4-page #brxe-scqt04 {
  margin-top: 30px !important;
  color: rgba(244, 243, 250, 0.7) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Services: connected operating layers */
html body.home.sc-body.sbx4-page #services {
  padding: 106px 24px 140px !important;
  background:
    radial-gradient(circle at 92% 18%, rgba(101, 71, 245, 0.14), rgba(101, 71, 245, 0) 28%),
    var(--cap-dark) !important;
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page #brxe-scsv03.sc-head {
  display: block !important;
  margin-bottom: 66px !important;
}

html body.home.sc-body.sbx4-page #services .sc-h2 {
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page #brxe-scsv05 {
  max-width: 580px;
  margin: 22px 0 0 !important;
  color: var(--cap-muted) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

html body.home.sc-body.sbx4-page .sc-acc {
  border-top: 1px solid var(--cap-border) !important;
}

html body.home.sc-body.sbx4-page .sc-acc .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid var(--cap-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page .sc-acc .accordion-title-wrapper {
  min-height: 112px !important;
  padding: 30px 0 !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page .sc-acc .accordion-title,
html body.home.sc-body.sbx4-page .sc-acc .sc-acc__t {
  color: var(--cap-ink) !important;
  font-size: clamp(27px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

html body.home.sc-body.sbx4-page .sc-acc .accordion-subtitle {
  max-width: 610px;
  color: var(--cap-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

html body.home.sc-body.sbx4-page .sc-acc .accordion-content-wrapper {
  background: transparent !important;
}

html body.home.sc-body.sbx4-page .sc-acc .accordion-content {
  padding: 0 0 38px !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page .sc-acc__body {
  display: block !important;
  max-width: 760px;
}

html body.home.sc-body.sbx4-page .sc-acc__body h4 {
  margin: 0 0 18px;
  color: var(--cap-violet-bridge);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page .sc-acc__body ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 34px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home.sc-body.sbx4-page .sc-acc__body li {
  position: relative;
  padding: 13px 0 13px 22px;
  color: var(--cap-muted);
  border-top: 1px solid rgba(244, 243, 250, 0.08);
  font-size: 14px;
  line-height: 1.5;
}

html body.home.sc-body.sbx4-page .sc-acc__body li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 20px;
  border-radius: 50%;
  background: var(--cap-violet);
  box-shadow: 0 0 16px rgba(101, 71, 245, 0.5);
}

/* Proof: dark turns into a light product workspace */
html body.home.sc-body.sbx4-page #work {
  padding: 270px 24px 138px !important;
  background: linear-gradient(
    180deg,
    #0C0C11 0%,
    #21172F 8%,
    #3A236A 14%,
    #6547F5 19%,
    #9A91FF 24%,
    #F5F3F7 31%,
    #F5F3F7 100%
  ) !important;
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page #brxe-scpr03.sc-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: 72px !important;
  align-items: end !important;
  margin-bottom: 72px !important;
}

html body.home.sc-body.sbx4-page #work .sc-h2 {
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page #brxe-scpr05 {
  margin: 0 !important;
  color: var(--cap-light-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

html body.home.sc-body.sbx4-page .cap-proof {
  display: grid;
  gap: 30px;
}

html body.home.sc-body.sbx4-page .cap-proof__lead {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--cap-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 50%, rgba(101, 71, 245, 0.25), rgba(101, 71, 245, 0) 32%),
    var(--cap-dark);
  box-shadow: 0 34px 90px rgba(58, 35, 106, 0.16);
}

html body.home.sc-body.sbx4-page .cap-proof__copy {
  padding: 42px;
}

html body.home.sc-body.sbx4-page .cap-proof__lead .cap-proof__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body.home.sc-body.sbx4-page .cap-proof__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

html body.home.sc-body.sbx4-page .cap-proof__top span {
  color: var(--cap-violet-bridge);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page .cap-proof__top a {
  color: inherit !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}

html body.home.sc-body.sbx4-page .cap-proof__lead .cap-proof__top a {
  color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page .cap-proof__copy h3 {
  margin: 54px 0 0;
  color: var(--cap-light-ink);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

html body.home.sc-body.sbx4-page .cap-proof__lead .cap-proof__copy h3 {
  color: var(--cap-ink);
}

html body.home.sc-body.sbx4-page .cap-proof__copy p {
  margin: 22px 0 0;
  color: var(--cap-light-muted);
  font-size: 15px;
  line-height: 1.65;
}

html body.home.sc-body.sbx4-page .cap-proof__lead .cap-proof__copy p {
  color: var(--cap-muted);
}

html body.home.sc-body.sbx4-page .cap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

html body.home.sc-body.sbx4-page .cap-tags span {
  padding: 7px 10px;
  color: var(--cap-light-muted);
  border: 1px solid var(--cap-light-border);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}

html body.home.sc-body.sbx4-page .cap-proof__lead .cap-tags span {
  color: var(--cap-muted);
  border-color: var(--cap-border);
}

html body.home.sc-body.sbx4-page .cap-lead-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  align-items: center;
  gap: 0;
  padding: 54px 42px;
}

html body.home.sc-body.sbx4-page .cap-lead-flow::before {
  content: "";
  position: absolute;
  inset: 14% 4% 10% 0;
  opacity: .26;
  background-image:
    linear-gradient(rgba(154, 145, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 145, 255, 0.14) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #0C0C11 20%, #0C0C11 80%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #0C0C11 20%, #0C0C11 80%, transparent);
}

html body.home.sc-body.sbx4-page .cap-lead-flow > div {
  position: relative;
  z-index: 1;
  min-height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(154, 145, 255, 0.24);
  border-radius: 12px;
  background: rgba(18, 19, 27, 0.92);
}

html body.home.sc-body.sbx4-page .cap-lead-flow > div:nth-of-type(2) {
  transform: translateY(-42px);
  border-color: rgba(154, 145, 255, 0.44);
  background: var(--cap-violet-deep);
}

html body.home.sc-body.sbx4-page .cap-lead-flow > div:nth-of-type(3) {
  transform: translateY(34px);
  background: var(--cap-violet);
}

html body.home.sc-body.sbx4-page .cap-lead-flow small {
  color: var(--cap-muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page .cap-lead-flow strong {
  color: var(--cap-ink);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

html body.home.sc-body.sbx4-page .cap-lead-flow > i {
  position: relative;
  z-index: 1;
  height: 1px;
  background: var(--cap-violet-bridge);
}

html body.home.sc-body.sbx4-page .cap-proof__serpify {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  overflow: hidden;
  border: 1px solid var(--cap-light-border);
  border-radius: 18px;
  background: var(--cap-light-surface);
  box-shadow: 0 24px 70px rgba(58, 35, 106, 0.08);
}

html body.home.sc-body.sbx4-page .cap-proof__screen {
  min-height: 430px;
  padding: 34px 0 34px 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(154, 145, 255, 0.18), rgba(245, 243, 247, 0.4));
}

html body.home.sc-body.sbx4-page .cap-proof__screen img {
  width: 112%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border: 1px solid var(--cap-light-border);
  border-radius: 12px 0 0 12px;
  box-shadow: 0 28px 62px rgba(58, 35, 106, 0.16);
}

html body.home.sc-body.sbx4-page .cap-proof__more {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  border-top: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-proof__more article {
  min-height: 260px;
  padding: 32px 30px 34px 0;
  border-bottom: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-proof__more article:nth-child(even) {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-proof__more article > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

html body.home.sc-body.sbx4-page .cap-proof__more span,
html body.home.sc-body.sbx4-page .cap-proof__more a {
  color: var(--cap-light-muted) !important;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none !important;
}

html body.home.sc-body.sbx4-page .cap-proof__more a {
  color: var(--cap-violet) !important;
}

html body.home.sc-body.sbx4-page .cap-proof__more h3 {
  margin: 42px 0 0;
  color: var(--cap-light-ink);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.038em;
}

html body.home.sc-body.sbx4-page .cap-proof__more p {
  margin: 14px 0 0;
  color: var(--cap-light-muted);
  font-size: 14px;
  line-height: 1.6;
}

html body.home.sc-body.sbx4-page .cap-track {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 66px;
  margin-top: 82px;
  padding-top: 42px;
  border-top: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page .cap-track strong {
  color: var(--cap-light-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

html body.home.sc-body.sbx4-page .cap-track p {
  margin: 0;
  color: var(--cap-light-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Comparison: light workspace descends to dark */
html body.home.sc-body.sbx4-page #brxe-scdf01 {
  padding: 122px 24px 270px !important;
  background: linear-gradient(
    180deg,
    #F5F3F7 0%,
    #F5F3F7 54%,
    #9A91FF 72%,
    #6547F5 82%,
    #3A236A 91%,
    #0C0C11 100%
  ) !important;
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page #brxe-scdf01 .sc-h2 {
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page .cap-compare {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 22px;
  margin-top: 72px;
}

html body.home.sc-body.sbx4-page .cap-compare > section {
  padding: 34px;
  border-radius: 18px;
}

html body.home.sc-body.sbx4-page .cap-compare__old {
  border: 1px solid var(--cap-light-border);
  background: rgba(250, 249, 251, 0.82);
}

html body.home.sc-body.sbx4-page .cap-compare__new {
  border: 1px solid var(--cap-violet);
  background: var(--cap-dark);
  box-shadow: 0 32px 90px rgba(58, 35, 106, 0.2);
}

html body.home.sc-body.sbx4-page .cap-compare > section > span {
  color: var(--cap-light-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page .cap-compare__new > span {
  color: var(--cap-violet-bridge) !important;
}

html body.home.sc-body.sbx4-page .cap-compare ul {
  margin: 32px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home.sc-body.sbx4-page .cap-compare li {
  position: relative;
  padding: 17px 0 17px 28px;
  color: var(--cap-light-muted);
  border-top: 1px solid var(--cap-light-border);
  font-size: 15px;
  line-height: 1.45;
}

html body.home.sc-body.sbx4-page .cap-compare__new li {
  color: var(--cap-ink);
  border-color: var(--cap-border);
}

html body.home.sc-body.sbx4-page .cap-compare li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  left: 0;
  top: 27px;
  background: var(--cap-light-muted);
}

html body.home.sc-body.sbx4-page .cap-compare__new li::before {
  width: 8px;
  height: 8px;
  top: 24px;
  border-radius: 50%;
  background: var(--cap-violet);
  box-shadow: 0 0 18px rgba(101, 71, 245, 0.55);
}

/* Process: dark continuous build path */
html body.home.sc-body.sbx4-page #process {
  padding: 110px 24px 150px !important;
  background:
    radial-gradient(circle at 10% 84%, rgba(101, 71, 245, 0.14), rgba(101, 71, 245, 0) 28%),
    var(--cap-dark) !important;
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page #process .sc-h2 {
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page .sc-steps {
  position: relative;
  display: grid !important;
  grid-template-columns: .82fr 1.2fr .98fr !important;
  gap: 0 !important;
  margin-top: 78px !important;
  border-top: 1px solid var(--cap-border);
}

html body.home.sc-body.sbx4-page .sc-steps::before {
  content: "";
  position: absolute;
  width: 38%;
  height: 2px;
  left: 27%;
  top: -1px;
  background: linear-gradient(90deg, var(--cap-violet-deep), var(--cap-violet), var(--cap-violet-bridge));
  box-shadow: 0 0 24px rgba(101, 71, 245, 0.42);
}

html body.home.sc-body.sbx4-page .sc-step {
  min-height: 330px !important;
  padding: 42px 34px 34px 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--cap-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page .sc-step:nth-child(2) {
  padding-left: 34px !important;
  background: linear-gradient(180deg, rgba(101, 71, 245, 0.14), rgba(101, 71, 245, 0)) !important;
}

html body.home.sc-body.sbx4-page .sc-step:nth-child(3) {
  padding-left: 34px !important;
  border-right: 0 !important;
}

html body.home.sc-body.sbx4-page .sc-step h3 {
  margin: 0 !important;
  color: var(--cap-ink) !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  letter-spacing: -0.042em !important;
}

html body.home.sc-body.sbx4-page .sc-step p {
  max-width: 330px;
  margin: 26px 0 0 !important;
  color: var(--cap-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

html body.home.sc-body.sbx4-page .sc-step__n {
  display: none !important;
}

/* FAQ: dark rises through violet into clarity */
html body.home.sc-body.sbx4-page #faq {
  padding: 300px 24px 138px !important;
  background: linear-gradient(
    180deg,
    #0C0C11 0%,
    #21172F 13%,
    #3A236A 23%,
    #6547F5 31%,
    #9A91FF 39%,
    #F5F3F7 49%,
    #F5F3F7 100%
  ) !important;
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page #faq .sc-h2 {
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page .sc-faq {
  margin-top: 70px !important;
  border-top: 1px solid var(--cap-light-border) !important;
}

html body.home.sc-body.sbx4-page .sc-faq .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid var(--cap-light-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page .sc-faq .accordion-title-wrapper {
  min-height: 86px !important;
  padding: 25px 0 !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page .sc-faq .accordion-title,
html body.home.sc-body.sbx4-page .sc-faq .sc-faq__q {
  color: var(--cap-light-ink) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
}

html body.home.sc-body.sbx4-page .sc-faq .accordion-content-wrapper,
html body.home.sc-body.sbx4-page .sc-faq .accordion-content {
  background: transparent !important;
}

html body.home.sc-body.sbx4-page .sc-faq .accordion-content {
  padding: 0 0 28px !important;
}

html body.home.sc-body.sbx4-page .sc-faq__a {
  max-width: 760px;
  margin: 0 !important;
  color: var(--cap-light-muted) !important;
  font-size: 15px;
  line-height: 1.7;
}

html body.home.sc-body.sbx4-page .sc-faq__n {
  display: none !important;
}

html body.home.sc-body.sbx4-page .sc-faq__ft {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center !important;
  margin-top: 66px !important;
  padding: 34px !important;
  border: 1px solid var(--cap-light-border) !important;
  border-radius: 18px !important;
  background: var(--cap-light-surface) !important;
}

html body.home.sc-body.sbx4-page .sc-faq__ft h3 {
  margin: 0 !important;
  color: var(--cap-light-ink) !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

html body.home.sc-body.sbx4-page .sc-faq__ft p {
  margin: 8px 0 0 !important;
  color: var(--cap-light-muted) !important;
  font-size: 14px !important;
}

/* Closing environment */
html body.home.sc-body.sbx4-page #book {
  padding: 248px 24px 130px !important;
  background: linear-gradient(
    180deg,
    #F5F3F7 0%,
    #9A91FF 20%,
    #6547F5 39%,
    #3A236A 58%,
    #21172F 76%,
    #0C0C11 100%
  ) !important;
}

html body.home.sc-body.sbx4-page .sc-cta {
  position: relative;
  overflow: hidden;
  padding: 74px !important;
  border: 1px solid var(--cap-border) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(101, 71, 245, 0.24), rgba(101, 71, 245, 0) 28%),
    var(--cap-dark) !important;
  box-shadow: 0 42px 110px rgba(12, 12, 17, 0.32) !important;
}

html body.home.sc-body.sbx4-page .sc-cta__k {
  color: var(--cap-violet-bridge) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page .sc-cta h2 {
  max-width: 850px;
  margin: 26px 0 0 !important;
  color: var(--cap-ink) !important;
  font-size: clamp(46px, 5.3vw, 76px) !important;
  font-weight: 400 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.052em !important;
}

html body.home.sc-body.sbx4-page .sc-cta > p {
  max-width: 640px;
  margin: 24px 0 0 !important;
  color: var(--cap-muted) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

html body.home.sc-body.sbx4-page .sc-cta__row {
  margin-top: 36px !important;
}

html body.home.sc-body.sbx4-page .sc-cta__note {
  color: var(--cap-muted) !important;
  font-size: 12px !important;
}

html body.home.sc-body.sbx4-page .sc-btn--primary,
html body.home.sc-body.sbx4-page .sc-faq__ft .sc-btn--primary {
  color: var(--cap-ink) !important;
  background: var(--cap-violet) !important;
  border-color: var(--cap-violet) !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 42px rgba(101, 71, 245, 0.24) !important;
}

html body.home.sc-body.sbx4-page #brx-footer {
  margin-top: -2px !important;
  color: var(--cap-muted) !important;
  background: var(--cap-dark) !important;
  border-top-color: var(--cap-border) !important;
}

/* Responsive collapse for every multi-column composition */
@media (max-width: 991px) {
  html body.home.sc-body.sbx4-page .cap-problems__grid,
  html body.home.sc-body.sbx4-page #brxe-scpr03.sc-head,
  html body.home.sc-body.sbx4-page .cap-proof__lead,
  html body.home.sc-body.sbx4-page .cap-proof__serpify,
  html body.home.sc-body.sbx4-page .cap-track,
  html body.home.sc-body.sbx4-page .cap-cost,
  html body.home.sc-body.sbx4-page .cap-compare {
    grid-template-columns: 1fr !important;
  }

  html body.home.sc-body.sbx4-page .cap-problems__feature {
    position: relative;
    top: auto;
    min-height: 430px;
  }

  html body.home.sc-body.sbx4-page .cap-lead-flow {
    min-height: 390px;
  }

  html body.home.sc-body.sbx4-page .cap-proof__screen {
    padding-right: 34px;
  }

  html body.home.sc-body.sbx4-page .cap-proof__screen img {
    width: 100%;
    border-radius: 12px;
  }

  html body.home.sc-body.sbx4-page .sc-steps {
    grid-template-columns: 1fr !important;
  }

  html body.home.sc-body.sbx4-page .sc-step,
  html body.home.sc-body.sbx4-page .sc-step:nth-child(2),
  html body.home.sc-body.sbx4-page .sc-step:nth-child(3) {
    min-height: 0 !important;
    padding: 36px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--cap-border) !important;
    background: transparent !important;
  }

  html body.home.sc-body.sbx4-page .sc-steps::before {
    width: 28%;
    left: 0;
  }
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main > .sc-sec > .sc-wrap,
  html body.home.sc-body.sbx4-page main > .sc-quote > .sc-wrap {
    width: min(100% - 36px, 1180px) !important;
  }

  html body.home.sc-body.sbx4-page main > .sc-sec .sc-h2 {
    font-size: clamp(40px, 11.5vw, 58px) !important;
  }

  html body.home.sc-body.sbx4-page main > .sc-sec--tight {
    padding: 42px 18px !important;
  }

  html body.home.sc-body.sbx4-page main > .sc-sec--tight .sc-integr {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  html body.home.sc-body.sbx4-page #problem {
    padding: 92px 18px 106px !important;
  }

  html body.home.sc-body.sbx4-page .cap-problems {
    margin-top: 54px;
  }

  html body.home.sc-body.sbx4-page .cap-problems__feature {
    min-height: 470px;
    padding: 28px;
  }

  html body.home.sc-body.sbx4-page .cap-dependency {
    right: 28px;
    bottom: 28px;
    left: 28px;
    grid-template-columns: 1fr;
  }

  html body.home.sc-body.sbx4-page .cap-dependency i {
    width: 100%;
  }

  html body.home.sc-body.sbx4-page .cap-dependency strong {
    text-align: left;
  }

  html body.home.sc-body.sbx4-page .cap-problems__list article {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  html body.home.sc-body.sbx4-page .cap-cost {
    gap: 28px;
  }

  html body.home.sc-body.sbx4-page .cap-cost > strong {
    font-size: 104px;
  }

  html body.home.sc-body.sbx4-page #brxe-scqt01 {
    min-height: 480px !important;
    padding: 150px 18px 110px !important;
  }

  html body.home.sc-body.sbx4-page #services {
    padding: 86px 18px 110px !important;
  }

  html body.home.sc-body.sbx4-page .sc-acc__body ul {
    grid-template-columns: 1fr;
  }

  html body.home.sc-body.sbx4-page #work {
    padding: 220px 18px 104px !important;
  }

  html body.home.sc-body.sbx4-page .cap-proof__copy {
    padding: 28px;
  }

  html body.home.sc-body.sbx4-page .cap-proof__lead {
    min-height: 0;
  }

  html body.home.sc-body.sbx4-page .cap-lead-flow {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 28px;
  }

  html body.home.sc-body.sbx4-page .cap-lead-flow > i {
    width: 1px;
    height: 24px;
    margin-left: 26px;
  }

  html body.home.sc-body.sbx4-page .cap-lead-flow > div:nth-of-type(2),
  html body.home.sc-body.sbx4-page .cap-lead-flow > div:nth-of-type(3) {
    transform: none;
  }

  html body.home.sc-body.sbx4-page .cap-proof__screen {
    min-height: 260px;
    padding: 22px;
  }

  html body.home.sc-body.sbx4-page .cap-proof__more {
    grid-template-columns: 1fr;
  }

  html body.home.sc-body.sbx4-page .cap-proof__more article,
  html body.home.sc-body.sbx4-page .cap-proof__more article:nth-child(even) {
    min-height: 0;
    padding: 28px 0;
    border-left: 0;
  }

  html body.home.sc-body.sbx4-page .cap-track {
    gap: 24px;
    margin-top: 56px;
  }

  html body.home.sc-body.sbx4-page #brxe-scdf01 {
    padding: 96px 18px 220px !important;
  }

  html body.home.sc-body.sbx4-page .cap-compare > section {
    padding: 26px;
  }

  html body.home.sc-body.sbx4-page #process {
    padding: 88px 18px 112px !important;
  }

  html body.home.sc-body.sbx4-page #faq {
    padding: 230px 18px 104px !important;
  }

  html body.home.sc-body.sbx4-page .sc-faq__ft {
    grid-template-columns: 1fr !important;
    gap: 28px;
    padding: 28px !important;
  }

  html body.home.sc-body.sbx4-page #book {
    padding: 190px 18px 90px !important;
  }

  html body.home.sc-body.sbx4-page .sc-cta {
    padding: 42px 28px !important;
  }
}

/* Section environment lock against Bricks legacy backgrounds */
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scig01 {
  background-color: var(--cap-light) !important;
  background-image: none !important;
  border: 0 !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#problem {
  background-color: var(--cap-light) !important;
  background-image: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01 {
  background-color: var(--cap-dark) !important;
  background-image: linear-gradient(180deg, #F5F3F7 0%, #9A91FF 31%, #6547F5 52%, #3A236A 72%, #21172F 87%, #0C0C11 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#services {
  background-color: var(--cap-dark) !important;
  background-image: radial-gradient(circle at 92% 18%, rgba(101, 71, 245, 0.14), rgba(101, 71, 245, 0) 28%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#work {
  background-color: var(--cap-light) !important;
  background-image: linear-gradient(180deg, #0C0C11 0%, #21172F 8%, #3A236A 14%, #6547F5 19%, #9A91FF 24%, #F5F3F7 31%, #F5F3F7 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01 {
  background-color: var(--cap-light) !important;
  background-image: linear-gradient(180deg, #F5F3F7 0%, #F5F3F7 54%, #9A91FF 72%, #6547F5 82%, #3A236A 91%, #0C0C11 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#process {
  background-color: var(--cap-dark) !important;
  background-image: radial-gradient(circle at 10% 84%, rgba(101, 71, 245, 0.14), rgba(101, 71, 245, 0) 28%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq {
  background-color: var(--cap-light) !important;
  background-image: linear-gradient(180deg, #0C0C11 0%, #21172F 13%, #3A236A 23%, #6547F5 31%, #9A91FF 39%, #F5F3F7 49%, #F5F3F7 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#book {
  background-color: var(--cap-dark) !important;
  background-image: linear-gradient(180deg, #F5F3F7 0%, #9A91FF 20%, #6547F5 39%, #3A236A 58%, #21172F 76%, #0C0C11 100%) !important;
}

/* Gradient transition planes are pseudo-elements so Bricks lazy-background rules cannot remove them */
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01,
html body.home.sc-body.sbx4-page main#brx-content > section#work,
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01,
html body.home.sc-body.sbx4-page main#brx-content > section#faq,
html body.home.sc-body.sbx4-page main#brx-content > section#book {
  isolation: isolate;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01::before,
html body.home.sc-body.sbx4-page main#brx-content > section#work::before,
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01::before,
html body.home.sc-body.sbx4-page main#brx-content > section#faq::before,
html body.home.sc-body.sbx4-page main#brx-content > section#book::before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block !important;
  pointer-events: none;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01::before {
  background: linear-gradient(180deg, #F5F3F7 0%, #9A91FF 31%, #6547F5 52%, #3A236A 72%, #21172F 87%, #0C0C11 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#work::before {
  background: linear-gradient(180deg, #0C0C11 0%, #21172F 8%, #3A236A 14%, #6547F5 19%, #9A91FF 24%, #F5F3F7 31%, #F5F3F7 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01::before {
  background: linear-gradient(180deg, #F5F3F7 0%, #F5F3F7 54%, #9A91FF 72%, #6547F5 82%, #3A236A 91%, #0C0C11 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq::before {
  background: linear-gradient(180deg, #0C0C11 0%, #21172F 13%, #3A236A 23%, #6547F5 31%, #9A91FF 39%, #F5F3F7 49%, #F5F3F7 100%) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#book::before {
  background: linear-gradient(180deg, #F5F3F7 0%, #9A91FF 20%, #6547F5 39%, #3A236A 58%, #21172F 76%, #0C0C11 100%) !important;
}

/* Typography and accordion locks against legacy homepage patterns */
html body.home.sc-body.sbx4-page main#brx-content .sc-h2 i {
  color: inherit !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .sc-h2 i {
  color: var(--cap-violet) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc li.accordion-item {
  color: var(--cap-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cap-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc li.accordion-item.brx-open {
  background: var(--cap-surface) !important;
  border-left: 2px solid var(--cap-violet) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc .accordion-title-wrapper,
html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc .accordion-content-wrapper {
  color: var(--cap-ink) !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc .accordion-title,
html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc h3.title,
html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc .sc-acc__t {
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc .accordion-subtitle,
html body.home.sc-body.sbx4-page main#brx-content section#services .sc-acc .sc-acc__body li {
  color: var(--cap-muted) !important;
}

/* Full-page browser QA corrections */
html body.home.sc-body.sbx4-page main#brx-content section#work #brxe-scpr08 {
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#work #brxe-scpr05 {
  color: rgba(244, 243, 250, 0.76) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#work .cap-proof__lead .cap-proof__top span {
  color: var(--cap-violet-bridge) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#work .cap-proof__lead .cap-proof__top a,
html body.home.sc-body.sbx4-page main#brx-content section#work .cap-proof__lead .cap-proof__copy p,
html body.home.sc-body.sbx4-page main#brx-content section#work .cap-proof__lead .cap-tags span,
html body.home.sc-body.sbx4-page main#brx-content section#work .cap-lead-flow small {
  color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#work .cap-proof__lead .cap-proof__copy h3,
html body.home.sc-body.sbx4-page main#brx-content section#work .cap-lead-flow strong {
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#brxe-scdf01 .cap-compare__new > span {
  color: var(--cap-violet-bridge) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#brxe-scdf01 .cap-compare__new li {
  color: var(--cap-ink) !important;
  border-color: var(--cap-border) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#process .sc-step {
  color: var(--cap-ink) !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#process .sc-step:nth-child(2) {
  background: linear-gradient(180deg, rgba(101, 71, 245, 0.16), rgba(101, 71, 245, 0.02)) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#process .sc-step h3 {
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#process .sc-step p {
  color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq {
  padding-top: 500px !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq::before {
  background: linear-gradient(
    180deg,
    #0C0C11 0,
    #21172F 100px,
    #3A236A 180px,
    #6547F5 250px,
    #9A91FF 330px,
    #F5F3F7 430px,
    #F5F3F7 100%
  ) !important;
}

html body.home.sc-body.sbx4-page main#brx-content .sc-cta h2 i {
  color: var(--cap-violet-bridge) !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main#brx-content > section#faq {
    padding-top: 390px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#faq::before {
    background: linear-gradient(
      180deg,
      #0C0C11 0,
      #21172F 80px,
      #3A236A 140px,
      #6547F5 200px,
      #9A91FF 270px,
      #F5F3F7 350px,
      #F5F3F7 100%
    ) !important;
  }
}

/* Final cascade lock against legacy homepage overrides */
html body.home.sc-body.sbx4-page #brx-header,
html body.home.sc-body.sbx4-page #brx-header .sc-hdr {
  background: rgba(12, 12, 17, 0.9) !important;
  color: var(--cap-ink) !important;
  border-color: rgba(244, 243, 250, 0.08) !important;
  box-shadow: 0 1px 0 rgba(244, 243, 250, 0.04) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

html body.home.sc-body.sbx4-page #brx-header #brxe-schd01 #brxe-schd07.sc-nav__links .bricks-nav-menu > li > a,
html body.home.sc-body.sbx4-page #brx-header #brxe-schd07.sc-nav__links nav > ul > li > a,
html body.home.sc-body.sbx4-page #brx-header .sc-brand__txt {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page #brx-header .sc-btn,
html body.home.sc-body.sbx4-page #brx-header .sc-nav__cta {
  min-height: 48px !important;
  padding: 6px 16px 6px 7px !important;
  color: var(--cap-light-ink) !important;
  background: var(--cap-ink) !important;
  border: 1px solid var(--cap-ink) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 0 1px rgba(101, 71, 245, 0.18), 0 16px 44px rgba(101, 71, 245, 0.16) !important;
}

html body.home.sc-body.sbx4-page .sbx4-hero .sbx4-btn--primary {
  color: var(--cap-ink) !important;
  background: var(--cap-violet) !important;
  border-color: var(--cap-violet) !important;
  box-shadow: 0 0 0 1px rgba(154, 145, 255, 0.22), 0 18px 54px rgba(101, 71, 245, 0.34) !important;
}

html body.home.sc-body.sbx4-page .sbx4-hero .sbx4-btn--secondary {
  color: var(--cap-ink) !important;
  background: rgba(244, 243, 250, 0.035) !important;
  border-color: rgba(244, 243, 250, 0.16) !important;
  box-shadow: none !important;
}

/* Final fold QA: process labels, FAQ title width and proof link */
html body.home.sc-body.sbx4-page main#brx-content section#process h4.brxe-heading {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
  opacity: 0.82 !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#faq .sc-faq .title {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#faq .sc-faq .sc-faq__q {
  display: block !important;
  width: auto !important;
  max-width: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content section#work #brxe-scpr05 a {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
  text-decoration-color: rgba(244, 243, 250, 0.55) !important;
}

/* Phase 1: continuous page environment and restrained type scale */
html body.home.sc-body.sbx4-page main#brx-content {
  overflow: clip !important;
  background: var(--cap-dark) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section {
  margin-top: -2px !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#top {
  margin-top: 0 !important;
  border: 0 !important;
  min-height: min(860px, calc(100svh - 70px)) !important;
  padding-top: clamp(96px, 11vh, 124px) !important;
  padding-bottom: clamp(118px, 16vh, 168px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content .sbx4-hero__title {
  max-width: 920px !important;
  font-size: clamp(52px, 4.95vw, 68px) !important;
  line-height: 0.99 !important;
  letter-spacing: -0.047em !important;
}

html body.home.sc-body.sbx4-page main#brx-content .sbx4-hero__lede {
  max-width: 650px !important;
  margin-top: 26px !important;
  font-size: clamp(16px, 1.24vw, 18px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content .sc-h2,
html body.home.sc-body.sbx4-page main#brx-content .cap-bridge__intro h2,
html body.home.sc-body.sbx4-page main#brx-content #brxe-sccta5 {
  font-size: clamp(42px, 4.1vw, 56px) !important;
  line-height: 1.035 !important;
  letter-spacing: -0.047em !important;
  text-wrap: balance !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt03 {
  max-width: 1010px !important;
  font-size: clamp(42px, 4.5vw, 60px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
}

/* Opening dark chapter: hero, integrations, problem and quote */
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scig01,
html body.home.sc-body.sbx4-page main#brx-content > section#problem,
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01 {
  background-color: var(--cap-dark) !important;
  background-image: none !important;
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scig01 {
  min-height: 178px !important;
  padding-top: 34px !important;
  padding-bottom: 56px !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scig01 .sc-integr {
  border-color: rgba(244, 243, 250, 0.09) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scig01 .sc-label {
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scig01 .sc-integr__list {
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#problem {
  padding-top: clamp(108px, 10vw, 144px) !important;
  padding-bottom: clamp(112px, 11vw, 160px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem #brxe-scpb04,
html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list h3,
html body.home.sc-body.sbx4-page main#brx-content #problem .cap-cost h3 {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list p,
html body.home.sc-body.sbx4-page main#brx-content #problem .cap-cost p {
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list > *,
html body.home.sc-body.sbx4-page main#brx-content #problem .cap-cost {
  border-color: rgba(244, 243, 250, 0.1) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01 {
  min-height: 470px !important;
  padding-top: 104px !important;
  padding-bottom: 132px !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01::before,
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scqt01::after {
  content: none !important;
  display: none !important;
}

/* One violet horizon into the light workspace */
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdb01 {
  z-index: 2 !important;
  min-height: 760px !important;
  margin-top: -2px !important;
  padding-top: 136px !important;
  padding-bottom: 104px !important;
  background: linear-gradient(
    180deg,
    #0C0C11 0%,
    #12131B 10%,
    #21172F 32%,
    #3A236A 50%,
    #6547F5 68%,
    #9A91FF 84%,
    #F5F3F7 100%
  ) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scdb01 .cap-bridge__intro {
  margin-bottom: 54px !important;
}

/* Light workspace: services, products and comparison */
html body.home.sc-body.sbx4-page main#brx-content > section#services,
html body.home.sc-body.sbx4-page main#brx-content > section#work,
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01 {
  background-color: var(--cap-light) !important;
  color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#services {
  padding-top: clamp(108px, 10vw, 144px) !important;
  padding-bottom: clamp(120px, 11vw, 164px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #services #brxe-scsv08,
html body.home.sc-body.sbx4-page main#brx-content #services #brxe-scsv05 {
  color: var(--cap-light-ink) !important;
  -webkit-text-fill-color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #services #brxe-scsv05 {
  opacity: 0.66 !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#work {
  padding-top: clamp(106px, 9vw, 138px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#services,
html body.home.sc-body.sbx4-page main#brx-content > section#work {
  background-image: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #work #brxe-scpr08 {
  color: var(--cap-light-ink) !important;
  -webkit-text-fill-color: var(--cap-light-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #work #brxe-scpr05 {
  color: var(--cap-light-muted, #66616D) !important;
  -webkit-text-fill-color: var(--cap-light-muted, #66616D) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #work #brxe-scpr05 a {
  color: #3A236A !important;
  -webkit-text-fill-color: #3A236A !important;
  text-decoration-color: rgba(58, 35, 106, 0.45) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#work::before {
  background: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01 {
  padding-top: clamp(108px, 10vw, 144px) !important;
}

/* One violet descent into the closing dark chapter */
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01::before {
  background: linear-gradient(
    180deg,
    #F5F3F7 0%,
    #F5F3F7 57%,
    #9A91FF 73%,
    #6547F5 82%,
    #3A236A 90%,
    #21172F 95%,
    #0C0C11 100%
  ) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#process,
html body.home.sc-body.sbx4-page main#brx-content > section#faq,
html body.home.sc-body.sbx4-page main#brx-content > section#book {
  background-color: var(--cap-dark) !important;
  background-image: none !important;
  color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq {
  padding-top: clamp(118px, 10vw, 154px) !important;
  padding-bottom: clamp(112px, 10vw, 150px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq::before,
html body.home.sc-body.sbx4-page main#brx-content > section#faq::after,
html body.home.sc-body.sbx4-page main#brx-content > section#book::before,
html body.home.sc-body.sbx4-page main#brx-content > section#book::after {
  content: none !important;
  display: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq #brxe-scfq04,
html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq__q,
html body.home.sc-body.sbx4-page main#brx-content #faq #brxe-scfq08,
html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq__a {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq__a {
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq .accordion-item,
html body.home.sc-body.sbx4-page main#brx-content #faq .accordion-title-wrapper,
html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq__ft {
  border-color: rgba(244, 243, 250, 0.11) !important;
  background: transparent !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#book {
  min-height: 760px !important;
  padding-top: 112px !important;
  padding-bottom: 128px !important;
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main#brx-content .sbx4-hero__title {
    font-size: clamp(40px, 12.2vw, 48px) !important;
    line-height: 1.01 !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .sc-h2,
  html body.home.sc-body.sbx4-page main#brx-content .cap-bridge__intro h2,
  html body.home.sc-body.sbx4-page main#brx-content #brxe-sccta5 {
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.05 !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt03 {
    font-size: clamp(36px, 10.5vw, 46px) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdb01 {
    min-height: 700px !important;
    padding-top: 108px !important;
    padding-bottom: 84px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#problem,
  html body.home.sc-body.sbx4-page main#brx-content > section#services,
  html body.home.sc-body.sbx4-page main#brx-content > section#work,
  html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01,
  html body.home.sc-body.sbx4-page main#brx-content > section#faq {
    padding-top: 88px !important;
    padding-bottom: 96px !important;
  }
}

/* Phase 2: native components and image-ready product proof */
html body.home.sc-body.sbx4-page {
  --cap-light-muted: #66616D;
  --cap-light-border: #DDD9E5;
}

/* Problem field without a floating light card */
html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems {
  margin-top: 64px !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__grid {
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr) !important;
  gap: 64px !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__feature {
  min-height: 520px !important;
  padding: 12px 52px 12px 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(244, 243, 250, 0.11) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__feature h3 {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
  font-size: clamp(32px, 3.25vw, 46px) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__feature p {
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-dependency {
  right: 52px !important;
  bottom: 12px !important;
  left: 0 !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-dependency span,
html body.home.sc-body.sbx4-page main#brx-content #problem .cap-dependency strong {
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-dependency strong {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list {
  border-color: rgba(244, 243, 250, 0.11) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list article {
  padding: 26px 0 29px !important;
  border-color: rgba(244, 243, 250, 0.11) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-cost {
  margin-top: 92px !important;
  padding-top: 50px !important;
  border-color: rgba(244, 243, 250, 0.11) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #problem .cap-cost > strong {
  color: var(--cap-violet-bridge) !important;
  -webkit-text-fill-color: var(--cap-violet-bridge) !important;
}

/* Quote becomes a quiet narrative beat */
html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt02 {
  align-items: flex-start !important;
  text-align: left !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt03 {
  max-width: 920px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt03::before,
html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt03::after {
  content: none !important;
  display: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt04 {
  margin-top: 26px !important;
  color: var(--cap-muted) !important;
  -webkit-text-fill-color: var(--cap-muted) !important;
}

/* Services as connected operating layers */
html body.home.sc-body.sbx4-page main#brx-content #services #brxe-scsv03 {
  margin-bottom: 62px !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layers {
  position: relative;
  border-top: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer {
  display: grid;
  grid-template-columns: 56px minmax(240px, .78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: start;
  padding: 44px 0 48px;
  border-bottom: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer__signal {
  position: relative;
  height: 100%;
  min-height: 124px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer__signal::before {
  content: "";
  position: absolute;
  width: 1px;
  top: -44px;
  bottom: -48px;
  left: 14px;
  background: var(--cap-light-border);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer:first-child .cap-layer__signal::before {
  top: 14px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer:last-child .cap-layer__signal::before {
  bottom: calc(100% - 14px);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer__signal span {
  position: absolute;
  z-index: 1;
  width: 29px;
  height: 29px;
  top: 0;
  left: 0;
  border: 8px solid var(--cap-light);
  border-radius: 50%;
  background: var(--cap-violet);
  box-shadow: 0 0 0 1px var(--cap-light-border);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer h3 {
  margin: 0;
  color: var(--cap-light-ink);
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.042em;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer__copy p {
  max-width: 430px;
  margin: 16px 0 0;
  color: var(--cap-light-muted);
  font-size: 15px;
  line-height: 1.65;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer li {
  position: relative;
  min-height: 66px;
  padding: 18px 0 16px 18px;
  color: var(--cap-light-muted);
  border-top: 1px solid var(--cap-light-border);
  font-size: 14px;
  line-height: 1.5;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-layer li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 25px;
  border-radius: 50%;
  background: var(--cap-violet);
}

/* Product proof with six replaceable image slots */
html body.home.sc-body.sbx4-page main#brx-content #work {
  padding-bottom: 154px !important;
}

html body.home.sc-body.sbx4-page main#brx-content #work #brxe-scpr03 {
  margin-bottom: 88px !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-products {
  display: grid;
  gap: 118px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product {
  display: grid;
  grid-template-columns: minmax(290px, .74fr) minmax(0, 1.26fr);
  gap: 72px;
  align-items: center;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product__copy {
  padding: 18px 0;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product__meta span {
  color: var(--cap-light-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product__meta a {
  color: var(--cap-violet-deep) !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product__copy h3 {
  margin: 42px 0 0;
  color: var(--cap-light-ink);
  font-size: clamp(34px, 3.55vw, 48px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.047em;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product__copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--cap-light-muted);
  font-size: 15px;
  line-height: 1.68;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--cap-light-border);
  border-radius: 18px;
  background: var(--cap-light-surface);
  box-shadow: 0 30px 80px rgba(58, 35, 106, 0.1);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .65;
  background-image:
    linear-gradient(rgba(58, 35, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 35, 106, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(135deg, rgba(12, 12, 17, .15), rgba(12, 12, 17, .9));
  -webkit-mask-image: linear-gradient(135deg, rgba(12, 12, 17, .15), rgba(12, 12, 17, .9));
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  right: -110px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(101, 71, 245, .16);
  filter: blur(48px);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot--dark {
  color: var(--cap-ink);
  border-color: var(--cap-border);
  background: var(--cap-dark);
  box-shadow: 0 34px 92px rgba(58, 35, 106, 0.18);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot--violet {
  color: var(--cap-ink);
  border-color: var(--cap-violet-deep);
  background: linear-gradient(145deg, var(--cap-violet-deep), var(--cap-violet));
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot__mark {
  position: absolute;
  left: 36px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot__mark small {
  color: inherit;
  opacity: .58;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot__mark strong {
  color: inherit;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot__note {
  position: absolute;
  top: 26px;
  right: 28px;
  color: inherit;
  opacity: .52;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 720px;
  border: 1px solid var(--cap-light-border);
  border-radius: 18px;
  background: var(--cap-light-surface);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile--wide {
  grid-column: span 7;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile .cap-media-slot {
  min-height: 330px;
  border: 0;
  border-bottom: 1px solid var(--cap-light-border);
  border-radius: 0;
  box-shadow: none;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile > .cap-product-tile__copy:first-child + .cap-media-slot {
  margin-top: auto;
  border-top: 1px solid var(--cap-light-border);
  border-bottom: 0;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile__copy {
  padding: 32px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile__copy h3 {
  margin: 34px 0 0;
  color: var(--cap-light-ink);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile__copy p {
  margin: 16px 0 0;
  color: var(--cap-light-muted);
  font-size: 14px;
  line-height: 1.65;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile .cap-product__meta {
  padding-bottom: 13px;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-track {
  margin-top: 112px;
  padding-top: 38px;
  border-top: 1px solid var(--cap-light-border);
}

/* Comparison becomes one continuous split field */
html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01::before {
  background: linear-gradient(
    180deg,
    #F5F3F7 0%,
    #F5F3F7 74%,
    #9A91FF 82%,
    #6547F5 88%,
    #3A236A 94%,
    #0C0C11 100%
  ) !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-compare {
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  margin-top: 64px !important;
  border-top: 1px solid var(--cap-light-border);
  border-bottom: 1px solid var(--cap-light-border);
}

html body.home.sc-body.sbx4-page main#brx-content .cap-compare > section {
  padding: 38px 52px 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-compare__new {
  border-left: 1px solid var(--cap-light-border) !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-compare > section > span,
html body.home.sc-body.sbx4-page main#brx-content .cap-compare__new > span {
  color: #3A236A !important;
  -webkit-text-fill-color: #3A236A !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-compare li,
html body.home.sc-body.sbx4-page main#brx-content .cap-compare__new li {
  color: var(--cap-light-muted) !important;
  -webkit-text-fill-color: var(--cap-light-muted) !important;
  border-color: var(--cap-light-border) !important;
}

html body.home.sc-body.sbx4-page main#brx-content .cap-compare__new li {
  color: var(--cap-light-ink) !important;
  -webkit-text-fill-color: var(--cap-light-ink) !important;
}

/* Process as one connected path */
html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 64px !important;
  margin-top: 68px !important;
  border: 0 !important;
}

html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps::before {
  width: 100% !important;
  height: 1px !important;
  left: 0 !important;
  top: 14px !important;
  background: linear-gradient(90deg, var(--cap-violet), var(--cap-violet-bridge), rgba(244, 243, 250, .12)) !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #process .sc-step,
html body.home.sc-body.sbx4-page main#brx-content #process .sc-step:nth-child(2),
html body.home.sc-body.sbx4-page main#brx-content #process .sc-step:nth-child(3) {
  position: relative;
  min-height: 0 !important;
  padding: 54px 20px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #process .sc-step::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  top: 8px;
  left: 0;
  border: 4px solid var(--cap-dark);
  border-radius: 50%;
  background: var(--cap-violet);
  box-shadow: 0 0 0 1px var(--cap-violet-bridge);
}

html body.home.sc-body.sbx4-page main#brx-content #process .sc-step h4 {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
  font-size: 15px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
}

html body.home.sc-body.sbx4-page main#brx-content #process .sc-step p {
  max-width: 320px;
  margin-top: 18px !important;
}

/* FAQ as quiet transparent rows */
html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq {
  margin-top: 58px !important;
  border-color: rgba(244, 243, 250, .11) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq .accordion-title-wrapper {
  min-height: 78px !important;
  padding: 22px 0 !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq .accordion-item {
  border-color: rgba(244, 243, 250, .09) !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq .sc-faq__q {
  font-size: clamp(18px, 1.65vw, 23px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;
}

html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq__ft {
  margin-top: 54px !important;
  padding: 34px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(244, 243, 250, .11) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* CTA belongs to the same closing environment */
html body.home.sc-body.sbx4-page main#brx-content #book .sc-cta {
  overflow: visible !important;
  max-width: 980px;
  padding: 74px 0 26px !important;
  border: 0 !important;
  border-top: 1px solid rgba(244, 243, 250, .11) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.sc-body.sbx4-page main#brx-content #book .sc-cta h2 {
  max-width: 800px !important;
}

@media (max-width: 991px) {
  html body.home.sc-body.sbx4-page main#brx-content .cap-layer {
    grid-template-columns: 44px 1fr !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-layer ul {
    grid-column: 2;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product,
  html body.home.sc-body.sbx4-page main#brx-content .cap-product--reverse {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-mosaic {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile,
  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile--wide {
    grid-column: auto !important;
  }
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__grid,
  html body.home.sc-body.sbx4-page main#brx-content .cap-product-mosaic,
  html body.home.sc-body.sbx4-page main#brx-content .cap-compare,
  html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps {
    grid-template-columns: 1fr !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__feature {
    position: relative !important;
    top: auto !important;
    min-height: 430px !important;
    padding: 0 0 42px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(244, 243, 250, .11) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-dependency {
    right: 0 !important;
    bottom: 36px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-layer {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 34px 0 38px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-layer__signal {
    display: none;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-layer ul {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-products {
    gap: 82px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot {
    min-height: 300px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile {
    min-height: 0;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile .cap-media-slot {
    min-height: 270px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile__copy {
    padding: 26px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-compare__new {
    border-left: 0 !important;
    border-top: 1px solid var(--cap-light-border) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps {
    gap: 0 !important;
    padding-left: 28px;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps::before {
    width: 1px !important;
    height: 100% !important;
    left: 6px !important;
    top: 0 !important;
    background: linear-gradient(180deg, var(--cap-violet), var(--cap-violet-bridge), rgba(244, 243, 250, .12)) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step,
  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step:nth-child(2),
  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step:nth-child(3) {
    padding: 4px 0 52px 28px !important;
    border-bottom: 0 !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step::before {
    top: 4px;
    left: -28px;
  }

  html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq__ft {
    grid-template-columns: 1fr !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #book .sc-cta {
    padding-top: 52px !important;
  }
}


/* Phase 2 legacy color collision locks */
#work .cap-media-slot--dark .cap-media-slot__mark strong,
#work .cap-media-slot--dark .cap-media-slot__mark small,
#work .cap-media-slot--violet .cap-media-slot__mark strong,
#work .cap-media-slot--violet .cap-media-slot__mark small {
  color: var(--cap-ink) !important;
  -webkit-text-fill-color: var(--cap-ink) !important;
}
#work .cap-media-slot--light .cap-media-slot__mark strong,
#work .cap-media-slot--light .cap-media-slot__mark small {
  color: var(--cap-light-ink) !important;
  -webkit-text-fill-color: var(--cap-light-ink) !important;
}
#work .cap-media-slot--dark .cap-media-slot__note,
#work .cap-media-slot--violet .cap-media-slot__note {
  color: rgba(244, 243, 250, .72) !important;
  -webkit-text-fill-color: rgba(244, 243, 250, .72) !important;
}
#work .cap-media-slot--light .cap-media-slot__note {
  color: var(--cap-light-muted) !important;
  -webkit-text-fill-color: var(--cap-light-muted) !important;
}
#work #brxe-scpr05 a {
  color: #3A236A !important;
  -webkit-text-fill-color: #3A236A !important;
  text-decoration-color: rgba(58, 35, 106, .32) !important;
}

/* Phase 2 proof-link specificity lock */
html body.home.sc-body.sbx4-page main#brx-content section#work #brxe-scpr05 a {
  color: #3A236A !important;
  -webkit-text-fill-color: #3A236A !important;
  text-decoration-color: rgba(58,35,106,.45) !important;
}


/* Phase 3: continuity motion and responsive finish */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

html body.home.sc-body.sbx4-page main#brx-content > section {
  transform: translateZ(0);
}

html body.home.sc-body.sbx4-page.cap-motion-ready [data-cap-reveal="true"] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 720ms cubic-bezier(.22, 1, .36, 1) var(--cap-reveal-delay, 0ms),
    transform 720ms cubic-bezier(.22, 1, .36, 1) var(--cap-reveal-delay, 0ms);
  will-change: opacity, transform;
}

html body.home.sc-body.sbx4-page.cap-motion-ready [data-cap-reveal="true"].is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html body.home.sc-body.sbx4-page .sbx4-hero::before {
  animation: capGridDrift 18s ease-in-out infinite alternate;
}

html body.home.sc-body.sbx4-page .sbx4-hero::after {
  animation: capBloom 14s ease-in-out infinite alternate;
}

html body.home.sc-body.sbx4-page .cap-layer__signal span,
html body.home.sc-body.sbx4-page .cap-media-slot,
html body.home.sc-body.sbx4-page .cap-product__meta a,
html body.home.sc-body.sbx4-page #faq .accordion-title-wrapper,
html body.home.sc-body.sbx4-page .sc-btn,
html body.home.sc-body.sbx4-page .sbx4-btn {
  transition:
    transform 260ms cubic-bezier(.22, 1, .36, 1),
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 320ms ease,
    opacity 260ms ease;
}

html body.home.sc-body.sbx4-page .cap-product__meta a,
html body.home.sc-body.sbx4-page #work #brxe-scpr05 a {
  text-underline-offset: 4px;
  transition: color 220ms ease, text-decoration-color 220ms ease;
}

html body.home.sc-body.sbx4-page .cap-product__meta a:focus-visible,
html body.home.sc-body.sbx4-page #work #brxe-scpr05 a:focus-visible,
html body.home.sc-body.sbx4-page .sc-btn:focus-visible,
html body.home.sc-body.sbx4-page .sbx4-btn:focus-visible {
  outline: 2px solid var(--cap-violet-bridge);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  html body.home.sc-body.sbx4-page .cap-layer:hover .cap-layer__signal span {
    transform: scale(1.12);
    box-shadow: 0 0 0 1px var(--cap-light-border), 0 0 26px rgba(101, 71, 245, .24);
  }

  html body.home.sc-body.sbx4-page .cap-product:hover .cap-media-slot,
  html body.home.sc-body.sbx4-page .cap-product-tile:hover .cap-media-slot {
    transform: translate3d(0, -4px, 0);
  }

  html body.home.sc-body.sbx4-page .cap-product:hover .cap-media-slot--dark,
  html body.home.sc-body.sbx4-page .cap-product-tile:hover .cap-media-slot--dark {
    box-shadow: 0 38px 96px rgba(58, 35, 106, .22);
  }

  html body.home.sc-body.sbx4-page .cap-product__meta a:hover,
  html body.home.sc-body.sbx4-page #work #brxe-scpr05 a:hover {
    text-decoration-color: currentColor !important;
  }

  html body.home.sc-body.sbx4-page #faq .accordion-title-wrapper:hover {
    transform: translateX(4px);
  }

  html body.home.sc-body.sbx4-page .sc-btn:hover,
  html body.home.sc-body.sbx4-page .sbx4-btn:hover {
    transform: translateY(-2px);
  }
}

@keyframes capGridDrift {
  from {
    transform: perspective(1100px) rotateX(66deg) rotateZ(-10deg) translate3d(4%, -6%, 0);
  }
  to {
    transform: perspective(1100px) rotateX(66deg) rotateZ(-8deg) translate3d(2%, -3%, 0);
  }
}

@keyframes capBloom {
  from {
    opacity: .72;
    transform: translateX(-50%) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }
}

@media (max-width: 991px) {
  html body.home.sc-body.sbx4-page main > .sc-sec > .sc-wrap,
  html body.home.sc-body.sbx4-page main > .sc-quote > .sc-wrap {
    width: min(100%, calc(100% - 40px)) !important;
  }

  html body.home.sc-body.sbx4-page main > .sc-sec .sc-h2,
  html body.home.sc-body.sbx4-page .cap-bridge__intro h2,
  html body.home.sc-body.sbx4-page #brxe-sccta5 {
    font-size: clamp(40px, 6.6vw, 54px) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product--reverse .cap-product__copy {
    order: 1;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product--reverse .cap-media-slot {
    order: 2;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product,
  html body.home.sc-body.sbx4-page main#brx-content .cap-product--reverse {
    gap: 30px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product__copy {
    max-width: 650px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot {
    min-height: 360px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile {
    min-height: 650px;
  }
}

@media (max-width: 860px) {
  html body.home.sc-body.sbx4-page main#brx-content .cap-compare,
  html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps {
    grid-template-columns: 1fr !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-compare__new {
    border-left: 0 !important;
    border-top: 1px solid var(--cap-light-border) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps {
    gap: 0 !important;
    padding-left: 28px;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-steps::before {
    width: 1px !important;
    height: 100% !important;
    left: 6px !important;
    top: 0 !important;
    background: linear-gradient(180deg, var(--cap-violet), var(--cap-violet-bridge), rgba(244, 243, 250, .12)) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step,
  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step:nth-child(2),
  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step:nth-child(3) {
    padding: 4px 0 52px 28px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #process .sc-step::before {
    top: 4px;
    left: -28px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
  }

  html body.home.sc-body.sbx4-page main > .sc-sec > .sc-wrap,
  html body.home.sc-body.sbx4-page main > .sc-quote > .sc-wrap {
    width: min(100%, calc(100% - 36px)) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#problem,
  html body.home.sc-body.sbx4-page main#brx-content > section#services,
  html body.home.sc-body.sbx4-page main#brx-content > section#work,
  html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01,
  html body.home.sc-body.sbx4-page main#brx-content > section#process,
  html body.home.sc-body.sbx4-page main#brx-content > section#faq {
    padding-top: 78px !important;
    padding-bottom: 86px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-products {
    gap: 72px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product__copy h3 {
    margin-top: 30px;
    font-size: clamp(30px, 9vw, 36px);
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product__meta {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-mosaic {
    gap: 18px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile__copy h3 {
    margin-top: 26px;
    font-size: clamp(24px, 7.5vw, 30px);
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-compare > section {
    padding: 30px 0 34px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #book {
    min-height: auto !important;
    padding: 88px 18px 104px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #book .sc-cta {
    padding-top: 46px !important;
  }
}

@media (max-width: 520px) {
  html body.home.sc-body.sbx4-page main#brx-content .sbx4-hero {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .sbx4-hero__title {
    font-size: clamp(38px, 11.2vw, 44px) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content .sc-h2,
  html body.home.sc-body.sbx4-page main#brx-content .cap-bridge__intro h2,
  html body.home.sc-body.sbx4-page main#brx-content #brxe-sccta5 {
    font-size: clamp(32px, 9.2vw, 38px) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #brxe-scqt03 {
    font-size: clamp(33px, 9.6vw, 40px) !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__feature {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-dependency {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 34px;
  }

  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list article {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content #problem .cap-problems__list article > span {
    grid-row: 1;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot,
  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile .cap-media-slot {
    min-height: 245px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot__mark {
    left: 24px;
    bottom: 24px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-media-slot__note {
    top: 20px;
    right: 20px;
  }

  html body.home.sc-body.sbx4-page main#brx-content .cap-product-tile__copy {
    padding: 24px;
  }

  html body.home.sc-body.sbx4-page main#brx-content #faq .sc-faq .accordion-title-wrapper {
    min-height: 70px !important;
    padding: 19px 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html body.home.sc-body.sbx4-page .sbx4-hero::before,
  html body.home.sc-body.sbx4-page .sbx4-hero::after {
    animation: none !important;
  }

  html body.home.sc-body.sbx4-page.cap-motion-ready [data-cap-reveal="true"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html body.home.sc-body.sbx4-page .cap-layer__signal span,
  html body.home.sc-body.sbx4-page .cap-media-slot,
  html body.home.sc-body.sbx4-page .cap-product__meta a,
  html body.home.sc-body.sbx4-page #faq .accordion-title-wrapper,
  html body.home.sc-body.sbx4-page .sc-btn,
  html body.home.sc-body.sbx4-page .sbx4-btn {
    transition: none !important;
  }
}


/* Phase 3: continuous chapter rhythm */
html body.home.sc-body.sbx4-page main#brx-content > section#services {
  padding-bottom: 88px !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#work {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01 {
  padding-top: 96px !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#faq {
  padding-bottom: 86px !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section#book {
  padding-top: 92px !important;
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main#brx-content > section#services,
  html body.home.sc-body.sbx4-page main#brx-content > section#work,
  html body.home.sc-body.sbx4-page main#brx-content > section#brxe-scdf01,
  html body.home.sc-body.sbx4-page main#brx-content > section#faq {
    padding-top: 72px !important;
    padding-bottom: 78px !important;
  }

  html body.home.sc-body.sbx4-page main#brx-content > section#book {
    padding-top: 82px !important;
    padding-bottom: 96px !important;
  }
}


/* Phase 3: final legacy surface lock */
html body.home.sc-body.sbx4-page main#brx-content section#process .sc-step:nth-child(2) {
  background: transparent !important;
}

html body.home.sc-body.sbx4-page main#brx-content > section[id] {
  scroll-margin-top: 92px;
}

@media (max-width: 767px) {
  html body.home.sc-body.sbx4-page main#brx-content > section[id] {
    scroll-margin-top: 76px;
  }
}
