/*==================================================
TESTED OK ELECTRONICS
TOK FOOTER — FINAL CONCEPT 1
==================================================*/

.tok-footer{
    background:#061426 !important;
    color:#fff !important;
    overflow:hidden;
    margin-top:24px;
}

.tok-footer,
.tok-footer *{
    box-sizing:border-box;
}

.tok-footer a{
    text-decoration:none !important;
    transition:all .3s ease;
}

/*==================================================
FOOTER CTA
==================================================*/

.tok-footer-cta{
    background:#061426 !important;
    padding:80px 0 55px;
}

.tok-footer-cta-box{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:70px;
    padding:55px;
    min-height:300px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.16);
    border-radius:26px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(30,102,210,.25),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #0d47a1 0%,
            #092b5d 48%,
            #061426 100%
        ) !important;
    box-shadow:0 24px 70px rgba(0,0,0,.22);
}

.tok-footer-cta-box:before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-100px;
    top:-100px;
    border-radius:50%;
    background:rgba(255,255,255,.055);
    pointer-events:none;
}

.tok-footer-cta-box:after{
    content:"";
    position:absolute;
    width:360px;
    height:180px;
    right:-40px;
    bottom:-95px;
    border-top:1px solid rgba(227,30,36,.55);
    border-radius:50%;
    transform:rotate(-18deg);
    pointer-events:none;
}

.tok-footer-cta-content,
.tok-footer-feature,
.tok-footer-cta-action{
    position:relative;
    z-index:2;
}

/* CTA eyebrow */

.tok-footer-tag{
    display:inline-flex !important;
    align-items:center;
    background:#E31E24 !important;
    color:#fff !important;
    padding:10px 19px;
    margin:0 0 22px;
    border-radius:50px;
    font-size:11px;
    line-height:1;
    font-weight:800;
    letter-spacing:1.7px;
    text-transform:uppercase;
}

/* CTA heading */

.tok-footer .tok-footer-cta-content h2{
    margin:0 0 18px !important;
    max-width:680px;
    color:#fff !important;
    font-size:48px !important;
    line-height:1.08 !important;
    font-weight:800 !important;
    text-shadow:0 2px 15px rgba(0,0,0,.18);
}

.tok-footer .tok-footer-cta-content p{
    margin:0 !important;
    max-width:650px;
    color:rgba(255,255,255,.86) !important;
    font-size:17px !important;
    line-height:1.8 !important;
}

/* Optional red keyword inside CTA */

.tok-footer .tok-footer-cta-content h2 .red,
.tok-footer .tok-footer-cta-content h2 .tok-red{
    color:#E31E24 !important;
}

/* CTA trust badges */

.tok-footer-features{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.tok-footer-features span{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:10px 15px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50px;
    background:rgba(255,255,255,.07);
    color:#fff !important;
    font-size:13px;
    font-weight:600;
}

.tok-footer-features i{
    color:#E31E24 !important;
}

/* Optional feature block */

.tok-footer-feature{
    display:flex;
    align-items:center;
    gap:15px;
    padding-left:28px;
    border-left:1px solid rgba(255,255,255,.15);
}

.tok-footer-feature i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    flex:0 0 64px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;
    color:#E31E24 !important;
    font-size:25px;
}

.tok-footer .tok-footer-feature h4{
    margin:0 0 5px !important;
    color:#fff !important;
    font-size:20px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}

.tok-footer .tok-footer-feature p{
    margin:0 !important;
    color:rgba(255,255,255,.72) !important;
    font-size:13px !important;
    line-height:1.6 !important;
}

/* Shop Now */

.tok-footer-btn{
    position:relative;
    z-index:3;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-width:155px;
    padding:18px 30px !important;
    border:0 !important;
    border-radius:14px !important;
    background:#E31E24 !important;
    color:#fff !important;
    font-size:16px !important;
    font-weight:800 !important;
    box-shadow:0 12px 30px rgba(227,30,36,.25);
    white-space:nowrap;
}

.tok-footer-btn i{
    color:#fff !important;
}

.tok-footer-btn:hover{
    background:#fff !important;
    color:#071A33 !important;
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(0,0,0,.25);
}

