.blog_footer{
    position:relative;
    overflow:hidden;
    margin-top:70px;
    background:
        radial-gradient(circle at 10% 10%, rgba(5,203,233,0.18), transparent 32%),
        radial-gradient(circle at 90% 20%, rgba(237,28,177,0.15), transparent 30%),
        linear-gradient(180deg, #12121A 0%, #0A0A0F 100%);
    color:var(--text-light);
    border-top:1px solid var(--border-glow);
}

.blog_footer_glow{
    position:absolute;
    inset:auto 10% -120px 10%;
    height:220px;
    background:var(--main-gradient);
    filter:blur(110px);
    opacity:0.20;
    pointer-events:none;
}

.blog_footer_container{
    position:relative;
    max-width:1250px;
    margin:auto;
    padding:70px 22px 38px;
    display:grid;
    grid-template-columns:1.5fr 0.9fr 1fr 1.35fr;
    gap:36px;
}

.blog_footer_brand,
.blog_footer_col,
.blog_footer_newsletter{
    background:rgba(255,255,255,0.035);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:26px;
    padding:26px;
    box-shadow:0 20px 50px rgba(0,0,0,0.20);
}

.blog_footer_logo{
    width:135px;
    margin-bottom:18px;
    filter:drop-shadow(0 0 14px rgba(5,203,233,0.28));
}

.blog_footer p{
    color:var(--text-muted);
    font-size:15px;
    line-height:1.75;
    margin:0;
}

.blog_footer h3{
    color:var(--white);
    font-size:20px;
    margin:0 0 22px;
    position:relative;
}

.blog_footer h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-9px;
    width:46px;
    height:3px;
    border-radius:20px;
    background:var(--main-gradient);
}

.blog_footer_col a{
    display:flex;
    align-items:center;
    gap:9px;
    color:var(--text-muted);
    text-decoration:none;
    margin-bottom:13px;
    transition:0.25s ease;
}

.blog_footer_col a::before{
    content:"›";
    color:var(--primary-cyan);
    font-size:20px;
    line-height:1;
}

.blog_footer_col a:hover{
    color:var(--primary-cyan);
    transform:translateX(5px);
}

.blog_footer_social{
    display:flex;
    gap:11px;
    margin-top:24px;
}

.blog_footer_social a{
    width:42px;
    height:42px;
    border-radius:50%;
    color:var(--white);
    text-decoration:none;
    background:rgba(255,255,255,0.06);
    border:1px solid var(--border-glow);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s ease;
}

.blog_footer_social a:hover{
    color:var(--primary-cyan);
    transform:translateY(-4px);
    box-shadow:0 0 22px rgba(5,203,233,0.25);
}

.blog_footer_subscribe{
    display:flex;
    margin-top:20px;
    background:rgba(10,10,15,0.75);
    border:1px solid var(--border-glow);
    border-radius:18px;
    overflow:hidden;
}

.blog_footer_subscribe input{
    flex:1;
    border:0;
    outline:0;
    background:transparent;
    color:var(--white);
    padding:15px;
    min-width:0;
}

.blog_footer_subscribe input::placeholder{
    color:var(--text-muted);
}

.blog_footer_subscribe button{
    width:56px;
    border:0;
    cursor:pointer;
    color:var(--white);
    background:var(--main-gradient);
    font-size:17px;
}

.blog_sub_msg{
    margin-top:12px;
    color:var(--primary-cyan);
    font-size:14px;
}

.blog_footer_badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.blog_footer_badges span{
    color:var(--text-muted);
    font-size:13px;
    padding:8px 12px;
    border-radius:30px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
}

.blog_footer_badges i{
    color:var(--primary-cyan);
}

/* NEW CONTACT BUTTONS */
.blog_footer_contact_btns{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}

.blog_footer_contact_btns a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:var(--white);
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    padding:10px 14px;
    border-radius:30px;
    background:rgba(255,255,255,0.06);
    border:1px solid var(--border-glow);
    transition:0.25s ease;
}

.blog_footer_contact_btns a:hover{
    color:var(--primary-cyan);
    transform:translateY(-3px);
    box-shadow:0 0 22px rgba(5,203,233,0.22);
}

.blog_footer_bottom{
    position:relative;
    max-width:1250px;
    margin:auto;
    padding:22px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:14px;
    color:var(--text-muted);
    font-size:14px;
    border-top:1px solid rgba(255,255,255,0.08);
}

.blog_footer_bottom a{
    color:var(--primary-cyan);
    text-decoration:none;
}

.blog_cookie_consent{
    position:fixed;
    left:18px;
    right:18px;
    bottom:18px;
    max-width:780px;
    margin:auto;
    z-index:3000;
    background:rgba(18,18,26,0.97);
    border:1px solid var(--border-glow);
    color:var(--white);
    border-radius:22px;
    padding:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    box-shadow:0 25px 70px rgba(0,0,0,0.50);
}

.blog_cookie_consent p{
    margin:5px 0 0;
    color:var(--text-muted);
    font-size:14px;
}

.blog_cookie_consent button{
    border:0;
    background:var(--main-gradient);
    color:var(--white);
    padding:11px 24px;
    border-radius:30px;
    font-weight:900;
    cursor:pointer;
}

@media(max-width:991px){
    .blog_footer_container{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:650px){
    .blog_footer_container{
        grid-template-columns:1fr;
        padding:48px 16px 30px;
    }

    .blog_footer_brand,
    .blog_footer_col,
    .blog_footer_newsletter{
        padding:22px;
        border-radius:22px;
    }

    .blog_footer_bottom{
        flex-direction:column;
        text-align:center;
    }

    .blog_cookie_consent{
        flex-direction:column;
        align-items:flex-start;
    }

    .blog_cookie_consent button{
        width:100%;
    }

    .blog_footer_contact_btns a{
        flex:1;
    }
}