.socio-digital-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: var(--bg-body);
    /* Fundo da cor do site */
    border-top: 1px solid var(--border);
}

.socio-panel-centralizado {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#opty_hands {
    background: #D6F32F;
    width: 250px;
    height: 250px;
    font-size: 0.8rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}

.left-hand {
    display: block;
    position: absolute;
    top: 35%;
    left: -8%;
    width: 40%;
    height: 30%;
    z-index: 3;
    background: #282830;
    box-shadow: 0 2.3rem 0 0 rgba(0, 0, 0, 0.4) inset;
    transform: rotate(15deg);
    -webkit-animation: left-arm 0.5s linear infinite alternate;
    animation: left-arm 0.5s linear infinite alternate;
}

.left-hand span {
    display: block;
    position: absolute;
    right: 15%;
    top: 40%;
    letter-spacing: -0.6rem;
    line-height: 0;
    color: #eee;
    font-size: 7em;
}

.left-hand::after {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    z-index: -1;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 10%;
    height: 100%;
    background: #2a2a2a;
}

.left-hand::before {
    content: '';
    display: block;
    position: absolute;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    left: 100%;
    top: 12.5%;
    width: 15%;
    height: 75%;
    background: #fff;
}

.right-hand {
    display: block;
    position: absolute;
    top: 35%;
    right: -8%;
    width: 40%;
    height: 30%;
    z-index: 3;
    background: #6C8784;
    box-shadow: 0 2.3rem 0 0 rgba(0, 0, 0, 0.4) inset;
    transform: rotate(-15deg);
    -webkit-animation: right-arm 0.5s linear infinite alternate;
    animation: right-arm 0.5s linear infinite alternate;
}

.right-hand span {
    display: block;
    position: absolute;
    left: 15%;
    top: 40%;
    letter-spacing: -0.6rem;
    line-height: 0;
    color: #eee;
    font-size: 7em;
}

.right-hand::after {
    content: '';
    position: absolute;
    display: block;
    right: 100%;
    top: 0;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 10%;
    height: 100%;
    background: #2a2a2a;
}

.right-hand::before {
    content: '';
    display: block;
    position: absolute;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    right: 100%;
    top: 12.5%;
    width: 15%;
    height: 75%;
    background: #fff;
}

.left-shake {
    position: absolute;
    height: 18%;
    width: 31%;
    z-index: 2;
    border-radius: 20%;
    left: 31%;
    top: 54%;
    background: #F3D89F;
    transform: rotate(45deg);
    -webkit-animation: left-hand-shake 0.5s linear infinite alternate;
    animation: left-hand-shake 0.5s linear infinite alternate;
}

.right-shake {
    position: absolute;
    height: 18%;
    width: 31%;
    z-index: 1;
    border-radius: 20%;
    right: 31%;
    top: 52%;
    background: #E3C39D;
    transform: rotate(-45deg);
    -webkit-animation: right-hand-shake 0.5s linear infinite alternate;
    animation: right-hand-shake 0.5s linear infinite alternate;
}

.left-shake span {
    position: absolute;
    right: 0;
    top: -20%;
    z-index: 1;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.1);
    font-size: 3em;
    line-height: 25%;
}

.right-shake::after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 40%;
    border-radius: 30%;
    background: #F3D89F;
    top: -30%;
    z-index: -1;
    right: 13%;
    transform: rotate(40deg);
    box-shadow: -6px -5px 0 0 #E3C39D inset;
}

.left-shake::after {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    height: 40%;
    border-radius: 30%;
    background: #E3C39D;
    top: -40%;
    z-index: -1;
    right: 34%;
    transform: rotate(110deg);
    box-shadow: 0.1em -0.05em 0 rgba(0, 0, 0, 0.05);
}

.left-shake::before {
    content: '|||';
    font-weight: 500;
    text-indent: 0.25em;
    color: rgba(0, 0, 0, 0.1);
    line-height: 80%;
    font-size: 1.6em;
    letter-spacing: 0.15em;
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    background: #E3C39D;
    box-shadow: 0px -0.5em 0 0 #E3C39D inset, 0px -0.55em 0 0 rgba(0, 0, 0, 0.1) inset, 0px -1em 0 0 rgba(255, 255, 255, 0.2) inset, 0.1em -0.1em 0 0 rgba(0, 0, 0, 0.1);
    right: 10%;
    z-index: 2;
    border-radius: 20%;
    bottom: -10%;
}

.right-shake::before {
    content: '';
    display: block;
    position: absolute;
    width: 5%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    right: 39%;
}

@-webkit-keyframes right-arm {
    0% {
        top: 37%;
        transform: rotate(-15deg);
    }

    100% {
        top: 38%;
        transform: rotate(-20deg);
    }
}

@keyframes right-arm {
    0% {
        top: 37%;
        transform: rotate(-15deg);
    }

    100% {
        top: 38%;
        transform: rotate(-20deg);
    }
}

@-webkit-keyframes left-arm {
    0% {
        top: 35%;
        transform: rotate(15deg);
    }

    100% {
        top: 36%;
        transform: rotate(20deg);
    }
}

@keyframes left-arm {
    0% {
        top: 35%;
        transform: rotate(15deg);
    }

    100% {
        top: 36%;
        transform: rotate(20deg);
    }
}

@-webkit-keyframes right-hand-shake {
    0% {
        top: 52%;
    }

    100% {
        top: 57%;
    }
}

@keyframes right-hand-shake {
    0% {
        top: 52%;
    }

    100% {
        top: 57%;
    }
}

@-webkit-keyframes left-hand-shake {
    0% {
        top: 54%;
    }

    100% {
        top: 57%;
    }
}

@keyframes left-hand-shake {
    0% {
        top: 54%;
    }

    100% {
        top: 57%;
    }
}

.socio-text-v4 .socio-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 20px;
}

.socio-quote-v4 {
    color: #5a7a1f;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.socio-benefits-grid-v4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: left;
    margin-top: 50px;
}