.trio-footer * { box-sizing: border-box; margin: 0; padding: 0; }
    .trio-footer {
        --footer-black: #09090B;
        --footer-orange: #FA8862;
        --footer-white: #ffffff;
        --footer-gray: #6B7280;
        --footer-light: #F9FAFB;
        background: var(--footer-black) url('https://triodeturismo.com/wp-content/uploads/2025/05/bgfooter.svg') center center / cover no-repeat;
        color: var(--footer-white);
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        position: relative;
        overflow: hidden;
    }

    .trio-footer-trust {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 42px 30px 34px;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }
    .trio-footer-trust-item {
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(255,255,255,0.88);
        font-size: 0.92rem;
        font-weight: 600;
    }
    .trio-footer-trust-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(250,136,98,0.14);
        border: 1px solid rgba(250,136,98,0.32);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .trio-footer-trust-icon svg {
        width: 18px;
        height: 18px;
        fill: var(--footer-orange);
    }

    .trio-footer-main {
        max-width: 1200px;
        margin: 0 auto;
        padding: 44px 30px 50px;
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
        gap: 40px;
    }

    .trio-footer-brand > img {
        width: 100px;
        height: 100px;
        border-radius: 16px;
        object-fit: cover;
        margin-bottom: 18px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .trio-footer-brand p {
        font-size: 0.88rem;
        line-height: 1.65;
        color: rgba(255,255,255,0.72);
        margin-bottom: 20px;
    }
    .trio-footer-tripadvisor {
        margin-top: 16px;
        display: block;
        width: fit-content;
        max-width: 100%;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        line-height: 0;
    }
    .trio-footer-tripadvisor ul {
        list-style: none;
    }
    .trio-footer-tripadvisor img {
        display: block;
        width: auto;
        max-width: 180px;
        height: auto;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .trio-footer-col h3 {
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: var(--footer-orange);
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }
    .trio-footer-col h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 24px;
        height: 2px;
        background: var(--footer-orange);
        border-radius: 2px;
    }
    .trio-footer-col ul {
        list-style: none;
    }
    .trio-footer-col li {
        margin-bottom: 10px;
    }
    .trio-footer-col a {
        color: rgba(255,255,255,0.72);
        text-decoration: none;
        font-size: 0.88rem;
        transition: all 0.2s ease;
        display: inline-block;
    }
    .trio-footer-col a:hover {
        color: var(--footer-orange);
        transform: translateX(3px);
    }

    .trio-footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 14px;
    }
    .trio-footer-contact-item svg {
        width: 16px;
        height: 16px;
        fill: var(--footer-orange);
        flex-shrink: 0;
        margin-top: 2px;
    }
    .trio-footer-contact-item a,
    .trio-footer-contact-item span {
        color: rgba(255,255,255,0.72);
        text-decoration: none;
        font-size: 0.88rem;
        line-height: 1.4;
    }
    .trio-footer-contact-item a:hover {
        color: var(--footer-orange);
    }

    .trio-footer-socials {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }
    .trio-footer-social-link {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(249,250,251,0.08);
        border: 1px solid rgba(249,250,251,0.14);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
        line-height: 0;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    .trio-footer-social-link:hover {
        background: var(--footer-orange);
        border-color: var(--footer-orange);
        transform: translateY(-2px);
    }
    .trio-footer-social-link svg {
        width: 16px;
        height: 16px;
        fill: #fff;
        display: block;
        position: absolute;
        inset: 0;
        margin: auto;
        flex: 0 0 auto;
    }
    .trio-footer-social-link[aria-label="TripAdvisor"] svg {
        width: 18px;
        height: 18px;
    }

    .trio-footer-bottom {
        border-top: 1px solid rgba(255,255,255,0.08);
        padding: 20px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }
    .trio-footer-bottom p,
    .trio-footer-bottom a {
        font-size: 0.78rem;
        color: rgba(255,255,255,0.46);
        text-decoration: none;
    }
    .trio-footer-bottom p {
        width: 100%;
    }
    .trio-footer-bottom a:hover {
        color: var(--footer-orange);
    }

    @media (max-width: 900px) {
        .trio-footer-main {
            grid-template-columns: 1fr 1fr;
            gap: 35px;
            padding: 40px 24px 44px;
        }
        .trio-footer-trust {
            padding: 32px 24px 28px;
        }
    }
    @media (max-width: 767px) {
        .trio-footer-trust,
        .trio-footer-tripadvisor {
            display: none;
        }
        .trio-footer-main {
            grid-template-columns: 1fr;
            gap: 26px;
            padding: 32px 18px 36px;
        }
        .trio-footer-brand {
            text-align: center;
        }
        .trio-footer-brand > img {
            margin: 0 auto 16px;
        }
        .trio-footer-brand p {
            margin-bottom: 0;
            font-size: 0.9rem;
            line-height: 1.7;
        }
        .trio-footer-col {
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        .trio-footer-col h3 {
            font-size: 0.8rem;
            margin-bottom: 16px;
            padding-bottom: 8px;
        }
        .trio-footer-col li {
            margin-bottom: 12px;
        }
        .trio-footer-col a,
        .trio-footer-contact-item a,
        .trio-footer-contact-item span {
            font-size: 0.95rem;
        }
        .trio-footer-contact-item {
            margin-bottom: 12px;
        }
        .trio-footer-socials {
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 18px;
        }
        .trio-footer-bottom {
            padding: 18px 18px 24px;
        }
        .trio-footer-bottom p,
        .trio-footer-bottom a {
            font-size: 0.76rem;
            line-height: 1.6;
        }
    }
    @media (max-width: 480px) {
        .trio-footer-main {
            padding: 28px 16px 32px;
        }
        .trio-footer-brand > img {
            width: 88px;
            height: 88px;
        }
        .trio-footer-brand p {
            font-size: 0.86rem;
        }
        .trio-footer-col a,
        .trio-footer-contact-item a,
        .trio-footer-contact-item span {
            font-size: 0.9rem;
        }
        .trio-footer-social-link {
            width: 36px;
            height: 36px;
        }
        .trio-footer-bottom {
            padding: 16px 16px 22px;
        }
        .trio-footer-bottom p,
        .trio-footer-bottom a {
            font-size: 0.72rem;
        }
    }
