/* =========================================================
    GLOBAL SITE THEME: ONYX & SILVER
   ========================================================= */

body {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* =========================================================
    PRODUCT CARDS (THE STAKE AESTHETIC)
   ========================================================= */

/* Main Card Container */
.row.products a.card.text-decoration-none {
  background: rgba(10, 10, 10, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 10px !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
}

.row.products a.card.text-decoration-none:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 20px rgba(255,255,255,0.05) !important;
}

/* --- THE HOVER OVERLAY (View Details Button) --- */
/* This removes the purple/blue color and makes it silver/white */
.row.products a.card.text-decoration-none .card-img-top .overlay {
  background: rgba(0, 0, 0, 0.5) !important; /* Dim the image on hover */
  backdrop-filter: blur(2px);
}

.row.products a.card.text-decoration-none .card-img-top .btn {
  background: #ffffff !important; /* Pure white button */
  color: #000000 !important; /* Black text */
  border: none !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4) !important;
}

/* --- THE "BEST SELLER" BADGE --- */
.badge.bg-primary {
  background: #ffffff !important; /* White Badge */
  color: #000000 !important; /* Black Text */
  font-weight: 900 !important;
  border-radius: 4px !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

/* =============== PRICE & STOCK ROW =============== */
.row.products a.card.text-decoration-none .card-body .info {
  margin-top: 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-bottom: 10px !important;
}

.row.products a.card.text-decoration-none .card-body .price {
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

/* Stock Pill */
.row.products a.card.text-decoration-none .card-body .text-primary {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important; 
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  padding: 2px 8px !important;
  border-radius: 4px !important;
}

/* =============== THE PRODUCT TITLE (BOTTOM BUTTON) =============== */
.row.products a.card.text-decoration-none .card-title,
.row.products a.card.text-decoration-none .card-body h5 {
  display: block !important;
  margin-top: 15px !important;
  padding: 12px !important;
  text-align: center !important;
  
  /* Black button with silver border */
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
}

/* Glow white on hover to match Stake thumbnail */
.row.products a.card.text-decoration-none:hover .card-title {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* =========================================================
    NAVBAR & CUSTOMER PANEL BUTTONS
   ========================================================= */

nav.navbar.component {
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(15px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.btn-outline-primary {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 8px 18px !important;
  border-radius: 4px !important;
}

.btn-outline-primary:hover {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4) !important;
}

/* =========================================================
    HERO SECTION GLOW
   ========================================================= */

.hero.component h1 {
  font-weight: 900 !important;
  color: #ffffff !important;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5) !important;
}

/* =========================================================
    SOCIALS & FOOTER
   ========================================================= */

.socials a.social {
  background: rgba(15, 15, 15, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer.footer.component {
  background: #050505 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

footer.footer h5 {
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
}

/* =========================================================
    HOMEPAGE PRODUCTS SECTION (#{{ componentId }})
   ========================================================= */

/* Main Section Title (e.g., "Our Products") */
#{{ componentId }} .section-title h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 10px !important;
  
  /* Matches the "Lolex Boost" Hero Glow */
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.4) !important;
}

/* Section Subtitle */
#{{ componentId }} .section-subtitle p {
  font-size: 1.1rem !important;
  color: rgba(255, 255, 255, 0.4) !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
    GROUP MODALS (The Popup Windows)
   ========================================================= */

/* The Modal Container */
.modal-content {
  background: rgba(10, 10, 10, 0.98) !important; /* Solid Onyx */
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  
  /* Silver Bevel Border */
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9) !important;
}

/* Modal Header */
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 25px 30px !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

/* Modal Title ("VPN Products", etc.) */
.modal-title {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 1.2rem !important;
}

/* Close Button (X) */
.btn-close {
  filter: invert(1) brightness(2) !important; /* Makes it pure white */
  opacity: 0.7 !important;
  transition: all 0.2s ease;
}

.btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* Modal Body (Where the cards sit) */
.modal-body {
  padding: 30px !important;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
}

/* Custom Scrollbar for Modals */
.modal-dialog-scrollable .modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-dialog-scrollable .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

/* The dark background behind the modal */
.modal-backdrop.show {
  opacity: 0.9 !important;
  background-color: #000000 !important;
}

/* Ensure cards inside modals look exactly like the main cards */
.modal-body .row.products .col-12 {
  display: flex;
  justify-content: center;
}

/* =========================================================
    RESPONSIVE FIXES
   ========================================================= */

@media (max-width: 768px) {
  #{{ componentId }} .section-title h2 {
    font-size: 1.8rem !important;
  }
  
  .modal-dialog {
    margin: 10px !important;
  }
  
  .modal-body {
    padding: 15px !important;
  }
}

/* =========================================================
    FOOTER: PREMIUM ONYX & SILVER THEME
   ========================================================= */

/* Main Footer Container */
footer.footer.component {
  background: rgba(8, 8, 10, 0.95) !important; /* Deep Onyx Glass */
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  
  /* Silver separator line at the top */
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 80px 0 60px !important;
  color: #ffffff !important;
  margin-top: 100px;
  position: relative;
}

/* Subtle Silver Glow Effect on the top edge */
footer.footer.component::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
  filter: blur(1px);
}

/* Shop Branding (Logo & Name) */
footer.footer .logo img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
  transition: transform 0.3s ease;
  border-radius: 4px;
}

footer.footer .logo p {
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  font-size: 1.3rem !important;
  margin-top: 10px !important;
}

/* Footer Headers (Navigation, Socials, etc.) */
footer.footer h5 {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 2.5px !important;
  margin-bottom: 25px !important;
  opacity: 0.9;
  /* Matching the white glow theme */
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

/* Navigation Links */
footer.footer .nav-link {
  color: rgba(255, 255, 255, 0.5) !important; /* Muted by default */
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  transition: all 0.25s ease-in-out !important;
  display: inline-block;
  text-decoration: none !important;
}

/* Hover State: Silver Slide Effect */
footer.footer .nav-link:hover {
  color: #ffffff !important;
  transform: translateX(5px); /* Subtle slide to the right */
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* Individual list item spacing */
footer.footer .nav-item {
  margin-bottom: 12px !important;
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
  footer.footer {
    text-align: center !important;
    padding: 60px 0 40px !important;
  }
  
  footer.footer .logo {
    margin-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  footer.footer .col-6 {
    margin-bottom: 40px !important;
  }

  footer.footer .nav-link:hover {
    transform: scale(1.05); /* Change slide to scale on mobile for centering */
  }
}

/* Small detail: Bottom padding fix for the container */
footer.footer .py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================
    SOCIALS SECTION: PREMIUM ONYX & SILVER
   ========================================================= */

/* Section Container */
section.socials.component {
  padding: 100px 0 !important;
  background: transparent !important;
}

/* Section Titles (Matching Hero Glow) */
.socials .section-title h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 10px !important;
}

.socials .section-subtitle p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 500 !important;
  margin-bottom: 50px !important;
}

/* Individual Social Button Card */
.socials a.social {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  
  /* Default: Onyx Glass */
  background: rgba(10, 10, 10, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  padding: 18px 24px !important;
  margin-bottom: 20px !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

/* --- HOVER STATE: THE "STAKE" INVERSION --- */
.socials a.social:hover {
  transform: translateY(-5px) !important;
  background: #ffffff !important; /* Flips to Pure White */
  border-color: #ffffff !important;
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.2) !important;
}

/* Left side (Icon + Text) */
.socials a.social .left {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  
  color: #ffffff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  transition: color 0.3s ease;
}

/* SVG Icons styling */
.socials a.social .left svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

/* Right side (External Link Arrow) */
.socials a.social .right svg {
  width: 18px !important;
  height: 18px !important;
  color: rgba(255, 255, 255, 0.3) !important;
  transition: all 0.3s ease;
}

/* --- TEXT & ICON COLOR FLIP ON HOVER --- */
.socials a.social:hover .left,
.socials a.social:hover .left svg,
.socials a.social:hover .right svg {
  color: #000000 !important; /* Text and Icons turn Black on White background */
  fill: #000000 !important;
}

/* Remove brand-specific colors to keep it Monochrome Premium */
.socials a.social:hover .left svg path {
  fill: currentColor !important;
}

/* Responsive Grid Spacing */
@media (max-width: 991px) {
  .socials .row.list {
    padding: 0 15px;
  }
}

/* =========================================================
    PRODUCTS PAGE: ONYX & SILVER FILTERS
   ========================================================= */

/* Main Page Title (H1) */
.section-title h1 {
  font-size: 3.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 50px !important;
  text-align: left;
}

/* Sidebar Filter Container */
aside .bg-gray {
  background: rgba(10, 10, 10, 0.9) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 25px !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5) !important;
}

/* Form Labels (Categories, Keyword, Price) */
.form-label {
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 15px !important;
}

/* Category Navigation Buttons */
aside .btn-sm.text-start {
  border-radius: 6px !important;
  padding: 10px 15px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  transition: all 0.2s ease-in-out !important;
  margin-bottom: 4px;
}

/* Inactive Categories */
aside .btn-outline {
  background: transparent !important;
  border: 1px solid transparent !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
aside .btn-outline:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  padding-left: 20px !important; /* Slide effect */
}

/* Active Category (The Stake Look: Pure White) */
aside .btn-primary, 
.d-lg-none .btn-primary {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3) !important;
}

/* Input Fields (Search & Price) */
.form-control {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 12px 15px !important;
  font-size: 14px !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1) !important;
  outline: none;
}

