.an-promo-box{
    width:100%;
    background:linear-gradient(135deg,#eaf6ff,#f5fbff);
    border:2px solid #0d6efd;
    border-radius:12px;
    padding:15px;
    box-sizing:border-box;
    margin:15px 0;
    overflow:hidden;
}

.an-promo-box h3{
    margin:0 0 8px;
    color:#0d6efd;
    font-size:22px;
    font-weight:700;
}

.an-promo-note{
    color:#666;
    font-size:14px;
    margin-bottom:15px;
}

.an-progress{
    position:relative;
    width:calc(100% - 20px);
    height:10px;
    background:#d9e9ff;
    border-radius:50px;
    margin:40px auto 25px;
}

.an-progress-fill{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,#0d6efd,#198754);
    border-radius:50px;
}

.an-step{
    position:absolute;
    top:50%;
    width:42px;
    height:42px;
    background:#fff;
    border:3px solid #0d6efd;
    border-radius:50%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    box-shadow:0 3px 10px rgba(0,0,0,.1);
}

.an-step1{
    left:20%;
}

.an-step2{
    left:100%;
}

.an-step-label{
    position:absolute;
    top:-30px;
    left:50%;
    transform:translateX(-50%);
    font-size:12px;
    font-weight:700;
    color:#0d6efd;
    white-space:nowrap;
}

.an-benefits{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.an-benefit{
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    border:1px solid #d8e8ff;
    border-radius:10px;
    padding:12px;
}

.an-icon{
    width:45px;
    height:45px;
    min-width:45px;
    background:#eef5ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.an-benefit-text{
    font-size:15px;
    line-height:1.5;
}

.an-benefit-text strong{
    color:#0d6efd;
}

.an-warning{
    margin-top:12px;
    background:#fff7e6;
    border-left:4px solid #ff9800;
    padding:10px 12px;
    border-radius:6px;
    font-size:13px;
    color:#8a6d3b;
    font-weight:600;
}

@media(max-width:768px){

    .an-promo-box h3{
        font-size:18px;
    }

    .an-step{
        width:36px;
        height:36px;
        font-size:16px;
    }

    .an-step-label{
        font-size:11px;
    }

    .an-benefit{
        padding:10px;
    }

    .an-icon{
        width:38px;
        height:38px;
        min-width:38px;
        font-size:18px;
    }

    .an-benefit-text{
        font-size:14px;
    }

}
