.campaigns-hero{background:#056b1d;color:rgb(255,255,255);padding:6rem 0 4rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-content p{font-size:1.25rem;opacity:.9;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center}.statText{color:#09cc20;margin:.2rem 0}.number,.statText{font-weight:700;display:block}.number{font-size:2.5rem;margin-bottom:.5rem}.label{font-size:1rem;opacity:.9}@media (max-width:768px){.campaigns-hero{padding:4rem 0 3rem}.hero-content h1{font-size:2.5rem}.hero-stats{gap:2rem}.number{font-size:2rem}}.campaign-stats-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.stats-header{text-align:center;margin-bottom:3rem}.stats-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.stats-header p{font-size:1.125rem;color:#6b7280;max-width:500px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.stat-card{background:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;text-align:center;border:1px solid #e5e7eb}.stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.stat-description{color:#6b7280;font-size:.9rem;line-height:1.4}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{padding:1.5rem}.stat-number,.stats-header h2{font-size:2rem}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.campaign-stats-section{padding:3rem 0}}