:root {
  --bg-start: #081422;
  --bg-mid: #0b1828;
  --bg-end: #03070d;
  --gold-1: #fff3bf;
  --gold-2: #ffd861;
  --gold-3: #ffbf17;
  --gold-4: #7e4700;
  --text-main: #fff8e8;
  --text-soft: rgba(255, 247, 220, 0.78);
  --blue-1: #4eb9ff;
  --blue-2: #1f53ff;
  --violet-1: #9f7bff;
  --violet-2: #5e39ff;
  --bb2-page-scale: 0.7;
  --container: min(1780px, calc(100% - 80px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 183, 63, 0.22), rgba(255, 183, 63, 0) 24%),
    radial-gradient(circle at 100% 0%, rgba(255, 217, 114, 0.32), rgba(255, 217, 114, 0) 28%),
    linear-gradient(180deg, #101b2b 0%, #09121d 46%, #04080d 100%);
  color: var(--text-main);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.bb2-page {
  position: relative;
  overflow: hidden;
  width: calc(100% / var(--bb2-page-scale));
  margin-inline: calc((100% - (100% / var(--bb2-page-scale))) / 2);
  zoom: var(--bb2-page-scale);
}

@supports not (zoom: 1) {
  .bb2-page {
    width: 100%;
    margin-inline: 0;
  }
}

.bb2-shell {
  width: var(--container);
  margin: 0 auto;
}

.bb2-hero {
  position: relative;
  min-height: 100vh;
  padding: 24px 0 54px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 224, 128, 0.64), rgba(255, 224, 128, 0) 24%),
    radial-gradient(circle at 86% 12%, rgba(255, 167, 27, 0.28), rgba(255, 167, 27, 0) 26%),
    radial-gradient(circle at 0% 34%, rgba(45, 102, 255, 0.18), rgba(45, 102, 255, 0) 18%),
    linear-gradient(180deg, rgba(16, 23, 34, 0.08) 0%, rgba(7, 11, 18, 0.42) 44%, rgba(4, 7, 11, 0.84) 100%);
}

.bb2-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.14) 0%, rgba(8, 12, 18, 0.38) 38%, rgba(5, 8, 12, 0.82) 100%),
    radial-gradient(circle at 82% 8%, rgba(255, 206, 82, 0.16), rgba(255, 206, 82, 0) 24%),
    radial-gradient(circle at 54% 56%, rgba(255, 173, 35, 0.1), rgba(255, 173, 35, 0) 38%);
  pointer-events: none;
}

.bb2-hero::after {
  content: '';
  position: absolute;
  left: 13%;
  right: 11%;
  bottom: 44px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 208, 101, 0) 0%, rgba(255, 223, 154, 0.84) 22%, rgba(255, 223, 154, 0.96) 50%, rgba(255, 223, 154, 0.84) 78%, rgba(255, 208, 101, 0) 100%);
  box-shadow:
    0 0 10px rgba(255, 213, 115, 0.56),
    0 0 24px rgba(255, 213, 115, 0.18);
  pointer-events: none;
}

.bb2-city {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.84;
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 233, 155, 0.24), rgba(255, 233, 155, 0) 16%),
    linear-gradient(180deg, rgba(255, 179, 56, 0.16) 0%, rgba(17, 24, 35, 0.24) 22%, rgba(5, 9, 15, 0.76) 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0 7%,
      rgba(51, 82, 120, 0.22) 7% 10%,
      transparent 10% 14%,
      rgba(37, 56, 91, 0.16) 14% 16%,
      transparent 16% 23%,
      rgba(63, 98, 146, 0.18) 23% 29%,
      transparent 29% 34%,
      rgba(38, 56, 87, 0.24) 34% 39%,
      transparent 39% 45%,
      rgba(52, 74, 112, 0.22) 45% 49%,
      transparent 49% 56%,
      rgba(47, 74, 110, 0.18) 56% 61%,
      transparent 61% 100%
    );
  -webkit-mask:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.72) 54%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.72) 54%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.bb2-city::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 206, 88, 0.06) 0%, rgba(255, 206, 88, 0) 22%),
    linear-gradient(270deg, rgba(255, 206, 88, 0.16) 0%, rgba(255, 206, 88, 0) 18%);
  filter: blur(3px);
}

.bb2-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  pointer-events: none;
}

.bb2-glow--left {
  left: -7%;
  top: 26%;
  width: 360px;
  height: 360px;
  background: rgba(44, 103, 255, 0.18);
}

.bb2-glow--right {
  right: -4%;
  top: -5%;
  width: 520px;
  height: 520px;
  background: rgba(255, 191, 74, 0.28);
}

.bb2-header {
  position: relative;
  z-index: 5;
}

.bb2-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(18px, 2vw, 34px);
  row-gap: 16px;
}

.bb2-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-top: 2px;
}

.bb2-logo__art {
  display: block;
  width: 350px;
  aspect-ratio: 237 / 40;
  background:
    linear-gradient(90deg, #fff0aa 0%, #ffd874 24%, #ffcb56 52%, #ffb936 76%, #f09a14 100%);
  -webkit-mask: url('images/tild3636-3232-4431-a536-313031356438__group_9.svg') no-repeat center / contain;
  mask: url('images/tild3636-3232-4431-a536-313031356438__group_9.svg') no-repeat center / contain;
  filter:
    drop-shadow(0 0 9px rgba(255, 182, 76, 0.66))
    drop-shadow(0 0 20px rgba(255, 182, 76, 0.3))
    drop-shadow(0 0 28px rgba(255, 190, 74, 0.2));
}

.bb2-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  gap: clamp(18px, 1.8vw, 32px);
  margin-left: 0;
  padding-top: 0;
  flex-wrap: nowrap;
}

.bb2-nav a {
  color: #f2d487;
  font-size: 17px;
  font-weight: 500;
  text-shadow:
    0 0 8px rgba(255, 194, 91, 0.22),
    0 0 14px rgba(255, 194, 91, 0.1);
}

.bb2-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  justify-self: end;
  margin-left: 0;
}

.bb2-socials {
  display: flex;
  gap: 14px;
}

.bb2-socials a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 218, 129, 0.55);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 248, 193, 0.95), rgba(255, 248, 193, 0.16) 36%, rgba(255, 189, 54, 0.18) 100%),
    linear-gradient(180deg, rgba(52, 39, 16, 0.74) 0%, rgba(28, 22, 11, 0.9) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 242, 195, 0.18),
    0 0 18px rgba(255, 188, 53, 0.44),
    0 0 36px rgba(255, 188, 53, 0.18);
}

.bb2-socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffdd79;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(255, 199, 80, 0.45));
}

.bb2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 0 34px;
  border-radius: 20px;
  border: 1px solid rgba(255, 245, 187, 0.44);
  background:
    linear-gradient(180deg, #ffe63b 0%, #ffd51b 46%, #f7bf05 100%);
  color: #3a2200;
  font-size: 21px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 210, 0.94),
    0 12px 24px rgba(255, 181, 33, 0.24),
    0 0 26px rgba(255, 181, 33, 0.18);
}

.bb2-button--header {
  min-width: 270px;
}

.bb2-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 0.98fr);
  gap: clamp(16px, 2.2vw, 34px);
  align-items: center;
  padding-top: 52px;
}

.bb2-copy {
  align-self: start;
  max-width: 760px;
  padding: 8px 0 34px;
}

.bb2-form--hero {
  display: none;
  margin-top: 24px;
  max-width: 520px;
}

.bb2-form__intro {
  display: grid;
  gap: 8px;
}

.bb2-form__eyebrow {
  margin: 0;
  color: #f1d48d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb2-form__lead {
  margin: 0;
  color: rgba(244, 241, 233, 0.8);
  font-size: 15px;
  line-height: 1.45;
}

.bb2-copy h1 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(74px, 5.45vw, 116px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.07em;
  color: #ffe18d;
  text-shadow:
    0 2px 0 #7b4704,
    0 4px 0 #633804,
    0 8px 0 rgba(81, 44, 0, 0.9),
    0 0 14px rgba(255, 206, 101, 0.46),
    0 0 28px rgba(255, 206, 101, 0.18),
    0 22px 36px rgba(0, 0, 0, 0.54);
}

.bb2-copy__accent {
  margin-top: 30px;
  display: grid;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #ffb728;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 #5e3400,
    0 0 18px rgba(255, 140, 22, 0.42),
    0 12px 22px rgba(0, 0, 0, 0.42);
}

.bb2-copy__accent p {
  margin: 0;
}

.bb2-copy__accent-line,
.bb2-copy__accent-note {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(36px, 3.2vw, 56px);
  line-height: 0.98;
}

.bb2-copy__accent-line > span:not(.bb2-copy__fire) {
  color: #ffd87d;
}

.bb2-copy__accent-note {
  margin-top: 8px;
  font-size: clamp(32px, 2.9vw, 52px);
}

.bb2-copy__fire {
  flex: 0 0 auto;
  width: 0.72em;
  height: 0.9em;
  border-radius: 54% 54% 44% 44%;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 247, 177, 0.96) 0 16%, rgba(255, 247, 177, 0) 17%),
    radial-gradient(circle at 46% 40%, rgba(255, 203, 84, 0.98) 0 26%, rgba(255, 203, 84, 0) 27%),
    linear-gradient(180deg, #fff0aa 0%, #ffb931 50%, #ff6114 100%);
  clip-path: polygon(50% 0%, 70% 18%, 82% 42%, 75% 74%, 50% 100%, 26% 76%, 20% 44%, 34% 16%);
  box-shadow:
    0 0 10px rgba(255, 154, 41, 0.46),
    0 0 18px rgba(255, 95, 20, 0.3);
  transform: translateY(4px) rotate(-10deg);
}

.bb2-button--hero {
  margin-top: 34px;
  min-width: 430px;
}

.bb2-visual {
  position: relative;
  min-height: 760px;
  padding: 14px 16px 72px 24px;
}

.bb2-visual__spark {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 251, 214, 1) 0 8%, rgba(255, 251, 214, 0) 22%),
    radial-gradient(circle, rgba(255, 194, 54, 0.54) 0 32%, rgba(255, 194, 54, 0) 70%);
  box-shadow:
    0 0 22px rgba(255, 194, 54, 0.42),
    0 0 44px rgba(255, 194, 54, 0.18);
}

.bb2-visual__spark::before,
.bb2-visual__spark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(255, 252, 223, 0), rgba(255, 252, 223, 1), rgba(255, 252, 223, 0));
}

.bb2-visual__spark::before {
  width: 2px;
  height: 100%;
}

.bb2-visual__spark::after {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 252, 223, 0), rgba(255, 252, 223, 1), rgba(255, 252, 223, 0));
}

.bb2-visual__spark--mid {
  left: 118px;
  top: 326px;
}

.bb2-visual__spark--right {
  right: 8px;
  bottom: 118px;
}

.bb2-frame {
  position: relative;
  width: 100%;
  max-width: 652px;
  margin-left: 0;
  padding: 14px;
}

.bb2-frame__glow {
  position: absolute;
  inset: -18px -24px 14px -14px;
  border-radius: 42px;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 221, 126, 0.36), rgba(255, 221, 126, 0) 34%),
    radial-gradient(circle at 30% 60%, rgba(255, 178, 42, 0.22), rgba(255, 178, 42, 0) 44%),
    radial-gradient(circle at 48% 46%, rgba(255, 190, 67, 0.1), rgba(255, 190, 67, 0) 52%);
  filter: blur(28px);
}

.bb2-frame__border {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 34px;
  border: 2px solid rgba(255, 226, 138, 0.86);
  box-shadow:
    0 0 22px rgba(255, 209, 90, 0.78),
    0 0 44px rgba(255, 209, 90, 0.24),
    inset 0 0 22px rgba(255, 209, 90, 0.22);
}

.bb2-frame__content {
  position: relative;
  z-index: 2;
  min-height: 704px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 17, 27, 0.04), rgba(8, 17, 27, 0.18));
  box-shadow:
    0 34px 54px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(255, 196, 78, 0.16);
}

.bb2-frame__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% top;
  filter: saturate(1.08) contrast(1.08) brightness(0.98);
}

.bb2-frame__content::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 24% 22%, rgba(113, 255, 185, 0.16), rgba(113, 255, 185, 0) 24%),
    radial-gradient(circle at 84% 12%, rgba(255, 215, 117, 0.24), rgba(255, 215, 117, 0) 24%),
    linear-gradient(180deg, rgba(12, 16, 23, 0.06) 0%, rgba(9, 11, 16, 0.04) 26%, rgba(9, 11, 16, 0.2) 100%);
  pointer-events: none;
}

.bb2-frame__content::after {
  content: '';
  position: absolute;
  inset: 14px;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid rgba(255, 235, 177, 0.2);
  pointer-events: none;
}

.bb2-frame__report {
  position: absolute;
  z-index: 4;
  right: -68px;
  top: 148px;
  width: 404px;
  isolation: isolate;
  transform: rotate(8deg);
  transform-origin: center;
}

.bb2-frame__report::before,
.bb2-frame__report::after {
  display: none;
}

.bb2-frame__report-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.bb2-report {
  position: relative;
  padding: 30px 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(105, 140, 184, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #eef6fb 100%);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(255, 203, 83, 0.18);
}

.bb2-report::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 18px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #53b7ff 0%, #2477d8 100%);
}

.bb2-report__label {
  font-size: 13px;
  font-weight: 800;
  color: #416589;
  letter-spacing: 0.08em;
}

.bb2-report__title {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 900;
  color: #2c3b4c;
}

.bb2-report__meter {
  position: relative;
  margin: 18px auto 0;
  width: 158px;
  height: 82px;
}

.bb2-report__meter-red,
.bb2-report__meter-yellow,
.bb2-report__meter-green {
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 82px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom: none;
}

.bb2-report__meter-red {
  left: 0;
  border: 12px solid #fb6d4d;
  border-right: 6px solid transparent;
  border-bottom: 0;
}

.bb2-report__meter-yellow {
  left: 53px;
  border: 12px solid #f9cb48;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
}

.bb2-report__meter-green {
  left: 106px;
  border: 12px solid #6bd957;
  border-left: 6px solid transparent;
  border-bottom: 0;
}

.bb2-report__needle {
  position: absolute;
  left: 79px;
  bottom: 10px;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: #24823c;
  transform-origin: 0 50%;
  transform: rotate(-18deg);
}

.bb2-report__needle::after {
  content: '';
  position: absolute;
  right: -3px;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #24823c;
}

.bb2-report__score {
  margin-top: 16px;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #4cc13a;
}

.bb2-play {
  position: absolute;
  z-index: 5;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.3),
    0 0 18px rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.bb2-play svg {
  width: 38px;
  height: 38px;
  fill: #ffffff;
  margin-left: 4px;
}

