/* --- DISCORD PAGE TUNING --- */

/* Titel-Gruppe für besseres Spacing */
.content-clean {
    max-width: 900px; /* Verhindert, dass der Text zu weit läuft */
}

.main-title { 
    font-size: 7rem; /* Etwas größer für mehr Impact */
    font-weight: 900; 
    line-height: 0.85; 
    letter-spacing: -4px; 
    margin-bottom: 5px;
}

.hollow-title { 
    font-size: 7rem; 
    font-weight: 900; 
    color: transparent; 
    -webkit-text-stroke: 1.5px var(--accent); 
    line-height: 0.85; 
    letter-spacing: -2px;
    margin-bottom: 30px; /* Abstand zum Beschreibungstext */
}

.desc-text {
    font-size: 1.1rem;
    color: var(--text-dim);
    line-height: 1.6;
    max-width: 500px; /* Text bricht schöner um */
    margin-bottom: 40px; /* Abstand zum Button */
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Hover-Effekt für den Button verfeinern */
.discord-btn {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}