/* Price Symbol Helper ($ / €) */
.text-muted.small span {
  color: #ffffff !important;
  font-weight: 800 !important;
  opacity: 0.8;
}

/* Apply & Reset Buttons */
.btn-primary[type="submit"] {
  height: 45px;
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.btn-outline-primary {
  height: 45px;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
}

/* Icons in buttons */
.size-5 {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

/* Empty State (No Products Found) */
.text-center.py-5 svg {
  color: rgba(255, 255, 255, 0.1) !important;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.05));
}
.text-center.py-5 .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Mobile Filter Button (Top) */
.d-lg-none .btn-primary {
  height: 55px;
  font-size: 14px;
  border-radius: 10px;
}

/* Filter Modal (Mobile View) */
#filters-modal .modal-content {
  background: #0a0a0a !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#filters-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* =========================================================
    PRODUCT PAGE: PREMIUM ONYX & SILVER
   ========================================================= */

/* Main Wrapper */
.product-wrapper {
  background: transparent !important;
  color: #ffffff !important;
  padding-top: 50px;
}

/* Product Image & Main Carousel */
.object-product-image {
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important; /* Silver Bevel */
  background: rgba(10, 10, 10, 0.5) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.7) !important;
  transition: border-color 0.3s ease;
}

/* Thumbnails */
.thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.thumbnails button {
  background: transparent;
  border: 2px solid transparent;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  transition: all 0.25s ease;
  opacity: 0.6;
}
.thumbnails button.active {
  border-color: #ffffff !important; /* White glow for active thumb */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  opacity: 1;
}

