.fstats-section{font-family:Inter,sans-serif;margin:0 auto;max-width:1000px;padding:70px 20px}.fstats-grid{display:grid;gap:28px;grid-template-columns:1fr 1fr}.fstats-column{display:flex;flex-direction:column;gap:16px}.fstats-header{align-items:center;border-radius:16px;display:flex;gap:14px;margin-bottom:4px;padding:20px 24px}.fstats-header-stress{background:linear-gradient(135deg,#fdf2f2,#fce8e8);border:1px solid rgba(220,80,80,.12)}.fstats-header-child{background:linear-gradient(135deg,#eef3f9,#e4ecf5);border:1px solid rgba(26,42,58,.08)}.fstats-header-icon{font-size:1.8rem}.fstats-header h2{color:#1a2a3a;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;margin:0}.fstats-card{align-items:flex-start;animation:fadeInStat .5s ease forwards;background:#fff;border:1px solid #f0ebe5;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.05);display:flex;gap:20px;opacity:0;padding:24px;transform:translateY(20px);transition:transform .2s ease,box-shadow .2s ease}.fstats-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.08);transform:translateY(-4px)}.fstats-column:first-child .fstats-card:nth-child(2){animation-delay:.1s}.fstats-column:first-child .fstats-card:nth-child(3){animation-delay:.2s}.fstats-column:first-child .fstats-card:nth-child(4){animation-delay:.3s}.fstats-column:last-child .fstats-card:nth-child(2){animation-delay:.15s}.fstats-column:last-child .fstats-card:nth-child(3){animation-delay:.25s}.fstats-column:last-child .fstats-card:nth-child(4){animation-delay:.35s}@keyframes fadeInStat{to{opacity:1;transform:translateY(0)}}.fstats-stat-box{align-items:center;border-radius:14px;display:flex;flex-shrink:0;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:800;height:80px;justify-content:center;line-height:1.2;min-width:80px;padding:8px;text-align:center}.fstats-stat-red{background:linear-gradient(135deg,#fdf2f2,#fce8e8);border:1px solid rgba(220,80,80,.15);color:#c0392b}.fstats-stat-blue{background:linear-gradient(135deg,#eef3f9,#e4ecf5);border:1px solid rgba(26,42,58,.1);color:#1a2a3a}.fstats-card-body{flex:1}.fstats-card-body h3{color:#1a2a3a;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin:0 0 6px}.fstats-card-body p{color:#5a6a7a;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.6;margin:0 0 8px}.fstats-source{color:#aab5c0;font-family:Inter,sans-serif;font-size:.75rem}@media (max-width:768px){.fstats-section{padding:50px 16px}.fstats-grid{gap:24px;grid-template-columns:1fr}.fstats-header h2{font-size:1.2rem}.fstats-card{flex-direction:column;gap:14px}.fstats-stat-box{font-size:1.5rem;height:auto;padding:14px;width:100%}}