/* ============================================================
   🍩 VAULT TEC DONUT (PALETA PÚRPURA–CIAN ORIGINAL)
   ============================================================ */

:root {
  --rz-dark1: #0A051A;
  --rz-dark2: #1A0F3F;
  --rz-purple: #3A1C7A;
  --rz-neon-purple: #6F3CFF;
  --rz-cyan: #00E5FF;
  --rz-turquoise: #00FFC8;
  --rz-white: #FFFFFF;

  --rz-glass: rgba(111, 60, 255, 0.12);
  --rz-border: rgba(0, 229, 255, 0.45);
}

/* ============================================
   🖥️ BASE & TYPOGRAPHY
   ============================================ */
body {
  background: var(--rz-dark1) !important;
  color: var(--rz-white) !important;
  font-family: 'Orbitron', sans-serif;
}

/* ============================================
   🔥 TOP NAVIGATION
   ============================================ */
#header {
  background: linear-gradient(180deg, var(--rz-dark2), var(--rz-dark1));
  border-bottom: 1px solid var(--rz-border);
  box-shadow: 0 0 20px var(--rz-purple);
}

.header-nav {
  background: var(--rz-dark2);
}

.header-nav a {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 8px var(--rz-cyan);
  transition: 0.2s;
}

.header-nav a:hover {
  color: var(--rz-turquoise) !important;
  text-shadow: 0 0 12px var(--rz-turquoise);
}

/* ============================================
   🧊 MAIN DESKTOP HEADER
   ============================================ */
#desktop-header {
  background: rgba(26, 15, 63, 0.55);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rz-border);
  box-shadow: 0 0 25px rgba(0, 229, 255, 0.25);
}

/* Logo glow */
#desktop_logo img {
  filter: drop-shadow(0 0 8px var(--rz-neon-purple));
  transition: 0.3s;
  animation: rzGlow 6s infinite ease-in-out;
}

#desktop_logo img:hover {
  filter: drop-shadow(0 0 16px var(--rz-cyan));
}

/* ============================================
   🔍 SEARCH (DESKTOP)
   ============================================ */
#search_widget .form-control {
  background: var(--rz-glass) !important;
  border: 1px solid var(--rz-border) !important;
  color: var(--rz-cyan) !important;
}

#search_widget .search-btn {
  background: var(--rz-neon-purple) !important;
  border: none;
}

#search_widget .search-btn i {
  color: var(--rz-white);
}

/* ============================================
   🛒 SHOPPING CART
   ============================================ */
#ps-shoppingcart-wrapper,
#ps-shoppingcart,
#blockcart {
  background: transparent !important;
}

#cart-toogle,
#mobile-cart-toogle {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 6px var(--rz-cyan);
}

/* Dropdown cart */
#_desktop_cart .cart_block {
  background: rgba(26, 15, 63, 0.75);
  border: 1px solid var(--rz-border);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.25);
}

#_desktop_cart .cart_block a {
  color: var(--rz-cyan) !important;
}

#_desktop_cart .cart_block a:hover {
  color: var(--rz-turquoise) !important;
}

/* ============================================
   📱 MOBILE HEADER
   ============================================ */
#mobile-header {
  background: rgba(10, 5, 26, 0.8) !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--rz-border);
}

#mobile-header .m-nav-btn {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 8px var(--rz-cyan);
}

/* ============================================
   🔎 MOBILE SEARCH
   ============================================ */
#mobile_search_widget .form-control {
  background: var(--rz-glass) !important;
  border: 1px solid var(--rz-border) !important;
  color: var(--rz-cyan) !important;
}

#mobile_search_widget button {
  background: var(--rz-neon-purple) !important;
}

/* ============================================
   🌐 MEGAMENU DESKTOP
   ============================================ */
#iqitmegamenu-wrapper {
  background: rgba(26, 15, 63, 0.35) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--rz-border);
  border-bottom: 1px solid var(--rz-border);
}

#iqitmegamenu-horizontal .nav-link,
#cbp-hrmenu a {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 10px var(--rz-cyan);
  transition: 0.2s;
}

#cbp-hrmenu a:hover {
  color: var(--rz-turquoise) !important;
  text-shadow: 0 0 14px var(--rz-turquoise);
}

/* Dropdown */
.cbp-hrsub {
  background: rgba(10, 5, 26, 0.9) !important;
  border: 1px solid var(--rz-border);
  backdrop-filter: blur(12px);
}

.cbp-hrsub a {
  color: var(--rz-white) !important;
}

.cbp-hrsub a:hover {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 10px var(--rz-cyan);
}

/* ============================================
   ⭐ FOOTER
   ============================================ */
#footer {
  background: #09041d;
  border-top: 1px solid var(--rz-border);
}

#footer a {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 8px var(--rz-cyan);
}

#footer .block-title span {
  color: var(--rz-white) !important;
  text-shadow: 0 0 10px var(--rz-neon-purple);
}

#footer-copyrights {
  background: #06031A !important;
  border-top: 1px solid var(--rz-border);
}

