.UserMenu_userMenuContainer__wdU5A{position:relative;display:flex;align-items:center}.UserMenu_userButton__8ULPv{display:flex;align-items:center;gap:12px;padding:8px 12px;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#333;font-size:14px}.UserMenu_userButton__8ULPv.UserMenu_iconOnly__aHRN4{gap:0;padding:6px}.UserMenu_userButton__8ULPv:hover{background:rgba(88,28,135,.05);border-color:rgba(88,28,135,.1)}.UserMenu_userAvatar__609EE{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#581c87,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.UserMenu_userInfo__9LiHO{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.UserMenu_userName__IyJFA{font-weight:600}.UserMenu_userEmail___gD7C,.UserMenu_userName__IyJFA{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.UserMenu_userEmail___gD7C{font-size:12px}.UserMenu_dropdownIcon__RSdE0{width:16px;height:16px;color:#666;transition:transform .2s ease;flex-shrink:0}.UserMenu_dropdownIcon__RSdE0.UserMenu_rotated__qFHTv{transform:rotate(180deg)}.UserMenu_dropdownMenu__TUzyk{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);min-width:280px;z-index:1000;animation:UserMenu_slideIn__1Q_GO .2s ease}@keyframes UserMenu_slideIn__1Q_GO{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu_menuHeader__WX0K2{padding:20px 20px 16px;border-bottom:1px solid #f0f0f0}.UserMenu_menuUserInfo__Z4zLX{display:flex;align-items:center;gap:12px}.UserMenu_menuAvatar__EMMHy{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#581c87,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.UserMenu_menuUserName__g4Z97{font-weight:600;color:#333;font-size:16px;margin-bottom:2px}.UserMenu_menuUserEmail__78t9p{font-size:14px;color:#666}.UserMenu_menuDivider__IFqJa{height:1px;background:#f0f0f0;margin:0}.UserMenu_menuItems__LOoe6{padding:8px 0}.UserMenu_menuItem__hvVUj{display:flex;align-items:center;gap:12px;width:100%;padding:12px 20px;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease;color:#333;font-size:14px;text-align:left}.UserMenu_menuItem__hvVUj:hover{background:#f8f9fa}.UserMenu_menuItem__hvVUj:focus{outline:none;background:#f0f0f0}.UserMenu_menuItem__hvVUj svg{width:18px;height:18px;color:#666;flex-shrink:0}.UserMenu_logoutButton__HmJDz{display:flex;align-items:center;gap:12px;width:100%;padding:12px 20px;background:transparent;cursor:pointer;transition:background-color .2s ease;color:#dc2626;font-size:14px;text-align:left;border:none;border-top:1px solid #f0f0f0}.UserMenu_logoutButton__HmJDz:hover{background:#fef2f2}.UserMenu_logoutButton__HmJDz:focus{outline:none;background:#fee2e2}.UserMenu_logoutButton__HmJDz svg{width:18px;height:18px;color:#dc2626;flex-shrink:0}@media (max-width:768px){.UserMenu_userInfo__9LiHO{display:none}.UserMenu_userButton__8ULPv{padding:8px;gap:0}.UserMenu_dropdownMenu__TUzyk{position:fixed;top:auto;bottom:0;left:0;right:0;margin:0;border-radius:12px 12px 0 0;min-width:auto;max-height:80vh;overflow-y:auto}.UserMenu_menuHeader__WX0K2{padding:24px 20px 20px}.UserMenu_menuItems__LOoe6{padding:12px 0}.UserMenu_logoutButton__HmJDz,.UserMenu_menuItem__hvVUj{padding:16px 20px;font-size:16px}}.AuthModal_overlay__VO46x{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:99999!important;padding:20px}.AuthModal_modal__7Ph6j{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:400px;max-height:85vh;overflow-y:auto;animation:AuthModal_slideIn__s97hQ .3s ease-out}@keyframes AuthModal_slideIn__s97hQ{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.AuthModal_header__ZF0q9{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 0;border-bottom:1px solid #f0f0f0;margin-bottom:20px}.AuthModal_header__ZF0q9 h2{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.AuthModal_closeButton__Jugdv{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.AuthModal_closeButton__Jugdv:hover{background:#f5f5f5;color:#333}.AuthModal_form__y8L_8{padding:0 20px 20px}.AuthModal_inputGroup__aBBEo{margin-bottom:16px}.AuthModal_inputGroup__aBBEo label{display:block;margin-bottom:6px;font-weight:500;color:#333;font-size:13px}.AuthModal_inputGroup__aBBEo input{width:100%;padding:10px 14px;border:2px solid #e5e5e5;border-radius:8px;font-size:15px;transition:all .2s;box-sizing:border-box;color:#333;background:#fff}.AuthModal_inputGroup__aBBEo input:focus{outline:none;border-color:#581c87;box-shadow:0 0 0 3px rgba(88,28,135,.1)}.AuthModal_inputGroup__aBBEo input::placeholder{color:#666;opacity:1}.AuthModal_passwordRequirements__FCAFW{margin-top:6px;padding:6px 10px;background:#f8f9fa;border-radius:6px;border-left:3px solid #581c87}.AuthModal_passwordRequirements__FCAFW small{color:#666;font-weight:500;display:block;margin-bottom:3px;font-size:11px}.AuthModal_passwordRequirements__FCAFW ul{margin:0;padding-left:14px;color:#666;font-size:11px;line-height:1.3}.AuthModal_passwordRequirements__FCAFW li{margin-bottom:1px;transition:color .2s ease}.AuthModal_passwordRequirements__FCAFW li.AuthModal_valid__mV0nh{color:#059669}.AuthModal_passwordRequirements__FCAFW li.AuthModal_invalid__KFe_p{color:#666}.AuthModal_forgotPasswordLink__rAcHh{display:block;margin-top:6px;background:none;border:none;color:#6366f1;font-size:13px;font-weight:500;cursor:pointer;text-align:right;padding:0;transition:color .2s}.AuthModal_forgotPasswordLink__rAcHh:hover{color:#4f46e5;text-decoration:underline}.AuthModal_primaryButton__tIy4_{width:100%;padding:12px 20px;background:#581c87;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:8px}.AuthModal_primaryButton__tIy4_:hover:not(:disabled){background:#4c1a6e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(88,28,135,.3)}.AuthModal_primaryButton__tIy4_:disabled{opacity:.6;cursor:not-allowed;transform:none}.AuthModal_secondaryButton__C91DX{width:100%;padding:10px 20px;background:transparent;color:#581c87;border:2px solid #e5e5e5;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.AuthModal_secondaryButton__C91DX:hover{border-color:#581c87;background:rgba(88,28,135,.05)}.AuthModal_divider__hXF3G{text-align:center;margin:16px 0;position:relative}.AuthModal_divider__hXF3G:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e5e5}.AuthModal_divider__hXF3G span{background:#fff;padding:0 16px;color:#666;font-size:14px}.AuthModal_errorMessage___2bOA{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;display:flex;align-items:center;gap:8px}.AuthModal_errorMessage___2bOA:before{content:"⚠️";font-size:16px}.AuthModal_successMessage__ZVyod{padding:24px;text-align:center}.AuthModal_successIcon__1R0ha{width:48px;height:48px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 16px}.AuthModal_successMessage__ZVyod p{color:#333;font-size:16px;margin-bottom:24px;line-height:1.5}.AuthModal_verificationBanner___6V1p{padding:24px;text-align:center}.AuthModal_bannerIcon__XHOO1{font-size:48px;margin-bottom:16px}.AuthModal_bannerContent__j3jxZ h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#1a1a1a}.AuthModal_bannerContent__j3jxZ p{color:#666;font-size:14px;margin:0 0 8px;line-height:1.5}.AuthModal_bannerContent__j3jxZ p strong{color:#333;font-weight:600}.AuthModal_bannerSubtext__TPgdr{color:#999!important;font-size:13px!important;margin-bottom:24px!important}.AuthModal_bannerActions__dLlDQ{display:flex;flex-direction:column;gap:12px;margin-top:20px}.AuthModal_bannerActions__dLlDQ .AuthModal_secondaryButton__C91DX{margin-bottom:0}.AuthModal_loadingSpinner__q8qxA{animation:AuthModal_spin__ZAwxB 1s linear infinite}@keyframes AuthModal_spin__ZAwxB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.AuthModal_overlay__VO46x{padding:16px}.AuthModal_modal__7Ph6j{max-width:none;border-radius:12px}.AuthModal_header__ZF0q9{padding:20px 20px 0}.AuthModal_form__y8L_8{padding:0 20px 20px}.AuthModal_header__ZF0q9 h2{font-size:20px}}.MobileMenu_backdrop__wq9Tu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;animation:MobileMenu_fadeIn__Z3lx_ .3s ease}@keyframes MobileMenu_fadeIn__Z3lx_{0%{opacity:0}to{opacity:1}}.MobileMenu_menu__zdsos{position:fixed;top:0;right:16px;bottom:0;width:80%;max-width:320px;background:linear-gradient(135deg,#6366f1,#8b5cf6);z-index:9999;padding:24px;animation:MobileMenu_slideIn__cS1EP .3s ease;box-shadow:-4px 0 12px rgba(0,0,0,.3);border-radius:12px 0 0 12px}@keyframes MobileMenu_slideIn__cS1EP{0%{transform:translateX(100%)}to{transform:translateX(0)}}.MobileMenu_closeButton__H4QUD{position:absolute;top:16px;right:16px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:#fff;width:40px;height:40px;border-radius:8px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.MobileMenu_menuContent__IOeOH{display:flex;flex-direction:column;gap:8px;margin-top:60px}.MobileMenu_menuLink__utooU{color:#fff;text-decoration:none;font-size:16px;font-weight:500;padding:12px 16px;border-radius:8px;transition:background .2s;width:100%;text-align:left}.MobileMenu_menuLink__utooU:hover{background:hsla(0,0%,100%,.1)}.MobileMenu_signInButton__Wic8Y{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.4);color:#fff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;text-align:left;width:100%}.MobileMenu_userMenuWrapper__LjCC5{padding:12px 0}.MobileMenu_userProfile__M_nm3{display:flex;align-items:center;gap:12px;padding:16px;background:hsla(0,0%,100%,.1);border-radius:12px;margin-bottom:8px}.MobileMenu_userAvatar__qIC3r{width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;flex-shrink:0}.MobileMenu_userDetails__yehJM{flex:1 1;min-width:0}.MobileMenu_userName__JFucM{color:#fff;font-size:16px;font-weight:600;margin-bottom:2px}.MobileMenu_userEmail__3cedf,.MobileMenu_userName__JFucM{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MobileMenu_userEmail__3cedf{color:hsla(0,0%,100%,.7);font-size:13px}.MobileMenu_divider__TV5iP{height:1px;background:hsla(0,0%,100%,.2);margin:16px 0}.MobileMenu_menuButton__aWFFA{background:none;border:none;color:#fff;text-align:left;font-size:16px;font-weight:500;padding:12px 16px;border-radius:8px;cursor:pointer;width:100%;transition:background .2s}.MobileMenu_menuButton__aWFFA:hover{background:hsla(0,0%,100%,.1)}.MobileMenu_logoutButton__Czebk{background:none;border:none;color:#ff6b6b;text-align:left;font-size:16px;font-weight:600;padding:12px 16px;border-radius:8px;cursor:pointer;width:100%;transition:background .2s}.MobileMenu_logoutButton__Czebk:hover{background:hsla(0,100%,71%,.1)}.Navigation_nav__Tmbl0{padding:20px 40px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:100;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;letter-spacing:normal}.Navigation_nav-transparent__cbNUG{background:transparent!important}.Navigation_nav-light__GBBnD{background:hsla(0,0%,100%,.85)!important;border-bottom:1px solid rgba(0,0,0,.05)}.Navigation_nav-dark__0jVwG,.Navigation_nav-light__GBBnD{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Navigation_nav-dark__0jVwG{background:rgba(0,0,0,.6)!important;border-bottom:1px solid hsla(0,0%,100%,.1)}.Navigation_nav-logo__c_hFq{display:flex;align-items:center;font-size:24px;font-weight:800;color:#fff;text-decoration:none}.Navigation_nav-logo__c_hFq:before{content:"";margin-right:8px;width:36px;height:36px;display:inline-block;background-image:url(/logo_white_form_animated_nav.gif);background-size:contain;background-repeat:no-repeat;background-position:50%;vertical-align:middle;margin-top:5px}.Navigation_nav-links__KZwTC{display:flex;gap:32px!important;align-items:center}.Navigation_nav-link__HWeFU{color:hsla(0,0%,100%,.9);text-decoration:none;font-weight:500;transition:color .2s ease}.Navigation_nav-link__HWeFU:hover{color:#fff}.Navigation_nav-signUpBtn__sKHC2{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:16px 47px;min-height:44px;min-width:140px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.Navigation_nav-signUpBtn__sKHC2:hover{background:hsla(0,0%,100%,.2);transform:translateY(-1px)}.Navigation_hamburger__eAQ9T{display:none;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:24px;line-height:1;min-width:44px;min-height:44px}@media (max-width:768px){.Navigation_nav__Tmbl0{padding:16px 20px}.Navigation_nav-logo__c_hFq{font-size:20px}.Navigation_nav-links__KZwTC{display:none!important}.Navigation_hamburger__eAQ9T{display:flex;align-items:center;justify-content:center}}@media (min-width:769px){.Navigation_hamburger__eAQ9T{display:none!important}.Navigation_nav-links__KZwTC{display:flex!important}}.BAASigningModal_backdrop__rRBva{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.BAASigningModal_modal__4X_2h{background:#fff;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.25);max-width:500px;width:90%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:2px solid #6366f1}.BAASigningModal_header__fdpug{padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.BAASigningModal_title__4_pWW{margin:0;color:#1f2937;font-size:24px;font-weight:700;text-align:center}.BAASigningModal_subtitle__uzWMq{margin:8px 0 0;color:#6b7280;font-size:14px;text-align:center;line-height:1.5}.BAASigningModal_content__3mbpe{flex:1 1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.BAASigningModal_reviewLink__Jt3AD{text-align:center}.BAASigningModal_companyField__70RZa{display:flex;flex-direction:column;gap:8px}.BAASigningModal_label__1mzYM{color:#374151;font-size:14px;font-weight:500}.BAASigningModal_companyInput__lu8Qx{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;transition:border-color .2s ease}.BAASigningModal_companyInput__lu8Qx:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.BAASigningModal_companyInput__lu8Qx::placeholder{color:#9ca3af}.BAASigningModal_link__f6pgs{color:#6366f1;text-decoration:none;font-size:16px;font-weight:500;transition:color .2s ease;display:inline-flex;align-items:center;gap:8px}.BAASigningModal_link__f6pgs:hover{color:#4f46e5;text-decoration:underline}.BAASigningModal_signaturePreview__MuuWS{display:flex;flex-direction:column;gap:12px}.BAASigningModal_previewLabel__vf27H{margin:0;color:#374151;font-size:14px;font-weight:500}.BAASigningModal_previewBox__P5M_h{border:2px solid #e5e7eb;border-radius:8px;padding:16px;background:#f9fafb;display:flex;align-items:center;justify-content:center;min-height:100px}.BAASigningModal_signatureImage__69D26{max-width:100%;max-height:80px;object-fit:contain}.BAASigningModal_actions__zlDgv{display:flex;flex-direction:column;gap:16px}.BAASigningModal_signButton__4TwRJ{width:100%;padding:14px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.BAASigningModal_signButton__4TwRJ:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.BAASigningModal_signButton__4TwRJ:disabled{opacity:.7;cursor:not-allowed}.BAASigningModal_spinner__lxzCk{display:inline-block;animation:BAASigningModal_spin__qJL_T 1s linear infinite}@keyframes BAASigningModal_spin__qJL_T{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.BAASigningModal_checkmark__c8MwQ{font-size:20px;color:#22c55e}.BAASigningModal_errorMessage__HlONp{padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px}.BAASigningModal_errorMessage__HlONp p{margin:0 0 8px}.BAASigningModal_retryButton__QZLWu{padding:6px 12px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background .2s ease}.BAASigningModal_retryButton__QZLWu:hover:not(:disabled){background:#dc2626}.BAASigningModal_retryButton__QZLWu:disabled{opacity:.5;cursor:not-allowed}.BAASigningModal_disclaimer__kyZJN{margin:0;color:#6b7280;font-size:12px;text-align:center;line-height:1.5}@media (max-width:640px){.BAASigningModal_modal__4X_2h{width:100%;max-width:100%;max-height:100vh;border-radius:0;border:none}.BAASigningModal_backdrop__rRBva{align-items:flex-end}.BAASigningModal_content__3mbpe{padding:20px}}.PricingPage_page__7lwCG{min-height:100vh;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.PricingPage_page__7lwCG .container{max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}.PricingPage_page__7lwCG .pricing-hero{padding:40px 0 20px;text-align:center}.PricingPage_page__7lwCG .pricing-title{font-size:2.5rem;font-weight:700;margin-bottom:16px;white-space:nowrap;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.PricingPage_page__7lwCG .pricing-badge{display:inline-flex;background:#f59e0b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:50px;padding:9px 24px;min-height:38px;min-width:580px;max-width:580px;align-items:center;justify-content:center;margin-top:16px;position:relative;overflow:hidden}.PricingPage_page__7lwCG .badge-text{font-weight:600;font-size:1rem;white-space:nowrap}.PricingPage_page__7lwCG .badge-text-swipeIn{animation:PricingPage_swipeIn__voYdV .6s ease-out}.PricingPage_page__7lwCG .badge-text-bounceIn{animation:PricingPage_bounceIn__H3SnD .7s ease-out}.PricingPage_page__7lwCG .badge-text-fadeIn{animation:PricingPage_fadeIn__7aiVO .5s ease-in-out}.PricingPage_page__7lwCG .badge-text-slideUp{animation:PricingPage_slideUp__u_xI3 .6s ease-out}.PricingPage_page__7lwCG .badge-text-zoomIn{animation:PricingPage_zoomIn__vuvPx .5s ease-out}@keyframes PricingPage_swipeIn__voYdV{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes PricingPage_bounceIn__H3SnD{0%{opacity:0;transform:scale(.3) translateY(20px)}50%{opacity:1;transform:scale(1.05) translateY(-5px)}70%{transform:scale(.9) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes PricingPage_fadeIn__7aiVO{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes PricingPage_slideUp__u_xI3{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes PricingPage_zoomIn__vuvPx{0%{opacity:0;transform:scale(.5)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.PricingPage_page__7lwCG .billing-toggle-section{padding:20px 0}.PricingPage_page__7lwCG .billing-toggle{display:flex;justify-content:center;background:hsla(0,0%,100%,.1);border-radius:50px;padding:8px;max-width:400px;margin:0 auto}.PricingPage_page__7lwCG .toggle-option{flex:1 1;padding:16px 24px;border:none;background:transparent;color:#fff;font-weight:600;font-size:1.15rem;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center;gap:8px}.PricingPage_page__7lwCG .toggle-option.active{background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.PricingPage_page__7lwCG .save-badge{background:#f59e0b;color:#fff;padding:5px 10px;border-radius:12px;font-size:.875rem;font-weight:600;animation:PricingPage_pulse__t1UnX 2s ease-in-out infinite}@keyframes PricingPage_pulse__t1UnX{0%,to{opacity:1}50%{opacity:.7}}.PricingPage_page__7lwCG .pricing-cards{padding:20px 0 60px}.PricingPage_page__7lwCG .plans-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:40px}.PricingPage_page__7lwCG .plan-card{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:28px 20px 20px;position:relative;transition:all .3s ease;display:flex;flex-direction:column;height:100%;min-width:0}.PricingPage_page__7lwCG .plan-card:hover{transform:translateY(-8px);border-color:hsla(0,0%,100%,.4)}.PricingPage_page__7lwCG .plan-card.popular{border:2px solid #9cff2e;box-shadow:0 20px 40px rgba(156,255,46,.2)}.PricingPage_page__7lwCG .plan-card.hipaa{border:2px solid #f59e0b;box-shadow:0 20px 40px rgba(245,158,11,.2)}.PricingPage_page__7lwCG .plan-card.hipaa.popular{padding-left:24px;padding-right:24px}.PricingPage_page__7lwCG .hipaa-badge{position:absolute;top:16px;left:16px;width:72px;height:72px}.PricingPage_page__7lwCG .plan-header{text-align:center;margin-bottom:24px;padding-left:0;padding-right:0}.PricingPage_page__7lwCG .plan-name{font-size:1.5rem;font-weight:700;margin-bottom:16px}.PricingPage_page__7lwCG .plan-price{margin-bottom:16px}.PricingPage_page__7lwCG .price-amount{font-size:3rem;font-weight:700}.PricingPage_page__7lwCG .price-period{font-size:1rem;opacity:.8}.PricingPage_page__7lwCG .savings-text{color:#9cff2e;font-size:.875rem;font-weight:600;margin-top:8px;min-height:1.25rem;display:block}.PricingPage_page__7lwCG .plan-description{opacity:.9;font-size:.9rem}.PricingPage_page__7lwCG .plan-cta{text-align:center;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px}.PricingPage_page__7lwCG .plan-features{flex:1 1;padding-left:0;padding-right:0;min-width:0}.PricingPage_page__7lwCG .features-list{list-style:none;padding:0;margin:0}.PricingPage_page__7lwCG .feature-item{display:flex;align-items:flex-start;margin-bottom:16px;font-size:1rem;line-height:1.5;min-width:0}.PricingPage_page__7lwCG .feature-text{flex:1 1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.PricingPage_page__7lwCG .feature-icon{color:#9cff2e;font-weight:700;margin-right:12px;font-size:1.25rem;margin-top:2px;flex-shrink:0}.PricingPage_page__7lwCG .cta-button{width:100%;padding:16px 24px;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-height:56px;height:56px;display:flex;align-items:center;justify-content:center}.PricingPage_page__7lwCG .cta-button.primary{background:#9cff2e;color:#fff}.PricingPage_page__7lwCG .cta-button.primary:hover{background:#7fe02e;transform:translateY(-2px)}.PricingPage_page__7lwCG .cta-button.secondary{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.PricingPage_page__7lwCG .cta-button.secondary:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px)}.PricingPage_page__7lwCG .cta-button.disabled{background:hsla(0,0%,100%,.1)!important;color:hsla(0,0%,100%,.5)!important;cursor:not-allowed!important;border:1px solid hsla(0,0%,100%,.1)!important}.PricingPage_page__7lwCG .cta-button.disabled:hover{background:hsla(0,0%,100%,.1)!important;transform:none!important}.PricingPage_page__7lwCG .most-popular-badge{position:absolute;top:16px;right:16px;width:80px;height:80px;animation:PricingPage_nudge__o3ZeX 2s infinite}@keyframes PricingPage_nudge__o3ZeX{0%,to{transform:translateX(0) scale(1)}25%{transform:translateX(3px) scale(1.05)}50%{transform:translateX(-3px) scale(1.05)}75%{transform:translateX(3px) scale(1.05)}}.PricingPage_page__7lwCG .comparison-section{padding:80px 0;background:rgba(0,0,0,.1)}.PricingPage_page__7lwCG .comparison-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:48px}.PricingPage_page__7lwCG .comparison-table{overflow-x:auto}.PricingPage_page__7lwCG .comparison-table table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;table-layout:fixed}.PricingPage_page__7lwCG .comparison-table td,.PricingPage_page__7lwCG .comparison-table th{padding:16px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}.PricingPage_page__7lwCG .comparison-table th{background:hsla(0,0%,100%,.2);font-weight:600}.PricingPage_page__7lwCG .faq-section{padding:80px 0}.PricingPage_page__7lwCG .faq-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:48px}.PricingPage_page__7lwCG .faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px}.PricingPage_page__7lwCG .faq-item{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;padding:24px}.PricingPage_page__7lwCG .faq-item h3{font-size:1.25rem;font-weight:600;margin-bottom:12px}.PricingPage_page__7lwCG .faq-item p{opacity:.9;line-height:1.6}.PricingPage_page__7lwCG .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.PricingPage_page__7lwCG .modal-content{background:#fff;border-radius:16px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.PricingPage_page__7lwCG .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb}.PricingPage_page__7lwCG .modal-header h3{font-size:1.5rem;font-weight:700;margin:0;color:#1f2937}.PricingPage_page__7lwCG .modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.PricingPage_page__7lwCG .modal-close:hover{background:#f3f4f6;color:#374151}.PricingPage_page__7lwCG .modal-body{padding:24px}.PricingPage_page__7lwCG .confirmation-content h4{font-size:1.25rem;font-weight:600;margin:0 0 16px;color:#1f2937}.PricingPage_page__7lwCG .confirmation-content p{color:#6b7280;line-height:1.5;margin:0 0 20px}.PricingPage_page__7lwCG .plan-details{background:#f9fafb;border-radius:8px;padding:16px;margin-bottom:20px}.PricingPage_page__7lwCG .current-plan,.PricingPage_page__7lwCG .new-plan{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.PricingPage_page__7lwCG .current-plan{border-bottom:1px solid #e5e7eb;margin-bottom:8px;color:#374151}.PricingPage_page__7lwCG .new-plan{font-weight:600;color:#1f2937}.PricingPage_page__7lwCG .price{color:#059669;font-weight:700}.PricingPage_page__7lwCG .billing-note{font-size:.875rem;color:#6b7280;font-style:italic}.PricingPage_page__7lwCG .modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.PricingPage_page__7lwCG .cancel-btn-secondary{background:#f3f4f6;color:#374151;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.PricingPage_page__7lwCG .cancel-btn-secondary:hover{background:#e5e7eb}.PricingPage_page__7lwCG .confirm-btn-primary{background:#6366f1;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.PricingPage_page__7lwCG .confirm-btn-primary:hover:not(:disabled){background:#4f46e5}.PricingPage_page__7lwCG .confirm-btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.PricingPage_page__7lwCG .success-modal{text-align:center}.PricingPage_page__7lwCG .success-content{padding:20px 0}.PricingPage_page__7lwCG .success-icon{font-size:3rem;margin-bottom:16px}.PricingPage_page__7lwCG .success-content h3{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:#1f2937}.PricingPage_page__7lwCG .success-content p{color:#6b7280;line-height:1.5;margin:0}@media (max-width:1200px){.PricingPage_page__7lwCG .plans-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:768px){.PricingPage_page__7lwCG .pricing-title{font-size:2.5rem}.PricingPage_page__7lwCG .plans-grid{grid-template-columns:1fr;gap:24px}.PricingPage_page__7lwCG .billing-toggle{max-width:300px}.PricingPage_page__7lwCG .toggle-option{padding:12px 16px;font-size:1.035rem}.PricingPage_page__7lwCG .comparison-table{font-size:.875rem}.PricingPage_page__7lwCG .modal-content{margin:20px;width:calc(100% - 40px)}.PricingPage_page__7lwCG .modal-actions{flex-direction:column}.PricingPage_page__7lwCG .cancel-btn-secondary,.PricingPage_page__7lwCG .confirm-btn-primary{width:100%}}