/* Fallback de iconos sin depender de archivos de fuente locales */
.fas,
.fab,
.fa {
  font-family: "Segoe UI Symbol", "Segoe UI Emoji", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1;
}
.fas::before,
.fab::before,
.fa::before {
  font-family: "Segoe UI Symbol", "Segoe UI Emoji", Arial, sans-serif !important;
  display: inline-block;
  min-width: 1em;
  text-align: center;
}
.fa-rocket::before { content: "🚀" !important; }
.fa-user::before { content: "👤" !important; }
.fa-paper-plane::before { content: "➤" !important; }
.fa-cloud-download-alt::before { content: "⬇" !important; }
.fa-facebook-f::before { content: "f" !important; }
.fa-twitter::before { content: "𝕏" !important; }
.fa-instagram::before { content: "◎" !important; }
.fa-linkedin-in::before { content: "in" !important; font-size: .8em; }
.fa-telegram-plane::before { content: "✈" !important; }
.fa-brain::before { content: "◈" !important; }
.fa-list-check::before { content: "☑" !important; }
.fa-chart-line::before { content: "↗" !important; }
.fa-triangle-exclamation::before { content: "⚠" !important; }
.fa-bolt::before { content: "⚡" !important; }
.fa-user-tie::before { content: "♟" !important; }
.fa-check-circle::before { content: "✓" !important; }
.fa-graduation-cap::before { content: "◆" !important; }
.fa-shield-halved::before { content: "⬟" !important; }
.fa-route::before { content: "⤴" !important; }
.fa-handshake::before { content: "◇" !important; }
.fa-star::before { content: "★" !important; }
.fa-clock::before { content: "◷" !important; }
.fa-envelope::before { content: "✉" !important; }
.fa-layer-group::before { content: "▦" !important; }
.fa-table::before { content: "▤" !important; }
.fa-percent::before { content: "%" !important; }
.fa-gift::before { content: "✦" !important; }
.fa-headset::before { content: "☏" !important; }
.fa-arrow-trend-up::before { content: "↗" !important; }
.fa-robot::before { content: "◉" !important; }
.fa-wallet::before { content: "▣" !important; }
.fa-sliders::before { content: "≡" !important; }
.fa-user-shield::before { content: "⬢" !important; }