/* ============================================
   🍩 PRODUCTS LIST
   ============================================ */

/* Forzar Orbitron SOLO aquí */
.elementor-products,
.elementor-products * {
  font-family: 'Orbitron', sans-serif !important;
}

/* ============================================
   🧊 PRODUCT CARD (GLASS)
   ============================================ */
.elementor-products .product-miniature {
  background: linear-gradient(
    160deg,
    rgba(26,15,63,0.55),
    rgba(9,3,26,0.75)
  );
  border-radius: 22px;
  border: 1px solid rgba(0,229,255,0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(0,229,255,0.15),
    0 0 28px rgba(0,229,255,0.18);
  transition: 0.35s ease;
}

/* Hover card */
.elementor-products .product-miniature:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 42px rgba(0,229,255,0.55);
  border-color: #00E5FF;
}

/* ============================================
   🖼️ PRODUCT IMAGES
   ============================================ */
.elementor-products .product-thumbnail img {
  border-radius: 18px;
  transition: transform 0.4s ease;
}

.elementor-products .product-miniature:hover .product-thumbnail img {
  transform: scale(1.06);
}

/* ============================================
   🏷️ DISCOUNT FLAGS
   ============================================ */
.elementor-products .product-flag {
  background: linear-gradient(135deg, #6F3CFF, #00E5FF);
  color: #000;
  border-radius: 10px;
  font-size: 0.7rem;
  box-shadow: 0 0 12px rgba(0,229,255,0.7);
}

/* ============================================
   ❤️ FUNCTIONAL BUTTONS
   ============================================ */
.elementor-products .product-functional-buttons-links a {
  background: rgba(0,229,255,0.12);
  border: 1px solid rgba(0,229,255,0.35);
  color: #00E5FF;
  box-shadow: 0 0 10px rgba(0,229,255,0.25);
  transition: 0.25s ease;
}

.elementor-products .product-functional-buttons-links a:hover {
  background: rgba(0,229,255,0.25);
  box-shadow: 0 0 22px rgba(0,229,255,0.75);
}

/* ============================================
   📝 PRODUCT TEXT
   ============================================ */
.elementor-products .product-title a {
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow:
    0 0 6px rgba(111,60,255,0.6),
    0 0 10px rgba(0,229,255,0.35);
}

.elementor-products .product-title a:hover {
  color: #00E5FF;
}

/* Category / brand / reference */
.elementor-products .product-category-name,
.elementor-products .product-brand,
.elementor-products .product-reference {
  color: #9ff3ff !important;
  opacity: 0.85;
}

/* Short description */
.elementor-products .product-description-short a {
  color: #b6f7ff;
  opacity: 0.9;
}

/* ============================================
   💰 PRICES
   ============================================ */
.elementor-products .product-price {
  color: #00E5FF;
  text-shadow: 0 0 10px rgba(0,229,255,0.8);
}

.elementor-products .regular-price {
  color: #aaa;
  opacity: 0.7;
}

/* ============================================
   🎨 COLOR VARIANTS
   ============================================ */
.elementor-products .variant-links .color {
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,229,255,0.6);
}

/* ============================================
   🛒 ADD TO CART
   ============================================ */
.elementor-products .add-to-cart {
  background: linear-gradient(135deg, #6F3CFF, #00E5FF);
  color: #000;
  border-radius: 14px;
  border: none;
  letter-spacing: 1px;
  box-shadow: 0 0 20px rgba(0,229,255,0.65);
  transition: 0.25s ease;
}

.elementor-products .add-to-cart:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 32px rgba(0,229,255,0.9);
}

/* Quantity input */
.elementor-products .input-qty {
  background: rgba(0,0,0,0.35);
  color: #00E5FF;
  border: 1px solid rgba(0,229,255,0.35);
}

/* ============================================
   🍩 POPUP MODAL
   ============================================ */

#iqitpopup {
  background: linear-gradient(160deg, rgba(26, 15, 63, 0.95), rgba(10, 5, 26, 0.98)) !important;
  border: 2px solid var(--rz-border) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 
    0 0 40px rgba(111, 60, 255, 0.4),
    0 0 80px rgba(0, 229, 255, 0.3),
    inset 0 0 20px rgba(0, 229, 255, 0.15) !important;
  padding: 30px !important;
  max-width: 500px !important;
  width: 90% !important;
  z-index: 999999 !important;
  animation: popupGlow 4s infinite ease-in-out !important;
}

@keyframes popupGlow {
  0%, 100% { 
    box-shadow: 
      0 0 40px rgba(111, 60, 255, 0.4),
      0 0 80px rgba(0, 229, 255, 0.3),
      inset 0 0 20px rgba(0, 229, 255, 0.15) !important;
  }
  50% { 
    box-shadow: 
      0 0 50px rgba(111, 60, 255, 0.6),
      0 0 100px rgba(0, 229, 255, 0.4),
      inset 0 0 25px rgba(0, 229, 255, 0.25) !important;
  }
}

