@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Bold.otf") format("opentype");
  font-display: swap;
  font-weight: 700 900;
}

:root {
  --bb-width: min(1120px, calc(100vw - 32px));
  --bb-blue: #006fff;
  --bb-cyan: #4ac7ff;
  --bb-coral: #ff6f59;
  --bb-ink: #07182f;
  --bb-muted: rgba(7, 24, 47, 0.68);
  --bb-soft: rgba(255, 255, 255, 0.62);
  --bb-glass: rgba(255, 255, 255, 0.54);
  --bb-glass-strong: rgba(255, 255, 255, 0.74);
  --bb-line: rgba(0, 111, 255, 0.16);
  --bb-line-bright: rgba(255, 255, 255, 0.72);
  --bb-shadow: 0 26px 70px rgba(31, 69, 126, 0.16);
  --bb-tight-shadow: 0 16px 42px rgba(31, 69, 126, 0.14);
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: clip;
  color: var(--bb-ink);
  font-family: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-kerning: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(ellipse 118% 86% at 12% 4%, rgba(0, 111, 255, 0.1), transparent 62%),
    radial-gradient(ellipse 96% 78% at 88% 18%, rgba(74, 199, 255, 0.11), transparent 64%),
    radial-gradient(ellipse 92% 82% at 28% 46%, rgba(255, 111, 89, 0.045), transparent 68%),
    radial-gradient(ellipse 110% 88% at 78% 78%, rgba(0, 111, 255, 0.075), transparent 68%),
    linear-gradient(180deg, #fbfdff 0%, #f2faff 18%, #f7fcff 36%, #fffafa 58%, #f0faff 82%, #fbfdff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.34) 0%, transparent 40%),
    linear-gradient(245deg, rgba(74, 199, 255, 0.055) 0%, transparent 64%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 128px);
  mix-blend-mode: screen;
  opacity: 0.74;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

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

img {
  display: block;
  max-width: 100%;
}

.bb-liquid-glass-defs {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

button {
  font: inherit;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-kerning: normal;
  letter-spacing: 0;
}

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

.bb-nav {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: var(--bb-width);
  margin: 16px auto 0;
  padding: 10px clamp(16px, 2vw, 22px);
  border: 1px solid var(--bb-line-bright);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--bb-tight-shadow);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}

.bb-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  padding-left: 2px;
}

.bb-brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0 12px 26px rgba(0, 111, 255, 0.16);
}

.bb-brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.bb-brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}

.bb-brand-text strong,
.bb-wordmark,
.bb-nav-links a,
.bb-stat-label,
.bb-section-title,
.bb-terms-title,
.bb-cta-card h2,
.bb-footer-title {
  font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.bb-brand-text strong {
  color: var(--bb-blue);
  font-size: 1.2rem;
  line-height: 1;
}

.bb-brand-text span {
  overflow: hidden;
  color: var(--bb-muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bb-nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.bb-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(7, 24, 47, 0.78);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
}

.bb-nav-links a:last-child {
  gap: 8px;
  background: #111827;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
  color: #fff;
}

.bb-nav-links a:last-child svg {
  width: 14px;
  height: 18px;
}

.bb-nav-links a:last-child svg,
.bb-nav-links a:last-child svg * {
  color: #fff;
  fill: currentColor;
  stroke: currentColor;
}

.bb-nav-links a:hover,
.bb-nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(0, 111, 255, 0.18);
  color: var(--bb-blue);
}

.bb-nav-links a:last-child:hover,
.bb-nav-links a:last-child:focus-visible {
  background: #000;
  box-shadow:
    0 14px 28px rgba(17, 24, 39, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  color: #fff;
}

.bb-page {
  position: relative;
  padding: 34px 0 0;
  overflow-x: clip;
  isolation: isolate;
}

.bb-page::before {
  content: "";
  position: absolute;
  inset: -260px calc((100vw - min(100vw, var(--bb-width))) / -2) auto;
  z-index: -3;
  height: clamp(1620px, 155vw, 2200px);
  background:
    radial-gradient(ellipse 88% 48% at 14% 20%, rgba(0, 111, 255, 0.1), transparent 68%),
    radial-gradient(ellipse 80% 54% at 74% 32%, rgba(74, 199, 255, 0.1), transparent 70%),
    radial-gradient(ellipse 82% 48% at 42% 56%, rgba(255, 255, 255, 0.44), transparent 72%),
    radial-gradient(ellipse 72% 46% at 82% 76%, rgba(255, 111, 89, 0.055), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.2));
  filter: blur(24px);
  opacity: 0.78;
  pointer-events: none;
}

.bb-hero,
.bb-section,
.bb-download,
.bb-terms-hero,
.bb-terms-section {
  scroll-margin-top: 132px;
}

.bb-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 140px);
  padding: clamp(74px, 9vw, 122px) 0 clamp(70px, 8vw, 110px);
  overflow: hidden;
  text-align: left;
  isolation: isolate;
}

.bb-hero::before {
  content: "";
  position: absolute;
  inset: -24% max(-260px, -22vw) -24%;
  z-index: -2;
  background:
    radial-gradient(ellipse 84% 64% at 16% 76%, rgba(0, 111, 255, 0.105), transparent 68%),
    radial-gradient(ellipse 78% 62% at 60% 32%, rgba(74, 199, 255, 0.095), transparent 70%),
    radial-gradient(ellipse 68% 58% at 82% 72%, rgba(255, 111, 89, 0.05), transparent 72%);
  filter: blur(24px);
  opacity: 0.82;
  pointer-events: none;
}