/* Product Tabs (Description, etc) */
.product-tabs .btn {
  border-radius: 6px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
}

/* Inactive Tab */
.product-tabs .btn-outline-primary {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Active Tab (The Stake Look) */
.product-tabs .btn-primary {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2) !important;
}

/* Product Title */
h1.display-6 {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* Live Stats (Viewing/Sales) */
.live-stats p {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.live-stats strong {
  color: #ffffff !important; /* Pure white highlights */
}
.live-stats svg {
  width: 18px;
  color: rgba(255, 255, 255, 0.6);
}

/* Badges (Category/Tags) */
.badges a, .badges div[data-text] {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 6px 14px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  text-decoration: none;
}

/* Main Price Display */
.fs-5 span {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

/* Stock Indicator Pill */
.stock-indicator {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  border-radius: 6px !important;
  padding: 6px 16px !important;
  font-size: 10px !important;
}

/* "Commonly Bought Together" Header */
.product-wrapper .section-title h2 {
  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}

/* Sales Notification Popup (Bottom Left) */
.notification-popup {
  background: rgba(10, 10, 10, 0.95) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8) !important;
  padding: 15px !important;
}

.notification-text-primary { color: rgba(255,255,255,0.4) !important; }
.notification-text-secondary { 
  color: #ffffff !important; 
  font-weight: 900 !important; 
  text-transform: uppercase;
  font-size: 12px;
}
.notification-image {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Status Pulsating Indicator */
.status .indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.status .pulsating {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: silverPulse 2s infinite;
}

@keyframes silverPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.8); opacity: 0; }
}

