.support-section{flex:1;width:100%;padding:40px 20px;display:flex;justify-content:center;align-items:center;margin-top:60px;}
.support-card{background:var(--header-text);max-width:900px;width:100%;border-radius:20px;box-shadow:0 20px 40px var(--shadow-light-alpha);display:flex;overflow:hidden;flex-wrap:wrap;}
.support-info{flex:1;padding:50px;background:linear-gradient(135deg,var(--grad-blue1) 0%,var(--grad-blue2) 100%);color:var(--header-text);min-width:320px;}
.header-icon{width:60px;height:60px;background:rgba(255,255,255,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--secondary);margin-bottom:25px;}
.support-info h1{font-size:2rem;margin-bottom:15px;font-weight:700;}
.support-info p{color:var(--text-very-light);line-height:1.6;margin-bottom:40px;}
.steps-list{list-style:none;}
.steps-list li{display:flex;gap:20px;margin-bottom:30px;}
.steps-list li:last-child{margin-bottom:0;}
.step-num{background-color:var(--secondary);color:var(--header-text);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;flex-shrink:0;margin-top:2px;}
.step-content strong{display:block;font-size:1.1rem;margin-bottom:4px;}
.step-content span{font-size:0.95rem;color:var(--text-very-light);line-height:1.4;}
.support-actions{flex:1;padding:50px;display:flex;flex-direction:column;justify-content:center;gap:20px;min-width:320px;background-color:var(--header-text);}


.btn-zoho .btn-icon-wrapper{background-color:var(--primary);color:white;}
.btn-zoho:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,31,63,0.15);}
.btn-zoho:hover .arrow-icon{color:var(--primary);transform:translateX(5px);}



.divider{text-align:center;position:relative;margin:15px 0;}
.divider span{background:var(--header-text);padding:0 15px;color:var(--text-light);font-size:0.9rem;position:relative;z-index:1;}
.divider::before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid var(--text-very-light);z-index:0;}






/*RESPONSIVE*/
@media (max-width:768px){
        .support-info,.support-actions{padding:30px;min-width:100%;}
        .support-card{flex-direction:column;}
        .support-section{margin-top:80px;}
        .alcancia-img{width:100%;max-width:300px;}
}
