/* Fixes específicos para responsive móvil */

/* ===========================================
   FIXES PARA SECCIONES DE INICIO - LIMPIEZA
   =========================================== */

/* Hero Section - Limpieza y organización */
.video-hero-section {
  padding: 0 !important;
  margin: 0 !important;
  height: 100vh !important;
  max-height: none !important;
  overflow: hidden !important;
}

.hero-content {
  padding: 2rem !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 8rem) !important;
  line-height: 0.9 !important;
  margin: 0 0 2rem 0 !important;
  text-align: center !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
  width: 100% !important;
}

.title-word {
  display: block !important;
  margin-bottom: 0.5rem !important;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem) !important;
  color: rgba(255,255,255,0.8) !important;
  margin: 0 0 3rem 0 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  text-align: center !important;
  max-width: 800px !important;
  width: 100% !important;
}

.hero-cta-wrapper {
  margin-top: 2rem !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

/* Segunda sección - Limpieza total */
.section_h2 {
  padding: 6rem 0 !important;
  margin: 0 !important;
  background: #000 !important;
}

.h2__intro {
  margin: 0 !important;
  padding: 0 !important;
}

.h2__audio-performance {
  text-align: center !important;
  margin-bottom: 4rem !important;
  padding: 0 2rem !important;
}

.sub-heading {
  font-size: 1.2rem !important;
  letter-spacing: 0.3em !important;
  color: rgba(95, 164, 255, 0.9) !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  margin-bottom: 1rem !important;
}

.heading-style-h2 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  line-height: 1.2 !important;
  margin: 0 0 2rem 0 !important;
  color: #ffffff !important;
  text-align: center !important;
}

