.ContactSection-module__dWQksa__wrapper{grid-template-columns:1.2fr 1fr;gap:32px;margin-top:100px;display:grid}.ContactSection-module__dWQksa__left{padding-top:40px}.ContactSection-module__dWQksa__left>p{color:var(--gray-60);margin-bottom:32px}.ContactSection-module__dWQksa__left h3{color:var(--gray-80);margin-bottom:16px}.ContactSection-module__dWQksa__cards{grid-template-columns:1fr 1fr;gap:32px;display:grid}.ContactSection-module__dWQksa__card{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:40px;padding:40px}.ContactSection-module__dWQksa__card>img{width:56px;margin-bottom:16px}.ContactSection-module__dWQksa__card h4{color:var(--gray-80);margin:0 0 16px}.ContactSection-module__dWQksa__card p:nth-child(3){color:var(--gray-60);margin-bottom:8px}.ContactSection-module__dWQksa__card p:nth-child(4){color:var(--gray-80)}.ContactSection-module__dWQksa__full{grid-column:span 2}.ContactSection-module__dWQksa__contactAction{font-size:inherit;line-height:inherit;color:var(--gray-80);align-items:center;gap:10px;margin-top:4px;font-family:inherit;display:inline-flex;position:relative}.ContactSection-module__dWQksa__contactLink{color:var(--gray-80);font-size:inherit;line-height:inherit;font-family:inherit;text-decoration:none;transition:color .25s}.ContactSection-module__dWQksa__contactLink:hover{color:var(--primary-blue)}.ContactSection-module__dWQksa__copyBtn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .25s,transform .25s;display:inline-flex}.ContactSection-module__dWQksa__copyBtn:hover{background:var(--gray-10);transform:scale(1.06)}.ContactSection-module__dWQksa__copyBtn img{width:24px;height:24px;margin:0}.ContactSection-module__dWQksa__copyFeedback{background:var(--gray-60);color:#fff;white-space:nowrap;border-radius:999px;margin-left:8px;padding:5px 8px;font-size:12px;animation:.25s ContactSection-module__dWQksa__copyPop;position:absolute;top:50%;left:100%;transform:translateY(-50%)}@keyframes ContactSection-module__dWQksa__copyPop{0%{opacity:0;transform:translateY(-50%)scale(.9)}to{opacity:1;transform:translateY(-50%)scale(1)}}.ContactSection-module__dWQksa__right{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:40px;padding:40px}.ContactSection-module__dWQksa__right>p{color:var(--gray-60);margin-bottom:32px}.ContactSection-module__dWQksa__right h3{color:var(--gray-80);margin-bottom:16px}.ContactSection-module__dWQksa__form{flex-direction:column;gap:20px;display:flex}.ContactSection-module__dWQksa__field{flex-direction:column;gap:6px;display:flex}.ContactSection-module__dWQksa__field label{color:var(--gray-70);margin-bottom:0;font-size:16px}.ContactSection-module__dWQksa__input,.ContactSection-module__dWQksa__select,.ContactSection-module__dWQksa__textarea{border:1px solid var(--gray-20);border-radius:8px;width:100%;height:48px;padding:0 40px 0 14px;font-size:16px;transition:all .2s}.ContactSection-module__dWQksa__textarea{height:120px;padding-top:12px}.ContactSection-module__dWQksa__inputWrap{align-items:center;display:flex;position:relative}.ContactSection-module__dWQksa__inputWrap img{opacity:.6;width:18px;position:absolute;right:12px}.ContactSection-module__dWQksa__inputWrap span{color:var(--state-error)}.ContactSection-module__dWQksa__errortext{color:var(--state-error);padding-top:4px;font-size:14px}.ContactSection-module__dWQksa__dropdownIcon{pointer-events:none}.ContactSection-module__dWQksa__input:focus,.ContactSection-module__dWQksa__select:focus,.ContactSection-module__dWQksa__textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 2px #0070ff26}input::placeholder{color:var(--gray-30)}.ContactSection-module__dWQksa__select{appearance:none;border:1px solid var(--border-medium);width:100%;font-family:var(--font-body);color:var(--gray-80);background:#fff;transition:all .25s}.ContactSection-module__dWQksa__select:hover{border-color:var(--gray-40)}.ContactSection-module__dWQksa__select:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f61a}.ContactSection-module__dWQksa__dropdown{position:relative}.ContactSection-module__dWQksa__dropdownTrigger{border:1px solid var(--gray-20);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;height:48px;padding:0 10px 0 14px;transition:all .25s;display:flex}.ContactSection-module__dWQksa__dropdownTrigger:hover{border-color:var(--gray-40)}.ContactSection-module__dWQksa__dropdownTrigger:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 2px #0070ff26}.ContactSection-module__dWQksa__placeholder{color:var(--gray-30)}.ContactSection-module__dWQksa__dropdownIcon{width:18px;transition:transform .25s}.ContactSection-module__dWQksa__rotate{transform:rotate(180deg)}.ContactSection-module__dWQksa__dropdownMenu{border:1px solid var(--border-light);width:100%;box-shadow:var(--shadow-lg);z-index:20;background:#fff;border-radius:12px;animation:.2s ContactSection-module__dWQksa__dropdownFade;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden}.ContactSection-module__dWQksa__dropdownItem{color:var(--gray-80);cursor:pointer;padding:12px 14px;font-size:15px;transition:all .2s}.ContactSection-module__dWQksa__dropdownItem:hover{background:var(--gray-10)}@keyframes ContactSection-module__dWQksa__dropdownFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ContactSection-module__dWQksa__error{border-color:var(--state-error)}.ContactSection-module__dWQksa__tick{color:#fff;font-size:16px}.ContactSection-module__dWQksa__submitWrap{margin-top:10px}.ContactSection-module__dWQksa__toastInline{background:#eaf7ef;border:1px solid #b7e4c7;border-radius:14px;align-items:center;gap:14px;margin-top:18px;padding:16px 18px;animation:.35s ContactSection-module__dWQksa__toastIn;display:flex;box-shadow:0 8px 20px #0000000f}.ContactSection-module__dWQksa__toastLeft{justify-content:center;align-items:center;display:flex}.ContactSection-module__dWQksa__toastIcon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:600;animation:.3s ContactSection-module__dWQksa__scaleIn;display:flex}.ContactSection-module__dWQksa__toastContent{flex:1}.ContactSection-module__dWQksa__toastTitle{color:var(--state-success);padding-bottom:4px;font-size:16px}.ContactSection-module__dWQksa__toastSub{color:#4b5563;font-size:14px}.ContactSection-module__dWQksa__toastClose{cursor:pointer;color:var(--gray-80);opacity:.6;background:0 0;border:none;font-size:24px}.ContactSection-module__dWQksa__toastClose:hover{opacity:1}@keyframes ContactSection-module__dWQksa__toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactSection-module__dWQksa__scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.ContactSection-module__dWQksa__loader{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite ContactSection-module__dWQksa__spin}.ContactSection-module__dWQksa__tick{animation:.3s ContactSection-module__dWQksa__pop}.ContactSection-module__dWQksa__input:focus,.ContactSection-module__dWQksa__textarea:focus{box-shadow:0 0 0 2px #0078ff33}.ContactSection-module__dWQksa__error{animation:.25s ContactSection-module__dWQksa__shake}@keyframes ContactSection-module__dWQksa__spin{to{transform:rotate(360deg)}}@keyframes ContactSection-module__dWQksa__pop{0%{transform:scale(.6)}to{transform:scale(1)}}@keyframes ContactSection-module__dWQksa__shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@keyframes ContactSection-module__dWQksa__slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:1400px){.ContactSection-module__dWQksa__wrapper{grid-template-columns:1fr 1fr}.ContactSection-module__dWQksa__right{padding:40px 32px}.ContactSection-module__dWQksa__card{padding:32px}.ContactSection-module__dWQksa__full{grid-column:span 1}.ContactSection-module__dWQksa__cards{grid-template-columns:1fr}}@media (max-width:1200px){.ContactSection-module__dWQksa__wrapper{grid-template-columns:1fr}.ContactSection-module__dWQksa__cards{grid-template-columns:1fr 1fr 1fr;gap:32px;display:grid}.ContactSection-module__dWQksa__card{border-radius:32px}.ContactSection-module__dWQksa__full{grid-column:span 1}.ContactSection-module__dWQksa__left h3,.ContactSection-module__dWQksa__left>p{margin-left:32px}.ContactSection-module__dWQksa__right{border-radius:32px}}@media (max-width:1000px){.ContactSection-module__dWQksa__wrapper,.ContactSection-module__dWQksa__cards{gap:28px}}@media (max-width:900px){.ContactSection-module__dWQksa__wrapper,.ContactSection-module__dWQksa__cards{grid-template-columns:1fr}.ContactSection-module__dWQksa__full{grid-column:span 2}}@media (max-width:800px){.ContactSection-module__dWQksa__wrapper,.ContactSection-module__dWQksa__cards{gap:24px}.ContactSection-module__dWQksa__left{padding-top:24px}}@media (max-width:600px){.ContactSection-module__dWQksa__full{grid-column:span 1}.ContactSection-module__dWQksa__left{padding-top:0}}@media (max-width:480px){.ContactSection-module__dWQksa__card{border-radius:20px;padding:24px 20px}.ContactSection-module__dWQksa__left>h3,.ContactSection-module__dWQksa__left>p{margin-left:24px}.ContactSection-module__dWQksa__right{border-radius:24px;padding:32px 20px}}
.Button-module__rj9yOG__button{isolation:isolate;cursor:pointer;background:0 0;border:none;border-radius:999px;outline:none;justify-content:center;align-items:center;width:100%;min-width:150px;max-width:220px;height:52px;padding:10px 24px;transition:all .4s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.Button-module__rj9yOG__withIcon{justify-content:space-between;gap:12px}.Button-module__rj9yOG__button:not(.Button-module__rj9yOG__withIcon){justify-content:center}.Button-module__rj9yOG__login-button{min-width:200px}.Button-module__rj9yOG__cta-button,.Button-module__rj9yOG__cta-button,.Button-module__rj9yOG__cta-button-2{min-width:220px}.Button-module__rj9yOG__button:focus-visible{outline:2px solid var(--primary-blue-light);outline-offset:2px}.Button-module__rj9yOG__button:before{content:"";z-index:0;background:var(--primary-blue-light);content:"";z-index:0;background:var(--primary-blue-light);width:0%;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;right:0}.Button-module__rj9yOG__button:hover:before{width:100%;left:0;right:auto}.Button-module__rj9yOG__text{z-index:2;font-family:var(--font-heading);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricprecision;align-items:center;font-size:15px;font-weight:500;line-height:1.2;display:inline-flex;position:relative}.Button-module__rj9yOG__button{transform:translateZ(0)}.Button-module__rj9yOG__filled.Button-module__rj9yOG__light{color:#000;outline:1px solid var(--gray-10);background:#fff}.Button-module__rj9yOG__filled.Button-module__rj9yOG__dark{color:#fff;background:#000}.Button-module__rj9yOG__outline.Button-module__rj9yOG__light{color:#fff;background:0 0;border:2px solid #fff}.Button-module__rj9yOG__outline.Button-module__rj9yOG__light:hover{color:var(--gray-80)}.Button-module__rj9yOG__outline.Button-module__rj9yOG__dark{color:#000;background:0 0}.Button-module__rj9yOG__iconWrapper{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:-18px;display:flex;position:relative;overflow:hidden}.Button-module__rj9yOG__filled.Button-module__rj9yOG__light .Button-module__rj9yOG__iconWrapper{background:var(--primary-blue-light)}.Button-module__rj9yOG__filled.Button-module__rj9yOG__light:hover .Button-module__rj9yOG__iconWrapper{background:var(--white);transition:all .4s ease-in-out}.Button-module__rj9yOG__outline.Button-module__rj9yOG__light:hover .Button-module__rj9yOG__iconWrapper{background:#fff3}.Button-module__rj9yOG__iconMain,.Button-module__rj9yOG__iconClone{justify-content:center;align-items:center;transition:transform .4s ease-in-out,opacity .4s ease-in-out;display:flex;position:absolute}.Button-module__rj9yOG__iconWrapper img,.Button-module__rj9yOG__iconWrapper svg{width:24px;height:24px}.Button-module__rj9yOG__iconMain{opacity:1;transform:translate(0)}.Button-module__rj9yOG__iconClone{opacity:0;transform:translate(-24px)}.Button-module__rj9yOG__button.Button-module__rj9yOG__animate .Button-module__rj9yOG__iconMain{opacity:0;transform:translate(24px)}.Button-module__rj9yOG__button.Button-module__rj9yOG__animate .Button-module__rj9yOG__iconClone{opacity:1;transform:translate(0)}
.Header-module__LH17rG__headerWrapper{z-index:100;justify-content:center;width:100%;padding:0 calc(15% - 32px);display:flex;position:fixed;top:24px}.Header-module__LH17rG__navContainer{z-index:101;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:1460px;padding:14px 24px;display:flex;position:relative}.Header-module__LH17rG__glass{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;box-shadow:var(--shadow-sm);background:#ffffff0f;border:1px solid #d9dbe94b}.Header-module__LH17rG__white{color:#111;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff79;border:1px solid #ececec}.Header-module__LH17rG__navLeft{align-items:center;display:flex}.Header-module__LH17rG__logo{height:48px}.Header-module__LH17rG__navLinks{gap:32px;display:flex}.Header-module__LH17rG__navLink{opacity:.7;transition:all .3s;position:relative}.Header-module__LH17rG__navLink:hover{opacity:1}.Header-module__LH17rG__navLink:after{content:"";transform-origin:100%;background:currentColor;width:100%;height:2px;transition:transform .4s;position:absolute;bottom:-28px;left:0;transform:scaleX(0)}.Header-module__LH17rG__navLink:hover:after{transform-origin:0;transform:scaleX(1)}.Header-module__LH17rG__active{opacity:1;font-weight:500}.Header-module__LH17rG__active:after{transform:scaleX(1)}.Header-module__LH17rG__navRight{align-items:center;gap:12px;display:flex}.Header-module__LH17rG__menuBtn{cursor:pointer;z-index:102;width:40px;height:40px;box-shadow:none;appearance:none;color:currentColor;background:0 0;border:none;border-radius:8px;outline:none;flex-shrink:0;margin:0;padding:0;transition:transform .25s,background .25s,opacity .25s;display:none;position:relative}.Header-module__LH17rG__menuBtn span{background:currentColor;border-radius:999px;width:28px;height:2.5px;transition:all .3s;position:absolute;left:6px}.Header-module__LH17rG__menuBtn span:first-child{top:10px}.Header-module__LH17rG__menuBtn span:nth-child(2){top:18px}.Header-module__LH17rG__menuBtn span:nth-child(3){top:26px}.Header-module__LH17rG__menuBtn.Header-module__LH17rG__open span:first-child{top:18px;transform:rotate(45deg)}.Header-module__LH17rG__menuBtn.Header-module__LH17rG__open span:nth-child(2){opacity:0}.Header-module__LH17rG__menuBtn.Header-module__LH17rG__open span:nth-child(3){top:18px;transform:rotate(-45deg)}.Header-module__LH17rG__menuBtn:hover{background:#ffffff14;border-radius:8px;transform:scale(1.06)}.Header-module__LH17rG__white .Header-module__LH17rG__menuBtn:hover{background:#0000000f}.Header-module__LH17rG__menuBtn span{transform-origin:50%}.Header-module__LH17rG__menuBtn:not(.Header-module__LH17rG__open):hover span:first-child{transform:translateY(-1px)}.Header-module__LH17rG__menuBtn:not(.Header-module__LH17rG__open):hover span:nth-child(3){transform:translateY(1px)}.Header-module__LH17rG__mobileMenu{opacity:0;pointer-events:none;width:100%;max-width:1200px;padding:0 64px;transition:opacity .35s,transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:100px;left:50%;transform:translate(-50%)translateY(-10px)scale(.98)}.Header-module__LH17rG__mobileMenuInner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-lg);background:#ffffffd9;border:1px solid #eaeaea;border-radius:24px;flex-direction:column;align-items:center;gap:32px;padding:100px 40px;display:flex}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.Header-module__LH17rG__mobileLink{color:#111;text-align:center;opacity:0;font-size:24px;font-weight:500;transition:all .4s;transform:translateY(20px)}.Header-module__LH17rG__mobileLink:hover{opacity:1;transform:translateY(-2px)}.Header-module__LH17rG__activeMobile{opacity:1;font-weight:600}.Header-module__LH17rG__mobileCta{justify-content:center;width:100%;margin-top:16px;display:flex}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink{opacity:1;transform:translateY(0)}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:first-child{transition-delay:50ms}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(2){transition-delay:.1s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(3){transition-delay:.15s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(4){transition-delay:.2s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(5){transition-delay:.25s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(6){transition-delay:.3s}.Header-module__LH17rG__activeMobile{color:var(--primary-blue);font-weight:700}.Header-module__LH17rG__mobileCta{margin-top:24px}@media (max-width:1800px){.Header-module__LH17rG__headerWrapper{padding:0 118px}}@media (max-width:1600px){.Header-module__LH17rG__headerWrapper{padding:0 88px}}@media (max-width:1200px){.Header-module__LH17rG__headerWrapper,.Header-module__LH17rG__mobileMenu{padding:0 32px}.Header-module__LH17rG__navLinks{gap:20px}}@media (max-width:1000px){.Header-module__LH17rG__headerWrapper,.Header-module__LH17rG__mobileMenu{padding:0 32px}.Header-module__LH17rG__mobileMenuInner{border-radius:20px;gap:24px;padding:40px}.Header-module__LH17rG__navLinks,.Header-module__LH17rG__navRight>button:not(.Header-module__LH17rG__menuBtn){display:none}.Header-module__LH17rG__menuBtn{justify-content:center;align-items:center;display:flex}}@media (max-width:800px){.Header-module__LH17rG__headerWrapper,.Header-module__LH17rG__mobileMenu{padding:0 28px}.Header-module__LH17rG__logo{height:44px}.Header-module__LH17rG__navContainer{padding:14px 16px}.Header-module__LH17rG__mobileMenu{top:98px}}@media (max-width:600px){.Header-module__LH17rG__headerWrapper{padding:0 8px}.Header-module__LH17rG__mobileMenu{padding:0 12px}.Header-module__LH17rG__menuBtn span{height:1.5px}}@media (max-width:480px){.Header-module__LH17rG__headerWrapper{padding:0 4px;top:12px}.Header-module__LH17rG__mobileMenu{padding:0 12px;top:78px}.Header-module__LH17rG__mobileMenuInner{border-radius:12px;gap:24px;padding:40px}.Header-module__LH17rG__navContainer{border-radius:12px;padding:12px 8px}.Header-module__LH17rG__mobileLink{font-size:22px}.Header-module__LH17rG__logo{width:100%;height:auto;max-height:40px}}
.Footer-module__5K0E9a__footer{margin-top:100px}.Footer-module__5K0E9a__footerSection{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-radius:40px 40px 0 0;padding-top:100px}.Footer-module__5K0E9a__cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Footer-module__5K0E9a__card{background:var(--bg-color--medium);cursor:pointer;border:1px solid #dfdfdf;border-radius:40px;padding:40px;transition:all .3s ease-in-out;position:relative}.Footer-module__5K0E9a__card:hover{background:var(--dark-blue);color:#fff;box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Footer-module__5K0E9a__iconWrap{background:var(--primary-gradient);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex;position:absolute;top:40px;right:40px;overflow:hidden}.Footer-module__5K0E9a__iconMain,.Footer-module__5K0E9a__iconArrow{width:20px;height:20px;transition:transform .35s ease-in-out,opacity .3s;position:absolute}.Footer-module__5K0E9a__iconMain{opacity:1;transform:translate(0)}.Footer-module__5K0E9a__iconArrow{opacity:0;transform:translate(-24px)}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__iconMain{opacity:0;transform:translate(24px)}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__iconArrow{opacity:1;transition-delay:50ms;transform:translate(0)}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__iconWrap{background:#fff}.Footer-module__5K0E9a__title{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:23px;font-size:32px}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__title{-webkit-text-fill-color:#fff;background:0 0}.Footer-module__5K0E9a__desc1{color:var(--gray-80);margin-bottom:8px;font-size:16px}.Footer-module__5K0E9a__desc2{color:var(--gray-60);font-size:16px;line-height:1.6}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__desc1,.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__desc2{color:#ccc}.Footer-module__5K0E9a__footerBanner{background:var(--color-bg-deep);border-radius:40px;margin-top:32px;padding:90px 0;position:relative;overflow:hidden}.Footer-module__5K0E9a__footerBannerContent{z-index:2;text-align:center;margin:0 auto;position:relative}.Footer-module__5K0E9a__footerBannerTitle{color:#fff;margin-bottom:20px}.Footer-module__5K0E9a__footerBannerSubtitle{color:var(--white);max-width:650px;margin:0 auto 32px}.Footer-module__5K0E9a__footerBannerActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Footer-module__5K0E9a__footerBannerBlob{pointer-events:none;opacity:.9;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes Footer-module__5K0E9a__footerBlobBlob{0%{transform:translate(-50%)scale(1)}50%{transform:translate(-50%,-30px)scale(1.2)}to{transform:translate(-50%)scale(1)}}.Footer-module__5K0E9a__footerBannerBlob{animation:12s ease-in-out infinite Footer-module__5K0E9a__footerBlobBlob}@media (max-width:800px){.Footer-module__5K0E9a__footerBanner{border-radius:32px;padding:60px 32px}.Footer-module__5K0E9a__footerBannerTitle{margin-bottom:16px}.Footer-module__5K0E9a__footerBannerSubtitle{margin-bottom:24px}.Footer-module__5K0E9a__footerBannerBlob{width:600px;bottom:-180px}}.Footer-module__5K0E9a__footerBottom{background:var(--color-bg-light);border-radius:40px;margin:32px 0 0;padding:40px 0}.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1.5fr 1fr 1fr 1fr auto;grid-template-areas:"logo pages contact social scroll";align-items:start;gap:32px;display:grid}.Footer-module__5K0E9a__footerLogo{grid-area:logo}.Footer-module__5K0E9a__pages{grid-area:pages}.Footer-module__5K0E9a__contact{grid-area:contact}.Footer-module__5K0E9a__social{grid-area:social}.Footer-module__5K0E9a__scroll{grid-area:scroll;align-items:flex-start;display:flex}.Footer-module__5K0E9a__footerLogo{width:280px}.Footer-module__5K0E9a__footerLinksGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Footer-module__5K0E9a__footerCol{flex-direction:column;display:flex}.Footer-module__5K0E9a__footerCol h5{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:14px;font-weight:600}.Footer-module__5K0E9a__footerCol a,.Footer-module__5K0E9a__footerCol p{color:var(--gray-60);margin-bottom:12px;font-size:16px;transition:color .3s;display:block}.Footer-module__5K0E9a__footerCol a:hover,.Footer-module__5K0E9a__footerCol p:hover{color:var(--primary-blue)}.Footer-module__5K0E9a__socials{gap:12px;display:flex}.Footer-module__5K0E9a__socialIcon{border:1.5px solid var(--gray-20);background:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.Footer-module__5K0E9a__socialIcon img{z-index:2;width:24px;height:24px;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module__5K0E9a__socialIcon:before{content:"";z-index:1;background:var(--primary-blue-light);width:0%;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;right:0}.Footer-module__5K0E9a__socialIcon:hover:before{width:100%;left:0;right:auto}.Footer-module__5K0E9a__socialIcon:hover{border-color:var(--primary-blue);transform:translateY(-2px)scale(1.05)}.Footer-module__5K0E9a__footerLegal{color:var(--gray-50);border-top:2px solid #ededed;justify-content:center;gap:100px;margin-top:40px;padding-top:32px;display:flex}.Footer-module__5K0E9a__footerLegal p{font-size:16px}.Footer-module__5K0E9a__scrollTop{cursor:pointer;opacity:0;background-color:#f8f8f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .4s;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.Footer-module__5K0E9a__show{opacity:1;transform:translateY(0)}.Footer-module__5K0E9a__scrollTop:after{content:"";border:1.5px solid var(--primary-blue);z-index:2;border-radius:50%;transition:all .4s;position:absolute;inset:0}.Footer-module__5K0E9a__scrollTop:hover:after{border-style:dashed;animation:6s linear infinite Footer-module__5K0E9a__rotateCircle}@keyframes Footer-module__5K0E9a__rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Footer-module__5K0E9a__scrollTop:before{content:"";background:var(--primary-blue-light);z-index:1;border-radius:50%;width:0%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;right:0}.Footer-module__5K0E9a__scrollTop:hover:before{width:100%;left:0;right:auto}.Footer-module__5K0E9a__scrollArrow{color:var(--primary-blue);z-index:3;font-size:20px;transition:transform .3s,color .3s}.Footer-module__5K0E9a__scrollText{letter-spacing:1px;color:var(--gray-60);opacity:0;z-index:3;font-size:14px;transition:all .3s;position:absolute;bottom:16px;transform:translateY(6px)}.Footer-module__5K0E9a__scrollTop:hover .Footer-module__5K0E9a__scrollArrow{color:#fff;transform:translateY(-6px)}.Footer-module__5K0E9a__scrollTop:hover .Footer-module__5K0E9a__scrollText{opacity:1;color:#fff;transform:translateY(0)}.Footer-module__5K0E9a__scrollTop:hover{box-shadow:0 10px 30px #0078ff33}@media (max-width:1400px){.Footer-module__5K0E9a__card{padding:32px}.Footer-module__5K0E9a__iconWrap{top:32px;right:32px}}@media (max-width:1300px){.Footer-module__5K0E9a__card{padding:24px}.Footer-module__5K0E9a__iconWrap{top:24px;right:24px}.Footer-module__5K0E9a__footerLogo{width:220px}}@media (max-width:1200px){.Footer-module__5K0E9a__footerLogo{width:280px}.Footer-module__5K0E9a__footer{margin-top:80px}.Footer-module__5K0E9a__footerBanner{border-radius:32px}.Footer-module__5K0E9a__cards{grid-template-columns:repeat(2,1fr);gap:28px;transition:transform .3s,box-shadow .3s}.Footer-module__5K0E9a__card:active{transform:scale(.97)}.Footer-module__5K0E9a__card{border-radius:32px;padding:32px}.Footer-module__5K0E9a__iconWrap{width:36px;height:36px;top:32px;right:32px}.Footer-module__5K0E9a__iconMain,.Footer-module__5K0E9a__iconArrow{width:18px;height:18px}.Footer-module__5K0E9a__footerSection{border-radius:32px 32px 0 0;padding-top:80px}.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"logo social social""pages contact scroll";gap:32px}.Footer-module__5K0E9a__social,.Footer-module__5K0E9a__scroll{justify-self:end}}@media (max-width:1000px){.Footer-module__5K0E9a__footerSection{padding-top:60px}.Footer-module__5K0E9a__footer{margin-top:60px}}@media (max-width:800px){.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1fr 1fr;grid-template-areas:"logo logo""pages contact""social scroll";gap:32px}.Footer-module__5K0E9a__footerLogo,.Footer-module__5K0E9a__pages,.Footer-module__5K0E9a__contact,.Footer-module__5K0E9a__social{text-align:center;align-items:center}.Footer-module__5K0E9a__footerLogo{padding-bottom:32px;position:relative;left:50%;transform:translate(-50%)}.Footer-module__5K0E9a__social,.Footer-module__5K0E9a__scroll{justify-self:center}.Footer-module__5K0E9a__footerBrand,.Footer-module__5K0E9a__footerCol:first-of-type{grid-column:span 2}.Footer-module__5K0E9a__scrollTop{grid-column:span 2;justify-self:end}.Footer-module__5K0E9a__cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:24px;padding-bottom:8px;display:flex;overflow-x:auto}.Footer-module__5K0E9a__cards::-webkit-scrollbar{display:none}.Footer-module__5K0E9a__cards{-ms-overflow-style:none;scrollbar-width:none}.Footer-module__5K0E9a__card{scroll-snap-align:start;border-radius:28px;flex:0 0 70%;padding:28px}.Footer-module__5K0E9a__cta{border-radius:28px;padding:60px 20px}.Footer-module__5K0E9a__blobMain{width:600px;bottom:-180px}.Footer-module__5K0E9a__blobTop{width:200px;right:20px}}@media (max-width:600px){.Footer-module__5K0E9a__footerLegal{text-align:center;flex-direction:column;align-items:center;gap:8px}.Footer-module__5K0E9a__footerBannerContent{padding:0 16px}.Footer-module__5K0E9a__footerBannerActions{flex-direction:column;align-items:center}.Footer-module__5K0E9a__cards{padding-bottom:10px}.Footer-module__5K0E9a__card{min-width:260px;padding:24px}}@media (max-width:500px){.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1fr;grid-template-areas:"logo""social""pages""contact""scroll";gap:20px}.Footer-module__5K0E9a__logo,.Footer-module__5K0E9a__pages,.Footer-module__5K0E9a__contact,.Footer-module__5K0E9a__social{text-align:center;align-items:center}.Footer-module__5K0E9a__footerLogo{max-width:220px;padding-bottom:16px}.Footer-module__5K0E9a__footerLinksGrid{gap:20px}@media (max-width:480px){.Footer-module__5K0E9a__card{border-radius:24px;padding:32px 20px}.Footer-module__5K0E9a__footerBanner{border-radius:24px;padding:60px 20px}}}
@font-face{font-family:poppins;src:url(../media/poppins_regular_webfont-s.p.0ut9fd-hnfb9q.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:poppins;src:url(../media/poppins_medium_webfont-s.p.08w0y5v3jza75.woff2)format("woff2");font-display:swap;font-weight:500}@font-face{font-family:poppins;src:url(../media/poppins_semibold_webfont-s.p.15xgq8ad53n3g.woff2)format("woff2");font-display:swap;font-weight:600}@font-face{font-family:poppins;src:url(../media/poppins_bold_webfont-s.p.14ezx3qs-si8~.woff2)format("woff2");font-display:swap;font-weight:700}@font-face{font-family:poppins Fallback;src:local(Arial);ascent-override:95.34%;descent-override:40.62%;line-gap-override:0.0%;size-adjust:112.88%}.poppins_c69e554c-module__jlotSa__className{font-family:poppins,poppins Fallback}.poppins_c69e554c-module__jlotSa__variable{--font-heading:"poppins", "poppins Fallback"}
@font-face{font-family:sourceSans;src:url(../media/source_sans_3_latin_ext_400_normal-s.p.0jz6_hmx257cz.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:sourceSans;src:url(../media/source_sans_3_latin_ext_600_normal-s.p.09.pajv2l6a_8.woff2)format("woff2");font-display:swap;font-weight:600}@font-face{font-family:sourceSans Fallback;src:local(Arial);ascent-override:102.4%;descent-override:40.0%;line-gap-override:0.0%;size-adjust:100.0%}.sourcesans_e39bd3c2-module__Pfduwq__className{font-family:sourceSans,sourceSans Fallback}.sourcesans_e39bd3c2-module__Pfduwq__variable{--font-body:"sourceSans", "sourceSans Fallback"}
.PageTransition-module__AD-FvG__wrapper{transform-origin:top;will-change:opacity, transform, filter;min-height:100vh;position:relative}@media (prefers-reduced-motion:reduce){.PageTransition-module__AD-FvG__wrapper{opacity:1!important;filter:none!important;transform:none!important}}
.SegmentedToggle-module__8es_PW__toggleWrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:safe center;width:100%;display:flex;overflow:auto hidden}.SegmentedToggle-module__8es_PW__toggleWrap::-webkit-scrollbar{display:none}.SegmentedToggle-module__8es_PW__toggle{background:var(--white);border:1px solid var(--border-medium);box-shadow:var(--shadow-sm);font-family:var(--font-heading);white-space:nowrap;border-radius:999px;flex:none;padding:4px;font-weight:500;line-height:normal;display:inline-flex;position:relative}.SegmentedToggle-module__8es_PW__option{z-index:2;cursor:pointer;color:var(--gray-60);white-space:nowrap;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:15px;line-height:1.2;transition:color .3s,transform .2s;display:flex;position:relative}.SegmentedToggle-module__8es_PW__option:hover:not(.SegmentedToggle-module__8es_PW__active){color:var(--gray-90)}.SegmentedToggle-module__8es_PW__option:active{transform:scale(.96)}.SegmentedToggle-module__8es_PW__active{color:#fff}.SegmentedToggle-module__8es_PW__equal{width:var(--item-width);flex:0 0 var(--item-width)}.SegmentedToggle-module__8es_PW__content{flex:none;width:auto;margin-top:2px}.SegmentedToggle-module__8es_PW__indicator{background:var(--primary-gradient);border-radius:999px;transition:transform .35s ease-in-out,width .35s ease-in-out;position:absolute;top:4px;bottom:4px;left:0}.SegmentedToggle-module__8es_PW__badge{color:#2e9e5b;background:#e6f7ec;border:1px solid #2e9e5b;border-radius:999px;padding:4px 8px 3px;font-size:11px}.SegmentedToggle-module__8es_PW__icon{justify-content:center;align-items:center;display:inline-flex}
.BlogSection-module__3Z0FiW__section{background:#f7f9fc}.BlogSection-module__3Z0FiW__blogToggle{margin:100px 0 48px}.BlogSection-module__3Z0FiW__featured{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:32px;margin-bottom:40px;padding:24px;transition:all .4s;display:grid}.BlogSection-module__3Z0FiW__featured:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.BlogSection-module__3Z0FiW__featureImageWrapper{border-radius:16px;align-self:flex-start;overflow:hidden}.BlogSection-module__3Z0FiW__featureImg{object-fit:cover;width:100%;height:100%;transition:transform .6s}.BlogSection-module__3Z0FiW__featured:hover .BlogSection-module__3Z0FiW__featureImg{transform:scale(1.05)}.BlogSection-module__3Z0FiW__featureContent h2{color:var(--gray-80);margin:10px 0 16px}.BlogSection-module__3Z0FiW__featureContent p{color:var(--gray-70)}.BlogSection-module__3Z0FiW__grid{grid-template-columns:repeat(3,1fr);gap:25px;transition:opacity .25s;display:grid}.BlogSection-module__3Z0FiW__card{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);cursor:pointer;opacity:0;will-change:transform, opacity;background:#fff;border-radius:24px;padding:24px;transition:transform .35s,box-shadow .35s;animation:.5s forwards BlogSection-module__3Z0FiW__cardFade;transform:translateY(20px)}.BlogSection-module__3Z0FiW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.BlogSection-module__3Z0FiW__cardContent h3{color:var(--gray-80);margin:10px 0 16px}.BlogSection-module__3Z0FiW__cardContent p{color:var(--gray-70)}.BlogSection-module__3Z0FiW__imageWrapper{border-radius:16px;width:100%;margin-bottom:16px;overflow:hidden}.BlogSection-module__3Z0FiW__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.BlogSection-module__3Z0FiW__card:hover .BlogSection-module__3Z0FiW__cardImg{transform:scale(1.08)}.BlogSection-module__3Z0FiW__meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;font-size:15px;display:flex}.BlogSection-module__3Z0FiW__dot{background:#999;border-radius:50%;width:4px;height:4px}.BlogSection-module__3Z0FiW__meta span:nth-child(3),.BlogSection-module__3Z0FiW__meta span:nth-child(5){color:var(--gray-50)}.BlogSection-module__3Z0FiW__tag{border:var(--border-medium);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:14px;display:inline-flex}.BlogSection-module__3Z0FiW__tag img{width:18px}.BlogSection-module__3Z0FiW__tagProduct{color:var(--secondary-pink);font-family:var(--font-heading);background:#ec48991a;font-weight:500}.BlogSection-module__3Z0FiW__tagGrowth{color:var(--secondary-yellow);font-family:var(--font-heading);background:#eab3081a;margin-top:3px;font-weight:500}.BlogSection-module__3Z0FiW__tagInsights{color:var(--secondary-purple);font-family:var(--font-heading);background:#8b5cf61a;margin-top:3px;font-weight:500}.BlogSection-module__3Z0FiW__fadeOut{opacity:0;transition:all .25s;transform:translateY(10px)}.BlogSection-module__3Z0FiW__fadeIn{opacity:1;transition:all .35s;transform:translateY(0)}@keyframes BlogSection-module__3Z0FiW__cardFade{to{opacity:1;transform:translateY(0)}}.BlogSection-module__3Z0FiW__showMore{border:1px solid var(--border-medium);cursor:pointer;background:#fff;border-radius:999px;margin:40px auto 0;padding:12px 22px;transition:all .25s;display:block}.BlogSection-module__3Z0FiW__showMore:hover{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}@media (max-width:1400px){.BlogSection-module__3Z0FiW__blogToggle{margin:80px 0 40px}}@media (max-width:1108px){.BlogSection-module__3Z0FiW__grid{grid-template-columns:1fr 1fr}}@media (max-width:1000px){.BlogSection-module__3Z0FiW__blogToggle{margin:48px 0 40px}}@media (max-width:768px){.BlogSection-module__3Z0FiW__featured{grid-template-columns:1fr}.BlogSection-module__3Z0FiW__blogToggle{margin:60px 0 40px}.BlogSection-module__3Z0FiW__grid{grid-template-columns:1fr}}@media (max-width:480px){.BlogSection-module__3Z0FiW__blogToggle{margin:48px 0 32px}.BlogSection-module__3Z0FiW__featured{border-radius:24px;padding:24px 20px}.BlogSection-module__3Z0FiW__card{padding:24px 20px}}
.FAQSection-module__jpOGjW__wrapper{grid-template-columns:2fr 1fr;gap:60px;padding:100px 0 0;display:grid}.FAQSection-module__jpOGjW__left{scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.FAQSection-module__jpOGjW__left::-webkit-scrollbar{display:none}.FAQSection-module__jpOGjW__right{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;height:fit-content;padding:30px;position:sticky;top:150px}.FAQSection-module__jpOGjW__right h3{color:var(--gray-80)}.FAQSection-module__jpOGjW__right p{color:var(--gray-60);padding:16px 0 32px}.FAQSection-module__jpOGjW__cta{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:999px;margin-top:20px;padding:12px 20px}.FAQSection-module__jpOGjW__faqToggle{margin:0 auto 48px}.FAQSection-module__jpOGjW__list{flex-direction:column;gap:16px;display:flex}.FAQSection-module__jpOGjW__item{cursor:pointer;border:1px solid var(--border-light);text-align:left;opacity:0;background:#fff;border-radius:16px;width:100%;padding:20px;transition:all .3s;animation:.5s forwards FAQSection-module__jpOGjW__faqFade;transform:translateY(20px)}.FAQSection-module__jpOGjW__item:hover{box-shadow:var(--shadow-md)}.FAQSection-module__jpOGjW__q{text-align:left;justify-content:space-between;align-items:center;gap:16px;font-weight:400;display:flex}.FAQSection-module__jpOGjW__questionText{color:var(--gray-90);font-family:var(--font-heading);flex:1;margin:0}.FAQSection-module__jpOGjW__icon{background:#f3fbfa;border-radius:999px;flex:0 0 28px;width:28px;height:28px;transition:transform .3s,background .3s,border-color .3s;position:relative}.FAQSection-module__jpOGjW__icon:before,.FAQSection-module__jpOGjW__icon:after{content:"";background:var(--gray-60);border-radius:999px;width:12px;height:2px;transition:transform .3s,background .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FAQSection-module__jpOGjW__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.FAQSection-module__jpOGjW__open .FAQSection-module__jpOGjW__icon{background:#0976d014;border-color:#0976d033;transform:rotate(180deg)}.FAQSection-module__jpOGjW__open .FAQSection-module__jpOGjW__icon:before,.FAQSection-module__jpOGjW__open .FAQSection-module__jpOGjW__icon:after{background:var(--primary-blue)}.FAQSection-module__jpOGjW__open .FAQSection-module__jpOGjW__icon:after{transform:translate(-50%,-50%)rotate(0)}.FAQSection-module__jpOGjW__a{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.FAQSection-module__jpOGjW__a>p{overflow:hidden}.FAQSection-module__jpOGjW__open .FAQSection-module__jpOGjW__a{grid-template-rows:1fr;margin-top:10px}.FAQSection-module__jpOGjW__a p{color:var(--gray-60);margin:0;line-height:1.7}@keyframes FAQSection-module__jpOGjW__faqFade{to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.FAQSection-module__jpOGjW__wrapper{padding:80px 0 0}}@media (max-width:1200px){.FAQSection-module__jpOGjW__wrapper{padding:48px 0 0}}@media (max-width:900px){.FAQSection-module__jpOGjW__wrapper{grid-template-columns:1fr}.FAQSection-module__jpOGjW__right{position:relative;top:auto}}
.Pricing-module__NC28wq__pricingHeroSection{background:#e6f4f0;border-radius:0 0 40px 40px}.Pricing-module__NC28wq__pricingHero{text-align:center}.Pricing-module__NC28wq__sectionHeader{text-align:center;max-width:100%;margin:0 auto}.Pricing-module__NC28wq__sectionHeader p{color:var(--gray-60);margin-top:12px}.Pricing-module__NC28wq__billingToggle{margin-top:100px}.Pricing-module__NC28wq__pricingSection{padding:60px 0 120px}.Pricing-module__NC28wq__pricingGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Pricing-module__NC28wq__pricingCard{background:var(--white);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:40px;flex-direction:column;justify-content:space-between;padding:40px;transition:all .3s;display:flex;position:relative}.Pricing-module__NC28wq__pricingCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Pricing-module__NC28wq__pricingBadge{background:var(--primary-gradient);color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;position:absolute;top:40px;right:40px}.Pricing-module__NC28wq__pricingName{color:var(--gray-80);margin-bottom:6px;font-size:32px}.Pricing-module__NC28wq__pricingDesc{color:var(--gray-60);margin-bottom:20px;font-size:16px}.Pricing-module__NC28wq__pricingFeatures{flex-grow:1;margin:24px 0;padding:0;list-style:none}.Pricing-module__NC28wq__pricingPriceRow{border-bottom:2px solid var(--border-light);align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;display:flex}.Pricing-module__NC28wq__priceStack{flex-direction:column;line-height:1;display:flex}.Pricing-module__NC28wq__priceOld{color:var(--gray-40);margin-bottom:4px;font-size:14px;text-decoration:line-through}.Pricing-module__NC28wq__pricingAmount{color:var(--gray-95);font-size:40px;font-weight:600}.Pricing-module__NC28wq__pricingMeta{color:var(--gray-50);flex-direction:column;font-size:14px;line-height:1.2;display:flex}.Pricing-module__NC28wq__pricingSub{color:#2e9e5b;font-size:14px;font-weight:500}.Pricing-module__NC28wq__pricingFeatures li{color:var(--gray-80);align-items:center;gap:10px;margin-bottom:10px;font-size:14px;display:flex}.Pricing-module__NC28wq__pricingFeatures img{width:24px;height:24px}.Pricing-module__NC28wq__pricingCta{margin-top:auto}.Pricing-module__NC28wq__pricingButton{justify-content:space-between!important;width:100%!important}.Pricing-module__NC28wq__pricingButton button{max-width:100%}.Pricing-module__NC28wq__pricingCard:not(.Pricing-module__NC28wq__pricingCardHighlight) .Pricing-module__NC28wq__pricingButton{outline:1px solid var(--gray-10);max-width:100%}.Pricing-module__NC28wq__pricingCardHighlight .Pricing-module__NC28wq__pricingButton{background:var(--primary-gradient);color:#fff;max-width:100%}.Pricing-module__NC28wq__pricingCardHighlight .Pricing-module__NC28wq__pricingButton:hover{color:var(--gray-80)}.Pricing-module__NC28wq__pricingCompare{padding:100px 0}.Pricing-module__NC28wq__compareCard{background:var(--white);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:32px;margin-top:40px;padding:20px}.Pricing-module__NC28wq__compareRow{border-bottom:1px solid var(--border-light);grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:16px;padding:18px 20px;transition:all .25s;display:grid}.Pricing-module__NC28wq__compareHead{background:var(--color-bg-muted);border-radius:16px;font-weight:600}.Pricing-module__NC28wq__featureName{color:var(--gray-80);font-weight:500}.Pricing-module__NC28wq__proColumn{color:var(--primary-blue);font-weight:600}.Pricing-module__NC28wq__compareRow img{width:18px}.Pricing-module__NC28wq__compareRow:hover{background:#0976d00d}.Pricing-module__NC28wq__compareRow:last-child{border-bottom:none}.Pricing-module__NC28wq__pricingBannerSection{padding:0 0 20px}.Pricing-module__NC28wq__pricingCtaBanner{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-sm);border-radius:40px;justify-content:space-between;align-items:center;gap:32px;padding:48px 60px;display:flex}.Pricing-module__NC28wq__ctaLeft{max-width:520px}.Pricing-module__NC28wq__ctaLeft h3{margin-bottom:12px}.Pricing-module__NC28wq__ctaLeft p{color:#ffffffd9}.Pricing-module__NC28wq__ctaRight{align-items:center;gap:20px;display:flex}.Pricing-module__NC28wq__ctaNote{opacity:.9;text-align:center;font-size:14px}@media (max-width:1400px){.Pricing-module__NC28wq__billingToggle{margin-top:80px}.Pricing-module__NC28wq__pricingCtaBanner{border-radius:32px;padding:48px 32px}}@media (max-width:1200px){.Pricing-module__NC28wq__billingToggle{margin-top:48px}.Pricing-module__NC28wq__pricingSection{padding:60px 0 80px}.Pricing-module__NC28wq__pricingCard{border-radius:32px;padding:32px 24px}.Pricing-module__NC28wq__pricingGrid{gap:28px}.Pricing-module__NC28wq__pricingCompare{padding:80px 0}.Pricing-module__NC28wq__ctaLeft{max-width:400px}}@media (max-width:1000px){.Pricing-module__NC28wq__pricingGrid{grid-template-columns:1fr 1fr;place-content:center;gap:24px}.Pricing-module__NC28wq__pricingCard{padding:32px 24px}.Pricing-module__NC28wq__pricingSection,.Pricing-module__NC28wq__pricingCompare{padding:60px 0}.Pricing-module__NC28wq__ctaLeft{max-width:50%}.Pricing-module__NC28wq__ctaRight{flex-direction:column}}@media (max-width:800px){.Pricing-module__NC28wq__pricingGrid{grid-template-columns:1fr;gap:24px}.Pricing-module__NC28wq__pricingCard{padding:32px 24px}.Pricing-module__NC28wq__ctaLeft{max-width:80%}.Pricing-module__NC28wq__compareRow{grid-template-columns:1.4fr 1fr 1fr 1fr}.Pricing-module__NC28wq__pricingCtaBanner{text-align:center;flex-direction:column}}@media (max-width:600px){.Pricing-module__NC28wq__ctaLeft{max-width:100%}}@media (max-width:500px){.Pricing-module__NC28wq__compareCard{border-radius:24px;padding:32px 8px}.Pricing-module__NC28wq__compareRow{grid-template-columns:1fr 1fr 1fr 1fr;gap:4px;padding:18px 8px}.Pricing-module__NC28wq__pricingCard{border-radius:24px;padding:32px 20px}.Pricing-module__NC28wq__pricingHeroSection{border-radius:0 0 24px 24px}.Pricing-module__NC28wq__pricingCtaBanner{border-radius:24px;padding:48px 20px}}@media (max-width:420px){.Pricing-module__NC28wq__compareCard{padding:20px 0}.Pricing-module__NC28wq__compareRow{grid-template-columns:1fr 1fr 1fr 1fr;gap:4px;padding:18px 4px}}
