/** Shopify CDN: Minification failed

Line 2280:0 Unexpected "}"
Line 2296:0 Unexpected "@media"

**/
/* ================================================
   Bondi Bark Sales Page — scoped styles
   All rules under .bondibark-scope to avoid
   collisions with the rest of the Impulse theme.
   ================================================ */

.bondibark-scope {
  --bb-charcoal: #1F1F1F;
  --bb-text: #2A2A2A;
  --bb-text-soft: #5A5A5A;
  --bb-text-muted: #8A8A8A;
  --bb-bg: #FFFFFF;
  --bb-bg-soft: #F7F8FA;
  --bb-bg-card: #FFFFFF;
  --bb-border: #E5E7EB;
  --bb-accent: #2E7BE6;
  --bb-accent-dark: #1E5FB8;
  --bb-accent-soft: #E8F0FC;
  --bb-green: #16A34A;
  --bb-green-soft: #DCFCE7;
  --bb-green-bar: #22C55E;
  --bb-red: #DC2626;
  --bb-red-soft: #FEE2E2;
  --bb-gold: #F59E0B;
  --bb-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --bb-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
  --bb-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);

  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: var(--bb-text);
  background: var(--bb-bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

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

.bondibark-scope img { max-width: 100%; height: auto; display: block; }
.bondibark-scope a { color: var(--bb-accent); text-decoration: none; }
.bondibark-scope button { font-family: inherit; cursor: pointer; border: none; }

/* ============ IMAGE PLACEHOLDER ============ */
.bondibark-scope .bb-img-ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border: 1px dashed #B5BEC9;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  color: var(--bb-text-muted);
  padding: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.bondibark-scope .bb-img-ph strong { color: var(--bb-charcoal); display: block; margin-bottom: 4px; font-size: 12px; }

/* ============ COUNTDOWN BAR ============ */
.bondibark-scope .bb-countdown-bar {
  background: linear-gradient(90deg, #FEF2F2, #FEE2E2, #FEF2F2);
  border-bottom: 1px solid #FECACA;
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}
.bondibark-scope .bb-countdown-text {
  font-weight: 700;
  color: var(--bb-red);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}
.bondibark-scope .bb-countdown-timer {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 700;
}
.bondibark-scope .bb-countdown-block {
  background: var(--bb-charcoal);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  min-width: 42px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.bondibark-scope .bb-countdown-num { font-size: 16px; font-weight: 800; line-height: 1; }
.bondibark-scope .bb-countdown-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #9CA3AF;
  text-transform: uppercase;
}
.bondibark-scope .bb-countdown-sep { color: var(--bb-charcoal); font-weight: 800; }

/* ============ HEADER ============ */
.bondibark-scope .bb-header {
  background: #fff;
  border-bottom: 1px solid var(--bb-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--bb-shadow-sm);
}
.bondibark-scope .bb-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.bondibark-scope .bb-logo {
  font-weight: 800;
  font-size: 24px;
  color: var(--bb-charcoal);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.bondibark-scope .bb-logo-accent { color: var(--bb-accent); }
.bondibark-scope .bb-logo img { max-height: 32px; width: auto; }
.bondibark-scope .bb-header-nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
}
.bondibark-scope .bb-header-nav a {
  color: var(--bb-text-soft);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.bondibark-scope .bb-header-nav a:hover { color: var(--bb-charcoal); }
.bondibark-scope .bb-header-badge {
  background: var(--bb-green-soft);
  color: var(--bb-green);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid var(--bb-green-bar);
}
.bondibark-scope .bb-header-badge-icon { font-size: 14px; }
.bondibark-scope .bb-header-badge-text { line-height: 1.2; }
.bondibark-scope .bb-header-badge-text small {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: var(--bb-green);
  opacity: 0.8;
}

/* ============ FEATURE RIBBON ============ */
.bondibark-scope .bb-feature-ribbon {
  background: var(--bb-bg-soft);
  border-bottom: 1px solid var(--bb-border);
  padding: 12px 24px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.bondibark-scope .bb-feature-ribbon::-webkit-scrollbar { display: none; }
.bondibark-scope .bb-feature-ribbon-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 500;
  color: var(--bb-text-soft);
}
.bondibark-scope .bb-feature-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.bondibark-scope .bb-feature-pill-icon { font-size: 14px; }

/* ============ HERO ============ */
.bondibark-scope .bb-hero-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px;
}
.bondibark-scope .bb-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.bondibark-scope .bb-hero-left { position: sticky; top: 120px; }


@media (min-width: 980px) {
  
}

/* === HERO CAROUSEL === */






.bondibark-scope .bb-hero-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px;
}
@media (min-width: 1280px) {
  .bondibark-scope .bb-hero-thumbs { max-width: 580px; }
}
.bondibark-scope .bb-hero-thumbs::-webkit-scrollbar { display: none; }
.bondibark-scope .bb-hero-thumb {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 8px;
  border: 2px solid var(--bb-border);
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
  padding: 0;
}
.bondibark-scope .bb-hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-hero-thumb.is-active {
  border-color: var(--bb-accent);
  box-shadow: 0 0 0 2px rgba(46,123,230,0.15);
}

.bondibark-scope .bb-hero-rating {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.bondibark-scope .bb-hero-stars { color: var(--bb-gold); font-size: 18px; letter-spacing: 1px; }
.bondibark-scope .bb-hero-rating-text { color: var(--bb-text-soft); font-weight: 500; }
.bondibark-scope .bb-hero-rating-text strong { color: var(--bb-charcoal); font-weight: 700; }
.bondibark-scope .bb-hero-sold-pill {
  background: #FEF3C7;
  color: #92400E;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

.bondibark-scope .bb-hero-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--bb-charcoal);
  margin-bottom: 6px;
}
.bondibark-scope .bb-hero-title-accent {
  color: var(--bb-accent);
  font-weight: 800;
  display: block;
}
.bondibark-scope .bb-hero-desc {
  font-size: 15px;
  color: var(--bb-text-soft);
  line-height: 1.6;
  margin: 18px 0 24px;
}
.bondibark-scope .bb-hero-desc strong { color: var(--bb-charcoal); font-weight: 700; }
.bondibark-scope .bb-hero-desc p { margin: 0 0 12px; }
.bondibark-scope .bb-hero-desc p:last-child { margin: 0; }

.bondibark-scope .bb-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--bb-border);
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
}
.bondibark-scope .bb-hero-stat {
  text-align: center;
  padding: 16px 12px;
  border-right: 1px solid var(--bb-border);
}
.bondibark-scope .bb-hero-stat:last-child { border-right: none; }
.bondibark-scope .bb-hero-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--bb-charcoal);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.bondibark-scope .bb-hero-stat-label {
  font-size: 11px;
  color: var(--bb-text-soft);
  font-weight: 500;
  line-height: 1.3;
}

