/* =========================================================
   QPECK FOOTER — LIGHT PREMIUM
========================================================= */

.q-footer {
    background: #ffffff;
    color: #0f172a;
}

/* =========================
   MAIN
========================= */

.q-footer-main {
    padding: 90px 0 50px;
    background: #ffffff;
}


/* =========================
   INTRO
========================= */


.q-footer-heading {
    max-width: 720px;
    margin: 0;

    color: #0f172a;

    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.02;

    font-weight: 700;
    letter-spacing: -.045em;
}



.q-footer-intro {
    max-width: 420px;
    margin: 8px 0 0 auto;

    color: #64748b;

    font-size: 15px;
    line-height: 1.75;
}

.q-footer-divider {
    height: 1px;
    background: #e2e8f0;
}


/* =========================
   LOGO
========================= */

.q-footer-logo {
    display: inline-block;

    margin-bottom: 20px;

    color: #0f172a;

    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.06em;

    text-decoration: none;
}

.q-footer-logo:hover {
    color: #0f172a;
}

.q-footer-description {
    max-width: 340px;
    margin-bottom: 22px;

    color: #64748b;

    font-size: 14px;
    line-height: 1.7;
}

.q-footer-sales-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #334155;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}

.q-footer-sales-link span {
    color: #2589f5;

    transition: transform .2s ease;
}

.q-footer-sales-link:hover {
    color: #2589f5;
}

.q-footer-sales-link:hover span {
    transform: translate(3px, -3px);
}


/* =========================
   NAVIGATION
========================= */

.q-footer-title {
    margin: 4px 0 22px;

    font-size: 14px;
    font-weight: 600;
}

.q-footer-links {
    padding: 0;
    margin: 0;

    list-style: none;
}

.q-footer-links li {
    margin-bottom: 13px;
}

.q-footer-links a {
    color: #64748b;

    font-size: 14px;

    text-decoration: none;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.q-footer-links a:hover {
    padding-left: 3px;
    color: #111;
}


/* =========================
   CTA
========================= */

.q-footer-cta {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 30px 32px;

    border: 1px solid #e2e8f0;

    background: #f8fafc;

    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.q-footer-cta-label {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
}

.q-footer-cta h3 {
    margin: 0;

    color: #0f172a;

    font-size: 22px;
    font-weight: 600;
}

.q-footer-cta-btn {
    display: inline-flex;

    align-items: center;
    gap: 14px;

    flex-shrink: 0;

    padding: 13px 20px;

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease;
}

.q-footer-cta-btn span {
    font-size: 16px;
}

.q-footer-cta-btn:hover {
    background: #1476df;
    color: #fff;

    transform: translateY(-2px);
}


/* =========================
   BOTTOM
========================= */

.q-footer-bottom {
    padding: 28px 0 30px;

    border-top: 1px solid #e2e8f0;

    background: #f1f5f9;
}


/* =========================
   SOCIAL
========================= */

.q-footer-social {
    display: flex;

    align-items: center;

    gap: 10px;
}

.q-footer-social a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border: 1px solid #dbe3ec;

    background: #ffffff;

    color: #475569;

    font-size: 17px;
    font-weight: 600;

    text-decoration: none;

    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.q-footer-social a:hover {
    border-color: #2589f5;

    background: #2589f5;

    color: #fff;
}


/* =========================
   COUNTRY
========================= */

.q-footer-country {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 9px 13px;

    border: 1px solid #dbe3ec;

    background: #ffffff;

    color: #334155;

    font-size: 13px;
}

.q-footer-chevron {
    margin-left: 3px;

    color: #94a3b8;
}


/* =========================
   LEGAL
========================= */

.q-footer-legal {
    display: flex;

    justify-content: flex-end;

    gap: 25px;
}

.q-footer-legal a {
    color: #64748b;

    font-size: 13px;

    text-decoration: none;
}

.q-footer-legal a:hover {
    color: #2589f5;
}


/* =========================
   BOTTOM LINE
========================= */

.q-footer-bottom-line {
    height: 1px;

    margin: 25px 0;

    background: #dbe3ec;
}


/* =========================
   COPYRIGHT
========================= */

.q-footer-checkout,
.q-footer-copyright {
    margin: 0;

    color: #64748b;

    font-size: 12px;
    line-height: 1.6;
}

.q-footer-copyright {
    color: #64748b;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {

    .q-footer-main {
        padding: 70px 0 40px;
    }

    .q-footer-intro {
        margin: 25px 0 0;
    }

    .q-footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .q-footer-legal {
        justify-content: flex-start;
    }

    .q-footer-country {
        margin-top: 5px;
    }
}


@media (max-width: 575.98px) {

    .q-footer-main {
        padding: 55px 0 35px;
    }

    .q-footer-heading {
        font-size: 38px;
    }

    .q-footer-cta {
        padding: 25px;
    }

    .q-footer-cta h3 {
        font-size: 19px;
    }

    .q-footer-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .q-footer-legal {
        flex-wrap: wrap;
        gap: 15px 22px;
    }

    .q-footer-bottom {
        padding-bottom: 25px;
    }
}