/* ===== INDEX SPEZIFISCHE STYLES ===== */
.index-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.index-text h1 {
    font-size: 2.5rem;
    color: cyan;
    text-shadow: 0 0 10px cyan;
    margin-bottom: 30px;
    font-family: 'Orbitron', sans-serif;
}

.index-text p {
    color: #e0e0e0 !important;
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
}

.index-text .highlight {
    color: #ff66ff !important;
    font-size: 1.4rem !important;
    text-shadow: 0 0 10px magenta !important;
    margin: 30px 0 !important;
}

.index-text .closing {
    font-size: 1.6rem !important;
    color: yellow !important;
    text-shadow: 0 0 10px yellow !important;
    margin-top: 30px !important;
    border-top: 1px solid rgba(0, 255, 255, 0.3) !important;
    padding-top: 30px !important;
}