/* El çizimi / karakalem tarzı ikonlar — AI görsel yok, saf SVG */
.sketch-icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 12px;
}
.sketch-icon svg {
  width: 100%;
  height: 100%;
}
.sketch-icon .stroke {
  fill: none;
  stroke: var(--purple);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sketch-icon .fill-soft {
  fill: rgba(242, 140, 140, 0.25);
  stroke: var(--coral);
  stroke-width: 2;
}
