@media (min-width: 1280px) {
    .footer {
        padding: 60px 0 40px 0;
        position: relative;
              background-position: center bottom -275px;

    }

    .footer-container {
        max-width: 1188px;
        margin: 0 auto;
        padding: 0 16px;
        position: relative;
        z-index: 1;
    }

    .footer-content {
        flex-direction: row;
        gap: 40px;
        justify-content: space-between;
        align-items: flex-start;
    }

    /* C1 - Logo, Description, Link */
    .footer-info {
        flex: 1;
        max-width: 400px;
    }

    .footer-logo-img {
        width: 123.228px;
        height: 33.149px;
    }

    .footer-description {
        font-size: 18px;
        line-height: normal;
    }

    /* C2 - Social Media */
    .footer-social {
        flex: 0 0 auto;
        align-items: center;
    }

    .social-links {
        gap: 16px;
    }

    /* C3 - Download Buttons */
    .footer-buttons {
        flex: 0 0 auto;
        align-items: flex-end;
        gap: 16px;
    }

    .footer-btn {
        width: auto; /* Content size on desktop */
        padding: 0.438rem 1.75rem; /* 7px top/bottom, 28px left/right */
        white-space: nowrap;
    }

    /* V2 - Separator Line */
    .footer-separator {
        width: 95%;
        margin: 32px auto;
    }

    /* V3 - Copyright and Privacy */
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .footer-copyright,
    .footer-privacy {
        text-align: left;
    }
}