/* General body styling */
body {
    font-family: 'Inter', sans-serif;
}

/* Hero section background image and layout */
.hero-section {
    background-image: url('https://placehold.co/1920x1080/000000/22C55E?text=SitaDeck+GmbH');
    background-size: cover;
    background-position: center;
}

/* Semi-transparent overlay for the hero section */
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}