.tw-fbads-types{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:100px 0;
    background:#f7faff;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.tw-fbads-types:before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    top:-130px;
    right:-70px;
    border-radius:50%;
    border:55px solid rgba(24,119,242,.055);
    pointer-events:none;
}
.tw-fbads-types:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    bottom:-130px;
    left:-80px;
    border-radius:50%;
    border:50px solid rgba(24,119,242,.045);
    pointer-events:none;
}
.tw-fbads-types-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    background:#fff;
    pointer-events:none;
}
.tw-fbads-types .container{
    position:relative;
    z-index:2;
}
.tw-fbads-types-header{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}
.tw-fbads-types-badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    padding:8px 16px;
    border:1px solid rgba(24,119,242,.16);
    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-types-badge-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#1877f2;
    color:#fff;
}
.tw-fbads-types-title{
    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-types-description{
    max-width:790px;
    margin:0 auto;
    color:#667085;
    font-size:16px;
    line-height:1.75;
}
.tw-fbads-type-card{
    position:relative;
    height:100%;
    min-height:285px;
    padding:28px;
    border:1px solid rgba(16,24,40,.07);
    border-radius:20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 12px 35px rgba(16,24,40,.06);
    transition:.3s ease;
}
.tw-fbads-type-card:hover{
    transform:translateY(-7px);
    border-color:rgba(24,119,242,.22);
    box-shadow:0 22px 48px rgba(16,24,40,.11);
}
.tw-fbads-type-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    margin-bottom:22px;
    border-radius:50%;
    background:rgba(24,119,242,.09);
    color:#1877f2;
    font-size:24px;
    transition:.3s ease;
}
.tw-fbads-type-card:hover .tw-fbads-type-icon{
    background:#1877f2;
    color:#fff;
    transform:scale(1.05);
}
.tw-fbads-type-card h3{
    margin:0 0 11px;
    color:#101828;
    font-size:20px;
    line-height:1.35;
    font-weight:750;
}
.tw-fbads-type-card p{
    margin:0 0 22px;
    color:#667085;
    font-size:14px;
    line-height:1.7;
}
.tw-fbads-type-link{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#1877f2;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}
.tw-fbads-type-link span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(24,119,242,.08);
    transition:.3s ease;
}
.tw-fbads-type-link:hover{
    color:#0b63ce;
}
.tw-fbads-type-link:hover span{
    transform:translateX(3px);
    background:rgba(24,119,242,.14);
}
.tw-fbads-types-cta{
    margin-top:50px;
    text-align:center;
}
.tw-fbads-types-button{
    display:inline-flex;
    align-items:center;
    gap:11px;
    padding:15px 27px;
    border-radius:50px;
    background:#1877f2;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    box-shadow:0 12px 28px rgba(24,119,242,.22);
    transition:.3s ease;
}
.tw-fbads-types-button:hover{
    transform:translateY(-3px);
    color:#fff;
}
@media(max-width:767px){
    .tw-fbads-types{padding:65px 0}
    .tw-fbads-types-header{margin-bottom:38px}
    .tw-fbads-types-title{font-size:32px}
    .tw-fbads-type-card{min-height:auto;padding:24px}
}
@media(max-width:480px){
    .tw-fbads-types{padding:55px 0}
    .tw-fbads-types-title{font-size:28px}
    .tw-fbads-type-card{padding:21px}
}
