.nh-hero-container {
    text-align: center;
    padding: 60px 20px 20px; /* extra Platz unten für USP-Bar */
    max-width: 900px;
    margin: 0 auto;
}

.nh-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.nh-hero-title {
    font-size: 40px;
    line-height: 1.2;
    color: #222;
    margin: 0;
}

.nh-hero-subline {
    font-size: 18px;
    color: #555;
    max-width: 600px;
    margin: 0;
}

.nh-hero-actions {
    margin-top: 10px;
}

.nh-hero-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #568c11;
    color: #ffffff !important;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.nh-hero-btn:hover {
    background: #9cc900;
	color: #fff;
}