.bgo-marketing {
  --bgo-navy: #172033;
  --bgo-green: #00a878;
  --bgo-orange: #ff6b35;
  --bgo-mint: #cdefd6;
  --bgo-cream: #fff1d6;
  --bgo-soft: #52665c;
  --bgo-canvas: #101a2b;
  --bgo-white: #fff;
  --bgo-line: rgba(23, 32, 51, 0.12);
  --bgo-radius: 28px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) clamp(14px, 3vw, 28px);
  color: var(--bgo-navy);
  font-family: inherit;
  box-sizing: border-box;
}

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

.bgo-marketing-intro {
  max-width: 820px;
  margin: 0 0 clamp(24px, 4vw, 44px);
}

.bgo-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--bgo-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bgo-marketing-intro h2,
.bgo-marketing-intro p,
.bgo-slide h3,
.bgo-slide p {
  margin-top: 0;
}

.bgo-marketing-intro h2 {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--bgo-navy);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.bgo-marketing-intro p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--bgo-soft);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.bgo-brand-row {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  margin-bottom: 12px;
}

.bgo-brand-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.bgo-brand-icon svg,
.bgo-brand-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bgo-brand-word {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.bgo-carousel-shell {
  display: flex;
  min-height: clamp(630px, 76vh, 790px);
  flex-direction: column;
  gap: 14px;
}

.bgo-carousel-viewport {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  border-radius: var(--bgo-radius);
}

.bgo-carousel-viewport.is-dragging {
  cursor: grabbing;
}

.bgo-carousel-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 620ms cubic-bezier(.22, .78, .18, 1);
}

.bgo-carousel-track.is-dragging,
.bgo-carousel-track.is-resetting {
  transition: none;
}

.bgo-slide {
  display: grid;
  min-width: 100%;
  height: 100%;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  align-items: stretch;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 12% 5%, rgba(0, 168, 120, .08), transparent 34%),
    linear-gradient(145deg, #fbfdfc 0%, #f4faf7 100%);
  border-radius: var(--bgo-radius);
}

.bgo-visual,
.bgo-copy {
  min-width: 0;
  min-height: 0;
}

.bgo-visual {
  display: flex;
}

.bgo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.bgo-copy h3 {
  margin-bottom: 0;
  color: var(--bgo-navy);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.bgo-copy > p {
  margin-bottom: 0;
  color: var(--bgo-soft);
  font-size: clamp(15px, 1.55vw, 19px);
  line-height: 1.55;
}

.bgo-focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bgo-focus {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid rgba(0, 168, 120, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--bgo-navy);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(23, 32, 51, .035);
}

.bgo-focus i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--bgo-green);
}

.bgo-security {
  margin-top: auto;
  color: var(--bgo-soft);
  font-size: 12px;
  line-height: 1.45;
}

/* Animated data canvas */
.bgo-scene {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(14px, 2.4vw, 22px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 26px;
  background: var(--bgo-canvas);
  color: var(--bgo-white);
  box-shadow: 0 24px 52px rgba(7, 16, 29, .22);
}

.bgo-scene-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}

.bgo-scene-glow-a {
  width: 210px;
  height: 210px;
  top: -110px;
  right: -70px;
  background: rgba(0, 168, 120, .18);
}

.bgo-scene-glow-b {
  width: 170px;
  height: 170px;
  bottom: -100px;
  left: -60px;
  background: rgba(255, 107, 53, .13);
}

.bgo-scene-topline {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bgo-scene-topline > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bgo-scene-topline small,
.bgo-mini-card small,
.bgo-tx-row small,
.bgo-metric-card small,
.bgo-suggest-row small,
.bgo-forecast-metrics small,
.bgo-drop-zone small {
  display: block;
  color: #aebecc;
  font-size: 10px;
  line-height: 1.25;
}

.bgo-scene-topline strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.bgo-scene-pill,
.bgo-forecast-alert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 168, 120, .13);
  color: var(--bgo-mint);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.bgo-forecast-alert {
  background: rgba(255, 107, 53, .13);
  color: var(--bgo-cream);
}

