/* Game-Slot footer */

.site-footer {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(7,10,14,0.96) 0%, rgba(10,14,20,0.98) 100%);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.8fr;
    gap: 24px;
    align-items: start;
    padding: 26px 16px 30px;
}

.footer-brand strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #eef7ff;
}

.footer-brand p {
    margin: 0;
    max-width: 520px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(220,235,248,0.72);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a,
.footer-meta span {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(220,235,248,0.8);
    text-decoration: none;
}

.footer-links a:hover {
    color: #00e5ff;
}

.footer-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 14px 26px;
    }

    .footer-brand p {
        max-width: none;
    }
}