.bb-hero::after {
  content: "";
  position: absolute;
  left: clamp(24px, 5vw, 86px);
  bottom: clamp(98px, 11vw, 168px);
  z-index: -1;
  width: clamp(480px, 74vw, 980px);
  height: clamp(240px, 34vw, 440px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 18% 74%, rgba(255, 255, 255, 0.66), transparent 34%),
    radial-gradient(ellipse at 46% 42%, rgba(74, 199, 255, 0.15), transparent 48%),
    linear-gradient(82deg, rgba(0, 111, 255, 0.145), rgba(74, 199, 255, 0.08) 44%, rgba(255, 255, 255, 0) 78%);
  filter: blur(24px);
  opacity: 0;
  transform: rotate(-8deg) scaleX(0.76);
  transform-origin: 0 76%;
  pointer-events: none;
  animation: bbProjectionBloom 1440ms 540ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bb-launch-orb {
  position: absolute;
  left: clamp(8px, 3.2vw, 42px);
  bottom: clamp(38px, 5vw, 76px);
  z-index: 3;
  width: clamp(156px, 21vw, 292px);
  aspect-ratio: 813 / 972;
  transform-style: preserve-3d;
  transform-origin: 24% 72%;
  animation: bbLaunchLift 1120ms 90ms cubic-bezier(0.16, 1, 0.3, 1) both, bbLaunchTilt 2360ms 660ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.bb-launch-orb::before,
.bb-launch-orb::after {
  content: "";
  position: absolute;
  inset: auto 10% -9% 8%;
  height: 26%;
  border-radius: 999px;
  pointer-events: none;
}

.bb-launch-orb::before {
  background: radial-gradient(ellipse at center, rgba(0, 111, 255, 0.22), transparent 68%);
  filter: blur(18px);
  opacity: 0;
  animation: bbLaunchShadow 1120ms 90ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bb-launch-orb::after {
  display: none;
}

.bb-launch-icon {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  filter: drop-shadow(0 28px 34px rgba(0, 111, 255, 0.22));
  transform: rotate(-3deg);
  transform-origin: 48% 68%;
}

.bb-launch-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bb-launch-bubble {
  --bubble-opacity: 0.24;
  position: absolute;
  left: 63%;
  top: 32%;
  z-index: 1;
  width: var(--bubble-size);
  aspect-ratio: var(--bubble-ratio, 285 / 250);
  background: var(--bubble-image) center / contain no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.12) rotate(-10deg);
  filter: saturate(0.78) opacity(0.28) drop-shadow(0 14px 22px rgba(0, 111, 255, 0.06));
  mix-blend-mode: normal;
  pointer-events: none;
  animation: bbBubbleBurst var(--bubble-duration) var(--bubble-delay) cubic-bezier(0.12, 0, 0.02, 1) both;
}

.bb-launch-bubble-large {
  --bubble-image: url("launch-assets/launch-bubble-large.png");
  --bubble-ratio: 285 / 250;
  --bubble-size: clamp(92px, 10vw, 150px);
  --bubble-x: min(56vw, 720px);
  --bubble-y: max(-52vh, -420px);
  --bubble-rotate: 5deg;
  --bubble-duration: 1.96s;
  --bubble-delay: 760ms;
}

.bb-launch-bubble-medium {
  --bubble-image: url("launch-assets/launch-bubble-medium.png");
  --bubble-ratio: 230 / 170;
  --bubble-size: clamp(68px, 7.8vw, 118px);
  --bubble-x: min(46vw, 600px);
  --bubble-y: max(-60vh, -500px);
  --bubble-rotate: -7deg;
  --bubble-duration: 1.8s;
  --bubble-delay: 940ms;
}

.bb-launch-bubble-small {
  --bubble-image: url("launch-assets/launch-bubble-small.png");
  --bubble-ratio: 215 / 140;
  --bubble-size: clamp(52px, 6vw, 90px);
  --bubble-x: min(66vw, 820px);
  --bubble-y: max(-49vh, -390px);
  --bubble-rotate: 12deg;
  --bubble-duration: 1.64s;
  --bubble-delay: 1100ms;
}

.bb-launch-bubble-tiny {
  --bubble-image: url("launch-assets/launch-bubble-tiny.png");
  --bubble-ratio: 140 / 95;
  --bubble-size: clamp(36px, 4.2vw, 64px);
  --bubble-x: min(38vw, 520px);
  --bubble-y: max(-43vh, -350px);
  --bubble-rotate: -14deg;
  --bubble-duration: 1.46s;
  --bubble-delay: 1260ms;
}

.bb-hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: start;
  width: 100%;
  min-height: clamp(510px, 68vh, 760px);
  padding-left: clamp(220px, 28vw, 360px);
}

.bb-hero-projection {
  position: relative;
  display: grid;
  justify-items: start;
  align-content: center;
  width: min(690px, 100%);
  min-height: clamp(440px, 60vh, 690px);
  margin-left: 0;
  transform-origin: 0 100%;
}

.bb-hero-projection::before {
  content: "";
  position: absolute;
  inset: 8% -12% 2% -8%;
  z-index: -1;
  border-radius: 42% 58% 54% 46%;
  background:
    radial-gradient(ellipse at 36% 58%, rgba(255, 255, 255, 0.42), transparent 48%),
    radial-gradient(ellipse at 68% 34%, rgba(0, 111, 255, 0.1), transparent 46%);
  filter: blur(18px);
  opacity: 0;
  animation: bbProjectionSettle 1300ms 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: none;
}

.bb-eyebrow {
  margin: 0 0 18px;
  color: var(--bb-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.bb-hero-kicker {
  margin: 0 0 18px;
  color: var(--bb-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.bb-wordmark {
  max-width: 8ch;
  margin: 0;
  color: var(--bb-blue);
  font-size: clamp(4.2rem, 10vw, 8.6rem);
  line-height: 0.88;
  text-transform: none;
}

.bb-wordmark span {
  display: block;
  width: fit-content;
}

.bb-wordmark span + span {
  margin-top: 0.035em;
}

.bb-tagline {
  max-width: 18ch;
  margin: 16px 0 14px;
  font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.28rem, 2.2vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.26;
}

.bb-lead,
.bb-copy,
.bb-section-subtitle,
.bb-terms-lead,
.bb-footer-copy,
.bb-legal-meta {
  color: var(--bb-muted);
  font-size: 1.03rem;
  line-height: 1.6;
}

.bb-lead {
  max-width: 54ch;
  margin: 0;
  line-height: 1.62;
}

.bb-actions,
.bb-mini-links,
.bb-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bb-actions {
  margin-top: 26px;
  margin-left: 0;
  justify-content: flex-start;
}

.bb-message-burst {
  position: relative;
  isolation: isolate;
  opacity: 0;
  transform: translate3d(var(--burst-start-x, -42vw), var(--burst-start-y, 32vh), 0) rotate(var(--burst-start-rotate, -9deg)) scale(var(--burst-start-scale, 0.62));
  transform-origin: left center;
  filter: blur(6px);
  clip-path: inset(var(--burst-clip-y, 28%) var(--burst-clip-x, 18%) var(--burst-clip-y, 28%) 0 round 999px);
  will-change: transform, opacity, filter, clip-path;
  animation: bbMessageBurst var(--burst-duration, 820ms) var(--burst-delay, 760ms) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bb-message-burst::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.bb-message-burst::before {
  inset: var(--shell-inset, -0.18em -0.28em);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.2)),
    rgba(231, 247, 255, 0.44);
  box-shadow:
    0 24px 58px rgba(0, 111, 255, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 36px rgba(74, 199, 255, 0.1);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  opacity: 0;
  transform: translate3d(-0.18em, 0, 0) scaleX(0.34) scaleY(0.72);
  transform-origin: left center;
  will-change: transform, opacity, border-radius;
  animation: bbMessageShell var(--burst-duration, 820ms) var(--burst-delay, 760ms) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bb-message-burst-title {
  --burst-delay: 620ms;
  --burst-duration: 760ms;
  --burst-start-x: -47vw;
  --burst-start-y: 40vh;
  --burst-mid-x: 18px;
  --burst-mid-y: -14px;
  --burst-mid-rotate: 1.4deg;
  --burst-start-scale: 0.46;
  --burst-clip-y: 36%;
  --burst-clip-x: 24%;
  --burst-clip-y-mid: 22%;
  --burst-clip-x-mid: 14%;
  overflow: visible;
  clip-path: none;
  animation-name: bbMessageBurstTitle;
  will-change: transform, opacity, filter;
}

.bb-message-burst-title::before {
  --shell-inset: -0.12em -0.18em;
  border-radius: 0.28em;
}

.bb-message-burst-subtitle {
  --burst-delay: 940ms;
  --burst-duration: 720ms;
  --burst-start-x: -43vw;
  --burst-start-y: 35vh;
  --burst-mid-x: 18px;
  --burst-mid-y: -6px;
  --burst-mid-rotate: -0.6deg;
  --burst-start-scale: 0.54;
  --burst-clip-y: 12%;
  --burst-clip-x: 10%;
  --burst-clip-y-mid: 6%;
  --burst-clip-x-mid: 5%;
}

.bb-message-burst-caption {
  --burst-delay: 1190ms;
  --burst-duration: 760ms;
  --burst-start-x: -40vw;
  --burst-start-y: 31vh;
  --burst-mid-x: 14px;
  --burst-mid-y: 6px;
  --burst-mid-rotate: 0.4deg;
  --burst-start-scale: 0.58;
  --burst-clip-y: 14%;
  --burst-clip-x: 10%;
  --burst-clip-y-mid: 7%;
  --burst-clip-x-mid: 5%;
}

.bb-message-burst-cta {
  --burst-delay: 1420ms;
  --burst-duration: 820ms;
  --burst-start-x: -38vw;
  --burst-start-y: 28vh;
  --burst-mid-x: -10px;
  --burst-mid-y: -7px;
  --burst-mid-rotate: -0.8deg;
  --burst-start-scale: 0.56;
  --burst-clip-y: 18%;
  --burst-clip-x: 8%;
  --burst-clip-y-mid: 12%;
  --burst-clip-x-mid: 4%;
}

.bb-message-burst-cta::before {
  inset: -13px -18px;
  animation-name: bbCtaMessageShell;
}

.bb-message-burst-cta .bb-app-store-badge {
  animation: bbBadgeLock 820ms 1420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bb-button,
.bb-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
}

.bb-button {
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(180deg, #0f172a 0%, #050914 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(5, 9, 20, 0.22);
}

.bb-button:hover,
.bb-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(5, 9, 20, 0.28);
}

.bb-app-store-badge {
  display: inline-flex;
  width: clamp(198px, 16vw, 232px);
  max-width: 100%;
  line-height: 0;
}

.bb-app-store-badge:focus-visible {
  outline: 3px solid rgba(0, 111, 255, 0.28);
  outline-offset: 6px;
}

.bb-app-store-badge img {
  width: 100%;
  height: auto;
}

.bb-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: #006fff;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 111, 255, 0.22);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.bb-button-secondary:hover,
.bb-button-secondary:focus-visible {
  background: #005bd6;
  box-shadow: 0 16px 32px rgba(0, 111, 255, 0.28);
  color: #fff;
}

.bb-mini-links {
  margin-top: 16px;
}

.bb-mini-links span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(7, 24, 47, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.05;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.bb-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 74px;
}

.bb-stat,
.bb-why-card,
.bb-preview-card,
.bb-flow article {
  min-width: 0;
  border: 1px solid var(--bb-line-bright);
  background: var(--bb-glass);
  box-shadow: var(--bb-tight-shadow);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
}

.bb-stat {
  min-height: 138px;
  padding: 20px;
  border-radius: 28px;
}

.bb-stat-label {
  display: block;
  color: var(--bb-blue);
  font-size: 1rem;
}

.bb-stat p {
  margin: 10px 0 0;
  color: var(--bb-muted);
  line-height: 1.55;
}

.bb-preview-section {
  position: relative;
  display: grid;
  gap: 48px;
  padding-top: 0;
  padding-bottom: 108px;
  isolation: isolate;
}

.bb-preview-section::before {
  content: "";
  position: absolute;
  inset: -460px calc((100vw - var(--bb-width)) / -2) -180px;
  z-index: -1;
  background:
    radial-gradient(ellipse 92% 56% at 18% 0%, rgba(255, 255, 255, 0.3), transparent 72%),
    radial-gradient(ellipse 84% 58% at 84% 22%, rgba(232, 244, 255, 0.22), transparent 74%),
    radial-gradient(ellipse 74% 50% at 34% 58%, rgba(217, 248, 236, 0.13), transparent 74%),
    linear-gradient(180deg, rgba(246, 251, 255, 0) 0%, rgba(246, 251, 255, 0.24) 38%, rgba(255, 250, 248, 0.22) 64%, rgba(246, 252, 255, 0.28) 86%, rgba(255, 255, 255, 0) 100%);
  filter: blur(24px);
  opacity: 0.74;
  pointer-events: none;
}

.bb-preview-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: end;
}

.bb-preview-path {
  position: relative;
  display: grid;
  gap: clamp(60px, 8.5vw, 104px);
  padding: clamp(10px, 3vw, 30px) 0 40px;
  isolation: isolate;
}

.bb-preview-path::before {
  content: none;
}

.bb-preview-river {
  display: none;
}

.bb-preview-river path {
  fill: none;
  stroke: rgba(0, 111, 255, 0.36);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 14 18;
  filter: drop-shadow(0 18px 24px rgba(0, 111, 255, 0.14));
}

.bb-preview-card {
  --preview-enter-x: -72px;
  --flow-a: 208 221 237;
  --flow-b: 217 248 236;
  --flow-c: 219 237 242;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(300px, 460px);
  gap: clamp(32px, 5vw, 92px);
  align-items: center;
  width: min(1120px, 100%);
  min-height: clamp(280px, 34vw, 410px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  opacity: 0;
  transform: translate3d(var(--preview-enter-x), 26px, 0) scale(0.985);
  animation: bbPreviewSlideIn 860ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--delay, 0ms);
  scroll-margin-top: 150px;
}

.bb-preview-card::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 7px rgba(0, 111, 255, 0.14),
    0 0 32px rgba(0, 111, 255, 0.26);
  transform: translate(-50%, -50%);
}

.bb-preview-card::after {
  content: "";
  position: absolute;
  inset: -18% -18vw -16%;
  z-index: -1;
  border-radius: 48% 52% 54% 46%;
  background:
    radial-gradient(ellipse at 20% 20%, rgb(var(--flow-a) / 0.48), transparent 42%),
    radial-gradient(ellipse at 82% 26%, rgb(var(--flow-b) / 0.54), transparent 44%),
    radial-gradient(ellipse at 52% 82%, rgb(var(--flow-c) / 0.42), transparent 48%);
  filter: blur(22px);
  opacity: 0.86;
  pointer-events: none;
  transform: translate3d(calc(var(--preview-enter-x) * -0.12), 0, 0);
}

@media (min-width: 761px) {
  .bb-preview-screen,
  .bb-preview-card:nth-of-type(even) .bb-preview-screen {
    width: min(var(--screen-w, 72%), 312px);
  }
}

.bb-preview-card:nth-of-type(even) {
  --preview-enter-x: 72px;
  justify-self: end;
  grid-template-columns: minmax(0, 540px) minmax(300px, 460px);
}

.bb-preview-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 540px);
  min-height: clamp(680px, 68vw, 740px);
}

.bb-preview-card:nth-of-type(even) .bb-preview-visual {
  justify-self: start;
}

.bb-preview-screen {
  position: absolute;
  top: var(--screen-top, 0);
  right: var(--screen-right, 12%);
  bottom: auto;
  left: var(--screen-left, auto);
  width: var(--screen-w, min(62%, 312px));
  max-width: 312px;
  max-height: none;
  aspect-ratio: var(--screen-ratio, 510 / 1109);
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: clamp(30px, 5.6vw, 44px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 34px 80px rgba(5, 35, 78, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  --lens-x: 50%;
  --lens-y: 50%;
  --lens-bg-x: 50%;
  --lens-bg-y: 50%;
  --screen-bg-width: 200%;
  --screen-bg-height: auto;
  --screen-image: none;
  cursor: none;
  transform: none;
}

.bb-preview-card:nth-of-type(even) .bb-preview-screen {
  right: var(--screen-right, auto);
  left: var(--screen-left, 12%);
  transform: none;
}

.bb-preview-screen::before,
.bb-preview-screen::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.bb-preview-screen::before {
  content: "";
  top: var(--lens-y);
  left: var(--lens-x);
  z-index: 4;
  width: clamp(7.4rem, 44%, 10.2rem);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.16) 22%, transparent 42%),
    radial-gradient(circle at 78% 82%, rgba(74, 199, 255, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 46%, rgba(2, 26, 58, 0.12)),
    var(--screen-image) var(--lens-bg-x) var(--lens-bg-y) / var(--screen-bg-width) var(--screen-bg-height) no-repeat,
    rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(22px) saturate(170%) contrast(112%);
  backdrop-filter: blur(22px) saturate(170%) contrast(112%);
  filter: url("#bb-preview-liquid-cursor");
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 0.38rem 0.86rem rgba(255, 255, 255, 0.34),
    inset 0 -1.1rem 1.6rem rgba(2, 26, 58, 0.16),
    0 0.82rem 1.8rem rgba(5, 35, 78, 0.16);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.52);
  transition: opacity 180ms ease, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  isolation: isolate;
}

.bb-preview-screen--lens-active::before {
  opacity: 0.98;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.bb-preview-screen::after {
  inset: 0;
  z-index: 3;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.34) 0%, transparent 34%);
}

.bb-preview-screen img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  opacity: 1;
  filter: none;
}

