.hover-grow {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hover-grow:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.main-nav a.active {
    color: var(--primary);
    opacity: 1;
}

.footer-slot {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.site-footer {
    width: 100%;
    padding: 12px 0;
    background: #000;
}

.footer-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    line-height: 1.4;
}

.footer-inner p {
    margin: 0;
}

.footer-inner a {
    color: #edb6ff;
    text-decoration: none;
}

.footer-inner a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .footer-inner {
        padding: 0 16px;
        font-size: 11px;
    }
}
