/* ============================================================
   BALMOREX PRO — Enhanced Conversion CSS v2
   ============================================================ */

:root {
  --bp-purple:       #6b21a8;
  --bp-purple-light: #9333ea;
  --bp-purple-dark:  #4c1d95;
  --bp-gold:         #f59e0b;
  --bp-gold-dark:    #d97706;
  --bp-green:        #16a34a;
  --bp-red:          #dc2626;
  --bp-white:        #ffffff;
  --bp-dark:         #1a1a2e;
  --bp-gray:         #f8f7ff;
  --bp-shadow:       0 8px 32px rgba(107,33,168,0.13);
  --bp-shadow-gold:  0 6px 24px rgba(245,158,11,0.38);
  --bp-radius:       14px;
  --bp-transition:   all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ── GLOBAL ── */
*, *::before, *::after { box-sizing: border-box; }
section { scroll-margin-top: 80px; }
img { max-width: 100%; height: auto; }
.mbr-fonts-style.display-7 { line-height: 1.8 !important; }

/* ── URGENCY BAR ── */
#bp-urgency-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 10000;
  background: linear-gradient(90deg, #7c2d12, var(--bp-red) 50%, #7c2d12);
  color: #fff;
  text-align: center;
  padding: 9px 48px;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 2px 14px rgba(220,38,38,0.45);
}
#bp-urgency-bar .bp-countdown {
  background: rgba(255,255,255,0.2);
  border-radius: 6px;
  padding: 2px 10px;
  font-variant-numeric: tabular-nums;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  min-width: 64px;
}
#bp-urgency-bar .bp-ub-close {
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.1rem;
  opacity: 0.7;
  background: none;
  border: none;
  color: #fff;
  line-height: 1;
  padding: 4px;
}
#bp-urgency-bar .bp-ub-close:hover { opacity: 1; }
body.bp-bar-visible { padding-top: 42px; }
body.bp-bar-visible .navbar-fixed-top { top: 42px !important; }

/* ── NAVBAR ── */
.navbar {
  box-shadow: 0 2px 20px rgba(107,33,168,0.18) !important;
  backdrop-filter: blur(10px);
  transition: var(--bp-transition);
}
.navbar.scrolled {
  background: rgba(107,33,168,0.97) !important;
}
.navbar-caption {
  font-weight: 800 !important;
  font-size: 1.35rem !important;
  letter-spacing: -0.01em;
}
.navbar-buttons .btn {
  background: var(--bp-gold) !important;
  color: #1a0500 !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 22px !important;
  transition: var(--bp-transition) !important;
  box-shadow: var(--bp-shadow-gold) !important;
}
.navbar-buttons .btn:hover {
  background: var(--bp-gold-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(245,158,11,0.55) !important;
}

/* ── HERO ── */
#features7-hero {
  background: linear-gradient(135deg, #1e0a3c 0%, #4c1d95 45%, #7c3aed 100%) !important;
  position: relative;
  overflow: hidden;
}
#features7-hero::before {
  content: '';
  position: absolute;
  top: -40%; right: -15%;
  width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(245,158,11,0.13) 0%, transparent 70%);
  pointer-events: none;
}
#features7-hero::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(147,51,234,0.18) 0%, transparent 70%);
  pointer-events: none;
}
#features7-hero .image-wrapper {
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.45));
  transition: var(--bp-transition);
}
#features7-hero .image-wrapper:hover {
  transform: translateY(-6px) scale(1.01);
  filter: drop-shadow(0 30px 72px rgba(0,0,0,0.55));
}
#features7-hero .mbr-title { text-shadow: 0 2px 12px rgba(0,0,0,0.3); line-height: 1.2 !important; }
#features7-hero .mbr-text { color: rgba(255,255,255,0.9) !important; font-size: 1.06rem !important; line-height: 1.72 !important; }

