.custom-image-btn-wrapper-b3b9cfaf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.custom-image-btn-b3b9cfaf {
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 0;
    width: 50%;
    text-align: center;
}

.custom-image-btn-b3b9cfaf:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.organic-mask-b3b9cfaf {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    
    /* Nueva máscara orgánica ampliada a la derecha */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M45,-75 C65,-78 90,-60 98,-35 C102,-15 102,10 96,35 C90,60 70,75 40,78 C10,80 -30,75 -60,55 C-80,38 -90,10 -85,-20 C-80,-50 -60,-75 -25,-80 C0,-82 25,-72 45,-75 Z" transform="translate(100 100)"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M45,-75 C65,-78 90,-60 98,-35 C102,-15 102,10 96,35 C90,60 70,75 40,78 C10,80 -30,75 -60,55 C-80,38 -90,10 -85,-20 C-80,-50 -60,-75 -25,-80 C0,-82 25,-72 45,-75 Z" transform="translate(100 100)"/></svg>');
    
    -webkit-mask-size: 103%;
    mask-size: 103%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}