    .saul-container {
        --ctm-yellow: #FFD400;
        --ctm-red: #D90000;
        --ctm-black: #111111;
        --ctm-paper: #FFF8DE;
    }

    .saul-container {
        max-width: 850px;
        margin: 60px auto;
        padding: 40px;
        background: white;
        border: 5px solid var(--ctm-black);
        box-shadow: 15px 15px 0 var(--ctm-red);
        font-family: 'Inter', sans-serif;
    }

    .saul-header {
        text-align: center;
        border-bottom: 5px solid var(--ctm-black);
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

        .saul-header h2 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 4rem;
            color: var(--ctm-black);
            margin: 0;
            line-height: 1;
            text-transform: uppercase;
        }

    .saul-body p {
        font-size: 1.2rem;
        line-height: 1.6;
        /*color: #333;*/
        margin-bottom: 20px;
    }

.saul-highlight {
        background: var(--ctm-yellow);
        padding: 20px;
        border: 3px solid var(--ctm-black);
        font-weight: 900;
        margin: 30px 0;
}

.sobre-mi-reality-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
}

.sobre-mi-cta-box {
    background: var(--ctm-black);
    color: white;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
}

.sobre-mi-cta-title {
    color: var(--ctm-yellow);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
}

.sobre-mi-cta-copy {
    color: white;
}

.sobre-mi-cta-actions {
    text-align: center;
}

.sobre-mi-cta-link {
    font-size: 1.5rem;
    padding: 20px 40px;
}

    .disclaimer {
        font-size: 0.8rem;
        color: #777;
        font-style: italic;
        text-align: center;
        margin-top: 50px;
    }
