.fade-in {
    animation: fadeInUp 0.8s ease-out;
}

.text-muted {
    color: var(--text-muted);
}

.waitlist-note {
    margin-top: 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.footer-description {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.collaborate-note {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.collaborate-incentive {
    font-size: 0.9rem;
    color: var(--secondary);
    margin-top: 1rem;
}