/* Hero social proof strip */
.bp-hero-stars {
  display: flex; align-items: center; gap: 10px;
  margin: 14px 0 8px; flex-wrap: wrap;
}
.bp-hero-stars .stars { color: var(--bp-gold); font-size: 1.28rem; letter-spacing: 2px; }
.bp-hero-stars .bp-review-count { color: rgba(255,255,255,0.78); font-size: 0.82rem; }
.bp-hero-stars .bp-badge {
  background: rgba(255,255,255,0.15);
  color: #c4f5d1;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* Hero icon checklist */
.bp-hero-checks { list-style: none; padding: 0; margin: 14px 0 0; }
.bp-hero-checks li {
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
  padding: 4px 0;
  padding-left: 24px;
  position: relative;
}
.bp-hero-checks li::before {
  content: '✓';
  position: absolute; left: 0;
  color: #4ade80;
  font-weight: 700;
}

/* ── CTA BUTTONS ── */
.mbr-section-btn .btn {
  border-radius: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  transition: var(--bp-transition) !important;
  position: relative; overflow: hidden;
}
.mbr-section-btn .btn-warning {
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold-dark)) !important;
  box-shadow: var(--bp-shadow-gold) !important;
  border: none !important;
  color: #1a0500 !important;
}
.mbr-section-btn .btn-warning:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 32px rgba(245,158,11,0.58) !important;
}

/* Pulse animation */
@keyframes bp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(245,158,11,0.65); }
  70%  { box-shadow: 0 0 0 15px rgba(245,158,11,0); }
  100% { box-shadow: 0 0 0 0 rgba(245,158,11,0); }
}
.btn-pulse { animation: bp-pulse 2.2s infinite; }

/* ── SECTION HEADINGS ── */
.mbr-section-subtitle.display-2,
.mbr-section-title.display-2 {
  position: relative; display: inline-block;
}
.mbr-section-subtitle.display-2::after,
.mbr-section-title.display-2::after {
  content: '';
  display: block;
  width: 60px; height: 4px;
  background: linear-gradient(90deg, var(--bp-purple), var(--bp-gold));
  border-radius: 2px;
  margin: 10px auto 0;
}

/* ── TRUST STRIP ── */
.bp-trust-strip {
  background: var(--bp-gray);
  border-top: 1px solid #ede8f8;
  border-bottom: 1px solid #ede8f8;
  padding: 16px 0;
}
.bp-trust-items {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 24px; max-width: 900px; margin: 0 auto;
}
.bp-trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.8rem; font-weight: 600;
  color: #4a3070; white-space: nowrap;
}
.bp-trust-item .bp-ti-icon { font-size: 1.15rem; }

/* ── LIVE COUNTER BADGE ── */
.bp-live-counter {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(220,38,38,0.4);
}
.bp-live-counter .bp-dot {
  width: 8px; height: 8px;
  background: #fca5a5;
  border-radius: 50%;
  animation: bp-blink 1.2s infinite;
}
@keyframes bp-blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.15; }
}

/* ── BENEFIT CARDS ── */
.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px; margin: 24px 0;
}
.bp-benefit-card {
  background: #fff;
  border: 1.5px solid #ede8f8;
  border-radius: var(--bp-radius);
  padding: 22px 20px;
  transition: var(--bp-transition);
  position: relative; overflow: hidden;
}
.bp-benefit-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg, var(--bp-purple), var(--bp-gold));
  border-radius: 4px 0 0 4px;
}
.bp-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bp-shadow);
  border-color: var(--bp-purple-light);
}
.bp-benefit-card .bp-bc-icon { font-size: 1.65rem; margin-bottom: 10px; display: block; }
.bp-benefit-card h4 { font-size: 0.95rem; font-weight: 700; color: var(--bp-dark); margin: 0 0 6px; }
.bp-benefit-card p { font-size: 0.83rem; color: #5a5a7a; line-height: 1.6; margin: 0; }

/* ── TESTIMONIAL CARDS ── */
.team2 .card {
  border: 1.5px solid #ede8f8 !important;
  border-radius: var(--bp-radius) !important;
  box-shadow: 0 4px 20px rgba(107,33,168,0.07) !important;
  transition: var(--bp-transition) !important;
  margin-bottom: 20px; overflow: hidden;
}
.team2 .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(107,33,168,0.15) !important;
  border-color: var(--bp-purple-light) !important;
}
.team2 .image-wrapper img {
  border-radius: 50% !important;
  border: 3px solid var(--bp-gold) !important;
  box-shadow: 0 4px 14px rgba(245,158,11,0.28) !important;
}

