.Navbar-module__cJzEcG__navbar{z-index:1000;background-color:#fff;background-image:url(/assets/navbar-pattern.svg);background-repeat:repeat;background-size:200px;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-secondary);color:var(--text-white);cursor:pointer;letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__links{gap:2.5rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--accent-purple);font-family:var(--font-primary);font-size:1rem;font-weight:600;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--secondary-orange)}.Navbar-module__cJzEcG__link:after{content:"";background-color:var(--secondary-orange);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__mobileMenu{display:none}.Navbar-module__cJzEcG__hamburger{cursor:pointer;font-size:1.5rem}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__mobileMenu{display:block}}
.Hero-module__ZARIfG__hero{background-color:#0000;background-image:linear-gradient(#4400a5d9,#0b0b29e6),url(/assets/header-bg.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:6rem 0;overflow:hidden}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.Hero-module__ZARIfG__content{z-index:10}.Hero-module__ZARIfG__title{color:var(--text-white);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.Hero-module__ZARIfG__highlight{color:var(--secondary-orange);display:inline-block;position:relative}.Hero-module__ZARIfG__subtitle{color:var(--text-gray-light);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background-color:var(--secondary-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ff842866}.Hero-module__ZARIfG__primaryBtn:hover{background-color:#e57624;transform:translateY(-2px);box-shadow:0 8px 25px #ff842899}.Hero-module__ZARIfG__secondaryBtn{background-color:var(--secondary-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ff842866}.Hero-module__ZARIfG__secondaryBtn:hover{background-color:#e57624;transform:translateY(-2px);box-shadow:0 8px 25px #ff842899}.Hero-module__ZARIfG__visual{position:relative}.Hero-module__ZARIfG__imageWrapper{border-radius:20px;width:100%;padding-bottom:100%;position:relative}.Hero-module__ZARIfG__heroImage{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 20px 60px #00000080}.Hero-module__ZARIfG__frame{border:2px solid var(--accent-purple);z-index:0;opacity:.5;border-radius:20px;width:100%;height:100%;position:absolute;top:20px;left:20px}@media (max-width:968px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__subtitle{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__imageWrapper{max-width:500px;margin:0 auto}}
.Features-module__zvCZ4q__features{background-color:var(--bg-dark);padding:5rem 0}.Features-module__zvCZ4q__container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.Features-module__zvCZ4q__card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:flex-start;padding:2.5rem;transition:transform .3s,background .3s;display:flex}.Features-module__zvCZ4q__card:hover{background:#ffffff0f;border-color:#ff84284d;transform:translateY(-5px)}.Features-module__zvCZ4q__iconWrapper{background:var(--secondary-orange);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.Features-module__zvCZ4q__iconSvg{width:32px;height:32px}.Features-module__zvCZ4q__title{color:var(--text-white);margin-bottom:1rem;font-size:1.5rem}.Features-module__zvCZ4q__description{color:var(--text-gray-light);font-size:1rem;line-height:1.6}
.AudioSection-module__S2ByAW__section{background:linear-gradient(180deg,var(--bg-dark)0%,#2e0070 100%);padding:6rem 0}.AudioSection-module__S2ByAW__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.AudioSection-module__S2ByAW__title{color:var(--text-white);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.AudioSection-module__S2ByAW__highlight{color:var(--secondary-orange)}.AudioSection-module__S2ByAW__description{color:var(--text-gray-light);max-width:500px;margin-bottom:2rem;font-size:1.125rem}.AudioSection-module__S2ByAW__ctaBtn{color:var(--secondary-orange);border:2px solid var(--secondary-orange);cursor:pointer;background:0 0;border-radius:50px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.AudioSection-module__S2ByAW__ctaBtn:hover{background:var(--secondary-orange);color:#fff}.AudioSection-module__S2ByAW__playerCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;display:flex}.AudioSection-module__S2ByAW__waveVisual{align-items:center;gap:6px;height:40px;display:flex}.AudioSection-module__S2ByAW__bar{background:var(--accent-purple);border-radius:3px;width:6px;animation:1s ease-in-out infinite AudioSection-module__S2ByAW__pulse;display:block}.AudioSection-module__S2ByAW__bar:first-child{height:20px;animation-delay:0s}.AudioSection-module__S2ByAW__bar:nth-child(2){height:35px;animation-delay:.1s}.AudioSection-module__S2ByAW__bar:nth-child(3){height:50px;animation-delay:.2s}.AudioSection-module__S2ByAW__bar:nth-child(4){height:30px;animation-delay:.3s}.AudioSection-module__S2ByAW__bar:nth-child(5){height:15px;animation-delay:.4s}@keyframes AudioSection-module__S2ByAW__pulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.AudioSection-module__S2ByAW__playText{color:var(--text-white);font-size:1.5rem;font-weight:700}.AudioSection-module__S2ByAW__playButton{background:var(--secondary-orange);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;transition:transform .2s;display:flex;box-shadow:0 10px 20px #ff842866}.AudioSection-module__S2ByAW__playButton:hover{transform:scale(1.1)}@media (max-width:768px){.AudioSection-module__S2ByAW__container{text-align:center;grid-template-columns:1fr}.AudioSection-module__S2ByAW__description{margin:0 auto 2rem}}
.UseCases-module__gggr1G__useCases{background-color:var(--bg-dark);padding:6rem 0}.UseCases-module__gggr1G__container{max-width:1200px;margin:0 auto;padding:0 2rem}.UseCases-module__gggr1G__header{text-align:center;margin-bottom:4rem}.UseCases-module__gggr1G__sectionTitle{color:var(--text-white);margin-bottom:.5rem;font-size:2.5rem}.UseCases-module__gggr1G__sectionSubtitle{color:var(--secondary-orange);font-size:1.1rem;font-weight:500}.UseCases-module__gggr1G__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.UseCases-module__gggr1G__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:3rem 2rem;transition:all .3s;position:relative;overflow:hidden}.UseCases-module__gggr1G__card:hover{border-top-color:var(--accent-purple);background:#ffffff0d;transform:translateY(-5px)}.UseCases-module__gggr1G__cardHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.UseCases-module__gggr1G__number{color:#ffffff1a;font-size:2rem;font-weight:700;font-family:var(--font-secondary)}.UseCases-module__gggr1G__title{color:var(--text-white);font-size:1.5rem}.UseCases-module__gggr1G__description{color:var(--text-gray-light);font-size:1rem;line-height:1.7}@media (max-width:768px){.UseCases-module__gggr1G__sectionTitle{font-size:2rem}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-dark);border-top:1px solid #ffffff1a;padding-top:5rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__S6Hkya__topSection{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__logoWrapper{margin-bottom:1rem}.Footer-module__S6Hkya__logoWrapper img{display:block}.Footer-module__S6Hkya__tagline{color:var(--text-gray-light);max-width:300px;line-height:1.6}.Footer-module__S6Hkya__columnTitle{color:var(--text-white);font-size:1.1rem;font-family:var(--font-secondary);margin-bottom:1.5rem}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__contactList li{color:var(--text-gray-light);align-items:center;gap:.8rem;display:flex}.Footer-module__S6Hkya__icon{font-size:1.2rem}.Footer-module__S6Hkya__socialLink{color:var(--text-white);background:var(--primary-blue);border-radius:50px;padding:.5rem 1.5rem;font-size:.9rem;transition:background .2s}.Footer-module__S6Hkya__socialLink:hover{background:var(--secondary-orange)}.Footer-module__S6Hkya__bottomSection{text-align:center;color:#fff6;border-top:1px solid #ffffff0d;padding:2rem 0;font-size:.9rem}@media (max-width:768px){.Footer-module__S6Hkya__topSection{text-align:center;grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__contactList li{justify-content:center}}
.WhatsAppButton-module__V-0EQa__floatElement{color:#fff;text-align:center;z-index:1000;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:all .3s;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:2px 2px 3px #999}.WhatsAppButton-module__V-0EQa__floatElement:hover{background-color:#20b857;transform:scale(1.1)}.WhatsAppButton-module__V-0EQa__iconWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.WhatsAppButton-module__V-0EQa__icon{fill:#fff;width:35px;height:35px}@media (max-width:768px){.WhatsAppButton-module__V-0EQa__floatElement{width:50px;height:50px;bottom:20px;right:20px}.WhatsAppButton-module__V-0EQa__icon{width:28px;height:28px}}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0b0b29cc;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.page-module___8aEwW__logo{font-family:var(--font-secondary);color:var(--text-white);font-size:1.5rem;font-weight:700}.page-module___8aEwW__nav{gap:2rem;display:flex}.page-module___8aEwW__nav a{color:var(--text-white);font-weight:500;transition:color .3s}.page-module___8aEwW__nav a:hover{color:var(--secondary-orange)}.page-module___8aEwW__main{flex-direction:column;flex:1;display:flex}.page-module___8aEwW__hero{text-align:center;background:linear-gradient(135deg,var(--bg-dark)0%,#151538 100%);flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:5rem 2rem;display:flex}.page-module___8aEwW__heroContent h1{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#a0a0ff);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem}.page-module___8aEwW__heroContent p{color:var(--text-gray-light);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.page-module___8aEwW__btnPrimary{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.page-module___8aEwW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #1b52c866}.page-module___8aEwW__heroImage{border-radius:12px;width:100%;max-width:800px;margin-top:4rem;overflow:hidden;box-shadow:0 20px 50px #00000080}.page-module___8aEwW__footer{text-align:center;color:var(--text-gray-light);border-top:1px solid #ffffff0d;padding:2rem}@media (min-width:768px){.page-module___8aEwW__heroContent h1{font-size:4.5rem}}
