.section.footer {
    background: #181c24;
    color: #e0e0e0;
    padding: 40px 0 20px 0;
    font-size: 16px;
    border-top: 4px solid #eab308;
}
.footer-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.footer-logo img {
    margin-bottom: 16px;
    filter: drop-shadow(0 2px 8px #0008);
}
.footer-info {
    margin-bottom: 18px;
    line-height: 1.6;
}
.footer-info .company-name {
    font-weight: bold;
    font-size: 18px;
    color: #eab308;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.footer-social {
    margin-bottom: 16px;
}
.footer-social a {
    display: inline-block;
    margin: 0 10px;
    color: #eab308;
    font-size: 22px;
    transition: color 0.2s;
}
.footer-social a:hover {
    color: #fff;
}
.footer-copyright {
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
    letter-spacing: 1px;
}
@media (max-width: 600px) {
    .section.footer {
        padding: 24px 0 12px 0;
        font-size: 15px;
    }
    .footer-container {
        max-width: 98vw;
        padding: 0 8px;
    }
    .footer-logo img {
        height: 44px;
        margin-bottom: 10px;
    }
    .footer-info {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .footer-info .company-name {
        font-size: 16px;
    }
    .footer-social {
        margin-bottom: 10px;
    }
    .footer-social a {
        font-size: 28px;
        margin: 0 14px;
    }
    .footer-copyright {
        font-size: 12px;
        margin-top: 8px;
    }
}
.wrap {
    max-height: fit-content;
}