.bb-preview-copy {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 460px;
}

.bb-preview-copy::before {
  content: "";
  position: absolute;
  inset: -28px -46px -30px -34px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 28% 42%, rgba(255, 255, 255, 0.46), transparent 64%),
    radial-gradient(ellipse at 64% 58%, rgb(var(--flow-b) / 0.14), transparent 68%);
  filter: blur(18px);
  opacity: 0.78;
  pointer-events: none;
}

.bb-preview-copy h3 {
  margin: 0;
  color: #11151d;
  font-size: clamp(2.65rem, 4.7vw, 4.85rem);
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
}

.bb-preview-copy em {
  display: block;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 300;
  line-height: 0.98;
  margin-top: 0.03em;
}

.bb-preview-copy p {
  max-width: 34ch;
  margin: 0;
  color: var(--bb-muted);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  font-weight: 500;
  line-height: 1.48;
  opacity: 0.84;
}

.bb-preview-card:nth-of-type(even) .bb-preview-visual {
  grid-column: 1;
  grid-row: 1;
}

.bb-preview-card:nth-of-type(even) .bb-preview-copy {
  grid-column: 2;
  grid-row: 1;
}

.bb-section {
  padding: 20px 0 72px;
}

.bb-section-title,
.bb-terms-title {
  margin: 0 0 16px;
  color: var(--bb-blue);
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  line-height: 1;
}