.bondibark-scope .bb-hero-bullets {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.bondibark-scope .bb-hero-bullets li {
  padding: 10px 0;
  border-bottom: 1px solid var(--bb-border);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bondibark-scope .bb-hero-bullets li:last-child { border-bottom: none; }
.bondibark-scope .bb-hero-bullets strong { color: var(--bb-charcoal); font-weight: 700; margin-right: 6px; }
.bondibark-scope .bb-hero-bullets li::before {
  content: '✓';
  color: var(--bb-green);
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.bondibark-scope .bb-choose-pack-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 24px 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bondibark-scope .bb-choose-pack-title-icon { font-size: 18px; }

.bondibark-scope .bb-bundles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.bondibark-scope .bb-bundle {
  border: 2px solid var(--bb-border);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr 80px;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  transition: all 0.15s;
}
.bondibark-scope .bb-bundle:hover { border-color: #9CA3AF; }
.bondibark-scope .bb-bundle.is-selected {
  border-color: var(--bb-accent);
  background: var(--bb-accent-soft);
  box-shadow: 0 0 0 4px rgba(46, 123, 230, 0.08);
}
.bondibark-scope .bb-bundle.is-popular { border-color: var(--bb-accent); }
.bondibark-scope .bb-bundle-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #D1D5DB;
  flex-shrink: 0;
  position: relative;
}
.bondibark-scope .bb-bundle.is-selected .bb-bundle-radio {
  border-color: var(--bb-accent);
  background: var(--bb-accent);
}
.bondibark-scope .bb-bundle.is-selected .bb-bundle-radio::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.bondibark-scope .bb-bundle-tag {
  position: absolute;
  top: -9px;
  right: 14px;
  background: var(--bb-accent);
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bondibark-scope .bb-bundle-tag.is-best { background: var(--bb-green); }
.bondibark-scope .bb-bundle-name { font-weight: 700; color: var(--bb-charcoal); font-size: 15px; line-height: 1.2; }
.bondibark-scope .bb-bundle-sub { font-size: 12px; color: var(--bb-text-soft); margin-top: 2px; }
.bondibark-scope .bb-bundle-pricing { font-size: 14px; margin-top: 4px; }
.bondibark-scope .bb-bundle-pricing strong { font-weight: 700; color: var(--bb-charcoal); font-size: 16px; }
.bondibark-scope .bb-bundle-strike {
  color: var(--bb-text-muted);
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 6px;
}
.bondibark-scope .bb-bundle-save { color: var(--bb-red); font-weight: 700; font-size: 11px; margin-left: 10px; }
.bondibark-scope .bb-bundle-perks {
  font-size: 10px;
  color: var(--bb-text-soft);
  margin-top: 4px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.bondibark-scope .bb-bundle-perks span { display: inline-flex; align-items: center; gap: 3px; }
.bondibark-scope .bb-bundle-perks span::before { content: '★'; color: var(--bb-gold); }
.bondibark-scope .bb-bundle-image {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 8px;
  border: 1px dashed #B5BEC9;
  overflow: hidden;
}
.bondibark-scope .bb-bundle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bondibark-scope .bb-stock-line {
  text-align: center;
  font-size: 12px;
  color: var(--bb-text-soft);
  margin: 12px 0;
}
.bondibark-scope .bb-stock-line::before {
  content: '✓ ';
  color: var(--bb-green);
  font-weight: 700;
}

/* ============ ATC BUTTON ============ */
.bondibark-scope .bb-atc-button {
  display: flex;
  width: 100%;
  background: var(--bb-accent); /* <-- CAMBIADO: Antes era var(--bb-charcoal) */
  color: #fff;
  padding: 18px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: all 0.2s;
  box-shadow: var(--bb-shadow-md);
}
.bondibark-scope .bb-atc-button:hover {
  background: var(--bb-accent); /* <-- Mantiene el mismo azul */
  transform: translateY(-1px); /* Mantiene el pequeño efecto de elevación */
  box-shadow: var(--bb-shadow-lg);
}
.bondibark-scope .bb-atc-button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.bondibark-scope .bb-atc-strike { color: #9CA3AF; text-decoration: line-through; font-weight: 500; font-size: 14px; }
.bondibark-scope .bb-atc-price { color: #fff; font-weight: 800; }



.bondibark-scope .bb-guarantee-line {
  text-align: center;
  font-size: 12px;
  color: var(--bb-text-soft);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.bondibark-scope .bb-guarantee-line-icon {
  width: 18px;
  height: 18px;
  background: var(--bb-gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

/* Mini FAQ inside hero */
.bondibark-scope .bb-mini-faq { margin-top: 24px; }
.bondibark-scope .bb-mini-faq-item {
  border: 1px solid var(--bb-border);
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
}
.bondibark-scope .bb-mini-faq-q {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--bb-charcoal);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  user-select: none;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}
.bondibark-scope .bb-mini-faq-q-icon {
  width: 20px;
  height: 20px;
  background: var(--bb-accent-soft);
  color: var(--bb-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  margin-right: 10px;
}
.bondibark-scope .bb-mini-faq-q-text { flex: 1; }
.bondibark-scope .bb-mini-faq-q::after {
  content: '+';
  color: var(--bb-text-muted);
  font-size: 18px;
  font-weight: 300;
}
.bondibark-scope .bb-mini-faq-item.is-open .bb-mini-faq-q::after { content: '−'; }
.bondibark-scope .bb-mini-faq-a {
  display: none;
  padding: 0 18px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bb-text-soft);
}
.bondibark-scope .bb-mini-faq-item.is-open .bb-mini-faq-a { display: block; }
.bondibark-scope .bb-mini-faq-a p { margin: 0 0 8px; }
.bondibark-scope .bb-mini-faq-a p:last-child { margin: 0; }

/* ============ SECTION BASE ============ */
.bondibark-scope .bb-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px;
}
.bondibark-scope .bb-section-narrow { max-width: 880px; }
.bondibark-scope .bb-section-eyebrow {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--bb-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.bondibark-scope .bb-section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: var(--bb-charcoal);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 14px;
}
.bondibark-scope .bb-section-sub {
  text-align: center;
  font-size: 15px;
  color: var(--bb-text-soft);
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.bondibark-scope .bb-section-sub p { margin: 0 0 8px; }
.bondibark-scope .bb-section-sub p:last-child { margin: 0; }
.bondibark-scope .bb-section-sub em { font-style: italic; }

/* Section CTA (used by many sections) */
.bondibark-scope .bb-section-cta { text-align: center; margin-top: 40px; }
.bondibark-scope .bb-section-cta-line {
  font-size: 13px;
  color: var(--bb-text-soft);
  margin-bottom: 10px;
}
.bondibark-scope .bb-section-cta-line::before { content: '✓ '; color: var(--bb-green); font-weight: 700; }
.bondibark-scope .bb-section-cta-button {
  display: inline-block;
  background: var(--bb-charcoal);
  color: #fff;
  padding: 16px 48px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: var(--bb-shadow-md);
}
.bondibark-scope .bb-section-cta-button:hover {
  background: var(--bb-accent);
  transform: translateY(-1px);
  box-shadow: var(--bb-shadow-lg);
  color: #fff;
}
.bondibark-scope .bb-section-cta-meta {
  font-size: 12px;
  color: var(--bb-text-muted);
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* ============ REAL PROBLEM ============ */
.bondibark-scope .bb-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.bondibark-scope .bb-problem-list { list-style: none; padding: 0; margin: 0; }
.bondibark-scope .bb-problem-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--bb-border);
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: flex-start;
}
.bondibark-scope .bb-problem-item:last-child { border-bottom: none; }
.bondibark-scope .bb-problem-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bb-red-soft);
  color: var(--bb-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.bondibark-scope .bb-problem-title {
  font-weight: 700;
  color: var(--bb-charcoal);
  font-size: 16px;
  margin-bottom: 4px;
}
.bondibark-scope .bb-problem-desc {
  font-size: 13.5px;
  color: var(--bb-text-soft);
  line-height: 1.55;
}
.bondibark-scope .bb-problem-image {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 14px;
  border: 1px dashed #B5BEC9;
  position: relative;
  overflow: hidden;
}
.bondibark-scope .bb-problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-bubble {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #fff;
  border: 2px solid var(--bb-charcoal);
  border-radius: 24px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  color: var(--bb-charcoal);
  box-shadow: var(--bb-shadow-md);
}
.bondibark-scope .bb-bubble::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--bb-charcoal);
}
.bondibark-scope .bb-bubble::before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #fff;
  z-index: 1;
}

/* ============ WHY 5-COL ============ */
.bondibark-scope .bb-why-section { background: var(--bb-bg-soft); padding: 64px 24px; }
.bondibark-scope .bb-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}
.bondibark-scope .bb-why-card {
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  position: relative;
}
.bondibark-scope .bb-why-image {
  height: 110px;
  background: linear-gradient(135deg, #F3F4F6, #E5E7EB);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 36px;
  overflow: hidden;
}
.bondibark-scope .bb-why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-why-image .bb-why-illustration {
  width: auto;
  height: 80%;
  max-width: 90%;
  object-fit: contain !important;
  display: block;
}
.bondibark-scope .bb-why-image .bb-why-emoji {
  font-size: 36px;
  line-height: 1;
}

.bondibark-scope .bb-why-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 0 0 8px;
}
.bondibark-scope .bb-why-card p {
  font-size: 12px;
  color: var(--bb-text-soft);
  line-height: 1.5;
  margin: 0 0 14px;
}
.bondibark-scope .bb-why-tag {
  background: var(--bb-red-soft);
  color: var(--bb-red);
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 14px;
  display: inline-block;
}

.bondibark-scope .bb-industry-callout {
  max-width: 680px;
  margin: 40px auto 0;
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: var(--bb-shadow-sm);
}
.bondibark-scope .bb-industry-callout-text { flex: 1; }
.bondibark-scope .bb-industry-callout-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: var(--bb-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bondibark-scope .bb-industry-callout-num {
  font-size: 36px;
  font-weight: 800;
  color: var(--bb-charcoal);
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 6px 0 8px;
}
.bondibark-scope .bb-industry-callout-desc {
  font-size: 13px;
  color: var(--bb-text-soft);
  line-height: 1.5;
}
.bondibark-scope .bb-industry-callout-icon { font-size: 36px; }

/* ============ MEET ============ */
.bondibark-scope .bb-meet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.bondibark-scope .bb-meet-image {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 14px;
  border: 1px dashed #B5BEC9;
  position: relative;
  overflow: hidden;
}
.bondibark-scope .bb-meet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-meet-features { display: flex; flex-direction: column; gap: 0; }
.bondibark-scope .bb-meet-feature {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--bb-border);
  align-items: flex-start;
}
.bondibark-scope .bb-meet-feature:last-child { border-bottom: none; }
.bondibark-scope .bb-meet-feature-icon {
  width: 44px;
  height: 44px;
  background: var(--bb-accent-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.bondibark-scope .bb-meet-feature h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 0 0 4px;
}
.bondibark-scope .bb-meet-feature p {
  font-size: 13.5px;
  color: var(--bb-text-soft);
  line-height: 1.55;
  margin: 0;
}

/* ============ STEPS ============ */
.bondibark-scope .bb-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bondibark-scope .bb-step-card { text-align: center; }
.bondibark-scope .bb-step-image {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 14px;
  border: 1px dashed #B5BEC9;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.bondibark-scope .bb-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-step-num {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bb-charcoal);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  border: 4px solid #fff;
}
.bondibark-scope .bb-step-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 24px 0 10px;
}
.bondibark-scope .bb-step-card p {
  font-size: 14px;
  color: var(--bb-text-soft);
  line-height: 1.6;
  margin: 0;
}

/* ============ FEATURES 6-CARD ============ */
.bondibark-scope .bb-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bondibark-scope .bb-feature-card {
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--bb-shadow-sm);
}
.bondibark-scope .bb-feature-image {
  height: 180px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 10px;
  margin-bottom: 18px;
  border: 1px dashed #B5BEC9;
  overflow: hidden;
}
.bondibark-scope .bb-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 0 0 8px;
}
.bondibark-scope .bb-feature-card-desc {
  font-size: 13px;
  color: var(--bb-text-soft);
  line-height: 1.55;
  margin-bottom: 14px;
}
.bondibark-scope .bb-feature-card ul { list-style: none; padding: 0; margin: 0; }
.bondibark-scope .bb-feature-card ul li {
  padding: 5px 0;
  font-size: 12.5px;
  color: var(--bb-text);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.bondibark-scope .bb-feature-card ul li strong {
  color: var(--bb-charcoal);
  font-weight: 700;
  margin-right: 3px;
}
.bondibark-scope .bb-feature-card ul li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--bb-accent);
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}

/* ============ COST COMPARISON ============ */
.bondibark-scope .bb-cost-section { background: var(--bb-bg-soft); padding: 64px 24px; }
.bondibark-scope .bb-cost-block {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: var(--bb-shadow-sm);
  border: 1px solid var(--bb-border);
}
.bondibark-scope .bb-cost-versus {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 24px;
  align-items: flex-start;
}
.bondibark-scope .bb-cost-side { text-align: center; }
.bondibark-scope .bb-cost-side-image {
  height: 120px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 10px;
  margin-bottom: 14px;
  border: 1px dashed #B5BEC9;
  overflow: hidden;
}
.bondibark-scope .bb-cost-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-cost-side-name {
  font-weight: 800;
  font-size: 18px;
  color: var(--bb-charcoal);
  margin-bottom: 18px;
}
.bondibark-scope .bb-cost-side-name.bb-np { color: var(--bb-accent); }
.bondibark-scope .bb-cost-rows { display: flex; flex-direction: column; gap: 0; }
.bondibark-scope .bb-cost-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--bb-border);
  align-items: center;
  font-size: 13px;
}
.bondibark-scope .bb-cost-row:last-child { border-bottom: none; }
.bondibark-scope .bb-cost-row-label {
  font-weight: 700;
  color: var(--bb-text-soft);
  font-size: 12px;
}
.bondibark-scope .bb-cost-row-value {
  font-weight: 800;
  font-size: 18px;
  text-align: right;
}
.bondibark-scope .bb-cost-side .bb-cost-row-value { color: var(--bb-red); }
.bondibark-scope .bb-cost-side.bb-np .bb-cost-row-value { color: var(--bb-green); }
.bondibark-scope .bb-cost-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--bb-text-muted);
  height: 120px;
  margin-bottom: 14px;
}
.bondibark-scope .bb-cost-pay-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 18px;
}
.bondibark-scope .bb-cost-pay-pill.bb-more { background: var(--bb-red-soft); color: var(--bb-red); }
.bondibark-scope .bb-cost-pay-pill.bb-less { background: var(--bb-green-soft); color: var(--bb-green); }

