/* ==========================================================================
   CONTACT ITEMS — CANAL INDIVIDUAL
   ========================================================================== */
.contact-block {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px var(--purple-glow);
}

.contact-block-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px 14px;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-section-alt);
}

.contact-block-header-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  color: #fff;
  flex-shrink: 0;
}

.contact-block-header h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: var(--dark);
  margin: 0;
  letter-spacing: -.01em;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-light);
  transition: background .18s;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item:hover {
  background: var(--bg-section-alt);
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition: transform .2s;
}

.contact-item:hover .contact-icon {
  transform: scale(1.08);
}

.contact-icon.whatsapp {
  background: rgba(34, 197, 94, .1);
  border-color: rgba(34, 197, 94, .2);
  color: #16a34a;
}

.contact-icon.phone {
  background: rgba(124, 58, 237, .1);
  border-color: rgba(124, 58, 237, .2);
  color: var(--purple);
}

.contact-icon.email {
  background: rgba(124, 58, 237, .1);
  border-color: rgba(124, 58, 237, .2);
  color: var(--purple);
}

.contact-info {
  flex: 1;
  min-width: 0;
}

.contact-lbl {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.contact-val {
  font-size: .9rem;
  font-weight: 600;
  color: var(--dark);
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .18s;
}

.contact-val:hover {
  color: var(--purple);
}

.contact-val-sub {
  font-size: .78rem;
  color: var(--text-muted);
  margin-top: 1px;
}

.contact-arrow {
  color: var(--border);
  font-size: .85rem;
  flex-shrink: 0;
  transition: color .18s, transform .18s;
}

.contact-item:hover .contact-arrow {
  color: var(--purple);
  transform: translateX(3px);
}

/* ==========================================================================
   REDES SOCIALES — NUEVO RENDIMIENTO Y ESTILO PREMIUM
   ========================================================================== */
.contact-block--socials {
  border-color: rgba(124, 58, 237, 0.12);
}

.social-wrapper-pad {
  padding: 32px;
  background: #ffffff;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s ease,
    box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Iconos de las redes sociales */
.social-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background 0.3s ease,
    color 0.3s ease;
}

.social-card-text {
  flex-grow: 1;
  min-width: 0;
}

.social-card-name {
  font-family: 'Montserrat', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  display: block;
  margin-bottom: 2px;
}

.social-card-handle {
  font-size: .75rem;
  color: var(--text-muted);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Icono de salida/enlace externo sutil */
.social-card-arrow {
  font-size: 0.8rem;
  color: var(--border);
  opacity: 0;
  transform: scale(0.8) translate(-4px, 4px);
  transition: opacity 0.25s, transform 0.25s;
}

/* Hovers genéricos Premium */
.social-card:hover {
  transform: translateY(-4px);
  border-color: currentColor;
}

.social-card:hover .social-card-icon {
  transform: scale(1.1) rotate(4deg);
}

.social-card:hover .social-card-arrow {
  opacity: 0.4;
  transform: scale(1) translate(0, 0);
  color: var(--dark);
}

/* Paletas temáticas dinámicas por canal */
.sc--facebook {
  color: #1877F2;
}

.sc--facebook .social-card-icon {
  background: rgba(24, 119, 242, 0.08);
  color: #1877F2;
}

.sc--facebook:hover {
  box-shadow: 0 12px 24px rgba(24, 119, 242, 0.15);
}

.sc--instagram {
  color: #E1306C;
}

.sc--instagram .social-card-icon {
  background: rgba(225, 48, 108, 0.08);
  color: #E1306C;
}

.sc--instagram:hover {
  box-shadow: 0 12px 24px rgba(225, 48, 108, 0.15);
}

.sc--tiktok {
  color: #000000;
}

.sc--tiktok .social-card-icon {
  background: rgba(0, 0, 0, 0.06);
  color: #000000;
}

.sc--tiktok:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.sc--youtube {
  color: #FF0000;
}

.sc--youtube .social-card-icon {
  background: rgba(255, 0, 0, 0.07);
  color: #FF0000;
}

.sc--youtube:hover {
  box-shadow: 0 12px 24px rgba(255, 0, 0, 0.14);
}

.sc--whatsapp {
  color: #25D366;
}

.sc--whatsapp .social-card-icon {
  background: rgba(37, 211, 102, 0.09);
  color: #25D366;
}

.sc--whatsapp:hover {
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.16);
}

/* ==========================================================================
   MAPA / UBICACIÓN
   ========================================================================== */
.location-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--purple-glow);
}

.location-map iframe {
  width: 100%;
  height: 240px;
  display: block;
  border: none;
  filter: saturate(.85) contrast(.96);
}

.location-body {
  padding: 20px 24px;
}

.location-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: var(--text-secondary);
}

.location-row+.location-row {
  margin-top: 10px;
}

.location-row i {
  color: var(--purple-light);
  font-size: 1rem;
  margin-top: 1px;
  flex-shrink: 0;
}

/* ==========================================================================
   MÓVILES Y AJUSTES RESPONSIVOS
   ========================================================================== */
@media (max-width: 576px) {
  .social-wrapper-pad {
    padding: 20px 16px;
  }

  .social-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .social-card {
    padding: 14px 16px;
  }
}