/* BTCENT R298 — distinctive offer, engagement map and BWS engine.
   Additive to the accepted R297 system. No collage, dashboard skin, card wall,
   fake media, yellow cast, decorative outline network or sci-fi treatment. */

:root {
  --r298-ink: #10141a;
  --r298-muted: #5d6673;
  --r298-paper: #f2f5f7;
  --r298-white: #fbfcfd;
  --r298-night: #0b0f15;
  --r298-night-soft: #151a22;
  --r298-blue: #3659eb;
  --r298-blue-soft: #dfe5ff;
}

body[data-r298-ui="distinctive-offer-and-bws-engine"] .r298-system,
.r298-system * {
  box-sizing: border-box;
}

.r298-system {
  position: relative;
  z-index: 2;
  overflow: clip;
  padding: clamp(5rem, 8vw, 9rem) clamp(1rem, 4vw, 4.5rem);
  background: var(--r298-white);
  color: var(--r298-ink);
  font-family: inherit;
}

.r298-system.r298-works {
  background: var(--r298-paper);
}

.r298-system.r298-bws {
  background: var(--r298-night);
  color: var(--r298-white);
}

.r298-shell {
  width: min(100%, 86rem);
  margin-inline: auto;
}

.r298-intro > *,
.r298-exclusive > *,
.r298-bws-output > *,
.r298-monthly > *,
.r298-relationship > * {
  min-width: 0;
}

body[data-r293-locale="zh"] .r298-system :is(h2, h3, p, strong, small, li, span, a) {
  overflow-wrap: anywhere;
  word-break: normal !important;
}

.r298-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .55fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
}

.r298-intro > p:first-child,
.r298-panel-label,
.r298-exclusive > div:first-child > p:first-child,
.r298-bws-output p,
.r298-monthly-brand > span,
.r298-relationship header p,
.r298-evidence > p {
  margin: 0;
  color: var(--r298-blue);
  font-size: clamp(.8125rem, .78rem + .12vw, .9rem);
  font-weight: 720;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.r298-intro > p:first-child {
  grid-column: 1 / -1;
  margin-bottom: clamp(-1.25rem, -1.5vw, -.5rem);
}

.r298-intro h2 {
  max-width: 16ch;
  margin: 0;
  color: inherit;
  font-size: clamp(2.5rem, 5.1vw, 6rem);
  font-weight: 640;
  letter-spacing: -.06em;
  line-height: .96;
  text-wrap: balance;
}

.r298-intro > p:last-child {
  max-width: 34rem;
  margin: 0;
  color: var(--r298-muted);
  font-size: clamp(1rem, .93rem + .3vw, 1.24rem);
  line-height: 1.62;
}

.r298-bws .r298-intro > p:last-child {
  color: #aeb7c4;
}

.r298-switcher {
  overflow: hidden;
  border-radius: clamp(1.15rem, 2vw, 1.8rem);
  background: var(--r298-night);
  box-shadow: 0 2rem 5rem rgba(15, 24, 38, .14);
}

.r298-bws .r298-switcher {
  background: var(--r298-white);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .28);
}

.r298-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .35rem;
  padding: .55rem;
  background: var(--r298-night-soft);
}

.r298-bws .r298-tabs {
  background: #202631;
}

