/* Universelle Hero-Section-Klasse für alle Screens */
.base-hero {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    text-align: center;
    padding: 30px 15px;
    margin-top: 0;
    margin-bottom: 30px;
}