.bb-section-subtitle,
.bb-terms-lead {
  max-width: 66ch;
  margin: 0;
}

.bb-why-grid,
.bb-faq-grid,
.bb-flow {
  display: grid;
  gap: 16px;
}

.bb-why-grid,
.bb-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.bb-faq-grid {
  gap: 0;
  grid-template-columns: 1fr;
  max-width: 860px;
  border-top: 1px solid var(--bb-line);
}

.bb-why-card {
  padding: 28px;
  border-radius: 30px;
}

.bb-why-card h3,
.bb-flow h3 {
  margin: 0 0 12px;
  color: var(--bb-ink);
  font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.22;
}

.bb-copy {
  margin: 0;
}

.bb-faq-card {
  min-width: 0;
  overflow: hidden;
  padding: 22px 0;
  border-bottom: 1px solid var(--bb-line);
}

.bb-faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--bb-ink);
  cursor: pointer;
  font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
}

.bb-faq-icon {
  display: block;
  width: 16px;
  height: 16px;
  color: rgba(7, 24, 47, 0.62);
}

.bb-faq-icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: 1px auto 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 180ms ease;
}

.bb-faq-answer {
  max-width: 68ch;
  padding: 14px 48px 0 0;
}

.bb-faq-question[aria-expanded="true"] .bb-faq-icon::before {
  transform: rotate(225deg);
}