.bondibark-scope .bb-cost-savings-banner {
  margin-top: 36px;
  text-align: center;
  padding: 24px;
  background: linear-gradient(135deg, #DCFCE7, #BBF7D0);
  border-radius: 14px;
  border: 1px solid var(--bb-green-bar);
}
.bondibark-scope .bb-cost-savings-banner-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--bb-text-soft);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.bondibark-scope .bb-cost-savings-banner-num {
  font-size: 48px;
  font-weight: 800;
  color: var(--bb-green);
  letter-spacing: -0.02em;
  line-height: 1;
}

.bondibark-scope .bb-cost-industry-insight {
  max-width: 680px;
  margin: 32px auto 0;
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.bondibark-scope .bb-cost-industry-text { flex: 1; }
.bondibark-scope .bb-cost-industry-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: var(--bb-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bondibark-scope .bb-cost-industry-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--bb-charcoal);
  margin: 4px 0;
}
.bondibark-scope .bb-cost-industry-desc {
  font-size: 13px;
  color: var(--bb-text-soft);
  line-height: 1.5;
}
.bondibark-scope .bb-cost-industry-icon { font-size: 32px; color: var(--bb-green); }

/* ============ LIFE ============ */
.bondibark-scope .bb-life-section { padding: 64px 24px; background: #fff; }
.bondibark-scope .bb-life-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.bondibark-scope .bb-life-content h2 {
  text-align: left;
  font-size: 34px;
  margin-bottom: 14px;
}
.bondibark-scope .bb-life-list { list-style: none; padding: 0; margin-top: 24px; }
.bondibark-scope .bb-life-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--bb-border);
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: flex-start;
}
.bondibark-scope .bb-life-item:last-child { border-bottom: none; }
.bondibark-scope .bb-life-icon {
  width: 32px;
  height: 32px;
  background: var(--bb-accent-soft);
  color: var(--bb-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.bondibark-scope .bb-life-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 0 0 4px;
}
.bondibark-scope .bb-life-item p {
  font-size: 13.5px;
  color: var(--bb-text-soft);
  line-height: 1.5;
  margin: 0;
}
.bondibark-scope .bb-life-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 520px;
}
.bondibark-scope .bb-life-photo {
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 10px;
  border: 1px dashed #B5BEC9;
  overflow: hidden;
  position: relative;
}
.bondibark-scope .bb-life-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============ COMPARISON TABLE ============ */
.bondibark-scope .bb-compare-section { background: var(--bb-bg-soft); padding: 64px 24px; }
.bondibark-scope .bb-compare-wrap {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--bb-border);
  overflow: hidden;
  box-shadow: var(--bb-shadow-sm);
}
.bondibark-scope .bb-compare-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.bondibark-scope .bb-compare-table thead { background: var(--bb-bg-soft); }
.bondibark-scope .bb-compare-table th {
  padding: 18px 14px;
  text-align: center;
  font-weight: 700;
  color: var(--bb-charcoal);
  border-bottom: 1px solid var(--bb-border);
  font-size: 14px;
}
.bondibark-scope .bb-compare-table th:first-child { text-align: left; color: var(--bb-text-soft); }
.bondibark-scope .bb-compare-table th.bb-np-col { color: var(--bb-accent); }
.bondibark-scope .bb-compare-table th .bb-small-img {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 8px;
  margin: 0 auto 8px;
  border: 1px dashed #B5BEC9;
  overflow: hidden;
}
.bondibark-scope .bb-compare-table th .bb-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-compare-table td {
  padding: 14px;
  border-bottom: 1px solid var(--bb-border);
  font-size: 13.5px;
  vertical-align: middle;
}
.bondibark-scope .bb-compare-table td:first-child {
  font-weight: 600;
  color: var(--bb-charcoal);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bondibark-scope .bb-compare-table td:first-child .bb-icon-em { font-size: 18px; }
.bondibark-scope .bb-compare-table td.bb-win { text-align: center; }
.bondibark-scope .bb-compare-table td.bb-win .bb-check {
  color: var(--bb-green);
  font-size: 22px;
  font-weight: 800;
}
.bondibark-scope .bb-compare-table td.bb-lose { text-align: center; }
.bondibark-scope .bb-compare-table td.bb-lose .bb-x {
  color: var(--bb-red);
  font-size: 22px;
  font-weight: 800;
}
.bondibark-scope .bb-compare-table td.bb-cell-text {
  text-align: center;
  color: var(--bb-text-soft);
  font-weight: 500;
}
.bondibark-scope .bb-compare-table td.bb-cell-text-win {
  text-align: center;
  color: var(--bb-green);
  font-weight: 700;
}
.bondibark-scope .bb-compare-table tbody tr:last-child td { border-bottom: none; }

/* ============ VET STATS ============ */
.bondibark-scope .bb-vet-section { padding: 64px 24px; }
.bondibark-scope .bb-vet-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
.bondibark-scope .bb-vet-content h2 { text-align: left; margin-bottom: 14px; font-size: 34px; }
.bondibark-scope .bb-vet-content > p {
  font-size: 15px;
  color: var(--bb-text-soft);
  margin-bottom: 32px;
  line-height: 1.6;
}
.bondibark-scope .bb-vet-stats { display: flex; flex-direction: column; gap: 14px; }
.bondibark-scope .bb-vet-stat {
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 12px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
}
.bondibark-scope .bb-vet-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--bb-charcoal);
  letter-spacing: -0.02em;
}
.bondibark-scope .bb-vet-stat-label { font-size: 13.5px; color: var(--bb-text); }
.bondibark-scope .bb-vet-stat-label strong { color: var(--bb-charcoal); font-weight: 700; }
.bondibark-scope .bb-vet-image {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 14px;
  border: 1px dashed #B5BEC9;
  position: relative;
  overflow: hidden;
}
.bondibark-scope .bb-vet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-vet-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #DCFCE7, #BBF7D0);
  border: 3px solid var(--bb-green-bar);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: var(--bb-green);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: var(--bb-shadow-md);
  padding: 6px;
}

