.hero-section{background:linear-gradient(rgba(26,42,69,.9),rgba(26,42,69,.9)),url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80');background-size:cover;background-position:center;background-attachment:fixed;padding:200px 0 150px;color:var(--light-text-color);text-align:center;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(26,42,69,.8) 0,rgba(44,62,80,.8) 100%);z-index:1}.hero-content{position:relative;z-index:2}.hero-section h1{font-size:4rem;font-weight:800;color:var(--light-text-color);text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:1.5rem;line-height:1.2}.hero-section .subtitle{font-size:1.5rem;font-weight:300;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-section .btn-primary{background-color:var(--accent-color);border-color:var(--accent-color);font-weight:600;padding:15px 40px;font-size:1.2rem;border-radius:50px;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.hero-section .btn-primary:hover{background-color:#e69500;border-color:#e69500;transform:translateY(-3px);box-shadow:0 10px 25px rgba(252,163,17,.3)}.stats-section{background-color:var(--primary-color);color:var(--light-text-color);padding:80px 0;position:relative;margin-top:-100px;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.stat-item{text-align:center;padding:20px}.stat-item .icon{font-size:3rem;color:var(--accent-color);margin-bottom:20px}.stat-item .number{font-size:3.5rem;font-weight:800;font-family:var(--heading-font);color:var(--accent-color);line-height:1}.stat-item .text{font-size:1.1rem;font-weight:500;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:1px}.services-section{padding:100px 0;background-color:var(--light-gray-color)}.service-card{background:#fff;border-radius:15px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;height:100%;border:none}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-card .icon{font-size:4rem;color:var(--accent-color);margin-bottom:25px}.service-card h3{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:15px}.service-card p{color:#666;line-height:1.6;margin-bottom:25px}.service-card .btn{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff;border-radius:25px;padding:10px 25px;font-weight:600;transition:all .3s ease}.service-card .btn:hover{background-color:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px)}.about-section{padding:100px 0;background:#fff}.about-content{display:flex;align-items:center;min-height:500px}.about-text h2{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:30px}.about-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:30px}.about-image{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));border-radius:20px;height:400px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:6rem;opacity:.8}.innovation-section{padding:100px 0;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;text-align:center}.innovation-section h2{font-size:3rem;font-weight:700;margin-bottom:30px}.innovation-section p{font-size:1.2rem;max-width:800px;margin:0 auto 40px;line-height:1.6}.innovation-stats{display:flex;justify-content:center;gap:60px;margin-top:50px}.innovation-stat{text-align:center}.innovation-stat .number{font-size:3rem;font-weight:800;color:var(--accent-color);display:block}.innovation-stat .label{font-size:1rem;text-transform:uppercase;letter-spacing:1px;opacity:.8}@media (max-width:768px){.hero-section h1{font-size:2.5rem}.hero-section .subtitle{font-size:1.2rem}.innovation-stats{flex-direction:column;gap:30px}}