footer {
    margin-top: 42px !important;
    padding: 34px 30px 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)),
        rgba(4, 16, 31, 0.6) !important;
    border-radius: 30px !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 22px 70px rgba(0,0,0,0.2) !important;
    text-align: left !important;
}

.footer-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(160px, 0.6fr)) !important;
    gap: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-brand {
    max-width: 420px;
}

.footer-brand-title {
    font-family: 'Noto Serif SC', serif !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
}

.footer-brand-title span {
    color: #f2d47b !important;
}

.footer-brand p {
    margin-top: 12px !important;
    color: #9fb0c7 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.footer-col h4 {
    margin-bottom: 14px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.footer-links,
.footer-contact-list,
.footer-meta-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.footer-links a,
.footer-contact-list span,
.footer-meta-list span {
    color: #c6d3e4 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    transition: all 0.36s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.footer-links a:hover,
.footer-records a:hover {
    color: #f2d47b !important;
}

.footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    padding-top: 18px !important;
}

.footer-records {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
}

.footer-records a {
    color: #c6d3e4 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    transition: all 0.36s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.footer-copy {
    color: #7f93ad !important;
    font-size: 13px !important;
}

@media (max-width: 1100px) {
    .footer-top {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 768px) {
    footer {
        border-radius: 24px !important;
        padding: 24px 18px 18px !important;
    }

    .footer-top {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding-bottom: 18px !important;
    }

    .footer-brand-title {
        font-size: 20px !important;
    }

    .footer-bottom {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}
