/* OBC24 Icon Polish Release 20260707 */
.conversion-card .sector-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(56,189,248,.24);
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.14), transparent 32%),
    linear-gradient(145deg, rgba(56,189,248,.18), rgba(245,158,11,.10)),
    rgba(15,27,45,.92);
  color: #dff4ff;
  box-shadow: 0 0 0 8px rgba(56,189,248,.06), 0 16px 30px rgba(0,0,0,.18);
  overflow: hidden;
}
.conversion-card .sector-icon::after {
  content: "";
  position: absolute;
  inset: auto -18px -22px auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(245,158,11,.16);
  filter: blur(1px);
}
.conversion-card .sector-icon svg {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.conversion-card .sector-icon-aog { color: #e8f8ff; }
.conversion-card .sector-icon-automotive { color: #f5f9ff; border-color: rgba(148,163,184,.30); }
.conversion-card .sector-icon-fashion { color: #fff2cf; border-color: rgba(245,158,11,.28); }
.conversion-card .sector-icon-documents { color: #dffcf2; border-color: rgba(34,197,94,.25); }
.conversion-card:hover .sector-icon {
  transform: translateY(-1px);
  border-color: rgba(56,189,248,.42);
  box-shadow: 0 0 0 9px rgba(56,189,248,.08), 0 20px 42px rgba(0,0,0,.22);
}
html[data-theme="light"] .conversion-card .sector-icon {
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(145deg, rgba(14,165,233,.12), rgba(245,158,11,.12)),
    #f8fafc;
  color: #0f4c81;
  border-color: rgba(14,165,233,.20);
  box-shadow: 0 0 0 7px rgba(14,165,233,.06), 0 12px 30px rgba(15,23,42,.10);
}
html[data-theme="light"] .conversion-card .sector-icon-fashion { color: #92400e; }
html[data-theme="light"] .conversion-card .sector-icon-documents { color: #047857; }
@media (max-width:680px) {
  .conversion-card .sector-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .conversion-card .sector-icon svg {
    width: 25px;
    height: 25px;
  }
}
