.tw-fbads-tools{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:100px 0;
    background:#f7faff;
    background-image:var(--tw-fbtools-bg);
    background-position:var(--tw-fbtools-position,center center);
    background-repeat:no-repeat;
    background-size:cover;
}
.tw-fbads-tools-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    background:#fff;
    pointer-events:none;
}
.tw-fbads-tools .container{
    position:relative;
    z-index:2;
}
.tw-fbads-tools-header{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}
.tw-fbads-tools-badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    padding:8px 16px;
    border:1px solid rgba(24,119,242,.17);
    border-radius:50px;
    background:rgba(24,119,242,.07);
    color:#1877f2;
    font-size:12px;
    font-weight:800;
    letter-spacing:.8px;
    text-transform:uppercase;
}
.tw-fbads-tools-badge-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#1877f2;
    color:#fff;
}
.tw-fbads-tools-header h2{
    margin:0 0 18px;
    color:#101828;
    font-size:clamp(32px,4vw,50px);
    line-height:1.15;
    font-weight:800;
    letter-spacing:-1.2px;
}
.tw-fbads-tools-header p{
    max-width:800px;
    margin:0 auto;
    color:#667085;
    font-size:16px;
    line-height:1.75;
}
.tw-fbads-tools-card{
    position:relative;
    height:100%;
    min-height:285px;
    padding:28px;
    border:1px solid rgba(16,24,40,.07);
    border-radius:21px;
    background:rgba(255,255,255,.96);
    box-shadow:0 12px 35px rgba(16,24,40,.06);
    transition:.3s ease;
}
.tw-fbads-tools-card:hover{
    transform:translateY(-7px);
    border-color:rgba(24,119,242,.23);
    box-shadow:0 22px 48px rgba(16,24,40,.11);
}
.tw-fbads-tools-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    margin-bottom:22px;
    border-radius:19px;
    background:rgba(24,119,242,.09);
    color:#1877f2;
    font-size:24px;
    transition:.3s ease;
}
.tw-fbads-tools-card:hover .tw-fbads-tools-icon{
    background:#1877f2;
    color:#fff;
    transform:scale(1.05);
}
.tw-fbads-tools-number{
    position:absolute;
    top:29px;
    right:28px;
    color:#98a2b3;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}
.tw-fbads-tools-card h3{
    margin:0 0 11px;
    color:#101828;
    font-size:20px;
    line-height:1.35;
    font-weight:750;
}
.tw-fbads-tools-card p{
    margin:0 0 22px;
    color:#667085;
    font-size:14px;
    line-height:1.7;
}
.tw-fbads-tools-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#1877f2;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}
.tw-fbads-tools-link i{
    transition:.3s ease;
}
.tw-fbads-tools-link:hover{
    color:#0b63ce;
}
.tw-fbads-tools-link:hover i{
    transform:translateX(4px);
}
.tw-fbads-tools-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    margin-top:55px;
    padding:34px 38px;
    border-radius:24px;
    background:#0f3f91;
    box-shadow:0 18px 45px rgba(15,63,145,.18);
}
.tw-fbads-tools-cta-content{
    max-width:800px;
}
.tw-fbads-tools-cta-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:9px;
    color:#dbeafe;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}
.tw-fbads-tools-cta-content h3{
    margin:0 0 8px;
    color:#fff;
    font-size:27px;
    line-height:1.25;
    font-weight:800;
}
.tw-fbads-tools-cta-content p{
    margin:0;
    color:#dbe7fb;
    font-size:14px;
    line-height:1.7;
}
.tw-fbads-tools-button{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 25px;
    border-radius:50px;
    background:#fff;
    color:#0f3f91;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
    transition:.3s ease;
}
.tw-fbads-tools-button:hover{
    transform:translateY(-3px);
    color:#0f3f91;
}
@media(max-width:991px){
    .tw-fbads-tools-cta{
        align-items:flex-start;
        flex-direction:column;
    }
}
@media(max-width:767px){
    .tw-fbads-tools{padding:65px 0}
    .tw-fbads-tools-header{margin-bottom:38px}
    .tw-fbads-tools-header h2{font-size:32px}
    .tw-fbads-tools-card{min-height:auto;padding:24px}
    .tw-fbads-tools-cta{padding:27px 24px}
    .tw-fbads-tools-cta-content h3{font-size:23px}
}
@media(max-width:480px){
    .tw-fbads-tools{padding:55px 0}
    .tw-fbads-tools-header h2{font-size:28px}
    .tw-fbads-tools-card{padding:21px}
    .tw-fbads-tools-cta{padding:23px 20px}
    .tw-fbads-tools-button{
        width:100%;
        justify-content:center;
    }
}
