.icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  vertical-align: -0.15em;
}

.icon svg,
svg.icon {
  width: 100%;
  height: 100%;
  display: block;
}

.icon--xs {
  width: 16px;
  height: 16px;
}

.icon--sm {
  width: 20px;
  height: 20px;
}

.icon--md {
  width: 24px;
  height: 24px;
}

.icon--lg {
  width: 32px;
  height: 32px;
}

.icon--cyan {
  color: var(--accent-cyan);
}

.icon--blue {
  color: #3b5bff;
}

.icon--gold {
  color: #fbbf24;
}

.home-trust__icon,
.home-bento__icon,
.feature-card__icon,
.contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-cyan);
}

.home-trust__icon {
  width: 28px;
  height: 28px;
}

.home-bento__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  background: rgba(59, 91, 255, 0.15);
  border: 1px solid rgba(59, 91, 255, 0.25);
  border-radius: 14px;
  color: var(--accent-cyan);
}

.home-bento__card--accent .home-bento__icon {
  background: rgba(251, 191, 36, 0.15);
  border-color: rgba(251, 191, 36, 0.35);
  color: #fbbf24;
}

.feature-card__icon,
.contact-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  background: rgba(59, 91, 255, 0.15);
  border-radius: 14px;
  color: var(--accent-cyan);
}

.contact-card__icon {
  margin-bottom: 0;
}

.contact-card__icon--telegram {
  background: rgba(34, 158, 217, 0.15);
  color: #229ed9;
}

.promo-card__status--active {
  color: var(--accent-cyan);
}

@media (max-width: 640px) {
  .promo-hint {
    padding: 14px 16px;
    gap: 8px;
  }
}

.home-hero__chip .icon--xs {
  vertical-align: -0.2em;
  margin-right: 2px;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.rating .icon--xs {
  width: 16px;
  height: 16px;
  color: #fbbf24;
}
