.elementor-678 .elementor-element.elementor-element-57a63fe9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0f1c069 *//* ============ BUTTONS ============ */

.btn {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--hover-red) 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 9, 20, 0.6);
  background: linear-gradient(135deg, var(--hover-red) 0%, #cc0000 100%);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--light-text);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
}

.btn-small {
  padding: 0.7rem 1.8rem;
  font-size: 0.9rem;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}/* End custom CSS */