.cg-footer-78ae8f82 {
    background-color: #070b14;
    color: #8a94a6;
    padding: 60px 40px 20px;
    font-family: sans-serif;
}

.cg-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 40px;
}

.cg-col-brand h2 {
    font-family: serif;
    font-size: 28px;
    color: #ffffff;
    margin: 0 0 10px;
}

.cg-col-brand .cg-subtitle {
    font-size: 11px;
    letter-spacing: 1px;
    color: #c49a6c;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cg-col-brand p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 90%;
}

.cg-col-links h4 {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cg-col-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cg-col-links ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.cg-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.cg-locs {
    color: #8a94a6;
}

@media (max-width: 768px) {
    .cg-footer-top {
        grid-template-columns: 1fr;
    }
    .cg-footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}