.telegram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #229ED9;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(34,158,217,0.4);
}

.telegram-btn:hover {
  background: #1b8ec2;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(34,158,217,0.6);
}