.bb2-badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  box-shadow: 0 0 28px currentColor;
}

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

.bb2-badge--shield {
  right: -2px;
  top: 124px;
  color: #f2d272;
  border: 1px solid rgba(242, 210, 114, 0.8);
  background: rgba(242, 210, 114, 0.08);
}

.bb2-badge--sync {
  right: 6px;
  top: 304px;
  color: #63d8ff;
  border: 1px solid rgba(99, 216, 255, 0.86);
  background: rgba(99, 216, 255, 0.08);
}

.bb2-badge--chart {
  left: 58px;
  top: 388px;
  width: 72px;
  height: 72px;
  color: #f2b548;
  border: 1px solid rgba(242, 181, 72, 0.82);
  background: rgba(242, 181, 72, 0.08);
}

.bb2-particles {
  position: absolute;
  pointer-events: none;
}

.bb2-particles--trail {
  left: 14px;
  top: 198px;
  width: 146px;
  height: 406px;
}

.bb2-particles--trail::before {
  content: '';
  position: absolute;
  left: 58px;
  top: 24px;
  bottom: 48px;
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 223, 139, 0), rgba(255, 223, 139, 0.94) 28%, rgba(255, 223, 139, 0.3) 70%, rgba(255, 223, 139, 0) 100%);
  box-shadow:
    0 0 10px rgba(255, 208, 89, 0.62),
    0 0 22px rgba(255, 208, 89, 0.24);
}

.bb2-particles--trail::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 72px;
  width: 72px;
  height: 248px;
  background:
    radial-gradient(circle, rgba(255, 224, 144, 0.82) 0 7%, rgba(255, 224, 144, 0) 8%) center / 18px 18px repeat-y;
  filter: blur(1px);
  opacity: 0.78;
}

.bb2-particles--trail .bb2-particle--coin {
  position: absolute;
}

.bb2-particles--trail .bb2-particle--coin:nth-child(1) {
  left: 42px;
  top: 0;
  transform: rotate(-24deg) scale(0.88);
}

.bb2-particles--trail .bb2-particle--coin:nth-child(2) {
  left: 8px;
  top: 86px;
  transform: rotate(18deg) scale(1.04);
}

.bb2-particles--trail .bb2-particle--coin:nth-child(3) {
  left: 30px;
  top: 176px;
  transform: rotate(-18deg) scale(0.92);
}

.bb2-particles--trail .bb2-particle--coin:nth-child(4) {
  left: 58px;
  top: 278px;
  transform: rotate(14deg) scale(0.94);
}

.bb2-particle--coin {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 247, 191, 0.95), rgba(255, 247, 191, 0) 28%),
    linear-gradient(180deg, #ffe78e 0%, #ffc53d 52%, #f59d0b 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 245, 196, 0.24),
    0 0 22px rgba(255, 196, 78, 0.6);
  transform: rotate(-18deg);
}

.bb2-particle--coin::before {
  content: '$';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: rgba(116, 69, 0, 0.88);
}

.bb2-cash {
  position: absolute;
  width: 140px;
  height: 80px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)) top / 100% 16px no-repeat,
    linear-gradient(90deg, #d5c7a8 0%, #faf5e4 18%, #efe4c8 52%, #d9ccb2 100%);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.3),
    0 0 22px rgba(255, 197, 82, 0.24);
}

.bb2-cash::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 22%, rgba(98, 126, 74, 0.2) 0 8px, rgba(98, 126, 74, 0) 9px),
    radial-gradient(circle at 82% 78%, rgba(98, 126, 74, 0.12) 0 6px, rgba(98, 126, 74, 0) 7px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.01)),
    repeating-linear-gradient(180deg, rgba(49, 78, 41, 0.08) 0 2px, transparent 2px 7px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 18%, rgba(92, 120, 66, 0.05) 18%, rgba(92, 120, 66, 0.05) 82%, rgba(255, 255, 255, 0.18) 82%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, #fbf7ea 0%, #ece1c6 100%);
  border: 1px solid rgba(103, 131, 77, 0.14);
  box-shadow:
    -8px 8px 0 -4px rgba(248, 241, 223, 0.94),
    -14px 14px 0 -7px rgba(236, 227, 205, 0.74),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.bb2-cash::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52px;
  width: 32px;
  border-radius: 2px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 244, 182, 0.46) 0 10px, rgba(255, 244, 182, 0) 11px),
    linear-gradient(180deg, #f3de98 0%, #d4b066 45%, #b98731 100%);
  box-shadow:
    inset 0 0 0 1px rgba(122, 88, 22, 0.18),
    0 0 0 1px rgba(255, 236, 176, 0.1);
}

.bb2-cash--left {
  left: 20px;
  bottom: 26px;
  transform: rotate(-34deg);
}

.bb2-cash--right {
  right: -10px;
  bottom: 18px;
  transform: rotate(28deg);
}

.bb2-hero__shard {
  position: absolute;
  right: -4px;
  bottom: 108px;
  width: 74px;
  height: 74px;
  pointer-events: none;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(176, 190, 220, 0.86));
  clip-path: polygon(50% 0%, 66% 34%, 100% 50%, 66% 66%, 50% 100%, 34% 66%, 0 50%, 34% 34%);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.26),
    0 0 32px rgba(255, 255, 255, 0.12);
  opacity: 0.88;
}

.bb2-section {
  position: relative;
  background: linear-gradient(180deg, #081019 0%, #050b12 100%);
  padding: 54px 0;
}

.bb2-trust {
  --bb2-trust-button-bottom: 36px;
  --bb2-trust-button-height: 76px;
  position: relative;
  padding: 20px 0 42px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 212, 104, 0.18), rgba(255, 212, 104, 0) 24%),
    linear-gradient(180deg, #081019 0%, #060d15 100%);
}

.bb2-trust__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 40%, rgba(255, 186, 65, 0.12), rgba(255, 186, 65, 0) 16%),
    radial-gradient(circle at 82% 14%, rgba(255, 217, 132, 0.14), rgba(255, 217, 132, 0) 20%);
}

.bb2-trust__frame {
  position: relative;
  padding: 40px 42px 194px;
  border-radius: 42px;
  border: 1px solid rgba(255, 220, 138, 0.46);
  background:
    linear-gradient(180deg, rgba(15, 22, 34, 0.42) 0%, rgba(7, 12, 20, 0.92) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.08),
    0 0 30px rgba(255, 206, 93, 0.12);
  overflow: hidden;
}

.bb2-trust__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 207, 95, 0.06) 0%, rgba(255, 207, 95, 0) 26%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.02) 0%, rgba(7, 11, 18, 0.38) 38%, rgba(7, 11, 18, 0.82) 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0 7%,
      rgba(46, 71, 105, 0.16) 7% 11%,
      transparent 11% 16%,
      rgba(52, 80, 116, 0.1) 16% 19%,
      transparent 19% 25%
    ),
    radial-gradient(circle at 90% 8%, rgba(255, 218, 132, 0.22), rgba(255, 218, 132, 0) 24%);
  opacity: 0.88;
  pointer-events: none;
}

.bb2-trust__frame::after {
  content: none;
}

.bb2-trust__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
  pointer-events: none;
}

.bb2-trust__glow--left {
  left: -8%;
  top: 34%;
  width: 280px;
  height: 280px;
  background: rgba(65, 180, 115, 0.14);
}

.bb2-trust__glow--right {
  right: -2%;
  top: -4%;
  width: 340px;
  height: 340px;
  background: rgba(255, 210, 98, 0.22);
}

.bb2-trust__coin {
  position: absolute;
  z-index: 1;
}

.bb2-trust__coin--left {
  left: -18px;
  top: 44%;
}

.bb2-trust__coin--bottom {
  right: 168px;
  bottom: -8px;
}

.bb2-cash--trust {
  right: -10px;
  bottom: 4px;
  transform: rotate(-26deg) scale(1.42);
}

.bb2-trust__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(540px, 1.06fr);
  gap: 48px;
}

.bb2-trust__left {
  display: grid;
  align-content: start;
  gap: 26px;
}

.bb2-trust__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 224, 150, 0.58);
  background:
    linear-gradient(90deg, rgba(13, 18, 28, 0.72), rgba(18, 26, 40, 0.52));
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.12),
    0 0 24px rgba(255, 198, 82, 0.18);
}

.bb2-trust__eyebrow-logo {
  display: block;
  width: 272px;
  aspect-ratio: 237 / 40;
  background: linear-gradient(90deg, #fff0aa 0%, #ffd874 24%, #ffcb56 52%, #ffb936 76%, #f09a14 100%);
  -webkit-mask: url('images/tild3636-3232-4431-a536-313031356438__group_9.svg') no-repeat center / contain;
  mask: url('images/tild3636-3232-4431-a536-313031356438__group_9.svg') no-repeat center / contain;
  filter:
    drop-shadow(0 0 12px rgba(255, 194, 71, 0.42))
    drop-shadow(0 0 24px rgba(255, 190, 74, 0.2));
}

.bb2-trust__title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(58px, 4.4vw, 90px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #ffde86;
  text-shadow:
    0 2px 0 #603600,
    0 4px 0 #6f3d00,
    0 6px 0 #4f2c00,
    0 0 12px rgba(255, 206, 101, 0.4),
    0 14px 28px rgba(0, 0, 0, 0.52);
}

.bb2-trust__stats {
  display: grid;
  gap: 34px;
  padding-top: 10px;
}

.bb2-trust__stat {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}

.bb2-trust__icon {
  position: relative;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  border: 1px solid rgba(255, 226, 151, 0.42);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(13, 22, 34, 0.9) 0%, rgba(8, 15, 24, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.08),
    0 0 28px currentColor;
}

.bb2-trust__icon::before {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  border: 1px solid rgba(255, 239, 183, 0.22);
  pointer-events: none;
}

.bb2-trust__icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-trust__icon-badge {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 224, 146, 0.58);
  background:
    linear-gradient(180deg, rgba(65, 74, 38, 0.88) 0%, rgba(44, 56, 31, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 16px rgba(255, 209, 90, 0.18);
  color: #f6d97e;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.bb2-trust__icon-badge--check {
  left: auto;
  right: 8px;
  bottom: 8px;
  transform: none;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-color: rgba(255, 125, 125, 0.46);
  background:
    linear-gradient(180deg, rgba(120, 38, 38, 0.86) 0%, rgba(82, 24, 24, 0.96) 100%);
  color: #79f39c;
}

.bb2-trust__icon-badge--check svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.bb2-trust__icon--time {
  color: #8fe76a;
}

.bb2-trust__icon--people {
  color: #ffca73;
}

.bb2-trust__icon--shield {
  color: #8af493;
}

.bb2-trust__stat-copy {
  font-size: clamp(34px, 2.25vw, 48px);
  line-height: 1.04;
  font-weight: 500;
  color: #f0ddb1;
  text-shadow:
    0 0 14px rgba(255, 205, 102, 0.12),
    0 10px 18px rgba(0, 0, 0, 0.22);
}

.bb2-trust__right {
  display: grid;
  gap: 26px;
  align-content: start;
}

.bb2-trust-card {
  position: relative;
  min-height: 292px;
  border-radius: 34px;
  border: 1px solid rgba(255, 221, 140, 0.46);
  background:
    linear-gradient(180deg, rgba(15, 21, 32, 0.72) 0%, rgba(8, 13, 21, 0.92) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.06),
    0 0 24px rgba(255, 206, 93, 0.08);
  overflow: hidden;
}

.bb2-trust-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(255, 221, 140, 0.16);
  pointer-events: none;
}

.bb2-trust-card__shine {
  position: absolute;
  left: 32px;
  right: 120px;
  top: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 213, 115, 0), rgba(255, 213, 115, 0.92), rgba(255, 226, 167, 1), rgba(255, 213, 115, 0));
  box-shadow: 0 0 16px rgba(255, 213, 115, 0.34);
  opacity: 0.84;
  pointer-events: none;
}

.bb2-trust-card__body {
  position: relative;
  z-index: 1;
  padding: 38px 38px 34px;
  max-width: 74%;
}

.bb2-trust-card--bottom .bb2-trust-card__body {
  max-width: 100%;
}

.bb2-trust-card--bottom .bb2-trust-card__shine {
  right: 32px;
}

.bb2-trust-card h3 {
  margin: 0 0 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(34px, 2.2vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #ffd97e;
  text-shadow:
    0 0 12px rgba(255, 206, 101, 0.26),
    0 8px 16px rgba(0, 0, 0, 0.24);
}

.bb2-trust-card p {
  margin: 0 0 22px;
  max-width: 640px;
  color: rgba(255, 247, 220, 0.86);
  font-size: clamp(20px, 1.22vw, 30px);
  line-height: 1.5;
}

.bb2-trust-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.bb2-trust-card li {
  position: relative;
  padding-left: 30px;
  color: #f6ecd1;
  font-size: clamp(22px, 1.24vw, 32px);
  line-height: 1.32;
}

.bb2-trust-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbf35 100%);
  box-shadow: 0 0 12px rgba(255, 194, 71, 0.56);
}

.bb2-trust-card__badges {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 20px;
}