/* ============ GUARANTEE ============ */
.bondibark-scope .bb-guarantee-section { background: var(--bb-bg-soft); padding: 64px 24px; }
.bondibark-scope .bb-guarantee-block {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  padding: 48px 40px;
  text-align: center;
  border: 1px solid var(--bb-border);
  box-shadow: var(--bb-shadow-md);
  position: relative;
}
.bondibark-scope .bb-guarantee-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--bb-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.bondibark-scope .bb-guarantee-seal {
  width: 130px;
  height: 130px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bb-accent), var(--bb-accent-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  box-shadow: var(--bb-shadow-lg);
  border: 5px solid #fff;
  outline: 3px solid var(--bb-accent);
  position: relative;
}
.bondibark-scope .bb-guarantee-seal-num {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2px;
}
.bondibark-scope .bb-guarantee-seal-day { font-size: 14px; font-weight: 700; letter-spacing: 0.1em; }
.bondibark-scope .bb-guarantee-seal-mb {
  font-size: 9px;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.bondibark-scope .bb-guarantee-block h2 { margin: 0 0 14px; font-size: 30px; }
.bondibark-scope .bb-guarantee-block > p {
  font-size: 15px;
  color: var(--bb-text-soft);
  margin-bottom: 32px;
  line-height: 1.6;
}
.bondibark-scope .bb-guarantee-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 32px 0;
}
.bondibark-scope .bb-guarantee-pillar {
  background: var(--bb-bg-soft);
  border-radius: 12px;
  padding: 20px 16px;
  border: 1px solid var(--bb-border);
}
.bondibark-scope .bb-guarantee-pillar-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: #fff;
  border: 2px solid var(--bb-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bb-accent);
  font-weight: 800;
  font-size: 18px;
}
.bondibark-scope .bb-guarantee-pillar h5 {
  font-size: 14px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 0 0 6px;
}
.bondibark-scope .bb-guarantee-pillar p {
  font-size: 12px;
  color: var(--bb-text-soft);
  line-height: 1.5;
  margin: 0;
}
.bondibark-scope .bb-guarantee-why { text-align: center; margin: 24px 0; }
.bondibark-scope .bb-guarantee-why-title {
  font-weight: 700;
  color: var(--bb-charcoal);
  margin-bottom: 8px;
  font-size: 16px;
}
.bondibark-scope .bb-guarantee-why-text {
  font-size: 13.5px;
  color: var(--bb-text-soft);
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto;
}

