@font-face {
  font-family: "NeueMontreal";
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"),
       url("../fonts/NeueMontreal-Medium.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

body.automation-saas {
  --b25-ink: #10051d;
  --b25-night: #09070c;
  --b25-panel: #140724;
  --b25-violet: #7c2cff;
  --b25-violet-soft: #b892ff;
  --b25-line: rgba(194, 153, 255, 0.24);
  --b25-muted: #746f7b;
  font-family: "NeueMontreal", sans-serif;
}

html[lang="ru"] body.automation-saas,
html[lang="ru"] body.automation-saas *:not(i) {
  font-family: "Inter", sans-serif !important;
}

.automation-saas h1,
.automation-saas h2,
.automation-saas h3,
.automation-saas h4,
.automation-saas h5,
.automation-saas h6 {
  font-family: "BwGradual", sans-serif;
}

.b25-anchor-target,
#platform,
#b2a2b,
#applications,
#how-it-works,
#integrations,
#agent-system,
#adjacent-expansion,
#readiness,
#engage,
#founder-perspective,
#governance,
#team,
#faq,
#pilot,
#about {
  scroll-margin-top: 92px;
}

.b25-loader-mark {
  color: #fff;
  font-family: "BwGradual", sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.b25-loader-mark span {
  color: var(--b25-violet-soft);
}

.header-area--three {
  background: rgba(9, 7, 12, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-area--three .header__wrap {
  min-height: 84px;
}

.b25-wordmark {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: "BwGradual", sans-serif;
  gap: 10px;
  line-height: 1;
}

.b25-wordmark:hover {
  color: #fff;
}

.b25-wordmark__logo {
  border-radius: 9px;
  box-shadow: 0 10px 28px rgba(103, 24, 241, 0.3);
  height: 36px;
  object-fit: contain;
  width: 42px;
}

.b25-wordmark__name {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.header-area--three .main-menu > ul > li {
  margin-right: 2px;
}

.header-area--three .main-menu > ul > li > a {
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 9px 14px;
}

.b25-header-actions {
  align-items: center;
  gap: 14px;
}

.b25-language-switcher {
  position: relative;
  z-index: 20;
}

.b25-language-current {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  font-size: 12px;
  gap: 7px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-width: 42px;
  padding: 10px 11px;
}

.b25-language-current i {
  font-size: 9px;
  transition: transform 180ms ease;
}

.b25-language-switcher.is-open .b25-language-current i {
  transform: rotate(180deg);
}

.b25-language-menu {
  background: rgba(14, 8, 24, 0.98);
  border: 1px solid rgba(184, 146, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(4, 0, 12, 0.38);
  display: grid;
  gap: 4px;
  min-width: 150px;
  opacity: 0;
  padding: 7px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition: opacity 160ms ease, transform 160ms ease;
  visibility: hidden;
}

.b25-language-switcher.is-open .b25-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.b25-language-menu button {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  padding: 10px 12px;
  text-align: left;
  transition: background-color 160ms ease, color 160ms ease;
  width: 100%;
}

.b25-language-menu button:hover,
.b25-language-menu button:focus-visible,
.b25-language-menu button[aria-checked="true"] {
  background: rgba(124, 44, 255, 0.22);
  color: #fff;
  outline: none;
}

.b25-header-actions .thm-btn {
  min-height: 52px;
  padding: 15px 24px;
}

.b25-mobile-actions {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 16px;
  margin: 24px 20px 0;
  padding-top: 22px;
}

.b25-mobile-actions > a {
  color: #fff;
  font-size: 16px;
}

.b25-mobile-actions .b25-language-menu {
  left: 0;
  right: auto;
  transform-origin: top left;
}

.hero-area--three .as-hero-container {
  padding-top: 176px;
}

.hero-area--three .xb-hero-content .xb-item--breadcrumd {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  display: inline-flex;
  gap: 9px;
  letter-spacing: 0.08em;
  padding: 7px 14px;
  text-transform: uppercase;
}

.b25-eyebrow-signal {
  background: #a66dff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(166, 109, 255, 0.13), 0 0 18px rgba(166, 109, 255, 0.85);
  display: inline-block;
  height: 6px;
  width: 6px;
}

.hero-area--three .xb-hero-content .sec-title .title {
  font-size: clamp(52px, 5.65vw, 82px);
  letter-spacing: -0.045em;
  line-height: 0.99;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0;
  text-transform: none;
}

.hero-area--three .xb-hero-content .xb-item--content {
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  margin: 30px auto 42px;
  max-width: 830px;
  padding: 0;
  text-transform: none;
}

.hero-area--three .xb-hero-content .xb-hero-btn {
  gap: 14px;
}

.b25-strategic-link {
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  margin-top: 20px;
  text-decoration: underline;
  text-decoration-color: rgba(184, 146, 255, 0.5);
  text-underline-offset: 5px;
}

.b25-strategic-link:hover {
  color: #fff;
}

.hero-area--three .xb-hero-content .b25-hero-visual {
  margin: 0 auto !important;
  max-width: 1180px;
  padding: 78px 0 0 !important;
  text-align: left;
}

.b25-execution-map {
  --b25-map-pointer-opacity: 0;
  --b25-map-pointer-x: 50%;
  --b25-map-pointer-y: 50%;
  --b25-map-tilt-x: 0deg;
  --b25-map-tilt-y: 0deg;
  background:
    radial-gradient(circle at var(--b25-map-pointer-x) var(--b25-map-pointer-y), rgb(194 157 255 / var(--b25-map-pointer-opacity)), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 54%, rgba(126, 51, 236, 0.22), transparent 48%),
    linear-gradient(145deg, rgba(124, 44, 255, 0.12), rgba(255, 255, 255, 0.018));
  background-size: auto, 38px 38px, 38px 38px, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px 24px 0 0;
  box-shadow:
    0 -18px 80px rgba(118, 42, 238, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -70px 100px rgba(3, 1, 7, 0.3);
  color: #fff;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform: perspective(1600px) rotateX(var(--b25-map-tilt-x)) rotateY(var(--b25-map-tilt-y));
  transform-origin: 50% 50%;
  transition: box-shadow 260ms ease, transform 180ms ease-out;
  will-change: transform;
}

.b25-execution-map.is-pointer-active {
  --b25-map-pointer-opacity: 0.16;
  box-shadow:
    0 -22px 92px rgba(118, 42, 238, 0.28),
    0 34px 80px rgba(7, 2, 15, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.1),
    inset 0 -70px 100px rgba(3, 1, 7, 0.3);
}

.b25-execution-map::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.025)),
    radial-gradient(ellipse at 50% 102%, rgba(174, 116, 255, 0.15), transparent 52%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.b25-execution-map::after {
  background: #9d68ff;
  content: "";
  filter: blur(70px);
  height: 160px;
  left: 50%;
  opacity: 0.16;
  position: absolute;
  top: 38%;
  transform: translateX(-50%);
  width: 260px;
}

.b25-map-toolbar,
.b25-map-footer {
  align-items: center;
  background: rgba(5, 2, 10, 0.26);
  color: rgba(255, 255, 255, 0.56);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding: 15px 22px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

.b25-map-toolbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -10px 24px rgba(0, 0, 0, 0.16), 0 8px 30px rgba(0, 0, 0, 0.12);
}

.b25-map-toolbar span:first-child {
  align-items: center;
  display: flex;
  gap: 8px;
}

.b25-map-toolbar i {
  background: #51d6a2;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(81, 214, 162, 0.8);
  height: 6px;
  width: 6px;
}

.b25-map-grid {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 1fr) 82px minmax(250px, 0.86fr) 82px minmax(220px, 1fr);
  padding: 58px 34px 70px;
  position: relative;
  transform-style: preserve-3d;
  z-index: 1;
}

.b25-map-grid::after {
  background: radial-gradient(ellipse, rgba(151, 82, 255, 0.19), transparent 68%);
  bottom: 12px;
  content: "";
  filter: blur(10px);
  height: 82px;
  left: 18%;
  pointer-events: none;
  position: absolute;
  right: 18%;
  transform: rotateX(68deg);
}

.b25-map-party,
.b25-map-core {
  --b25-map-card-x: 0px;
  --b25-map-card-y: 0px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  isolation: isolate;
  min-height: 218px;
  padding: 25px;
  position: relative;
  transform-style: preserve-3d;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.b25-map-party {
  --b25-map-rest-transform: translateY(-3px) rotateX(1deg);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025) 44%, rgba(5, 2, 10, 0.18)),
    rgba(19, 10, 29, 0.82);
  box-shadow:
    0 10px 0 rgba(5, 2, 9, 0.44),
    0 27px 54px rgba(2, 1, 5, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -28px 45px rgba(0, 0, 0, 0.18);
  transform: translate3d(var(--b25-map-card-x), var(--b25-map-card-y), 0) var(--b25-map-rest-transform);
}

.b25-map-core {
  --b25-map-rest-transform: translateY(-12px) translateZ(28px) rotateX(1deg);
  background:
    linear-gradient(150deg, rgba(178, 119, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(89, 22, 181, 0.94), rgba(54, 9, 115, 0.94));
  border-color: rgba(207, 177, 255, 0.66);
  box-shadow:
    0 16px 0 rgba(31, 4, 68, 0.58),
    0 36px 72px rgba(53, 8, 118, 0.55),
    0 0 70px rgba(132, 57, 245, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.22),
    inset 0 -38px 58px rgba(24, 1, 57, 0.22);
  min-height: 290px;
  padding: 23px;
  transform: translate3d(var(--b25-map-card-x), var(--b25-map-card-y), 0) var(--b25-map-rest-transform);
}

.b25-map-party::before,
.b25-map-core::before {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.13), transparent 20%, transparent 78%, rgba(255, 255, 255, 0.035));
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.b25-map-party::after,
.b25-map-core::after {
  background: radial-gradient(ellipse, rgba(166, 98, 255, 0.54), transparent 70%);
  bottom: -39px;
  content: "";
  filter: blur(12px);
  height: 34px;
  left: 8%;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
  right: 8%;
  transform: rotateX(70deg);
  z-index: -1;
}

.b25-map-core::after {
  bottom: -48px;
  filter: blur(15px);
  height: 44px;
  opacity: 0.72;
}

.b25-map-party:hover {
  border-color: rgba(202, 170, 255, 0.3);
  box-shadow:
    0 13px 0 rgba(5, 2, 9, 0.42),
    0 34px 64px rgba(2, 1, 5, 0.48),
    inset 0 1px rgba(255, 255, 255, 0.16),
    inset 0 -28px 45px rgba(0, 0, 0, 0.18);
  transform: translate3d(var(--b25-map-card-x), var(--b25-map-card-y), 0) translateY(-7px) rotateX(1deg);
}

.b25-map-core:hover {
  border-color: rgba(226, 207, 255, 0.82);
  transform: translate3d(var(--b25-map-card-x), var(--b25-map-card-y), 0) translateY(-17px) translateZ(34px) rotateX(1deg);
}

.b25-map-kicker {
  color: var(--b25-violet-soft);
  display: block;
  font-size: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 22px;
}

.b25-map-party h2,
.b25-map-core h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.b25-map-party p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.5;
  margin: 18px 0 0;
}

.b25-system-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.b25-system-tags span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18), inset 0 1px rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  padding: 7px 9px;
}

.b25-core-mark {
  align-items: center;
  background: linear-gradient(145deg, #a66dff, #6818ed);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  box-shadow: 0 7px 0 rgba(54, 11, 133, 0.58), 0 14px 28px rgba(42, 3, 107, 0.38), inset 0 1px rgba(255, 255, 255, 0.28);
  display: inline-flex;
  font-family: "BwGradual", sans-serif;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  margin-bottom: 14px;
  width: 42px;
}

.b25-core-mark span {
  font-size: 10px;
}

.b25-map-core ul {
  display: grid;
  gap: 7px;
  margin: 0;
}

.b25-map-core li {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.67);
  display: flex;
  font-size: 11px;
  gap: 9px;
  padding: 8px 10px;
  box-shadow: 0 4px 10px rgba(21, 2, 52, 0.2), inset 0 1px rgba(255, 255, 255, 0.06);
}

.b25-map-core li span {
  color: var(--b25-violet-soft);
  font-size: 9px;
}

.b25-map-core li.is-active {
  background: rgba(184, 146, 255, 0.16);
  border-color: rgba(204, 176, 255, 0.38);
  color: #fff;
}

.b25-map-connection {
  display: grid;
  gap: 10px;
  position: relative;
  transform: translateY(6px) translateZ(-12px);
  z-index: -1;
}

.b25-map-connection span {
  background: linear-gradient(90deg, rgba(184, 146, 255, 0.12), #9e65ff, rgba(184, 146, 255, 0.12));
  height: 1px;
  position: relative;
}

.b25-map-connection span:nth-child(2) {
  opacity: 0.45;
}

.b25-map-connection span::after {
  background: #d5bcff;
  border-radius: 50%;
  box-shadow: 0 0 12px #9e65ff;
  content: "";
  height: 5px;
  position: absolute;
  right: 12%;
  top: -2px;
  width: 5px;
}

.b25-map-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 12px 28px rgba(0, 0, 0, 0.2), 0 -10px 32px rgba(0, 0, 0, 0.12);
  justify-content: center;
  gap: 36px;
}

.b25-map-footer span::before {
  color: #8ee4bd;
  content: "✓";
  margin-right: 7px;
}

.b25-systems-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: 16px 0 54px;
}

.b25-section-intro {
  color: var(--b25-muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 24px auto 0;
  max-width: 820px;
}

.problem .sec-title .title,
.solution .sec-title .title,
.as-problem-item .xb-item--title,
.as-solution-item .xb-item--title {
  text-transform: none;
}

.b25-video-link {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.b25-video-dialog {
  background: #10051d;
  border: 1px solid rgba(206, 179, 255, 0.35);
  border-radius: 22px;
  box-shadow: 0 28px 100px rgba(13, 3, 25, 0.65);
  color: #fff;
  max-width: 640px;
  padding: 16px;
  width: calc(100% - 32px);
}

.b25-video-dialog::backdrop {
  background: rgba(6, 2, 11, 0.82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.b25-video-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 26px;
  top: 26px;
  width: 40px;
  z-index: 2;
}

.b25-video-frame {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(137, 60, 255, 0.3), transparent 35%),
    linear-gradient(145deg, #130520, #08060b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.b25-video-player {
  background: #050308;
  border-radius: 14px;
  border: 0;
  display: block;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 64px);
  width: 100%;
}

.b25-video-placeholder {
  max-width: 520px;
}

.b25-video-placeholder span {
  color: var(--b25-violet-soft);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.b25-video-placeholder h2 {
  color: #fff;
  font-size: 42px;
  margin: 18px 0 12px;
  text-transform: none;
}

.b25-video-placeholder p {
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

.as-problem-item {
  background: #fff;
  border-color: #e8def4;
  box-shadow: 0 16px 50px rgba(40, 15, 69, 0.045);
  padding-top: 20px;
}

.b25-card-index {
  color: #8241dc;
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 0 7px;
}

.as-problem-item .xb-item--title {
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.14;
  min-height: 86px;
  padding: 14px 7px 24px;
}

.as-problem-item .xb-item--list {
  background: #fbf7ff;
  border: 1px solid #f0e6fb;
  padding: 30px 18px;
}

.as-problem-item .xb-item--list li {
  color: #4c4652;
  font-size: 14px;
  line-height: 1.45;
}

.as-problem-item .xb-item--list img {
  height: 18px;
  opacity: 0.68;
  width: 18px;
}

.as-solution-inner {
  background: #fff;
  box-shadow: 0 24px 70px rgba(52, 19, 86, 0.06);
}

.as-solution-item {
  display: flex;
  flex-direction: column;
  padding: 42px 24px 34px;
}

.as-solution-item .xb-item--holder {
  margin-bottom: 30px;
}

.as-solution-item .xb-item--title {
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  min-height: 54px;
}

.as-solution-item .xb-item--content {
  color: #706a75;
  font-size: 15px;
  line-height: 1.55;
}

.b25-card-foot {
  border-top: 1px solid #eee6f7;
  color: #6b3aa8;
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-top: auto;
  padding-top: 18px;
  text-transform: uppercase;
}

.b25-agent-network {
  background:
    radial-gradient(circle at 50% 44%, rgba(143, 77, 255, 0.09), transparent 31%),
    #f8f5fb;
  overflow: hidden;
  padding-bottom: clamp(68px, 6vw, 88px);
  padding-top: clamp(76px, 6vw, 88px);
}

.b25-agent-network .sec-title .title {
  font-size: clamp(42px, 4.2vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: 820px;
  text-transform: none;
}

.b25-agent-network__heading {
  margin-inline: auto;
  max-width: 940px;
  text-align: center;
}

.b25-agent-network__heading .sec-title,
.b25-agent-network__heading .sec-title .title {
  margin-inline: auto;
}

.b25-agent-network__heading .sub-title {
  float: none;
}

.b25-agent-network__definition {
  align-items: center;
  display: flex;
  gap: 9px 18px;
  justify-content: center;
  margin: 24px auto 0;
  max-width: 620px;
}

.b25-agent-network__definition strong,
.b25-agent-network__definition span {
  display: block;
}

.b25-agent-network__definition strong {
  color: var(--b25-ink);
  font-family: "BwGradual", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.b25-agent-network__definition span {
  color: var(--b25-muted);
  font-size: 13px;
  line-height: 1.45;
}

.b25-agent-network__definition span::before {
  color: #b49bc9;
  content: "–";
  margin-right: 18px;
}

@media (min-width: 1200px) {
  .b25-agent-network__definition {
    max-width: none;
    white-space: nowrap;
    width: 100%;
  }
}

.b25-agent-network__stage {
  margin: -18px;
  padding: 18px;
  perspective: 1500px;
}

.b25-agent-network__frame {
  --b25-pointer-x: 50%;
  --b25-pointer-y: 50%;
  --b25-tilt-x: 0deg;
  --b25-tilt-y: 0deg;
  background:
    linear-gradient(rgba(75, 35, 108, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 35, 108, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff 0%, #fbf9fd 100%);
  background-size: 34px 34px;
  border: 1px solid rgba(23, 7, 41, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(46, 21, 67, 0.09), inset 0 1px #fff;
  color: #231337;
  overflow: hidden;
  position: relative;
  transform: rotateX(var(--b25-tilt-x)) rotateY(var(--b25-tilt-y));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: box-shadow 260ms ease, transform 180ms ease-out;
  will-change: transform;
}

.b25-agent-network__frame.is-pointer-active {
  box-shadow: 0 32px 84px rgba(46, 21, 67, 0.13), 0 10px 30px rgba(108, 38, 221, 0.08), inset 0 1px #fff;
}

.b25-agent-network__frame::before {
  background: radial-gradient(circle, rgba(132, 54, 255, 0.11), transparent 66%);
  content: "";
  height: 460px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
}

.b25-agent-network__frame::after {
  background: radial-gradient(circle at var(--b25-pointer-x) var(--b25-pointer-y), rgba(132, 54, 255, 0.09), transparent 29%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 240ms ease;
  z-index: 0;
}

.b25-agent-network__frame.is-pointer-active::after {
  opacity: 1;
}

.b25-agent-network__meta,
.b25-agent-network__controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.b25-agent-network__meta {
  border-bottom: 1px solid #e8e0ef;
  color: #786d80;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 17px 22px;
  text-transform: uppercase;
}

.b25-agent-network__meta span:first-child {
  align-items: center;
  color: #42354c;
  display: inline-flex;
  gap: 9px;
}

.b25-agent-network__meta i {
  background: #9f68ff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(159, 104, 255, 0.1), 0 0 12px rgba(159, 104, 255, 0.45);
  height: 6px;
  width: 6px;
}

.b25-agent-path {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 38px 24px;
  position: relative;
  z-index: 1;
}

.b25-agent-step {
  --b25-card-rest-y: 0px;
  --b25-card-x: 0px;
  --b25-card-y: 0px;
  --b25-card-z: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e3dae9;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(46, 21, 67, 0.06), inset 0 1px #fff;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 20px 18px;
  position: relative;
  transform: translate3d(var(--b25-card-x), calc(var(--b25-card-y) + var(--b25-card-rest-y)), var(--b25-card-z));
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 170ms ease-out;
  will-change: transform;
  z-index: 1;
}

.b25-agent-step:not(:last-child) {
  margin-right: 28px;
}

.b25-agent-step:not(:last-child)::after {
  animation: b25AgentFlow 5.6s linear infinite;
  background: linear-gradient(90deg, #ded4e6 0 35%, #7c2cff 48%, #ded4e6 62% 100%);
  background-size: 220% 100%;
  content: "";
  height: 1px;
  position: absolute;
  right: -29px;
  top: 50%;
  width: 28px;
}

.b25-agent-step:not(:last-child)::before {
  border-right: 1.5px solid #7c2cff;
  border-top: 1.5px solid #7c2cff;
  content: "";
  height: 6px;
  position: absolute;
  right: -28px;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  width: 6px;
  z-index: 2;
}

.b25-agent-step:nth-child(2)::after { animation-delay: -1.4s; }
.b25-agent-step:nth-child(3)::after { animation-delay: -2.8s; }
.b25-agent-step:nth-child(4)::after { animation-delay: -4.2s; }

@keyframes b25AgentFlow {
  to { background-position: -220% 0; }
}

.b25-agent-step--agent {
  --b25-card-z: 20px;
  background: rgba(250, 246, 255, 0.94);
  border-color: #dfd0ef;
  z-index: 2;
}

.b25-agent-step--core {
  --b25-card-rest-y: -9px;
  --b25-card-z: 32px;
  background: linear-gradient(145deg, #f2e8ff, #ffffff);
  border-color: rgba(124, 44, 255, 0.42);
  box-shadow: 0 0 0 5px rgba(145, 73, 255, 0.05), 0 22px 46px rgba(91, 29, 188, 0.12), inset 0 1px #fff;
  z-index: 3;
}

@media (hover: hover) and (pointer: fine) {
  .b25-agent-step:hover {
    border-color: rgba(124, 44, 255, 0.38);
    box-shadow: 0 20px 42px rgba(46, 21, 67, 0.12), inset 0 1px #fff;
    transform: translate3d(var(--b25-card-x), calc(var(--b25-card-y) + var(--b25-card-rest-y) - 6px), calc(var(--b25-card-z) + 10px)) scale(1.018);
  }

  .b25-agent-step--core:hover {
    border-color: rgba(124, 44, 255, 0.62);
    box-shadow: 0 0 0 5px rgba(145, 73, 255, 0.07), 0 28px 56px rgba(91, 29, 188, 0.17), inset 0 1px #fff;
  }
}

.b25-agent-step__index,
.b25-agent-step__type {
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.b25-agent-step__index {
  color: #bd94ff;
}

.b25-agent-step__type {
  color: #817487;
  margin-top: 5px;
}

.b25-agent-step__brand {
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  width: 100%;
}

.b25-agent-step__brand-logo {
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(103, 24, 241, 0.22);
  height: 36px;
  object-fit: contain;
  width: 42px;
}

.b25-agent-step__brand-name {
  color: #231337;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.b25-agent-step h3 {
  color: #231337;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: auto 0 12px;
  text-transform: none;
}

.b25-agent-step--core h3 {
  margin-top: 16px;
}

.b25-agent-step p {
  color: #62576f;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.b25-agent-network__controls {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #e8e0ef;
  color: #665b6d;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 14px 28px;
  justify-content: center;
  letter-spacing: 0.06em;
  padding: 18px 22px;
  text-transform: uppercase;
}

.b25-agent-network__controls span::before {
  color: #87dfb8;
  content: "✓";
  margin-right: 7px;
}

.b25-agent-network__scope {
  background: #fff;
  border: 1px solid #ded3e8;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(40, 18, 62, 0.08), 0 5px 16px rgba(40, 18, 62, 0.04);
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.6fr);
  margin-top: 34px;
  overflow: hidden;
}

.b25-agent-network__scope-summary {
  background:
    linear-gradient(rgba(124, 44, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 44, 255, 0.045) 1px, transparent 1px),
    #fbf9fd;
  background-size: 32px 32px;
  border-right: 1px solid #e3d8ed;
  min-height: 220px;
  padding: 30px 32px;
  position: relative;
}

.b25-agent-network__scope-summary > span {
  color: #8052a4;
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.b25-agent-network__scope-index {
  color: rgba(124, 44, 255, 0.15);
  font-family: "BwGradual", sans-serif;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.8;
  position: absolute;
  right: 28px;
  top: 28px;
}

.b25-agent-network__scope-summary h3 {
  bottom: 30px;
  color: var(--b25-ink);
  font-size: 28px;
  font-weight: 500;
  left: 32px;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  position: absolute;
}

.b25-agent-network__scope-content {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
}

.b25-agent-network__scope-content ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
}

.b25-agent-network__scope-category {
  border-right: 1px solid #e8dfef;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 142px;
  overflow: hidden;
  padding: 24px 18px 22px;
  position: relative;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.b25-agent-network__scope-category:last-child {
  border-right: 0;
}

.b25-agent-network__scope-category:hover {
  background: #fbf8ff;
  box-shadow: inset 0 3px #8f4bf5;
  transform: translateY(-3px);
}

.b25-agent-network__scope-category span {
  color: rgba(131, 61, 198, 0.11);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(58px, 4.4vw, 78px);
  font-weight: 500;
  left: 14px;
  letter-spacing: -0.075em;
  line-height: 0.8;
  position: absolute;
  top: 14px;
  transition: color 220ms ease, transform 220ms ease;
}

.b25-agent-network__scope-category strong {
  color: #25162f;
  font-family: "NeueMontreal", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.b25-agent-network__scope-category:hover span {
  color: rgba(131, 61, 198, 0.18);
  transform: translate3d(3px, -2px, 0);
}

.b25-agent-network__scope-note {
  align-items: center;
  border-top: 1px solid #e8dfef;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  padding: 19px 22px;
}

.b25-agent-network__scope-note > span {
  border: 1px solid #d9c5eb;
  border-radius: 999px;
  color: #724095;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.b25-agent-network__scope-note p {
  color: #5d5363;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.b25-scope-rail {
  --b25-scope-item-x: 0px;
  --b25-scope-item-y: 0px;
  --b25-scope-pointer-x: 50%;
  --b25-scope-pointer-y: 50%;
  --b25-scope-tilt-x: 0deg;
  --b25-scope-tilt-y: 0deg;
  align-items: stretch;
  background: var(--b25-night);
  border: 1px solid rgba(170, 112, 255, 0.32);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(61, 15, 113, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.4fr);
  margin: -8px 0 38px;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform: perspective(1500px) rotateX(var(--b25-scope-tilt-x)) rotateY(var(--b25-scope-tilt-y));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 180ms ease-out;
  will-change: transform;
}

.b25-scope-rail::after {
  background: radial-gradient(circle at var(--b25-scope-pointer-x) var(--b25-scope-pointer-y), rgba(194, 157, 255, 0.24), transparent 30%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 0;
}

.b25-scope-rail.is-pointer-active {
  border-color: rgba(197, 157, 255, 0.5);
  box-shadow: 0 30px 74px rgba(61, 15, 113, 0.2), 0 0 36px rgba(132, 65, 236, 0.1);
}

.b25-scope-rail.is-pointer-active::after {
  opacity: 1;
}

.b25-scope-rail > p {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "BwGradual", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 24px 28px;
  position: relative;
  transform: translate3d(calc(var(--b25-scope-item-x) * -0.45), calc(var(--b25-scope-item-y) * -0.45), 18px);
  transition: transform 180ms ease-out;
  z-index: 1;
}

.b25-scope-rail ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  position: relative;
  z-index: 1;
}

.b25-scope-rail__item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.35;
  min-height: 118px;
  overflow: hidden;
  padding: 22px 18px;
  position: relative;
  transform: translate3d(var(--b25-scope-item-x), var(--b25-scope-item-y), 22px);
  transition: background-color 220ms ease, color 220ms ease, transform 180ms ease-out;
}

.b25-scope-rail__item:hover {
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.94);
}

.b25-scope-rail__item-index {
  color: rgba(184, 140, 255, 0.16);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(58px, 4.6vw, 82px);
  font-weight: 500;
  left: 12px;
  letter-spacing: -0.075em;
  line-height: 0.82;
  position: absolute;
  top: 12px;
  transition: color 220ms ease, transform 240ms ease;
}

.b25-scope-rail__item strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.b25-scope-rail__item:hover .b25-scope-rail__item-index {
  color: rgba(194, 157, 255, 0.26);
  transform: translate3d(3px, -2px, 0);
}

.as-feature-item .xb-item--inner {
  border: 1px solid rgba(122, 53, 215, 0.12);
  box-shadow: 0 18px 48px rgba(67, 31, 96, 0.07);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.as-feature-item:hover .xb-item--inner {
  border-color: rgba(122, 53, 215, 0.3);
  box-shadow: 0 24px 64px rgba(67, 31, 96, 0.13);
  transform: translateY(-4px);
}

/* Application cards use one product language: B25 coordinates existing systems. */
#applications .as-feature-item .xb-item--img,
#applications .as-feature-item .xb-item--img.btn-img {
  max-width: none;
  padding-top: 0;
}

#applications .b25-system-orbit ~ img,
#applications .b25-system-orbit ~ svg {
  display: none;
}

.b25-system-orbit {
  --orbit-x: 108px;
  --orbit-y: 58px;
  height: 205px;
  margin: 0 auto;
  max-width: 390px;
  position: relative;
  top: -20px;
}

.b25-system-orbit--wide {
  --orbit-x: 158px;
  --orbit-y: 60px;
  max-width: 510px;
}

.b25-system-orbit::before {
  border: 1.5px dashed rgba(113, 67, 222, 0.46);
  border-radius: 50%;
  content: "";
  height: calc(var(--orbit-y) * 2);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--orbit-x) * 2);
}

.b25-system-orbit::after {
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(123, 75, 230, 0.18) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(123, 75, 230, 0.18) 50%, transparent 50.3%);
  content: "";
  inset: 31px 12%;
  pointer-events: none;
  position: absolute;
}

.b25-system-hub,
.b25-system-node {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(112, 68, 211, 0.18);
  box-shadow: 0 9px 24px rgba(72, 34, 126, 0.12);
  color: #2a1641;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 4;
}

.b25-system-hub {
  border-color: rgba(116, 61, 229, 0.42);
  border-radius: 18px;
  height: 66px;
  left: 50%;
  padding: 9px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
}

.b25-system-hub::after {
  border: 1px solid rgba(132, 72, 242, 0.2);
  border-radius: 24px;
  content: "";
  inset: -9px;
  position: absolute;
}

.b25-system-hub img {
  height: 46px;
  width: 46px;
}

.b25-system-node {
  border-radius: 13px;
  font-size: 13px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.04em;
  min-width: 64px;
  padding: 0 10px;
}

.b25-system-node--left { left: calc(50% - var(--orbit-x) - 32px); top: calc(50% - 24px); }
.b25-system-node--right { right: calc(50% - var(--orbit-x) - 32px); top: calc(50% - 24px); }
.b25-system-node--top { left: calc(50% - 32px); top: calc(50% - var(--orbit-y) - 24px); }
.b25-system-node--bottom { bottom: calc(50% - var(--orbit-y) - 24px); left: calc(50% - 32px); }

.b25-system-signal {
  animation: b25-system-orbit 8s linear infinite;
  background: #8b43ee;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(139, 67, 238, 0.13), 0 0 22px rgba(139, 67, 238, 0.5);
  height: 12px;
  offset-path: ellipse(var(--orbit-x) var(--orbit-y) at 50% 50%);
  offset-rotate: 0deg;
  position: absolute;
  inset: 0;
  width: 12px;
  z-index: 3;
}

.b25-system-orbit--procurement .b25-system-signal {
  animation-delay: -1.7s;
  animation-duration: 7.4s;
}

.b25-system-orbit--logistics .b25-system-signal {
  animation-delay: -5.2s;
  animation-duration: 9.1s;
}

.b25-system-orbit--infrastructure .b25-system-signal {
  animation-delay: -3.6s;
  animation-duration: 8.3s;
}

.b25-system-orbit--construction .b25-system-signal {
  animation-delay: -7.1s;
  animation-duration: 10.2s;
}

.b25-system-orbit--supply .b25-system-signal {
  animation-delay: -2.8s;
  animation-duration: 8.8s;
}

@keyframes b25-system-orbit {
  to { offset-distance: 100%; }
}

#applications .as-feature-item:hover .b25-system-hub {
  box-shadow: 0 13px 30px rgba(105, 48, 205, 0.2);
  transform: translate(-50%, -50%) scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
  .b25-system-signal { animation: none; }
}

@media (max-width: 575px) {
  .b25-system-orbit,
  .b25-system-orbit--wide {
    --orbit-x: 92px;
    --orbit-y: 58px;
    transform: scale(0.9);
  }
}

.work .sec-title .title,
.as-work-item .xb-item--title {
  text-transform: none;
}

.b25-cycle-panel {
  --b25-cycle-item-x: 0px;
  --b25-cycle-item-y: 0px;
  --b25-cycle-pointer-x: 50%;
  --b25-cycle-pointer-y: 50%;
  --b25-cycle-progress: 0;
  --b25-cycle-tilt-x: 0deg;
  --b25-cycle-tilt-y: 0deg;
  border-radius: 18px;
  margin: 0 0 46px;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform: perspective(1500px) rotateX(var(--b25-cycle-tilt-x)) rotateY(var(--b25-cycle-tilt-y));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: box-shadow 260ms ease, transform 180ms ease-out;
  will-change: transform;
}

.b25-cycle-panel::after {
  background: radial-gradient(circle at var(--b25-cycle-pointer-x) var(--b25-cycle-pointer-y), rgba(194, 157, 255, 0.23), transparent 30%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 2;
}

.b25-cycle-panel.is-pointer-active {
  box-shadow: 0 30px 74px rgba(61, 15, 113, 0.19), 0 0 36px rgba(132, 65, 236, 0.1);
}

.b25-cycle-panel.is-pointer-active::after {
  opacity: 1;
}

.b25-cycle-header {
  align-items: center;
  background: var(--b25-night);
  border: 1px solid rgba(170, 112, 255, 0.3);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px 24px 15px;
  position: relative;
  transform: translate3d(calc(var(--b25-cycle-item-x) * -0.35), calc(var(--b25-cycle-item-y) * -0.35), 16px);
  transition: transform 180ms ease-out;
  z-index: 1;
}

.b25-cycle-header span {
  font-family: "BwGradual", sans-serif;
  font-size: 17px;
}

.b25-cycle-header strong {
  color: #9de0bd;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.b25-cycle-header strong::before {
  background: #67d59b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(103, 213, 155, 0.1);
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 9px;
  vertical-align: 1px;
  width: 6px;
}

.b25-work-sequence {
  background:
    radial-gradient(circle at 50% 0, rgba(121, 52, 223, 0.2), transparent 42%),
    var(--b25-night);
  border: 1px solid rgba(170, 112, 255, 0.3);
  border-radius: 0 0 18px 18px;
  border-top-color: rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 25px 20px 24px;
  position: relative;
  z-index: 1;
}

.b25-work-sequence::before {
  background: linear-gradient(90deg, transparent, #8d4ee4 10%, #8d4ee4 90%, transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 44px;
}

.b25-work-sequence::after {
  background: linear-gradient(90deg, #bf91ff, #7a2ee3 72%, #d9bdff);
  box-shadow: 0 0 10px rgba(176, 117, 255, 0.8), 0 0 22px rgba(126, 54, 230, 0.46);
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 43.5px;
  transform: scaleX(var(--b25-cycle-progress));
  transform-origin: left center;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.b25-work-sequence__item {
  --b25-cycle-depth: 0.55;
  min-width: 0;
  position: relative;
  text-align: center;
  transform: translate3d(calc(var(--b25-cycle-item-x) * var(--b25-cycle-depth)), calc(var(--b25-cycle-item-y) * var(--b25-cycle-depth)), 22px);
  transition: transform 180ms ease-out;
  z-index: 1;
}

.b25-work-sequence__item:nth-child(2),
.b25-work-sequence__item:nth-child(4) {
  --b25-cycle-depth: 0.8;
}

.b25-work-sequence__item:nth-child(3) {
  --b25-cycle-depth: 1;
}

.b25-work-sequence__item span {
  align-items: center;
  background: #170b24;
  border: 1px solid #9d66ed;
  border-radius: 50%;
  color: #d7bbff;
  display: inline-flex;
  font-size: 10px;
  height: 39px;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 39px;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms ease;
}

.b25-work-sequence__item strong {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 11px auto 0;
  max-width: 140px;
  transition: color 220ms ease, transform 220ms ease;
}

.b25-work-sequence__item.is-complete span,
.b25-work-sequence__item.is-active span,
.b25-work-sequence__item:hover span,
.b25-work-sequence__item:focus-visible span {
  background: #6f25d7;
  border-color: #d4b2ff;
  box-shadow: 0 0 0 5px rgba(145, 73, 255, 0.12), 0 0 24px rgba(151, 83, 247, 0.58);
  color: #fff;
}

.b25-work-sequence__item.is-active span,
.b25-work-sequence__item:hover span,
.b25-work-sequence__item:focus-visible span {
  transform: translateY(-4px) scale(1.08);
}

.b25-work-sequence__item.is-active strong,
.b25-work-sequence__item:hover strong,
.b25-work-sequence__item:focus-visible strong {
  color: #fff;
  transform: translateY(2px);
}

.b25-work-sequence__item:focus-visible {
  outline: none;
}

.as-work-item .xb-item--number {
  font-size: clamp(72px, 8vw, 112px);
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.as-work-item .xb-item--content {
  color: #625b67;
  line-height: 1.6;
}

.integration .sec-title .title {
  text-transform: none;
}

.as-integration-wrap {
  --b25-integration-pointer-opacity: 0;
  --b25-integration-pointer-x: 50%;
  --b25-integration-pointer-y: 50%;
  --b25-integration-tilt-x: 0deg;
  --b25-integration-tilt-y: 0deg;
  isolation: isolate;
  perspective: 1200px;
  position: relative;
  transform: perspective(1600px) rotateX(var(--b25-integration-tilt-x)) rotateY(var(--b25-integration-tilt-y));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: filter 260ms ease, transform 180ms ease-out;
  will-change: transform;
}

.as-integration-wrap::before {
  background: radial-gradient(circle at var(--b25-integration-pointer-x) var(--b25-integration-pointer-y), rgb(139 73 242 / var(--b25-integration-pointer-opacity)), transparent 26%);
  content: "";
  inset: -4%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.as-integration-wrap.is-pointer-active {
  --b25-integration-pointer-opacity: 0.22;
  filter: drop-shadow(0 28px 34px rgba(79, 27, 142, 0.16));
}

.b25-integration-core {
  align-items: center;
  background: linear-gradient(145deg, #150820, #2b0b50);
  border: 1px solid rgba(206, 173, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(69, 16, 142, 0.3), 0 0 0 8px rgba(126, 55, 226, 0.07);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 124px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(34px);
  transform-style: preserve-3d;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 180ms ease-out;
  width: 190px;
  z-index: 3;
}

.as-integration-wrap.is-pointer-active .b25-integration-core {
  border-color: rgba(226, 207, 255, 0.92);
  box-shadow: 0 24px 64px rgba(69, 16, 142, 0.4), 0 0 0 9px rgba(126, 55, 226, 0.09), 0 0 52px rgba(142, 73, 255, 0.22);
}

.b25-integration-core > span,
.b25-integration-core small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.b25-integration-core__logo {
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(90, 24, 186, 0.42);
  height: 48px;
  margin: 8px 0 7px;
  object-fit: contain;
  width: 48px;
}

.as-integration-list .item {
  filter: grayscale(1);
  opacity: 0.42;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.as-integration-list .item:hover {
  filter: grayscale(0);
  opacity: 0.85;
  transform: translateY(-3px);
}

.b25-integration-placeholder {
  color: #918999;
  font-size: 10px;
  line-height: 1.45;
  margin: 18px auto 0;
  max-width: 600px;
  text-align: center;
}

.b25-integration-context {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(112, 53, 164, 0.16);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(61, 22, 91, 0.1), inset 0 1px 0 #fff;
  display: grid;
  grid-template-columns: minmax(250px, 0.74fr) minmax(0, 1.7fr);
  margin-top: 40px;
  overflow: hidden;
}

.b25-integration-context__summary {
  background:
    linear-gradient(rgba(109, 52, 164, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 52, 164, 0.055) 1px, transparent 1px),
    #faf7fd;
  background-size: 30px 30px;
  border-right: 1px solid rgba(112, 53, 164, 0.12);
  min-height: 244px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.b25-integration-context__summary > span {
  color: #7d2ce8;
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.b25-integration-context__index {
  bottom: -8px;
  color: rgba(124, 44, 232, 0.075);
  font-family: "BwGradual", sans-serif;
  font-size: 148px;
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.8;
  position: absolute;
  right: 20px;
}

.b25-integration-context__summary h3 {
  color: var(--b25-ink);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 82px 0 0;
  max-width: 300px;
  position: relative;
  z-index: 1;
}

.b25-integration-context__content {
  display: grid;
  grid-template-rows: 1fr auto;
}

.b25-system-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.b25-system-category {
  border-bottom: 1px solid rgba(112, 53, 164, 0.1);
  border-right: 1px solid rgba(112, 53, 164, 0.1);
  color: #513565;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 112px;
  overflow: hidden;
  padding: 16px 18px;
  position: relative;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.b25-system-category:nth-child(4n) {
  border-right: 0;
}

.b25-system-category:hover {
  background: #fbf7ff;
  box-shadow: inset 0 3px #8c42ef;
  transform: translateY(-2px);
}

.b25-system-category span {
  color: rgba(126, 55, 192, 0.1);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(52px, 3.8vw, 68px);
  font-weight: 500;
  left: 14px;
  letter-spacing: -0.075em;
  line-height: 0.8;
  position: absolute;
  top: 12px;
  transition: color 220ms ease, transform 220ms ease;
}

.b25-system-category strong {
  color: #37233f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.b25-system-category:hover span {
  color: rgba(126, 55, 192, 0.17);
  transform: translate3d(3px, -2px, 0);
}

.b25-integration-context__note {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0;
  min-height: 70px;
  padding: 16px 20px;
}

.b25-integration-context__note span {
  border: 1px solid #dac8eb;
  border-radius: 999px;
  color: #6f3f94;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.b25-integration-context__note {
  color: #746c79;
  font-size: 12px;
  line-height: 1.5;
}

.introduction .sec-title .title,
.as-asintroduction-item .xb-item--title {
  text-transform: none;
}

.as-asintroduction-item .xb-item--title {
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.as-asintroduction-item .xb-item--content {
  color: #6f6874;
  font-size: 14px;
  line-height: 1.48;
}

.automation-saas #agent-system .as-asintroduction-item .b25-agent-visual {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  opacity: 0.46;
  overflow: visible;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: -4%;
  top: 0;
  transform: none;
  width: 68%;
  z-index: 0;
}

.automation-saas #agent-system .as-asintroduction-item .b25-agent-visual img {
  display: block;
  height: 100%;
  object-fit: contain;
  transform: translateX(34%) scale(1.2);
  transform-origin: center right;
  width: 100%;
}

.automation-saas #agent-system .as-asintroduction-item .b25-agent-visual--constraints,
.automation-saas #agent-system .as-asintroduction-item .b25-agent-visual--governance {
  right: -5%;
  width: 72%;
}

.automation-saas #agent-system .as-asintroduction-item .b25-agent-visual--evidence {
  right: -5%;
  width: 70%;
}

@media (min-width: 992px) {
  #agent-system .as-asintroduction-item,
  #agent-system .as-asintroduction-item .xb-item--inner {
    min-height: 205px;
  }

  #agent-system .as-asintroduction-item .xb-item--inner {
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
  }

  #agent-system .as-asintroduction-item .xb-item--holder {
    position: relative;
    z-index: 1;
  }

  #agent-system .as-asintroduction-item .xb-item--content {
    max-width: none;
  }

  .automation-saas #agent-system .as-asintroduction-item .b25-agent-visual {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.72) 28%, #000 58%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.72) 28%, #000 58%);
  }
}

@media (max-width: 991px) {
  #agent-system .as-asintroduction-item,
  .automation-saas #agent-system .as-asintroduction-item .xb-item--inner {
    min-height: 0;
  }

  .automation-saas #agent-system .as-asintroduction-item .xb-item--inner {
    overflow: hidden;
    padding-bottom: 78px;
    position: relative;
  }

  #agent-system .as-asintroduction-item .xb-item--holder {
    position: relative;
    z-index: 1;
  }

  .automation-saas #agent-system .as-asintroduction-item .b25-agent-visual {
    bottom: -22px;
    height: 150px;
    margin: 0;
    opacity: 0.24;
    position: absolute;
    right: -5%;
    top: auto;
    width: min(72%, 320px);
  }

  .automation-saas #agent-system .as-asintroduction-item .b25-agent-visual img {
    transform: scale(1.38);
    transform-origin: bottom right;
  }
}

@media (max-width: 767px) {
  .automation-saas #agent-system .as-asintroduction-item .b25-agent-visual {
    bottom: -18px;
    height: 132px;
    width: min(76%, 290px);
  }
}

.b25-agent-core-label {
  color: #776a81;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: calc(50% + 74px);
  transform: translateX(-50%);
  width: 150px;
  z-index: 2;
}

.b25-agent-core-label span,
.b25-agent-core-label strong {
  display: block;
}

.b25-agent-core-label span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b25-agent-core-label strong {
  color: var(--b25-ink);
  font-family: "BwGradual", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}

#engage .sec-title .title {
  text-transform: none;
}

.b25-engagement-kicker {
  color: #c9a9ff;
  font-size: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

#engage .sec-title .content {
  color: rgba(255, 255, 255, 0.64) !important;
  line-height: 1.55;
  margin: 22px auto 0;
  max-width: 690px;
}

#engage .as-pricing-inner .row > div {
  display: flex;
}

#engage .as-pricing-inner .row > div > .as-pricing-item {
  flex: 1 1 auto;
}

#engage .as-pricing-inner .row {
  align-items: stretch !important;
}

#engage .as-pricing-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#engage .as-pricing-item .xb-item--pricing_box {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  min-height: 82px;
}

#engage .as-pricing-item .xb-item--pricing_box h3 {
  letter-spacing: -0.035em;
}

