@media (max-width:700px){
  .nav-bar {
    display:none !important;
  }
}
@media (max-width:700px){
  .nav-bar {
    display:none !important;
    position:absolute !important;
    top:60px !important;
    right:10px !important;
    background:#fff !important;
    box-shadow:0 8px 32px rgba(76,0,130,0.12) !important;
    border-radius:12px !important;
    z-index:1001 !important;
    width:90vw !important;
    padding:18px 0 !important;
  }
  #menuMobileToggle {
    display:block !important;
    position:absolute !important;
    top:18px !important;
    right:18px !important;
    background:#6a1b4a !important;
    color:#fff !important;
    border:none !important;
    padding:10px 16px !important;
    border-radius:8px !important;
    font-size:1.2em !important;
    z-index:1002 !important;
  }
}
/* Responsive para index */
@media (max-width: 900px) {
  .main-content, .hero-section, .banners-section, .sidebar, .nav-bar {
    width: 100% !important;
    padding: 8px !important;
    font-size: 1em !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .hero-logo, .banner-img {
    max-width: 100vw !important;
    height: auto !important;
  }
  .sidebar-toggle {
    position: fixed !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 10001 !important;
    font-size: 2em !important;
  }
  .nav-btn, button, input, select, textarea {
    width: 100% !important;
    font-size: 1em !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
  }
}
#aiChatV2 {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2500;
}
#aiChatV2Toggle {
  background: #6a1b4a;
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(106,27,74,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#aiChatV2Toggle:hover {
  transform: translateY(-4px);
}
#aiChatV2Window {
  display: none;
  width: 370px;
  max-width: calc(100vw - 40px);
  height: 500px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(2,6,23,0.3);
  overflow: hidden;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 70px;
}
/* Nuevo Chat IA V2 */
#aiChatV2 { position: fixed; right: 18px; bottom: 18px; z-index: 2500; }
#aiChatV2Toggle { background: #6a1b4a; color: white; border: none; width: 60px; height: 60px; border-radius: 50%; font-size: 28px; cursor: pointer; box-shadow: 0 12px 30px rgba(106,27,74,0.28); display: flex; align-items: center; justify-content: center; }
#aiChatV2Toggle:hover { transform: translateY(-4px); }
#aiChatV2Window { display: none; width: 370px; max-width: calc(100vw - 40px); height: 500px; background: #fff; border-radius: 16px; box-shadow: 0 24px 80px rgba(2,6,23,0.3); overflow: hidden; flex-direction: column; position: absolute; right: 0; bottom: 70px; }
.ai-header-v2 { background: linear-gradient(90deg,#6a1b4a,#8b2d5d); color: white; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; border-radius: 16px 16px 0 0; }
.ai-bot-icon { font-size: 1.5em; margin-right: 10px; }
.ai-cloud-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s;
}
.ai-cloud-btn:hover {
  transform: scale(1.08) translateY(-2px);
  filter: drop-shadow(0 4px 16px #c41e5f88);
}
.ai-messages-v2 { padding: 16px; overflow-y: auto; flex: 1; background: linear-gradient(180deg,#fbfdff,#f7f9fc); height: 320px; display: flex; flex-direction: column; gap: 10px; }
.ai-msg-bubble { max-width: 80%; padding: 12px 16px; border-radius: 18px; font-size: 1.05em; margin-bottom: 2px; display: inline-block; word-break: break-word; box-shadow: 0 2px 8px rgba(196,30,95,0.08); }
.ai-msg-user { background: #f0e6ff; color: #5c2e8b; align-self: flex-end; border-bottom-right-radius: 6px; }
.ai-msg-bot { background: #f1f5f9; color: #0f172a; align-self: flex-start; border-bottom-left-radius: 6px; }
.ai-msg-typing { background: #fbe9f2; color: #8b2d5d; font-style: italic; animation: pulse 1.2s infinite alternate; }
.ai-form-group-v2 { display: flex; align-items: center; gap: 8px; padding: 14px; border-top: 1px solid #eef2f7; background: #f8f9ff; }
.ai-quick-dropdown-v2 { background: linear-gradient(135deg, #a80036 0%, #c41e5f 60%, #8b2d5d 100%); color: #fff; border: none; border-radius: 12px; padding: 10px 16px; font-size: 1em; font-weight: 700; min-width: 180px; outline: none; transition: background 0.18s, box-shadow 0.18s; cursor: pointer; }
.ai-quick-dropdown-v2:focus { box-shadow: 0 4px 18px rgba(196,30,95,0.18); }
.ai-quick-send-v2 { background: linear-gradient(135deg, #c41e5f 0%, #8b2d5d 100%); color: #fff; border: none; border-radius: 10px; padding: 10px 18px; font-size: 1em; font-weight: 700; cursor: pointer; transition: background 0.18s, box-shadow 0.18s; box-shadow: 0 2px 10px rgba(196,30,95,0.13); }
.ai-quick-send-v2:hover { background: linear-gradient(135deg, #8b2d5d 0%, #c41e5f 100%); }
.ai-form-group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
}
.ai-quick-send {
  background: linear-gradient(135deg, #c41e5f 0%, #8b2d5d 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 10px rgba(196,30,95,0.13);
  margin-left: 4px;
}
.ai-quick-send:hover {
  background: linear-gradient(135deg, #8b2d5d 0%, #c41e5f 100%);
}
/* Estilos Profesionales para index.php */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes fadeIn { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeOut { from{opacity:1;transform:translateY(0)} to{opacity:0;transform:translateY(10px)} }
@keyframes slideInLeft { from{opacity:0;transform:translateX(-30px)} to{opacity:1;transform:translateX(0)} }
@keyframes slideInRight { from{opacity:0;transform:translateX(30px)} to{opacity:1;transform:translateX(0)} }
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f5f6f8;
  line-height: 1.6;
  color: #333;
}

/* Header Profesional */
.header {
  background: linear-gradient(135deg, #6a1b4a 0%, #8b2d5d 100%);
  color: white;
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 12px 50px rgba(106, 27, 74, 0.35);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  gap: 80px;
}

.logo-short {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-short img {
  height: 65px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.logo-short img:hover {
  transform: scale(1.1) translateY(-2px);
  filter: drop-shadow(0 6px 16px rgba(255, 255, 255, 0.4));
}

.nav-bar {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}

.nav-btn {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  padding: 14px 28px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.02em;
  transition: all 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.9px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.nav-btn:active {
  transform: translateY(-2px) scale(0.995);
}

.nav-btn:focus {
  outline: 3px solid rgba(255,255,255,0.18);
  outline-offset: 3px;
}

/* Banners Section */
.banners-section {
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 50px;
}

/* Hero Section */
.hero-section {
  background: white;
  color: #6a1b4a;
  text-align: center;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-logo {
  height: 240px;
  margin-bottom: 30px;
  animation: slideInLeft 0.9s ease;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.28));
}

.hero-section h1 {
  font-size: 3.2em;
  font-weight: 900;
  margin-bottom: 18px;
  text-shadow: none;
  letter-spacing: 1.2px;
  color: #6a1b4a;
  animation: fadeIn 0.8s ease 0.2s backwards;
}

.hero-section p {
  font-size: 1.2em;
  opacity: 1;
  text-shadow: none;
  font-weight: 500;
  color: #334155;
  animation: fadeIn 0.8s ease 0.4s backwards;
}

/* Sidebar (estilo azul profesional) */
.sidebar { position: fixed; top: 0; left: -260px; width: 260px; height: 100%; background: linear-gradient(180deg, #6a1b4a 0%, #8b2d5d 100%); padding-top: 100px; transition: left 0.3s ease; z-index: 1000; box-shadow: 4px 0 16px rgba(106,27,74,0.3); }
.sidebar a { display: block; color: white; padding: 16px 24px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border-left: 4px solid transparent; font-size: 0.95em; }
.sidebar a:hover { background-color: rgba(255,255,255,0.04); border-left-color: rgba(255,255,255,0.12); padding-left: 32px; font-weight: 700; }

/* Icono fijo (hamburger) */
.sidebar-toggle { position: fixed; left: 0; top: 20px; bottom: auto; background: linear-gradient(135deg, #6a1b4a 0%, #8b2d5d 100%); color: white; width: 50px; height: 80px; display: flex; align-items: center; justify-content: center; font-weight: bold; border-radius: 0 12px 12px 0; cursor: pointer; z-index: 1100; font-size: 1.6em; transition: all 0.3s ease; box-shadow: 2px 4px 12px rgba(106,27,74,0.18); }
.sidebar-toggle:hover { background: linear-gradient(135deg, #8b2d5d 0%, #6a1b4a 100%); width: 55px; box-shadow: 4px 6px 16px rgba(106,27,74,0.28); }

/* Ajuste main-content para cuando sidebar se abra */
.main-content { margin-left: 20px; padding: 30px; transition: margin-left 0.3s ease; }
.nav-btn {
  background: transparent;
  color: rgba(255,255,255,0.95);
  border: none;
  padding: 6px 8px;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95em;
  transition: color 0.22s ease;
  text-transform: none;
  letter-spacing: 0.4px;
}

.nav-btn:hover { color: rgba(255,255,255,1); text-decoration: underline; }

.nav-btn:focus { outline: none; text-decoration: underline; }
 

.arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.arrow-left {
  left: 20px;
}

.arrow-right {
  right: 20px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #667eea;
  width: 30px;
  border-radius: 6px;
}

/* CTA Section */
.cta-section {
  text-align: center;
  padding: 50px 20px;
}

.cta-button {
  display: inline-block;
  background: #c41e5f; /* vibrant guinda */
  color: white;
  padding: 14px 40px;
  font-size: 1.05em;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 6px 18px rgba(196,30,95,0.18);
  text-transform: none;
  animation: fadeIn 0.6s ease;
}

.cta-button:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 28px rgba(196,30,95,0.28); }

/* CTA Marketplace variant */
.cta-button.cta-market {
  background: #b91c1c; /* flat red */
  box-shadow: 0 6px 18px rgba(185,28,28,0.12);
}
.cta-button.cta-market:hover { transform: translateY(-3px); }

/* Content Sections */
.content-section {
  padding: 80px 50px;
  background: white;
  margin: 30px 0;
  scroll-margin-top: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.content-section:nth-child(odd) {
  background: linear-gradient(135deg, #f5f7fa 0%, #f0f4f8 100%);
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.content-section h2 {
  font-size: 2.8em;
  color: #6a1b4a;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}

.content-section p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #6a1b4a;
  transition: all 0.3s ease;
  animation: fadeIn 0.6s ease;
}

.feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(196, 30, 95, 0.15);
}

.feature h3 {
  color: #6a1b4a;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.feature p {
  color: #666;
  font-size: 1em;
}

/* Contact Content */
.contact-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-content p {
  margin: 15px 0;
  font-size: 1.05em;
}

.contact-content strong {
  color: #6a1b4a;
  font-weight: 700;
}

/* Comment Form */
.comment-form {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #6a1b4a;
  font-size: 1.05em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  width: 100%;
  padding: 12px 14px;
  background: #6a1b4a;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.02em;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(106,27,74,0.22); }

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.mensaje {
  margin-top: 15px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  display: none;
}

.mensaje.success {
  background-color: #d4edda;
  color: #155724;
  border: 2px solid #c3e6cb;
  display: block;
}

.mensaje.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 2px solid #f5c6cb;
  display: block;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #6a1b4a 0%, #8b2d5d 100%);
  color: white;
  text-align: center;
  padding: 40px 50px;
  margin-top: 80px;
  box-shadow: 0 -10px 40px rgba(106, 27, 74, 0.2);
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Responsive */
/* Chat IA - botón flotante y ventana */
#aiChat { position: fixed; right: 18px; bottom: 18px; z-index: 2500; }
#aiChatToggle { background: #6a1b4a; color: white; border: none; width: 60px; height: 60px; border-radius: 50%; font-size: 28px; cursor: pointer; box-shadow: 0 12px 30px rgba(106,27,74,0.28); display: flex; align-items: center; justify-content: center; }
#aiChatToggle:hover { transform: translateY(-4px); }

.ai-quick-dropdown {
  background: linear-gradient(135deg, #a80036 0%, #c41e5f 60%, #8b2d5d 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 1em;
  font-weight: 700;
  margin-right: 8px;
  box-shadow: 0 2px 10px rgba(196,30,95,0.13);
  outline: none;
  transition: background 0.18s, box-shadow 0.18s;
  cursor: pointer;
  min-width: 180px;
}
.ai-quick-dropdown:focus {
  box-shadow: 0 4px 18px rgba(196,30,95,0.18);
}
#aiChatWindow { display: none; width: 360px; max-width: calc(100vw - 40px); height: 480px; background: #fff; border-radius: 12px; box-shadow: 0 24px 80px rgba(2,6,23,0.3); overflow: hidden; flex-direction: column; }
.ai-header { background: linear-gradient(90deg,#6a1b4a,#8b2d5d); color: white; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; }
.ai-messages { padding: 12px; overflow-y: auto; flex: 1; background: linear-gradient(180deg,#fbfdff,#f7f9fc); }
.ai-messages .msg { margin: 8px 0; display: block; max-width: 85%; padding: 10px 12px; border-radius: 10px; line-height: 1.4; }
.ai-messages .user { background: #f0e6ff; color: #5c2e8b; margin-left: auto; }
.ai-messages .bot { background: #f1f5f9; color: #0f172a; margin-right: auto; }
.ai-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid #eef2f7; }
.ai-form input { flex: 1; padding: 10px 12px; border-radius: 8px; border: 1px solid #e6eef8; }
.ai-form button { background: #6a1b4a; color: white; border: none; padding: 10px 14px; border-radius: 8px; cursor: pointer; }

@media (max-width:600px){ #aiChatWindow{ width: 92vw; height: 60vh; } #aiChatToggle{ width:56px;height:56px;font-size:24px } }
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .hero-section {
    padding: 60px 30px;
  }

  .hero-section h1 {
    font-size: 2.2em;
  }

  .hero-logo {
    height: 110px;
    margin-bottom: 25px;
  }

  .nav-bar {
    width: 100%;
    justify-content: center;
  }

  .nav-btn {
    flex: 0 1 calc(50% - 8px);
    font-size: 0.85em;
    padding: 8px 12px;
  }

  .carousel {
    height: 250px;
  }

  .arrow {
    padding: 10px 15px;
    font-size: 20px;
  }

  .content-section h2 {
    font-size: 1.8em;
  }

  .cta-button {
    padding: 14px 40px;
    font-size: 1.1em;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* Carrito - botón flotante y modal */
#cartButton { position: fixed; right: 18px; bottom: 92px; z-index: 2600; background: #b91c1c; color: white; width: 56px; height: 56px; border-radius: 50%; display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;box-shadow:0 12px 30px rgba(185,28,28,0.22); }
#cartButton .badge, #cartCount { background: #fff; color: #b91c1c; border-radius: 999px; padding: 2px 6px; font-weight: 800; margin-left:6px; font-size:12px; }

.cart-modal { position: fixed; right: 20px; bottom: 86px; width: 420px; max-width: calc(100vw - 40px); max-height: 70vh; background: #fff; border-radius: 12px; box-shadow: 0 24px 80px rgba(2,6,23,0.3); z-index: 2700; display:none; overflow: hidden; }
.cart-content { padding: 16px; display:flex;flex-direction:column;height:100%; }
.close-cart { border: none; background: transparent; font-size: 22px; position: absolute; right: 12px; top: 8px; cursor:pointer; }
.cart-items { overflow-y: auto; max-height: 40vh; padding: 8px 0; display:flex;flex-direction:column;gap:8px }
.cart-item { display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px;border-radius:8px;border:1px solid #f0f0f0 }
.cart-item .meta { display:flex;flex-direction:column }
.cart-summary { margin-top: 12px; display:flex;align-items:center;justify-content:space-between;gap:8px }
.cart-actions { display:flex;gap:8px }

@media (max-width:600px){ #cartButton{ right:14px; bottom:110px } .cart-modal{ right:10px; left:10px; width: auto; bottom:100px } }

/* Improved Footer */
.site-footer {
  background: linear-gradient(135deg, #6a1b4a 0%, #8b2d5d 100%);
  color: white;
  padding: 60px 0 20px;
  margin-top: 80px;
  border-top: 4px solid #c41e5f;
}

.site-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section {
  animation: fadeIn 0.6s ease;
}

.footer-section h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-section p {
  font-size: 0.95em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95em;
}

.footer-section a:hover {
  color: #ffffff;
  transform: translateX(4px);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width:600px){ #cartButton{ right:14px; bottom:110px } .cart-modal{ right:10px; left:10px; width: auto; bottom:100px } }

/* Strong image size rules to avoid oversized images across the site */
/* Product cards and comparador cards */
.market-grid { justify-items: center; }
.market-grid .product { max-width: 240px; width: 100%; }
.market-grid .product .thumb img,
.product .thumb img,
.tarjeta img,
.comparador .tarjeta img {
  width: 100% !important;
  height: 100px !important;
  max-height: 100px !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width:600px){
  .market-grid .product .thumb img,
  .tarjeta img { height: 90px !important; max-height: 90px !important; }
}

/* Safe global limit for images so logos or external images don't overflow */
img { max-width: 100%; height: auto; }
