@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");:root{--background:#fff;--foreground:#000;--link-color:#0070f3}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#fff;--link-color:#1e90ff}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{padding:0;margin:0}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.home_container__TLSt1{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);font-family:Quicksand,sans-serif;color:#fff;min-height:100vh;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;margin:0}@media (max-width:768px){.home_container__TLSt1{flex-direction:column;justify-content:center}}.home_header__PUC5f{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 50px;background-color:transparent;border-bottom:1px solid #333;position:-webkit-sticky;position:sticky;top:0;z-index:1000;font-family:Quicksand,sans-serif}@media (max-width:768px){.home_header__PUC5f{display:none}}.home_logo__fwoF8{margin-left:30px;font-size:2rem;font-weight:700;color:#fff}.home_svgLogo__lvFwJ{width:150px;height:auto;margin-left:30px}.home_highlight__wsiMU{color:#3b82f6}.home_nav__BG9U5{display:flex;gap:20px}.home_nav__BG9U5 a{color:#fff;text-decoration:none;font-size:1rem;opacity:.8;transition:opacity .2s ease}.home_nav__BG9U5 a:hover{opacity:1}.home_authButtons__cPBWl{display:flex;gap:15px;margin-right:30px}.home_login__1HXEx,.home_register__RbJ_P{background-color:transparent;color:#fff;padding:12px 20px;border:2px solid #3b82f6;border-radius:25px;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease;font-family:Quicksand,sans-serif;font-size:1rem;cursor:pointer}.home_register__RbJ_P{border-color:#3b82f6}.home_login__1HXEx:hover,.home_register__RbJ_P:hover{background-color:#3b82f6;color:#fff;transform:scale(1.05)}.home_mobileHeader__I7O0j{display:none}@media (max-width:768px){.home_mobileHeader__I7O0j{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 20px;background-color:#0a0a0a;border-bottom:1px solid #333}}.home_main__C5E0Z{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 20px;justify-content:center}@media (max-width:768px){.home_main__C5E0Z{padding:20px}}.home_hero__3iLRs{max-width:700px;margin-bottom:30px;animation:home_fadeInUp__1bHbh 1s ease-in-out;position:relative}.home_title__zsVL2{font-size:2.8rem;font-weight:700;color:#fff}.home_subtitle__QQ5B3{font-size:1.4rem;color:#aaa}.home_description__2Sq3E{font-size:1.2rem;color:#ccc;margin-top:10px;margin-bottom:30px}.home_buttons__JloWo{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px}.home_primaryButton__IrH5N{background-color:#3b82f6;border:none;border-radius:5px;transition:background-color .3s ease,transform .3s ease}.home_primaryButton__IrH5N,.home_secondaryButton__3J0Rv{color:#fff;padding:12px 20px;font-size:1rem;cursor:pointer;font-family:Quicksand,sans-serif}.home_secondaryButton__3J0Rv{background-color:transparent;border:2px solid #3b82f6;border-radius:5px;transition:background-color .3s ease,color .3s ease}.home_primaryButton__IrH5N:hover{background-color:#1e60c2;transform:scale(1.05)}.home_secondaryButton__3J0Rv:hover{background-color:#3b82f6;color:#fff}.home_stats__OKD5s{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:20px}.home_statItem__aE9ks{text-align:center;padding:20px;animation:home_fadeInUp__1bHbh 1s ease-in-out}.home_statNumber__0HaRO{font-size:2rem;font-weight:700;background:linear-gradient(90deg,#4facfe,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home_statItem__aE9ks span{font-size:1rem;color:#ccc;margin-top:5px}.home_loginPopup__c7k01{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;z-index:2000;background:rgba(0,0,0,.6);width:100vw;height:100vh;font-family:Quicksand,sans-serif}.home_loginContainer__yWGe8{background-color:#1a1a1a;padding:40px 30px;border-radius:10px;box-shadow:0 6px 12px rgba(0,0,0,.3);width:100%;max-width:400px;position:relative;display:flex;flex-direction:column}.home_loginTitle__ZQkkB{text-align:left;color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:20px;line-height:1.2}.home_closeButton__7o0t4{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer;transition:color .3s ease}.home_closeButton__7o0t4:hover{color:#3b82f6}.home_loginForm__jS3Lf{display:flex;flex-direction:column;gap:20px}.home_inputGroup__Vx3pz{display:flex;align-items:center;background-color:#000;padding:12px;border:1px solid #444;border-radius:6px}.home_inputGroup__Vx3pz input{flex:1 1;border:none;background:none;color:#fff;font-size:1rem;outline:none;margin-left:10px}.home_inputGroup__Vx3pz input::placeholder{color:#888}.home_icon__LRheF{font-size:1.2rem;color:#3b82f6}.home_forgotPassword__jZycb{text-align:right;font-size:.9rem;color:#535a67;text-decoration:none}.home_forgotPassword__jZycb:hover{text-decoration:underline}.home_loginButton__YS1MQ{padding:12px 20px;background-color:#3b82f6;color:#fff;font-size:1rem;border:none;border-radius:25px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;font-family:Quicksand,sans-serif}.home_loginButton__YS1MQ:hover{background-color:#1e60c2;transform:scale(1.05)}.home_blueBar__ZC9FI{width:100%;background-color:#3b82f6;color:#fff;text-align:center;padding:20px;font-size:1.5rem;font-family:Quicksand,sans-serif;border-radius:10px;margin:30px 0}@keyframes home_bounce__0Go9V{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes home_fadeInUp__1bHbh{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes home_fadeInLeft__tAL_n{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes home_fadeInRight__nBk2B{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.home_fadeInUp__1bHbh{animation:home_fadeInUp__1bHbh 1s ease-in-out}.home_fadeInLeft__tAL_n{animation:home_fadeInLeft__tAL_n 1s ease-in-out}.home_fadeInRight__nBk2B{animation:home_fadeInRight__nBk2B 1s ease-in-out}.home_aboutSection__cf8eE{max-width:800px;margin:120px auto;text-align:left;padding:0 20px;opacity:1;transform:translateY(0);transition:none;animation:home_fadeInLeft__tAL_n 1s ease-in-out}.home_aboutSection__cf8eE h2{font-size:1.8rem;margin-bottom:15px;color:#3b82f6}.home_aboutSection__cf8eE p,.home_aboutSection__cf8eE ul{font-size:1rem;line-height:1.8;color:#ccc}.home_aboutSection__cf8eE .home_list__gp9m2{list-style-type:disc;padding-left:20px}.home_aboutSection__cf8eE .home_list__gp9m2 li{margin-bottom:10px}.home_placeholderSection__U1DBg{display:flex;justify-content:center;gap:20px;padding:40px 20px;animation:home_fadeIn__uLm0f 1s ease-in-out}.home_placeholderCard__xQxZC{background-color:#1a1a1a;color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}.home_placeholderCard__xQxZC:hover{transform:translateY(-10px);box-shadow:0 8px 16px rgba(0,0,0,.3)}.home_creativeSection__hag2U{display:flex;justify-content:center;align-items:center;gap:20px;padding:40px 20px;background:url(/public/background.png) repeat;animation:home_fadeIn__uLm0f 1s ease-in-out}.home_creativeElement__bsm79{background-color:#1a1a1a;color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.home_creativeElement__bsm79:hover{transform:translateY(-10px);box-shadow:0 8px 16px rgba(0,0,0,.3)}.home_animatedIcon__rsAEt{font-size:3rem;color:#3b82f6;animation:home_bounce__0Go9V 2s infinite}@keyframes home_fadeIn__uLm0f{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes home_slideIn__ij9Nd{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.home_fadeIn__uLm0f{animation:home_fadeIn__uLm0f 1s ease-in-out}.home_slideIn__ij9Nd{animation:home_slideIn__ij9Nd 1s ease-in-out}.home_texture__uTYli{position:absolute;top:100px;left:0;width:300px;height:auto;opacity:.3;z-index:0}.home_pricingSection__SSF4i{display:flex;flex-direction:column;align-items:center;padding:60px 20px;animation:home_fadeInRight__nBk2B 1s ease-in-out}.home_pricingTitle__0W_7f{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}.home_planContainer__nDyla{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.home_planCard__0DZwq{padding:20px;border-radius:8px;width:220px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease,border .3s ease;position:relative;cursor:pointer;background-color:#1a1a1a}.home_planCard__0DZwq:hover{transform:translateY(-10px);box-shadow:0 8px 16px rgba(0,0,0,.4);border:1px solid #3b82f6}.home_featured__HeS2j{border:1px solid #3b82f6}.home_featured__HeS2j:before{content:"POPULAARSEIM";position:absolute;top:-10px;right:-10px;background-color:#3b82f6;color:#fff;padding:4px 8px;font-size:.8rem;border-radius:5px;font-weight:700}.home_planName__l80dn{font-size:1.4rem;font-weight:700;margin-bottom:10px}.home_planDescription__0XeRz{font-size:.9rem;margin-bottom:20px;color:#ccc}.home_planPrice__YByO0{font-size:2rem;font-weight:700;margin:20px 0}.home_planPrice__YByO0 span{font-size:1rem;font-weight:400}.home_planPriceNote__u5Gwq{font-size:.9rem;color:#bbb;margin-top:2px;margin-bottom:10px}.home_subscribeButton__ptPL_{background-color:#fff;color:#000;padding:10px 15px;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.home_subscribeButton__ptPL_:hover{background-color:#ddd;transform:scale(1.05)}.home_footer__1HL_E{width:100%;background-color:#0a0a0a;color:#fff;text-align:center;padding:20px 0;font-family:Quicksand,sans-serif;border-top:1px solid #333}.home_footer__1HL_E p{margin:0;font-size:1rem}.home_footer__1HL_E a{color:#3b82f6;text-decoration:none;margin-left:5px}.home_footer__1HL_E a:hover{text-decoration:underline}.home_finalModule__wDc4Z{width:100%;background:linear-gradient(135deg,#3b82f6,#1e60c2,#0a0a0a);color:#fff;text-align:center;padding:40px 20px;font-size:1.5rem;font-family:Quicksand,sans-serif;border-radius:10px;margin:30px 0;animation:home_fadeInUp__1bHbh 1s ease-in-out}.home_finalModule__wDc4Z p{margin:0}.home_finalRegisterButton__YyHC2{background-color:#fff;color:#000;padding:12px 20px;border:none;border-radius:25px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .3s ease;font-family:Quicksand,sans-serif;margin-top:20px}.home_finalRegisterButton__YyHC2:hover{background-color:#ddd;transform:scale(1.05)}.home_promoRegisterButton__KHFr3{background-color:#3b82f6;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .3s ease,transform .2s ease}.home_promoForm__VHVRM{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:20px}.home_fullWidthButton__ov2c5{width:100%;padding:10px 0;border-radius:6px;font-size:16px;font-weight:700;text-align:center}.Footer_footer__JrJN9{width:100%;background-color:#0a0a0a;color:#fff;text-align:center;padding:20px 0;font-family:Quicksand,sans-serif;border-top:1px solid #333}.Footer_footer__JrJN9 p{margin:0;font-size:1rem}.Footer_footer__JrJN9 a{color:#3b82f6;text-decoration:none;margin-left:5px}.Footer_footer__JrJN9 a:hover{text-decoration:underline}