/* ============================================
   PRIME OPC — Checkout CSS
   Tylko tło, nav i footer — nie ruszamy struktury checkout
   ============================================ */

/* Ciemne tło */
body {
  background: #0A0A0F !important;
  font-family: 'Outfit', sans-serif !important;
}

/* Ukryj Classic header i footer — zostaje tylko formularz modułu */
#header,
.header-top,
footer.footer,
#footer,
.footer-container,
.block-newsletter {
  display: none !important;
}

/* Nasz nav — wstrzykiwany przez checkout.tpl */
.nv--checkout {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(10,10,15,.95) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  padding: 14px 0 !important;
}
.nv__secure {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #00D4AA;
}

/* Wrapper bez białego tła */
#wrapper, #main, #content, #content-wrapper {
  background: transparent !important;
}

/* Nasz footer na dole */
.fo {
  margin-top: 60px;
}

/* Fix nav visibility on checkout */
.nv--checkout {
  display: block !important;
  width: 100% !important;
  min-height: 60px !important;
  background: rgba(10,10,15,.95) !important;
}
.nv--checkout .nv__i {
  display: flex !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 60px !important;
}
.nv--checkout .nv__l {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.nv--checkout .nv__l span {
  color: #00D4AA !important;
}
.nv--checkout .nv__secure {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #00D4AA !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