/* Product Description / Editor Styling */
.editor {
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.8;
  font-size: 15px;
}
.editor strong { color: #ffffff; font-weight: 800; }
.editor a { color: #ffffff; text-decoration: underline; font-weight: 700; }

/* =========================================================
    FEEDBACK SECTION: PREMIUM ONYX & SILVER
   ========================================================= */

/* Main Section Titles (Matches Hero & Socials) */
section.py-20.text-block .section-title h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 10px !important;
}

section.py-20.text-block .section-subtitle p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 500 !important;
  margin-bottom: 50px !important;
}

/* Main Feedback Card Container */
.testimonial {
  background: rgba(10, 10, 10, 0.85) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 22px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  
  /* Deep shadow */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
}

/* Hover State */
.testimonial:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(15, 15, 15, 0.95) !important;
  box-shadow: 
    0 20px 45px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(255, 255, 255, 0.05) !important;
}

/* Quote Icon - Silver */
.testimonial .quote {
  width: 22px !important;
  height: 22px !important;
  color: rgba(255, 255, 255, 0.2) !important;
  margin-bottom: 15px !important;
}

/* Star Rating - Pure Silver/White (Desaturated for Premium Look) */
.testimonial .stars svg {
  width: 14px !important;
  height: 14px !important;
  color: #ffffff !important; /* Pure White Stars */
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
}

/* Feedback Message Text */
.testimonial .content .message p {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

/* Store Reply Section */
.testimonial .reply {
  background: rgba(255, 255, 255, 0.03) !important;
  border-left: 2px solid #ffffff !important; /* Solid White Accent */
  border-radius: 4px !important;
  padding: 15px !important;
  margin-top: 20px !important;
}

.testimonial .reply .text {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
  font-style: italic !important;
}

.testimonial .reply .author {
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  margin-top: 8px;
}

/* Footer (Product Name & Date) */
.testimonial .footer {
  margin-top: 25px !important;
  padding-top: 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* Product Tag Pill */
.testimonial .footer .items {
  color: #000000 !important; /* Black Text */
  font-size: 9px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background: #ffffff !important; /* Pure White Tag */
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.testimonial .footer .date {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

/* Links / "View More" Colors */
.testimonial .text-primary {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  transition: opacity 0.2s;
}

.testimonial .text-primary:hover {
  opacity: 0.7;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
  .testimonial {
    padding: 18px !important;
  }
}

/* =========================================================
    HERO SECTION: THE "LOLEX" ONYX & SILVER THEME
   ========================================================= */

.hero.component {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  align-items: center !important;
  min-height: 80vh !important; /* Adjust based on your height property */
  overflow: hidden !important;
}

/* Background Overlay - Ensures text pops against the star background */
.hero .bg-overlay {
  background: radial-gradient(circle at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%) !important;
  opacity: 1 !important;
}

/* --- TITLES (Bold & Glossy) --- */
.hero h1 {
  font-size: 5rem !important; /* Aggressive size */
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: none !important;
  margin-bottom: 15px !important;
  letter-spacing: -2px !important;
  line-height: 1.1;
  
  /* The "Stake" White Glow */
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 0.4),
    0 0 40px rgba(255, 255, 255, 0.1) !important;
}

.hero p {
  font-size: 1.25rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto 40px !important;
}

/* --- SEARCHBAR (Minimalist Cyber) --- */
.hero .fake-searchbar {
  max-width: 600px;
  margin: 0 auto 40px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  padding: 15px 25px !important;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.hero .fake-searchbar:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.05) !important;
}

.hero .fake-searchbar svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  width: 24px;
  height: 24px;
}

.hero .fake-searchbar input {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 600;
  pointer-events: none; /* Modal trigger handles interaction */
}

/* --- CTA BUTTON --- */
.hero .btn-primary {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 15px 35px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}

.hero .btn-primary:hover {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4) !important;
  transform: translateY(-2px);
}

/* --- STATS BOXES (Premium Glass Widgets) --- */
.hero .stats-wrapper {
  margin-top: 60px !important;
}