#engage .as-pricing-item .xb-item--pricing_box p {
  font-size: 14px;
  line-height: 1.35;
}

#engage .as-pricing-item > .xb-item--list {
  flex-grow: 1;
}

#engage .as-pricing-item .xb-item--btn {
  margin-top: auto !important;
  padding-top: 32px;
}

#engage .as-pricing-item .xb-item--list li {
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
}

#engage .as-pricing-item .xb-item--list li img {
  flex: 0 0 auto;
  margin-top: 2px;
}

#engage .as-pricing-item .xb-item--btn .thm-btn {
  min-height: 54px;
}

#engage .as-pricing-item .xb-item--btn .text {
  white-space: nowrap;
}

.b25-adjacent-expansion {
  background:
    radial-gradient(circle at 50% 42%, rgba(139, 70, 255, 0.08), transparent 34%),
    #fbf9fd;
  padding-bottom: 0;
}

.b25-adjacent-expansion .sec-title {
  margin: 0 auto;
  max-width: 980px;
}

.b25-adjacent-expansion .sec-title .title {
  background: none;
  color: var(--b25-ink);
  display: block !important;
  font-size: clamp(44px, 4.5vw, 68px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: none;
  text-transform: none;
  width: 100%;
  -webkit-text-fill-color: currentColor;
}

.b25-adjacent-kicker {
  align-items: center;
  display: inline-flex;
  float: none;
  margin: 0 auto 28px;
}

.b25-adjacent-kicker span {
  text-transform: none;
}

.b25-adjacent-title-line {
  display: block;
  white-space: nowrap;
}

.b25-adjacent-intro {
  color: var(--b25-muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 24px auto 0;
  max-width: 820px;
}

.b25-adjacent-expansion .xb-integrate-inner {
  margin-top: 22px;
}

.b25-founder-perspective {
  background:
    radial-gradient(circle at 12% 28%, rgba(139, 70, 255, 0.1), transparent 31%),
    #fbf9fd;
}

.b25-founder-perspective__heading {
  margin-bottom: 54px;
  max-width: 760px;
}

.b25-founder-perspective__kicker {
  color: #7435c8;
  font-size: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.b25-founder-perspective__heading h2 {
  color: var(--b25-ink);
  font-size: clamp(48px, 5.2vw, 76px);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0;
}

.b25-founder-perspective__grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.b25-founder-media {
  border-radius: 22px;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.b25-founder-media::after {
  background: linear-gradient(180deg, transparent 42%, rgba(7, 1, 13, 0.9) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.b25-founder-media > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 44%;
  position: absolute;
  width: 100%;
}

.b25-founder-media figcaption {
  bottom: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 1;
}

.b25-founder-media figcaption span {
  color: #d4b8ff;
  font-size: 9px;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.b25-founder-media figcaption strong {
  font-family: "BwGradual", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.b25-founder-media figcaption small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  margin-top: 7px;
}

.b25-founder-perspective__content {
  background: var(--b25-night);
  border: 1px solid rgba(184, 146, 255, 0.16);
  border-radius: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(34px, 4.2vw, 64px);
  position: relative;
}

.b25-founder-perspective__content::before {
  background: radial-gradient(circle, rgba(124, 44, 255, 0.34), transparent 68%);
  content: "";
  height: 320px;
  pointer-events: none;
  position: absolute;
  right: -140px;
  top: -150px;
  width: 320px;
}

.b25-founder-perspective__content blockquote {
  color: #fff;
  font-family: "BwGradual", sans-serif;
  font-size: clamp(28px, 3vw, 43px);
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 0 0 58px;
  max-width: 790px;
  position: relative;
}

.b25-founder-theses {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b25-founder-theses li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 132px;
  overflow: hidden;
  padding: 28px 0 24px 88px;
  position: relative;
}

.b25-founder-theses li:last-child {
  padding-bottom: 0;
}

.b25-founder-theses li > span {
  color: rgba(184, 146, 255, 0.15);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(62px, 5vw, 78px);
  font-weight: 500;
  left: 0;
  letter-spacing: -0.08em;
  line-height: 0.8;
  position: absolute;
  top: 30px;
  transition: color 220ms ease, transform 220ms ease;
}

.b25-founder-theses li:hover > span {
  color: rgba(184, 146, 255, 0.25);
  transform: translateX(4px);
}

.b25-founder-theses li > div {
  position: relative;
  z-index: 1;
}

.b25-founder-theses h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 7px;
}

.b25-founder-theses p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 680px;
}

.b25-governance .sec-title {
  margin-inline: auto;
  max-width: 980px;
}

.b25-governance .sec-title .title {
  color: var(--b25-ink);
  font-size: clamp(46px, 4.4vw, 68px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: none;
}

.b25-governance .sec-title .content {
  color: var(--b25-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 24px auto 0;
  max-width: 780px;
}

.b25-governance__visual {
  position: relative;
}

.b25-governance__core-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 88px auto 54px;
  position: relative;
  text-align: center;
  width: max-content;
  z-index: 2;
}

.b25-governance__core-label span {
  color: var(--b25-ink);
  font-family: "BwGradual", sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.b25-governance__core-label small {
  color: var(--b25-muted);
  font-size: 10px;
  margin-top: 3px;
}

.b25-governance-legend {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.b25-governance-legend li {
  background: rgba(248, 244, 252, 0.72);
  border: 1px solid rgba(116, 53, 200, 0.14);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 156px;
  overflow: hidden;
  padding: 22px 18px;
  position: relative;
}

.b25-governance-legend li > span {
  color: rgba(143, 84, 223, 0.12);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(58px, 4.5vw, 76px);
  font-weight: 500;
  left: 12px;
  letter-spacing: -0.08em;
  line-height: 0.8;
  position: absolute;
  top: 16px;
  transition: color 220ms ease, transform 220ms ease;
}

.b25-governance-legend li:hover > span {
  color: rgba(143, 84, 223, 0.2);
  transform: translateX(3px);
}

.b25-governance-legend strong {
  color: var(--b25-ink);
  font-family: "BwGradual", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.b25-governance-legend small {
  color: var(--b25-muted);
  font-size: 11px;
  line-height: 1.35;
  margin-top: 7px;
  position: relative;
  z-index: 1;
}

.b25-governance__placeholder-note {
  color: #8b858f;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 14px auto 0;
  text-align: center;
}

.b25-governance .as-security-bottom {
  margin-top: 38px;
}

.b25-governance .as-security-bottom ul li {
  white-space: nowrap;
}

.b25-team {
  background:
    radial-gradient(circle at 1px 1px, rgba(184, 146, 255, 0.14) 1px, transparent 0) 0 0 / 30px 30px,
    radial-gradient(circle at 78% 18%, rgba(124, 44, 255, 0.22), transparent 28%),
    var(--b25-night);
  color: #fff;
}

.b25-team__heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  margin-bottom: 64px;
}

.b25-team__kicker {
  color: #c7a4ff;
  font-size: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.b25-team__heading h2 {
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  letter-spacing: -0.052em;
  line-height: 0.98;
  margin: 0;
  max-width: 850px;
}

.b25-team__heading > p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 5px;
  max-width: 430px;
}

.b25-team__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.b25-team-card {
  background: #f9f6fc;
  border: 1px solid rgba(184, 146, 255, 0.25);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(3, 0, 8, 0.28);
  color: var(--b25-ink);
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  height: clamp(460px, 29vw, 560px);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.b25-team-card--technical {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
}

.b25-team-card--technical .b25-team-card__portrait {
  grid-column: 2;
  grid-row: 1;
}

.b25-team-card--technical .b25-team-card__body {
  grid-column: 1;
  grid-row: 1;
}

.b25-team-card__portrait {
  background:
    linear-gradient(145deg, rgba(124, 44, 255, 0.2), transparent 55%),
    #ded9e4;
  height: 100%;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.b25-team-card__portrait::after {
  background: linear-gradient(180deg, transparent 58%, rgba(9, 7, 12, 0.82));
  content: "";
  inset: 0;
  position: absolute;
}

.b25-team-card__portrait img {
  filter: saturate(0.92) contrast(1.03);
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  transition: filter 500ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.b25-team-card--technical .b25-team-card__portrait img {
  object-position: 50% 30%;
}

.b25-team-card:hover .b25-team-card__portrait img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.b25-team-card__portrait span {
  bottom: 22px;
  color: #fff;
  font-size: 9px;
  left: 24px;
  letter-spacing: 0.11em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.b25-team-card__body {
  align-self: stretch;
  background: #fff;
  border: 1px solid rgba(116, 53, 200, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 54px);
  position: relative;
  z-index: 1;
}

.b25-team-card--lead .b25-team-card__body {
  border-left: 0;
}

.b25-team-card--technical .b25-team-card__body {
  border-right: 0;
}

.b25-team-card__body::before {
  background: #7c2cff;
  content: "";
  height: 4px;
  left: clamp(34px, 4vw, 54px);
  position: absolute;
  right: clamp(34px, 4vw, 54px);
  top: 0;
}

.b25-team-card__role {
  color: #7435c8;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.b25-team-card__body h3 {
  color: var(--b25-ink);
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 20px;
}

.b25-team-card__body > p:not(.b25-team-card__role) {
  border-bottom: 1px solid rgba(28, 10, 48, 0.12);
  border-top: 1px solid rgba(28, 10, 48, 0.12);
  color: #514958;
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
  max-width: 650px;
  padding: 22px 0;
}

.b25-team-card__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.b25-team-card__body li {
  background: #21102f;
  border: 1px solid #21102f;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
  padding: 9px 13px;
}

@media (min-width: 768px) {
  .b25-team.is-team-motion-ready .b25-team-card__body {
    opacity: 0;
    transition:
      opacity 420ms ease,
      transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }

  .b25-team.is-team-motion-ready .b25-team-card--lead .b25-team-card__body {
    transform: translateX(-88px);
  }

  .b25-team.is-team-motion-ready .b25-team-card--technical .b25-team-card__body {
    transform: translateX(88px);
  }

  .b25-team.is-team-motion-ready .b25-team-card.is-team-revealed .b25-team-card__body {
    opacity: 1;
    transform: translateX(0);
  }
}

.b25-faq .sec-title {
  margin-inline: auto;
  max-width: 930px;
}

.b25-faq .sec-title .title {
  color: var(--b25-ink);
  font-size: clamp(44px, 4.5vw, 68px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: none;
}

.b25-faq .sec-title .content {
  color: var(--b25-muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 22px auto 0;
  max-width: 700px;
}

.b25-faq .as-faq .accordion_box .block {
  background: #fff;
  border: 1px solid rgba(33, 16, 47, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(35, 16, 55, 0.06);
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0 22px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.b25-faq .as-faq .accordion_box .block:hover,
.b25-faq .as-faq .accordion_box .block.active-block {
  border-color: rgba(124, 44, 255, 0.3);
  box-shadow: 0 18px 40px rgba(35, 16, 55, 0.1);
  transform: translateY(-2px);
}

.b25-faq .as-faq .accordion_box .block .acc-btn {
  color: #10051d;
  font-family: "BwGradual", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.24;
  padding-bottom: 24px;
  padding-top: 24px;
}

.b25-faq .as-faq .accordion_box .block .content p {
  color: #514958;
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 24px;
}

.b25-faq-contact .xb-item--inner {
  background:
    radial-gradient(circle at 90% 8%, rgba(124, 44, 255, 0.42), transparent 26%),
    var(--b25-night);
  border: 1px solid rgba(184, 146, 255, 0.2);
  min-height: 640px;
  padding: 42px 34px;
  text-align: left;
}

.b25-faq-contact .xb-item--logo {
  background: transparent;
  border-radius: 0;
  height: auto;
  margin: 0 0 42px;
  padding: 0;
  width: auto;
}

.b25-faq-contact .xb-item--logo span {
  border: 0;
  display: block;
  height: auto;
  margin-inline: 0;
}

.b25-faq-contact .xb-item--logo span::before {
  content: none;
}

.b25-faq-contact .xb-item--logo span img {
  display: block;
  max-width: none;
  width: 72px;
}

.b25-faq-contact__eyebrow {
  color: #c7a4ff;
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.b25-faq-contact .xb-item--title {
  -webkit-text-fill-color: #fff;
  background: none;
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin-bottom: 34px;
  text-align: left;
}

.b25-faq-contact__actions {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 30px;
}

.b25-faq-contact__actions a {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  padding: 17px 0;
}

.b25-faq-contact__actions a:hover,
.b25-faq-contact__actions a:focus-visible {
  color: #fff;
}

.b25-faq-contact__actions a span {
  color: #b892ff;
}

.b25-faq-contact .xb-item--mail {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  margin: 0;
  text-align: left;
}

.b25-faq-contact .xb-item--mail a {
  color: #d4b8ff;
}

.b25-final-cta .as-cta-wrapper::before {
  background: linear-gradient(90deg, rgba(13, 3, 27, 0.96) 0%, rgba(20, 6, 38, 0.82) 52%, rgba(20, 6, 38, 0.25) 100%);
}

.b25-final-cta .as-cta-inner .xb-item--inner {
  max-width: 820px;
}

.b25-final-cta__kicker {
  color: #d4b8ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.b25-final-cta .as-cta-inner .sec-title .title {
  font-size: clamp(50px, 5.4vw, 82px);
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-transform: none;
}

.b25-final-cta .as-cta-inner .sec-title .content {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
}

.b25-final-cta .xb-item--btn button {
  border: 0;
}

.b25-final-cta__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 38px;
}

.b25-final-cta__meta span {
  background: rgba(9, 7, 12, 0.78);
  border: 1px solid rgba(212, 184, 255, 0.38);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  padding: 10px 14px;
}

.b25-evidence-rail {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 55px;
}

.b25-evidence-rail__kicker {
  color: #b892ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.b25-evidence-rail__content .xb-item--title {
  color: #fff;
  font-family: "BwGradual", sans-serif;
  font-size: 34px;
  letter-spacing: -0.035em;
  line-height: 1.05;
  max-width: 430px;
}

.b25-evidence-rail__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.b25-evidence-rail__signals li {
  background: rgba(184, 146, 255, 0.1);
  border: 1px solid rgba(184, 146, 255, 0.32);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  padding: 9px 12px;
}

.b25-evidence-rail__visual {
  filter: grayscale(1);
  opacity: 0.22;
}

.b25-evidence-rail__placeholder-note {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  margin: 8px 0 0;
  text-align: right;
}

.b25-footer__top {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1.15fr) minmax(440px, 0.85fr);
  padding: 90px 0 100px;
}

.b25-footer__statement h2 {
  color: #fff;
  font-size: clamp(46px, 4.4vw, 70px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 42px 0 24px;
  max-width: 720px;
}

.b25-footer__statement > p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  line-height: 1.6;
  max-width: 650px;
}

.b25-footer__contact {
  border-bottom: 1px solid rgba(184, 146, 255, 0.35);
  color: #d4b8ff;
  display: inline-flex;
  font-size: 14px;
  gap: 20px;
  margin-top: 32px;
  padding-bottom: 7px;
}

.b25-footer__skolkovo {
  flex: 0 0 auto;
  margin-left: auto;
  width: min(210px, 22vw);
}

.b25-footer__skolkovo-logo {
  display: block;
  height: auto;
  width: 100%;
}

.b25-footer__skolkovo-logo--ru,
html[lang="ru"] .b25-footer__skolkovo-logo--en {
  display: none;
}

html[lang="ru"] .b25-footer__skolkovo-logo--ru {
  display: block;
}

.b25-footer__nav {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 10px;
}

.b25-footer__nav .footer-widget-title {
  display: block;
  margin-bottom: 24px;
}

.b25-footer__nav .widget-list li:not(:last-child) {
  margin-bottom: 12px;
}

.b25-footer__nav .widget-list a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.b25-footer__nav .widget-list a:hover,
.b25-footer__nav .widget-list a:focus-visible {
  color: #fff;
}

.b25-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.b25-anchor-target {
  left: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 1199px) {
  .header-area--three .main-menu > ul > li > a {
    padding-inline: 10px;
  }

  .b25-map-grid {
    grid-template-columns: minmax(190px, 1fr) 50px minmax(220px, 0.9fr) 50px minmax(190px, 1fr);
    padding-inline: 24px;
  }
}

@media (max-width: 991px) {
  .header-area--three {
    background: rgba(9, 7, 12, 0.9);
  }

  .header-area--three .header__wrap {
    min-height: 72px;
  }

  .hero-area--three .as-hero-container {
    padding-top: 150px;
  }

  .b25-map-grid {
    grid-template-columns: 1fr 34px 1.12fr 34px 1fr;
    padding: 34px 18px;
  }

  .b25-map-party,
  .b25-map-core {
    --b25-map-rest-transform: translateY(0);
    min-height: 224px;
    padding: 18px;
  }

  .b25-execution-map {
    transform: none;
    will-change: auto;
  }

  .b25-map-party h2,
  .b25-map-core h2 {
    font-size: 18px;
  }

  .b25-agent-network__definition {
    margin-top: 28px;
    max-width: none;
  }

  .b25-agent-network__stage {
    perspective: none;
  }

  .b25-agent-network__frame {
    transform: none;
    will-change: auto;
  }

  .b25-agent-path {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .b25-agent-step {
    min-height: 156px;
    transform: translateY(var(--b25-card-rest-y));
    will-change: auto;
  }

  .b25-agent-step:not(:last-child) {
    margin: 0 0 28px;
  }

  .b25-agent-step:not(:last-child)::after {
    background: linear-gradient(#ded4e6 0 35%, #7c2cff 48%, #ded4e6 62% 100%);
    background-size: 100% 220%;
    bottom: -29px;
    height: 28px;
    left: 50%;
    right: auto;
    top: auto;
    width: 1px;
  }

  .b25-agent-step:not(:last-child)::before {
    border-bottom: 1.5px solid #7c2cff;
    border-left: 0;
    border-right: 1.5px solid #7c2cff;
    border-top: 0;
    bottom: -27px;
    left: calc(50% - 2px);
    right: auto;
    top: auto;
    transform: rotate(45deg);
  }

  .b25-agent-step--core {
    transform: translateY(var(--b25-card-rest-y));
  }

  .b25-agent-step h3 {
    margin-top: 28px;
  }

  .b25-agent-step--core h3 {
    margin-top: 16px;
  }

  .b25-agent-network__scope {
    grid-template-columns: 1fr;
  }

  .b25-agent-network__scope-summary {
    border-bottom: 1px solid #e3d8ed;
    border-right: 0;
    min-height: 190px;
  }

  .b25-work-sequence {
    gap: 10px;
  }

  .b25-work-sequence__item strong {
    font-size: 14px;
  }

  .b25-integration-context {
    grid-template-columns: 1fr;
  }

  .b25-integration-context__summary {
    border-bottom: 1px solid rgba(112, 53, 164, 0.12);
    border-right: 0;
    min-height: 210px;
  }

  .b25-integration-context__summary h3 {
    margin-top: 58px;
  }

  .b25-agent-core-label {
    display: none;
  }

  .b25-adjacent-intro {
    font-size: 15px;
  }

  .b25-founder-perspective__grid {
    grid-template-columns: 1fr;
  }

  .b25-founder-media {
    min-height: 560px;
  }

  .b25-founder-perspective__content {
    min-height: auto;
  }

  .b25-governance-legend {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b25-team__heading {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .b25-team__heading > p {
    max-width: 650px;
  }

  .b25-faq-contact .xb-item--inner {
    min-height: auto;
  }

  .b25-footer__top {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .b25-footer__nav {
    max-width: 680px;
  }
}

@media (max-width: 767px) {

  .b25-founder-perspective {
    padding-bottom: 80px;
    padding-top: 84px;
  }

  .b25-founder-perspective__heading {
    margin-bottom: 34px;
  }

  .b25-founder-perspective__heading h2 {
    font-size: 46px;
  }

  .b25-founder-media {
    min-height: 470px;
  }

  .b25-founder-media figcaption {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .b25-founder-perspective__content {
    padding: 30px 24px;
  }

  .b25-founder-perspective__content blockquote {
    font-size: 28px;
    margin-bottom: 42px;
  }

  .b25-founder-theses li {
    min-height: 124px;
    padding: 26px 0 22px 66px;
  }

  .b25-founder-theses li > span {
    font-size: 56px;
    top: 29px;
  }

  .b25-founder-theses h3 {
    font-size: 20px;
  }

  .b25-governance .sec-title .title {
    font-size: 39px;
  }

  .b25-governance .sec-title .content {
    font-size: 15px;
    padding-inline: 8px;
  }

  .b25-governance__core-label {
    margin: -18px auto 38px;
  }

  .b25-governance__core-label span {
    font-size: 13px;
  }

  .b25-governance__core-label small {
    max-width: 220px;
  }

  .b25-governance-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b25-governance-legend li {
    min-height: 142px;
    padding: 20px 15px;
  }

  .b25-governance-legend li:last-child {
    grid-column: 1 / -1;
    min-height: 124px;
  }

  .b25-governance-legend li > span {
    font-size: 54px;
  }

  .b25-governance-legend strong {
    font-size: 16px;
  }

  .b25-governance__placeholder-note {
    line-height: 1.45;
    max-width: 290px;
  }

  .b25-team {
    padding-bottom: 80px;
    padding-top: 84px;
  }

  .b25-team__heading {
    margin-bottom: 38px;
  }

  .b25-team__heading h2 {
    font-size: 44px;
  }

  .b25-team__heading > p {
    font-size: 14px;
  }

  .b25-team__grid {
    grid-template-columns: 1fr;
  }

  .b25-team-card,
  .b25-team-card--technical {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .b25-team-card--technical .b25-team-card__portrait,
  .b25-team-card--technical .b25-team-card__body {
    grid-column: 1;
    grid-row: auto;
  }

  .b25-team-card__portrait {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .b25-team-card__body {
    padding: 26px 22px;
  }

  .b25-team-card__body h3 {
    font-size: 34px;
  }

  .b25-faq .sec-title .title {
    font-size: 39px;
  }

  .b25-faq .sec-title .content {
    font-size: 15px;
  }

  .b25-faq .as-faq .accordion_box .block .acc-btn {
    font-size: 17px;
  }

  .b25-faq-contact .xb-item--inner {
    padding: 34px 24px;
  }

  .b25-faq-contact .xb-item--logo {
    margin-bottom: 42px;
  }

  .b25-final-cta .as-cta-inner .sec-title .title {
    font-size: 45px;
  }

  .b25-final-cta .as-cta-inner .sec-title .content {
    font-size: 15px;
  }

  .b25-final-cta .xb-item--btn {
    align-items: stretch;
    flex-direction: column;
  }

  .b25-final-cta .xb-item--btn .thm-btn {
    justify-content: center;
    width: 100%;
  }

  .b25-final-cta__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .b25-evidence-rail__content .xb-item--title {
    font-size: 25px;
  }

  .b25-evidence-rail__placeholder-note {
    line-height: 1.4;
    text-align: left;
  }

  .b25-footer__top {
    gap: 55px;
    padding: 70px 0 76px;
  }

  .b25-footer__statement h2 {
    font-size: 44px;
  }

  .b25-footer__skolkovo {
    margin-left: 0;
    margin-top: 12px;
    width: min(190px, 58vw);
  }

  .b25-footer__nav {
    gap: 34px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b25-footer__nav > div:last-child {
    grid-column: 1 / -1;
  }

  .b25-footer__bottom {
    align-items: flex-start;
    gap: 8px;
  }

  .b25-wordmark__mark {
    height: 32px;
    width: 38px;
  }

  .b25-wordmark__name {
    font-size: 22px;
  }

  .hero-area--three .as-hero-container {
    padding-top: 122px;
  }

  .hero-area--three .xb-hero-content .xb-item--breadcrumd {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .hero-area--three .xb-hero-content .sec-title .title {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 0.98;
    padding: 0 12px;
  }

  .hero-area--three .xb-hero-content .xb-item--content {
    font-size: 15px;
    line-height: 1.55;
    margin: 25px auto 34px;
    padding: 0 24px;
  }

  .hero-area--three .xb-hero-content .xb-hero-btn {
    align-items: stretch;
    flex-direction: column;
    padding: 0 26px;
  }

  .hero-area--three .xb-hero-content .xb-hero-btn .thm-btn {
    justify-content: center;
    width: 100%;
  }

  .b25-video-link .text {
    font-size: 14px;
    white-space: nowrap;
  }

  .b25-video-placeholder h2 {
    font-size: 30px;
  }

  .hero-area--three .xb-hero-content .b25-hero-visual {
    margin: 0 12px !important;
    padding-top: 56px !important;
  }

  .b25-map-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .b25-map-grid {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }

  .b25-map-connection {
    display: flex;
    height: 28px;
    justify-content: center;
    transform: none;
  }

  .b25-map-connection span {
    background: linear-gradient(rgba(184, 146, 255, 0.12), #9e65ff, rgba(184, 146, 255, 0.12));
    height: 28px;
    width: 1px;
  }

  .b25-map-connection span:not(:first-child) {
    display: none;
  }

  .b25-map-connection span::after {
    bottom: 3px;
    left: -2px;
    right: auto;
    top: auto;
  }

  .b25-map-party,
  .b25-map-core {
    box-shadow:
      0 8px 0 rgba(5, 2, 9, 0.34),
      0 20px 36px rgba(2, 1, 5, 0.32),
      inset 0 1px rgba(255, 255, 255, 0.12);
    min-height: auto;
    transform: none;
  }

  .b25-map-party:hover,
  .b25-map-core:hover {
    transform: none;
  }

  .b25-map-party::after,
  .b25-map-core::after {
    bottom: -32px;
    opacity: 0.28;
  }

  .b25-map-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .b25-systems-note {
    line-height: 1.5;
    padding: 0 22px;
  }

  .b25-section-intro {
    font-size: 16px;
    padding: 0 6px;
  }

  .b25-agent-network .sec-title .title {
    font-size: 39px;
  }

  .b25-agent-network__definition {
    flex-direction: column;
  }

  .b25-agent-network__definition span::before {
    content: none;
  }

  .b25-agent-network__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .b25-agent-path {
    padding: 22px 16px;
  }

  .b25-agent-network__controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .b25-agent-network__scope {
    border-radius: 19px;
    margin-top: 24px;
  }

  .b25-agent-network__scope-summary {
    min-height: 170px;
    padding: 24px;
  }

  .b25-agent-network__scope-index {
    font-size: 58px;
    right: 23px;
    top: 24px;
  }

  .b25-agent-network__scope-summary h3 {
    bottom: 24px;
    font-size: 25px;
    left: 24px;
  }

  .b25-agent-network__scope-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b25-agent-network__scope-category {
    border-bottom: 1px solid #e8dfef;
    min-height: 96px;
    padding: 16px;
  }

  .b25-agent-network__scope-category:nth-child(2n) {
    border-right: 0;
  }

  .b25-agent-network__scope-category:last-child {
    border-bottom: 0;
    grid-column: 1 / -1;
  }

  .b25-agent-network__scope-note {
    align-items: flex-start;
    gap: 11px;
    grid-template-columns: 1fr;
    padding: 17px 16px 19px;
  }

  .b25-agent-network__scope-note > span {
    justify-self: start;
  }

  .b25-work-sequence {
    gap: 0;
    grid-template-columns: 1fr;
    margin: 0;
    padding-left: 4px;
  }

  .b25-work-sequence::before,
  .b25-work-sequence::after {
    bottom: 20px;
    height: auto;
    left: 23px;
    right: auto;
    top: 20px;
    width: 1px;
  }

  .b25-work-sequence::after {
    height: auto;
    transform: scaleY(var(--b25-cycle-progress));
    transform-origin: center top;
  }

  .b25-cycle-panel {
    margin-bottom: 34px;
    transform: none;
  }

  .b25-work-sequence__item {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 40px 1fr;
    min-height: 58px;
    text-align: left;
  }

  .b25-work-sequence__item strong {
    margin: 0;
    max-width: none;
  }

  .as-work-item .xb-item--number {
    font-size: 62px;
  }

  .as-problem-item .xb-item--title,
  .as-solution-item .xb-item--title {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  body.b25-menu-open {
    overflow: hidden;
  }

  .header-area--three .xb-header-menu {
    background:
      radial-gradient(circle at 82% 8%, rgba(128, 49, 245, 0.22), transparent 28%),
      linear-gradient(155deg, #09070c 0%, #12061f 100%);
    height: 100dvh;
    max-width: none;
    width: 100vw;
  }

  .header-area--three .xb-header-menu-scroll {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: max(28px, env(safe-area-inset-top)) clamp(24px, 7vw, 54px) max(28px, env(safe-area-inset-bottom));
  }

  .header-area--three .xb-header-menu-scroll .xb-menu-close {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    height: 48px;
    right: max(20px, env(safe-area-inset-right));
    top: max(22px, env(safe-area-inset-top));
    width: 48px;
    z-index: 4;
  }

  .header-area--three .xb-header-menu-scroll .xb-menu-close::before,
  .header-area--three .xb-header-menu-scroll .xb-menu-close::after {
    background-color: #fff;
    width: 20px;
  }

  .header-area--three .xb-logo-mobile {
    margin: 0;
    max-width: none;
    padding-right: 72px;
  }

  .header-area--three .xb-logo-mobile .b25-wordmark__logo {
    height: 44px;
    width: 44px;
  }

  .header-area--three .xb-logo-mobile .b25-wordmark__name {
    font-size: 28px;
  }

  .header-area--three .xb-header-nav {
    margin-top: clamp(62px, 11vh, 108px);
  }

  .header-area--three .xb-menu-primary {
    counter-reset: b25-mobile-nav;
  }

  .header-area--three .xb-menu-primary li {
    counter-increment: b25-mobile-nav;
  }

  .header-area--three .xb-menu-primary li a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.9);
    display: grid;
    font-family: "BwGradual", sans-serif;
    font-size: clamp(28px, 8vw, 42px);
    font-weight: 500;
    grid-template-columns: 34px 1fr;
    letter-spacing: -0.035em;
    line-height: 1.05;
    padding: clamp(15px, 2.6vh, 24px) 0;
    text-transform: none;
  }

  .header-area--three .xb-menu-primary li a::before {
    color: #ad79ff;
    content: "0" counter(b25-mobile-nav);
    font-family: "NeueMontreal", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }

  .header-area--three .xb-menu-primary li a:hover,
  .header-area--three .xb-menu-primary li a:focus-visible {
    color: #fff;
    padding-left: 8px;
  }

  .header-area--three .b25-mobile-actions {
    border-color: rgba(255, 255, 255, 0.13);
    justify-content: space-between;
    margin: auto 0 0;
    padding-top: 22px;
  }

  .header-area--three .b25-mobile-actions > a {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: var(--b25-ink);
    display: inline-flex;
    font-family: "BwGradual", sans-serif;
    font-size: 15px;
    justify-content: center;
    min-height: 50px;
    padding: 12px 21px;
  }

  .b25-scope-rail {
    grid-template-columns: 1fr;
  }

  .b25-scope-rail > p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .b25-integration-core {
    height: 110px;
    width: 170px;
  }
}

@media (max-width: 767px) {
  .b25-scope-rail {
    margin-bottom: 30px;
  }

  .b25-scope-rail > p {
    font-size: 16px;
    padding: 20px;
  }

  .b25-scope-rail ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b25-scope-rail__item {
    min-height: 88px;
  }

  .b25-scope-rail__item-index {
    font-size: 54px;
  }

  .b25-scope-rail__item strong {
    font-size: 14px;
  }

  .b25-scope-rail__item:nth-child(3),
  .b25-scope-rail__item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .b25-cycle-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 17px 18px 14px;
  }

  .b25-work-sequence {
    padding: 20px 16px;
  }

  .b25-work-sequence::before,
  .b25-work-sequence::after {
    bottom: 39px;
    left: 35px;
    top: 39px;
  }

  .b25-integration-core {
    height: 112px;
    width: 190px;
  }

  .b25-integration-core__logo {
    height: 44px;
    width: 44px;
  }

  .b25-integration-core small {
    font-size: 7px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .as-integration-wrap {
    transform: none;
    transition: none;
  }

  .as-integration-wrap.is-pointer-active {
    --b25-integration-pointer-opacity: 0;
    filter: none;
  }

  .b25-commercial-path {
    transform: none;
    transition: none;
  }

  .b25-commercial-path::after {
    display: none;
  }

  .b25-commercial-path__heading,
  .b25-commercial-step {
    transform: none;
    transition: none;
  }

  .b25-cycle-panel {
    transform: none;
    transition: none;
  }

  .b25-cycle-panel::after {
    display: none;
  }

  .b25-work-sequence::after,
  .b25-work-sequence__item,
  .b25-work-sequence__item span,
  .b25-work-sequence__item strong {
    transition: none;
  }

  .b25-team.is-team-motion-ready .b25-team-card__body {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .b25-execution-map {
    transform: none;
    transition: none;
  }

  .b25-execution-map.is-pointer-active {
    --b25-map-pointer-opacity: 0;
  }

  .b25-map-party,
  .b25-map-core {
    transition: none;
  }

  .b25-map-party:hover {
    transform: var(--b25-map-rest-transform);
  }

  .b25-map-core:hover {
    transform: var(--b25-map-rest-transform);
  }

  .b25-map-connection span::after,
  .b25-eyebrow-signal {
    box-shadow: none;
  }
}

/* B2A2B product-stage hybrid: temporary UI imagery, replaceable without changing the section structure. */
.b25-product-showcase {
  background: #fbf9ff;
  border-bottom: 1px solid rgba(111, 56, 191, 0.12);
  position: relative;
}

.b25-product-showcase__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.b25-product-showcase__heading .title {
  color: #210541;
  font-size: clamp(46px, 5.3vw, 82px);
  line-height: 0.98;
}

.b25-product-showcase__intro {
  color: #6e6574;
  font-size: 19px;
  line-height: 1.55;
  margin: 28px auto 0;
  max-width: 850px;
}

.b25-product-stage {
  margin: 0;
  padding: 0;
}

.b25-product-stage__shell {
  background:
    linear-gradient(rgba(118, 64, 197, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 64, 197, 0.055) 1px, transparent 1px),
    #eee8ff;
  background-size: 38px 38px;
  border: 1px solid rgba(104, 45, 192, 0.14);
  border-radius: 30px;
  box-shadow: 0 32px 90px rgba(54, 21, 94, 0.14);
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.b25-product-stage__shell::before,
.b25-product-stage__shell::after {
  background: rgba(137, 75, 230, 0.09);
  content: "";
  height: 170px;
  pointer-events: none;
  position: absolute;
  top: 92px;
  width: 170px;
}

.b25-product-stage__shell::before {
  border-radius: 0 0 100% 0;
  left: 0;
}

.b25-product-stage__shell::after {
  border-radius: 0 0 0 100%;
  right: 0;
}

.b25-product-stage__meta {
  align-items: center;
  color: #594b69;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.b25-product-stage__meta span:first-child {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.b25-product-stage__meta i {
  background: #34c98d;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(52, 201, 141, 0.12), 0 0 18px rgba(52, 201, 141, 0.55);
  height: 8px;
  width: 8px;
}

.b25-product-stage__tabs {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(65, 26, 112, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(55, 21, 95, 0.12);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto -18px;
  max-width: 1220px;
  padding: 5px;
  position: relative;
  z-index: 4;
}

.b25-product-stage__tabs button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #594e63;
  display: flex;
  font-family: "BwGradual", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.b25-product-stage__tabs button i {
  align-items: center;
  border: 1px solid rgba(128, 62, 224, 0.18);
  border-radius: 8px;
  color: #8542e5;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 30px;
}

.b25-product-stage__tabs .nav-link.active {
  background: #fff;
  border-color: rgba(126, 61, 222, 0.52);
  box-shadow: 0 7px 18px rgba(69, 28, 122, 0.12), inset 0 0 0 1px rgba(126, 61, 222, 0.04);
  color: #2b153e;
  transform: translateY(-1px);
}

.b25-product-stage__tabs button:hover {
  background: #faf7ff;
  border-color: rgba(126, 61, 222, 0.25);
  color: #2b153e;
}

.b25-product-stage__tabs button:focus-visible {
  background: #faf7ff;
  border-color: rgba(126, 61, 222, 0.52);
  color: #2b153e;
  outline: 2px solid rgba(126, 61, 222, 0.34);
  outline-offset: 2px;
}

.b25-product-stage__tabs .nav-link.active i,
.b25-product-stage__tabs button:hover i,
.b25-product-stage__tabs button:focus-visible i {
  background: #f4edff;
  border-color: rgba(126, 61, 222, 0.42);
  color: #7434cc;
}

.b25-product-stage__tabs button.active.is-progress-reset::after {
  animation: b25-stage-progress 3s linear forwards;
  background: #9d5bf6;
  border-radius: 999px;
  bottom: 5px;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  right: 12px;
  transform-origin: left center;
}

.b25-product-stage.is-manual .b25-product-stage__tabs button::after {
  display: none;
}

.b25-product-stage.is-paused .b25-product-stage__tabs button.active::after {
  animation-play-state: paused;
}

@keyframes b25-stage-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.b25-product-stage__viewport {
  background: #d9cbff;
  border: 1px solid rgba(102, 42, 192, 0.18);
  border-radius: 24px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7), 0 26px 62px rgba(68, 25, 118, 0.15);
  min-height: 560px;
  overflow: hidden;
  padding: 56px 8% 0;
  position: relative;
  z-index: 2;
}

.b25-product-stage__viewport::before {
  background: radial-gradient(circle, rgba(126, 45, 250, 0.34), transparent 65%);
  content: "";
  height: 460px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 720px;
}

.b25-product-stage__viewport .tab-pane {
  height: 492px;
  position: relative;
  z-index: 1;
}

.b25-product-stage__viewport .tab-pane img {
  border: 10px solid rgba(255, 255, 255, 0.94);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 32px 70px rgba(53, 22, 91, 0.24);
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
  width: 100%;
}

.b25-product-stage__viewport.is-switching .tab-pane.active img {
  filter: blur(10px);
  opacity: 0.62;
  transform: scale(1.018);
}

.b25-product-stage__disclaimer {
  color: #62556d;
  font-size: 12px;
  line-height: 1.5;
  margin: 14px 0 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (max-width: 1199px) {
  .b25-product-stage__tabs button {
    font-size: 13px;
    gap: 6px;
  }

  .b25-product-stage__viewport {
    min-height: 490px;
  }

  .b25-product-stage__viewport .tab-pane {
    height: 422px;
  }
}

@media (max-width: 991px) {
  .b25-product-stage__shell {
    padding: 20px;
  }

  .b25-product-stage__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .b25-product-stage__tabs::-webkit-scrollbar {
    display: none;
  }

  .b25-product-stage__tabs button {
    flex: 0 0 auto;
    min-width: 168px;
  }

}

@media (max-width: 575px) {
  .b25-product-showcase {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .b25-product-showcase__heading .title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .b25-product-showcase__intro {
    font-size: 16px;
    margin-top: 20px;
  }

  .b25-product-stage__shell {
    border-radius: 22px;
    padding: 14px;
  }

  .b25-product-stage__meta {
    align-items: flex-start;
    flex-direction: column;
    font-size: 10px;
    gap: 8px;
    padding: 4px 4px 0;
  }

  .b25-product-stage__tabs {
    border-radius: 14px;
    margin-bottom: -14px;
    padding: 5px;
  }

  .b25-product-stage__tabs button {
    font-size: 13px;
    min-height: 46px;
    min-width: 160px;
  }

  .b25-product-stage__viewport {
    border-radius: 18px;
    min-height: 340px;
    padding: 44px 10px 0;
  }

  .b25-product-stage__viewport .tab-pane {
    height: 288px;
  }

  .b25-product-stage__viewport .tab-pane img {
    border-width: 6px;
    border-bottom-width: 0;
    border-radius: 12px 12px 0 0;
  }

  .b25-product-stage__disclaimer {
    font-size: 11px;
    margin: 12px 4px 16px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .b25-product-stage__tabs button.active.is-progress-reset::after {
    animation: none;
    transform: scaleX(1);
  }

  .b25-product-stage__viewport .tab-pane img {
    transition: none;
  }
}

/* Trust and rhythm pass: industrial editorial depth without changing the page structure. */
.problem,
.solution {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.problem {
  background:
    radial-gradient(circle at 14% 18%, rgba(137, 69, 231, 0.1), transparent 25%),
    radial-gradient(circle at 88% 78%, rgba(93, 33, 180, 0.07), transparent 28%),
    #fbf9fd;
  padding-bottom: clamp(60px, 5vw, 72px);
  padding-top: clamp(72px, 6vw, 88px);
}

.problem .sec-title.mb-60,
.solution .sec-title.mb-60 {
  margin-bottom: 48px;
}

.problem::before,
.solution::before {
  background-image:
    linear-gradient(rgba(83, 33, 132, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 33, 132, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 17%, #000 83%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 17%, #000 83%, transparent);
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.problem::after {
  background: linear-gradient(90deg, transparent, rgba(139, 74, 233, 0.42), transparent);
  bottom: 0;
  box-shadow: 0 0 46px rgba(129, 59, 221, 0.22);
  content: "";
  height: 1px;
  left: 11%;
  position: absolute;
  width: 78%;
  z-index: -1;
}

.problem .container,
.solution .container {
  position: relative;
  z-index: 1;
}

.as-problem-inner {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(120, 67, 182, 0.12);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 32px 90px rgba(43, 17, 72, 0.09);
  padding: 16px 16px 34px;
}

.as-problem-item {
  --b25-card-rest-y: 0px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 255, 0.92));
  border-color: rgba(117, 57, 181, 0.18);
  box-shadow:
    0 24px 56px rgba(43, 17, 72, 0.1),
    0 3px 8px rgba(43, 17, 72, 0.05),
    inset 0 1px 0 #fff;
  overflow: hidden;
  position: relative;
  transform: translateY(var(--b25-card-rest-y));
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.as-problem-item:nth-child(2) {
  --b25-card-rest-y: 14px;
}

.as-problem-item::before {
  background: linear-gradient(90deg, #6920da, #b987ff 48%, transparent);
  content: "";
  height: 2px;
  left: 22px;
  position: absolute;
  top: 0;
  width: 58%;
}

.as-problem-item::after {
  background: radial-gradient(circle, rgba(146, 78, 241, 0.15), transparent 68%);
  content: "";
  height: 160px;
  pointer-events: none;
  position: absolute;
  right: -74px;
  top: -74px;
  width: 160px;
}

.as-problem-item:hover {
  border-color: rgba(117, 57, 181, 0.34);
  box-shadow:
    0 30px 70px rgba(43, 17, 72, 0.14),
    0 4px 10px rgba(43, 17, 72, 0.06),
    inset 0 1px 0 #fff;
  transform: translateY(calc(var(--b25-card-rest-y) - 5px));
}

.as-problem-item .xb-item--list {
  background:
    linear-gradient(rgba(107, 54, 160, 0.035) 1px, transparent 1px),
    #fbf7ff;
  background-size: 100% 38px;
  border-color: rgba(118, 61, 176, 0.12);
  box-shadow: inset 0 1px 0 #fff, inset 0 16px 30px rgba(86, 36, 139, 0.025);
  position: relative;
  z-index: 1;
}

.solution {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(137, 60, 255, 0.16), transparent 38%),
    linear-gradient(180deg, #fbf9fd 0%, #f5effb 100%);
  padding-bottom: clamp(60px, 5vw, 72px);
  padding-top: clamp(72px, 6vw, 88px);
}

.solution::after {
  background: radial-gradient(ellipse, rgba(128, 54, 229, 0.22), transparent 68%);
  content: "";
  height: 320px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
  width: min(920px, 86vw);
  z-index: -1;
}

.as-solution-inner {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(114, 54, 177, 0.2);
  box-shadow:
    0 38px 92px rgba(48, 17, 82, 0.13),
    0 5px 16px rgba(48, 17, 82, 0.06),
    inset 0 1px 0 #fff;
  overflow: visible;
  padding: 9px;
}

.as-solution-item {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 253, 0.9));
  border: 1px solid rgba(114, 54, 177, 0.09);
  border-radius: 15px;
  box-shadow: inset 0 1px 0 #fff;
  margin: 0;
  min-height: 390px;
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.as-solution-item:nth-child(2),
.as-solution-item:nth-child(4) {
  background: linear-gradient(155deg, rgba(250, 245, 255, 0.99), rgba(241, 231, 251, 0.88));
}

.as-solution-item:not(:last-child) {
  border-right: 1px solid rgba(114, 54, 177, 0.09);
}

.as-solution-item::before {
  background-color: transparent;
  background-image: url(../img/shape/bg-shape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: saturate(0.82);
  opacity: 0;
  transform: translateY(18px) scale(0.78);
  transform-origin: 50% 100%;
  transition: opacity 360ms ease, transform 520ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.as-solution-item::after {
  background: linear-gradient(90deg, rgba(112, 44, 207, 0.85), rgba(184, 137, 255, 0.3), transparent);
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 0;
  width: 42%;
}

.as-solution-item:hover {
  box-shadow: 0 22px 44px rgba(55, 19, 92, 0.12), inset 0 1px 0 #fff;
  transform: translateY(-5px);
  z-index: 2;
}

.as-solution-item:hover::before {
  opacity: 0.72;
  transform: translateY(0) scale(1.06);
}

.as-solution-item .xb-item--icon {
  background: linear-gradient(145deg, #fff, #eee2fb);
  border: 1px solid rgba(118, 61, 176, 0.15);
  box-shadow: 0 12px 28px rgba(79, 28, 132, 0.12), inset 0 1px 0 #fff;
  height: 48px;
  width: 48px;
}

.b25-card-foot {
  align-items: center;
  display: flex;
  gap: 9px;
}

.b25-card-foot::before {
  background: #7d2ce8;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(125, 44, 232, 0.08), 0 0 14px rgba(125, 44, 232, 0.4);
  content: "";
  flex: 0 0 auto;
  height: 5px;
  width: 5px;
}

.b25-agent-step p {
  color: #62576f;
}

#engage .as-pricing-item .xb-item--list li {
  color: rgba(255, 255, 255, 0.68);
}

#engage .as-pricing-item.pro-item .xb-item--list li {
  color: #4f3a61;
}

.b25-agent-network__meta,
.b25-agent-network__controls {
  color: #665b6d;
}

.b25-placeholder-banner {
  align-items: center;
  background: linear-gradient(90deg, rgba(247, 241, 252, 0.96), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(116, 53, 200, 0.18);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(48, 18, 80, 0.07), inset 0 1px 0 #fff;
  display: flex;
  gap: 18px;
  margin: 0 auto 34px;
  max-width: 780px;
  padding: 15px 18px;
  position: relative;
  z-index: 5;
}

.b25-placeholder-banner strong {
  color: #6b25c7;
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b25-placeholder-banner span {
  border-left: 1px solid rgba(116, 53, 200, 0.16);
  color: #655d6c;
  font-size: 12px;
  line-height: 1.45;
  padding-left: 18px;
}

.b25-governance__visual .as-security-logo:not(.main-logo) {
  filter: grayscale(1) blur(1.2px);
  opacity: 0.13;
}

.b25-governance__visual::after {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(116, 53, 200, 0.18);
  border-radius: 999px;
  color: #6f5c7f;
  content: "Placeholder symbols";
  font-size: 9px;
  left: 50%;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.b25-evidence-rail__visual {
  filter: grayscale(1) blur(1.2px);
  opacity: 0.11;
  position: relative;
}

.b25-evidence-rail__placeholder-note {
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-align: left;
  text-transform: uppercase;
}

.b25-faq .as-faq .accordion_box .block .acc-btn {
  background: transparent;
  border: 0;
  color: #10051d;
  display: block;
  font-family: "BwGradual", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.24;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 54px;
  padding-top: 24px;
  text-align: left;
  width: 100%;
}

.b25-faq .as-faq .accordion_box .block .acc-btn:focus-visible {
  border-radius: 10px;
  outline: 3px solid rgba(124, 44, 255, 0.34);
  outline-offset: 4px;
}

.b25-faq .as-faq .accordion_box .block .acc-btn .arrow {
  top: 50%;
  transform: translateY(-50%);
}

.b25-faq .as-faq .accordion_box .block .acc-btn .arrow::before {
  left: 50%;
  line-height: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.b25-faq .as-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.wow.b25-force-visible {
  visibility: visible !important;
}

#agent-system .as-introduction-wrapper {
  padding-bottom: 60px;
}

.b25-adjacent-expansion {
  padding-top: 88px;
}

/* Unified section rhythm: keep the long-form landing compact after the opening story. */
#applications,
#how-it-works,
#founder-perspective,
#governance,
#team {
  padding-bottom: clamp(68px, 5.5vw, 80px);
  padding-top: clamp(76px, 6vw, 88px);
}

#integrations .as-integration-wrapper,
#agent-system .as-introduction-wrapper,
#faq .as-faq-wrapper {
  padding-bottom: clamp(68px, 5.5vw, 80px);
  padding-top: clamp(76px, 6vw, 88px);
}

#agent-system {
  padding-bottom: 0;
}

#faq {
  padding-bottom: 0;
}

#adjacent-expansion {
  padding-bottom: clamp(68px, 5.5vw, 80px);
  padding-top: clamp(76px, 6vw, 88px);
}

.b25-readiness {
  background:
    linear-gradient(rgba(108, 48, 171, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 48, 171, 0.045) 1px, transparent 1px),
    #f8f5fb;
  background-size: 48px 48px;
  overflow: hidden;
  padding-bottom: clamp(68px, 5.5vw, 80px);
  padding-top: clamp(76px, 6vw, 88px);
}

.b25-readiness::before {
  background: radial-gradient(circle, rgba(139, 55, 239, 0.14), transparent 68%);
  content: "";
  height: 620px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%);
  width: min(1040px, 90vw);
}

.b25-readiness .container {
  position: relative;
  z-index: 1;
}

.b25-readiness__heading {
  margin: 0 auto 46px;
  max-width: 980px;
}

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

.b25-readiness-card {
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(105, 44, 169, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(54, 19, 90, 0.09), inset 0 1px 0 #fff;
  min-height: 330px;
  overflow: hidden;
  padding: 28px 26px;
  position: relative;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.b25-readiness-card::before {
  background: #7d2ce8;
  content: "";
  height: 3px;
  left: 26px;
  position: absolute;
  top: 0;
  width: 74px;
}

.b25-readiness-card:nth-child(even) {
  transform: translateY(18px);
}

.b25-readiness-card:hover {
  border-color: rgba(125, 44, 232, 0.28);
  box-shadow: 0 34px 72px rgba(54, 19, 90, 0.15), inset 0 1px 0 #fff;
  transform: translateY(-5px);
}

.b25-readiness-card:nth-child(even):hover {
  transform: translateY(13px);
}

.b25-readiness-card__number {
  color: rgba(125, 44, 232, 0.075);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(82px, 7vw, 116px);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.78;
  position: absolute;
  right: 20px;
  top: 28px;
  transition: color 240ms ease, transform 240ms ease;
}

.b25-readiness-card:hover .b25-readiness-card__number {
  color: rgba(125, 44, 232, 0.12);
  transform: translate3d(2px, -3px, 0);
}

.b25-readiness-card__label {
  color: #7d2ce8;
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 76px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.b25-readiness-card > strong {
  color: #21003f;
  display: block;
  font-family: "BwGradual", sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.b25-readiness-card h3 {
  color: #170022;
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.b25-readiness-card p {
  color: #6b6370;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  position: relative;
  z-index: 1;
}

.b25-readiness__boundary {
  align-items: center;
  border-left: 2px solid #7d2ce8;
  color: #675e6d;
  display: flex;
  font-size: 12px;
  gap: 24px;
  justify-content: space-between;
  line-height: 1.55;
  margin: 44px 0 26px;
  padding-left: 16px;
}

.b25-readiness__boundary p {
  margin: 0;
}

.b25-readiness__boundary-note {
  color: #8b7d94;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.b25-commercial-path {
  --b25-commercial-item-x: 0px;
  --b25-commercial-item-y: 0px;
  --b25-commercial-pointer-x: 50%;
  --b25-commercial-pointer-y: 50%;
  --b25-commercial-tilt-x: 0deg;
  --b25-commercial-tilt-y: 0deg;
  background:
    linear-gradient(rgba(160, 103, 230, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160, 103, 230, 0.08) 1px, transparent 1px),
    #0d0714;
  background-size: 46px 46px;
  border: 1px solid rgba(172, 119, 239, 0.2);
  border-radius: 28px;
  box-shadow: 0 30px 72px rgba(37, 10, 67, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: #fff;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 2.18fr);
  overflow: hidden;
  padding: 34px;
  perspective: 1200px;
  position: relative;
  transform: perspective(1500px) rotateX(var(--b25-commercial-tilt-x)) rotateY(var(--b25-commercial-tilt-y));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 180ms ease-out;
  will-change: transform;
}

.b25-commercial-path::after {
  background: radial-gradient(circle at var(--b25-commercial-pointer-x) var(--b25-commercial-pointer-y), rgba(194, 157, 255, 0.24), transparent 29%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 2;
}

.b25-commercial-path.is-pointer-active {
  border-color: rgba(197, 157, 255, 0.42);
  box-shadow: 0 36px 82px rgba(37, 10, 67, 0.27), 0 0 40px rgba(132, 65, 236, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.b25-commercial-path.is-pointer-active::after {
  opacity: 1;
}

.b25-commercial-path__heading {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding-right: 32px;
  position: relative;
  transform: translate3d(calc(var(--b25-commercial-item-x) * -0.4), calc(var(--b25-commercial-item-y) * -0.4), 18px);
  transition: transform 180ms ease-out;
  z-index: 1;
}

.b25-commercial-path__heading span {
  color: #b87cff;
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.b25-commercial-path__heading h3 {
  color: #fff;
  font-size: clamp(24px, 2.3vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.b25-commercial-path__steps {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.b25-commercial-step {
  --b25-commercial-depth: 0.62;
  border-radius: 14px;
  display: block;
  min-height: 148px;
  overflow: hidden;
  padding: 24px 22px 22px 96px;
  position: relative;
  transform: translate3d(calc(var(--b25-commercial-item-x) * var(--b25-commercial-depth)), calc(var(--b25-commercial-item-y) * var(--b25-commercial-depth)), 22px);
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 180ms ease-out;
}

.b25-commercial-step:nth-child(2) {
  --b25-commercial-depth: 0.82;
}

.b25-commercial-step:nth-child(3) {
  --b25-commercial-depth: 1;
}

.b25-commercial-step:hover,
.b25-commercial-step:focus-visible {
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 18px 34px rgba(4, 1, 8, 0.18);
  transform: translate3d(calc(var(--b25-commercial-item-x) * var(--b25-commercial-depth)), calc(var(--b25-commercial-item-y) * var(--b25-commercial-depth) - 4px), 30px);
}

.b25-commercial-step:focus-visible {
  outline: 1px solid rgba(199, 159, 255, 0.66);
  outline-offset: -1px;
}

.b25-commercial-step + .b25-commercial-step {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.b25-commercial-step > span {
  color: rgba(184, 124, 255, 0.16);
  font-family: "BwGradual", sans-serif;
  font-size: clamp(64px, 5.2vw, 84px);
  font-weight: 500;
  left: 18px;
  letter-spacing: -0.08em;
  line-height: 0.8;
  position: absolute;
  top: 27px;
  transition: color 220ms ease, transform 220ms ease;
}

.b25-commercial-step:hover > span,
.b25-commercial-step:focus-visible > span {
  color: rgba(184, 124, 255, 0.27);
  transform: translateX(3px);
}

.b25-commercial-step > div {
  position: relative;
  z-index: 1;
}

.b25-commercial-step h4 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 10px;
}

.b25-commercial-step p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

#engage .as-pricing-container {
  padding-bottom: clamp(68px, 5.5vw, 80px);
  padding-top: clamp(76px, 6vw, 88px);
}

#applications .sec-title.mb-60,
#how-it-works .sec-title.mb-60,
#integrations .sec-title.mb-60,
#agent-system .sec-title.mb-60,
#faq .sec-title.mb-60 {
  margin-bottom: 48px;
}

.b25-final-cta .as-cta-wrapper {
  min-height: 620px;
}

.b25-final-cta .as-cta-inner .xb-item--inner {
  padding-top: clamp(96px, 8vw, 116px);
}

.b25-evidence-rail {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .as-solution-inner {
    gap: 8px;
  }

  .as-solution-item {
    min-height: 340px;
  }

  .b25-readiness-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b25-commercial-path {
    grid-template-columns: 1fr;
    transform: none;
  }

  .b25-commercial-path__heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
    padding-bottom: 24px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .b25-adjacent-title-line {
    white-space: normal;
  }

  .problem,
  .solution {
    padding-bottom: 36px;
    padding-top: 44px;
  }

  .b25-agent-network {
    padding-bottom: 40px;
    padding-top: 48px;
  }

  #applications,
  #how-it-works,
  #founder-perspective,
  #governance,
  #team,
  #adjacent-expansion,
  #readiness {
    padding-bottom: 36px;
    padding-top: 44px;
  }

  .b25-readiness__heading {
    margin-bottom: 30px;
  }

  .b25-readiness-grid {
    grid-auto-columns: minmax(280px, 84vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .b25-readiness-card,
  .b25-readiness-card:nth-child(even),
  .b25-readiness-card:hover,
  .b25-readiness-card:nth-child(even):hover {
    min-height: 330px;
    scroll-snap-align: start;
    transform: none;
  }

  .b25-readiness-card__label {
    margin-bottom: 64px;
  }

  .b25-readiness__boundary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 26px;
  }

  .b25-integration-context {
    border-radius: 19px;
  }

  .b25-integration-context__summary {
    min-height: 186px;
    padding: 24px;
  }

  .b25-integration-context__summary h3 {
    font-size: 23px;
    margin-top: 46px;
  }

  .b25-integration-context__index {
    font-size: 116px;
  }

  .b25-system-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b25-system-category:nth-child(2n) {
    border-right: 0;
  }

  .b25-system-category:nth-child(4n) {
    border-right: 0;
  }

  .b25-integration-context__note {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .b25-commercial-path {
    gap: 26px;
    padding: 26px 22px;
  }

  .b25-commercial-path__steps {
    grid-template-columns: 1fr;
  }

  .b25-commercial-step {
    min-height: 142px;
    padding: 24px 16px 22px 76px;
    transform: none;
  }

  .b25-commercial-step > span {
    font-size: 58px;
    left: 12px;
    top: 28px;
  }

  .b25-commercial-step h4 {
    font-size: 20px;
  }

  .b25-commercial-step:hover,
  .b25-commercial-step:focus-visible {
    transform: none;
  }

  .b25-commercial-step + .b25-commercial-step {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  #integrations .as-integration-wrapper,
  #agent-system .as-introduction-wrapper,
  #faq .as-faq-wrapper,
  #engage .as-pricing-container {
    padding-bottom: 36px;
    padding-top: 44px;
  }

  #applications .sec-title.mb-60,
  #how-it-works .sec-title.mb-60,
  #integrations .sec-title.mb-60,
  #agent-system .sec-title.mb-60,
  #faq .sec-title.mb-60 {
    margin-bottom: 30px;
  }

  .b25-final-cta .as-cta-wrapper {
    min-height: 520px;
  }

  .b25-final-cta .as-cta-inner .xb-item--inner {
    padding-top: 64px;
  }

  .b25-evidence-rail {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .problem .sec-title.mb-60,
  .solution .sec-title.mb-60 {
    margin-bottom: 30px;
  }

  .problem::before,
  .solution::before {
    background-size: 30px 30px;
  }

  .as-problem-inner {
    padding: 10px;
  }

  .as-problem-item,
  .as-problem-item:nth-child(2) {
    --b25-card-rest-y: 0px;
  }

  .as-solution-inner {
    overflow: hidden;
    padding: 7px;
  }

  .as-solution-item {
    min-height: 0;
  }

  .b25-placeholder-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 26px;
  }

  .b25-placeholder-banner span {
    border-left: 0;
    border-top: 1px solid rgba(116, 53, 200, 0.16);
    padding-left: 0;
    padding-top: 9px;
  }

  .b25-governance__visual::after {
    top: 48%;
  }

  .b25-final-cta .as-cta-wrapper::before {
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background: linear-gradient(180deg, rgba(13, 3, 27, 0.78) 0%, rgba(13, 3, 27, 0.92) 55%, rgba(9, 4, 18, 0.97) 100%);
  }

  .b25-final-cta .cta-bg-video img {
    filter: blur(2px) saturate(0.58) contrast(0.88);
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    width: 100%;
  }

  .b25-final-cta .as-cta-inner .sec-title .content {
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 2px 18px rgba(7, 2, 13, 0.62);
  }
}

@media (prefers-reduced-motion: reduce) {
  .as-problem-item,
  .as-solution-item,
  .as-solution-item::before,
  .b25-agent-network__frame,
  .b25-agent-step,
  .b25-readiness-card {
    transition: none;
  }

  .as-problem-item:hover,
  .as-solution-item:hover {
    transform: translateY(var(--b25-card-rest-y, 0px));
  }

  .b25-agent-network__frame,
  .b25-agent-network__frame.is-pointer-active {
    transform: none;
  }

  .b25-agent-network__frame::after {
    display: none;
  }

  .b25-agent-step,
  .b25-agent-step:hover {
    transform: translateY(var(--b25-card-rest-y));
  }

  .b25-agent-step:not(:last-child)::after {
    animation: none;
  }

  .b25-readiness-card,
  .b25-readiness-card:nth-child(even),
  .b25-readiness-card:hover,
  .b25-readiness-card:nth-child(even):hover {
    transform: none;
  }
}

#product-visualisation-title {
  text-transform: none;
}

@media (max-width: 575px) {
  html[lang="zh-CN"] .hero-area--three .xb-hero-content .sec-title .title {
    letter-spacing: -0.015em;
    line-height: 1.12;
  }

  #product-visualisation-title {
    font-size: 34px;
    line-height: 1.04;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}
