/* SVG icon sprite (Lucide-style stroke icons) */

.icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}

.icon-sm {
  width: 1rem;
  height: 1rem;
}

.icon-md {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-lg {
  width: 1.75rem;
  height: 1.75rem;
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon .icon {
  width: 1.65rem;
  height: 1.65rem;
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.top-bar-sep {
  margin: 0 0.5rem;
  opacity: 0.45;
}

.top-bar-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.75rem;
}

