.home-page{width:100%}.hero-section{background:linear-gradient(rgba(0,150,136,.8),rgba(0,150,136,.8)),url(/images/hero-image.png);background-size:cover;background-position:50%;color:white;padding:100px 0;margin-top:-20px;margin-bottom:40px}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features-section{padding:80px 0;background-color:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.cta-section{background-color:var(--primary-color);color:white;padding:80px 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem}.btn-lg{padding:.75rem 2rem;font-size:1.2rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.cta-content h2,.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}