.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

/* Boyut varyantları */
.icon-sm  { width: 14px; height: 14px; }
.icon-md  { width: 18px; height: 18px; }
.icon-lg  { width: 22px; height: 22px; }
.icon-xl  { width: 28px; height: 28px; }

/* Renk varyantları */
.icon-gold   { stroke: var(--gold);  }
.icon-muted  { stroke: var(--muted); }
.icon-white  { stroke: var(--white); }
.icon-green  { stroke: #25D366;      } /* WhatsApp */

/* İkon + metin yan yana */
.icon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Footer'da kullanım */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
}
.footer-contact-item .icon {
  flex-shrink: 0;
  margin-top: 2px;
  stroke: var(--gold);
}
