 :root {
            --pj2-primary: #112ce8;
            --pj2-primary-light: #4361ff;
            --pj2-dark: #0a1240;
            --pj2-dark-2: #0d1a6b;
            --pj2-ink: #1b2140;
            --pj2-muted: #626a8c;
            --pj2-bg-soft: #f5f7ff;
            --pj2-border: #e6e9fb;
            --pj-blue: #112ce8;
            --pj-blue-dark: #0a1aa8;
            --pj-cyan: #00d2ff;
            --pj-navy: #070b2a;
            --pj-navy-2: #10154a;
            --pj-ink: #0b0f2e;
            --pj-muted: #5c6280;
            --pj-off-white: #f5f7fd;
            --pj-white: #ffffff;
        }

        .pj2-overview,
        .pj2-modules,
        .pj2-cta {
            background: #ffffff;
            padding: 35px 0;
            position: relative;
            overflow: hidden;
        }

        .pj2-modules {
            background: var(--pj2-bg-soft);
        }

        .pj2-overview-glow {
            position: absolute;
            top: -180px;
            right: -180px;
            width: 480px;
            height: 480px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(17, 44, 232, 0.10) 0%, rgba(17, 44, 232, 0) 70%);
            pointer-events: none;
        }

        .pj2-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12.5px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: var(--pj2-primary);
            background: rgba(17, 44, 232, 0.08);
            border: 1px solid rgba(17, 44, 232, 0.18);
            padding: 7px 16px 7px 12px;
            border-radius: 30px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .pj2-eyebrow-light {
            color: #cdd6ff;
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.18);
        }

        .pj2-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: currentColor;
            box-shadow: 0 0 0 4px rgba(17, 44, 232, 0.14);
            flex-shrink: 0;
        }

        .pj2-eyebrow-light .pj2-dot {
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
        }

        .pj2-heading {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--pj2-ink);
            line-height: 1.25;
            margin-bottom: 18px;
        }

        .pj2-heading span {
            color: var(--pj2-primary);
        }

        .pj2-heading-light {
            color: #ffffff;
        }

        .pj2-heading-light span {
            color: #8ba1ff;
        }

        .pj2-lead {
            font-size: 1.05rem;
            color: var(--pj2-muted);
            line-height: 1.8;
            margin-bottom: 0;
        }

        .pj2-lead-light {
            color: rgba(255, 255, 255, 0.78);
        }

        @media (max-width: 767px) {
            .pj2-heading {
                font-size: 1.85rem;
            }
        }

        /* ---------- Overview Flow Slider ---------- */
        .pj2-flow {
            margin-top: 55px;
            position: relative;
            z-index: 1;
        }

        .pj2-flow-title {
            font-weight: 700;
            color: var(--pj2-ink);
        }

        .pj2-flow-sub {
            color: var(--pj2-muted);
            font-size: 0.92rem;
        }

        .pj2-flow-nav {}

        .pj2-flow-arrow {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: 1.5px solid var(--pj2-border);
            background: #fff;
            color: var(--pj2-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .25s ease;
        }

        .pj2-flow-arrow:hover {
            background: var(--pj2-primary);
            color: #fff;
            border-color: var(--pj2-primary);
            transform: translateY(-2px);
        }

        .pj2-flow-swiper {
            padding: 8px 4px 22px;
            overflow: hidden;
        }

        .pj2-flow-card {
            background: #ffffff;
            border: 1px solid var(--pj2-border);
            border-radius: 18px;
            padding: 28px 22px;
            height: 100%;
            position: relative;
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        .pj2-flow-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(17, 44, 232, 0.14);
            border-color: rgba(17, 44, 232, 0.25);
        }

        .pj2-flow-step {
            position: absolute;
            top: 18px;
            right: 20px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .5px;
            color: rgba(17, 44, 232, 0.35);
        }

        .pj2-flow-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--pj2-primary), var(--pj2-primary-light));
            color: #fff;
            margin-bottom: 18px;
            transition: transform .35s ease;
        }

        .pj2-flow-card:hover .pj2-flow-icon {
            transform: rotate(-6deg) scale(1.08);
        }

        .pj2-flow-card h6 {
            font-weight: 700;
            color: var(--pj2-ink);
            margin-bottom: 6px;
            font-size: 1rem;
        }

        .pj2-flow-card p {
            color: var(--pj2-muted);
            font-size: 0.86rem;
            margin: 0;
            line-height: 1.55;
        }

        .pj2-flow-progress {
            height: 3px;
            background: var(--pj2-border);
            border-radius: 3px;
            overflow: hidden;
            max-width: 320px;
            margin: 0 auto;
        }

        .pj2-flow-progress span {
            display: block;
            height: 100%;
            width: 7.7%;
            background: linear-gradient(90deg, var(--pj2-primary), var(--pj2-primary-light));
            transition: width .35s ease;
        }

        /* ---------- Module Cards ---------- */
        .pj2-card {
            background: #ffffff;
            border: 1px solid var(--pj2-border);
            border-radius: 14px;
            padding: 16px 18px;
            height: 100%;
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
            position: relative;
        }

        .pj2-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(17, 44, 232, 0.12);
            border-color: rgba(17, 44, 232, 0.25);
        }

        .pj2-card-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }

        .pj2-card-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .35s ease;
        }

        .pj2-card:hover .pj2-card-icon {
            color: #fff;
            transform: rotate(-6deg) scale(1.05);
        }

        .pj2-card h5 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--pj2-ink);
            margin: 0;
            line-height: 1.2;
        }

        .pj2-card p {
            font-size: 0.82rem;
            color: var(--pj2-muted);
            line-height: 1.5;
            margin: 0;
        }

        /* ---------- Benefits ---------- */
        .pj2-benefits {
            background: linear-gradient(135deg, var(--pj2-dark) 0%, var(--pj2-dark-2) 55%, var(--pj2-primary) 130%);
            padding: 95px 0;
            position: relative;
            overflow: hidden;
        }

        .pj2-benefits-glow {
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 40%),
                radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 45%);
        }

        .pj2-btn-outline {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-weight: 600;
            font-size: 0.95rem;
            border: 1.5px solid rgba(255, 255, 255, 0.35);
            padding: 12px 24px;
            border-radius: 30px;
            text-decoration: none;
            transition: all .3s ease;
        }

        .pj2-btn-outline:hover {
            background: #fff;
            color: var(--pj2-primary);
            border-color: #fff;
            transform: translateX(3px);
        }

        .pj2-benefit-item {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 14px;
            padding: 16px 18px;
            color: #fff;
            font-weight: 600;
            font-size: 0.94rem;
            height: 100%;
            transition: all .3s ease;
            backdrop-filter: blur(6px);
        }

        .pj2-benefit-item:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-4px);
        }

        .pj2-check {
            width: 26px;
            height: 26px;
            min-width: 26px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4361ff, #8ba1ff);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        /* ---------- CTA ---------- */
        .pj2-cta-card {
            background: linear-gradient(120deg, var(--pj2-primary) 0%, var(--pj2-dark-2) 100%);
            border-radius: 28px;
            padding: 55px;
            position: relative;
            overflow: hidden;
        }

        .pj2-cta-card::before {
            content: "";
            position: absolute;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            top: -120px;
            left: -80px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
        }

        .pj2-btn-solid {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #ffffff;
            color: var(--pj2-primary);
            font-weight: 700;
            font-size: 0.95rem;
            padding: 14px 28px;
            border-radius: 30px;
            text-decoration: none;
            transition: all .3s ease;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
        }

        .pj2-btn-solid:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
            color: var(--pj2-dark-2);
        }

        .pj2-cta-image {
            position: relative;
            z-index: 1;
        }

        .pj2-cta-image img {
            width: 100%;
            border-radius: 18px;
            box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
            border: 1px solid rgba(255, 255, 255, 0.18);
            animation: pj2Float 4.5s ease-in-out infinite;
        }

        @keyframes pj2Float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-14px);
            }
        }

        @media (max-width: 767px) {
            .pj2-cta-card {
                padding: 34px 22px;
                text-align: center;
            }
        }

        /* ---------- Scroll Reveal ---------- */
        .reveal-up {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity .7s ease, transform .7s ease;
        }

        .reveal-up.pj2-visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (prefers-reduced-motion: reduce) {
            .reveal-up {
                opacity: 1;
                transform: none;
                transition: none;
            }

            .pj2-cta-image img {
                animation: none;
            }
        }

        /* ---- Marquee ---- */
        .pj-marquee {
            background: var(--pj-ink);
            overflow: hidden;
            padding: 18px 0;
            white-space: nowrap;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .pj-marquee-track {
            display: inline-flex;
            align-items: center;
            gap: 18px;
            animation: pj-marquee-scroll 34s linear infinite;
        }

        .pj-marquee:hover .pj-marquee-track {
            animation-play-state: paused;
        }

        .pj-marquee-track span {
            color: rgba(255, 255, 255, 0.75);
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.3px;
        }

        .pj-marquee-track i {
            color: var(--pj-cyan);
            font-style: normal;
        }

        @keyframes pj-marquee-scroll {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }
        .pj-marquee {
  background: var(--pj-ink);
  overflow: hidden;
  padding: 18px 0;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pj-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  animation: pj-marquee-scroll 34s linear infinite;
}
.pj-marquee:hover .pj-marquee-track {
  animation-play-state: paused;
}
.pj-marquee-track span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.pj-marquee-track i {
  color: var(--pj-cyan);
  font-style: normal;
}
@keyframes pj-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



:root {
  --navy: #0b1220;
  --slate: #64748b;
  --blue: #1d61e7;
  --blue-deep: #1d61e7;
  --blue-tint: #eef1ff;
  --line: #dce1f5;
  --card-bg: #ffffff;
  --card-border: #e6e9f7;
  --bg: #fbfbfe;
}

.stage {
min-height: 53vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 169px 38px;
    position: relative;
    overflow: hidden;
    margin-top: -11%;
}
.stage h1 span {
    color: var(--blue);
}
.stage::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(59, 91, 253, 0.1) 0%,
    rgba(59, 91, 253, 0) 70%
  );
  pointer-events: none;
}

