/* Inline SVG icons (Lucide no longer includes brand icons like YouTube/Apple) */
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.icon svg {
  width: 1em;
  height: 1em;
}

.card-icon .icon svg,
.btn .icon svg,
.trust-item .icon svg {
  width: 24px;
  height: 24px;
}

.contact-email .icon svg {
  width: 22px;
  height: 22px;
}

.badge-soon .icon svg {
  width: 18px;
  height: 18px;
}
