/* ==========================================================================
   page-custom.css
   Custom styles for Single Price Template (extracted from inline <style> tags)
   All SEO-safe: no render-blocking, loaded via <link> in <head>
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. NAVBAR (#menu2-29)
   -------------------------------------------------------------------------- */
#menu2-29 {
  position: relative !important;
  width: 100%;
  z-index: 1030;
  background-color: #232323;
  padding: 0.5rem 0;
}

/* Hide Mobirise ad space */
#top-1,
.engine {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
}

#menu2-29 .container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1200px;
}

#menu2-29 .navbar-brand {
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
}

#menu2-29 .navbar-caption {
  font-size: 1.5rem !important;
  font-weight: bold;
  margin-left: 8px;
  text-decoration: none;
}

#menu2-29 .nav-link {
  font-size: 1.4rem !important;
  padding: 0.5rem 0.6rem !important;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
}

#menu2-29 .mbr-iconfont {
  font-size: 1rem !important;
  margin-right: 4px;
}

#menu2-29 .navbar-buttons .btn {
  padding: 0.4rem 1.1rem !important;
  font-size: 1.2rem !important;
  margin: 0 !important;
}

#menu2-29 .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: flex-end;
}

#menu2-29 .navbar-nav {
  flex-direction: row !important;
}

/* --------------------------------------------------------------------------
   2. PRODUCT TABLE
   -------------------------------------------------------------------------- */
.product-table-container {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.product-table-container table {
  width: 90%;
  border-collapse: collapse;
}
.product-table-container th,
.product-table-container td {
  padding: 10px;
  border: 1px solid #ccc;
}

/* --------------------------------------------------------------------------
   3. RATING WHITE BOX
   -------------------------------------------------------------------------- */
.ratewht-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px 15px 15px 15px;
  border-radius: 8px;
  max-width: 700px;
  margin: 40px auto 20px auto;
  text-align: center;
  position: relative;
}
.floating-img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: auto;
  background: #fff;
  padding: 5px;
}
.bluboxrate {
  background: #0073aa;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}
.rateinfo-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.info-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info-rate img {
  width: 55px;
  height: 55px;
  margin-bottom: 8px;
}
.ratsize {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.ingrate {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}

/* --------------------------------------------------------------------------
   4. REFERENCE TABLE
   -------------------------------------------------------------------------- */
.ref-table-wrap {
  overflow-x: auto;
}
.ref-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.ref-table-wrap th {
  background: #1a1a2e;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
}
.ref-table-wrap td {
  padding: 9px 14px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}
.ref-table-wrap tr:nth-child(even) td {
  background: #f9f9f9;
}

/* --------------------------------------------------------------------------
   5. STICKY CTA BAR (mobile only)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #e8272a, #c01f22);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(100%);
    transition: transform 0.4s ease;
  }
  .sticky-cta-bar.visible {
    transform: translateY(0);
  }
  .sticky-cta-bar span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    flex: 1;
  }
  .sticky-cta-bar a {
    background: #fff;
    color: #c01f22;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  .sticky-cta-bar {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   6. STICKY CTA BAR (desktop — from footer area)
   -------------------------------------------------------------------------- */
.sticky-cta-bar.desktop-cta {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  z-index: 9999;
  transition: all 0.4s ease;
}
.sticky-cta-bar.desktop-cta a {
  background: #e8272a;
  color: #fff;
  padding: 10px 18px;
  margin-left: 12px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.sticky-cta-bar.desktop-cta.visible {
  bottom: 0;
}

/* --------------------------------------------------------------------------
   7. FOMO ANCHOR BAR
   -------------------------------------------------------------------------- */
#fomo-anchor {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d32f2f;
  color: white;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  z-index: 10000;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.fomo-unit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.time-box {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 20px;
  border: 1px solid #ffeb3b;
}
#inventory-count {
  color: #ffeb3b;
  text-decoration: underline;
}
.fomo-btn-red {
  background: #ffeb3b;
  color: #000;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  visibility: visible;
}
@media (max-width: 768px) {
  #fomo-anchor {
    flex-direction: column;
    gap: 5px;
    padding: 10px;
  }
}

/* --------------------------------------------------------------------------
   8. COUNTDOWN WIDGET
   -------------------------------------------------------------------------- */
.cdown-wrap {
  display: inline-flex;
  gap: 8px;
  margin: 12px 0;
  align-items: center;
}
.cdown-box {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 6px 12px;
  text-align: center;
  min-width: 56px;
}
.cdown-num {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.cdown-lbl {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   9. EXIT INTENT POPUP
   -------------------------------------------------------------------------- */
#exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#exit-overlay.show {
  display: flex;
}
#exit-box {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: popupFade 0.4s ease;
}
@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}
#exit-box .exit-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #888;
}
#exit-box h3 {
  font-size: 26px;
  font-weight: 900;
  color: #1a1a2e;
  margin-bottom: 10px;
}
#exit-box p {
  color: #555;
  font-size: 15px;
  margin-bottom: 24px;
}
#exit-box .exit-badge {
  display: inline-block;
  background: #fff0f0;
  color: #c01f22;
  font-size: 28px;
  font-weight: 900;
  padding: 10px 28px;
  border-radius: 12px;
  border: 2px dashed #e8272a;
  margin-bottom: 20px;
}
#exit-box .exit-btn {
  display: block;
  background: linear-gradient(135deg, #e8272a, #c01f22);
  color: #fff;
  padding: 16px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 12px;
}
#exit-box .exit-skip {
  font-size: 13px;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   10. SOCIAL PROOF POPUP
   -------------------------------------------------------------------------- */
.popup-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}
.popup-card {
  display: none;
  width: 320px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 12px;
  transform: translateX(-120%);
  position: relative;
}
.popup-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}
.popup-image img {
  width: 45px;
}
.popup-text {
  font-size: 13px;
  line-height: 1.4;
}
.text-muted {
  font-size: 11px;
  color: #888;
  display: block;
  margin-bottom: 5px;
}
.cancel-button {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}
@keyframes slide-in-left {
  from { transform: translateX(-120%); opacity: 0; }
  to   { transform: translateX(0);     opacity: 1; }
}
@keyframes slide-out-left {
  from { transform: translateX(0);     opacity: 1; }
  to   { transform: translateX(-120%); opacity: 0; }
}

/* --------------------------------------------------------------------------
   11. HEADER11-5v CTA button centering
   -------------------------------------------------------------------------- */
#header11-5v .mbr-section-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* --------------------------------------------------------------------------
   12. EXIT POPUP HEADING (converted from h3 to p with role=heading)
   -------------------------------------------------------------------------- */
.exit-heading {
  font-size: 26px;
  font-weight: 900;
  color: #1a1a2e;
  margin: 0 0 10px;
  line-height: 1.2;
}
