.Navbar-module__cJzEcG__navbar{z-index:1000;width:100%;transition:var(--transition);justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__logo{color:var(--primary-color);letter-spacing:-.5px;align-items:center;gap:8px;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:var(--foreground);font-size:1rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__link:hover{color:var(--primary-color)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;margin:-12px;padding:12px;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--foreground);border-radius:4px;width:28px;height:3px;transition:all .3s}.Navbar-module__cJzEcG__barOpen1{transform:translateY(9px)rotate(45deg)}.Navbar-module__cJzEcG__barOpen2{opacity:0}.Navbar-module__cJzEcG__barOpen3{transform:translateY(-9px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{border-bottom:1px solid var(--border-color);opacity:0;pointer-events:none;background-color:#0f172a;flex-direction:column;align-items:flex-start;gap:24px;width:100%;padding:32px 40px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.Navbar-module__cJzEcG__navLinksOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__cJzEcG__link{width:100%;padding:8px 0;font-size:1.25rem}}
.Footer-module__S6Hkya__footer{color:#f8fafc;border-top:1px solid var(--border-color);background-color:#020617;padding:80px 5% 40px}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto 64px;display:grid}.Footer-module__S6Hkya__brand{color:var(--accent-color);margin-bottom:16px;font-size:1.5rem;font-weight:700;display:block}.Footer-module__S6Hkya__description{color:#94a3b8;max-width:300px;line-height:1.6}.Footer-module__S6Hkya__heading{color:#fff;margin-bottom:24px;font-size:1.25rem;font-weight:600}.Footer-module__S6Hkya__list{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__S6Hkya__list a,.Footer-module__S6Hkya__list span{color:#94a3b8;transition:color .3s}.Footer-module__S6Hkya__list a:hover{color:var(--accent-color)}.Footer-module__S6Hkya__bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff1a;padding-top:32px;font-size:.875rem}.Footer-module__S6Hkya__bottomLinks{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:24px;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:#94a3b8;font-size:.95rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--accent-color)}
.Hero-module__ZARIfG__hero{background:radial-gradient(circle at 100% 0,#064e3b1a 0%,#0000 60%);grid-template-columns:1fr 1fr;align-items:center;gap:40px;min-height:100vh;padding:0 5%;display:grid;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:2;max-width:800px;padding-top:80px}.Hero-module__ZARIfG__title{color:var(--foreground);margin-bottom:24px;font-size:4rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__trustBadges{flex-wrap:wrap;gap:12px;margin-top:40px;display:flex}.Hero-module__ZARIfG__badge{color:#f8fafc;-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:transform .2s,background .2s;display:flex}.Hero-module__ZARIfG__badge:hover{background:#ffffff1a;transform:translateY(-2px)}.Hero-module__ZARIfG__checkmark{color:var(--accent-color);font-size:1rem;font-weight:800}.Hero-module__ZARIfG__highlight{color:var(--primary-color)}.Hero-module__ZARIfG__subtitle{color:var(--text-muted);max-width:600px;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__actions{gap:16px;display:flex}.Hero-module__ZARIfG__imageWrapper{z-index:2;width:100%;height:500px;animation:6s ease-in-out infinite Hero-module__ZARIfG__floatImage;position:relative}.Hero-module__ZARIfG__imageInner{border:4px solid var(--border-color);border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.Hero-module__ZARIfG__shapes{z-index:1;opacity:.8;pointer-events:none;width:50%;height:100%;position:absolute;top:0;right:0}.Hero-module__ZARIfG__circle1{background:linear-gradient(135deg, var(--primary-light), var(--accent-color));filter:blur(80px);opacity:.5;border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;top:20%;right:10%}.Hero-module__ZARIfG__circle2{background:linear-gradient(135deg, var(--primary-color), transparent);filter:blur(100px);opacity:.4;border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite reverse Hero-module__ZARIfG__float;position:absolute;bottom:20%;right:30%}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes Hero-module__ZARIfG__floatImage{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:992px){.Hero-module__ZARIfG__hero{grid-template-columns:1fr;min-height:auto;padding-top:120px;padding-bottom:60px}.Hero-module__ZARIfG__imageWrapper{height:400px;margin-top:40px}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__actions{flex-direction:column}}
.Features-module__zvCZ4q__section{background-color:var(--background);padding:100px 5%}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:64px}.Features-module__zvCZ4q__title{margin-bottom:16px;font-size:2.5rem;font-weight:700}.Features-module__zvCZ4q__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto;display:grid}.Features-module__zvCZ4q__card{border-radius:var(--radius);flex-direction:column;padding:40px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex}.Features-module__zvCZ4q__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.Features-module__zvCZ4q__icon{width:64px;height:64px;color:var(--primary-color);background-color:#064e3b1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;font-size:32px;display:flex}.Features-module__zvCZ4q__cardTitle{margin-bottom:16px;font-size:1.5rem;font-weight:600}.Features-module__zvCZ4q__cardText{color:var(--text-muted);line-height:1.6}
.TeyaIntegration-module__3uUrsq__section{color:#fff;background-color:#050505;padding:100px 5%;position:relative;overflow:hidden}.TeyaIntegration-module__3uUrsq__container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;display:grid;position:relative}.TeyaIntegration-module__3uUrsq__content h2{margin-bottom:24px;font-size:3rem;font-weight:700}.TeyaIntegration-module__3uUrsq__content h2 span{color:#d4e100}.TeyaIntegration-module__3uUrsq__content p{opacity:.9;margin-bottom:32px;font-size:1.125rem;line-height:1.6}.TeyaIntegration-module__3uUrsq__features{flex-direction:column;gap:16px;margin-bottom:40px;list-style:none;display:flex}.TeyaIntegration-module__3uUrsq__feature{align-items:center;gap:12px;font-size:1.125rem;font-weight:500;display:flex}.TeyaIntegration-module__3uUrsq__icon{color:#d4e100;background:#d4e10033;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.TeyaIntegration-module__3uUrsq__visual{border-radius:24px;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative}.TeyaIntegration-module__3uUrsq__teyaLogo{letter-spacing:-2px;color:#fff;font-size:5rem;font-weight:800}@media (max-width:992px){.TeyaIntegration-module__3uUrsq__container{grid-template-columns:1fr}}
.FAQ-module__V8_xEa__section{background-color:var(--background);padding:100px 5%}.FAQ-module__V8_xEa__container{max-width:800px;margin:0 auto}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:64px}.FAQ-module__V8_xEa__title{color:var(--foreground);margin-bottom:16px;font-size:2.5rem}.FAQ-module__V8_xEa__subtitle{color:var(--text-muted);font-size:1.125rem}.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:16px;display:flex}.FAQ-module__V8_xEa__faqItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.FAQ-module__V8_xEa__question{width:100%;color:var(--foreground);cursor:pointer;text-align:left;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px;font-size:1.125rem;font-weight:600;display:flex}.FAQ-module__V8_xEa__question:hover{background:#ffffff05}.FAQ-module__V8_xEa__icon{color:var(--primary-color);font-size:1.5rem;transition:transform .3s}.FAQ-module__V8_xEa__icon.FAQ-module__V8_xEa__open{transform:rotate(45deg)}.FAQ-module__V8_xEa__answer{color:var(--text-muted);padding:0 24px 24px;line-height:1.6}
.page-module__SC8aYa__container{background-color:var(--background);min-height:100vh;padding:160px 5% 100px}.page-module__SC8aYa__content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;max-width:800px;margin:0 auto;padding:48px;box-shadow:0 10px 30px #0000000d}.page-module__SC8aYa__title{color:var(--foreground);text-align:center;margin-bottom:32px;font-size:2.5rem;font-weight:700}.page-module__SC8aYa__date{text-align:center;color:var(--text-muted);margin-bottom:48px;font-style:italic}.page-module__SC8aYa__section{margin-bottom:32px}.page-module__SC8aYa__sectionTitle{color:var(--foreground);margin-bottom:16px;font-size:1.5rem;font-weight:600}.page-module__SC8aYa__text{color:var(--text-muted);margin-bottom:16px;font-size:1.125rem;line-height:1.8}.page-module__SC8aYa__list{margin-bottom:16px;margin-left:24px}.page-module__SC8aYa__list li{color:var(--text-muted);margin-bottom:8px;font-size:1.125rem;line-height:1.8}
.page-module__PnZsmq__container{background-color:var(--background);min-height:100vh;padding:120px 5% 80px}.page-module__PnZsmq__content{grid-template-columns:1fr 1fr;align-items:start;gap:64px;max-width:1200px;margin:0 auto;display:grid}.page-module__PnZsmq__imageSection{border:1px solid var(--border-color);background:var(--card-bg);border-radius:24px;width:100%;height:600px;padding:40px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.page-module__PnZsmq__infoSection{flex-direction:column;display:flex}.page-module__PnZsmq__title{color:var(--foreground);margin-bottom:24px;font-size:3rem;font-weight:700}.page-module__PnZsmq__description{color:var(--text-muted);margin-bottom:40px;font-size:1.125rem;line-height:1.8}.page-module__PnZsmq__featuresTitle{color:var(--foreground);margin-bottom:24px;font-size:1.5rem;font-weight:600}.page-module__PnZsmq__featuresList{flex-direction:column;gap:16px;margin-bottom:48px;list-style:none;display:flex}.page-module__PnZsmq__featureItem{color:var(--foreground);align-items:center;gap:12px;font-size:1.125rem;display:flex}.page-module__PnZsmq__featureIcon{color:var(--accent-color);font-size:1.25rem}.page-module__PnZsmq__actions{flex-wrap:wrap;gap:16px;display:flex}.page-module__PnZsmq__backLink{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:40px;font-weight:500;transition:color .3s;display:inline-flex}.page-module__PnZsmq__backLink:hover{color:var(--primary-color)}.page-module__PnZsmq__modulesSection{border-top:1px solid var(--border-color);max-width:1200px;margin-top:80px;margin-left:auto;margin-right:auto;padding-top:64px}.page-module__PnZsmq__modulesTitle{text-align:center;color:var(--foreground);margin-bottom:40px;font-size:2.25rem;font-weight:700}.page-module__PnZsmq__modulesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.page-module__PnZsmq__moduleCard{border-radius:var(--radius);flex-direction:column;height:100%;padding:32px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex}.page-module__PnZsmq__moduleCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.page-module__PnZsmq__moduleIconWrapper{background:#10b9811a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.page-module__PnZsmq__moduleIcon{color:var(--accent-color);font-size:1.5rem;font-weight:700}.page-module__PnZsmq__moduleName{color:var(--foreground);margin-bottom:12px;font-size:1.25rem;font-weight:600}.page-module__PnZsmq__moduleDesc{color:var(--text-muted);font-size:1rem;line-height:1.6}@media (max-width:992px){.page-module__PnZsmq__content{grid-template-columns:1fr;gap:40px}.page-module__PnZsmq__imageSection{height:400px}}
.page-module__pgaT6G__container{background-color:var(--background);min-height:100vh;padding:160px 5% 100px}.page-module__pgaT6G__header{text-align:center;max-width:800px;margin:0 auto 80px}.page-module__pgaT6G__title{color:var(--foreground);margin-bottom:24px;font-size:3.5rem;font-weight:700}.page-module__pgaT6G__title span{color:var(--accent-color)}.page-module__pgaT6G__subtitle{color:var(--text-muted);font-size:1.25rem;line-height:1.8}.page-module__pgaT6G__timeline{max-width:1000px;margin:0 auto;position:relative}.page-module__pgaT6G__timeline:before{content:"";background:var(--border-color);z-index:0;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module__pgaT6G__step{z-index:1;justify-content:space-between;align-items:center;margin-bottom:80px;display:flex;position:relative}.page-module__pgaT6G__step:nth-child(2n){flex-direction:row-reverse}.page-module__pgaT6G__stepCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;width:45%;padding:40px;transition:transform .3s;box-shadow:0 10px 30px #0000000d}.page-module__pgaT6G__stepCard:hover{transform:translateY(-8px)}.page-module__pgaT6G__stepNumber{background:var(--background);border:2px solid var(--accent-color);width:64px;height:64px;color:var(--foreground);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__pgaT6G__stepTitle{color:var(--foreground);margin-bottom:16px;font-size:1.5rem;font-weight:600}.page-module__pgaT6G__stepDesc{color:var(--text-muted);font-size:1.125rem;line-height:1.8}.page-module__pgaT6G__cta{text-align:center;margin-top:80px}@media (max-width:768px){.page-module__pgaT6G__timeline:before{left:32px}.page-module__pgaT6G__step{align-items:flex-end;margin-bottom:48px;flex-direction:column!important}.page-module__pgaT6G__stepCard{width:calc(100% - 80px)}.page-module__pgaT6G__stepNumber{left:32px}.page-module__pgaT6G__title{font-size:2.5rem}}
.Contact-module__hcVmEa__section{background-color:var(--background);padding:100px 5%}.Contact-module__hcVmEa__container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1000px;margin:0 auto;display:grid}.Contact-module__hcVmEa__info h2{margin-bottom:16px;font-size:2.5rem}.Contact-module__hcVmEa__info p{color:var(--text-muted);margin-bottom:32px;font-size:1.125rem;line-height:1.6}.Contact-module__hcVmEa__details p{color:var(--foreground);margin-bottom:8px;font-size:1rem}.Contact-module__hcVmEa__form{border-radius:var(--radius);flex-direction:column;gap:24px;padding:40px;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__formGroup label{font-size:.875rem;font-weight:500}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:1px solid var(--border-color);background:var(--background);width:100%;color:var(--foreground);transition:var(--transition);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:1rem}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #064e3b1a}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}@media (max-width:768px){.Contact-module__hcVmEa__container{grid-template-columns:1fr}}
