:root{--primary-color:#111827;--secondary-color:#111860;--accent-color:#7c3aed;--text-color:#111827;--text-light:#f3f4f6;--bg-color:#000000;--secondary-bg:#111827;--card-bg:#1e293b;--border-color:#e5e7eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-light);background-color:var(--bg-color);margin:0;padding:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.deeper-look{display:none!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-background{position:fixed;top:25%;left:0;right:0;bottom:0;z-index:-1;width:100%;height:100%;animation:fadeIn 3s ease-in-out}.site-header{padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{justify-content:space-between}.header-container,.logo{display:flex;align-items:center}.logo img{height:40px;margin-right:.5rem}@media (max-width:768px){.logo img{height:20px}}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.hero{padding:4rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.hero h1,.hero p{color:var(--text-light)}.hero p{font-size:1.25rem}.hero p,.hero-logo{margin-bottom:2rem}.hero-logo img{height:80px}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-primary{background-color:var(--primary-color);color:white}.btn-primary:hover{background-color:var(--secondary-color)}.btn-outline{background-color:transparent;color:white;border:2px solid white}.btn-outline:hover{background-color:var(--primary-color);color:white}.section{padding:4rem 0}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center}.section-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.about{background-color:var(--bg-color);padding:4rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}.about-image img{width:100%;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.about-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-text p{margin-bottom:1.5rem}.products{padding:4rem 0}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2rem;gap:2rem}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background-color:white;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.product-image{height:200px;background-size:cover;background-position:50%}.product-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 200px)}.product-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-light)}.product-content p{color:var(--text-light);margin-bottom:1rem;flex-grow:1}.product-link{display:inline-block;color:var(--primary-color);font-weight:600;text-decoration:none}.product-link:hover{text-decoration:underline}.technology{background-color:var(--secondary-bg);color:var(--text-light);padding:4rem 0}.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.tech-card{background-color:var(--card-bg);border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.tech-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.tech-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color)}.team{background-color:var(--secondary-bg);color:var(--text-light);padding:4rem 0}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.team-member{text-align:center}.team-photo{width:150px;height:150px;border-radius:50%;margin:0 auto 1rem;overflow:hidden;background-color:#e5e7eb}.team-photo img{width:100%;height:100%;object-fit:cover}.team-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.team-role{font-size:1rem;color:var(--primary-color);margin-bottom:.5rem}.team-bio{font-size:.875rem}.footer{background-color:var(--secondary-bg);color:var(--text-light);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-column h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--text-light)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid #374151;font-size:.875rem;color:#9ca3af}.product-hero{height:400px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-light)}.product-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.product-hero p{font-size:1.25rem;max-width:600px;margin:0 auto 2rem}@media (max-width:768px){.about-content{grid-template-columns:1fr}.hero h1{font-size:2.5rem}.section-title{font-size:2rem}.product-hero h1{font-size:2.5rem}}@media (max-width:480px){.hero h1{font-size:2rem}.section-title{font-size:1.75rem}.product-hero h1{font-size:2rem}.nav-links{gap:1rem}}.dark-section{background-color:var(--secondary-bg);color:var(--text-light)}.dark-card{background-color:var(--card-bg);color:var(--text-light)}.button-container{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}nav.product-nav{background-color:var(--secondary-bg)}nav.product-nav a{color:var(--text-light)}.bg-secondary-bg{background-color:var(--secondary-bg)}.bg-card-bg{background-color:var(--card-bg)}.visit-website-btn{padding:.5rem 1rem}