/* ==========================================================================
   BoosterBundle Theme - Main Stylesheet
   ========================================================================== */

/* 1. Global Resets & Typography */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #2563eb;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.bb-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.bb-section {
  padding: 48px 0;
}

.bb-section-title {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #111827;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.bb-text-white {
  color: #ffffff !important;
}

/* Utilities */
.bb-py-8 { padding-top: 32px; padding-bottom: 32px; }
.bb-my-8 { margin-top: 32px; margin-bottom: 32px; }

/* 2. Top Banner & Header */
.bb-top-banner {
  background: linear-gradient(90deg, #0b0f19 0%, #1e1b4b 50%, #0b0f19 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bb-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bb-banner-msg {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bb-banner-pill {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

.bb-banner-text {
  font-size: 13px;
  font-weight: 600;
  color: #f8fafc;
}

.bb-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #facc15;
  white-space: nowrap;
}

.bb-banner-badge svg {
  flex-shrink: 0;
}

.bb-site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 4px 20px -4px rgba(15, 23, 42, 0.05);
  transition: all 0.25s ease;
}

.bb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 72px;
}

.bb-header-brand-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Primary Navigation Links */
.bb-header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bb-header-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.bb-header-nav-link:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.bb-header-nav-link.is-active {
  background: #eff6ff;
  color: #2563eb;
  font-weight: 700;
}

.bb-nav-fire {
  font-size: 13px;
}

/* Actions: Search, Account, Cart */
.bb-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.bb-search-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 14px;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bb-search-pill-btn:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.bb-search-pill-kbd {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 5px;
  color: #94a3b8;
  line-height: 1;
}

.bb-action-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.bb-action-icon-btn:hover {
  background: #ffffff;
  color: #0f172a;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

/* High Conversion Cart Button */
.bb-header-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  padding: 8px 16px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
  transition: all 0.22s ease;
}

.bb-header-cart-btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.38);
}

.bb-cart-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-cart-count-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  min-width: 17px;
  height: 17px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border: 2px solid #ffffff;
}

.bb-cart-count-badge.is-empty {
  display: none;
}

.bb-cart-btn-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.15;
}

.bb-cart-label-title {
  font-size: 13px;
  font-weight: 700;
}

.bb-cart-label-amount {
  font-size: 11px;
  font-weight: 600;
  color: #bfdbfe;
}

/* Multi-Benefit Trust Bar */
.bb-sub-ticker {
  background: #0b1120;
  color: #cbd5e1;
  padding: 8px 0;
  font-size: 12.5px;
  border-top: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bb-ticker-track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bb-ticker-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-shrink: 0;
}

.bb-ticker-duplicate {
  display: none;
}

.bb-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #f8fafc;
  white-space: nowrap;
}

.bb-ticker-separator {
  color: #475569;
  font-size: 10px;
}

/* Mobile Ticker: Silky Smooth Infinite Marquee (Single Slim 34px Line) */
@media (max-width: 768px) {
  .bb-sub-ticker {
    padding: 8px 0;
    font-size: 11.5px;
    mask-image: linear-gradient(to right, transparent, black 16px, black calc(100% - 16px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 16px, black calc(100% - 16px), transparent);
  }

  .bb-ticker-track {
    display: flex;
    width: max-content;
    animation: bbTickerMarquee 20s linear infinite;
    justify-content: flex-start;
  }

  .bb-ticker-track:hover,
  .bb-ticker-track:active {
    animation-play-state: paused;
  }

  .bb-ticker-group {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 16px;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .bb-ticker-duplicate {
    display: flex;
  }

  .bb-ticker-item {
    font-size: 11.5px;
    gap: 5px;
  }

  .bb-ticker-item svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }
}

@keyframes bbTickerMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes bb-pulse {
  0% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
  70% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 0 6px rgba(59, 130, 246, 0); }
  100% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}

/* 3. Product Hero Section */
.bb-hero-section {
  padding-top: 36px;
  padding-bottom: 48px;
}

.bb-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.bb-mockup-card {
  position: relative;
  background: radial-gradient(circle at center, #1e1b4b 0%, #0f172a 100%);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 25px 50px -12px rgba(30, 27, 75, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.bb-mockup-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Fallback graphic if no image uploaded yet */
.bb-mockup-graphic {
  text-align: center;
  color: #ffffff;
  padding: 24px 12px;
}

.bb-mockup-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bb-mockup-hero-text {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.bb-mockup-hero-text span {
  color: #fbbf24;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.4);
}

.bb-mockup-features {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
}

.bb-mockup-feat {
  color: #e2e8f0;
}

.bb-mockup-foot {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
}

/* Product Info Right Column */
.bb-reviews-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

.bb-stars {
  color: #6366f1;
  letter-spacing: 2px;
  font-size: 16px;
}

.bb-review-text {
  color: #374151;
}

.bb-product-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.bb-pricing-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.bb-reg-price {
  font-size: 18px;
  color: #6b7280;
  text-decoration: line-through;
  font-weight: 500;
}

.bb-sale-price {
  font-size: 26px;
  font-weight: 800;
  color: #1d4ed8;
}

.bb-sale-tag {
  background: #2563eb;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.bb-shipping-note {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 14px;
}

.bb-shipping-note a {
  text-decoration: underline;
}

.bb-live-visitors {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #475569;
  font-weight: 500;
  margin-bottom: 24px;
}

.bb-live-count {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.bb-live-num {
  font-weight: 800;
  color: #0f172a;
}

.bb-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8b5cf6;
  animation: bb-pulse-purple 2s infinite;
}

@keyframes bb-pulse-purple {
  0% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.7); }
  70% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 0 6px rgba(139, 92, 246, 0); }
  100% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(139, 92, 246, 0); }
}

/* Order Bump Cards (Multi-Upsells Supported) */
.bb-order-bumps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.bb-order-bump-card {
  border: 1.5px solid #38bdf8;
  background: #f0f9ff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}

.bb-order-bumps-wrapper .bb-order-bump-card {
  margin-bottom: 0;
}

.bb-order-bump-card.is-active {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.bb-bump-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.bb-bump-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #2563eb;
  cursor: pointer;
}

.bb-bump-label-text {
  font-size: 14px;
  color: #0f172a;
  line-height: 1.4;
}

.bb-order-bump-body {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  padding-left: 28px;
}

.bb-bump-thumb {
  width: 70px;
  height: 70px;
  background: #0f172a;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}

.bb-bump-desc {
  flex: 1;
  font-size: 13px;
}

.bb-bump-desc strong {
  display: block;
  font-size: 14px;
  color: #111827;
  margin-bottom: 2px;
}

.bb-bump-desc p {
  color: #64748b;
  font-size: 12px;
  margin-bottom: 6px;
}

.bb-bump-pricing {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.bb-bump-reg {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 12px;
}

.bb-bump-deal {
  color: #15803d;
  font-weight: 700;
  font-size: 13px;
}

.bb-bump-discount {
  background: #fee2e2;
  color: #dc2626;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
}

.bb-bump-instant {
  display: block;
  font-size: 11px;
  color: #64748b;
}

/* Primary CTA Button */
.bb-btn-buy-now {
  display: block;
  width: 100%;
  background: #2563eb;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 9999px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
  transition: all 0.2s ease;
}

.bb-btn-buy-now:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
  color: #ffffff;
}

.bb-btn-buy-now:active {
  transform: translateY(0);
}

.bb-btn-center {
  max-width: 380px;
  margin: 0 auto;
}

/* Payment Badges */
.bb-payment-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 20px 0;
}

.bb-pay-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #4b5563;
  background: #ffffff;
}

/* Urgency Timer Bar */
.bb-urgency-timer-bar {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 24px;
}

.bb-timer-label {
  color: #111827;
  margin-right: 6px;
}

.bb-timer-countdown {
  color: #dc2626;
  font-family: monospace;
  font-size: 18px;
}

/* 3 Value Props */
.bb-value-props-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 16px 0;
  margin-bottom: 28px;
}

.bb-prop-icon {
  font-size: 22px;
  margin-bottom: 4px;
}

.bb-value-prop span {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
}

/* Feature Bullet Checklist */
.bb-feature-checklist {
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
}

