/* ============================================================
   GOVERNANÇA E EQUIPE — Estilos da página
   ============================================================ */

#ge-main {
    padding: 86px 0 80px;
    position: relative;
    overflow: hidden;
}

/* ---- PAINTS DECORATIVOS ---- */
.ge-paint-left,
.ge-paint-right {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.ge-paint-left {
    left: -74px;
    top: 350px;
    transform: rotate(180deg) scaleY(-1);
}

.ge-paint-right {
    right: -100px;
    top: 2650px;
    transform: rotate(180deg);
}

.ge-paint-left img { width: 324px; display: block; }
.ge-paint-right img { width: 341px; display: block; }

/* ---- LABEL DE SEÇÃO ---- */
.ge-section-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #66589e;
    letter-spacing: -0.32px;
    line-height: 1.4;
    margin: 0 0 40px;
}

/* ---- GRUPOS DE SEÇÃO ---- */
.ge-section-group {
    margin-bottom: 56px;
}

/* ---- BLOCOS DE TABELA ---- */
.ge-table-block + .ge-table-block {
    margin-top: 56px;
}

/* ---- LINHAS ---- */
.ge-row {
    display: flex;
    min-height: 59px;
    align-items: stretch;
}

.ge-row + .ge-row {
    margin-top: 1px;
}

.ge-row-header { background: #66589e; }
.ge-row-data   { background: #7e71b3; }

/* ---- COLUNAS ---- */
.ge-col-full,
.ge-col {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    text-align: center;

}

.ge-col:not(:last-child) {
    border-right: 1px solid white;
}

/* ---- TIPOGRAFIA ---- */
.ge-header-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.32px;
    line-height: 1.3;
    text-align: center;
}

.ge-data-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.32px;
    line-height: 1.4;
    text-align: center;
}

/* ---- RESPONSIVO ---- */
@media (max-width: 991px) {
    .ge-header-text,
    .ge-data-text  { font-size: 15px; }
    .ge-col-full,
    .ge-col        { padding: 8px 14px; }
}

@media (max-width: 767px) {
    #ge-main       { padding: 50px 0 60px; }
    .ge-row-data   { flex-direction: column; }
    .ge-row-data .ge-col {
        border-bottom: 1px solid rgba(255,255,255,.3);
        min-height: 48px;
    }
    .ge-row-data .ge-col:last-child { border-bottom: none; }
    .ge-header-text,
    .ge-data-text  { font-size: 14px; }
    .ge-col-full,
    .ge-col        { padding: 8px 12px; }
    .ge-section-group              { margin-bottom: 40px; }
    .ge-table-block + .ge-table-block { margin-top: 40px; }
}