.bb2-trust-mini {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid currentColor;
  background:
    linear-gradient(180deg, rgba(12, 20, 31, 0.72), rgba(8, 13, 21, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 24px currentColor;
}

.bb2-trust-mini svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-trust-mini--green {
  color: #79f39c;
}

.bb2-trust-mini--orange {
  color: #ffad57;
}

.bb2-trust-mini--blue {
  color: #58d7ff;
}

.bb2-trust-card__report {
  position: absolute;
  right: 30px;
  bottom: 14px;
  width: 238px;
  transform: rotate(14deg);
}

.bb2-trust-report {
  padding: 20px 18px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(255, 205, 96, 0.16);
}

.bb2-trust-report__label {
  font-size: 12px;
  font-weight: 800;
  color: #2f567f;
  letter-spacing: 0.08em;
}

.bb2-trust-report__title {
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.02;
  font-weight: 900;
  color: #253445;
}

.bb2-trust-report__meter {
  position: relative;
  margin: 14px auto 0;
  width: 138px;
  height: 74px;
}

.bb2-trust-report__arc {
  position: absolute;
  bottom: 0;
  width: 46px;
  height: 74px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom: none;
}

.bb2-trust-report__arc--red {
  left: 0;
  border: 10px solid #fb6d4d;
  border-right: 5px solid transparent;
  border-bottom: 0;
}

.bb2-trust-report__arc--yellow {
  left: 46px;
  border: 10px solid #f9cb48;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
}

.bb2-trust-report__arc--green {
  left: 92px;
  border: 10px solid #6bd957;
  border-left: 5px solid transparent;
  border-bottom: 0;
}

.bb2-trust-report__needle {
  position: absolute;
  left: 69px;
  bottom: 10px;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: #24823c;
  transform-origin: 0 50%;
  transform: rotate(-18deg);
}

.bb2-trust-report__needle::after {
  content: '';
  position: absolute;
  right: -3px;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #24823c;
}

.bb2-trust-report__score {
  margin-top: 10px;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  color: #4cc13a;
}

.bb2-trust__controls {
  display: none !important;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 221, 140, 0.56);
  background:
    linear-gradient(180deg, rgba(18, 25, 36, 0.96), rgba(10, 16, 24, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.08),
    0 0 24px rgba(255, 206, 93, 0.16);
}

.bb2-trust__button {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: var(--bb2-trust-button-bottom);
  transform: translateX(-50%);
  width: min(calc(100% - 84px), 560px);
  min-height: var(--bb2-trust-button-height);
  height: var(--bb2-trust-button-height);
  isolation: isolate;
}

.bb2-trust__button::before,
.bb2-trust__button::after {
  content: none;
}

.bb2-trust__control {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0 18px;
  border-radius: 19px;
  border: 1px solid rgba(255, 221, 140, 0.32);
  background: rgba(255, 255, 255, 0.02);
  color: #e8c773;
  box-shadow: inset 0 0 0 1px rgba(255, 239, 183, 0.04);
}

.bb2-trust__control svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-trust__control-label {
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.bb2-trust__control--info {
  color: #e8c773;
}

.bb2-trust__control--accent {
  min-height: 66px;
  padding: 0 22px;
  border-radius: 21px;
  border-color: rgba(255, 221, 140, 0.54);
  background: linear-gradient(180deg, rgba(77, 59, 15, 0.94), rgba(54, 39, 10, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.1),
    0 0 18px rgba(255, 206, 93, 0.18);
}

.bb2-fit {
  position: relative;
  padding: 8px 0 40px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 208, 92, 0.14), rgba(255, 208, 92, 0) 24%),
    linear-gradient(180deg, #060d15 0%, #07111b 100%);
}

.bb2-fit__frame {
  position: relative;
  overflow: hidden;
  padding: 40px 38px 82px;
  border-radius: 34px;
  border: 1px solid rgba(255, 220, 138, 0.34);
  background:
    linear-gradient(180deg, rgba(8, 16, 25, 0.34), rgba(5, 9, 15, 0.88)),
    linear-gradient(180deg, rgba(10, 18, 27, 0.84) 0%, rgba(5, 8, 13, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.05),
    0 0 26px rgba(255, 206, 93, 0.1);
}

.bb2-fit__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.12) 0%, rgba(7, 12, 21, 0.28) 24%, rgba(5, 9, 15, 0.8) 100%),
    radial-gradient(circle at 58% 8%, rgba(255, 221, 155, 0.14), rgba(255, 221, 155, 0) 18%),
    repeating-linear-gradient(
      90deg,
      transparent 0 7%,
      rgba(51, 82, 120, 0.2) 7% 10%,
      transparent 10% 14%,
      rgba(37, 56, 91, 0.16) 14% 16%,
      transparent 16% 23%,
      rgba(63, 98, 146, 0.16) 23% 29%,
      transparent 29% 34%,
      rgba(38, 56, 87, 0.24) 34% 39%,
      transparent 39% 45%,
      rgba(52, 74, 112, 0.18) 45% 49%,
      transparent 49% 56%,
      rgba(47, 74, 110, 0.16) 56% 61%,
      transparent 61% 100%
    );
  -webkit-mask:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0.66) 56%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0.66) 56%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  opacity: 0.82;
  pointer-events: none;
}

.bb2-fit__frame::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 12%;
  bottom: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 208, 101, 0) 0%, rgba(255, 208, 101, 0.9) 18%, rgba(255, 219, 151, 1) 50%, rgba(255, 208, 101, 0.9) 82%, rgba(255, 208, 101, 0) 100%);
  box-shadow:
    0 0 12px rgba(255, 213, 115, 0.76),
    0 0 24px rgba(255, 213, 115, 0.28);
  pointer-events: none;
}

.bb2-fit__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
  pointer-events: none;
}

.bb2-fit__glow--left {
  left: -4%;
  top: 20%;
  width: 240px;
  height: 240px;
  background: rgba(104, 85, 255, 0.3);
}

.bb2-fit__glow--right {
  right: 4%;
  top: 8%;
  width: 320px;
  height: 320px;
  background: rgba(55, 143, 255, 0.18);
}

.bb2-fit__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 560px;
}

.bb2-fit__copy {
  max-width: 650px;
}

.bb2-fit__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 26px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(194, 143, 255, 0.82);
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(104, 58, 184, 0.96) 0%, rgba(84, 44, 172, 0.92) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 24px rgba(150, 104, 255, 0.42),
    0 0 44px rgba(150, 104, 255, 0.18);
  font-size: 22px;
  font-weight: 800;
  color: #fff2ff;
}

.bb2-fit__title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(58px, 4.7vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #ffde86;
  text-shadow:
    0 2px 0 #603600,
    0 4px 0 #6f3d00,
    0 6px 0 #4f2c00,
    0 0 10px rgba(255, 206, 101, 0.42),
    0 0 22px rgba(255, 206, 101, 0.18),
    0 14px 28px rgba(0, 0, 0, 0.52);
}

.bb2-fit__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding-right: 120px;
}

.bb2-fit__subtitle {
  margin: 0 0 26px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(34px, 2.7vw, 56px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #f6cf78;
  text-shadow: 0 0 12px rgba(255, 206, 101, 0.22);
}

.bb2-fit__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 26px;
}

.bb2-fit__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.bb2-fit__icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid currentColor;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(13, 22, 34, 0.84) 0%, rgba(8, 15, 24, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 28px currentColor;
}

.bb2-fit__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-fit__icon--blue {
  color: #67d8ff;
}

.bb2-fit__icon--green {
  color: #7ff27f;
}

.bb2-fit__icon--orange {
  color: #ffba55;
}

.bb2-fit__item-copy {
  color: #f0ddb1;
  font-size: clamp(24px, 1.9vw, 42px);
  line-height: 1.1;
  font-weight: 500;
  text-shadow: 0 0 12px rgba(255, 205, 102, 0.12);
}

.bb2-fit__button {
  margin-top: 34px;
  min-width: 400px;
}

.bb2-fit__coin {
  position: absolute;
  z-index: 0;
}

.bb2-fit__coin--left-top {
  left: -34px;
  top: 150px;
}

.bb2-fit__coin--left-bottom {
  left: 62px;
  bottom: -6px;
}

.bb2-fit__coin--right-top {
  right: 88px;
  top: 94px;
}

.bb2-fit__coin--right-middle {
  right: 92px;
  top: 234px;
}

.bb2-fit__rail {
  position: absolute;
  right: 112px;
  top: 118px;
  bottom: 60px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 224, 148, 0) 0%, rgba(255, 224, 148, 0.9) 14%, rgba(255, 224, 148, 0.92) 86%, rgba(255, 224, 148, 0) 100%);
  box-shadow:
    0 0 10px rgba(255, 211, 103, 0.56),
    0 0 22px rgba(255, 211, 103, 0.2);
  pointer-events: none;
}

.bb2-cash--fit-left {
  width: 164px;
  height: 94px;
  border-radius: 18px;
  left: 48%;
  bottom: 36px;
  transform: rotate(-24deg) scale(1.14);
}

.bb2-cash--fit-right {
  width: 164px;
  height: 94px;
  border-radius: 18px;
  right: 40px;
  bottom: 132px;
  transform: rotate(-34deg) scale(1.18);
}

.bb2-cash--fit-left::before,
.bb2-cash--fit-right::before {
  inset: 10px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 22%, rgba(98, 126, 74, 0.2) 0 9px, rgba(98, 126, 74, 0) 10px),
    radial-gradient(circle at 82% 78%, rgba(98, 126, 74, 0.12) 0 7px, rgba(98, 126, 74, 0) 8px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.01)),
    repeating-linear-gradient(180deg, rgba(49, 78, 41, 0.08) 0 2px, transparent 2px 7px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 18%, rgba(92, 120, 66, 0.05) 18%, rgba(92, 120, 66, 0.05) 82%, rgba(255, 255, 255, 0.18) 82%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, #fbf7ea 0%, #ece1c6 100%);
  box-shadow:
    -10px 10px 0 -3px rgba(248, 241, 223, 0.96),
    -18px 18px 0 -6px rgba(236, 227, 205, 0.82),
    -26px 26px 0 -10px rgba(225, 213, 186, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.bb2-cash--fit-left::after,
.bb2-cash--fit-right::after {
  left: 62px;
  width: 36px;
}

.bb2-fit__spark {
  position: absolute;
  bottom: 10px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 224, 145, 0.88) 0%, rgba(255, 190, 74, 0.38) 24%, rgba(255, 190, 74, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
}

.bb2-fit__spark--left {
  left: 108px;
}

.bb2-fit__spark--right {
  right: 132px;
}

.bb2-fit__shard {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  transform: rotate(45deg);
  background:
    radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.32) 34%, rgba(255, 255, 255, 0.06) 72%),
    linear-gradient(180deg, rgba(205, 212, 232, 0.94), rgba(124, 131, 159, 0.24));
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.32),
    0 0 24px rgba(255, 255, 255, 0.12);
}

.bb2-clarity {
  position: relative;
  padding: 0 0 42px;
  background:
    radial-gradient(circle at 84% 10%, rgba(86, 164, 255, 0.12), rgba(86, 164, 255, 0) 24%),
    linear-gradient(180deg, #07111b 0%, #060d15 100%);
}

.bb2-clarity__frame {
  position: relative;
  overflow: hidden;
  padding: 38px 38px 82px;
  border-radius: 34px;
  border: 1px solid rgba(255, 220, 138, 0.34);
  background:
    linear-gradient(180deg, rgba(8, 16, 25, 0.34), rgba(5, 9, 15, 0.88)),
    linear-gradient(180deg, rgba(10, 18, 27, 0.84) 0%, rgba(5, 8, 13, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.05),
    0 0 26px rgba(255, 206, 93, 0.1);
}

.bb2-clarity__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.16) 0%, rgba(7, 12, 21, 0.3) 24%, rgba(5, 9, 15, 0.82) 100%),
    radial-gradient(circle at 60% 10%, rgba(255, 221, 155, 0.12), rgba(255, 221, 155, 0) 18%),
    repeating-linear-gradient(
      90deg,
      transparent 0 7%,
      rgba(51, 82, 120, 0.2) 7% 10%,
      transparent 10% 14%,
      rgba(37, 56, 91, 0.16) 14% 16%,
      transparent 16% 23%,
      rgba(63, 98, 146, 0.16) 23% 29%,
      transparent 29% 34%,
      rgba(38, 56, 87, 0.24) 34% 39%,
      transparent 39% 45%,
      rgba(52, 74, 112, 0.18) 45% 49%,
      transparent 49% 56%,
      rgba(47, 74, 110, 0.16) 56% 61%,
      transparent 61% 100%
    );
  -webkit-mask:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.68) 56%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.68) 56%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  opacity: 0.84;
  pointer-events: none;
}

.bb2-clarity__frame::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 12%;
  bottom: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 208, 101, 0) 0%, rgba(255, 208, 101, 0.9) 18%, rgba(255, 219, 151, 1) 50%, rgba(255, 208, 101, 0.9) 82%, rgba(255, 208, 101, 0) 100%);
  box-shadow:
    0 0 12px rgba(255, 213, 115, 0.76),
    0 0 24px rgba(255, 213, 115, 0.28);
  pointer-events: none;
}

.bb2-clarity__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
  pointer-events: none;
}

.bb2-clarity__glow--left {
  left: -4%;
  top: 18%;
  width: 240px;
  height: 240px;
  background: rgba(104, 85, 255, 0.26);
}

.bb2-clarity__glow--right {
  right: 8%;
  top: 20%;
  width: 300px;
  height: 300px;
  background: rgba(65, 162, 255, 0.16);
}

.bb2-clarity__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.92fr);
  gap: 36px;
  align-items: center;
  min-height: 560px;
}

.bb2-clarity__copy {
  max-width: 720px;
}

.bb2-clarity__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 24px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(168, 151, 255, 0.84);
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(76, 84, 188, 0.9) 0%, rgba(66, 60, 164, 0.92) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 24px rgba(122, 123, 255, 0.38),
    0 0 42px rgba(122, 123, 255, 0.16);
  font-size: 20px;
  font-weight: 800;
  color: #eef0ff;
}

.bb2-clarity__title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(56px, 4.6vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #ffde86;
  text-shadow:
    0 2px 0 #603600,
    0 4px 0 #6f3d00,
    0 6px 0 #4f2c00,
    0 0 10px rgba(255, 206, 101, 0.42),
    0 0 22px rgba(255, 206, 101, 0.18),
    0 14px 28px rgba(0, 0, 0, 0.52);
}

.bb2-clarity__list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  max-width: 680px;
}

.bb2-clarity__list li {
  position: relative;
  padding-left: 42px;
  color: #f3ddb0;
  font-size: clamp(24px, 1.85vw, 38px);
  line-height: 1.14;
  font-weight: 500;
  text-shadow: 0 0 12px rgba(255, 205, 102, 0.1);
}

.bb2-clarity__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 22px;
  height: 12px;
  border-left: 4px solid #ffd86e;
  border-bottom: 4px solid #ffd86e;
  transform: rotate(-45deg);
  filter: drop-shadow(0 0 8px rgba(255, 212, 106, 0.46));
}

.bb2-clarity__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  --bb2-clarity-action-width: 520px;
}

.bb2-clarity__lead {
  margin: 0;
  max-width: 540px;
  color: #f0ddb1;
  font-size: clamp(24px, 1.9vw, 42px);
  line-height: 1.1;
  font-weight: 500;
  text-shadow: 0 0 12px rgba(255, 205, 102, 0.12);
}

.bb2-clarity__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.bb2-clarity__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: rgba(8, 16, 26, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 24px currentColor;
  font-size: 18px;
  font-weight: 700;
}

.bb2-clarity__chip--gold {
  color: #f0c768;
}

.bb2-clarity__chip--blue {
  color: #62d7ff;
}

.bb2-clarity__chip--violet {
  color: #9c8cff;
}

.bb2-clarity__button {
  margin-top: 34px;
  width: min(100%, var(--bb2-clarity-action-width));
  min-width: 0;
}

