/* Premium editorial refinement: shared B25 palette, less decoration, readable evidence. */
body.automation-saas {
  --b25-ink: #190e2c;
  --b25-muted: #595363;
  --b25-line: #e8e1ef;
  --b25-paper: #fbf9fd;
}
/* Keep Chinese copy consistently sans-serif, including inherited font overrides. */
html[lang="zh-CN"] body.automation-saas,
html[lang="zh-CN"] body.automation-saas *:not(i) {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif !important;
}
body.automation-saas .container { max-width: 1328px; }

/* A compact system-network preloader; Lottie supplies the signal paths. */
.automation-saas .b25-network-loader {
  background: radial-gradient(circle at 50% 48%, #2a0754 0%, #12021f 48%, #08000f 100%);
  color: #fff;
}
.automation-saas .b25-network-loader .b25-network-loader__inner {
  aspect-ratio: 12 / 7;
  margin: 0;
  max-width: 760px;
  width: min(86vw, 760px);
}
.b25-network-loader__animation,
.b25-network-loader__systems { inset: 0; position: absolute; }
.b25-network-loader__animation svg { display: block; height: 100% !important; width: 100% !important; }
.b25-network-loader__systems span {
  animation: b25LoaderNodePulse .82s ease-in-out infinite alternate;
  animation-delay: var(--delay);
  color: rgba(239, 226, 255, .78);
  font: 700 clamp(11px, 1.5vw, 15px)/1 "BwGradual", sans-serif;
  left: var(--x);
  letter-spacing: .08em;
  position: absolute;
  text-shadow: 0 0 18px rgba(177, 103, 255, .72);
  top: var(--y);
}
.automation-saas .b25-network-loader .b25-network-loader__core {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(202, 164, 255, .72);
  border-radius: 24px;
  box-shadow: 0 0 0 12px rgba(130, 53, 232, .08), 0 24px 70px rgba(103, 34, 190, .42);
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 50%;
  margin: 0;
  padding: 18px 22px 14px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  z-index: 4;
}
.automation-saas .b25-network-loader .b25-network-loader__core img { animation: none; height: 56px; width: 56px; }
.b25-network-loader__progress { color: #35114f; font: 700 15px/1 "BwGradual", sans-serif; letter-spacing: .04em; }
@keyframes b25LoaderNodePulse { from { opacity: .38; transform: scale(.96); } to { opacity: 1; transform: scale(1.06); } }

.automation-saas .header-area--three .b25-directional-header {
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), background-color .25s ease, box-shadow .25s ease;
  will-change: transform;
}
.automation-saas .header-area--three .b25-directional-header.b25-header-hidden {
  transform: translateY(calc(-100% - 8px));
  visibility: hidden;
}
.automation-saas .header-area--three .b25-directional-header:focus-within,
body.b25-menu-open .header-area--three .b25-directional-header { transform: translateY(0) !important; visibility: visible; }

@media (max-width: 575px) {
  .automation-saas .b25-network-loader .b25-network-loader__inner { width: 94vw; }
  .b25-network-loader__systems span { font-size: 10px; }
  .automation-saas .b25-network-loader .b25-network-loader__core { border-radius: 19px; padding: 14px 16px 11px; width: 88px; }
  .automation-saas .b25-network-loader .b25-network-loader__core img { height: 44px; width: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .b25-network-loader__animation { display: none; }
  .b25-network-loader__systems span { animation: none; opacity: .7; }
  .automation-saas .header-area--three .b25-directional-header { transition: none; }
}
.automation-saas .as-body-inner { background: var(--b25-paper); }
.automation-saas .sec-line-shape,
.automation-saas .as-sec-shape,
.automation-saas .as-pricing-shape { display: none; }
.automation-saas #top > .as-sec-shape,
.automation-saas #pilot > .as-sec-shape { display: block; }
.automation-saas #top > .as-sec-shape .shape,
.automation-saas #pilot > .as-sec-shape .shape { z-index: 3; }
.automation-saas .sec-title .sub-title { text-transform: none; font-size: 15px; }
.automation-saas .sec-title .sub-title img { display: none; }
.automation-saas .sec-title .title,
.automation-saas .b25-team__heading h2 {
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-transform: none;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}
.automation-saas .sec-title .content,
.automation-saas .b25-section-intro,
.automation-saas .b25-product-showcase__intro {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.automation-saas .sec-title[class*="mb-"],
.automation-saas .b25-agent-network__heading { margin-bottom: 40px; }
.automation-saas section[id] { scroll-margin-top: 110px; }
.automation-saas .as-body-inner > section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--b25-line);
}
.automation-saas #integrations,
.automation-saas #agent-system,
.automation-saas #faq,
.automation-saas #engage { padding: 0; }
.automation-saas #integrations,
.automation-saas #integrations .as-integration-wrapper {
  background: #fff;
}
#integrations .as-integration-wrapper,
#agent-system .as-introduction-wrapper,
#faq .as-faq-wrapper,
#engage .as-pricing-container { padding-top: 80px; padding-bottom: 80px; }
.automation-saas .hero-area--three .xb-hero-content { padding-bottom: 50px; }
/* The first screen must not wait for decorative media or entrance animations. */
.automation-saas #top .heroTitleUp,
.automation-saas #top .xbFadeUpContent,
.automation-saas #top .xbFadeUpItem {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}
.automation-saas .hero-area--three .xb-hero-content .sec-title .title {
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 1.07;
  max-width: 1150px;
  margin-inline: auto;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}
