/* ==========================================================================
   QuickPlayHub - Footer Styles
   ========================================================================== */

.site-footer.qph-footer {
    margin: 0 0 0 64px;
    padding: 40px 32px 24px;
    background: #100d2b;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.qph-footer .qph-footer-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    padding-bottom: 40px;
}

.qph-footer .qph-footer-heading {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.qph-footer .qph-help-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.qph-footer .qph-help-links li {
    margin: 0;
    padding: 0;
}

.qph-footer .qph-help-links a,
.qph-footer .qph-help-links span {
    color: #c4bedb;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
}

.qph-footer .qph-help-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.qph-footer .qph-store-badge {
    display: inline-flex;
    width: 150px;
    height: 45px;
    align-items: center;
    gap: 8px;
    padding: 5px 9px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.qph-footer .qph-store-badge > svg {
    width: 27px;
    height: 31px;
    flex-shrink: 0;
}

.qph-footer .qph-store-copy {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.qph-footer .qph-store-copy small {
    font-size: 9px;
    line-height: 11px;
}

.qph-footer .qph-store-copy strong {
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.7px;
}

.qph-footer .qph-social-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.qph-footer .qph-social-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #f5f3ff;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.qph-footer .qph-social-icon svg {
    width: 18px;
    height: 18px;
}

.qph-footer a.qph-social-icon:hover {
    background: #403675;
}

.qph-footer a:focus-visible {
    outline: 2px solid #d2ccff;
    outline-offset: 5px;
}

.qph-footer .qph-footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    color: #918ba9;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .qph-footer .qph-footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 28px;
    }
    .qph-footer .qph-help-links {
        gap: 12px 18px;
    }
}

@media (max-width: 767px) {
    .site-footer.qph-footer {
        margin-left: 0;
        padding: 30px 20px 20px;
    }
    .qph-footer .qph-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 30px;
    }
    .qph-footer .qph-footer-heading {
        margin-bottom: 16px;
        font-size: 20px;
    }
}