.grid {
  width: 100%;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  align-items: center;
  gap: 36px;
}

.left {
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 12px;
  border-radius: 999px;
  background: var(--blue-tint);
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  border: 1px solid #dde3fb;
  margin-bottom: 20px;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--slate);
  margin: 0 0 28px 0;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-btn {
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 22px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 10px 24px -8px rgba(59, 91, 253, 0.55);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -8px rgba(59, 91, 253, 0.65);
  color: #fff;
}

.cta-ghost {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1.5px solid var(--line);
  padding-bottom: 2px;
}

.cta-ghost:hover {
  color: var(--navy);
}

.stat-row {
  display: flex;
  gap: 28px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--card-border);
}

.stat b {
  display: block;
  font-size: 23px;
  font-weight: 800;
  color: var(--navy);
}

.stat span {
  font-size: 13px;
  color: var(--slate);
  font-weight: 500;
}

.right {
  position: relative;
}

.flow-head {
  margin-bottom: 6px;
  padding-left: 6px;
}

.flow-head h5 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 2px 0;
  color: var(--navy);
}

.flow-head p {
  font-size: 13px;
  color: var(--slate);
  margin: 0;
  font-weight: 500;
}

.right svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
}

.card-title {
  font-weight: 700;
  font-size: 13.5px;
  fill: var(--navy);
}