.r298-tabs button {
  min-width: 0;
  min-height: 4.75rem;
  padding: .9rem 1rem;
  border: 0;
  border-radius: .85rem !important;
  background: transparent;
  color: #aeb6c2;
  font: inherit;
  font-size: clamp(.8125rem, .78rem + .12vw, .92rem);
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.r298-tabs button span {
  display: block;
  margin-bottom: .45rem;
  color: #737d8b;
  font-size: .8125rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: .1em;
}

.r298-tabs button[aria-selected="true"] {
  background: var(--r298-blue);
  color: #fff;
}

.r298-tabs button[aria-selected="true"] span {
  color: #dfe5ff;
}

body[data-r298-ui="distinctive-offer-and-bws-engine"] .r298-system .r298-tabs button:focus-visible {
  outline: 0 !important;
  box-shadow: inset 0 0 0 3px #aebdff !important;
}

.r298-panels {
  position: relative;
}

.r298-panels > [data-r298-panel] {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .55fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  min-height: clamp(25rem, 40vw, 34rem);
  padding: clamp(2rem, 5vw, 5rem);
  background: var(--r298-night);
  color: var(--r298-white);
}

.r298-bws .r298-panels > [data-r298-panel] {
  background: var(--r298-white);
  color: var(--r298-ink);
}

[data-r298-ready="true"] .r298-panels > [data-r298-panel]:not([data-active]) {
  display: none;
}

[data-r298-ready="true"] .r298-panels > [data-active] {
  animation: r298-panel-enter 240ms ease both;
}

@keyframes r298-panel-enter {
  from { opacity: .45; transform: translateY(.6rem); }
  to { opacity: 1; transform: translateY(0); }
}

.r298-capability-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.r298-panel-number {
  display: block;
  margin-bottom: clamp(3rem, 8vw, 8rem);
  color: #414a58;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 650;
  letter-spacing: -.08em;
  line-height: .75;
}

.r298-bws .r298-panel-number {
  color: #d9dee5;
}

.r298-panel-label {
  margin-bottom: 1rem;
}

.r298-capability-copy h3 {
  max-width: 25ch;
  margin: 0;
  color: inherit;
  font-size: clamp(1.65rem, 3vw, 3.25rem);
  font-weight: 590;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.r298-fact-stack {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r298-fact-stack li {
  min-height: 3.1rem;
  padding: .9rem 1rem;
  border-radius: .75rem;
  background: #1a2029;
  color: #d8dee7;
  font-size: clamp(.88rem, .84rem + .12vw, .98rem);
  font-weight: 570;
  line-height: 1.42;
}

.r298-bws .r298-fact-stack li {
  background: var(--r298-paper);
  color: #434b57;
}

.r298-evidence {
  display: grid;
  grid-template-columns: minmax(12rem, .6fr) repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 1.25rem;
  background: var(--r298-paper);
}

.r298-evidence > p {
  align-self: center;
  padding: 1rem;
  color: #4e5865;
  letter-spacing: .06em;
}

.r298-evidence a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .45rem 1rem;
  align-content: center;
  min-height: 7.5rem;
  padding: 1.25rem 1.4rem;
  border-radius: 1rem;
  background: var(--r298-white);
  color: var(--r298-ink);
  text-decoration: none;
}

.r298-evidence a strong {
  font-size: clamp(1rem, .95rem + .22vw, 1.2rem);
  letter-spacing: -.02em;
}

.r298-evidence a span {
  grid-column: 1;
  color: var(--r298-muted);
  font-size: .875rem;
  line-height: 1.45;
}

.r298-evidence a > b {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--r298-blue);
  font-size: 1.2rem;
  transition: transform 160ms ease;
}

.r298-evidence a:hover > b,
.r298-evidence a:focus-visible > b {
  transform: translate(.15rem, -.15rem);
}

.r298-evidence a:focus-visible,
.r298-monthly-copy a:focus-visible,
.r298-relationship a:focus-visible {
  outline: 3px solid #8da1ff;
  outline-offset: 3px;
}

.r298-exclusive {
  display: grid;
  grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 7rem);
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: clamp(2rem, 5vw, 5rem);
  border-radius: clamp(1.15rem, 2vw, 1.8rem);
  background: var(--r298-blue-soft);
}

.r298-exclusive h3 {
  max-width: 17ch;
  margin: 1rem 0 1.5rem;
  font-size: clamp(2rem, 3.6vw, 4.25rem);
  font-weight: 620;
  letter-spacing: -.055em;
  line-height: 1;
  text-wrap: balance;
}

.r298-exclusive > div:first-child > p:last-child {
  max-width: 35rem;
  margin: 0;
  color: #47536a;
  font-size: clamp(.95rem, .9rem + .18vw, 1.08rem);
  line-height: 1.58;
}

.r298-equation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  align-self: center;
}

.r298-equation > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--r298-white);
}

.r298-equation span {
  color: var(--r298-blue);
  font-size: .8125rem;
  font-weight: 720;
  letter-spacing: .1em;
}

