/* KWT Labs — SVG Icon System */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-icon .icon,
.product-icon .icon,
.why-icon .icon,
.solution-icon .icon,
.tool-card-icon .icon,
.software-box-icon .icon {
  width: 28px;
  height: 28px;
  color: var(--cat-color, var(--primary));
}

.software-box-icon .icon {
  color: #ffffff;
}

.category-icon,
.product-icon,
.why-icon,
.solution-icon,
.tool-card-icon,
.software-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.learning-thumb .icon {
  width: 48px;
  height: 48px;
  color: var(--primary);
}

.extra-card h3 .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

.integration-badge .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* Star ratings */
.stars {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 0.875rem;
}

.stars::before {
  content: "★★★★★";
}

.stars--4::before {
  content: "★★★★☆";
}

.rating-star {
  color: #60a5fa;
}

/* Check / Cross marks */
.mark-yes,
.mark-no {
  font-weight: 700;
  font-size: 1rem;
}

.mark-yes { color: var(--success); }
.mark-no { color: var(--gray-400); }

.verified-badge .icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.newsletter-tags .icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.demo-badge .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.hero-trust-icon[data-icon] .icon,
.hero-trust-icon.icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
}
