footer {
    background: #1a1a2e;
    color: #fff;
}

.footer-inner {
    max-width: 1152px;
    margin: 0 auto;
    padding: 60px 24px 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.footer-logo {
    height: 80px;
    width: auto;
    border-radius: 8px;
    margin-bottom: 16px;
}

.footer-tagline {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.7;
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social-link {
    width: 38px;
    height: 38px;
    background: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background .2s;
}

.footer-social-link:hover {
    background: #15803d;
}

.footer-heading {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #facc15;
    margin-bottom: 16px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav a,
.footer-contact-list a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s;
}

.footer-nav a:hover,
.footer-contact-list a:hover {
    color: #fff;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #9ca3af;
    font-size: 14px;
}

.footer-contact-item .fa {
    color: #16a34a;
    margin-top: 3px;
}

.footer-map-wrap {
    margin-top: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.footer-map-wrap iframe {
    border: 0;
    display: block;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding: 20px 24px;
    text-align: center;
}

.footer-bottom p {
    color: #6b7280;
    font-size: 13px;
    margin: 0;
}