.bb2-clarity__timer {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px 20px;
  align-items: center;
  margin-top: 28px;
  width: min(100%, var(--bb2-clarity-action-width));
  max-width: none;
  padding: 18px 20px;
  border-radius: 26px;
  border: 1px solid rgba(144, 129, 255, 0.76);
  background:
    linear-gradient(180deg, rgba(74, 74, 190, 0.72) 0%, rgba(48, 45, 143, 0.78) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 28px rgba(118, 108, 255, 0.34),
    0 18px 34px rgba(0, 0, 0, 0.28);
}

.bb2-clarity__timer-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(192, 201, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #d6d8ff;
}

.bb2-clarity__timer-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-clarity__timer-label {
  display: block;
  color: #f2f3ff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

.bb2-clarity__timer-copy {
  min-width: 0;
}

.bb2-clarity__timer-badge {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 62px;
  padding: 0 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(92, 82, 221, 0.94) 0%, rgba(64, 57, 178, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 24px rgba(107, 102, 255, 0.28);
  color: #ffd875;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.bb2-clarity__rail {
  position: absolute;
  left: 58%;
  top: 172px;
  bottom: 66px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 224, 148, 0) 0%, rgba(255, 224, 148, 0.9) 14%, rgba(255, 224, 148, 0.92) 86%, rgba(255, 224, 148, 0) 100%);
  box-shadow:
    0 0 10px rgba(255, 211, 103, 0.56),
    0 0 22px rgba(255, 211, 103, 0.2);
  pointer-events: none;
}

.bb2-clarity__coin {
  position: absolute;
  z-index: 0;
}

.bb2-clarity__coin--left {
  left: -30px;
  top: 246px;
}

.bb2-clarity__coin--center-top {
  display: none;
}

.bb2-clarity__coin--center-bottom {
  display: none;
}

.bb2-clarity__coin--bottom {
  right: 146px;
  bottom: 24px;
}

.bb2-cash--clarity-left {
  left: 50%;
  bottom: 46px;
  transform: rotate(-34deg) scale(1.36);
}

.bb2-cash--clarity-right {
  right: 24px;
  bottom: 58px;
  transform: rotate(-34deg) scale(1.32);
}

.bb2-clarity__spark {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 224, 145, 0.88) 0%, rgba(255, 190, 74, 0.38) 24%, rgba(255, 190, 74, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
}

.bb2-clarity__spark--center {
  left: calc(58% - 54px);
  top: 224px;
}

.bb2-clarity__spark--right {
  right: 82px;
  top: 298px;
}

.bb2-clarity__mini {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid currentColor;
  background: rgba(8, 16, 26, 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 20px currentColor;
}

.bb2-clarity__mini svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-clarity__mini--left {
  left: calc(58% - 36px);
  top: 236px;
  width: 42px;
  height: 42px;
  color: #f0c768;
}

.bb2-clarity__mini--shield {
  right: 12px;
  top: 118px;
  width: 54px;
  height: 54px;
  color: #f0c768;
}

.bb2-clarity__mini--sync {
  right: 28px;
  top: 186px;
  width: 52px;
  height: 52px;
  color: #62d7ff;
}

.bb2-clarity__mini--chart {
  right: -2px;
  top: 372px;
  width: 44px;
  height: 44px;
  color: #f0c768;
}

.bb2-clarity__shard {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  transform: rotate(45deg);
  background:
    radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.32) 34%, rgba(255, 255, 255, 0.06) 72%),
    linear-gradient(180deg, rgba(205, 212, 232, 0.94), rgba(124, 131, 159, 0.24));
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.32),
    0 0 24px rgba(255, 255, 255, 0.12);
}

.bb2-reviews {
  position: relative;
  padding: 0 0 54px;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 205, 92, 0.12), rgba(255, 205, 92, 0) 28%),
    radial-gradient(circle at 12% 18%, rgba(97, 84, 255, 0.08), rgba(97, 84, 255, 0) 24%),
    linear-gradient(180deg, #060d15 0%, #04080d 100%);
}

.bb2-reviews__frame {
  position: relative;
  overflow: hidden;
  padding: 42px 42px 44px;
  border-radius: 38px;
  border: 1px solid rgba(255, 220, 138, 0.24);
  background:
    radial-gradient(circle at 76% 18%, rgba(44, 129, 255, 0.12), rgba(44, 129, 255, 0) 34%),
    linear-gradient(180deg, rgba(8, 16, 25, 0.72), rgba(4, 8, 13, 0.96)),
    linear-gradient(180deg, rgba(10, 18, 27, 0.84) 0%, rgba(5, 8, 13, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.04),
    0 28px 54px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(255, 206, 93, 0.08);
}

.bb2-reviews__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 14% 18%, rgba(255, 213, 120, 0.09), rgba(255, 213, 120, 0) 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: auto, auto, 84px 84px, 84px 84px;
  opacity: 0.5;
  pointer-events: none;
}

.bb2-reviews__frame::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 37px;
  border: 1px solid rgba(255, 245, 208, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 217, 0.04),
    inset 0 -1px 0 rgba(255, 200, 82, 0.03);
  pointer-events: none;
}

.bb2-reviews__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(66px);
  pointer-events: none;
}

.bb2-reviews__glow--left {
  left: 2%;
  top: 14%;
  width: 280px;
  height: 280px;
  background: rgba(96, 88, 255, 0.18);
}

.bb2-reviews__glow--right {
  right: 0;
  top: 6%;
  width: 360px;
  height: 360px;
  background: rgba(67, 176, 255, 0.14);
}

.bb2-reviews__coin {
  position: absolute;
  z-index: 0;
  opacity: 0.92;
  filter: drop-shadow(0 0 16px rgba(255, 193, 54, 0.3));
}

.bb2-reviews__coin--left {
  right: 88px;
  top: 38px;
  transform: scale(0.78);
}

.bb2-reviews__coin--right {
  right: 38px;
  top: 202px;
  transform: scale(0.72);
}

.bb2-reviews__coin--bottom,
.bb2-cash--reviews-left,
.bb2-cash--reviews-right,
.bb2-reviews__spark,
.bb2-reviews__shard {
  display: none;
}

.bb2-reviews__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 34px;
}

.bb2-reviews__heading {
  display: grid;
  gap: 14px;
  max-width: none;
  min-width: 0;
}

.bb2-reviews__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 217, 129, 0.2);
  background:
    linear-gradient(180deg, rgba(32, 42, 57, 0.78) 0%, rgba(12, 18, 28, 0.94) 100%);
  color: #f2d487;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bb2-reviews__title {
  margin: 0;
  max-width: none;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 1;
  letter-spacing: -0.065em;
  font-weight: 900;
  white-space: nowrap;
  color: #ffe29b;
  text-shadow:
    0 2px 0 #6d3e02,
    0 6px 18px rgba(0, 0, 0, 0.42),
    0 0 20px rgba(255, 196, 78, 0.22);
}

.bb2-reviews__intro {
  display: grid;
  gap: 0;
  width: auto;
  margin-left: auto;
  justify-items: end;
  align-content: end;
}

.bb2-reviews__lead {
  margin: 0;
  max-width: none;
  color: rgba(244, 241, 233, 0.78);
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

.bb2-reviews__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 221, 140, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(15, 24, 36, 0.9) 0%, rgba(8, 13, 21, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 18px 30px rgba(0, 0, 0, 0.2),
    0 0 18px rgba(255, 206, 93, 0.08);
  color: #f0d17a;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.bb2-reviews__counter [data-bb2-review-current] {
  font-size: 40px;
  font-weight: 900;
}

.bb2-reviews__body {
  position: relative;
  z-index: 1;
}

.bb2-reviews__main {
  display: grid;
  grid-template-columns: minmax(320px, 416px) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
  min-width: 0;
  touch-action: pan-y;
}

.bb2-reviews__spotlight {
  display: grid;
  gap: 18px;
  align-content: start;
}

.bb2-reviews__device-wrap {
  width: 100%;
  max-width: 416px;
}

.bb2-reviews__device {
  position: relative;
  padding: 16px;
  border-radius: 36px;
  border: 1px solid rgba(255, 218, 133, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 213, 120, 0.14), rgba(255, 213, 120, 0) 36%),
    linear-gradient(180deg, rgba(18, 26, 39, 0.94) 0%, rgba(8, 13, 21, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.05),
    0 22px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(255, 206, 93, 0.14);
}

.bb2-reviews__device::before {
  content: '';
  position: absolute;
  inset: 11px;
  border-radius: 28px;
  border: 1px solid rgba(255, 231, 175, 0.16);
  box-shadow:
    inset 0 0 16px rgba(255, 208, 101, 0.08),
    0 0 18px rgba(255, 208, 101, 0.12);
  pointer-events: none;
}

.bb2-reviews__device-screen {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 9 / 16;
  min-height: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 220, 138, 0.14), rgba(255, 220, 138, 0) 30%),
    linear-gradient(180deg, #060b11 0%, #02060a 100%);
}

.bb2-reviews__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #02060a;
}

.bb2-reviews__poster {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.bb2-reviews__poster img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bb2-reviews__poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, 0.08) 0%, rgba(5, 10, 16, 0.42) 100%);
}

.bb2-reviews__poster::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 245, 187, 0.12);
  pointer-events: none;
}

.bb2-reviews__poster span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(116, 228, 255, 0.62);
  background:
    radial-gradient(circle at 50% 36%, rgba(128, 233, 255, 0.3), rgba(128, 233, 255, 0) 68%),
    rgba(9, 18, 29, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 28px rgba(76, 209, 255, 0.2);
  color: #84e5ff;
  font-size: 28px;
}

.bb2-reviews__device-copy {
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 221, 140, 0.14);
  background:
    linear-gradient(180deg, rgba(11, 18, 28, 0.82) 0%, rgba(6, 10, 17, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 14px 26px rgba(0, 0, 0, 0.24);
}

.bb2-reviews__device-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(119, 224, 255, 0.28);
  background: rgba(9, 18, 28, 0.78);
  color: #88e8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb2-reviews__device-note {
  margin: 0;
  color: rgba(245, 241, 233, 0.76);
  font-size: 16px;
  line-height: 1.52;
}

.bb2-reviews__copy {
  position: relative;
  display: grid;
  gap: 24px;
  min-width: 0;
  min-height: 100%;
  padding: 20px 28px 28px;
  border-radius: 32px;
  border: 1px solid rgba(255, 221, 140, 0.14);
  background:
    linear-gradient(180deg, rgba(9, 15, 24, 0.88) 0%, rgba(5, 8, 14, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 20px 34px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.bb2-reviews__copy::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 100% 0%, rgba(78, 186, 255, 0.12), rgba(78, 186, 255, 0) 28%),
    linear-gradient(120deg, rgba(255, 219, 125, 0.08), rgba(255, 219, 125, 0) 36%);
  pointer-events: none;
}

.bb2-reviews__copy::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 31px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.bb2-reviews__copy-top,
.bb2-reviews__copy-head,
.bb2-review-metrics,
.bb2-reviews__switcher-wrap {
  position: relative;
  z-index: 1;
}

.bb2-reviews__copy-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 217, 129, 0.16);
  background: rgba(10, 16, 24, 0.78);
  color: #f0cf77;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bb2-reviews__copy-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 292px);
  gap: 28px;
  align-items: start;
}

.bb2-reviews__copy-text {
  min-width: 0;
}

.bb2-reviews__featured-title {
  margin: 10px 0 0;
  max-width: none;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(46px, 4vw, 70px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 900;
  color: #fff1c1;
  text-shadow:
    0 2px 0 #6b3c00,
    0 0 18px rgba(255, 206, 101, 0.24),
    0 18px 30px rgba(0, 0, 0, 0.44);
}

.bb2-reviews__caption {
  margin: 18px 0 0;
  max-width: 30ch;
  color: rgba(245, 242, 255, 0.88);
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.45;
  font-weight: 500;
}

.bb2-reviews__metrics-title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 152, 0.18);
  background:
    linear-gradient(180deg, rgba(61, 42, 13, 0.54) 0%, rgba(24, 17, 8, 0.74) 100%);
  color: #ffe1a0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(255, 190, 74, 0.08);
}

