:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4aedab9 */.rm2-btn-wa {
  background: #25D366;
  color: #fff;
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  transition: all .2s;
  border: 2px solid transparent;
}
.rm2-btn-wa:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,.4);
}/* End custom CSS */