.bgo-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bgo-green);
  box-shadow: 0 0 14px rgba(0, 168, 120, .95);
}

.bgo-source-grid,
.bgo-metric-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.bgo-mini-card,
.bgo-metric-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .055);
}

.bgo-mini-card strong,
.bgo-metric-card strong {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.bgo-mini-card small {
  margin-top: 3px;
}

.bgo-drop-zone {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  border: 1px dashed rgba(205, 239, 214, .28);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.bgo-drop-icon {
  color: #aebecc;
  font-size: 22px;
  line-height: 1;
}

.bgo-drop-zone > strong {
  margin-top: 5px;
  font-size: 13px;
}

.bgo-file-card {
  position: absolute;
  top: 10px;
  left: 50%;
  display: flex;
  width: 150px;
  align-items: center;
  gap: 8px;
  padding: 9px;
  border-radius: 12px;
  background: #fff;
  color: var(--bgo-navy);
  opacity: 0;
  transform: translate(-50%, -52px) scale(.94);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
}

.bgo-file-card span {
  padding: 4px 6px;
  border-radius: 6px;
  background: var(--bgo-mint);
  color: #087855;
  font-size: 8px;
  font-weight: 900;
}

.bgo-file-card b {
  overflow: hidden;
  min-width: 0;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bgo-scan-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: var(--bgo-green);
  opacity: 0;
  box-shadow: 0 0 12px rgba(0, 168, 120, .95);
}

.bgo-success-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--bgo-green);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  opacity: 0;
  transform: scale(.78);
}

.bgo-tx-list,
.bgo-suggest-list,
.bgo-plan-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.bgo-tx-row,
.bgo-suggest-row {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.bgo-tx-row > div,
.bgo-suggest-row > div {
  min-width: 0;
}

.bgo-tx-row b,
.bgo-suggest-row b {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bgo-tx-row small,
.bgo-suggest-row small {
  margin-top: 2px;
}

.bgo-category {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0, 168, 120, .17);
  color: var(--bgo-mint);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(34px);
}

.bgo-category-review {
  background: rgba(255, 107, 53, .16);
  color: var(--bgo-cream);
}

.bgo-review-focus {
  position: relative;
  z-index: 2;
  margin-top: 9px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 107, 53, .2);
  border-radius: 12px;
  background: rgba(255, 107, 53, .07);
  color: var(--bgo-cream);
  font-size: 9px;
  font-weight: 750;
  opacity: 0;
}

.bgo-metric-card strong {
  margin-top: 5px;
  font-size: 16px;
}

.bgo-metric-accent {
  border-color: rgba(0, 168, 120, .28);
  background: rgba(0, 168, 120, .11);
}

.bgo-metric-accent small,
.bgo-metric-accent strong {
  color: var(--bgo-mint);
}

.bgo-plan-row {
  display: grid;
  min-height: 34px;
  grid-template-columns: 78px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 9px;
  opacity: 0;
}

.bgo-plan-row span,
.bgo-plan-row b {
  color: #fff;
  font-size: 10px;
}

.bgo-plan-row b {
  color: #aebecc;
  text-align: right;
}

.bgo-plan-row i {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.bgo-plan-row em {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--bgo-green);
}

.bgo-plan-row em.orange { background: var(--bgo-orange); }
.bgo-plan-row em.blue { background: #6287e6; }

.bgo-plan-footer,
.bgo-approval {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--bgo-mint);
  font-size: 10px;
  font-weight: 850;
  opacity: 0;
}

.bgo-chart-wrap {
  position: relative;
  z-index: 2;
  height: clamp(150px, 28vh, 230px);
  margin-top: 8px;
}

.bgo-chart-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.bgo-plan-path {
  fill: none;
  stroke: rgba(255, 255, 255, .25);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  stroke-linecap: round;
}