.bb-feature-checklist h3 {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.bb-feature-checklist ul {
  list-style: none;
}

.bb-feature-checklist li {
  margin-bottom: 8px;
  padding-left: 4px;
}

/* 4. Sample Reels Carousel */
.bb-sample-reels-section {
  background: #ffffff;
  border-top: 1px solid #f3f4f6;
}

.bb-reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.bb-phone-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.bb-phone-inner {
  height: 380px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  overflow: hidden;
  position: relative;
}

.bb-phone-caption {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  text-align: center;
  line-height: 1.4;
}

.bb-phone-illus {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
}

.bb-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bb-carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.bb-carousel-dots .dot.active {
  background: #2563eb;
  width: 22px;
  border-radius: 9999px;
}

/* 5. Viral Proof Section */
.bb-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.bb-proof-card {
  background: #0f172a;
  border-radius: 16px;
  padding: 16px;
  color: #ffffff;
}

.bb-proof-header {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  margin-bottom: 12px;
}

.bb-proof-img-placeholder {
  height: 180px;
  background: #1e293b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #38bdf8;
}

.bb-mid-banner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
}

.bb-mid-text {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
  line-height: 1.5;
}

.bb-countdown-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.bb-timer-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 18px;
  min-width: 74px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.bb-box-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #dc2626;
  line-height: 1;
}

.bb-box-lbl {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
}

.bb-timer-sep {
  font-size: 24px;
  font-weight: 800;
  color: #9ca3af;
}

/* Countdown Buy Shortcode Component */
.bb-countdown-buy-wrap {
  text-align: center;
  margin: 32px auto;
  max-width: 440px;
  width: 100%;
}

.bb-countdown-buy-wrap.bb-align-left {
  margin-left: 0;
  text-align: left;
}

.bb-countdown-buy-wrap.bb-align-left .bb-countdown-boxes {
  justify-content: flex-start;
}

.bb-countdown-buy-wrap.bb-align-left .bb-btn-buy-now {
  margin-left: 0;
}

.bb-countdown-buy-wrap.bb-align-right {
  margin-right: 0;
  text-align: right;
}

.bb-countdown-buy-wrap.bb-align-right .bb-countdown-boxes {
  justify-content: flex-end;
}

.bb-countdown-buy-wrap.bb-align-right .bb-btn-buy-now {
  margin-right: 0;
}

.bb-countdown-buy-wrap .bb-countdown-boxes {
  margin-bottom: 20px;
}

.bb-countdown-buy-wrap .bb-btn-buy-now {
  width: 100%;
  max-width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* 6. Audience (Blue Section) */
.bb-audience-section {
  background: #2563eb;
  color: #ffffff;
}

.bb-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bb-audience-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  color: #1f2937;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.bb-audience-icon-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.bb-audience-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.bb-audience-card p {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.6;
}

/* 7. Platforms Section */
.bb-platforms-section {
  background: #ffffff;
  text-align: center;
}

.bb-platforms-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.bb-platform-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease;
}

.bb-platform-icon:hover {
  transform: translateY(-3px);
}

/* 8. Monetization Section */
.bb-monetize-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.bb-monetize-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.bb-check-box {
  font-size: 18px;
}

.bb-monetize-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.bb-monetize-graphic {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 16px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.3);
}

.bb-graphic-banner {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

/* 9. Steps Section */
.bb-steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.bb-step-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}

.bb-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

.bb-step-card p {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.bb-steps-cta {
  text-align: center;
}

/* 10. Bonus Section */
.bb-bonus-section {
  background: #090d16;
  color: #ffffff;
}

.bb-bonus-header {
  text-align: center;
  margin-bottom: 36px;
}

.bb-bonus-badge-top {
  display: inline-block;
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.bb-bonus-main-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}

.bb-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bb-bonus-card {
  background: #131b2e;
  border: 1px solid #1e293b;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}

.bb-bonus-tag {
  background: #2563eb;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 0;
  letter-spacing: 0.05em;
}

.bb-bonus-card-body {
  padding: 24px;
}

.bb-bonus-thumb-mockup {
  height: 160px;
  background: radial-gradient(circle at center, #1e293b 0%, #0f172a 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #93c5fd;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bb-bonus-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

/* 11. Lifetime Access Section */
.bb-lifetime-cta-section {
  text-align: center;
  background: #ffffff;
}

/* 12. FAQ Accordion */
.bb-faq-section {
  background: #f9fafb;
}

.bb-faq-container {
  max-width: 780px;
}

.bb-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bb-faq-item {
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
}

.bb-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.bb-faq-arrow {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.bb-faq-item.is-open .bb-faq-arrow {
  transform: rotate(180deg);
}

.bb-faq-answer {
  display: none;
  padding: 0 20px 16px 20px;
  color: #d1d5db;
  font-size: 13px;
  line-height: 1.6;
}

.bb-faq-item.is-open .bb-faq-answer {
  display: block;
}

/* 13. High-Converting Modern Footer */
.bb-site-footer {
  background: #0b0f19;
  color: #94a3b8;
  border-top: 1px solid #1e293b;
  position: relative;
  overflow: hidden;
}

/* 1. Trust & Guarantee Strip */
.bb-footer-trust-strip {
  background: #0f172a;
  border-bottom: 1px solid #1e293b;
  padding: 36px 0;
}

.bb-trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bb-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.bb-trust-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-trust-amber {
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
}

.bb-trust-emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

.bb-trust-blue {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}

.bb-trust-indigo {
  background: rgba(99, 102, 241, 0.12);
  color: #818cf8;
}

.bb-trust-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px 0;
}

.bb-trust-desc {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.45;
}

/* 2. Main 4-Column Footer Grid */
.bb-footer-main {
  padding: 56px 0 24px 0;
}

.bb-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
  gap: 40px;
  margin-bottom: 44px;
}

.bb-footer-logo-wrap {
  margin-bottom: 14px;
}

.bb-footer-tagline {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 16px 0;
  max-width: 320px;
}

.bb-footer-creators-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.22);
  padding: 5px 12px;
  border-radius: 9999px;
  margin-bottom: 18px;
}

.bb-stat-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

.bb-social-icons-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bb-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #1e293b;
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-decoration: none !important;
  border: 1px solid #334155;
}

.bb-social-btn:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: translateY(-2px);
}

.bb-footer-heading {
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin: 0 0 18px 0;
}

.bb-footer-nav-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.bb-footer-nav-list a {
  color: #94a3b8;
  font-size: 13.5px;
  text-decoration: none !important;
  transition: color 0.18s ease;
}

.bb-footer-nav-list a:hover {
  color: #60a5fa;
  transform: translateX(2px);
}

.bb-support-badge-box {
  background: #131c2e;
  border: 1px solid #1e293b;
  border-radius: 12px;
  padding: 14px;
  margin-top: 16px;
}

.bb-support-line-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}

.bb-support-email-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #60a5fa;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  word-break: break-all;
}

.bb-support-email-link:hover {
  text-decoration: underline !important;
}

.bb-support-reply-time {
  font-size: 11px;
  color: #22c55e;
  font-weight: 600;
  margin-top: 6px;
}

.bb-footer-desc-sm {
  font-size: 12.5px;
  line-height: 1.5;
  color: #94a3b8;
  margin: 0 0 12px 0;
}

.bb-payment-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.bb-pay-pill {
  background: #1e293b;
  border: 1px solid #334155;
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.bb-security-seal-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bb-seal-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* 3. Legal Compliance Box */
.bb-footer-legal-box {
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 32px;
  font-size: 11.5px;
  line-height: 1.65;
  color: #64748b;
}

.bb-legal-row {
  margin-bottom: 8px;
  color: #cbd5e1;
  font-size: 12px;
}

.bb-legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.bb-legal-sep {
  color: #475569;
}

.bb-footer-disclaimer {
  margin: 0;
}

/* 4. Bottom Copyright & Policy Strip */
.bb-footer-bottom-bar {
  border-top: 1px solid #1e293b;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #64748b;
}

.bb-copyright-text {
  font-weight: 500;
}

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

.bb-policy-links a {
  color: #94a3b8;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.bb-policy-links a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

.bb-dot {
  color: #475569;
}

/* Responsive Footer */
@media (max-width: 1024px) {
  .bb-trust-strip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

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

@media (max-width: 640px) {
  .bb-trust-strip-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .bb-footer-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .bb-policy-links {
    justify-content: center;
  }

  .bb-banner-badge {
    display: none;
  }

  .bb-banner-flex {
    justify-content: center;
  }

  .bb-header-nav {
    display: none;
  }

  .bb-search-pill-kbd {
    display: none;
  }

  .bb-search-pill-text {
    display: none;
  }

  .bb-search-pill-btn {
    padding: 8px;
    border-radius: 10px;
  }

  .bb-cart-btn-label {
    display: none;
  }

  .bb-header-cart-btn {
    padding: 9px 12px;
  }
}

/* ==========================================================================
   14. Slide-Out Drawer Cart (cart.png)
   ========================================================================== */
.bb-cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.bb-cart-drawer-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.bb-cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
}

.bb-cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  max-width: 100vw;
  background: #ffffff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
}

.bb-cart-drawer-overlay.is-open .bb-cart-drawer-panel {
  transform: translateX(0);
}

.bb-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid #f3f4f6;
}

