.andata-banner-product-v6 {
  --brv6-blue: #568bef;
  --brv6-blue-strong: #336fdc;
  --brv6-blue-surface: #edf4ff;
  --brv6-soft: #f3f7fd;
  --brv6-navy: #20266e;
  --brv6-yellow: #f2c94c;
  --brv6-ink: #252733;
  --brv6-text: #60636d;
  --brv6-muted: #858b98;
  --brv6-line: #e8eaf0;
  --brv6-line-strong: #d6dae4;
  --brv6-white: #ffffff;
  --brv6-radius: 16px;
  --brv6-radius-small: 8px;
  --brv6-shell: min(1280px, calc(100% - 48px));
  color: var(--brv6-ink);
  background: var(--brv6-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow: clip;
}

body.andata-banner-v6-active {
  margin: 0;
  overflow-x: hidden;
}

body.andata-banner-v6-active .entry-header,
body.andata-banner-v6-active .page-header,
body.andata-banner-v6-active .entry-title,
body.andata-banner-v6-active .post-thumbnail {
  display: none !important;
}

body.andata-banner-v6-active .content-area,
body.andata-banner-v6-active .site-main,
body.andata-banner-v6-active .entry-content,
body.andata-banner-v6-active .entry-content-wrap,
body.andata-banner-v6-active .content-wrap,
body.andata-banner-v6-active .content-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.andata-banner-product-v6 *,
.andata-banner-product-v6 *::before,
.andata-banner-product-v6 *::after {
  box-sizing: border-box;
}

.andata-banner-product-v6 :where(h1, h2, h3, p, ol, ul, dl, dd, figure) {
  margin-top: 0;
}

.andata-banner-product-v6 :where(p, dd) {
  color: var(--brv6-text);
}

.andata-banner-product-v6 :where(a, button) {
  touch-action: manipulation;
}

.andata-banner-product-v6 :where(a) {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.andata-banner-product-v6 :where(a, button, summary):focus-visible {
  outline: 3px solid var(--brv6-blue);
  outline-offset: 4px;
}

.andata-banner-product-v6 :where(code) {
  padding: 0.08em 0.32em;
  color: var(--brv6-ink);
  background: var(--brv6-soft);
  border: 1px solid var(--brv6-line);
  border-radius: 4px;
  font-size: 0.9em;
}

.andata-banner-product-v6 .brv6-shell {
  width: var(--brv6-shell);
  margin-inline: auto;
}

.andata-banner-product-v6 .brv6-main {
  min-width: 0;
}

.andata-banner-product-v6 .brv6-hero {
  padding: 34px 0 64px;
  background: var(--brv6-white);
}

.andata-banner-product-v6 .brv6-hero__opening {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(44px, 5.5vw, 82px);
  align-items: start;
}

.andata-banner-product-v6 .brv6-hero__copy {
  padding-top: 8px;
}

.andata-banner-product-v6 .brv6-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--brv6-ink);
  font-size: clamp(34px, 3.1vw, 44px);
  font-weight: 770;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.andata-banner-product-v6 .brv6-hero__lead {
  max-width: 520px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.56;
}

.andata-banner-product-v6 .brv6-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 24px;
  align-items: center;
}

.andata-banner-product-v6 .brv6-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--brv6-radius-small);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.andata-banner-product-v6 .brv6-button--primary {
  color: var(--brv6-ink);
  background: var(--brv6-yellow);
  border-color: #d1aa33;
}

.andata-banner-product-v6 .brv6-button--primary:hover {
  background: #e7bb35;
  border-color: #e7bb35;
}

.andata-banner-product-v6 .brv6-button--secondary {
  color: var(--brv6-blue-strong);
  background: var(--brv6-white);
  border-color: var(--brv6-blue);
}

.andata-banner-product-v6 .brv6-button--secondary:hover {
  background: var(--brv6-blue-surface);
}

.andata-banner-product-v6 .brv6-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: var(--brv6-blue-strong);
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
}

.andata-banner-product-v6 .brv6-text-link:hover {
  text-decoration: underline;
}