/* ── STEP NUMBER CIRCLES ── */
.step-number {
  background: linear-gradient(135deg, var(--bp-purple), var(--bp-purple-light)) !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 44px !important; height: 44px !important;
  display: flex !important;
  align-items: center !important; justify-content: center !important;
  font-weight: 800 !important; font-size: 1.1rem !important;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(107,33,168,0.32) !important;
}

/* ── INGREDIENTS LIST ── */
.features19 .item {
  background: #fff;
  border: 1px solid #ede8f8;
  border-radius: var(--bp-radius);
  padding: 18px 20px !important;
  margin-bottom: 14px;
  transition: var(--bp-transition);
  align-items: flex-start;
}
.features19 .item:hover {
  border-color: var(--bp-purple-light);
  box-shadow: var(--bp-shadow);
  transform: translateX(4px);
}
.features19 .icon-title { color: var(--bp-purple) !important; }

/* ── PRICING CARDS ── */
.team1 .card-wrap { transition: var(--bp-transition); }
.team1 .card-wrap:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 16px 38px rgba(107,33,168,0.25));
}
.team1 .image-wrap a { display: block; border-radius: var(--bp-radius); overflow: hidden; }

/* ── GUARANTEE SECTION ── */
#features17-guarantee {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5) !important;
  border-top: 3px solid #16a34a;
  border-bottom: 3px solid #16a34a;
}
#features17-guarantee .image-wrapper img {
  filter: drop-shadow(0 10px 30px rgba(22,163,74,0.22));
  transition: var(--bp-transition);
}
#features17-guarantee .image-wrapper img:hover { transform: scale(1.03) rotate(-2deg); }
#features17-guarantee .card-title { color: #14532d !important; }
#features17-guarantee .mbr-text { color: #166534 !important; }

/* ── FAQ ── */
.content17 .card {
  border: 1.5px solid #ede8f8 !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: var(--bp-transition);
}
.content17 .card:hover {
  border-color: var(--bp-purple-light) !important;
  box-shadow: 0 4px 16px rgba(107,33,168,0.09) !important;
}
.content17 .card-header { background: #faf8ff !important; border-bottom: 1px solid #ede8f8 !important; }
.content17 .panel-title { color: var(--bp-dark) !important; font-weight: 600 !important; }
.content17 .panel-body { background: #fff !important; padding: 16px 20px !important; }

/* ── CTA SECTIONS ── */
#content4-cta1, #cid-pricing-heading, #balmorex_pricing .container .title { /* pricing headings */ }
[id="content4-cta1"] {
  background: linear-gradient(135deg, #2d1654, #4c1d95) !important;
}
[id="content4-cta1"] h3,
[id="content4-cta1"] h4 { color: #fff !important; }

/* ── FINAL CTA ── */
#features7-cta2 {
  background: linear-gradient(135deg, #1e0a3c 0%, #4c1d95 60%, #6d28d9 100%) !important;
}
#features7-cta2 .mbr-title { color: #fff !important; }
#features7-cta2 .cost .currentcost { color: rgba(255,255,255,0.7) !important; }
#features7-cta2 .cost .oldcost { color: #fca5a5 !important; text-decoration: line-through; }

/* ── BONUS SECTION ── */
.bp-bonuses-wrap {
  display: flex; flex-wrap: wrap;
  gap: 20px; justify-content: center; margin: 24px 0;
}
.bp-bonus-card {
  background: #fff;
  border: 1.5px solid #ede8f8;
  border-radius: var(--bp-radius);
  padding: 20px; text-align: center; width: 200px;
  transition: var(--bp-transition);
}
.bp-bonus-card:hover { transform: translateY(-4px); box-shadow: var(--bp-shadow); }
.bp-bonus-card img { width: 120px; height: 120px; object-fit: cover; border-radius: 8px; margin-bottom: 10px; }
.bp-bonus-card .bp-bc-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--bp-green); font-weight: 700; }
.bp-bonus-card h5 { font-size: 0.85rem; font-weight: 700; color: var(--bp-dark); margin: 4px 0 2px; }
.bp-bonus-card .bp-bc-value { font-size: 0.75rem; color: #888; text-decoration: line-through; }
.bp-bonus-card .bp-bc-free { font-size: 0.8rem; font-weight: 800; color: var(--bp-green); }

/* ── SECURITY ROW ── */
.bp-secure-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center; margin: 20px 0;
}
.bp-secure-item {
  display: flex; align-items: center; gap: 6px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.78rem; font-weight: 600; color: #166534;
}

/* ── SCROLL REVEAL ── */
.bp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.bp-reveal.bp-visible { opacity: 1; transform: translateY(0); }

/* ── STICKY MOBILE CTA ── */
#bp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9998;
  background: linear-gradient(90deg, var(--bp-purple), var(--bp-purple-light));
  padding: 10px 14px;
  box-shadow: 0 -4px 20px rgba(107,33,168,0.38);
}
#bp-sticky-cta a {
  display: block;
  background: linear-gradient(90deg, var(--bp-gold), var(--bp-gold-dark));
  color: #1a0500;
  font-weight: 800; font-size: 1rem;
  text-align: center;
  padding: 13px;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(245,158,11,0.42);
  animation: bp-pulse 2.2s infinite;
}
@media(max-width: 768px) {
  #bp-sticky-cta { display: block; }
  body { padding-bottom: 76px; }
}

