@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,600;1,700&family=Graduate&family=Montserrat:wght@300;400;500;600;700;800&display=swap";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale(.85)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{box-shadow:0 0 5px #e539354d}50%{box-shadow:0 0 20px #e5393599}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes shine{0%{left:-100%}to{left:100%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hoverLift{0%{transform:translateY(0);box-shadow:0 10px 30px #0000001a}to{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes staggerFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-fade-in-up{animation:.7s ease-out forwards fadeInUp}.animate-fade-in-down{animation:.7s ease-out forwards fadeInDown}.animate-fade-in-left{animation:.7s ease-out forwards fadeInLeft}.animate-fade-in-right{animation:.7s ease-out forwards fadeInRight}.animate-fade-in-scale{animation:.6s ease-out forwards fadeInScale}.animate-slide-in-up{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInUp}.animate-slide-in-down{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInDown}.animate-slide-in-left{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInLeft}.animate-slide-in-right{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInRight}.animate-zoom-in{animation:.6s ease-out forwards zoomIn}.animate-zoom-in-up{animation:.7s cubic-bezier(.34,1.56,.64,1) forwards zoomInUp}.animate-float{animation:3s ease-in-out infinite float}.animate-float-slow{animation:4s ease-in-out infinite floatSlow}.animate-bounce{animation:1s ease-in-out infinite bounce}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-glow{animation:2s ease-in-out infinite glow}.animate-rotate{animation:20s linear infinite rotate}.animate-spin{animation:1s linear infinite spin}.animate-shimmer{background:linear-gradient(90deg,#0000,#ffffff4d,#0000) 0 0/1000px 100%;animation:2s infinite shimmer}.animate-marquee{animation:20s linear infinite marquee}.animate-marquee-reverse{animation:20s linear infinite marqueeReverse}.animate-stagger-0{animation:.6s ease-out forwards staggerFadeIn}.animate-stagger-1{animation:.6s ease-out .1s forwards staggerFadeIn}.animate-stagger-2{animation:.6s ease-out .2s forwards staggerFadeIn}.animate-stagger-3{animation:.6s ease-out .3s forwards staggerFadeIn}.animate-stagger-4{animation:.6s ease-out .4s forwards staggerFadeIn}.animate-stagger-5{animation:.6s ease-out .5s forwards staggerFadeIn}.animate-stagger-6{animation:.6s ease-out .6s forwards staggerFadeIn}.animate-stagger-7{animation:.6s ease-out .7s forwards staggerFadeIn}.animate-stagger-8{animation:.6s ease-out .8s forwards staggerFadeIn}.animate-stagger-9{animation:.6s ease-out .9s forwards staggerFadeIn}.animate-stagger-10{animation:.6s ease-out 1s forwards staggerFadeIn}.animate-stagger-11{animation:.6s ease-out 1.1s forwards staggerFadeIn}.animate-stagger-12{animation:.6s ease-out 1.2s forwards staggerFadeIn}.hero-section .hero-carousel{animation:1s ease-out fadeIn}.hero-section .hero-slide{animation:.8s ease-out fadeIn}.hero-section .hero-title{animation:.8s ease-out .1s both fadeInUp}.hero-section .hero-sub{animation:.8s ease-out .2s both fadeInUp}.hero-section .hero-btn{transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.8s ease-out .3s both fadeInUp}.hero-section .hero-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #e539354d}.hero-section .hero-img{transition:transform .5s ease-out;animation:1s ease-out .1s both zoomIn}.hero-section .hero-img:hover{transform:scale(1.05)}.hero-section .hero-overline{animation:.7s ease-out fadeInDown}.tech-card,.product-card,.q-card{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.tech-card:hover,.product-card:hover,.q-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px #00000026!important}.animate-card-enter{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards zoomInUp}.q-btn{transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.q-btn:before{content:"";background:#ffffff80;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.q-btn:hover:before{width:300px;height:300px}.q-btn:hover{transform:translateY(-2px)}a{transition:color .3s,text-shadow .3s}a:hover{text-shadow:0 0 8px #e5393580}.marquee-item{transition:all .3s;animation:.3s ease-out slide-smooth}.marquee-item:hover{color:#e53935;transform:scale(1.05)}@keyframes slide-smooth{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}img{transition:transform .5s ease-out,filter .5s ease-out}img:hover{filter:brightness(1.05);transform:scale(1.02)}section{animation:.6s ease-out fadeIn}.scroll-animate{opacity:0;transform:translateY(50px)}.scroll-animate.in-view{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInUp}.scroll-animate-left{opacity:0;transform:translate(-50px)}.scroll-animate-left.in-view{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInLeft}.scroll-animate-right{opacity:0;transform:translate(50px)}.scroll-animate-right.in-view{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards slideInRight}.scroll-fade-in{opacity:0}.scroll-fade-in.in-view{animation:.8s ease-out forwards fadeIn}.delay-100ms{animation-delay:.1s}.delay-200ms{animation-delay:.2s}.delay-300ms{animation-delay:.3s}.delay-400ms{animation-delay:.4s}.delay-500ms{animation-delay:.5s}.delay-600ms{animation-delay:.6s}.delay-700ms{animation-delay:.7s}.delay-800ms{animation-delay:.8s}.delay-900ms{animation-delay:.9s}.delay-1000ms{animation-delay:1s}.duration-3s{animation-duration:3s}.duration-4s{animation-duration:4s}.duration-5s{animation-duration:5s}.duration-6s{animation-duration:6s}.duration-7s{animation-duration:7s}.duration-8s{animation-duration:8s}.duration-9s{animation-duration:9s}.duration-10s{animation-duration:10s}.smooth-transition{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.smooth-transition-slow{transition:all .6s cubic-bezier(.34,1.56,.64,1)}.body--dark .animate-shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.body--dark .q-card:hover{box-shadow:0 25px 50px #00000080!important}.body--dark img:hover{filter:brightness(.95)}@media (width<=600px){.animate-slide-in-up,.animate-slide-in-down,.animate-slide-in-left,.animate-slide-in-right,.animate-fade-in-up,.animate-fade-in-down,.animate-fade-in-left,.animate-fade-in-right{animation-duration:.6s}.tech-card:hover,.product-card:hover{transform:translateY(-6px)}.hero-btn:hover{transform:translateY(-2px)}}@font-face{font-family:Roboto;font-display:swap;src:local(Roboto);font-weight:100 900}*{font-family:Montserrat,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background:#fff}.container-large{max-width:1440px;margin:0 auto;padding:0 64px}@media (width<=1024px){.container-large{padding:0 40px}}@media (width<=600px){.container-large{padding:0 20px}}.no-decoration{text-decoration:none}.sub-hero{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #eaeaea;padding:60px 0 80px;transition:background .3s,border-color .3s,padding-top .3s}@media (width<=960px){.sub-hero{padding:50px 0 60px}}.header-transparent~.q-page-container .sub-hero{padding-top:132px}@media (width<=960px){.header-transparent~.q-page-container .sub-hero{padding-top:112px}}.body--dark .sub-hero{background:linear-gradient(135deg,#0a0a0a 0%,#111 100%);border-bottom:1px solid #222}.sub-hero-title{color:#111;letter-spacing:-1px;margin:0 0 16px;font-size:clamp(2rem,5vw,3.8rem);font-weight:900;line-height:1.1}.body--dark .sub-hero-title{color:#fff}.sub-hero-sub{color:#555;max-width:520px;margin:0;font-size:1.05rem;line-height:1.7}.body--dark .sub-hero-sub{color:#aaa}.sub-hero-img-wrap{aspect-ratio:16/10;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 20px 40px #00000014}.body--dark .sub-hero-img-wrap{box-shadow:0 20px 40px #0006}.sub-hero-img{object-fit:cover;width:100%;height:100%}
