.hero{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:#fff;text-align:center;padding:4rem 0}.hero-content h1{color:#fff;margin-bottom:1.5rem;font-size:3rem}.hero-subtitle{color:#fffffff2;max-width:800px;margin:0 auto 2rem;font-size:1.25rem;line-height:1.8}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-cta .btn-secondary{color:#fff;border-color:#fff}.hero-cta .btn-secondary:hover{color:var(--primary-color);background-color:#fff}.intro-section{background-color:#fff;padding:4rem 0}.intro-content{text-align:center;max-width:900px;margin:0 auto 3rem}.intro-content h2{color:var(--primary-color);margin-bottom:1.5rem}.intro-content p{color:var(--text-light);margin-bottom:1rem;font-size:1.125rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.stat-item{text-align:center;background-color:var(--bg-light);border-radius:.5rem;padding:1.5rem}.stat-item h3{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem}.stat-item p{color:var(--text-light);font-weight:500}.services-section{background-color:var(--bg-light);padding:4rem 0}.section-title{text-align:center;color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-light);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background-color:#fff;border-radius:.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 4px #0000001a}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.service-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.7}.service-link{color:var(--secondary-color);font-weight:600;transition:transform .3s;display:inline-block}.service-link:hover{transform:translate(5px)}.why-choose-section{background-color:#fff;padding:4rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.feature-item{border-left:4px solid var(--secondary-color);background-color:var(--bg-light);padding:1.5rem}.feature-item h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.25rem}.feature-item p{color:var(--text-light);line-height:1.7}.cta-section{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:#fff;padding:4rem 0}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-content p{margin-bottom:2rem;font-size:1.125rem;line-height:1.8}@media (max-width:768px){.hero{padding:3rem 0}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn{width:100%;max-width:300px}.intro-section,.services-section,.why-choose-section,.cta-section{padding:2rem 0}.section-title{font-size:1.75rem}.services-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item h3{font-size:2rem}.cta-content h2{font-size:1.75rem}}