.paragraph-big {
  font-size: 1.6rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

/* Sección de auriculares - organización limpia */
.h2__h2 {
  margin: 0 !important;
  padding: 0 !important;
}

.h2__h2-wrapper {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.h2__h2-box.is_video {
  order: 1 !important;
  padding: 2rem !important;
  background: linear-gradient(145deg, rgba(12,20,30,0.9), rgba(8,15,25,0.95)) !important;
  border: 1px solid rgba(95, 164, 255, 0.2) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

.h2__h2-box.is_content {
  order: 2 !important;
  padding: 2rem !important;
  text-align: center !important;
}

.h2__h2-video {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 300px !important;
  padding: 1rem !important;
  border-radius: 12px !important;
}

.h2__h2-video img {
  width: 90% !important;
  height: auto !important;
  object-fit: contain !important;
  max-height: 250px !important;
  border-radius: 8px !important;
  filter: drop-shadow(0 0 20px rgba(95, 164, 255, 0.3)) !important;
}

/* ===========================================
   NUEVO HERO SECTION - AURICULAR PROTAGONISTA
   =========================================== */

/* Hero section principal */
.video-hero-section {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  min-height: 700px !important;
  background: linear-gradient(135deg, #000000 0%, #0a0f1a 100%) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Productos de fondo como watermark */
.hero-background-watermark {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.1 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.watermark-item {
  position: absolute !important;
  opacity: 0.15 !important;
  filter: blur(1px) !important;
}

.watermark-item.silla {
  top: 10% !important;
  left: 5% !important;
  width: 200px !important;
  height: 150px !important;
  transform: rotate(-15deg) !important;
}

.watermark-item.pelota {
  bottom: 15% !important;
  right: 10% !important;
  width: 120px !important;
  height: 120px !important;
  transform: rotate(25deg) !important;
}

.watermark-item.caja {
  top: 60% !important;
  left: 8% !important;
  width: 180px !important;
  height: 120px !important;
  transform: rotate(10deg) !important;
}

.watermark-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: brightness(0.3) contrast(1.2) !important;
}

/* Contenido principal del hero */
.hero-main-content {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 2rem !important;
  display: grid !important;
  grid-template-columns: 60% 40% !important;
  gap: 2rem !important;
  align-items: center !important;
}

/* Sección del auricular */
.hero-auricular-section {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hero-auricular-container {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 750px !important;
  margin: 0 auto !important;
  height: 700px !important;
}

.hero-auricular-main {
  width: 650px !important;
  height: 650px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 45px rgba(95, 164, 255, 0.8)) !important;
  animation: floatAuricular 8s ease-in-out infinite !important;
  border-radius: 20px !important;
  z-index: 10 !important;
  transform: scale(1.4) !important;
  max-width: none !important;
  transition: all 0.4s ease !important;
}

@keyframes floatAuricular {
  0% {
    transform: translateY(0px) rotate(-1deg) scale(1.4);
  }
  25% {
    transform: translateY(-8px) rotate(0deg) scale(1.42);
  }
  50% {
    transform: translateY(-15px) rotate(1deg) scale(1.45);
  }
  75% {
    transform: translateY(-8px) rotate(0deg) scale(1.42);
  }
  100% {
    transform: translateY(0px) rotate(-1deg) scale(1.4);
  }
}

/* Glow effect mejorado con pulsación más suave */
.auricular-glow {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 750px !important;
  height: 750px !important;
  background: radial-gradient(circle, rgba(95, 164, 255, 0.4) 0%, transparent 70%) !important;
  filter: blur(40px) !important;
  animation: glowPulse 4s ease-in-out infinite !important;
  z-index: -1 !important;
}

@keyframes glowPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.4;
  }
}

/* Logo RAPER al costado */
.hero-logo-side {
  position: absolute !important;
  top: -50px !important;
  right: -30px !important;
  z-index: 2 !important;
}

.logo-raper-side {
  width: 120px !important;
  height: auto !important;
  opacity: 0.9 !important;
  filter: drop-shadow(0 0 15px rgba(95, 164, 255, 0.4)) !important;
  animation: logoFloat 8s ease-in-out infinite !important;
}

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

@keyframes subtitleGlow {
  0% {
    text-shadow: 0 0 20px rgba(95, 164, 255, 0.6), 0 0 40px rgba(95, 164, 255, 0.4), 0 2px 15px rgba(0, 0, 0, 0.8) !important;
  }
  100% {
    text-shadow: 0 0 30px rgba(95, 164, 255, 0.8), 0 0 60px rgba(95, 164, 255, 0.6), 0 0 80px rgba(95, 164, 255, 0.3), 0 2px 15px rgba(0, 0, 0, 0.8) !important;
  }
}

/* Información del producto */
.hero-product-info {
  text-align: left !important;
  color: #fff !important;
}

.hero-product-title {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  margin: 0 0 1rem 0 !important;
  background: linear-gradient(135deg, #5fa4ff, #4fd1c5) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: 0 0 30px rgba(95, 164, 255, 0.5) !important;
  line-height: 1.2 !important;
}

.hero-product-subtitle {
  font-size: 2.8rem !important;
  color: rgba(255, 255, 255, 0.95) !important;
  margin: 0 0 1.5rem 0 !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
  text-shadow: 0 0 20px rgba(95, 164, 255, 0.6), 0 0 40px rgba(95, 164, 255, 0.4), 0 2px 15px rgba(0, 0, 0, 0.8) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(95, 164, 255, 0.9) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: subtitleGlow 2s ease-in-out infinite alternate !important;
}

.hero-product-price {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #5fa4ff !important;
  margin: 0 0 2rem 0 !important;
  text-shadow: 0 0 20px rgba(95, 164, 255, 0.4) !important;
}

/* Botones CTA */
.hero-cta-buttons {
  display: flex !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
}

.hero-cta-primary {
  background: linear-gradient(135deg, #5fa4ff 0%, #4fd1c5 100%) !important;
  color: #000 !important;
  padding: 1.2rem 2.5rem !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 8px 25px rgba(95, 164, 255, 0.3) !important;
}

.hero-cta-primary:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 15px 40px rgba(95, 164, 255, 0.4) !important;
  text-decoration: none !important;
}

.hero-cta-secondary {
  background: transparent !important;
  color: #fff !important;
  padding: 1.2rem 2.5rem !important;
  border: 1px solid rgba(95, 164, 255, 0.5) !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  backdrop-filter: blur(10px) !important;
}

.hero-cta-secondary:hover {
  background: rgba(95, 164, 255, 0.1) !important;
  border-color: rgba(95, 164, 255, 0.8) !important;
  transform: translateY(-2px) !important;
}

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

@media (max-width: 767px) {
  /* NUEVO HERO MOBILE */
  .video-hero-section {
    height: 100vh !important;
    min-height: 650px !important;
    padding: 1rem !important;
  }
  
  .hero-main-content {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 1rem !important;
    text-align: center !important;
  }
  
  .hero-auricular-section {
    order: 1 !important;
    margin-bottom: 1rem !important;
  }
  
  .hero-auricular-main {
    width: 500px !important;
    height: 500px !important;
    transform: scale(1.3) !important;
  }
  
  .auricular-glow {
    width: 600px !important;
    height: 600px !important;
  }
  
  .hero-logo-side {
    top: -30px !important;
    right: -20px !important;
  }
  
  .logo-raper-side {
    width: 80px !important;
  }
  
  .hero-product-info {
    order: 2 !important;
    text-align: center !important;
  }
  
  .hero-product-title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    margin-bottom: 0.8rem !important;
  }
  
  .hero-product-subtitle {
    font-size: 2.0rem !important;
    margin-bottom: 1rem !important;
  }
  
  .hero-product-price {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .hero-cta-buttons {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.8rem !important;
  }
  
  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100% !important;
    max-width: 280px !important;
    padding: 1rem 2rem !important;
    font-size: 0.9rem !important;
  }
  
  /* Watermarks más sutiles en móvil */
  .watermark-item.silla {
    width: 120px !important;
    height: 90px !important;
    opacity: 0.08 !important;
  }
  
  .watermark-item.pelota {
    width: 80px !important;
    height: 80px !important;
    opacity: 0.08 !important;
  }
  
  .watermark-item.caja {
    width: 100px !important;
    height: 70px !important;
    opacity: 0.08 !important;
  }
  
  /* Hero mobile - otros elementos */
  .hero-content {
    padding: 1rem !important;
    justify-content: center !important;
  }
  
  .hero-title {
    font-size: clamp(2.5rem, 10vw, 4rem) !important;
    line-height: 0.95 !important;
    margin-bottom: 1.5rem !important;
  }
  
  .title-word {
    display: block !important;
    margin-bottom: 0.3rem !important;
  }
  
  .hero-subtitle {
    font-size: clamp(1rem, 4vw, 1.4rem) !important;
    margin: 0 0 2rem 0 !important;
    padding: 0 1rem !important;
    letter-spacing: 0.1em !important;
  }
  
  .hero-cta-button {
    padding: 1.2rem 2.5rem !important;
    font-size: 1rem !important;
    width: auto !important;
    max-width: 280px !important;
  }
  
  /* Segunda sección mobile */
  .section_h2 {
    padding: 4rem 0 !important;
  }
  
  .h2__audio-performance {
    padding: 0 1rem !important;
    margin-bottom: 3rem !important;
  }
  
  .heading-style-h2 {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    margin-bottom: 1.5rem !important;
  }
  
  .paragraph-big {
    font-size: 1.4rem !important;
    padding: 0 1rem !important;
  }
  
  .h2__h2-wrapper {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 0 1rem !important;
  }
  
  .h2__h2-box.is_video {
    padding: 1.5rem !important;
  }
  
  .h2__h2-video {
    height: 250px !important;
    padding: 0.5rem !important;
  }
  
  .h2__h2-video img {
    width: 95% !important;
    max-height: 200px !important;
  }
  
  .h2__h2-box.is_content {
    padding: 1.5rem !important;
  }
  
  /* Arreglo del menú hamburguesa en móvil */
  .mobile-menu-toggle {
    display: flex !important;
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
    margin-left: 0.5rem !important;
    background: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 0.5rem !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10001 !important;
    position: relative !important;
  }
  
  .mobile-menu-toggle:hover {
    background: rgba(0, 0, 0, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.05) !important;
  }
  
  /* Mejorar las líneas del hamburguesa */
  .hamburger-line {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background-color: #fff !important;
    margin: 3px 0 !important;
    transition: all 0.3s ease !important;
    transform-origin: center !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4) !important;
  }
  
  /* Asegurar que el carrito sea siempre visible */
  .cart-icon-wrapper {
    display: flex !important;
    min-width: 44px !important;
    min-height: 44px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    margin-right: 0.5rem !important;
  }
  
  .cart-icon {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
  }
  
  #cart-count {
    background: linear-gradient(135deg, #5fa4ff, #4fd1c5) !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 11px !important;
  }
  
  /* Mejorar navbar en móvil */
  .navbar-sticky {
    height: 5.5rem !important;
    padding: 0 1rem !important;
  }
  
  .navbar-sticky__wrapper {
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
  
  .navbar-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    flex-shrink: 0 !important;
  }
  
  /* Mejorar logo en móvil */
  .navbar-logo {
    height: 34px !important;
    max-width: 140px !important;
  }
  
  /* Asegurar que el mobile menu funcione correctamente */
  .mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    z-index: 10000 !important;
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto !important;
    padding-top: 6rem !important;
  }
  
  .mobile-menu.active {
    transform: translateX(0) !important;
  }
  
  /* Mejorar grid de productos en móvil */
  .store-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 0 1rem !important;
  }
  
  .product-card {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  
  /* Mejorar carrito lateral en móvil */
  .side-cart {
    width: 95% !important;
    max-width: 400px !important;
    max-height: 85vh !important;
    border-radius: 15px !important;
  }
  
  .side-cart-content {
    padding: 20px !important;
    padding-top: 60px !important;
  }
  
  /* Mejorar texto en móvil */
  .heading-style-h1 {
    font-size: 2.5rem !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  
  .product-title {
    font-size: 1.8rem !important;
  }
  
  .product-description {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
  }
  
  .product-price {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
  }
  
  .hero-auricular-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    height: 600px !important;
  }
}

/* Arreglos adicionales para pantallas muy pequeñas */
@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
  }
  
  .mobile-menu-toggle {
    width: 46px !important;
    height: 46px !important;
  }
  
  .hamburger-line {
    width: 26px !important;
  }
  
  .navbar-sticky {
    height: 5rem !important;
    padding: 0 0.8rem !important;
  }
  
  .navbar-logo {
    height: 30px !important;
    max-width: 120px !important;
  }
  
  .cart-icon-wrapper {
    min-width: 40px !important;
    min-height: 40px !important;
  }
  
  .store-grid {
    padding: 0 0.5rem !important;
  }
}