/* ============ REVIEWS ============ */
.bondibark-scope .bb-reviews-section { padding: 64px 24px; }
.bondibark-scope .bb-reviews-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bondibark-scope .bb-review-card {
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--bb-shadow-sm);
}
.bondibark-scope .bb-review-image {
  height: 200px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border: 1px dashed #B5BEC9;
  border-bottom: none;
  overflow: hidden;
}
.bondibark-scope .bb-review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bondibark-scope .bb-review-body { padding: 24px; }
.bondibark-scope .bb-review-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bb-charcoal);
  margin: 0 0 6px;
}
.bondibark-scope .bb-review-stars {
  color: var(--bb-gold);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.bondibark-scope .bb-review-text {
  font-size: 13.5px;
  color: var(--bb-text);
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 18px;
}
.bondibark-scope .bb-review-text p { margin: 0; }
.bondibark-scope .bb-review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--bb-border);
}
.bondibark-scope .bb-review-name { font-weight: 700; color: var(--bb-charcoal); font-size: 13px; }
.bondibark-scope .bb-review-verified {
  font-size: 11px;
  color: var(--bb-green);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bondibark-scope .bb-review-verified::before { content: '✓'; }

.bondibark-scope .bb-fb-comments {
  max-width: 1180px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.bondibark-scope .bb-fb-comment {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bb-border);
}
.bondibark-scope .bb-fb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9CA3AF, #6B7280);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.bondibark-scope .bb-fb-name { font-weight: 700; color: var(--bb-charcoal); font-size: 13.5px; }
.bondibark-scope .bb-fb-text {
  font-size: 13.5px;
  color: var(--bb-text);
  line-height: 1.5;
  margin: 2px 0 6px;
}
.bondibark-scope .bb-fb-actions {
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: var(--bb-text-muted);
}
.bondibark-scope .bb-fb-actions span { display: flex; align-items: center; gap: 4px; }
.bondibark-scope .bb-fb-likes { color: var(--bb-accent); font-weight: 600; }
.bondibark-scope .bb-fb-likes::before { content: '👍 '; }

/* ============ FAQ ============ */
.bondibark-scope .bb-faq-section { background: var(--bb-bg-soft); padding: 64px 24px; }
.bondibark-scope .bb-faq-list { max-width: 780px; margin: 0 auto; }
.bondibark-scope .bb-faq-item {
  border: 1px solid var(--bb-border);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.bondibark-scope .bb-faq-q {
  padding: 18px 22px;
  font-weight: 600;
  color: var(--bb-charcoal);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  user-select: none;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}
.bondibark-scope .bb-faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--bb-accent);
  font-weight: 300;
}
.bondibark-scope .bb-faq-item.is-open .bb-faq-q::after { content: '−'; }
.bondibark-scope .bb-faq-a {
  display: none;
  padding: 0 22px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bb-text-soft);
}
.bondibark-scope .bb-faq-a p { margin: 0 0 10px; }
.bondibark-scope .bb-faq-a p:last-child { margin: 0; }
.bondibark-scope .bb-faq-item.is-open .bb-faq-a { display: block; }

