:root{--bg-color:#010204;--bg-secondary:#05080d;--bg-tertiary:#0a111a;--text-primary:#fff;--text-secondary:#94a3b8;--accent-color:#007fa3;--accent-hover:#006680;--accent-cyan:#00f0ff;--border-color:#007fa333;--nav-bg:#010204d9;--card-bg:#05080db3}.logo-img{filter:brightness(0)invert();width:auto;height:40px}.pillar-image{object-fit:cover;opacity:.3;z-index:0;width:100%;height:100%;transition:opacity .5s,transform .5s;position:absolute;top:0;left:0}.pillar-card:hover .pillar-image{opacity:.6;transform:scale(1.1)}.pillar-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;display:flex;position:relative}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;cursor:none;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a,button,[role=button],.glass-card,.bento-item,.pillar-card{cursor:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.1}h1{font-size:4.5rem}h2{margin-bottom:1.5rem;font-size:3rem}h3{margin-bottom:1rem;font-size:1.75rem}p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent-color);text-shadow:0 0 20px #00f0ff4d}.btn{letter-spacing:.05em;text-transform:uppercase;z-index:1;border:1px solid #0000;border-radius:.25rem;justify-content:center;align-items:center;padding:1rem 2rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:var(--accent-color);z-index:-1;transform-origin:100%;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.btn:hover:before{transform-origin:0;transform:scaleX(1)}.btn-primary{color:var(--accent-color);border-color:var(--accent-color);background:0 0;box-shadow:0 0 15px #00f0ff1a,inset 0 0 10px #00f0ff1a}.btn-primary:hover{color:#000;box-shadow:0 0 25px #00f0ff66}.btn-secondary{color:#fff;border-color:var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff0d}.btn-secondary:before{background:#ffffff1a}.btn-secondary:hover{border-color:#ffffff4d}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:1rem;padding:2.5rem;position:relative;overflow:hidden}.glass-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:50%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.glass-card:hover:before{left:200%}.grid{gap:2rem;display:grid}@media (width>=768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}}.navbar{z-index:2000;background-color:#0000;align-items:center;height:6rem;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background-color:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.nav-container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{letter-spacing:-.05em;color:#fff;align-items:center;gap:.75rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700;display:flex}.logo-icon{color:var(--accent-color);filter:drop-shadow(0 0 8px #00f0ff80)}.nav-links{gap:3rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";background-color:var(--accent-color);width:0%;height:2px;box-shadow:0 0 10px var(--accent-color);transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (width<=768px){.desktop-only{display:none!important}.mobile-toggle{display:block}.mobile-menu{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);z-index:90;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-menu a{text-transform:uppercase;color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600}}.hero{align-items:center;height:100svh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;max-width:800px;margin-top:-5vh;position:relative}.hero-subtitle{color:var(--accent-color);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-weight:600;display:block}.hero h1{margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem)}.hero-btns{gap:1.5rem;margin-top:3rem;display:flex}.canvas-container{z-index:0;pointer-events:none;width:100vw;height:100svh;position:fixed;top:0;left:0}.section{z-index:10;background-color:var(--bg-color);padding:8rem 0;position:relative}.section-title{text-align:center;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,4rem)}.section-subtitle{text-align:center;max-width:600px;margin:0 auto 5rem;font-size:1.25rem}.pillars-container{min-height:600px;position:relative;overflow-x:hidden}.pillars-wrapper{gap:2rem;width:max-content;padding:0 5vw;display:flex}.pillar-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem;flex-direction:column;flex-shrink:0;justify-content:flex-end;width:400px;height:500px;padding:3rem;transition:transform .3s;display:flex;position:relative;overflow:hidden;color:#fff!important;text-decoration:none!important}.pillar-card h3,.pillar-card p{color:#fff!important}.pillar-card:hover{border-color:var(--accent-color);transform:translateY(-10px);box-shadow:0 10px 40px #00f0ff1a;color:#fff!important}.pillar-card h3{z-index:2;margin-bottom:1rem;font-size:2rem;position:relative;color:#fff!important}.pillar-card p{z-index:2;position:relative;color:#fff!important}.bento-grid{grid-template-rows:repeat(2,300px);grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.bento-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1.5rem;flex-direction:column;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden;color:#fff!important;text-decoration:none!important}.bento-item h3,.bento-item p{color:#fff!important}.bento-item:hover{border-color:#ffffff4d;transform:scale(1.02)}.bento-item.large{grid-column:span 8}.bento-item.medium{grid-column:span 4}.bento-icon{width:50px;height:50px;color:var(--accent-color);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;margin-bottom:auto;display:flex}.bento-item h3{margin-bottom:.5rem;font-size:1.5rem}.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .1s ease-out,opacity .2s;display:flex;position:fixed;top:0;left:0}body.hide-custom-cursor .custom-cursor{opacity:0}.leaflet-container{cursor:grab!important}.leaflet-grabbing .leaflet-container,.leaflet-container:active{cursor:grabbing!important}.cursor-drone{width:24px;height:24px;transition:transform .2s;position:relative}.cursor-body{background-color:var(--accent-color);width:8px;height:8px;box-shadow:0 0 10px var(--accent-color);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor-arm{background:#fffc;width:28px;height:2px;position:absolute;top:50%;left:50%}.cursor-arm-1{transform:translate(-50%,-50%)rotate(45deg)}.cursor-arm-2{transform:translate(-50%,-50%)rotate(-45deg)}.cursor-rotor{border:1px solid var(--accent-color);border-radius:50%;width:8px;height:8px;position:absolute}.cursor-rotor-1{top:-2px;left:-2px}.cursor-rotor-2{top:-2px;right:-2px}.cursor-rotor-3{bottom:-2px;left:-2px}.cursor-rotor-4{bottom:-2px;right:-2px}body.hovering-link .cursor-drone{transform:scale(1.5)}body.hovering-link .cursor-rotor{background:#00f0ff33;animation:.2s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.clientele-section{background:var(--bg-color);padding:8rem 0;position:relative;overflow:hidden}.clientele-spotlight{filter:blur(60px);z-index:1;pointer-events:none;background:radial-gradient(circle,#007fa34d 0%,#0000 70%);width:600px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.clientele-track{z-index:2;align-items:center;width:7000px;animation:45s linear infinite scroll;display:flex;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000,#000 20% 80%,#0000);mask-image:linear-gradient(90deg,#0000,#000 20% 80%,#0000)}.client-logo-container{flex-shrink:0;justify-content:center;align-items:center;width:250px;height:120px;padding:0 40px;display:flex}.client-logo{object-fit:contain;filter:grayscale()invert()brightness(1.5)contrast(1.2);mix-blend-mode:screen;opacity:.4;max-width:100%;max-height:70px;transition:all .6s cubic-bezier(.4,0,.2,1)}.client-logo:hover{opacity:1;filter:brightness(1.2)contrast(1.1)drop-shadow(0 0 15px #007fa399);mix-blend-mode:normal;transform:scale(1.2)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-3500px)}}.clientele-fade{background:linear-gradient(to right, var(--bg-color), transparent);z-index:2;pointer-events:none;width:15%;height:100%;position:absolute;top:0;left:0}.clientele-fade-right{background:linear-gradient(to left, var(--bg-color), transparent);left:auto;right:0}.bg-grid{background-image:linear-gradient(#007fa30d 1px,#0000 1px),linear-gradient(90deg,#007fa30d 1px,#0000 1px);background-size:30px 30px}.bg-dots{background-image:radial-gradient(#007fa31a 1px,#0000 1px);background-size:20px 20px}.bg-circuit{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M10 10 L90 10 L90 90 L10 90 Z' fill='none' stroke='rgba(0, 127, 163, 0.03)' stroke-width='0.5'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(0, 127, 163, 0.1)'/%3E%3Ccircle cx='90' cy='10' r='1' fill='rgba(0, 127, 163, 0.1)'/%3E%3Ccircle cx='90' cy='90' r='1' fill='rgba(0, 127, 163, 0.1)'/%3E%3Ccircle cx='10' cy='90' r='1' fill='rgba(0, 127, 163, 0.1)'/%3E%3C/svg%3E")}.card-illustration{z-index:0;pointer-events:none;opacity:.5;position:absolute;inset:0}.card-content-wrapper{z-index:1;position:relative}.pillar-video{object-fit:cover;z-index:0;opacity:.15;mix-blend-mode:screen;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.news-scroll-container{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%;padding:2rem 0 4rem;overflow-x:auto}.news-scroll-container::-webkit-scrollbar{display:none}.news-wrapper{gap:2rem;width:max-content;padding:0 5vw;display:flex}.news-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);scroll-snap-align:center;border-radius:1rem;width:450px;padding:1rem;transition:transform .3s,border-color .3s}.news-nav-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.news-nav-btn:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.news-nav-btn.left{left:2rem}.news-nav-btn.right{right:2rem}.news-nav-container{display:block}@media (width<=768px){.news-nav-btn{width:40px;height:40px}.news-nav-btn.left{left:.5rem}.news-nav-btn.right{right:.5rem}}.news-card:hover{border-color:var(--accent-color);transform:translateY(-10px)}.news-image-container{background:#000;border-radius:.5rem;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.news-image{object-fit:contain;width:100%;height:auto;display:block}.footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);z-index:10;padding:6rem 0 2rem;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.footer h4{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.footer-links{flex-direction:column;gap:1rem;display:flex}.footer-links a{color:var(--text-secondary);transition:color .3s}.footer-links a:hover{color:var(--accent-color)}.newsletter-form{gap:.5rem;display:flex}.newsletter-input{border:1px solid var(--border-color);color:#fff;background:#ffffff0d;border-radius:.25rem;flex:1;padding:.75rem 1rem;font-family:inherit}.newsletter-input:focus{border-color:var(--accent-color);outline:none}.newsletter-btn{background:var(--accent-color);color:#000;cursor:pointer;border:none;border-radius:.25rem;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.newsletter-btn:hover{background:#fff}@media (width<=768px){:root{--nav-height:4rem}body{cursor:auto!important}.custom-cursor{display:none!important}a,button,[role=button],.glass-card,.bento-item,.pillar-card{cursor:auto!important}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}p{font-size:.95rem}.container{padding:0 1.25rem}.navbar{height:var(--nav-height)}.nav-links{display:none}.logo-img{height:30px}.hero{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:100vh;padding:6rem 0 4rem;display:flex}.hero-content{order:1;max-width:100%;margin-top:0}.hero-btns{flex-direction:column;gap:1rem;width:100%}.hero-btns .btn{width:100%}.canvas-container{pointer-events:auto;order:2;width:100%;margin-top:2rem;height:350px!important;position:relative!important}.section{padding:4rem 0}.section-subtitle{margin-bottom:3rem}.pillars-container{padding:4rem 0;height:auto!important;overflow:visible!important}.pillars-wrapper{flex-direction:column!important;gap:1.5rem!important;width:100%!important;padding:0 1.25rem!important;display:flex!important;transform:none!important}.pillar-card{min-height:300px;padding:2rem;width:100%!important;height:auto!important}.bento-grid{flex-direction:column;gap:1.5rem;display:flex}.bento-item{min-height:200px;padding:1.5rem}.grid-cols-2{grid-template-columns:1fr;gap:1.5rem}.card{padding:1.5rem}.clientele-section{padding:4rem 0}.client-logo-container{width:120px;padding:0 15px}.client-logo{max-height:35px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1680px)}}.footer-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-socials{justify-content:center}.newsletter-form{flex-direction:column}.chat-trigger{padding:.6rem 1.2rem;bottom:1.5rem;right:1.5rem}.chat-window{width:calc(100vw - 2rem);height:80vh;bottom:1rem;left:1rem;right:1rem}}@media (width<=480px){h1{font-size:2rem}.nav-links{display:none}.logo-img{height:25px}}
