/* 企业级功能图标 — 官网与下载页共用 */
.feature-icon,
.feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #f0c75c;
  background: linear-gradient(145deg, rgba(240,199,92,.14), rgba(212,146,42,.06));
  border: 1px solid rgba(240,199,92,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.feat-icon { margin-bottom: 14px; }
.feature-icon svg,
.feat-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
