/* ============================================================
   Sobre — figura digital animada (binário + giro 360°)
   ============================================================ */

.page-sobre .about-section {
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.sobre-digital-wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 8px 32px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(52, 152, 219, 0.15),
        inset 0 0 40px rgba(56, 189, 248, 0.06);
    background: #070f1c;
}

#sobre-digital-figure {
    display: block;
    width: 100%;
    height: 100%;
}

.sobre-digital-wrap--static {
    background: linear-gradient(165deg, #070f1c 0%, #0f2744 100%);
}

.sobre-digital-wrap--static #sobre-digital-figure {
    display: none;
}

.sobre-digital-wrap--static::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/sobre/sobre_digital_poster.jpg') center / cover no-repeat;
}

.about-section .about-image .sobre-digital-wrap {
    max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    #sobre-digital-figure {
        display: none !important;
    }

    .sobre-digital-wrap::after {
        content: '';
        position: absolute;
        inset: 0;
        background: url('../images/sobre/sobre_digital_poster.jpg') center / cover no-repeat;
    }
}