.r298-equation strong {
  max-width: 12ch;
  font-size: clamp(1rem, .93rem + .25vw, 1.2rem);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.r298-equation b {
  position: absolute;
  top: 50%;
  right: -.68rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--r298-blue);
  color: #fff;
  font-size: .8125rem;
}

.r298-legal,
.r298-archive-boundary {
  grid-column: 2;
  margin: 0;
  color: #58647a;
  font-size: .8125rem;
  line-height: 1.55;
}

.r298-works .r298-switcher {
  background: var(--r298-white);
}

.r298-works .r298-tabs {
  background: #e5e9ee;
}

.r298-works .r298-tabs button {
  color: #515b68;
}

.r298-works .r298-tabs button[aria-selected="true"] {
  color: #fff;
}

.r298-works .r298-panels > [data-r298-panel] {
  background: var(--r298-white);
  color: var(--r298-ink);
}

.r298-monthly {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(11rem, .42fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: stretch;
}

.r298-monthly-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1.2rem;
  background: var(--r298-blue);
}

.r298-monthly-brand img {
  width: min(100%, 10rem);
  max-height: 6rem;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.r298-monthly-brand > span {
  color: #dfe5ff;
}

.r298-monthly-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.r298-monthly-copy .r298-panel-number {
  margin-bottom: auto;
  color: #d9dee5;
}

.r298-monthly-copy h3 {
  max-width: 18ch;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 620;
  letter-spacing: -.055em;
  line-height: 1;
  text-wrap: balance;
}

.r298-monthly-copy > p {
  max-width: 42rem;
  margin: 0;
  color: var(--r298-muted);
  font-size: clamp(1rem, .94rem + .2vw, 1.15rem);
  line-height: 1.56;
}

.r298-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1.5rem 0;
}

.r298-metrics span {
  min-height: 2.75rem;
  padding: .75rem 1rem;
  border-radius: .75rem;
  background: var(--r298-paper);
  color: #46505d;
  font-size: .8125rem;
  font-weight: 650;
  line-height: 1.25;
}

.r298-monthly-copy a {
  align-self: flex-start;
  min-height: 2.75rem;
  color: var(--r298-ink);
  font-size: .875rem;
  font-weight: 700;
  line-height: 2.75rem;
  text-decoration: none;
}

.r298-monthly-copy a b {
  color: var(--r298-blue);
}

.r298-location-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.r298-location-strip > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  min-height: 8rem;
  padding: 1.15rem;
  border-radius: 1rem;
  background: var(--r298-paper);
}

.r298-location-strip img {
  width: 100%;
  height: 3.5rem;
  object-fit: contain;
  object-position: left center;
}

.r298-location-strip b {
  align-self: end;
  font-size: .875rem;
  font-weight: 650;
}

