.mdp-footer {
    background: #16232E;
    color: #e5e7eb;
    font-family: inherit;
    font-size: .875rem;
    line-height: 1.6;
    margin-top: 3rem;
    border-top: 3px solid #C9A227;
}
.mdp-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 1.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.4fr;
    gap: 2rem;
}
.mdp-footer__brand {}
.mdp-footer__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .25rem;
    letter-spacing: .02em;
}
.mdp-footer__subtitle {
    font-size: .85rem;
    color: #C9A227;
    margin: 0 0 .5rem;
    line-height: 1.4;
}
.mdp-footer__subtitle span {
    font-weight: 600;
}
.mdp-footer__tagline {
    font-size: .8rem;
    color: #9ca3af;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.mdp-footer__nav-title {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #C9A227;
    font-weight: 700;
    margin: 0 0 .75rem;
}
.mdp-footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.mdp-footer__nav-list a,
.mdp-footer__contact-list a {
    color: #d1d5db;
    text-decoration: none;
    transition: color .15s;
}
.mdp-footer__nav-list a:hover,
.mdp-footer__contact-list a:hover {
    color: #C9A227;
}
.mdp-footer__address {
    font-style: normal;
    color: #9ca3af;
    font-size: .82rem;
    margin: 0 0 .75rem;
    line-height: 1.5;
}
.mdp-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.mdp-footer__contact-list a {
    display: flex;
    align-items: center;
    gap: .4rem;
}
.mdp-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.mdp-footer__disclaimer {
    font-size: .78rem;
    color: #6b7280;
    margin: 0;
    font-style: italic;
}
.mdp-footer__copyright {
    font-size: .78rem;
    color: #6b7280;
    margin: 0;
}
@media (max-width: 768px) {
    .mdp-footer__inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