/* Arreglos para el carrito específicamente */
.side-cart-container {
  z-index: 10002 !important;
}

.side-cart-container.is-open {
  pointer-events: auto !important;
  visibility: visible !important;
}

/* ===========================================
   BANNER MÚSICA ESTÁTICO (sin animaciones)
   =========================================== */

.music-banner-section {
  background: linear-gradient(135deg, #0a0f1a 0%, #1a1f2e 100%) !important;
  padding: 3rem 0 !important;
  border-top: 1px solid rgba(95, 164, 255, 0.2) !important;
  border-bottom: 1px solid rgba(95, 164, 255, 0.2) !important;
}

.music-banner-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.music-banner-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2rem !important;
}

.music-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 80px !important;
  height: 80px !important;
  background: rgba(95, 164, 255, 0.1) !important;
  border-radius: 50% !important;
  border: 1px solid rgba(95, 164, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
}

.music-text h3 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #5fa4ff !important;
  margin: 0 0 0.5rem 0 !important;
  text-shadow: 0 0 20px rgba(95, 164, 255, 0.3) !important;
}

.music-text p {
  font-size: 1.2rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 !important;
  font-weight: 300 !important;
}

/* ===========================================
   SECCIÓN EQUIPO RAPER
   =========================================== */

.team-section {
  background: linear-gradient(135deg, #000000 0%, #0a0f1a 100%) !important;
  padding: 6rem 0 !important;
  position: relative !important;
}

.team-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.team-header {
  text-align: center !important;
  margin-bottom: 4rem !important;
}

.team-header h2 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #5fa4ff, #4fd1c5) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  margin: 0 0 1rem 0 !important;
  text-shadow: 0 0 30px rgba(95, 164, 255, 0.3) !important;
}

