.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-dark-blue) 100%);color:var(--white);overflow:hidden;padding:100px 0}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.sun-animation{position:absolute;top:-50px;right:-50px;width:400px;height:400px;background:radial-gradient(circle,var(--primary-yellow),rgba(255,193,7,.3));border-radius:50%;animation:rotate 20s linear infinite;opacity:.3}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;color:var(--white)}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-yellow);font-weight:600}.hero-description{font-size:1.1rem;margin-bottom:2rem;line-height:1.8;color:rgba(255,255,255,.9)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.overview{background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--primary-blue);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--text-gray);max-width:700px;margin:0 auto}.overview-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.overview-text p{margin-bottom:1rem;font-size:1.1rem;line-height:1.8;color:var(--text-gray)}.overview-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.stat-card{text-align:center;padding:2rem;background:linear-gradient(135deg,var(--primary-yellow),#FFB300);border-radius:15px;color:var(--dark-gray)}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;font-weight:500}.services-preview{background:var(--light-gray)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.service-card{background:var(--white);padding:2rem;border-radius:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--primary-blue);margin-bottom:1rem;font-size:1.3rem}.service-card p{color:var(--text-gray);line-height:1.6}.why-choose-us{background:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--light-gray);border-radius:10px;border-left:4px solid var(--primary-yellow)}.check-icon{font-size:1.5rem;flex-shrink:0}.benefit-item p{color:var(--text-gray);font-size:1.1rem;margin:0}.cta-section{background:linear-gradient(135deg,var(--primary-blue),var(--primary-dark-blue));color:var(--white);text-align:center}.cta-content h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}@media (max-width:768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.benefits-grid,.overview-content,.overview-stats{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%;text-align:center}}