/* ============ FINAL CTA ============ */
.bondibark-scope .bb-final-cta {
  background: var(--bb-charcoal);
  padding: 64px 24px;
  text-align: center;
  color: #fff;
}
.bondibark-scope .bb-final-cta h2 { color: #fff; }
.bondibark-scope .bb-final-cta-eyebrow {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--bb-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.bondibark-scope .bb-final-cta-sub {
  color: #9CA3AF;
  max-width: 580px;
  margin: 0 auto;
  font-size: 15px;
}
.bondibark-scope .bb-final-cta-sub p { margin: 0 0 8px; }
.bondibark-scope .bb-final-cta-sub p:last-child { margin: 0; }
.bondibark-scope .bb-final-cta-button {
  display: inline-block;
  background: var(--bb-accent);
  color: #fff;
  padding: 18px 56px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  margin-top: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s;
  border: 0;
  cursor: pointer;
}
.bondibark-scope .bb-final-cta-button:hover {
  background: var(--bb-accent-dark);
  transform: translateY(-1px);
  color: #fff;
}
.bondibark-scope .bb-final-cta-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 18px;
  font-size: 12.5px;
  color: #9CA3AF;
  flex-wrap: wrap;
}
.bondibark-scope .bb-payment-pills {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.bondibark-scope .bb-payment-pill {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
}

/* ============ FOOTER ============ */
.bondibark-scope .bb-footer {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
  border-top: 1px solid var(--bb-border);
}
.bondibark-scope .bb-footer-logo {
  font-weight: 800;
  font-size: 24px;
  color: var(--bb-charcoal);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.bondibark-scope .bb-footer-logo-accent { color: var(--bb-accent); }
.bondibark-scope .bb-footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
  color: var(--bb-text-soft);
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.bondibark-scope .bb-footer-links a {
  color: var(--bb-text-soft);
  text-decoration: none;
}
.bondibark-scope .bb-footer-links a:hover { color: var(--bb-accent); }
.bondibark-scope .bb-footer-sep { color: var(--bb-border); }
.bondibark-scope .bb-footer-copy { font-size: 12px; color: var(--bb-text-muted); }

/* ============ MOBILE ============ */
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .bondibark-scope .bb-hero-left { position: static; }
  .bondibark-scope .bb-header-nav { display: none; }
  .bondibark-scope .bb-problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .bondibark-scope .bb-meet-grid { grid-template-columns: 1fr; gap: 32px; }
  .bondibark-scope .bb-why-grid { grid-template-columns: repeat(2, 1fr); }
  .bondibark-scope .bb-why-grid > .bb-why-card:last-child { grid-column: 1 / -1; }
  .bondibark-scope .bb-features-grid { grid-template-columns: 1fr 1fr; }
  .bondibark-scope .bb-reviews-grid { grid-template-columns: 1fr; }
  .bondibark-scope .bb-vet-grid { grid-template-columns: 1fr; gap: 32px; }
  .bondibark-scope .bb-life-grid { grid-template-columns: 1fr; gap: 32px; }
  .bondibark-scope .bb-life-collage { height: auto; aspect-ratio: 1.6/1; }
  .bondibark-scope .bb-fb-comments { grid-template-columns: 1fr; }
  .bondibark-scope .bb-countdown-text { font-size: 11px; }
}
@media (max-width: 640px) {
  .bondibark-scope .bb-hero-title { font-size: 28px; }
  .bondibark-scope .bb-section-title { font-size: 26px; }
  .bondibark-scope .bb-why-grid { grid-template-columns: 1fr; }
  .bondibark-scope .bb-features-grid { grid-template-columns: 1fr; }
  .bondibark-scope .bb-steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .bondibark-scope .bb-cost-versus { grid-template-columns: 1fr; }
  .bondibark-scope .bb-cost-vs { transform: none; height: auto; margin: 8px 0; }
  .bondibark-scope .bb-guarantee-pillars { grid-template-columns: 1fr; }
  .bondibark-scope .bb-feature-ribbon-inner { justify-content: flex-start; }
  .bondibark-scope .bb-industry-callout { flex-direction: column; text-align: center; }
  .bondibark-scope .bb-cost-industry-insight { flex-direction: column; text-align: center; }
  .bondibark-scope .bb-compare-table th,
  .bondibark-scope .bb-compare-table td { padding: 10px 6px; font-size: 11.5px; }
  .bondibark-scope .bb-compare-table th .bb-small-img { width: 40px; height: 40px; }
  .bondibark-scope .bb-cost-savings-banner-num { font-size: 36px; }
  .bondibark-scope .bb-header-inner { padding: 12px 14px; }
  .bondibark-scope .bb-logo { font-size: 20px; }
  .bondibark-scope .bb-section { padding: 40px 16px; }
  .bondibark-scope .bb-why-section,
  .bondibark-scope .bb-cost-section,
  .bondibark-scope .bb-compare-section,
  .bondibark-scope .bb-guarantee-section,
  .bondibark-scope .bb-faq-section { padding: 40px 16px; }
  .bondibark-scope .bb-vet-section,
  .bondibark-scope .bb-life-section,
  .bondibark-scope .bb-reviews-section,
  .bondibark-scope .bb-final-cta { padding: 40px 16px; }
  .bondibark-scope .bb-countdown-bar { padding: 8px 14px; }
  .bondibark-scope .bb-countdown-text { font-size: 10px; }
  .bondibark-scope .bb-countdown-block { padding: 4px 8px; min-width: 36px; }
  .bondibark-scope .bb-countdown-num { font-size: 14px; }
}

/* ===========================================================
   Stacked logo: paw above wordmark (Bondi Bark final logo)
   =========================================================== */
.bondibark-scope .bb-logo {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 4px !important;
  text-decoration: none;
  line-height: 1;
}
.bondibark-scope .bb-logo-paw {
  width: 22px;
  height: 22px;
  fill: var(--bb-primary, #1F1F1F);
  display: block;
}
.bondibark-scope .bb-logo-text {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--bb-primary, #1F1F1F);
  line-height: 1;
}
.bondibark-scope .bb-logo-accent { color: var(--bb-accent, #2E7BE6); }
@media (min-width: 680px) {
  .bondibark-scope .bb-logo-paw { width: 26px; height: 26px; }
  .bondibark-scope .bb-logo-text { font-size: 18px; }
}

/* === HERO IMAGE CAROUSEL (bulletproof 1:1 ratio) === */

/* === HERO IMAGE GALLERY — Relievian-style swipeable carousel === */
.bondibark-scope .bb-hero-image-main {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1280px) {
  .bondibark-scope .bb-hero-image-main { max-width: 580px; }
}
.bondibark-scope .bb-hero-carousel {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-x;
}
.bondibark-scope .bb-hero-carousel:active { cursor: grabbing; }
.bondibark-scope .bb-hero-carousel::-webkit-scrollbar { display: none; height: 0; width: 0; }
.bondibark-scope .bb-hero-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #E8EBEF, #D5DAE0);
}
.bondibark-scope .bb-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.bondibark-scope .bb-hero-slide .bb-img-ph {
  font-size: 13px;
  color: #6b7e94;
  font-style: italic;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === HERO CAROUSEL ARROWS === */
.bondibark-scope .bb-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--bb-border);
  color: var(--bb-charcoal);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(16,42,67,0.12);
  z-index: 3;
  transition: background 0.15s, transform 0.1s;
  padding: 0 0 2px 0;
  font-weight: 700;
}
.bondibark-scope .bb-hero-arrow:hover { background: #fff; box-shadow: 0 3px 12px rgba(16,42,67,0.2); }
.bondibark-scope .bb-hero-arrow:active { transform: translateY(-50%) scale(0.94); }
.bondibark-scope .bb-hero-arrow.prev { left: 12px; }
.bondibark-scope .bb-hero-arrow.next { right: 12px; }
.bondibark-scope .bb-hero-arrow[disabled] { opacity: 0.4; cursor: not-allowed; }
@media (min-width: 980px) {
  .bondibark-scope .bb-hero-image-main:hover .bb-hero-arrow,
  .bondibark-scope .bb-hero-image-main .bb-hero-arrow.is-visible { display: flex; }
}

/* tighter hero padding */
.bondibark-scope .bb-hero-section { padding: 32px 24px; }
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-section { padding: 20px 16px; }
}

/* === HERO ZOOM ICON === */
.bondibark-scope .bb-hero-zoom {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.06);
  color: var(--bb-text-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: background 0.15s, transform 0.1s;
  padding: 0;
}
.bondibark-scope .bb-hero-zoom:hover { background: #fff; }
.bondibark-scope .bb-hero-zoom svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* === MOBILE OVERFLOW GUARDS === */
.bondibark-scope {
  /* overflow-x:hidden was here but it breaks position:sticky on descendants */
  /* Use overflow-x:clip instead (modern, doesn't create scroll context) */
  overflow-x: clip;
  max-width: 100vw;
}
.bondibark-scope .bb-hero-section {
  max-width: 100%;
  overflow: visible;
}
.bondibark-scope .bb-hero-grid,
.bondibark-scope .bb-hero-left,
.bondibark-scope .bb-hero-right {
  min-width: 0;
}
.bondibark-scope .bb-hero-title,
.bondibark-scope .bb-hero-desc,
.bondibark-scope .bb-section-title,
.bondibark-scope .bb-hero-bullets {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
@media (max-width: 640px) {
  .bondibark-scope .bb-hero-section { padding: 16px 12px; }
  .bondibark-scope .bb-hero-grid { gap: 20px; }
  .bondibark-scope .bb-hero-image-main { max-width: 100%; }
  .bondibark-scope .bb-hero-thumbs { max-width: 100%; }
  /* Header/feature ribbon are already overflow-x: auto, just make sure they don't push layout */
  .bondibark-scope .bb-feature-ribbon,
  .bondibark-scope .bb-header-inner {
    max-width: 100vw;
  }
}

/* === MOBILE RIGHT-COLUMN POLISH === */
@media (max-width: 640px) {
  .bondibark-scope .bb-hero-rating {
    margin-bottom: 12px;
    gap: 10px;
    font-size: 13px;
  }
  .bondibark-scope .bb-hero-stars {
    font-size: 16px;
  }
  .bondibark-scope .bb-hero-sold-pill {
    font-size: 11px;
    padding: 4px 10px;
    margin-left: 0;
  }
  .bondibark-scope .bb-hero-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .bondibark-scope .bb-hero-title-accent {
    font-size: 26px;
    line-height: 1.2;
    display: block;
    margin-top: 4px;
  }
  .bondibark-scope .bb-hero-desc {
    margin: 14px 0 18px;
    font-size: 14.5px;
    line-height: 1.55;
  }
  .bondibark-scope .bb-hero-stats {
    margin-bottom: 18px;
  }
  .bondibark-scope .bb-hero-stat {
    padding: 12px 8px;
  }
  .bondibark-scope .bb-hero-stat-num {
    font-size: 20px;
  }
  .bondibark-scope .bb-hero-stat-label {
    font-size: 10.5px;
  }
}

/* === FORCE RATING ROW SINGLE LINE ON MOBILE === */
.bondibark-scope .bb-hero-rating {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}
.bondibark-scope .bb-hero-stars,
.bondibark-scope .bb-hero-rating-text,
.bondibark-scope .bb-hero-sold-pill {
  white-space: nowrap;
  flex-shrink: 0;
}
.bondibark-scope .bb-hero-sold-pill {
  margin-left: auto !important;
}
@media (max-width: 480px) {
  .bondibark-scope .bb-hero-rating {
    gap: 8px;
    font-size: 12px;
  }
  .bondibark-scope .bb-hero-stars {
    font-size: 14px;
    letter-spacing: 0;
  }
  .bondibark-scope .bb-hero-rating-text {
    font-size: 12px;
  }
  .bondibark-scope .bb-hero-sold-pill {
    font-size: 10.5px;
    padding: 3px 8px;
  }
}
@media (max-width: 360px) {
  .bondibark-scope .bb-hero-rating-text {
    font-size: 11px;
  }
  .bondibark-scope .bb-hero-sold-pill {
    font-size: 9.5px;
    padding: 3px 6px;
  }
}

/* === KILL PARENT-THEME GAPS BETWEEN BONDIBARK SECTIONS === */
html body .shopify-section.bondibark-section,
html body section.shopify-section[class*="bondibark-section"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bondibark-scope .bb-hero-section { padding: 14px 24px 32px !important; }
.bondibark-scope .bb-ribbon-section,
.bondibark-scope .bb-feature-ribbon { padding-bottom: 8px; }
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-section { padding: 8px 16px 20px !important; }
}

/* === FIX HERO LAYOUT — force equal columns + image fills its column === */
.bondibark-scope .bb-hero-section {
  max-width: 1280px !important;
}
.bondibark-scope .bb-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 48px !important;
  align-items: flex-start !important;
}
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }
}
/* Image fills its column — no max cap on desktop, so image and right column are visually balanced */
.bondibark-scope .bb-hero-image-main {
  max-width: 100% !important;
  width: 100% !important;
}

/* === FINAL HERO SPACING TWEAKS === */
/* Sticky offset was pushing image 120px down. Drop it. */
.bondibark-scope .bb-hero-left {
  position: sticky !important;
  top: 16px !important;
}
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-left {
    position: static !important;
    top: auto !important;
  }
}
/* Tight section padding — minimal top + reasonable bottom */
.bondibark-scope .bb-hero-section { padding: 8px 24px 24px !important; }
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-section { padding: 4px 16px 16px !important; }
}
@media (max-width: 640px) {
  .bondibark-scope .bb-hero-section { padding: 4px 12px 16px !important; }
}

