.Footer {
    padding: 72px 0 0;
    background: linear-gradient(135deg, #0d3644 0%, #124455 58%, #0f3f4d 100%);
    color: #fff;
}

.Footer a,
.Footer p {
    color: #fff;
}

.Footer a:hover {
    color: #edb400;
}

.Footer .Container {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(140px, .75fr) minmax(170px, .9fr) minmax(280px, 1.35fr);
    gap: 48px;
    align-items: start;
    justify-content: normal;
}

.Footer .logo {
    display: inline-block;
    margin: 0 0 24px;
}

.Footer .logo img {
    display: block;
    width: 169px;
}

.Footer .footer-lead {
    max-width: 360px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .84);
    line-height: 1.6;
}

.Footer .footer-title {
    margin-bottom: 16px;
    color: #edb400;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.Footer .footer-suppliers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Footer .footer-suppliers li {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 8px 12px;
    background: #fff;
    border-radius: 4px;
}

.Footer .footer-suppliers img {
    display: block;
    max-width: 150px;
    max-height: 34px;
    object-fit: contain;
}

.Footer .footer-internal-link {
    display: inline-block;
    margin-top: 14px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
}

.Footer .footer-internal-link:hover {
    color: #fff;
    text-decoration: underline;
}

.Footer .footer-links nav ul {
    display: grid;
    gap: 12px;
}

.Footer .footer-links nav ul li {
    margin-bottom: 0;
}

.Footer .footer-links nav a {
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
}

.Footer .footer-apps .Redes {
    margin-top: 24px;
}

.Footer .footer-contact {
    padding: 24px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
}

.Footer .footer-contact-text {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
}

.Footer .footer-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.Footer .footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    background: #edb400;
    border: 1px solid #edb400;
    border-radius: 60px;
    color: #124455;
    font-weight: 900;
}

.Footer .footer-cta:hover {
    background: #fff;
    border-color: #fff;
    color: #124455;
}

.Footer .footer-cta-secondary {
    background: transparent;
    color: #fff;
}

.Footer .footer-cta-secondary:hover {
    background: #fff;
    color: #124455;
}

.Footer .footer-contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #fff;
}

.Footer .footer-contact-item:last-child {
    margin-bottom: 0;
}

.Footer .footer-contact-item i {
    min-width: 18px;
    margin-top: 2px;
}

.Footer .footer-contact-item a,
.Footer .footer-contact-item p {
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
}

.Footer .copy {
    margin: 64px 0 0;
    padding: 12px 0;
    background: linear-gradient(90deg, #edb400 0%, #aeca24 48%, #2c9f90 100%);
    font-size: 12px;
}

.Footer .copy .Container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.Footer .copy a,
.Footer .copy p {
    color: #124455 !important;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .Footer .Container {
        grid-template-columns: 1.1fr .9fr 1fr;
    }

    .Footer .footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 992px) {
    .Footer {
        padding-top: 56px;
    }

    .Footer .Container {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .Footer .logo {
        margin: 0 0 20px;
        max-width: 130px;
    }

    .Footer .footer-brand,
    .Footer .footer-links,
    .Footer .footer-contact {
        width: 100%;
    }

    .Footer .footer-links nav ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .Footer .footer-actions {
        flex-direction: column;
    }

    .Footer .copy {
        margin-top: 48px;
    }

    .Footer .copy .Container {
        align-items: flex-start;
        flex-direction: column;
    }
}
