.baja-section {
    background: var(--cream-dk);
    padding: 5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.baja-logo-block {
    background: oklch(0.98 0 360);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.baja-logo-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--scarlet);
}

.baja-logo-sub {
    font-size: 0.7rem;
    color: var(--mid);
    margin-top: 0.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}

.baja-body {
    font-size: 0.92rem;
    color: var(--mid);
    line-height: 1.9;
}

.sae-logo {
    width: 100%;
    opacity: 0.85;
    display: block;
    margin-bottom: 1.5rem;
}

.content-section {
    padding: 6rem 0;
}

.stat-sidebar-item {
    margin-bottom: 2rem;
}

.stat-sidebar-rule {
    width: 1.25rem;
    height: 2px;
    background: var(--scarlet);
    margin: 0.45rem 0 0.4rem;
}

.stat-sidebar-label {
    font-size: 0.8rem;
    color: rgba(242, 235, 211, 0.55);
    line-height: 1.5;
    font-weight: 500;
}

.stat-sidebar-divider {
    height: 1px;
    background: rgba(242, 235, 211, 0.07);
    margin: 1.75rem 0;
}