/* === STICKY GALLERY (Amelia-style) === */
.bondibark-scope .bb-hero-left {
  position: sticky !important;
  top: 16px !important;
  align-self: start;
}
@media (max-width: 980px) {
  .bondibark-scope .bb-hero-left {
    position: static !important;
    top: auto !important;
  }
}

/* === CLEAN PLACEHOLDERS — white bg, no dashed border === */
.bondibark-scope .bb-img-ph,
.bondibark-scope .bb-hero-image-main,
.bondibark-scope .bb-hero-slide,
.bondibark-scope .bb-hero-thumb,
.bondibark-scope .bb-bundle-image,
.bondibark-scope .bb-problem-image,
.bondibark-scope .bb-meet-image,
.bondibark-scope .bb-step-image,
.bondibark-scope .bb-feature-image,
.bondibark-scope .bb-cost-side-image,
.bondibark-scope .bb-life-photo,
.bondibark-scope .bb-vet-image,
.bondibark-scope .bb-review-image,
.bondibark-scope .bb-compare-table th .bb-small-img {
  background: #FFFFFF !important;
  border: 0 !important;
}
/* Restore the active border on the hero thumb (this is the selection indicator, not a placeholder dash) */
.bondibark-scope .bb-hero-thumb {
  border: 2px solid var(--bb-border) !important;
}
.bondibark-scope .bb-hero-thumb.is-active {
  border-color: var(--bb-accent) !important;
}

/* === IMAGES SHOW FULL — no cropping (uses contain instead of cover) === */
.bondibark-scope .bb-hero-slide img,
.bondibark-scope .bb-hero-thumb img,
.bondibark-scope .bb-bundle-image img,
.bondibark-scope .bb-problem-image img,
.bondibark-scope .bb-meet-image img,
.bondibark-scope .bb-step-image img,
.bondibark-scope .bb-feature-image img,
.bondibark-scope .bb-cost-side-image img,
.bondibark-scope .bb-life-photo img,
.bondibark-scope .bb-vet-image img,
.bondibark-scope .bb-review-image img,
.bondibark-scope .bb-compare-table th .bb-small-img img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  background: #FFFFFF;
}

/* === BB PROBLEM SECTION — bigger image + speech bubble on the LEFT === */
.bondibark-scope .bb-problem-grid {
  grid-template-columns: 1.15fr 0.85fr !important;
  align-items: center !important;
}
@media (max-width: 980px) {
  .bondibark-scope .bb-problem-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

/* Speech bubble: positioned LEFT side of image, tail pointing RIGHT toward dog's mouth */

/* Tail (border) — pointing RIGHT */

/* Tail (white inner fill) — pointing RIGHT */


/* === WHY SECTION CARDS — align red tags + uncrop images === */
.bondibark-scope .bb-why-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}
.bondibark-scope .bb-why-card p {
  flex: 1 0 auto;
  margin-bottom: 14px !important;
}
.bondibark-scope .bb-why-tag {
  margin-top: auto;
  align-self: center;
}
/* Image container: white bg, image fills without cropping */
.bondibark-scope .bb-why-image {
  background: #FFFFFF !important;
  border: 0 !important;
  height: 130px;
  padding: 6px;
}
.bondibark-scope .bb-why-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #FFFFFF;
}
/* Make grid items stretch so all cards in a row are the same height */
.bondibark-scope .bb-why-grid {
  align-items: stretch;
}