/* Popup content */
.iqitpopup-content {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.5) !important;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  padding: 20px 0 !important;
  margin: 15px 0 !important;
  border-top: 1px solid rgba(0, 229, 255, 0.3) !important;
  border-bottom: 1px solid rgba(0, 229, 255, 0.3) !important;
}

.iqitpopup-content p {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.5px !important;
}

/* Close button */
.iqitpopup-close {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid rgba(0, 229, 255, 0.3) !important;
}

.iqit-close-popup {
  order: 2 !important;
}

.iqit-close-popup .cross {
  position: relative !important;
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: rgba(111, 60, 255, 0.2) !important;
  border-radius: 50% !important;
  border: 1px solid var(--rz-border) !important;
}

.iqit-close-popup .cross:hover {
  background: rgba(255, 0, 0, 0.2) !important;
  border-color: #ff0000 !important;
  transform: rotate(90deg) !important;
}

.iqit-close-popup .cross::before,
.iqit-close-popup .cross::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 18px !important;
  height: 2px !important;
  background: var(--rz-cyan) !important;
  border-radius: 1px !important;
  transition: all 0.3s ease !important;
}

.iqit-close-popup .cross::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.iqit-close-popup .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.iqit-close-popup .cross:hover::before,
.iqit-close-popup .cross:hover::after {
  background: #ff0000 !important;
  box-shadow: 0 0 8px #ff0000 !important;
}

/* Checkbox */
.iqit-close-checkbox {
  order: 1 !important;
}

.custom-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 14px !important;
  color: var(--rz-white) !important;
  text-shadow: 0 0 5px var(--rz-purple) !important;
}

.custom-checkbox input[type="checkbox"] {
  display: none !important;
}

.custom-checkbox > span {
  position: relative !important;
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  background: rgba(26, 15, 63, 0.7) !important;
  border: 2px solid var(--rz-border) !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}

.custom-checkbox > span:hover {
  background: rgba(111, 60, 255, 0.3) !important;
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.4) !important;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background: var(--rz-neon-purple) !important;
  border-color: var(--rz-cyan) !important;
}

.checkbox-checked {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  opacity: 1 !important;
}

.custom-checkbox label {
  cursor: pointer !important;
  user-select: none !important;
  transition: color 0.3s ease !important;
}

.custom-checkbox:hover label {
  color: var(--rz-cyan) !important;
  text-shadow: 0 0 8px var(--rz-cyan) !important;
}

/* ============================================
   ⚡ ANIMATIONS
   ============================================ */

@keyframes rzGlow {
  0%, 100% { box-shadow: 0 0 8px var(--rz-neon-purple); }
  50% { box-shadow: 0 0 16px var(--rz-cyan); }
}

@keyframes roalzGlowMenu {
  0%, 100% { box-shadow: 0 0 10px var(--rz-neon-purple); }
  50% { box-shadow: 0 0 22px var(--rz-cyan); }
}

/* ============================================
   📱 RESPONSIVE - MOBILE (≤768px)
   ============================================ */

@media (max-width: 768px) {
  /* General adjustments */
  body {
    font-size: 14px;
  }
  
  /* Header - Stack elements */
  #desktop-header .container {
    flex-direction: column !important;
    align-items: center !important;
    padding: 15px 0 !important;
  }
  
  #desktop_logo {
    margin-bottom: 15px;
    text-align: center;
  }
  
  #desktop_logo img {
    max-width: 180px;
  }
  
  /* Desktop search on mobile */
  #search_widget {
    width: 90% !important;
    max-width: 400px !important;
    margin-bottom: 15px;
  }
  
  #search_widget .form-control {
    height: 45px !important;
    font-size: 14px !important;
  }
  
  /* Cart toggles */
  #cart-toogle, #mobile-cart-toogle {
    padding: 10px 15px !important;
    font-size: 13px !important;
  }
  
  /* Megamenu - Convert to vertical */
  #iqitmegamenu-wrapper {
    padding: 10px 0 !important;
  }
  
  #iqitmegamenu-horizontal {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  #iqitmegamenu-horizontal .nav-link,
  #cbp-hrmenu a {
    display: block !important;
    width: 90% !important;
    margin: 5px auto !important;
    padding: 15px !important;
    text-align: center !important;
    border-radius: 12px !important;
    border: 1px solid var(--rz-border) !important;
    background: rgba(111, 60, 255, 0.1) !important;
  }
  
  /* Dropdown on mobile */
  .cbp-hrsub {
    position: static !important;
    width: 90% !important;
    margin: 10px auto !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,229,255,0.2) !important;
  }
  
  /* Products list - 1 column */
  .elementor-products .product-miniature {
    width: 100% !important;
    margin: 0 auto 25px !important;
    display: block !important;
  }
  
  /* Product images */
  .elementor-products .product-thumbnail img {
    width: 100% !important;
    height: auto !important;
  }
  
  /* Functional buttons larger */
  .elementor-products .product-functional-buttons-links a {
    padding: 10px !important;
    margin: 5px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
  
  /* Add to Cart button larger */
  .elementor-products .add-to-cart {
    padding: 12px 20px !important;
    font-size: 14px !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  
  /* Footer - Stack blocks */
  #footer .container > .row {
    flex-direction: column !important;
  }
  
  #footer .block {
    width: 100% !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
  }
  
  #footer-copyrights .container {
    flex-direction: column !important;
    text-align: center !important;
    gap: 15px !important;
  }
  
  /* Popup adjustments */
  #iqitpopup {
    padding: 20px !important;
    max-width: 90% !important;
    border-width: 1.5px !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }
  
  .iqitpopup-content {
    font-size: 16px !important;
    padding: 15px 0 !important;
  }
  
  .iqitpopup-close {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: stretch !important;
  }
  
  .iqit-close-checkbox {
    order: 2 !important;
  }
  
  .iqit-close-popup {
    order: 1 !important;
    align-self: flex-end !important;
  }
  
  .iqit-close-popup .cross {
    width: 28px !important;
    height: 28px !important;
  }
  
  .custom-checkbox {
    justify-content: center !important;
    text-align: center !important;
  }
  
  /* Reduce blur effects for performance */
  .elementor-products .product-miniature,
  #desktop-header,
  #mobile-header,
  #_desktop_cart .cart_block,
  .cbp-hrsub {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
}

