.tw-fbads-cases{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:105px 0;
    background:#f6f9fd;
    background-image:var(--tw-fbcases-bg);
    background-position:var(--tw-fbcases-position,center center);
    background-repeat:no-repeat;
    background-size:cover;
}
.tw-fbads-cases-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    background:#fff;
    pointer-events:none;
}
.tw-fbads-cases .container{
    position:relative;
    z-index:2;
}
.tw-fbads-cases-header{
    max-width:900px;
    margin:0 auto 58px;
    text-align:center;
}
.tw-fbads-cases-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-cases-badge-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#1877f2;
    color:#fff;
}
.tw-fbads-cases-header h2{
    margin:0 0 18px;
    color:#101828;
    font-size:clamp(32px,4vw,50px);
    line-height:1.14;
    font-weight:800;
    letter-spacing:-1.3px;
}
.tw-fbads-cases-header p{
    max-width:790px;
    margin:0 auto;
    color:#667085;
    font-size:16px;
    line-height:1.75;
}
.tw-fbads-cases-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
}
.tw-fbads-case-card{
    display:grid;
    grid-template-columns:42% 58%;
    min-height:335px;
    overflow:hidden;
    border:1px solid rgba(16,24,40,.07);
    border-radius:26px;
    background:rgba(255,255,255,.97);
    box-shadow:0 14px 42px rgba(16,24,40,.07);
    transition:.35s ease;
}
.tw-fbads-case-card:hover{
    transform:translateY(-7px);
    border-color:rgba(24,119,242,.22);
    box-shadow:0 25px 55px rgba(16,24,40,.12);
}
.tw-fbads-case-visual{
    position:relative;
    min-height:335px;
    overflow:hidden;
    background:#eaf2ff;
}
.tw-fbads-case-visual img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:.45s ease;
}
.tw-fbads-case-card:hover .tw-fbads-case-visual img{
    transform:scale(1.05);
}
.tw-fbads-case-placeholder{
    width:100%;
    height:100%;
    min-height:335px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(145deg,#eaf2ff,#f7faff);
    color:#1877f2;
    font-size:42px;
}
.tw-fbads-case-industry{
    position:absolute;
    left:18px;
    bottom:18px;
    padding:7px 11px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:30px;
    background:rgba(10,25,48,.72);
    color:#fff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.7px;
    text-transform:uppercase;
    backdrop-filter:blur(8px);
}
.tw-fbads-case-index{
    position:absolute;
    top:18px;
    right:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:50%;
    background:rgba(10,25,48,.55);
    color:#fff;
    font-size:11px;
    font-weight:800;
    backdrop-filter:blur(8px);
}
.tw-fbads-case-body{
    display:flex;
    flex-direction:column;
    padding:28px 28px 25px;
}
.tw-fbads-case-body h3{
    margin:0 0 11px;
    color:#101828;
    font-size:22px;
    line-height:1.3;
    font-weight:800;
}
.tw-fbads-case-summary{
    margin:0 0 17px;
    color:#667085;
    font-size:13px;
    line-height:1.7;
}
.tw-fbads-case-strategy{
    margin-bottom:19px;
    padding:13px 15px;
    border-left:3px solid #1877f2;
    border-radius:0 12px 12px 0;
    background:#f7faff;
}
.tw-fbads-case-strategy span{
    display:block;
    margin-bottom:5px;
    color:#1877f2;
    font-size:10px;
    font-weight:800;
    letter-spacing:.8px;
    text-transform:uppercase;
}
.tw-fbads-case-strategy p{
    margin:0;
    color:#475467;
    font-size:12px;
    line-height:1.6;
}
.tw-fbads-case-metrics{
    display:flex;
    gap:0;
    margin-top:auto;
    margin-bottom:20px;
    border-top:1px solid #eaecf0;
    border-bottom:1px solid #eaecf0;
}
.tw-fbads-case-metric{
    flex:1;
    padding:13px 10px 12px 0;
}
.tw-fbads-case-metric + .tw-fbads-case-metric{
    padding-left:12px;
    border-left:1px solid #eaecf0;
}
.tw-fbads-case-metric strong{
    display:block;
    margin-bottom:3px;
    color:#101828;
    font-size:20px;
    line-height:1.1;
    font-weight:800;
}
.tw-fbads-case-metric-primary strong{
    color:#1877f2;
}
.tw-fbads-case-metric span{
    display:block;
    color:#667085;
    font-size:9px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.3px;
    text-transform:uppercase;
}
.tw-fbads-case-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    align-self:flex-start;
    color:#1877f2;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
}
.tw-fbads-case-link i{
    transition:.3s ease;
}
.tw-fbads-case-link:hover{
    color:#0b63ce;
}
.tw-fbads-case-link:hover i{
    transform:translateX(4px);
}
.tw-fbads-cases-cta{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    overflow:hidden;
    margin-top:58px;
    padding:37px 40px;
    border-radius:26px;
    background:#0f3f91;
    box-shadow:0 20px 50px rgba(15,63,145,.18);
}
.tw-fbads-cases-cta-glow{
    position:absolute;
    width:260px;
    height:260px;
    right:10%;
    top:-180px;
    border-radius:50%;
    background:rgba(255,255,255,.10);
    filter:blur(4px);
}
.tw-fbads-cases-cta-content{
    position:relative;
    z-index:1;
    max-width:820px;
}
.tw-fbads-cases-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-cases-cta-content h3{
    margin:0 0 8px;
    color:#fff;
    font-size:28px;
    line-height:1.25;
    font-weight:800;
}
.tw-fbads-cases-cta-content p{
    margin:0;
    color:#dbe7fb;
    font-size:14px;
    line-height:1.7;
}
.tw-fbads-cases-button{
    position:relative;
    z-index:1;
    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:800;
    white-space:nowrap;
    transition:.3s ease;
}
.tw-fbads-cases-button:hover{
    transform:translateY(-3px);
    color:#0f3f91;
}
@media(max-width:1199px){
    .tw-fbads-case-card{
        grid-template-columns:1fr;
    }
    .tw-fbads-case-visual,
    .tw-fbads-case-placeholder{
        min-height:235px;
        height:235px;
    }
}
@media(max-width:991px){
    .tw-fbads-cases-list{
        grid-template-columns:1fr;
    }
    .tw-fbads-cases-cta{
        align-items:flex-start;
        flex-direction:column;
    }
}
@media(max-width:767px){
    .tw-fbads-cases{padding:65px 0}
    .tw-fbads-cases-header{margin-bottom:38px}
    .tw-fbads-cases-header h2{font-size:32px}
    .tw-fbads-case-body{padding:24px}
    .tw-fbads-cases-cta{padding:28px 24px}
    .tw-fbads-cases-cta-content h3{font-size:23px}
}
@media(max-width:480px){
    .tw-fbads-cases{padding:55px 0}
    .tw-fbads-cases-header h2{font-size:28px}
    .tw-fbads-case-card{border-radius:20px}
    .tw-fbads-case-body{padding:21px}
    .tw-fbads-case-metric strong{font-size:18px}
    .tw-fbads-cases-cta{padding:23px 20px}
    .tw-fbads-cases-button{
        width:100%;
        justify-content:center;
    }
}