.bgo-actual-area { fill: url(#bgoActualGradient); }
.bgo-forecast-area { fill: url(#bgoForecastGradient); }
.bgo-actual-path,
.bgo-forecast-path {
  fill: none;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bgo-actual-path { stroke: var(--bgo-green); }
.bgo-forecast-path { stroke: var(--bgo-orange); }

.bgo-chart-cursor {
  position: absolute;
  top: 8%;
  bottom: 7%;
  left: 50%;
  width: 14px;
  opacity: 0;
  transform: translateX(-110px);
}

.bgo-chart-cursor::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-radius: 50%;
  background: rgba(205, 239, 214, .88);
  box-shadow: 0 0 14px var(--bgo-mint);
}

.bgo-chart-cursor span {
  display: block;
  width: 1px;
  height: calc(100% - 13px);
  margin: 3px auto 0;
  background: rgba(205, 239, 214, .18);
}

.bgo-forecast-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.bgo-forecast-metrics > div {
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .04);
}

.bgo-forecast-metrics b {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 12px;
}

.bgo-forecast-metrics b.orange { color: var(--bgo-orange); }

.bgo-suggest-row > span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #aebecc;
  font-size: 10px;
}

.bgo-suggest-row > span strong {
  color: var(--bgo-mint);
  font-size: 12px;
}

.bgo-suggest-row > span del {
  color: #8999a6;
}

.bgo-suggest-row,
.bgo-metric-card {
  opacity: 0;
  transform: translateY(12px);
}



/* BasketGO marketing scenes */
.bgo-family-avatars {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 8px 0 10px;
}

.bgo-family-avatars span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-left: -7px;
  border: 2px solid var(--bgo-canvas);
  border-radius: 50%;
  background: rgba(205, 239, 214, .18);
  color: var(--bgo-mint);
  font-size: 9px;
  font-weight: 900;
}

.bgo-family-avatars span:first-child { margin-left: 0; }
.bgo-family-avatars span:nth-child(2) { background: rgba(255, 107, 53, .16); color: var(--bgo-cream); }
.bgo-family-avatars span:nth-child(3) { background: rgba(98, 135, 230, .18); color: #dce5ff; }

.bgo-basket-list,
.bgo-store-list,
.bgo-shopping-list,
.bgo-party-list,
.bgo-list-flow {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bgo-basket-row,
.bgo-store-card,
.bgo-shopping-row,
.bgo-party-row,
.bgo-list-chip,
.bgo-sync-panel,
.bgo-list-entry,
.bgo-party-transfer {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.bgo-basket-row {
  display: grid;
  min-height: 50px;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
}

.bgo-check,
.bgo-shopping-row > span {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(205, 239, 214, .35);
  border-radius: 50%;
}

.bgo-basket-row b,
.bgo-shopping-row b,
.bgo-party-row b,
.bgo-sync-panel b,
.bgo-party-transfer b {
  display: block;
  color: #fff;
  font-size: 11px;
}

.bgo-basket-row small,
.bgo-shopping-row small,
.bgo-party-row small,
.bgo-sync-panel small,
.bgo-party-transfer small {
  display: block;
  margin-top: 2px;
  color: #aebecc;
  font-size: 9px;
}

.bgo-basket-row em {
  color: var(--bgo-mint);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.bgo-live-update,
.bgo-offer-footer,
.bgo-flow-footer,
.bgo-party-share {
  position: relative;
  z-index: 2;
  margin-top: 9px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(0, 168, 120, .11);
  color: var(--bgo-mint);
  font-size: 9px;
  font-weight: 800;
}

.bgo-list-entry {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 10px;
  margin-top: 8px;
  padding: 12px;
}

.bgo-list-entry small {
  grid-column: 1;
  color: #aebecc;
  font-size: 9px;
}

.bgo-list-entry strong {
  grid-column: 1;
  color: #fff;
  font-size: 13px;
}

.bgo-list-entry span {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  background: var(--bgo-green);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.bgo-list-flow { margin-top: 9px; }

.bgo-list-chip {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.bgo-list-chip b { color: var(--bgo-mint); }
.bgo-list-chip.done { opacity: .58; text-decoration: line-through; }

.bgo-sync-panel,
.bgo-party-transfer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  padding: 10px 11px;
}

.bgo-sync-pulse {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--bgo-green);
  box-shadow: 0 0 0 0 rgba(0, 168, 120, .55);
}

.bgo-store-card {
  position: relative;
  display: grid;
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.bgo-store-card > div { min-width: 0; }
.bgo-store-card b { display: block; color: #fff; font-size: 11px; }
.bgo-store-card small { display: block; margin-top: 2px; color: #aebecc; font-size: 9px; }
.bgo-store-card > strong { color: #fff; font-size: 13px; }
.bgo-store-card.best { border-color: rgba(0, 168, 120, .4); background: rgba(0, 168, 120, .11); }
.bgo-store-card.best > strong { color: var(--bgo-mint); }
.bgo-store-card.best > span {
  position: absolute;
  right: 9px;
  top: -8px;
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--bgo-green);
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}

.bgo-progress-pill {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0, 168, 120, .13);
  color: var(--bgo-mint);
  font-size: 9px;
  font-weight: 900;
}

.bgo-shopping-progress {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  margin: 7px 0 9px;
}

.bgo-shopping-progress i {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.bgo-shopping-progress em {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--bgo-green);
}

.bgo-shopping-progress small { color: #aebecc; font-size: 8px; }

.bgo-shopping-row {
  display: grid;
  min-height: 44px;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
}

.bgo-shopping-row.done { opacity: .62; }
.bgo-shopping-row.done > span {
  display: grid;
  place-items: center;
  border-color: var(--bgo-green);
  background: var(--bgo-green);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.bgo-flow-footer { text-align: center; letter-spacing: .01em; }
.bgo-flow-footer b { padding: 0 4px; color: var(--bgo-orange); }

.bgo-party-share {
  margin: 7px 0 9px;
  background: rgba(98, 135, 230, .13);
  color: #dce5ff;
}

.bgo-party-row {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 11px;
}

.bgo-party-row > div { min-width: 0; }
.bgo-party-row > span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
}
.bgo-party-row .claimed { background: rgba(0, 168, 120, .14); color: var(--bgo-mint); }
.bgo-party-row .needed { background: rgba(255, 107, 53, .14); color: var(--bgo-cream); }

.bgo-party-transfer > span {
  color: var(--bgo-orange);
  font-size: 20px;
  font-weight: 900;
}

.bgo-slide.is-active .bgo-basket-row:nth-child(1),
.bgo-slide.is-active .bgo-list-chip:nth-child(1),
.bgo-slide.is-active .bgo-store-card:nth-child(1),
.bgo-slide.is-active .bgo-shopping-row:nth-child(1),
.bgo-slide.is-active .bgo-party-row:nth-child(1) { animation: bgo-row-in 3.5s .16s ease both infinite; }
.bgo-slide.is-active .bgo-basket-row:nth-child(2),
.bgo-slide.is-active .bgo-list-chip:nth-child(2),
.bgo-slide.is-active .bgo-store-card:nth-child(2),
.bgo-slide.is-active .bgo-shopping-row:nth-child(2),
.bgo-slide.is-active .bgo-party-row:nth-child(2) { animation: bgo-row-in 3.5s .52s ease both infinite; }
.bgo-slide.is-active .bgo-basket-row:nth-child(3),
.bgo-slide.is-active .bgo-list-chip:nth-child(3),
.bgo-slide.is-active .bgo-store-card:nth-child(3),
.bgo-slide.is-active .bgo-shopping-row:nth-child(3),
.bgo-slide.is-active .bgo-party-row:nth-child(3) { animation: bgo-row-in 3.5s .88s ease both infinite; }
.bgo-slide.is-active .bgo-shopping-row:nth-child(4) { animation: bgo-row-in 3.5s 1.18s ease both infinite; }
.bgo-slide.is-active .bgo-live-update,
.bgo-slide.is-active .bgo-sync-panel,
.bgo-slide.is-active .bgo-offer-footer,
.bgo-slide.is-active .bgo-flow-footer,
.bgo-slide.is-active .bgo-party-transfer { animation: bgo-focus-in 3.5s 1.38s ease both infinite; }
.bgo-slide.is-active .bgo-sync-pulse { animation: bgo-pulse 1.6s ease-out infinite; }
.bgo-slide.is-active .bgo-shopping-progress em { animation: bgo-bar 3.5s .35s ease both infinite; }

@keyframes bgo-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 168, 120, .55); }
  70% { box-shadow: 0 0 0 10px rgba(0, 168, 120, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 168, 120, 0); }
}

.bgo-slide.is-active .bgo-file-card {
  animation: bgo-file-in 3.3s cubic-bezier(.22, .8, .2, 1) infinite;
}

.bgo-slide.is-active .bgo-scan-line {
  animation: bgo-scan 3.3s ease-in-out infinite;
}

.bgo-slide.is-active .bgo-success-badge {
  animation: bgo-success 3.3s ease-in-out infinite;
}

.bgo-slide.is-active .bgo-tx-row:nth-child(1) .bgo-category { animation: bgo-pill-in 3.4s .18s ease both infinite; }
.bgo-slide.is-active .bgo-tx-row:nth-child(2) .bgo-category { animation: bgo-pill-in 3.4s .62s ease both infinite; }
.bgo-slide.is-active .bgo-tx-row:nth-child(3) .bgo-category { animation: bgo-pill-in 3.4s 1.05s ease both infinite; }
.bgo-slide.is-active .bgo-review-focus { animation: bgo-focus-in 3.4s 1.35s ease both infinite; }

.bgo-slide.is-active .bgo-metric-card:nth-child(1) { animation: bgo-row-in 3.5s .08s ease both infinite; }
.bgo-slide.is-active .bgo-metric-card:nth-child(2) { animation: bgo-row-in 3.5s .48s ease both infinite; }
.bgo-slide.is-active .bgo-plan-row:nth-child(1) { animation: bgo-row-in 3.5s .82s ease both infinite; }
.bgo-slide.is-active .bgo-plan-row:nth-child(2) { animation: bgo-row-in 3.5s 1.08s ease both infinite; }
.bgo-slide.is-active .bgo-plan-row:nth-child(3) { animation: bgo-row-in 3.5s 1.34s ease both infinite; }
.bgo-slide.is-active .bgo-plan-row:nth-child(1) em { animation: bgo-bar 3.5s .82s ease both infinite; }
.bgo-slide.is-active .bgo-plan-row:nth-child(2) em { animation: bgo-bar 3.5s 1.08s ease both infinite; }
.bgo-slide.is-active .bgo-plan-row:nth-child(3) em { animation: bgo-bar 3.5s 1.34s ease both infinite; }
.bgo-slide.is-active .bgo-plan-footer { animation: bgo-focus-in 3.5s 1.68s ease both infinite; }

.bgo-slide.is-active .bgo-chart-cursor { animation: bgo-chart-cursor 3.4s ease-in-out infinite; }
.bgo-slide.is-active .bgo-forecast-alert { animation: bgo-alert 3.4s .9s ease both infinite; }

.bgo-slide.is-active .bgo-suggest-row:nth-child(1) { animation: bgo-row-in 3.4s .2s ease both infinite; }
.bgo-slide.is-active .bgo-suggest-row:nth-child(2) { animation: bgo-row-in 3.4s .65s ease both infinite; }
.bgo-slide.is-active .bgo-suggest-row:nth-child(3) { animation: bgo-row-in 3.4s 1.1s ease both infinite; }
.bgo-slide.is-active .bgo-approval { animation: bgo-focus-in 3.4s 1.5s ease both infinite; }

@keyframes bgo-file-in {
  0%, 8% { opacity: 0; transform: translate(-50%, -52px) scale(.94); }
  22%, 68% { opacity: 1; transform: translate(-50%, 20px) scale(1); }
  90%, 100% { opacity: 0; transform: translate(-50%, 20px) scale(1); }
}

@keyframes bgo-scan {
  0%, 35% { opacity: 0; transform: translateY(-32px); }
  44% { opacity: 1; }
  70% { opacity: 1; transform: translateY(34px); }
  82%, 100% { opacity: 0; transform: translateY(34px); }
}

@keyframes bgo-success {
  0%, 65% { opacity: 0; transform: scale(.78); }
  77%, 92% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(.96); }
}

@keyframes bgo-pill-in {
  0%, 10% { opacity: 0; transform: translateX(34px); }
  23%, 80% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(0); }
}

@keyframes bgo-focus-in {
  0%, 12% { opacity: 0; transform: scale(.96); }
  28%, 82% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(.99); }
}

@keyframes bgo-row-in {
  0%, 10% { opacity: 0; transform: translateY(12px); }
  24%, 82% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(0); }
}

@keyframes bgo-bar {
  0%, 12% { width: 0; }
  34%, 84% { width: var(--w); }
  100% { width: var(--w); }
}

@keyframes bgo-chart-cursor {
  0%, 6% { opacity: 0; transform: translateX(-110px); }
  16% { opacity: 1; }
  72% { opacity: 1; transform: translateX(110px); }
  92%, 100% { opacity: 0; transform: translateX(110px); }
}

@keyframes bgo-alert {
  0%, 12% { opacity: .4; transform: scale(.94); }
  30%, 72% { opacity: 1; transform: scale(1.04); }
  100% { opacity: .75; transform: scale(1); }
}

@media (max-width: 767px) {
  .bgo-marketing {
    padding: 24px 10px 30px;
  }

  .bgo-marketing-intro {
    margin-bottom: 24px;
    padding: 0 4px;
  }

  .bgo-carousel-shell {
    min-height: min(760px, 88svh);
  }

  .bgo-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(250px, 1.12fr) minmax(0, .88fr);
    gap: 16px;
    padding: 14px;
  }

  .bgo-copy {
    justify-content: flex-start;
    gap: 9px;
  }

  .bgo-copy h3 {
    font-size: clamp(25px, 7.2vw, 34px);
  }

  .bgo-copy > p {
    font-size: 14px;
    line-height: 1.45;
  }

  .bgo-focus {
    min-height: 27px;
    padding: 5px 9px;
    font-size: 11px;
  }

  .bgo-security {
    font-size: 10px;
  }

  .bgo-scene {
    min-height: 250px;
    padding: 13px;
    border-radius: 22px;
  }

  .bgo-drop-zone {
    min-height: 118px;
  }

  .bgo-chart-wrap {
    height: 145px;
  }
}

