.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__inner{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding-top:64px;display:flex}.Hero-module__ZARIfG__content{flex:1;min-width:0}.Hero-module__ZARIfG__tagline{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.1em;opacity:0;margin-bottom:1.5rem;font-size:.875rem;animation:.6s forwards Hero-module__ZARIfG__fadeSlideUp}.Hero-module__ZARIfG__cursor{background:var(--cyan);vertical-align:text-bottom;width:2px;height:1em;margin-left:4px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}.Hero-module__ZARIfG__heading{letter-spacing:-.03em;color:var(--text);opacity:0;white-space:pre-line;margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.15;animation:.6s .15s forwards Hero-module__ZARIfG__fadeSlideUp}.Hero-module__ZARIfG__headingAccent{color:var(--cyan);text-decoration:underline;-webkit-text-decoration-color:var(--cyan-dim);text-decoration-color:var(--cyan-dim);text-underline-offset:6px;text-decoration-thickness:2px}.Hero-module__ZARIfG__description{color:var(--text-dim);opacity:0;max-width:520px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;animation:.6s .3s forwards Hero-module__ZARIfG__fadeSlideUp}.Hero-module__ZARIfG__buttons{opacity:0;gap:1rem;animation:.6s .45s forwards Hero-module__ZARIfG__fadeSlideUp;display:flex}.Hero-module__ZARIfG__terminal{opacity:0;flex:0 0 480px;max-width:480px;animation:.8s .5s forwards Hero-module__ZARIfG__fadeSlideLeft}.Hero-module__ZARIfG__terminalWindow{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 20px 60px #00000080}.Hero-module__ZARIfG__terminalChrome{background:var(--surface-elevated);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;display:flex}.Hero-module__ZARIfG__dot{border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__dotRed{background:#ff5f57}.Hero-module__ZARIfG__dotYellow{background:#ffbd2e}.Hero-module__ZARIfG__dotGreen{background:#28c840}.Hero-module__ZARIfG__terminalTitle{text-align:center;font-family:var(--font-mono);color:var(--text-muted);flex:1;margin-right:44px;font-size:.75rem}.Hero-module__ZARIfG__terminalBody{font-family:var(--font-mono);padding:1.25rem;font-size:.8125rem;line-height:2}.Hero-module__ZARIfG__terminalLine{opacity:0;animation:.4s forwards Hero-module__ZARIfG__fadeSlideUp}.Hero-module__ZARIfG__terminalLine:first-child{animation-delay:.8s}.Hero-module__ZARIfG__terminalLine:nth-child(2){animation-delay:1.2s}.Hero-module__ZARIfG__terminalLine:nth-child(3){animation-delay:1.6s}.Hero-module__ZARIfG__terminalLine:nth-child(4){animation-delay:2s}.Hero-module__ZARIfG__terminalLine:nth-child(5){animation-delay:2.4s}.Hero-module__ZARIfG__terminalLine:nth-child(6){animation-delay:2.8s}.Hero-module__ZARIfG__prompt{color:var(--cyan)}.Hero-module__ZARIfG__command{color:var(--text)}.Hero-module__ZARIfG__output{color:var(--text-dim)}.Hero-module__ZARIfG__success{color:var(--green)}@keyframes Hero-module__ZARIfG__fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeSlideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:1100px){.Hero-module__ZARIfG__terminal{display:none}.Hero-module__ZARIfG__inner{justify-content:center}.Hero-module__ZARIfG__content{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__description{max-width:600px}.Hero-module__ZARIfG__buttons{justify-content:center}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:0 1.25rem}.Hero-module__ZARIfG__heading{font-size:1.75rem}.Hero-module__ZARIfG__description{font-size:1rem}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%}}
.Services-module__dpHhBa__section{padding:6rem 2rem}.Services-module__dpHhBa__container{max-width:1200px;margin:0 auto}.Services-module__dpHhBa__label{font-family:var(--font-mono);color:var(--cyan);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.8rem;font-weight:500}.Services-module__dpHhBa__title{letter-spacing:-.03em;color:var(--text);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.Services-module__dpHhBa__subtitle{color:var(--text-dim);max-width:560px;margin-bottom:3.5rem;font-size:1.125rem;line-height:1.7}.Services-module__dpHhBa__grid{background:var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.Services-module__dpHhBa__card{background:var(--surface);padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative}.Services-module__dpHhBa__card:before{content:"";background:linear-gradient(90deg,var(--cyan),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006}.Services-module__dpHhBa__card:hover:before{opacity:1}.Services-module__dpHhBa__cardNumber{font-family:var(--font-mono);color:var(--border);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1}.Services-module__dpHhBa__cardTitle{color:var(--text);margin-bottom:1rem;font-size:1.375rem;font-weight:600}.Services-module__dpHhBa__cardDescription{color:var(--text-dim);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.Services-module__dpHhBa__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Services-module__dpHhBa__tag{font-family:var(--font-mono);color:var(--text-dim);border:1px solid var(--border);letter-spacing:.03em;border-radius:100px;padding:.25rem .75rem;font-size:.6875rem}@media (max-width:1200px){.Services-module__dpHhBa__title{font-size:2.5rem}}@media (max-width:1024px){.Services-module__dpHhBa__title{font-size:2.25rem}}@media (max-width:768px){.Services-module__dpHhBa__section{padding:4rem 1.25rem}.Services-module__dpHhBa__title{font-size:1.75rem}.Services-module__dpHhBa__subtitle{font-size:.9375rem}.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__card{padding:2rem 1.5rem}.Services-module__dpHhBa__cardNumber{font-size:2.25rem}}
.Stats-module__yL2aHq__section{padding:0 2rem}.Stats-module__yL2aHq__grid{background:var(--border);border-radius:8px;grid-template-columns:repeat(4,1fr);gap:1px;max-width:1200px;margin:0 auto;display:grid;overflow:hidden}.Stats-module__yL2aHq__item{background:var(--surface);text-align:center;padding:2.5rem 1.5rem}.Stats-module__yL2aHq__value{font-family:var(--font-mono);color:var(--cyan);margin-bottom:.75rem;font-size:2.5rem;font-weight:700;line-height:1}.Stats-module__yL2aHq__label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:500}@media (max-width:768px){.Stats-module__yL2aHq__section{padding:0 1.25rem}.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr)}.Stats-module__yL2aHq__value{font-size:2rem}.Stats-module__yL2aHq__item{padding:2rem 1rem}}
.About-module__vAULUW__section{padding:6rem 2rem}.About-module__vAULUW__container{max-width:1200px;margin:0 auto}.About-module__vAULUW__grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;gap:4rem;display:grid}.About-module__vAULUW__label{font-family:var(--font-mono);color:var(--cyan);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.8rem;font-weight:500}.About-module__vAULUW__title{letter-spacing:-.03em;color:var(--text);font-size:3rem;font-weight:700;line-height:1.1}.About-module__vAULUW__body{padding-left:2.5rem;position:relative}.About-module__vAULUW__body:before{content:"";background:linear-gradient(180deg,var(--cyan),var(--border)60%,transparent);width:1px;position:absolute;top:0;bottom:0;left:0}.About-module__vAULUW__text{color:var(--text-dim);max-width:640px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}@media (max-width:1200px){.About-module__vAULUW__title{font-size:2.5rem}}@media (max-width:1024px){.About-module__vAULUW__title{font-size:2.25rem}.About-module__vAULUW__grid{gap:3rem}}@media (max-width:768px){.About-module__vAULUW__section{padding:4rem 1.25rem}.About-module__vAULUW__grid{grid-template-columns:1fr;gap:2rem}.About-module__vAULUW__title{font-size:1.75rem}.About-module__vAULUW__body{padding-top:2rem;padding-left:0}.About-module__vAULUW__body:before{background:linear-gradient(90deg,var(--cyan),transparent);width:auto;height:1px;bottom:auto;right:0}.About-module__vAULUW__text{margin-bottom:2rem;font-size:.9375rem}}
.Products-module__mFS5Ca__section{padding:6rem 2rem}.Products-module__mFS5Ca__container{max-width:1200px;margin:0 auto}.Products-module__mFS5Ca__label{font-family:var(--font-mono);color:var(--cyan);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.8rem;font-weight:500}.Products-module__mFS5Ca__title{letter-spacing:-.03em;color:var(--text);margin-bottom:3.5rem;font-size:3rem;font-weight:700;line-height:1.1}.Products-module__mFS5Ca__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Products-module__mFS5Ca__grid>*{height:100%}.Products-module__mFS5Ca__card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.Products-module__mFS5Ca__card:hover{border-color:var(--cyan-dim);box-shadow:0 0 30px var(--cyan-glow),0 12px 40px #0006;transform:translateY(-4px)}.Products-module__mFS5Ca__cardVisual{background:linear-gradient(135deg,var(--surface-elevated)0%,var(--surface)100%);justify-content:center;align-items:center;height:240px;display:flex;position:relative}.Products-module__mFS5Ca__iconWrapper{border-radius:24px;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.Products-module__mFS5Ca__productImage{object-fit:cover;border-radius:24px}.Products-module__mFS5Ca__cardInfo{flex-direction:column;flex:1;padding:2rem;display:flex}.Products-module__mFS5Ca__badge{font-family:var(--font-mono);color:var(--cyan);border:1px solid var(--cyan-dim);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:600;display:inline-block}.Products-module__mFS5Ca__cardTitle{color:var(--text);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.Products-module__mFS5Ca__cardDescription{color:var(--text-dim);flex:1;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.Products-module__mFS5Ca__cardLink{font-family:var(--font-mono);color:var(--cyan);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;transition:gap .2s;display:inline-flex}.Products-module__mFS5Ca__cardLink:hover{color:var(--cyan);gap:.75rem}.Products-module__mFS5Ca__arrow{transition:transform .2s}.Products-module__mFS5Ca__cardLink:hover .Products-module__mFS5Ca__arrow{transform:translate(4px)}@media (max-width:1200px){.Products-module__mFS5Ca__title{font-size:2.5rem}}@media (max-width:1024px){.Products-module__mFS5Ca__title{font-size:2.25rem}.Products-module__mFS5Ca__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Products-module__mFS5Ca__section{padding:4rem 1.25rem}.Products-module__mFS5Ca__title{font-size:1.75rem}.Products-module__mFS5Ca__grid{grid-template-columns:1fr}.Products-module__mFS5Ca__cardVisual{height:180px}.Products-module__mFS5Ca__cardInfo{padding:1.5rem}}
.CTA-module__CdZh3q__section{padding:6rem 2rem}.CTA-module__CdZh3q__container{text-align:center;max-width:800px;margin:0 auto}.CTA-module__CdZh3q__label{font-family:var(--font-mono);color:var(--cyan);text-transform:uppercase;letter-spacing:.15em;margin-bottom:2rem;font-size:.8rem;font-weight:500}.CTA-module__CdZh3q__box{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:4rem 3rem;position:relative}.CTA-module__CdZh3q__box:before,.CTA-module__CdZh3q__box:after{content:"";border-color:var(--cyan);border-style:solid;width:24px;height:24px;position:absolute}.CTA-module__CdZh3q__box:before{border-width:2px 0 0 2px;border-radius:12px 0 0;top:-1px;left:-1px}.CTA-module__CdZh3q__box:after{border-width:0 2px 2px 0;border-radius:0 0 12px;bottom:-1px;right:-1px}.CTA-module__CdZh3q__heading{letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem;font-size:2.5rem;font-weight:700;line-height:1.1}.CTA-module__CdZh3q__description{color:var(--text-dim);max-width:480px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.CTA-module__CdZh3q__email{font-family:var(--font-mono);color:var(--cyan);margin-top:1.5rem;font-size:.875rem;transition:opacity .2s;display:block}.CTA-module__CdZh3q__email:hover{color:var(--cyan);opacity:.8}@media (max-width:768px){.CTA-module__CdZh3q__section{padding:4rem 1.25rem}.CTA-module__CdZh3q__box{padding:2.5rem 1.5rem}.CTA-module__CdZh3q__heading{font-size:1.75rem}.CTA-module__CdZh3q__description{font-size:.9375rem}}
