@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.impact-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1100px;padding:20px;width:100%}.impact-container *{box-sizing:border-box}.impact-header{margin-bottom:50px;text-align:center}.impact-header h1{color:#fff;font-size:42px;font-weight:700;letter-spacing:-.5px;margin:0 0 12px}.impact-header p{color:#94b3d4;font-size:17px;font-weight:400;letter-spacing:.2px;margin:0}.counters-wrapper{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:32px}.counter-card{backdrop-filter:blur(10px);background:rgba(20,40,65,.6);border:1px solid rgba(74,158,255,.2);border-radius:16px;overflow:hidden;padding:36px 28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.counter-card:hover{border-color:rgba(74,158,255,.4);box-shadow:0 12px 40px rgba(74,158,255,.15);transform:translateY(-4px)}.counter-card:before{background:linear-gradient(90deg,#4a9eff,#4ac3ff);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.counter-card:hover:before{opacity:1}.counter-header{margin-bottom:24px}.counter-header,.counter-icon{align-items:center;display:flex}.counter-icon{background:linear-gradient(135deg,rgba(74,158,255,.15),rgba(74,195,255,.15));border:1px solid rgba(74,158,255,.3);border-radius:12px;flex-shrink:0;height:48px;justify-content:center;margin-right:16px;width:48px}.counter-icon svg{fill:none;height:24px;stroke:#4ac3ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:24px}.counter-label{color:#94b3d4;font-size:14px;font-weight:600;letter-spacing:.8px;margin:0;text-transform:uppercase}.counter-value{color:#fff;font-size:52px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-1px;line-height:1;margin:0 0 8px}.counter-unit{color:#4ac3ff;font-size:22px;font-weight:600;margin-left:6px}.counter-description{color:#7a9ab8;font-size:14px;font-weight:400;line-height:1.6;margin:0}.stats-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.stat-card{backdrop-filter:blur(10px);background:rgba(20,40,65,.6);border:1px solid rgba(74,158,255,.2);border-radius:16px;padding:24px;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:rgba(74,158,255,.4);transform:translateY(-2px)}.stat-icon{align-items:center;background:linear-gradient(135deg,rgba(74,158,255,.1),rgba(74,195,255,.1));border-radius:10px;display:flex;height:40px;justify-content:center;margin:0 auto 16px;width:40px}.stat-icon svg{fill:none;height:20px;stroke:#4ac3ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:20px}.stat-value{color:#fff;font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px}.stat-label{color:#94b3d4;font-size:13px;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}.progress-section{backdrop-filter:blur(10px);background:rgba(20,40,65,.6);border:1px solid rgba(74,158,255,.2);border-radius:16px;padding:32px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.progress-title{color:#fff;font-size:18px;font-weight:600;letter-spacing:-.2px;margin:0}.progress-percentage{color:#4ac3ff;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0}.progress-bar-container{background:rgba(10,21,32,.8);border-radius:6px;height:12px;overflow:hidden;position:relative}.progress-bar-fill{background:linear-gradient(90deg,#4a9eff,#4ac3ff);border-radius:6px;height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.progress-bar-fill:after{animation:progressShine 2s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes progressShine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-info{color:#7a9ab8;display:flex;font-size:13px;font-weight:500;justify-content:space-between;margin-top:12px}.progress-info span{margin:0}@media (max-width:768px){.impact-header h1{font-size:32px}.counter-value{font-size:42px}.counters-wrapper{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}