/* ============================================
   📱 RESPONSIVE - EXTRA SMALL (≤480px)
   ============================================ */

@media (max-width: 480px) {
  /* More compact header */
  #desktop-header .container {
    padding: 10px 0 !important;
  }
  
  #desktop_logo img {
    max-width: 150px;
  }
  
  /* Smaller search */
  #search_widget {
    width: 95% !important;
  }
  
  #search_widget .form-control {
    height: 40px !important;
  }
  
  /* Product cards with less padding */
  .elementor-products .product-miniature {
    padding: 15px !important;
  }
  
  /* Smaller text on very small mobiles */
  .elementor-products .product-title a {
    font-size: 14px !important;
  }
  
  .elementor-products .product-price {
    font-size: 16px !important;
  }
  
  /* More compact footer */
  #footer .block {
    padding: 15px !important;
  }
  
  #footer .block-title span {
    font-size: 16px !important;
  }
  
  /* Popup adjustments */
  #iqitpopup {
    padding: 15px !important;
    border-radius: 15px !important;
  }
  
  .iqitpopup-content {
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  
  .custom-checkbox {
    font-size: 12px !important;
  }
  
  .custom-checkbox > span {
    width: 20px !important;
    height: 20px !important;
  }
  
  /* Adjust animations for mobile performance */
  #desktop_logo img {
    animation: rzGlow 8s infinite ease-in-out;
  }
  
  .elementor-products .product-miniature:hover {
    transform: translateY(-4px);
  }
}

/* ===============================
   MOBILE MENU ESTILO GLASS (SCROLL + TEXTO BLANCO + TITULOS GLOW)
=================================*/

/* Contenedor principal del menú móvil */
#iqitmegamenu-mobile {
  position: fixed; /* permanece sobre la página */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgba(26,15,63,0.95), rgba(9,3,26,0.98)); /* más sólido */
  border: 1px solid rgba(0,229,255,0.35);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(0,229,255,0.15),
              0 0 35px rgba(0,229,255,0.18);
  color: #ffffff; /* texto por defecto blanco */
  font-family: 'Orbitron', sans-serif !important;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

/* Cabecera del menú móvil */
#iqitmegamenu-mobile .mobile-menu__header-wrapper {
  background: rgba(111,60,255,0.25);
  border-bottom: 1px solid rgba(0,229,255,0.35);
  backdrop-filter: blur(14px);
}

/* Contenido principal del menú */
#iqitmegamenu-mobile .mobile-menu__content {
  flex-grow: 1;
  overflow-y: auto; /* permite scroll si el contenido es más grande que la pantalla */
  -webkit-overflow-scrolling: touch; /* suaviza scroll en móviles */
  padding: 24px; /* evita que los últimos elementos se peguen al borde */
  color: #ffffff; /* asegura texto blanco */
}

/* Items del menú */
#iqitmegamenu-mobile .mobile-menu__tab a {
  color: #ffffff; /* texto blanco */
  transition: all 0.25s ease;
}

#iqitmegamenu-mobile .mobile-menu__tab a i {
  color: #ffffff; /* iconos blancos */
  text-shadow: 0 0 15px #00E5FF; /* mantiene efecto neón */
  transition: all 0.3s ease;
}

/* Hover de cada item */
#iqitmegamenu-mobile .mobile-menu__tab a:hover {
  transform: translateY(-3px);
  text-shadow: 0 0 25px #00E5FF;
}

/* Títulos de categorías con glow azul/morado */
#iqitmegamenu-mobile .mobile-menu__tab .js-mobile-menu__tab-title {
    color: #ffffff; /* texto blanco */
    text-shadow:
        0 0 6px #00E5FF,  /* glow azul */
        0 0 12px #8A2BE2; /* glow morado */
    font-weight: 700;
    transition: all 0.3s ease;
}

