:root{--navy:#08086d;--blue:#10469d;--mint:#21ee9a;--ink:#10172b;--muted:#667085;--line:#e7eaf2;--soft:#f5f7fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:sticky;z-index:30;top:0;display:flex;min-height:5.25rem;align-items:center;justify-content:space-between;padding:.65rem max(5vw,1.25rem);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.brand img{display:block;width:9rem;height:3.7rem;object-fit:contain}.nav{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2.25rem);color:#343b4f;font-size:.92rem;font-weight:700}.nav>a,.products-menu>a{padding:.75rem .1rem}.nav a:hover{color:var(--navy)}.nav-contact{padding:.72rem 1.1rem!important;color:#fff!important;border-radius:999px;background:var(--navy)}.products-menu{position:relative}.products-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;display:grid;width:min(42rem,88vw);padding:.8rem;border:1px solid var(--line);border-radius:1rem;background:#fff;box-shadow:0 24px 60px rgba(8,8,109,.14);grid-template-columns:repeat(5,1fr);opacity:0;pointer-events:none;transform:translate(-38%,-.5rem);transition:.2s ease}.products-menu:hover .products-dropdown,.products-menu:focus-within .products-dropdown{opacity:1;pointer-events:auto;transform:translate(-38%,0)}.products-dropdown a{display:grid;gap:.45rem;justify-items:center;padding:.7rem .4rem;border-radius:.75rem;font-size:.72rem}.products-dropdown a:hover{background:var(--soft)}.products-dropdown img{width:4rem;height:3.4rem;object-fit:contain}.hero{position:relative;display:grid;min-height:calc(100vh - 5.25rem);align-items:center;gap:4rem;padding:clamp(4rem,8vw,7rem) max(6vw,1.25rem);overflow:hidden;grid-template-columns:1.1fr .9fr}.hero::before{position:absolute;width:38rem;height:38rem;right:-16rem;top:-10rem;border-radius:50%;background:radial-gradient(circle,rgba(33,238,154,.2),transparent 68%);content:""}.hero-copy{position:relative;max-width:47rem}.eyebrow{margin:0 0 1rem;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}h1,h2,h3,p{text-wrap:pretty}h1{max-width:45rem;margin:0;color:var(--navy);font-size:clamp(2.7rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em}.hero-copy>p:not(.eyebrow){max-width:39rem;margin:1.6rem 0 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:.72rem;font-size:.9rem;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--navy);box-shadow:0 12px 24px rgba(8,8,109,.16)}.button-secondary{color:var(--navy);border:1px solid #cfd4e4;background:#fff}.hero-visual{position:relative;display:grid;min-height:26rem;place-items:center}.tech-orbit{position:relative;display:grid;width:min(29rem,78vw);aspect-ratio:1;place-items:center;border:1px solid rgba(16,70,157,.16);border-radius:50%;background:linear-gradient(145deg,#fff,#f2f5fc);box-shadow:0 36px 80px rgba(8,8,109,.12)}.tech-orbit::before,.tech-orbit::after{position:absolute;border:1px solid rgba(33,238,154,.55);border-radius:50%;content:""}.tech-orbit::before{inset:8%;border-style:dashed}.tech-orbit::after{width:1rem;height:1rem;right:9%;top:27%;border:0;background:var(--mint);box-shadow:0 0 0 .6rem rgba(33,238,154,.14)}.tech-orbit span{position:absolute;width:2.2rem;height:2.2rem;left:6%;bottom:26%;border-radius:.65rem;background:var(--navy);transform:rotate(25deg)}.tech-orbit img{width:65%;height:65%;object-fit:contain;mix-blend-mode:multiply}.section{padding:clamp(4rem,7vw,7rem) max(6vw,1.25rem)}.section-heading{max-width:43rem;margin-bottom:2.5rem}h2{margin:0;color:var(--navy);font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.04em}.products{background:var(--soft)}.product-grid{display:grid;gap:1rem;grid-template-columns:repeat(5,1fr)}.product-card{position:relative;min-width:0;padding:1.15rem;border:1px solid var(--line);border-radius:1rem;background:#fff;box-shadow:0 10px 35px rgba(8,8,109,.04)}.product-number{position:absolute;top:1rem;right:1rem;color:#a3abc0;font-size:.7rem;font-weight:900}.product-logo{display:grid;height:9rem;place-items:center;margin-bottom:1rem}.product-logo img{max-width:100%;max-height:100%;object-fit:contain}.product-card h3{margin:.5rem 0;color:var(--navy);font-size:1.1rem}.product-card p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.55}.about{display:grid;align-items:end;gap:5rem;grid-template-columns:1fr 1fr}.about>p,.pricing p,.contact p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.8}.pricing{display:flex;align-items:center;justify-content:space-between;gap:3rem;border-block:1px solid var(--line);background:linear-gradient(115deg,#fff,#f5f7fc)}.pricing>div{max-width:48rem}.pricing p{margin-top:1.25rem}.pricing .button{flex:none}.contact{display:flex;align-items:center;justify-content:space-between;gap:3rem;color:#fff;background:var(--navy)}.contact h2,.contact .eyebrow{color:#fff}.contact p{margin-top:1rem;color:#d9defb}.button-light{flex:none;color:var(--navy);background:#fff}footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem max(6vw,1.25rem);color:var(--muted);font-size:.8rem}footer img{width:6.5rem;height:3rem;object-fit:contain}.whatsapp{position:fixed;z-index:40;right:1.25rem;bottom:1.25rem;display:grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:50%;background:#25d366;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:.2s ease}.whatsapp:hover{transform:scale(1.06)}.whatsapp img{width:2rem;height:2rem}
@media(max-width:960px){.nav{gap:1rem}.hero{grid-template-columns:1fr}.hero-visual{min-height:22rem}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:span 2}.about{gap:2rem;grid-template-columns:1fr}}
@media(max-width:680px){.site-header{position:relative;align-items:flex-start;flex-direction:column}.brand img{width:7.5rem}.nav{width:100%;gap:.2rem;justify-content:space-between;overflow-x:auto;font-size:.74rem}.nav-contact{padding:.55rem .7rem!important}.products-dropdown{position:fixed;top:7.8rem;left:1rem;right:1rem;width:auto;grid-template-columns:repeat(3,1fr);transform:translateY(-.5rem)}.products-menu:hover .products-dropdown,.products-menu:focus-within .products-dropdown{transform:translateY(0)}.products-dropdown img{width:3rem;height:2.8rem}.hero{min-height:auto;gap:1rem;padding-top:3.5rem}.hero-visual{min-height:18rem}.tech-orbit{width:min(19rem,78vw)}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.pricing,.contact{align-items:flex-start;flex-direction:column}footer{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
