.btn-premium {
  box-shadow: 0 10px 30px rgba(142,45,226,0.35);
  transition: all 0.2s ease;
}

.btn-premium:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 40px rgba(142,45,226,0.5);
}


.left-gradient {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.9) 40%,
        rgba(0,0,0,0.0) 100%
    );
}



/* Белые ссылки в футере */
.t-footer a,
.t-footer a:visited,
.t-footer a:hover,
.t-footer a:active,
footer a,
footer a:visited,
footer a:hover,
footer a:active,
#t-footer a,
#t-footer a:visited,
#t-footer a:hover,
#t-footer a:active {
  color: #fff !important;
  text-decoration: none !important;
}

/* Белый текст в футере, если где-то Тильда красит его иначе */
.t-footer,
.t-footer *,
footer,
footer *,
#t-footer,
#t-footer * {
  color: #fff !important;
}

/* При наведении можно оставить мягкое осветление */
.t-footer a:hover,
footer a:hover,
#t-footer a:hover {
  opacity: 0.78;
}
</style>