body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: radial-gradient(circle at center, #000010, #000030);
    color: #fff;
}

.site-header {
    background: #0a0a2a;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header .logo {
    font-size: 1.5em;
    font-weight: bold;
}

.site-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.site-header nav li {
    margin-left: 20px;
}

.site-header nav a {
    color: #fff;
    text-decoration: none;
}

.hero {
    text-align: center;
    padding: 100px 20px;
    background: url('/images/space-bg.jpg') no-repeat center center/cover;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.2em;
}

.btn {
    background: #ff4081;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    border-radius: 4px;
}

.section {
    padding: 60px 20px;
    text-align: center;
}

.pakete {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.paket {
    background: #1a1a3d;
    padding: 20px;
    border-radius: 8px;
    width: 200px;
}

.site-footer {
    background: #0a0a2a;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

.paket h3 {
    margin-top: 0;
    font-size: 1.4em;
}

.paket .preis {
    font-weight: bold;
    margin: 10px 0;
}

.paket ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.paket ul li {
    margin-bottom: 5px;
}
