*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;left:0;padding:30px 60px;position:fixed;right:0;top:0;transition:background-color .3s ease;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.logo{color:#fff;font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:400;letter-spacing:.05em}.nav{display:flex;gap:40px}.nav a{color:#fff;font-family:Courier New,Courier,monospace;font-size:1rem;font-weight:400;letter-spacing:.1em;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#c9ff00}@media (max-width:768px){.header{padding:20px 30px}.nav{flex-direction:column;gap:15px}.nav a{font-size:.9rem}}.landing{background:#000;color:#fff;height:100vh;opacity:1;overflow:hidden;position:relative;text-align:center;transform:translateY(0);transition:opacity 1s ease-out,transform 1s ease-out}.landing.fade-out{opacity:0;transform:translateY(-50px)}.landing-video{height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:-1}.landing-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 20px;position:relative;z-index:1}.landing-container h1{font-size:4rem;margin-bottom:20px}.landing-container p{font-size:1.5rem}.hero{align-items:center;background:#000;display:flex;height:100vh;justify-content:flex-start;padding-left:10%;padding-right:10%;position:relative}.hero-content{max-width:900px}.hero-content h2{line-height:1.3;margin:0}.hero-content h2,.hero-content p{color:#fff;font-family:Courier New,Courier,monospace;font-size:4rem;font-weight:400;letter-spacing:.05em}.hero-content p{margin-top:30px}.hero-content .highlight{color:#c9ff00;font-weight:700}@media (max-width:768px){.hero{padding-left:5%;padding-right:5%}.hero-content h2,.hero-content p{font-size:2rem}}.team{align-items:center;background:#000;display:flex;justify-content:center;min-height:100vh;padding:80px 20px}.team-container{max-width:1400px;text-align:center;width:100%}.team h2{font-size:3.5rem;font-weight:400;letter-spacing:.1em;margin:0 0 20px}.team h2,.team-subtitle{color:#fff;font-family:Courier New,Courier,monospace}.team-subtitle{font-size:1.5rem;font-weight:300;margin:0 0 80px}.team-grid{grid-gap:80px;display:grid;gap:80px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:900px}.team-member{align-items:center;display:flex;flex-direction:column}.team-card{aspect-ratio:1/1;border-radius:8px;cursor:pointer;margin-bottom:20px;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}.team-card:hover{transform:scale(1.02)}.team-card.purple{background:#b19cd9}.team-card.white{background:#fff}.team-photo{height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.team-card:hover .team-photo{opacity:1}.team-member h3{color:#fff;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:400;letter-spacing:.05em;margin:0}@media (max-width:768px){.team h2{font-size:2rem}.team-subtitle{font-size:1rem;margin-bottom:40px}.team-grid{gap:40px;grid-template-columns:1fr}}.customers{align-items:center;background:#000;display:flex;justify-content:center;min-height:100vh;padding:80px 20px}.customers-container{max-width:1400px;width:100%}.customers h2{color:#fff;font-family:Courier New,Courier,monospace;font-size:3rem;font-weight:400;letter-spacing:.1em;margin:0 0 80px}.customers-grid{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1400px}.customer-logo{align-items:center;display:flex;justify-content:center;padding:20px}.customer-logo img{height:auto;max-width:160px;object-fit:contain;width:100%}.customer-logo img.logo-white{filter:brightness(0) invert(1)}@media (max-width:1200px){.customers-grid{gap:40px;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.customers h2{font-size:2rem;margin-bottom:40px}.customers-grid{gap:30px;grid-template-columns:repeat(2,1fr)}.customer-logo img{max-width:150px}}@media (max-width:480px){.customers-grid{grid-template-columns:1fr}}.services{align-items:center;background:#000;display:flex;justify-content:center;min-height:100vh;padding:80px 20px}.services-container{max-width:1400px;text-align:center;width:100%}.services h2{font-size:3.5rem;font-weight:400;letter-spacing:.1em;margin:0 0 20px}.services h2,.services-subtitle{color:#fff;font-family:Courier New,Courier,monospace}.services-subtitle{font-size:1.5rem;font-weight:300;margin:0 0 80px}.services-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.service-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:40px 30px;text-align:center;transition:all .3s ease}.service-card:hover{background:#ffffff14;border-color:#c9ff00;transform:translateY(-5px)}.service-card h3{color:#c9ff00;font-size:1.3rem;font-weight:400;letter-spacing:.1em;margin:0 0 20px}.service-card h3,.service-card p{font-family:Courier New,Courier,monospace}.service-card p{color:#fff;font-size:1rem;font-weight:300;line-height:1.6}@media (max-width:768px){.services h2{font-size:2rem}.services-subtitle{font-size:1rem;margin-bottom:40px}.services-grid{gap:40px;grid-template-columns:1fr}}.contact{align-items:center;background:#000;display:flex;justify-content:center;min-height:100vh;padding:80px 20px}.contact-container{max-width:1400px;text-align:center;width:100%}.contact h2{font-size:3.5rem;font-weight:400;letter-spacing:.1em;margin:0 0 20px}.contact h2,.contact-subtitle{color:#fff;font-family:Courier New,Courier,monospace}.contact-subtitle{font-size:1.5rem;font-weight:300;margin:0 0 80px}.contact-info{grid-gap:80px;display:grid;gap:80px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:900px}.contact-item{padding:40px 20px}.contact-item h3{color:#c9ff00;font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:400;letter-spacing:.1em;margin:0 0 20px}.contact-item a,.contact-item p{color:#fff;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:300;margin:0;text-decoration:none}.contact-item a:hover{color:#c9ff00;transition:color .3s ease}@media (max-width:768px){.contact h2{font-size:2rem}.contact-subtitle{font-size:1rem;margin-bottom:40px}.contact-info{gap:40px;grid-template-columns:1fr}}.footer{background:#000;border-top:1px solid #ffffff1a;color:#fff;padding:60px 20px;text-align:center}.footer-container{margin:0 auto;max-width:1400px}.footer p{color:#ffffffb3;font-family:Courier New,Courier,monospace;font-size:.9rem;letter-spacing:.05em;margin:10px 0}.footer-subtitle{color:#ffffff80;font-size:.8rem}body,html{font-family:Share Tech Mono,monospace;margin:0;padding:0}.container{margin:0 auto;max-width:1200px;width:90%}
/*# sourceMappingURL=main.aba61b11.css.map*/