/* ── STOCK INDICATOR ── */
.bp-stock-bar-wrap {
  margin: 12px 0 0;
}
.bp-stock-label {
  font-size: 0.78rem; font-weight: 600; color: #dc2626;
  margin-bottom: 4px;
}
.bp-stock-bar {
  height: 8px;
  background: #fee2e2;
  border-radius: 4px;
  overflow: hidden;
}
.bp-stock-bar-fill {
  height: 100%;
  width: 27%;
  background: linear-gradient(90deg, #dc2626, #f87171);
  border-radius: 4px;
  animation: bp-stock-fill 1.2s ease forwards;
}
@keyframes bp-stock-fill {
  from { width: 0; }
  to { width: 27%; }
}

/* ── SOCIAL PROOF POPUP ── */
#bp-social-popup {
  position: fixed;
  bottom: 90px; left: 16px;
  z-index: 9997;
  background: #fff;
  border: 1px solid #ede8f8;
  border-radius: 12px;
  padding: 12px 16px;
  max-width: 260px;
  box-shadow: 0 8px 32px rgba(107,33,168,0.18);
  font-size: 0.78rem; color: #333;
  display: flex; align-items: center; gap: 10px;
  opacity: 0; transform: translateX(-20px);
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
#bp-social-popup.bp-sp-show {
  opacity: 1; transform: translateX(0);
  pointer-events: auto;
}
#bp-social-popup .bp-sp-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bp-purple), var(--bp-gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
#bp-social-popup .bp-sp-text strong { display: block; color: var(--bp-dark); font-size: 0.79rem; }
#bp-social-popup .bp-sp-text span { color: #777; }
#bp-social-popup .bp-sp-time { font-size: 0.68rem; color: #aaa; margin-top: 2px; display: block; }

/* ── FOOTER ── */
#content13-footer {
  background: #1a1a2e !important;
  border-top: 3px solid var(--bp-gold);
}
#content13-footer a { color: #c4b5fd !important; transition: color 0.2s; }
#content13-footer a:hover { color: var(--bp-gold) !important; }

/* ── HIGHLIGHT UTIL ── */
.bp-highlight { color: var(--bp-gold); font-weight: 800; }

/* ── SAVINGS RIBBON ── */
.bp-savings-ribbon {
  background: var(--bp-green);
  color: #fff;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em; text-align: center;
  padding: 6px 10px;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
}

@media(max-width: 480px) {
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-bonuses-wrap { gap: 12px; }
  .bp-bonus-card { width: 160px; padding: 14px; }
  #bp-social-popup { max-width: 220px; font-size: 0.74rem; }
}
