:root{--bg:#ffffff;--ink:#0b1220;--muted:#6b7a8d;--brand:#0B5ED7;--brand-2:#1E3A8A;--surface:#0A192F;--card:#f6f8fb;--radius:18px;--shadow:0 12px 34px rgba(2,8,23,.08)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{font-family:Poppins,Inter,system-ui,Arial,sans-serif;margin:0 0 .6rem}h1{font-size:clamp(2rem,3vw,3.1rem);line-height:1.1}h2{font-size:clamp(1.5rem,2.2vw,2.2rem)}h3{font-size:1.2rem}p{margin:.6rem 0 1rem}.lead{font-size:1.08rem;color:var(--muted)}.muted{color:var(--muted)}.center-text{text-align:center}.container{width:min(1120px,92%);margin-inline:auto}.page-hero{padding:70px 0 20px}.page-block{padding:22px 0}.highlight{background:#fff0;border:1px solid #e9eef5;border-radius:var(--radius);padding:1.6rem}.header{position:fixed;top:0;left:0;right:0;z-index:9999;backdrop-filter:saturate(180%) blur(10px);background:rgb(255 255 255 / .78);border-bottom:1px solid #e9eef5}body{padding-top:68px}.nav{display:flex;align-items:center;justify-content:space-between;min-height:68px}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.brand-logo{width:38px;height:38px;border-radius:10px;object-fit:contain}.brand-name{font-weight:800;letter-spacing:.2px}.nav-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer}.nav-toggle span{display:block;width:22px;height:2px;background:#0f172a;margin:5px 0;border-radius:2px}.menu{display:flex;align-items:center;gap:1.1rem}.menu a{color:#111827;text-decoration:none;font-weight:600}.menu-close{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.1rem;border-radius:999px;border:1px solid #fff0;text-decoration:none;cursor:pointer;transition:.2s;font-weight:700}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 10px 22px rgb(11 94 215 / .22)}.btn-ghost{border-color:#d4dbe6;color:#111827}.btn-outline{border-color:#cfe0ff;color:#0b3a8a;background:#fff}.btn-whatsapp{background:#25D366;color:#fff;border-radius:999px;padding:.9rem 1.2rem;font-weight:800}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:92vh;color:#fff;text-align:center;overflow:hidden}.hero-video-wrapper{position:absolute;inset:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover;filter:brightness(.78) contrast(1.12) saturate(1.05)}.hero-overlay{position:absolute;inset:0;background:radial-gradient(900px 500px at 20% 10%,rgb(11 94 215 / .35),transparent 60%),linear-gradient(135deg,rgb(10 25 47 / .55),rgb(30 58 138 / .45));z-index:1}.hero-content{position:relative;z-index:2;max-width:980px;padding:0 1.5rem;animation:fadeHero 1.1s ease-out forwards}.hero-kicker{display:inline-flex;gap:.5rem;align-items:center;padding:.35rem .8rem;border:1px solid rgb(255 255 255 / .18);border-radius:999px;background:rgb(255 255 255 / .08);font-weight:700;font-size:.95rem;margin:0 0 1rem}.hero-title{font-weight:800;font-size:clamp(2rem, 3vw + 1rem, 3.6rem);line-height:1.12;margin-bottom:1rem}.hero-title .highlight{display:block;color:#cfe0ff;font-weight:700}.hero-subtitle{font-size:1.12rem;color:rgb(255 255 255 / .88);margin:0 auto 1.6rem;max-width:820px}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.3rem}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.35rem;border-radius:999px;text-decoration:none;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 14px 34px rgb(2 8 23 / .22);transition:.2s}.hero-btn:hover{transform:translateY(-1px)}.hero-btn.ghost{background:rgb(255 255 255 / .10);border:1px solid rgb(255 255 255 / .22);box-shadow:none}.trust-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:.95}.trust-item{display:inline-flex;gap:.5rem;align-items:center;padding:.55rem .85rem;border-radius:999px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .14);font-weight:700;font-size:.95rem}@keyframes fadeHero{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-drone .hero-overlay{background:linear-gradient(to top,rgb(0 0 0 / .50) 0%,rgb(0 0 0 / .20) 45%,rgb(0 0 0 / .05) 100%)}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card{background:#fff;border-radius:var(--radius);padding:1.2rem;border:1px solid #e9eef5;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgb(2 8 23 / .10)}.icon{font-size:1.25rem;color:var(--brand)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.feature{background:#fff;border:1px solid #e9eef5;border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow)}.list{margin:.8rem 0 0;padding-left:1.1rem;color:var(--muted)}.list li{margin:.3rem 0}.cta-section{padding:2.3rem 0;text-align:center}.cta-section p{color:var(--muted);max-width:820px;margin:0 auto 1rem}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:start}.contact-info,.contact-form{background:#fff;border:1px solid #e9eef5;border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow)}.contact-details{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.6rem;color:#334155}.social-icons{display:flex;gap:.75rem;margin-top:1rem}.social-icons a{width:42px;height:42px;border-radius:12px;border:1px solid #e9eef5;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;background:#fff;transition:.2s}.social-icons a:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.form-group{display:grid;gap:.4rem;margin-bottom:.9rem}label{font-weight:700}input,textarea{width:100%;padding:.95rem;border:1px solid #dfe6ee;border-radius:14px;outline:none;transition:border .15s,box-shadow .15s;background:#fff}input:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgb(11 94 215 / .12)}.success-message{color:#065f46;font-weight:700}.error-message{color:#7f1d1d;font-weight:700}.footer{margin-top:3rem;border-top:1px solid #e9eef5;background:#fbfdff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.2rem;padding:1.8rem 0 1.2rem}.brand-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.45rem}.brand-logo-sm{width:28px;height:28px;border-radius:8px;object-fit:contain}.footer h4{margin:0 0 .6rem}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.footer a{color:#0f172a;text-decoration:none;font-weight:600}.footer a:hover{opacity:.75}.footer-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.9rem}.badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .65rem;border-radius:999px;background:#fff;border:1px solid #e9eef5;color:#334155;font-weight:700;font-size:.9rem;box-shadow:var(--shadow)}.footer-cta{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.9rem}.footer-social{display:flex;gap:.6rem;margin-top:.9rem}.footer-social a{width:42px;height:42px;border-radius:12px;border:1px solid #e9eef5;display:inline-flex;align-items:center;justify-content:center;background:#fff}.footer-base{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e9eef5;padding:1rem 0;color:#4b5563}.back-to-top{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #d4dbe6;text-decoration:none;color:#111;background:#fff}.reveal-up{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal-up.show{opacity:1;transform:translateY(0)}.whatsapp-wrapper{position:fixed;right:22px;bottom:22px;z-index:9999}.whatsapp-float{width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgb(2 8 23 / .22);transition:.2s}.whatsapp-float:hover{transform:translateY(-2px) scale(1.03)}.whatsapp-icon{width:30px;height:30px;display:block}@media (max-width:1020px){.cards-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.contact-wrapper{grid-template-columns:1fr}}@media (max-width:680px){.cards-grid,.footer-grid{grid-template-columns:1fr}.brand-name{font-size:1rem}}@media (max-width:860px){.nav-toggle{display:block}.menu{position:fixed;inset:0;z-index:20000;background:rgb(10 14 25 / .55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:opacity .22s ease;display:block}.menu.open{opacity:1;pointer-events:auto}.menu-panel{position:absolute;top:0;right:0;height:100dvh;width:75vw;max-width:420px;background:#fff;border-left:1px solid rgb(0 0 0 / .08);padding:calc(env(safe-area-inset-top, 0px) + 18px) 18px calc(env(safe-area-inset-bottom, 0px) + 18px);transform:translateX(102%);transition:transform .28s ease;overflow:auto;-webkit-overflow-scrolling:touch}.menu.open .menu-panel{transform:translateX(0)}.menu-head{position:sticky;top:0;background:#fff;z-index:1;padding-bottom:14px;display:flex;align-items:center;justify-content:flex-end}.menu-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid rgb(0 0 0 / .10);background:#fff;cursor:pointer;font-size:20px;box-shadow:0 10px 24px rgb(0 0 0 / .10)}.menu-links{display:grid;gap:18px;padding:14px 4px 10px;text-align:center}.menu-link{font-size:18px;font-weight:700;color:#0f172a;text-decoration:none}.menu-link:hover{opacity:.75}.menu-cta{margin-top:10px;width:100%;justify-content:center;padding:1rem 1.2rem;border-radius:999px}html.menu-open,body.menu-open{overflow:hidden}}video{max-width:100%}.hero-video{transform:translateZ(0)}.section-head{text-align:center;max-width:860px;margin:0 auto 1.2rem}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.process-step{background:#fff;border:1px solid #e9eef5;border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.process-step:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgb(2 8 23 / .10)}.step-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.step-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .7rem;border-radius:999px;background:rgb(11 94 215 / .10);color:#0b3a8a;border:1px solid rgb(11 94 215 / .18);font-weight:800;font-size:.9rem}.step-title{font-weight:800;color:#0f172a}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.case-card{background:#fff;border:1px solid #e9eef5;border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.case-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgb(2 8 23 / .10)}.case-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.case-tag{display:inline-flex;padding:.35rem .7rem;border-radius:999px;border:1px solid #e9eef5;background:#fbfdff;font-weight:800;font-size:.9rem;color:#0f172a}.case-kpi{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;border-radius:999px;background:rgb(30 58 138 / .08);border:1px solid rgb(30 58 138 / .14);font-weight:800;font-size:.9rem;color:#1e3a8a}.case-meta{display:grid;gap:.45rem;margin:.9rem 0 1.1rem;color:#334155;font-weight:650}.case-meta i{color:var(--brand)}.case-actions{display:flex;gap:.6rem;flex-wrap:wrap}.cases-note{margin-top:1rem;text-align:center}@media (max-width:1020px){.process-grid{grid-template-columns:1fr}.cases-grid{grid-template-columns:1fr}}.case-image{position:relative;overflow:hidden;border-radius:16px;margin-bottom:1rem;background:#0b1220}.case-image img{width:100%;height:auto;display:block;transition:transform .6s ease,opacity .4s ease;opacity:.96}.case-card:hover .case-image img{transform:scale(1.04);opacity:1}@media (max-width:520px){.trust-row{display:none!important}.hero-btn.ghost{display:none}.hero-subtitle{display:none}}@media (min-width:900px){.header{background:rgb(255 255 255 / .86);border-bottom:1px solid #eef2f7}.nav{min-height:78px;padding:0 18px}.brand{gap:.75rem}.brand-logo{width:42px;height:42px;border-radius:12px}.brand-name{font-size:1.05rem;letter-spacing:.2px}.menu{gap:1.25rem}.menu a{padding:10px 8px;border-radius:10px;color:#0f172a;opacity:.92}.menu a:hover{background:#f3f6fb;opacity:1}.menu{position:relative}.menu::after{content:"";width:1px;height:26px;background:#e7edf6;display:inline-block;margin:0 6px 0 10px;border-radius:1px}.btn-primary,.menu .btn-primary,.nav .btn-primary{padding:10px 16px;border-radius:999px;font-weight:800;box-shadow:0 10px 24px rgb(11 94 215 / .18)}}.hero-title .highlight{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .18);backdrop-filter:blur(6px)}@media (min-width:900px){.hero-title{line-height:1.08;letter-spacing:-.015em}}.hero-btn.ghost{opacity:.85}.hero-btn.ghost:hover{opacity:1}@media (min-width:900px){.trust-row{margin-top:18px;gap:12px}.trust-item{font-size:.9rem;padding:8px 14px}}.hero-title .highlight{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .18);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@media (min-width:900px){.hero-title{line-height:1.08;letter-spacing:-.015em}}.hero-btn.ghost{opacity:.86}.hero-btn.ghost:hover{opacity:1}@media (min-width:900px){.trust-row{margin-top:18px;gap:12px}.trust-item{font-size:.92rem;padding:8px 14px}}.footer{background:linear-gradient(180deg,#0a1222 0%,#070d1a 100%);color:rgb(255 255 255 / .85);padding:72px 0 28px;margin-top:80px}.footer .container{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:48px}.footer-brand{display:flex;flex-direction:column;gap:14px}.footer-brand .brand-name{font-size:1.15rem;font-weight:800;letter-spacing:.3px;color:#fff}.footer-brand p{font-size:.95rem;line-height:1.55;color:rgb(255 255 255 / .65);max-width:320px}.footer h4{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;color:rgb(255 255 255 / .85)}.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer a{color:rgb(255 255 255 / .65);text-decoration:none;font-size:.95rem;transition:color .2s ease,transform .2s ease}.footer a:hover{color:#fff;transform:translateX(4px)}.footer-divider{grid-column:1 / -1;height:1px;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .12),transparent);margin:36px 0 20px}.footer-bottom{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:rgb(255 255 255 / .5)}.footer-bottom .dev{opacity:.75}.footer-bottom .dev a{color:rgb(255 255 255 / .65);font-weight:600}.footer-bottom .dev a:hover{color:#fff}@media (max-width:768px){.footer{padding:56px 0 24px}.footer .container{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}