.bb2-reviews__aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.bb2-reviews__aside-card {
  padding: 20px 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(110, 208, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(10, 22, 34, 0.84) 0%, rgba(7, 12, 20, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.2);
}

.bb2-reviews__aside-label {
  display: block;
  color: #80ddff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb2-reviews__aside-card p {
  margin: 12px 0 0;
  color: rgba(244, 241, 233, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

.bb2-review-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bb2-review-metric {
  position: relative;
  overflow: hidden;
  min-height: 144px;
  padding: 20px 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 18, 29, 0.9) 0%, rgba(5, 9, 15, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(0, 0, 0, 0.26);
}

.bb2-review-metric::before {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.bb2-review-metric::after {
  content: '';
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
}

.bb2-review-metric__label {
  display: block;
  color: rgba(255, 248, 232, 0.68);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bb2-review-metric__value {
  display: block;
  margin-top: 24px;
  max-width: 10ch;
  color: #ffe9b3;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.05;
  font-weight: 800;
}

.bb2-review-metric--green {
  color: #7ff19c;
  border-color: rgba(127, 241, 156, 0.28);
}

.bb2-review-metric--green::after {
  background: radial-gradient(circle, rgba(127, 241, 156, 0.22), rgba(127, 241, 156, 0) 72%);
}

.bb2-review-metric--amber {
  color: #ffbf64;
  border-color: rgba(255, 191, 100, 0.28);
}

.bb2-review-metric--amber::after {
  background: radial-gradient(circle, rgba(255, 191, 100, 0.2), rgba(255, 191, 100, 0) 72%);
}

.bb2-review-metric--blue {
  color: #69d8ff;
  border-color: rgba(105, 216, 255, 0.3);
}

.bb2-review-metric--blue::after {
  background: radial-gradient(circle, rgba(105, 216, 255, 0.2), rgba(105, 216, 255, 0) 72%);
}

.bb2-reviews__button {
  width: 100%;
  min-width: 0;
  min-height: 72px;
  padding-inline: 24px;
  align-self: start;
}

.bb2-reviews__switcher-wrap {
  display: grid;
  gap: 12px;
}

.bb2-reviews__switcher-title {
  margin: 0;
  color: rgba(255, 233, 180, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bb2-reviews__switcher {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 221, 140, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 20, 31, 0.84) 0%, rgba(7, 12, 20, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.2);
}

.bb2-reviews__nav {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 221, 140, 0.26);
  background:
    linear-gradient(180deg, rgba(16, 24, 35, 0.92) 0%, rgba(8, 13, 20, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 0 18px rgba(255, 206, 93, 0.06);
  color: #ffd978;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.bb2-reviews__nav:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 221, 140, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.04),
    0 0 22px rgba(255, 206, 93, 0.12);
}

.bb2-reviews__nav svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb2-reviews__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.bb2-reviews__dot {
  min-width: 48px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 221, 140, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 21, 32, 0.72) 0%, rgba(8, 13, 21, 0.94) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 0 12px rgba(255, 206, 93, 0.04);
  color: rgba(255, 245, 212, 0.76);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.bb2-reviews__dot:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 221, 140, 0.32);
  color: #fff0bf;
}

.bb2-reviews__dot.is-active {
  border-color: rgba(255, 221, 140, 0.66);
  background:
    linear-gradient(180deg, #ffe36b 0%, #ffc92d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 201, 0.26),
    0 0 22px rgba(255, 206, 93, 0.2);
  color: #3e2500;
  transform: translateY(-1px);
}

.bb2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bb2-card,
.bb2-contact {
  border: 1px solid rgba(255, 216, 117, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(10, 17, 27, 0.92) 0%, rgba(6, 11, 19, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.04),
    0 16px 40px rgba(0, 0, 0, 0.34);
}

.bb2-card {
  padding: 30px;
}

.bb2-card h2,
.bb2-contact h2 {
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffda79;
}

.bb2-card p,
.bb2-contact p {
  margin: 0;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.5;
}

.bb2-section--contact {
  padding-top: 18px;
  padding-bottom: 80px;
}

.bb2-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 470px);
  gap: 28px;
  align-items: start;
  padding: 28px;
}

.bb2-contact__eyebrow {
  margin-bottom: 10px !important;
  color: #f1c85f !important;
  font-size: 16px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bb2-contact__copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.bb2-contact__lead {
  max-width: 760px;
}

.bb2-contact__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bb2-contact__chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 124, 0.22);
  background:
    linear-gradient(180deg, rgba(19, 28, 40, 0.84) 0%, rgba(10, 16, 24, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.04),
    0 0 18px rgba(255, 206, 93, 0.06);
  color: #f5ddb0;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.bb2-contact__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bb2-contact-point {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 219, 124, 0.14);
  background:
    linear-gradient(180deg, rgba(14, 22, 33, 0.92) 0%, rgba(7, 12, 19, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.bb2-contact-point__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(255, 211, 108, 0.32);
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 224, 146, 0.22), rgba(255, 224, 146, 0) 56%),
    linear-gradient(180deg, rgba(33, 43, 58, 0.94) 0%, rgba(15, 22, 30, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(255, 206, 93, 0.1);
  color: #ffd979;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.bb2-contact-point__copy {
  display: grid;
  gap: 8px;
}

.bb2-contact-point__copy h3 {
  margin: 0;
  color: #ffdc85;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bb2-contact-point__copy p {
  margin: 0;
  color: rgba(241, 236, 224, 0.78);
  font-size: 16px;
  line-height: 1.45;
}

.bb2-form {
  display: grid;
  gap: 15px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 219, 124, 0.16);
  background:
    linear-gradient(180deg, rgba(13, 21, 32, 0.94) 0%, rgba(7, 12, 20, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.26);
}

.bb2-form__status {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.45;
}

.bb2-form__status--success {
  border: 1px solid rgba(116, 255, 152, 0.22);
  background: rgba(116, 255, 152, 0.12);
  color: #dbffe3;
}

.bb2-form__status--error {
  border: 1px solid rgba(255, 125, 125, 0.22);
  background: rgba(255, 125, 125, 0.12);
  color: #ffe4e4;
}

.bb2-field {
  display: grid;
  gap: 10px;
}

.bb2-field span {
  font-size: 14px;
  font-weight: 800;
  color: #f1d48d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bb2-field input {
  width: 100%;
  min-height: 64px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 219, 124, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  outline: none;
}

.bb2-field input::placeholder {
  color: rgba(255, 247, 220, 0.34);
}

.bb2-field input:focus {
  border-color: rgba(255, 214, 120, 0.46);
  box-shadow: 0 0 0 3px rgba(255, 191, 44, 0.08);
}

.bb2-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.45;
}

.bb2-consent input {
  margin-top: 3px;
}

.bb2-button--form {
  width: 100%;
}

@media (max-width: 1180px) {
  .bb2-header__inner {
    flex-wrap: wrap;
  }

  .bb2-header__actions {
    justify-content: flex-end;
  }

  .bb2-socials {
    display: none;
  }

  .bb2-hero__content {
    grid-template-columns: 1fr;
    gap: 38px;
    align-items: start;
  }

  .bb2-copy {
    max-width: 960px;
    padding-bottom: 0;
  }

  .bb2-visual {
    min-height: 720px;
    padding: 20px 18px 72px;
  }

  .bb2-frame {
    margin: 0 auto;
  }

  .bb2-particles--trail {
    left: 22px;
  }

  .bb2-badge--shield {
    right: 34px;
  }

  .bb2-badge--sync {
    right: 38px;
  }

  .bb2-badge--chart {
    left: 34px;
  }

  .bb2-cash--left {
    left: 28px;
  }

  .bb2-cash--right {
    right: 20px;
  }

  .bb2-hero__shard {
    right: 28px;
  }

  .bb2-trust__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bb2-fit__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
  }

  .bb2-fit__content {
    max-width: 760px;
    padding-right: 140px;
  }

  .bb2-fit__title {
    max-width: 780px;
  }

  .bb2-clarity__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
  }

  .bb2-clarity__content {
    max-width: 760px;
  }

  .bb2-reviews__body {
    grid-template-columns: 1fr;
  }

  .bb2-reviews__main {
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  }

  .bb2-trust-card__body {
    max-width: calc(100% - 170px);
    padding-right: 0;
  }

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

@media (max-width: 980px) {
  :root {
    --bb2-page-scale: 1;
    --container: min(100% - 28px, 100%);
  }

  .bb2-page {
    width: 100%;
    margin-inline: 0;
    zoom: 1;
  }

  .bb2-header__inner {
    flex-direction: column;
    gap: 16px;
    justify-items: center;
  }

  .bb2-nav {
    gap: 18px;
    flex-wrap: wrap;
  }

  .bb2-button--header,
  .bb2-button--hero {
    min-width: 0;
    width: 100%;
  }

  .bb2-logo__art {
    width: min(310px, 80vw);
  }

  .bb2-copy h1 {
    font-size: clamp(56px, 12vw, 92px);
  }

  .bb2-copy__accent-line {
    font-size: clamp(32px, 7vw, 52px);
  }

  .bb2-copy__accent-note {
    font-size: clamp(28px, 6vw, 44px);
  }

  .bb2-visual {
    min-height: 650px;
    padding: 18px 0 64px;
  }

  .bb2-frame__content {
    min-height: 620px;
  }

  .bb2-frame__report {
    width: 296px;
    right: -14px;
    top: 196px;
  }

  .bb2-particles--trail {
    left: 4px;
    top: 220px;
  }

  .bb2-visual__spark--mid {
    left: 80px;
    top: 352px;
  }

  .bb2-visual__spark--right {
    right: 12px;
    bottom: 100px;
  }

  .bb2-badge--shield {
    right: 8px;
    top: 124px;
  }

  .bb2-badge--sync {
    right: 12px;
    top: 296px;
  }

  .bb2-badge--chart {
    left: 10px;
    top: 404px;
  }

  .bb2-cash--left {
    left: 12px;
  }

  .bb2-cash--right {
    right: -2px;
  }

  .bb2-hero__shard {
    right: 10px;
    bottom: 94px;
  }

  .bb2-grid,
  .bb2-contact {
    grid-template-columns: 1fr;
  }

  .bb2-contact {
    gap: 22px;
  }

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

  .bb2-form {
    max-width: 620px;
  }

  .bb2-trust__frame {
    padding: 24px 22px 168px;
  }

  .bb2-trust__title {
    font-size: clamp(42px, 8vw, 62px);
  }

  .bb2-trust__eyebrow-logo {
    width: 230px;
  }

  .bb2-trust__coin--left,
  .bb2-trust__coin--bottom,
  .bb2-cash--trust,
  .bb2-trust__glow--right {
    display: none;
  }

  .bb2-trust__glow--left {
    left: auto;
    right: -8%;
    top: 18%;
  }

  .bb2-fit__frame {
    padding: 30px 24px 78px;
  }

  .bb2-fit__eyebrow {
    font-size: 18px;
    padding: 11px 20px;
  }

  .bb2-fit__title {
    font-size: clamp(46px, 9vw, 74px);
  }

  .bb2-fit__content {
    padding-right: 0;
  }

  .bb2-fit__subtitle {
    font-size: clamp(32px, 6vw, 46px);
  }

  .bb2-fit__item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
  }

  .bb2-fit__icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .bb2-fit__icon svg {
    width: 36px;
    height: 36px;
  }

  .bb2-fit__item-copy {
    font-size: clamp(22px, 4.2vw, 34px);
  }

  .bb2-fit__button {
    min-width: 0;
    width: 100%;
  }

  .bb2-fit__rail,
  .bb2-fit__coin--right-top,
  .bb2-fit__coin--right-middle,
  .bb2-cash--fit-right,
  .bb2-fit__shard {
    display: none;
  }

  .bb2-fit__coin--left-top {
    left: -12px;
  }

  .bb2-fit__coin--left-bottom {
    left: 20px;
    bottom: 18px;
  }

  .bb2-cash--fit-left {
    left: auto;
    right: 34px;
    bottom: 56px;
    transform: rotate(-22deg) scale(0.98);
  }

  .bb2-fit__spark--left {
    left: 54px;
  }

  .bb2-fit__spark--right {
    right: 54px;
  }

  .bb2-clarity__frame {
    padding: 30px 24px 78px;
  }

  .bb2-clarity__eyebrow {
    font-size: 18px;
    padding: 11px 20px;
  }

  .bb2-clarity__title {
    font-size: clamp(44px, 9vw, 72px);
  }

  .bb2-clarity__list li {
    font-size: clamp(22px, 4.1vw, 32px);
  }

  .bb2-clarity__lead {
    padding: 14px 16px 16px;
    font-size: clamp(24px, 4.6vw, 36px);
  }

  .bb2-clarity__chip {
    min-height: 50px;
    padding: 0 18px;
  }

  .bb2-clarity__button {
    min-width: 0;
    width: 100%;
  }

  .bb2-clarity__timer {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .bb2-clarity__timer-badge {
    min-width: 108px;
    font-size: 30px;
  }

  .bb2-clarity__rail,
  .bb2-clarity__coin--left,
  .bb2-clarity__coin--bottom,
  .bb2-clarity__mini--shield,
  .bb2-clarity__mini--sync,
  .bb2-clarity__mini--chart,
  .bb2-cash--clarity-right,
  .bb2-clarity__shard {
    display: none;
  }

  .bb2-clarity__coin--center-top {
    left: auto;
    right: 120px;
    top: 126px;
  }

  .bb2-clarity__coin--center-bottom {
    left: auto;
    right: 92px;
    top: 248px;
  }

  .bb2-cash--clarity-left {
    left: auto;
    right: 42px;
    bottom: 42px;
    transform: rotate(-28deg) scale(1.14);
  }

  .bb2-clarity__spark--center {
    left: auto;
    right: 122px;
    top: 226px;
  }

  .bb2-clarity__spark--right {
    right: 48px;
    top: auto;
    bottom: 38px;
  }

  .bb2-clarity__mini--left {
    left: auto;
    right: 150px;
    top: 234px;
  }

  .bb2-reviews__frame {
    padding: 30px 24px 30px;
  }

  .bb2-reviews__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .bb2-reviews__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bb2-reviews__device-wrap {
    max-width: 380px;
    margin-inline: auto;
  }

  .bb2-reviews__intro {
    justify-items: start;
    gap: 16px;
  }

  .bb2-reviews__lead {
    max-width: none;
    text-align: left;
    white-space: normal;
  }

  .bb2-reviews__counter {
    justify-self: start;
  }

  .bb2-reviews__spotlight {
    justify-items: center;
  }

  .bb2-reviews__device-copy {
    max-width: 520px;
  }

  .bb2-reviews__copy-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bb2-reviews__counter [data-bb2-review-current] {
    font-size: 32px;
  }

  .bb2-reviews__featured-title {
    font-size: clamp(34px, 7vw, 48px);
  }

  .bb2-reviews__caption {
    max-width: none;
    font-size: clamp(19px, 3.8vw, 24px);
  }

  .bb2-reviews__aside {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    align-items: start;
  }

  .bb2-review-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bb2-reviews__button {
    width: 100%;
  }

  .bb2-reviews__switcher {
    gap: 12px;
  }

  .bb2-reviews__coin--right,
  .bb2-reviews__coin--bottom,
  .bb2-reviews__glow--left {
    display: none;
  }

  .bb2-reviews__coin--left {
    right: 24px;
    top: 26px;
  }

  .bb2-trust__stat {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
  }

  .bb2-trust__icon {
    width: 86px;
    height: 86px;
  }

  .bb2-trust__icon svg {
    width: 48px;
    height: 48px;
  }

  .bb2-trust__stat-copy {
    font-size: clamp(24px, 4.2vw, 34px);
  }

  .bb2-trust-card__body {
    max-width: 100%;
    padding: 30px 24px;
  }

  .bb2-trust-card__badges,
  .bb2-trust-card__report {
    position: static;
    transform: none;
  }

  .bb2-trust-card__badges {
    display: flex;
    padding: 0 24px 24px;
  }

  .bb2-trust-card__report {
    width: 198px;
    margin: 0 0 24px 24px;
  }

  .bb2-trust-card__shine {
    right: 24px;
  }

  .bb2-trust__controls {
    gap: 10px;
    padding: 10px 12px;
  }

  .bb2-trust__button {
    bottom: var(--bb2-trust-button-bottom);
    width: min(calc(100% - 56px), 520px);
  }

  .bb2-trust__control {
    min-height: 52px;
    gap: 8px;
    padding: 0 14px;
    border-radius: 16px;
  }

  .bb2-trust__control svg {
    width: 20px;
    height: 20px;
  }

  .bb2-trust__control-label {
    font-size: 13px;
  }

  .bb2-trust__control--accent {
    min-height: 58px;
    padding: 0 16px;
  }
}

@media (max-width: 680px) {
  :root {
    --bb2-page-scale: 1;
    --bb2-mobile-display-title: clamp(35px, 7.2vw, 58px);
    --bb2-mobile-panel-title: 28px;
    --bb2-mobile-body-text: 18px;
  }

  .bb2-hero {
    min-height: auto;
    padding-top: 22px;
  }

  .bb2-nav {
    display: none;
  }

  .bb2-header__actions {
    display: none;
  }

  .bb2-button {
    min-height: 66px;
    padding: 0 22px;
    font-size: 18px;
    border-radius: 18px;
  }

  .bb2-hero__content {
    gap: 18px;
    padding-top: 22px;
  }

  .bb2-copy {
    max-width: 100%;
    padding: 4px 6px 0 4px;
  }

  .bb2-copy h1 {
    padding-left: 4px;
    font-size: clamp(34px, 9.1vw, 45px);
    line-height: 0.94;
    letter-spacing: -0.05em;
  }

  .bb2-copy__accent {
    margin-top: 16px;
    gap: 6px;
  }

  .bb2-copy__accent-line {
    gap: 6px;
    font-size: clamp(17px, 5.5vw, 25px);
    line-height: 0.96;
  }

  .bb2-copy__accent-note {
    margin-top: 0;
    gap: 6px;
    font-size: clamp(16px, 5vw, 23px);
    line-height: 0.96;
  }

  .bb2-button--hero {
    margin-top: 18px;
  }

  .bb2-visual {
    min-height: auto;
    padding: 8px 0 44px;
    overflow: visible;
  }

  .bb2-fit {
    padding-bottom: 28px;
  }

  .bb2-fit__frame {
    padding: 22px 18px 64px;
    border-radius: 24px;
  }

  .bb2-fit__eyebrow {
    margin-bottom: 20px;
    font-size: 15px;
    padding: 10px 16px;
  }

  .bb2-trust__title,
  .bb2-fit__title,
  .bb2-clarity__title,
  .bb2-reviews__title {
    font-size: var(--bb2-mobile-display-title);
  }

  .bb2-trust-card h3,
  .bb2-fit__subtitle,
  .bb2-reviews__featured-title,
  .bb2-card h2,
  .bb2-contact h2 {
    font-size: var(--bb2-mobile-panel-title);
    line-height: 1.02;
  }

  .bb2-trust__stat-copy,
  .bb2-fit__item-copy,
  .bb2-clarity__list li,
  .bb2-clarity__lead,
  .bb2-reviews__caption,
  .bb2-trust-card p,
  .bb2-trust-card li,
  .bb2-card p,
  .bb2-contact__lead {
    font-size: var(--bb2-mobile-body-text);
    line-height: 1.34;
  }

  .bb2-fit__subtitle {
    margin-bottom: 22px;
  }

  .bb2-fit__item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .bb2-fit__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .bb2-fit__icon svg {
    width: 30px;
    height: 30px;
  }

  .bb2-fit__button {
    margin-top: 24px;
  }

  .bb2-fit__coin,
  .bb2-cash--fit-left,
  .bb2-fit__shard {
    display: none;
  }

  .bb2-fit__spark {
    width: 82px;
    height: 82px;
    bottom: 18px;
  }

  .bb2-fit__spark--left {
    left: 24px;
  }

  .bb2-fit__spark--right {
    right: 24px;
  }

  .bb2-clarity {
    padding-bottom: 28px;
  }

  .bb2-clarity__frame {
    padding: 22px 18px 64px;
    border-radius: 24px;
  }

  .bb2-clarity__eyebrow {
    margin-bottom: 20px;
    font-size: 15px;
    padding: 10px 16px;
  }

  .bb2-clarity__list {
    gap: 14px;
  }

  .bb2-clarity__list li {
    padding-left: 32px;
  }

  .bb2-clarity__list li::before {
    width: 18px;
    height: 10px;
    border-left-width: 3px;
    border-bottom-width: 3px;
  }

  .bb2-clarity__chips {
    gap: 10px;
  }

  .bb2-clarity__chip {
    min-height: 46px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .bb2-clarity__button {
    margin-top: 24px;
  }

  .bb2-clarity__timer {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
  }

  .bb2-clarity__timer-icon {
    width: 48px;
    height: 48px;
  }

  .bb2-clarity__timer-icon svg {
    width: 26px;
    height: 26px;
  }

  .bb2-clarity__timer-badge {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 28px;
  }

  .bb2-clarity__coin,
  .bb2-cash--clarity-left,
  .bb2-clarity__spark,
  .bb2-clarity__mini,
  .bb2-clarity__shard {
    display: none;
  }

  .bb2-reviews {
    padding-bottom: 28px;
  }

  .bb2-reviews__frame {
    padding: 22px 18px 22px;
    border-radius: 24px;
  }

  .bb2-reviews__eyebrow {
    margin-bottom: 14px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .bb2-reviews__lead {
    font-size: 15px;
    line-height: 1.45;
  }

  .bb2-reviews__counter {
    padding: 10px 14px;
    font-size: 16px;
  }

  .bb2-reviews__counter [data-bb2-review-current] {
    font-size: 30px;
  }

  .bb2-reviews__main {
    gap: 18px;
  }

  .bb2-reviews__device-wrap {
    max-width: 320px;
  }

  .bb2-reviews__device {
    padding: 12px;
    border-radius: 28px;
  }

  .bb2-reviews__device::before {
    inset: 9px;
    border-radius: 20px;
  }

  .bb2-reviews__poster span {
    left: 16px;
    bottom: 16px;
    width: 62px;
    height: 62px;
    font-size: 22px;
  }

  .bb2-reviews__device-copy {
    padding: 18px;
    border-radius: 20px;
  }

  .bb2-reviews__device-pill {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .bb2-reviews__device-note {
    font-size: 15px;
  }

  .bb2-reviews__copy {
    padding: 18px;
    border-radius: 22px;
  }

  .bb2-reviews__copy-kicker,
  .bb2-reviews__metrics-title {
    padding: 9px 14px;
    font-size: 12px;
  }

  .bb2-reviews__featured-title {
    max-width: none;
  }

  .bb2-reviews__copy-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bb2-reviews__caption {
    margin-top: 18px;
  }

  .bb2-reviews__aside {
    grid-template-columns: 1fr;
  }

  .bb2-reviews__aside-card {
    padding: 18px;
    border-radius: 20px;
  }

  .bb2-reviews__aside-card p {
    font-size: 15px;
  }

  .bb2-review-metric {
    min-height: 0;
    padding: 16px 16px 18px;
  }

  .bb2-review-metric__label {
    font-size: 12px;
  }

  .bb2-review-metric__value {
    margin-top: 14px;
    font-size: 24px;
  }

  .bb2-review-metrics {
    grid-template-columns: 1fr;
  }

  .bb2-reviews__button {
    width: min(100%, 360px);
    min-height: 64px;
  }

  .bb2-reviews__switcher-wrap {
    gap: 10px;
  }

  .bb2-reviews__switcher-title {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .bb2-reviews__switcher {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 12px;
  }

  .bb2-reviews__nav {
    width: 46px;
    height: 46px;
  }

  .bb2-reviews__dots {
    width: 100%;
    gap: 6px;
    justify-content: center;
  }

  .bb2-reviews__dot {
    min-width: 40px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .bb2-reviews__coin,
  .bb2-reviews__glow {
    display: none;
  }

  .bb2-contact {
    gap: 18px;
  }

  .bb2-contact__copy {
    gap: 16px;
  }

  .bb2-contact__chips {
    gap: 8px;
  }

  .bb2-contact__chip {
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
  }

  .bb2-contact__highlights {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bb2-contact-point {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .bb2-contact-point__step {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 16px;
  }

  .bb2-contact-point__copy h3 {
    font-size: 19px;
  }

  .bb2-contact-point__copy p {
    font-size: 15px;
  }

  .bb2-form {
    padding: 18px;
    border-radius: 20px;
  }

  .bb2-frame {
    max-width: 100%;
    padding: 10px;
  }

  .bb2-frame__glow {
    inset: -10px;
    filter: blur(24px);
  }

  .bb2-frame__content {
    min-height: 520px;
    border-radius: 24px;
  }

  .bb2-frame__content::after {
    inset: 10px;
    border-radius: 18px;
  }

  .bb2-frame__photo {
    object-position: 58% top;
  }

  .bb2-frame__report {
    width: 220px;
    right: -6px;
    top: auto;
    bottom: 70px;
  }

  .bb2-report {
    padding: 24px 14px 16px;
    border-radius: 16px;
  }

  .bb2-report::before {
    height: 14px;
    border-radius: 16px 16px 0 0;
  }

  .bb2-report__label {
    font-size: 10px;
  }

  .bb2-report__title {
    font-size: 17px;
  }

  .bb2-report__meter {
    margin-top: 10px;
    transform: scale(0.68);
    transform-origin: top center;
    margin-bottom: -20px;
  }

  .bb2-report__score {
    margin-top: 0;
    font-size: 32px;
  }

  .bb2-play {
    left: 18px;
    bottom: 18px;
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  .bb2-badge {
    display: none;
  }

  .bb2-cash,
  .bb2-particles,
  .bb2-visual__spark,
  .bb2-hero__shard {
    display: none;
  }

  .bb2-trust {
    --bb2-trust-button-bottom: 28px;
    --bb2-trust-button-height: 66px;
    padding-top: 10px;
  }

  .bb2-trust__frame {
    border-radius: 24px;
    padding: 20px 18px 156px;
  }

  .bb2-trust__eyebrow-logo {
    width: 188px;
  }

  .bb2-trust__stats {
    gap: 18px;
  }

  .bb2-trust__stat {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .bb2-trust__icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
  }

  .bb2-trust__icon svg {
    width: 42px;
    height: 42px;
  }

  .bb2-trust__icon::before {
    inset: 8px;
    border-radius: 18px;
  }

  .bb2-trust__icon-badge {
    font-size: 12px;
    bottom: 6px;
    padding: 4px 8px;
  }

  .bb2-trust__icon-badge--check {
    width: 32px;
    height: 32px;
    right: 4px;
    bottom: 4px;
  }

  .bb2-trust__icon-badge--check svg {
    width: 18px;
    height: 18px;
  }

  .bb2-trust-card li {
    padding-left: 22px;
  }

  .bb2-trust-mini {
    width: 58px;
    height: 58px;
  }

  .bb2-trust-mini svg {
    width: 24px;
    height: 24px;
  }

  .bb2-trust__controls {
    width: calc(100% - 28px);
    justify-content: center;
    padding: 10px;
    gap: 8px;
  }

  .bb2-trust__button {
    bottom: var(--bb2-trust-button-bottom);
    width: calc(100% - 36px);
  }

  .bb2-trust__control {
    min-width: 0;
    min-height: 48px;
    flex: 1 1 0;
    gap: 6px;
    padding: 0 10px;
    border-radius: 14px;
  }

  .bb2-trust__control svg {
    width: 18px;
    height: 18px;
  }

  .bb2-trust__control-label {
    font-size: 11px;
  }

  .bb2-trust__control--accent {
    min-height: 52px;
    padding: 0 12px;
  }

  .bb2-trust__coin,
  .bb2-trust__glow {
    display: none;
  }

  .bb2-card,
  .bb2-contact {
    padding: 22px;
  }

  .bb2-card p {
    line-height: 1.34;
  }
}

/* Typography normalization */
.bb2-page {
  --bb2-type-display: clamp(72px, 5.4vw, 112px);
  --bb2-type-section: clamp(56px, 4.4vw, 82px);
  --bb2-type-reviews-title: clamp(42px, 3.25vw, 52px);
  --bb2-type-feature: clamp(34px, 2.6vw, 50px);
  --bb2-type-card-title: clamp(28px, 2vw, 34px);
  --bb2-type-body: clamp(18px, 1.2vw, 20px);
  --bb2-type-label: 15px;
  --bb2-type-meta: 13px;
  --bb2-type-metric: clamp(24px, 1.8vw, 32px);
}

.bb2-page,
.bb2-page button,
.bb2-page input,
.bb2-page textarea,
.bb2-page select {
  font-family: 'Manrope', sans-serif;
}

.bb2-copy h1,
.bb2-copy__accent,
.bb2-trust__title,
.bb2-trust__icon-badge,
.bb2-trust-card h3,
.bb2-fit__title,
.bb2-fit__subtitle,
.bb2-clarity__title,
.bb2-clarity__timer-badge,
.bb2-reviews__title,
.bb2-reviews__counter,
.bb2-reviews__featured-title,
.bb2-review-metric__value,
.bb2-reviews__dot,
.bb2-card h2,
.bb2-contact h2,
.bb2-contact-point__step,
.bb2-contact-point__copy h3,
.bb2-particle--coin::before {
  font-family: 'Manrope', sans-serif;
}

.bb2-copy h1 {
  font-size: var(--bb2-type-display);
  line-height: 0.9;
}

.bb2-trust__title,
.bb2-fit__title,
.bb2-clarity__title {
  font-size: var(--bb2-type-section);
  line-height: 0.94;
}

.bb2-copy__accent-line,
.bb2-copy__accent-note,
.bb2-fit__subtitle,
.bb2-trust-card h3,
.bb2-reviews__featured-title {
  font-size: var(--bb2-type-feature);
}

.bb2-card h2,
.bb2-contact h2,
.bb2-contact-point__copy h3 {
  font-size: var(--bb2-type-card-title);
  line-height: 1.02;
}

.bb2-reviews__title {
  font-size: var(--bb2-type-reviews-title);
  line-height: 0.94;
  white-space: nowrap;
}

.bb2-trust__stat-copy,
.bb2-fit__item-copy,
.bb2-clarity__list li,
.bb2-clarity__lead,
.bb2-reviews__caption,
.bb2-trust-card p,
.bb2-trust-card li,
.bb2-card p,
.bb2-contact p,
.bb2-contact__lead,
.bb2-contact-point__copy p,
.bb2-reviews__lead,
.bb2-reviews__aside-card p,
.bb2-reviews__device-note,
.bb2-form__status {
  font-size: var(--bb2-type-body);
  line-height: 1.45;
}

.bb2-button,
.bb2-clarity__chip,
.bb2-contact__chip,
.bb2-trust__control-label,
.bb2-field span,
.bb2-consent span {
  font-size: var(--bb2-type-label);
  line-height: 1.2;
}

.bb2-nav a {
  font-size: var(--bb2-type-feature);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.bb2-trust__eyebrow,
.bb2-fit__eyebrow,
.bb2-clarity__eyebrow,
.bb2-reviews__eyebrow,
.bb2-contact__eyebrow,
.bb2-reviews__copy-kicker,
.bb2-reviews__metrics-title,
.bb2-reviews__switcher-title,
.bb2-reviews__device-pill,
.bb2-reviews__aside-label,
.bb2-review-metric__label,
.bb2-trust-report__label,
.bb2-report__label,
.bb2-trust-report__factors-title,
.bb2-trust-report__meta,
.bb2-trust-report__score-note,
.bb2-trust-report__dial-label,
.bb2-clarity__timer-label {
  font-size: var(--bb2-type-meta);
  line-height: 1.2;
}

.bb2-review-metric__value,
.bb2-trust-report__score,
.bb2-report__score,
.bb2-clarity__timer-badge {
  font-size: var(--bb2-type-metric);
  letter-spacing: -0.03em;
}

@media (max-width: 980px) {
  .bb2-page {
    --bb2-type-display: clamp(52px, 8.8vw, 72px);
    --bb2-type-section: clamp(42px, 6.8vw, 62px);
    --bb2-type-reviews-title: clamp(34px, 5vw, 44px);
    --bb2-type-feature: clamp(28px, 4.8vw, 40px);
    --bb2-type-card-title: clamp(26px, 3.8vw, 32px);
    --bb2-type-body: clamp(17px, 2.7vw, 19px);
  }

  .bb2-reviews__title {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .bb2-page {
    --bb2-type-display: clamp(42px, 10.5vw, 52px);
    --bb2-type-section: clamp(34px, 8.6vw, 42px);
    --bb2-type-reviews-title: clamp(24px, 6vw, 30px);
    --bb2-type-feature: clamp(24px, 6vw, 30px);
    --bb2-type-card-title: clamp(24px, 6vw, 28px);
    --bb2-type-body: 17px;
    --bb2-type-label: 14px;
    --bb2-type-meta: 12px;
    --bb2-type-metric: clamp(22px, 5.2vw, 28px);
  }

  .bb2-copy h1 {
    line-height: 0.96;
  }
}

.bb2-clarity__list li {
  font-size: clamp(36px, 3.2vw, 58px);
  line-height: 1.12;
  padding-left: 56px;
}

.bb2-clarity__list li::before {
  top: 0.2em;
  width: 28px;
  height: 16px;
  border-left-width: 5px;
  border-bottom-width: 5px;
}

@media (max-width: 980px) {
  .bb2-clarity__list li {
    font-size: clamp(28px, 4.6vw, 40px);
    padding-left: 48px;
  }

  .bb2-clarity__list li::before {
    width: 24px;
    height: 14px;
  }
}

@media (max-width: 680px) {
  .bb2-clarity__list li {
    font-size: clamp(22px, 5.8vw, 28px);
    padding-left: 40px;
  }

  .bb2-clarity__list li::before {
    width: 20px;
    height: 12px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  }
}

/* Premium system pass */
.bb2-page {
  --bb2-page-scale: 1;
  --bb2-container-max: 1440px;
  --bb2-space-2xs: 8px;
  --bb2-space-xs: 12px;
  --bb2-space-sm: 16px;
  --bb2-space-md: 24px;
  --bb2-space-lg: 32px;
  --bb2-space-xl: 48px;
  --bb2-space-2xl: 64px;
  --bb2-radius-pill: 999px;
  --bb2-radius-card: 24px;
  --bb2-radius-panel: 32px;
  --bb2-radius-frame: 34px;
  --bb2-surface-1: linear-gradient(180deg, rgba(11, 18, 29, 0.92) 0%, rgba(6, 10, 17, 0.98) 100%);
  --bb2-surface-2: linear-gradient(180deg, rgba(14, 22, 34, 0.94) 0%, rgba(8, 13, 21, 0.98) 100%);
  --bb2-panel-border: rgba(255, 224, 151, 0.16);
  --bb2-panel-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --bb2-heading-color: #ffe3a3;
  --bb2-body-color: rgba(244, 240, 232, 0.84);
  --bb2-muted-color: rgba(244, 240, 232, 0.68);
  --bb2-type-display: clamp(68px, 5vw, 88px);
  --bb2-type-section: clamp(40px, 3vw, 56px);
  --bb2-type-card-title: clamp(24px, 1.55vw, 30px);
  --bb2-type-body: clamp(18px, 1.1vw, 20px);
  --bb2-type-label: 15px;
  --bb2-type-meta: 13px;
  --bb2-type-metric: clamp(28px, 1.9vw, 36px);
  --bb2-type-button: 19px;
  width: 100%;
  margin-inline: 0;
  zoom: 1;
}

.bb2-shell {
  width: min(var(--bb2-container-max), calc(100% - 64px));
}

.bb2-hero .bb2-shell {
  width: min(1560px, calc(100% - 40px));
}

.bb2-hero,
.bb2-trust,
.bb2-fit,
.bb2-clarity,
.bb2-reviews,
.bb2-section {
  padding-block: clamp(32px, 4vw, 68px);
}

.bb2-trust__glow,
.bb2-trust__coin,
.bb2-cash--trust,
.bb2-fit__glow,
.bb2-fit__rail,
.bb2-fit__coin,
.bb2-fit__spark,
.bb2-cash--fit-left,
.bb2-cash--fit-right,
.bb2-fit__shard,
.bb2-clarity__glow,
.bb2-clarity__rail,
.bb2-clarity__coin,
.bb2-clarity__spark,
.bb2-clarity__mini,
.bb2-cash--clarity-left,
.bb2-cash--clarity-right,
.bb2-clarity__shard,
.bb2-reviews__glow,
.bb2-reviews__coin,
.bb2-cash--reviews-left,
.bb2-cash--reviews-right,
.bb2-reviews__spark,
.bb2-reviews__shard,
.bb2-particles--trail,
.bb2-badge--sync,
.bb2-badge--chart,
.bb2-cash--left,
.bb2-cash--right,
.bb2-hero__shard,
.bb2-visual__spark {
  display: none;
}

.bb2-trust__frame,
.bb2-fit__frame,
.bb2-clarity__frame,
.bb2-reviews__frame,
.bb2-card,
.bb2-contact {
  border-radius: var(--bb2-radius-panel);
  border: 1px solid var(--bb2-panel-border);
  background: var(--bb2-surface-1);
  box-shadow: var(--bb2-panel-shadow);
}

.bb2-trust-card,
.bb2-fit__item,
.bb2-reviews__device,
.bb2-reviews__device-copy,
.bb2-reviews__copy,
.bb2-reviews__aside-card,
.bb2-review-metric,
.bb2-contact-point,
.bb2-form {
  border-radius: var(--bb2-radius-card);
  border: 1px solid rgba(255, 224, 151, 0.12);
  background: var(--bb2-surface-2);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.bb2-copy h1,
.bb2-trust__title,
.bb2-fit__title,
.bb2-clarity__title,
.bb2-reviews__title,
.bb2-contact h2 {
  font-family: 'Manrope', sans-serif;
  font-size: var(--bb2-type-section);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: var(--bb2-heading-color);
  text-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 14px rgba(255, 205, 102, 0.1);
}

.bb2-copy h1 {
  font-size: clamp(56px, 4vw, 72px);
  max-width: 15ch;
}

.bb2-card h2,
.bb2-trust-card h3,
.bb2-fit__subtitle,
.bb2-contact-point__copy h3 {
  font-family: 'Manrope', sans-serif;
  font-size: var(--bb2-type-card-title);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--bb2-heading-color);
  text-shadow: none;
}

.bb2-reviews__featured-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(36px, 2.7vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  text-shadow:
    0 10px 22px rgba(0, 0, 0, 0.2),
    0 0 12px rgba(255, 205, 102, 0.08);
}

.bb2-copy__accent-line,
.bb2-trust__stat-copy,
.bb2-fit__item-copy,
.bb2-clarity__list li,
.bb2-clarity__lead,
.bb2-reviews__caption,
.bb2-trust-card p,
.bb2-trust-card li,
.bb2-card p,
.bb2-contact__lead,
.bb2-contact-point__copy p,
.bb2-reviews__lead,
.bb2-reviews__device-note,
.bb2-reviews__aside-card p,
.bb2-form__status,
.bb2-consent {
  font-size: var(--bb2-type-body);
  line-height: 1.58;
  color: var(--bb2-body-color);
  text-shadow: none;
}

.bb2-button {
  min-height: 64px;
  padding: 0 30px;
  border-radius: 18px;
  font-size: var(--bb2-type-button);
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 210, 0.82),
    0 12px 28px rgba(255, 181, 33, 0.18),
    0 0 22px rgba(255, 181, 33, 0.14);
}

.bb2-button--header {
  min-width: 240px;
  min-height: 58px;
}

.bb2-button--hero,
.bb2-fit__button {
  min-width: 0;
  width: fit-content;
  min-width: 320px;
}

.bb2-reviews__button,
.bb2-button--form,
.bb2-clarity__button {
  width: 100%;
  min-width: 0;
}

.bb2-nav a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255, 227, 163, 0.88);
  text-shadow: none;
}

.bb2-socials a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 242, 195, 0.14),
    0 0 16px rgba(255, 188, 53, 0.16);
}

.bb2-header__inner {
  min-height: 84px;
}

.bb2-trust__eyebrow,
.bb2-fit__eyebrow,
.bb2-clarity__eyebrow,
.bb2-reviews__eyebrow,
.bb2-contact__eyebrow,
.bb2-reviews__copy-kicker,
.bb2-reviews__metrics-title,
.bb2-reviews__switcher-title,
.bb2-reviews__device-pill,
.bb2-reviews__aside-label,
.bb2-review-metric__label,
.bb2-clarity__timer-label,
.bb2-field span {
  font-size: var(--bb2-type-meta);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bb2-copy__accent,
.bb2-copy__accent p,
.bb2-nav a,
.bb2-trust__stat-copy,
.bb2-trust-card h3,
.bb2-fit__subtitle,
.bb2-contact h2,
.bb2-contact-point__copy h3,
.bb2-reviews__featured-title,
.bb2-review-metric__value,
.bb2-card h2 {
  text-shadow: none;
}

.bb2-hero {
  padding-top: 24px;
  padding-bottom: 56px;
}

.bb2-hero__content {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.88fr);
  gap: clamp(24px, 2.6vw, 40px);
  align-items: stretch;
  padding-top: clamp(26px, 3vw, 44px);
}

.bb2-copy,
.bb2-visual {
  position: relative;
  min-height: 640px;
  border-radius: calc(var(--bb2-radius-panel) + 4px);
  border: 1px solid rgba(255, 224, 151, 0.16);
  overflow: hidden;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bb2-copy {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: none;
  padding: clamp(28px, 3vw, 42px);
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 198, 74, 0.08), rgba(255, 198, 74, 0) 28%),
    radial-gradient(circle at 10% 82%, rgba(52, 112, 255, 0.1), rgba(52, 112, 255, 0) 22%),
    linear-gradient(180deg, rgba(13, 21, 33, 0.94) 0%, rgba(7, 11, 18, 0.98) 100%);
}

.bb2-copy::before,
.bb2-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bb2-copy::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
  opacity: 0.32;
}

.bb2-copy > * {
  position: relative;
  z-index: 1;
}

.bb2-copy h1 {
  max-width: 8.1ch;
  margin: 0;
  font-size: clamp(56px, 4.4vw, 80px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-shadow:
    0 2px 0 rgba(109, 62, 2, 0.72),
    0 12px 24px rgba(0, 0, 0, 0.24),
    0 0 14px rgba(255, 196, 78, 0.12);
}

.bb2-copy__accent {
  margin-top: 0;
  display: grid;
  gap: 12px;
  max-width: 32rem;
  color: var(--bb2-body-color);
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.bb2-copy__accent-line {
  display: block;
  max-width: 18ch;
  font-size: clamp(24px, 1.7vw, 30px);
  line-height: 1.24;
}

.bb2-copy__accent-line > span:not(.bb2-copy__fire) {
  color: #ffd87d;
}

.bb2-copy__accent-note {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: fit-content;
  padding: 0 18px;
  border-radius: var(--bb2-radius-pill);
  border: 1px solid rgba(255, 224, 151, 0.22);
  background: rgba(255, 217, 124, 0.08);
  color: #ffe5a5;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bb2-form--hero {
  display: grid;
  margin-top: auto;
  max-width: none;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(10, 18, 29, 0.94) 0%, rgba(6, 10, 17, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.04),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

.bb2-form--hero .bb2-form__intro {
  gap: 8px;
}

.bb2-form--hero .bb2-form__lead {
  max-width: 34ch;
}

.bb2-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 211, 108, 0.12), rgba(255, 211, 108, 0) 26%),
    radial-gradient(circle at 18% 80%, rgba(54, 112, 255, 0.1), rgba(54, 112, 255, 0) 24%),
    linear-gradient(180deg, rgba(12, 20, 31, 0.94) 0%, rgba(7, 11, 18, 0.98) 100%);
}

.bb2-visual::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 82% 10%, rgba(255, 223, 149, 0.12), rgba(255, 223, 149, 0) 20%);
}

.bb2-frame {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 12px;
}

.bb2-frame__glow {
  inset: -18px;
  filter: blur(30px);
}

.bb2-frame__border {
  border-width: 1px;
  border-radius: var(--bb2-radius-frame);
  box-shadow:
    0 0 24px rgba(255, 209, 90, 0.38),
    0 0 40px rgba(255, 209, 90, 0.12);
}

.bb2-frame__content {
  min-height: 590px;
  border-radius: 26px;
  box-shadow:
    0 28px 48px rgba(0, 0, 0, 0.32),
    0 0 20px rgba(255, 196, 78, 0.12);
}

.bb2-frame__content::after {
  inset: 12px;
  border-radius: 20px;
}

.bb2-play {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}

.bb2-visual__spark,
.bb2-particles--trail,
.bb2-badge--sync,
.bb2-badge--chart,
.bb2-cash--left,
.bb2-cash--right,
.bb2-hero__shard {
  display: none;
}

.bb2-badge--shield {
  top: 22px;
  right: 24px;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.2),
    0 0 18px rgba(255, 206, 93, 0.12);
}

.bb2-trust {
  --bb2-trust-button-bottom: 34px;
  --bb2-trust-button-height: 64px;
}

.bb2-trust__frame {
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.8vw, 40px) 148px;
}

.bb2-trust__frame::before,
.bb2-fit__frame::before,
.bb2-reviews__frame::before {
  opacity: 0.28;
}

.bb2-fit__frame::after,
.bb2-clarity__frame::after {
  content: none;
}

.bb2-trust__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: start;
}

.bb2-trust__left {
  gap: 24px;
}

.bb2-trust__eyebrow {
  padding: 10px 18px;
  box-shadow: none;
}

.bb2-trust__eyebrow-logo {
  width: 236px;
}

.bb2-trust__title,
.bb2-fit__title,
.bb2-clarity__title,
.bb2-reviews__title,
.bb2-contact h2 {
  max-width: 14ch;
}

.bb2-trust__title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(40px, 2.9vw, 58px);
}

.bb2-trust__stats {
  gap: 14px;
  padding-top: 0;
}

.bb2-trust__stat {
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border-radius: var(--bb2-radius-card);
  border: 1px solid rgba(255, 224, 151, 0.12);
  background: var(--bb2-surface-2);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.bb2-trust__icon {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.04),
    0 0 18px currentColor;
}

.bb2-trust__icon::before {
  inset: 8px;
  border-radius: 14px;
}

.bb2-trust__icon svg {
  width: 38px;
  height: 38px;
}

.bb2-trust__icon-badge {
  bottom: 8px;
  font-size: 11px;
}

.bb2-trust__stat-copy {
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.35;
  font-weight: 600;
}

.bb2-trust__right {
  gap: 18px;
}

.bb2-trust-card {
  min-height: 0;
  overflow: hidden;
}

.bb2-trust-card::before,
.bb2-trust-card__shine,
.bb2-trust-card__badges {
  display: none;
}

.bb2-trust-card__body {
  max-width: 100%;
  padding: 28px;
}

.bb2-trust-card h3 {
  margin: 0 0 14px;
}

.bb2-trust-card p {
  margin: 0 0 16px;
  max-width: 44ch;
}

.bb2-trust-card ul {
  gap: 12px;
}

.bb2-trust-card li {
  padding-left: 22px;
}

.bb2-trust-card li::before {
  width: 8px;
  height: 8px;
}

.bb2-fit__frame,
.bb2-clarity__frame,
.bb2-reviews__frame {
  padding: clamp(28px, 3vw, 40px);
}

.bb2-fit__grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: start;
  min-height: 0;
}

.bb2-fit__copy,
.bb2-clarity__copy,
.bb2-reviews__heading {
  max-width: 100%;
}

.bb2-fit__eyebrow,
.bb2-clarity__eyebrow,
.bb2-reviews__eyebrow {
  margin: 0 0 16px;
  padding: 10px 16px;
  box-shadow: none;
}

.bb2-fit__content {
  max-width: 100%;
  padding-right: 0;
}

.bb2-fit__subtitle {
  margin: 0 0 22px;
}

.bb2-fit__list {
  gap: 14px;
  max-width: 760px;
}

.bb2-fit__item {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
}

.bb2-fit__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  box-shadow: none;
}