.team-header p {
  font-size: 1.4rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 300 !important;
  margin: 0 !important;
}

.team-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 3rem !important;
}

.team-member {
  background: rgba(255, 255, 255, 0.02) !important;
  border-radius: 20px !important;
  padding: 2rem !important;
  border: 1px solid rgba(95, 164, 255, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
}

.team-member:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(95, 164, 255, 0.4) !important;
  box-shadow: 0 20px 40px rgba(95, 164, 255, 0.1) !important;
}

.member-photo {
  position: relative !important;
  width: 150px !important;
  height: 150px !important;
  margin: 0 auto 2rem auto !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 2px solid rgba(95, 164, 255, 0.3) !important;
}

.member-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.member-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(95, 164, 255, 0.8) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.member-photo:hover .member-overlay {
  opacity: 1 !important;
}

.member-social {
  display: flex !important;
  gap: 1rem !important;
}

.social-link {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 1.2rem !important;
  transition: transform 0.3s ease !important;
}

.social-link:hover {
  transform: scale(1.1) !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.member-info h3 {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 0 0.5rem 0 !important;
}

.member-role {
  font-size: 1.1rem !important;
  color: #5fa4ff !important;
  font-weight: 500 !important;
  margin: 0 0 1rem 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

.member-bio {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ===========================================
   HISTORIA DE LA MARCA
   =========================================== */

.brand-history-section {
  background: linear-gradient(135deg, #0a0f1a 0%, #1a1f2e 100%) !important;
  padding: 6rem 0 !important;
  position: relative !important;
}

.history-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.history-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 4rem !important;
  align-items: center !important;
}

.history-text h2 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #5fa4ff, #4fd1c5) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  margin: 0 0 3rem 0 !important;
  text-shadow: 0 0 30px rgba(95, 164, 255, 0.3) !important;
}

.history-timeline {
  position: relative !important;
}

.timeline-item {
  position: relative !important;
  padding-left: 3rem !important;
  margin-bottom: 3rem !important;
  border-left: 2px solid rgba(95, 164, 255, 0.3) !important;
}

.timeline-item:last-child {
  margin-bottom: 0 !important;
}

.timeline-year {
  position: absolute !important;
  left: -2.5rem !important;
  top: 0 !important;
  width: 4rem !important;
  height: 4rem !important;
  background: linear-gradient(135deg, #5fa4ff, #4fd1c5) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  color: #000 !important;
  box-shadow: 0 0 20px rgba(95, 164, 255, 0.4) !important;
}

.timeline-content h4 {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 0 0.5rem 0 !important;
}

.timeline-content p {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.history-visual {
  position: relative !important;
}

.history-image-container {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1px solid rgba(95, 164, 255, 0.2) !important;
}

.history-image {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
}

.history-gradient {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(135deg, rgba(95, 164, 255, 0.2) 0%, rgba(79, 209, 197, 0.2) 100%) !important;
}

/* Hero mobile - otros elementos */

/* BANNER MÚSICA MOBILE */
.music-banner-section {
  padding: 2rem 0 !important;
}

.music-banner-content {
  flex-direction: column !important;
  gap: 1rem !important;
  text-align: center !important;
}

.music-icon {
  width: 60px !important;
  height: 60px !important;
}

.music-text h3 {
  font-size: 1.5rem !important;
}

.music-text p {
  font-size: 1rem !important;
}

/* EQUIPO MOBILE */
.team-section {
  padding: 4rem 0 !important;
}

.team-header {
  margin-bottom: 3rem !important;
}

.team-header h2 {
  font-size: clamp(2rem, 8vw, 3rem) !important;
}

.team-header p {
  font-size: 1.1rem !important;
}

.team-grid {
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

.team-member {
  padding: 1.5rem !important;
}

.member-photo {
  width: 120px !important;
  height: 120px !important;
  margin-bottom: 1.5rem !important;
}

.member-info h3 {
  font-size: 1.5rem !important;
}

.member-role {
  font-size: 1rem !important;
}

.member-bio {
  font-size: 0.9rem !important;
}

/* HISTORIA MOBILE */
.brand-history-section {
  padding: 4rem 0 !important;
}

.history-content {
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
}

.history-text {
  order: 2 !important;
}

.history-visual {
  order: 1 !important;
}

.history-text h2 {
  font-size: clamp(2rem, 8vw, 3rem) !important;
  margin-bottom: 2rem !important;
}

.timeline-item {
  padding-left: 2.5rem !important;
  margin-bottom: 2rem !important;
}

.timeline-year {
  left: -2rem !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  font-size: 0.8rem !important;
}

.timeline-content h4 {
  font-size: 1.2rem !important;
}

.timeline-content p {
  font-size: 0.9rem !important;
}

.history-image {
  height: 250px !important;
}

/* ===========================================
   EQUIPO RAPER - DISEÑO CYBERPUNK SIMPLIFICADO
   =========================================== */

.team-section-simple {
  background: linear-gradient(135deg, #000000 0%, #0a0f1a 100%) !important;
  padding: 8rem 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.team-container-simple {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.team-header-simple {
  text-align: center !important;
  margin-bottom: 5rem !important;
}

.team-header-simple h2 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #5fa4ff, #4fd1c5) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  margin: 0 0 1rem 0 !important;
  text-shadow: 0 0 30px rgba(95, 164, 255, 0.3) !important;
}

.team-header-simple p {
  font-size: 1.4rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 300 !important;
  margin: 0 !important;
}

/* Grid Simple 2x2 */
.team-grid-simple {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 3rem !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

/* Cards del equipo */
.team-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(95, 164, 255, 0.2) !important;
  border-radius: 20px !important;
  padding: 2rem !important;
  text-align: center !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(10px) !important;
  position: relative !important;
  overflow: hidden !important;
}

.team-card:hover {
  transform: translateY(-15px) scale(1.02) !important;
  border-color: rgba(95, 164, 255, 0.6) !important;
  box-shadow: 0 25px 50px rgba(95, 164, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* Wrapper de imagen */
.card-image-wrapper {
  position: relative !important;
  width: 180px !important;
  height: 180px !important;
  margin: 0 auto 2rem auto !important;
}

/* Imagen del equipo */
.team-card-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 3px solid rgba(95, 164, 255, 0.3) !important;
  transition: all 0.4s ease !important;
  filter: brightness(0.9) contrast(1.1) !important;
}

.team-card:hover .team-card-img {
  filter: brightness(1.1) contrast(1.2) !important;
  transform: scale(1.05) !important;
  border-color: rgba(95, 164, 255, 0.8) !important;
}

/* Efectos de glow por color */
.card-glow {
  position: absolute !important;
  top: -10px !important;
  left: -10px !important;
  right: -10px !important;
  bottom: -10px !important;
  border-radius: 50% !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  z-index: -1 !important;
  filter: blur(20px) !important;
}

.orange-glow {
  background: radial-gradient(circle, rgba(255, 165, 0, 0.6) 0%, transparent 60%) !important;
}

.pink-glow {
  background: radial-gradient(circle, rgba(255, 20, 147, 0.6) 0%, transparent 60%) !important;
}

.green-glow {
  background: radial-gradient(circle, rgba(0, 255, 127, 0.6) 0%, transparent 60%) !important;
}

.purple-glow {
  background: radial-gradient(circle, rgba(138, 43, 226, 0.6) 0%, transparent 60%) !important;
}

.team-card:hover .card-glow {
  opacity: 1 !important;
  animation: pulseGlow 2s ease-in-out infinite !important;
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

/* Información de la card */
.card-info h3 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 0.5rem 0 !important;
  text-shadow: 0 0 15px rgba(95, 164, 255, 0.4) !important;
}

.card-role {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #5fa4ff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin: 0 0 1rem 0 !important;
}

.card-bio {
  font-size: 0.9rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* Efectos de entrada */
.team-card {
  animation: cardFadeIn 0.8s ease-out forwards !important;
  opacity: 0 !important;
  transform: translateY(50px) !important;
}

.team-card[data-member="perro-primo"] {
  animation-delay: 0.1s !important;
}

.team-card[data-member="sofia"] {
  animation-delay: 0.2s !important;
}

.team-card[data-member="dexter"] {
  animation-delay: 0.3s !important;
}

.team-card[data-member="alex"] {
  animation-delay: 0.4s !important;
}

@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Mobile */
@media screen and (max-width: 767px) {
  .team-section-simple {
    padding: 4rem 0 !important;
  }
  
  .team-grid-simple {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 350px !important;
  }
  
  .team-card {
    padding: 1.5rem !important;
  }
  
  .card-image-wrapper {
    width: 150px !important;
    height: 150px !important;
    margin-bottom: 1.5rem !important;
  }
  
  .card-info h3 {
    font-size: 1.5rem !important;
  }
  
  .card-role {
    font-size: 0.9rem !important;
  }
  
  .card-bio {
    font-size: 0.85rem !important;
  }
}

/* === RESETEO ARTISTAS - FUERZA CENTRADO === */
.artist-card .image-container {
  position: relative !important;
  width: 280px !important;
  height: 280px !important;
  overflow: hidden !important;
  margin: 0 auto 25px !important;
  box-sizing: border-box !important;
}

.artist-card .image-container::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.2) !important;
  z-index: 1 !important;
}

.artist-card .image-container img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  z-index: 2 !important;
}

.artist-card:hover .image-container img {
  transform: translate(-50%, -50%) scale(1.1) !important;
} 