.tok-footer-btn:hover i{
    color:#071A33 !important;
}

/*==================================================
DESKTOP CTA BUTTON — ALIGN WITH TRUST OPTIONS
==================================================*/

@media(min-width:1200px){

    .tok-footer-cta-box{
        grid-template-columns:1fr;
        display:block;
        min-height:300px;
    }

    .tok-footer-cta-content{
        width:100%;
    }

    .tok-footer-cta-action{
        position:absolute;
        right:55px;
        bottom:48px;
        z-index:5;
    }

    .tok-footer-features{
        padding-right:220px;
    }
}

/*==================================================
MAIN FOOTER
==================================================*/

.tok-footer-main{
    padding:65px 0 58px;
    background:#061426 !important;
}

.tok-footer-grid{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr 1.25fr;
    gap:42px;
}

.tok-footer-column{
    min-width:0;
}

.tok-footer-logo{
    display:block;
    max-width:210px;
    max-height:70px;
    width:auto;
    margin:0 0 24px;
}

/* Footer headings */

.tok-footer .tok-footer-column h4{
    position:relative;
    margin:0 0 30px !important;
    padding:0 !important;
    color:#fff !important;
    font-size:18px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
    text-transform:uppercase;
    letter-spacing:.3px;
}

.tok-footer .tok-footer-column h4:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-11px;
    width:40px;
    height:3px;
    border-radius:4px;
    background:#E31E24 !important;
}

/* Company text */

.tok-footer .tok-footer-column > p{
    margin:0 !important;
    color:rgba(255,255,255,.76) !important;
    font-size:14px !important;
    line-height:1.9 !important;
}

/* Lists */

.tok-footer .tok-footer-column ul{
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
}

.tok-footer .tok-footer-column li{
    margin:0 0 14px !important;
    padding:0 !important;
    color:rgba(255,255,255,.76) !important;
}

.tok-footer .tok-footer-column li:before{
    display:none !important;
}

.tok-footer .tok-footer-column li a{
    color:rgba(255,255,255,.76) !important;
    font-size:14px;
}

.tok-footer .tok-footer-column li a:hover{
    color:#E31E24 !important;
    padding-left:6px;
}

/* Contact */

.tok-footer .tok-footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:11px;
}

.tok-footer .tok-footer-contact i{
    width:17px;
    flex:0 0 17px;
    margin-top:4px;
    color:#E31E24 !important;
    font-size:14px;
}

/* Social icons */

.tok-footer .tok-social{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:27px;
}

.tok-footer .tok-social a{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:44px !important;
    height:44px !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.07) !important;
    color:#fff !important;
    box-shadow:none !important;
}

.tok-footer .tok-social a i{
    color:#fff !important;
    font-size:15px;
    transition:all .3s ease;
}

/* Requested behavior:
   circle remains dark/transparent,
   icon turns red */

.tok-footer .tok-social a:hover{
    background:rgba(255,255,255,.03) !important;
    border-color:#E31E24 !important;
    transform:translateY(-4px);
}

.tok-footer .tok-social a:hover i{
    color:#E31E24 !important;
}

/*==================================================
PAYMENTS
==================================================*/

.tok-footer-payments{
    padding:28px 0;
    border-top:1px solid rgba(255,255,255,.09);
    border-bottom:1px solid rgba(255,255,255,.09);
    background:#061426 !important;
}

.tok-payments-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    flex-wrap:wrap;
}

.tok-payments-title{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff !important;
    font-size:15px;
    font-weight:800;
}

.tok-payments-title i{
    color:#2ECC71 !important;
}

.tok-payment-icons{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
    flex-wrap:wrap;
}

.tok-payment-icons img{
    display:block;
    height:36px;
    width:auto;
    padding:7px 13px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:9px;
    background:#fff;
    opacity:.92;
    filter:none;
    transition:all .3s ease;
}

.tok-payment-icons img:hover{
    opacity:1;
    border-color:#E31E24;
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(227,30,36,.18);
}

/*==================================================
COPYRIGHT
==================================================*/

.tok-footer-bottom{
    padding:21px 0;
    background:#04101E !important;
    border-top:1px solid rgba(255,255,255,.07);
    text-align:center;
}

