/* Tesselo — Footer on-brand. Mobile-first. */

.tesselo-footer {
    background: var(--ts-navy, #1b2a4a);
    color: #f4f1ea;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.tesselo-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 24px 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.tesselo-footer__logo {
    font-family: "Lilita One", system-ui, sans-serif;
    font-size: 30px;
    color: var(--ts-coral, #E85F24);
    letter-spacing: .5px;
}

.tesselo-footer__claim {
    margin: 10px 0 0;
    color: #d6d2c8;
    max-width: 28ch;
}

.tesselo-footer__title {
    font-family: "Lilita One", system-ui, sans-serif;
    font-size: 17px;
    margin: 0 0 14px;
    color: #fff;
    letter-spacing: .3px;
}

.tesselo-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tesselo-footer__links li {
    margin: 0 0 8px;
}

.tesselo-footer a {
    color: #e8e4db;
    text-decoration: none;
    transition: color .15s ease;
}

.tesselo-footer a:hover,
.tesselo-footer a:focus {
    color: var(--ts-coral, #E85F24);
}

.tesselo-footer__consent {
    cursor: pointer;
}

.tesselo-footer__fiscal-line {
    color: #c8c4ba;
    margin: 0 0 8px;
}

.tesselo-footer__contact a {
    color: var(--ts-teal, #1D9E75);
}

.tesselo-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
    padding: 18px 24px;
    color: #b6b2a8;
    font-size: 13px;
}

.tesselo-footer__bottom p {
    margin: 0;
}

/* Tablet / desktop: 3 colonne */
@media (min-width: 720px) {
    .tesselo-footer__inner {
        grid-template-columns: 1.2fr 1fr 1.3fr;
        gap: 48px;
        padding: 64px 24px 28px;
    }
}
