
:root{--blue:#063a78;--blue2:#075fb8;--green:#5fb33b;--dark:#071426;--text:#10213c;--muted:#66738a;--glass:rgba(255,255,255,.78)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:#f5f9ff;overflow-x:hidden}
.glow{position:fixed;filter:blur(70px);opacity:.35;z-index:-1;border-radius:999px}.glow-a{width:420px;height:420px;background:#3fa9f5;top:-120px;left:-100px}.glow-b{width:500px;height:500px;background:#6bc34a;bottom:-180px;right:-160px}
.nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px 5vw;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,58,120,.08)}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--blue)}.brand img{width:64px;height:64px;object-fit:contain;border-radius:18px}.brand b{display:block;font-size:18px}.brand small{color:var(--muted)}
nav{display:flex;gap:24px;align-items:center}nav a{color:#17345c;text-decoration:none;font-weight:700}.login,.btn{border-radius:999px;padding:12px 18px}.login{background:#eef6ff}.nav-toggle{display:none}
.hero{display:grid;grid-template-columns:1.04fr .96fr;gap:44px;align-items:center;padding:80px 5vw 40px;min-height:760px}
.eyebrow,.tag,.section-head span{display:inline-flex;padding:8px 13px;border-radius:999px;background:#e9f7e6;color:#2b7c22;font-weight:900;font-size:13px;letter-spacing:.04em}
h1{font-size:clamp(42px,6vw,82px);line-height:.94;margin:20px 0;color:#082f63;letter-spacing:-.06em}h2{font-size:clamp(32px,4vw,56px);line-height:1.02;margin:14px 0;color:#082f63;letter-spacing:-.04em}h3{color:#0a3d7c}
p{font-size:18px;line-height:1.7;color:#4b5b72}.hero-copy p{font-size:22px;max-width:720px}.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;text-decoration:none;font-weight:900;border:1px solid rgba(8,47,99,.14)}.primary{background:linear-gradient(135deg,var(--blue2),var(--green));color:white;box-shadow:0 18px 35px rgba(7,95,184,.25)}.ghost{background:white;color:var(--blue)}
.hero-stats{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.hero-stats span{background:white;border:1px solid rgba(6,58,120,.08);padding:14px 18px;border-radius:20px;box-shadow:0 12px 28px rgba(6,58,120,.08)}.hero-stats b{color:var(--green);display:block;font-size:23px}
.hero-card{position:relative;padding:18px;border-radius:40px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.55));box-shadow:0 25px 80px rgba(6,58,120,.2);border:1px solid white;transform:rotate(1.5deg)}.hero-card img{width:100%;display:block;border-radius:30px}.orb{position:absolute;inset:auto -30px -30px auto;width:150px;height:150px;background:var(--green);border-radius:50%;filter:blur(30px);opacity:.5}
.trust{margin:20px 5vw 70px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.trust div{background:#082f63;color:white;text-align:center;padding:18px;border-radius:20px;font-weight:900}
.section{padding:70px 5vw}.section-head{max-width:850px;margin-bottom:34px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.service,.process div,.contact-card{background:var(--glass);border:1px solid rgba(6,58,120,.08);border-radius:30px;padding:28px;box-shadow:0 18px 48px rgba(6,58,120,.08);backdrop-filter:blur(14px)}.icon{font-size:34px}.feature{transition:.25s}.feature:hover{transform:translateY(-8px)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:80px 5vw}.dark{background:linear-gradient(135deg,#06152a,#082f63);color:white}.dark h2,.dark p,.dark h3{color:white}.checks{padding:0;list-style:none}.checks li{margin:14px 0;padding-left:34px;position:relative;font-size:18px}.checks li:before{content:"✓";position:absolute;left:0;color:#7ee35b;font-weight:900}.terminal{background:#020b16;color:#8dff7a;border-radius:30px;padding:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.dots i{display:inline-block;width:12px;height:12px;background:#fff;border-radius:50%;opacity:.5;margin-right:8px}.terminal code{display:grid;gap:14px;margin-top:24px;font-size:18px}.image-panel img{width:100%;border-radius:32px;box-shadow:0 25px 80px rgba(6,58,120,.18)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service p{font-size:15px}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:35px 5vw}.process b{font-size:46px;color:var(--green)}
.testimonials blockquote{margin:0}.testimonials cite{font-weight:900;color:var(--blue)}
.contact{margin:70px 5vw;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;background:linear-gradient(135deg,#082f63,#075fb8 60%,#62b63b);padding:48px;border-radius:42px;color:white}.contact h2,.contact p{color:white}.contact-card{background:white}.contact-card a{display:block;font-size:26px;font-weight:900;text-decoration:none;color:#082f63;margin:10px 0}.contact-card p{margin:10px 0;color:#4b5b72}
footer{padding:30px 5vw;background:#06152a;color:white;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.nav-toggle{display:block;border:0;background:var(--blue);color:white;border-radius:12px;padding:10px 13px}nav{display:none}.menu-open nav{display:grid;position:absolute;left:5vw;right:5vw;top:90px;background:white;border-radius:24px;padding:24px;box-shadow:0 25px 80px rgba(6,58,120,.2)}.hero,.split,.contact{grid-template-columns:1fr}.trust,.cards,.service-grid,.process{grid-template-columns:1fr}.hero{padding-top:45px}.hero-card{transform:none}footer{display:block}}


.demo-strip{margin:40px 5vw;padding:42px;border-radius:38px;background:linear-gradient(135deg,#ffffff,#eef7ff);border:1px solid rgba(6,58,120,.08);box-shadow:0 20px 60px rgba(6,58,120,.1);display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:center}.demo-strip .btn{justify-content:center;font-size:18px}
.translate-box{position:fixed;left:18px;bottom:18px;z-index:40;background:white;border-radius:18px;padding:10px 12px;box-shadow:0 18px 48px rgba(6,58,120,.18);border:1px solid rgba(6,58,120,.08);max-width:235px}.translate-box span{display:block;font-weight:900;color:#082f63;font-size:12px;margin-bottom:5px}.goog-te-gadget{font-family:Inter,system-ui!important;font-size:12px!important}.goog-te-gadget span{display:inline}.goog-te-banner-frame{display:none!important}body{top:0!important}
.float-actions{position:fixed;right:18px;bottom:22px;z-index:45;display:grid;gap:12px}.float-btn{width:62px;height:62px;border-radius:50%;border:0;color:white;font-size:28px;box-shadow:0 18px 45px rgba(0,0,0,.22);cursor:pointer}.float-btn.whatsapp{background:#25D366}.float-btn.call{background:#075fb8}.chat-panel{position:fixed;right:92px;bottom:24px;width:min(360px,calc(100vw - 28px));z-index:50;background:white;border-radius:28px;padding:22px;box-shadow:0 25px 90px rgba(6,58,120,.28);border:1px solid rgba(6,58,120,.08);transform:translateY(18px);opacity:0;pointer-events:none;transition:.25s}.chat-panel.open{transform:translateY(0);opacity:1;pointer-events:auto}.chat-close{position:absolute;top:10px;right:12px;width:34px;height:34px;border:0;border-radius:50%;background:#eef6ff;font-size:22px;cursor:pointer}.chat-head{display:flex;align-items:center;gap:12px}.chat-head img{width:52px;height:52px;object-fit:contain;border-radius:16px}.chat-head b{display:block;color:#082f63}.chat-head small{color:#66738a}.chat-panel p{font-size:16px}.call-panel a{display:block;color:#082f63;font-weight:900;font-size:22px;margin:13px 0;text-decoration:none}.call-panel small{color:#66738a}.demo-page{min-height:100vh;padding:34px 5vw;background:radial-gradient(circle at top left,#eaf6ff,#f7fbff 38%,#edf8ee)}.demo-login,.demo-dashboard{max-width:1180px;margin:auto}.demo-login-card{max-width:480px;margin:80px auto;background:white;border-radius:34px;padding:32px;box-shadow:0 24px 70px rgba(6,58,120,.18)}.demo-login-card img{width:96px}.demo-login-card input{width:100%;padding:15px;border-radius:16px;border:1px solid #d8e5f5;margin:8px 0 14px}.demo-apps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.demo-app{background:white;border-radius:28px;padding:24px;box-shadow:0 18px 48px rgba(6,58,120,.1);border:1px solid rgba(6,58,120,.08)}.demo-app b{font-size:40px}.demo-app a{display:inline-flex;margin-top:12px;color:#075fb8;font-weight:900}.demo-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.demo-note{background:#082f63;color:white;border-radius:24px;padding:18px}.demo-note p{color:white;margin:0}
@media(max-width:900px){.brand img{width:52px;height:52px}.brand b{font-size:15px}.hero{min-height:auto}.hero-copy p{font-size:18px}.trust{margin-bottom:30px}.demo-strip,.demo-apps,.demo-top{grid-template-columns:1fr;display:grid}.translate-box{left:12px;bottom:92px;max-width:190px}.float-actions{right:14px;bottom:16px}.float-btn{width:56px;height:56px}.chat-panel{right:14px;bottom:150px}.contact{padding:28px;border-radius:30px}.contact-card a{font-size:20px}.section,.split{padding:48px 5vw}h1{font-size:clamp(36px,12vw,58px)}}
@media(max-width:520px){.hero-stats span{width:100%}.cta .btn{width:100%;justify-content:center}.service,.card,.process div{padding:22px}.translate-box{font-size:11px}.demo-login-card{margin:30px auto;padding:24px}}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:white;border:1px solid rgba(6,58,120,.08);border-radius:32px;padding:26px;box-shadow:0 18px 55px rgba(6,58,120,.10);display:flex;flex-direction:column;gap:10px}.product-card:hover{transform:translateY(-6px);transition:.25s}.product-icon{font-size:52px;width:86px;height:86px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,#eef7ff,#eef9ec)}.product-card span,.product-card small{font-weight:900;color:#2b7c22}.product-card b{font-size:22px;color:#082f63}.center{text-align:center}.catalog-page{padding-bottom:50px}.catalog-hero{padding:80px 5vw 30px;background:radial-gradient(circle at top right,#dff3ff,transparent 42%)}.catalog-hero h1{max-width:1050px}.catalog-hero p{max-width:820px}.catalog-filter{display:flex;gap:10px;flex-wrap:wrap;padding:10px 5vw 0}.chip{padding:11px 16px;border-radius:999px;background:white;text-decoration:none;color:#082f63;font-weight:900;border:1px solid rgba(6,58,120,.1)}.product-detail{padding:70px 5vw}.product-detail-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center;background:linear-gradient(135deg,#ffffff,#eff7ff);border-radius:42px;padding:44px;box-shadow:0 25px 80px rgba(6,58,120,.14)}.product-big-icon{font-size:180px;display:grid;place-items:center;min-height:420px;border-radius:34px;background:linear-gradient(135deg,#082f63,#075fb8 55%,#62b63b);box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
@media(max-width:900px){.product-grid,.product-detail-card{grid-template-columns:1fr}.product-big-icon{font-size:110px;min-height:240px}.catalog-hero{padding-top:50px}.catalog .product-card{min-height:auto}}
.page-content{max-width:1050px;margin:90px auto 30px;background:white;border-radius:34px;padding:clamp(24px,5vw,55px);box-shadow:0 24px 70px rgba(6,58,120,.12);border:1px solid rgba(6,58,120,.08)}.page-content h1{font-size:clamp(34px,6vw,70px);line-height:1.02;color:#082f63}.page-content div{font-size:18px;line-height:1.85;color:#39465a}.page-image{width:100%;max-height:430px;object-fit:cover;border-radius:28px;margin:18px 0 28px}.product-icon img,.product-big-icon img{max-width:100%;max-height:210px;object-fit:contain;border-radius:22px}.product-icon img{height:82px}.inline{display:inline}.panel details{background:#f7fbff;border:1px solid #d8e5f5;border-radius:18px;padding:12px;margin:10px 0}.panel summary{cursor:pointer;font-weight:900;color:#082f63}.panel input[type=file]{background:white}.panel input[type=checkbox]{width:auto}.panel form.inline{display:inline-block;margin-left:8px}
@media(min-width:901px){.float-actions{display:grid!important}.chat-panel{display:block!important}}
/* Improved floating WhatsApp instant chat button: visible on desktop and mobile */
.float-btn.whatsapp{background:#25D366;display:flex;align-items:center;justify-content:center;gap:4px;position:relative;overflow:visible;animation:chatPulse 1.9s infinite}.float-btn.whatsapp svg{width:30px;height:30px;fill:#fff}.float-btn.whatsapp span{position:absolute;right:72px;white-space:nowrap;background:#062f22;color:#fff;font-size:13px;font-weight:900;padding:9px 12px;border-radius:999px;box-shadow:0 12px 28px rgba(0,0,0,.18)}.float-btn.whatsapp span:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-left:7px solid #062f22;border-top:7px solid transparent;border-bottom:7px solid transparent}@keyframes chatPulse{0%,100%{transform:scale(1);box-shadow:0 18px 45px rgba(0,0,0,.22)}50%{transform:scale(1.06);box-shadow:0 22px 55px rgba(37,211,102,.42)}}
@media(max-width:520px){.float-btn.whatsapp span{display:none}.float-btn.whatsapp svg{width:29px;height:29px}}

/* Enterprise SEO and trust-building additions */
.impact-strip{margin:12px 5vw 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.impact-strip div{background:linear-gradient(135deg,#fff,#eef7ff);border:1px solid rgba(6,58,120,.08);border-radius:28px;padding:24px;box-shadow:0 16px 45px rgba(6,58,120,.08)}.impact-strip b{display:block;font-size:clamp(30px,4vw,54px);line-height:1;color:#075fb8}.impact-strip span{font-weight:800;color:#39465a}.seo-intro{margin:20px 5vw 50px;padding:44px;border-radius:38px;background:linear-gradient(135deg,#06152a,#082f63 58%,#0a7cc8);color:white;box-shadow:0 25px 80px rgba(6,58,120,.18)}.seo-intro h2,.seo-intro p{color:white}.seo-intro span,.industries .section-head span{display:inline-block;color:#7ee35b;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.industry-grid div{background:white;border:1px solid rgba(6,58,120,.08);border-radius:24px;padding:22px;font-weight:900;box-shadow:0 16px 45px rgba(6,58,120,.07)}.site-footer{align-items:flex-start}.site-footer p{color:#c9d8ea;margin:10px 0 0}.footer-socials{display:flex;gap:10px;flex-wrap:wrap}.footer-socials a{color:white;text-decoration:none;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:11px 14px;font-weight:900}.footer-socials a:hover{background:#25D366;color:#06152a}.floating-testimonials{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:38;width:min(680px,calc(100vw - 210px));background:rgba(6,21,42,.94);color:white;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 60px rgba(0,0,0,.28);border-radius:999px;padding:13px 20px;text-align:center;backdrop-filter:blur(12px)}.floating-testimonials strong{color:#7ee35b;margin-right:8px}.floating-testimonials span{font-weight:800}@media(max-width:900px){.impact-strip,.industry-grid{grid-template-columns:1fr 1fr}.floating-testimonials{bottom:86px;width:calc(100vw - 24px);border-radius:22px;font-size:13px;padding:11px 14px}.seo-intro{padding:28px;border-radius:28px}}@media(max-width:520px){.impact-strip,.industry-grid{grid-template-columns:1fr}.footer-socials{margin-top:18px}.floating-testimonials{display:none}}

/* Contact composer and authenticated footer team */
.contact-card.mini{margin-top:22px}.message-card h3{font-size:28px;margin:0 0 8px;color:#082f63}.message-form{display:grid;gap:12px}.message-form input,.message-form textarea{width:100%;padding:15px 16px;border-radius:16px;border:1px solid #d8e5f5;font:inherit;background:#f9fcff}.message-form textarea{min-height:140px;resize:vertical}.message-form .btn{justify-content:center;border:0;cursor:pointer}.message-form .ghost{border:1px solid rgba(6,58,120,.14)}.site-footer{display:grid;grid-template-columns:1.1fr .8fr;gap:26px}.footer-team{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.13);padding-top:24px}.footer-team h3{color:white;margin:0 0 16px}.footer-team>div{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.footer-team article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:16px}.footer-team img{width:70px;height:70px;object-fit:cover;border-radius:18px;background:white;margin-bottom:10px}.footer-team strong,.footer-team span{display:block}.footer-team strong{color:#7ee35b}.footer-team small{display:block;color:#c9d8ea;line-height:1.5;margin-top:8px}.call-panel a+a{font-size:19px;color:#075fb8}@media(max-width:900px){.site-footer,.footer-team>div{grid-template-columns:1fr}.footer-team article{display:grid;grid-template-columns:82px 1fr;column-gap:12px}.footer-team img{grid-row:1/4}}