.bb-drawer-header h2 {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
}

.bb-drawer-close-btn {
  color: #6b7280;
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.bb-drawer-close-btn:hover {
  background: #f3f4f6;
  color: #111827;
}

.bb-drawer-body {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

#booster-drawer-cart-items-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bb-drawer-table-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 28px;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #f9fafb;
}

.bb-drawer-items-list {
  flex: 1;
  padding: 16px 28px;
  overflow-y: auto;
}

.bb-drawer-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
}

.bb-drawer-item-thumb {
  width: 64px;
  height: 64px;
  background: #1e1b4b;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.bb-drawer-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-drawer-item-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bb-drawer-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.bb-drawer-item-unit-price {
  font-size: 13px;
  color: #4b5563;
}

.bb-drawer-item-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.bb-qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 600;
}

.bb-qty-btn {
  padding: 2px 8px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.bb-qty-btn:hover {
  color: #111827;
}

.bb-qty-value {
  padding: 0 6px;
  min-width: 16px;
  text-align: center;
}

.bb-item-remove {
  color: #9ca3af;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.bb-item-remove:hover {
  color: #ef4444;
}

.bb-drawer-item-total {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-align: right;
  white-space: nowrap;
}

.bb-drawer-footer {
  border-top: 1px solid #e5e7eb;
  padding: 24px 28px;
  background: #ffffff;
  margin-top: auto;
}

.bb-drawer-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.bb-drawer-tax-note {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 20px;
}

.bb-drawer-tax-note a {
  text-decoration: underline;
}

.bb-checkout-btn {
  display: block;
  width: 100%;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 9999px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transition: all 0.2s ease;
}

.bb-checkout-btn:hover {
  background: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.bb-drawer-empty {
  padding: 48px 24px;
  text-align: center;
  color: #6b7280;
}

.bb-drawer-empty svg {
  margin: 0 auto 16px auto;
  color: #9ca3af;
}

.bb-drawer-empty h3 {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.bb-drawer-empty p {
  font-size: 14px;
  margin-bottom: 24px;
}

.bb-continue-shopping-btn {
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 9999px;
}

/* ==========================================================================
   15. Minimal Clean Checkout (checkout.png)
/* Hide standard clutter headers/tickers on Checkout & Thank You pages */
.woocommerce-checkout .bb-top-banner,
.woocommerce-checkout .bb-sub-ticker,
.woocommerce-checkout .bb-site-header,
.woocommerce-checkout .bb-site-footer .bb-footer-brand-badge {
  display: none !important;
}

.woocommerce-checkout .bb-page-main {
  padding-top: 0 !important;
  background: #ffffff;
}

.woocommerce-checkout .bb-page-main .bb-container.bb-py-8 {
  padding: 0 !important;
  max-width: 100% !important;
}

.bb-checkout-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 20px;
}

.bb-checkout-brand-header {
  margin-bottom: 32px;
}

.bb-checkout-logo {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
}

/* Universal Site Logo Auto-Resizing */
.bb-brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.bb-site-logo-img,
.custom-logo-link img.custom-logo,
.bb-brand-logo-link img {
  height: 42px !important;
  width: auto !important;
  max-width: 220px !important;
  max-height: 48px !important;
  object-fit: contain !important;
  display: block !important;
  transition: opacity 0.2s ease;
}

.bb-site-logo-img:hover,
.custom-logo-link img.custom-logo:hover {
  opacity: 0.92;
}

/* Header Context */
.bb-header-center .bb-site-logo-img,
.bb-header-center .custom-logo-link img.custom-logo {
  height: 42px !important;
  max-height: 48px !important;
  max-width: 220px !important;
  width: auto !important;
}

/* Checkout & Order Receipt Brand Header */
.bb-checkout-brand-header .bb-site-logo-img,
.bb-checkout-brand-header .custom-logo-link img.custom-logo {
  height: 44px !important;
  max-height: 50px !important;
  max-width: 240px !important;
  width: auto !important;
  margin: 0;
}

/* Footer Context */
.bb-footer-brand-badge .bb-site-logo-img,
.bb-footer-brand-badge .custom-logo-link img.custom-logo {
  height: 64px !important;
  max-height: 72px !important;
  max-width: 220px !important;
  width: auto !important;
  margin: 0 auto 14px auto !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .bb-site-logo-img,
  .custom-logo-link img.custom-logo,
  .bb-brand-logo-link img {
    height: 36px !important;
    max-height: 40px !important;
    max-width: 170px !important;
  }
  .bb-footer-brand-badge .bb-site-logo-img,
  .bb-footer-brand-badge .custom-logo-link img.custom-logo {
    height: 52px !important;
    max-height: 58px !important;
  }
}

.bb-checkout-layout-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: start;
}

.bb-checkout-section {
  margin-bottom: 36px;
}

.bb-section-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bb-checkout-sec-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.bb-checkout-signin-link {
  font-size: 13px;
  color: #2563eb;
  font-weight: 600;
}

.bb-checkout-signin-link:hover {
  text-decoration: underline;
}

.bb-payment-subtext {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

/* Customer Details Fields & Clean Alignment */
.bb-customer-fields-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

/* 50/50 Aligned Name Row */
.bb-name-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

.bb-name-fields-row .form-row,
.bb-name-fields-row .woocommerce-input-wrapper {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bb-field-row-full {
  width: 100%;
}

.bb-field-row-full .form-row,
.bb-field-row-full .woocommerce-input-wrapper {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bb-checkout-main-col label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

.bb-checkout-main-col label .required {
  color: #ef4444 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.bb-checkout-main-col input[type="text"],
.bb-checkout-main-col input[type="email"],
.bb-checkout-main-col input[type="tel"],
.bb-checkout-main-col select {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: #111827 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.bb-checkout-main-col input:focus,
.bb-checkout-main-col select:focus {
  outline: none !important;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}


/* Payment Methods Box Matching checkout.png */
.woocommerce-checkout-payment {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.woocommerce-checkout-payment ul.wc_payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1.5px solid #2563eb !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* Hide the radio button so the card is a seamless chosen container */
.woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method > input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Label row: Title on left, badges on right */
.woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method > label {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  cursor: pointer !important;
  background: #ffffff !important;
}

.bb-gateway-title-text {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

/* Badges on right */
.bb-gateway-badges {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-left: auto !important;
}

.bb-badge-mini {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  padding: 2px 6px !important;
  color: #111827 !important;
  letter-spacing: 0.02em !important;
}

.bb-badge-upi { color: #0284c7 !important; }
.bb-badge-visa { color: #1d4ed8 !important; }
.bb-badge-mc { color: #ea580c !important; }
.bb-badge-more { background: #f3f4f6 !important; color: #6b7280 !important; }

/* The description box underneath */
.woocommerce-checkout-payment div.payment_box {
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: #4b5563 !important;
  line-height: 1.5 !important;
}

.woocommerce-checkout-payment div.payment_box::before {
  display: none !important;
}

.woocommerce-checkout-payment div.payment_box p {
  margin: 0 !important;
  color: #4b5563 !important;
}

.woocommerce-checkout-payment div.payment_box img,
.woocommerce-checkout-payment div.payment_box svg {
  display: none !important;
}

/* Hide duplicate place-order button and default privacy text inside payment box */
.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  display: none !important;
}

/* ==========================================================================
   High-Converting CTA Pay Button (checkout & order-pay)
   ========================================================================== */
@keyframes bb-cta-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45), 0 10px 25px -4px rgba(37, 99, 235, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(37, 99, 235, 0), 0 14px 34px -4px rgba(37, 99, 235, 0.65);
  }
}

.bb-btn-pay-now {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 72px !important;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 16px 28px !important;
  text-align: center !important;
  margin-top: 24px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  animation: bb-cta-glow 2.5s infinite !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.bb-btn-pay-now:hover {
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 16px 36px -4px rgba(37, 99, 235, 0.65) !important;
}

.bb-btn-pay-now:active {
  transform: translateY(1px) scale(0.99) !important;
}

.bb-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

.bb-cta-main-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.bb-cta-icon {
  font-size: 22px;
  line-height: 1;
}

.bb-cta-price {
  color: #a7f3d0;
  font-weight: 900;
  font-size: 20px;
}

.bb-cta-arrow {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.bb-btn-pay-now:hover .bb-cta-arrow,
.bb-razorpay-button-container #btn-razorpay:hover .bb-cta-arrow {
  transform: translateX(5px);
}

.bb-cta-subtext {
  font-size: 12px;
  font-weight: 600;
  color: #bfdbfe;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1;
}

.bb-checkout-policies {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
  border-top: 1px solid #f3f4f6;
  padding-top: 18px;
  font-size: 12px;
  color: #6b7280;
}

.bb-checkout-policies a:hover {
  text-decoration: underline;
}

/* Right Column: Order Summary Card */
.bb-checkout-summary-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  position: sticky;
  top: 90px;
}

.bb-summary-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.bb-summary-thumb-wrapper {
  position: relative;
  width: 64px;
  height: 64px;
}

.bb-summary-thumb {
  width: 64px;
  height: 64px;
  background: #0f172a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.bb-summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-summary-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #000000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-summary-title strong {
  font-size: 14px;
  color: #111827;
  font-weight: 600;
  line-height: 1.3;
}

.bb-summary-price {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.bb-summary-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}

.bb-summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #111827;
}

.bb-summary-total-label {
  font-weight: 600;
}

.bb-summary-total-value {
  font-size: 20px;
  font-weight: 800;
}

.bb-currency-code {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
  margin-right: 4px;
}

/* 16. Additional Bundles Grid */
.bb-more-bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bb-bundle-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px -4px rgba(15, 23, 42, 0.07);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.bb-bundle-card:hover {
  transform: translateY(-8px);
  border-color: #93c5fd;
  box-shadow: 0 20px 35px -10px rgba(37, 99, 235, 0.16), 0 0 0 1px rgba(37, 99, 235, 0.1);
}

/* Thumbnail Wrap */
.bb-bundle-card-thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0f172a;
}

.bb-bundle-card-img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bb-bundle-card-thumb-wrap img,
.bb-bundle-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.bb-bundle-card:hover .bb-bundle-img {
  transform: scale(1.06);
}

.bb-thumb-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, transparent 40%, rgba(15, 23, 42, 0.45) 100%);
  pointer-events: none;
}

/* Badges on Thumbnail */
.bb-card-badges-top {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
  z-index: 2;
}

.bb-card-badge-discount {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  height: 26px;
  padding: 0 9px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  white-space: nowrap !important;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.bb-flame-icon {
  color: #fef08a;
  display: inline-block;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.bb-card-badge-popular {
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fbbf24;
  font-size: 10.5px;
  font-weight: 700;
  height: 26px;
  padding: 0 9px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap !important;
  flex-shrink: 0;
}

.bb-card-format-tag {
  position: absolute;
  bottom: 12px;
  left: 14px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #f8fafc;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Card Body */
.bb-bundle-card-body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Rating & Social Proof */
.bb-bundle-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12px;
}

.bb-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.bb-rating-score {
  font-weight: 800;
  color: #0f172a;
}

.bb-rating-count {
  color: #64748b;
  font-weight: 500;
}

/* Title */
.bb-bundle-card-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 14px 0;
  line-height: 1.35;
  letter-spacing: -0.015em;
  min-height: 46px;
}

.bb-bundle-card-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.15s ease;
}

.bb-bundle-card-title a:hover {
  color: #2563eb;
}

/* Feature List */
.bb-bundle-feature-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.bb-bundle-feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  font-weight: 500;
  margin: 0 !important;
}

.bb-bundle-feature-list li svg {
  flex-shrink: 0;
}

/* Card Footer & Price */
.bb-bundle-card-footer {
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
}

.bb-bundle-price-box {
  margin-bottom: 14px;
}

.bb-price-deal-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #059669;
  margin-bottom: 2px;
}

.bb-bundle-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.bb-bundle-price-row del {
  font-size: 15px;
  color: #94a3b8;
  font-weight: 600;
  text-decoration: line-through;
}

.bb-bundle-price-row ins,
.bb-bundle-price-row .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
}

.bb-bundle-price-row ins .woocommerce-Price-amount {
  color: #2563eb;
}

/* High Conversion Action Button */
.bb-btn-card-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
  transition: all 0.22s ease;
  position: relative;
  overflow: hidden;
}

.bb-btn-card-action:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.38);
}

