.erp-hero{
    position:relative;
    min-height:100vh;
    background:url('../img/erp-newoxxy.webp') center center;
    background-size:cover;
    display:flex;
    align-items:center;
    color:#fff;
}

.overlay-erp{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
}

.erp-hero .container{
    position:relative;
    z-index:2;
}

.erp-hero h1{
    font-size:60px;
    font-weight:700;
    margin-bottom:20px;
}

.erp-hero p{
    font-size:22px;
    max-width:800px;
    margin:auto auto 30px;
}

.erp-recursos{
    padding:100px 0;
    background:#ffffff;
}

.erp-recursos img{
    width:100%;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.erp-texto{
    padding-left:30px;
}

.erp-texto h2{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
}

.erp-texto > p{
    font-size:17px;
    color:#64748b;
    line-height:1.8;
    margin-bottom:35px;
}

.recurso-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:18px;
}

.recurso-item span{
    color:#2563eb;
    font-size:22px;
    margin-right:15px;
    font-weight:bold;
}

.recurso-item p{
    margin:0;
    font-size:16px;
    color:#334155;
}

.erp-modulos{
    padding:100px 0;
    background:#f8fafc;
}

.erp-modulos h2{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
}

.erp-modulos .subtitulo{
    font-size:18px;
    color:#64748b;
    max-width:850px;
    margin:0 auto 60px;
}

.modulo-card{
    background:#fff;
    padding:35px 30px;
    border-radius:15px;
    margin-bottom:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:280px;
}

.modulo-card:hover{
    transform:translateY(-8px);
}

.modulo-card i{
    font-size:48px;
    color:#2563eb;
    margin-bottom:20px;
}

.modulo-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.modulo-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}

.erp-beneficios{
    padding:100px 0;
    background:#ffffff;
}

.beneficios-content h2{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:25px;
}

.beneficios-content p{
    font-size:17px;
    line-height:1.9;
    color:#64748b;
    margin-bottom:35px;
}

.beneficio-item{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

.beneficio-item i{
    font-size:22px;
    color:#2563eb;
    margin-right:15px;
    min-width:25px;
}

.beneficio-item span{
    color:#334155;
    font-size:16px;
    line-height:1.6;
}

.img-beneficios{
    width:100%;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.erp-cta{
    position:relative;
    padding:120px 0;
    background:url('../img/equipe.webp') center center;
    background-size:cover;
    color:#fff;
}

.overlay-cta{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
}

.erp-cta .container{
    position:relative;
    z-index:2;
}

.erp-cta h2{
    font-size:52px;
    font-weight:700;
    margin-bottom:25px;
}

.erp-cta p{
    font-size:20px;
    line-height:1.9;
    max-width:850px;
    margin:0 auto 40px;
    color:rgba(255,255,255,.9);
}

.cta-buttons{
    margin-top:20px;
}

.cta-buttons .btn{
    padding:15px 35px;
    margin:10px;
    font-size:17px;
    border-radius:50px;
    font-weight:600;
}

.cta-buttons .btn-primary{
    background:#2563eb;
    border-color:#2563eb;
}

.cta-buttons .btn-primary:hover{
    background:#1d4ed8;
    border-color:#1d4ed8;
}

.cta-buttons .btn-default{
    background:transparent;
    color:#fff;
    border:2px solid #fff;
}

.cta-buttons .btn-default:hover{
    background:#fff;
    color:#0f172a;
}