@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");.LandingPage_container__J99t5{font-family:Open Sauce One,sans-serif;color:var(--foreground);background:var(--background);min-height:100vh;display:flex;flex-direction:column}.LandingPage_notificationBar__79bHJ{width:100%;padding:5px;display:flex;justify-content:center;align-items:center;gap:12px;font-family:Open Sauce One,sans-serif;font-size:14px;color:white;font-weight:300;position:fixed;top:0;left:0;right:0;z-index:1001;height:42px;background-size:cover;background-position:50%}.LandingPage_trialPill__DLMCe{color:black;background:white;border:none;padding:4px 12px;border-radius:50px;font-weight:300;font-size:12px}.LandingPage_buyButton__TiIG5{background-color:#ffffff;color:#000000;border:none;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:300;cursor:pointer;transition:transform .2s ease}.LandingPage_buyButton__TiIG5:hover{transform:scale(1.05)}.LandingPage_navbar__9Bb4R{display:flex;justify-content:space-between;align-items:center;padding:8px 4rem;background:var(--navbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:fixed;top:42px;left:0;right:0;z-index:1000;border-bottom:1px solid var(--border-color)}.LandingPage_logo__qSDa3{font-size:1.5rem;font-weight:800;color:#11a454;text-decoration:none;letter-spacing:-.5px}.LandingPage_navLinks__Ez2Ru{display:flex;gap:2rem;align-items:center}.LandingPage_navLink__D8q_v{font-size:.95rem;font-weight:300;color:var(--foreground);opacity:.8;transition:opacity .2s;cursor:pointer}.LandingPage_navLink__D8q_v:hover{opacity:1}.LandingPage_navButtons__IYUCm{display:flex;gap:1rem}.LandingPage_loginBtn__ZshxK{padding:.6rem 1.5rem;font-size:.9rem;font-weight:300;color:var(--foreground);background:transparent;border:1px solid var(--border-color);border-radius:50px;cursor:pointer;transition:all .2s}.LandingPage_loginBtn__ZshxK:hover{background:rgba(0,0,0,.03)}.LandingPage_signupBtn__YYqy5{padding:.6rem 1.5rem;font-size:.9rem;font-weight:300;color:white;background:#111111;border:none;border-radius:50px;cursor:pointer;transition:all .2s}.LandingPage_hero__MelEF{padding:200px 4rem 100px;display:flex;flex-direction:column;align-items:center;text-align:center;background-image:url(/Vector.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;overflow:hidden}.LandingPage_heroBackgroundIcons__okizn{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.LandingPage_floatingIcon__6cjdf{position:absolute;opacity:.3;animation:LandingPage_floatAround__TUsMk 8s ease-in-out infinite}@keyframes LandingPage_floatAround__TUsMk{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(10px,-15px) rotate(5deg)}50%{transform:translate(-5px,-25px) rotate(-5deg)}75%{transform:translate(-15px,-10px) rotate(3deg)}}.LandingPage_heroBadge__rzfTX{padding:.4rem 1rem;background:rgba(139,92,246,.1);color:#8B5CF6;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;display:inline-block;position:relative;z-index:1}.LandingPage_gradientText___NefK{background:linear-gradient(135deg,#8B5CF6,#EC4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.LandingPage_heroTitle__6V3TH{font-size:50px;font-style:italic;font-size:4rem;font-family:"Instrument Serif",serif;font-weight:400;line-height:1.4;margin-bottom:1.5rem;max-width:900px;background:linear-gradient(135deg,var(--foreground) 0,rgba(100,100,100,1) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.LandingPage_titlePill__xwGiF{display:inline-block;vertical-align:middle;margin:0 10px;height:60px;width:120px;border-radius:50px;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.5);background:#f0f0f0}.LandingPage_titlePill__xwGiF img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.LandingPage_heroSubtitle__yThHD{font-size:18px;color:#666;max-width:600px;font-weight:300;margin-bottom:3rem;line-height:1.6}.LandingPage_heroButtons__PG09c{display:flex;gap:1.5rem}.LandingPage_primaryBtn__dnKDY{color:white;background:#212121;border:none;border-radius:50px}.LandingPage_primaryBtn__dnKDY,.LandingPage_secondaryBtn__J1P5d{padding:.7rem 2.5rem;font-size:1rem;font-weight:300;cursor:pointer;transition:all .3s ease}.LandingPage_secondaryBtn__J1P5d{color:var(--foreground);background:var(--card-bg);border:1px solid var(--border-color);border-radius:50px}.LandingPage_secondaryBtn__J1P5d:hover{border-color:#8B5CF6;color:#8B5CF6}.LandingPage_features__KOhUY{padding:6rem 4rem;background:var(--background)}.LandingPage_sectionHeader__HE_09{text-align:center}.LandingPage_sectionTitle__pCsTO{font-size:40px;font-weight:400;font-size:3rem;font-family:"Instrument Serif",serif;margin-bottom:1rem}.LandingPage_sectionSubtitle__3MPkh{font-size:18px;color:#666;max-width:600px;margin:0 auto 3rem;font-weight:300}.LandingPage_featureGrid__olywg{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.LandingPage_featureCard__JC03N{padding:2.5rem;border-radius:20px;background:var(--card-bg);border:1px solid var(--border-color);box-shadow:0 10px 40px rgba(0,0,0,.05);transition:all .3s ease}.LandingPage_featureCard__JC03N:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.1)}.LandingPage_featureIcon__ECeTU{width:50px;height:50px;background:rgba(17,164,84,.1);color:#11a454;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.LandingPage_featureTitle__RXh74{font-size:1.25rem;font-weight:700;font-family:"Instrument Serif",serif;margin-bottom:1rem}.LandingPage_featureDesc__5gE1J{color:var(--text-muted);line-height:1.6}.LandingPage_productsSection__cg0PM{padding:6rem 4rem;background:#fafafa}.LandingPage_productsHeader__flTdg{text-align:center;margin-bottom:4rem}.LandingPage_productsContainer__11eOC{display:flex;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.LandingPage_productImages__TJwZ1{flex:1 1;display:flex;flex-wrap:wrap;justify-content:center;position:relative;gap:20px}.LandingPage_productImageItem__JYB0L{width:80px;height:auto;margin:10px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));transition:transform .3s ease}.LandingPage_productImageItem__JYB0L:hover{transform:translateY(-10px) rotate(5deg)}.LandingPage_productList__N9Sz8{flex:1 1;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.LandingPage_productItem__0yHk6{display:flex;align-items:center;padding:1.5rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;transition:all .3s ease;cursor:default}.LandingPage_productItem__0yHk6:hover{border-color:#11a454;box-shadow:0 4px 20px rgba(17,164,84,.15);transform:translateX(10px)}.LandingPage_productIcon__rMMHb{width:50px;height:50px;background:rgba(17,164,84,.1);color:#11a454;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:1.5rem}.LandingPage_productName__4Ifft{font-size:1.1rem;font-weight:700;font-family:"Instrument Serif",serif;color:var(--foreground)}.LandingPage_pricingSection__hnhU_{padding:6rem 4rem;background-color:var(--background);background-image:url(/Capa\ 1.svg),url(/Topographic\ 4.svg);background-repeat:no-repeat,no-repeat;background-size:400px 400px,400px 400px;background-position:left 790px,right 120px;border-top:1px solid var(--border-color)}.LandingPage_pricingGrid__DP_zk{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.LandingPage_pricingCard__FmQCd{background:white;border-radius:0;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.LandingPage_pricingCard__FmQCd:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.LandingPage_pricingCard__FmQCd.LandingPage_popular__BxDBj{border:2px solid #8686fc}.LandingPage_popularBadge__ANtPp{position:absolute;top:12px;right:20px;left:auto;transform:none;background:linear-gradient(135deg,#8686FC,#6b6bf5);color:white;padding:6px 20px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.5px;box-shadow:0 2px 8px rgba(134,134,252,.3);z-index:1}.LandingPage_pricingHeader__h_M17{text-align:center;margin-bottom:2rem}.LandingPage_pricingHeader__h_M17 h3{font-size:1.3rem;font-weight:300;color:var(--foreground);margin-bottom:1rem;font-family:Open Sauce One,sans-serif!important}.LandingPage_pricingPrice___m9Sd{display:flex;align-items:baseline;justify-content:center;margin-bottom:.5rem;font-family:Open Sauce One,sans-serif;color:var(--foreground)}.LandingPage_pricingPrice___m9Sd span:first-child{font-size:1.25rem;color:var(--text-muted);margin-right:4px}.LandingPage_pricingPrice___m9Sd span:nth-child(2){font-size:3rem;font-weight:400;color:var(--foreground)}.LandingPage_pricingPeriod__9KaQR{font-size:1rem;color:var(--text-muted);margin-left:4px}.LandingPage_pricingFeatures__IrRnE{flex:1 1;margin-bottom:2rem}.LandingPage_pricingFeatures__IrRnE ul{list-style:none;padding:0;margin:0}.LandingPage_pricingFeatures__IrRnE li{display:flex;align-items:center;gap:12px;font-weight:300;padding:12px 0;font-size:15px;letter-spacing:-.2px;border-bottom:1px solid #f1f5f9;color:var(--text-muted);line-height:1.5;margin-bottom:0}.LandingPage_pricingFeatures__IrRnE li:last-child{border-bottom:none}.LandingPage_pricingIcon__ZcaJF{color:var(--text-muted)}.LandingPage_pricingBtn__xhuQe{width:100%;padding:.6rem;border:none;border-radius:50px;font-weight:300;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Open Sauce One,sans-serif;margin-top:auto}.LandingPage_pricingBtn__xhuQe.LandingPage_primary__oZAy4{background:#6b6bf5;color:white}.LandingPage_pricingBtn__xhuQe.LandingPage_primary__oZAy4:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(107,107,245,.3)}.LandingPage_pricingBtn__xhuQe.LandingPage_secondary__TrfHG{background:white;color:#11a454;border:1px solid #11a454}.LandingPage_pricingBtn__xhuQe.LandingPage_secondary__TrfHG:hover{background-color:#11a454;color:white}.LandingPage_billingToggle__Dp_XM{display:flex;background-color:#e9ecef;border-radius:999px;padding:4px;margin:0 auto 3rem;width:-moz-fit-content;width:fit-content;position:relative}.LandingPage_toggleButton__L1PGE{padding:10px 28px;border-radius:999px;border:none;background:transparent;font-weight:300;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:8px;font-family:Open Sauce One,sans-serif;font-size:15px;color:#6c757d;position:relative;z-index:2}.LandingPage_toggleButton__L1PGE.LandingPage_active__MNFPp{background-color:#8686FC;color:white;box-shadow:0 4px 12px rgba(21,66,109,.25)}.LandingPage_faqSection__a8YOa{padding:6rem 4rem;border-top:1px solid var(--border-color)}.LandingPage_faqContainer__MZnlr{max-width:1200px;margin:0 auto}.LandingPage_faqSearchContainer__Q5SD3{position:relative;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;display:flex;align-items:center}.LandingPage_faqSearchInput__Jgpbe{width:100%;padding:1rem 1.5rem 1rem 4rem;border:1px solid var(--border-color);border-radius:50px;background:var(--background);font-size:1rem;color:var(--foreground);outline:none;transition:all .3s ease;height:50px;font-weight:300;line-height:normal}.LandingPage_faqSearchInput__Jgpbe:focus{border-color:#11a454;box-shadow:0 0 0 4px rgba(17,164,84,.1)}.LandingPage_faqSearchIcon__9wHj5{position:absolute;left:1.5rem;top:0;bottom:0;margin:auto;height:-moz-fit-content;height:fit-content;color:var(--text-muted);pointer-events:none;display:flex;align-items:center;justify-content:center}.LandingPage_faqGrid__PPSNm{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;align-items:start}.LandingPage_faqItem__PAVtl{background:var(--background);border:1px solid var(--border-color);border-radius:50px;overflow:hidden;transition:all .3s ease}.LandingPage_faqItem__PAVtl.LandingPage_active__MNFPp{border-color:#11a454;background:var(--card-bg);box-shadow:0 4px 20px rgba(0,0,0,.05)}.LandingPage_faqHeader__3tK0h{padding:1.3rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.LandingPage_faqQuestion__E8wpn{font-size:17px;letter-spacing:-.4px;font-weight:300;margin:0;color:var(--foreground);font-family:Open Sauce One,sans-serif}.LandingPage_faqToggleIcon__H9Xfv{color:var(--text-muted);transition:transform .3s ease;font-size:18px}.LandingPage_faqItem__PAVtl.LandingPage_active__MNFPp .LandingPage_faqToggleIcon__H9Xfv{transform:rotate(180deg);color:#11a454}.LandingPage_faqAnswerWrapper__R01W9{height:0;overflow:hidden;transition:height .3s ease}.LandingPage_faqAnswer__AO5lZ{padding:0 1.5rem 1.5rem;color:var(--text-muted);line-height:1.6;font-size:.95rem;border-top:1px solid transparent}.LandingPage_footer__EpTOp{background:#fafafa;padding:3rem 4rem 20px}.LandingPage_footerContent__bRLVY{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto 4rem}.LandingPage_footerBrand__36c9W p{color:var(--text-muted);margin-top:1rem;max-width:300px;line-height:1.6}.LandingPage_contactInfo__X_YKx p{margin:5px 0;font-size:14px;font-weight:300;color:var(--text-muted)}.LandingPage_footerCol___ON_p h4{font-size:24px;font-weight:400;font-family:"Instrument Serif",serif;margin-bottom:1.5rem}.LandingPage_socialGrid__Dmo8u{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;align-items:center}.LandingPage_socialGrid__Dmo8u img{transition:transform .2s;filter:invert(.4)}.LandingPage_socialGrid__Dmo8u a:hover img{transform:translateY(-3px);filter:invert(0) brightness(.5) sepia(1) hue-rotate(100deg) saturate(3)}.LandingPage_footerCol___ON_p ul{list-style:none;padding:0;text-decoration:none;font-size:15px;font-weight:300}.LandingPage_footerCol___ON_p li{margin-bottom:.8rem}.LandingPage_footerCol___ON_p a{color:var(--text-muted);transition:color .2s;text-decoration:none}.LandingPage_footerCol___ON_p a:hover{color:#11a454}.LandingPage_footerBottom__eKAO6{padding-top:20px;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9rem;display:flex;font-weight:300;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.LandingPage_footerBottomLinks__dFB5J{display:flex;gap:2rem}.LandingPage_footerBottomLinks__dFB5J a{color:var(--text-muted);text-decoration:none;transition:color .2s}.LandingPage_footerBottomLinks__dFB5J a:hover{color:#11a454}@media (prefers-color-scheme:dark){.LandingPage_container__J99t5{--navbar-bg:rgba(10,10,10,0.8);--border-color:rgba(255,255,255,0.1);--card-bg:#171717;--hero-gradient-start:rgba(17,164,84,0.15);--hero-gradient-end:rgba(10,10,10,0);--text-muted:#a1a1aa;--footer-bg:#111}.LandingPage_featureCard__JC03N{box-shadow:0 10px 40px rgba(0,0,0,.2)}}@media (prefers-color-scheme:light){.LandingPage_container__J99t5{--navbar-bg:rgba(255,255,255,0.8);--border-color:rgba(0,0,0,0.05);--card-bg:#ffffff;--hero-gradient-start:rgba(17,164,84,0.05);--hero-gradient-end:rgba(255,255,255,0);--text-muted:#666;--footer-bg:#f9fafb}}@media (max-width:768px){.LandingPage_heroTitle__6V3TH{font-size:2.5rem}.LandingPage_navbar__9Bb4R{padding:1rem}.LandingPage_navLinks__Ez2Ru{display:none}.LandingPage_faqSection__a8YOa,.LandingPage_features__KOhUY,.LandingPage_footer__EpTOp,.LandingPage_hero__MelEF,.LandingPage_pricingSection__hnhU_,.LandingPage_productsSection__cg0PM{padding-left:1.5rem;padding-right:1.5rem}.LandingPage_footerContent__bRLVY{grid-template-columns:1fr;gap:2rem}.LandingPage_footerBottom__eKAO6{flex-direction:column;text-align:center}.LandingPage_footerBottomLinks__dFB5J{flex-direction:column;gap:1rem}.LandingPage_productsContainer__11eOC{flex-direction:column}.LandingPage_notificationBar__79bHJ{height:auto;padding:8px;flex-wrap:wrap}.LandingPage_navbar__9Bb4R{top:42px}}@keyframes LandingPage_fadeIn__hQF0S{0%{opacity:0}to{opacity:1}}.LandingPage_testimonialsSection__7qC8e{padding:5rem 0;background:#f7f7f7;overflow:hidden}.LandingPage_testimonialScrollContainer__15o6w{display:flex;overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.LandingPage_testimonialTrack__5abIz{display:flex;gap:2rem;padding:1rem 0;animation:LandingPage_scroll__2Mtn5 40s linear infinite;width:max-content}.LandingPage_testimonialTrack__5abIz:hover{animation-play-state:paused}@keyframes LandingPage_scroll__2Mtn5{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.LandingPage_testimonialCard__K_W2J{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 6px rgba(0,0,0,.02);width:350px;flex-shrink:0;transition:transform .3s ease}.LandingPage_testimonialCard__K_W2J:hover{transform:translateY(-5px);border-color:#11a454}.LandingPage_testimonialContent__x0MzA{font-size:1rem;line-height:1.6;color:var(--text-muted);font-weight:400;font-style:italic}.LandingPage_testimonialAuthor__OWmqh{display:flex;align-items:center;gap:1rem;margin-top:1rem}.LandingPage_testimonialAvatar__6cDuR{width:50px;height:50px;border-radius:50%;object-fit:cover;background-color:#f0f0f0}.LandingPage_authorInfo__14wll h4{font-size:1rem;font-weight:400;margin:0;color:var(--foreground)}.LandingPage_authorInfo__14wll p{font-size:.85rem;color:var(--text-muted);font-weight:400;margin:0}.LandingPage_blogsSection__hhM0b{padding:6rem 4rem;background:var(--card-bg)}.LandingPage_blogsGrid__QHY_q{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.LandingPage_blogCard__hQFLW{background:var(--background);border:1px solid var(--border-color);border-radius:20px;overflow:hidden;transition:transform .3s ease}.LandingPage_blogCard__hQFLW:hover{transform:translateY(-5px)}.LandingPage_blogImage___p_u3{width:100%;height:200px;object-fit:cover;background-color:#e0e0e0}.LandingPage_blogContent__K4UAH{padding:1.5rem}.LandingPage_blogDate__tUO0Q{font-size:.8rem;color:#11a454;font-weight:300;margin-bottom:.5rem;display:block}.LandingPage_blogTitle__ABLlV{font-size:1.1rem;font-weight:400;margin-bottom:.5rem;color:var(--foreground)}.LandingPage_blogExcerpt__EmZMM{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.LandingPage_readMoreBtn__DxsEV{color:#11a454;font-weight:300;font-size:.9rem;text-decoration:none;cursor:pointer}.LandingPage_contactSection__dGBgj{padding:6rem 4rem;background:#fafafa}.LandingPage_contactContainer__byB1a{display:flex;gap:4rem;max-width:1200px;margin:0 auto;align-items:center;justify-content:center}.LandingPage_contactLeft__XhqQ4{flex:1 1}.LandingPage_contactImage__3SbNF{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.LandingPage_contactRight__nJLM6{flex:1 1;background:var(--card-bg);padding:3rem;border-radius:24px;border:1px solid var(--border-color);max-height:800px;max-width:650px;overflow:hidden;display:flex;flex-direction:column}.LandingPage_contactForm__mFjGQ{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;padding-right:10px;max-height:600px}.LandingPage_contactForm__mFjGQ::-webkit-scrollbar{width:6px}.LandingPage_contactForm__mFjGQ::-webkit-scrollbar-track{background:transparent}.LandingPage_contactForm__mFjGQ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:20px}.LandingPage_formRow__h91tm{display:flex;gap:1.5rem}.LandingPage_formRow__h91tm .LandingPage_inputGroup__xt1PB{flex:1 1}.LandingPage_checkboxGroup__FYYg3{margin-bottom:.5rem}.LandingPage_checkboxLabel__a6ot3{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--text-muted);line-height:1.5;cursor:pointer}.LandingPage_checkboxLabel__a6ot3 input[type=checkbox]{margin-top:4px;accent-color:#11a454;width:16px;height:16px;flex-shrink:0}.LandingPage_legalDisclaimer__S6qAb{font-size:.8rem;color:var(--text-muted);line-height:1.5;font-weight:300;margin-top:.5rem;opacity:.8}.LandingPage_inputGroup__xt1PB{margin-bottom:0}.LandingPage_inputGroup__xt1PB label{display:block;margin-bottom:.5rem;font-weight:300;color:var(--foreground);font-size:.95rem}.LandingPage_inputField__mR3QJ{width:100%;padding:.75rem;border:1px solid #ddd;background:var(--background);border-radius:12px;font-size:1rem;box-sizing:border-box;font-family:inherit;color:var(--foreground);transition:all .2s}.LandingPage_inputField__mR3QJ:focus{outline:none;border-color:#15426d;box-shadow:0 0 0 2px rgba(21,66,109,.1)}.LandingPage_gradientBtn__No5iT{background:linear-gradient(135deg,#8B5CF6,#EC4899);color:white;border:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(236,72,153,.4)}.LandingPage_gradientBtn__No5iT:hover{background:linear-gradient(135deg,#7C3AED,#DB2777);transform:translateY(-2px)}.LandingPage_talkToExpertBtn__yTWDC{background:linear-gradient(135deg,#8B5CF6,#EC4899);color:white;border:none;padding:10px 20px;border-radius:50px;font-size:.9rem;cursor:pointer;margin-bottom:20px;transition:all .3s ease}.LandingPage_talkToExpertBtn__yTWDC:hover{background:linear-gradient(135deg,#7C3AED,#DB2777);transform:translateY(-2px)}.LandingPage_submitBtn__rfHa1{padding:.6rem 2rem;background:linear-gradient(135deg,#8B5CF6,#EC4899);color:white;border:none;border-radius:50px;font-size:1rem;font-weight:300;font-family:Open Sauce One,sans-serif;cursor:pointer;transition:all .3s ease;margin-top:1rem}.LandingPage_submitBtn__rfHa1:hover{background:linear-gradient(135deg,#7C3AED,#DB2777);transform:translateY(-2px);box-shadow:0 6px 20px rgba(236,72,153,.5)}@media (max-width:900px){.LandingPage_contactContainer__byB1a{flex-direction:column}.LandingPage_contactRight__nJLM6{width:100%;padding:2rem}.LandingPage_contactLeft__XhqQ4{width:100%}.LandingPage_blogsSection__hhM0b,.LandingPage_contactSection__dGBgj,.LandingPage_testimonialsSection__7qC8e{padding-left:1.5rem;padding-right:1.5rem}}.LandingPage_whatsappFab__jFrH4{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25D366;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 4px 12px rgba(37,211,102,.4);cursor:pointer;z-index:2000;transition:all .3s ease;animation:LandingPage_bounceIn__K0Ice 1s ease-out 1s both}.LandingPage_whatsappFab__jFrH4:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(37,211,102,.6)}@keyframes LandingPage_bounceIn__K0Ice{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@media (max-width:768px){.LandingPage_whatsappFab__jFrH4{bottom:20px;right:20px;width:50px;height:50px;font-size:26px}}.LandingPage_dashboardPreviewImage__UpYWE{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.15);border:1px solid var(--border-color);transition:transform .3s ease}.LandingPage_dashboardPreviewImage__UpYWE:hover{transform:translateY(-5px)}@media (max-width:768px){.LandingPage_notificationBar__79bHJ{padding:4px;height:36px}.LandingPage_buyButton__TiIG5{padding:4px 10px}.LandingPage_navbar__9Bb4R{padding:8px 1.5rem;top:36px}.LandingPage_navLinks__Ez2Ru{display:none}.LandingPage_authButtons__XR_3a{gap:.5rem}.LandingPage_loginBtn__ZshxK,.LandingPage_signupBtn__YYqy5{padding:6px 12px}.LandingPage_hero__MelEF{padding:120px 1.5rem 60px;text-align:center}.LandingPage_heroBackgroundIcons__okizn img{display:none}.LandingPage_heroBadge__rzfTX{padding:.3rem .8rem;margin-bottom:1rem}.LandingPage_heroTitle__6V3TH{line-height:1.2}.LandingPage_titlePill__xwGiF{width:35px;height:35px;margin:0 4px}.LandingPage_heroSubtitle__yThHD{max-width:100%;margin-bottom:1.5rem}.LandingPage_heroButtons__PG09c{flex-direction:column;gap:.8rem;width:100%}.LandingPage_primaryBtn__dnKDY,.LandingPage_secondaryBtn__J1P5d{width:100%;padding:12px 20px}.LandingPage_productsSection__cg0PM{padding:60px 1.5rem}.LandingPage_productsGrid__1jdjE{grid-template-columns:1fr;gap:1rem}.LandingPage_dashboardPreviewImage__UpYWE{border-radius:12px}.LandingPage_pricingSection__hnhU_{padding:60px 1.5rem}.LandingPage_billingToggle__Dp_XM{flex-direction:column;gap:.5rem;padding:.5rem}.LandingPage_toggleButton__L1PGE{width:100%;padding:10px}.LandingPage_pricingGrid__DP_zk{grid-template-columns:1fr;gap:1.5rem}.LandingPage_pricingCard__FmQCd{padding:1.5rem}.LandingPage_testimonialsSection__7qC8e{padding:60px 0}.LandingPage_testimonialCard__K_W2J{min-width:280px;padding:1.5rem}.LandingPage_blogsSection__hhM0b{padding:60px 1.5rem}.LandingPage_blogsGrid__QHY_q{grid-template-columns:1fr;gap:1.5rem}.LandingPage_blogCard__hQFLW{flex-direction:column}.LandingPage_blogImage___p_u3{width:100%;height:200px}.LandingPage_contactSection__dGBgj{padding:60px 1.5rem}.LandingPage_contactContainer__byB1a{flex-direction:column;gap:2rem}.LandingPage_contactRight__nJLM6{max-width:100%;max-height:none;padding:2rem 1.5rem}.LandingPage_contactForm__mFjGQ{max-height:none;overflow-y:visible}.LandingPage_formRow__h91tm{flex-direction:column;gap:0}.LandingPage_faqSection__a8YOa{padding:60px 1.5rem}.LandingPage_faqContainer__MZnlr{max-width:100%;padding:0}.LandingPage_faqSearchInput__Jgpbe{padding:12px 12px 12px 45px}.LandingPage_faqGrid__PPSNm{grid-template-columns:1fr;gap:1rem}.LandingPage_footer__EpTOp{padding:40px 1.5rem 20px}.LandingPage_footerContent__bRLVY{grid-template-columns:1fr;gap:2rem;text-align:center}.LandingPage_footerBrand__36c9W{align-items:center}.LandingPage_contactInfo__X_YKx{text-align:center}.LandingPage_talkToExpertBtn__yTWDC{width:100%}.LandingPage_socialGrid__Dmo8u{justify-content:center}.LandingPage_footerBottom__eKAO6{flex-direction:column;gap:1rem;text-align:center}.LandingPage_footerBottomLinks__dFB5J{flex-direction:column;gap:.5rem}}@media (max-width:480px){.LandingPage_notificationBar__79bHJ{height:32px}.LandingPage_buyButton__TiIG5{padding:3px 8px}.LandingPage_navbar__9Bb4R{padding:6px 1rem;top:32px}.LandingPage_loginBtn__ZshxK,.LandingPage_signupBtn__YYqy5{padding:5px 10px}.LandingPage_hero__MelEF{padding:130px 1rem 50px}.LandingPage_titlePill__xwGiF{width:30px;height:30px;margin:0 3px}.LandingPage_primaryBtn__dnKDY,.LandingPage_secondaryBtn__J1P5d{padding:10px 16px}.LandingPage_blogsSection__hhM0b,.LandingPage_contactSection__dGBgj,.LandingPage_faqSection__a8YOa,.LandingPage_pricingSection__hnhU_,.LandingPage_productsSection__cg0PM,.LandingPage_testimonialsSection__7qC8e{padding:40px 1rem}.LandingPage_pricingCard__FmQCd{padding:1.2rem}.LandingPage_testimonialCard__K_W2J{min-width:250px;padding:1.2rem}.LandingPage_contactRight__nJLM6{padding:1.5rem 1rem}.LandingPage_footer__EpTOp{padding:30px 1rem 15px}}.LandingPage_hamburger__lvIXZ{display:none;background:none;border:none;font-size:1.5rem;color:var(--foreground);cursor:pointer;padding:.5rem;transition:transform .2s ease}.LandingPage_hamburger__lvIXZ:hover{transform:scale(1.1)}.LandingPage_mobileMenu__VVyMT{display:none;position:fixed;top:78px;left:0;right:0;bottom:0;background:var(--background);z-index:999;animation:LandingPage_slideDown___xRIq .3s ease}.LandingPage_mobileMenuContent__j0SFH{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.LandingPage_mobileNavLink__yo1Uc{font-size:1.1rem;font-weight:300;color:var(--foreground);padding:.8rem 0;border-bottom:1px solid var(--border-color);cursor:pointer;transition:color .2s ease}.LandingPage_mobileNavLink__yo1Uc:hover{color:#11a454}.LandingPage_mobileMenuButtons__Jbf3T{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.LandingPage_mobileMenuButtons__Jbf3T button{width:100%}@keyframes LandingPage_slideDown___xRIq{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.LandingPage_hamburger__lvIXZ,.LandingPage_mobileMenu__VVyMT{display:block}.LandingPage_navButtons__IYUCm{display:none}}