.r298-relationship {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(10rem, .38fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.r298-relationship header .r298-panel-number {
  margin-bottom: 2rem;
  color: #d9dee5;
}

.r298-relationship header p {
  color: #596575;
}

.r298-relationship > div {
  display: grid;
  gap: .8rem;
}

.r298-relationship a {
  display: grid;
  grid-template-columns: minmax(8rem, .35fr) minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: center;
  min-height: 9rem;
  padding: 1.25rem;
  border-radius: 1.1rem;
  background: var(--r298-paper);
  color: var(--r298-ink);
  text-decoration: none;
}

.r298-identity {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 5.5rem;
  padding: .75rem;
  border-radius: .8rem;
  background: var(--r298-white);
}

.r298-identity img {
  width: min(100%, 9rem);
  height: 3.6rem;
  object-fit: contain;
}

.r298-wordmark b {
  max-width: 12ch;
  font-size: clamp(1rem, .9rem + .4vw, 1.4rem);
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
}

.r298-relationship a > span:nth-child(2) {
  display: grid;
  gap: .55rem;
}

.r298-relationship a strong {
  font-size: clamp(1.2rem, 1.08rem + .5vw, 1.7rem);
  font-weight: 650;
  letter-spacing: -.035em;
}

.r298-relationship a small {
  max-width: 38rem;
  color: var(--r298-muted);
  font-size: .875rem;
  line-height: 1.5;
}

.r298-relationship a > b {
  color: var(--r298-blue);
  font-size: 1.25rem;
  transition: transform 160ms ease;
}

.r298-relationship a:hover > b,
.r298-relationship a:focus-visible > b {
  transform: translate(.15rem, -.15rem);
}

.r298-archive-boundary {
  max-width: 56rem;
  margin-top: 1.25rem;
  margin-left: auto;
  padding: 1rem 1.2rem;
  border-radius: .85rem;
  background: #e5e9ee;
}

.r298-bws-output {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .55fr);
  gap: clamp(2rem, 6vw, 7rem);
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 1.4rem;
  background: var(--r298-night-soft);
}

.r298-bws-output h3 {
  max-width: 29ch;
  margin: 1rem 0 0;
  color: #f6f8fb;
  font-size: clamp(1.5rem, 2.4vw, 2.7rem);
  font-weight: 560;
  letter-spacing: -.04em;
  line-height: 1.13;
  text-wrap: balance;
}

.r298-bws-output ul {
  display: grid;
  gap: .7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.r298-bws-output li {
  min-height: 2.75rem;
  padding: .72rem .9rem;
  border-radius: .7rem;
  background: #222936;
  color: #d7dde6;
  font-size: .875rem;
  font-weight: 580;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .r298-intro,
  .r298-exclusive,
  .r298-bws-output {
    grid-template-columns: minmax(0, 1fr);
  }

  .r298-intro {
    align-items: start;
  }

  .r298-intro > p:first-child {
    margin-bottom: 0;
  }

  .r298-legal {
    grid-column: auto;
  }

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

  .r298-evidence > p {
    grid-column: 1 / -1;
  }

  .r298-monthly,
  .r298-relationship {
    grid-template-columns: minmax(10rem, .4fr) minmax(0, 1fr);
  }

  .r298-monthly-brand {
    min-height: 17rem;
  }

  .r298-location-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .r298-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r298-tabs button:last-child {
    grid-column: 1 / -1;
  }

  .r298-tabs button {
    min-height: 4rem;
  }

  .r298-panels > [data-r298-panel] {
    grid-template-columns: 1fr;
    min-height: 32rem;
  }

  .r298-panel-number {
    margin-bottom: 3rem;
  }

  .r298-fact-stack {
    align-self: end;
  }

  .r298-equation {
    grid-template-columns: 1fr;
  }

  .r298-equation > div {
    min-height: 6.5rem;
  }

  .r298-equation b {
    top: auto;
    right: 50%;
    bottom: -.68rem;
    transform: translateX(50%);
  }

  .r298-monthly,
  .r298-relationship {
    grid-template-columns: 1fr;
  }

  .r298-monthly-brand {
    min-height: 12rem;
  }

  .r298-monthly-copy .r298-panel-number {
    margin-bottom: 3rem;
  }

  .r298-relationship header .r298-panel-number {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 520px) {
  .r298-intro h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .r298-panels > [data-r298-panel] {
    min-height: 0;
    padding: 2rem 1.25rem 2.4rem;
  }

  .r298-evidence {
    grid-template-columns: 1fr;
    padding: .8rem;
  }

  .r298-evidence > p {
    grid-column: auto;
  }

  .r298-exclusive {
    padding: 1.5rem 1.25rem;
  }

  .r298-exclusive h3 {
    max-width: 100%;
  }

  .r298-location-strip {
    grid-template-columns: 1fr 1fr;
  }

  .r298-location-strip > span {
    min-height: 7rem;
  }

  .r298-relationship a {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 0;
  }

  .r298-relationship a > b {
    display: none;
  }

  .r298-identity {
    min-height: 4.8rem;
  }

  .r298-identity img {
    height: 2.8rem;
  }

  .r298-bws-output {
    padding: 1.5rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-r298-ready="true"] .r298-panels > [data-active] {
    animation: none;
  }

  .r298-tabs button,
  .r298-evidence a > b,
  .r298-relationship a > b {
    transition: none;
  }
}

@media print {
  .r298-tabs {
    display: none;
  }

  .r298-panels > [data-r298-panel] {
    display: grid !important;
    min-height: auto;
    break-inside: avoid;
  }
}