.step-num {
  font-weight: 800;
  font-size: 15px;
  fill: #b9c2ee;
}

@media (max-width: 940px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .left {
    max-width: 100%;
    text-align: center;
  }

  .cta-row {
    justify-content: center;
  }

  .stat-row {
    justify-content: center;
  }

  .right svg {
    max-height: none;
  }
}

.right, 
.right svg {
  overflow: visible !important;
}

.right {
  width: 100%;
  max-width: 620px;
}



  :root {
      --navy: #231f20;
      --teal-deep: #040707;
      --blue: #2f6fe0;
      --cyan: #436ab2;
      --ink: #0c2530;
      --muted: #5c7681;
      --bg: #f3f8fb;
      --card: #ffffff;
      --line: rgba(11, 47, 58, 0.08);
    }

    .bb-section {
      position: relative;
      overflow: hidden;
      padding: 25px 0;
      background:
        radial-gradient(1100px 500px at 88% -10%, rgba(47, 111, 224, 0.10), transparent 60%),
        radial-gradient(900px 500px at -10% 110%, rgba(23, 184, 176, 0.10), transparent 60%),
        var(--bg);
    }

    .bb-signal {
      position: absolute;
      border: 2px solid rgba(47, 111, 224, 0.12);
      border-radius: 50%;
      pointer-events: none;
    }

    .bb-signal.s1 {
      width: 620px;
      height: 620px;
      top: -180px;
      right: -160px;
    }

    .bb-signal.s2 {
      width: 820px;
      height: 820px;
      top: -280px;
      right: -260px;
      border-color: rgba(23, 184, 176, 0.10);
    }

    .bb-signal.s3 {
      width: 420px;
      height: 420px;
      top: -100px;
      right: -70px;
    }

    .bb-dotgrid {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(11, 47, 58, 0.10) 1.4px, transparent 1.4px);
      background-size: 22px 22px;
      -webkit-mask-image: radial-gradient(560px 420px at 18% 60%, black 0%, transparent 75%);
      mask-image: radial-gradient(560px 420px at 18% 60%, black 0%, transparent 75%);
      pointer-events: none;
    }

    .bb-robot-wrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 460px;
    }

    .bb-robot-blob {
      position: absolute;
      width: 380px;
      height: 380px;
      border-radius: 42% 58% 63% 37% / 45% 40% 60% 55%;
      background: linear-gradient(150deg, rgba(47, 111, 224, 0.16), rgba(23, 184, 176, 0.16));
      filter: blur(2px);
      animation: bb-morph 9s ease-in-out infinite;
    }

    @keyframes bb-morph {

      0%,
      100% {
        border-radius: 42% 58% 63% 37% / 45% 40% 60% 55%;
      }

      50% {
        border-radius: 58% 42% 40% 60% / 55% 60% 40% 45%;
      }
    }

    .bb-robot-img {
      position: relative;
      z-index: 2;
      width: min(300px, 78%);
      filter: drop-shadow(0 30px 40px rgba(11, 47, 58, 0.22));
      animation: bb-float 4.5s ease-in-out infinite;
    }

    @keyframes bb-float {

      0%,
      100% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-14px);
      }
    }

    .bb-currency {
      position: absolute;
      z-index: 3;
      font-weight: 800;
      color: #fff;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      box-shadow: 0 10px 20px rgba(11, 47, 58, 0.18);
    }

    .bb-currency.c-dollar {
      background: linear-gradient(135deg, var(--blue), #4d8bf5);
      top: 6%;
      left: 10%;
      animation: bb-drift 5s ease-in-out infinite;
    }

    .bb-currency.c-euro {
     background: linear-gradient(135deg, var(--cyan), #40477a);
      bottom: 14%;
      left: 2%;
      animation: bb-drift 6s ease-in-out infinite 0.6s;
    }

    .bb-currency.c-pound {
     background: linear-gradient(135deg, #436ab2, #231f20);
      top: 10%;
      right: 6%;
      animation: bb-drift 5.5s ease-in-out infinite 1.1s;
    }

    .bb-currency.c-yen {
      background: linear-gradient(135deg, var(--navy), #154a5c);
      bottom: 8%;
      right: 2%;
      animation: bb-drift 6.5s ease-in-out infinite 0.3s;
    }

    @keyframes bb-drift {

      0%,
      100% {
        transform: translateY(0) rotate(0deg);
      }

      50% {
        transform: translateY(-10px) rotate(6deg);
      }
    }

    .bb-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--blue);
      background: rgba(47, 111, 224, 0.08);
      border: 1px solid rgba(47, 111, 224, 0.18);
      padding: 7px 16px;
      border-radius: 999px;
      margin-bottom: 22px;
    }

    .bb-eyebrow .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 0 4px rgba(23, 184, 176, 0.18);
    }

    .bb-heading {
      font-family: 'Sora', sans-serif;
      font-weight: 800;
      font-size: clamp(2rem, 3.6vw, 2.9rem);
      line-height: 1.14;
      color: var(--navy);
      margin-bottom: 20px;
      letter-spacing: -0.01em;
    }

    .bb-heading .accent {
      background: linear-gradient(120deg, var(--blue), var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .bb-lede {
      font-size: 1.08rem;
      color: var(--muted);
      max-width: 520px;
      line-height: 1.7;
      margin-bottom: 17px;
    }

    .bb-checklist {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px 20px;
      margin-bottom: 38px;
      max-width: 560px;
    }

    .bb-check-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--ink);
    }

    .bb-check-item .ic {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      border-radius: 7px;
      background: linear-gradient(135deg, var(--teal-deep), var(--cyan));
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }

    .bb-check-item .ic svg {
      width: 12px;
      height: 12px;
    }

    .bb-cta-row {
      display: flex;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
    }

    .bb-btn-primary {
      font-weight: 700;
    font-size: 0.98rem;
    color: #fff;
    background: linear-gradient(120deg, var(--blue), var(--cyan));
    border: none;
    padding: 10px 20px;
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(47, 111, 224, 0.30);
    transition: transform .25s ease, box-shadow .25s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    }

    .bb-btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 34px rgba(47, 111, 224, 0.38);
      color: #fff;
    }

    .bb-btn-ghost {
      font-weight: 700;
      font-size: 0.95rem;
      color: var(--navy);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-bottom: 2px solid transparent;
      transition: border-color .2s ease;
    }

    .bb-btn-ghost:hover {
      color: var(--navy);
      border-color: var(--cyan);
    }

    .bb-logo-row {
      margin-top: 44px;
      padding-top: 28px;
      border-top: 1px solid var(--line);
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .bb-logo-row img {
      height: 34px;
      width: auto;
    }

    .bb-logo-row span {
      font-size: 0.82rem;
      color: var(--muted);
      font-weight: 600;
    }

    @media (max-width: 991.98px) {
      .bb-section {
        padding: 60px 0;
      }

      .bb-robot-wrap {
        min-height: 340px;
        margin-bottom: 20px;
      }

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

      .bb-lede {
        max-width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .bb-robot-blob,
      .bb-robot-img,
      .bb-currency {
        animation: none !important;
      }
    }

    