.bb-btn-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.bb-btn-card-label svg {
  transition: transform 0.2s ease;
}

.bb-btn-card-action:hover .bb-btn-card-label svg {
  transform: translateX(4px);
}

.bb-btn-card-sub {
  font-size: 10.5px;
  font-weight: 600;
  color: #bfdbfe;
  margin-top: 2px;
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 1024px) {
  .bb-more-bundles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .bb-more-bundles-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .bb-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .bb-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bb-checkout-layout-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .bb-reels-grid,
  .bb-proof-grid,
  .bb-steps-list,
  .bb-bonus-grid,
  .bb-more-bundles-grid {
    grid-template-columns: 1fr;
  }
  .bb-monetize-grid {
    grid-template-columns: 1fr;
  }
  .bb-audience-grid {
    grid-template-columns: 1fr;
  }
  .bb-fields-row-2,
  .bb-fields-row-3 {
    grid-template-columns: 1fr;
  }
  .bb-product-title {
    font-size: 26px;
  }

  /* Mobile Checkout Styling */
  .bb-checkout-container {
    padding: 24px 16px !important;
  }

  /* Payment Method Box on Mobile: Title in one line, Badges below it */
  .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method > label {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 14px 14px !important;
  }

  .bb-gateway-title-text {
    display: block !important;
    width: 100% !important;
    font-size: clamp(10.5px, 3.1vw, 13px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #111827 !important;
  }

  .bb-gateway-badges {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-left: 0 !important;
    flex-wrap: wrap !important;
  }

  /* Product Summary should not appear on checkout page in mobile */
  .bb-checkout-sidebar-col,
  .bb-checkout-summary-card,
  .bb-order-items-list {
    display: none !important;
  }
}

/* Dynamic Product Description Styling - Full Width */
.bb-custom-description-section,
.bb-custom-description-section.bb-description-full-width {
  background: #ffffff;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.bb-custom-description-section .bb-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.bb-main-description-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  box-sizing: border-box;
}

/* Sections inside full-width description */
.bb-main-description-content .bb-landing-page-body-content,
.bb-main-description-content .bb-section,
.bb-landing-page-body-content .bb-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.bb-main-description-content .bb-section,
.bb-landing-page-body-content .bb-section {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .bb-main-description-content .bb-section,
  .bb-landing-page-body-content .bb-section {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (min-width: 1200px) {
  .bb-main-description-content .bb-section,
  .bb-landing-page-body-content .bb-section {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* Full-width grids inside description */
.bb-main-description-content .bb-reels-grid,
.bb-landing-page-body-content .bb-reels-grid {
  width: 100%;
  max-width: 100%;
  gap: 20px;
}

@media (min-width: 1200px) {
  .bb-main-description-content .bb-reels-grid,
  .bb-landing-page-body-content .bb-reels-grid {
    gap: 24px;
  }
}

.bb-main-description-content .bb-proof-grid,
.bb-landing-page-body-content .bb-proof-grid,
.bb-main-description-content .bb-audience-grid,
.bb-landing-page-body-content .bb-audience-grid,
.bb-main-description-content .bb-bonus-grid,
.bb-landing-page-body-content .bb-bonus-grid,
.bb-main-description-content .bb-steps-list,
.bb-landing-page-body-content .bb-steps-list {
  width: 100%;
  max-width: 100%;
}

/* Standard text padding when description contains regular editorial text */
.bb-main-description-content > p,
.bb-main-description-content > h1,
.bb-main-description-content > h2,
.bb-main-description-content > h3,
.bb-main-description-content > h4,
.bb-main-description-content > h5,
.bb-main-description-content > h6,
.bb-main-description-content > ul,
.bb-main-description-content > ol,
.bb-main-description-content > blockquote,
.bb-main-description-content > table {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .bb-main-description-content > p,
  .bb-main-description-content > h1,
  .bb-main-description-content > h2,
  .bb-main-description-content > h3,
  .bb-main-description-content > h4,
  .bb-main-description-content > h5,
  .bb-main-description-content > h6,
  .bb-main-description-content > ul,
  .bb-main-description-content > ol,
  .bb-main-description-content > blockquote,
  .bb-main-description-content > table {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (min-width: 1200px) {
  .bb-main-description-content > p,
  .bb-main-description-content > h1,
  .bb-main-description-content > h2,
  .bb-main-description-content > h3,
  .bb-main-description-content > h4,
  .bb-main-description-content > h5,
  .bb-main-description-content > h6,
  .bb-main-description-content > ul,
  .bb-main-description-content > ol,
  .bb-main-description-content > blockquote,
  .bb-main-description-content > table {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.bb-main-description-content h1,
.bb-main-description-content h2,
.bb-main-description-content h3,
.bb-main-description-content h4 {
  color: #0f172a;
  font-weight: 800;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

.bb-main-description-content p {
  margin-bottom: 1.4em;
}

.bb-main-description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.bb-main-description-content ul,
.bb-main-description-content ol {
  margin: 1.2em 0 1.6em 1.4em;
}

.bb-main-description-content li {
  margin-bottom: 0.6em;
}

.bb-main-description-content blockquote {
  border-left: 4px solid #2563eb;
  background: #f8fafc;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
  font-style: italic;
  color: #1e293b;
}

/* ==========================================================================
   16. Modern Checkout-Consistent Thank You / Order Received Page
   ========================================================================== */
.bb-thankyou-page-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 20px;
}

.bb-thankyou-layout-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 48px;
  align-items: start;
}

/* 1. Hero Confirmation Card */
.bb-thankyou-hero-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.bb-thankyou-hero-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.bb-thankyou-check-circle {
  width: 52px;
  height: 52px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}

.bb-thankyou-heading-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bb-thankyou-badge-confirmed {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #059669;
  background: #ecfdf5;
  padding: 3px 8px;
  border-radius: 9999px;
  width: fit-content;
}

.bb-thankyou-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.bb-thankyou-subtitle {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 24px;
}

.bb-email-pill {
  display: inline-block;
  background: #f1f5f9;
  color: #0f172a;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  margin-top: 4px;
}

/* Order Meta Grid (3 Beautified Cards: Order #, Date, Total Paid) */
.bb-thankyou-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid #f1f5f9;
  padding-top: 24px;
}

.bb-ty-meta-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.02) !important;
  transition: all 0.2s ease !important;
}

.bb-ty-meta-item:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08) !important;
  transform: translateY(-2px) !important;
}

.bb-ty-meta-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.bb-ty-icon-blue { background: #eff6ff; color: #2563eb; }
.bb-ty-icon-purple { background: #f5f3ff; color: #7c3aed; }
.bb-ty-icon-green { background: #ecfdf5; color: #059669; }
.bb-ty-icon-sky { background: #f0f9ff; color: #0284c7; }

.bb-ty-meta-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bb-ty-meta-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 700;
}

.bb-ty-meta-val {
  font-size: 15px;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.25;
}

.bb-ty-total-accent {
  color: #059669 !important;
  font-size: 17px;
}

.bb-ty-val-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.bb-ty-status-pill {
  font-size: 10px;
  font-weight: 700;
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
  padding: 1px 6px;
  border-radius: 4px;
}

.bb-ty-method-clean {
  display: block;
}

.bb-ty-method-badges {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.bb-ty-subtag {
  background: #f1f5f9;
  color: #475569;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* 2. Instant Access & Downloads Card */
.bb-thankyou-access-card {
  background: #eff6ff;
  border: 1.5px solid #93c5fd;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.bb-access-header {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.bb-access-icon {
  width: 44px;
  height: 44px;
  background: #dbeafe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-access-title {
  font-size: 17px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 4px 0;
}

.bb-access-desc {
  font-size: 13px;
  color: #3b82f6;
  margin: 0;
  line-height: 1.5;
}

.bb-downloads-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.bb-btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.bb-btn-download:hover {
  background: #1d4ed8;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.bb-access-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(147, 197, 253, 0.4);
  padding-top: 14px;
}

.bb-access-pill {
  font-size: 12px;
  color: #1e40af;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.65);
  padding: 4px 10px;
  border-radius: 9999px;
}

/* 3. Customer & Billing Details Card */
.bb-thankyou-customer-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.bb-customer-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
}

.bb-cust-block {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.bb-cust-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.bb-cust-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.bb-cust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  margin-bottom: 4px;
}

.bb-badge-paid {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 4px;
}

/* Return button */
.bb-thankyou-actions {
  margin-top: 8px;
}

.bb-btn-return-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  padding: 10px 18px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bb-btn-return-home:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #1d4ed8;
}

/* Right Column Sidebar specifics */
.bb-summary-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.bb-summary-subnote {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

.bb-summary-breakdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
}

.bb-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #475569;
}

.bb-breakdown-row .bb-text-green {
  color: #15803d;
  font-weight: 600;
}

.bb-support-card {
  margin-top: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  font-size: 13px;
}

.bb-support-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  margin-bottom: 6px;
}

.bb-support-card p {
  color: #64748b;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.bb-support-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
  .bb-thankyou-layout-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .bb-thankyou-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bb-customer-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   17. Order Pay Page (order-pay / order-receipt.php / form-pay.php)
   ========================================================================== */
.bb-order-pay-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 20px;
}

.bb-order-pay-shield-icon {
  width: 52px;
  height: 52px;
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.15);
}

.bb-order-pay-badge-pending {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b45309;
  background: #fef3c7;
  border: 1px solid #fde68a;
  padding: 3px 8px;
  border-radius: 9999px;
  width: fit-content;
}

.bb-order-pay-due-pill {
  font-size: 10px;
  font-weight: 700;
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fde68a;
  padding: 1px 6px;
  border-radius: 4px;
}

/* Payment Action Card */
.bb-order-pay-action-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.bb-order-pay-card-header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.bb-pay-title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.bb-pay-method-heading {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.bb-gateway-badges {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bb-badge-mini {
  font-size: 10px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.03em;
}

.bb-badge-upi { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.bb-badge-visa { background: #1e3a8a; color: #ffffff; }
.bb-badge-mc { background: #ea580c; color: #ffffff; }
.bb-badge-more { background: #f1f5f9; color: #475569; }

.bb-pay-subnote {
  font-size: 13px;
  color: #64748b;
  margin: 6px 0 0 0;
  line-height: 1.4;
}

/* Razorpay Button Styling */
.bb-razorpay-button-container {
  margin: 20px 0 24px 0;
  width: 100%;
}

.bb-razorpay-button-container > p:first-child {
  display: none !important;
}

.bb-razorpay-button-container p {
  margin: 0 !important;
  width: 100% !important;
}

.bb-razorpay-button-container #btn-razorpay {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 72px !important;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 16px 28px !important;
  cursor: pointer !important;
  animation: bb-cta-glow 2.5s infinite !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}

.bb-razorpay-button-container #btn-razorpay:hover {
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%) !important;
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 16px 36px -4px rgba(37, 99, 235, 0.65) !important;
}

.bb-razorpay-button-container #btn-razorpay:active {
  transform: translateY(1px) scale(0.99) !important;
}

.bb-razorpay-button-container #btn-razorpay-cancel {
  background: transparent !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  margin-top: 14px !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  transition: color 0.15s ease !important;
}

.bb-razorpay-button-container #btn-razorpay-cancel:hover {
  color: #ef4444 !important;
}

.bb-security-badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #059669;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

/* ==========================================================================
   14. WooCommerce My Account Custom Redesign & Styling
   ========================================================================== */

/* Resets for My Account Default Styles */
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}

/* Top Account Wrapper & Breadcrumbs */
.bb-myaccount-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0 40px;
}

.bb-myaccount-topbar {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.bb-myaccount-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 6px;
}

.bb-myaccount-breadcrumbs a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease;
}

