.tw-fbads-process{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:100px 0;
    background:#f7f9fc;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.tw-fbads-process-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    background:#fff;
    pointer-events:none;
}
.tw-fbads-process .container{
    position:relative;
    z-index:2;
}
.tw-fbads-process-header{
    max-width:860px;
    margin:0 auto 65px;
    text-align:center;
}
.tw-fbads-process-badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    padding:8px 16px;
    border:1px solid rgba(24,119,242,.18);
    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-process-badge-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#1877f2;
    color:#fff;
}
.tw-fbads-process-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-process-description{
    max-width:780px;
    margin:0 auto;
    color:#667085;
    font-size:16px;
    line-height:1.75;
}
.tw-fbads-process-list{
    position:relative;
    max-width:980px;
    margin:0 auto;
}
.tw-fbads-process-list:before{
    content:"";
    position:absolute;
    top:34px;
    bottom:34px;
    left:49px;
    width:2px;
    background:rgba(24,119,242,.16);
}
.tw-fbads-process-item{
    position:relative;
    display:grid;
    grid-template-columns:100px 1fr;
    gap:30px;
    align-items:center;
    margin-bottom:28px;
}
.tw-fbads-process-item:last-child{
    margin-bottom:0;
}
.tw-fbads-process-marker{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:9px;
}
.tw-fbads-process-number{
    color:#1877f2;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}
.tw-fbads-process-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:62px;
    height:62px;
    border:5px solid #fff;
    border-radius:50%;
    background:#1877f2;
    color:#fff;
    font-size:20px;
    box-shadow:0 12px 28px rgba(24,119,242,.20);
    transition:.3s ease;
}
.tw-fbads-process-card{
    padding:28px 32px;
    border:1px solid rgba(16,24,40,.08);
    border-radius:20px;
    background:rgba(255,255,255,.94);
    box-shadow:0 12px 35px rgba(16,24,40,.06);
    transition:.3s ease;
}
.tw-fbads-process-card:hover{
    transform:translateX(6px);
    border-color:rgba(24,119,242,.25);
    box-shadow:0 20px 45px rgba(16,24,40,.10);
}
.tw-fbads-process-card:hover .tw-fbads-process-icon{
    transform:scale(1.06);
}
.tw-fbads-process-step-label{
    display:block;
    margin-bottom:7px;
    color:#1877f2;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}
.tw-fbads-process-card h3{
    margin:0 0 9px;
    color:#101828;
    font-size:21px;
    line-height:1.35;
    font-weight:750;
}
.tw-fbads-process-card p{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.75;
}
.tw-fbads-process-cta{
    margin-top:52px;
    text-align:center;
}
.tw-fbads-process-button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 24px;
    border-radius:50px;
    background:#1877f2;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 25px rgba(24,119,242,.22);
    transition:.3s ease;
}
.tw-fbads-process-button:hover{
    transform:translateY(-3px);
    color:#fff;
}
@media(max-width:767px){
    .tw-fbads-process{padding:65px 0}
    .tw-fbads-process-header{margin-bottom:42px}
    .tw-fbads-process-list:before{
        left:29px;
        top:28px;
        bottom:28px;
    }
    .tw-fbads-process-item{
        grid-template-columns:60px 1fr;
        gap:18px;
        align-items:start;
    }
    .tw-fbads-process-number{font-size:10px}
    .tw-fbads-process-icon{
        width:58px;
        height:58px;
        border-width:4px;
        font-size:18px;
    }
    .tw-fbads-process-card{padding:22px}
    .tw-fbads-process-card h3{font-size:18px}
}
@media(max-width:480px){
    .tw-fbads-process{padding:55px 0}
    .tw-fbads-process-title{font-size:28px}
    .tw-fbads-process-item{
        grid-template-columns:52px 1fr;
        gap:14px;
    }
    .tw-fbads-process-list:before{left:25px}
    .tw-fbads-process-icon{
        width:50px;
        height:50px;
        font-size:16px;
    }
    .tw-fbads-process-card{padding:18px}
}