.hero .stats {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  flex-wrap: wrap;
}

.hero .stats div {
  background: rgba(10, 10, 10, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 20px 30px !important;
  min-width: 180px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero .stats div:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-5px);
  background: rgba(20, 20, 20, 0.9) !important;
}

.hero .stats .value {
  color: #ffffff !important;
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.hero .stats .value svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.hero .stats .label {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}

/* --- SEARCH MODAL --- */
.search-modal .modal-content {
  background: rgba(10, 10, 10, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 15px !important;
}

.search-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 20px !important;
}

.search-modal .searchbar svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .hero h1 { font-size: 3rem !important; }
  .hero .stats div { min-width: 140px; padding: 15px; }
  .hero .stats .value { font-size: 1.6rem !important; }
}

/* =========================================================
    ANNOUNCEMENT BAR: ONYX & SILVER RIBBON
   ========================================================= */

.announcement.component {
  background: rgba(10, 10, 10, 0.95) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  
  /* Silver bottom border to separate it from the Nav */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  
  color: #ffffff !important;
  padding: 12px 20px !important;
  text-align: center !important;
  
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

/* --- THE ANNOUNCEMENT LINK (STAKE BUTTON STYLE) --- */
.announcement.component a {
  background: #ffffff !important; /* Pure White Button */
  color: #000000 !important; /* Black Text */
  
  padding: 5px 15px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 11px !important;
  
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  
  transition: all 0.3s ease !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2) !important;
}

.announcement.component a:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) !important;
  background: #f0f0f0 !important;
}

/* External Link Icon */
.announcement.component a svg {
  width: 14px !important;
  height: 14px !important;
  color: #000000 !important;
}

/* Subtle Pulsing Text Effect (Optional: makes users look at the bar) */
.announcement.component {
    animation: announcementGlow 3s infinite alternate;
}

@keyframes announcementGlow {
  from { text-shadow: 0 0 5px rgba(255,255,255,0); }
  to { text-shadow: 0 0 15px rgba(255,255,255,0.3); }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .announcement.component {
    font-size: 11px !important;
    padding: 10px !important;
  }
  
  .announcement.component a {
    padding: 4px 10px !important;
    font-size: 10px !important;
  }
}

/* =========================================================
    FAQ SECTION: PREMIUM ONYX & SILVER ACCORDION
   ========================================================= */

/* Section Titles (Matching your Hero/Socials) */
section.faq .section-title h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 10px !important;
}

section.faq .section-subtitle p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 500 !important;
  margin-bottom: 50px !important;
}

/* --- THE ACCORDION CONTAINER --- */
.accordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-border-color: transparent !important;
  display: flex;
  flex-direction: column;
  gap: 12px; /* Spacing between questions */
}

/* Individual Accordion Item */
.accordion-item {
  background: rgba(10, 10, 10, 0.8) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* --- THE QUESTION BUTTON --- */
.accordion-button {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  padding: 22px 30px !important;
  box-shadow: none !important;
  border: none !important;
}

/* Remove default Bootstrap blue glow */
.accordion-button:focus {
  box-shadow: none !important;
}

/* --- ACTIVE / EXPANDED STATE (THE STAKE INVERSION) --- */
/* When the FAQ is clicked, it turns White with Black text */
.accordion-button:not(.collapsed) {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1) !important;
}

/* --- THE ARROW ICON --- */
.accordion-button::after {
  filter: invert(1) brightness(2); /* Makes arrow white */
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(0) !important; /* Makes arrow black when background is white */
}

/* --- THE ANSWER BODY --- */
.accordion-body {
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Hover Effect for Closed Items */
.accordion-item:hover:not(:has(.accordion-button:not(.collapsed))) {
  border-color: rgba(255, 255, 255, 0.4) !important;
  transform: translateY(-2px);
  background: rgba(15, 15, 15, 0.9) !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .accordion-button {
    padding: 18px 20px !important;
    font-size: 12px !important;
  }
  
  .accordion-body {
    padding: 20px !important;
    font-size: 14px !important;
  }
}

/* =========================================================
    FEEDBACKS PAGE: PREMIUM ONYX & SILVER
   ========================================================= */

/* Main Page Title (H1) */
[data-component-id="{{ componentId }}"] .section-title h1 {
  font-size: 3.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 50px !important;
  text-align: left;
}

/* Ensure the grid spacing matches the products grid */
.testimonials.row {
  margin-top: 20px;
}

/* =========================================================
    PAGINATION: STAKE BUTTON STYLE
   ========================================================= */

.pagination {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 50px !important;
  border: none !important;
}

.page-item {
  margin: 0 !important;
}

/* Default Page Button (Onyx Glass) */
.page-link {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 800 !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}

/* Hover State */
.page-link:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* Active Page (The Stake Look: Solid White) */
.page-item.active .page-link {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) !important;
}