.bb-myaccount-breadcrumbs a:hover {
  color: #2563eb;
}

.bb-myaccount-breadcrumbs .bb-sep {
  color: #cbd5e1;
}

.bb-myaccount-breadcrumbs .bb-current {
  color: #0f172a;
  font-weight: 600;
}

.bb-myaccount-breadcrumbs .bb-current-sub {
  color: #2563eb;
  font-weight: 700;
  background: #eff6ff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
}

.bb-myaccount-main-title {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}

/* Main 2-Column Layout */
.bb-myaccount-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 32px;
  align-items: start;
}

/* Sidebar Navigation Card */
.bb-account-sidebar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 90px;
  z-index: 10;
}

/* User Card in Sidebar */
.bb-sidebar-user-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.bb-sidebar-avatar-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
}

.bb-sidebar-avatar {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 2px solid #eff6ff !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.12) !important;
}

.bb-online-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 13px;
  background: #10b981;
  border: 2.5px solid #ffffff;
  border-radius: 50%;
}

.bb-sidebar-user-meta {
  overflow: hidden;
}

.bb-sidebar-welcome-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  display: block;
}

.bb-sidebar-user-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.bb-sidebar-user-email {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

/* Nav Items List */
.bb-account-nav-list,
.bb-account-nav-list li,
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation li {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bb-account-nav-list li::before,
.woocommerce-MyAccount-navigation li::before {
  content: none !important;
  display: none !important;
}

.bb-account-nav-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bb-nav-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

.bb-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.bb-nav-label {
  flex: 1;
}

.bb-nav-chevron {
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
  color: #94a3b8;
  display: flex;
  align-items: center;
}

.bb-nav-link:hover {
  background: #f8fafc;
  color: #0f172a;
}

.bb-nav-link:hover .bb-nav-chevron {
  opacity: 1;
  transform: translateX(0);
}

.bb-nav-link:hover .bb-nav-icon {
  background: #e2e8f0;
  color: #0f172a;
}

/* Active Nav Item */
.bb-account-nav-list li.is-active .bb-nav-link {
  background: #eff6ff !important;
  color: #2563eb !important;
  font-weight: 700;
  box-shadow: inset 3px 0 0 #2563eb;
}

.bb-account-nav-list li.is-active .bb-nav-icon {
  background: #dbeafe;
  color: #2563eb;
}

.bb-account-nav-list li.is-active .bb-nav-chevron {
  opacity: 1;
  transform: translateX(0);
  color: #2563eb;
}

/* Logout Nav Item */
.bb-account-nav-list li.bb-nav-item--logout {
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid #f1f5f9;
}

.bb-account-nav-list li.bb-nav-item--logout .bb-nav-link {
  color: #64748b;
}

.bb-account-nav-list li.bb-nav-item--logout .bb-nav-link:hover {
  background: #fef2f2 !important;
  color: #ef4444 !important;
}

.bb-account-nav-list li.bb-nav-item--logout .bb-nav-link:hover .bb-nav-icon {
  background: #fee2e2;
  color: #ef4444;
}

/* Sidebar Trust Badge */
.bb-sidebar-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #f8fafc;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}

/* Content Area */
.bb-myaccount-content-card {
  background: transparent;
  min-width: 0;
}

/* ==========================================
   Dashboard Styling
   ========================================== */
.bb-dashboard-wrapper {
  display: flex;
  flex-direction: column;
}

.bb-dashboard-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-top: 4px solid #2563eb;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.bb-dashboard-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.bb-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
}

.bb-status-pill--active {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}

.bb-dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
}

