.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 2rem}.hero h1{margin-bottom:1rem;font-size:3rem;font-weight:800}.hero p{opacity:.95;max-width:600px;margin:0 auto;font-size:1.25rem}.container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.content-section{background:#fff;border-radius:12px;margin-bottom:3rem;padding:3rem;box-shadow:0 2px 15px #00000014}.content-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.content-section p{color:#475569;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0;display:grid}.stat-card{text-align:center;background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border-radius:12px;padding:2rem;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-number{color:#667eea;margin-bottom:.5rem;font-size:3rem;font-weight:800}.stat-label{color:#64748b;font-size:1rem;font-weight:600}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.feature-card{border:2px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--mc1);box-shadow:0 8px 20px #667eea26}.feature-icon{background:var(--mc1);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.8rem;display:flex}.feature-card h3{color:#1e293b;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.feature-card p{color:#64748b;margin:0;font-size:1rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;display:grid}.team-member{text-align:center}.team-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1rem;font-size:2.5rem;font-weight:700;display:flex}.team-name{color:#1e293b;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.team-role{color:#64748b;font-size:.95rem}
