.darkneon-hero {
    text-align: center;
    padding: 30px 20px; /* kompakt */
    background: #0d0d0d; /* edles dunkles Schwarz */
    border-bottom: 1px solid #2a2a2a;
}

.darkneon-hero h1 {
    font-size: 30px;
    color: #d4af37; /* Gold */
    font-weight: 700;
}

.darkneon-hero p {
    font-size: 14px;
    color: #bfa76a; /* helleres Gold */
    margin-top: 6px;
}
.btn-primary {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background: #d4af37; /* Gold */
    color: #000; /* Schwarz für perfekten Kontrast */
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #b8962f; /* dunkleres Gold */
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-primary:hover {
    background: #e6c75a; /* helleres Gold */
    border-color: #f0d98a;
    color: #000;
}
