/* DS-Agent content extensions — follows the existing DUOKAI page system */
.ba-agent-hero {
  isolation: isolate;
}

.ba-agent-hero .app-screen---hero-11 {
  display: block;
}

.ba-hero-title-lockup {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.ba-hero-title-logo {
  width: clamp(44px, 5.2vw, 68px);
  height: clamp(44px, 5.2vw, 68px);
  flex: 0 0 clamp(44px, 5.2vw, 68px);
  object-fit: contain;
}

.ba-hero-title-lockup .title-browser-heading-3 {
  margin: 0;
}

.ba-hero-slogan {
  max-width: 900px;
  margin: 14px auto 24px;
  background: linear-gradient(100deg, #1f78e8 8%, #7b5bf1 42%, #32b6e9 58%, #6f52ed 92%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(26px, 3.1vw, 42px);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-align: center;
  animation: ba-slogan-replay 5.2s cubic-bezier(0.22, 0.72, 0.24, 1) infinite;
  will-change: opacity, transform, background-position, filter;
}

@keyframes ba-slogan-replay {
  0% {
    opacity: 0;
    filter: blur(2px) drop-shadow(0 0 0 rgba(66, 103, 238, 0));
    transform: translateY(14px) scale(0.975);
    background-position: 100% 50%;
  }

  14% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 8px 16px rgba(66, 103, 238, 0.12));
    transform: translateY(0) scale(1);
  }

  58% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 8px 16px rgba(111, 82, 237, 0.14));
    transform: translateY(0) scale(1);
    background-position: 0% 50%;
  }

  82% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 5px 12px rgba(66, 103, 238, 0.08));
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(1.5px) drop-shadow(0 0 0 rgba(66, 103, 238, 0));
    transform: translateY(-8px) scale(0.99);
    background-position: -70% 50%;
  }
}

