/* ============================================================
   Trisha Web — Contact Final CTA
============================================================ */

.tw-contact-final-cta{
    --tw-ccta-bg:none;
    --tw-ccta-overlay:.22;
    --tw-ccta-position:center center;

    position:relative;
    overflow:hidden;
    isolation:isolate;
    padding:85px 0;

    background:#fff;
}

.tw-contact-final-cta__bg{
    position:absolute;
    inset:0;
    z-index:-2;
    background:var(--tw-ccta-bg) center/cover no-repeat;
    background-position:var(--tw-ccta-position);
}

.tw-contact-final-cta:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:rgba(255,255,255,var(--tw-ccta-overlay));
}

.tw-contact-final-cta>.container{
    position:relative;
    z-index:1;
}

.tw-contact-final-cta__card{
    position:relative;
    overflow:hidden;

    padding:72px 35px;
    border-radius:30px;

    text-align:center;

    background:
        linear-gradient(135deg,#061b43 0%,#0c3575 58%,#0d6efd 100%);

    box-shadow:0 28px 70px rgba(7,29,73,.20);
}

.tw-contact-final-cta__glow{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    filter:blur(2px);
}

.tw-contact-final-cta__glow--one{
    width:280px;
    height:280px;
    right:-90px;
    top:-130px;
    background:rgba(255,255,255,.09);
}

.tw-contact-final-cta__glow--two{
    width:220px;
    height:220px;
    left:-100px;
    bottom:-120px;
    background:rgba(67,160,255,.20);
}

.tw-contact-final-cta__icon{
    position:relative;

    width:64px;
    height:64px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 18px;

    border:1px solid rgba(255,255,255,.16);
    border-radius:20px;

    background:rgba(255,255,255,.10);
    color:#fff;

    font-size:24px;
    backdrop-filter:blur(10px);
}

.tw-contact-final-cta__badge{
    position:relative;

    display:inline-block;
    margin-bottom:13px;

    color:#bcd7ff;

    font-size:11px;
    font-weight:800;
    letter-spacing:1.7px;
    text-transform:uppercase;
}

.tw-contact-final-cta__card h2{
    position:relative;

    max-width:800px;
    margin:0 auto;

    color:#fff;

    font-size:clamp(34px,4.5vw,56px);
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1.4px;
}

.tw-contact-final-cta__card>p{
    position:relative;

    max-width:680px;
    margin:18px auto 28px;

    color:rgba(255,255,255,.74);

    font-size:16px;
    line-height:1.8;
}

.tw-contact-final-cta__actions{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}

.tw-contact-final-cta__primary,
.tw-contact-final-cta__secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-height:48px;
    padding:13px 21px;

    border-radius:12px;

    font-size:13px;
    font-weight:800;
    text-decoration:none;

    transition:transform .2s ease,box-shadow .2s ease;
}

.tw-contact-final-cta__primary{
    background:#fff;
    color:#0d6efd;
    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.tw-contact-final-cta__secondary{
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.08);
    color:#fff;
    backdrop-filter:blur(8px);
}

.tw-contact-final-cta__primary:hover,
.tw-contact-final-cta__secondary:hover{
    color:inherit;
    transform:translateY(-2px);
}

.tw-contact-final-cta__primary:hover{
    color:#0757c9;
    box-shadow:0 16px 30px rgba(0,0,0,.16);
}

.tw-contact-final-cta__trust{
    position:relative;

    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:22px;

    margin-top:28px;
    padding-top:22px;

    border-top:1px solid rgba(255,255,255,.12);

    color:rgba(255,255,255,.68);
    font-size:11px;
}

.tw-contact-final-cta__trust span{
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.tw-contact-final-cta__trust i{
    color:#72b2ff;
}

@media(max-width:767.98px){
    .tw-contact-final-cta{
        padding:60px 0;
    }

    .tw-contact-final-cta__card{
        padding:52px 20px;
        border-radius:22px;
    }

    .tw-contact-final-cta__card h2{
        font-size:32px;
    }

    .tw-contact-final-cta__card>p{
        font-size:14px;
    }

    .tw-contact-final-cta__actions{
        flex-direction:column;
    }

    .tw-contact-final-cta__primary,
    .tw-contact-final-cta__secondary{
        width:100%;
    }

    .tw-contact-final-cta__trust{
        flex-direction:column;
        align-items:center;
        gap:10px;
    }
}
