.advocacia-4-0-section {
    max-width: var(--max-width);
    padding: 2rem 1.5rem 3rem;
    margin: 0 auto;
}

.advocacia-4-0-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.systems-table-wrapper {
    overflow-x: auto;
}

.systems-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.systems-table td {
    padding: 1.75rem;
    vertical-align: top;
}

.systems-table-row:not(:first-child) td {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.systems-table-logo {
    width: 30%;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 2rem;
}

.systems-table-row:hover {
    background: rgba(26, 45, 86, 0.04);
    transition: background 0.2s ease;
}

.systems-table-description {
    padding-left: 2rem;
}

.systems-table-logo img {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.systems-table-description p {
    margin: 0 0 1rem;
    line-height: 1.8;
}

.advocacia-4-0-intro {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 1.25rem 1.75rem;
    background: rgba(26, 45, 86, 0.04);
    border-radius: 1.5rem;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(26, 45, 86, 0.08);
    margin-top: 1rem;
}

.advocacia-4-0-section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.advocacia-4-0-intro-text {
    margin: 0 0 1.25rem;
    text-align: justify;
    line-height: 1.85;
}

.advocacia-4-0-intro-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .systems-table {
        display: block;
    }

    .systems-table tr {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .systems-table td {
        display: block;
        padding: 1.25rem 1rem;
    }

    .systems-table-logo {
        width: 100%;
        margin-bottom: 1rem;
    }
}

