*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.navbar{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.logo-image{width:40px;height:40px;margin-right:.75rem;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(37,99,235,.2));transition:transform .3s ease}.logo-image:hover{transform:scale(1.1) rotate(5deg)}.nav-logo span{background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#2563eb}.nav-menu a::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .3s ease}.nav-menu a:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;color:white}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}.hero-content{flex:1;max-width:600px;z-index:2;position:relative;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.highlight{background:linear-gradient(45deg,#ffd700,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.btn-primary{background:linear-gradient(45deg,#2563eb,#3b82f6);color:white;box-shadow:0 4px 15px rgba(37,99,235,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.4)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#2563eb;transform:translateY(-2px)}.hero-video{flex:1;display:flex;justify-content:center;align-items:center;z-index:2;position:relative}.video-placeholder{width:350px;height:250px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.3);transition:transform .3s ease}.video-placeholder:hover{transform:scale(1.05)}.hero-video-element{width:100%;height:100%;object-fit:cover;border-radius:20px}.services{padding:100px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#000;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem}.service-card{background:white;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e2e8f0;overflow:hidden}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-image{width:100%;height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-content{padding:2rem}.service-icon{width:70px;height:70px;background:linear-gradient(45deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.8rem;color:white}.service-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none}.service-features li{padding:.5rem 0;color:#475569;position:relative;padding-left:1.5rem}.service-features li::before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:bold}.gallery{padding:100px 0;background:white}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gallery-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.gallery-item img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:white;padding:2rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.gallery-overlay p{font-size:.9rem;opacity:.9}.about{padding:100px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-weight:500}.certifications h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem;font-weight:600}.certifications ul{list-style:none}.certifications li{padding:.5rem 0;color:#475569;display:flex;align-items:center;gap:.5rem}.certifications i{color:#10b981}.about-image{display:flex;justify-content:center}.about-drone-image{width:100%;max-width:400px;height:300px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:transform .3s ease}.about-drone-image:hover{transform:scale(1.05)}.contact{padding:100px 0;background:white}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.contact-item i{width:50px;height:50px;background:linear-gradient(45deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem}.contact-item h3{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.contact-item p{color:#64748b}.contact-form{background:#f8fafc;padding:2rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:white}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:white;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo-image{width:35px;height:35px;margin-right:.75rem;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(59,130,246,.3));transition:transform .3s ease}.footer-logo-image:hover{transform:scale(1.1) rotate(-5deg)}.footer-logo span{background:linear-gradient(45deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer-section p{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:white;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3b82f6}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#3b82f6;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center;color:#94a3b8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group label:not(.sr-only){font-size:.9rem}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:white;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.logo-image{width:35px;height:35px}.nav-logo{font-size:1.3rem}.hero{flex-direction:column;text-align:center;padding:100px 20px 50px}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-video{margin-top:2rem}.video-placeholder{width:280px;height:180px}.services-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-content{grid-template-columns:1fr;text-align:center}.stats{justify-content:center}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo-image{width:30px;height:30px}}@media (max-width:480px){.hero-title{font-size:2rem}.section-header h2{font-size:2rem}.about-text h2{font-size:2rem}.stats{flex-direction:column;gap:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:200px;text-align:center}.video-placeholder{width:250px;height:150px}.services-grid{grid-template-columns:1fr}.service-card{margin:0 10px}.gallery-grid{grid-template-columns:1fr}.logo-image{width:30px;height:30px}.nav-logo{font-size:1.2rem}.footer-logo-image{width:25px;height:25px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .6s ease forwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.gallery-item{animation:fadeInUp .6s ease forwards}.gallery-item:nth-child(1){animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.gallery-item:nth-child(5){animation-delay:.5s}.gallery-item:nth-child(6){animation-delay:.6s} 