.bb-logout-quick {
  font-size: 13px;
  color: #64748b;
}

.bb-quick-logout-link {
  color: #ef4444 !important;
  font-weight: 600;
  text-decoration: underline !important;
}

.bb-dashboard-greeting {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.25;
}

.bb-user-highlight {
  color: #2563eb;
}

.bb-dashboard-intro {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
  max-width: 650px;
}

/* Action Cards Grid */
.bb-dashboard-actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.bb-action-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  position: relative;
}

.bb-action-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.bb-action-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.bb-icon-blue {
  background: #eff6ff;
  color: #2563eb;
}

.bb-icon-emerald {
  background: #ecfdf5;
  color: #059669;
}

.bb-icon-rose {
  background: #fef2f2;
  color: #e11d48;
}

.bb-action-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.bb-action-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.bb-action-arrow {
  color: #94a3b8;
  display: flex;
  align-items: center;
  transition: transform 0.2s, color 0.2s;
}

.bb-action-card:hover .bb-action-arrow {
  transform: translateX(3px);
  color: #0f172a;
}

.bb-action-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 16px;
  flex: 1;
}

.bb-action-btn-text {
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Account Overview Card */
.bb-account-overview-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.bb-overview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.bb-overview-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.bb-edit-link {
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none !important;
}

.bb-edit-link:hover {
  text-decoration: underline !important;
}

.bb-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bb-overview-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bb-overview-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bb-overview-val {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  word-break: break-word;
}

.bb-security-verified {
  color: #059669;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* ==========================================
   Downloads Section Styling
   ========================================== */
.bb-downloads-wrapper {
  display: flex;
  flex-direction: column;
}

.bb-section-header-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.bb-section-header-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bb-section-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-badge-indigo {
  background: #e0e7ff !important;
  color: #4f46e5 !important;
}

.bb-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 2px;
}

.bb-card-subtitle {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.bb-count-badge {
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 9999px;
  border: 1px solid #dbeafe;
}

.bb-downloads-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bb-download-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 24px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.bb-download-item-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.06);
}

.bb-download-item-main {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 260px;
}

.bb-download-file-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-download-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px;
}

.bb-download-link {
  color: #0f172a;
  text-decoration: none;
}

.bb-download-link:hover {
  color: #2563eb;
}

.bb-download-filename {
  font-size: 13px;
  color: #475569;
  margin: 0 0 8px;
  font-weight: 500;
}

.bb-file-tag {
  color: #94a3b8;
  font-weight: 600;
  font-size: 12px;
}

.bb-download-meta-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bb-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 6px;
}

.bb-meta-remaining {
  background: #ecfdf5;
  color: #059669;
}

.bb-meta-expires {
  background: #f1f5f9;
  color: #475569;
}

.bb-download-action-wrap {
  flex-shrink: 0;
}

.bb-btn-download-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.bb-btn-download-action:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  color: #ffffff !important;
}

/* Empty State */
.bb-empty-state-card {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  padding: 50px 24px;
  text-align: center;
  max-width: 580px;
  margin: 20px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.bb-empty-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.bb-empty-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
}

.bb-empty-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 440px;
}

.bb-btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.bb-btn-explore:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* ==========================================
   Account Details Form Styling
   ========================================== */
.bb-edit-account-wrapper {
  display: flex;
  flex-direction: column;
}

.bb-form-section-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.bb-form-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.bb-form-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.bb-section-tag {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  background: #f1f5f9;
  padding: 3px 8px;
  border-radius: 6px;
}

.bb-form-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bb-field-group {
  margin-bottom: 18px;
}

.bb-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.bb-req {
  color: #ef4444;
}

.bb-input-text {
  width: 100% !important;
  height: 46px !important;
  padding: 0 16px !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #0f172a !important;
  transition: all 0.15s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.bb-input-text:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

.bb-field-hint {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.4;
}

.bb-form-submit-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.bb-btn-save-account {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.bb-btn-save-account:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

/* ==========================================
   Auth Forms (Login, Register, Lost Password)
   ========================================== */
.bb-auth-page-wrapper {
  padding: 20px 0 40px;
}

.bb-auth-container {
  max-width: 480px;
  margin: 0 auto;
}

.bb-auth--has-registration .bb-auth-container {
  max-width: 960px;
}

.bb-auth-header {
  text-align: center;
  margin-bottom: 28px;
}

.bb-auth-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
}

.bb-badge-amber {
  background: #fef3c7 !important;
}

.bb-auth-title {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
}

.bb-auth-subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.bb-auth-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.bb-auth--has-registration .bb-auth-card-grid {
  grid-template-columns: 1fr 1fr;
}

.bb-auth-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.bb-auth-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bb-auth-card-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px;
}