.bb-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.bb-flow article {
  min-height: 210px;
  padding: 24px;
  border-radius: 30px;
}

.bb-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(74, 199, 255, 0.32) 0%, rgba(0, 111, 255, 0.16) 100%);
  color: var(--bb-blue);
  font-weight: 900;
}

.bb-flow p {
  margin: 0;
  color: var(--bb-muted);
  line-height: 1.56;
}

.bb-product-section {
  display: grid;
  gap: 28px;
}

.bb-phone-showcase {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 62vw, 760px);
  border: 1px solid var(--bb-line-bright);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(223, 243, 255, 0.52) 48%, rgba(255, 245, 240, 0.64) 100%);
  box-shadow: var(--bb-shadow);
  isolation: isolate;
}

.bb-phone-showcase::before,
.bb-phone-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bb-phone-showcase::before {
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.86) 0%, transparent 30%),
    linear-gradient(275deg, rgba(0, 111, 255, 0.18) 0%, transparent 44%);
}

.bb-phone-showcase::after {
  background:
    linear-gradient(90deg, rgba(245, 251, 255, 0.92) 0%, transparent 14%, transparent 86%, rgba(245, 251, 255, 0.92) 100%);
}

.bb-phone-track {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  width: max-content;
  min-height: inherit;
  padding: 58px clamp(28px, 6vw, 78px);
  animation: bbPhoneRail 18s ease-in-out infinite alternate;
  will-change: transform;
}

.bb-phone-card {
  flex: 0 0 auto;
  width: clamp(188px, 20vw, 252px);
  margin: 0;
  transform: translateY(var(--lift, 0)) rotate(var(--tilt, 0deg));
}

.bb-phone-frame {
  position: relative;
  display: block;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(179, 216, 255, 0.24) 100%),
    #111826;
  box-shadow: 0 30px 82px rgba(5, 35, 78, 0.24);
}

.bb-phone-frame::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 16px;
  border-radius: 999px;
  background: rgba(4, 10, 22, 0.9);
  transform: translateX(-50%);
}

.bb-phone-frame img {
  width: 100%;
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: top center;
  border-radius: 34px;
}

.bb-phone-card figcaption {
  display: grid;
  gap: 6px;
  padding: 16px 4px 0;
}

.bb-phone-card strong {
  color: var(--bb-ink);
  font-size: 1.05rem;
  line-height: 1.18;
}

.bb-phone-card figcaption span {
  color: var(--bb-muted);
  font-size: 0.96rem;
  line-height: 1.42;
}

@keyframes bbLaunchLift {
  0% {
    opacity: 0;
    transform: translate3d(-14px, 28px, 0) rotate(0deg) scale(0.92);
  }

  46%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes bbLaunchShadow {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.74);
  }

  100% {
    opacity: 0.7;
    transform: translateY(0) scale(1);
  }
}

@keyframes bbLaunchTilt {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  12% {
    transform: translate3d(-3px, -4px, 0) rotate(-9deg) scale(1.025);
  }

  86% {
    transform: translate3d(-3px, -4px, 0) rotate(-9deg) scale(1.025);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes bbProjectionBloom {
  0% {
    opacity: 0;
    transform: rotate(-8deg) scaleX(0.36) scaleY(0.7);
  }

  54% {
    opacity: 0.68;
    transform: rotate(-8deg) scaleX(1.04) scaleY(1);
  }

  100% {
    opacity: 0.44;
    transform: rotate(-8deg) scaleX(1) scaleY(1);
  }
}

@keyframes bbProjectionSettle {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 18px, 0) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes bbBubbleBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.12) rotate(-10deg);
  }

  18% {
    opacity: var(--bubble-opacity, 0.9);
  }

  68% {
    opacity: var(--bubble-opacity, 0.9);
    transform:
      translate(calc(-50% + (var(--bubble-x) * 0.72)), calc(-50% + (var(--bubble-y) * 0.68)))
      scale(var(--bubble-scale, 1))
      rotate(var(--bubble-rotate));
  }

  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--bubble-x)), calc(-50% + var(--bubble-y)))
      scale(calc(var(--bubble-scale, 1) * 0.78))
      rotate(var(--bubble-rotate));
  }
}

@keyframes bbMessageBurst {
  0% {
    opacity: 0;
    filter: blur(6px);
    clip-path: inset(var(--burst-clip-y, 28%) var(--burst-clip-x, 18%) var(--burst-clip-y, 28%) 0 round 999px);
    transform:
      translate3d(var(--burst-start-x, -42vw), var(--burst-start-y, 32vh), 0)
      rotate(var(--burst-start-rotate, -9deg))
      scale(var(--burst-start-scale, 0.62));
  }

  18% {
    opacity: 0.96;
    filter: blur(2px);
    clip-path: inset(var(--burst-clip-y-mid, 20%) var(--burst-clip-x-mid, 10%) var(--burst-clip-y-mid, 20%) 0 round 34px);
  }

  54% {
    opacity: 1;
    filter: blur(0.5px);
    clip-path: inset(4% 0 4% 0 round 28px);
    transform: translate3d(var(--burst-mid-x, 10px), var(--burst-mid-y, -5px), 0) rotate(var(--burst-mid-rotate, 1deg)) scale(1.02);
  }

  78% {
    clip-path: inset(0 0 0 0 round 14px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0 0 0 0 round 0);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes bbMessageBurstTitle {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform:
      translate3d(var(--burst-start-x, -42vw), var(--burst-start-y, 32vh), 0)
      rotate(var(--burst-start-rotate, -9deg))
      scale(var(--burst-start-scale, 0.62));
  }

  18% {
    opacity: 0.96;
    filter: blur(2px);
  }

  54% {
    opacity: 1;
    filter: blur(0.5px);
    transform: translate3d(var(--burst-mid-x, 10px), var(--burst-mid-y, -5px), 0) rotate(var(--burst-mid-rotate, 1deg)) scale(1.02);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes bbMessageShell {
  0% {
    opacity: 0;
    border-radius: 999px;
    transform: translate3d(-0.22em, 0, 0) scaleX(0.26) scaleY(0.64);
  }

  18% {
    opacity: 0.94;
    border-radius: 999px;
    transform: translate3d(-0.08em, 0, 0) scaleX(0.72) scaleY(0.82);
  }

  46% {
    opacity: 0.72;
    border-radius: 32px;
    transform: translate3d(0, 0, 0) scaleX(1.02) scaleY(1);
  }

  66% {
    opacity: 0.22;
    border-radius: 24px;
    transform: translate3d(0, 0, 0) scaleX(1.08) scaleY(1.04);
  }

  100% {
    opacity: 0;
    border-radius: 18px;
    transform: scaleX(1.08) scaleY(1.04);
  }
}

@keyframes bbCtaMessageShell {
  0% {
    opacity: 0;
    border-radius: 999px;
    transform: translate3d(-0.24em, 0, 0) scaleX(0.2) scaleY(0.7);
  }

  24% {
    opacity: 0.96;
    border-radius: 999px;
    transform: translate3d(-0.08em, 0, 0) scaleX(0.84) scaleY(0.9);
  }

  58% {
    opacity: 0.66;
    border-radius: 26px;
    transform: translate3d(0, 0, 0) scaleX(1.08) scaleY(1.04);
  }

  100% {
    opacity: 0;
    border-radius: 18px;
    transform: translate3d(0, 0, 0) scaleX(1.12) scaleY(1.08);
  }
}

@keyframes bbBadgeLock {
  0% {
    opacity: 0;
    filter: blur(4px) saturate(0.6);
    transform: scale(0.88);
  }

  45% {
    opacity: 0.58;
    filter: blur(1px) saturate(0.85);
    transform: scale(0.98);
  }

  100% {
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: scale(1);
  }
}

@keyframes bbPhoneRail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% + min(1120px, calc(100vw - 32px))));
  }
}