/* Disabled State */
.page-item.disabled .page-link {
  background: transparent !important;
  opacity: 0.3 !important;
  color: #ffffff !important;
}

/* Fix for standard pagination borders */
.page-link:focus {
  box-shadow: none !important;
}

/* =========================================================
    EMPTY STATE (If no reviews yet)
   ========================================================= */

.testimonials:empty::after {
  content: "No reviews found.";
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  text-transform: uppercase;
  padding: 100px 0;
  letter-spacing: 2px;
}

/* =========================================================
    HOMEPAGE EXPLORE SECTION
   ========================================================= */

/* Title Styling */
.explore-section .glossy-title {
  font-size: 3.5rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.4) !important;
}

.explore-section .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 1.1rem !important;
  max-width: 600px;
  margin: 0 auto !important;
}

/* THE PREMIUM EXPLORE BUTTON */
.explore-main-btn {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  
  padding: 20px 50px !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Hover State (The Stake Inversion) */
.explore-main-btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  transform: translateY(-8px) scale(1.03) !important;
  box-shadow: 0 20px 50px rgba(255, 255, 255, 0.3) !important;
}

/* Arrow animation on hover */
.explore-main-btn svg {
  transition: transform 0.3s ease;
}

.explore-main-btn:hover svg {
  transform: translateX(8px);
}

/* Responsive Fix */
@media (max-width: 768px) {
  .explore-section .glossy-title {
    font-size: 2.2rem !important;
  }
  .explore-main-btn {
    padding: 15px 30px !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
  }
}

/* =========================================================
    MINIMALIST PREMIUM HERO (LANDING STYLE)
   ========================================================= */

.hero.component {
    min-height: 90vh !important; /* Makes it take up most of the screen */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Glossy Title */
.hero-main-title {
  font-size: 5.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: none !important;
  letter-spacing: -2px !important;
  line-height: 1.1;
  text-shadow: 0 0 35px rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 20px !important;
}

/* Subtitle */
.hero-subtitle {
  font-size: 1.3rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto !important;
}

/* THE STAKE EXPLORE BUTTON */
.explore-hero-btn {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  
  padding: 22px 55px !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Hover State: Inverts to Solid White */
.explore-hero-btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  transform: translateY(-8px) scale(1.05) !important;
  box-shadow: 0 20px 50px rgba(255, 255, 255, 0.3) !important;
}

.explore-hero-btn:hover svg {
  transform: translateX(10px);
}

/* Mobile Fixes */
@media (max-width: 768px) {
  .hero-main-title {
    font-size: 3rem !important;
  }
  .explore-hero-btn {
    padding: 15px 30px !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
  }
}

/* =========================================================
    STAKE PREMIUM SIDEBAR
   ========================================================= */

/* Main Page Header Styling */
.main-page-header {
    margin-bottom: 60px !important;
}

.main-page-header h1 {
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    letter-spacing: -1px;
    margin-bottom: 15px !important;
}

.header-line {
    width: 60px;
    height: 4px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* Sidebar Glass Panel */
.stake-filter-panel {
    background: rgba(15, 15, 15, 0.8) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    position: sticky;
    top: 110px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
}

/* Sidebar Labels */
.stake-label {
    display: block;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
}

/* Category Navigation Links */
.stake-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-left: calc(var(--depth, 0) * 15px);
}

.stake-nav-link .dot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* HOVER & ACTIVE STATE (The Stake Flip) */
.stake-nav-link:hover, .stake-nav-link.active {
    background: #ffffff !important;
    color: #000000 !important;
}

.stake-nav-link:hover .dot, .stake-nav-link.active .dot {
    background: #000000;
    transform: scale(1.5);
}

/* Custom Input Styling */
.stake-input-wrapper {
    position: relative;
}

.stake-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    color: #ffffff !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.stake-input:focus {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    opacity: 0.3;
}

