body {
    font-family: system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
    line-height: 1.7;
    max-width: 760px;
    margin: 2rem auto;
    padding: 0 1rem;
    color: #1a1a1a;
}

h1 {
    color: #002058;
    font-size: 1.5rem;
}

h2 {
    color: #002058;
    margin-top: 1.75rem;
    font-size: 1.15rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.35rem;
}

a {
    color: #002058;
}

.meta {
    color: #4b5563;
    font-size: 0.95rem;
}

.lang-switch {
    margin-bottom: 1.5rem;
    text-align: end;
    font-size: 0.9rem;
}

.lang-switch a {
    text-decoration: none;
    font-weight: 600;
}

.lang-switch a:hover {
    text-decoration: underline;
}

.content {
    margin-bottom: 2rem;
}

ul {
    padding-inline-start: 1.25rem;
}

li {
    margin-bottom: 0.5rem;
}

.company {
    margin-top: 2rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 0.9rem;
}