@keyframes bbPreviewSlideIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(var(--preview-enter-x), 26px, 0) scale(0.985);
  }

  58% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(calc(var(--preview-enter-x) * -0.06), -4px, 0) scale(1.004);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@supports (animation-timeline: view()) {
  .bb-preview-path::before {
    animation: none;
  }

  .bb-preview-card {
    animation: bbPreviewSlideIn ease-out both;
    animation-timeline: view(block);
    animation-range: entry 0% cover 28%;
  }

  .bb-phone-track {
    animation: bbPhoneScroll linear both;
    animation-timeline: view(block);
    animation-range: entry 0% exit 100%;
  }

  @keyframes bbPhoneScroll {
    from {
      transform: translateX(8%);
    }

    to {
      transform: translateX(calc(-100% + min(1120px, calc(100vw - 32px))));
    }
  }
}

.bb-download {
  padding: 4px 0 70px;
}

.bb-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(0, 111, 255, 0.95) 0%, rgba(74, 199, 255, 0.82) 100%);
  color: #fff;
  box-shadow: 0 24px 68px rgba(0, 111, 255, 0.24);
}

.bb-cta-card .bb-eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.bb-cta-card h2 {
  margin: 0 0 8px;
  font-size: clamp(2.05rem, 4vw, 3.45rem);
  line-height: 1;
}

.bb-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.bb-footer {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: visible;
  padding: clamp(1rem, 2.6vh, 1.6rem) 0 clamp(1.45rem, 3vh, 2.3rem);
  background: transparent;
  color: rgba(251, 247, 238, 0.84);
}

.bb-footer::before {
  content: "";
  position: absolute;
  inset: clamp(-4.8rem, -12vh, -3rem) 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 14% 92%, rgba(74, 199, 255, 0.28), transparent 46%),
    radial-gradient(ellipse at 86% 100%, rgba(0, 111, 255, 0.34), transparent 52%),
    linear-gradient(0deg, rgba(5, 36, 82, 0.78) 0%, rgba(11, 91, 178, 0.58) 36%, rgba(60, 164, 237, 0.34) 62%, rgba(205, 235, 255, 0.12) 82%, transparent 100%);
  filter: blur(0.5px);
  opacity: 0.82;
  -webkit-mask-image: linear-gradient(0deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.68) 76%, transparent 100%);
  mask-image: linear-gradient(0deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.68) 76%, transparent 100%);
}

.bb-footer::after {
  content: "";
  position: absolute;
  right: max(1rem, calc((100vw - 1120px) / 2));
  bottom: clamp(0.78rem, 2.4vh, 1.4rem);
  left: max(1rem, calc((100vw - 1120px) / 2));
  z-index: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 250, 0.36), transparent);
  opacity: 0.52;
}

.bb-footer-inner {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.9fr) minmax(14rem, 1.35fr) minmax(20rem, 1.8fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(1rem, 2.6vw, 2.4rem);
  row-gap: clamp(0.08rem, 0.35vh, 0.22rem);
  position: relative;
  z-index: 1;
}

