@keyframes ProfileHeader_fadeIn__HJTBu{0%{opacity:0}to{opacity:1}}@keyframes ProfileHeader_slideInUp__vRnwd{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileHeader_header__HHgwl{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;padding:2.5rem;border-radius:20px;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.08) 0,rgba(var(--color-secondary-rgb,139,92,246),.08) 100%);border:1px solid rgba(var(--color-primary-rgb),.15);position:relative;overflow:hidden}.ProfileHeader_header__HHgwl:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.03),rgba(var(--color-secondary-rgb,139,92,246),.03));pointer-events:none}@media(max-width:767px){.ProfileHeader_header__HHgwl{flex-direction:column;gap:1.5rem;padding:2rem}}.ProfileHeader_userInfo___HmIL{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:1}@media(max-width:767px){.ProfileHeader_userInfo___HmIL{width:100%}}.ProfileHeader_avatar___azkV{width:90px;height:90px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));flex-shrink:0;box-shadow:0 8px 24px rgba(var(--color-primary-rgb),.3);border:3px solid var(--color-surface)}@media(max-width:767px){.ProfileHeader_avatar___azkV{width:70px;height:70px}}.ProfileHeader_avatar___azkV img{width:100%;height:100%;object-fit:cover}.ProfileHeader_initials__09B8J{font-size:2rem;font-weight:800;color:#fff;letter-spacing:.05em}@media(max-width:767px){.ProfileHeader_initials__09B8J{font-size:1.5rem}}.ProfileHeader_details__eJI_C{flex:1 1}.ProfileHeader_name__IoPqd{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text);letter-spacing:-.01em}@media(max-width:767px){.ProfileHeader_name__IoPqd{font-size:1.5rem}}.ProfileHeader_email__hqLoQ{font-size:1rem;margin:0;color:var(--color-text-secondary);font-weight:500}@media(max-width:767px){.ProfileHeader_email__hqLoQ{font-size:.9375rem}}.ProfileHeader_editButton__XVZRj{padding:.875rem 2rem;border-radius:12px;border:2px solid var(--color-primary);font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;background:transparent;color:var(--color-primary);position:relative;z-index:1;overflow:hidden}.ProfileHeader_editButton__XVZRj:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));transition:left .3s ease;z-index:-1}.ProfileHeader_editButton__XVZRj:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--color-primary-rgb),.3)}.ProfileHeader_editButton__XVZRj:hover:before{left:0}.ProfileHeader_editButton__XVZRj:active{transform:translateY(0)}@media(max-width:767px){.ProfileHeader_editButton__XVZRj{width:100%;padding:.875rem 1.5rem;font-size:.9375rem}}.Logo_logo__H5Fps{font-size:1.75rem;font-weight:600;color:#fff;text-decoration:none;letter-spacing:.05em;transition:opacity .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none}.Logo_logo__H5Fps:hover{opacity:.9}.Logo_logo__H5Fps:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:.125rem}@keyframes AuthSkeleton_fadeIn__VVsM_{0%{opacity:0}to{opacity:1}}@keyframes AuthSkeleton_slideInUp__6_WU9{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AuthSkeleton_skeleton__iJFzc{display:flex;align-items:center;gap:1rem}.AuthSkeleton_skeletonCircle__e368J{height:40px;width:40px;border-radius:50%;position:relative;overflow:hidden}.light-theme .AuthSkeleton_skeletonCircle__e368J{background:linear-gradient(135deg,rgba(226,232,240,.4),rgba(203,213,225,.6) 50%,rgba(226,232,240,.4));box-shadow:0 2px 8px rgba(0,0,0,.05)}.dark-theme .AuthSkeleton_skeletonCircle__e368J{background:linear-gradient(135deg,rgba(51,65,85,.4),rgba(71,85,105,.6) 50%,rgba(51,65,85,.4));box-shadow:0 2px 8px rgba(0,0,0,.2)}.AuthSkeleton_skeletonCircle__e368J:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent);animation:AuthSkeleton_shimmer__Qf9PS 1.8s cubic-bezier(.4,0,.2,1) infinite}.AuthSkeleton_skeletonCircle__e368J:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%}.light-theme .AuthSkeleton_skeletonCircle__e368J:after{background:rgba(203,213,225,.5)}.dark-theme .AuthSkeleton_skeletonCircle__e368J:after{background:rgba(71,85,105,.5)}.AuthSkeleton_skeletonCircle__e368J{animation:AuthSkeleton_pulse__anXCm 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes AuthSkeleton_shimmer__Qf9PS{0%{left:-100%}to{left:200%}}@keyframes AuthSkeleton_pulse__anXCm{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}@keyframes MobileMenu_slideInUp__4Z2w8{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MobileMenu_hamburger__Yqf7O{display:none;align-items:center;justify-content:center;width:40px;height:40px;background-color:#352964;border:none;border-radius:24px;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.MobileMenu_hamburger__Yqf7O:hover{background-color:#473a6a}.MobileMenu_hamburger__Yqf7O:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:1023px){.MobileMenu_hamburger__Yqf7O{display:flex}}.MobileMenu_overlay__ygJp0{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1040;animation:MobileMenu_fadeIn__jGOw2 .2s cubic-bezier(.4,0,.2,1)}@keyframes MobileMenu_fadeIn__jGOw2{0%{opacity:0}to{opacity:1}}.MobileMenu_menu__wLCoR{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:320px;background-color:#1f173f;padding:1.5rem;z-index:1050;overflow-y:auto;animation:MobileMenu_slideInRight__XoUdT .2s cubic-bezier(0,0,.2,1);box-shadow:-4px 0 12px rgba(0,0,0,.3)}@keyframes MobileMenu_slideInRight__XoUdT{0%{transform:translateX(100%)}to{transform:translateX(0)}}.MobileMenu_nav__vT6wD{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;margin-bottom:1.5rem}.MobileMenu_nav__vT6wD>div{width:100%}.MobileMenu_nav__vT6wD>div a{width:100%;text-align:center;justify-content:center}.MobileMenu_userInfo__G7F2f{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:.375rem;margin-bottom:1rem}.MobileMenu_userAvatar__yxcPe{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.2);color:#fff;flex-shrink:0}.MobileMenu_userDetails___to8b{flex:1 1;min-width:0}.MobileMenu_userName__JEh6L{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px}.MobileMenu_userEmail___7DmW,.MobileMenu_userName__JEh6L{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MobileMenu_userEmail___7DmW{font-size:13px;color:hsla(0,0%,100%,.9);margin:0}.MobileMenu_divider__Opeg3{height:1px;background:hsla(0,0%,100%,.1);margin:1rem 0}.MobileMenu_userActions__BLPgM{display:flex;flex-direction:column;gap:.5rem}.MobileMenu_actionItem__sVkpK{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border:none;border-radius:.125rem;color:#fff;font-size:15px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;width:100%;text-align:left}.MobileMenu_actionItem__sVkpK:hover{background:hsla(0,0%,100%,.1)}.MobileMenu_actionItem__sVkpK svg{flex-shrink:0;stroke-width:2}.MobileMenu_actionItem__sVkpK span:not(.MobileMenu_badge__87zni){flex:1 1}.MobileMenu_actionItem__sVkpK.MobileMenu_logout__15fa5{color:#ef4444}.MobileMenu_actionItem__sVkpK.MobileMenu_logout__15fa5:hover{background:rgba(239,68,68,.1)}.MobileMenu_badge__87zni{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;border-radius:10px;font-size:12px;font-weight:600}.MobileMenu_authSection__hrej4>div{flex-direction:column;width:100%}.MobileMenu_authSection__hrej4>div a{width:100%;justify-content:center}.MobileMenu_themeSection__uyFma{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:center}.GradientText_gradientText__9YYoV{background:linear-gradient(135deg,#4e54c8,#8a4fff 50%,#da22ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.SocialMediaLinks_socialLinks__tIsu0{display:flex;align-items:center;gap:.75rem}.SocialMediaLinks_socialLink__I0MM7{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;background-color:transparent;border-radius:.375rem;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none}.SocialMediaLinks_socialLink__I0MM7:hover{color:#48d1cc;background-color:rgba(72,209,204,.1)}.SocialMediaLinks_socialLink__I0MM7:focus-visible{outline:2px solid #fff;outline-offset:2px}.SocialMediaLinks_socialLink__I0MM7 svg{flex-shrink:0}@keyframes Breadcrumb_fadeIn__ocI_h{0%{opacity:0}to{opacity:1}}@keyframes Breadcrumb_slideInUp__pwLXX{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Breadcrumb_breadcrumb__Qw9fh{margin-bottom:1.5rem}.Breadcrumb_list__aBSmb{flex-wrap:wrap;list-style:none;margin:0;padding:0}.Breadcrumb_item__J6iQM,.Breadcrumb_list__aBSmb{display:flex;align-items:center;gap:.5rem}.Breadcrumb_link__Q0jvp{font-size:.875rem;text-decoration:none;transition:color .2s ease}.light-theme .Breadcrumb_link__Q0jvp{color:rgba(31,23,63,.6)}.light-theme .Breadcrumb_link__Q0jvp:hover{color:#1f173f}.dark-theme .Breadcrumb_link__Q0jvp{color:hsla(0,0%,100%,.6)}.dark-theme .Breadcrumb_link__Q0jvp:hover{color:#fff}.Breadcrumb_current__8tCSe{font-size:.875rem;font-weight:500}.light-theme .Breadcrumb_current__8tCSe{color:#1f173f}.dark-theme .Breadcrumb_current__8tCSe{color:#fff}.Breadcrumb_separator__UL9T8{flex-shrink:0}.light-theme .Breadcrumb_separator__UL9T8{color:rgba(31,23,63,.3)}.dark-theme .Breadcrumb_separator__UL9T8{color:hsla(0,0%,100%,.3)}@keyframes StatsCard_fadeIn__Wwfyo{0%{opacity:0}to{opacity:1}}@keyframes StatsCard_slideInUp__sazrb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.StatsCard_statsCard__kQO_v{padding:1.25rem;display:flex;flex-direction:column}.light-theme .StatsCard_statsCard__kQO_v{background-color:rgba(248,246,255,.95)}.dark-theme .StatsCard_statsCard__kQO_v{background-color:rgba(255,201,230,.9)}@media(max-width:767px){.StatsCard_statsCard__kQO_v{border-radius:1rem!important;position:static!important;left:auto!important;right:auto!important}}@media(min-width:769px){.StatsCard_statsCard__kQO_v:first-child{position:relative;right:2rem;border-radius:0 1rem 1rem 0}.StatsCard_statsCard__kQO_v:nth-child(2){position:relative;left:2rem;border-radius:1rem 0 0 1rem}.StatsCard_statsCard__kQO_v:nth-child(3){position:relative;right:2rem;border-radius:0 1rem 1rem 0}.StatsCard_statsCard__kQO_v:nth-child(4){position:relative;left:2rem;border-radius:1rem 0 0 1rem}}.StatsCard_number__6xlpU{font-size:2rem;font-weight:700;color:#24243c}@media(max-width:767px){.StatsCard_number__6xlpU{font-size:1.75rem}}.StatsCard_label__m9wId{font-size:.875rem;color:#666;margin-top:.25rem}.ProductCard_card___FFR2{border-radius:24px;padding:40px 32px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:420px;position:relative}.ProductCard_card___FFR2:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}@media(max-width:768px){.ProductCard_card___FFR2{padding:32px 24px;min-height:380px}}@media(max-width:480px){.ProductCard_card___FFR2{padding:28px 20px;min-height:360px}}.ProductCard_imageWrapper__A9SSR{width:120px;height:120px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.ProductCard_imageWrapper__A9SSR{width:100px;height:100px;margin-bottom:20px}}@media(max-width:480px){.ProductCard_imageWrapper__A9SSR{width:80px;height:80px;margin-bottom:16px}}.ProductCard_image__z_FmL{width:100%;height:100%;object-fit:contain}.ProductCard_content__a61ZV{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:24px}@media(max-width:768px){.ProductCard_content__a61ZV{gap:12px;margin-bottom:20px}}.ProductCard_title__2oZKF{font-size:1.375rem;font-weight:700;line-height:1.3;margin:0}@media(max-width:768px){.ProductCard_title__2oZKF{font-size:1.25rem}}@media(max-width:480px){.ProductCard_title__2oZKF{font-size:1.125rem}}.ProductCard_description__MPP8h{font-size:16px;font-weight:500;line-height:1.6;opacity:.9;margin:0;max-width:100%}@media(max-width:768px){.ProductCard_description__MPP8h{font-size:14px;line-height:1.5}}@media(max-width:480px){.ProductCard_description__MPP8h{font-size:13px}}.ProductCard_actions__BjY3r{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:auto}@media(max-width:480px){.ProductCard_actions__BjY3r{gap:10px}}.ProductCard_button__oQaQL{padding:14px 32px;border-radius:12px;border:none;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:block;width:100%}.ProductCard_button__oQaQL:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.ProductCard_button__oQaQL:active:not(:disabled){transform:translateY(0)}.ProductCard_button__oQaQL:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.ProductCard_button__oQaQL{padding:12px 28px;font-size:.9375rem}}@media(max-width:480px){.ProductCard_button__oQaQL{padding:11px 24px;font-size:.875rem}}.PhoneInput_formGroup__aaLy7{margin-bottom:1.25rem}.PhoneInput_label__Z7R6S{display:block;font-size:.9375rem;font-weight:500;margin-bottom:.5rem}.light-theme .PhoneInput_label__Z7R6S{color:#1f173f}.dark-theme .PhoneInput_label__Z7R6S{color:#fff}.PhoneInput_required__jufgo{color:#ef4444;margin-left:2px}.PhoneInput_inputWrapper__hTZs1{position:relative}.PhoneInput_input__xvQ2N{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:2px solid;font-size:1rem;transition:all .3s ease;font-family:inherit}.light-theme .PhoneInput_input__xvQ2N{background-color:hsla(0,0%,100%,.05);border-color:rgba(31,23,63,.2);color:#1f173f}.light-theme .PhoneInput_input__xvQ2N::placeholder{color:rgba(31,23,63,.5)}.light-theme .PhoneInput_input__xvQ2N:focus{outline:none;border-color:#4e54c8;background-color:hsla(0,0%,100%,.1);box-shadow:0 0 0 3px rgba(78,84,200,.1)}.dark-theme .PhoneInput_input__xvQ2N{background-color:rgba(248,246,255,.05);border-color:rgba(248,246,255,.2);color:#fff}.dark-theme .PhoneInput_input__xvQ2N::placeholder{color:hsla(0,0%,100%,.5)}.dark-theme .PhoneInput_input__xvQ2N:focus{outline:none;border-color:#8a4fff;background-color:rgba(248,246,255,.1);box-shadow:0 0 0 3px rgba(138,79,255,.1)}.PhoneInput_input__xvQ2N.PhoneInput_error__6WbSs{border-color:#ef4444!important}.PhoneInput_input__xvQ2N.PhoneInput_error__6WbSs:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.PhoneInput_input__xvQ2N.PhoneInput_disabled__RNMau,.PhoneInput_input__xvQ2N:disabled{opacity:.6;cursor:not-allowed}.light-theme .PhoneInput_input__xvQ2N.PhoneInput_disabled__RNMau,.light-theme .PhoneInput_input__xvQ2N:disabled{background-color:rgba(31,23,63,.03)}.dark-theme .PhoneInput_input__xvQ2N.PhoneInput_disabled__RNMau,.dark-theme .PhoneInput_input__xvQ2N:disabled{background-color:rgba(248,246,255,.02)}.PhoneInput_input__xvQ2N[type=password],.PhoneInput_input__xvQ2N[type=text]:has(+.PhoneInput_togglePassword__KHl__){padding-right:48px}.PhoneInput_togglePassword__KHl__{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.light-theme .PhoneInput_togglePassword__KHl__{color:rgba(31,23,63,.6)}.light-theme .PhoneInput_togglePassword__KHl__:hover{color:#1f173f}.dark-theme .PhoneInput_togglePassword__KHl__{color:hsla(0,0%,100%,.6)}.dark-theme .PhoneInput_togglePassword__KHl__:hover{color:#fff}.PhoneInput_errorMessage__2G0Le{margin-top:.5rem;font-size:.875rem;color:#ef4444;display:flex;align-items:center;gap:.25rem}.PhoneInput_hint__8VfL7{margin-top:.5rem;font-size:.8125rem;opacity:.7}.light-theme .PhoneInput_hint__8VfL7{color:#1f173f}.dark-theme .PhoneInput_hint__8VfL7{color:#fff}.FormTextarea_formGroup__WQeNJ{margin-bottom:1.25rem}.FormTextarea_label__XuQUY{display:block;font-size:.9375rem;font-weight:500;margin-bottom:.5rem}.light-theme .FormTextarea_label__XuQUY{color:#1f173f}.dark-theme .FormTextarea_label__XuQUY{color:#fff}.FormTextarea_required__b5t1V{color:#ef4444;margin-left:2px}.FormTextarea_textarea__SpdfT{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:2px solid;font-size:1rem;transition:all .3s ease;font-family:inherit;resize:vertical;min-height:120px}.light-theme .FormTextarea_textarea__SpdfT{background-color:hsla(0,0%,100%,.05);border-color:rgba(31,23,63,.2);color:#1f173f}.light-theme .FormTextarea_textarea__SpdfT::placeholder{color:rgba(31,23,63,.5)}.light-theme .FormTextarea_textarea__SpdfT:focus{outline:none;border-color:#4e54c8;background-color:hsla(0,0%,100%,.1);box-shadow:0 0 0 3px rgba(78,84,200,.1)}.dark-theme .FormTextarea_textarea__SpdfT{background-color:rgba(248,246,255,.05);border-color:rgba(248,246,255,.2);color:#fff}.dark-theme .FormTextarea_textarea__SpdfT::placeholder{color:hsla(0,0%,100%,.5)}.dark-theme .FormTextarea_textarea__SpdfT:focus{outline:none;border-color:#8a4fff;background-color:rgba(248,246,255,.1);box-shadow:0 0 0 3px rgba(138,79,255,.1)}.FormTextarea_textarea__SpdfT.FormTextarea_error__s3722{border-color:#ef4444!important}.FormTextarea_textarea__SpdfT.FormTextarea_error__s3722:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.FormTextarea_textarea__SpdfT:disabled{opacity:.6;cursor:not-allowed}.FormTextarea_errorMessage__DRi54{margin-top:.5rem;font-size:.875rem;color:#ef4444;display:flex;align-items:center;gap:.25rem}@keyframes Footer_fadeIn__SYA44{0%{opacity:0}to{opacity:1}}@keyframes Footer_slideInUp__9vVvl{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Footer_footer__X1Jp0{background-color:#0f1028;padding:4rem 0;width:100%}.Footer_container__gnWX2{max-width:1400px;margin:0 auto;padding:0 1rem}.Footer_mainContent__H2wHM{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width:1023px){.Footer_mainContent__H2wHM{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:767px){.Footer_mainContent__H2wHM{grid-template-columns:1fr;gap:1.5rem}}.Footer_brandSection__A_3wB{display:flex;flex-direction:column;gap:1rem}.Footer_logo__TiS61{font-size:1.5rem;font-weight:600;color:#fff}.Footer_tagline__TL_Zs{color:hsla(0,0%,100%,.8);font-size:1rem;margin:0}.Footer_bottomSection__R30og{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}@media(max-width:767px){.Footer_bottomSection__R30og{flex-direction:column;gap:.75rem;text-align:center}}.Footer_copyright__G_qSi,.Footer_secure___uNL5{color:hsla(0,0%,100%,.6);font-size:.875rem;margin:0}@keyframes CartButton_fadeIn__BbbC1{0%{opacity:0}to{opacity:1}}@keyframes CartButton_slideInUp__8KbIR{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CartButton_cartButton__YwOSS{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#1f173f;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.CartButton_cartButton__YwOSS:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.CartButton_cartButton__YwOSS:active{transform:translateY(0)}.CartButton_cartButton__YwOSS svg{stroke-width:2}.CartButton_badge__uBKBq{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border-radius:9px;font-size:11px;font-weight:600;line-height:1;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@keyframes UserMenu_fadeIn__3yA7Y{0%{opacity:0}to{opacity:1}}@keyframes UserMenu_slideInUp__zDYzr{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.UserMenu_userMenu__Ss1Qm{position:relative}.UserMenu_userButton__V32ZJ{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.UserMenu_userButton__V32ZJ:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(124,58,237,.3)}.UserMenu_userButton__V32ZJ:active{transform:translateY(0)}.UserMenu_userButton__V32ZJ svg{stroke-width:2}.UserMenu_dropdown__v_PrB{position:absolute;top:calc(100% + 8px);right:0;min-width:260px;background:#1f173f;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;z-index:1000;animation:UserMenu_slideDown__yAj5M .2s ease-out}@keyframes UserMenu_slideDown__yAj5M{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu_userInfo__WFfIY{padding:1rem}.UserMenu_userName__5NJ__{font-size:1rem;font-weight:600;margin:0 0 4px;color:#fff}.UserMenu_userEmail__RZ_jv{font-size:.875rem;margin:0;color:hsla(0,0%,100%,.6);word-break:break-all}.UserMenu_divider__H9Ljk{height:1px;background:hsla(0,0%,100%,.1);margin:4px 0}.UserMenu_menuItems__upXDn{padding:.5rem}.UserMenu_menuItem__TB3CV{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;text-decoration:none}.UserMenu_menuItem__TB3CV:hover{background:hsla(0,0%,100%,.1)}.UserMenu_menuItem__TB3CV svg{flex-shrink:0;stroke-width:2}.UserMenu_menuItem__TB3CV span{flex:1 1;text-align:left}.UserMenu_menuItem__TB3CV.UserMenu_logout__iQZtb{color:#fff;margin-top:0}.UserMenu_menuItem__TB3CV.UserMenu_logout__iQZtb:hover{background:hsla(0,0%,100%,.1)}.UserMenu_menuItem__TB3CV.UserMenu_delete__4xsrS{color:#ef4444;margin-top:4px}.UserMenu_menuItem__TB3CV.UserMenu_delete__4xsrS:hover{background:rgba(239,68,68,.1)}@keyframes Header_fadeIn__XYk_0{0%{opacity:0}to{opacity:1}}@keyframes Header_slideInUp__6VLqs{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Header_header__i_Usm{position:-webkit-sticky;position:sticky;top:0;width:100%;max-width:1400px;margin:20px auto 0;padding:0 1rem;z-index:1020;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header_header__i_Usm.Header_scrolled__mhQmJ .Header_container__OuOWB{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.12),0 0 0 1px rgba(99,102,241,.1)}.dark-theme .Header_header__i_Usm.Header_scrolled__mhQmJ .Header_container__OuOWB{box-shadow:0 8px 32px rgba(0,0,0,.4),0 0 0 1px rgba(129,140,248,.15)}.Header_container__OuOWB{background-color:#1f173f;padding:1rem 1.5rem;justify-content:space-between;gap:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:all .3s cubic-bezier(.4,0,.2,1)}.Header_container__OuOWB,.Header_nav__KHzMg{border-radius:24px;display:flex;align-items:center}.Header_nav__KHzMg{gap:.75rem;background-color:#352964;padding:.5rem .75rem}@media(max-width:1023px){.Header_nav__KHzMg{display:none}}.Header_authSection__4rPeO{display:flex;align-items:center;gap:.75rem}@media(max-width:1023px){.Header_authSection__4rPeO{display:none}}.Header_userActions__9eTHO{display:flex;align-items:center;gap:.75rem}.Header_mobileSection__ildLV{display:none}@media(max-width:1023px){.Header_mobileSection__ildLV{display:flex;align-items:center}}@keyframes ProfileForm_fadeIn__PG2ec{0%{opacity:0}to{opacity:1}}@keyframes ProfileForm_slideInUp__6wHFO{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileForm_form__Y8F00{display:flex;flex-direction:column;gap:2rem}.ProfileForm_row__JdBx9{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:1023px){.ProfileForm_row__JdBx9{grid-template-columns:1fr;gap:1.5rem}}.ProfileForm_col__bF_Gl{flex:1 1}.ProfileForm_colGroup__sszAx{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}@media(max-width:767px){.ProfileForm_colGroup__sszAx{grid-template-columns:1fr;gap:1.5rem}}.ProfileForm_colSmall__Z6Kso{flex:1 1}.ProfileForm_checkboxRow__9S6kT{padding:1.5rem 0 .5rem;border-top:2px solid var(--color-border-light);margin-top:1rem}.ProfileForm_submitButton__Fxkib{width:100%;padding:1.25rem 2rem;border-radius:12px;border:none;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;margin-top:1rem;position:relative;overflow:hidden;letter-spacing:.025em}.ProfileForm_submitButton__Fxkib:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.ProfileForm_submitButton__Fxkib:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px rgba(var(--color-primary-rgb),.4)}.ProfileForm_submitButton__Fxkib:hover:not(:disabled):before{left:100%}.ProfileForm_submitButton__Fxkib:active:not(:disabled){transform:translateY(0)}.ProfileForm_submitButton__Fxkib:disabled{opacity:.6;cursor:not-allowed}.ProfileForm_submitButton__Fxkib:disabled:before{display:none}@media(max-width:767px){.ProfileForm_submitButton__Fxkib{padding:1rem 1.5rem;font-size:1rem}}.ProfileForm_spinner__p2WtD{animation:ProfileForm_spin__OLGh8 1s linear infinite}@keyframes ProfileForm_spin__OLGh8{to{transform:rotate(1turn)}}@keyframes page_fadeIn__0BlUn{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__d4I16{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_page__bWwgb{background:var(--color-background);position:relative;max-width:1440px;margin:0 auto;padding:60px 0}@media(max-width:767px){.page_page__bWwgb{padding:15px 0}}.page_page__bWwgb:before{content:"";position:absolute;top:0;left:0;right:0;height:500px;pointer-events:none;z-index:0}.page_container__rW9ww{max-width:1000px;margin:0 auto;position:relative;z-index:1}@media(max-width:767px){.page_container__rW9ww{padding:0}}.page_loading__qqFaT{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;gap:1.5rem}.page_loading__qqFaT p{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0}.page_spinner__JrwGc{width:60px;height:60px;border-radius:50%;border:4px solid rgba(var(--color-primary-rgb),.2);border-top-color:var(--color-primary);animation:page_spin__nhhzy .8s linear infinite}@keyframes page_spin__nhhzy{to{transform:rotate(1turn)}}.page_formCard__NpHNp{border-radius:24px;padding:3rem 2.5rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 20px 60px rgba(0,0,0,.08),0 0 0 1px rgba(var(--color-primary-rgb),.05);position:relative;overflow:hidden}.page_formCard__NpHNp:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(99,102,241,.015),rgba(139,92,246,.015));pointer-events:none;z-index:0}[data-theme=dark] .page_formCard__NpHNp{box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 0 1px rgba(var(--color-primary-rgb),.15)}[data-theme=dark] .page_formCard__NpHNp:before{background:linear-gradient(135deg,rgba(129,140,248,.03),rgba(167,139,250,.03))}.page_formCard__NpHNp>*{position:relative;z-index:1}@media(max-width:767px){.page_formCard__NpHNp{padding:2rem 1.5rem;border-radius:16px}}@keyframes page_fadeIn__ejnUq{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__w_azj{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_page__cocag{max-width:1440px;margin:0 auto;padding:80px 0 100px;position:relative;overflow:hidden}@media(max-width:767px){.page_page__cocag{padding:40px 0 60px}}.page_page__cocag:before{top:-20%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(78,84,200,.15) 0,rgba(138,79,255,.1) 30%,transparent 70%);animation:page_float__uB5W4 20s ease-in-out infinite}.page_page__cocag:after,.page_page__cocag:before{content:"";position:absolute;pointer-events:none;z-index:0}.page_page__cocag:after{bottom:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(218,34,255,.12) 0,rgba(138,79,255,.08) 30%,transparent 70%);animation:page_float__uB5W4 25s ease-in-out infinite reverse}.dark-theme .page_page__cocag:before{background:radial-gradient(circle,rgba(78,84,200,.08) 0,rgba(138,79,255,.05) 30%,transparent 70%)}.dark-theme .page_page__cocag:after{background:radial-gradient(circle,rgba(218,34,255,.06) 0,rgba(138,79,255,.04) 30%,transparent 70%)}@keyframes page_float__uB5W4{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.page_container__dwzk3{max-width:100%;margin:0 auto;padding:0 3rem;position:relative;z-index:1}@media(min-width:1600px){.page_container__dwzk3{max-width:1600px;padding:0 4rem}}@media(max-width:767px){.page_container__dwzk3{padding:0 1.5rem}}.page_header__qhBL8{margin:2rem 0 4rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;animation:page_fadeInUp__9dOw4 .8s ease-out}@media(max-width:767px){.page_header__qhBL8{margin:1.5rem 0 3rem}}.page_title__MV_j6{font-size:3rem;font-weight:800;display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.page_title__MV_j6 svg{color:#4e54c8;filter:drop-shadow(0 4px 12px rgba(78,84,200,.3));-webkit-text-fill-color:initial;background:none}@media(max-width:767px){.page_title__MV_j6{font-size:2.25rem}}@media(max-width:480px){.page_title__MV_j6{font-size:2rem}}.page_itemCount__DkEH_{font-size:1.25rem;font-weight:600;padding:.75rem 1.5rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_itemCount__DkEH_{background:hsla(0,0%,100%,.7);color:rgba(31,23,63,.8);box-shadow:0 4px 16px rgba(31,23,63,.08);border:1px solid hsla(0,0%,100%,.8)}.dark-theme .page_itemCount__DkEH_{background:rgba(31,23,63,.4);color:hsla(0,0%,100%,.8);box-shadow:0 4px 16px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}@media(max-width:767px){.page_itemCount__DkEH_{font-size:1.125rem;padding:.625rem 1.25rem}}@keyframes page_fadeInUp__9dOw4{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page_emptyState__PIC7t{text-align:center;padding:6rem 3rem;border-radius:32px;max-width:700px;margin:0 auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__9dOw4 .8s ease-out .2s both}.light-theme .page_emptyState__PIC7t{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_emptyState__PIC7t{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}@media(max-width:767px){.page_emptyState__PIC7t{padding:4rem 2rem}}.page_emptyIcon__ErvkA{margin-bottom:2rem;color:rgba(138,79,255,.4);filter:drop-shadow(0 8px 24px rgba(138,79,255,.2));animation:page_pulse__WMPR9 2s ease-in-out infinite}@keyframes page_pulse__WMPR9{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.1);opacity:.6}}.page_emptyTitle__4OiHm{font-size:2.25rem;font-weight:800;margin-bottom:1.25rem;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:767px){.page_emptyTitle__4OiHm{font-size:2rem}}.page_emptyDescription__Bi1EV{font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.light-theme .page_emptyDescription__Bi1EV{color:rgba(31,23,63,.7)}.dark-theme .page_emptyDescription__Bi1EV{color:hsla(0,0%,100%,.7)}@media(max-width:767px){.page_emptyDescription__Bi1EV{font-size:1rem}}.page_browseButton__XGDjx{padding:1.25rem 3rem;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;border:none;border-radius:16px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 24px rgba(78,84,200,.35),0 4px 12px rgba(138,79,255,.25);letter-spacing:.03em}.page_browseButton__XGDjx:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px rgba(78,84,200,.45),0 8px 20px rgba(138,79,255,.35)}.page_browseButton__XGDjx:active{transform:translateY(-1px) scale(.98)}@media(max-width:767px){.page_browseButton__XGDjx{padding:1.125rem 2.5rem;font-size:1rem}}.page_content__RndLl{display:grid;grid-template-columns:1fr 450px;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:1200px){.page_content__RndLl{grid-template-columns:1fr 400px;gap:2.5rem}}@media(max-width:992px){.page_content__RndLl{grid-template-columns:1fr;gap:2rem}}.page_cartItems__PHpX6{border-radius:28px;padding:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__9dOw4 .8s ease-out .2s both}.light-theme .page_cartItems__PHpX6{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_cartItems__PHpX6{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}@media(max-width:767px){.page_cartItems__PHpX6{padding:2.5rem 2rem}}.page_cartHeader__ke4C3{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;position:relative}.page_cartHeader__ke4C3:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#4e54c8,#8a4fff,#da22ff);border-radius:2px}.page_sectionTitle__h8nFc{font-size:1.75rem;font-weight:800}.light-theme .page_sectionTitle__h8nFc{color:#1f173f}.dark-theme .page_sectionTitle__h8nFc{color:#fff}@media(max-width:767px){.page_sectionTitle__h8nFc{font-size:1.5rem}}.page_clearButton__lcKS0{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:2px solid #ef4444}.light-theme .page_clearButton__lcKS0{background:rgba(239,68,68,.08);color:#ef4444}.dark-theme .page_clearButton__lcKS0{background:rgba(239,68,68,.12);color:#ef4444}.page_clearButton__lcKS0:hover{background:#ef4444;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(239,68,68,.3)}.page_clearButton__lcKS0:active{transform:translateY(0)}.page_itemsList__QWO4p{display:flex;flex-direction:column;gap:2rem}.page_cartItem__rsDzL{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2.5rem;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.light-theme .page_cartItem__rsDzL{background:rgba(248,246,255,.6);border:2px solid hsla(0,0%,100%,.6);box-shadow:0 8px 32px rgba(31,23,63,.06),inset 0 1px 1px hsla(0,0%,100%,.8)}.dark-theme .page_cartItem__rsDzL{background:rgba(31,23,63,.2);border:2px solid hsla(0,0%,100%,.08);box-shadow:0 8px 32px rgba(0,0,0,.2),inset 0 1px 1px hsla(0,0%,100%,.03)}.page_cartItem__rsDzL:hover{transform:translateX(8px)}.light-theme .page_cartItem__rsDzL:hover{box-shadow:0 16px 48px rgba(78,84,200,.12),inset 0 1px 1px hsla(0,0%,100%,.9);border-color:rgba(78,84,200,.3)}.dark-theme .page_cartItem__rsDzL:hover{box-shadow:0 16px 48px rgba(0,0,0,.4),inset 0 1px 1px hsla(0,0%,100%,.05);border-color:rgba(138,79,255,.3)}@media(max-width:767px){.page_cartItem__rsDzL{flex-direction:column;padding:2rem 1.5rem;gap:1.5rem}}.page_itemInfo__3r4Z3{flex:1 1}.page_itemName__boCjP{font-size:1.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.light-theme .page_itemName__boCjP{color:#1f173f}.dark-theme .page_itemName__boCjP{color:#fff}@media(max-width:767px){.page_itemName__boCjP{font-size:1.25rem}}.page_itemDetails__IHSCy{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page_billingBadge__Lg4Z_,.page_planBadge__AHoh_{padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:700;letter-spacing:.02em}.page_planBadge__AHoh_{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;box-shadow:0 4px 12px rgba(78,84,200,.3)}.page_billingBadge__Lg4Z_{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_billingBadge__Lg4Z_{background:hsla(0,0%,100%,.8);color:rgba(31,23,63,.8);border:2px solid rgba(31,23,63,.15)}.dark-theme .page_billingBadge__Lg4Z_{background:rgba(31,23,63,.4);color:hsla(0,0%,100%,.8);border:2px solid hsla(0,0%,100%,.15)}.page_featuresList__T7n0k{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.page_featuresList__T7n0k li{font-size:.9375rem;padding-left:1.5rem;position:relative;line-height:1.5}.light-theme .page_featuresList__T7n0k li{color:rgba(31,23,63,.7)}.dark-theme .page_featuresList__T7n0k li{color:hsla(0,0%,100%,.7)}.page_featuresList__T7n0k li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1rem}.page_moreFeatures__v0P_h{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600!important}.page_itemActions__O_j5a{display:flex;flex-direction:column;align-items:flex-end;gap:1.25rem}@media(max-width:767px){.page_itemActions__O_j5a{width:100%;flex-direction:row;justify-content:space-between;align-items:center}}.page_priceWrapper__XTJUP{display:flex;align-items:baseline;gap:.375rem;text-align:right}.page_price__AERqZ{font-size:2.25rem;font-weight:900;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}@media(max-width:767px){.page_price__AERqZ{font-size:2rem}}.page_pricePeriod__z2Bd8{font-size:1rem;font-weight:600}.light-theme .page_pricePeriod__z2Bd8{color:rgba(31,23,63,.5)}.dark-theme .page_pricePeriod__z2Bd8{color:hsla(0,0%,100%,.5)}.page_removeButton__3erGo{padding:.75rem;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;border:2px solid}.light-theme .page_removeButton__3erGo{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.3);color:#ef4444}.dark-theme .page_removeButton__3erGo{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.3);color:#ef4444}.page_removeButton__3erGo:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px rgba(239,68,68,.3)}.page_removeButton__3erGo:active{transform:scale(.95)}.page_orderSummary__hPNL1{border-radius:28px;padding:3rem;position:-webkit-sticky;position:sticky;top:100px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__9dOw4 .8s ease-out .4s both}.light-theme .page_orderSummary__hPNL1{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_orderSummary__hPNL1{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}@media(max-width:992px){.page_orderSummary__hPNL1{position:static}}@media(max-width:767px){.page_orderSummary__hPNL1{padding:2.5rem 2rem}}.page_summaryTitle__1AOMW{font-size:1.75rem;font-weight:800;margin-bottom:2rem;padding-bottom:1.5rem;position:relative}.light-theme .page_summaryTitle__1AOMW{color:#1f173f}.dark-theme .page_summaryTitle__1AOMW{color:#fff}.page_summaryTitle__1AOMW:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#4e54c8,#8a4fff,#da22ff);border-radius:2px}@media(max-width:767px){.page_summaryTitle__1AOMW{font-size:1.5rem}}.page_summaryContent__kcFIP{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.page_summaryRow__Ie3E5{display:flex;justify-content:space-between;align-items:center;font-size:1.0625rem;font-weight:500}.light-theme .page_summaryRow__Ie3E5{color:rgba(31,23,63,.8)}.dark-theme .page_summaryRow__Ie3E5{color:hsla(0,0%,100%,.8)}.page_summaryRow__Ie3E5 span:last-child{font-weight:700}.light-theme .page_summaryRow__Ie3E5 span:last-child{color:#1f173f}.dark-theme .page_summaryRow__Ie3E5 span:last-child{color:#fff}.page_summaryRow__Ie3E5.page_total__ZLDCU{margin-top:.5rem;padding-top:1.5rem;font-size:1.5rem;font-weight:800;position:relative}.page_summaryRow__Ie3E5.page_total__ZLDCU:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4e54c8,#8a4fff,#da22ff);border-radius:1px}.page_summaryRow__Ie3E5.page_total__ZLDCU span:last-child{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:767px){.page_summaryRow__Ie3E5.page_total__ZLDCU{font-size:1.375rem}}.page_checkoutButton__5RYwg{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;border:none;border-radius:16px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;box-shadow:0 8px 24px rgba(78,84,200,.35),0 4px 12px rgba(138,79,255,.25);letter-spacing:.03em}.page_checkoutButton__5RYwg:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px rgba(78,84,200,.45),0 8px 20px rgba(138,79,255,.35)}.page_checkoutButton__5RYwg:hover svg{transform:translateX(4px)}.page_checkoutButton__5RYwg:active{transform:translateY(-1px) scale(.98)}.page_checkoutButton__5RYwg svg{transition:transform .3s ease}@media(max-width:767px){.page_checkoutButton__5RYwg{padding:1.125rem 1.75rem;font-size:1rem}}.page_guarantees__DoS9h{padding-top:1.5rem;position:relative}.page_guarantees__DoS9h:before{content:"";position:absolute;top:0;left:0;right:0;height:1px}.light-theme .page_guarantees__DoS9h:before{background:rgba(31,23,63,.1)}.dark-theme .page_guarantees__DoS9h:before{background:hsla(0,0%,100%,.1)}.page_guarantees__DoS9h p{font-size:.9375rem;font-weight:500;margin:.75rem 0;display:flex;align-items:center;gap:.75rem}.light-theme .page_guarantees__DoS9h p{color:rgba(31,23,63,.7)}.dark-theme .page_guarantees__DoS9h p{color:hsla(0,0%,100%,.7)}.page_ibanSection__VmdvJ{margin-top:2rem;padding-top:2rem;position:relative}.page_ibanSection__VmdvJ:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4e54c8,#8a4fff,#da22ff);border-radius:1px}.page_ibanTitle__yawac{font-size:1.375rem;font-weight:700;margin-bottom:1.25rem}.light-theme .page_ibanTitle__yawac{color:#1f173f}.dark-theme .page_ibanTitle__yawac{color:#fff}@media(max-width:767px){.page_ibanTitle__yawac{font-size:1.25rem}}.page_ibanForm__Hbnwn{display:flex;flex-direction:column;gap:1.25rem}.page_formGroup__BlY2z{display:flex;flex-direction:column;gap:.5rem}.page_label__TVlk5{font-size:.9375rem;font-weight:600}.light-theme .page_label__TVlk5{color:rgba(31,23,63,.8)}.dark-theme .page_label__TVlk5{color:hsla(0,0%,100%,.8)}.page_label__TVlk5 .page_required__c_hBx{color:#ef4444;margin-left:.25rem}.page_input__3oOEv{padding:1rem 1.25rem;border-radius:12px;font-size:1rem;font-weight:500;border:2px solid;transition:all .3s ease}.light-theme .page_input__3oOEv{background:hsla(0,0%,100%,.9);border-color:rgba(31,23,63,.15);color:#1f173f}.light-theme .page_input__3oOEv::placeholder{color:rgba(31,23,63,.4)}.light-theme .page_input__3oOEv:focus{outline:none;border-color:#4e54c8;box-shadow:0 0 0 3px rgba(78,84,200,.15)}.dark-theme .page_input__3oOEv{background:rgba(31,23,63,.4);border-color:hsla(0,0%,100%,.15);color:#fff}.dark-theme .page_input__3oOEv::placeholder{color:hsla(0,0%,100%,.4)}.dark-theme .page_input__3oOEv:focus{outline:none;border-color:#8a4fff;box-shadow:0 0 0 3px rgba(138,79,255,.15)}.page_input__3oOEv.page_error___h8YR{border-color:#ef4444!important}.page_input__3oOEv.page_error___h8YR:focus{box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}.page_fileInput__k6Srl{display:none}.page_fileLabel__p5q9O{padding:1rem 1.25rem;border-radius:12px;font-size:.9375rem;font-weight:600;border:2px dashed;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.light-theme .page_fileLabel__p5q9O{background:hsla(0,0%,100%,.6);border-color:rgba(31,23,63,.2);color:rgba(31,23,63,.7)}.light-theme .page_fileLabel__p5q9O:hover{background:hsla(0,0%,100%,.9);border-color:#4e54c8;color:#4e54c8}.dark-theme .page_fileLabel__p5q9O{background:rgba(31,23,63,.3);border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.7)}.dark-theme .page_fileLabel__p5q9O:hover{background:rgba(31,23,63,.5);border-color:#8a4fff;color:#8a4fff}.page_fileLabel__p5q9O.page_hasFile__VXOui{border-style:solid}.light-theme .page_fileLabel__p5q9O.page_hasFile__VXOui{border-color:#10b981;background:rgba(16,185,129,.08);color:#10b981}.dark-theme .page_fileLabel__p5q9O.page_hasFile__VXOui{border-color:#10b981;background:rgba(16,185,129,.12);color:#10b981}.page_fileLabel__p5q9O.page_error___h8YR{border-color:#ef4444!important}.light-theme .page_fileLabel__p5q9O.page_error___h8YR{background:rgba(239,68,68,.08)}.dark-theme .page_fileLabel__p5q9O.page_error___h8YR{background:rgba(239,68,68,.12)}.page_fileLabel__p5q9O svg{width:24px;height:24px}.page_fileName__8HdaW{font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.page_fileName__8HdaW svg{width:16px;height:16px}.page_errorMessage__kCyKZ{font-size:.875rem;color:#ef4444;font-weight:500;display:flex;align-items:center;gap:.375rem}.page_errorMessage__kCyKZ svg{width:14px;height:14px}.page_submitButton__qY_bp{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:.5rem;box-shadow:0 6px 20px rgba(16,185,129,.3),0 3px 10px rgba(5,150,105,.2)}.page_submitButton__qY_bp:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px rgba(16,185,129,.4),0 5px 15px rgba(5,150,105,.3)}.page_submitButton__qY_bp:active:not(:disabled){transform:translateY(0)}.page_submitButton__qY_bp:disabled{opacity:.5;cursor:not-allowed}.page_submitButton__qY_bp svg{width:18px;height:18px}@keyframes page_fadeIn__ULtma{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__u9yZ_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_main__xhEHb{flex:1 1;transition:background-color .3s ease;max-width:1440px;margin:0 auto;padding:60px 0}@media(max-width:767px){.page_main__xhEHb{padding:15px 0}}.page_container__Hg6J_{max-width:100%;margin:0}.page_header__y948k{text-align:center;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}@media(max-width:768px){.page_header__y948k{margin-bottom:2rem}}.page_title__OLtiy{font-size:2.75rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.light-theme .page_title__OLtiy{color:#1f173f}.dark-theme .page_title__OLtiy{color:#fff}@media(max-width:768px){.page_title__OLtiy{font-size:2rem}}.page_subtitle__JXjE8{font-size:1.125rem;line-height:1.7;opacity:.85}.light-theme .page_subtitle__JXjE8{color:#1f173f}.dark-theme .page_subtitle__JXjE8{color:#fff}@media(max-width:768px){.page_subtitle__JXjE8{font-size:1rem}}.page_productsGrid__qQvPR{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:1200px){.page_productsGrid__qQvPR{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page_productsGrid__qQvPR{grid-template-columns:1fr;gap:1rem}}.page_card__wiCm_{border-radius:24px;padding:40px 32px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:420px;position:relative}.page_card__wiCm_:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}@media(max-width:768px){.page_card__wiCm_{padding:32px 24px;min-height:380px}}@media(max-width:480px){.page_card__wiCm_{padding:28px 20px;min-height:360px}}.page_imageWrapper__eEI7D{width:120px;height:120px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.page_imageWrapper__eEI7D{width:100px;height:100px;margin-bottom:20px}}@media(max-width:480px){.page_imageWrapper__eEI7D{width:80px;height:80px;margin-bottom:16px}}.page_image__DmKvz{width:100%;height:100%;object-fit:contain}.page_content__iR_Lv{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:24px}@media(max-width:768px){.page_content__iR_Lv{gap:12px;margin-bottom:20px}}.page_cardTitle__XZMP_{font-size:1.375rem;font-weight:700;line-height:1.3;margin:0}@media(max-width:768px){.page_cardTitle__XZMP_{font-size:1.25rem}}@media(max-width:480px){.page_cardTitle__XZMP_{font-size:1.125rem}}.page_description__N9pS_{font-size:16px;font-weight:500;line-height:1.6;opacity:.9;margin:0;max-width:100%}@media(max-width:768px){.page_description__N9pS_{font-size:14px;line-height:1.5}}@media(max-width:480px){.page_description__N9pS_{font-size:13px}}.page_actions__li8gf{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:auto}@media(max-width:480px){.page_actions__li8gf{gap:10px}}.page_button__j_ZJK{padding:14px 32px;border-radius:12px;border:none;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:block;width:100%}.page_button__j_ZJK:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.page_button__j_ZJK:active:not(:disabled){transform:translateY(0)}.page_button__j_ZJK:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.page_button__j_ZJK{padding:12px 28px;font-size:.9375rem}}@media(max-width:480px){.page_button__j_ZJK{padding:11px 24px;font-size:.875rem}}@keyframes page_fadeIn__Checj{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__uLapK{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_main__N7wg8{max-width:1440px;margin:0 auto;padding:60px 0;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.page_main__N7wg8{padding:15px 0;margin:0}}.page_container__oWcw2{width:100%;min-width:560px}@media(max-width:767px){.page_container__oWcw2{min-width:100%}}.page_formCard__43urG{border-radius:.75rem;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1)}.light-theme .page_formCard__43urG{background-color:#2b2947}.dark-theme .page_formCard__43urG{background-color:#fff}@media(max-width:768px){.page_formCard__43urG{padding:2rem 1.5rem}}@media(max-width:480px){.page_formCard__43urG{padding:1.5rem 1.25rem}}.page_header__XNjmC{text-align:center;margin-bottom:2rem}.page_title__GXaGU{font-size:2rem;font-weight:700;margin-bottom:.5rem}.light-theme .page_title__GXaGU{color:#fff}.dark-theme .page_title__GXaGU{color:#1f173f}@media(max-width:768px){.page_title__GXaGU{font-size:1.75rem}}.page_subtitle__AeTu0{font-size:1rem;opacity:.8}.light-theme .page_subtitle__AeTu0{color:hsla(0,0%,100%,.8)}.dark-theme .page_subtitle__AeTu0{color:rgba(31,23,63,.8)}.page_errorBanner__mZwqa{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.5rem;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444;margin-bottom:1.5rem;font-size:.9375rem}.page_form__qZ_iT{margin-bottom:1.5rem}.light-theme .page_form__qZ_iT label{color:#fff!important}.dark-theme .page_form__qZ_iT label{color:#1f173f!important}.light-theme .page_form__qZ_iT input{background-color:hsla(0,0%,100%,.1)!important;border-color:hsla(0,0%,100%,.2)!important;color:#fff!important}.light-theme .page_form__qZ_iT input::placeholder{color:hsla(0,0%,100%,.5)!important}.light-theme .page_form__qZ_iT input:focus{border-color:hsla(0,0%,100%,.4)!important;background-color:hsla(0,0%,100%,.15)!important;box-shadow:0 0 0 3px hsla(0,0%,100%,.1)!important}.dark-theme .page_form__qZ_iT input{background-color:rgba(31,23,63,.1)!important;border-color:rgba(31,23,63,.2)!important;color:#1f173f!important}.dark-theme .page_form__qZ_iT input::placeholder{color:rgba(31,23,63,.5)!important}.dark-theme .page_form__qZ_iT input:focus{border-color:rgba(31,23,63,.4)!important;background-color:rgba(31,23,63,.15)!important;box-shadow:0 0 0 3px rgba(31,23,63,.1)!important}.light-theme .page_form__qZ_iT .checkmark{background-color:hsla(0,0%,100%,.08)!important;border-color:hsla(0,0%,100%,.25)!important}.dark-theme .page_form__qZ_iT .checkmark{background-color:rgba(31,23,63,.08)!important;border-color:rgba(31,23,63,.25)!important}.light-theme .page_form__qZ_iT .checkmark:after{border-color:#2b2947!important}.dark-theme .page_form__qZ_iT .checkmark:after{border-color:#1f173f!important}.light-theme .page_form__qZ_iT .checkbox:checked~.checkmark{background:hsla(0,0%,100%,.95)!important;border-color:hsla(0,0%,100%,.95)!important}.dark-theme .page_form__qZ_iT .checkbox:checked~.checkmark{background:#1f173f!important;border-color:#1f173f!important}.light-theme .page_form__qZ_iT .checkbox:checked~.checkmark:after{border-color:#2b2947!important}.dark-theme .page_form__qZ_iT .checkbox:checked~.checkmark:after{border-color:#fff!important}.light-theme .page_form__qZ_iT .checkbox:focus~.checkmark{box-shadow:0 0 0 3px hsla(0,0%,100%,.15)!important}.dark-theme .page_form__qZ_iT .checkbox:focus~.checkmark{box-shadow:0 0 0 3px rgba(31,23,63,.15)!important}.page_form__qZ_iT .labelText{font-size:.875rem!important}.light-theme .page_form__qZ_iT .labelText{color:hsla(0,0%,100%,.85)!important}.dark-theme .page_form__qZ_iT .labelText{color:rgba(31,23,63,.85)!important}.page_form__qZ_iT .labelText a{font-weight:500!important}.light-theme .page_form__qZ_iT .labelText a{color:hsla(0,0%,100%,.95)!important;text-decoration:none!important;border-bottom:1px solid hsla(0,0%,100%,.4)!important}.light-theme .page_form__qZ_iT .labelText a:hover{color:#fff!important;border-bottom-color:hsla(0,0%,100%,.8)!important}.dark-theme .page_form__qZ_iT .labelText a{color:rgba(31,23,63,.95)!important;text-decoration:none!important;border-bottom:1px solid rgba(31,23,63,.4)!important}.dark-theme .page_form__qZ_iT .labelText a:hover{color:#1f173f!important;border-bottom-color:rgba(31,23,63,.8)!important}.page_formRow__muWa7{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.page_forgotPassword__hNI4V{font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .3s ease}.light-theme .page_forgotPassword__hNI4V{color:hsla(0,0%,100%,.9)}.light-theme .page_forgotPassword__hNI4V:hover{color:#fff}.dark-theme .page_forgotPassword__hNI4V{color:#1f173f}.dark-theme .page_forgotPassword__hNI4V:hover{opacity:.8}.page_submitButton__4aKFG{width:100%;padding:1rem;border-radius:.5rem;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.light-theme .page_submitButton__4aKFG{background:#fff;color:#2b2947}.light-theme .page_submitButton__4aKFG:hover:not(:disabled){background:hsla(0,0%,100%,.9)}.dark-theme .page_submitButton__4aKFG{background:#1f173f;color:#fff}.dark-theme .page_submitButton__4aKFG:hover:not(:disabled){background:rgba(31,23,63,.9)}.page_submitButton__4aKFG:hover:not(:disabled){transform:translateY(-2px)}.page_submitButton__4aKFG:disabled{opacity:.7;cursor:not-allowed}.page_spinner__mFPR2{animation:page_spin__6pRVh 1s linear infinite}@keyframes page_spin__6pRVh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_divider__ejjSC{text-align:center;position:relative;margin:2rem 0}.page_divider__ejjSC:after,.page_divider__ejjSC:before{content:"";position:absolute;top:50%;width:45%;height:1px}.page_divider__ejjSC:before{left:0}.page_divider__ejjSC:after{right:0}.light-theme .page_divider__ejjSC{color:hsla(0,0%,100%,.6)}.light-theme .page_divider__ejjSC:after,.light-theme .page_divider__ejjSC:before{background-color:hsla(0,0%,100%,.2)}.dark-theme .page_divider__ejjSC{color:rgba(31,23,63,.6)}.dark-theme .page_divider__ejjSC:after,.dark-theme .page_divider__ejjSC:before{background-color:rgba(31,23,63,.2)}.page_divider__ejjSC span{font-size:.875rem;padding:0 .75rem;position:relative;z-index:1}.light-theme .page_divider__ejjSC span{background-color:#2b2947}.dark-theme .page_divider__ejjSC span{background-color:#fff}.page_googleButton__zEKQ4{width:100%;padding:1rem;border-radius:.5rem;border:2px solid;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;background:transparent;margin-bottom:1.5rem}.light-theme .page_googleButton__zEKQ4{border-color:hsla(0,0%,100%,.2);color:#fff}.light-theme .page_googleButton__zEKQ4:hover:not(:disabled){background-color:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.3)}.dark-theme .page_googleButton__zEKQ4{border-color:rgba(31,23,63,.2);color:#1f173f}.dark-theme .page_googleButton__zEKQ4:hover:not(:disabled){background-color:rgba(31,23,63,.03);border-color:rgba(31,23,63,.3)}.page_googleButton__zEKQ4:disabled{opacity:.7;cursor:not-allowed}.page_signupPrompt__Zipee{text-align:center;font-size:.9375rem}.light-theme .page_signupPrompt__Zipee{color:#fff}.dark-theme .page_signupPrompt__Zipee{color:#1f173f}.page_signupPrompt__Zipee a{text-decoration:none;font-weight:600;transition:opacity .3s ease}.page_signupPrompt__Zipee a:hover{opacity:.8}@keyframes page_fadeIn__7nEIm{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__ZAD7R{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_main__g8Sj_{max-width:1440px;margin:0 auto;padding:60px 0}@media(max-width:767px){.page_main__g8Sj_{padding:15px 0}}.page_container__qHE2k{width:100%}.page_pageTitle__gjlMj{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.light-theme .page_pageTitle__gjlMj{color:#1f173f}.dark-theme .page_pageTitle__gjlMj{color:#fff}@media(max-width:767px){.page_pageTitle__gjlMj{font-size:2rem;margin-bottom:2rem}}.page_cardsGrid__Alv_f{display:grid;grid-template-columns:1fr 1fr .8fr;grid-gap:2rem;gap:2rem}@media(max-width:1024px){.page_cardsGrid__Alv_f{grid-template-columns:1fr;gap:1.5rem}}.page_card__WreYj{border-radius:1.5rem;padding:2rem;height:100%;display:flex;flex-direction:column}.light-theme .page_card__WreYj{background-color:#1f173f;color:#fff}.dark-theme .page_card__WreYj{background-color:#f8f6ff;color:#1f173f}@media(max-width:767px){.page_card__WreYj{margin-bottom:30px;height:auto}}.light-theme .page_card__WreYj strong{color:#fff}.dark-theme .page_card__WreYj strong{color:#1f173f}.page_card__WreYj strong{font-weight:600}.page_card__WreYj p{margin-bottom:1rem}.page_card__WreYj p:last-child{margin-bottom:0}.page_cardTitle__cv7ep{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.page_cardTitle__cv7ep strong{color:inherit;font-weight:inherit}@media(max-width:767px){.page_cardTitle__cv7ep{font-size:1.5rem}}.page_cardContent__NxSNB{font-size:1rem;line-height:1.6}.page_cardContent__NxSNB p{margin-bottom:1rem}.page_cardContent__NxSNB p:last-child{margin-bottom:0}.light-theme .page_cardContent__NxSNB strong{color:#fff}.dark-theme .page_cardContent__NxSNB strong{color:#1f173f}.page_highlightText___BWW7{font-size:1.1rem;font-weight:500;margin:1.5rem 0}.light-theme .page_highlightText___BWW7{color:#b6ffe7}.dark-theme .page_highlightText___BWW7{color:#4e54c8}.page_section__ucb7X{margin-bottom:2rem}.page_section__ucb7X:first-child{margin-top:0}.page_section__ucb7X:last-child{margin-bottom:0}.page_section__ucb7X .page_cardTitle__cv7ep{margin-top:0}.page_statsGrid___Ve_n{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:space-between}@keyframes page_fadeIn__nlX__{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__UUEnv{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_page__qzeME{max-width:1440px;margin:0 auto;padding:80px 40px}@media(max-width:767px){.page_page__qzeME{padding:40px 20px}}.page_container__0GvQ4{max-width:1280px;margin:0 auto}.page_grid__GzcoP{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start}@media(max-width:1023px){.page_grid__GzcoP{grid-template-columns:1fr;gap:60px}}@media(max-width:767px){.page_grid__GzcoP{gap:48px}}.page_leftSection__lWccZ{display:flex;flex-direction:column}.page_title__BHc00{font-size:2.75rem;font-weight:700;margin-bottom:24px;line-height:1.2}.light-theme .page_title__BHc00{color:#1f173f}.dark-theme .page_title__BHc00{color:#fff}@media(max-width:767px){.page_title__BHc00{font-size:2rem}}@media(max-width:480px){.page_title__BHc00{font-size:1.75rem}}.page_description__S7iBP{font-size:1rem;line-height:1.7;margin-bottom:32px;opacity:.8}.light-theme .page_description__S7iBP{color:#1f173f}.dark-theme .page_description__S7iBP{color:#e5e5e5}@media(max-width:767px){.page_description__S7iBP{font-size:.9375rem;margin-bottom:24px}}.page_contactInfo__wy5vE{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}@media(max-width:767px){.page_contactInfo__wy5vE{margin-bottom:32px}}.page_contactLink__Kmzki{font-size:1.125rem;font-weight:600;text-decoration:none;transition:opacity .2s}.light-theme .page_contactLink__Kmzki{color:#1f173f}.dark-theme .page_contactLink__Kmzki{color:#fff}.page_contactLink__Kmzki:hover{opacity:.7}@media(max-width:767px){.page_contactLink__Kmzki{font-size:1rem}}.page_whatsappLink__uaVaV{display:inline-flex;align-items:center;gap:8px}.page_whatsappIcon__XNsya{display:inline-flex;align-items:center;justify-content:center;color:#25d366}.page_whatsappIcon__XNsya svg{width:30px;height:30px}.dark-theme .page_whatsappIcon__XNsya{color:#25d366}.page_infoGrid__loCYy{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media(max-width:767px){.page_infoGrid__loCYy{grid-template-columns:1fr;gap:20px}}.page_rightSection__UAo4A{position:-webkit-sticky;position:sticky;top:100px}@media(max-width:1023px){.page_rightSection__UAo4A{position:relative;top:0}}.page_formCard__6qoOr{border-radius:24px;padding:48px 40px}.light-theme .page_formCard__6qoOr{background:#2b2947}.dark-theme .page_formCard__6qoOr{background:#fff}@media(max-width:767px){.page_formCard__6qoOr{padding:36px 28px}}@media(max-width:480px){.page_formCard__6qoOr{padding:32px 24px}}.page_formTitle__gPdoQ{font-size:1.75rem;font-weight:700;margin-bottom:12px;line-height:1.3}.light-theme .page_formTitle__gPdoQ{color:#fff}.dark-theme .page_formTitle__gPdoQ{color:#1f173f}@media(max-width:767px){.page_formTitle__gPdoQ{font-size:1.5rem}}@media(max-width:480px){.page_formTitle__gPdoQ{font-size:1.375rem}}.page_formSubtitle__ZyTD_{font-size:.9375rem;margin-bottom:32px;line-height:1.6}.light-theme .page_formSubtitle__ZyTD_{color:hsla(0,0%,100%,.7)}.dark-theme .page_formSubtitle__ZyTD_{color:rgba(31,23,63,.7)}@media(max-width:767px){.page_formSubtitle__ZyTD_{font-size:.875rem;margin-bottom:28px}}.page_successBanner__0YKdj{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.5rem;background-color:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);color:#10b981;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500;animation:page_slideIn__ssQZQ .3s ease-out}@keyframes page_slideIn__ssQZQ{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page_form__ZVNJC{margin-bottom:0}.page_form__ZVNJC .formGroup{margin-bottom:20px}.light-theme .page_form__ZVNJC label{color:#fff!important}.dark-theme .page_form__ZVNJC label{color:#1f173f!important}.light-theme .page_form__ZVNJC input,.light-theme .page_form__ZVNJC textarea{background-color:hsla(0,0%,100%,.1)!important;border-color:hsla(0,0%,100%,.2)!important;color:#fff!important}.light-theme .page_form__ZVNJC input::placeholder,.light-theme .page_form__ZVNJC textarea::placeholder{color:hsla(0,0%,100%,.5)!important}.light-theme .page_form__ZVNJC input:focus,.light-theme .page_form__ZVNJC textarea:focus{border-color:hsla(0,0%,100%,.4)!important;background-color:hsla(0,0%,100%,.15)!important;box-shadow:0 0 0 3px hsla(0,0%,100%,.1)!important}.dark-theme .page_form__ZVNJC input,.dark-theme .page_form__ZVNJC textarea{background-color:rgba(31,23,63,.1)!important;border-color:rgba(31,23,63,.2)!important;color:#1f173f!important}.dark-theme .page_form__ZVNJC input::placeholder,.dark-theme .page_form__ZVNJC textarea::placeholder{color:rgba(31,23,63,.5)!important}.dark-theme .page_form__ZVNJC input:focus,.dark-theme .page_form__ZVNJC textarea:focus{border-color:rgba(31,23,63,.4)!important;background-color:rgba(31,23,63,.15)!important;box-shadow:0 0 0 3px rgba(31,23,63,.1)!important}.page_submitButton__p4kTw{width:100%;padding:16px 32px;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px}.light-theme .page_submitButton__p4kTw{background:#fff;color:#2b2947}.light-theme .page_submitButton__p4kTw:hover:not(:disabled){background:hsla(0,0%,100%,.9)}.dark-theme .page_submitButton__p4kTw{background:#1f173f;color:#fff}.dark-theme .page_submitButton__p4kTw:hover:not(:disabled){background:rgba(31,23,63,.9)}.page_submitButton__p4kTw:hover:not(:disabled){transform:translateY(-1px)}.page_submitButton__p4kTw:active:not(:disabled){transform:translateY(0)}.page_submitButton__p4kTw:disabled{opacity:.6;cursor:not-allowed}@media(max-width:767px){.page_submitButton__p4kTw{padding:14px 28px;font-size:.9375rem}}.page_spinner__gWzyx{animation:page_spin__muMka 1s linear infinite}@keyframes page_spin__muMka{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_infoCard__iNlU0{padding:0}@media(max-width:767px){.page_infoCard__iNlU0{padding:0}}.page_infoTitle__MzB0I{font-size:1.125rem;font-weight:700;margin-bottom:12px}.light-theme .page_infoTitle__MzB0I{color:#1f173f}.dark-theme .page_infoTitle__MzB0I{color:#fff}@media(max-width:767px){.page_infoTitle__MzB0I{font-size:1rem}}.page_infoText__q8ESC{font-size:.9375rem;font-weight:400;margin:0;line-height:1.7;opacity:.8}.light-theme .page_infoText__q8ESC{color:#1f173f}.dark-theme .page_infoText__q8ESC{color:#e5e5e5}@media(max-width:767px){.page_infoText__q8ESC{font-size:.875rem}}.page_successMessage__Ux2pw{text-align:center;padding:3rem 1rem}.page_successMessage__Ux2pw h2{font-size:1.75rem;font-weight:700;margin:1.5rem 0 .75rem}.light-theme .page_successMessage__Ux2pw h2{color:#1f173f}.dark-theme .page_successMessage__Ux2pw h2{color:#fff}.page_successMessage__Ux2pw p{font-size:1rem;opacity:.8}.light-theme .page_successMessage__Ux2pw p{color:#1f173f}.dark-theme .page_successMessage__Ux2pw p{color:#fff}.page_successIcon__bLZhg{color:#10b981;animation:page_scaleIn__kvydT .5s ease-out}@keyframes page_scaleIn__kvydT{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes page_fadeIn__NQG5L{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__w35lY{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_page___EN1o{max-width:1440px;margin:0 auto;padding:80px 40px}@media(max-width:767px){.page_page___EN1o{padding:40px 20px}}.page_container__qNyon{max-width:1280px;margin:0 auto}.page_grid__X1Vcw{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start}@media(max-width:1023px){.page_grid__X1Vcw{grid-template-columns:1fr;gap:60px}}@media(max-width:767px){.page_grid__X1Vcw{gap:48px}}.page_leftSection__zulU7{display:flex;flex-direction:column}.page_title__hD54q{font-size:2.75rem;font-weight:700;margin-bottom:24px;line-height:1.2}.light-theme .page_title__hD54q{color:#1f173f}.dark-theme .page_title__hD54q{color:#fff}@media(max-width:767px){.page_title__hD54q{font-size:2rem}}@media(max-width:480px){.page_title__hD54q{font-size:1.75rem}}.page_description__u5fKq{font-size:1rem;line-height:1.7;margin-bottom:32px;opacity:.8}.light-theme .page_description__u5fKq{color:#1f173f}.dark-theme .page_description__u5fKq{color:#e5e5e5}@media(max-width:767px){.page_description__u5fKq{font-size:.9375rem;margin-bottom:24px}}.page_infoGrid__KHSR6{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media(max-width:767px){.page_infoGrid__KHSR6{grid-template-columns:1fr;gap:20px}}.page_rightSection__Wlb9C{position:-webkit-sticky;position:sticky;top:100px}@media(max-width:1023px){.page_rightSection__Wlb9C{position:relative;top:0}}.page_formCard__VErrs{border-radius:24px;padding:48px 40px}.light-theme .page_formCard__VErrs{background:#2b2947}.dark-theme .page_formCard__VErrs{background:#fff}@media(max-width:767px){.page_formCard__VErrs{padding:36px 28px}}@media(max-width:480px){.page_formCard__VErrs{padding:32px 24px}}.page_formTitle__g8wjh{font-size:1.75rem;font-weight:700;margin-bottom:12px;line-height:1.3}.light-theme .page_formTitle__g8wjh{color:#fff}.dark-theme .page_formTitle__g8wjh{color:#1f173f}@media(max-width:767px){.page_formTitle__g8wjh{font-size:1.5rem}}@media(max-width:480px){.page_formTitle__g8wjh{font-size:1.375rem}}.page_formSubtitle__POWuy{font-size:.9375rem;margin-bottom:32px;line-height:1.6}.light-theme .page_formSubtitle__POWuy{color:hsla(0,0%,100%,.7)}.dark-theme .page_formSubtitle__POWuy{color:rgba(31,23,63,.7)}@media(max-width:767px){.page_formSubtitle__POWuy{font-size:.875rem;margin-bottom:28px}}.page_form__7fpi6{margin-bottom:0}.page_form__7fpi6 .formGroup{margin-bottom:20px}.light-theme .page_form__7fpi6 label{color:#fff!important}.dark-theme .page_form__7fpi6 label{color:#1f173f!important}.light-theme .page_form__7fpi6 input,.light-theme .page_form__7fpi6 textarea{background-color:hsla(0,0%,100%,.1)!important;border-color:hsla(0,0%,100%,.2)!important;color:#fff!important}.light-theme .page_form__7fpi6 input::placeholder,.light-theme .page_form__7fpi6 textarea::placeholder{color:hsla(0,0%,100%,.5)!important}.light-theme .page_form__7fpi6 input:focus,.light-theme .page_form__7fpi6 textarea:focus{border-color:hsla(0,0%,100%,.4)!important;background-color:hsla(0,0%,100%,.15)!important;box-shadow:0 0 0 3px hsla(0,0%,100%,.1)!important}.dark-theme .page_form__7fpi6 input,.dark-theme .page_form__7fpi6 textarea{background-color:rgba(31,23,63,.1)!important;border-color:rgba(31,23,63,.2)!important;color:#1f173f!important}.dark-theme .page_form__7fpi6 input::placeholder,.dark-theme .page_form__7fpi6 textarea::placeholder{color:rgba(31,23,63,.5)!important}.dark-theme .page_form__7fpi6 input:focus,.dark-theme .page_form__7fpi6 textarea:focus{border-color:rgba(31,23,63,.4)!important;background-color:rgba(31,23,63,.15)!important;box-shadow:0 0 0 3px rgba(31,23,63,.1)!important}.page_submitButton___S2zP{width:100%;padding:16px 32px;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px}.light-theme .page_submitButton___S2zP{background:#fff;color:#2b2947}.light-theme .page_submitButton___S2zP:hover:not(:disabled){background:hsla(0,0%,100%,.9)}.dark-theme .page_submitButton___S2zP{background:#1f173f;color:#fff}.dark-theme .page_submitButton___S2zP:hover:not(:disabled){background:rgba(31,23,63,.9)}.page_submitButton___S2zP:hover:not(:disabled){transform:translateY(-1px)}.page_submitButton___S2zP:active:not(:disabled){transform:translateY(0)}.page_submitButton___S2zP:disabled{opacity:.6;cursor:not-allowed}@media(max-width:767px){.page_submitButton___S2zP{padding:14px 28px;font-size:.9375rem}}.page_spinner__pXpEl{animation:page_spin__XSopw 1s linear infinite}@keyframes page_spin__XSopw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_infoCard__PFdTn{padding:0}@media(max-width:767px){.page_infoCard__PFdTn{padding:0}}.page_infoTitle__zG9qU{font-size:1.125rem;font-weight:700;margin-bottom:12px}.light-theme .page_infoTitle__zG9qU{color:#1f173f}.dark-theme .page_infoTitle__zG9qU{color:#fff}@media(max-width:767px){.page_infoTitle__zG9qU{font-size:1rem}}.page_infoText__PvDiU{font-size:.9375rem;font-weight:400;margin:0;line-height:1.7;opacity:.8}.light-theme .page_infoText__PvDiU{color:#1f173f}.dark-theme .page_infoText__PvDiU{color:#e5e5e5}@media(max-width:767px){.page_infoText__PvDiU{font-size:.875rem}}@keyframes page_fadeIn__Yfead{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__p6VRp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_main__Hrh37{flex:1 1;transition:background-color .3s ease;max-width:1440px;margin:0 auto;padding:60px 0}@media(max-width:767px){.page_main__Hrh37{padding:15px 0}}.page_container__4BDmi{max-width:100%;margin:0}.page_header__h0_TO{text-align:center;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}@media(max-width:768px){.page_header__h0_TO{margin-bottom:2rem}}.page_title__IixVr{font-size:2.75rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.light-theme .page_title__IixVr{color:#1f173f}.dark-theme .page_title__IixVr{color:#fff}@media(max-width:768px){.page_title__IixVr{font-size:2rem}}.page_subtitle__OpuaE{font-size:1.125rem;line-height:1.7;opacity:.85}.light-theme .page_subtitle__OpuaE{color:#1f173f}.dark-theme .page_subtitle__OpuaE{color:#fff}@media(max-width:768px){.page_subtitle__OpuaE{font-size:1rem}}.page_productsGrid__2wFIn{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:1200px){.page_productsGrid__2wFIn{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page_productsGrid__2wFIn{grid-template-columns:1fr;gap:1rem}}@keyframes page_fadeIn__P3XyR{0%{opacity:0}to{opacity:1}}@keyframes page_slideInUp__81CVb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_page__mjUOh{max-width:1440px;margin:0 auto;padding:80px 0 100px;position:relative;overflow:hidden}@media(max-width:767px){.page_page__mjUOh{padding:40px 0 60px}}.page_page__mjUOh:before{top:-20%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(78,84,200,.15) 0,rgba(138,79,255,.1) 30%,transparent 70%);animation:page_float__niqln 20s ease-in-out infinite}.page_page__mjUOh:after,.page_page__mjUOh:before{content:"";position:absolute;pointer-events:none;z-index:0}.page_page__mjUOh:after{bottom:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(218,34,255,.12) 0,rgba(138,79,255,.08) 30%,transparent 70%);animation:page_float__niqln 25s ease-in-out infinite reverse}.dark-theme .page_page__mjUOh:before{background:radial-gradient(circle,rgba(78,84,200,.08) 0,rgba(138,79,255,.05) 30%,transparent 70%)}.dark-theme .page_page__mjUOh:after{background:radial-gradient(circle,rgba(218,34,255,.06) 0,rgba(138,79,255,.04) 30%,transparent 70%)}@keyframes page_float__niqln{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.page_container__E66Nv{max-width:100%;margin:0 auto;padding:0 3rem;position:relative;z-index:1}@media(min-width:1600px){.page_container__E66Nv{max-width:1400px;padding:0 4rem}}@media(max-width:767px){.page_container__E66Nv{padding:0 1.5rem}}.page_progressSteps__mUGSV{display:flex;align-items:center;justify-content:center;margin:3rem 0 4rem;gap:1rem;animation:page_fadeInUp__YOZfg .8s ease-out}@media(max-width:767px){.page_progressSteps__mUGSV{margin:2rem 0 3rem;gap:.5rem}}.page_step__A8okn{display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:.4;transition:all .4s ease}.page_step__A8okn.page_active__gpwCB{opacity:1}.page_step__A8okn.page_active__gpwCB .page_stepIcon__WzpUK{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;box-shadow:0 8px 24px rgba(78,84,200,.35);transform:scale(1.1)}.light-theme .page_step__A8okn.page_active__gpwCB .page_stepLabel___gKBC{color:#1f173f}.dark-theme .page_step__A8okn.page_active__gpwCB .page_stepLabel___gKBC{color:#fff}.page_stepIcon__WzpUK{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_stepIcon__WzpUK{background:hsla(0,0%,100%,.6);border:2px solid rgba(31,23,63,.15);color:rgba(31,23,63,.6)}.dark-theme .page_stepIcon__WzpUK{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.6)}@media(max-width:767px){.page_stepIcon__WzpUK{width:48px;height:48px}.page_stepIcon__WzpUK svg{width:18px;height:18px}}.page_stepLabel___gKBC{font-size:.9375rem;font-weight:600;transition:color .3s ease}.light-theme .page_stepLabel___gKBC{color:rgba(31,23,63,.5)}.dark-theme .page_stepLabel___gKBC{color:hsla(0,0%,100%,.5)}@media(max-width:767px){.page_stepLabel___gKBC{font-size:.8125rem}}@media(max-width:480px){.page_stepLabel___gKBC{display:none}}.page_stepLine__GkTOs{width:120px;height:2px;position:relative}.light-theme .page_stepLine__GkTOs{background:rgba(31,23,63,.1)}.dark-theme .page_stepLine__GkTOs{background:hsla(0,0%,100%,.1)}@media(max-width:767px){.page_stepLine__GkTOs{width:60px}}@media(max-width:480px){.page_stepLine__GkTOs{width:40px}}@keyframes page_fadeInUp__YOZfg{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page_content__TJ5iQ{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:1200px){.page_content__TJ5iQ{grid-template-columns:1fr 350px;gap:2.5rem}}@media(max-width:992px){.page_content__TJ5iQ{grid-template-columns:1fr;gap:2rem}}.page_infoCard__DPp6c,.page_orderSection__8stjA{border-radius:28px;padding:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__YOZfg .8s ease-out .2s both}.light-theme .page_infoCard__DPp6c,.light-theme .page_orderSection__8stjA{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_infoCard__DPp6c,.dark-theme .page_orderSection__8stjA{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}@media(max-width:767px){.page_infoCard__DPp6c,.page_orderSection__8stjA{padding:2.5rem 2rem}}.page_sectionTitle___JR93{font-size:1.75rem;font-weight:800;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.light-theme .page_sectionTitle___JR93{color:#1f173f}.dark-theme .page_sectionTitle___JR93{color:#fff}@media(max-width:767px){.page_sectionTitle___JR93{font-size:1.5rem}}.page_orderItems__2FTeq{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.page_orderItem__EMjmK{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.light-theme .page_orderItem__EMjmK{background:rgba(248,246,255,.5);border:2px solid hsla(0,0%,100%,.6)}.dark-theme .page_orderItem__EMjmK{background:rgba(31,23,63,.2);border:2px solid hsla(0,0%,100%,.08)}.page_orderItem__EMjmK:hover{transform:translateX(4px)}@media(max-width:767px){.page_orderItem__EMjmK{flex-direction:column;gap:1rem;padding:1.5rem}}.page_itemInfo__UUd1G{flex:1 1}.page_itemName__uVuzG{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.light-theme .page_itemName__uVuzG{color:#1f173f}.dark-theme .page_itemName__uVuzG{color:#fff}.page_itemMeta__5CHbe{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.page_planBadge__VFWUZ{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;box-shadow:0 4px 12px rgba(78,84,200,.3)}.page_billingBadge__9tNnx,.page_planBadge__VFWUZ{padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:700}.page_billingBadge__9tNnx{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_billingBadge__9tNnx{background:hsla(0,0%,100%,.8);color:rgba(31,23,63,.8);border:2px solid rgba(31,23,63,.15)}.dark-theme .page_billingBadge__9tNnx{background:rgba(31,23,63,.4);color:hsla(0,0%,100%,.8);border:2px solid hsla(0,0%,100%,.15)}.page_itemPrice__C7UPO{display:flex;align-items:baseline;gap:.375rem;text-align:right}.page_price__MqLGd{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}@media(max-width:767px){.page_price__MqLGd{font-size:1.75rem}}.page_period__ot203{font-size:.9375rem;font-weight:600}.light-theme .page_period__ot203{color:rgba(31,23,63,.5)}.dark-theme .page_period__ot203{color:hsla(0,0%,100%,.5)}.page_orderSummary__raZ7m{padding:2rem;border-radius:20px;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_orderSummary__raZ7m{background:rgba(248,246,255,.4);border:2px solid hsla(0,0%,100%,.5)}.dark-theme .page_orderSummary__raZ7m{background:rgba(31,23,63,.15);border:2px solid hsla(0,0%,100%,.06)}.page_summaryRow__6XaWt{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;font-size:1.0625rem;font-weight:500}.light-theme .page_summaryRow__6XaWt{color:rgba(31,23,63,.8)}.dark-theme .page_summaryRow__6XaWt{color:hsla(0,0%,100%,.8)}.light-theme .page_summaryRow__6XaWt:not(:last-child){border-bottom:1px solid rgba(31,23,63,.08)}.dark-theme .page_summaryRow__6XaWt:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.08)}.page_summaryRow__6XaWt.page_total__0kmMc{margin-top:.5rem;padding-top:1.5rem;font-size:1.5rem;font-weight:800;border-top:2px solid;border-bottom:none!important}.light-theme .page_summaryRow__6XaWt.page_total__0kmMc{border-color:rgba(31,23,63,.15)}.dark-theme .page_summaryRow__6XaWt.page_total__0kmMc{border-color:hsla(0,0%,100%,.15)}.page_summaryRow__6XaWt.page_total__0kmMc span:last-child{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:767px){.page_summaryRow__6XaWt.page_total__0kmMc{font-size:1.375rem}}.page_continueButton__FWYfT{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;border:none;border-radius:16px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 8px 24px rgba(78,84,200,.35),0 4px 12px rgba(138,79,255,.25);letter-spacing:.03em}.page_continueButton__FWYfT:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px rgba(78,84,200,.45),0 8px 20px rgba(138,79,255,.35)}.page_continueButton__FWYfT:hover svg{transform:translateX(4px)}.page_continueButton__FWYfT:active{transform:translateY(-1px) scale(.98)}.page_continueButton__FWYfT svg{transition:transform .3s ease}@media(max-width:767px){.page_continueButton__FWYfT{padding:1.125rem 1.75rem;font-size:1rem}}.page_infoCard__DPp6c{text-align:center;animation:page_fadeInUp__YOZfg .8s ease-out .4s both}@media(max-width:992px){.page_infoCard__DPp6c{text-align:left}}.page_infoIcon__8ZL4I{margin:0 auto 1.5rem;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(78,84,200,.1),rgba(138,79,255,.1));color:#4e54c8}.page_infoCard__DPp6c h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.light-theme .page_infoCard__DPp6c h3{color:#1f173f}.dark-theme .page_infoCard__DPp6c h3{color:#fff}.page_infoCard__DPp6c p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.light-theme .page_infoCard__DPp6c p{color:rgba(31,23,63,.7)}.dark-theme .page_infoCard__DPp6c p{color:hsla(0,0%,100%,.7)}.page_infoBadges__4I_eU{display:flex;flex-direction:column;gap:.75rem}.page_infoBadge__1zQ_V{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;font-size:.9375rem;font-weight:600}.light-theme .page_infoBadge__1zQ_V{background:rgba(248,246,255,.6);color:rgba(31,23,63,.8);border:2px solid hsla(0,0%,100%,.6)}.dark-theme .page_infoBadge__1zQ_V{background:rgba(31,23,63,.2);color:hsla(0,0%,100%,.8);border:2px solid hsla(0,0%,100%,.08)}.page_infoBadge__1zQ_V svg{color:#10b981;flex-shrink:0}.page_paymentContent__SzoXk{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:1200px){.page_paymentContent__SzoXk{grid-template-columns:1fr 350px;gap:2.5rem}}@media(max-width:992px){.page_paymentContent__SzoXk{grid-template-columns:1fr;gap:2rem}}.page_paymentSection__2DCsP{border-radius:28px;padding:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__YOZfg .8s ease-out .2s both}.light-theme .page_paymentSection__2DCsP{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_paymentSection__2DCsP{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}@media(max-width:767px){.page_paymentSection__2DCsP{padding:2.5rem 2rem}}.page_paymentCard__TFA9S{display:flex;flex-direction:column;gap:2rem}.page_paymentHeader__Nj3_e h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.light-theme .page_paymentHeader__Nj3_e h3{color:#1f173f}.dark-theme .page_paymentHeader__Nj3_e h3{color:#fff}.page_paymentHeader__Nj3_e p{font-size:1rem}.light-theme .page_paymentHeader__Nj3_e p{color:rgba(31,23,63,.6)}.dark-theme .page_paymentHeader__Nj3_e p{color:hsla(0,0%,100%,.6)}.page_bankDetails__prl_R{padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_bankDetails__prl_R{background:rgba(248,246,255,.5);border:2px solid hsla(0,0%,100%,.6)}.dark-theme .page_bankDetails__prl_R{background:rgba(31,23,63,.2);border:2px solid hsla(0,0%,100%,.08)}.page_detailRow__TfnZB{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.light-theme .page_detailRow__TfnZB:not(:last-child){border-bottom:1px solid rgba(31,23,63,.08)}.dark-theme .page_detailRow__TfnZB:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.08)}.page_detailRow__TfnZB.page_amount__qcLIZ{margin-top:.5rem;padding-top:1.5rem;border-top:2px solid;border-bottom:none!important}.light-theme .page_detailRow__TfnZB.page_amount__qcLIZ{border-color:rgba(31,23,63,.15)}.dark-theme .page_detailRow__TfnZB.page_amount__qcLIZ{border-color:hsla(0,0%,100%,.15)}.page_detailRow__TfnZB.page_amount__qcLIZ .page_detailLabel__khcMO{font-size:1.125rem;font-weight:700}.page_detailRow__TfnZB.page_amount__qcLIZ .page_detailValue__H_rra{font-size:1.75rem;font-weight:900;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:767px){.page_detailRow__TfnZB{flex-direction:column;align-items:flex-start;gap:.5rem}}.page_detailLabel__khcMO{font-size:.9375rem;font-weight:600}.light-theme .page_detailLabel__khcMO{color:rgba(31,23,63,.6)}.dark-theme .page_detailLabel__khcMO{color:hsla(0,0%,100%,.6)}.page_detailValue__H_rra{font-size:1.0625rem;font-weight:700}.light-theme .page_detailValue__H_rra{color:#1f173f}.dark-theme .page_detailValue__H_rra{color:#fff}.page_ibanWrapper__7hyN3{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_ibanWrapper__7hyN3{background:hsla(0,0%,100%,.8);border:2px solid rgba(78,84,200,.2)}.dark-theme .page_ibanWrapper__7hyN3{background:rgba(31,23,63,.3);border:2px solid rgba(138,79,255,.2)}.page_copyButton__hbwKH{padding:.5rem;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.light-theme .page_copyButton__hbwKH{background:rgba(78,84,200,.1);color:#4e54c8}.light-theme .page_copyButton__hbwKH:hover{background:rgba(78,84,200,.2)}.dark-theme .page_copyButton__hbwKH{background:rgba(138,79,255,.15);color:#8a4fff}.dark-theme .page_copyButton__hbwKH:hover{background:rgba(138,79,255,.25)}.page_ibanInputSection__137sZ{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.page_ibanInputLabel__Ft8ds{font-size:.9375rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.light-theme .page_ibanInputLabel__Ft8ds{color:rgba(31,23,63,.8)}.dark-theme .page_ibanInputLabel__Ft8ds{color:hsla(0,0%,100%,.8)}.page_ibanInputLabel__Ft8ds .page_required__LWT38{color:#ef4444}.page_ibanInput__C6JLD{padding:1rem 1.25rem;border-radius:12px;font-size:1rem;font-weight:500;border:2px solid;transition:all .3s ease;font-family:monospace}.light-theme .page_ibanInput__C6JLD{background:hsla(0,0%,100%,.9);border-color:rgba(31,23,63,.15);color:#1f173f}.light-theme .page_ibanInput__C6JLD::placeholder{color:rgba(31,23,63,.4)}.light-theme .page_ibanInput__C6JLD:focus{outline:none;border-color:#4e54c8;box-shadow:0 0 0 3px rgba(78,84,200,.15)}.dark-theme .page_ibanInput__C6JLD{background:rgba(31,23,63,.4);border-color:hsla(0,0%,100%,.15);color:#fff}.dark-theme .page_ibanInput__C6JLD::placeholder{color:hsla(0,0%,100%,.4)}.dark-theme .page_ibanInput__C6JLD:focus{outline:none;border-color:#8a4fff;box-shadow:0 0 0 3px rgba(138,79,255,.15)}.page_ibanInput__C6JLD.page_error__FlcEa{border-color:#ef4444!important}.page_ibanInput__C6JLD.page_error__FlcEa:focus{box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}.page_ibanInput__C6JLD:disabled{opacity:.6;cursor:not-allowed}.page_errorText__kxJDs{font-size:.875rem;color:#ef4444;font-weight:500;display:flex;align-items:center;gap:.375rem}.page_errorText__kxJDs svg{width:14px;height:14px;flex-shrink:0}.page_required__LWT38{color:#ef4444;margin-left:.25rem}.page_uploadSection__U9Dkh{display:flex;flex-direction:column;gap:1rem}.page_uploadLabel__aPUnb{position:relative;padding:3rem 2rem;border:2px dashed;border-radius:20px;text-align:center;cursor:pointer;transition:all .3s ease;font-size:1.0625rem;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:.75rem}.light-theme .page_uploadLabel__aPUnb{border-color:rgba(78,84,200,.3);background:rgba(248,246,255,.3);color:#4e54c8}.light-theme .page_uploadLabel__aPUnb:hover{border-color:#4e54c8;background:rgba(248,246,255,.5)}.dark-theme .page_uploadLabel__aPUnb{border-color:rgba(138,79,255,.3);background:rgba(31,23,63,.15);color:#8a4fff}.dark-theme .page_uploadLabel__aPUnb:hover{border-color:#8a4fff;background:rgba(31,23,63,.25)}.page_uploadLabel__aPUnb .page_required__LWT38{color:#ef4444;font-size:1rem}.page_fileInput__SQ8lb{position:absolute;width:0;height:0;opacity:0}.page_uploadedFile__mIY0u{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;font-size:.9375rem;font-weight:600}.light-theme .page_uploadedFile__mIY0u{background:rgba(16,185,129,.1);color:#10b981;border:2px solid rgba(16,185,129,.3)}.dark-theme .page_uploadedFile__mIY0u{background:rgba(16,185,129,.15);color:#10b981;border:2px solid rgba(16,185,129,.3)}.page_uploadedFile__mIY0u svg{flex-shrink:0}.page_paymentActions__JmexC{display:flex;gap:1rem}@media(max-width:767px){.page_paymentActions__JmexC{flex-direction:column}}.page_backButton__GqsJ8,.page_confirmButton__2Yo5O{flex:1 1;padding:1.125rem 2rem;border-radius:16px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:.75rem;letter-spacing:.02em}.page_backButton__GqsJ8:disabled,.page_confirmButton__2Yo5O:disabled{opacity:.6;cursor:not-allowed}.page_backButton__GqsJ8{border:2px solid}.light-theme .page_backButton__GqsJ8{background:hsla(0,0%,100%,.8);border-color:rgba(31,23,63,.2);color:#1f173f}.light-theme .page_backButton__GqsJ8:hover:not(:disabled){background:#fff;border-color:rgba(31,23,63,.4)}.dark-theme .page_backButton__GqsJ8{background:rgba(31,23,63,.4);border-color:hsla(0,0%,100%,.2);color:#fff}.dark-theme .page_backButton__GqsJ8:hover:not(:disabled){background:rgba(31,23,63,.6);border-color:hsla(0,0%,100%,.4)}.page_confirmButton__2Yo5O{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;border:none;box-shadow:0 8px 24px rgba(78,84,200,.35),0 4px 12px rgba(138,79,255,.25)}.page_confirmButton__2Yo5O:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px rgba(78,84,200,.45),0 8px 20px rgba(138,79,255,.35)}.page_confirmButton__2Yo5O:active:not(:disabled){transform:translateY(-1px) scale(.98)}.page_spinner__cMXip{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:page_spin__SVBP_ .6s linear infinite}@keyframes page_spin__SVBP_{to{transform:rotate(1turn)}}.page_orderSummaryCard__jq7xz{border-radius:28px;padding:2.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__YOZfg .8s ease-out .4s both}.light-theme .page_orderSummaryCard__jq7xz{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_orderSummaryCard__jq7xz{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}.page_orderSummaryCard__jq7xz h3{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem}.light-theme .page_orderSummaryCard__jq7xz h3{color:#1f173f}.dark-theme .page_orderSummaryCard__jq7xz h3{color:#fff}@media(max-width:767px){.page_orderSummaryCard__jq7xz{padding:2rem}}.page_summaryItems__blhTe{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.page_summaryItem__oHFRT{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:500}.light-theme .page_summaryItem__oHFRT{color:rgba(31,23,63,.8)}.dark-theme .page_summaryItem__oHFRT{color:hsla(0,0%,100%,.8)}.page_summaryItem__oHFRT span:last-child{font-weight:700}.light-theme .page_summaryItem__oHFRT span:last-child{color:#1f173f}.dark-theme .page_summaryItem__oHFRT span:last-child{color:#fff}.page_summaryTotal__LX8r8{padding-top:1.5rem;border-top:2px solid;display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:800}.light-theme .page_summaryTotal__LX8r8{border-color:rgba(31,23,63,.15)}.dark-theme .page_summaryTotal__LX8r8{border-color:hsla(0,0%,100%,.15)}.page_summaryTotal__LX8r8 span:last-child{background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page_successContent__2JEBU{display:flex;justify-content:center;align-items:center;min-height:500px}.page_successCard__Ps3Hx{max-width:700px;width:100%;text-align:center;border-radius:32px;padding:4rem 3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:page_fadeInUp__YOZfg .8s ease-out .2s both,page_scaleIn__dAari .6s ease-out .2s both}.light-theme .page_successCard__Ps3Hx{background:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.8);box-shadow:0 20px 60px rgba(31,23,63,.08),inset 0 1px 1px hsla(0,0%,100%,.9)}.dark-theme .page_successCard__Ps3Hx{background:rgba(31,23,63,.3);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 1px hsla(0,0%,100%,.05)}@media(max-width:767px){.page_successCard__Ps3Hx{padding:3rem 2rem}}@keyframes page_scaleIn__dAari{0%{transform:scale(.9)}to{transform:scale(1)}}.page_successIcon__SjD5k{margin:0 auto 2rem;width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(5,150,105,.1));color:#10b981;animation:page_pulse__zNICR 2s ease-in-out infinite}@media(max-width:767px){.page_successIcon__SjD5k{width:100px;height:100px}.page_successIcon__SjD5k svg{width:64px;height:64px}}.page_successTitle__8wE_A{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:767px){.page_successTitle__8wE_A{font-size:2rem}}.page_successMessage__beSF2{font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.light-theme .page_successMessage__beSF2{color:rgba(31,23,63,.7)}.dark-theme .page_successMessage__beSF2{color:hsla(0,0%,100%,.7)}.page_orderInfo__VKRZX{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media(max-width:767px){.page_orderInfo__VKRZX{grid-template-columns:1fr}}.page_orderInfoItem__4YdyM{padding:1.5rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light-theme .page_orderInfoItem__4YdyM{background:rgba(248,246,255,.5);border:2px solid hsla(0,0%,100%,.6)}.dark-theme .page_orderInfoItem__4YdyM{background:rgba(31,23,63,.2);border:2px solid hsla(0,0%,100%,.08)}.page_orderInfoLabel__JsGTl{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.light-theme .page_orderInfoLabel__JsGTl{color:rgba(31,23,63,.6)}.dark-theme .page_orderInfoLabel__JsGTl{color:hsla(0,0%,100%,.6)}.page_orderInfoValue__cJbXv{display:block;font-size:1.25rem;font-weight:800}.light-theme .page_orderInfoValue__cJbXv{color:#1f173f}.dark-theme .page_orderInfoValue__cJbXv{color:#fff}.page_nextSteps__XYYQm{text-align:left;margin-bottom:2.5rem}.page_nextSteps__XYYQm h3{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;text-align:center}.light-theme .page_nextSteps__XYYQm h3{color:#1f173f}.dark-theme .page_nextSteps__XYYQm h3{color:#fff}.page_stepsList__Q4IDg{display:flex;flex-direction:column;gap:1rem}.page_nextStep__X9Utb{display:flex;gap:1rem;padding:1.5rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.light-theme .page_nextStep__X9Utb{background:rgba(248,246,255,.5);border:2px solid hsla(0,0%,100%,.6)}.dark-theme .page_nextStep__X9Utb{background:rgba(31,23,63,.2);border:2px solid hsla(0,0%,100%,.08)}.page_nextStep__X9Utb:hover{transform:translateX(4px)}.page_nextStepIcon__2Lg92{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;font-size:1.125rem;font-weight:800;flex-shrink:0}.page_nextStepContent__nl1_Q{flex:1 1}.page_nextStepContent__nl1_Q h4{font-size:1.0625rem;font-weight:700;margin-bottom:.375rem}.light-theme .page_nextStepContent__nl1_Q h4{color:#1f173f}.dark-theme .page_nextStepContent__nl1_Q h4{color:#fff}.page_nextStepContent__nl1_Q p{font-size:.9375rem}.light-theme .page_nextStepContent__nl1_Q p{color:rgba(31,23,63,.6)}.dark-theme .page_nextStepContent__nl1_Q p{color:hsla(0,0%,100%,.6)}.page_backToShoppingButton__hMSwk{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#4e54c8,#8a4fff,#da22ff);color:#fff;border:none;border-radius:16px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 24px rgba(78,84,200,.35),0 4px 12px rgba(138,79,255,.25);letter-spacing:.03em}.page_backToShoppingButton__hMSwk:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px rgba(78,84,200,.45),0 8px 20px rgba(138,79,255,.35)}.page_backToShoppingButton__hMSwk:active{transform:translateY(-1px) scale(.98)}