.why-schoolerp{--bg-white:#fff;--bg-light:#f8fafc;--bg-card:#fff;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--gradient-primary:linear-gradient(135deg, #3b82f6, #8b5cf6);--gradient-secondary:linear-gradient(135deg, #06b6d4, #3b82f6);background:var(--bg-white);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.erp-header{text-align:center;padding:4rem 2rem 2rem;position:relative}.header-container{max-width:800px;margin:0 auto}.badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.header-title{background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.header-title .highlight{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.header-description{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.stats-section{padding:2rem}.stats-container{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.stat-card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);text-align:center;border-radius:20px;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 1px 3px #0000000d}.stat-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 8px 24px #3b82f61a}.stat-icon{margin-bottom:1rem;font-size:2.5rem}.stat-value{background:linear-gradient(135deg,#0f172a,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.875rem}.features-section{padding:3rem 2rem}.features-container{max-width:1200px;margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.feature-card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:24px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.feature-card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.card-glow{opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf61a 100%);height:100px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover .card-glow{opacity:1}.feature-icon{background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:2rem;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.05)}.feature-title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-description{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.feature-benefits{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.benefit-tag{color:#020306;border-radius:6px;padding:.25rem .75rem;font-size:.75rem}.learn-more-btn{border:1px solid var(--border-color);width:100%;color:var(--text-dark);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.learn-more-btn:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:translate(5px)}.btn-arrow{width:1rem;height:1rem;transition:transform .3s}.learn-more-btn:hover .btn-arrow{filter:brightness(0)invert();transform:translate(3px)}.cta-section{border:1px solid var(--border-color);background:linear-gradient(135deg,#eff6ff 0%,#f5f3ff 100%);border-radius:32px;margin:2rem;padding:4rem 2rem}.cta-container{text-align:center;max-width:800px;margin:0 auto}.cta-content{padding:2rem}.cta-title{background:linear-gradient(135deg,#0f172a,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}.cta-description{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.cta-secondary{border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;background:0 0;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.cta-secondary:hover{background:#3b82f60d;border-color:#3b82f6;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card{opacity:0;animation:.5s forwards fadeInUp}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.stat-card{opacity:0;animation:.5s forwards fadeInUp}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-title{font-size:2rem}.header-description{font-size:1rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.cta-title{font-size:1.5rem}.cta-section{margin:2rem 1rem;padding:2rem 1rem}.cta-buttons{flex-direction:column}.cta-primary,.cta-secondary{width:100%}}@media (max-width:480px){.stats-container{grid-template-columns:1fr}.erp-header,.features-section{padding:2rem 1rem}.badge{font-size:.75rem}}.feature-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#3b82f60d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.feature-card:hover:before{left:100%}.why-schoolerp::-webkit-scrollbar{width:8px}.why-schoolerp::-webkit-scrollbar-track{background:#f1f5f9}.why-schoolerp::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.why-schoolerp::-webkit-scrollbar-thumb:hover{background:#2563eb}
