footer {
    background: #111;
    color: #ddd;
    padding: 36px 7vw;
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.8;
    min-height: 150px;
    border-top: 3px solid #111;
}

footer .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    max-width: none;
    margin: 0;
    padding: 0;
}

footer .col { flex: 1; min-width: 200px; }

footer h4 {
    color: #fffdf6;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

footer p { margin: 4px 0; }
footer a { color: #f2c230; }
footer a:hover { color: #fff; }
footer a[style] { color: #f2c230 !important; }
footer .container[style] { border-top-color: #4a4128 !important; }
footer strong[style] { color: #fffdf6 !important; }

@media (max-width: 768px) {
    footer {
        padding: 22px 18px 24px;
        margin-top: 28px;
        font-size: 13px;
        line-height: 1.65;
    }

    footer .container { flex-direction: column; gap: 18px; }
    footer .col { min-width: auto; }
    footer h4 { margin-bottom: 8px; font-size: 15px; }

    footer .container:first-child .col:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    footer .container:first-child .col:nth-child(2) h4 {
        grid-column: 1 / -1;
    }

    footer .container:first-child .col:nth-child(2) p {
        margin: 0;
    }

    footer .container:first-child .col:nth-child(2) a {
        min-height: 40px;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        border: 1px solid #4a4128;
        background: #171717;
        font-weight: 900;
    }

    footer .container:first-child .col:nth-child(2) a:hover {
        background: #f2c230;
        color: #111;
        text-decoration: none;
    }

    footer .container:first-child .col:nth-child(3) p {
        margin: 7px 0;
    }

    footer .container[style] {
        margin-top: 8px !important;
        padding-top: 14px !important;
    }

    footer .container[style] div[style] {
        color: #d8d8d8 !important;
        font-size: 12px !important;
        line-height: 1.75 !important;
    }
}
