.stats-wrapper{z-index:2;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1000px;margin:auto;display:grid;position:relative}.stat-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:#ffffffd9;border:1px solid #fff9;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:45px 30px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f172a14}.stat-card:hover{transform:translateY(-10px);box-shadow:0 25px 55px #2563eb26}.glow{background:radial-gradient(circle,#2563eb1f,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-90px}.icon-box{color:#fff;z-index:2;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:25px;font-size:36px;display:flex;position:relative;box-shadow:0 15px 35px #2563eb4d}.stat-card h1{color:#0f172a;z-index:2;font-size:52px;font-weight:800;position:relative}.stat-card h3{color:#1e293b;z-index:2;margin-top:12px;font-size:24px;font-weight:700;position:relative}.stat-card p{color:#64748b;z-index:2;max-width:280px;margin-top:14px;font-size:15px;line-height:1.8;position:relative}@media (max-width:768px){.stats-wrapper{grid-template-columns:1fr;gap:24px}.stat-card{min-height:280px;padding:35px 25px}.icon-box{width:75px;height:75px;font-size:30px}.stat-card h1{font-size:40px}.stat-card h3{font-size:20px}.stat-card p{font-size:14px}}@media (max-width:480px){.stats-wrapper{gap:20px}.stat-card{border-radius:24px;min-height:260px;padding:30px 20px}.icon-box{width:68px;height:68px;font-size:26px}.stat-card h1{font-size:34px}.stat-card h3{font-size:18px}.stat-card p{font-size:13px;line-height:1.7}}
.stories{text-align:center;background:#f5f9ff;padding:100px 20px;font-family:Poppins,sans-serif}.stories-header h1{color:#0b2c5f;font-size:40px}.stories-header p{color:#64748b;margin-top:10px}.stories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:50px;display:grid}.story-card{background:#fff;border-radius:20px;padding:20px;transition:all .3s;box-shadow:0 15px 35px #00000014}.story-card:hover{transform:translateY(-5px)}.story-card img{object-fit:cover;border-radius:15px;width:100%;height:200px}.story-card h2{color:#0b2c5f;margin-top:10px}.story-card h2 span{color:#64748b;font-size:14px}.gold{color:#2563eb;font-weight:600}.amount{color:#0b2c5f;margin:10px 0}.msg{color:#64748b;margin-bottom:10px;font-size:14px}.badge{color:#2563eb;background:#e8f0ff;border:none;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.bottom-strip{color:#0b2c5f;background:#fff;border-radius:15px;margin-top:50px;padding:15px;font-weight:600;box-shadow:0 10px 25px #0000000d}@media (max-width:768px){.stories-header h1{font-size:28px}}
