:root{--bg-light:#f8fafc;--bg-white:#fff;--text-main:#0f172a;--text-muted:#64748b;--accent:#2563eb;--accent-hover:#1d4ed8;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{color:var(--text-main);background-color:var(--bg-light);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 5%}.btn-primary{background-color:var(--accent);color:#fff;cursor:pointer;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 6px -1px #2563eb33}.btn-secondary{background-color:var(--bg-white);color:var(--text-main);cursor:pointer;border:2px solid #cbd5e1;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 6px -1px #0000000d}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-header p{color:var(--text-muted);font-size:1.125rem}@keyframes radar-ping{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.95)}}.radar-ping{pointer-events:none;will-change:transform, opacity;background-color:#2563eb66;border-radius:50%;animation:2s cubic-bezier(0,0,.2,1) infinite radar-ping;position:absolute;inset:0}.scroll-down-indicator{border:1px solid var(--border);cursor:pointer;color:var(--accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s;display:flex;position:absolute;inset:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (hover:hover){.scroll-down-indicator:hover{background-color:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 20px 25px -5px #2563eb4d}}@media (width<=1024px) and (orientation:portrait),(width<=850px){.scroll-indicator-wrapper{display:none!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-container{background-color:var(--bg-white);justify-content:space-between;align-items:center;min-height:100vh;padding:8rem 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;flex:50%;max-width:800px;margin-bottom:4rem}.hero-image-wrapper{z-index:2;flex:50%;justify-content:center;align-items:center;width:50%;display:flex;position:relative}.hero-video-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.mobile-text{color:var(--text-muted);display:none}.desktop-text{color:var(--text-muted);display:inline}.hero-drone-img{filter:drop-shadow(0 25px 25px #00000040);width:100%;max-width:700px}@media (width<=1200px) and (width>=993px){.hero-drone-img{width:88%}}@media (width<=1024px) and (orientation:portrait),(width<=992px){.hero-container{text-align:left;flex-direction:column;justify-content:center;min-height:auto;padding-top:8rem;padding-bottom:3rem}.hero-content{flex-direction:column;flex:auto;align-items:flex-start;width:100%;margin-bottom:2.5rem;padding:0 1rem;display:flex}.hero-image-wrapper{flex:auto;width:100%}.hero-video-bg{opacity:1;left:0}.hero-video-gradient{background:linear-gradient(#fffffff2 0%,#ffffffe0 65%,#fff0 100%)!important}.hero-drone-img{max-width:480px}}@media (width<=768px){.mobile-text{display:inline}.desktop-text{display:none}.hero-drone-img{width:85%;max-width:350px}}.turnstile-wrapper{justify-content:center;align-items:center;width:100%;min-height:65px;display:flex}@media (width<=420px){.turnstile-scale{transform-origin:50%;transform:scale(.82)}}@media (width<=640px){.section-header h2{font-size:2rem}.hero-content .btn-primary,.hero-content .btn-secondary{width:100%}.nav-contact-btn{padding:.5rem 1.2rem;font-size:.9rem}}@media (width<=380px){.hero-content h1{font-size:clamp(1.8rem,9vw,2.5rem)!important}}