.automation-saas .hero-area--three .sec-title .content {
  max-width: 860px;
  font-size: clamp(17px, 1.55vw, 21px);
  color: #ddd2ed;
  font-weight: 400;
}
.b25-status-strip {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding: 22px 24px;
  background: rgba(6, 3, 14, .38);
  border-top: 1px solid #ffffff24;
  color: #ded5ec;
  font-size: 15px;
  line-height: 1.5;
}
.b25-status-strip a { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.b25-status-strip > span::before { content: ''; display: inline-block; width: 5px; height: 5px; margin: 0 10px 3px 0; border-radius: 50%; background: #b79cdd; }
.automation-saas .problem::before,
.automation-saas .solution::before { opacity: .2; }
.automation-saas .as-problem-inner,
.automation-saas .as-solution-inner { box-shadow: none; }
.automation-saas .as-problem-item { min-height: 0; padding: 28px; }
.b25-problem-summary { font-size: 18px; line-height: 1.65; color: var(--b25-muted); }
.automation-saas .as-problem-item .xb-item--title { font-size: 25px; margin-bottom: 20px; }
.automation-saas .as-problem-item .xb-item--list li { font-size: 16px; line-height: 1.55; }
.automation-saas .as-solution-item { min-height: 270px; padding: 28px 24px; }
.automation-saas .as-solution-item .xb-item--title { font-size: 24px; line-height: 1.2; }
.automation-saas .as-solution-item .xb-item--content { font-size: 16px; line-height: 1.6; }
.automation-saas .as-solution-item .xb-item--bottom { display: none; }
.automation-saas .as-solution-item .xb-item--holder { min-height: 0; }
.automation-saas .as-solution-shape { display: none; }
.automation-saas .as-solution-item::before { opacity: .18; }

/* Product demonstration sits after the solution, before the technical explanation. */
.automation-saas .b25-product-stage__shell { box-shadow: 0 18px 55px #27113d0a; }
.automation-saas .b25-product-stage__viewport { max-height: 590px; }
.automation-saas .b25-product-stage__tabs button { font-size: 15px; min-height: 48px; padding: 8px 10px; }
.automation-saas .b25-product-stage__disclaimer { color: var(--b25-muted); font-size: 14px; }

/* Selected technology groups reuse the frame and travelling pulse language from home-4. */
.b25-reference-frame { position: relative; isolation: isolate; }
.b25-reference-frame > .row,
.b25-reference-frame > .as-work-item,
.b25-reference-frame > .as-solution-item,
.b25-reference-frame > .b25-readiness-card { position: relative; z-index: 1; }
.b25-reference-frame__lines { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.b25-reference-frame__lines .shape { position: absolute; margin: 0; pointer-events: none; }
.b25-reference-frame__lines .shape img { display: block; }
.b25-reference-frame__lines .shape--1 { inset: -10% -5%; width: 110%; height: 120%; }
.b25-reference-frame__lines .shape--1 img { width: 100%; height: 100%; }
.b25-reference-frame__lines .shape--2,
.b25-reference-frame__lines .shape--3 { top: -10%; height: 120%; }
.b25-reference-frame__lines .shape--2 img,
.b25-reference-frame__lines .shape--3 img,
.b25-reference-frame__lines .b25-frame-line--quarter img,
.b25-reference-frame__lines .b25-frame-line--middle img,
.b25-reference-frame__lines .b25-frame-line--three-quarters img { width: auto; height: 100%; }
.b25-reference-frame--four .b25-reference-frame__lines .shape--2 { left: 50%; transform: translateX(-50%); }
.b25-reference-frame--four .b25-reference-frame__lines .shape--4 { left: 0; top: 50%; width: 100%; transform: translateY(-50%); }
.b25-reference-frame--four .b25-reference-frame__lines .shape--4 img { width: 100%; height: auto; }
.b25-reference-frame--three .b25-reference-frame__lines .shape--2 { left: 33.333%; transform: translateX(-50%); }
.b25-reference-frame--three .b25-reference-frame__lines .shape--3 { left: 66.666%; transform: translateX(-50%); }
.b25-reference-frame--solution .b25-frame-line--quarter,
.b25-reference-frame--solution .b25-frame-line--middle,
.b25-reference-frame--solution .b25-frame-line--three-quarters { top: -10%; height: 120%; transform: translateX(-50%); }
.b25-reference-frame--solution .b25-frame-line--quarter { left: 25%; }
.b25-reference-frame--solution .b25-frame-line--middle { left: 50%; }
.b25-reference-frame--solution .b25-frame-line--three-quarters { left: 75%; }
.b25-reference-frame__pulse { position: absolute; inset: 0 auto 0 0; z-index: 4; width: 0; pointer-events: none; }
.b25-reference-frame__pulse--start { left: 0; }
.b25-reference-frame__pulse--quarter { left: 25%; }
.b25-reference-frame__pulse--one-third { left: 33.333%; }
.b25-reference-frame__pulse--middle { left: 50%; }
.b25-reference-frame__pulse--two-thirds { left: 66.666%; }
.b25-reference-frame__pulse--three-quarters { left: 75%; }
.b25-reference-frame__pulse--end { left: 100%; }
.b25-reference-frame__pulse--quarter .line span { animation-delay: -.8s; }
.b25-reference-frame__pulse--one-third .line span,
.b25-reference-frame__pulse--middle .line span { animation-delay: -1s; }
.b25-reference-frame__pulse--two-thirds .line span { animation-delay: -2s; }
.b25-reference-frame__pulse--three-quarters .line span { animation-delay: -2.4s; }
.b25-reference-frame__pulse--end .line span { animation-delay: -3s; }

/* The four platform capabilities form one continuous home-4 technology field. */
#platform .as-solution-inner { gap: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: #f5f1ff; box-shadow: none; }
#platform .as-solution-item,
#platform .as-solution-item:nth-child(2),
#platform .as-solution-item:nth-child(4) { border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
#platform .as-solution-item::before,
#platform .as-solution-item::after { display: none; }
#platform .as-solution-item:hover { box-shadow: none; transform: none; }

/* Evidence metrics use the same technical field, with quieter motion so the figures remain primary. */
#readiness .b25-readiness-grid.b25-reference-frame--evidence {
  gap: 0;
  overflow: visible;
  background: #f5f1ff;
}
#readiness .b25-reference-frame--evidence .b25-readiness-card,
#readiness .b25-reference-frame--evidence .b25-readiness-card:nth-child(even),
#readiness .b25-reference-frame--evidence .b25-readiness-card:hover,
#readiness .b25-reference-frame--evidence .b25-readiness-card:nth-child(even):hover {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
#readiness .b25-reference-frame--evidence .b25-readiness-card::before { display: none; }
#readiness .b25-reference-frame--evidence .b25-reference-frame__pulse { opacity: .72; }
#readiness .b25-reference-frame--evidence .b25-reference-frame__pulse .line span { animation-duration: 6s; }

/* Local recovery – home-2 process pattern, adapted to the B25 narrative */
.b25-recovery-options {
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.b25-recovery-options .fs-process-wrap {
  border-color: rgba(122, 45, 255, .14);
  background: #fff;
  box-shadow: 0 24px 70px rgba(50, 22, 78, .06);
}

.b25-recovery-process__steps {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.b25-recovery-options .fs-process-item {
  width: 100%;
  padding: 20px 22px 17px;
  color: inherit;
  font: inherit;
  text-align: left;
  transform: translateY(0);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease, background-color .28s ease;
}

.b25-recovery-options .fs-process-item:not(:last-child) {
  margin-bottom: 18px;
}

.b25-recovery-options .fs-process-item .xb-item--title {
  margin-top: 16px;
}

.b25-recovery-options .fs-process-item .xb-item--icon {
  transform: translateX(0);
  transition: transform .28s ease, filter .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .b25-recovery-options .fs-process-item:not(.active):hover {
    border-color: rgba(122, 45, 255, .34);
    background: rgba(250, 247, 255, .96);
    box-shadow: 0 16px 34px rgba(50, 22, 78, .09), 0 0 0 1px rgba(122, 45, 255, .06);
    transform: translateY(-3px);
  }

  .b25-recovery-options .fs-process-item:not(.active):hover .xb-item--icon {
    filter: drop-shadow(0 7px 12px rgba(122, 45, 255, .22));
    transform: translateX(5px);
  }
}

.b25-recovery-options .fs-process-item.active {
  background: #fff;
  border-color: rgba(122, 45, 255, .14);
  box-shadow: 0 14px 30px rgba(50, 22, 78, .08);
  cursor: default;
  transform: translateY(-2px);
}

.b25-recovery-options .fs-process-item.active::before,
.b25-recovery-options .fs-process-item.active::after {
  height: 4px;
  opacity: 1;
  top: 0;
}

.b25-recovery-options .fs-process-item:nth-child(1)::before { background: #fff0cf; }
.b25-recovery-options .fs-process-item:nth-child(1)::after { background: #db8c06; }
.b25-recovery-options .fs-process-item:nth-child(2)::before { background: #eee5ff; }
.b25-recovery-options .fs-process-item:nth-child(2)::after { background: #7c2cff; }
.b25-recovery-options .fs-process-item:nth-child(3)::before { background: #d8f8ed; }
.b25-recovery-options .fs-process-item:nth-child(3)::after { background: #10b981; }

.b25-recovery-options .fs-process-item:focus-visible {
  outline: 3px solid rgba(122, 45, 255, .28);
  outline-offset: 3px;
}

.b25-recovery-options .fs-process-item.active.is-progress-reset::after {
  animation: b25RecoveryStepProgress 8s linear forwards;
  width: 0;
}

.b25-recovery-process.is-paused .fs-process-item.active::after { animation-play-state: paused; }

@keyframes b25RecoveryStepProgress {
  from { width: 0; }
  to { width: 100%; }
}

.b25-recovery-process__visual { margin-left: 0; }

.b25-recovery-process__visual .fs-process-image-inner {
  min-height: 570px;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 70% 48%, rgba(132, 67, 235, .13), transparent 40%),
    radial-gradient(circle, rgba(119, 68, 201, .1) 1px, transparent 1.5px),
    #f7f5ff;
  background-size: auto, 18px 18px, auto;
  box-shadow: inset 0 0 0 1px rgba(122, 45, 255, .06);
}

.b25-recovery-process__visual .b25-recovery-panel {
  inset: 0;
  width: 100%;
  padding: clamp(30px, 3vw, 48px);
  color: #231337;
  transform: translateY(12px);
  pointer-events: none;
}

.b25-recovery-process__visual .b25-recovery-panel.active {
  transform: translateY(0);
  pointer-events: auto;
}

.b25-recovery-panel__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #7434cc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.b25-recovery-panel h3 {
  max-width: 620px;
  margin-bottom: 28px;
  color: #231337;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.08;
}

.b25-recovery-panel > p,
.b25-recovery-panel li {
  color: #62576f;
  font-size: 16px;
  line-height: 1.55;
}

.b25-recovery-panel__image {
  display: block;
  width: min(94%, 500px);
  height: auto;
  margin: -26px auto 10px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(67, 35, 108, .14));
}

.b25-recovery-panel__image--comparison {
  width: min(92%, 490px);
  margin-block: -26px 2px;
}

.b25-recovery-signals { inset: 0; pointer-events: none; position: absolute; z-index: 4; }

.b25-recovery-signals span {
  --signal-accent: #ef5b5b;
  --signal-bg: rgba(255, 248, 248, .96);
  --signal-border: rgba(229, 72, 72, .26);
  align-items: center;
  animation: b25RecoverySignalFloat 5.8s ease-in-out infinite;
  background: var(--signal-bg);
  border: 1px solid var(--signal-border);
  border-radius: 999px;
  box-shadow: 0 13px 28px rgba(75, 35, 95, .14);
  color: #432438;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  line-height: 1;
  padding: 10px 14px 10px 10px;
  position: absolute;
  white-space: nowrap;
}

.b25-recovery-signals span::before {
  align-items: center;
  background: var(--signal-accent);
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: inline-flex;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.b25-recovery-signals span:nth-child(1) { left: 3%; top: 48%; }
.b25-recovery-signals span:nth-child(2) { right: 2%; top: 59%; animation-delay: -2.1s; animation-duration: 6.7s; }
.b25-recovery-signals span:nth-child(3) { left: 8%; top: 76%; animation-delay: -4.4s; animation-duration: 7.4s; }

.b25-recovery-signals--analysis span { --signal-accent: #ec9210; --signal-bg: rgba(255, 251, 241, .97); --signal-border: rgba(224, 139, 13, .28); }
.b25-recovery-signals--analysis span:nth-child(1),
.b25-recovery-signals--analysis span:nth-child(3) { --signal-accent: #15ad78; --signal-bg: rgba(244, 255, 251, .97); --signal-border: rgba(17, 157, 109, .26); }
.b25-recovery-signals--analysis span:nth-child(1)::before { content: "↓"; }
.b25-recovery-signals--analysis span:nth-child(2)::before { content: "+"; }
.b25-recovery-signals--analysis span:nth-child(3)::before { content: "↑"; }
.b25-recovery-signals--approved span { --signal-accent: #15ad78; --signal-bg: rgba(244, 255, 251, .97); --signal-border: rgba(17, 157, 109, .26); }
.b25-recovery-signals--approved span::before { content: "✓"; }

@keyframes b25RecoverySignalFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@media (prefers-reduced-motion: reduce) { .b25-recovery-signals span { animation: none; } }

.b25-recovery-route,
.b25-recovery-decision {
  display: flex;
  align-items: center;
  margin: 52px 0 42px;
}

.b25-recovery-route span,
.b25-recovery-decision span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.b25-recovery-route i {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(185, 144, 255, .45);
}

.b25-recovery-route i::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b990ff;
  box-shadow: 0 0 18px #8b3dff;
  content: '';
  animation: b25RecoveryPulse 4.8s linear infinite;
}

.b25-recovery-route i:nth-of-type(2)::after { animation-delay: 1.6s; }
.b25-recovery-route i:nth-of-type(3)::after { animation-delay: 3.2s; }

@keyframes b25RecoveryPulse {
  from { left: 0; transform: translate(-50%, -50%); }
  to { left: 100%; transform: translate(-50%, -50%); }
}

.b25-recovery-route .is-risk {
  border-color: rgba(255, 139, 116, .7);
  color: #ffad9d;
}

.b25-recovery-panel__note { margin: 2px 0 0; text-align: center; font-size: 12px !important; }

.b25-recovery-panel ul { display: grid; gap: 8px; margin-top: 8px; }
.b25-recovery-panel li::before { margin-right: 10px; color: #0d9f70; content: '✓'; }

@media (max-width: 991px) {
  .b25-recovery-process__visual { margin-left: 0; }
  .b25-recovery-process__visual .fs-process-image-inner { min-height: 540px; }
  .b25-recovery-signals span { font-size: 11px; padding: 8px 10px 8px 8px; }
}

@media (max-width: 767px) {
  .b25-recovery-options { padding-bottom: 44px !important; padding-top: 44px !important; }
  .b25-recovery-options .fs-process-wrapper { padding-inline: 0; }
  .b25-recovery-options .fs-process-wrap { padding: 12px; }
  .b25-recovery-options .fs-process-item:not(:last-child) { margin-bottom: 12px; }
  .b25-recovery-process__visual .fs-process-image-inner { min-height: 620px; }
  .b25-recovery-process__visual .b25-recovery-panel { padding: 24px 20px; }
  .b25-recovery-panel__image { width: min(90%, 440px); }
  .b25-recovery-panel__image--comparison { width: min(88%, 430px); }
  .b25-recovery-signals { display: none; }
  .b25-recovery-route { align-items: stretch; flex-direction: column; gap: 9px; margin: 28px 0; }
  .b25-recovery-route i { flex: none; width: 1px; height: 22px; margin: auto; }
  .b25-recovery-route i::after { display: none; }
  .b25-recovery-decision { align-items: stretch; flex-direction: column; margin-top: 32px; }
  .b25-recovery-decision i { transform: rotate(90deg); text-align: center; }

  .b25-recovery-process.is-mobile-accordion .b25-recovery-process__steps {
    display: flex;
    height: auto;
    justify-content: flex-start;
  }

  .b25-recovery-process.is-mobile-accordion .fs-process-item {
    margin-bottom: 10px;
  }

  .b25-recovery-process.is-mobile-accordion .fs-process-item.active {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .b25-recovery-process.is-mobile-accordion .b25-recovery-panel {
    position: relative;
    inset: auto;
    display: none;
    width: 100%;
    min-height: 0;
    margin: 0 0 12px;
    padding: 24px 18px 22px;
    overflow: hidden;
    border: 1px solid rgba(122, 45, 255, .14);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: radial-gradient(circle, rgba(119, 68, 201, .09) 1px, transparent 1.5px), #f7f5ff;
    background-size: 18px 18px, auto;
    color: #231337;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .b25-recovery-process.is-mobile-accordion .b25-recovery-panel.active {
    display: block;
  }

  .b25-recovery-process.is-mobile-accordion .b25-recovery-panel h3 {
    margin-bottom: 20px;
    font-size: clamp(25px, 7.2vw, 32px);
  }

  .b25-recovery-process.is-mobile-accordion .b25-recovery-panel__image,
  .b25-recovery-process.is-mobile-accordion .b25-recovery-panel__image--comparison {
    width: 100%;
    margin: 0 auto 16px;
  }

  .b25-recovery-process.is-mobile-accordion .b25-recovery-process__visual {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b25-recovery-route i::after { animation: none; }
  .b25-recovery-options .fs-process-item.active.is-progress-reset::after { animation: none; width: 100%; }
}

/* Problem cards stay editorial and quiet, with less visual softness. */
.automation-saas .problem .as-problem-inner { gap: 14px; }
.automation-saas .problem .as-problem-item { border-radius: 14px; padding: 22px; }

/* Four technology responsibilities, without a large empty central logo column. */
#agent-system .as-introduction-wrap { background: #f5f1ff; }
#agent-system .as-introduction-wrap > .row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; }
#agent-system .as-introduction-wrap > .row > div { display: contents; }
#agent-system .as-introduction-wrap > .row > div:nth-child(2) { display: none; }
#agent-system .as-introduction-inner { display: contents; }
#agent-system .as-asintroduction-item { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: hidden; }
#agent-system .as-asintroduction-item .xb-item--inner { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 16px; padding: 30px; height: 100%; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
#agent-system .as-asintroduction-item .xb-item--holder { padding: 0; }
#agent-system .as-asintroduction-item .xb-item--title { font-size: 25px; line-height: 1.2; margin-bottom: 16px; }
#agent-system .as-asintroduction-item .xb-item--content { font-size: 16px; line-height: 1.65; color: var(--b25-muted); }
#agent-system .as-asintroduction-item .xb-item--img { position: relative; inset: auto; margin: auto 0; width: 150px; max-height: 190px; overflow: hidden; }
#agent-system .as-asintroduction-item .xb-item--img > img { object-fit: contain; width: 100%; }
#agent-system .as-asintroduction-item .xb-item--tag,
#agent-system .as-asintroduction-item .code,
#agent-system .as-asintroduction-item .apps-img,
#agent-system .blur-shape { display: none; }

/* Information categories remain visible, but do not outweigh the product story. */
#how-it-works .as-work-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
#how-it-works .as-work-item { margin: 0; }
#how-it-works .as-work-item .xb-item--inner { display: flex; flex-direction: column; align-items: stretch; height: 100%; min-height: 440px; padding: 28px; border: 0; border-radius: 0; overflow: hidden; position: relative; box-shadow: none; }
#how-it-works .as-work-item .xb-item--holder { max-width: none; width: 100%; padding: 0; position: relative; z-index: 1; }
#how-it-works .as-work-item .xb-item--number { font-size: 78px; line-height: 1; margin-bottom: 18px; }
#how-it-works .as-work-item .xb-item--title { font-size: 27px; line-height: 1.18; margin-bottom: 16px; }
#how-it-works .as-work-item .xb-item--content { font-size: 17px; line-height: 1.6; color: #51475c; }
#how-it-works .as-work-item .xb-item--img { position: absolute; inset: auto -6% -70px auto; transform: none; width: 100%; margin: 0; padding: 0; height: 245px; opacity: 1; pointer-events: none; z-index: 0; }
#how-it-works .as-work-item .xb-item--img > img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; }
#how-it-works .as-work-item .b25-information-visual { height: 245px; padding: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.16) 24%, rgba(0,0,0,.44) 50%, rgba(0,0,0,.76) 72%, #000 90%); mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.16) 24%, rgba(0,0,0,.44) 50%, rgba(0,0,0,.76) 72%, #000 90%); }
#how-it-works .as-work-item .b25-information-visual > img { transform: translateX(7%) scale(1.12); transform-origin: right bottom; }
#how-it-works .as-work-item .shape,
#how-it-works .as-work-item .shape-1,
#how-it-works .as-work-item .shape-2,
#how-it-works .as-work-item .shape-3 { display: none; }
#how-it-works .as-work-inner + p { margin-top: 24px; font-size: 15px; }

.automation-saas .b25-agent-network__definition { white-space: normal; flex-wrap: wrap; gap: 12px 24px; }
.automation-saas .b25-agent-step { padding: 24px 18px; }
.automation-saas .b25-agent-step h3 { font-size: 24px; }
.automation-saas .b25-agent-step p { font-size: 16px; line-height: 1.6; }
.b25-agent-network__controls {
  color: #493c53;
  font-size: 13px;
  font-weight: 600;
}
.b25-agent-network__controls span::before {
  color: #08a96f;
  font-size: 15px;
  font-weight: 800;
}
.b25-agent-network__meta {
  color: #51445b;
  font-size: 12px;
  font-weight: 700;
}
.b25-agent-step__type {
  color: #65576f;
  font-size: 11px;
  font-weight: 700;
}
.b25-control-summary { padding-top: 16px; }
.b25-control-summary > h3 { font-size: 22px; margin-bottom: 20px; }
.b25-control-summary .b25-governance-legend { margin: 0; }
.b25-control-summary .b25-governance-legend li { min-height: 150px; padding: 28px 20px; box-shadow: none; }
.b25-control-summary .b25-governance-legend strong { font-size: 21px; }
.b25-control-summary .b25-governance-legend small { font-size: 15px; }
.b25-control-summary .b25-governance-legend li > span { opacity: .15; }

/* Readability pass: informative labels stay legible; only decorative numerals remain quiet. */
.b25-agent-network__scope-note > span,
.b25-integration-context__note span,
.b25-readiness__boundary-note {
  color: #5f356f;
  font-size: 11px;
  font-weight: 700;
}
.b25-integration-context__summary > span,
.b25-readiness-card__label {
  color: #6726b4;
  font-size: 12px;
  font-weight: 700;
}
.b25-agent-network__scope-note p,
.b25-integration-context__note,
.b25-readiness__boundary,
.b25-governance__placeholder-note {
  color: #554b5d;
  font-size: 14px;
}
.b25-founder-theses p,
.b25-evidence-rail__placeholder-note {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
}
.b25-map-toolbar,
.b25-map-footer {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 600;
}
.automation-saas .as-feature-item .xb-item--title { font-size: 27px; line-height: 1.2; }
.automation-saas .as-feature-item .xb-item--content { font-size: 17px; line-height: 1.6; }
.automation-saas .as-feature-item .xb-item--img { max-height: 210px; overflow: hidden; }
.automation-saas .b25-integration-context { margin-top: 0; box-shadow: none; }
.automation-saas .b25-system-category { min-height: 115px; }
.automation-saas .b25-integration-context__note { font-size: 16px; line-height: 1.6; }
.automation-saas .b25-integration-matrix-wrap { max-width: 1079px; margin-inline: auto; }
.automation-saas .b25-integration-matrix .item {
  --b25-system-delay: 0s;
  --b25-system-duration: 28s;
  animation: b25SystemBreath var(--b25-system-duration) cubic-bezier(.45, 0, .25, 1) var(--b25-system-delay) infinite;
  padding: 0;
  transform-origin: center;
  will-change: transform, box-shadow;
}
.automation-saas .b25-integration-matrix .item span {
  align-items: center;
  animation: b25SystemLabel var(--b25-system-duration) ease-in-out var(--b25-system-delay) infinite;
  color: #2a123f;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: .045em;
  width: 100%;
}
.automation-saas .b25-integration-matrix .item--1 { --b25-system-delay: -17s; --b25-system-duration: 31s; }
.automation-saas .b25-integration-matrix .item--2 { --b25-system-delay: -4s; --b25-system-duration: 27s; }
.automation-saas .b25-integration-matrix .item--3 { --b25-system-delay: -22s; --b25-system-duration: 34s; }
.automation-saas .b25-integration-matrix .item--4 { --b25-system-delay: -9s; --b25-system-duration: 29s; }
.automation-saas .b25-integration-matrix .item--5 { --b25-system-delay: -26s; --b25-system-duration: 33s; }
.automation-saas .b25-integration-matrix .item--6 { --b25-system-delay: -13s; --b25-system-duration: 30s; }
.automation-saas .b25-integration-matrix .item--7 { --b25-system-delay: -2s; --b25-system-duration: 35s; }
.automation-saas .b25-integration-matrix .item--8 { --b25-system-delay: -19s; --b25-system-duration: 28s; }
.automation-saas .b25-integration-matrix .item--9 { --b25-system-delay: -7s; --b25-system-duration: 32s; }
.automation-saas .b25-integration-matrix .item--10 { --b25-system-delay: -29s; --b25-system-duration: 36s; }
.automation-saas .b25-integration-matrix .item--11 { --b25-system-delay: -11s; --b25-system-duration: 26s; }
.automation-saas .b25-integration-matrix .item--12 { --b25-system-delay: -24s; --b25-system-duration: 37s; }
.automation-saas .b25-integration-matrix .item--13 { --b25-system-delay: -15s; --b25-system-duration: 30s; }
.automation-saas .b25-integration-matrix .item:nth-of-type(3n + 2) span { color: #7135c6; }
.automation-saas .b25-integration-matrix .item:hover {
  animation: none;
  filter: grayscale(0);
  opacity: .85;
  box-shadow: 0 15px 30px rgba(103, 45, 174, .2);
  transform: scale(1.09);
}
.automation-saas .b25-integration-matrix .item:hover span {
  animation: none;
  color: #241035;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

@keyframes b25SystemBreath {
  0%, 62%, 100% { box-shadow: 0 4px 4px 0 #e4dced; transform: scale(1); }
  72% { box-shadow: 0 3px 7px rgba(82, 39, 126, .1); transform: scale(.94); }
  82% { filter: grayscale(0); opacity: .85; box-shadow: 0 15px 30px rgba(103, 45, 174, .2); transform: scale(1.09); }
  92% { box-shadow: 0 6px 12px rgba(82, 39, 126, .12); transform: scale(1); }
}

@keyframes b25SystemLabel {
  0%, 62%, 100% { color: #77717e; opacity: 1; }
  72% { color: #5d5069; opacity: 1; }
  82% { color: #241035; opacity: 1; text-shadow: 0 1px 0 rgba(255, 255, 255, .7); }
  92% { color: #5d5069; opacity: 1; text-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  .automation-saas .b25-integration-matrix .item,
  .automation-saas .b25-integration-matrix .item span {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.automation-saas .b25-integration-matrix__note {
  justify-content: center;
  margin: 34px auto 0;
  max-width: 930px;
  text-align: left;
}
@media (min-width: 1200px) {
  .automation-saas .b25-integration-matrix__note {
    max-width: none;
    width: max-content;
    white-space: nowrap;
  }
}
.automation-saas .b25-readiness-card { min-height: 0; padding: 30px 24px; box-shadow: none; transform: none; }
.automation-saas .b25-readiness-card:nth-child(even) { transform: none; }
.automation-saas .b25-readiness-card > strong { font-size: 52px; margin: 34px 0 20px; }
.automation-saas .b25-readiness-card h3 { font-size: 23px; line-height: 1.25; }
.automation-saas .b25-readiness-card p { font-size: 16px; line-height: 1.65; }
.automation-saas .b25-readiness__boundary p { font-size: 14px; line-height: 1.6; }
.b25-evidence-link { display: inline-block; margin: 20px 0 32px; font-size: 18px; font-weight: 600; color: #6327a4; text-decoration: underline; text-underline-offset: 5px; }
.automation-saas .b25-commercial-path { margin-top: 0; grid-template-columns: 1fr; gap: 28px; padding: 36px; box-shadow: none; }
.automation-saas .b25-commercial-path__heading h3 { max-width: 700px; font-size: 32px; }
.automation-saas .b25-commercial-path__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.automation-saas .b25-commercial-step { padding: 30px 24px; }
.automation-saas .b25-commercial-step > span { opacity: .14; }
.automation-saas .b25-commercial-step h4 { font-size: 25px; }
.automation-saas .b25-commercial-step p { font-size: 16px; line-height: 1.65; }

.b25-founder-note { border-left: 2px solid #a179d1; padding: 4px 0 4px 24px; margin-bottom: 32px; max-width: 900px; }
.b25-founder-note p { font-size: 21px; line-height: 1.6; color: #eee6f7; margin-bottom: 10px; }
.b25-founder-note cite { display: block; font-size: 14px; font-style: normal; color: #c8b4df; }
.automation-saas .b25-team__heading { margin-bottom: 32px; }
.automation-saas .b25-team__heading > p { font-size: 17px; line-height: 1.65; }
.automation-saas .b25-team-card__body { padding: 36px; }
.automation-saas .b25-team-card__body h3 { font-size: 36px; }
.automation-saas .b25-team-card__body > p:not(.b25-team-card__role) { font-size: 18px; line-height: 1.65; padding-block: 20px; }
.automation-saas .b25-team-card__body ul { padding-top: 0; }
.automation-saas .b25-team-card__body li { font-size: 15px; padding: 10px 14px; }
.automation-saas .b25-team-card { height: auto; min-height: 410px; }
.automation-saas .b25-team__heading > p { color: #d0c3df; }
.automation-saas #engage .as-pricing-inner { padding: 32px; }
.automation-saas #engage .as-pricing-item { padding: 24px 20px; }
.automation-saas #engage .as-pricing-item.pro-item { padding: 24px 20px; }
.automation-saas #engage .xb-item--btn .thm-btn { padding-inline: 16px; }
.automation-saas #engage .xb-item--btn .inner { max-width: 100%; }
.automation-saas #engage .xb-item--btn .text { font-size: 17px; }
.automation-saas #engage .xb-item--btn .arrow { display: none; }
.automation-saas #engage .sec-title .content { color: #e0d4ee !important; }
.automation-saas #engage .xb-item--list li { font-size: 16px; line-height: 1.6; margin-bottom: 20px; }
.automation-saas #engage .xb-item--text,
.automation-saas #engage .xb-item--content,
.automation-saas #engage .xb-item--pricing_box p { font-size: 17px; line-height: 1.55; }
.automation-saas #engage .xb-item--pricing_box h3 { font-size: 38px; }
.automation-saas #engage .xb-item--holder { min-height: 0; }
.automation-saas #engage .xb-item--list { margin-top: 28px; }
.automation-saas #engage .xb-item--btn { padding-top: 20px; }
.automation-saas #engage .xb-item--cursor { display: none; }
.automation-saas .b25-faq .acc-btn { font-size: 24px; line-height: 1.35; padding: 24px 66px 24px 26px; }
.automation-saas .b25-faq .acc_body { font-size: 17px; line-height: 1.65; }
.automation-saas .b25-faq-contact { padding: 36px; }
.automation-saas .b25-faq-contact__actions a { font-size: 17px; }
.automation-saas .b25-final-cta .as-cta-wrapper { height: auto; min-height: 0; padding: 72px 0; overflow: hidden; }
.automation-saas .b25-final-cta .as-cta-inner .xb-item--inner { padding: 0; }
.automation-saas .b25-final-cta .as-cta-inner { min-height: 0; padding: 0; }
.automation-saas .b25-final-cta__meta { position: relative; margin-top: 28px; z-index: 2; }
.automation-saas .b25-final-cta__meta span { background: #ffffff12; color: #e7ddf3; border-color: #ffffff30; font-size: 15px; }
@media (min-width: 992px) {
  .automation-saas .b25-final-cta .as-cta-inner .sec-title .content { margin-left: 0; margin-right: 0; }
  .automation-saas .b25-final-cta__meta { flex-wrap: nowrap; }
  .automation-saas .b25-final-cta__meta span { font-size: 13px; padding: 9px 12px; white-space: nowrap; }
}
.automation-saas .b25-footer .as-footer-inner { padding: 36px 36px 22px; border-radius: 0; box-shadow: none; border: 0; }
.automation-saas .b25-footer .as-footer-wrapper { padding: 0; }
.automation-saas .b25-footer__top { gap: 60px; padding: 36px 0 42px; }
.automation-saas .b25-footer__statement h2 { font-size: 29px; margin-block: 24px 16px; }
.automation-saas .b25-footer__statement p,
.automation-saas .b25-footer__nav a { font-size: 15px; line-height: 1.65; }
.automation-saas .b25-footer__nav .footer-widget-title { font-size: 18px; }
.automation-saas .b25-footer__bottom { gap: 24px; margin-top: 0; padding-top: 20px; }
.automation-saas .b25-footer .as-blur-shape { display: none; }

@media (min-width: 1200px) {
  .automation-saas .b25-footer__bottom {
    align-items: center;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) 210px;
    padding: 20px 24px;
  }
  .automation-saas .b25-footer__bottom p {
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
  }
  .automation-saas .b25-footer__bottom p:nth-child(2) { text-align: center; }
}
.automation-saas a:focus-visible,
.automation-saas button:focus-visible { outline: 3px solid #ad81f0; outline-offset: 5px; }

@media (max-width: 991px) {
  .automation-saas .as-body-inner > section { padding: 56px 0; }
  .b25-reference-frame__lines,
  .b25-reference-frame__pulse { display: none; }
  #platform .as-solution-inner { gap: 12px; background: transparent; }
  #platform .as-solution-item,
  #platform .as-solution-item:nth-child(2),
  #platform .as-solution-item:nth-child(4) { border: 1px solid var(--b25-line); border-radius: 16px; background: #fff; }
  #readiness .b25-readiness-grid.b25-reference-frame--evidence { gap: 12px; background: transparent; }
  #readiness .b25-reference-frame--evidence .b25-readiness-card,
  #readiness .b25-reference-frame--evidence .b25-readiness-card:nth-child(even),
  #readiness .b25-reference-frame--evidence .b25-readiness-card:hover,
  #readiness .b25-reference-frame--evidence .b25-readiness-card:nth-child(even):hover {
    border: 1px solid var(--b25-line);
    border-radius: 16px;
    background: #fff;
  }
  #agent-system .as-introduction-wrap { background: transparent; }
  #agent-system .as-introduction-wrap > .row { gap: 16px; }
  #agent-system .as-asintroduction-item { border: 1px solid var(--b25-line); border-radius: 16px; background: #fff; }
  #how-it-works .as-work-inner { gap: 16px; }
  #how-it-works .as-work-item .xb-item--inner { border-radius: 16px; }
  #agent-system .as-asintroduction-item .xb-item--inner { grid-template-columns: 1fr; }
  #agent-system .as-asintroduction-item .xb-item--img { width: 100%; height: 130px; }
  #agent-system .as-asintroduction-item .xb-item--img img { max-height: 130px; width: auto; }
  #how-it-works .as-work-inner { grid-template-columns: 1fr; }
  #how-it-works .as-work-item .xb-item--inner { display: block; min-height: 330px; padding-bottom: 82px; }
  #how-it-works .as-work-item .xb-item--img { inset: auto -5% -69px auto; width: min(74%, 440px); height: 220px; margin: 0; opacity: 1; }
  .automation-saas .b25-commercial-path__steps { grid-template-columns: 1fr; }
  .automation-saas .b25-commercial-step + .b25-commercial-step { border-left: 0; border-top: 1px solid #ffffff20; }
  .automation-saas .b25-team-card__body { padding: 28px; }
  .automation-saas .b25-team-card__body h3 { font-size: 30px; }
}
@media (max-width: 767px) {
  .automation-saas .b25-integration-matrix .item { padding: 0; }
  .automation-saas .b25-integration-matrix .item span { font-size: 11px; letter-spacing: .02em; }
  .automation-saas .b25-integration-matrix .item--12 span { font-size: 9px; }
  .automation-saas .b25-integration-matrix__note { margin-top: 18px; }
  #how-it-works .as-work-item .xb-item--inner { min-height: 0; padding-bottom: 28px; }
  #how-it-works .as-work-item .b25-information-visual { display: none; }
}
@media (max-width: 575px) {
  .automation-saas .container { padding-inline: 18px; }
  .automation-saas .as-body-inner { border: 0; margin: 0; }
  .automation-saas .sec-title .title { font-size: 33px; line-height: 1.14; letter-spacing: -.025em; }
  .automation-saas .sec-title .sub-title { font-size: 14px; }
  .automation-saas .hero-area--three .xb-hero-content .sec-title .title { font-size: 38px; line-height: 1.12; }
  .automation-saas .hero-area--three .sec-title .content { font-size: 17px; line-height: 1.6; }
  .automation-saas .hero-area--three .xb-hero-content { padding-bottom: 30px; }
  .b25-status-strip { flex-direction: column; gap: 10px; align-items: center; text-align: center; font-size: 13px; padding: 18px; }
  #integrations .as-integration-wrapper, #agent-system .as-introduction-wrapper,
  #faq .as-faq-wrapper, #engage .as-pricing-container { padding: 52px 0; }
  #agent-system .as-introduction-wrap > .row { grid-template-columns: 1fr; }
  #agent-system .as-asintroduction-item .xb-item--inner { padding: 24px; }
  #how-it-works .as-work-item .xb-item--inner { display: block; min-height: 0; padding: 24px; }
  #how-it-works .as-work-item .xb-item--img,
  #how-it-works .as-work-item .b25-information-visual { inset: auto -8% -20px auto; width: 86%; height: 180px; opacity: 1; }
  #how-it-works .as-work-item .b25-information-visual > img { transform: scale(1.12); transform-origin: right bottom; }
  .automation-saas .b25-product-stage__tabs button { font-size: 13px; min-height: 46px; padding: 8px 10px; }
  .automation-saas .b25-agent-step h3 { font-size: 23px; }
  .automation-saas .b25-readiness-card > strong { margin-top: 20px; }
  .automation-saas .b25-commercial-path { padding: 26px 20px; }
  .automation-saas .b25-commercial-step { padding: 24px 0; }
  .automation-saas .b25-commercial-path__heading h3 { font-size: 28px; }
  .automation-saas .b25-team-card__body { padding: 24px; }
  .automation-saas #engage .as-pricing-inner { padding: 18px; }
  .automation-saas #engage .xb-item--pricing_box h3 { font-size: 34px; }
  .automation-saas .b25-faq .acc-btn { font-size: 21px; padding: 22px 58px 22px 22px; }
  .automation-saas .b25-faq-contact { padding: 26px; }
  .automation-saas .b25-final-cta .as-cta-wrapper { padding: 52px 0; }
  .automation-saas .b25-footer .as-footer-inner { padding: 36px 0 20px; }
  .automation-saas .b25-footer__statement h2 { font-size: 26px; }
  .automation-saas .xb-backtotop { right: 8px; bottom: 12px; }
  .automation-saas .xb-backtotop a { width: 34px; height: 34px; line-height: 34px; font-size: 18px; }
}

/* Compact consent rail: informative, reversible and deliberately non-modal. */
.b25-consent {
  align-items: center;
  background: rgba(13, 4, 24, .96);
  border: 1px solid rgba(186, 133, 255, .28);
  border-radius: 14px;
  bottom: max(12px, env(safe-area-inset-bottom));
  box-shadow: 0 16px 44px rgba(20, 3, 39, .24);
  color: #f8f3ff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 50%;
  max-width: 1080px;
  padding: 10px 12px 10px 18px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 100010;
}

.b25-consent[hidden] { display: none; }
.b25-consent p { color: #e8dff1; font-size: 13px; line-height: 1.45; margin: 0; }
.b25-consent p a { color: #d7b7ff; text-decoration: underline; text-underline-offset: 3px; }
.b25-consent__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.b25-consent__button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 36px;
  padding: 7px 14px;
  white-space: nowrap;
}
.b25-consent__button--primary { background: #7d2cff; border-color: #9e66ff; }
.b25-consent__button:hover { border-color: #c69bff; }
.b25-consent__button:focus-visible { outline: 3px solid #d5b6ff; outline-offset: 2px; }

@media (max-width: 575px) {
  .b25-consent {
    align-items: stretch;
    border-radius: 12px;
    bottom: max(8px, env(safe-area-inset-bottom));
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px;
    width: calc(100% - 16px);
  }
  .b25-consent p { font-size: 11px; line-height: 1.35; }
  .b25-consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .b25-consent__button {
    line-height: 1.15;
    min-height: 40px;
    min-width: 0 !important;
    padding: 6px 8px;
    white-space: normal;
    width: 100%;
  }

  /* Keep first-screen CTAs above the consent rail. */
  body:has(.b25-consent:not([hidden])) .automation-saas #top .xb-hero-content {
    padding-bottom: 148px;
  }

  /* Leave scroll room so lower sections are not trapped under the rail. */
  body:has(.b25-consent:not([hidden])) {
    padding-bottom: 108px;
  }
}

/* Editorial refinement: keep the product story visible, details on demand. */
.automation-saas .wow { visibility: visible !important; opacity: 1 !important; animation: none !important; }
.automation-saas #top > .as-sec-shape .wow.animated,
.automation-saas #pilot > .as-sec-shape .wow.animated {
  animation-duration: 600ms !important;
  animation-name: zoomIn !important;
}
.automation-saas .as-body-inner > section { padding-block: 56px; }
.automation-saas .sec-title .title { font-size: clamp(30px, 3.1vw, 46px); }
.automation-saas .sec-title .content, .automation-saas .b25-section-intro { max-width: 760px; font-size: 18px; line-height: 1.6; }
.automation-saas .hero-area--three .sec-title .title { color: #f7f2ff; background: none; -webkit-text-fill-color: #f7f2ff; }
.automation-saas .hero-area--three .xb-item--content { max-width: 710px; margin-inline: auto; font-size: 19px; line-height: 1.6; font-weight: 400; color: #e0d7ed; }
.automation-saas .hero-area--three .xb-item--breadcrumd { font-size: 12px; letter-spacing: .06em; padding: 10px 18px; }
.automation-saas .hero-area--three .b25-video-link { background: transparent; border: 1px solid #bca6d466; box-shadow: none; color: #f6efff; }
.automation-saas .hero-area--three .b25-video-link .text { color: inherit; }
.automation-saas .hero-area--three .b25-video-link img { filter: brightness(0) invert(1); }
.automation-saas .as-problem-inner, .automation-saas .as-solution-inner { padding: 0; background: transparent; border: 0; }
.automation-saas .as-problem-item, .automation-saas .as-solution-item { background: #fff; box-shadow: none; border: 1px solid #e4deec; border-radius: 18px; transform: none; }
.automation-saas .as-problem-item::before, .automation-saas .as-solution-item::before { display: none; }
.automation-saas .as-problem-item { padding: 24px; }
.automation-saas .as-solution-item { padding: 24px; min-height: 0; }
.automation-saas .as-solution-item .xb-item--icon { margin-bottom: 20px; }
.automation-saas .as-solution-item .xb-item--title { font-size: 22px; min-height: 53px; margin-bottom: 12px; }
.automation-saas .as-solution-item .xb-item--content { color: #554c61; }
.automation-saas .b25-product-stage__viewport { max-height: none; }
.automation-saas .b25-product-stage__viewport .tab-pane > img { width: 100%; max-height: 430px; object-fit: contain; object-position: top; }
.b25-stage-story { padding: 26px 32px; text-align: left; background: #fff; border-bottom: 1px solid #e4deec; }
.b25-stage-story__step { font-size: 12px; letter-spacing: .06em; color: #6927bb; margin: 0 0 12px; }
.b25-stage-story h3 { color: #231337; font-size: 27px; line-height: 1.25; margin-bottom: 10px; }
.b25-stage-story > p:last-child { color: #554c61; font-size: 17px; line-height: 1.6; margin: 0; max-width: 780px; }
.automation-saas #how-it-works, .automation-saas #b2a2b { padding-block: 0; border: 0; }
.b25-deep-dive { max-width: 1280px; margin: 0 auto; border-bottom: 1px solid #ded5e9; }
.b25-deep-dive > summary { display: list-item; cursor: pointer; color: #36204e; font-size: 18px; line-height: 1.5; padding: 24px 8px; list-style-position: inside; font-weight: 500; }
.b25-deep-dive > summary::marker { color: #7834ca; }
.b25-deep-dive > summary:hover { color: #6523b2; }
.b25-deep-dive > summary:focus-visible { outline: 3px solid #9361d6; outline-offset: 3px; }
.b25-deep-dive__content { padding: 24px 0 20px; }
.b25-deep-dive .sec-title { margin-bottom: 28px; }
.automation-saas .b25-agent-step { min-height: 260px; padding: 24px 18px; }
.automation-saas .b25-agent-step h3 { margin-top: 22px; font-size: 21px; }
.automation-saas .b25-agent-step__eyebrow { color: #c4b3d4; }
#agent-system .as-introduction-wrapper, #integrations .as-integration-wrapper, #faq .as-faq-wrapper, #engage .as-pricing-container { padding-block: 56px; }
#agent-system .as-asintroduction-item .xb-item--inner { padding: 24px; }
.automation-saas .as-feature-item { box-shadow: none; }
.automation-saas .as-feature-item .xb-item--img { max-height: 130px; }
.automation-saas .as-feature-item .xb-item--title { font-size: 23px; }
.automation-saas .as-feature-item .xb-item--content { font-size: 16px; }
.b25-evaluation-path { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 28px 0 24px; }
.b25-evaluation-path article { padding: 24px; background: #fff; border: 1px solid #e4deec; border-radius: 18px; }
.b25-evaluation-path h3 { font-size: 23px; line-height: 1.25; margin-bottom: 14px; color: #29153e; }
.b25-evaluation-path p { font-size: 16px; line-height: 1.6; color: #554c61; margin: 0; }
.b25-evidence-details .b25-readiness-grid { margin-top: 16px; }
.automation-saas .b25-readiness-card > strong { font-size: 38px; margin: 20px 0 12px; }
.automation-saas .b25-readiness-card h3 { font-size: 20px; }
.automation-saas .b25-readiness-card__number { display: none; }
.automation-saas .b25-readiness__heading { margin-bottom: 28px; }
.automation-saas .b25-commercial-path { padding: 28px; border-radius: 20px; gap: 20px; }
.automation-saas .b25-commercial-path__heading h3 { font-size: 27px; }
.automation-saas .b25-commercial-step { padding: 16px; }
.automation-saas .b25-commercial-step > span { display: none; }
.automation-saas .b25-commercial-step h4 { font-size: 21px; }
.automation-saas .b25-commercial-step p { font-size: 15px; }
.automation-saas .b25-team__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.automation-saas .b25-team-card, .automation-saas .b25-team-card--reverse { display: flex; flex-direction: column; min-height: 0; height: auto; transform: none !important; opacity: 1 !important; }
.automation-saas .b25-team-card__portrait { width: 100%; height: 300px; min-height: 0; flex: none; margin: 0; order: 0; }
.automation-saas .b25-team-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.automation-saas .b25-team-card__body { padding: 26px; width: 100%; order: 1; }
.automation-saas .b25-team-card__body h3 { font-size: 29px; }
.automation-saas .b25-team-card__body > p:not(.b25-team-card__role) { font-size: 16px; line-height: 1.6; padding-block: 14px; }
.automation-saas .b25-team-card__body li { font-size: 13px; padding: 7px 10px; }
.automation-saas .b25-team__heading { align-items: start; }
.automation-saas .b25-founder-note { border: 0; padding: 0; margin-bottom: 24px; }
.automation-saas .b25-founder-note__label { color: #e4d8f0; font-size: 18px; font-weight: 500; margin: 0 0 14px; }
.automation-saas .b25-founder-note blockquote { margin: 0; }
.automation-saas .b25-founder-note p { font-size: 17px; }
.automation-saas #engage .as-pricing-inner { padding: 0; background: transparent; border: 0; }
.automation-saas #engage .as-pricing-item, .automation-saas #engage .as-pricing-item.pro-item { padding: 28px; background: #fff; border: 1px solid #e6ddef; border-radius: 20px; color: #28143b; box-shadow: none; }
.automation-saas #engage .as-pricing-item :is(h3,p,li) { color: #463850 !important; }
.automation-saas #engage .xb-item--pricing_box h3 { font-size: 30px; color: #271339 !important; }
.automation-saas #engage .xb-item--wrap { padding: 0; background: transparent; border: 0; box-shadow: none; }
.automation-saas #engage .xb-item--content { border: 0; padding: 0; border-radius: 0; }
.automation-saas #engage .xb-item--sub-title { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.automation-saas #engage .xb-item--tag, .automation-saas #engage .xb-item--star { display: none; }
.automation-saas #engage .xb-item--list li { font-weight: 400; margin-bottom: 16px; }
.automation-saas #engage .xb-item--btn .thm-btn { background: #7024c5; color: #fff; }
.automation-saas #engage .xb-item--btn .text { color: #fff; }
.automation-saas #engage .as-pricing-item::before, .automation-saas #engage .as-pricing-item::after { display: none; }
.automation-saas #engage .content { font-weight: 400; }
.automation-saas .b25-final-cta .xb-item--content { font-weight: 400; }
.automation-saas .xb-menu-primary > li > a { padding-block: 16px; }
.automation-saas .xb-menu-primary { margin-top: 28px; }
@media(max-width:991px) {
  .b25-deep-dive { margin-inline: 24px; }
  .automation-saas .b25-team-card__portrait { height: 260px; }
  .automation-saas #engage .as-pricing-item { padding: 24px; }
}
@media(max-width:767px) {
  .b25-evaluation-path, .automation-saas .b25-team__grid { grid-template-columns: 1fr; }
  .automation-saas .b25-team-card { display: grid; grid-template-columns: 150px 1fr; }
  .automation-saas .b25-team-card__portrait { height: 100%; }
  .automation-saas .b25-team-card__body { padding: 22px; }
  .automation-saas .b25-team-card__body h3 { font-size: 25px; }
}
@media(max-width:575px) {
  .automation-saas .as-body-inner > section { padding-block: 40px; }
  .automation-saas #b2a2b, .automation-saas #how-it-works { padding: 0; }
  .automation-saas .hero-area--three .xb-item--content { font-size: 16px; line-height: 1.55; max-width: 340px; }
  .automation-saas .hero-area--three .xb-item--breadcrumd { font-size: 10px; line-height: 1.4; padding: 10px 14px; }
  .automation-saas .hero-area--three .sec-title .title { font-size: 29px; }
  .b25-stage-story { padding: 22px 18px; }
  .b25-stage-story h3 { font-size: 23px; }
  .b25-stage-story > p:last-child { font-size: 16px; }
  .automation-saas .b25-product-stage__viewport .tab-pane > img { max-height: 220px; }
  .b25-deep-dive { margin-inline: 18px; }
  .b25-deep-dive > summary { font-size: 17px; padding-block: 20px; }
  .b25-evaluation-path { gap: 12px; }
  .b25-evaluation-path article { padding: 20px; }
  .automation-saas .b25-team-card { display: flex; }
  .automation-saas .b25-team-card__portrait { height: 250px; }
  .automation-saas .b25-team-card__portrait img { object-position: center 22%; }
  .automation-saas .b25-commercial-path { padding: 24px 16px; }
  .automation-saas .b25-commercial-step { padding: 14px 0; }
  .automation-saas .b25-faq .acc-btn { font-size: 18px; }
}
@media(prefers-reduced-motion:reduce) {
  .automation-saas *, .automation-saas *::before, .automation-saas *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Commercial path and team are primary narrative sections, not secondary cards. */
.automation-saas .sec-title .title,
.automation-saas .b25-commercial-path__title,
.automation-saas .b25-team__title {
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-transform: none;
  text-wrap: balance;
}

.automation-saas .b25-commercial-path__title,
.automation-saas .b25-team__title {
  color: #fff;
  margin: 0;
}

.automation-saas .b25-commercial-path__subtitle,
.automation-saas .b25-team__subtitle {
  color: #d8cde5;
  font-family: var(--font-heading);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 16px 0 0;
  max-width: 760px;
  text-wrap: balance;
}

.automation-saas #engage .sec-title .b25-engagement-title,
.automation-saas .b25-final-cta .as-cta-inner .sec-title .b25-final-cta__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
  text-transform: none;
  text-wrap: balance;
}

.automation-saas .b25-engagement-subtitle,
.automation-saas .b25-final-cta__subtitle {
  color: #e2d7ef;
  font-family: var(--font-heading);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 16px 0 0;
  text-wrap: balance;
}

.automation-saas .b25-engagement-subtitle {
  text-align: center;
}

.automation-saas .b25-commercial-path {
  padding-block: 14px;
}

.automation-saas #team.b25-team {
  padding-block: 28px;
}

@media(max-width:575px) {
  .automation-saas .sec-title .title,
  .automation-saas .b25-commercial-path__title,
  .automation-saas .b25-team__title {
    font-size: 29px;
    line-height: 1.14;
    letter-spacing: -0.025em;
  }

  .automation-saas .b25-commercial-path__subtitle,
  .automation-saas .b25-team__subtitle {
    font-size: 19px;
  }

  .automation-saas #engage .sec-title .b25-engagement-title,
  .automation-saas .b25-final-cta .as-cta-inner .sec-title .b25-final-cta__title {
    font-size: 29px;
    letter-spacing: -0.025em;
    line-height: 1.14;
  }

  .automation-saas .b25-engagement-subtitle,
  .automation-saas .b25-final-cta__subtitle {
    font-size: 19px;
  }

  .automation-saas .b25-commercial-path {
    padding-block: 12px;
  }

  .automation-saas #team.b25-team {
    padding-block: 20px;
  }
}

/* Neutralise inherited layers that otherwise override the refined cards. */
.automation-saas #top .b25-video-link,
.automation-saas #top .b25-video-link::before,
.automation-saas #top .b25-video-link::after { background: transparent !important; }
.automation-saas #top .b25-video-link:hover { background: #ffffff12 !important; }
.automation-saas #strategic-partnership .xb-item--top { background: transparent !important; padding: 0; box-shadow: none; border: 0; border-radius: 0; }
.automation-saas #strategic-partnership .xb-item--text_box { display: none; }
.automation-saas #strategic-partnership .xb-item--top .xb-item--text { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.automation-saas #engage .xb-item--btn a,
.automation-saas #engage .xb-item--btn a::before,
.automation-saas #engage .xb-item--btn a::after { background: #7024c5 !important; }
.automation-saas #founder-perspective.b25-founder-note { padding: 0; min-height: 0; }
.automation-saas .b25-team-card__portrait img { object-position: center top; }
.automation-saas .b25-team.is-team-motion-ready .b25-team-card__body { opacity: 1; transform: none; transition: none; }

/* Desktop founder portraits: full-bleed identity with details revealed on intent. */
@media (min-width: 992px) {
  .automation-saas .b25-team-card,
  .automation-saas .b25-team-card--technical {
    display: block;
    height: clamp(570px, 42vw, 660px);
    isolation: isolate;
  }

  .automation-saas .b25-team-card__portrait,
  .automation-saas .b25-team-card--technical .b25-team-card__portrait {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  .automation-saas .b25-team-card__portrait img,
  .automation-saas .b25-team-card--technical .b25-team-card__portrait img {
    object-position: center top;
  }

  .automation-saas .b25-team-card__portrait::after {
    background: linear-gradient(180deg, transparent 48%, rgba(7, 3, 12, 0.08) 62%, rgba(7, 3, 12, 0.88) 100%);
  }

  .automation-saas .b25-team-card__portrait span {
    bottom: 24px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 320ms ease;
  }

  .automation-saas .b25-team-card__body,
  .automation-saas .b25-team-card--technical .b25-team-card__body {
    background: linear-gradient(180deg, transparent 0%, rgba(9, 4, 14, 0.9) 72%);
    border: 0;
    bottom: 0;
    color: #fff;
    justify-content: flex-end;
    left: 0;
    padding: 92px 30px 28px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
    transition: background 360ms ease, padding 360ms ease;
  }

  .automation-saas .b25-team-card__body::before {
    display: none;
  }

  .automation-saas .b25-team-card__body .b25-team-card__role {
    color: #d7b9ff;
    margin-bottom: 9px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
    transition: color 260ms ease, text-shadow 260ms ease;
  }

  .automation-saas .b25-team-card__body h3 {
    color: #fff;
    font-size: clamp(32px, 2.6vw, 42px);
    margin-bottom: 0;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
    transition: color 260ms ease, margin 360ms ease, text-shadow 260ms ease;
  }

  .automation-saas .b25-team-card__body > p:not(.b25-team-card__role),
  .automation-saas .b25-team-card__body ul {
    border: 0;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-block: 0;
    transform: translateY(16px);
    transition: max-height 460ms cubic-bezier(0.16, 1, 0.3, 1), opacity 240ms ease, padding 360ms ease, margin 360ms ease, transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .automation-saas .b25-team-card:hover .b25-team-card__body,
  .automation-saas .b25-team-card:focus-visible .b25-team-card__body,
  .automation-saas .b25-team-card:focus-within .b25-team-card__body {
    background: #fff;
    padding-top: 26px;
  }

  .automation-saas .b25-team-card:hover .b25-team-card__body .b25-team-card__role,
  .automation-saas .b25-team-card:focus-visible .b25-team-card__body .b25-team-card__role,
  .automation-saas .b25-team-card:focus-within .b25-team-card__body .b25-team-card__role {
    color: #7435c8;
    text-shadow: none;
  }

  .automation-saas .b25-team-card:hover .b25-team-card__body h3,
  .automation-saas .b25-team-card:focus-visible .b25-team-card__body h3,
  .automation-saas .b25-team-card:focus-within .b25-team-card__body h3 {
    color: var(--b25-ink);
    margin-bottom: 14px;
    text-shadow: none;
  }

  .automation-saas .b25-team-card:hover .b25-team-card__body > p:not(.b25-team-card__role),
  .automation-saas .b25-team-card:focus-visible .b25-team-card__body > p:not(.b25-team-card__role),
  .automation-saas .b25-team-card:focus-within .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);
    max-height: 150px;
    opacity: 1;
    padding-block: 14px;
    transform: translateY(0);
  }

  .automation-saas .b25-team-card:hover .b25-team-card__body ul,
  .automation-saas .b25-team-card:focus-visible .b25-team-card__body ul,
  .automation-saas .b25-team-card:focus-within .b25-team-card__body ul {
    margin-top: 14px;
    max-height: 90px;
    opacity: 1;
    transform: translateY(0);
  }

  .automation-saas .b25-team-card:focus-visible {
    outline: 3px solid #b486f3;
    outline-offset: 5px;
  }
}

.automation-saas #applications .xb-item--inner { min-height: 0; padding: 22px; }
.automation-saas #applications .xb-item--img.btn-img { padding-top: 0; }
.automation-saas #applications .as-feature-item { height: 100%; }
.automation-saas #applications .xb-item--img { margin-top: 20px; }
.b25-contact-compose { background: #faf8fd; padding: 38px 24px; }
.b25-direct-contact { align-items: center; color: #28143b; display: flex; gap: 32px; justify-content: space-between; margin: auto; max-width: 1120px; }
.b25-direct-contact h3 { font-size: 30px; margin-bottom: 10px; }
.b25-direct-contact p { color: #5d506a; line-height: 1.6; margin: 0; max-width: 610px; }
.b25-direct-contact__actions { align-items: center; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; justify-content: flex-end; position: relative; z-index: 4; }
.b25-direct-contact__actions .thm-btn { min-width: 0; }
.b25-direct-contact__actions .thm-btn .inner { display: flex; gap: 12px; }
.b25-direct-contact__email { color: #6123a2; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:767px) {
  .b25-direct-contact { align-items: stretch; flex-direction: column; gap: 22px; }
  .b25-direct-contact h3 { font-size: 25px; }
  .b25-direct-contact__actions { align-items: stretch; flex-direction: column; }
  .b25-direct-contact__actions .thm-btn { width: 100%; }
  .b25-direct-contact__email { text-align: center; }
}
.automation-saas #strategic-partnership .xb-item--top { margin-bottom: 28px; }
.automation-saas #strategic-partnership .xb-item--top .xb-item--text { margin: 0 0 20px; }

/* Screenshot review: shared numbering, gutters and mobile affordances. */
.automation-saas .b25-card-number,
.automation-saas .b25-agent-step__index,
.automation-saas .b25-control-summary .b25-governance-legend li > span {
  display: block; position: static; opacity: 1; font-family: "BwGradual", sans-serif;
  font-size: clamp(52px, 5vw, 76px); font-weight: 600; line-height: 1;
  letter-spacing: -.065em; margin: 0 0 16px; transform: none;
  background: linear-gradient(180deg, #9955da 20%, #cfb4e6 100%);
  background-clip: text; -webkit-background-clip: text; color: #9550c9; -webkit-text-fill-color: transparent;
}
.automation-saas .b25-agent-step__index { background-image: linear-gradient(180deg, #d4b6ff 15%, #8a5dbc 100%); }
.automation-saas .b25-control-summary .b25-governance-legend li { justify-content: flex-start; }
.automation-saas #engage .xb-item--btn a:hover,
.automation-saas #engage .xb-item--btn a:focus-visible,
.automation-saas #engage .xb-item--btn a:hover .text,
.automation-saas #engage .xb-item--btn a:focus-visible .text { color: #000 !important; -webkit-text-fill-color: #000 !important; }
.automation-saas #engage .xb-item--btn a .text::before,
.automation-saas #engage .xb-item--btn a .text::after { color: inherit; }
.b25-swipe-cue { display: none; }
@media(max-width:1199px) {
  .automation-saas .header-area--three .xb-menu-close::before,
  .automation-saas .header-area--three .xb-menu-close::after { left: 50%; top: 50%; margin: 0; }
  .automation-saas .header-area--three .xb-menu-close::before { transform: translate(-50%, -50%) rotate(45deg); }
  .automation-saas .header-area--three .xb-menu-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
}
@media(max-width:767px) {
  html:has(body.automation-saas), body.automation-saas,
  .automation-saas .xb-header-menu-scroll, .automation-saas .b25-readiness-grid,
  .automation-saas .b25-product-stage__tabs { scrollbar-width: none; }
  html:has(body.automation-saas)::-webkit-scrollbar, body.automation-saas::-webkit-scrollbar,
  .automation-saas .xb-header-menu-scroll::-webkit-scrollbar,
  .automation-saas .b25-readiness-grid::-webkit-scrollbar,
  .automation-saas .b25-product-stage__tabs::-webkit-scrollbar { display: none; }
  body.automation-saas .as-body-inner { margin-inline: 0; border-inline: 0; }
  body.automation-saas .container { width: 100%; padding-inline: 20px; }
  .automation-saas .b25-deep-dive { margin-inline: 20px; }
  .automation-saas .b25-deep-dive .container { padding-inline: 0; }
  .automation-saas .b25-evidence-details { margin-inline: 0; }
  .automation-saas .b25-deep-dive > summary { padding-inline: 0; }
  .automation-saas .b25-readiness-grid { grid-auto-columns: 86%; }
  .b25-swipe-cue:not([hidden]) { display: block; text-align: right; color: #7841ad; font-size: 25px; line-height: 1; padding: 8px 4px; }
  .b25-swipe-cue--vertical:not([hidden]) { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); border: 1px solid #bca0dc; border-radius: 30px; padding: 5px 12px; background: #fff; color: #61229e; z-index: 10000; pointer-events: none; }
}

@media(max-width:767px) {
  .automation-saas .as-site-line { display: none; }
  body.b25-menu-open .header-area--three { transform: none !important; top: 0 !important; }
  body.b25-menu-open .header-area--three .xb-header-menu { position: fixed; top: 0; bottom: 0; }
}
@media(max-width:420px) {
  .automation-saas .b25-governance-legend { grid-template-columns: 1fr; }
  .automation-saas .b25-governance-legend li:last-child { grid-column: auto; }
}

.automation-saas .as-problem-item .b25-card-index { display: flex; flex-direction: row; align-items: center; gap: 16px; }
.automation-saas .as-problem-item .b25-card-number { margin: 0; flex-shrink: 0; }
.automation-saas .as-problem-item .b25-card-index > span:last-child { min-width: 0; overflow-wrap: anywhere; }

/* Mobile navigation is a viewport-sized panel, with inline language choices. */
@media(max-width:991px) {
  html:has(body.b25-menu-open), body.b25-menu-open { overflow: hidden !important; overscroll-behavior: none; }
  body.b25-menu-open .header-area--three { position: fixed !important; inset: 0 !important; height: 100dvh; z-index: 100000; transform: none !important; filter: none; }
  body.b25-menu-open .header-area--three .xb-header-menu { inset: 0; width: 100%; height: 100dvh; max-height: 100dvh; z-index: 100001; overflow: hidden; }
  .automation-saas .header-area--three .xb-header-menu-scroll { box-sizing: border-box; height: 100%; min-height: 0; overflow: hidden; padding: max(20px, env(safe-area-inset-top)) 24px max(20px, env(safe-area-inset-bottom)); display: grid; grid-template-rows: 44px minmax(0,1fr) auto; gap: 16px; }
  .automation-saas .header-area--three .xb-header-nav { margin: 0; min-height: 0; display: flex; align-items: center; }
  .automation-saas .header-area--three .xb-menu-primary { width: 100%; }
  .automation-saas .header-area--three .xb-menu-primary li a { font-size: clamp(23px, 4.5dvh, 38px); padding-block: clamp(8px, 2dvh, 20px); }
  .automation-saas .header-area--three .b25-mobile-actions { margin: 0; padding-top: 14px; display: flex; flex-wrap: wrap; gap: 12px; }
  .automation-saas .b25-language-inline .b25-language-current { display: none; }
  .automation-saas .b25-language-inline .b25-language-menu { display: flex; position: static; opacity: 1; visibility: visible; transform: none; pointer-events: auto; min-width: 0; width: auto; padding: 4px; gap: 2px; box-shadow: none; border-radius: 999px; background: #ffffff0a; }
  .automation-saas .b25-language-inline .b25-language-menu button { width: auto; min-width: 42px; min-height: 42px; padding: 8px; border-radius: 999px; text-align: center; }
  .automation-saas .b25-language-inline .b25-language-menu button[aria-checked=true] { background: #7130bd; color: white; }
  body.b25-menu-open .b25-swipe-cue--vertical { display: none !important; }

  /* Theme overrides shrink the burger to 22×16 — restore a real tap target. */
  .automation-saas .header-area--three .xb-nav-mobile {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    min-height: 44px;
    padding: 14px 11px !important;
    gap: 5px !important;
  }
  .automation-saas .header-area--three .header-bar-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }
}
@media(max-width:991px) and (max-height:480px) {
  .automation-saas .header-area--three .xb-header-menu-scroll { padding-block: 12px; gap: 6px; grid-template-rows: 38px minmax(0,1fr) auto; }
  .automation-saas .header-area--three .xb-menu-primary { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .automation-saas .header-area--three .xb-menu-primary li a { font-size: 23px; padding-block: 8px; }
  .automation-saas .header-area--three .b25-mobile-actions { padding-top: 6px; }
}

/* Mobile-only QA fixes. Desktop layout is intentionally frozen. */
@media (max-width: 575px) {
  .automation-saas #readiness .b25-readiness-grid.b25-reference-frame--evidence {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
  }

  .automation-saas #top .as-hero-container {
    padding-top: 104px;
  }

  .automation-saas #top .xb-hero-content {
    padding-bottom: 20px;
  }

  .automation-saas #top .xb-hero-content .sec-title .title {
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.04;
  }

  .automation-saas #top .xb-hero-content .xb-item--content {
    font-size: 14px;
    line-height: 1.48;
    margin-block: 20px 24px;
    max-width: 330px;
    padding-inline: 12px;
  }

  .automation-saas #top .xb-hero-content .xb-hero-btn {
    gap: 12px;
    padding-inline: 20px;
  }

  .automation-saas #top .xb-hero-content .xb-hero-btn .thm-btn,
  .automation-saas #top .b25-video-link {
    min-height: 50px;
  }

  .automation-saas #applications .xb-item--img.btn-img {
    margin-inline: 0;
    width: 100%;
  }

  .automation-saas #applications .as-feature-inner > .row,
  .automation-saas #engage .as-pricing-inner > .row {
    display: grid;
    gap: 14px;
    grid-auto-columns: 86%;
    grid-auto-flow: column;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 14% 16px 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .automation-saas #applications .as-feature-inner > .row::-webkit-scrollbar,
  .automation-saas #engage .as-pricing-inner > .row::-webkit-scrollbar {
    display: none;
  }

  .automation-saas #applications .as-feature-inner > .row > div,
  .automation-saas #engage .as-pricing-inner > .row > div {
    margin-top: 0;
    max-width: none;
    padding-inline: 0;
    scroll-snap-align: start;
    width: auto;
  }

  .automation-saas #applications .as-feature-item,
  .automation-saas #engage .as-pricing-item {
    height: 100%;
  }
}
