   /* â•â• FOOTER â•â• */
    .footer-copy p, .footer-copy li, .ft-contact-link,.secure-payments span {
        font-size: 15px;
        color: #6c757d;
    }
    .footer-copy li{
        margin: 0 auto;

    }
    .secure-payments img{
        height: 16px;
    }
    .app-banner {
        background: var(--color-grad);
        position: relative;
        overflow: hidden
    }

    .app-banner-mesh {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(ellipse 40% 80% at 0% 50%, rgba(139, 92, 246, .25), transparent 60%), radial-gradient(ellipse 30% 60% at 100% 50%, rgba(245, 158, 11, .12), transparent 60%)
    }

    .ab-dm {
        position: absolute;
        display: block;
        border: 1.5px solid rgba(255, 255, 255, .1);
        transform: rotate(45deg);
        pointer-events: none
    }

    .ab-dm.d1 {
        width: 28px;
        height: 28px;
        top: 12px;
        left: 48%
    }

    .ab-dm.d2 {
        width: 14px;
        height: 14px;
        bottom: 14px;
        left: 44%;
        opacity: .5
    }

    .ab-dm.d3 {
        width: 10px;
        height: 10px;
        top: 18px;
        right: 26%;
        opacity: .35
    }

    .ab-eyebrow {
        font-size: 9.5px;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .5);
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 7px
    }

    .ab-eyebrow::before {
        content: '';
        width: 16px;
        height: 1.5px;
        background: #FFD700;
        border-radius: 2px;
        display: inline-block
    }

    .ab-title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        letter-spacing: -.02em;
        margin-bottom: 4px
    }

    .ab-sub {
        font-size: 15px;
        color: rgba(255, 255, 255, .5);
        line-height: 1.5
    }

    .app-btns {
        display: flex;
        gap: 12px;
        flex-shrink: 0
    }

    .app-btn {
        display: flex;
        align-items: center;
        gap: 11px;
        background: rgba(255, 255, 255, .95);
        border: 1.5px solid rgba(255, 255, 255, .2);
        border-radius: 14px;
        padding: 10px 18px;
        text-decoration: none;
        transition: transform .2s, box-shadow .2s, background .2s;
        min-width: 148px
    }

    .app-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
        background: #fff
    }

    .app-btn-icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .app-btn-icon svg {
        width: 22px;
        height: 22px
    }

    .app-btn-text {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .app-btn-label {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #666;
        line-height: 1
    }

    .app-btn-store {
        font-size: 14.5px;
        font-weight: 700;
        color: #523493;
        line-height: 1.3;
        letter-spacing: -.01em
    }



    footer {
        background: #F2F8FD;
        flex: 1
    }
    .footer-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        gap: 32px;
        padding: 48px 0 0
    }
    @media (max-width: 1320px) {
        .ft-desc, .ft-link, .ft-contact-link, .ft-contact-label{
            font-size: 14px !important;
        }
    }
    @media (min-width:990px) and (max-width: 1200px) {
        .ft-desc, .ft-link, .ft-contact-link, .ft-contact-label{
            font-size: 13px !important;
        }
        .ft-stat-label{
            font-size: 12px !important;
        }
        .ft-stat-num{
            font-size: 16px !important;
        }
        .ft-soc{
            width: 25px !important;
            height: 25px !important;
        }
    }
    @media (max-width: 990px) {
        .footer-grid {
            grid-template-columns: 1fr 1fr;
        }
    }
    @media (max-width: 768px) {
        .footer-grid {
            grid-template-columns: 1fr;
        }
    }
    @media(max-width: 360px){
        .app-btns{
            flex-direction: column;
            gap: 10px;
        }
    }
    .footer-wave {
        display: block;
        line-height: 0;
        background: #F2F8FD
    }

    .footer-wave svg {
        display: block;
        width: 100%;
        height: 40px
    }


    .ft-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        margin-bottom: 18px
    }


    .ft-logo-icon img {
       width: 175px;
    }


    .ft-logo-name {
        font-size: 22px;
        font-weight: 700;
        color: #523493;
        letter-spacing: -.03em
    }

    .ft-logo-name span {
        color: #FFD700
    }

    .ft-desc {
        font-size: 15px;
        color:  #6c757d;
        line-height: 1.72;
        margin-bottom: 24px
    }

    .ft-stats {
        display: flex;
        gap: 20px;
        margin-bottom: 26px;
        flex-wrap: wrap
    }

    .ft-stat {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding-right: 20px;
        border-right: 1px solid #e3e6ed
    }

    .ft-stat:last-child {
        border-right: none;
        padding-right: 0
    }

    .ft-stat-num {
        font-size: 18px;
        font-weight: 700;
        color: #523493;
        letter-spacing: -.02em
    }

    .ft-stat-label {
        font-size: 14px;
        font-weight: 500;
        color:  #6c757d;
        text-transform: uppercase;
        letter-spacing: .07em
    }

    .ft-socials {
        display: flex;
        gap: 8px;
        flex-wrap: wrap
    }

    .ft-soc {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        background: #fff;
        border: 1px solid #e3e6ed;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: background .18s, border-color .18s, transform .18s;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .06)
    }

    .ft-soc:hover {
        background: var(--color-grad);
        border-color: var(--color-grad);
        transform: translateY(-2px)
    }

    .ft-soc svg {
        width: 15px;
        height: 15px;
        color: #8a9ab0;
        transition: color .18s
    }

    .ft-soc:hover svg {
        color: #fff
    }

    .ft-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px
    }

    .ft-col-head {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #523493;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 7px
    }

    .ft-col-head::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #e3e6ed
    }

    .ft-col-links {
        display: flex;
        flex-direction: column;
        gap: 9px
    }

    .ft-link {
        font-size: 15px;
        font-weight: 450;
        color: #6c757d;
        text-decoration: none;
        transition: color .18s, padding-left .18s;
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1.3
    }


    .ft-link-badge {
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        background: #FFD700;
        color: #000;
        padding: 1px 6px;
        border-radius: 4px;
        flex-shrink: 0
    }

    .ft-contact-card {
        margin-top: 22px;
        padding: 14px;
        background: linear-gradient(to right, #78439a, #523493);
        border: 1px solid #dde8f5;
        border-radius: 12px;
        /* width: fit-content; */
        color: white;
    }

    .ft-contact-label {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 10px
    }

    .ft-contact-link {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 15px;
        color: #ffff;
        text-decoration: none;
        margin-bottom: 7px;
        transition: color .18s;
        line-height: 1.4
    }

    .ft-contact-link:last-child {
        margin-bottom: 0
    }

    .ft-contact-link:hover {
        color: #ececec
    }

    .ft-contact-link svg {
        flex-shrink: 0
    }

    .ft-newsletter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 28px 32px;
        background: #fff;
        border: 1px solid #e3e6ed;
        border-radius: 16px;
        margin: 44px 0 0;
        box-shadow: 0 2px 16px rgba(82, 52, 147, .07)
    }

    .ft-nl-eyebrow {
        font-size: 9.5px;
        font-weight: 700;
        letter-spacing: .15em;
        text-transform: uppercase;
        color: #FFD700;
        margin-bottom: 4px
    }

    .ft-nl-title {
        font-size: 15px;
        font-weight: 700;
        color: #523493;
        letter-spacing: -.01em
    }

    .ft-nl-sub {
        font-size: 12.5px;
        color: #8a9ab0;
        margin-top: 2px
    }

    .ft-nl-form {
        display: flex;
        gap: 8px;
        flex-shrink: 0
    }

    .ft-nl-input {
        height: 42px;
        padding: 0 16px;
        background: #F2F8FD;
        border: 1.5px solid #e3e6ed;
        border-radius: 10px;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 13px;
        color: #523493;
        outline: none;
        width: 220px;
        transition: border-color .18s, background .18s
    }

    .ft-nl-input::placeholder {
        color: #8a9ab0
    }

    .ft-nl-input:focus {
        border-color: #FFD700;
        background: #fff
    }

    .ft-nl-btn {
        height: 42px;
        padding: 0 20px;
        background: linear-gradient(135deg, #78439a, #523493);
        color: #fff;
        border: none;
        border-radius: 10px;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        white-space: nowrap;
        transition: opacity .18s, transform .18s, box-shadow .18s;
        box-shadow: 0 4px 16px rgba(82, 52, 147, .3)
    }

    .ft-nl-btn:hover {
        opacity: .92;
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(82, 52, 147, .4)
    }

    .ft-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        padding: 24px 0 28px;
        margin-top: 32px;
        border-top: 1px solid #e3e6ed
    }

    .ft-copy {
        font-size: 12.5px;
        color: #8a9ab0
    }

    .ft-copy strong {
        color: #523493;
        font-weight: 600
    }

    .ft-bottom-links {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap
    }

    .ft-blink {
        font-size: 12px;
        color: #8a9ab0;
        text-decoration: none;
        transition: color .18s
    }

    .ft-blink:hover {
        color: #FFD700
    }

    .ft-blink-sep {
        width: 1px;
        height: 12px;
        background: #e3e6ed;
        flex-shrink: 0
    }

    .ft-payments {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap
    }

    .ft-pay-label {
        font-size: 10.5px;
        font-weight: 600;
        color: #8a9ab0;
        letter-spacing: .05em;
        text-transform: uppercase
    }

    .ft-pay-cards {
        display: flex;
        gap: 6px;
        align-items: center
    }

    .ft-pay-card {
        background: #fff;
        border: 1px solid #e3e6ed;
        border-radius: 6px;
        padding: 4px 9px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .04em;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .06)
    }

    .ft-pay-card.visa {
        color: #1a90ff
    }

    .ft-pay-card.mc {
        color: #eb001b
    }

    .ft-pay-card.jcb {
        color: #8a9ab0
    }
    a.hover{
        color: #6c757d !important;
    }

