/* MatDev'Shop — Icônes professionnelles (Simple Icons + Lucide) */

.md-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
}

.md-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.md-icon--sm { width: 16px; height: 16px; }
.md-icon--md { width: 20px; height: 20px; }
.md-icon--lg { width: 24px; height: 24px; }
.md-icon--xl { width: 28px; height: 28px; }
.md-icon--2xl { width: 32px; height: 32px; }

/* Marques — couleurs officielles */
.md-icon--brand img,
.tech-stack__item img,
.marquee__icon,
.tech-pill img {
  filter: none;
}

/* UI — discret, sobre */
.md-icon--ui img {
  filter: none;
  opacity: 0.9;
}

a:hover .md-icon--ui img,
button:hover .md-icon--ui img {
  opacity: 1;
}

.service-card__icon .md-icon,
.expertise-card__icon .md-icon,
.engagement-card__icon .md-icon,
.process-step__icon .md-icon,
.contact-card__icon .md-icon {
  width: 100%;
  height: 100%;
}

.marquee__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

/* Conteneurs icônes — style pro, pas gaming */
.service-card__icon,
.expertise-card__icon {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card__icon--brand,
.expertise-card__icon--brand {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.65rem;
}

.engagement-card__icon,
.process-step__icon {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94A3B8;
}

.icon-showcase__grid li,
.tech-stack__item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.icon-showcase__grid li:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  transform: translateY(-2px);
}

.icon-showcase__grid img {
  width: 32px;
  height: 32px;
}

.icon-showcase__label {
  color: var(--text-muted);
}

.footer__social-link .md-icon img {
  opacity: 0.85;
}

.footer__social-link:hover .md-icon img {
  opacity: 1;
}

.contact-link .md-icon img {
  opacity: 0.9;
}
