.ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.service-icon {
  width: 30px;
  height: 30px;
  transition: transform .25s ease;
}

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  background: linear-gradient(145deg, #e9f2ff, #fff6de);
  box-shadow: inset 0 0 0 1px rgba(21, 94, 239, .08), 0 10px 24px rgba(8, 31, 61, .08);
}

.card:hover .service-icon {
  transform: scale(1.1) translateY(-1px);
}

.topbar-links a,
.topbar-quote,
.footer-contact,
.mobile-actions a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar .ui-icon {
  width: 16px;
  height: 16px;
  color: #ffda82;
}

.topbar-quote .ui-icon {
  color: #081f3d;
}

.contact-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
}

.contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #155eef;
  background: #edf4ff;
}

.contact-icon .ui-icon {
  width: 21px;
  height: 21px;
}

.footer-contact {
  margin: 10px 0;
  line-height: 1.4;
}

.footer-contact .ui-icon {
  color: #d6a749;
}

.mobile-actions .ui-icon {
  width: 19px;
  height: 19px;
}

.nav > .button .ui-icon,
.cta .button .ui-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 540px) {
  .topbar-links a { gap: 5px; }
  .topbar-links .ui-icon { width: 15px; height: 15px; }
  .topbar-quote span { display: none; }
  .topbar-quote { width: 44px; justify-content: center; padding: 0; }
  .mobile-actions a { gap: 6px; font-size: .88rem; }
}
