.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease}.navbar.scrolled{background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0;border-bottom:1px solid var(--glass-border)}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:1.5rem;letter-spacing:-.02em}.logo-img{height:40px;width:auto}.logo-text,.highlight{color:#fff}.desktop-menu{display:flex;gap:2rem}.nav-link{position:relative;font-size:.95rem;font-weight:500;color:var(--text-muted);transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--text-main)}.active-dot{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:4px;height:4px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary)}.mobile-toggle{display:none;background:none;border:none;color:var(--text-main);cursor:pointer}.mobile-menu{position:absolute;top:100%;left:0;width:100%;background:var(--bg-card);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;border-bottom:1px solid var(--glass-border)}.mobile-link{font-size:1.2rem;font-weight:600;color:var(--text-main)}@media (max-width: 768px){.desktop-menu{display:none}.mobile-toggle{display:block}}.footer{background:var(--bg-card);border-top:1px solid var(--glass-border);padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem}.footer-desc{color:var(--text-muted);margin-top:1rem;line-height:1.6;max-width:300px}.footer-links h4,.footer-contact h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-links ul,.footer-contact ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-muted);transition:color .3s ease}.footer-links a:hover{color:var(--primary)}.footer-contact li{display:flex;gap:1rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.footer-bottom{border-top:1px solid var(--glass-border);padding-top:2rem;text-align:center;color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.vendor-carousel-section{padding:2rem 0;background:#0000004d;border-top:1px solid rgba(0,243,255,.1);border-bottom:1px solid rgba(0,243,255,.1);overflow:hidden;position:relative;margin-bottom:4rem}.vendor-title{text-align:center;font-family:var(--font-display);font-size:.9rem;letter-spacing:2px;color:var(--text-muted);margin-bottom:2rem;text-transform:uppercase;opacity:.7}.carousel-track-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;align-items:center;gap:4rem;width:max-content;animation:scroll 30s linear infinite}.vendor-logo{height:40px;width:auto;filter:grayscale(100%) brightness(.7);transition:all .3s ease;opacity:.6}.vendor-logo:hover{filter:grayscale(0%) brightness(1);opacity:1;transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.vendor-carousel-section:before,.vendor-carousel-section:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.vendor-carousel-section:before{left:0;background:linear-gradient(to right,var(--bg-dark),transparent)}.vendor-carousel-section:after{right:0;background:linear-gradient(to left,var(--bg-dark),transparent)}.home-page{width:100%}.hero-section{height:100vh;min-height:700px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:transparent}.hero-grid{display:none}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);opacity:.2;filter:blur(100px)}.hero-content{position:relative;z-index:1}.hero-text-wrapper{max-width:800px}.hero-title{font-size:5rem;line-height:1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:600px;line-height:1.6}.hero-actions{display:flex;gap:1.5rem}.btn-secondary{background:transparent;color:var(--text-main);border:none;display:flex;align-items:center;gap:.5rem;font-size:1rem;cursor:pointer;transition:gap .3s ease}.btn-secondary:hover{gap:1rem;color:var(--primary)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-desc{color:var(--text-muted);font-size:1.1rem}.services-grid{display:grid}.service-card.col-span-2 .card-content{flex:1;z-index:2;padding-right:2rem}.service-card.col-span-2 .card-visual{flex:1.2;height:100%;display:flex;align-items:center;justify-content:center}.service-card.col-span-1 .card-visual{margin-top:2rem;height:100px;display:flex;align-items:center;justify-content:center}.card-header{margin-bottom:1.5rem}.card-icon{width:48px;height:48px;background:#00f3ff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);border:1px solid var(--glass-border)}.service-card h3{font-size:1.5rem;font-weight:500;margin-bottom:.75rem}.service-card p{color:var(--text-muted);line-height:1.6;font-size:1rem}.visual-svg{width:100%;height:100%;max-height:200px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.feature-list{list-style:none}.feature-list li{margin-bottom:1rem;font-size:1.1rem;display:flex;align-items:center;gap:1rem}.check{color:var(--primary);font-weight:700}.visual-card{padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:center}.stat-number{display:block;font-size:3rem;font-weight:700;color:var(--primary);font-family:var(--font-display)}.stat-label{color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1024px){.services-grid{grid-template-columns:1fr}.service-card.col-span-2{grid-column:span 1;flex-direction:column}.service-card.col-span-2 .card-content{padding-right:0;margin-bottom:2rem}}@media (max-width: 768px){.hero-title{font-size:3rem}.about-grid{grid-template-columns:1fr}}.about-container{padding-top:12rem;padding-bottom:6rem;position:relative;overflow:hidden;width:100%}.about-hero{text-align:center;margin-bottom:4rem;position:relative;z-index:2;padding:0 2rem}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-muted);max-width:900px;margin:0 auto 3rem;text-align:center;padding:0 2rem}.competencies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:4rem auto;padding:0 2rem}.competency-card{background:#05050599;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,243,255,.1);padding:2.5rem 2rem;border-radius:4px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.competency-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 10px 30px -10px #00f3ff33;background:#00f3ff05}.card-corner{position:absolute;width:10px;height:10px;border-color:var(--primary);border-style:solid;transition:all .3s ease;opacity:.5}.competency-card:hover .card-corner{opacity:1;width:15px;height:15px}.top-left{top:0;left:0;border-width:2px 0 0 2px}.top-right{top:0;right:0;border-width:2px 2px 0 0}.bottom-left{bottom:0;left:0;border-width:0 0 2px 2px}.bottom-right{bottom:0;right:0;border-width:0 2px 2px 0}.visual-container{width:100%;height:120px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.wireframe-icon{width:100px;height:100px;filter:drop-shadow(0 0 5px rgba(0,243,255,.3));transition:all .3s ease}.competency-card:hover .wireframe-icon{filter:drop-shadow(0 0 10px rgba(0,243,255,.6));transform:scale(1.05)}.competency-title{font-family:var(--font-display);font-size:1.25rem;margin-bottom:.75rem;color:var(--text-main)}.competency-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5}.bg-gradient-orb,.orb-1,.orb-2{display:none}:root{--bg-dark: #000000;--bg-card: #050505;--primary: #00f3ff;--primary-glow: rgba(0, 243, 255, .6);--secondary: #ff9e00;--secondary-glow: rgba(255, 158, 0, .6);--text-main: #e0faff;--text-muted: #94a3b8;--glass-border: rgba(0, 243, 255, .2);--glass-bg: rgba(0, 20, 30, .4);--font-main: "Outfit", sans-serif;--font-display: "Space Grotesk", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-main);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.1}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:transparent;border:1px solid var(--primary);color:var(--primary);padding:.75rem 1.5rem;font-family:var(--font-display);font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--primary);transition:all .3s ease;z-index:-1}.btn-primary:hover{color:var(--bg-dark)}.btn-primary:hover:before{left:0}.section-padding{padding:6rem 0}
