.org-welcome {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    color: #e2e8f0;
    border-radius: .75rem;
    padding: 2rem 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
}
.org-welcome h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .75rem;
    color: #38bdf8; /* آبی فیروزه‌ای پرانرژی */
}
.org-welcome p {
    font-size: .95rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.org-welcome .highlight {
    color: #34d399; /* سبز نئونی برای جذابیت نوجوان‌ها */
    font-weight: 600;
}
