/* ═══════════════════════════════════════════════
 *  Launch Bundle Campaign — 30-Day BOGO
 *  Expires: 2026-04-13T23:59:59+04:00
 *  B2C only — excluded from wholesale/atacado
 *  Version: 2
 * ═══════════════════════════════════════════════ */

/* ── SITEWIDE ANNOUNCEMENT BAR ── */
.bundle-bar {
  position: relative;
  background: linear-gradient(90deg, #1a0a12, #2a0e1e 40%, #1a0a12);
  border-bottom: 1px solid rgba(219,38,108,0.35);
  text-align: center;
  padding: 12px 48px 12px 16px;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--gray-light);
  z-index: 1100;
  overflow: hidden;
}

.bundle-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(219,38,108,0.06), transparent);
  pointer-events: none;
}

.bundle-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bundle-bar .bundle-label {
  background: var(--pink);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
}

.bundle-bar .bundle-text {
  color: #e0e0e0;
}

.bundle-bar .bundle-text strong {
  color: #fff;
}

.bundle-bar .bundle-countdown {
  color: var(--pink-text);
  font-weight: 500;
  white-space: nowrap;
}

.bundle-bar .bundle-cta-link {
  color: var(--pink);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: color var(--transition-fast);
}

.bundle-bar .bundle-cta-link:hover {
  color: var(--pink-text);
  text-decoration: underline;
}

.bundle-bar .bundle-dismiss {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--gray-dark);
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  line-height: 1;
  transition: color var(--transition-fast);
}

.bundle-bar .bundle-dismiss:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .bundle-bar {
    font-size: 11px;
    padding: 10px 36px 10px 12px;
  }
  .bundle-bar .bundle-label {
    font-size: 8px;
  }
}

/* ── HERO BUNDLE BADGE (homepage only) ── */
.hero-bundle-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(219,38,108,0.12), rgba(219,38,108,0.04));
  border: 1px solid rgba(219,38,108,0.3);
  border-radius: var(--radius-sm);
  padding: 12px 20px;
  margin-bottom: 20px;
  animation: bundlePulse 3s ease-in-out infinite;
}

.hero-bundle-badge .badge-tag {
  background: var(--pink);
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
}

.hero-bundle-badge .badge-text {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #e0e0e0;
  letter-spacing: 0.04em;
}

.hero-bundle-badge .badge-text strong {
  color: #fff;
}

@keyframes bundlePulse {
  0%, 100% { border-color: rgba(219,38,108,0.3); }
  50% { border-color: rgba(219,38,108,0.6); }
}

@media (max-width: 640px) {
  .hero-bundle-badge {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 10px 16px;
  }
  .hero-bundle-badge .badge-text {
    font-size: 11px;
  }
}

/* ── ORDER PAGE BUNDLE BANNER ── */
.order-bundle-banner {
  background: linear-gradient(135deg, rgba(219,38,108,0.08), rgba(255,255,255,0.01));
  border: 1px solid rgba(219,38,108,0.25);
  border-left: 3px solid var(--pink);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.order-bundle-banner .bundle-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(219,38,108,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.order-bundle-banner .bundle-info {
  flex: 1;
}

.order-bundle-banner .bundle-title {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 4px;
}

.order-bundle-banner .bundle-desc {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.5;
}

.order-bundle-banner .bundle-desc strong {
  color: #fff;
}

.order-bundle-banner .bundle-expires {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--gray);
  margin-top: 6px;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .order-bundle-banner {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 10px;
  }
}

/* ── VALUE ANCHOR BADGE (used everywhere) ── */
.bundle-value {
  color: var(--pink);
  font-weight: 600;
}

/* ── SAVINGS BREAKDOWN (order page banner) ── */
.bundle-savings {
  margin-top: 12px;
  background: rgba(0,0,0,0.3);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
}

.savings-row {
  display: flex;
  justify-content: space-between;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: var(--gray-light);
  letter-spacing: 0.03em;
  padding: 4px 0;
}

.savings-row s {
  color: var(--gray-dark);
  text-decoration: line-through;
}

.savings-free {
  color: var(--pink);
}

.savings-free strong {
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.savings-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 6px 0;
}

.savings-total {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

.savings-total strong {
  color: var(--pink);
}

/* ── CART SIDEBAR BUNDLE LINE ── */
.cart-sidebar-bundle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px dashed rgba(219,38,108,0.25);
  margin-top: 4px;
}

.cart-sidebar-bundle-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink, #db266c);
  flex-shrink: 0;
  animation: toastPulse 1.5s ease-in-out infinite;
}

.cart-sidebar-bundle-text {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #e0e0e0;
  letter-spacing: 0.03em;
}

.cart-sidebar-bundle-text strong {
  color: #fff;
}

.cart-sidebar-bundle-val {
  color: var(--pink, #db266c);
  font-weight: 600;
}

/* ── SOCIAL PROOF TOAST ── */
.bundle-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #141414;
  border: 1px solid rgba(219,38,108,0.25);
  border-radius: var(--radius);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1050;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
  max-width: 340px;
}

.bundle-toast.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bundle-toast .toast-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  flex-shrink: 0;
  animation: toastPulse 1.5s ease-in-out infinite;
}

@keyframes toastPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.bundle-toast .toast-text {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--gray-light);
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.bundle-toast .toast-text strong {
  color: #fff;
}

@media (max-width: 768px) {
  .bundle-toast {
    bottom: 80px; /* above sticky mobile CTA */
    left: 12px;
    right: 12px;
    max-width: none;
  }
}

/* ── EXIT-INTENT OVERLAY (desktop only) ── */
.bundle-exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.bundle-exit-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.bundle-exit-modal {
  background: #111;
  border: 1px solid rgba(219,38,108,0.3);
  border-radius: var(--radius);
  padding: 40px 36px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative;
}

.bundle-exit-modal .exit-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--gray-dark);
  font-size: 20px;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.bundle-exit-modal .exit-close:hover {
  color: #fff;
}

.bundle-exit-modal .exit-tag {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 16px;
}

.bundle-exit-modal .exit-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 12px;
}

.bundle-exit-modal .exit-heading em {
  font-style: italic;
  color: var(--pink);
}

.bundle-exit-modal .exit-desc {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 24px;
}

.bundle-exit-modal .exit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  background: var(--pink, #db266c);
  border: none;
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
  cursor: pointer;
}

.bundle-exit-modal .exit-cta:hover {
  background: var(--pink-hover, #a81d55);
  box-shadow: 0 0 40px rgba(219,38,108,0.35);
}

/* Hide exit popup on mobile/tablet */
@media (max-width: 1024px) {
  .bundle-exit-overlay {
    display: none !important;
  }
}
