/* Icon system — UI UX Pro Max (SVG strokes, 24×24, no emoji icons) */
.oja-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.oja-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  background: rgba(232, 93, 4, 0.12);
  color: var(--orange-dark);
}

.oja-icon-wrap-ycda {
  background: rgba(97, 164, 184, 0.18);
  color: #2d6a7a;
}

.oja-icon-wrap-fm {
  background: rgba(232, 93, 4, 0.14);
  color: var(--orange-dark);
}

.feature-tile .oja-icon-wrap {
  margin-bottom: 0.85rem;
}

.feature-tile-link .showcase-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--orange);
}

.feature-tile-link .showcase-cta .oja-icon {
  width: 1rem;
  height: 1rem;
}
