 .tlacitko-gradient {
    display: inline-block;
    background: linear-gradient(135deg, #00d3c2, #007c92, #003b66);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  .tlacitko-gradient:hover {
    filter: brightness(1.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
