.aa-proceso{
padding:70px 20px;
font-family:Poppins,sans-serif;
}

.aa-proceso-wrap{
max-width:1200px;
margin:auto;
}

.aa-proceso-title{
font-size:28px;
font-weight:700;
margin-bottom:20px;
padding-left:14px;
border-left:4px solid #C87914;
}

.aa-proceso-intro{
font-size:16px;
line-height:1.8;
color:#444;
max-width:900px;
margin-bottom:40px;
}

.aa-proceso-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:24px;
}

.aa-proceso-card{
background:white;
border-radius:14px;
padding:24px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
border:1px solid rgba(200,121,20,.2);
}

.aa-proceso-num{
display:inline-block;
font-size:18px;
font-weight:700;
color:#C87914;
margin-bottom:10px;
}

.aa-proceso-card h3{
font-size:18px;
margin-bottom:12px;
}

.aa-proceso-card p{
font-size:14px;
color:#555;
line-height:1.7;
}

.aa-proceso-cta{
margin-top:40px;
padding:28px;
background:#f5f5f7;
border-radius:14px;
text-align:center;
}

.aa-proceso-cta p{
margin-bottom:18px;
}
