/* RESET Y ENCAPSULACIÓN */
.go-lanyards-widget-2025,
.go-lanyards-widget-2025 *,
.go-lanyards-widget-2025 *::before,
.go-lanyards-widget-2025 *::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  outline: none !important;
}

/* CONTENEDOR PRINCIPAL */
.go-lanyards-widget-2025 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 40px auto !important;
  padding: 0 20px !important;
  position: relative !important;
  z-index: 1 !important;
}

/* TARJETA PRINCIPAL */
.go-lanyards-widget-2025 .go-lanyard-card {
  background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%) !important;
  border-radius: 24px !important;
  padding: 40px !important;
  display: flex !important;
  align-items: center !important;
  gap: 48px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 
    0 20px 40px -12px rgba(59, 130, 246, 0.15),
    0 8px 16px -8px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease !important;
}

.go-lanyards-widget-2025 .go-lanyard-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 
    0 32px 64px -12px rgba(59, 130, 246, 0.2),
    0 16px 32px -8px rgba(0, 0, 0, 0.12) !important;
}

/* SECCIÓN DE IMAGEN - MÁS PEQUEÑA EN DESKTOP */
.go-lanyards-widget-2025 .go-image-section {
  flex: 0 0 280px !important;
  width: 280px !important;
  max-width: 280px !important;
  position: relative !important;
}

.go-lanyards-widget-2025 .go-image-wrapper {
  position: relative !important;
}

.go-lanyards-widget-2025 .go-image-frame {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  padding: 4px !important;
}

.go-lanyards-widget-2025 .go-product-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 16px !important;
  transition: transform 0.3s ease !important;
}

.go-lanyards-widget-2025 .go-lanyard-card:hover .go-product-image {
  transform: scale(1.02) !important;
}

/* OVERLAY SUTIL */
.go-lanyards-widget-2025 .go-image-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(59, 130, 246, 0.08) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  border-radius: 16px !important;
}

.go-lanyards-widget-2025 .go-lanyard-card:hover .go-image-overlay {
  opacity: 1 !important;
}

/* SECCIÓN DE CONTENIDO */
.go-lanyards-widget-2025 .go-content-section {
  flex: 1 !important;
  text-align: center !important;
  position: relative !important;
  z-index: 2 !important;
}

/* CATEGORÍA */
.go-lanyards-widget-2025 .go-category-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1)) !important;
  color: #3b82f6 !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  border: 1px solid rgba(59, 130, 246, 0.2) !important;
  transition: all 0.3s ease !important;
}

.go-lanyards-widget-2025 .go-lanyard-card:hover .go-category-badge {
  background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

/* TÍTULO */
.go-lanyards-widget-2025 .go-main-title {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #1f2937 !important;
  line-height: 1.2 !important;
  margin-bottom: 14px !important;
  letter-spacing: -0.02em !important;
}

.go-lanyards-widget-2025 .go-title-accent {
  background: linear-gradient(135deg, #3b82f6, #6366f1, #8b5cf6) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  display: block !important;
}

/* DESCRIPCIÓN */
.go-lanyards-widget-2025 .go-description {
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* FEATURES GRID */
.go-lanyards-widget-2025 .go-features-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
  align-items: center !important;
}

.go-lanyards-widget-2025 .go-feature-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 12px 20px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(59, 130, 246, 0.1) !important;
}

.go-lanyards-widget-2025 .go-feature-item:hover {
  background: rgba(59, 130, 246, 0.05) !important;
  border-color: rgba(59, 130, 246, 0.2) !important;
}

.go-lanyards-widget-2025 .go-feature-icon {
  flex-shrink: 0 !important;
  color: #3b82f6 !important;
}

.go-lanyards-widget-2025 .go-feature-item span {
  font-size: 13px !important;
  color: #475569 !important;
  font-weight: 500 !important;
}

/* BOTÓN CTA */
.go-lanyards-widget-2025 .go-cta-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
  color: #ffffff !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3) !important;
}

.go-lanyards-widget-2025 .go-cta-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.go-lanyards-widget-2025 .go-cta-text {
  position: relative !important;
  z-index: 2 !important;
}

.go-lanyards-widget-2025 .go-cta-arrow {
  transition: transform 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
}

.go-lanyards-widget-2025 .go-cta-button:hover .go-cta-arrow {
  transform: translateX(4px) !important;
}

/* DESKTOP GRANDE */
@media (min-width: 1200px) {
  .go-lanyards-widget-2025 .go-image-section {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .go-lanyards-widget-2025 .go-lanyard-card {
    flex-direction: column !important;
    padding: 32px 24px !important;
    gap: 32px !important;
  }

  .go-lanyards-widget-2025 .go-image-section {
    flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 1 !important;
  }

  .go-lanyards-widget-2025 .go-content-section {
    order: 2 !important;
  }

  .go-lanyards-widget-2025 .go-main-title {
    font-size: 28px !important;
  }

  .go-lanyards-widget-2025 .go-description {
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .go-lanyards-widget-2025 {
    margin: 20px auto !important;
    padding: 0 16px !important;
  }

  .go-lanyards-widget-2025 .go-lanyard-card {
    padding: 24px 20px !important;
    gap: 24px !important;
  }

  .go-lanyards-widget-2025 .go-main-title {
    font-size: 24px !important;
  }

  .go-lanyards-widget-2025 .go-description {
    font-size: 14px !important;
  }

  .go-lanyards-widget-2025 .go-cta-button {
    padding: 14px 28px !important;
    font-size: 15px !important;
  }
}