/* Hover de títulos: glow más intenso */
#iqitmegamenu-mobile .mobile-menu__tab a:hover .js-mobile-menu__tab-title {
    text-shadow:
        0 0 12px #00E5FF,
        0 0 18px #8A2BE2;
}

/* Footer: idioma, moneda y usuario */
#iqitmegamenu-mobile .mobile-menu__footer {
  background: rgba(111,60,255,0.25);
  border-top: 1px solid rgba(0,229,255,0.35);
  backdrop-filter: blur(14px);
  padding: 12px 24px;
  color: #ffffff; /* asegura texto blanco */
}

/* Botón cerrar y atrás */
#iqitmegamenu-mobile .mobile-menu__back-btn,
#iqitmegamenu-mobile .mobile-menu__close {
  background: rgba(0,229,255,0.15);
  color: #ffffff; /* iconos y texto blanco */
  border: 1px solid rgba(0,229,255,0.35);
  border-radius: 12px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
}

#iqitmegamenu-mobile .mobile-menu__back-btn i,
#iqitmegamenu-mobile .mobile-menu__close i {
  color: #ffffff; /* iconos blancos */
  text-shadow: 0 0 12px #00E5FF;
}

/* Hover botones */
#iqitmegamenu-mobile .mobile-menu__back-btn:hover,
#iqitmegamenu-mobile .mobile-menu__close:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0,229,255,0.6);
}

/* Selector de idioma y moneda */
#iqitmegamenu-mobile .mobile-menu__language-currency-dropdown {
  background: rgba(26,15,63,0.95);
  border-radius: 14px;
  border: 1px solid rgba(0,229,255,0.35);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 25px rgba(0,229,255,0.25);
  color: #ffffff; /* texto blanco */
}

/* Link de usuario */
#iqitmegamenu-mobile .mobile-menu__user a {
  background: rgba(0,229,255,0.15);
  color: #ffffff; /* texto blanco */
  border: 1px solid rgba(0,229,255,0.35);
  border-radius: 14px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

#iqitmegamenu-mobile .mobile-menu__user a i {
  text-shadow: 0 0 15px #00E5FF;
}

#iqitmegamenu-mobile .mobile-menu__user a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(0,229,255,0.6);
}

/* ===============================
   INPUT DE BÚSQUEDA ESTILO GLASS
=================================*/

.input-group .form-search-control {
    background: rgba(26,15,63,0.85); /* fondo tipo glass */
    border: 1px solid rgba(0,229,255,0.35);
    border-radius: 12px;
    color: #ffffff; /* texto blanco */
    backdrop-filter: blur(12px);
    box-shadow: 0 0 10px rgba(0,229,255,0.2);
    transition: all 0.25s ease;
    font-family: 'Orbitron', sans-serif;
}

.input-group .form-search-control::placeholder {
    color: rgba(255,255,255,0.7); /* placeholder blanco semi-transparente */
    text-shadow: 0 0 4px #00E5FF;
}

.input-group .form-search-control:focus {
    border-color: #00E5FF;
    box-shadow: 0 0 15px rgba(0,229,255,0.6);
    outline: none;
}

.input-group .search-btn {
    background: rgba(0,229,255,0.15);
    border: 1px solid rgba(0,229,255,0.35);
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.25s ease;
}

.input-group .search-btn i {
    color: #ffffff;
    text-shadow: 0 0 10px #00E5FF;
}

.input-group .search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0,229,255,0.6);
}
/* ============================================================
   VAULT TEC - MINECRAFT SHOP - CSS COMPLETO
   ============================================================ */

/* FUENTES Y VARIABLES */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

.rz-orbitron,
.rz-orbitron * {
  font-family: 'Orbitron', sans-serif !important;
}

:root {
  --rz-purple: #6F3CFF;
  --rz-cyan: #00E5FF;
  --rz-green: #00FF9D;
  --rz-white: #ffffff;
  --rz-border: rgba(0,229,255,0.35);
  --rz-dark-bg: linear-gradient(160deg, rgba(26,15,63,0.55), rgba(9,3,26,0.75));
  --rz-bg-dark: rgba(15, 10, 35, 0.95);
}

/* ===============================
   BANNER RESPONSIVO
================================ */
.rz-banner-section {
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rz-banner-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  height: 400px;
  box-shadow:
    0 0 0 1px rgba(0,229,255,0.15),
    0 0 35px rgba(0,229,255,0.18);
}

.rz-banner-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.rz-banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: linear-gradient(135deg, rgba(26,15,63,0.9), rgba(9,3,26,0.95));
}

.rz-banner-slide.active {
  opacity: 1;
}

.rz-banner-slide:nth-child(1) {
  background: linear-gradient(135deg, rgba(111,60,255,0.8), rgba(26,15,63,0.9));
}