.bb-footer-brand {
  grid-column: 1 / 3;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: flex-end;
  gap: clamp(0.7rem, 1.4vw, 1rem);
  width: fit-content;
  opacity: 0.92;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bb-footer-brand:hover,
.bb-footer-brand:focus-within {
  opacity: 1;
  transform: translate3d(0, -0.06rem, 0);
}

.bb-footer-brand-text {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.bb-footer-logo-link {
  display: inline-flex;
  line-height: 0;
}

.bb-footer-logo-link:focus-visible,
.bb-footer-link:focus-visible {
  outline: 2px solid rgba(251, 247, 238, 0.62);
  outline-offset: 0.24rem;
}

.bb-footer-brand img {
  width: clamp(6.2rem, 9.4vw, 8.8rem);
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  filter:
    brightness(0) invert(1) saturate(0)
    drop-shadow(0 0.6rem 1.1rem rgba(3, 6, 7, 0.42))
    drop-shadow(0 0 1rem rgba(255, 247, 232, 0.08));
}

.bb-footer-title {
  margin: 0;
  color: #76cfff;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 1;
}

.bb-footer-copy {
  margin: 0;
  color: rgba(255, 255, 250, 0.74);
  font-size: clamp(0.66rem, 0.82vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(7, 9, 9, 0.34);
}

.bb-footer-copyright {
  margin: 0;
  color: rgba(255, 255, 250, 0.58);
  font-size: clamp(0.64rem, 0.78vw, 0.76rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(7, 9, 9, 0.34);
}

.bb-footer-meta {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  width: min(100%, 24rem);
}

.bb-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(7.4rem, 1fr));
  align-items: start;
  justify-content: end;
  gap: clamp(1.2rem, 2.8vw, 3rem);
  width: 100%;
}

.bb-footer-group {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
}

.bb-footer-link {
  position: relative;
  display: grid;
  width: fit-content;
  color: rgba(255, 255, 250, 0.86);
  font-size: clamp(0.76rem, 0.88vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  text-rendering: geometricPrecision;
  text-shadow: 0 1px 1px rgba(7, 9, 9, 0.36);
  transition: color 180ms ease, opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bb-footer-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.12rem;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.48);
  transform-origin: 0 50%;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bb-footer-link:hover,
.bb-footer-link:focus-visible {
  color: rgba(255, 255, 250, 0.98);
  transform: translate3d(0.08rem, 0, 0);
}

.bb-footer-link:hover::after,
.bb-footer-link:focus-visible::after {
  opacity: 0.56;
  transform: scaleX(1);
}

.bb-legal-body {
  --bb-blue: #111827;
  --bb-cyan: #4b5563;
  --bb-ink: #111827;
  --bb-muted: rgba(17, 24, 39, 0.68);
  --bb-line: rgba(17, 24, 39, 0.12);
  --bb-line-bright: rgba(17, 24, 39, 0.12);
  background: #fff;
  color: var(--bb-ink);
}

.bb-legal-body::before {
  display: none;
}

.bb-legal-body .bb-nav {
  border-color: rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.bb-legal-body .bb-brand {
  --bb-blue: #006fff;
}

.bb-legal-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 24, 39, 0.92);
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.bb-legal-download svg {
  width: 16px;
  height: 19px;
  fill: currentColor;
}

.bb-legal-download:hover,
.bb-legal-download:focus-visible {
  background: #000;
  color: #fff;
}

.bb-terms-page {
  position: relative;
  padding: 42px 0 0;
}

.bb-terms-hero {
  max-width: 880px;
  padding: 76px 0 56px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.14);
}

.bb-terms-title {
  max-width: 14ch;
  color: #111827;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.96;
}

.bb-legal-kicker {
  margin: 0 0 20px;
  color: rgba(17, 24, 39, 0.56);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.bb-legal-meta {
  margin: 24px 0 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: uppercase;
}

.bb-terms-section {
  padding: 42px 0 86px;
}

.bb-legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.bb-legal-toc {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 2px;
  padding-top: 2px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
}

.bb-legal-toc p {
  margin: 0 0 12px;
  color: #111827;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.bb-legal-toc a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.bb-legal-toc a:hover,
.bb-legal-toc a:focus-visible {
  color: #111827;
}

.bb-legal-document {
  max-width: 760px;
}

.bb-legal-document section {
  padding: 0 0 42px;
  margin: 0 0 42px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.14);
}

.bb-legal-document section:last-child {
  margin-bottom: 0;
}

.bb-legal-document h2 {
  display: flex;
  gap: 14px;
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.12;
}

.bb-legal-document h2 span {
  flex: 0 0 auto;
  min-width: 1.6em;
  color: rgba(17, 24, 39, 0.42);
}

.bb-legal-document h3 {
  margin: 30px 0 10px;
  color: #111827;
  font-size: 1rem;
  line-height: 1.24;
}

.bb-legal-document p {
  margin: 0 0 18px;
  color: rgba(17, 24, 39, 0.74);
  font-size: 1rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.bb-legal-body .bb-footer {
  border-top: 0;
  background: transparent;
}

.bb-legal-body .bb-footer-title {
  color: #fff;
}

@media (max-width: 980px) {
  .bb-hero {
    min-height: auto;
    padding-top: clamp(42px, 8vw, 72px);
  }

  .bb-legal-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bb-legal-toc {
    display: none;
  }

  .bb-stat-row,
  .bb-flow {
    grid-template-columns: 1fr;
  }

  .bb-preview-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bb-preview-card,
  .bb-preview-card:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
    justify-self: stretch;
    width: min(860px, 100%);
  }

  .bb-preview-card:nth-of-type(even) {
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  }

  .bb-preview-visual {
    width: min(100%, 390px);
    min-height: clamp(620px, 78vw, 680px);
  }

  .bb-phone-showcase {
    min-height: 640px;
  }

  .bb-cta-card {
    grid-template-columns: 1fr;
  }

  .bb-footer-inner {
    grid-template-columns: minmax(5.6rem, 0.55fr) minmax(8rem, 1fr) minmax(15rem, 1.42fr);
    column-gap: 0.72rem;
    row-gap: 0.16rem;
  }

  .bb-footer::before {
    inset: clamp(-5.9rem, -14vh, -4rem) 0 -2.3rem;
  }

  .bb-footer-brand img {
    width: clamp(5.2rem, 10.2vw, 6.6rem);
  }

  .bb-footer-copy {
    font-size: clamp(0.58rem, 1.25vw, 0.66rem);
    line-height: 1.16;
  }

  .bb-footer-copyright {
    font-size: clamp(0.58rem, 1.25vw, 0.66rem);
    line-height: 1.16;
  }

  .bb-footer-links {
    gap: clamp(0.72rem, 2.4vw, 1.1rem);
  }

  .bb-footer-group {
    gap: 0.24rem;
  }

  .bb-footer-link {
    font-size: clamp(0.72rem, 1.65vw, 0.82rem);
    line-height: 1.16;
  }
}

@media (max-width: 760px) {
  :root {
    --bb-width: min(100vw - 24px, 1120px);
  }

  .bb-nav {
    top: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    padding: 18px 22px 20px;
    border-radius: 28px;
  }

  .bb-brand {
    padding-left: 4px;
  }

  .bb-legal-download {
    width: 100%;
  }

  .bb-brand-text span {
    white-space: normal;
  }

  .bb-nav-links {
    justify-content: flex-start;
  }

  .bb-nav-links a {
    min-height: 44px;
    padding: 0 12px;
  }

  .bb-page,
  .bb-terms-page {
    padding-top: 18px;
  }

  .bb-terms-hero {
    padding: 48px 0 38px;
  }

  .bb-terms-title {
    max-width: 12ch;
    font-size: clamp(2.4rem, 10.8vw, 3.55rem);
    line-height: 1;
  }

  .bb-terms-section {
    padding-bottom: 58px;
  }

  .bb-legal-document section {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .bb-legal-document h2 {
    gap: 10px;
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .bb-hero {
    min-height: calc(100vh - 156px);
    padding: 30px 0 104px;
    overflow-x: clip;
    overflow-y: visible;
    text-align: left;
  }

  .bb-launch-orb {
    left: -8px;
    bottom: 46px;
    width: clamp(104px, 29vw, 136px);
  }

  .bb-hero-copy {
    justify-items: start;
    min-height: min(560px, calc(100vh - 188px));
    padding-left: clamp(94px, 26vw, 112px);
  }

  .bb-hero-projection {
    width: min(100%, calc(100vw - clamp(98px, 29vw, 128px)));
    min-height: min(520px, calc(100vh - 210px));
    align-content: start;
    padding-top: clamp(112px, 20vh, 156px);
  }

  .bb-tagline {
    max-width: 18ch;
    margin-top: 14px;
    font-size: clamp(1.06rem, 5vw, 1.24rem);
    line-height: 1.24;
  }

  .bb-lead {
    max-width: 34ch;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .bb-actions {
    margin-top: 22px;
    margin-left: 0;
  }

  .bb-app-store-badge {
    width: clamp(164px, 28vw, 190px);
  }

  .bb-message-burst {
    --burst-start-x: -34vw;
    --burst-start-y: 30vh;
    clip-path: none;
    overflow: visible;
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }

  .bb-message-burst::before {
    display: none;
  }

  .bb-message-burst-cta .bb-app-store-badge {
    animation: none;
  }

  .bb-message-burst-title {
    --burst-start-x: -38vw;
    --burst-start-y: 34vh;
  }

  .bb-actions .bb-button-secondary,
  .bb-mini-links {
    display: none;
  }

  .bb-wordmark {
    font-size: clamp(3.15rem, 14vw, 4.35rem);
    line-height: 0.9;
  }

  .bb-section-title {
    font-size: clamp(2.1rem, 9vw, 2.8rem);
    line-height: 1.02;
  }

  .bb-legal-document p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .bb-why-card,
  .bb-preview-card,
  .bb-flow article,
  .bb-cta-card {
    border-radius: 26px;
  }

  .bb-stat-row {
    margin-bottom: 48px;
  }

  .bb-why-grid,
  .bb-faq-grid {
    grid-template-columns: 1fr;
  }

  .bb-why-card,
  .bb-preview-card,
  .bb-flow article,
  .bb-cta-card {
    padding: 22px;
  }

  .bb-preview-section {
    gap: 22px;
  }

  .bb-preview-section::before {
    inset: -260px calc((100vw - var(--bb-width)) / -2) -78px;
    filter: blur(18px);
    opacity: 0.82;
  }

  .bb-preview-path {
    display: grid;
    gap: 58px;
    padding: 34px 0 18px;
  }

  .bb-preview-river {
    display: none;
  }

  .bb-preview-card,
  .bb-preview-card:nth-of-type(even) {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100%, 372px);
    min-height: 0;
    padding: 0;
    margin: 0;
  }

  .bb-preview-card::after {
    inset: -14% -8px -12%;
    filter: blur(18px);
  }

  .bb-preview-card {
    --preview-enter-x: 0px;
  }

  .bb-preview-card:nth-of-type(even) {
    --preview-enter-x: 0px;
    justify-self: end;
  }

  .bb-preview-card::before,
  .bb-preview-card:nth-of-type(even)::before {
    top: auto;
    bottom: -42px;
    left: 26px;
    width: 12px;
    height: 12px;
    transform: none;
  }

  .bb-preview-card:nth-of-type(even) .bb-preview-visual,
  .bb-preview-card:nth-of-type(even) .bb-preview-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .bb-preview-copy {
    order: -1;
    gap: 10px;
    max-width: 360px;
  }

  .bb-preview-copy::before {
    content: none;
  }

  .bb-preview-copy h3 {
    font-size: clamp(2.15rem, 7.2vw, 2.95rem);
    line-height: 1.02;
    max-width: 8.7ch;
  }

  .bb-preview-copy em {
    margin-top: 0.04em;
  }

  .bb-preview-copy p {
    font-size: 1rem;
    line-height: 1.46;
  }

  .bb-preview-visual {
    width: min(100%, 340px);
    min-height: 540px;
  }

  .bb-preview-screen,
  .bb-preview-card:nth-of-type(even) .bb-preview-screen {
    top: var(--screen-top, 0);
    right: var(--screen-right, auto);
    bottom: auto;
    left: var(--screen-left, 14%);
    width: min(var(--screen-w, 72%), 278px);
    max-width: 278px;
    max-height: none;
    aspect-ratio: var(--screen-ratio, 510 / 1109);
    height: auto;
    border-radius: 26px;
    transform: none;
  }

  .bb-preview-screen {
    cursor: auto;
  }

  .bb-preview-card:nth-of-type(even) .bb-preview-screen {
    right: var(--screen-right, auto);
    left: var(--screen-left, 14%);
  }

  .bb-phone-showcase {
    overflow-x: auto;
    min-height: auto;
    border-radius: 28px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .bb-phone-showcase::after {
    display: none;
  }

  .bb-phone-track {
    min-height: 0;
    padding: 28px 20px 30px;
    animation: none;
  }

  .bb-phone-card {
    width: min(66vw, 228px);
    scroll-snap-align: center;
    transform: none;
  }

  .bb-section {
    padding-bottom: 50px;
  }

  .bb-footer {
    padding: 0.72rem 0 calc(0.82rem + env(safe-area-inset-bottom));
  }

  .bb-footer::before {
    inset: clamp(-6.4rem, -18svh, -4rem) 0 0;
    opacity: 0.76;
  }

  .bb-footer::after {
    right: 1rem;
    left: 1rem;
  }

  .bb-footer-inner {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }

  .bb-footer-brand {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    justify-self: start;
    max-width: 100%;
    gap: 0.58rem;
  }

  .bb-footer-brand img {
    width: clamp(4rem, 18vw, 5rem);
  }

  .bb-footer-copy,
  .bb-footer-copyright {
    font-size: clamp(0.64rem, 2vw, 0.7rem);
    line-height: 1.14;
  }

  .bb-footer-meta {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    justify-self: stretch;
    width: 100%;
  }

  .bb-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
  }

  .bb-footer-group {
    gap: 0.28rem;
  }

  .bb-footer-link {
    max-width: 100%;
    font-size: clamp(0.72rem, 3.2vw, 0.84rem);
    line-height: 1.14;
    text-wrap: balance;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-phone-track,
  .bb-hero::after,
  .bb-hero-projection::before,
  .bb-launch-orb,
  .bb-launch-orb::before,
  .bb-launch-orb::after,
  .bb-launch-bubble,
  .bb-message-burst,
  .bb-message-burst::before,
  .bb-message-burst-cta .bb-app-store-badge {
    animation: none;
  }

  .bb-launch-orb,
  .bb-launch-orb::before,
  .bb-launch-orb::after,
  .bb-hero::after,
  .bb-hero-projection::before,
  .bb-message-burst,
  .bb-message-burst-cta .bb-app-store-badge {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .bb-launch-bubble {
    display: none;
  }

  .bb-message-burst::before {
    display: none;
  }
}
