body {
    background-color: #94c2cd !important; /* Dein dunkles Blau aus dem Chat-Design */
    color: #94c2cd; /* Weißer Text, damit man auf dem dunklen Blau alles perfekt lesen kann */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Oder deine genutzte Schriftart */
}

.page-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
    margin: 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.page-subtitle {
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.engine-about-content {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 1.7;
}

.engine-about-content .section-label {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 12px;
    border-left: 4px solid var(--brand-primary);
    padding-left: 12px;
}

.inline-link {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.inline-link:hover {
    opacity: 0.8;
}