.bb-text-center {
  text-align: center;
}

.bb-auth-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 13px;
}

.bb-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  cursor: pointer;
  user-select: none;
}

.bb-checkbox-input {
  width: 16px;
  height: 16px;
  accent-color: #2563eb;
  cursor: pointer;
}

.bb-lost-password-link {
  color: #2563eb !important;
  font-weight: 600;
  text-decoration: none !important;
}

.bb-lost-password-link:hover {
  text-decoration: underline !important;
}

.bb-auth-btn-row {
  margin-top: 10px;
}

.bb-btn-auth-primary {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.bb-btn-auth-primary:hover {
  background: #1d4ed8;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  color: #ffffff !important;
}

.bb-btn-auth-register {
  background: #0f172a;
}

.bb-btn-auth-register:hover {
  background: #1e293b;
}

.bb-auth-back-link {
  text-align: center;
  margin-top: 20px;
}

.bb-auth-back-link a {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  text-decoration: none !important;
}

.bb-auth-back-link a:hover {
  color: #2563eb !important;
}

/* ==========================================
   WooCommerce System Notices
   ========================================== */
.woocommerce-notices-wrapper {
  width: 100% !important;
}

.woocommerce-notices-wrapper:empty {
  display: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 12px !important;
  padding: 14px 18px !important;
  margin: 0 0 20px 0 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  display: block !important;
  position: relative !important;
  box-sizing: border-box !important;
}

.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after {
  display: none !important;
  content: none !important;
}

.woocommerce-error {
  background: #fef2f2 !important;
  color: #991b1b !important;
  border: 1px solid #fecaca !important;
  border-left: 5px solid #ef4444 !important;
  list-style: none !important;
  padding-left: 18px !important;
}

.woocommerce-error li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #991b1b !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.woocommerce-error li::before {
  content: "⚠️" !important;
  font-size: 14px !important;
  line-height: 1 !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
}

.woocommerce-error li strong {
  font-weight: 700 !important;
  color: #b91c1c !important;
}

.woocommerce-message {
  background: #ecfdf5 !important;
  color: #065f46 !important;
  border: 1px solid #a7f3d0 !important;
  border-left: 5px solid #10b981 !important;
}

.woocommerce-message li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-info {
  background: #eff6ff !important;
  color: #1e40af !important;
  border: 1px solid #bfdbfe !important;
  border-left: 5px solid #2563eb !important;
}

.woocommerce-info li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-message a.button,
.woocommerce-info a.button {
  background: #2563eb !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-left: auto !important;
  float: none !important;
}

/* Auth Card Notice Scoped Styling */
.bb-auth-card .woocommerce-notices-wrapper {
  margin-bottom: 20px !important;
}

.bb-auth-card .woocommerce-error,
.bb-auth-card .woocommerce-message,
.bb-auth-card .woocommerce-info {
  margin-bottom: 0 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 13px !important;
}

/* ==========================================
   Responsive Breakpoints
   ========================================== */
@media (max-width: 960px) {
  .bb-myaccount-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bb-account-sidebar {
    position: static;
    top: auto;
  }

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

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

  .bb-auth--has-registration .bb-auth-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bb-form-grid-2col {
    grid-template-columns: 1fr;
  }

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

  .bb-auth-card {
    padding: 24px 18px;
  }

  .bb-download-item-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .bb-download-action-wrap {
    width: 100%;
  }

  .bb-btn-download-action {
    width: 100%;
    justify-content: center;
  }

  .bb-form-submit-row {
    justify-content: stretch;
  }

  .bb-btn-save-account {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   15. Interactive Instant Product Search Modal
   ========================================================================== */
.bb-search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.bb-search-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bb-search-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bb-search-modal-card {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 640px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  margin-top: 80px;
  box-shadow: 0 25px 60px -12px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(15, 23, 42, 0.05);
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.bb-search-modal-overlay.is-open .bb-search-modal-card {
  transform: translateY(0) scale(1);
}

.bb-search-header-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bb-live-search-form {
  flex: 1;
}

.bb-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.bb-search-input-icon {
  position: absolute;
  left: 16px;
  color: #64748b;
  pointer-events: none;
}

.bb-search-field-input {
  width: 100% !important;
  height: 54px !important;
  padding: 0 48px 0 50px !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
}

.bb-search-field-input:focus {
  background: #ffffff !important;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

.bb-search-clear-btn {
  position: absolute;
  right: 14px;
  background: #e2e8f0;
  border: none;
  color: #475569;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease;
}

.bb-search-clear-btn:hover {
  background: #cbd5e1;
  color: #0f172a;
}

.bb-search-modal-close {
  background: #f1f5f9;
  border: none;
  color: #64748b;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.bb-search-modal-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

/* Quick Tags */
.bb-search-quick-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.bb-quick-tags-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-right: 4px;
}

.bb-quick-tag-btn {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.15s ease;
}

.bb-quick-tag-btn:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #2563eb;
}

/* Live Search Results List */
.bb-search-results-container {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  overflow-y: auto;
  max-height: 420px;
}

.bb-search-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bb-search-result-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.bb-search-result-item:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.bb-search-item-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.bb-search-item-info {
  flex: 1;
  min-width: 0;
}

.bb-search-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bb-search-item-price {
  font-size: 13px;
  font-weight: 700;
  color: #059669;
}

.bb-search-item-price del {
  color: #94a3b8;
  font-weight: 500;
  margin-right: 6px;
}

.bb-search-item-price ins {
  text-decoration: none;
}

.bb-search-item-arrow {
  color: #cbd5e1;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.15s ease, color 0.15s ease;
}

.bb-search-result-item:hover .bb-search-item-arrow {
  transform: translateX(4px);
  color: #2563eb;
}

.bb-search-view-all {
  display: block;
  text-align: center;
  padding: 12px;
  background: #eff6ff;
  border-radius: 10px;
  color: #2563eb;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: 8px;
  transition: background 0.15s ease;
}

.bb-search-view-all:hover {
  background: #dbeafe;
}

.bb-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 36px 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.bb-search-spinner {
  width: 22px;
  height: 22px;
  border: 2.5px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: bb-spin 0.6s linear infinite;
}

@keyframes bb-spin {
  to { transform: rotate(360deg); }
}

.bb-search-empty {
  text-align: center;
  padding: 32px 16px;
  color: #64748b;
}

.bb-search-empty-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.bb-search-empty-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.bb-search-empty-sub {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 640px) {
  .bb-search-modal-card {
    margin-top: 24px;
    padding: 16px;
    width: 94%;
  }

  .bb-search-field-input {
    height: 48px !important;
    font-size: 14.5px !important;
  }
}

/* ==========================================================================
   16. High-Converting Modern Contact Page
   ========================================================================== */
.bb-contact-page-main {
  background: #f8fafc;
  min-height: calc(100vh - 200px);
  padding-bottom: 72px;
}

.bb-contact-hero-sec {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
  padding: 48px 0 44px;
}

.bb-contact-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #059669;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

.bb-contact-main-title {
  font-size: 36px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1.2;
}

.bb-contact-hero-sub {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  max-width: 660px;
  margin: 0 auto;
}

.bb-contact-body-sec {
  padding-top: 48px;
}

.bb-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.5fr;
  gap: 36px;
  align-items: flex-start;
}

/* Left Column: Channels */
.bb-contact-channels-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bb-contact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: all 0.2s ease;
}

.bb-contact-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 20px -4px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.bb-card-whatsapp {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border-color: #86efac;
}

.bb-card-whatsapp:hover {
  border-color: #22c55e;
}

.bb-channel-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-icon-whatsapp {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.28);
}

.bb-icon-email {
  background: #eff6ff;
  color: #2563eb;
}

.bb-icon-phone {
  background: #f5f3ff;
  color: #7c3aed;
}

.bb-icon-building {
  background: #f1f5f9;
  color: #475569;
}

.bb-channel-details {
  flex: 1;
}

.bb-channel-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 6px;
  background: #dcfce7;
  color: #15803d;
  margin-bottom: 6px;
}

