/* English (LTR) overrides */
body.en {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    direction: ltr;
}

body.en .container { direction: ltr; }

body.en .sidebar-list li,
body.en .values-list li {
    padding-right: 0;
    padding-left: 1.25rem;
}

body.en .sidebar-list li::before,
body.en .values-list li::before {
    right: auto;
    left: 0;
}

body.en .cta-actions { justify-content: flex-end; }

body.en .timeline::before { right: 50%; }

body.en .breadcrumb { direction: ltr; }