/* Action Buttons */
.btn-stake-primary {
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    padding: 14px !important;
    border-radius: 8px !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-stake-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.btn-stake-outline {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px !important;
    border-radius: 8px !important;
    text-align: center;
}

/* =========================================================
    CUSTOMER DASHBOARD: STAKE ONYX STYLE
   ========================================================= */

/* Main Sidebar Panel */
.stake-dashboard-panel {
    background: rgba(15, 15, 15, 0.9) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
}

/* Header Text */
.stake-dashboard-panel .glossy-text {
    color: #ffffff !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.stake-dashboard-panel .user-email {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.stake-dashboard-panel .user-email span {
    color: #ffffff;
    font-weight: 700;
}

/* Custom Horizontal Line */
.stake-hr {
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), transparent);
    margin-bottom: 25px;
}

/* Navigation Links */
.stake-nav-pills .nav-link {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    padding: 12px 18px !important;
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid transparent !important;
}

/* HOVER & ACTIVE STATE (The Stake Flip) */
.stake-nav-pills .nav-link:hover, 
.stake-nav-pills .nav-link.active {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2) !important;
}

/* Icons within links */
.stake-nav-pills .nav-link i {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.stake-nav-pills .nav-link:hover i, 
.stake-nav-pills .nav-link.active i {
    opacity: 1;
    color: #000000;
}

/* Logout Button Special Handling */
.logout-btn {
    width: 100%;
    text-align: left;
    background: rgba(255, 0, 0, 0.05) !important;
    border: 1px solid rgba(255, 0, 0, 0.1) !important;
    color: rgba(255, 100, 100, 0.8) !important;
}

.logout-btn:hover {
    background: #ff4d4d !important;
    color: #ffffff !important;
    border-color: #ff4d4d !important;
    box-shadow: 0 0 20px rgba(255, 77, 77, 0.3) !important;
}

.logout-btn:hover i {
    color: #ffffff !important;
}

/* --- GLOBAL CUSTOM CURSOR --- */
html, body { cursor: none !important; }
a, button, .btn, .nav-link, select, input { cursor: none !important; }

.custom-cursor-dot, .custom-cursor-outline {
    position: fixed;
    top: 0; left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 999999; /* Ensure it stays on top of everything */
    pointer-events: none;
    transition: width 0.3s, height 0.3s, background-color 0.3s, opacity 0.3s;
}

.custom-cursor-dot {
    width: 6px; height: 6px;
    background-color: #00ff88;
    box-shadow: 0 0 10px #00ff88;
}

.custom-cursor-outline {
    width: 30px; height: 30px;
    border: 1px solid rgba(0, 255, 136, 0.5);
}

/* Cursor Hover State */
.cursor-hover .custom-cursor-outline {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.8);
}

/* --- SALES BADGE STYLING --- */
.sales-badge-container {
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    background: rgba(0, 255, 136, 0.08); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 136, 0.4); 
    padding: 8px 20px; 
    border-radius: 100px; 
    animation: badgeGlow 4s infinite ease-in-out;
}

.sales-text {
    letter-spacing: 1.2px; 
    font-size: 0.75rem; 
    font-weight: 800;
    color: #00ff88;
    text-transform: uppercase;
}

.sales-number {
    font-size: 1.15rem; 
    color: #fff; 
    margin-right: 4px;
}

@keyframes badgeGlow {
    0%, 100% { border-color: rgba(0, 255, 136, 0.3); box-shadow: 0 0 15px rgba(0, 255, 136, 0.1); }
    50% { border-color: rgba(0, 255, 136, 0.8); box-shadow: 0 0 30px rgba(0, 255, 136, 0.2); }
}

/* Mobile Fix: Disable custom cursor on touch devices */
@media (max-width: 991px) {
    .custom-cursor-dot, .custom-cursor-outline { display: none !important; }
    html, body, a, button { cursor: auto !important; }
}