:root{--blue:#073b82;--blue-2:#0c65c7;--green:#2f8f21;--green-2:#58a91f;--ink:#132033;--muted:#5d6b7d;--line:#dbe5ef;--soft:#f6f9fc;--soft-green:#f3f8ef;--white:#fff;--shadow:0 18px 44px #152e5224}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);letter-spacing:0;margin:0;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,100% - 40px);margin:0 auto}.topbar{color:#dce9f8;background:#061b36;font-size:13px}.topbar-inner{justify-content:flex-end;align-items:center;gap:28px;min-height:40px;display:flex}.topbar span,.hero-points span,.specs span,.check-list span{align-items:center;gap:8px;display:inline-flex}.topbar a{color:inherit}.topbar-email{flex-wrap:wrap;justify-content:flex-end}.nav{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:28px;min-height:110px;display:flex}.brand{flex:none;align-items:center;display:inline-flex}.brand img{object-fit:contain;width:218px;height:96px}.nav-links{align-items:center;gap:26px;display:flex}.nav-links>a{color:#26364b;font-size:14px;font-weight:800}.nav-links>a:hover{color:var(--blue-2)}.menu-btn{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:8px;place-items:center;width:42px;height:42px;display:none}.btn{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:13px 18px;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:var(--white);background:linear-gradient(135deg, var(--blue), var(--blue-2));box-shadow:0 12px 24px #0c65c738}.btn-ghost{color:var(--blue);background:var(--white);border:1px solid var(--line)}.btn-light{color:var(--blue);background:var(--white)}.hero{background:linear-gradient(90deg,#073b820f 1px,#0000 1px) 0 0/80px 80px,linear-gradient(#fbfdff 0%,#f5f9fd 58%,#eef7ea 100%);overflow:hidden}.hero-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:56px;min-height:650px;padding:58px 0 64px;display:grid}.eyebrow{color:var(--green);letter-spacing:0;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.hero h1{letter-spacing:0;max-width:640px;margin:20px 0 18px;font-size:62px;line-height:1.06}.hero-copy>p{max-width:640px;color:var(--muted);margin:0;font-size:18px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:13px;margin:32px 0 24px;display:flex}.hero-points{color:#405069;flex-wrap:wrap;gap:16px;font-size:13px;font-weight:800;display:flex}.hero-points svg,.check-list svg,.specs svg{width:18px;height:18px;color:var(--green);flex:none}.hero-brand-panel{background:var(--white);min-height:430px;box-shadow:var(--shadow);border:1px solid #e1eaf4;border-radius:8px;place-items:center;padding:26px;display:grid;position:relative;overflow:hidden}.hero-brand-panel:before{content:"";background:linear-gradient(90deg, var(--blue), var(--green));height:7px;position:absolute;inset:0 0 auto}.hero-brand-panel img{object-fit:contain;width:min(100%,650px);max-height:380px}.stats{color:var(--white);background:#071f40}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stats-grid div{border-right:1px solid #ffffff24;flex-direction:column;justify-content:center;min-height:106px;padding:24px 28px;display:flex}.stats-grid div:last-child{border-right:0}.stats strong{font-size:30px;line-height:1}.stats span{color:#aec5df;margin-top:8px;font-size:13px;font-weight:700}.section{padding:96px 0}.two-col{grid-template-columns:.9fr 1.1fr;align-items:center;gap:76px;display:grid}.capability-panel{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.capability-panel div{min-height:166px;color:var(--ink);border:1px solid var(--line);background:linear-gradient(#fff,#f5f9fd);border-radius:8px;flex-direction:column;justify-content:flex-end;gap:20px;padding:24px;font-weight:900;display:flex;box-shadow:0 10px 24px #1a375a14}.capability-panel div:nth-child(2n){background:linear-gradient(180deg, #fff, var(--soft-green))}.capability-panel svg{width:42px;height:42px;color:var(--blue-2)}.section h2{letter-spacing:0;margin:16px 0;font-size:44px;line-height:1.15}.section p{color:var(--muted);line-height:1.8}.check-list{gap:12px;margin:24px 0;display:grid}.check-list span{font-weight:800}.owner{border-top:1px solid var(--line);gap:14px;padding-top:20px;display:flex}.owner b{color:var(--blue)}.products-section{background:var(--soft)}.section-head{justify-content:space-between;align-items:end;gap:56px;margin-bottom:36px;display:flex}.section-head>div{max-width:680px}.section-head p{max-width:440px;margin:0}.section-head.centered{text-align:center;display:block}.section-head.centered p{margin:0 auto}.filters{flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex}.filters button{border:1px solid var(--line);min-height:42px;color:var(--muted);background:var(--white);cursor:pointer;border-radius:8px;padding:9px 14px;font-weight:800}.filters button.active{color:var(--white);background:var(--blue);border-color:var(--blue)}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{background:var(--white);border:1px solid var(--line);border-radius:8px;transition:transform .22s,box-shadow .22s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-image{border-bottom:1px solid var(--line);background:#fff;place-items:center;height:232px;display:grid;position:relative}.product-image img{object-fit:contain;width:100%;height:100%;padding:16px}.product-image span{max-width:calc(100% - 28px);color:var(--white);background:#061f40e6;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:900;position:absolute;top:14px;left:14px}.product-body{padding:22px}.product-title{align-items:center;gap:10px;display:flex}.product-title svg{width:24px;height:24px;color:var(--blue-2);flex:none}.product-title h3{margin:0;font-size:19px;line-height:1.3}.product-body>p{min-height:78px;margin:14px 0;font-size:14px}.specs{gap:7px;margin:16px 0;display:grid}.specs span{color:#4f5f73;font-size:12px}.specs svg{width:15px;height:15px}.product-body button{color:var(--blue-2);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-weight:900;display:inline-flex}.service-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.service-card{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:28px}.service-card>svg{width:42px;height:42px;color:var(--blue-2)}.service-card h3{margin:22px 0 8px}.service-card p{margin:0}.cta{color:var(--white);background:linear-gradient(120deg, var(--blue), #086bc4 64%, var(--green));padding:54px 0}.cta-inner{justify-content:space-between;align-items:center;gap:28px;display:flex}.cta span{font-weight:800}.cta h2{margin:7px 0 0;font-size:36px;line-height:1.2}.contact-grid{grid-template-columns:1fr .86fr;gap:74px;display:grid}.contact-items{gap:20px;margin:34px 0;display:grid}.contact-items>div{gap:16px;display:flex}.contact-items svg{color:var(--blue-2);flex:none}.contact-items p{margin:0;line-height:1.6;display:grid}.contact-items b{color:var(--ink)}.email-list{gap:3px;display:grid}.email-list a{color:var(--blue-2);overflow-wrap:anywhere;font-weight:800}.map-card{background:var(--soft);border:1px solid var(--line);border-radius:8px;height:310px;margin-top:24px;overflow:hidden;box-shadow:0 12px 28px #152e521a}.map-card iframe{border:0;width:100%;height:100%;display:block}.form{background:var(--soft);border:1px solid var(--line);border-radius:8px;gap:17px;padding:32px;display:grid}.form h3{margin:0 0 5px;font-size:25px}.form label{gap:7px;font-size:13px;font-weight:900;display:grid;position:relative}.form input,.form select,.form textarea{background:var(--white);border:1px solid #d4dfeb;border-radius:8px;outline:none;width:100%;padding:13px 14px}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue-2);box-shadow:0 0 0 3px #0c65c724}.form select{appearance:none}.form textarea{resize:vertical}.form button:disabled{cursor:wait;opacity:.76}.form-hidden{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-status{border:1px solid var(--line);background:var(--white);border-radius:8px;margin:0;padding:12px 14px;font-size:13px;font-weight:800;line-height:1.5}.form-status.success{color:var(--green);background:var(--soft-green);border-color:#2f8f214d}.form-status.error{color:#9c2323;background:#fff6f6;border-color:#9c23233d}.form-status.sending{color:var(--blue);background:#f3f8ff;border-color:#0c65c73d}.form-whatsapp{width:100%}.form label>svg{pointer-events:none;width:17px;position:absolute;bottom:14px;right:13px}footer{color:#c5d3e5;background:#06172d;padding:56px 0 0}.footer-grid{grid-template-columns:1.45fr .65fr 1fr;gap:58px;display:grid}.footer-grid>div{flex-direction:column;gap:10px;display:flex}.footer-grid img{background:var(--white);border-radius:8px;width:260px;padding:8px}.footer-grid p{color:#a4b4cb;max-width:430px;line-height:1.7}.footer-grid a,.footer-grid span{color:#a4b4cb;font-size:14px}.copyright{color:#8296af;text-align:center;border-top:1px solid #ffffff1a;margin-top:40px;padding:18px;font-size:12px}.modal{z-index:100;background:#010d1fbf;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:var(--white);border-radius:8px;width:min(570px,100%);max-height:90vh;padding:28px;position:relative;overflow:auto}.modal-card>img{object-fit:contain;width:100%;height:260px}.modal-close{cursor:pointer;background:#edf3fa;border:0;border-radius:8px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:15px;right:15px}.modal-card h2{margin:12px 0;font-size:32px;line-height:1.2}.modal-card p{color:var(--muted);line-height:1.7}@media (width<=980px){.topbar{display:none}.nav-inner{min-height:88px}.brand img{width:170px;height:76px}.menu-btn{display:grid}.nav-links{background:var(--white);box-shadow:var(--shadow);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;padding:22px;display:none;position:absolute;top:88px;left:0;right:0}.nav-links.open{display:flex}.hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:58px 0}.hero h1{font-size:48px}.hero-brand-panel{min-height:330px}.stats-grid,.product-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.stats-grid div:nth-child(2){border-right:0}.section{padding:76px 0}.section-head{display:block}.section-head p{max-width:680px;margin-top:12px}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.container{width:min(100% - 28px,1180px)}.brand img{width:170px;height:76px}.hero-grid{gap:34px;padding:42px 0}.hero h1{font-size:38px}.hero-copy>p{font-size:16px}.hero-actions,.hero-actions .btn{width:100%}.hero-actions{flex-direction:column}.hero-points{gap:10px;display:grid}.hero-brand-panel{min-height:250px;padding:18px}.stats-grid,.product-grid,.service-grid,.capability-panel,.footer-grid{grid-template-columns:1fr}.stats-grid div{border-bottom:1px solid #ffffff24;border-right:0}.stats-grid div:last-child{border-bottom:0}.section h2{font-size:34px}.product-body>p{min-height:auto}.cta h2{font-size:30px}.form{padding:24px}.map-card{height:260px}.footer-grid img{width:220px}}
