.LandingPage_body__HS_z6{font-family:Inter,sans-serif;background-color:var(#f8f9fa);color:var(#212529);margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;position:relative}.LandingPage_body__HS_z6 :before{content:"";position:absolute;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(circle at 20% 20%,rgba(13,110,253,.1),transparent 40%),radial-gradient(circle at 80% 70%,rgba(110,13,253,.1),transparent 40%);filter:blur(100px);z-index:-1;animation:LandingPage_moveBlob__1bIxr 25s ease-in-out infinite alternate}@keyframes LandingPage_moveBlob__1bIxr{0%{transform:translate(-10vw,-10vh) scale(1)}to{transform:translate(10vw,10vh) scale(1.2)}}.LandingPage_container__cRKQg{max-width:1100px;width:90%;margin:2rem;background-color:#ffffff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;display:flex}.LandingPage_content__E_Fon,.LandingPage_formContainer__CaL3e{padding:4rem;flex-basis:50%}.LandingPage_content__E_Fon{display:flex;flex-direction:column;justify-content:center;perspective:1500px}.LandingPage_formContainer__CaL3e{background-color:#f1f3f5}.LandingPage_h1__TxcV3{font-size:2.5rem;font-weight:700;line-height:1.2;margin-top:0;margin-bottom:1rem}.LandingPage_lead__hdI_d{font-size:1.15rem;line-height:1.6;color:#495057;margin-bottom:2rem}.LandingPage_mockupPlaceholder__P46uH{display:block;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;transform:rotateY(10deg) rotateX(7deg);box-shadow:-20px 20px 40px rgba(0,0,0,.1);transition:transform .3s ease-out,box-shadow .3s ease-out;width:60%;margin:0 auto}.LandingPage_mockupPlaceholder__P46uH img{width:100%;display:block;border-radius:4px}.LandingPage_formTitle__bz5jE{font-size:1.5rem;font-weight:600;margin-top:0;margin-bottom:2rem;text-align:center}.LandingPage_formGroup__5n3eD{margin-bottom:1.5rem}.LandingPage_formGroup__5n3eD label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.LandingPage_formGroup__5n3eD input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #dee2e6;border-radius:6px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.LandingPage_formGroup__5n3eD input:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px rgba(13,110,253,.25)}.LandingPage_ctaButton__A6dqm{width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#ffffff;background-color:#0d6efd;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.LandingPage_ctaButton__A6dqm:hover{background-color:#0b5ed7}@media (max-width:992px){.LandingPage_container__cRKQg{flex-direction:column}.LandingPage_content__E_Fon,.LandingPage_formContainer__CaL3e{padding:2rem}.LandingPage_h1__TxcV3{font-size:2rem}.LandingPage_body__HS_z6{overflow:scroll}}.LandingPage_detailsSection__aQymq{width:100%;max-width:1100px;margin:0 auto;padding:0 2rem}.LandingPage_sectionTitle__mYjWg{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.LandingPage_sectionSubtitle__Qaj96{font-size:1.15rem;line-height:1.6;color:#495057;text-align:center;max-width:700px;margin:0 auto 3rem}.LandingPage_sectionImage__MXC5Z{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid var(--border-color)}.LandingPage_problemSection__LIclo{margin:6rem 0}.LandingPage_solutionSection__r8aUO{display:flex;align-items:center;gap:4rem;margin:6rem 0}.LandingPage_solutionText__uueDY{flex:1;text-align:left}.LandingPage_solutionText__uueDY .LandingPage_sectionSubtitle__Qaj96,.LandingPage_solutionText__uueDY .LandingPage_sectionTitle__mYjWg{text-align:left;margin-left:0;margin-right:0;max-width:none}.LandingPage_solutionImage__3w4CD{flex:1}.LandingPage_featureList__d7iPV{list-style:none;padding:0;margin-top:2rem;font-size:1.1rem}.LandingPage_featureList__d7iPV li{margin-bottom:1rem}.LandingPage_finalCtaSection__JvLPu{margin:6rem 0;padding:4rem 2rem;background-color:#f1f3f5;box-shadow:0 4px 12px rgba(0,0,0,.05);border-radius:8px;text-align:center}.LandingPage_finalCtaSection__JvLPu .LandingPage_ctaButton__A6dqm{max-width:300px;margin:2rem auto 0}.LandingPage_faqSection__F7vHM{margin:6rem 0}.LandingPage_faqContainer__441Oy{max-width:700px;margin:0 auto;border-top:1px solid var(--border-color)}.LandingPage_faqItem__v1BCb{border-bottom:1px solid var(--border-color)}.LandingPage_faqQuestion__d6KiS{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:1.5rem 0;font-size:1.15rem;font-weight:600;background:none;border:none}.LandingPage_faqIcon__Bswnd{font-size:1.75rem;font-weight:300;transition:transform .3s ease}.LandingPage_faqIconOpen__twUgS{transform:rotate(45deg)}.LandingPage_faqAnswer__1GixO{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.LandingPage_faqAnswerOpen__YYPDQ{max-height:500px;transition:max-height .4s ease-in}.LandingPage_faqAnswer__1GixO p{padding:0 0 1.5rem;line-height:1.6;color:#495057}