.hero-section {
    background: linear-gradient(135deg, #1a0d2e 60%, #2a1a5e 100%);
    color: #fff;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
}
.hero-section .text-glow {
    text-shadow: 0 0 16px #7f00ff, 0 0 32px #00f0ff;
}
.btn-neon {
    background: linear-gradient(90deg, #7f00ff 0%, #00f0ff 100%);
    color: #fff;
    border: none;
    box-shadow: 0 0 16px #7f00ff, 0 0 32px #00f0ff;
    transition: box-shadow 0.3s, transform 0.2s;
}
.btn-neon:hover, .btn-neon:focus {
    box-shadow: 0 0 32px #00f0ff, 0 0 64px #7f00ff;
    transform: scale(1.05);
}
.casino-top-card {
    border-radius: 1.5rem;
    box-shadow: 0 0 24px 0 rgba(127,0,255,0.15), 0 4px 32px 0 rgba(0,240,255,0.10);
    background: linear-gradient(135deg, #1a0d2e 80%, #2a1a5e 100%);
    transition: box-shadow 0.3s, transform 0.2s;
}
.casino-top-card:hover {
    box-shadow: 0 0 32px #7f00ff, 0 0 64px #00f0ff;
    transform: translateY(-8px) scale(1.03);
}
.card .badge {
    z-index: 2;
    font-size: 1rem;
    letter-spacing: 1px;
    box-shadow: 0 0 8px #fff2;
}
.bg-gradient-mystic {
    background: linear-gradient(135deg, #1a0d2e, #2a1a5e, #4b0082);
}
.animate-pulse:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(128, 0, 128, 0.5);
}
.card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
.responsible-gaming-badge {
    transition: transform 0.3s ease;
}
.responsible-gaming-badge:hover {
    transform: scale(1.1);
}
footer {
    background: linear-gradient(135deg, #1a0d2e 80%, #2a1a5e 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
footer h5 {
    color: #00f0ff;
    font-weight: 600;
    margin-bottom: 1rem;
}
footer a {
    transition: color 0.2s;
}
footer a:hover {
    color: #7f00ff !important;
    text-decoration: underline;
}
footer .form-control, footer .btn {
    border-radius: 0.5rem;
}
footer .btn-primary {
    background: linear-gradient(90deg, #7f00ff 0%, #00f0ff 100%);
    border: none;
}
.bg-gradient-mystic.rounded-4 {
    border-radius: 1.5rem !important;
}
section {
    scroll-margin-top: 80px;
}
/* Новые секции */
#avaliamos svg, #vantagens svg {
    filter: drop-shadow(0 0 8px #7f00ff44);
}
#recentes .card {
    border-radius: 1.2rem;
    border-width: 2px !important;
}
#depoimentos blockquote {
    font-size: 1.1rem;
    font-style: italic;
    color: #fff;
}
#depoimentos .blockquote-footer {
    font-size: 0.95rem;
    color: #b3b3b3;
}
/* Анимации */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: none; }
}
.animate__fadeInUp { animation: fadeInUp 1s both; } 

.responsible-gaming-badges{
    flex-wrap: wrap;
}
.nav-item a{
    color: aliceblue !important;
}