@media (max-width: 420px) {
  .bgo-carousel-shell {
    min-height: 735px;
  }

  .bgo-slide {
    grid-template-rows: minmax(230px, 1.05fr) minmax(0, .95fr);
  }

  .bgo-source-grid,
  .bgo-metric-grid {
    gap: 6px;
  }

  .bgo-mini-card,
  .bgo-metric-card {
    padding: 9px;
  }

  .bgo-tx-row,
  .bgo-suggest-row {
    min-height: 44px;
    padding: 8px 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bgo-carousel-track,
  .bgo-slide.is-active * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .bgo-slide.is-active .bgo-file-card,
  .bgo-slide.is-active .bgo-success-badge,
  .bgo-slide.is-active .bgo-category,
  .bgo-slide.is-active .bgo-review-focus,
  .bgo-slide.is-active .bgo-metric-card,
  .bgo-slide.is-active .bgo-plan-row,
  .bgo-slide.is-active .bgo-plan-footer,
  .bgo-slide.is-active .bgo-chart-cursor,
  .bgo-slide.is-active .bgo-suggest-row,
  .bgo-slide.is-active .bgo-approval {
    opacity: 1 !important;
    transform: none !important;
  }

  .bgo-slide.is-active .bgo-plan-row em,
  .bgo-slide.is-active .bgo-shopping-progress em {
    width: var(--w) !important;
  }

  .bgo-slide.is-active .bgo-basket-row,
  .bgo-slide.is-active .bgo-list-chip,
  .bgo-slide.is-active .bgo-store-card,
  .bgo-slide.is-active .bgo-shopping-row,
  .bgo-slide.is-active .bgo-party-row,
  .bgo-slide.is-active .bgo-live-update,
  .bgo-slide.is-active .bgo-sync-panel,
  .bgo-slide.is-active .bgo-offer-footer,
  .bgo-slide.is-active .bgo-flow-footer,
  .bgo-slide.is-active .bgo-party-transfer {
    opacity: 1 !important;
    transform: none !important;
  }
}
