.Button_button__wf7LH{justify-content:center;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit;position:relative;overflow:hidden;border-radius:8px;align-items:center;gap:8px;margin-bottom:10px;margin-right:10px;padding:8px 16px;font-size:13px;transition:all .3s;display:inline-flex}.Button_button__wf7LH:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Button_button__wf7LH:active:not(:disabled){transform:translateY(0)}.Button_button__wf7LH:disabled{opacity:.5;cursor:not-allowed}.Button_button__wf7LH.Button_loading__dKg1b{pointer-events:none}.Button_sm__fHY31{padding:.5rem 1rem;font-size:.875rem;height:2rem}.Button_md__qwsc1{padding:.75rem 1.5rem;font-size:1rem;height:2.5rem}.Button_lg__Qcncc{padding:1rem 2rem;font-size:1.125rem;height:3rem}.Button_primary__KcBxk{background:var(--main-color);color:#fff}.Button_primary__KcBxk:hover:not(:disabled){background:#eb8264}.Button_secondary__uUg9S{background:#6c757d;color:#fff}.Button_secondary__uUg9S:hover:not(:disabled){background:#5a6268}.Button_outline__0lh3I{background:rgba(0,0,0,0);color:#000;border:2px solid var(--main-color)}.Button_outline__0lh3I:hover:not(:disabled){background:var(--main-color);color:#fff}.Button_danger__XTXJG{background:#dc3545;color:#fff}.Button_danger__XTXJG:hover:not(:disabled){background:#c82333}.Button_success__rTmJD{background:#28a745;color:#fff}.Button_success__rTmJD:hover:not(:disabled){background:#218838}.Button_ghost___W6uF{background:rgba(0,0,0,0);color:var(--main-color)}.Button_ghost___W6uF:hover:not(:disabled){background:rgba(102,126,234,.1)}.Button_fullWidth__FgBPP{width:100%}.Button_spinner__UbZ3r{display:inline-block;width:1rem;height:1rem;border:2px solid;border-right:2px solid rgba(0,0,0,0);border-radius:50%;animation:Button_spin__bMykP .6s linear infinite}@keyframes Button_spin__bMykP{to{transform:rotate(1turn)}}.Button_icon__l9wiG{justify-content:center}.Button_icon__l9wiG,.Button_label__jDynW{display:flex;align-items:center}.Input_inputContainer__9muVd{display:flex;flex-direction:column;gap:.5rem}.Input_inputContainer__9muVd.Input_fullWidth__LO6I9{width:100%}.Input_inputContainer__9muVd.Input_hasError__Y_6oA .Input_input__xDj0z{border-color:#dc3545}.Input_inputContainer__9muVd.Input_hasError__Y_6oA .Input_input__xDj0z:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}.Input_label__vH3py{font-size:.875rem;font-weight:600;color:#1f2937;display:block}.Input_required__o5o2K{color:#dc3545;margin-left:.25rem}.Input_inputWrapper__MU9KB{position:relative;display:flex;align-items:center}.Input_icon__WGTYy{position:absolute;left:1rem;display:flex;align-items:center;color:#6b7280;pointer-events:none;z-index:1}.Input_input__xDj0z{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease;background:#fff;color:#1f2937;font-family:inherit}.Input_input__xDj0z.Input_hasIcon__CpcZ2{padding-left:2.75rem}.Input_input__xDj0z:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.Input_input__xDj0z:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.Input_input__xDj0z::placeholder{color:#9ca3af}.Input_error__9IdUI{font-size:.875rem;color:#dc3545;display:flex;align-items:center;gap:.25rem}.Input_helperText__OWlWc{font-size:.875rem;color:#6b7280}.Card_card__nh0J5{border-radius:1rem;transition:all .3s ease}.Card_card__nh0J5.Card_clickable__iBvVe{cursor:pointer}.Card_card__nh0J5.Card_hoverable__XsfWr:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.Card_default__koaTZ{border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Card_elevated__wNZ_Z{box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05)}.Card_outlined__NhbGf{border:2px solid #e5e7eb}.Card_gradient__lfnNO{background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border:1px solid rgba(102,126,234,.2)}.Card_padding-none__EW5lM{padding:0}.Card_padding-sm__TQH3L{padding:1rem}.Card_padding-md__sSk5s{padding:1.5rem}.Card_padding-lg__7sWsS{padding:2rem}.Card_cardHeader__lPXdZ{padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.Card_cardBody__eVUmU{flex:1}.Card_cardFooter__tsUfn{padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1rem}.Dialog_overlay__EsItj{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;padding:1rem;animation:Dialog_fadeIn__P2mPO .2s ease}@keyframes Dialog_fadeIn__P2mPO{0%{opacity:0}to{opacity:1}}.Dialog_dialog__WCpOG{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-height:90vh;display:flex;flex-direction:column;animation:Dialog_slideUp__vFyda .3s ease}@keyframes Dialog_slideUp__vFyda{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Dialog_sm__0dvPE{width:100%;max-width:400px}.Dialog_md__6ejGh{width:100%;max-width:600px}.Dialog_lg__Ywl4x{width:100%;max-width:800px}.Dialog_xl__Vq1Ps{width:100%;max-width:1200px}.Dialog_header__OjH6T{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.Dialog_title__dQ_ku{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.Dialog_closeButton__eet3P{background:rgba(0,0,0,0);border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.Dialog_closeButton__eet3P:hover{background:#f3f4f6;color:#1f2937}.Dialog_content__Pfjca{flex:1;overflow-y:auto;padding:1.5rem}.Dialog_footer__wjij7{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.Dialog_actions__8XRPv{display:flex;gap:.75rem;flex-wrap:wrap}.Dialog_actions__8XRPv.Dialog_align-left__rpgIC{justify-content:flex-start}.Dialog_actions__8XRPv.Dialog_align-center__JKCD6{justify-content:center}.Dialog_actions__8XRPv.Dialog_align-right__dzXNl{justify-content:flex-end}.FeatureCard_featureCard__1O7xM{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden;height:100%}.FeatureCard_featureCard__1O7xM:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.FeatureCard_featureCard__1O7xM:hover .FeatureCard_featureHover__8QIkM{height:4px}.FeatureCard_featureIcon__TkBTn{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;transition:transform .3s ease}.FeatureCard_featureCard__1O7xM:hover .FeatureCard_featureIcon__TkBTn{transform:scale(1.1)}.FeatureCard_featureTitle__TSs20{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.FeatureCard_featureDescription__78ady{color:#6b7280;line-height:1.6;margin:0}.FeatureCard_featureHover__8QIkM{position:absolute;bottom:0;left:0;right:0;height:0;transition:height .3s ease}.Navbar_navbar__NT2eW{background:#f8e8da;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Navbar_navbarContent__kBIU3{justify-content:space-between}.Navbar_logo__OpDZN a,.Navbar_navbarContent__kBIU3{display:flex;align-items:center}.Navbar_logoImage___Df3z{height:40px;width:auto}.Navbar_hamburger__d_IsD{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:110}.Navbar_hamburger__d_IsD span{display:block;width:24px;height:2px;background:#2d3748;border-radius:2px;transition:all .3s ease}.Navbar_hamburgerOpen__uLwSG span:first-child{transform:rotate(45deg) translate(5px,5px)}.Navbar_hamburgerOpen__uLwSG span:nth-child(2){opacity:0}.Navbar_hamburgerOpen__uLwSG span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.Navbar_navLinks___b3Zs{display:flex;align-items:center;gap:1rem}.Navbar_navMenu__8Clt0{display:flex;align-items:center;gap:1.5rem;margin-right:1rem}.Navbar_navLink__0Hd7C{color:#2d3748;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;padding:.4rem 0}.Navbar_navLink__0Hd7C:hover{color:var(--main-color,#f5ab96)}.Navbar_authButtons__R1FRQ{display:flex;align-items:center;gap:.75rem;margin-top:11px}@media(max-width:768px){.Navbar_hamburger__d_IsD{display:flex}.Navbar_overlay__u7hDF{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;height:100dvh;background:rgba(0,0,0,.4);z-index:100}.Navbar_navLinks___b3Zs{position:fixed;top:0;right:-100%;width:280px;height:100%;height:100dvh;background:#f8e8da;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-4px 0 20px rgba(0,0,0,.15);transition:right .3s ease;z-index:105;overflow-y:auto;overscroll-behavior:contain}.Navbar_navLinksOpen__KaWnh{right:0}.Navbar_navMenu__8Clt0{flex-direction:column;align-items:flex-start;gap:.5rem;margin-right:0;width:100%;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.Navbar_navLink__0Hd7C{font-size:1.1rem;padding:.5rem 0;width:100%}.Navbar_authButtons__R1FRQ{flex-direction:column;width:100%;gap:.5rem;margin-top:14px}.Navbar_authButtons__R1FRQ a{width:100%}}.Footer_footer__jqp_H{background:#1f2937;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.Footer_footerContent__8L4ks{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.Footer_box__1Gft2{display:flex;flex-direction:column;gap:1rem}.Footer_brand__ItpZF{display:inline-block;margin-bottom:.5rem}.Footer_logoContainer__kBxuh img{filter:brightness(0) invert(1)}.Footer_text__xIBuP{color:#9ca3af;margin:0;line-height:1.6}.Footer_line__0EXol{display:flex;align-items:center;gap:1rem;color:#9ca3af}.Footer_line__0EXol i{width:1.25rem;text-align:center}.Footer_line__0EXol a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.Footer_line__0EXol a:hover{color:#fff}.Footer_info__9EGGq{flex:1}.Footer_social___TJtE{display:flex;gap:1rem;list-style:none;padding:0;margin:0}.Footer_social___TJtE li a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;transition:all .2s ease}.Footer_social___TJtE li a:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.2)}.Footer_social___TJtE li a.Footer_facebook__pAzZK:hover{background:#1877f2}.Footer_social___TJtE li a.Footer_linkedin__kMYmI:hover{background:#0077b5}.Footer_social___TJtE li a.Footer_instagram__yy_sR:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.Footer_links__ETqn2{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.Footer_links__ETqn2 li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.Footer_links__ETqn2 li a:hover{color:#fff}.Footer_links__ETqn2 li span{color:#9ca3af}.Footer_copyright__XsRwP{text-align:center;color:#9ca3af;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);margin:0}.legal_page__UMb4A{min-height:100vh;display:flex;flex-direction:column}.legal_hero__r_CA3{background:#f8e8da;padding:4rem 0 2.5rem;text-align:center}.legal_heroTitle__xCbrG{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#2d3748}.legal_heroSubtitle__nf4Hv{color:#64748b;font-size:1rem}.legal_content__wENxw{padding:3rem 0 4rem;max-width:800px;margin:0 auto}.legal_content__wENxw h2{font-size:1.4rem;font-weight:700;color:#2d3748;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f5ab96}.legal_content__wENxw h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:1.5rem 0 .75rem}.legal_content__wENxw p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.legal_content__wENxw ul{color:#4a5568;line-height:1.8;margin-bottom:1rem;padding-left:1.5rem}.legal_content__wENxw ul li{margin-bottom:.4rem}.legal_content__wENxw a{color:var(--main-color,#f5ab96);text-decoration:underline}.legal_content__wENxw a:hover{opacity:.8}.legal_content__wENxw strong{color:#2d3748}@media (max-width:768px){.legal_heroTitle__xCbrG{font-size:2rem}.legal_content__wENxw{padding:2rem 1rem 3rem}}.ForgotPassword_container__dgTvb{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:3rem 1rem}@media(min-width:640px){.ForgotPassword_container__dgTvb{padding:3rem 1.5rem}}@media(min-width:1024px){.ForgotPassword_container__dgTvb{padding:3rem 2rem}}.ForgotPassword_wrapper___nNVu{max-width:28rem;width:100%;margin:0 auto}.ForgotPassword_spaceY8__1Yhkf>*+*{margin-top:2rem}.ForgotPassword_textCenter__oHVxA{text-align:center}.ForgotPassword_iconContainer__qYT__{margin:0 auto;height:3rem;width:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.ForgotPassword_iconContainer__qYT__.ForgotPassword_success__Cv0mB{background-color:#dcfce7}.ForgotPassword_iconContainer__qYT__.ForgotPassword_error__xsG8W{background-color:#fee2e2}.ForgotPassword_iconContainer__qYT__.ForgotPassword_primary__PTFi7{background-color:var(--main-color)}.ForgotPassword_icon__7DSnh{height:1.5rem;width:1.5rem}.ForgotPassword_icon__7DSnh.ForgotPassword_success__Cv0mB{color:#16a34a}.ForgotPassword_icon__7DSnh.ForgotPassword_error__xsG8W{color:#dc2626}.ForgotPassword_icon__7DSnh.ForgotPassword_primary__PTFi7{color:#fff}.ForgotPassword_title__6JflU{margin-top:1.5rem;font-size:1.875rem;font-weight:800;color:#111827}.ForgotPassword_subtitle__FOztf{margin-top:.5rem;font-size:.875rem;color:#4b5563}.ForgotPassword_alert__BRKx8{border-radius:.375rem;padding:1rem}.ForgotPassword_alert__BRKx8.ForgotPassword_success__Cv0mB{background-color:#f0fdf4}.ForgotPassword_alert__BRKx8.ForgotPassword_error__xsG8W{background-color:#fef2f2}.ForgotPassword_alertContent__Ccvtg{display:flex;align-items:flex-start}.ForgotPassword_alertIcon__lmVTK{flex-shrink:0;height:1.25rem;width:1.25rem}.ForgotPassword_alertIcon__lmVTK.ForgotPassword_success__Cv0mB{color:#22c55e}.ForgotPassword_alertIcon__lmVTK.ForgotPassword_error__xsG8W{color:#ef4444}.ForgotPassword_alertText__TsqX2{margin-left:.75rem;font-size:.875rem;font-weight:500}.ForgotPassword_alertText__TsqX2.ForgotPassword_success__Cv0mB{color:#166534}.ForgotPassword_alertText__TsqX2.ForgotPassword_error__xsG8W{color:#991b1b}.ForgotPassword_alertActions__O7UMK{margin-top:.75rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.ForgotPassword_testButton__io1ti{display:inline-flex;align-items:center;padding:.25rem .75rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;font-size:.75rem;font-weight:500;color:#166534;background-color:#dcfce7;text-decoration:none;cursor:pointer;transition:background-color .2s}.ForgotPassword_testButton__io1ti:hover{background-color:#bbf7d0}.ForgotPassword_alertLink__kbR8S{font-size:.875rem;font-weight:500;color:#166534;text-decoration:none;cursor:pointer;background:none;border:none;text-decoration:underline}.ForgotPassword_alertLink__kbR8S:hover{color:#15803d}.ForgotPassword_form__RCbEP{margin-top:2rem}.ForgotPassword_form__RCbEP>*+*{margin-top:1.5rem}.ForgotPassword_field__m2Bvd>*+*{margin-top:.25rem}.ForgotPassword_label__4HH53{display:block;font-size:.875rem;font-weight:500;color:#374151}.ForgotPassword_input__sKyX7{-webkit-appearance:none;appearance:none;display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#111827}.ForgotPassword_input__sKyX7::placeholder{color:#9ca3af}.ForgotPassword_input__sKyX7:focus{outline:none;ring:2px;ring-color:var(--main-color);border-color:var(--main-color)}.ForgotPassword_input__sKyX7:disabled{opacity:.5;cursor:not-allowed}.ForgotPassword_button__XkRqA{position:relative;width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;font-size:.875rem;font-weight:500;text-align:center;background-color:var(--main-color);color:#fff;transition:all .2s;cursor:pointer}.ForgotPassword_button__XkRqA:hover:not(:disabled){background-color:#4338ca}.ForgotPassword_button__XkRqA:focus{outline:none;ring:2px;ring-offset:2px;ring-color:var(--main-color)}.ForgotPassword_button__XkRqA:disabled{opacity:.5;cursor:not-allowed}.ForgotPassword_buttonContent__Zqf4u{display:flex;align-items:center}.ForgotPassword_spinner__qC3YQ{animation:ForgotPassword_spin__qLuWG 1s linear infinite;margin-right:.5rem;height:1rem;width:1rem;color:#fff}.ForgotPassword_spinnerCircle__wq1By{opacity:.25;stroke:currentColor;stroke-width:4}.ForgotPassword_spinnerPath__IdRaL{opacity:.75;fill:currentColor}.ForgotPassword_links__egXcT{text-align:center}.ForgotPassword_link__27nPk{font-size:.875rem;font-weight:500;color:var(--main-color);text-decoration:none}.ForgotPassword_link__27nPk:hover{color:#4338ca}.ForgotPassword_additionalHelp__K1l0I{text-align:center;margin-top:1rem}.ForgotPassword_helpText__CUKFH{font-size:.75rem;color:#6b7280}.ForgotPassword_helpLink__Ec0Zr{font-size:.75rem;font-weight:500;color:var(--main-color);text-decoration:none}.ForgotPassword_helpLink__Ec0Zr:hover{color:#4338ca}.ForgotPassword_whitespacePreLine__UVPfP{white-space:pre-line}@keyframes ForgotPassword_spin__qLuWG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.authLayout_authLayoutWrapper__8yH86{display:flex;flex-direction:column;min-height:100vh}.authLayout_authHeader__L6KU0{display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#fffbf8;border-bottom:1px solid #eaeaea;flex-shrink:0;z-index:10}.authLayout_logoLink__kiKeg{display:flex;align-items:center;text-decoration:none}.authLayout_logoLink__kiKeg img{height:40px;width:auto}.authLayout_authFooter__QLtxA{display:flex;align-items:center;justify-content:center;padding:14px 24px;background:#fff;border-top:1px solid #eaeaea;flex-shrink:0}.authLayout_authFooter__QLtxA p{margin:0;font-size:13px;color:#888}.authLayout_authFooter__QLtxA a{color:#666;text-decoration:none;margin:0 6px}.authLayout_authFooter__QLtxA a:hover{text-decoration:underline;color:#333}.leistungen_page__X4a2Y{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.leistungen_hero__1FXWb{background:#f8e8da;padding:5rem 0 4rem;text-align:center}.leistungen_heroTitle__RfoAe{font-size:2.8rem;font-weight:800;color:#2d3748;margin-bottom:1.5rem;line-height:1.2}.leistungen_gradient__3gETo{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.leistungen_heroLead__Ps54z{font-size:1.25rem;color:#4a5568;margin-bottom:1.5rem;font-weight:500}.leistungen_questionBubbles__eqCjB{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.leistungen_bubble__hPGXJ{display:inline-block;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.6rem 1.25rem;border-radius:24px;font-size:1rem;color:#2d3748;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06)}.leistungen_heroText__UVtvs{font-size:1.05rem;color:#4a5568;line-height:1.8;max-width:780px;margin:0 auto 1rem;text-align:left}.leistungen_heroActions__1LAcK{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.leistungen_primaryBtn__QgdYy{display:inline-block;background:var(--main-color,#f5ab96);color:#fff;padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.leistungen_primaryBtn__QgdYy:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(245,171,150,.35)}.leistungen_outlineBtn__Jo2MJ{display:inline-block;background:transparent;color:var(--main-color,#f5ab96);padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid var(--main-color,#f5ab96);transition:all .3s ease}.leistungen_outlineBtn__Jo2MJ:hover{background:var(--main-color,#f5ab96);color:#fff}.leistungen_solutionSection__lSQ5_{padding:5rem 0;background:#fff}.leistungen_sectionTitle__9BskA{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;text-align:center}.leistungen_sectionSubtitle__fx1Qd{font-size:1.15rem;font-weight:600;color:var(--main-color,#f5ab96);text-align:center;margin-bottom:1rem}.leistungen_sectionText__cI7qZ{font-size:1.05rem;color:#4a5568;line-height:1.8;max-width:800px;margin:0 auto 1rem;text-align:center}.leistungen_uspsSection__bKtXq{padding:5rem 0;background:#f8f9fa}.leistungen_uspsGrid__Jp2MG{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.leistungen_uspCard__cAGHL{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #f1f3f4}.leistungen_uspCard__cAGHL:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.leistungen_uspIcon__zFYKJ{font-size:2.5rem;margin-bottom:1rem}.leistungen_uspTitle__nDKeC{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.leistungen_uspText__sRgP0{color:#718096;line-height:1.7}.leistungen_howSection__ZGjP0{padding:5rem 0;background:#fff}.leistungen_stepsTimeline__5MJ11{max-width:720px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:0}.leistungen_stepCard__2Pi3k{display:flex;gap:1.5rem;padding:2rem 0;border-bottom:1px solid #e2e8f0;position:relative}.leistungen_stepCard__2Pi3k:last-child{border-bottom:none}.leistungen_stepNumber__RthL5{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--main-color,#f5ab96);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.leistungen_stepBody__Ox9JN{flex:1}.leistungen_stepTitle__vDD4G{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.leistungen_stepText__3X5mC{color:#4a5568;line-height:1.7;margin-bottom:.5rem}.leistungen_stepBullets__12NzF{list-style:none;padding:0;margin:.5rem 0 0}.leistungen_stepBullets__12NzF li{padding:.3rem 0;color:#4a5568;display:flex;align-items:center;gap:.5rem}.leistungen_stepBullets__12NzF li:before{content:"✓";color:#38a169;font-weight:700;font-size:.9rem}.leistungen_useCasesSection__TmRIJ{padding:5rem 0;background:#f8f9fa}.leistungen_useCasesGrid__4q6gx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:2rem auto 0}.leistungen_useCaseCard__isdjC{background:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f1f3f4;transition:all .3s ease}.leistungen_useCaseCard__isdjC:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.leistungen_useCaseIcon__Fibvh{font-size:3rem;margin-bottom:1rem}.leistungen_useCaseTitle__vCRkW{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.leistungen_useCaseText__R7RJA{color:#718096;line-height:1.7}.leistungen_benefitsSection__zDcCR{padding:5rem 0;background:#fff}.leistungen_benefitsGrid__mqnfo{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-top:2rem}.leistungen_benefitCard__04OXN{display:flex;gap:1rem;align-items:flex-start;background:#f8f9fa;border-radius:12px;padding:1.5rem;transition:all .3s ease}.leistungen_benefitCard__04OXN:hover{background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}.leistungen_benefitIcon__7ptG2{font-size:2rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(245,171,150,.12);border-radius:12px}.leistungen_benefitTitle__HVC12{font-size:1.05rem;font-weight:700;color:#2d3748;margin-bottom:.4rem}.leistungen_benefitText__Wy6y4{color:#718096;line-height:1.7}.leistungen_privacySection__WX_gz{padding:5rem 0;background:#f8f9fa}.leistungen_privacyInner__I2EMa{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;max-width:900px;margin:0 auto}.leistungen_privacyContent__s5Hch .leistungen_sectionTitle__9BskA{text-align:left}.leistungen_privacyContent__s5Hch .leistungen_sectionText__cI7qZ{text-align:left;margin-left:0}.leistungen_privacyList__anbCC{list-style:none;padding:0;margin:1.5rem 0 0}.leistungen_privacyList__anbCC li{padding:.5rem 0;color:#4a5568;font-size:1.05rem;display:flex;align-items:center;gap:.75rem}.leistungen_checkIcon__7fOf9{color:#38a169;font-weight:700;font-size:1.1rem}.leistungen_privacyVisual__Fy7bm{text-align:center}.leistungen_shieldIcon__3KwPY{font-size:6rem;display:block;margin-bottom:.5rem}.leistungen_privacyVisual__Fy7bm span{font-weight:700;color:#2d3748;font-size:1.15rem}.leistungen_integrationSection__Fa_pN{padding:5rem 0;background:#fff}.leistungen_ctaSection__cdq3C{padding:5rem 0;background:var(--main-color,#f5ab96);color:#fff;text-align:center}.leistungen_ctaTitle__eJOt9{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.leistungen_ctaDescription__vnnD4{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.leistungen_ctaButtons__jsS4U{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.leistungen_ctaBtn__Eij5C{display:inline-block;background:#fff;color:var(--main-color,#f5ab96);padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.leistungen_ctaBtn__Eij5C:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.leistungen_ctaBtnOutline__wlGfA{display:inline-block;background:transparent;color:#fff;padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid #fff;transition:all .3s ease}.leistungen_ctaBtnOutline__wlGfA:hover{background:#fff;color:var(--main-color,#f5ab96)}@media (max-width:768px){.leistungen_heroTitle__RfoAe{font-size:2rem}.leistungen_sectionTitle__9BskA{font-size:1.6rem}.leistungen_benefitsGrid__mqnfo,.leistungen_uspsGrid__Jp2MG{grid-template-columns:1fr}.leistungen_privacyInner__I2EMa{grid-template-columns:1fr;text-align:center}.leistungen_privacyContent__s5Hch .leistungen_sectionText__cI7qZ,.leistungen_privacyContent__s5Hch .leistungen_sectionTitle__9BskA{text-align:center}.leistungen_privacyList__anbCC{display:inline-block;text-align:left}.leistungen_useCasesGrid__4q6gx{grid-template-columns:1fr}.leistungen_ctaTitle__eJOt9{font-size:1.8rem}.leistungen_heroText__UVtvs{text-align:left}.leistungen_questionBubbles__eqCjB{flex-direction:column;align-items:center}}.page_navbar__chktt{background:rgb(248,232,218);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;top:0;z-index:1000;height:0}.page_navbarContent__Z_MUL{display:flex;justify-content:space-between;align-items:center}.page_logoImage__eK2JD{height:40px;width:auto}.page_navLinks__3Mchl{display:flex;align-items:center;gap:1rem}.page_authButtons__3bCTF{display:flex;gap:.75rem}.page_loginButton__KoiDv{padding:.5rem 1.5rem;border:1px solid var(--main-color);color:#000;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.page_loginButton__KoiDv:hover{background-color:var(--main-color);color:white}.page_signupButton__0FGcX{padding:.5rem 1.5rem;background:linear-gradient(135deg,var(--main-color) 0,var(--main-color) 100%);color:white;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.page_signupButton__0FGcX:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.page_dashboardButton__CtPs2{padding:.5rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:1px solid #c31f8b}.page_dashboardButton__CtPs2:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(67,233,123,.3)}@media (max-width:768px){.page_navbarContent__Z_MUL{flex-direction:column;gap:1rem}.page_authButtons__3bCTF{flex-direction:column;width:100%}.page_dashboardButton__CtPs2,.page_loginButton__KoiDv,.page_signupButton__0FGcX{text-align:center;width:100%}}.page_heroSection___mcj9{position:relative;padding:6rem 0;background:#f8e8da;overflow:hidden;min-height:100vh;display:flex;align-items:center}.page_heroSection___mcj9:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E")}.page_heroContent__2lPR8{position:relative;z-index:2}.page_badge__s34Is{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.page_badgeIcon__l8l_9{font-size:1rem}.page_heroTitle__Gfler{font-size:3.5rem;line-height:1.1}@media (max-width:768px){.page_heroTitle__Gfler{font-size:2.5rem}}.page_gradientText__28Wdd{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page_heroDescription__E0XDR{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:500px}.page_heroActions__8_tzb{margin-bottom:3rem}.page_heroStats__rmbZT{display:flex;gap:2rem}@media (max-width:576px){.page_heroStats__rmbZT{flex-direction:column;gap:1rem}}.page_statNumber__XnvUq{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.page_statLabel__YuhHa{font-size:.875rem;opacity:.8}.page_heroVisual___m6ot{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.page_chatPreview__yBSvr{background:white;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.2);width:320px;overflow:hidden;transform:rotate(3deg);animation:page_float__P1Jpw 6s ease-in-out infinite}@keyframes page_float__P1Jpw{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-10px) rotate(3deg)}}.page_chatHeader__zxE3O{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.page_chatAvatar__isZko{width:40px;height:40px;border-radius:50%;background:var(--main-color);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.page_chatInfo__8KMGr{flex:1}.page_chatName__qzdn5{font-weight:600;color:#2d3748}.page_chatStatus__oF63H{font-size:.875rem;color:#38a169}.page_chatMessages__XIfqw{padding:1.5rem;height:280px;overflow-y:auto;background:#fafbfc}.page_messageUser__qPCkM{display:flex;justify-content:flex-end;margin-bottom:1rem}.page_messageAI__g_v5S{display:flex;justify-content:flex-start;margin-bottom:1rem}.page_messageBubble__YdaJw{max-width:80%;padding:.75rem 1rem;border-radius:18px;font-size:.875rem;line-height:1.4}.page_messageUser__qPCkM .page_messageBubble__YdaJw{background:var(--main-color);color:white;border-bottom-right-radius:4px}.page_messageAI__g_v5S .page_messageBubble__YdaJw{background:white;color:#2d3748;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.page_chatInput__vr_Xh{display:flex;padding:1rem 1.5rem;background:white;border-top:1px solid #e9ecef}.page_inputField__5Rb24{flex:1;border:1px solid #e2e8f0;border-radius:25px;padding:.75rem 1rem;font-size:.875rem}.page_inputField__5Rb24:focus{outline:none;border-color:var(--main-color)}.page_sendButton__SWOvK{background:var(--main-color);color:white;border:none;border-radius:50%;width:40px;height:40px;margin-left:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.page_sendButton__SWOvK:hover{background:var(--main-color);transform:scale(1.05)}.page_floatingElement__yV4ER{position:absolute;top:10%;right:10%;animation:page_float2__oajS7 8s ease-in-out infinite}.page_floatingElement2__hZMJ_{position:absolute;bottom:20%;left:5%;animation:page_float3__WJj3q 7s ease-in-out infinite}@keyframes page_float2__oajS7{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes page_float3__WJj3q{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(-3deg)}}.page_floatingCard__fspXy{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.2)}.page_cardIcon__ejM_b{font-size:1.5rem}.page_cardText__jskeK{font-weight:600;color:#2d3748;white-space:nowrap}.page_backgroundShape__5Lr3C{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%}.page_backgroundShape2__sK_p0{position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.05) 0,transparent 70%);border-radius:50%}.page_featuresSection__kMr0r{padding:6rem 0;background:#f8f9fa}.page_sectionHeader__a4Fw5{margin-bottom:4rem}.page_sectionTitle__hzsAh{font-size:2.5rem;margin-bottom:1rem}@media (max-width:768px){.page_sectionTitle__hzsAh{font-size:2rem}}.page_sectionDescription__oIen8{font-size:1.2rem;color:#718096;max-width:800px;margin:0 auto}.page_featureCard__09F8a{background:white;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;position:relative;overflow:hidden;transition:all .3s ease;height:100%;border:1px solid #f1f3f4}.page_featureCard__09F8a:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.page_featureCard__09F8a:hover .page_featureHover__kbiwT{opacity:.05}.page_featureIcon__mHZON{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s ease}.page_featureCard__09F8a:hover .page_featureIcon__mHZON{transform:scale(1.1)}.page_featureTitle__kH4Xm{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.page_featureDescription__gBWpw{color:#718096;line-height:1.6;margin:0}.page_featureHover__kbiwT{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;pointer-events:none}.page_howItWorks__Fs6EJ{padding:6rem 0;background:white}.page_stepsContainer__uRCxT{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative}@media (min-width:992px){.page_stepsContainer__uRCxT{grid-template-columns:repeat(4,1fr)}}.page_stepItem__Y2HM2{text-align:center;position:relative;padding:2rem 1.5rem;background:#f8f9fa;border-radius:16px;transition:all .3s ease}.page_stepItem__Y2HM2:hover{background:white;box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}.page_stepNumber__2EZE0{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--main-color);color:white;width:40px;height:40px;font-size:.875rem}.page_stepIcon__jLVEF{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s ease}.page_stepItem__Y2HM2:hover .page_stepIcon__jLVEF{transform:scale(1.1) rotate(5deg)}.page_stepTitle__kKqcb{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.page_stepDescription__7y3p9{color:#718096;line-height:1.6;margin:0}.page_stepConnector__40xIJ{position:absolute;top:40%;right:-1rem;width:2rem;height:2px;background:#e2e8f0}.page_stepConnector__40xIJ:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #e2e8f0;border-top:4px solid transparent;border-bottom:4px solid transparent}@media (max-width:991px){.page_stepConnector__40xIJ{display:none}}.page_statsSection__X1He5{padding:4rem 0;background:var(--main-color);color:white;margin-top:3rem;margin-bottom:3rem}.page_statCard__VGdKs{align-items:center;gap:1.5rem;padding:1.5rem;display:flex;flex-direction:column;text-align:center;border-radius:13px;box-shadow:0 0 2px 0}@media (max-width:768px){.page_statCard__VGdKs{justify-content:center;text-align:center;flex-direction:column;gap:1rem}}.page_statIcon__ceyrx{font-size:3rem;opacity:.9}.page_statValue__FXJDK{font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1}.page_statLabel__YuhHa{font-size:1rem;opacity:.9}.page_page__ZU32B{overflow:hidden}.page_main__GlU4n{flex:1}.page_ctaSection__tPv8w{padding:6rem 0;background:var(--main-color);color:white}.page_ctaTitle__T8028{font-size:2.5rem;margin-bottom:1rem}@media (max-width:768px){.page_ctaTitle__T8028{font-size:2rem}}.page_ctaDescription__frXUA{max-width:600px;margin:0 auto 2rem}.page_pricingSection__SpLw4{padding:6rem 0;background:#f8f9fa}.page_pricingCards___SKDQ{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}.page_pricingCard__6AoR8{background:white;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f3f4;transition:all .3s ease;position:relative}.page_pricingCard__6AoR8:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.page_pricingCardFeatured__DbtMU{border:2px solid var(--main-color)}.page_pricingBadge__OaJ7i{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--main-color);color:white;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.page_pricingTitle__c_Wig{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.page_pricingPrice__h0_6f{font-size:3rem;font-weight:700;color:#2d3748;margin-bottom:.25rem}.page_pricingPeriod__Y6Ckn{color:#718096;margin-bottom:1.5rem}.page_pricingFeatures__FULzV{list-style:none;padding:0;margin:0 0 2rem}.page_pricingFeature__3A2q6{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#4a5568}.page_pricingFeatureIcon__2tXiO{color:#38a169}.page_testimonialsSection__exkDv{padding:6rem 0;background:white}.page_testimonialCards__mafQP{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.page_testimonialCard__8YWAu{background:#f8f9fa;padding:2rem;border-radius:16px;transition:all .3s ease}.page_testimonialCard__8YWAu:hover{background:white;box-shadow:0 10px 30px rgba(0,0,0,.1)}.page_testimonialText__hLDzx{font-size:1.1rem;line-height:1.6;color:#4a5568;margin-bottom:1.5rem;font-style:italic}.page_testimonialAuthor__zFcbB{display:flex;align-items:center;gap:1rem}.page_testimonialAvatar__1cjaj{width:50px;height:50px;border-radius:50%;background:var(--main-color);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:white}.page_testimonialName__taU7w{font-weight:600;color:#2d3748}.page_testimonialRole__VDFhs{font-size:.875rem;color:#718096}.page_page__ZU32B{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.page_hero__SKW6o{background:#f8e8da;padding:5rem 0 4rem;text-align:center}.page_heroTitle__Gfler{font-size:2.8rem;font-weight:800;color:#2d3748;margin-bottom:1.5rem;line-height:1.2}.page_gradient__Jz1Xx{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page_heroLead__jECQ1{font-size:1.25rem;color:#4a5568;margin-bottom:1.5rem;font-weight:500}.page_questionBubbles__IF_72{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.page_bubble__XiY2Y{display:inline-block;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.6rem 1.25rem;border-radius:24px;font-size:1rem;color:#2d3748;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06)}.page_heroText__g5S3T{font-size:1.05rem;color:#4a5568;line-height:1.8;max-width:780px;margin:0 auto 1rem;text-align:left}.page_heroActions__8_tzb{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.page_primaryBtn__smNNv{display:inline-block;background:var(--main-color,#f5ab96);color:#fff;padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.page_primaryBtn__smNNv:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(245,171,150,.35)}.page_outlineBtn___QV1P{display:inline-block;background:transparent;color:var(--main-color,#f5ab96);padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid var(--main-color,#f5ab96);transition:all .3s ease}.page_outlineBtn___QV1P:hover{background:var(--main-color,#f5ab96);color:#fff}.page_solutionSection__ba2ZF{padding:5rem 0;background:#fff}.page_sectionTitle__hzsAh{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;text-align:center}.page_sectionSubtitle__ROo6Q{font-size:1.15rem;font-weight:600;color:var(--main-color,#f5ab96);text-align:center;margin-bottom:1rem}.page_sectionText__eabw7{font-size:1.05rem;color:#4a5568;line-height:1.8;max-width:800px;margin:0 auto 1rem;text-align:center}.page_uspsSection__AQzsD{padding:5rem 0;background:#f8f9fa}.page_uspsGrid__iFplx{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.page_uspCard__uO2Bw{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #f1f3f4}.page_uspCard__uO2Bw:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.page_uspIcon__VrM4t{font-size:2.5rem;margin-bottom:1rem}.page_uspTitle__BPBLy{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.page_uspText__HIfdL{color:#718096;line-height:1.7}.page_howSection__BYjPk{padding:5rem 0;background:#fff}.page_stepsTimeline__dVt8a{max-width:720px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:0}.page_stepCard__RUgHq{display:flex;gap:1.5rem;padding:2rem 0;border-bottom:1px solid #e2e8f0;position:relative}.page_stepCard__RUgHq:last-child{border-bottom:none}.page_stepNumber__2EZE0{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--main-color,#f5ab96);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.page_stepBody__q0ouz{flex:1}.page_stepTitle__kKqcb{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.page_stepText__9rP0A{color:#4a5568;line-height:1.7;margin-bottom:.5rem}.page_stepBullets__1Xr7i{list-style:none;padding:0;margin:.5rem 0 0}.page_stepBullets__1Xr7i li{padding:.3rem 0;color:#4a5568;display:flex;align-items:center;gap:.5rem}.page_stepBullets__1Xr7i li:before{content:"✓";color:#38a169;font-weight:700;font-size:.9rem}.page_useCasesSection__HTrof{padding:5rem 0;background:#f8f9fa}.page_useCasesGrid__FQeK9{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:2rem auto 0}.page_useCaseCard__M9fBL{background:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f1f3f4;transition:all .3s ease}.page_useCaseCard__M9fBL:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.page_useCaseIcon__v4CnE{font-size:3rem;margin-bottom:1rem}.page_useCaseTitle__Hfx6l{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.page_useCaseText__NCHKi{color:#718096;line-height:1.7}.page_benefitsSection__xuYh4{padding:5rem 0;background:#fff}.page_benefitsGrid__ZUi7s{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-top:2rem}.page_benefitCard__1eVqr{display:flex;gap:1rem;align-items:flex-start;background:#f8f9fa;border-radius:12px;padding:1.5rem;transition:all .3s ease}.page_benefitCard__1eVqr:hover{background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}.page_benefitIcon__pYGIQ{font-size:2rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(245,171,150,.12);border-radius:12px}.page_benefitTitle__fQ3Ux{font-size:1.05rem;font-weight:700;color:#2d3748;margin-bottom:.4rem}.page_benefitText__fv9Xy{color:#718096;line-height:1.7}.page_privacySection__2_8NA{padding:5rem 0;background:#f8f9fa}.page_privacyInner__LWrQP{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;max-width:900px;margin:0 auto}.page_privacyContent__MsOl_ .page_sectionTitle__hzsAh{text-align:left}.page_privacyContent__MsOl_ .page_sectionText__eabw7{text-align:left;margin-left:0}.page_privacyList__yskab{list-style:none;padding:0;margin:1.5rem 0 0}.page_privacyList__yskab li{padding:.5rem 0;color:#4a5568;font-size:1.05rem;display:flex;align-items:center;gap:.75rem}.page_checkIcon__0Kupn{color:#38a169;font-weight:700;font-size:1.1rem}.page_privacyVisual__NFdB9{text-align:center}.page_shieldIcon__c6rWM{font-size:6rem;display:block;margin-bottom:.5rem}.page_privacyVisual__NFdB9 span{font-weight:700;color:#2d3748;font-size:1.15rem}.page_integrationSection__pHRMQ{padding:5rem 0;background:#fff}.page_ctaSection__tPv8w{padding:5rem 0;background:var(--main-color,#f5ab96);color:#fff;text-align:center}.page_ctaTitle__T8028{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.page_ctaDescription__frXUA{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.page_ctaButtons__ha2_b{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page_ctaBtn__oVGsu{display:inline-block;background:#fff;color:var(--main-color,#f5ab96);padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.page_ctaBtn__oVGsu:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.page_ctaBtnOutline___7mDt{display:inline-block;background:transparent;color:#fff;padding:.85rem 2.2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid #fff;transition:all .3s ease}.page_ctaBtnOutline___7mDt:hover{background:#fff;color:var(--main-color,#f5ab96)}@media (max-width:768px){.page_heroTitle__Gfler{font-size:2rem}.page_sectionTitle__hzsAh{font-size:1.6rem}.page_benefitsGrid__ZUi7s,.page_uspsGrid__iFplx{grid-template-columns:1fr}.page_privacyInner__LWrQP{grid-template-columns:1fr;text-align:center}.page_privacyContent__MsOl_ .page_sectionText__eabw7,.page_privacyContent__MsOl_ .page_sectionTitle__hzsAh{text-align:center}.page_privacyList__yskab{display:inline-block;text-align:left}.page_useCasesGrid__FQeK9{grid-template-columns:1fr}.page_ctaTitle__T8028{font-size:1.8rem}.page_heroText__g5S3T{text-align:left}.page_questionBubbles__IF_72{flex-direction:column;align-items:center}}.preise_page__iC3xs{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.preise_hero__te6da{background:#f8e8da;padding:5rem 0 3rem;text-align:center}.preise_heroTitle__oS3BW{font-size:3rem;font-weight:800;margin-bottom:1rem}.preise_gradient__tOJ4M{background:linear-gradient(45deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.preise_heroDescription___jV3c{font-size:1.2rem;color:#64748b;max-width:560px;margin:0 auto}.preise_billingToggle__iuyv_{display:flex;justify-content:center;gap:0;margin-top:2rem;background:#e2e8f0;border-radius:8px;padding:4px;display:inline-flex}.preise_toggleBtn__qxwBk{padding:.5rem 1.5rem;border:none;background:transparent;border-radius:6px;font-weight:600;cursor:pointer;font-size:.95rem;color:#64748b;transition:all .2s ease}.preise_toggleActive__VmSqh{background:#fff;color:#2d3748;box-shadow:0 1px 3px rgba(0,0,0,.1)}.preise_loadingContainer__sPOra{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;color:#718096}.preise_spinner__xRiNb{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid var(--main-color,#f5ab96);border-radius:50%;animation:preise_spin__mgoXN .8s linear infinite}@keyframes preise_spin__mgoXN{to{transform:rotate(1turn)}}.preise_pricingSection__U2gNO{padding:4rem 0}.preise_pricingGrid__gqUgl{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:960px;margin:0 auto}.preise_pricingCard__R7GBY{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem 2rem;text-align:center;position:relative;transition:all .3s ease}.preise_pricingCard__R7GBY:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.preise_featured__pmpAW{border:2px solid var(--main-color,#f5ab96);box-shadow:0 10px 30px rgba(245,171,150,.2)}.preise_badge__hKE9t{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--main-color,#f5ab96);color:#fff;padding:.3rem 1.2rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.preise_planName__e1Y3W{font-size:1.4rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.preise_planDescription__MZswV{color:#718096;margin-bottom:1.5rem}.preise_priceRow__RcDWa{margin-bottom:2rem;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.preise_price__dv1KB{font-size:3rem;font-weight:800;color:#2d3748}.preise_period__B3MyS{font-size:1rem;color:#718096}.preise_featureList__eZ4eI{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.preise_featureList__eZ4eI li{padding:.5rem 0;color:#4a5568;display:flex;align-items:center;gap:.5rem}.preise_check__9AOsD{color:#38a169;font-weight:700}.preise_ctaBtn__LOxtp{display:inline-block;padding:.75rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;width:100%}.preise_ctaPrimary__qVloy{background:var(--main-color,#f5ab96);color:#fff}.preise_ctaPrimary__qVloy:hover{opacity:.9;transform:translateY(-2px)}.preise_ctaOutline__J7pBX{background:transparent;border:2px solid var(--main-color,#f5ab96);color:var(--main-color,#f5ab96)}.preise_ctaOutline__J7pBX:hover{background:var(--main-color,#f5ab96);color:#fff}.preise_faqSection__jRHnH{padding:4rem 0;background:#f8f9fa}.preise_sectionTitle__eNJ3_{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.preise_faqGrid__KpgFs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.preise_faqItem__Lce9y{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.preise_faqQuestion__wnfSK{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.75rem}.preise_faqAnswer__OJaZP{color:#718096;line-height:1.7}.preise_ctaSection__Wp9mf{padding:5rem 0;background:var(--main-color,#f5ab96);color:#fff;text-align:center}.preise_ctaTitle__zyk2e{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.preise_ctaDescription__WfnqW{font-size:1.15rem;opacity:.9;margin-bottom:2rem}.preise_ctaBtnLarge__e3na3{display:inline-block;background:#fff;color:var(--main-color,#f5ab96);padding:1rem 2.5rem;border-radius:8px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s ease}.preise_ctaBtnLarge__e3na3:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}@media (max-width:768px){.preise_heroTitle__oS3BW{font-size:2rem}.preise_pricingGrid__gqUgl{grid-template-columns:1fr;max-width:400px}.preise_faqGrid__KpgFs{grid-template-columns:1fr}}.navbarlayout_navbarlayout__9pXrT{background:#f8e8da;box-shadow:0 1px 5px 0 rgba(41,85,115,.2117647059);color:#fff;position:fixed;top:0;width:100%;z-index:333;padding:1px 1px 1px 30px}.navbarlayout_mobileBurger__kvZSq{display:none;background:none;border:none;font-size:20px;color:#333;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background .2s}.navbarlayout_mobileBurger__kvZSq:hover{background:rgba(0,0,0,.06)}@media(max-width:768px){.navbarlayout_mobileBurger__kvZSq{display:flex;align-items:center;justify-content:center}}.admin_sidebar__ws3Jt{min-height:calc(100vh - 63px);background-color:#f5f5f5;position:fixed;top:63px;left:0;width:260px;overflow-y:auto;transition:all .3s cubic-bezier(.4,0,.2,1);border-right:1px solid #e0e0e0;padding:10px 0;z-index:2;display:flex;flex-direction:column}@media(min-width:769px){.admin_sidebar__ws3Jt{left:0}}@media(max-width:768px){.admin_sidebar__ws3Jt{top:0;left:auto;right:-280px;width:280px;min-height:100vh;border-right:none;border-left:1px solid #e0e0e0;box-shadow:none;z-index:2000;transition:right .3s cubic-bezier(.4,0,.2,1)}.admin_sidebar__ws3Jt.admin_show__7010B{right:0;height:100vh;box-shadow:-4px 0 20px rgba(0,0,0,.15)}}.admin_mobileCloseBtn__DKapx{display:none;background:none;border:none;font-size:18px;color:#333;cursor:pointer;padding:4px 8px;border-radius:6px;margin-left:auto;flex-shrink:0;transition:background .2s}.admin_mobileCloseBtn__DKapx:hover{background:#efefef}@media(max-width:768px){.admin_mobileCloseBtn__DKapx{display:flex;align-items:center;justify-content:center}}.admin_sidebarOverlay__P03Kk{display:none}@media(max-width:768px){.admin_sidebarOverlay__P03Kk{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.admin_sidebarOverlay__P03Kk.admin_show__7010B{opacity:1;visibility:visible}}.admin_sidebarUserInfo__cJOJr{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e0e0e0;margin-bottom:4px}.admin_sidebarUserInfo__cJOJr .admin_userAvatar__yylPg{width:40px;height:40px;border-radius:50%;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:14px;flex-shrink:0}.admin_sidebarUserInfo__cJOJr .admin_userDetails__ITWGO{flex:1;min-width:0}.admin_sidebarUserInfo__cJOJr .admin_userDetails__ITWGO .admin_userName__sY77U{font-weight:600;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin_sidebarUserInfo__cJOJr .admin_userDetails__ITWGO .admin_userPlan__Euu0y{font-size:12px;color:#888;margin-top:2px}.admin_logoutSection__ESZWs{margin-top:auto;padding:16px;border-top:1px solid #e0e0e0}.admin_logoutSection__ESZWs .admin_logoutBtn__RKkOp{display:flex;align-items:center;gap:10px;width:100%;padding:10px 15px;background:rgba(0,0,0,0);border:1px solid #dc3545;border-radius:8px;color:#dc3545;font-size:14px;cursor:pointer;transition:all .2s ease}.admin_logoutSection__ESZWs .admin_logoutBtn__RKkOp:hover{background:#dc3545;color:#fff}.admin_logoutSection__ESZWs .admin_logoutBtn__RKkOp i{font-size:16px}.admin_positionSticky__mylG_{position:-webkit-sticky;position:sticky;top:0}.admin_navList__N0ion{list-style:none;padding:0;margin:0}.admin_navItem__UaA8M{margin-bottom:0}.admin_navLink__y2APW{display:flex;align-items:center;padding:10px 15px;color:#333;text-decoration:none;border:none;background:none;width:100%;text-align:left;transition:all .2s ease;font-size:15px;cursor:pointer}.admin_navLink__y2APW:hover{color:#050505;background:#efefef}.admin_navLink__y2APW.admin_active__ZR8BE{color:#050505;background:#f0f0f0;font-weight:600;border-left:3px solid #050505;padding-left:12px}.admin_icon__UQ96M{margin-right:10px;width:1rem;text-align:center}.admin_chevron__TX6xb{margin-left:auto;font-size:.75rem}.admin_dropdownMenu__N7yjA{list-style:none;padding:0;margin:0}.admin_dropdownItem__R4eUg{margin-bottom:0}.admin_dropdownLink__mEv4u{display:block;padding:8px 15px 8px 35px;color:#555;text-decoration:none;font-size:14px;transition:all .2s ease;border-radius:0}.admin_dropdownLink__mEv4u:hover{color:#050505;background:#efefef}.admin_dropdownLink__mEv4u.admin_active__ZR8BE{color:#050505;background:#f0f0f0;font-weight:600}.admin_sidebarUserLinks__ASNEH{display:none;padding:8px 12px;border-bottom:1px solid #e0e0e0}@media(max-width:768px){.admin_sidebarUserLinks__ASNEH{display:flex;flex-direction:row;justify-content:center;gap:0}.admin_sidebarUserLinks__ASNEH .admin_linkText___8Efl{display:none}}.admin_sidebarUserLinks__ASNEH .admin_sidebarUserLink__NJhge{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:14px;color:#333;text-decoration:none;cursor:pointer;transition:background .15s;border:none;background:none;text-align:left}@media(max-width:768px){.admin_sidebarUserLinks__ASNEH .admin_sidebarUserLink__NJhge{flex:1;justify-content:center;padding:10px 8px;gap:0;border-radius:8px}}.admin_sidebarUserLinks__ASNEH .admin_sidebarUserLink__NJhge i{width:18px;text-align:center;font-size:16px;color:#666}@media(max-width:768px){.admin_sidebarUserLinks__ASNEH .admin_sidebarUserLink__NJhge i{font-size:18px;width:auto}}.admin_sidebarUserLinks__ASNEH .admin_sidebarUserLink__NJhge:hover{background:#efefef;color:#111}.admin_sidebarUserLinks__ASNEH .admin_upgradeLink__5W_Ei,.admin_sidebarUserLinks__ASNEH .admin_upgradeLink__5W_Ei i{color:#e67e22}.admin_sidebarUserLinks__ASNEH .admin_upgradeLink__5W_Ei:hover{background:#fef7ef}.admin_mainContent__WUYA_{min-height:calc(100vh - 5rem);transition:margin-left .3s ease;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media(min-width:769px){.admin_mainContent__WUYA_{margin-left:260px!important;width:calc(100% - 260px)}}@media(max-width:768px){.admin_mainContent__WUYA_{margin-left:0!important;width:100%;padding-left:8px;padding-right:8px}}.admin_visuallyHidden__QjX6C{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin_loadingContainer__czcEt{display:flex;justify-content:center;align-items:center;min-height:100vh}.admin_pageWithContextSideBar__cNAke{padding-left:220px;transition:padding-left .2s ease}@media(max-width:768px){.admin_pageWithContextSideBar__cNAke{padding-left:0}}.admin_pageWithContextSideBar__cNAke .admin_contentWrapper__Hhfyk{transition:padding .2s ease;width:100%}.admin_pageWithIconSideBar__cIIt3{padding-left:48px;transition:padding-left .2s ease}.admin_pageWithIconSideBar__cIIt3 .admin_contentWrapper__Hhfyk{transition:padding .2s ease;width:100%}.UserMenu_userMenuWrapper__M0hkt{position:relative}@media(max-width:768px){.UserMenu_userMenuWrapper__M0hkt{pointer-events:none}}.UserMenu_userMenuButton__D8dH4{display:flex;align-items:center;cursor:pointer;font-size:16px;color:#fff;border:none;background:none;gap:8px;padding:4px 8px;border-radius:8px;transition:background .2s}.UserMenu_userMenuButton__D8dH4:hover{background:rgba(0,0,0,.06)}.UserMenu_userAvatar__zAfVS{width:34px;height:34px;border-radius:50%;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:13px;flex-shrink:0}.UserMenu_chevron__4rCla{font-size:11px;color:#333}@media(max-width:768px){.UserMenu_chevron__4rCla{display:none}}.UserMenu_dropdownMenu__2tdnP{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);z-index:9999;padding:6px 0;animation:UserMenu_fadeIn__IT_Tr .15s ease}@media(max-width:768px){.UserMenu_dropdownMenu__2tdnP{display:none}}@keyframes UserMenu_fadeIn__IT_Tr{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.UserMenu_dropdownHeader__96pZq{display:flex;align-items:center;gap:12px;padding:12px 16px}.UserMenu_dropdownHeader__96pZq .UserMenu_headerInfo__1Obbf{flex:1;min-width:0}.UserMenu_dropdownHeader__96pZq .UserMenu_headerName__sbcpj{font-weight:600;font-size:14px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserMenu_dropdownHeader__96pZq .UserMenu_headerPlan__4QZZ7{font-size:12px;color:#888;margin-top:1px}.UserMenu_dropdownDivider__pWmAC{height:1px;background:#eee;margin:4px 0}.UserMenu_dropdownItem__cq_12{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:14px;color:#333;text-decoration:none;cursor:pointer;transition:background .15s;border:none;background:none;width:100%;text-align:left}.UserMenu_dropdownItem__cq_12 i{width:18px;text-align:center;font-size:14px;color:#666}.UserMenu_dropdownItem__cq_12:hover{background:#f5f5f5;color:#111}.UserMenu_upgradeItem__pL1uV,.UserMenu_upgradeItem__pL1uV i{color:#e67e22}.UserMenu_upgradeItem__pL1uV:hover{background:#fef7ef}.UserMenu_logoutItem__6xMt9,.UserMenu_logoutItem__6xMt9 i{color:#dc3545}.UserMenu_logoutItem__6xMt9:hover{background:#fdf2f2}.BillingInfoModal_overlay__7u3si{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.BillingInfoModal_modal__wjez3{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.BillingInfoModal_closeBtn__ZK_Mc{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#f1f5f9;border-radius:50%;font-size:1.5rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.BillingInfoModal_closeBtn__ZK_Mc:hover{background:#e2e8f0;color:#334155}.BillingInfoModal_header__npdgR{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.BillingInfoModal_title__2eelg{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.BillingInfoModal_step__Mobcf,.BillingInfoModal_steps__j3o3D{display:flex;align-items:center;gap:.5rem}.BillingInfoModal_step__Mobcf{color:#94a3b8}.BillingInfoModal_step__Mobcf.BillingInfoModal_active__nTvru{color:#3b82f6}.BillingInfoModal_step__Mobcf.BillingInfoModal_active__nTvru .BillingInfoModal_stepNumber__3as2n{background:#3b82f6;color:#fff}.BillingInfoModal_step__Mobcf.BillingInfoModal_completed__6TByL{color:#22c55e}.BillingInfoModal_step__Mobcf.BillingInfoModal_completed__6TByL .BillingInfoModal_stepNumber__3as2n{background:#22c55e;color:#fff}.BillingInfoModal_stepNumber__3as2n{width:28px;height:28px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.BillingInfoModal_stepLabel__lRtNt{font-size:.875rem;font-weight:500}@media(max-width:480px){.BillingInfoModal_stepLabel__lRtNt{display:none}}.BillingInfoModal_stepDivider__7YKWc{width:40px;height:2px;background:#e2e8f0}@media(max-width:480px){.BillingInfoModal_stepDivider__7YKWc{width:20px}}.BillingInfoModal_planSummary__WNjDi{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.BillingInfoModal_planInfo__Khd6z{display:flex;flex-direction:column;gap:.25rem}.BillingInfoModal_planName__VvU9u{font-size:1.125rem;font-weight:600;color:#1e293b}.BillingInfoModal_planPeriod__ufLKw{font-size:.875rem;color:#64748b}.BillingInfoModal_planPrice__5l6UD{text-align:right}.BillingInfoModal_price__0eG7X{font-size:1.5rem;font-weight:700;color:#1e293b}.BillingInfoModal_period__S6UCs{font-size:.875rem;color:#64748b}.BillingInfoModal_formContainer__jtmI1{padding:1.5rem 2rem 2rem}.BillingInfoModal_formGrid__M2ebS{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:480px){.BillingInfoModal_formGrid__M2ebS{grid-template-columns:1fr}}.BillingInfoModal_formGroup__dBidq{display:flex;flex-direction:column;gap:.375rem}.BillingInfoModal_formGroup__dBidq.BillingInfoModal_fullWidth__UAgqH{grid-column:1/-1}.BillingInfoModal_formGroup__dBidq label{font-size:.875rem;font-weight:500;color:#475569}.BillingInfoModal_formGroup__dBidq input,.BillingInfoModal_formGroup__dBidq select,.BillingInfoModal_formGroup__dBidq textarea{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#1e293b;transition:all .2s}.BillingInfoModal_formGroup__dBidq input:focus,.BillingInfoModal_formGroup__dBidq select:focus,.BillingInfoModal_formGroup__dBidq textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.BillingInfoModal_formGroup__dBidq input::placeholder,.BillingInfoModal_formGroup__dBidq select::placeholder,.BillingInfoModal_formGroup__dBidq textarea::placeholder{color:#94a3b8}.BillingInfoModal_formGroup__dBidq input.BillingInfoModal_inputError__20eQp,.BillingInfoModal_formGroup__dBidq select.BillingInfoModal_inputError__20eQp,.BillingInfoModal_formGroup__dBidq textarea.BillingInfoModal_inputError__20eQp{border-color:#ef4444}.BillingInfoModal_formGroup__dBidq input.BillingInfoModal_inputError__20eQp:focus,.BillingInfoModal_formGroup__dBidq select.BillingInfoModal_inputError__20eQp:focus,.BillingInfoModal_formGroup__dBidq textarea.BillingInfoModal_inputError__20eQp:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.BillingInfoModal_formGroup__dBidq select{cursor:pointer;background:#fff}.BillingInfoModal_error__crNrV{font-size:.75rem;color:#ef4444}.BillingInfoModal_paymentContainer__1Qi67{padding:1.5rem 2rem 2rem}.BillingInfoModal_paymentMethods__Kxzeh{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.BillingInfoModal_paymentMethod__u0lcW{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.BillingInfoModal_paymentMethod__u0lcW.BillingInfoModal_selected__oILje{border-color:#3b82f6;background:#eff6ff}.BillingInfoModal_paymentMethod__u0lcW.BillingInfoModal_disabled__fVYZw{opacity:.6;cursor:not-allowed}.BillingInfoModal_paymentMethod__u0lcW:hover:not(.BillingInfoModal_disabled__fVYZw):not(.BillingInfoModal_selected__oILje){border-color:#cbd5e1}.BillingInfoModal_paymentMethodIcon__lmrYe{flex-shrink:0}.BillingInfoModal_paymentMethodInfo__aq5AO{flex:1}.BillingInfoModal_paymentMethodInfo__aq5AO h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1e293b}.BillingInfoModal_paymentMethodInfo__aq5AO p{margin:0;font-size:.875rem;color:#64748b}.BillingInfoModal_paymentMethodCheck__NUACw{flex-shrink:0}.BillingInfoModal_comingSoon__HVf0l{font-size:.75rem;padding:.25rem .75rem;background:#f1f5f9;color:#64748b;border-radius:9999px;font-weight:500}.BillingInfoModal_billingPreview__gTsgU{padding:1rem 1.25rem;background:#f8fafc;border-radius:12px;margin-bottom:1.5rem;position:relative}.BillingInfoModal_billingPreview__gTsgU h4{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.BillingInfoModal_billingPreview__gTsgU p{margin:0;font-size:.9375rem;color:#1e293b;line-height:1.6}.BillingInfoModal_editBtn__xrHoV{position:absolute;top:1rem;right:1rem;padding:.375rem .75rem;background:rgba(0,0,0,0);border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;color:#64748b;cursor:pointer;transition:all .2s}.BillingInfoModal_editBtn__xrHoV:hover{background:#e2e8f0;color:#334155}.BillingInfoModal_securityNote__CEsiW{display:flex;gap:.75rem;padding:1rem;background:#f0fdf4;border-radius:8px;margin-bottom:1.5rem}.BillingInfoModal_securityNote__CEsiW svg{flex-shrink:0;margin-top:2px}.BillingInfoModal_securityNote__CEsiW p{margin:0;font-size:.875rem;color:#166534;line-height:1.5}.BillingInfoModal_actions__oMT2y{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.BillingInfoModal_backBtn__sV2TV,.BillingInfoModal_cancelBtn__EKRbG{padding:.75rem 1.5rem;background:rgba(0,0,0,0);border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.BillingInfoModal_backBtn__sV2TV:hover,.BillingInfoModal_cancelBtn__EKRbG:hover{background:#f1f5f9;border-color:#cbd5e1}.BillingInfoModal_continueBtn__1mego{padding:.75rem 1.5rem;background:#3b82f6;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.BillingInfoModal_continueBtn__1mego:hover{background:#2563eb}.BillingInfoModal_payBtn__9Z1Lg{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:#003087;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;min-width:200px}.BillingInfoModal_payBtn__9Z1Lg:hover:not(:disabled){background:#001f5c}.BillingInfoModal_payBtn__9Z1Lg:disabled{opacity:.7;cursor:not-allowed}.BillingInfoModal_spinner__gtUNL{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:BillingInfoModal_spin__yPryx .8s linear infinite}@keyframes BillingInfoModal_spin__yPryx{to{transform:rotate(1turn)}}@media(max-width:640px){.BillingInfoModal_modal__wjez3{max-width:100%;margin:.5rem;max-height:95vh;border-radius:12px}.BillingInfoModal_header__npdgR{padding:1.25rem}.BillingInfoModal_title__2eelg{font-size:1.25rem}.BillingInfoModal_planSummary__WNjDi{padding:.875rem 1.25rem;flex-direction:column;align-items:flex-start;gap:.5rem}.BillingInfoModal_planPrice__5l6UD{text-align:left}.BillingInfoModal_price__0eG7X{font-size:1.25rem}.BillingInfoModal_formContainer__jtmI1,.BillingInfoModal_paymentContainer__1Qi67{padding:1.25rem}.BillingInfoModal_paymentMethod__u0lcW{padding:.875rem 1rem}.BillingInfoModal_actions__oMT2y{flex-direction:column-reverse;gap:.75rem}.BillingInfoModal_backBtn__sV2TV,.BillingInfoModal_cancelBtn__EKRbG,.BillingInfoModal_continueBtn__1mego,.BillingInfoModal_payBtn__9Z1Lg{width:100%;text-align:center;justify-content:center}.BillingInfoModal_payBtn__9Z1Lg{min-width:unset}}.SubscriptionPlans_container1__5ojFu,.SubscriptionPlans_container__Glo67{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem}.SubscriptionPlans_header__J_Gux{text-align:center;margin-bottom:3rem}.SubscriptionPlans_header__J_Gux h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.SubscriptionPlans_header__J_Gux p{font-size:1.1rem;color:#666}.SubscriptionPlans_cycleToggle__eBvyt{display:inline-flex;background:#f1f5f9;border-radius:12px;padding:4px;margin-top:1.5rem;gap:4px}.SubscriptionPlans_cycleButton__MUAfc{position:relative;padding:.65rem 1.75rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;background:rgba(0,0,0,0);color:#64748b}.SubscriptionPlans_cycleButton__MUAfc:hover:not(.SubscriptionPlans_cycleButtonActive__jz_Zz){color:#334155;background:#e2e8f0}.SubscriptionPlans_cycleButtonActive__jz_Zz{background:var(--main-color);color:#fff;box-shadow:0 2px 8px rgba(0,112,243,.25)}.SubscriptionPlans_cycleSaveBadge__xQ17A{display:inline-block;margin-left:.4rem;padding:2px 8px;background:#dcfce7;color:#16a34a;border-radius:20px;font-size:.7rem;font-weight:700;vertical-align:middle}.SubscriptionPlans_plansGrid__dB_Db{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem}.SubscriptionPlans_planCard__NU16M{display:flex;flex-direction:column;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative}.SubscriptionPlans_planCard__NU16M:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1);border-color:var(--main-color)}.SubscriptionPlans_planCard__NU16M.SubscriptionPlans_currentPlan__BrS7t{border-color:#27ae60;border-width:2px;background:#f0f9f4}.SubscriptionPlans_currentBadge__ZzYL_{position:absolute;top:15px;right:15px;background:#27ae60;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.SubscriptionPlans_planHeader__6_yZq{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.SubscriptionPlans_planHeader__6_yZq h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.SubscriptionPlans_priceBlock__sNvcV{display:flex;flex-direction:column;gap:.5rem}.SubscriptionPlans_priceMain__NGaup{display:flex;align-items:baseline;gap:.25rem}.SubscriptionPlans_priceAmount__9WOBr{font-size:2.5rem;font-weight:700;color:var(--main-color);line-height:1}.SubscriptionPlans_priceMeta__Vk8Ih{display:flex;flex-direction:column;margin-left:.25rem}.SubscriptionPlans_priceCurrency__6uhiZ{font-size:1rem;font-weight:600;color:var(--main-color);line-height:1.1}.SubscriptionPlans_priceCycle__tqXam{font-size:.8rem;color:#999;font-weight:400;line-height:1.1}.SubscriptionPlans_priceNote__ilOiG{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;font-size:.78rem;color:#888;background:#f7f7f9;padding:.35rem .6rem;border-radius:6px;border:1px solid #eee}.SubscriptionPlans_priceNetto__hMbmW{font-weight:600;color:#666}.SubscriptionPlans_priceDivider__zFUom{color:#ccc}.SubscriptionPlans_priceBrutto__549YN{margin-left:auto;font-weight:600;color:#555}.SubscriptionPlans_description__mcjk_{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.SubscriptionPlans_features__DqF73{flex:1;margin-bottom:1.5rem}.SubscriptionPlans_features__DqF73 h4{font-weight:600;margin-bottom:1rem;font-size:.95rem;color:#1a1a1a}.SubscriptionPlans_features__DqF73 ul{list-style:none;padding:0;margin:0 0 1.5rem}.SubscriptionPlans_features__DqF73 ul li{display:flex;align-items:center;padding:.5rem 0;color:#666;font-size:.9rem}.SubscriptionPlans_features__DqF73 ul li .SubscriptionPlans_checkmark__YckBB{color:#10b981;font-weight:700;margin-right:.75rem}.SubscriptionPlans_limits__oY9oG{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:.5rem}.SubscriptionPlans_limitItem__dnouo{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem}.SubscriptionPlans_limitItem__dnouo span{color:#666}.SubscriptionPlans_limitItem__dnouo strong{color:#1a1a1a;font-weight:600}.SubscriptionPlans_selectButton__0twgX{width:100%;padding:1rem;background:var(--main-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.SubscriptionPlans_selectButton__0twgX:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,112,243,.3)}.SubscriptionPlans_selectButton__0twgX:active:not(:disabled){transform:translateY(0)}.SubscriptionPlans_selectButton__0twgX:disabled{background:#d0d0d0;color:#666;cursor:not-allowed;opacity:.7}.SubscriptionPlans_selectButton__0twgX.SubscriptionPlans_upgradeButton__BvGy8{background:linear-gradient(135deg,#27ae60,#2ecc71)}.SubscriptionPlans_selectButton__0twgX.SubscriptionPlans_upgradeButton__BvGy8:hover:not(:disabled){box-shadow:0 8px 16px rgba(39,174,96,.3)}.SubscriptionPlans_selectButton__0twgX.SubscriptionPlans_downgradeButton__dgr9k{background:#95a5a6}.SubscriptionPlans_selectButton__0twgX.SubscriptionPlans_downgradeButton__dgr9k:hover:not(:disabled){background:#7f8c8d;box-shadow:0 8px 16px rgba(149,165,166,.3)}.SubscriptionPlans_selectButton__0twgX.SubscriptionPlans_currentButton__pSsVc{background:#e0e0e0;color:#666;cursor:default}.SubscriptionPlans_cancelBanner__OP6OA{margin-top:1rem;padding:1rem 1.5rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:.95rem}.SubscriptionPlans_cancelBanner__OP6OA a{color:#0d6efd;font-weight:600;text-decoration:none;margin-left:.5rem}.SubscriptionPlans_cancelBanner__OP6OA a:hover{text-decoration:underline}.SubscriptionPlans_warningBanner__cuajG{background:#fef3c7;color:#92400e;padding:1rem 1.5rem;border-radius:8px;text-align:center;margin-top:1rem;border:1px solid #fcd34d}.SubscriptionPlans_warningBanner__cuajG a{color:#b45309;font-weight:600;margin-left:.5rem;text-decoration:none}.SubscriptionPlans_warningBanner__cuajG a:hover{text-decoration:underline}.SubscriptionPlans_pendingBadge__JzXW3{margin-top:.75rem;padding:.5rem 1rem;background:#fef3c7;color:#92400e;border-radius:6px;font-size:.85rem;text-align:center;font-weight:500}.SubscriptionPlans_disabledButton__qzWcQ{opacity:.6;cursor:not-allowed;background:#d1d5db!important;color:#6b7280!important}.SubscriptionPlans_disabledButton__qzWcQ:hover{transform:none;box-shadow:none}.SubscriptionPlans_loading__2sAbQ{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.SubscriptionPlans_loading__2sAbQ:before{content:"";display:inline-block;width:20px;height:20px;margin-right:12px;border:3px solid #f3f3f3;border-top:3px solid var(--main-color);border-radius:50%;animation:SubscriptionPlans_spin__a0egN .8s linear infinite}@keyframes SubscriptionPlans_spin__a0egN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:1024px){.SubscriptionPlans_plansGrid__dB_Db{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media(max-width:768px){.SubscriptionPlans_container1__5ojFu,.SubscriptionPlans_container__Glo67{padding:1.5rem 1rem}.SubscriptionPlans_header__J_Gux{margin-bottom:1.5rem}.SubscriptionPlans_header__J_Gux h2{font-size:1.5rem}.SubscriptionPlans_header__J_Gux p{font-size:.95rem}.SubscriptionPlans_cycleToggle__eBvyt{margin-top:1rem}.SubscriptionPlans_cycleButton__MUAfc{padding:.55rem 1.25rem;font-size:.85rem}.SubscriptionPlans_plansGrid__dB_Db{grid-template-columns:1fr;gap:1.25rem}.SubscriptionPlans_planCard__NU16M{padding:1.5rem}.SubscriptionPlans_planCard__NU16M:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.05)}.SubscriptionPlans_planHeader__6_yZq{margin-bottom:1rem;padding-bottom:1rem}.SubscriptionPlans_planHeader__6_yZq h3{font-size:1.25rem}.SubscriptionPlans_priceAmount__9WOBr{font-size:2rem}.SubscriptionPlans_priceNote__ilOiG{font-size:.72rem}.SubscriptionPlans_description__mcjk_{font-size:.9rem}.SubscriptionPlans_features__DqF73{margin-bottom:1rem}.SubscriptionPlans_features__DqF73 ul li{font-size:.85rem;padding:.375rem 0}.SubscriptionPlans_limits__oY9oG{padding:.75rem}.SubscriptionPlans_limitItem__dnouo{font-size:.85rem;padding:.375rem 0}.SubscriptionPlans_selectButton__0twgX{padding:.875rem;font-size:.95rem}.SubscriptionPlans_cancelBanner__OP6OA,.SubscriptionPlans_warningBanner__cuajG{font-size:.875rem;padding:.875rem 1rem}}@media(max-width:480px){.SubscriptionPlans_container1__5ojFu,.SubscriptionPlans_container__Glo67{padding:1rem .75rem}.SubscriptionPlans_header__J_Gux{margin-bottom:1rem}.SubscriptionPlans_header__J_Gux h2{font-size:1.3rem}.SubscriptionPlans_header__J_Gux p{font-size:.875rem}.SubscriptionPlans_planCard__NU16M{padding:1.25rem}.SubscriptionPlans_priceAmount__9WOBr{font-size:1.75rem}.SubscriptionPlans_priceCycle__tqXam{font-size:.75rem}.SubscriptionPlans_priceNote__ilOiG{font-size:.7rem;padding:.3rem .5rem}.SubscriptionPlans_priceBrutto__549YN{margin-left:0;width:100%;margin-top:.1rem}.SubscriptionPlans_currentBadge__ZzYL_{font-size:11px;padding:4px 10px;top:10px;right:10px}}.PaymentModal_modalOverlay__mM1xZ{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.PaymentModal_modalContent__IMgLi{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:PaymentModal_slideIn__JaDLC .3s ease-out}@keyframes PaymentModal_slideIn__JaDLC{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.PaymentModal_closeButton__pjXgx{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.PaymentModal_closeButton__pjXgx:hover{background-color:#f0f0f0;color:#000}.PaymentModal_modalHeader__nnlSZ{padding:2rem;border-bottom:1px solid #e5e7eb}.PaymentModal_modalHeader__nnlSZ h2{margin:0 0 .5rem;font-size:1.5rem;color:#1a1a1a}.PaymentModal_price__FsoA3{margin:0;font-size:1.25rem;color:#0070f3;font-weight:600}.PaymentModal_modalBody__xw5f0{padding:2rem}.PaymentModal_planDetails__n5fFp{margin-bottom:2rem}.PaymentModal_planDetails__n5fFp p{margin:0 0 1rem;color:#666;line-height:1.6}.PaymentModal_planDetails__n5fFp ul{list-style:none;padding:0;margin:0}.PaymentModal_planDetails__n5fFp ul li{padding:.75rem 0;color:#333;display:flex;align-items:center;gap:.75rem}.PaymentModal_planDetails__n5fFp ul li:before{content:"";width:4px;height:4px;background-color:#0070f3;border-radius:50%}.PaymentModal_paymentSection__PbhqV{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.PaymentModal_buttonContainer__sP7Jt{display:flex;gap:1rem;margin-top:2rem}.PaymentModal_createOrderButton__9Ykmw{flex:1;padding:1rem;background-color:#0070f3;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.PaymentModal_createOrderButton__9Ykmw:hover:not(:disabled){background-color:#0051cc;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,112,243,.2)}.PaymentModal_createOrderButton__9Ykmw:disabled{opacity:.6;cursor:not-allowed}.PaymentModal_createOrderButton__9Ykmw:active:not(:disabled){transform:translateY(0)}@media(max-width:640px){.PaymentModal_modalContent__IMgLi{max-width:100%;border-radius:12px 12px 0 0;max-height:95vh}.PaymentModal_modalHeader__nnlSZ{padding:1.5rem}.PaymentModal_modalHeader__nnlSZ h2{font-size:1.25rem}.PaymentModal_modalBody__xw5f0{padding:1.5rem}.PaymentModal_closeButton__pjXgx{top:1rem;right:1rem;width:2.5rem;height:2.5rem;font-size:1.5rem}}.CurrentPlan_card__95cdg{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:30px}.CurrentPlan_card__95cdg .CurrentPlan_error__bShof,.CurrentPlan_card__95cdg .CurrentPlan_loading__GwykL{text-align:center;padding:20px;font-size:16px}.CurrentPlan_card__95cdg .CurrentPlan_error__bShof{color:#e74c3c;background:#fdeaea;border-radius:8px;padding:15px}.CurrentPlan_card__95cdg .CurrentPlan_noPlan__fS6C1{text-align:center;padding:40px 20px}.CurrentPlan_card__95cdg .CurrentPlan_noPlan__fS6C1 h3{margin:0 0 10px;color:#666;font-size:20px}.CurrentPlan_card__95cdg .CurrentPlan_noPlan__fS6C1 p{margin:0;color:#999}.CurrentPlan_header__x3wlN{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.CurrentPlan_header__x3wlN h3{margin:0;color:#333;font-size:24px}.CurrentPlan_header__x3wlN .CurrentPlan_badge__ojg0b{background:#27ae60;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.CurrentPlan_planInfo__LYS17{margin-bottom:30px}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4{margin:0 0 10px;font-size:32px;font-weight:700;color:#667eea}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4 .CurrentPlan_cycle__RJI3t{font-size:16px;color:#999;font-weight:400}.CurrentPlan_planInfo__LYS17 .CurrentPlan_description__cvFru{margin:0;color:#666;font-size:16px}.CurrentPlan_features__ktT7c{margin-bottom:30px}.CurrentPlan_features__ktT7c h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.CurrentPlan_features__ktT7c ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.CurrentPlan_features__ktT7c ul li{display:flex;align-items:center;gap:10px;color:#666;font-size:15px}.CurrentPlan_features__ktT7c ul li .CurrentPlan_checkmark__T1uuu{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#27ae60;color:#fff;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.CurrentPlan_features__ktT7c p{margin:0;color:#999;text-align:center}.CurrentPlan_limits__Sfsrd{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:30px}.CurrentPlan_limits__Sfsrd h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz{display:flex;justify-content:space-between;align-items:center;padding:10px 0;color:#666;font-size:15px}.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz strong{color:#333;font-weight:600}.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz:not(:last-child){border-bottom:1px solid #eee}.CurrentPlan_actions__LquQy{display:flex;gap:10px}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk{flex:1;background:#e74c3c;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk:hover:not(:disabled){background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(231,76,60,.3)}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.CurrentPlan_card__95cdg{padding:20px;margin-bottom:20px}.CurrentPlan_header__x3wlN{flex-direction:column;gap:10px;align-items:flex-start}.CurrentPlan_header__x3wlN h3{font-size:20px}.CurrentPlan_planInfo__LYS17{margin-bottom:20px}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4{font-size:26px}.CurrentPlan_features__ktT7c{margin-bottom:20px}.CurrentPlan_limits__Sfsrd{padding:15px;margin-bottom:20px}.CurrentPlan_actions__LquQy{flex-direction:column}.CurrentPlan_actions__LquQy .CurrentPlan_cancelButton__CwDzk{padding:12px 16px;font-size:15px}}@media(max-width:480px){.CurrentPlan_card__95cdg{padding:16px}.CurrentPlan_header__x3wlN h3{font-size:18px}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4{font-size:22px}.CurrentPlan_features__ktT7c ul li,.CurrentPlan_limits__Sfsrd .CurrentPlan_limitItem__bJIXz,.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4 .CurrentPlan_cycle__RJI3t{font-size:14px}}.CurrentPlan_modal__xtes_{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP{background:#fff;border-radius:12px;padding:30px;max-width:400px;width:90%;box-shadow:0 10px 40px rgba(0,0,0,.3);position:relative;z-index:1001}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP h3{margin:0 0 15px;color:#333;font-size:20px}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP p{margin:0 0 25px;color:#666;font-size:16px;line-height:1.5}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN{display:flex;gap:10px}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_cancelConfirm__CE2pr{flex:1;background:#e74c3c;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_cancelConfirm__CE2pr:hover:not(:disabled){background:#c0392b}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_cancelConfirm__CE2pr:disabled{opacity:.6;cursor:not-allowed}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_keepButton__Zg8X8{flex:1;background:#ecf0f1;color:#333;border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_keepButton__Zg8X8:hover:not(:disabled){background:#d5dbdb}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP .CurrentPlan_modalActions__txmDN .CurrentPlan_keepButton__Zg8X8:disabled{opacity:.6;cursor:not-allowed}.CurrentPlan_modal__xtes_ .CurrentPlan_modalOverlay___b3X1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}@media(max-width:768px){.CurrentPlan_card__95cdg{padding:20px}.CurrentPlan_header__x3wlN{flex-direction:column;align-items:flex-start;gap:15px}.CurrentPlan_header__x3wlN h3{font-size:20px}.CurrentPlan_planInfo__LYS17 .CurrentPlan_price__p1nv4{font-size:24px}.CurrentPlan_modal__xtes_ .CurrentPlan_modalContent__uP7bP{width:95%}}