.ba-hero-actions {
  display: flex;
  margin: 32px auto 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ba-hero-action {
  display: inline-flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.ba-hero-action:hover {
  transform: translateY(-2px);
}

.ba-hero-action-primary {
  background: linear-gradient(120deg, #174fe0, #5943ff);
  box-shadow: 0 16px 34px rgba(55, 68, 227, 0.24);
  color: #fff;
}

.ba-hero-action-primary:hover {
  box-shadow: 0 20px 42px rgba(55, 68, 227, 0.3);
  color: #fff;
}

.ba-hero-action-secondary {
  border-color: #d9deea;
  background: #fff;
  color: #222a45;
}

.ba-hero-action-secondary:hover {
  border-color: #bcc6da;
  background: #f8faff;
  color: #222a45;
}

.ba-hero-availability {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #737b90;
  font-size: 12px;
  font-weight: 650;
}

.ba-hero-availability > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45b993;
  box-shadow: 0 0 0 4px rgba(69, 185, 147, 0.12);
}

.ba-section-nav {
  position: sticky;
  z-index: 40;
  top: 70px;
  padding: 10px 20px;
  border-top: 1px solid rgba(220, 224, 234, 0.9);
  border-bottom: 1px solid rgba(220, 224, 234, 0.9);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(30, 39, 70, 0.055);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ba-section-nav-inner {
  display: flex;
  width: min(1040px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ba-section-nav a {
  padding: 9px 13px;
  border-radius: 9px;
  color: #626b82;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.ba-section-nav a:hover,
.ba-section-nav a:focus-visible {
  background: #f0f2ff;
  color: #4d42dd;
}

.ba-proof-strip {
  padding: 28px 24px;
  border-bottom: 1px solid #e7eaf1;
  background: #f8f9fd;
}

.ba-proof-strip-inner {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ba-proof-item {
  min-width: 0;
  padding: 11px 26px;
  border-left: 1px solid #dfe3ec;
  text-align: center;
}

.ba-proof-item:last-child {
  border-right: 1px solid #dfe3ec;
}

.ba-proof-item strong,
.ba-proof-item span {
  display: block;
}

.ba-proof-item strong {
  margin-bottom: 5px;
  color: #202641;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.ba-proof-item span {
  color: #7a8296;
  font-size: 11px;
  line-height: 1.45;
}

.ba-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ba-pillar-card {
  overflow: hidden;
  border: 1px solid rgba(31, 35, 61, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(32, 35, 65, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ba-pillar-card:hover,
.ba-pillar-card[open] {
  border-color: rgba(87, 71, 239, 0.24);
  box-shadow: 0 22px 52px rgba(39, 40, 79, 0.1);
}

.ba-pillar-card > summary {
  display: grid;
  min-height: 150px;
  padding: 25px;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: start;
  cursor: pointer;
  list-style: none;
}

.ba-pillar-card > summary::-webkit-details-marker {
  display: none;
}

.ba-pillar-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #eceaff, #e7f8f5);
  color: #5b4bec;
}

.ba-pillar-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-pillar-copy,
.ba-pillar-copy small,
.ba-pillar-copy strong,
.ba-pillar-copy em {
  display: block;
}

.ba-pillar-copy small {
  margin-bottom: 7px;
  color: #7f72f2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.ba-pillar-copy strong {
  margin-bottom: 8px;
  color: #202238;
  font-size: 21px;
  line-height: 1.25;
}

.ba-pillar-copy em {
  color: #747789;
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.ba-pillar-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  background: #f0f1f7;
}

.ba-pillar-toggle::before,
.ba-pillar-toggle::after {
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #646b80;
  content: "";
  transition: transform 180ms ease;
}

.ba-pillar-toggle::after {
  transform: rotate(90deg);
}

.ba-pillar-card[open] .ba-pillar-toggle::after {
  transform: rotate(0deg);
}

.ba-pillar-detail {
  display: flex;
  padding: 0 25px 25px 89px;
  flex-wrap: wrap;
  gap: 8px;
}

.ba-pillar-detail span {
  padding: 7px 10px;
  border: 1px solid #e3e5ef;
  border-radius: 999px;
  background: #f8f9fc;
  color: #5f6478;
  font-size: 11px;
  font-weight: 650;
}

.ba-product-demo {
  padding: 112px 24px;
  background: #fff;
}

.ba-product-demo-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ba-product-demo-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ba-product-demo-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(90, 72, 255, 0.18);
  border-radius: 999px;
  background: #f5f3ff;
  color: #5a48ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ba-product-demo-heading h2 {
  margin: 0 0 16px;
  color: #181a2e;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ba-product-demo-heading p {
  margin: 0;
  color: #737688;
  font-size: 16px;
  line-height: 1.7;
}

.ba-demo-controller {
  position: relative;
}

.ba-demo-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ba-demo-tabs {
  display: grid;
  max-width: 600px;
  margin: 0 auto 22px;
  padding: 5px;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border: 1px solid #e1e4ec;
  border-radius: 14px;
  background: #f5f6fa;
}

.ba-demo-tabs label {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  color: #6c7285;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.ba-demo-tabs label span {
  color: #9a9fb0;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.ba-demo-radio:nth-of-type(1):checked ~ .ba-demo-tabs label:nth-child(1),
.ba-demo-radio:nth-of-type(2):checked ~ .ba-demo-tabs label:nth-child(2),
.ba-demo-radio:nth-of-type(3):checked ~ .ba-demo-tabs label:nth-child(3) {
  background: #fff;
  box-shadow: 0 5px 14px rgba(34, 40, 72, 0.1);
  color: #4438d3;
}

.ba-demo-panel {
  display: none;
  min-height: 430px;
  padding: 42px;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e2e5ec;
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 12%, rgba(104, 87, 245, 0.1), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(55, 189, 171, 0.09), transparent 25%),
    #f8f9fd;
  box-shadow: 0 28px 72px rgba(33, 42, 75, 0.11);
}

.ba-demo-radio:nth-of-type(1):checked ~ .ba-demo-panels .ba-demo-panel-record,
.ba-demo-radio:nth-of-type(2):checked ~ .ba-demo-panels .ba-demo-panel-refine,
.ba-demo-radio:nth-of-type(3):checked ~ .ba-demo-panels .ba-demo-panel-run {
  display: grid;
}

.ba-demo-panel > div small {
  display: block;
  margin-bottom: 12px;
  color: #6553ef;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.ba-demo-panel h3 {
  margin: 0 0 14px;
  color: #202238;
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.ba-demo-panel p {
  margin: 0;
  color: #6f7385;
  font-size: 14px;
  line-height: 1.75;
}

.ba-demo-panel img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

#overview,
#build,
#run-at-scale,
#data-ai,
#security,
#use-cases,
#geo-product-faq {
  scroll-margin-top: 150px;
}

.ba-feature-badges {
  padding: 52px 24px 58px;
  border-top: 1px solid #e8ebf1;
  border-bottom: 1px solid #e8ebf1;
  background: #fff;
}

.ba-feature-badges-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ba-feature-badges-intro {
  max-width: 1120px;
  margin: 0 auto 38px;
  color: #66748a;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}

.ba-feature-badge-grid {
  display: grid;
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px;
}

.ba-feature-badge {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  color: #34445d;
  text-align: center;
}

.ba-feature-badge-icon {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8ecf2;
  border-radius: 18px;
  background: #f8fafc;
  color: #91a2ba;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ba-feature-badge:hover .ba-feature-badge-icon {
  border-color: rgba(91, 75, 255, 0.25);
  color: #6558ff;
  transform: translateY(-3px);
}

.ba-feature-badge-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-feature-badge strong {
  font-size: 17px;
  font-weight: 650;
  line-height: 1.2;
}

.ba-record-card-copy {
  display: flex;
  margin-left: 0;
  padding: 42px 32px 42px 18px;
  flex-direction: column;
  justify-content: center;
}

.ba-record-card-kicker {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 7px 11px;
  border: 1px solid rgba(94, 78, 255, 0.16);
  border-radius: 999px;
  background: #f1efff;
  color: #5e4eff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.ba-record-card-copy .mg-bottom-24px {
  margin-bottom: 0;
}

.ba-record-steps {
  display: grid;
  margin-top: 28px;
  gap: 10px;
}

.ba-record-step {
  display: grid;
  padding: 12px 14px;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid #e7e9f0;
  border-radius: 13px;
  background: #fafbfe;
}

.ba-record-step > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #6658ff, #8a7cff);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.ba-record-step > div {
  min-width: 0;
}

.ba-record-step strong,
.ba-record-step small {
  display: block;
}

.ba-record-step strong {
  margin-bottom: 3px;
  color: #303147;
  font-size: 13px;
  line-height: 1.3;
}

.ba-record-step small {
  color: #858797;
  font-size: 11px;
  line-height: 1.45;
}

.ba-product-media {
  overflow: hidden;
  border: 1px solid rgba(26, 27, 47, 0.1);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(30, 31, 58, 0.14);
}

.ba-product-media .image-company {
  display: block;
  width: 100%;
  border-radius: 0;
}

.ba-capabilities {
  padding: 112px 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(93, 77, 255, 0.1), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(52, 193, 177, 0.1), transparent 27%),
    #f7f8fc;
}

.ba-capabilities-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ba-capabilities-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.ba-capabilities-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(90, 72, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #5a48ff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-capabilities-heading h2 {
  margin: 0 0 18px;
  scroll-margin-top: 100px;
  color: #17182a;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ba-capabilities-heading p {
  margin: 0;
  color: #696b7d;
  font-size: 17px;
  line-height: 1.75;
}

.ba-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ba-capability-card {
  min-height: 245px;
  padding: 27px;
  border: 1px solid rgba(27, 28, 48, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(31, 30, 65, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ba-capability-card:hover {
  border-color: rgba(90, 72, 255, 0.25);
  box-shadow: 0 24px 52px rgba(31, 30, 65, 0.1);
  transform: translateY(-3px);
}

.ba-capability-icon {
  display: flex;
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #efedff, #e7f8f5);
  color: #5a48ff;
}

.ba-capability-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-capability-card h3 {
  margin: 0 0 10px;
  color: #25263a;
  font-size: 18px;
  line-height: 1.35;
}

.ba-capability-card p {
  margin: 0;
  color: #737586;
  font-size: 14px;
  line-height: 1.68;
}

.ba-rpa {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 8% 92%, rgba(22, 149, 229, 0.24), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(91, 73, 255, 0.24), transparent 30%),
    #111426;
  color: #fff;
}

.ba-rpa::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  pointer-events: none;
}

.ba-rpa-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ba-rpa-heading {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.ba-rpa-kicker {
  display: inline-flex;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 13px;
  align-items: center;
  border: 1px solid rgba(159, 178, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #9fceff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ba-rpa-heading h2 {
  margin: 0;
  scroll-margin-top: 100px;
  color: #fff;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.07;
  letter-spacing: -0.045em;
}

.ba-rpa-heading h2 span {
  background: linear-gradient(90deg, #55baf4, #9180ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ba-rpa-heading p {
  max-width: 800px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.ba-rpa-models {
  position: relative;
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ba-rpa-model {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}

.ba-rpa-model-agent {
  border-color: rgba(131, 112, 255, 0.36);
  background:
    radial-gradient(circle at 94% 6%, rgba(104, 82, 255, 0.2), transparent 35%),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 60px rgba(20, 10, 84, 0.22);
}

.ba-rpa-model-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ba-rpa-model-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #aeb3c5;
}

.ba-rpa-model-agent .ba-rpa-model-icon {
  background: linear-gradient(145deg, #6655ff, #8173ff);
  box-shadow: 0 12px 28px rgba(72, 51, 223, 0.3);
  color: #fff;
}

.ba-rpa-model-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-rpa-model small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-rpa-model h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}

.ba-rpa-model > p {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.ba-rpa-vs {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 5px solid #15182b;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  color: #25263a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.07em;
  transform: translate(-50%, -50%);
}

.ba-rpa-matrix {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(6, 8, 19, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.ba-rpa-row {
  display: grid;
  min-width: 780px;
  grid-template-columns: 0.72fr 1fr 1.14fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ba-rpa-row:last-child {
  border-bottom: 0;
}

.ba-rpa-row > div {
  min-width: 0;
  padding: 18px 21px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  line-height: 1.62;
}

.ba-rpa-row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.ba-rpa-row > div:nth-child(3) {
  background: rgba(91, 73, 255, 0.1);
}

.ba-rpa-row-head {
  background: rgba(255, 255, 255, 0.075);
}

.ba-rpa-row-head > div {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ba-rpa-row-head b {
  display: inline-flex;
  min-height: 23px;
  margin-left: 7px;
  padding: 0 8px;
  align-items: center;
  border-radius: 999px;
  background: rgba(129, 111, 255, 0.2);
  color: #c6bcff;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ba-rpa-topic {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 750;
}

.ba-rpa-agent-cell {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  color: rgba(255, 255, 255, 0.8) !important;
}

.ba-rpa-check {
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #4cc8ae;
  box-shadow: 0 7px 18px rgba(76, 200, 174, 0.2);
  color: #101c25;
  font-size: 11px;
  font-weight: 900;
}

.ba-rpa-note {
  max-width: 860px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.ba-rpa-note strong {
  color: rgba(255, 255, 255, 0.88);
}

.ba-parallel {
  position: relative;
  overflow: hidden;
  padding: 116px 24px 124px;
  background:
    radial-gradient(circle at 14% 10%, rgba(82, 130, 255, 0.09), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(120, 86, 255, 0.08), transparent 26%),
    #fff;
}

.ba-parallel::after {
  position: absolute;
  right: -110px;
  bottom: 52px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(91, 75, 255, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ba-parallel-shell {
  position: relative;
  z-index: 1;
  width: min(1260px, 100%);
  margin: 0 auto;
}

.ba-parallel-heading {
  max-width: 1040px;
  margin: 0 auto 48px;
  text-align: center;
}

.ba-parallel-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(90, 72, 255, 0.18);
  border-radius: 999px;
  background: #f4f2ff;
  color: #5a48ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-parallel-heading h2 {
  margin: 0 0 18px;
  scroll-margin-top: 100px;
  color: #17182a;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.ba-parallel-heading h2 span {
  background: linear-gradient(90deg, #1b75e9 12%, #6d55ed 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ba-parallel-heading > p {
  max-width: 790px;
  margin: 0 auto;
  color: #676a7e;
  font-size: 17px;
  line-height: 1.72;
}

.ba-parallel-benefits {
  display: grid;
  margin: 0 auto 46px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ba-parallel-benefit {
  display: grid;
  min-width: 0;
  padding: 18px 16px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid #eaecf3;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(34, 35, 58, 0.055);
}

.ba-parallel-benefit-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}

.ba-parallel-benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-parallel-benefit-blue .ba-parallel-benefit-icon {
  background: #edf4ff;
  color: #287cf0;
}

.ba-parallel-benefit-green .ba-parallel-benefit-icon {
  background: #eaf8f1;
  color: #23a86b;
}

.ba-parallel-benefit-purple .ba-parallel-benefit-icon {
  background: #f2edff;
  color: #744ce5;
}

.ba-parallel-benefit-orange .ba-parallel-benefit-icon {
  background: #fff2e9;
  color: #f27128;
}

.ba-parallel-benefit h3 {
  margin: 1px 0 5px;
  color: #26273a;
  font-size: 15px;
  line-height: 1.35;
}

.ba-parallel-benefit p {
  margin: 0;
  color: #737586;
  font-size: 12px;
  line-height: 1.55;
}

.ba-parallel-image {
  display: block;
  width: 100%;
  height: auto;
}

.ba-stealth {
  position: relative;
  overflow: hidden;
  padding: 128px 24px 132px;
  background:
    radial-gradient(circle at 94% 12%, rgba(92, 78, 255, 0.12), transparent 30%),
    linear-gradient(118deg, rgba(235, 239, 255, 0.68), rgba(247, 248, 252, 0) 44%),
    #f7f8fc;
}

.ba-stealth::before {
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(91, 75, 255, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ba-stealth-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1320px, 100%);
  margin: 0 auto;
  grid-template-areas:
    "heading visual"
    "features visual";
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
  column-gap: 72px;
  row-gap: 32px;
  align-items: start;
}

.ba-stealth-heading {
  grid-area: heading;
  margin: 0;
  padding-top: 22px;
  text-align: left;
}

.ba-stealth-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border: 1px solid rgba(90, 72, 255, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #5a48ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-stealth-heading h2 {
  margin: 0 0 22px;
  scroll-margin-top: 100px;
  color: #17182a;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ba-stealth-heading h2 span {
  background: linear-gradient(90deg, #1b75e9 12%, #6d55ed 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ba-stealth-heading > p {
  margin: 0;
  color: #676a7e;
  font-size: 16px;
  line-height: 1.72;
}

.ba-stealth-image {
  display: block;
  grid-area: visual;
  width: 100%;
  height: auto;
  min-width: 0;
  align-self: center;
  border-radius: 22px;
  background: #fff;
  -webkit-clip-path: inset(2px round 22px);
  clip-path: inset(2px round 22px);
}

.ba-stealth-features {
  display: grid;
  grid-area: features;
  grid-template-columns: 1fr;
  gap: 0;
}

.ba-stealth-feature {
  display: grid;
  min-width: 0;
  padding: 17px 0;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border-top: 1px solid #dde1eb;
}

.ba-stealth-feature:last-child {
  border-bottom: 1px solid #dde1eb;
}

.ba-stealth-feature-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
}

.ba-stealth-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-stealth-feature-green .ba-stealth-feature-icon {
  background: #eaf8f1;
  color: #23a86b;
}

.ba-stealth-feature-blue .ba-stealth-feature-icon {
  background: #edf4ff;
  color: #287cf0;
}

.ba-stealth-feature-purple .ba-stealth-feature-icon {
  background: #f2edff;
  color: #744ce5;
}

.ba-stealth-feature-orange .ba-stealth-feature-icon {
  background: #fff2e9;
  color: #f27128;
}

.ba-stealth-feature h3 {
  margin: 0 0 4px;
  color: #26273a;
  font-size: 14px;
  line-height: 1.35;
}

.ba-stealth-feature p {
  margin: 0;
  color: #737586;
  font-size: 11px;
  line-height: 1.6;
}

.ba-llm-sheet {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(91, 75, 255, 0.12), transparent 28%),
    radial-gradient(circle at 5% 90%, rgba(53, 205, 184, 0.1), transparent 24%),
    #fff;
}

.ba-llm-sheet::before {
  position: absolute;
  top: 56px;
  right: -110px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(91, 75, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.ba-llm-sheet-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: center;
}

.ba-llm-sheet-copy {
  min-width: 0;
}

.ba-llm-sheet-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(90, 72, 255, 0.18);
  border-radius: 999px;
  background: #f3f1ff;
  color: #5a48ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.ba-llm-sheet-copy h2 {
  margin: 0 0 20px;
  color: #17182a;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ba-llm-sheet-lead {
  margin: 0;
  color: #696b7d;
  font-size: 16px;
  line-height: 1.75;
}

.ba-llm-sheet-steps {
  display: grid;
  margin-top: 34px;
  gap: 12px;
}

.ba-llm-sheet-step {
  display: grid;
  padding: 13px 0;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  border-bottom: 1px solid #eceef4;
}

.ba-llm-sheet-step > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #6556ff, #8678ff);
  box-shadow: 0 10px 24px rgba(91, 75, 255, 0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ba-llm-sheet-step strong,
.ba-llm-sheet-step small {
  display: block;
}

.ba-llm-sheet-step strong {
  margin: 1px 0 4px;
  color: #2c2d41;
  font-size: 14px;
  line-height: 1.4;
}

.ba-llm-sheet-step small {
  color: #858797;
  font-size: 12px;
  line-height: 1.55;
}

.ba-llm-sheet-tags {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 8px;
}

.ba-llm-sheet-tags span {
  padding: 7px 10px;
  border: 1px solid #e7e9f1;
  border-radius: 999px;
  background: #fafbfe;
  color: #696b7d;
  font-size: 11px;
  font-weight: 650;
}

.ba-llm-sheet-visual {
  position: relative;
  min-width: 0;
  min-height: 570px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(35, 36, 61, 0.09);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(103, 86, 255, 0.08), rgba(58, 206, 183, 0.07)),
    #f4f6fb;
  box-shadow: 0 32px 80px rgba(30, 31, 58, 0.13);
}

.ba-llm-sheet-visual::before,
.ba-llm-sheet-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.ba-llm-sheet-visual::before {
  top: -72px;
  right: -36px;
  width: 220px;
  height: 220px;
  background: linear-gradient(145deg, rgba(103, 86, 255, 0.26), rgba(103, 86, 255, 0));
}

.ba-llm-sheet-visual::after {
  bottom: -110px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: linear-gradient(145deg, rgba(58, 206, 183, 0.18), rgba(58, 206, 183, 0));
}

.ba-sheet-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #e2e5ee;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(34, 35, 58, 0.11);
}

.ba-sheet-toolbar {
  display: flex;
  min-height: 72px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #eceef4;
}

.ba-sheet-title,
.ba-llm-panel-head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.ba-sheet-title strong,
.ba-sheet-title small,
.ba-llm-panel-head strong,
.ba-llm-panel-head small {
  display: block;
}

.ba-sheet-title strong {
  color: #292a40;
  font-size: 13px;
}

.ba-sheet-title small {
  margin-top: 3px;
  color: #9799a8;
  font-size: 10px;
}

.ba-sheet-app-icon,
.ba-llm-spark {
  display: flex;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #6253ff, #897bff);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ba-sheet-status {
  display: inline-flex;
  padding: 7px 10px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #ebfaf6;
  color: #2b8f7d;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.ba-sheet-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #40c5aa;
}

.ba-sheet-grid {
  padding-bottom: 90px;
}

.ba-sheet-row {
  display: grid;
  min-height: 54px;
  padding: 0 14px;
  grid-template-columns: 30px 0.9fr 1.1fr 1.35fr 0.65fr;
  align-items: center;
  border-bottom: 1px solid #eef0f5;
}

.ba-sheet-row > span {
  min-width: 0;
  padding: 8px 7px;
  overflow: hidden;
  color: #656777;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-sheet-head {
  min-height: 42px;
  background: #f8f9fc;
}

.ba-sheet-head > span {
  color: #9698a8;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ba-sheet-row b {
  padding: 5px 7px;
  border-radius: 7px;
  background: #efedff;
  color: #6454ff;
  font-size: 9px;
}

.ba-sheet-check {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #5949f4;
  border-radius: 4px;
  background: #6757ff;
  box-shadow: 0 2px 5px rgba(84, 68, 235, 0.22);
  vertical-align: middle;
}

.ba-sheet-check::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.ba-sheet-muted {
  opacity: 0.58;
}

.ba-llm-panel {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 24px;
  width: min(360px, calc(100% - 40px));
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  background: rgba(24, 25, 43, 0.97);
  box-shadow: 0 24px 54px rgba(23, 24, 42, 0.3);
  color: #fff;
}

.ba-llm-spark {
  width: 36px;
  height: 36px;
  background: linear-gradient(145deg, #6858ff, #36c9b2);
  font-size: 17px;
}

.ba-llm-panel-head strong {
  color: #fff;
  font-size: 13px;
}

.ba-llm-panel-head small {
  margin-top: 3px;
  color: #a8aabd;
  font-size: 10px;
}

.ba-llm-prompt {
  margin-top: 16px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.ba-llm-prompt > span {
  display: block;
  margin-bottom: 7px;
  color: #aaa2ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ba-llm-prompt p {
  margin: 0;
  color: #e9e9f1;
  font-size: 10px;
  line-height: 1.55;
}

.ba-llm-prompt b {
  color: #72ddca;
}

.ba-llm-output {
  display: grid;
  margin-top: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ba-llm-output > div {
  min-width: 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.ba-llm-output span,
.ba-llm-output strong {
  display: block;
}

.ba-llm-output span {
  margin-bottom: 4px;
  color: #8e91a5;
  font-size: 8px;
  text-transform: uppercase;
}

.ba-llm-output strong {
  overflow: hidden;
  color: #fff;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-llm-run {
  display: flex;
  margin-top: 13px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #c8cad7;
  font-size: 9px;
}

.ba-llm-run span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.ba-llm-run i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45d0b8;
  box-shadow: 0 0 0 4px rgba(69, 208, 184, 0.12);
}

.ba-llm-run b {
  color: #72ddca;
}

.ba-stage-visual {
  position: relative;
  min-height: 280px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(34, 37, 65, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(102, 82, 255, 0.16), transparent 28%),
    radial-gradient(circle at 5% 90%, rgba(58, 202, 179, 0.12), transparent 26%),
    #eef2f8;
  box-shadow: 0 24px 58px rgba(20, 27, 54, 0.16);
  color: #2a2c42;
}

.ba-stage-visual::before,
.ba-stage-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ba-stage-visual::before {
  top: -72px;
  right: -48px;
  width: 180px;
  height: 180px;
  background: linear-gradient(145deg, rgba(104, 84, 255, 0.16), rgba(104, 84, 255, 0));
}

.ba-stage-visual::after {
  bottom: -92px;
  left: -70px;
  width: 190px;
  height: 190px;
  background: linear-gradient(145deg, rgba(57, 205, 181, 0.12), rgba(57, 205, 181, 0));
}

.ba-stage-window {
  position: relative;
  z-index: 1;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid #dfe3ec;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(34, 39, 67, 0.12);
}

.ba-stage-chrome {
  display: flex;
  min-height: 43px;
  padding: 0 12px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e7eaf1;
  background: #fbfcfe;
}

.ba-stage-dots {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
}

.ba-stage-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff746b;
}

.ba-stage-dots i:nth-child(2) {
  background: #ffbe4f;
}

.ba-stage-dots i:nth-child(3) {
  background: #3fc79a;
}

.ba-stage-address {
  overflow: hidden;
  min-width: 0;
  height: 23px;
  padding: 0 10px;
  flex: 1;
  border-radius: 8px;
  background: #f0f2f7;
  color: #85899a;
  font-size: 8px;
  font-weight: 650;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-stage-status {
  display: inline-flex;
  min-height: 23px;
  padding: 0 8px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: #eaf9f2;
  color: #219264;
  font-size: 8px;
  font-weight: 800;
}

.ba-stage-status > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #35bc7e;
  box-shadow: 0 0 0 3px rgba(53, 188, 126, 0.12);
}

.ba-stage-status-purple {
  background: #efecff;
  color: #6854df;
}

.ba-stage-browser-body,
.ba-stage-data-body,
.ba-stage-vault-body {
  display: grid;
  min-height: 206px;
  padding: 12px;
  gap: 11px;
}

.ba-stage-browser-body {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  background: linear-gradient(135deg, #f7f9fd, #f2f5fa);
}

.ba-stage-page-canvas {
  position: relative;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #e3e6ef;
  border-radius: 13px;
  background: #fff;
}

.ba-stage-page-heading {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  gap: 8px;
}

.ba-stage-page-heading i {
  width: 23px;
  height: 23px;
  border-radius: 8px;
  background: linear-gradient(145deg, #6957ff, #8b7cff);
  box-shadow: 0 8px 18px rgba(99, 80, 255, 0.2);
}

.ba-stage-page-heading span {
  width: 48%;
  height: 7px;
  border-radius: 99px;
  background: #c9ceda;
}

.ba-stage-page-row {
  display: grid;
  min-height: 35px;
  margin-bottom: 8px;
  padding: 7px 8px;
  grid-template-columns: 0.8fr 1fr 28px;
  align-items: center;
  gap: 8px;
  border: 1px solid #edf0f5;
  border-radius: 9px;
  background: #fafbfe;
}

.ba-stage-page-row-active {
  border: 1px dashed #6b58ff;
  background: #f5f3ff;
}

.ba-stage-page-row span {
  height: 5px;
  border-radius: 99px;
  background: #bfc4d0;
}

.ba-stage-page-row span:nth-child(2) {
  background: #d7dbe4;
}

.ba-stage-page-row b {
  height: 18px;
  border-radius: 6px;
  background: #e7e4ff;
}

.ba-stage-cursor {
  position: absolute;
  right: 17%;
  bottom: 23%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #6d5aff;
  filter: drop-shadow(0 4px 4px rgba(64, 48, 180, 0.2));
  transform: rotate(-42deg);
}

.ba-stage-step-list {
  display: grid;
  align-content: center;
  gap: 8px;
}

.ba-stage-mini-step {
  display: grid;
  min-height: 47px;
  padding: 8px;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid #e3e6ef;
  border-radius: 11px;
  background: #fff;
}

.ba-stage-mini-step > i {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eef0f5;
  color: #9598a8;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.ba-stage-mini-step.is-done > i {
  background: #e9f9f3;
  color: #28a978;
}

.ba-stage-mini-step.is-active {
  border-color: rgba(103, 84, 255, 0.36);
  box-shadow: 0 8px 20px rgba(83, 65, 211, 0.08);
}

.ba-stage-mini-step.is-active > i {
  background: #6a56ff;
  color: #fff;
}

.ba-stage-mini-step strong,
.ba-stage-mini-step small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-stage-mini-step strong {
  color: #383a50;
  font-size: 8px;
}

.ba-stage-mini-step small {
  margin-top: 3px;
  color: #a0a3b0;
  font-size: 7px;
}

.ba-stage-data-body {
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  background: linear-gradient(135deg, #f8faff, #f1f7f7);
}

.ba-stage-source-panel,
.ba-stage-table-panel {
  padding: 12px;
  border: 1px solid #e2e6ee;
  border-radius: 13px;
  background: #fff;
}

.ba-stage-source-panel > strong {
  display: block;
  margin-bottom: 11px;
  color: #393b50;
  font-size: 9px;
}

.ba-stage-field {
  display: grid;
  min-height: 39px;
  margin-bottom: 7px;
  padding: 7px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  border: 1px solid #eceef4;
  border-radius: 9px;
  color: #7d8091;
  font-size: 7px;
  font-weight: 650;
}

.ba-stage-field i {
  display: flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dce6;
  border-radius: 7px;
  font-size: 8px;
  font-style: normal;
}

.ba-stage-field.is-selected {
  border-color: rgba(103, 84, 255, 0.28);
  background: #f6f4ff;
  color: #5147a4;
}

.ba-stage-field.is-selected i {
  border-color: #6855f5;
  background: #6855f5;
  color: #fff;
}

.ba-stage-table-title {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ba-stage-table-title strong {
  color: #393b50;
  font-size: 9px;
}

.ba-stage-table-title > span {
  padding: 4px 6px;
  border-radius: 999px;
  background: #e9f9f3;
  color: #26986d;
  font-size: 6px;
  font-weight: 800;
}

.ba-stage-table-row {
  display: grid;
  min-height: 32px;
  padding: 0 7px;
  grid-template-columns: 1fr 0.55fr 0.75fr;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #edf0f5;
  color: #707385;
  font-size: 7px;
}

.ba-stage-table-row.is-head {
  min-height: 28px;
  border-radius: 7px;
  background: #f4f6fa;
  color: #9598a7;
  font-weight: 750;
}

.ba-stage-table-row > span:last-child {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ba-stage-table-row i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #39bd88;
}

.ba-stage-vault-body {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  background: linear-gradient(135deg, #f6f7fc, #f6f4ff);
}

.ba-stage-vault-list {
  display: grid;
  align-content: center;
  gap: 8px;
}

.ba-stage-vault-item {
  display: grid;
  min-height: 51px;
  padding: 8px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border: 1px solid #e1e5ed;
  border-radius: 11px;
  background: #fff;
}

.ba-stage-vault-item > i {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eaf2ff;
  color: #3279d9;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
}

.ba-stage-vault-item > i.is-purple {
  background: #eeeaff;
  color: #6c56ea;
}

.ba-stage-vault-item > i.is-mint {
  background: #e8f9f3;
  color: #249d72;
}

.ba-stage-vault-item strong,
.ba-stage-vault-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-stage-vault-item strong {
  color: #3b3d52;
  font-size: 8px;
}

.ba-stage-vault-item small {
  margin-top: 3px;
  color: #9a9dac;
  font-size: 6px;
}

.ba-stage-vault-item b {
  padding: 4px 6px;
  border-radius: 999px;
  background: #f0f2f6;
  color: #7a7e90;
  font-size: 6px;
}

.ba-stage-form-panel {
  padding: 12px;
  border: 1px solid #e1e5ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(47, 42, 91, 0.08);
}

.ba-stage-form-icon {
  display: flex;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(145deg, #6b58ff, #887aff);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ba-stage-form-panel > strong {
  display: block;
  margin-bottom: 9px;
  color: #383a50;
  font-size: 9px;
}

.ba-stage-form-input {
  display: flex;
  height: 28px;
  margin-bottom: 6px;
  padding: 0 8px;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  color: #999cab;
  font-size: 6px;
}

.ba-stage-form-input i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bfc4d1;
}

.ba-stage-totp {
  display: grid;
  margin: 8px 0;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}

.ba-stage-totp span {
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f1efff;
  color: #6753e8;
  font-size: 7px;
  font-weight: 800;
}

.ba-stage-form-button {
  display: flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #6553f3, #7867ff);
  color: #fff;
  font-size: 7px;
  font-weight: 750;
}

.ba-stage-monitor-body {
  min-height: 206px;
  padding: 11px;
  background: linear-gradient(135deg, #f7f9fd, #f2f6f8);
}

.ba-stage-monitor-stats {
  display: grid;
  margin-bottom: 9px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ba-stage-monitor-stats > div {
  padding: 8px;
  border: 1px solid #e2e6ee;
  border-radius: 10px;
  background: #fff;
}

.ba-stage-monitor-stats small,
.ba-stage-monitor-stats strong {
  display: block;
}

.ba-stage-monitor-stats small {
  color: #989baa;
  font-size: 6px;
}

.ba-stage-monitor-stats strong {
  margin: 3px 0 6px;
  color: #393b50;
  font-size: 10px;
}

.ba-stage-monitor-stats > div > i {
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: #eceef3;
}

.ba-stage-monitor-stats > div > i span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6755f5, #8a7aff);
}

.ba-stage-monitor-stats > div:nth-child(2) > i span {
  background: #40bd8d;
}

.ba-stage-monitor-stats > div:nth-child(3) > i span {
  background: #2f91e8;
}

.ba-stage-monitor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 9px;
}

.ba-stage-log-panel,
.ba-stage-chart-panel {
  padding: 10px;
  border: 1px solid #e2e6ee;
  border-radius: 11px;
  background: #fff;
}

.ba-stage-log-panel > strong,
.ba-stage-chart-panel strong {
  color: #3b3d52;
  font-size: 8px;
}

.ba-stage-log-panel > div {
  display: grid;
  min-height: 28px;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #eef0f5;
}

.ba-stage-log-panel > div > i {
  display: flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #e9f9f2;
  color: #289c70;
  font-size: 6px;
  font-style: normal;
}

.ba-stage-log-panel > div.is-running > i {
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-radius: 50%;
  background: #6553f3;
  box-shadow: 0 0 0 4px rgba(101, 83, 243, 0.12);
}

.ba-stage-log-panel > div > span {
  overflow: hidden;
  color: #707385;
  font-size: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ba-stage-log-panel > div > small {
  color: #a3a5b2;
  font-size: 5px;
}

.ba-stage-chart-panel > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.ba-stage-chart-panel > div > span {
  padding: 3px 5px;
  border-radius: 99px;
  background: #e8f9f3;
  color: #249b70;
  font-size: 5px;
  font-weight: 750;
}

.ba-stage-chart-panel svg {
  width: 100%;
  height: 65px;
  margin: 8px 0 5px;
  overflow: visible;
}

.ba-stage-chart-panel svg path {
  fill: none;
  stroke: #6a58f5;
  stroke-width: 3;
  stroke-linecap: round;
}

.ba-stage-chart-panel svg .ba-stage-chart-fill {
  fill: rgba(105, 87, 245, 0.09);
  stroke: none;
}

.ba-stage-chart-panel > small {
  color: #9598a7;
  font-size: 6px;
}

.ba-cta-product-image {
  display: block;
  width: min(800px, 100%);
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .ba-section-nav {
    top: 70px;
  }

  .ba-section-nav-inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ba-section-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .ba-proof-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ba-proof-item:nth-child(3) {
    border-top: 1px solid #dfe3ec;
  }

  .ba-proof-item:nth-child(4) {
    border-top: 1px solid #dfe3ec;
  }

  .ba-pillar-grid {
    grid-template-columns: 1fr;
  }

  .ba-product-demo {
    padding: 96px 24px;
  }

  .ba-demo-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ba-demo-panel img {
    max-height: 330px;
  }

  .ba-feature-badge-grid {
    gap: 20px;
  }

  .ba-feature-badge-icon {
    width: 66px;
    height: 66px;
  }

  .ba-record-card-copy {
    padding: 32px 22px;
  }

  .ba-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ba-rpa {
    padding: 96px 24px;
  }

  .ba-rpa-model {
    padding: 24px;
  }

  .ba-rpa-row > div {
    padding: 17px;
  }

  .ba-parallel {
    padding: 96px 24px 104px;
  }

  .ba-parallel-benefits {
    max-width: 820px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ba-stealth {
    padding: 96px 24px 104px;
  }

  .ba-stealth-shell {
    grid-template-areas:
      "heading"
      "visual"
      "features";
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ba-stealth-heading {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }

  .ba-stealth-heading > p {
    max-width: 720px;
    margin: 0 auto;
  }

  .ba-stealth-image {
    width: min(960px, 100%);
    margin: 0 auto;
  }

  .ba-stealth-features {
    width: min(900px, 100%);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }

  .ba-llm-sheet {
    padding: 96px 24px;
  }

  .ba-llm-sheet-shell {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .ba-llm-sheet-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .ba-llm-sheet-steps {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .ba-llm-sheet-tags {
    justify-content: center;
  }

  .ba-llm-sheet-visual {
    width: min(720px, 100%);
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .ba-hero-title-lockup {
    gap: 10px;
  }

  .ba-hero-title-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .ba-hero-actions {
    margin-top: 26px;
    flex-direction: column;
  }

  .ba-hero-action {
    width: 100%;
    max-width: 310px;
    min-height: 50px;
    padding: 0 18px;
  }

  .ba-hero-availability {
    max-width: 280px;
    text-align: center;
  }

  .ba-section-nav {
    top: 70px;
    padding: 8px 10px;
  }

  .ba-section-nav a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .ba-proof-strip {
    padding: 22px 16px;
  }

  .ba-proof-item {
    padding: 13px 8px;
  }

  .ba-proof-item strong {
    font-size: 13px;
  }

  .ba-proof-item span {
    font-size: 10px;
  }

  .ba-pillar-card > summary {
    min-height: 0;
    padding: 19px;
    grid-template-columns: 40px minmax(0, 1fr) 22px;
    gap: 11px;
  }

  .ba-pillar-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .ba-pillar-icon svg {
    width: 22px;
    height: 22px;
  }

  .ba-pillar-copy strong {
    font-size: 17px;
  }

  .ba-pillar-copy em {
    font-size: 12px;
  }

  .ba-pillar-detail {
    padding: 0 19px 19px;
  }

  .ba-product-demo {
    padding: 78px 16px;
  }

  .ba-product-demo-heading {
    margin-bottom: 30px;
  }

  .ba-product-demo-heading p {
    font-size: 15px;
  }

  .ba-demo-tabs label {
    min-height: 42px;
    font-size: 12px;
  }

  .ba-demo-panel {
    padding: 22px;
    gap: 22px;
    border-radius: 20px;
  }

  .ba-demo-panel img {
    max-height: 220px;
  }

  .ba-feature-badges {
    padding: 38px 16px 42px;
  }

  .ba-feature-badges-intro {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .ba-feature-badge-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .ba-feature-badge {
    gap: 10px;
  }

  .ba-feature-badge-icon {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .ba-feature-badge-icon svg {
    width: 27px;
    height: 27px;
  }

  .ba-feature-badge strong {
    font-size: 14px;
  }

  .ba-record-card-copy {
    padding: 26px 12px 10px;
  }

  .ba-record-steps {
    margin-top: 22px;
  }

  .ba-capabilities {
    padding: 78px 16px;
  }

  .ba-capabilities-heading {
    margin-bottom: 38px;
  }

  .ba-capabilities-heading p {
    font-size: 15px;
  }

  .ba-capability-grid {
    grid-template-columns: 1fr;
  }

  .ba-capability-card {
    min-height: auto;
  }

  .ba-rpa {
    padding: 78px 16px;
  }

  .ba-rpa-heading {
    margin-bottom: 36px;
  }

  .ba-rpa-heading h2 {
    font-size: 38px;
  }

  .ba-rpa-heading p {
    font-size: 15px;
  }

  .ba-rpa-models {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ba-rpa-model {
    padding: 22px;
  }

  .ba-rpa-vs {
    position: static;
    margin: -9px auto;
    transform: none;
  }

  .ba-rpa-matrix {
    border-radius: 18px;
  }

  .ba-rpa-note {
    text-align: left;
  }

  .ba-parallel {
    padding: 76px 16px 82px;
  }

  .ba-parallel-heading {
    margin-bottom: 34px;
  }

  .ba-parallel-heading h2 {
    font-size: 36px;
  }

  .ba-parallel-heading > p {
    font-size: 15px;
  }

  .ba-parallel-benefits {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ba-parallel-benefit {
    padding: 14px;
  }

  .ba-stealth {
    padding: 76px 16px 82px;
  }

  .ba-stealth-shell {
    gap: 32px;
  }

  .ba-stealth-heading h2 {
    font-size: 38px;
  }

  .ba-stealth-heading > p {
    font-size: 15px;
  }

  .ba-stealth-features {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ba-stealth-feature {
    padding: 15px 0;
  }

  .ba-llm-sheet {
    padding: 76px 16px;
  }

  .ba-llm-sheet-shell {
    gap: 38px;
  }

  .ba-llm-sheet-copy h2 {
    font-size: 36px;
  }

  .ba-llm-sheet-lead {
    font-size: 15px;
  }

  .ba-llm-sheet-visual {
    display: flex;
    min-height: 0;
    padding: 14px;
    flex-direction: column;
    gap: 14px;
    border-radius: 22px;
  }

  .ba-sheet-window {
    width: 100%;
  }

  .ba-sheet-toolbar {
    min-height: 64px;
    padding: 12px;
  }

  .ba-sheet-grid {
    padding-bottom: 0;
  }

  .ba-sheet-row {
    min-height: 50px;
    padding: 0 6px;
    grid-template-columns: 26px 0.9fr 1.35fr 0.65fr;
  }

  .ba-sheet-row > span:nth-child(3) {
    display: none;
  }

  .ba-sheet-row > span {
    padding: 7px 5px;
    font-size: 8px;
  }

  .ba-llm-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .ba-stage-visual {
    min-height: 250px;
    padding: 8px;
    border-radius: 18px;
  }

  .ba-stage-window {
    min-height: 232px;
    border-radius: 14px;
  }

  .ba-stage-chrome {
    min-height: 34px;
    padding: 0 8px;
    gap: 6px;
  }

  .ba-stage-address {
    padding: 0 6px;
  }

  .ba-stage-browser-body,
  .ba-stage-data-body,
  .ba-stage-vault-body {
    min-height: 196px;
    padding: 8px;
    gap: 7px;
  }

  .ba-stage-monitor-body {
    min-height: 196px;
    padding: 8px;
  }

  .ba-stage-page-canvas,
  .ba-stage-source-panel,
  .ba-stage-table-panel,
  .ba-stage-form-panel,
  .ba-stage-log-panel,
  .ba-stage-chart-panel {
    padding: 8px;
  }

  .ba-stage-step-list,
  .ba-stage-vault-list {
    gap: 6px;
  }

  .ba-stage-mini-step,
  .ba-stage-vault-item {
    padding: 7px;
  }

  .ba-stage-monitor-stats {
    gap: 6px;
  }

  .ba-stage-monitor-stats > div {
    padding: 6px 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ba-hero-slogan {
    animation: none;
    filter: none;
    transform: none;
    background-position: 50% 50%;
  }
}