.rz-banner-slide:nth-child(2) {
  background: linear-gradient(135deg, rgba(0,229,255,0.8), rgba(26,15,63,0.9));
}

.rz-banner-slide:nth-child(3) {
  background: linear-gradient(135deg, rgba(0,255,157,0.8), rgba(26,15,63,0.9));
}

.rz-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 800px;
  z-index: 2;
}

.rz-banner-title {
  font-size: 3rem;
  letter-spacing: 4px;
  color: var(--rz-white);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(111,60,255,0.8),
    0 0 18px rgba(0,229,255,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rz-title-logo {
  height: 60px;
  width: auto;
  filter: drop-shadow(0 0 10px var(--rz-cyan));
  animation: logoFloat 3s ease-in-out infinite;
}

.rz-banner-subtitle {
  font-size: 1.3rem;
  color: #9ff3ff;
  margin-bottom: 40px;
  opacity: 0.9;
}

.rz-banner-btn {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--rz-purple), var(--rz-cyan));
  color: #000;
  border: none;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.rz-banner-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 35px rgba(0,229,255,0.8);
}

.rz-banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  border: 2px solid var(--rz-border);
  color: var(--rz-white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
}

.rz-banner-arrow:hover {
  background: var(--rz-cyan);
  color: #000;
  transform: translateY(-50%) scale(1.1);
}

.rz-banner-arrow-left {
  left: 20px;
}

.rz-banner-arrow-right {
  right: 20px;
}

.rz-banner-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 3;
}

.rz-banner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.rz-banner-dot.active {
  background: var(--rz-cyan);
  transform: scale(1.3);
}

/* ===============================
   ESTILOS BASE (IGUAL QUE TU CÓDIGO)
================================ */
.rz-glass-section {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
}

.rz-glass-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 70px 40px;
  background: var(--rz-dark-bg);
  border-radius: 26px;
  border: 1px solid var(--rz-border);
  backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(0,229,255,0.15),
    0 0 35px rgba(0,229,255,0.18);
  text-align: center;
  overflow: hidden;
}

.rz-bg {
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}

.rz-bg-1 {
  background: radial-gradient(circle, rgba(111,60,255,0.35), transparent 60%);
  animation: rzFloat1 16s linear infinite;
}

.rz-bg-2 {
  background: radial-gradient(circle, rgba(0,229,255,0.25), transparent 65%);
  animation: rzFloat2 22s linear infinite;
}

.rz-glass-inner > *:not(.rz-bg) {
  position: relative;
  z-index: 2;
}

/* TITULO CON LOGO */
.rz-glass-title {
  font-size: 2.3rem;
  letter-spacing: 4px;
  color: var(--rz-white);
  margin-bottom: 18px;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(111,60,255,0.8),
    0 0 18px rgba(0,229,255,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.rz-title-with-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rz-glass-title i {
  color: var(--rz-cyan);
  text-shadow: 0 0 15px var(--rz-cyan);
  animation: rzIconPulse 2s infinite;
}

.rz-glass-text {
  max-width: 560px;
  margin: 0 auto 42px;
  color: #9ff3ff;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
}

.rz-glass-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.rz-glass-btn {
  padding: 14px 30px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid var(--rz-border);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 200px;
}

.rz-glass-btn i {
  font-size: 1.1rem;
}

.rz-glass-btn.primary {
  background: linear-gradient(135deg, var(--rz-purple), var(--rz-cyan));
  color: #000;
}

.rz-glass-btn.secondary {
  background: rgba(0,229,255,0.08);
  color: var(--rz-cyan);
}

.rz-glass-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 28px rgba(0,229,255,0.75);
  gap: 15px;
}

/* ===============================
   VENTAJAS (WHY CHOOSE)
================================ */
.rz-advantages-title {
  font-size: 1.9rem;
  letter-spacing: 3px;
  margin-bottom: 50px;
  color: var(--rz-white);
  text-shadow:
    0 0 10px rgba(111,60,255,0.7),
    0 0 16px rgba(0,229,255,0.4);
}

.rz-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 40px;
}

