.tmv-footer,
.tmv-footer * { box-sizing: border-box; }
.tmv-footer { padding: 58px 0 22px; color: rgba(255,255,255,.78); background: #2f1d50; }
.tmv-footer a { color: inherit !important; text-decoration: none; }
.tmv-footer a:hover,
.tmv-footer a:focus-visible { color: #fff !important; text-decoration: underline; }
.tmv-footer-grid { display: grid; grid-template-columns: minmax(250px, 1.35fr) .78fr .9fr 1.05fr; gap: 38px; }
.tmv-footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff !important; }
.tmv-footer-brand-mark { width: 48px; height: 48px; display: grid; place-items: center; }
.tmv-footer-brand-mark svg { width: 100%; height: 100%; }
.tmv-footer-brand-copy strong,
.tmv-footer-brand-copy small { display: block; }
.tmv-footer-brand-copy strong { color: #fff; font-size: 1.08rem; }
.tmv-footer-brand-copy small { margin-top: 3px; font-size: .69rem; }
.tmv-footer-description { max-width: 390px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .87rem; line-height: 1.7; }
.tmv-footer h2 { margin: 0 0 16px; color: #fff; font-size: 1rem; font-weight: 900; }
.tmv-footer-links { display: grid; gap: 9px; }
.tmv-footer-links a { font-size: .86rem; }
.tmv-footer-contact { margin: 0 0 16px; font-size: .86rem; line-height: 1.7; }
.tmv-footer-contact a { color: #fff !important; font-weight: 800; }
.tmv-footer-socials { display: flex; flex-wrap: wrap; gap: 9px; }
.tmv-footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff !important; background: rgba(255,255,255,.09); border-radius: 50%; }
.tmv-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
@media (max-width: 900px) { .tmv-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tmv-footer-grid { grid-template-columns: 1fr; gap: 30px; } .tmv-footer-bottom { align-items: flex-start; flex-direction: column; } }

.tmv-footer-address { display: grid; gap: 7px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.55; font-style: normal; }
.tmv-footer-address a { width: fit-content; color: #fff !important; font-weight: 750; }
.tmv-footer-connect { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 38px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.tmv-footer-connect > div:first-child { display: flex; flex-wrap: wrap; gap: 7px 13px; align-items: baseline; font-size: .84rem; }
.tmv-footer-connect strong { color: #fff; }
.tmv-footer-connect a { color: #fff !important; }
.tmv-footer-connect + .tmv-footer-bottom { margin-top: 0; padding-top: 18px; border-top: 0; }
@media (max-width: 900px) {
    .tmv-footer-grid-expanded { grid-template-columns: 1.25fr 1fr; }
}
@media (max-width: 560px) {
    .tmv-footer-connect { align-items: flex-start; flex-direction: column; }
}


.tmv-footer-languages {
    display: grid;
    grid-template-columns: minmax(190px, .7fr) minmax(0, 2.3fr);
    align-items: center;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
}
.tmv-footer-languages-heading { display: grid; gap: 4px; }
.tmv-footer-languages-heading strong { color: #fff; font-size: .92rem; }
.tmv-footer-languages-heading span { color: rgba(255,255,255,.62); font-size: .76rem; line-height: 1.45; }
.tmv-footer-language-flags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.tmv-footer-language-flags a {
    width: 42px;
    min-height: 32px;
    display: inline-grid;
    place-items: center;
    padding: 4px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    line-height: 1;
    transition: transform .18s ease, background-color .18s ease;
}
.tmv-footer-language-flags a:hover,
.tmv-footer-language-flags a:focus-visible {
    background: rgba(255,255,255,.16);
    text-decoration: none;
    transform: translateY(-2px);
}
.tmv-footer-language-flags img { width: 30px !important; max-width: 100%; height: auto !important; display: block; }
.tmv-footer-languages + .tmv-footer-bottom { margin-top: 0; padding-top: 18px; border-top: 0; }
@media (max-width: 760px) {
    .tmv-footer-languages { grid-template-columns: 1fr; align-items: start; }
    .tmv-footer-language-flags { justify-content: flex-start; }
}

.tmv-footer-brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;color:#fff;text-decoration:none}.tmv-footer-brand img{display:block;width:90px;height:90px;object-fit:contain}.tmv-footer-brand span{color:rgba(255,255,255,.82);font-size:14px;line-height:1.5}.tmv-footer-socials img{display:block;width:24px;height:24px}.tmv-footer-bottom a{color:inherit}
