.Navbar-module___rHu7W__navbar{background:var(--bg-light);z-index:1000;border-bottom:1px solid var(--border);align-items:center;height:80px;display:flex;position:sticky;top:0}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module___rHu7W__logo{color:var(--secondary);text-transform:uppercase;letter-spacing:-1px;font-size:1.5rem;font-weight:800}.Navbar-module___rHu7W__eld{color:var(--primary)}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__navLinks a{color:var(--text-main);transition:var(--transition);font-weight:500}.Navbar-module___rHu7W__navLinks a:hover{color:var(--primary)}.Navbar-module___rHu7W__loginBtn{background:var(--secondary);border-radius:8px;padding:.6rem 1.5rem;font-weight:600;color:var(--white)!important}.Navbar-module___rHu7W__loginBtn:hover{background:var(--primary)}.Navbar-module___rHu7W__menuBtn{display:none}@media (max-width:768px){.Navbar-module___rHu7W__menuBtn{color:var(--secondary);display:block}.Navbar-module___rHu7W__navLinks{background:var(--bg-light);border-bottom:1px solid var(--border);width:100%;transition:var(--transition);flex-direction:column;gap:1.5rem;padding:2rem;position:absolute;top:80px;left:0;transform:translateY(-150%)}.Navbar-module___rHu7W__navLinks.Navbar-module___rHu7W__active{transform:translateY(0)}}
.Hero-module__JgYmMq__hero{background:radial-gradient(circle,#fff 0%,#fef8f5 100%);padding:6rem 0;overflow:hidden}.Hero-module__JgYmMq__heroContainer{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__JgYmMq__content{max-width:800px;margin-bottom:4rem}.Hero-module__JgYmMq__title{color:var(--secondary);letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__highlight{color:var(--primary)}.Hero-module__JgYmMq__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.Hero-module__JgYmMq__actions{justify-content:center;gap:1rem;display:flex}.Hero-module__JgYmMq__primaryBtn{background:var(--secondary);color:var(--white);transition:var(--transition);border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700}.Hero-module__JgYmMq__primaryBtn:hover{background:var(--primary);transform:translateY(-2px);box-shadow:0 10px 20px #ef682033}.Hero-module__JgYmMq__imageWrapper{width:100%;max-width:1000px;position:relative}.Hero-module__JgYmMq__mockupContainer{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:1rem;box-shadow:0 30px 60px #0000001f}.Hero-module__JgYmMq__mockup{border-radius:12px;width:100%;height:auto;display:block}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding:4rem 0}.Hero-module__JgYmMq__title{font-size:2.5rem}.Hero-module__JgYmMq__subtitle{font-size:1.1rem}}
.Features-module__MNwinW__features{background:var(--bg-light);padding:8rem 0}.Features-module__MNwinW__featuresContainer{flex-direction:column;display:flex}.Features-module__MNwinW__header{text-align:center;max-width:700px;margin:0 auto 5rem}.Features-module__MNwinW__title{color:var(--secondary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Features-module__MNwinW__subtitle{color:var(--text-muted);font-size:1.1rem}.Features-module__MNwinW__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Features-module__MNwinW__card{background:var(--white);border:1px solid var(--border);transition:var(--transition);border-radius:20px;padding:2.5rem}.Features-module__MNwinW__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.Features-module__MNwinW__iconWrapper{width:50px;height:50px;color:var(--primary);background:#ef68201a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Features-module__MNwinW__iconWrapper svg{width:24px;height:24px}.Features-module__MNwinW__cardTitle{color:var(--secondary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Features-module__MNwinW__cardDescription{color:var(--text-muted);font-size:1rem;line-height:1.5}@media (max-width:1024px){.Features-module__MNwinW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__MNwinW__grid{grid-template-columns:1fr}.Features-module__MNwinW__title{font-size:2rem}}
.MobileApp-module__LJO-cq__mobileApp{background:var(--bg-gray);padding:8rem 0;overflow:hidden}.MobileApp-module__LJO-cq__container{align-items:center;gap:4rem;display:flex}.MobileApp-module__LJO-cq__content{flex:1}.MobileApp-module__LJO-cq__title{color:var(--secondary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.MobileApp-module__LJO-cq__subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.MobileApp-module__LJO-cq__benefits{flex-direction:column;gap:2rem;display:flex}.MobileApp-module__LJO-cq__benefits li{gap:1.5rem;display:flex}.MobileApp-module__LJO-cq__icon{color:var(--primary);flex-shrink:0;width:28px;height:28px}.MobileApp-module__LJO-cq__benefits h4{color:var(--secondary);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.MobileApp-module__LJO-cq__benefits p{color:var(--text-muted)}.MobileApp-module__LJO-cq__imageWrapper{flex:1;justify-content:center;display:flex;position:relative}.MobileApp-module__LJO-cq__phoneFrame{background:var(--white);border:1px solid var(--border);border-radius:40px;width:100%;max-width:400px;padding:10px;box-shadow:0 40px 80px #00000026}.MobileApp-module__LJO-cq__phoneImg{border-radius:30px;width:100%;height:auto;display:block}@media (max-width:968px){.MobileApp-module__LJO-cq__container{text-align:center;flex-direction:column-reverse}.MobileApp-module__LJO-cq__benefits li{text-align:left}.MobileApp-module__LJO-cq__imageWrapper{width:60%}}@media (max-width:640px){.MobileApp-module__LJO-cq__imageWrapper{width:100%}.MobileApp-module__LJO-cq__title{font-size:2rem}}
.FAQ-module__YTKPaG__faq{background:var(--bg-light);padding:8rem 0}.FAQ-module__YTKPaG__container{gap:4rem;display:flex}.FAQ-module__YTKPaG__content{flex:1}.FAQ-module__YTKPaG__title{color:var(--secondary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.FAQ-module__YTKPaG__subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.FAQ-module__YTKPaG__learnMore{color:var(--primary);transition:var(--transition);align-items:center;font-size:1.1rem;font-weight:700;display:flex}.FAQ-module__YTKPaG__learnMore:hover{transform:translate(5px)}.FAQ-module__YTKPaG__questions{flex-direction:column;flex:1.5;gap:1rem;display:flex}.FAQ-module__YTKPaG__faqItem{border-bottom:1px solid var(--border);cursor:pointer;padding:1rem 0}.FAQ-module__YTKPaG__question{justify-content:space-between;align-items:center;gap:1rem;display:flex}.FAQ-module__YTKPaG__question h3{color:var(--secondary);font-size:1.15rem;font-weight:600}.FAQ-module__YTKPaG__question svg{color:var(--text-muted);width:20px;height:20px}.FAQ-module__YTKPaG__answer{overflow:hidden}.FAQ-module__YTKPaG__answer p{color:var(--text-muted);padding-top:1rem;padding-bottom:1rem;line-height:1.6}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__active .FAQ-module__YTKPaG__question h3,.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__active .FAQ-module__YTKPaG__question svg{color:var(--primary)}@media (max-width:968px){.FAQ-module__YTKPaG__container{flex-direction:column;gap:3rem}.FAQ-module__YTKPaG__content{text-align:center}.FAQ-module__YTKPaG__learnMore{justify-content:center}}
.Footer-module__Grjkva__footer{background:var(--bg-gray);border-top:1px solid var(--border);padding:6rem 0 2rem}.Footer-module__Grjkva__top{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.Footer-module__Grjkva__brand{flex:1;max-width:300px}.Footer-module__Grjkva__logo{color:var(--secondary);text-transform:uppercase;letter-spacing:-1px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:inline-block}.Footer-module__Grjkva__eld{color:var(--primary)}.Footer-module__Grjkva__description{color:var(--text-muted);margin-bottom:1.5rem}.Footer-module__Grjkva__socials{gap:1rem;display:flex}.Footer-module__Grjkva__socials a{background:var(--white);border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socials a:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.Footer-module__Grjkva__links{flex:2;justify-content:space-between;gap:2rem;display:flex}.Footer-module__Grjkva__linkGroup h4{color:var(--secondary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__linkGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__linkGroup a{color:var(--text-muted);transition:var(--transition)}.Footer-module__Grjkva__linkGroup a:hover{color:var(--primary)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__Grjkva__legal{gap:2rem;display:flex}.Footer-module__Grjkva__legal a:hover{text-decoration:underline}@media (max-width:768px){.Footer-module__Grjkva__top{flex-direction:column;gap:3rem}.Footer-module__Grjkva__links{flex-wrap:wrap}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column;gap:1rem}}
