/* ===================== DATENSCHUTZ ===================== */

body {
    background: #ffffff;
}

.hero-text {
    padding: 3.5rem 70px;
    background: #ffffff;
    max-width: 100%;
    box-sizing: border-box;
}

.hero-text h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #128c46;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 2rem;
    margin-top: 0;
}

.hero-text p {
    font-size: 0.92rem;
    color: #333;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    max-width: 900px;
}

.hero-text strong {
    font-weight: 700;
    color: #1a1a1a;
}

.hero-text strong i,
.hero-text i strong {
    color: #128c46;
}

.hero-text ol {
    margin: 0.75rem 0 1.25rem 1.5rem;
    padding: 0;
    max-width: 860px;
}

.hero-text ol li {
    font-size: 0.92rem;
    color: #333;
    line-height: 1.85;
    margin-bottom: 0.3rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 1400px) {
    .hero-text { padding: 3rem 40px; }
}

@media (max-width: 768px) {
    .hero-text { padding: 2.5rem 20px; }
    .hero-text h1 { font-size: 1.8rem; }
    .hero-text p,
    .hero-text ol li { font-size: 0.88rem; }
}

@media (max-width: 480px) {
    .hero-text { padding: 2rem 16px; }
}