/* === BB MEET SECTION — speech bubble on the LEFT (same as Problem) === */



/* BB BUBBLE MOBILE */
@media (max-width: 640px) {
  .bondibark-scope .bb-problem-image .bb-bubble,
  
}

/* === PROBLEM thought bubble circles === */

/* === THOUGHT BUBBLE CIRCLES (Problem + Meet) — trailing down-right toward dog === */
.bondibark-scope .bb-problem-image .bb-bubble::after,

.bondibark-scope .bb-problem-image .bb-bubble::before,

/* ============================================================
   THOUGHT BUBBLES — Problem + Meet, separated by viewport
   You can tweak desktop and mobile values independently.
   Pseudo-elements ::after / ::before render the trailing circles.
   ============================================================ */

/* ----- PROBLEM BUBBLE — DESKTOP (≥641px) ----- */
@media (min-width: 641px) {
  .bondibark-scope .bb-problem-image .bb-bubble {
    top: 32% !important;
    left: 6% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    max-width: 32%;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    padding: 10px 16px;
  }
  .bondibark-scope .bb-problem-image .bb-bubble::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
  }
  .bondibark-scope .bb-problem-image .bb-bubble::before {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
  }
}

/* ----- PROBLEM BUBBLE — MOBILE (≤640px) ----- */
@media (max-width: 640px) {
  .bondibark-scope .bb-problem-image .bb-bubble {
    top: 5% !important;
    left: 6px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    max-width: 50%;
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    padding: 8px 12px;
  }
  .bondibark-scope .bb-problem-image .bb-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto; left: auto; transform: none;
    z-index: 1;
  }
  .bondibark-scope .bb-problem-image .bb-bubble::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto; left: auto; transform: none;
    z-index: 1;
  }
}

/* ----- MEET BUBBLE — DESKTOP (≥641px) ----- */
@media (min-width: 641px) {
  .bondibark-scope .bb-meet-image .bb-bubble {
    top: 10% !important;
    left: 12% !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    max-width: 28%;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    padding: 10px 16px;
  }
  .bondibark-scope .bb-meet-image .bb-bubble::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto; left: auto; transform: none;
    z-index: 1;
  }
  .bondibark-scope .bb-meet-image .bb-bubble::before {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto; left: auto; transform: none;
    z-index: 1;
  }
}

/* ----- MEET BUBBLE — MOBILE (≤640px) ----- */
@media (max-width: 640px) {
  .bondibark-scope .bb-meet-image .bb-bubble {
    top: 5% !important;
    left: 6px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    max-width: 50%;
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    padding: 8px 12px;
  }
  .bondibark-scope .bb-meet-image .bb-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto; left: auto; transform: none;
    z-index: 1;
  }
  .bondibark-scope .bb-meet-image .bb-bubble::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bb-charcoal);
    box-sizing: border-box;
    top: auto; left: auto; transform: none;
    z-index: 1;
  }
}

/* === STEPS — uncrop images + show full number badges === */
/* Remove overflow:hidden from container so number badge can stick out below */
.bondibark-scope .bb-step-image {
  overflow: visible !important;
  background: #FFFFFF !important;
  border: 0 !important;
}
/* Apply border-radius directly to image so it stays rounded without parent clipping */
.bondibark-scope .bb-step-image img,
.bondibark-scope .bb-step-image .bb-img-ph {
  border-radius: 14px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
/* Make the step card a flex column so titles/text align even with longer text */
.bondibark-scope .bb-step-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* Ensure number badge has solid white border ring and stays on top */
.bondibark-scope .bb-step-num {
  z-index: 2;
  border: 4px solid #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* === FEATURES — show full image (no crop) === */
.bondibark-scope .bb-feature-image {
  overflow: visible !important;
  background: #FFFFFF !important;
  border: 0 !important;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.bondibark-scope .bb-feature-image img,
.bondibark-scope .bb-feature-image .bb-img-ph {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 10px;
  background: #FFFFFF;
  display: block;
}

/* === FEATURES IMAGES — adapt to image's natural ratio (no fixed height) === */
.bondibark-scope .bb-feature-image {
  height: auto !important;
  min-height: 0 !important;
  background: #FFFFFF !important;
  border: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 !important;
  display: block;
}
.bondibark-scope .bb-feature-image img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
  border-radius: 10px;
  background: #FFFFFF;
}
.bondibark-scope .bb-feature-image .bb-img-ph {
  width: 100%;
  min-height: 180px;
  height: auto;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === LIFE SECTION — bigger images, separated desktop & mobile === */

/* DESKTOP (≥981px) — 2x2 grid bigger collage */
@media (min-width: 981px) {
  .bondibark-scope .bb-life-collage {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    height: 680px !important;
    gap: 12px !important;
  }
  .bondibark-scope .bb-life-photo {
    height: 100% !important;
    aspect-ratio: auto !important;
  }
}

/* MOBILE (≤980px) — 2x2 grid with square photos for clean look */
@media (max-width: 980px) and (min-width: 481px) {
  .bondibark-scope .bb-life-collage {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
    aspect-ratio: auto !important;
    gap: 10px !important;
  }
  .bondibark-scope .bb-life-photo {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 200px;
  }
}

/* SMALL MOBILE (≤480px) — single column for max visibility */
@media (max-width: 480px) {
  .bondibark-scope .bb-life-collage {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    height: auto !important;
    aspect-ratio: auto !important;
    gap: 12px !important;
  }
  .bondibark-scope .bb-life-photo {
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    min-height: 220px;
    width: 100%;
  }
}

/* Image fits cleanly inside any size — keep contain so no crop */
.bondibark-scope .bb-life-photo {
  background: #FFFFFF !important;
  border: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.bondibark-scope .bb-life-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;  /* lifestyle collage looks better with cover */
  display: block;
}



/* === REVIEWS — frame images inside cards (inset, not flush against top) === */
.bondibark-scope .bb-review-image {
  margin: 14px 14px 0 14px !important;
  height: 200px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #F7F8FA !important;
}
.bondibark-scope .bb-review-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
.bondibark-scope .bb-review-body {
  padding: 18px 22px 24px !important;
}
@media (max-width: 980px) {
  .bondibark-scope .bb-review-image {
    margin: 12px 12px 0 12px !important;
    height: 180px !important;
  }
}
@media (max-width: 640px) {
  .bondibark-scope .bb-review-image {
    margin: 12px 12px 0 12px !important;
    height: 220px !important;
  }
}



/* === BUNDLE SAVE LABEL — tighter on mobile === */
@media (max-width: 640px) {
  .bondibark-scope .bb-bundle-save { margin-left: 5px; }
}


/* === ATC BUTTON — separate strike price from new price === */
.bondibark-scope .bb-atc-price { margin-left: 10px; }
@media (max-width: 640px) {
  .bondibark-scope .bb-atc-price { margin-left: 6px; }
}