.andata-banner-product-v6 .brv6-hero__offer {
  margin: 11px 0 0;
  color: var(--brv6-muted);
  font-size: 13px;
  line-height: 1.45;
}

.andata-banner-product-v6 .brv6-outcome-catalogue {
  border-top: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-outcome-catalogue h2 {
  margin: 0;
  padding: 16px 0 18px;
  color: var(--brv6-ink);
  font-size: 15px;
  font-weight: 730;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid a {
  position: relative;
  display: grid;
  min-height: 146px;
  padding: 20px 48px 20px 20px;
  align-content: start;
  border-top: 1px solid var(--brv6-line);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid a:nth-child(odd) {
  border-right: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid a::after {
  position: absolute;
  top: 22px;
  right: 20px;
  color: var(--brv6-blue-strong);
  content: "→";
  font-size: 20px;
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid a:hover {
  background: var(--brv6-blue-surface);
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid a > span {
  margin-bottom: 16px;
  color: var(--brv6-muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid strong {
  color: var(--brv6-ink);
  font-size: 19px;
  line-height: 1.25;
}

.andata-banner-product-v6 .brv6-outcome-catalogue__grid small {
  display: block;
  margin-top: 7px;
  color: var(--brv6-text);
  font-size: 14px;
  line-height: 1.45;
}

.andata-banner-product-v6 .brv6-proof {
  margin: 34px 0 0;
}

.andata-banner-product-v6 .brv6-proof img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  background: var(--brv6-soft);
  border: 1px solid var(--brv6-line-strong);
  border-radius: var(--brv6-radius);
  box-shadow: 0 22px 54px rgba(37, 39, 51, 0.12);
}

.andata-banner-product-v6 .brv6-proof figcaption {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  color: var(--brv6-muted);
  font-size: 13px;
  line-height: 1.45;
}

.andata-banner-product-v6 .brv6-proof figcaption strong {
  color: var(--brv6-text);
}

.andata-banner-product-v6 .brv6-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 0;
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-proof-strip > div {
  min-width: 0;
  padding: 18px 20px;
}

.andata-banner-product-v6 .brv6-proof-strip > div + div {
  border-left: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-proof-strip dt {
  color: var(--brv6-ink);
  font-weight: 760;
}

.andata-banner-product-v6 .brv6-proof-strip dd {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.andata-banner-product-v6 .brv6-question-router {
  padding: 28px 0;
  color: var(--brv6-ink);
  background: var(--brv6-soft);
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-question-router__layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(0, 2.4fr);
  gap: 32px;
  align-items: start;
}

.andata-banner-product-v6 .brv6-question-router h2 {
  margin: 0;
  color: var(--brv6-ink);
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.andata-banner-product-v6 .brv6-question-router__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--brv6-white);
  border: 1px solid var(--brv6-line-strong);
  border-bottom: 0;
}

.andata-banner-product-v6 .brv6-question-router__links a {
  display: flex;
  min-height: 56px;
  padding: 12px 14px 12px 0;
  align-items: center;
  color: var(--brv6-ink);
  border-bottom: 1px solid var(--brv6-line-strong);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.andata-banner-product-v6 .brv6-question-router__links a:not(:nth-child(4n + 1)) {
  padding-left: 14px;
  border-left: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-question-router__links a::after {
  margin-left: auto;
  padding-left: 8px;
  color: var(--brv6-blue-strong);
  content: "↘";
}

.andata-banner-product-v6 .brv6-question-router__links a:hover,
.andata-banner-product-v6 .brv6-question-router__links a[aria-current="location"] {
  color: var(--brv6-ink);
  background: var(--brv6-blue-surface);
}

.andata-banner-product-v6 .brv6-question-router__links a[aria-current="location"] {
  box-shadow: inset 0 -3px 0 var(--brv6-blue);
}

.andata-banner-product-v6 .brv6-model,
.andata-banner-product-v6 .brv6-scenarios,
.andata-banner-product-v6 .brv6-more,
.andata-banner-product-v6 .brv6-agent,
.andata-banner-product-v6 .brv6-measurement,
.andata-banner-product-v6 .brv6-readiness,
.andata-banner-product-v6 .brv6-help-bridge,
.andata-banner-product-v6 .brv6-related {
  scroll-margin-top: 92px;
}

.andata-banner-product-v6 .brv6-model,
.andata-banner-product-v6 .brv6-scenarios,
.andata-banner-product-v6 .brv6-agent,
.andata-banner-product-v6 .brv6-readiness,
.andata-banner-product-v6 .brv6-related {
  padding: clamp(72px, 8vw, 112px) 0;
}

.andata-banner-product-v6 .brv6-section-head {
  max-width: 680px;
}

.andata-banner-product-v6 .brv6-section-head--wide {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.andata-banner-product-v6 .brv6-section-head--wide h2 {
  grid-column: 1 / 3;
}

.andata-banner-product-v6 .brv6-section-head--wide > p {
  grid-column: 3 / 5;
  padding-top: 4px;
}

.andata-banner-product-v6 .brv6-section-head h2,
.andata-banner-product-v6 .brv6-help-bridge h2,
.andata-banner-product-v6 .brv6-related h2 {
  margin-bottom: 16px;
  color: var(--brv6-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.andata-banner-product-v6 .brv6-section-head > p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.55;
}

.andata-banner-product-v6 .brv6-model {
  padding: clamp(52px, 5vw, 72px) 0;
  background: var(--brv6-soft);
}

.andata-banner-product-v6 .brv6-model__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.65fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: end;
}

.andata-banner-product-v6 .brv6-model__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-model__flow li {
  position: relative;
  min-height: 158px;
  padding: 18px 18px 18px 0;
}

.andata-banner-product-v6 .brv6-model__flow li + li {
  padding-left: 18px;
  border-left: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-model__flow li:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: 12px;
  color: var(--brv6-blue-strong);
  content: "→";
}

.andata-banner-product-v6 .brv6-model__flow span,
.andata-banner-product-v6 .brv6-more__grid > article > span,
.andata-banner-product-v6 .brv6-readiness__list > li > span {
  display: block;
  margin-bottom: 22px;
  color: var(--brv6-blue-strong);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.andata-banner-product-v6 .brv6-model__flow strong {
  display: block;
  color: var(--brv6-ink);
  font-size: 17px;
}

.andata-banner-product-v6 .brv6-model__flow p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.andata-banner-product-v6 .brv6-scenarios {
  background: var(--brv6-white);
}

.andata-banner-product-v6 .brv6-scenario {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.72fr);
  gap: clamp(42px, 6vw, 88px);
  padding: 60px 0;
  border-bottom: 1px solid var(--brv6-line-strong);
  scroll-margin-top: 92px;
}

.andata-banner-product-v6 .brv6-scenario:first-of-type {
  margin-top: 34px;
  border-top: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-scenario__number {
  display: block;
  margin-bottom: 18px;
  color: var(--brv6-blue-strong);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.andata-banner-product-v6 .brv6-scenario__copy h3 {
  margin-bottom: 15px;
  color: var(--brv6-ink);
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.andata-banner-product-v6 .brv6-scenario__copy > p {
  margin-bottom: 20px;
}

.andata-banner-product-v6 .brv6-boundary {
  padding: 14px 16px;
  background: var(--brv6-soft);
  border-left: 3px solid var(--brv6-blue);
  border-radius: 0 var(--brv6-radius-small) var(--brv6-radius-small) 0;
}

.andata-banner-product-v6 .brv6-boundary p {
  margin: 0;
  color: var(--brv6-text);
  font-size: 13px;
  line-height: 1.5;
}

.andata-banner-product-v6 .brv6-boundary strong {
  color: var(--brv6-ink);
}

.andata-banner-product-v6 .brv6-scenario-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  align-self: start;
  list-style: none;
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-scenario-flow li {
  min-width: 0;
  min-height: 198px;
  padding: 18px;
}

.andata-banner-product-v6 .brv6-scenario-flow li + li {
  border-left: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-scenario-flow li > span {
  display: block;
  margin-bottom: 34px;
  color: var(--brv6-muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.andata-banner-product-v6 .brv6-scenario-flow strong {
  display: block;
  color: var(--brv6-ink);
  font-size: 16px;
  line-height: 1.3;
}

.andata-banner-product-v6 .brv6-scenario-flow p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.andata-banner-product-v6 .brv6-more {
  padding: clamp(68px, 7vw, 96px) 0;
  background: var(--brv6-soft);
}

.andata-banner-product-v6 .brv6-more__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-more__grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 4px;
  min-height: 142px;
  padding: 24px 28px 24px 0;
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-more__grid article:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-more__grid h3 {
  margin-bottom: 8px;
  color: var(--brv6-ink);
  font-size: 19px;
  line-height: 1.25;
}

.andata-banner-product-v6 .brv6-more__grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.48;
}

.andata-banner-product-v6 .brv6-agent {
  background: var(--brv6-white);
}

.andata-banner-product-v6 .brv6-agent__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: end;
}

.andata-banner-product-v6 .brv6-approval {
  padding: 20px 22px;
  background: var(--brv6-blue-surface);
  border-left: 3px solid var(--brv6-blue-strong);
}

.andata-banner-product-v6 .brv6-approval p {
  margin: 0;
  font-size: 15px;
}

.andata-banner-product-v6 .brv6-approval strong {
  color: var(--brv6-ink);
}

.andata-banner-product-v6 .brv6-agent-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-agent-flow li {
  min-width: 0;
  min-height: 220px;
  padding: 22px 20px;
}

.andata-banner-product-v6 .brv6-agent-flow li + li {
  border-left: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-agent-flow li > span {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 42px;
  place-items: center;
  color: var(--brv6-blue-strong);
  background: var(--brv6-blue-surface);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 760;
}

.andata-banner-product-v6 .brv6-agent-flow h3 {
  margin-bottom: 8px;
  color: var(--brv6-ink);
  font-size: 17px;
  line-height: 1.3;
}

.andata-banner-product-v6 .brv6-agent-flow p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.andata-banner-product-v6 .brv6-agent__footer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) auto;
  gap: 28px;
  margin-top: 24px;
  align-items: center;
}

.andata-banner-product-v6 .brv6-agent__limit {
  margin: 0;
  color: var(--brv6-muted);
  font-size: 13px;
}

.andata-banner-product-v6 .brv6-measurement {
  padding: clamp(72px, 8vw, 108px) 0;
  background: var(--brv6-blue-surface);
}

.andata-banner-product-v6 .brv6-measurement__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.andata-banner-product-v6 .brv6-measure-tabs {
  margin-top: 34px;
}

.andata-banner-product-v6 .brv6-measure-tabs__list {
  display: none;
}

.andata-banner-product-v6.brv6-js .brv6-measure-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.andata-banner-product-v6 .brv6-measure-tabs__list button {
  min-height: 44px;
  padding: 9px 14px;
  color: var(--brv6-text);
  background: transparent;
  border: 1px solid var(--brv6-line-strong);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 680;
}

.andata-banner-product-v6 .brv6-measure-tabs__list button[aria-selected="true"] {
  color: var(--brv6-white);
  background: var(--brv6-blue-strong);
  border-color: var(--brv6-blue-strong);
}

.andata-banner-product-v6 .brv6-measure-tabs__panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6.brv6-js .brv6-measure-tabs__panels {
  display: block;
}

.andata-banner-product-v6 .brv6-measure-tabs__panels article {
  min-height: 146px;
  padding: 20px;
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-measure-tabs__panels article:nth-child(odd) {
  border-right: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6.brv6-js .brv6-measure-tabs__panels article {
  min-height: 154px;
  background: var(--brv6-white);
  border: 1px solid var(--brv6-line-strong);
  border-radius: var(--brv6-radius-small);
}

.andata-banner-product-v6.brv6-js .brv6-measure-tabs__panels article[hidden] {
  display: none;
}

.andata-banner-product-v6 .brv6-measure-tabs__panels h3 {
  margin-bottom: 10px;
  color: var(--brv6-ink);
  font-size: 19px;
}

.andata-banner-product-v6 .brv6-measure-tabs__panels p {
  margin: 0;
  font-size: 14px;
}

.andata-banner-product-v6 .brv6-attribution {
  background: var(--brv6-white);
  border: 1px solid var(--brv6-line-strong);
  border-radius: var(--brv6-radius);
}

.andata-banner-product-v6 .brv6-attribution__path {
  padding: 22px 24px;
}

.andata-banner-product-v6 .brv6-attribution__path + .brv6-attribution__path {
  border-top: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-attribution__path > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--brv6-ink);
  font-size: 15px;
}

.andata-banner-product-v6 .brv6-attribution__path ol {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.andata-banner-product-v6 .brv6-attribution__path li {
  position: relative;
  flex: 1;
  min-height: 48px;
  padding: 13px 30px 13px 12px;
  color: var(--brv6-text);
  background: var(--brv6-soft);
  border: 1px solid var(--brv6-line);
  font-size: 13px;
  font-weight: 650;
}

.andata-banner-product-v6 .brv6-attribution__path li + li {
  border-left: 0;
}

.andata-banner-product-v6 .brv6-attribution__path li:not(:last-child)::after {
  position: absolute;
  top: 12px;
  right: 10px;
  color: var(--brv6-blue-strong);
  content: "→";
}

.andata-banner-product-v6 .brv6-attribution__note {
  padding: 20px 24px;
  background: var(--brv6-soft);
  border-top: 1px solid var(--brv6-line-strong);
  border-radius: 0 0 var(--brv6-radius) var(--brv6-radius);
}

.andata-banner-product-v6 .brv6-attribution__note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.andata-banner-product-v6 .brv6-attribution__note strong {
  color: var(--brv6-ink);
}

.andata-banner-product-v6 .brv6-readiness {
  background: var(--brv6-white);
}

.andata-banner-product-v6 .brv6-readiness__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-readiness__list li {
  min-width: 0;
  min-height: 182px;
  padding: 22px;
}

.andata-banner-product-v6 .brv6-readiness__list li + li {
  border-left: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-readiness__list h3 {
  margin-bottom: 8px;
  color: var(--brv6-ink);
  font-size: 18px;
  line-height: 1.3;
}

.andata-banner-product-v6 .brv6-readiness__list p {
  margin: 0;
  font-size: 14px;
}

.andata-banner-product-v6 .brv6-help-bridge {
  padding: 0 0 clamp(72px, 8vw, 112px);
  background: var(--brv6-white);
}

.andata-banner-product-v6 .brv6-help-bridge__panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(38px, 5vw, 76px);
  padding: clamp(28px, 4vw, 52px);
  align-items: center;
  background: var(--brv6-blue-surface);
  border: 1px solid #dce8fb;
  border-radius: var(--brv6-radius);
}

.andata-banner-product-v6 .brv6-help-bridge__proof {
  margin: 0;
}

.andata-banner-product-v6 .brv6-help-bridge__proof img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 732;
  object-fit: cover;
  object-position: top left;
  background: var(--brv6-white);
  border: 1px solid var(--brv6-line-strong);
  border-radius: var(--brv6-radius-small);
}

.andata-banner-product-v6 .brv6-help-bridge__proof figcaption {
  margin-top: 8px;
  color: var(--brv6-muted);
  font-size: 12px;
}

.andata-banner-product-v6 .brv6-help-bridge h2 {
  max-width: 620px;
  font-size: clamp(28px, 3vw, 40px);
}

.andata-banner-product-v6 .brv6-help-bridge__copy > p {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: 16px;
}

.andata-banner-product-v6 .brv6-related {
  background: var(--brv6-white);
}

.andata-banner-product-v6 .brv6-related h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.andata-banner-product-v6 .brv6-related__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--brv6-line-strong);
  border-bottom: 1px solid var(--brv6-line-strong);
}

.andata-banner-product-v6 .brv6-related__links a {
  position: relative;
  min-height: 144px;
  padding: 24px 54px 24px 20px;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.andata-banner-product-v6 .brv6-related__links a + a {
  border-left: 1px solid var(--brv6-line);
}

.andata-banner-product-v6 .brv6-related__links a::after {
  position: absolute;
  top: 24px;
  right: 20px;
  color: var(--brv6-blue-strong);
  content: "→";
}

.andata-banner-product-v6 .brv6-related__links a:hover {
  background: var(--brv6-blue-surface);
}

.andata-banner-product-v6 .brv6-related__links strong,
.andata-banner-product-v6 .brv6-related__links span {
  display: block;
}

.andata-banner-product-v6 .brv6-related__links strong {
  margin-bottom: 8px;
  color: var(--brv6-ink);
  font-size: 19px;
}

.andata-banner-product-v6 .brv6-related__links span {
  color: var(--brv6-text);
  font-size: 14px;
  line-height: 1.48;
}

@media (max-width: 1080px) {
  .andata-banner-product-v6 .brv6-hero__opening,
  .andata-banner-product-v6 .brv6-model__layout,
  .andata-banner-product-v6 .brv6-scenario,
  .andata-banner-product-v6 .brv6-agent__intro,
  .andata-banner-product-v6 .brv6-measurement__layout {
    grid-template-columns: 1fr;
  }

  .andata-banner-product-v6 .brv6-hero__opening {
    gap: 34px;
  }

  .andata-banner-product-v6 .brv6-question-router__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .andata-banner-product-v6 .brv6-question-router__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .andata-banner-product-v6 .brv6-question-router__links a:not(:nth-child(4n + 1)) {
    padding-left: 0;
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-question-router__links a:nth-child(even) {
    padding-left: 14px;
    border-left: 1px solid var(--brv6-line);
  }

  .andata-banner-product-v6 .brv6-scenario {
    gap: 34px;
  }

  .andata-banner-product-v6 .brv6-agent__intro {
    gap: 32px;
  }

  .andata-banner-product-v6 .brv6-agent-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .andata-banner-product-v6 .brv6-agent-flow li:nth-child(4) {
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-agent-flow li:nth-child(n + 4) {
    border-top: 1px solid var(--brv6-line);
  }
}

@media (max-width: 760px) {
  .andata-banner-product-v6 {
    --brv6-shell: min(1280px, calc(100% - 32px));
  }

  .andata-banner-product-v6 .brv6-hero > .brv6-shell {
    display: grid;
  }

  .andata-banner-product-v6 .brv6-hero__opening {
    display: contents;
  }

  .andata-banner-product-v6 .brv6-hero__copy {
    order: 1;
  }

  .andata-banner-product-v6 .brv6-proof--hero {
    order: 2;
  }

  .andata-banner-product-v6 .brv6-outcome-catalogue {
    order: 3;
    margin-top: 36px;
  }

  .andata-banner-product-v6 .brv6-proof-strip {
    order: 4;
  }

  .andata-banner-product-v6 .brv6-hero {
    padding: 24px 0 48px;
  }

  .andata-banner-product-v6 .brv6-hero h1 {
    font-size: 32px;
    line-height: 1.06;
  }

  .andata-banner-product-v6 .brv6-hero__lead {
    font-size: 16px;
  }

  .andata-banner-product-v6 .brv6-actions {
    align-items: stretch;
  }

  .andata-banner-product-v6 .brv6-button {
    width: 100%;
  }

  .andata-banner-product-v6 .brv6-text-link {
    width: auto;
  }

  .andata-banner-product-v6 .brv6-outcome-catalogue__grid,
  .andata-banner-product-v6 .brv6-proof-strip,
  .andata-banner-product-v6 .brv6-model__flow,
  .andata-banner-product-v6 .brv6-scenario-flow,
  .andata-banner-product-v6 .brv6-readiness__list,
  .andata-banner-product-v6 .brv6-related__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .andata-banner-product-v6 .brv6-proof-strip > div:nth-child(3),
  .andata-banner-product-v6 .brv6-proof-strip > div:nth-child(4),
  .andata-banner-product-v6 .brv6-readiness__list li:nth-child(3),
  .andata-banner-product-v6 .brv6-readiness__list li:nth-child(4) {
    border-top: 1px solid var(--brv6-line);
  }

  .andata-banner-product-v6 .brv6-proof-strip > div:nth-child(3),
  .andata-banner-product-v6 .brv6-readiness__list li:nth-child(3) {
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-model__flow li:nth-child(3),
  .andata-banner-product-v6 .brv6-scenario-flow li:nth-child(3) {
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-model__flow li:nth-child(n + 3),
  .andata-banner-product-v6 .brv6-scenario-flow li:nth-child(n + 3) {
    border-top: 1px solid var(--brv6-line);
  }

  .andata-banner-product-v6 .brv6-section-head--wide {
    display: block;
  }

  .andata-banner-product-v6 .brv6-section-head--wide > p {
    padding-top: 0;
  }

  .andata-banner-product-v6 .brv6-more__grid {
    grid-template-columns: 1fr;
  }

  .andata-banner-product-v6 .brv6-more__grid article:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-agent-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .andata-banner-product-v6 .brv6-agent-flow li:nth-child(3),
  .andata-banner-product-v6 .brv6-agent-flow li:nth-child(5) {
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-agent-flow li:nth-child(n + 3) {
    border-top: 1px solid var(--brv6-line);
  }

  .andata-banner-product-v6 .brv6-agent__footer {
    grid-template-columns: 1fr;
  }

  .andata-banner-product-v6 .brv6-help-bridge__panel {
    grid-template-columns: 1fr;
  }

  .andata-banner-product-v6 .brv6-related__links a:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--brv6-line);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .andata-banner-product-v6 .brv6-outcome-catalogue__grid,
  .andata-banner-product-v6 .brv6-question-router__links,
  .andata-banner-product-v6 .brv6-model__flow,
  .andata-banner-product-v6 .brv6-scenario-flow,
  .andata-banner-product-v6 .brv6-agent-flow,
  .andata-banner-product-v6 .brv6-measure-tabs__panels,
  .andata-banner-product-v6 .brv6-readiness__list,
  .andata-banner-product-v6 .brv6-related__links {
    grid-template-columns: 1fr;
  }

  .andata-banner-product-v6 .brv6-outcome-catalogue__grid a:nth-child(odd),
  .andata-banner-product-v6 .brv6-question-router__links a:nth-child(even),
  .andata-banner-product-v6 .brv6-model__flow li + li,
  .andata-banner-product-v6 .brv6-scenario-flow li + li,
  .andata-banner-product-v6 .brv6-agent-flow li + li,
  .andata-banner-product-v6 .brv6-measure-tabs__panels article:nth-child(odd),
  .andata-banner-product-v6 .brv6-readiness__list li + li,
  .andata-banner-product-v6 .brv6-related__links a + a {
    border-left: 0;
  }

  .andata-banner-product-v6 .brv6-question-router__links a:nth-child(even) {
    padding-left: 0;
  }

  .andata-banner-product-v6 .brv6-outcome-catalogue__grid a,
  .andata-banner-product-v6 .brv6-model__flow li,
  .andata-banner-product-v6 .brv6-scenario-flow li,
  .andata-banner-product-v6 .brv6-agent-flow li,
  .andata-banner-product-v6 .brv6-readiness__list li,
  .andata-banner-product-v6 .brv6-related__links a {
    min-height: 0;
  }

  .andata-banner-product-v6 .brv6-proof figcaption {
    display: block;
  }

  .andata-banner-product-v6 .brv6-model__flow li:not(:last-child)::after {
    top: auto;
    right: 18px;
    bottom: 8px;
    content: "↓";
  }

  .andata-banner-product-v6 .brv6-scenario {
    padding: 44px 0;
  }

  .andata-banner-product-v6 .brv6-attribution__path ol {
    display: grid;
  }

  .andata-banner-product-v6 .brv6-attribution__path li + li {
    border-top: 0;
    border-left: 1px solid var(--brv6-line);
  }

  .andata-banner-product-v6 .brv6-attribution__path li:not(:last-child)::after {
    top: auto;
    right: 12px;
    bottom: 2px;
    content: "↓";
  }

  .andata-banner-product-v6 .brv6-readiness__list li:nth-child(3),
  .andata-banner-product-v6 .brv6-readiness__list li:nth-child(4) {
    border-top: 1px solid var(--brv6-line);
  }

  .andata-banner-product-v6 .brv6-help-bridge__panel {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .andata-banner-product-v6 *,
  .andata-banner-product-v6 *::before,
  .andata-banner-product-v6 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
