:root {
  --cd-primary: #0071e3;
  --cd-primary-hover: #0077ed;
  --cd-success: #1a56db;
  --cd-ink: #1a1d21;
  --cd-muted: #6c757d;
  --cd-surface: #f7f9fc;
  --bol-chip-border: rgba(0, 71, 145, 0.16);
  --bol-chip-bg: rgba(0, 71, 145, 0.06);
  --bol-accent: #004b9f;
}

.bol-sellers-lp {
  font-family: inherit;
  color: var(--cd-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

main.bol-sellers-lp .hero-gradient::before {
  animation-duration: 34s !important;
  animation-timing-function: ease-in-out !important;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .row > .col-lg-6:last-child {
  animation: cd-lp-rise 0.82s var(--cd-lp-ease-out) 0.1s backwards;
}

.bol-sellers-lp .btn-primary {
  --bs-btn-bg: var(--cd-primary);
  --bs-btn-border-color: var(--cd-primary);
  --bs-btn-hover-bg: var(--cd-primary-hover);
  --bs-btn-hover-border-color: var(--cd-primary-hover);
  font-weight: 500;
  padding: 0.65rem 1.35rem;
}

.bol-sellers-lp .btn-outline-primary {
  --bs-btn-color: var(--cd-primary);
  --bs-btn-border-color: var(--cd-primary);
  --bs-btn-hover-bg: var(--cd-primary);
  --bs-btn-hover-border-color: var(--cd-primary);
  font-weight: 500;
}

.bol-sellers-lp .hero-gradient {
  background: linear-gradient(148deg, #dbeafe 0%, #ffffff 45%, #e8f4fc 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.bol-sellers-lp .hero-badge {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #003d7a;
  background: linear-gradient(135deg, rgba(0, 71, 145, 0.12), rgba(0, 71, 145, 0.05));
  border: 1px solid rgba(0, 71, 145, 0.2);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 56, 115, 0.08);
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .hero-badge {
  animation: cd-lp-scale-soft 0.58s var(--cd-lp-ease-spring) 0.04s backwards;
}

.bol-sellers-lp .display-heading {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .display-heading {
  animation: cd-lp-rise 0.78s var(--cd-lp-ease-out) 0.08s backwards;
}

.bol-sellers-lp .cd-bol-hero-checks {
  max-width: 36rem;
}

.bol-sellers-lp .cd-bol-hero-checks li:last-child {
  margin-bottom: 0;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .lead-tight {
  animation: cd-lp-rise-subtle 0.72s var(--cd-lp-ease-out) 0.14s backwards;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .col-lg-6:first-child .d-flex.flex-column.flex-sm-row {
  animation: cd-lp-rise-subtle 0.65s var(--cd-lp-ease-out) 0.22s backwards;
}

.bol-sellers-lp .lead-tight {
  max-width: 38rem;
  color: var(--cd-muted);
  font-size: 1.05rem;
}

.bol-sellers-lp .floating-card {
  position: relative;
  border-radius: 1.125rem;
  box-shadow:
    0 0.35rem 1.25rem rgba(0, 40, 100, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(165deg, #ffffff 0%, #f5fafd 100%);
  transition:
    transform 0.45s var(--cd-lp-ease-out),
    box-shadow 0.45s var(--cd-lp-ease-out);
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .floating-card::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -30%;
  right: -30%;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.44) 49.5%,
    rgba(0, 113, 200, 0.08) 50.5%,
    transparent 62%
  );
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
  animation: cd-lp-shine-sweep 2.35s var(--cd-lp-ease-out) 0.48s 1 forwards;
}

.bol-sellers-lp .floating-card.cd-bol-hero-preview {
  isolation: isolate;
}

.bol-sellers-lp .floating-card.cd-bol-hero-preview::after {
  z-index: 0;
}

.bol-sellers-lp .floating-card.cd-bol-hero-preview > * {
  position: relative;
  z-index: 1;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-live-pill,
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-funnel-kicker,
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-preview__title,
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips > * {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) backwards;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-live-pill {
  animation-delay: 0.06s;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-funnel-kicker {
  animation-delay: 0.1s;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-preview__title {
  animation-delay: 0.14s;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips span:nth-child(1) {
  animation-delay: 0.22s;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips span:nth-child(2) {
  animation-delay: 0.26s;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips span:nth-child(3) {
  animation-delay: 0.3s;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips span:nth-child(4) {
  animation-delay: 0.34s;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips span:nth-child(5) {
  animation-delay: 0.38s;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-hero-chips span:nth-child(6) {
  animation-delay: 0.42s;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-sync-pulse {
  animation: cd-lp-rise-subtle 0.54s var(--cd-lp-ease-out) 0.44s backwards;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-stage-list .cd-bol-stage:nth-child(1) {
  animation: cd-lp-rise-subtle 0.56s var(--cd-lp-ease-out) 0.52s backwards;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-stage-list .cd-bol-stage:nth-child(2) {
  animation: cd-lp-rise-subtle 0.56s var(--cd-lp-ease-out) 0.6s backwards;
}
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .cd-bol-stage-list .cd-bol-stage:nth-child(3) {
  animation: cd-lp-rise-subtle 0.56s var(--cd-lp-ease-out) 0.68s backwards;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .floating-card.cd-bol-hero-preview > .cd-bol-hero-preview__footnote,
.bol-sellers-lp section.hero-gradient.cd-reveal--visible .floating-card.cd-bol-hero-preview > p.cd-bol-hero-preview__footnote {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) 0.82s backwards;
}

.bol-sellers-lp .mini-stat {
  font-size: 0.85rem;
  color: var(--cd-muted);
  gap: 0.65rem !important;
}

.bol-sellers-lp .mini-stat > div {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 40, 100, 0.04);
  line-height: 1.45;
  transition:
    transform 0.35s var(--cd-lp-ease-out),
    box-shadow 0.35s var(--cd-lp-ease-out),
    border-color 0.35s var(--cd-lp-ease-out);
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .mini-stat > div {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) backwards;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .mini-stat > div:nth-child(1) {
  animation-delay: 0.38s;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .mini-stat > div:nth-child(2) {
  animation-delay: 0.48s;
}

.bol-sellers-lp section.hero-gradient.cd-reveal--visible .mini-stat > div:nth-child(3) {
  animation-delay: 0.58s;
}

@media (hover: hover) {
  .bol-sellers-lp .mini-stat > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 40, 100, 0.08);
    border-color: rgba(0, 71, 145, 0.18);
  }
}

@media (min-width: 576px) {
  .bol-sellers-lp .mini-stat > div {
    flex: 0 1 auto;
  }
}

.bol-sellers-lp .mini-stat strong {
  color: var(--cd-ink);
  font-weight: 600;
}

.bol-sellers-lp .icon-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 2px 8px rgba(0, 40, 100, 0.06);
}

/* Stock alignment pillars — calmer, Apple-like rhythm */
.bol-sellers-lp .cd-bol-stock-pillars {
  background: #f5f5f7;
  padding-block: clamp(3.75rem, 9vw, 5.75rem);
}

.bol-sellers-lp .cd-bol-stock-pillars__intro {
  margin-bottom: clamp(2.75rem, 5.5vw, 4rem);
}

.bol-sellers-lp .cd-bol-stock-pillars__title {
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.07;
  color: #1d1d1f;
  font-size: clamp(1.7rem, 2.2vw + 1.05rem, 2.45rem);
  margin-bottom: 1.15rem;
}

.bol-sellers-lp .cd-bol-stock-pillars__lede {
  color: #6e6e73;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.bol-sellers-lp .cd-bol-stock-pillars__lede strong {
  color: #424245;
  font-weight: 600;
}

.bol-sellers-lp .cd-bol-pillar-card {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.045);
  background: #fff;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 16px 48px -12px rgba(0, 0, 0, 0.09);
  transition:
    transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .bol-sellers-lp .cd-bol-stock-pillars .cd-bol-pillar-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 4px 8px rgba(0, 0, 0, 0.05),
      0 24px 56px -16px rgba(0, 0, 0, 0.12);
  }
}

.bol-sellers-lp .cd-bol-pillar-card .card-body {
  padding: 2rem 1.75rem 2.35rem;
  text-align: left;
}

@media (min-width: 768px) {
  .bol-sellers-lp .cd-bol-pillar-card .card-body {
    padding: 2.35rem 2rem 2.6rem;
  }
}

.bol-sellers-lp .cd-bol-pillar-card h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}

.bol-sellers-lp .cd-bol-pillar-card p {
  color: #6e6e73;
  font-size: 0.9375rem;
  line-height: 1.58;
  margin-bottom: 0;
}

.bol-sellers-lp .cd-bol-pillar-card .link-primary {
  font-weight: 500;
}

.bol-sellers-lp .cd-bol-pillar-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  font-size: 1.3rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 1px 2px rgba(0, 0, 0, 0.04);
}

.bol-sellers-lp .cd-bol-pillar-icon--sync {
  background: linear-gradient(160deg, rgba(0, 113, 227, 0.16) 0%, rgba(0, 113, 227, 0.06) 100%);
  color: #0077ed;
  border: 1px solid rgba(0, 113, 227, 0.11);
}

.bol-sellers-lp .cd-bol-pillar-icon--bundle {
  background: linear-gradient(160deg, rgba(52, 199, 89, 0.18) 0%, rgba(48, 176, 80, 0.06) 100%);
  color: #1f7a3a;
  border: 1px solid rgba(52, 199, 89, 0.14);
}

.bol-sellers-lp .cd-bol-pillar-icon--guard {
  background: linear-gradient(160deg, rgba(255, 159, 10, 0.2) 0%, rgba(255, 149, 0, 0.07) 100%);
  color: #c93400;
  border: 1px solid rgba(255, 149, 0, 0.16);
}

.bol-sellers-lp .section-alt {
  background: var(--cd-surface);
}

/* “Scale ops” pairing — surfaced cards above FAQ */
.bol-sellers-lp .cd-bol-scale__intro {
  max-width: 38rem;
}

.bol-sellers-lp .cd-bol-scale__lede {
  line-height: 1.52;
}

.bol-sellers-lp .cd-bol-scale-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 71, 145, 0.11) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 6px 26px rgba(0, 45, 110, 0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    transform 0.35s var(--cd-lp-ease-out),
    box-shadow 0.35s var(--cd-lp-ease-out),
    border-color 0.28s ease;
}

.bol-sellers-lp .cd-bol-scale-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 4px;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, var(--bol-accent), var(--cd-primary));
  opacity: 0.88;
}

.bol-sellers-lp .cd-bol-scale-card__kicker {
  line-height: 1.42;
}

.bol-sellers-lp .cd-bol-scale-icon {
  flex-shrink: 0;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  font-size: 1.38rem !important;
  box-shadow:
    0 0 0 1px rgba(0, 71, 145, 0.1) inset,
    0 4px 14px rgba(0, 40, 100, 0.08);
}

.bol-sellers-lp .cd-bol-scale-icon--channels {
  background: linear-gradient(
    160deg,
    rgba(0, 113, 227, 0.16),
    rgba(255, 255, 255, 0.95)
  );
  color: var(--bol-accent) !important;
}

.bol-sellers-lp .cd-bol-scale-icon--guard {
  background: linear-gradient(
    160deg,
    rgba(26, 86, 219, 0.2),
    rgba(255, 255, 255, 0.96)
  );
  color: #1f7a3a !important;
  box-shadow:
    0 0 0 1px rgba(26, 86, 219, 0.18) inset,
    0 4px 14px rgba(40, 100, 60, 0.08);
}

.bol-sellers-lp .cd-bol-scale-list {
  gap: 0;
}

.bol-sellers-lp .cd-bol-scale-list > li + li {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(0, 71, 145, 0.07);
}

.bol-sellers-lp .cd-bol-scale-check {
  margin-top: 0.06rem;
  font-size: 1rem !important;
  color: rgba(31, 122, 58, 0.88) !important;
}

@media (hover: hover) {
  .bol-sellers-lp .cd-bol-scale-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 113, 227, 0.2) !important;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.96) inset,
      0 14px 40px rgba(0, 56, 130, 0.095);
  }
}

.bol-sellers-lp section.cd-bol-scale.cd-reveal--visible .cd-bol-scale-stagger > [class*="col-"]:nth-child(1) .cd-bol-scale-card {
  animation: cd-lp-rise 0.68s var(--cd-lp-ease-out) 0.06s backwards;
}

.bol-sellers-lp section.cd-bol-scale.cd-reveal--visible .cd-bol-scale-stagger > [class*="col-"]:nth-child(2) .cd-bol-scale-card {
  animation: cd-lp-rise 0.68s var(--cd-lp-ease-out) 0.16s backwards;
}

@media (max-width: 575.98px) {
  .bol-sellers-lp .cd-bol-scale-card {
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .bol-sellers-lp .cd-bol-scale-icon {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.22rem !important;
  }

  .bol-sellers-lp .cd-bol-scale-list > li + li {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bol-sellers-lp section.cd-bol-scale.cd-reveal--visible .cd-bol-scale-stagger > [class*="col-"] .cd-bol-scale-card {
    animation: none !important;
  }

  .bol-sellers-lp .cd-bol-scale-card:hover {
    transform: none !important;
  }
}

.bol-sellers-lp section.section-alt .col-lg-7 > .vstack.gap-4 {
  position: relative;
  padding-left: 0.25rem;
}

.bol-sellers-lp section.section-alt .col-lg-7 > .vstack.gap-4::before {
  content: "";
  position: absolute;
  left: 0.94rem;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 119, 255, 0.42), rgba(0, 119, 255, 0.2), rgba(0, 119, 255, 0.05));
  pointer-events: none;
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0.5;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4::before {
  animation: cd-lp-draw-line 1.05s var(--cd-lp-ease-out) 0.28s forwards;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex {
  animation: cd-lp-rise-subtle 0.62s var(--cd-lp-ease-out) backwards;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex:nth-child(1) {
  animation-delay: 0.12s;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex:nth-child(2) {
  animation-delay: 0.22s;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex:nth-child(3) {
  animation-delay: 0.32s;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 h2,
.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 > p,
.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 > a.btn {
  animation: cd-lp-rise-subtle 0.62s var(--cd-lp-ease-out) backwards;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 h2 {
  animation-delay: 0.06s;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 > p {
  animation-delay: 0.14s;
}

.bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 > a.btn {
  animation-delay: 0.24s;
}

@media (max-width: 575.98px) {
  .bol-sellers-lp section.section-alt .col-lg-7 > .vstack.gap-4::before {
    display: none;
  }
}

.bol-sellers-lp .cta-band {
  background: linear-gradient(125deg, #0078f0 0%, #004b9f 50%, #003366 100%);
  color: #fff;
  border-radius: 1.125rem;
  box-shadow: 0 12px 40px rgba(0, 86, 168, 0.28);
}

.bol-sellers-lp .cta-band .btn-light {
  font-weight: 600;
  color: var(--cd-primary);
}

.bol-sellers-lp .trust-logos {
  opacity: 0.85;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cd-muted);
}



/* ---- bol.com capabilities grid (EN/NL) ---------------------------------- */
.bol-sellers-lp section.cd-bol-capabilities {
  position: relative;
  background:
    radial-gradient(120% 70% at 12% 8%, rgba(0, 113, 227, 0.06) 0%, transparent 55%),
    radial-gradient(90% 60% at 88% 92%, rgba(0, 75, 159, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #fdfefe 0%, #ffffff 42%, #fafbfd 100%) !important;
}

.bol-sellers-lp section.cd-bol-capabilities::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.5) 0%,
    transparent 38%,
    rgba(0, 113, 227, 0.02) 100%
  );
}

.bol-sellers-lp section.cd-bol-capabilities > .container {
  position: relative;
  z-index: 1;
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(0, 71, 145, 0.1) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 22px rgba(0, 45, 110, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.35s var(--cd-lp-ease-out),
    box-shadow 0.35s var(--cd-lp-ease-out),
    border-color 0.3s ease;
}

@media (hover: hover) {
  .bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 113, 227, 0.2) !important;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.95) inset,
      0 16px 42px rgba(0, 56, 130, 0.1);
  }
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card:focus-within {
  outline: none;
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card:focus-visible {
  outline: 2px solid rgba(0, 113, 227, 0.45);
  outline-offset: 3px;
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card h3 {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card h3 .bi {
  flex-shrink: 0;
  display: inline-flex;
  width: 2.625rem;
  height: 2.625rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.06rem;
  border-radius: 0.75rem;
  font-size: 1.2rem !important;
  line-height: 1;
  margin-right: 0 !important;
  color: var(--bol-accent) !important;
  background: linear-gradient(
    148deg,
    rgba(0, 113, 227, 0.16) 0%,
    rgba(0, 71, 145, 0.08) 100%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  transition: transform 0.45s var(--cd-lp-ease-spring);
}

@media (hover: hover) {
  .bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card:hover h3 .bi {
    transform: scale(1.06);
  }
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-cap-stagger > [class*="col-"]:nth-child(1) .cd-bol-cap-card {
  animation: cd-lp-rise 0.72s var(--cd-lp-ease-out) 0.12s both;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-cap-stagger > [class*="col-"]:nth-child(2) .cd-bol-cap-card {
  animation: cd-lp-rise 0.72s var(--cd-lp-ease-out) 0.2s both;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-cap-stagger > [class*="col-"]:nth-child(3) .cd-bol-cap-card {
  animation: cd-lp-rise 0.72s var(--cd-lp-ease-out) 0.28s both;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-cap-stagger > [class*="col-"]:nth-child(4) .cd-bol-cap-card {
  animation: cd-lp-rise 0.72s var(--cd-lp-ease-out) 0.36s both;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-cap-stagger > [class*="col-"]:nth-child(5) .cd-bol-cap-card {
  animation: cd-lp-rise 0.72s var(--cd-lp-ease-out) 0.44s both;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-cap-stagger > [class*="col-"]:nth-child(6) .cd-bol-cap-card {
  animation: cd-lp-rise 0.72s var(--cd-lp-ease-out) 0.52s both;
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-capabilities__intro .h1,
.bol-sellers-lp > section:nth-child(5) .h1.text-center {
  position: relative;
  padding-bottom: 0.15rem;
}

.bol-sellers-lp section.cd-bol-capabilities .cd-bol-capabilities__intro .h1::after,
.bol-sellers-lp > section:nth-child(5) .h1.text-center::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bol-accent), var(--cd-primary));
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-capabilities__intro .h1::after,
.bol-sellers-lp > section:nth-child(5).cd-reveal--visible .h1.text-center::after {
  animation: cd-lp-line-expand 0.85s var(--cd-lp-ease-spring) 0.35s forwards;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-capabilities__intro .h1 {
  animation: cd-lp-rise-subtle 0.68s var(--cd-lp-ease-out) 0.06s both;
}

.bol-sellers-lp section.cd-bol-capabilities.cd-reveal--visible .cd-bol-capabilities__intro .lead {
  animation: cd-lp-rise-subtle 0.68s var(--cd-lp-ease-out) 0.16s both;
}

@media (prefers-reduced-motion: reduce) {
  .bol-sellers-lp section.cd-bol-capabilities .cd-bol-capabilities__intro .h1::after,
  .bol-sellers-lp > section:nth-child(5) .h1.text-center::after {
    animation: none !important;
    transform: scaleX(1) !important;
    opacity: 1 !important;
  }

  .bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card:hover,
  .bol-sellers-lp section.cd-bol-capabilities .cd-bol-cap-card:hover h3 .bi,
  .bol-sellers-lp .cd-bol-highlight-card:hover,
  .bol-sellers-lp section.cd-bol-throughput .cd-bol-highlight-card:hover > i.bi {
    transform: none !important;
  }
}
.bol-sellers-lp section.cd-bol-throughput.cd-reveal--visible > .container > h2.h1 {
  animation: cd-lp-rise-subtle 0.65s var(--cd-lp-ease-out) 0.06s both;
}

.bol-sellers-lp section.cd-bol-throughput.cd-reveal--visible .cd-bol-throughput-stagger > .col:nth-child(1) .cd-bol-highlight-card {
  animation: cd-lp-rise 0.65s var(--cd-lp-ease-out) 0.14s both;
}

.bol-sellers-lp section.cd-bol-throughput.cd-reveal--visible .cd-bol-throughput-stagger > .col:nth-child(2) .cd-bol-highlight-card {
  animation: cd-lp-rise 0.65s var(--cd-lp-ease-out) 0.26s both;
}

.bol-sellers-lp section.cd-bol-throughput.cd-reveal--visible .cd-bol-highlight-card > i.bi {
  transition: transform 0.45s var(--cd-lp-ease-spring);
}

@media (hover: hover) {
  .bol-sellers-lp section.cd-bol-throughput .cd-bol-highlight-card:hover > i.bi {
    transform: scale(1.08) rotate(-3deg);
  }
}

.bol-sellers-lp .cd-bol-highlight-card {
  background: #fff !important;
  border-color: rgba(0, 71, 145, 0.1) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 22px rgba(0, 40, 100, 0.06);
  transition:
    transform 0.35s var(--cd-lp-ease-out),
    box-shadow 0.35s var(--cd-lp-ease-out);
}

@media (hover: hover) {
  .bol-sellers-lp .cd-bol-highlight-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.95) inset,
      0 14px 36px rgba(0, 56, 120, 0.09);
  }
}

.bol-sellers-lp .cd-bol-highlight-card > i.bi {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-size: 1.35rem !important;
  background: linear-gradient(
    148deg,
    rgba(0, 113, 227, 0.14) 0%,
    rgba(0, 71, 145, 0.08) 100%
  );
  color: var(--bol-accent) !important;
}

.bol-sellers-lp > section:nth-child(6).cd-reveal--visible .accordion-item:nth-child(1) {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) 0.08s backwards;
}

.bol-sellers-lp > section:nth-child(6).cd-reveal--visible .accordion-item:nth-child(2) {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) 0.16s backwards;
}

.bol-sellers-lp > section:nth-child(6).cd-reveal--visible .accordion-item:nth-child(3) {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) 0.24s backwards;
}

.bol-sellers-lp > section:nth-child(6).cd-reveal--visible h2.h1 {
  animation: cd-lp-rise-subtle 0.6s var(--cd-lp-ease-out) 0.02s backwards;
}

.bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band h2 {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.1s backwards;
}

.bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band > p:not(.small) {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) 0.18s backwards;
}

.bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band .d-flex {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) 0.26s backwards;
}

.bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band > p.small {
  animation: cd-lp-rise-subtle 0.5s var(--cd-lp-ease-out) 0.34s backwards;
}

.bol-sellers-lp .accordion-item {
  box-shadow: 0 2px 14px rgba(0, 40, 100, 0.05);
}

.bol-sellers-lp .accordion-button {
  font-weight: 500;
  transition: background-color 0.3s var(--cd-lp-ease-out), color 0.25s ease;
}

.bol-sellers-lp .accordion-button:not(.collapsed) {
  background: rgba(0, 71, 145, 0.07);
  color: var(--cd-ink);
  box-shadow: none;
}

.bol-sellers-lp > section:nth-child(3) .card {
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 40, 100, 0.055) !important;
}

.bol-sellers-lp > section:nth-child(3) .card::before {
  content: "";
  display: block;
  height: 3px;
  margin: -1px -1px 0 -1px;
  background: linear-gradient(90deg, var(--bol-accent), var(--cd-primary));
  opacity: 0.9;
}

.bol-sellers-lp .letter-spacing-sm {
  letter-spacing: 0.04em;
}

/* bol hero funnel preview UI */
.cd-bol-hero-preview .cd-bol-hero-preview__head {
  padding-right: 7rem;
}

@media (max-width: 575.98px) {
  .cd-bol-hero-preview .cd-bol-hero-preview__head {
    padding-right: 0;
    padding-top: 2.5rem;
  }

  .cd-bol-live-pill {
    left: 0;
    right: auto;
  }

  /* Hero funnel card — calmer, less dense layout on small phones */
  .bol-sellers-lp .floating-card.cd-bol-hero-preview {
    padding: 1rem !important;
    border-radius: 1rem !important;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-hero-preview__head {
    margin-bottom: 0.65rem;
    padding-bottom: 0 !important;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-funnel-kicker {
    font-size: 0.5625rem;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-hero-preview__title {
    font-size: 0.8125rem !important;
    margin-bottom: 0.45rem !important;
  }

  .bol-sellers-lp .cd-bol-live-pill .small {
    font-size: 0.6875rem !important;
  }

  .bol-sellers-lp .cd-bol-hero-chips {
    flex-wrap: nowrap !important;
    gap: 0.3rem !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.125rem;
  }

  .bol-sellers-lp .cd-bol-hero-chips::-webkit-scrollbar {
    display: none;
  }

  .bol-sellers-lp .cd-bol-chip {
    flex-shrink: 0;
    font-size: 0.625rem;
    padding: 0.16rem 0.42rem;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-pulse {
    margin-bottom: 0.65rem !important;
  }

  .bol-sellers-lp .cd-bol-sync-pulse > .small {
    font-size: 0.6rem !important;
    margin-bottom: 0.2rem !important;
  }

  .bol-sellers-lp .cd-bol-sync-pulse__rail {
    height: 0.42rem;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-stage-list {
    margin-bottom: 0.75rem !important;
  }

  .bol-sellers-lp .cd-bol-stage {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: 0 0.5rem;
    padding-bottom: 0.55rem;
  }

  .bol-sellers-lp .cd-bol-stage:not(:last-child)::before {
    left: calc(1.175rem - 1px);
    top: 2.4rem;
    bottom: -0.15rem;
    opacity: 0.45;
  }

  .bol-sellers-lp .cd-bol-sync-ring {
    width: 2.35rem;
    height: 2.35rem;
  }

  .bol-sellers-lp .cd-bol-sync-ring__glyph {
    font-size: 1rem !important;
  }

  .bol-sellers-lp .cd-bol-stage__icon--queue {
    width: 2.35rem;
    height: 2.35rem;
  }

  .bol-sellers-lp .cd-bol-stage__glyph-queue {
    font-size: 1.05rem !important;
  }

  .bol-sellers-lp .cd-bol-label-spool {
    width: 2.35rem;
    height: 2.35rem;
  }

  .bol-sellers-lp .cd-bol-label-spool i {
    font-size: 1rem !important;
  }

  .bol-sellers-lp .cd-bol-stage__body > .d-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.3rem !important;
    justify-content: flex-start !important;
  }

  .bol-sellers-lp .cd-bol-stage__body .small.fw-semibold {
    padding-right: 0;
    line-height: 1.25;
  }

  .bol-sellers-lp .cd-bol-stage__hint {
    display: none !important;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-badge,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-ready-badge {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 0.625rem !important;
    font-weight: 600 !important;
    animation: none !important;
    box-shadow: none !important;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-order-count {
    align-self: flex-start;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview > .cd-bol-hero-preview__footnote {
    font-size: 0.6875rem !important;
    line-height: 1.4;
  }

  /* Fewer looping micro-movements while scrolling on phones */
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-ring::before,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-ring::after,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-ring__glyph,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-live-pill__dot,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-pulse__rail::before,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-pulse__nub,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-stage__glyph-queue,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-label-spool,
  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-stage:not(:last-child)::before {
    animation: none !important;
  }

  .bol-sellers-lp .floating-card.cd-bol-hero-preview .cd-bol-sync-pulse__nub {
    opacity: 0.98;
    width: 58%;
  }
}

.cd-bol-live-pill {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 86, 219, 0.32);
  background: linear-gradient(
    165deg,
    rgba(26, 86, 219, 0.16),
    rgba(26, 86, 219, 0.07)
  );
  backdrop-filter: blur(6px);
}

.cd-bol-live-pill__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--cd-success);
  box-shadow:
    0 0 0 4px rgba(26, 86, 219, 0.16),
    0 0 10px rgba(26, 86, 219, 0.45);
  animation: cd-bol-live-dot-pulse 2.2s ease-in-out infinite;
}

@keyframes cd-bol-live-dot-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.94);
    opacity: 0.65;
  }
}

.cd-bol-hero-chips {
  gap: 0.35rem !important;
}

.cd-bol-chip {
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--bol-chip-border);
  background: rgba(255, 255, 255, 0.96);
  color: rgba(0, 40, 100, 0.88);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

@media (hover: hover) {
  .cd-bol-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 12px rgba(0, 40, 100, 0.07);
    border-color: rgba(0, 71, 145, 0.22);
  }
}

.cd-bol-chip__link {
  color: inherit;
}

.cd-bol-chip__link:hover {
  color: var(--cd-primary);
}

.cd-bol-sync-pulse .letter-spacing-sm {
  font-size: 0.6875rem;
}

.cd-bol-sync-pulse__rail {
  position: relative;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(0, 71, 145, 0.09);
  border: 1px solid rgba(0, 71, 145, 0.12);
  overflow: hidden;
}

.cd-bol-sync-pulse__rail::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 42%,
    rgba(255, 255, 255, 0.78) 50%,
    transparent 58%
  );
  background-size: 220% 100%;
  animation: cd-bol-rail-scan 10s linear infinite;
  opacity: 0.55;
}

.cd-bol-sync-pulse__nub {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: clamp(42%, 62%, 70%);
  max-width: 78%;
  border-radius: inherit;
  background: linear-gradient(94deg, #007df2, #0095ff 55%, #00b4ff);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.42) inset,
    0 2px 8px rgba(0, 113, 227, 0.4);
  animation: cd-bol-nub-breathe 5.25s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

@keyframes cd-bol-rail-scan {
  from {
    background-position: 110% center;
  }
  to {
    background-position: -110% center;
  }
}

@keyframes cd-bol-nub-breathe {
  0%,
  100% {
    width: 48%;
    filter: saturate(105%);
    opacity: 0.93;
  }
  50% {
    width: 68%;
    opacity: 1;
  }
}

.cd-bol-stage-list {
  display: flex;
  flex-direction: column;
}

.cd-bol-stage {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0 0.9rem;
  position: relative;
  padding-bottom: 1rem;
}

.cd-bol-stage:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(1.5rem - 1px);
  top: 3rem;
  bottom: -0.1rem;
  width: 2px;
  border-radius: 1px;
  background: linear-gradient(180deg, rgba(0, 113, 227, 0.35), rgba(0, 71, 145, 0.08));
  animation: cd-bol-rail-fade 3.25s ease-in-out infinite;
}

.cd-bol-stage:nth-child(1):not(:last-child)::before {
  animation-delay: 0.2s;
}

.cd-bol-stage:nth-child(2):not(:last-child)::before {
  animation-delay: 0.5s;
}

@keyframes cd-bol-rail-fade {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(104%);
  }
  45% {
    opacity: 1;
    filter: saturate(125%);
  }
}

.cd-bol-stage__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.cd-bol-sync-ring {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 113, 227, 0.19), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 253, 0.88));
  box-shadow:
    0 0 0 1px rgba(0, 71, 145, 0.12),
    0 4px 14px rgba(0, 40, 100, 0.08);
}

.cd-bol-sync-ring::before,
.cd-bol-sync-ring::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid rgba(0, 113, 227, 0.42);
  z-index: -1;
  opacity: 0;
  animation: cd-bol-ripple-wave 4.2s ease-out infinite;
}

.cd-bol-sync-ring::after {
  animation-delay: 2.1s;
}

@keyframes cd-bol-ripple-wave {
  0% {
    transform: scale(0.7);
    opacity: 0.55;
    border-color: rgba(0, 113, 227, 0.5);
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.cd-bol-sync-ring__glyph {
  position: relative;
  font-size: 1.15rem !important;
  color: var(--cd-primary) !important;
  animation: cd-bol-sync-spin 8.5s linear infinite;
}

@keyframes cd-bol-sync-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cd-bol-sync-badge {
  animation: cd-bol-badge-soft 3.75s ease-in-out infinite;
}

@keyframes cd-bol-badge-soft {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(26, 86, 219, 0.25);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(26, 86, 219, 0);
    transform: scale(1.02);
  }
}

.cd-bol-ready-badge {
  animation: cd-bol-ready-soft 5s ease-in-out infinite;
}

@keyframes cd-bol-ready-soft {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 113, 227, 0.18);
    filter: saturate(106%);
  }
  42% {
    box-shadow: 0 0 16px rgba(0, 113, 227, 0.16);
    filter: saturate(120%);
  }
}

.cd-bol-stage__icon--queue {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.82rem;
  display: grid;
  place-items: center;
  background: linear-gradient(164deg, #ffffff, rgba(0, 113, 227, 0.09));
  box-shadow:
    0 0 0 1px rgba(0, 71, 145, 0.09),
    0 6px 16px rgba(0, 40, 100, 0.08);
}

.cd-bol-stage__glyph-queue {
  font-size: 1.26rem !important;
  animation: cd-bol-inbox-drone 12s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

@keyframes cd-bol-inbox-drone {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-2px) scale(1);
  }
  55% {
    transform: translateY(2px) scale(1.015);
  }
}

.cd-bol-order-count {
  color: rgba(29, 29, 31, 0.65);
}

.cd-bol-label-spool {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.82rem;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.94), transparent 72%),
    linear-gradient(150deg, rgba(0, 113, 227, 0.16), rgba(255, 255, 255, 0.98));
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.12),
    0 4px 14px rgba(0, 40, 100, 0.07);
  animation: cd-bol-printer-shift 13s cubic-bezier(0.45, 0, 0.15, 1) infinite;
}

.cd-bol-label-spool i {
  font-size: 1.18rem !important;
  color: var(--cd-primary) !important;
}

@keyframes cd-bol-printer-shift {
  0%,
  100% {
    transform: translateY(0) rotate(-0.3deg);
  }
  50% {
    transform: translateY(-2px) rotate(0.3deg);
  }
}

.cd-bol-stage__hint {
  margin-top: 0.35rem;
  line-height: 1.42;
}

@media (max-width: 767.98px) {
  .bol-sellers-lp .display-4 {
    font-size: 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bol-sellers-lp > section.border-bottom.bg-white .row.row-cols-2.row-cols-md-4.g-3 .col:hover,
  .bol-sellers-lp .mini-stat > div:hover {
    transform: none;
  }

  .bol-sellers-lp section.hero-gradient .floating-card::after {
    display: none !important;
  }

  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .hero-badge,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .display-heading,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .lead-tight,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .col-lg-6:first-child .d-flex.flex-column.flex-sm-row,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .mini-stat > div,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .floating-card.cd-bol-hero-preview .cd-bol-stage-list .cd-bol-stage,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .floating-card.cd-bol-hero-preview > *,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .floating-card.cd-bol-hero-preview .cd-bol-hero-preview__footnote,
  .bol-sellers-lp section.hero-gradient.cd-reveal--visible .row > .col-lg-6:last-child,
  .bol-sellers-lp > section:nth-child(3).cd-reveal--visible .text-center .h1,
  .bol-sellers-lp > section:nth-child(3).cd-reveal--visible .text-center .lead,
  .bol-sellers-lp > section:nth-child(3).cd-reveal--visible .row.g-4 > div .card,
  .bol-sellers-lp > section:nth-child(3).cd-reveal--visible .text-center .h1::after,
  .bol-sellers-lp > section:nth-child(5).cd-reveal--visible .h1.text-center,
  .bol-sellers-lp > section:nth-child(5).cd-reveal--visible .row.g-4 > div .border.rounded-4,
  .bol-sellers-lp > section:nth-child(5).cd-reveal--visible .h1.text-center::after,
  .bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4::before,
  .bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex,
  .bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 h2,
  .bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 > p,
  .bol-sellers-lp section.section-alt.cd-reveal--visible .col-lg-5 > a.btn,
  .bol-sellers-lp > section:nth-child(6).cd-reveal--visible .accordion-item,
  .bol-sellers-lp > section:nth-child(6).cd-reveal--visible h2.h1,
  .bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band h2,
  .bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band > p,
  .bol-sellers-lp > section:nth-child(7).cd-reveal--visible .cta-band .d-flex {
    animation: none !important;
  }

  .bol-sellers-lp > section:nth-child(3) .text-center .h1::after,
  .bol-sellers-lp > section:nth-child(5) .h1.text-center::after {
    transform: scaleX(1);
    opacity: 1;
  }

  .bol-sellers-lp section.section-alt .col-lg-7 > .vstack.gap-4::before {
    transform: scaleY(1);
    opacity: 1;
  }

  .bol-sellers-lp > section:nth-child(5) .border.rounded-4.p-4:hover > i.bi {
    transform: none;
  }

  .bol-sellers-lp .cd-bol-sync-ring::before,
  .bol-sellers-lp .cd-bol-sync-ring::after,
  .bol-sellers-lp .cd-bol-sync-ring__glyph,
  .bol-sellers-lp .cd-bol-live-pill__dot,
  .bol-sellers-lp .cd-bol-sync-pulse__rail::before,
  .bol-sellers-lp .cd-bol-sync-pulse__nub,
  .bol-sellers-lp .cd-bol-sync-badge,
  .bol-sellers-lp .cd-bol-ready-badge,
  .bol-sellers-lp .cd-bol-stage__glyph-queue,
  .bol-sellers-lp .cd-bol-label-spool,
  .bol-sellers-lp .cd-bol-stage:not(:last-child)::before {
    animation: none !important;
  }
}
