.ftm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 56px 0 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .ftm-grid { grid-template-columns: 1fr; }
}

.ftm-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ftm-col h4 {
    color: #c7a252;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px;
    font-weight: 700;
    text-align: center;
}
.ftm-col p {
    color: #d8ddd6;
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 8px;
    text-align: center;
}
.ftm-col a {
    color: #d8ddd6;
    text-decoration: none;
}
.ftm-col a:hover { color: #c7a252; }

.ftm-logo {
    max-width: 190px;
    margin-bottom: 14px;
}
.ftm-brand .ftm-tagline {
    text-align: center;
}
.ftm-tagline {
    font-style: italic;
    color: #b9c0b6;
    font-size: 13px;
}
.ftm-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
}
.ftm-brand .ftm-mentions {
    text-align: center;
    margin-top: 6px;
}
.ftm-social a {
    color: #d8ddd6;
    font-size: 18px;
}
.ftm-social a:hover { color: #c7a252; }

#lang_sel_list.ftm-lang {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin-left: 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 0;
}
#lang_sel_list.ftm-lang a {
    padding: 0 !important;
    background: none !important;
    display: block !important;
}
.ftm-lang img { width: 20px; height: auto; vertical-align: middle; }

.ftm-partner-logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.ftm-partner-logos img {
    max-height: 48px;
    width: auto;
}

.ftm-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 20px 0;
    text-align: center;
}
.ftm-bottom-logo {
    display: block;
    max-width: 140px;
    margin: 0 auto 12px;
}
.ftm-bottom p {
    color: #9fa89c;
    font-size: 12px;
    margin: 0;
    text-align: center;
}
.ftm-bottom a { color: #9fa89c; }
.ftm-bottom a:hover { color: #c7a252; }
