.hero-section{background:linear-gradient(90deg,#e0e7ff,#f8fafc,#e0f2fe);color:white;padding:5rem 1rem;text-align:center}.hero-section h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.hero-section p{font-size:1.125rem;opacity:.9;max-width:40rem;margin:0 auto 2rem;color:#475569}.story-section{padding:4rem 1rem}.story-container{display:flex;flex-direction:column;gap:3rem}@media (min-width:768px){.story-container{flex-direction:row;align-items:center}}@media (max-width:412px){.story-image{width:100%;height:50%}}.story-image{border-radius:.5rem;box-shadow:0 10px 15px rgba(0,0,0,.1)}.story-text h2{font-size:2.2rem;font-weight:700;margin-top:0;margin-bottom:1.5rem}.story-text p{color:#4b5563;margin-bottom:1rem}.stats-section{background-color:white;padding:4rem 0}.stats-container{max-width:1200px;margin:0 auto;padding:0 1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-value{font-size:1.875rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#4b5563}.team-section{padding:4rem 1rem;background-color:#fff;text-align:center}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.team-card{background:#ffffff;border-radius:1rem;padding:2rem;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.team-image{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.team-name{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.team-position{color:#0070f3;font-weight:500;margin-bottom:.75rem}.team-bio{color:#555;font-size:.95rem;line-height:1.4}