.hero-header { text-align: center; padding: 40px 20px; margin-bottom: 10px; }
.hero-header h1 { font-size: 48px; color: #e0e0e0; font-weight: 700; margin-bottom: 15px; }
.hero-header h1.wave-text { display: inline-flex; justify-content: center; }
.hero-header h1.wave-text span { display: inline-block; animation: wave 4s ease-in-out infinite; animation-delay: calc(var(--i) * 0.1s); }
.hero-header h1.wave-text span.green { color: #5fb834; }
@keyframes wave { 0%, 100% { transform: translateY(0); } 5% { transform: translateY(-12px); } 10% { transform: translateY(0); } }
.hero-header p { font-size: 20px; color: #b0b0b0; }
.section-title { color: #5fb834; font-size: 24px; margin: 40px 0 20px 0; display: flex; align-items: center; gap: 10px; }
.section-title i { font-size: 22px; }
.stats-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin: 40px 0; padding: 30px; background: #2a2a2a; border-radius: 14px; text-align: center; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.stats-section.animated { opacity: 1; transform: translateY(0); }
.stat-item { display: flex; flex-direction: column; align-items: center; gap: 8px; transition: transform 0.3s ease; }
.stat-item:hover { transform: scale(1.05); }
.stat-item i { font-size: 32px; color: #5fb834; }
.stat-number { font-size: 28px; font-weight: 700; color: #e0e0e0; }
.stat-label { font-size: 14px; color: #b0b0b0; text-transform: uppercase; letter-spacing: 1px; }
.support-section { margin-top: 40px; padding: 30px; background: #2a2a2a; border-radius: 14px; text-align: center; }
.support-section h3 { color: #e0e0e0; font-size: 22px; margin-bottom: 10px; }
.support-section p { color: #b0b0b0; margin-bottom: 20px; }
.support-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.support-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: #353535; color: #e0e0e0; text-decoration: none; border-radius: 8px; transition: all 0.3s ease; font-weight: 500; }
.support-link:hover { background: #5fb834; color: white; transform: translateY(-2px); }
.card h3 i, .header h1 i, .cta-section h2 i { margin-right: 8px; }
.cta-section .btn i { margin-right: 8px; }
.card-green { border-top-color: #5fb834; }
.card-green h3 { color: #5fb834; }
.card-blue { border-top-color: #5865F2; }
.card-blue h3 { color: #5865F2; }
.card-purple { border-top-color: #9b59b6; }
.card-purple h3 { color: #9b59b6; }
.card-orange { border-top-color: #f39c12; }
.card-orange h3 { color: #f39c12; }
.card-pink { border-top-color: #e84393; }
.card-pink h3 { color: #e84393; }
.card-cyan { border-top-color: #00cec9; }
.card-cyan h3 { color: #00cec9; }
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.animate-on-scroll.animated { opacity: 1; transform: translateY(0); }
.card-grid .animate-on-scroll:nth-child(1) { transition-delay: 0s; }
.card-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.card-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.card-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.3s; }
.card-grid .animate-on-scroll:nth-child(5) { transition-delay: 0.4s; }
.card-grid .animate-on-scroll:nth-child(6) { transition-delay: 0.5s; }
@media (max-width: 768px) { .hero-header { padding: 30px 15px; } .hero-header h1 { font-size: 36px; } .hero-header p { font-size: 16px; } .section-title { font-size: 20px; margin: 30px 0 15px 0; } .stats-section { grid-template-columns: repeat(2, 1fr); padding: 20px; } .stat-item i { font-size: 26px; } .stat-number { font-size: 22px; } .support-links { flex-direction: column; } .support-link { justify-content: center; } }
@media (max-width: 480px) { .hero-header h1 { font-size: 28px; } .hero-header p { font-size: 14px; } }