.rz-adv-card {
  background: rgba(111,60,255,0.12);
  border: 1px solid var(--rz-border);
  border-radius: 18px;
  padding: 30px 20px;
  backdrop-filter: blur(14px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rz-adv-card i {
  font-size: 2.2rem;
  color: var(--rz-cyan);
  margin-bottom: 18px;
  text-shadow: 0 0 15px var(--rz-cyan);
  transition: all 0.3s ease;
}

.rz-adv-card-title {
  display: block;
  font-size: 1.2rem;
  color: var(--rz-white);
  font-weight: 600;
  margin-bottom: 10px;
}

.rz-adv-card-desc {
  display: block;
  font-size: 0.9rem;
  color: #9ff3ff;
  line-height: 1.5;
}

.rz-adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 35px rgba(0,229,255,0.65);
  border-color: var(--rz-cyan);
}

.rz-adv-card:hover i {
  transform: scale(1.2);
  text-shadow: 0 0 25px var(--rz-cyan);
}

/* ===============================
   WHAT IS VAULT TEC
================================ */
.rz-what-is-title {
  font-size: 1.9rem;
  letter-spacing: 3px;
  margin-bottom: 40px;
  color: var(--rz-white);
  text-shadow:
    0 0 10px rgba(111,60,255,0.7),
    0 0 16px rgba(0,229,255,0.4);
}

.rz-what-is-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rz-what-is-text {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.rz-what-is-text p {
  color: #9ff3ff;
  margin-bottom: 15px;
  font-size: 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.rz-what-is-text i {
  color: var(--rz-cyan);
  margin-top: 5px;
}

.rz-what-is-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rz-stat-card {
  background: rgba(0,229,255,0.08);
  border: 1px solid var(--rz-border);
  border-radius: 16px;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

.rz-stat-card i {
  font-size: 2rem;
  color: var(--rz-cyan);
  margin-bottom: 15px;
}

.rz-stat-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--rz-white);
  margin-bottom: 5px;
}

.rz-stat-label {
  display: block;
  font-size: 0.9rem;
  color: #9ff3ff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rz-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(0,229,255,0.5);
}

/* ===============================
   CATEGORÍAS
================================ */
.rz-categories-title {
  font-size: 1.9rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: var(--rz-white);
  text-shadow:
    0 0 10px rgba(111,60,255,0.7),
    0 0 16px rgba(0,229,255,0.4);
}

.rz-categories-subtitle {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #9ff3ff;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
}

.rz-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 40px;
}

.rz-category-card {
  background: rgba(111,60,255,0.12);
  border: 1px solid var(--rz-border);
  border-radius: 18px;
  padding: 30px 20px;
  backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}

.rz-category-icon {
  width: 70px;
  height: 70px;
  background: rgba(0,229,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.rz-category-icon i {
  font-size: 2rem;
  color: var(--rz-cyan);
}

.rz-category-name {
  font-size: 1.3rem;
  color: var(--rz-white);
  margin-bottom: 15px;
}

.rz-category-desc {
  font-size: 0.9rem;
  color: #9ff3ff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.rz-category-btn {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(0,229,255,0.1);
  color: var(--rz-cyan);
  border: 1px solid var(--rz-border);
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.rz-category-btn:hover {
  background: var(--rz-cyan);
  color: #000;
  transform: translateY(-3px);
}

.rz-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 35px rgba(0,229,255,0.65);
}

/* ===============================
   HOW TO BUY
================================ */
.rz-how-to-title {
  font-size: 1.9rem;
  letter-spacing: 3px;
  margin-bottom: 50px;
  color: var(--rz-white);
  text-shadow:
    0 0 10px rgba(111,60,255,0.7),
    0 0 16px rgba(0,229,255,0.4);
}

.rz-how-to-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.rz-step-card {
  background: rgba(111,60,255,0.12);
  border: 1px solid var(--rz-border);
  border-radius: 18px;
  padding: 30px 20px;
  position: relative;
  transition: all 0.3s ease;
}

.rz-step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: var(--rz-cyan);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.rz-step-card i {
  font-size: 2.5rem;
  color: var(--rz-cyan);
  margin-bottom: 20px;
}

.rz-step-title {
  font-size: 1.2rem;
  color: var(--rz-white);
  margin-bottom: 15px;
}

.rz-step-desc {
  font-size: 0.9rem;
  color: #9ff3ff;
  line-height: 1.5;
}

.rz-step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 35px rgba(0,229,255,0.65);
}

/* ===============================
   FEATURED ITEMS
================================ */
.rz-recent-title {
  font-size: 2.1rem;
  letter-spacing: 3px;
  color: var(--rz-white);
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(111,60,255,0.8),
    0 0 18px rgba(0,229,255,0.45);
}

.rz-recent-subtitle {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #9ff3ff;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
}

.rz-products-container {
  margin: 40px 0 60px;
  position: relative;
  min-height: 300px;
}

.rz-products-placeholder {
  padding: 60px 20px;
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
  border: 2px dashed var(--rz-border);
  color: var(--rz-cyan);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.rz-products-placeholder i {
  font-size: 3rem;
  color: var(--rz-cyan);
  text-shadow: 0 0 15px var(--rz-cyan);
  animation: spin 2s linear infinite;
}

.rz-products-placeholder p {
  font-size: 1.1rem;
  color: var(--rz-white);
}

/* ===============================
   FAQ
================================ */
.rz-faq-title {
  font-size: 1.9rem;
  letter-spacing: 3px;
  margin-bottom: 50px;
  color: var(--rz-white);
  text-shadow:
    0 0 10px rgba(111,60,255,0.7),
    0 0 16px rgba(0,229,255,0.4);
}

.rz-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.rz-faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--rz-border);
  border-radius: 12px;
  overflow: hidden;
}

.rz-faq-question {
  width: 100%;
  padding: 20px;
  background: rgba(111,60,255,0.1);
  border: none;
  color: var(--rz-white);
  font-size: 1.1rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.rz-faq-question:hover {
  background: rgba(111,60,255,0.2);
}

.rz-faq-question i {
  transition: transform 0.3s ease;
}

.rz-faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.rz-faq-answer p {
  padding: 20px 0;
  color: #9ff3ff;
  line-height: 1.6;
}

.rz-faq-item.active .rz-faq-answer {
  max-height: 500px;
}

.rz-faq-item.active .rz-faq-question i {
  transform: rotate(180deg);
}

/* ===============================
   ANIMACIONES
================================ */
@keyframes rzFloat1 {
  0% { transform: translate(-10%, -10%) rotate(0deg); }
  100% { transform: translate(10%, 10%) rotate(360deg); }
}

@keyframes rzFloat2 {
  0% { transform: translate(15%, -15%) rotate(0deg); }
  100% { transform: translate(-15%, 15%) rotate(-360deg); }
}

@keyframes rzIconPulse {
  0%, 100% { 
    transform: scale(1);
    text-shadow: 0 0 10px var(--rz-cyan);
  }
  50% { 
    transform: scale(1.1);
    text-shadow: 0 0 20px var(--rz-cyan);
  }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ===============================
   RESPONSIVE COMPLETO
================================ */

/* Tablet (1024px) */
@media (max-width: 1024px) {
  .rz-banner-title {
    font-size: 2.2rem;
  }
  
  .rz-advantages-grid,
  .rz-categories-grid,
  .rz-how-to-steps,
  .rz-what-is-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .rz-banner-container {
    height: 350px;
  }
  
  .rz-banner-btn {
    padding: 14px 30px;
  }
}

/* Móvil Grande (768px) */
@media (max-width: 768px) {
  .rz-banner-section {
    padding: 0 15px;
    margin-top: 15px;
  }
  
  .rz-banner-container {
    height: 300px;
    border-radius: 20px;
  }
  
  .rz-banner-title {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .rz-title-logo {
    height: 50px;
  }
  
  .rz-banner-subtitle {
    font-size: 1.1rem;
  }
  
  .rz-banner-arrow {
    width: 40px;
    height: 40px;
  }
  
  .rz-glass-section {
    padding: 0 15px;
    margin-top: 30px;
  }
  
  .rz-glass-inner {
    padding: 40px 25px;
    margin-bottom: 50px;
    border-radius: 22px;
  }
  
  .rz-glass-title {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .rz-title-with-logo {
    flex-direction: column;
  }
}

/* Móvil Pequeño (520px) */
@media (max-width: 520px) {
  .rz-banner-container {
    height: 250px;
  }
  
  .rz-banner-title {
    font-size: 1.5rem;
  }
  
  .rz-banner-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .rz-banner-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }
  
  .rz-banner-arrow {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  .rz-banner-dot {
    width: 10px;
    height: 10px;
  }
  
  .rz-advantages-grid,
  .rz-categories-grid,
  .rz-how-to-steps,
  .rz-what-is-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .rz-glass-inner {
    padding: 35px 20px;
  }
  
  .rz-glass-title {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  
  .rz-glass-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .rz-glass-btn {
    width: 100%;
    max-width: 300px;
  }
  
  .rz-what-is-text p {
    font-size: 1rem;
  }
}

/* Móvil Muy Pequeño (375px) */
@media (max-width: 375px) {
  .rz-banner-section {
    padding: 0 10px;
  }
  
  .rz-banner-container {
    height: 220px;
  }
  
  .rz-banner-title {
    font-size: 1.3rem;
  }
  
  .rz-title-logo {
    height: 40px;
  }
  
  .rz-glass-section {
    padding: 0 10px;
  }
  
  .rz-glass-inner {
    padding: 30px 15px;
    border-radius: 18px;
  }
  
  .rz-glass-title {
    font-size: 1.4rem;
  }
  
  .rz-glass-btn {
    padding: 12px 20px;
    font-size: 0.85rem;
  }
}
/* ESTILOS PARA LOGO DEL MISMO TAMAÑO QUE EL TEXTO */
.rz-title-logo {
    height: 1em; /* Mismo tamaño que el texto */
    width: auto; /* Mantiene proporciones */
    vertical-align: middle; /* Alineación vertical perfecta */
    display: inline-block;
    filter: drop-shadow(0 0 5px var(--rz-cyan));
    margin-right: 10px; /* Espacio entre logo y texto */
}

/* Ajustes específicos para el banner */
.rz-banner-title .rz-title-logo {
    height: 1.2em; /* Un poco más grande en el banner */
    margin-right: 15px;
}

/* Ajustes para títulos principales */
.rz-glass-title .rz-title-logo {
    height: 1em;
    margin-right: 12px;
}

/* Para que se vea bien en móviles */
@media (max-width: 768px) {
    .rz-title-logo {
        height: 0.9em;
        margin-right: 8px;
    }
    
    .rz-banner-title .rz-title-logo {
        height: 1em;
        margin-right: 10px;
    }
}