/* ── SVG Icons (styles live here, not inline in HTML) ── */

.btn-store svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: #fff;
}

.feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--color-primary-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
