*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 10px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;transition:opacity .3s ease}.nav-links a:hover{opacity:.8}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 0;text-align:center}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.3rem;margin-bottom:1rem;opacity:.9}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:15px 30px;text-decoration:none;border-radius:50px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.section{padding:40px 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.about{background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature{text-align:center;padding:2rem;background:#f8f9fa;border-radius:10px;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.services{background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem;color:#667eea}.service-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.service-description{color:#666;line-height:1.6}.community{background:#fff}.community-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.community-item{text-align:center;padding:2rem}.community-icon{font-size:2.5rem;margin-bottom:1rem;color:#764ba2}.contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.contact .section-title,.contact .section-subtitle{color:#fff}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-item{padding:1.5rem}.contact-icon{font-size:2rem;margin-bottom:1rem}.footer{background:#333;color:#fff;text-align:center;padding:2rem 0}@media (max-width: 768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-features{grid-template-columns:1fr}.section{padding:60px 0}.section-title{font-size:2rem}}