.bb2-fit__icon svg {
  width: 28px;
  height: 28px;
}

.bb2-clarity__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: start;
  min-height: 0;
}

.bb2-clarity__copy {
  max-width: 720px;
}

.bb2-clarity__list {
  margin-top: 22px;
  gap: 14px;
  max-width: 42rem;
}

.bb2-clarity__list li {
  padding-left: 30px;
  font-size: clamp(20px, 1.38vw, 24px);
  line-height: 1.5;
  font-weight: 600;
}

.bb2-clarity__list li::before {
  top: 0.42em;
  width: 14px;
  height: 7px;
  border-left-width: 3px;
  border-bottom-width: 3px;
}

.bb2-clarity__content {
  max-width: 100%;
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--bb2-radius-card);
  border: 1px solid rgba(255, 224, 151, 0.12);
  background: var(--bb2-surface-2);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.bb2-clarity__lead {
  max-width: none;
  font-size: clamp(20px, 1.38vw, 24px);
}

.bb2-clarity__chips {
  gap: 10px;
  margin-top: 0;
}

.bb2-clarity__chip {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.bb2-clarity__button {
  margin-top: 0;
}

.bb2-clarity__timer {
  margin-top: 0;
  width: 100%;
  padding: 18px;
  border-radius: var(--bb2-radius-card);
}

.bb2-clarity__timer-badge {
  min-height: 58px;
  border-radius: 18px;
  font-size: 30px;
}

.bb2-reviews__head {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.bb2-reviews__heading {
  gap: 12px;
}

.bb2-reviews__title {
  max-width: none;
  white-space: nowrap;
}

.bb2-reviews__intro {
  justify-items: end;
  align-content: end;
  margin-left: 0;
}

.bb2-reviews__lead {
  max-width: 56ch;
  white-space: normal;
}

.bb2-reviews__counter {
  padding: 12px 18px;
}

.bb2-reviews__counter [data-bb2-review-current] {
  font-size: 34px;
}

.bb2-reviews__main {
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.bb2-reviews__spotlight {
  gap: 16px;
}

.bb2-reviews__device-wrap {
  max-width: 360px;
}

.bb2-reviews__device {
  padding: 12px;
}

.bb2-reviews__device::before {
  inset: 9px;
  border-radius: 22px;
}

.bb2-reviews__device-screen {
  border-radius: 24px;
}

.bb2-reviews__poster span {
  width: 68px;
  height: 68px;
  font-size: 24px;
}

.bb2-reviews__device-copy,
.bb2-reviews__copy,
.bb2-reviews__aside-card {
  padding: 22px;
}

.bb2-reviews__device-pill {
  margin-bottom: 12px;
}

.bb2-reviews__copy {
  gap: 20px;
}

.bb2-reviews__copy-head {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  gap: 22px;
}

.bb2-reviews__featured-title {
  margin-top: 12px;
}

.bb2-reviews__caption {
  margin-top: 12px;
  max-width: 34ch;
}

.bb2-reviews__aside {
  gap: 14px;
}

.bb2-reviews__aside-card p {
  margin-top: 10px;
}

.bb2-review-metrics {
  gap: 14px;
}

.bb2-review-metric {
  min-height: 132px;
  padding: 18px 20px 20px;
}

.bb2-review-metric__value {
  margin-top: 18px;
  max-width: none;
  font-size: var(--bb2-type-metric);
}

.bb2-reviews__switcher {
  padding: 14px 16px;
}

.bb2-reviews__nav {
  width: 50px;
  height: 50px;
  border-radius: 16px;
}

.bb2-reviews__dots {
  gap: 8px;
}

.bb2-reviews__dot {
  min-width: 44px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
}

.bb2-grid {
  gap: 18px;
}

.bb2-card {
  min-height: 180px;
  padding: 28px;
}

.bb2-card h2 {
  margin-bottom: 10px;
}

.bb2-section--contact {
  padding-top: clamp(20px, 3vw, 44px);
  padding-bottom: clamp(56px, 5vw, 84px);
}

.bb2-contact {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 32px;
  align-items: stretch;
  padding: 32px;
}

.bb2-contact__copy {
  gap: 18px;
}

.bb2-contact h2 {
  margin: 0;
  max-width: 10ch;
}

.bb2-contact__lead {
  max-width: 34ch;
}

.bb2-contact__chips {
  gap: 10px;
}

.bb2-contact__chip {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

.bb2-contact__highlights {
  gap: 12px;
}

.bb2-contact-point {
  gap: 14px;
  padding: 18px;
}

.bb2-contact-point__step {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.bb2-form {
  gap: 16px;
  padding: 24px;
}

.bb2-field input {
  min-height: 60px;
  border-radius: 16px;
}

@media (max-width: 1200px) {
  .bb2-shell {
    width: min(var(--bb2-container-max), calc(100% - 40px));
  }

  .bb2-hero .bb2-shell {
    width: calc(100% - 32px);
  }

  .bb2-hero__content,
  .bb2-trust__grid,
  .bb2-fit__grid,
  .bb2-clarity__grid,
  .bb2-contact,
  .bb2-reviews__main {
    grid-template-columns: 1fr;
  }

  .bb2-hero__content {
    gap: 24px;
    padding-top: 24px;
  }

  .bb2-copy,
  .bb2-contact__lead,
  .bb2-reviews__lead {
    max-width: none;
  }

  .bb2-copy,
  .bb2-visual {
    min-height: 0;
    padding: 24px;
    justify-content: center;
  }

  .bb2-frame {
    max-width: 500px;
  }

  .bb2-reviews__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bb2-reviews__intro {
    justify-items: start;
  }

  .bb2-reviews__device-wrap {
    margin-inline: auto;
  }

  .bb2-reviews__copy-head,
  .bb2-reviews__aside {
    grid-template-columns: 1fr;
  }

  .bb2-reviews__caption {
    max-width: none;
  }
}

@media (max-width: 980px) {
  .bb2-page {
    --bb2-type-display: clamp(52px, 8.2vw, 68px);
    --bb2-type-section: clamp(34px, 6vw, 44px);
    --bb2-type-card-title: clamp(22px, 3.2vw, 28px);
    --bb2-type-body: 17px;
    --bb2-type-button: 18px;
    --bb2-type-metric: clamp(24px, 4vw, 30px);
  }

  .bb2-shell {
    width: calc(100% - 32px);
  }

  .bb2-hero .bb2-shell {
    width: calc(100% - 32px);
  }

  .bb2-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 14px;
  }

  .bb2-nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .bb2-copy h1,
  .bb2-trust__title,
  .bb2-fit__title,
  .bb2-clarity__title,
  .bb2-reviews__title,
  .bb2-contact h2 {
    max-width: none;
  }

  .bb2-trust__title {
    white-space: normal;
  }

  .bb2-button--hero,
  .bb2-fit__button {
    width: 100%;
  }

  .bb2-form--hero {
    display: grid;
  }

  .bb2-button--hero {
    display: none;
  }

  .bb2-trust__frame {
    padding-bottom: 150px;
  }

  .bb2-trust__stat {
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 16px;
  }

  .bb2-trust__icon {
    width: 68px;
    height: 68px;
  }

  .bb2-trust__icon svg {
    width: 34px;
    height: 34px;
  }

  .bb2-fit__item,
  .bb2-contact-point {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .bb2-fit__icon {
    width: 52px;
    height: 52px;
  }

  .bb2-clarity__content,
  .bb2-reviews__copy,
  .bb2-form,
  .bb2-contact,
  .bb2-trust-card__body {
    padding: 20px;
  }

  .bb2-review-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bb2-page {
    --bb2-type-display: clamp(40px, 10.5vw, 50px);
    --bb2-type-section: clamp(28px, 8vw, 34px);
    --bb2-type-card-title: 22px;
    --bb2-type-body: 16px;
    --bb2-type-meta: 12px;
    --bb2-type-button: 17px;
    --bb2-type-metric: 24px;
  }

  .bb2-shell {
    width: calc(100% - 24px);
  }

  .bb2-hero .bb2-shell {
    width: calc(100% - 24px);
  }

  .bb2-hero,
  .bb2-trust,
  .bb2-fit,
  .bb2-clarity,
  .bb2-reviews,
  .bb2-section {
    padding-block: 24px;
  }

  .bb2-copy {
    gap: 16px;
    padding: 18px;
  }

  .bb2-form--hero {
    margin-top: 0;
    max-width: none;
    padding: 18px;
  }

  .bb2-copy h1 {
    max-width: 8.6ch;
    font-size: clamp(36px, 8.8vw, 46px);
  }

  .bb2-copy__accent-line {
    font-size: 19px;
    line-height: 1.35;
  }

  .bb2-copy__accent-note {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .bb2-frame {
    max-width: 100%;
    padding: 8px;
  }

  .bb2-frame__content {
    min-height: 460px;
    border-radius: 22px;
  }

  .bb2-play {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .bb2-badge--shield {
    display: none;
  }

  .bb2-trust__frame {
    padding: 20px 18px 142px;
  }

  .bb2-fit__frame,
  .bb2-clarity__frame,
  .bb2-reviews__frame,
  .bb2-card,
  .bb2-contact {
    border-radius: 24px;
  }

  .bb2-fit__frame,
  .bb2-clarity__frame,
  .bb2-reviews__frame,
  .bb2-card,
  .bb2-contact,
  .bb2-form {
    padding: 18px;
  }

  .bb2-fit__item,
  .bb2-contact-point {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .bb2-fit__icon,
  .bb2-contact-point__step {
    width: 46px;
    height: 46px;
  }

  .bb2-clarity__content,
  .bb2-reviews__copy,
  .bb2-reviews__device-copy,
  .bb2-reviews__aside-card,
  .bb2-form {
    padding: 18px;
  }

  .bb2-clarity__list li {
    padding-left: 24px;
    font-size: 16px;
  }

  .bb2-clarity__list li::before {
    width: 12px;
    height: 6px;
  }

  .bb2-clarity__chip {
    width: 100%;
  }

  .bb2-reviews__counter [data-bb2-review-current] {
    font-size: 28px;
  }

  .bb2-review-metrics,
  .bb2-contact__highlights {
    grid-template-columns: 1fr;
  }

  .bb2-reviews__button {
    min-height: 60px;
  }
}
.lead-success-open {
  overflow: hidden;
}

.lead-success-modal[hidden] {
  display: none !important;
}

.lead-success-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 8, 13, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lead-success-modal__dialog {
  width: min(100%, 520px);
  padding: 34px 30px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 221, 140, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 24, 36, 0.96) 0%, rgba(7, 12, 20, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 183, 0.05),
    0 32px 64px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(255, 206, 93, 0.16);
  text-align: center;
  color: var(--text-main);
}

.lead-success-modal__icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(126, 243, 164, 0.45);
  background:
    radial-gradient(circle at 50% 34%, rgba(154, 255, 186, 0.3), rgba(154, 255, 186, 0) 62%),
    linear-gradient(180deg, rgba(14, 35, 24, 0.96), rgba(7, 18, 12, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 24px rgba(126, 243, 164, 0.18);
}

.lead-success-modal__icon::before {
  content: '';
  display: block;
  width: 18px;
  height: 34px;
  margin: 16px auto 0;
  border-right: 4px solid #8ef2ad;
  border-bottom: 4px solid #8ef2ad;
  transform: rotate(45deg);
}

.lead-success-modal__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 220, 135, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-success-modal__title {
  margin: 0;
  color: #fff4c5;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 800;
}

.lead-success-modal__text {
  margin: 14px 0 0;
  color: rgba(255, 245, 221, 0.78);
  font-size: 17px;
  line-height: 1.5;
}

.lead-success-modal__action {
  min-width: 180px;
  min-height: 58px;
  margin-top: 24px;
  padding: 0 28px;
  border: 1px solid rgba(255, 245, 187, 0.44);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffe63b 0%, #ffd51b 46%, #f7bf05 100%);
  color: #3a2200;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 210, 0.94),
    0 12px 24px rgba(255, 181, 33, 0.24),
    0 0 26px rgba(255, 181, 33, 0.18);
}

@media (max-width: 640px) {
  .bb2-reviews__header {
    gap: 14px;
  }

  .bb2-reviews__title {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    letter-spacing: -0.04em;
    line-height: 1.06;
  }

  .bb2-reviews__intro {
    width: 100%;
    margin-left: 0;
    justify-items: start;
  }

  .bb2-reviews__lead {
    white-space: normal;
  }

  .lead-success-modal {
    padding: 16px;
  }

  .lead-success-modal__dialog {
    padding: 28px 20px 22px;
    border-radius: 24px;
  }

  .lead-success-modal__title {
    font-size: 28px;
  }

  .lead-success-modal__text {
    font-size: 15px;
  }

  .lead-success-modal__action {
    width: 100%;
  }
}