.tok-footer .tok-footer-bottom p{
    margin:0 !important;
    color:rgba(255,255,255,.72) !important;
    font-size:13px !important;
    line-height:1.6 !important;
}

.tok-footer .tok-footer-bottom a{
    color:#E31E24 !important;
    font-weight:800 !important;
}

.tok-footer .tok-footer-bottom a:hover{
    color:#fff !important;
}

.tok-divider{
    display:inline-block;
    margin:0 12px;
    color:rgba(255,255,255,.25) !important;
}

/*==================================================
TABLET
==================================================*/

@media(max-width:1199px){

    .tok-footer-grid{
        grid-template-columns:1.5fr 1fr 1fr 1.2fr;
    }

    .tok-footer-grid .tok-footer-column:first-child{
        grid-column:1 / -1;
        max-width:600px;
    }

    .tok-footer-cta-box{
        grid-template-columns:1fr;
        gap:25px;
        padding-bottom:45px;
    }

    .tok-footer-cta-action{
        justify-self:start;
        margin-top:-86px;
        margin-left:auto;
    }
}

/*==================================================
TABLET / MOBILE
==================================================*/

@media(max-width:991px){

    /* Keep existing mobile feel */
    .tok-footer{
        margin-top:0;
    }

    .tok-footer-cta{
        padding:65px 0 45px;
    }

    .tok-footer-cta-box{
        grid-template-columns:1fr;
        text-align:center;
        padding:45px 35px;
        gap:30px;
    }

    .tok-footer .tok-footer-cta-content h2{
        font-size:38px !important;
    }

    .tok-footer .tok-footer-cta-content p{
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .tok-footer-features{
        justify-content:center;
    }

    .tok-footer-feature{
        justify-content:center;
        border-left:0;
        padding-left:0;
    }

    .tok-footer-cta-action{
        justify-self:center;
    }

    .tok-footer-grid{
        grid-template-columns:repeat(2,1fr);
        gap:45px 35px;
    }

    .tok-payments-inner{
        justify-content:center;
    }

    .tok-payment-icons{
        justify-content:center;
    }
}

/*==================================================
MOBILE
==================================================*/

@media(max-width:767px){

    .tok-footer-main{
        padding:55px 0 45px;
    }

    .tok-footer-grid{
        grid-template-columns:1fr;
        gap:42px;
    }

    .tok-footer-grid .tok-footer-column:first-child{
        grid-column:auto;
        max-width:none;
    }

    .tok-footer-column{
        text-align:center;
    }

    .tok-footer .tok-footer-column h4:after{
        left:50%;
        transform:translateX(-50%);
    }

    .tok-footer .tok-footer-column li a:hover{
        padding-left:0;
    }

    .tok-footer-contact li{
        justify-content:center;
    }

    .tok-footer .tok-social{
        justify-content:center;
    }

    .tok-footer-cta-box{
        padding:35px 22px;
        border-radius:20px;
    }

    .tok-footer .tok-footer-cta-content h2{
        font-size:34px !important;
    }

    .tok-footer .tok-footer-cta-content p{
        font-size:15px !important;
    }

    .tok-footer-features{
        flex-direction:column;
        align-items:stretch;
    }

    .tok-footer-features span{
        justify-content:center;
    }

    .tok-footer-btn{
        width:100%;
    }

    .tok-payments-inner{
        flex-direction:column;
    }

    .tok-payment-icons{
        width:100%;
        justify-content:center;
    }

    .tok-payment-icons img{
        height:32px;
    }

    .tok-footer-bottom{
        padding:18px 15px;
    }

    .tok-divider{
        margin:0 7px;
    }
}

/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:420px){

    .tok-footer .tok-footer-cta-content h2{
        font-size:29px !important;
    }

    .tok-footer-tag{
        font-size:10px;
        letter-spacing:1.3px;
    }

    .tok-footer-logo{
        max-width:180px;
        margin-left:auto;
        margin-right:auto;
    }

    .tok-payment-icons{
        gap:8px;
    }

    .tok-payment-icons img{
        max-width:68px;
        height:auto;
        padding:7px 9px;
    }
}