.bb-tag-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.bb-tag-indigo {
  background: #ede9fe;
  color: #6d28d9;
}

.bb-tag-gray {
  background: #f1f5f9;
  color: #475569;
}

.bb-channel-title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
}

.bb-channel-title-sm {
  font-size: 14.5px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 3px;
}

.bb-channel-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 12px;
}

.bb-channel-sub {
  display: block;
  font-size: 11.5px;
  color: #94a3b8;
  margin-top: 6px;
}

.bb-btn-wa-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #22c55e;
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.18s ease;
  box-shadow: 0 3px 10px rgba(34, 197, 94, 0.3);
}

.bb-btn-wa-action:hover {
  background: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(34, 197, 94, 0.4);
}

.bb-contact-email-link {
  font-size: 14.5px;
  font-weight: 700;
  color: #2563eb !important;
  text-decoration: none !important;
  display: inline-block;
  word-break: break-all;
}

.bb-contact-email-link:hover {
  text-decoration: underline !important;
}

.bb-channel-phone-line {
  font-size: 13px;
  color: #475569;
  margin: 0;
}

.bb-phone-link {
  color: #7c3aed !important;
  font-weight: 700;
  text-decoration: none !important;
  margin-left: 4px;
}

.bb-legal-trade-label {
  font-size: 12px;
  color: #475569;
  margin: 0 0 4px;
}

.bb-legal-addr-text {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Right Column: Contact Form */
.bb-contact-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 4px 20px -4px rgba(15, 23, 42, 0.06);
}

.bb-form-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.bb-form-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-form-card-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}

.bb-form-card-subtitle {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

.bb-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bb-optional-hint {
  font-size: 11.5px;
  color: #94a3b8;
  font-weight: 500;
  margin-left: 4px;
}

.bb-input-select {
  width: 100% !important;
  height: 46px !important;
  padding: 0 14px !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  color: #0f172a !important;
  font-family: inherit !important;
  outline: none !important;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.bb-input-select:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

.bb-input-textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: #0f172a !important;
  font-family: inherit !important;
  outline: none !important;
  resize: vertical;
  min-height: 120px;
  line-height: 1.55;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.bb-input-textarea:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

.bb-form-submit-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bb-btn-contact-submit {
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
  transition: all 0.2s ease;
}

.bb-btn-contact-submit:hover:not(:disabled) {
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.38);
  transform: translateY(-1px);
}

.bb-btn-contact-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.bb-spin-icon {
  animation: bb-spin 0.7s linear infinite;
}

.bb-form-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}

/* AJAX Response Box */
.bb-contact-response-box {
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-size: 13.5px;
  line-height: 1.5;
}

.bb-response-inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bb-res-icon {
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1.3;
}

.bb-response-success {
  background: #ecfdf5 !important;
  border: 1px solid #a7f3d0 !important;
  color: #065f46 !important;
}

.bb-response-error {
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  color: #991b1b !important;
}

/* Quick Self-Help Card */
.bb-contact-self-help-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  margin-top: 24px;
}

.bb-self-help-title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0f172a;
  margin: 0 0 14px;
}

.bb-self-help-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bb-help-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}

.bb-help-item strong {
  display: block;
  color: #0f172a;
  margin-bottom: 2px;
}

.bb-help-item p {
  margin: 0;
}

.bb-help-item a {
  color: #2563eb !important;
  font-weight: 600;
  text-decoration: underline;
}

.bb-help-bullet {
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1.3;
}

/* Contact Page Responsive */
@media (max-width: 960px) {
  .bb-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bb-contact-hero-sec {
    padding: 36px 0 32px;
  }

  .bb-contact-main-title {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .bb-contact-card {
    padding: 18px;
  }

  .bb-contact-form-card {
    padding: 20px;
  }

  .bb-btn-wa-action {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   25. Universal Mobile Sticky Pay & Action Buttons
   (Product Single, Cart, Checkout, Pending Order)
   ========================================================================== */

/* Desktop defaults: hide mobile sticky bar */
.bb-mobile-sticky-bar {
  display: none;
}

@media (max-width: 768px) {
  /* 1. Product Single Landing Page */
  .bb-product-landing-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .bb-mobile-sticky-bar {
    display: block !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 990 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-top: 1px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12) !important;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
  }

  .bb-sticky-bar-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .bb-sticky-pricing {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .bb-sticky-label {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #64748b !important;
    line-height: 1.2 !important;
  }

  .bb-sticky-prices {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
  }

  .bb-sticky-sale-price {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
  }

  .bb-sticky-reg-price {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
  }

  .bb-btn-sticky-bar {
    flex: 1 !important;
    max-width: 240px !important;
    min-height: 48px !important;
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 900 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    border-radius: 12px !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4) !important;
    cursor: pointer !important;
    animation: bb-cta-glow 2.5s infinite !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    text-decoration: none !important;
  }

  .bb-btn-sticky-bar:active {
    transform: scale(0.98) !important;
  }

  .bb-btn-sticky-bar .bb-btn-icon {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  /* Hide single product sticky bar when drawer is active */
  body.bb-drawer-open .bb-mobile-sticky-bar {
    display: none !important;
  }

  /* 2. Cart Page & Cart Drawer */
  .bb-cart-page-main {
    padding-bottom: calc(140px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .bb-cart-page-main .bb-drawer-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 990 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-top: 1px solid #e2e8f0 !important;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.14) !important;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .bb-cart-page-main .bb-drawer-footer .bb-checkout-btn {
    min-height: 52px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    margin-top: 8px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #booster-cart-drawer .bb-cart-drawer-panel {
    display: flex !important;
    flex-direction: column !important;
    max-height: 100dvh !important;
    height: 100% !important;
  }

  #booster-cart-drawer .bb-drawer-body {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    min-height: 0 !important;
  }

  #booster-cart-drawer #booster-drawer-cart-items-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  #booster-cart-drawer .bb-drawer-items-list {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
  }

  #booster-cart-drawer .bb-drawer-footer {
    flex-shrink: 0 !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 20 !important;
    background: #ffffff !important;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08) !important;
    border-top: 1px solid #e5e7eb !important;
    padding: 16px 24px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* 3. Checkout Page */
  .bb-checkout-container {
    padding-bottom: calc(115px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .bb-checkout-submit-wrap {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 995 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.15) !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .bb-checkout-submit-wrap .bb-btn-pay-now {
    margin-top: 0 !important;
    min-height: 56px !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .bb-checkout-submit-wrap .bb-cta-main-text {
    font-size: clamp(14px, 4.2vw, 17px) !important;
    gap: 6px !important;
  }

  .bb-checkout-submit-wrap .bb-cta-icon {
    font-size: 18px !important;
  }

  .bb-checkout-submit-wrap .bb-cta-arrow {
    width: 18px !important;
    height: 18px !important;
  }

  .bb-checkout-submit-wrap .bb-cta-subtext {
    font-size: 10.5px !important;
  }

  /* 4. Pending Order & Order Receipt Page */
  .bb-order-pay-container {
    padding-bottom: calc(115px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .bb-order-pay-submit-wrap,
  .bb-order-pay-container .bb-razorpay-button-container {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 995 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.15) !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .bb-order-pay-submit-wrap .bb-btn-pay-now,
  .bb-order-pay-container .bb-razorpay-button-container #btn-razorpay {
    margin: 0 auto !important;
    min-height: 56px !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .bb-order-pay-submit-wrap .bb-cta-main-text,
  .bb-order-pay-container .bb-razorpay-button-container #btn-razorpay .bb-cta-main-text {
    font-size: clamp(14px, 4.2vw, 17px) !important;
    gap: 6px !important;
  }

  .bb-order-pay-submit-wrap .bb-cta-subtext,
  .bb-order-pay-container .bb-razorpay-button-container #btn-razorpay .bb-cta-subtext {
    font-size: 10.5px !important;
  }

  .bb-order-pay-container .bb-razorpay-button-container #btn-razorpay-cancel {
    margin-top: 6px !important;
    font-size: 11.5px !important;
  }

  /* 5. Universal Standard WooCommerce Fallbacks */
  .woocommerce-cart .wc-proceed-to-checkout,
  .woocommerce-checkout #payment .place-order {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 994 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.14) !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
  .woocommerce-checkout #payment .place-order #place_order {
    min-height: 52px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
}

