.Hero_hero__fhNXW{padding:10rem 0 6rem;background:linear-gradient(135deg,#f5f7fa,#e4ecfb);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;.Hero_bubbles__z7Ggi{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.Hero_bubble__Wf_pG{position:absolute;border-radius:50%;background:rgb(var(--color-secondary)/.1);animation:Hero_float__ee22X 8s ease-in-out infinite}.Hero_bubble__Wf_pG:first-child{width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.Hero_bubble__Wf_pG:nth-child(2){width:120px;height:120px;top:20%;right:15%;animation-delay:1s}.Hero_bubble__Wf_pG:nth-child(3){width:50px;height:50px;bottom:20%;left:20%;animation-delay:2s}.Hero_bubble__Wf_pG:nth-child(4){width:100px;height:100px;bottom:10%;right:10%;animation-delay:3s}.Hero_bubble__Wf_pG:nth-child(5){width:70px;height:70px;top:50%;left:50%;animation-delay:4s}.Hero_container__bKBN_{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.Hero_content__xjOZD{flex:1 1;max-width:550px}.Hero_headline__yQQJ4{font-size:3.5rem;font-weight:800;line-height:1.2;color:rgb(var(--color-primary));margin-bottom:1.5rem}.Hero_headline__yQQJ4 span{color:rgb(var(--color-secondary));position:relative}.Hero_subheadline__WCvZd{font-size:1.25rem;color:#555;margin-bottom:2.5rem;line-height:1.6}.Hero_cta__8taB_{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:-moz-fit-content;width:fit-content}.Hero_ctaButton__CqVJg{background-color:rgb(var(--color-primary));color:white;border:none;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 10px 20px rgba(9,33,60,.2);transition:all .3s ease}.Hero_ctaButton__CqVJg:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(9,33,60,.3)}.Hero_arrow__4uJE8{transition:transform .3s ease}.Hero_ctaButton__CqVJg:hover .Hero_arrow__4uJE8{transform:translateX(5px)}.Hero_ctaNote__8DXyD{font-size:.9rem;color:#555;text-align:center;width:100%}.Hero_imageContainer__IQra_{flex:1 1;position:relative;perspective:1000px}.Hero_deviceFrame__xnC1u{width:300px;height:600px;background:white;border-radius:40px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:15px;margin:0 auto;position:relative;transform:rotate3d(-.3,1,0,-20deg)}.Hero_deviceScreen__rdf0M{width:100%;height:100%;background:#f5f7fa;border-radius:30px;overflow:hidden;padding:20px}.Hero_quizInterface__2qcS0{height:100%;display:flex;flex-direction:column}.Hero_quizHeader__OfbCr{margin-bottom:30px}.Hero_quizProgress__BI_7B{position:relative;height:8px;width:100%;margin:0 auto;background:#e0e0e0;border-radius:4px;&:after{content:"";position:absolute;z-index:1;top:0;left:0;height:100%;width:60%;background:rgb(var(--color-secondary));border-radius:4px}}.Hero_quizQuestion__tOKQ5{font-size:1.2rem;font-weight:600;color:rgb(var(--color-primary));margin-bottom:30px;text-align:center}.Hero_quizOptions__XmkKq{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.Hero_quizOption__tZNFp{background:white;padding:15px;border-radius:15px;display:flex;align-items:center;gap:15px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.Hero_quizOption__tZNFp:hover{transform:translateY(-2px);box-shadow:0 5px 10px rgba(0,0,0,.05)}.Hero_quizOption__tZNFp.Hero_selected__DssqZ{border-color:rgb(var(--color-primary-dark));background:rgba(58,123,213,.05)}.Hero_optionDot__frmhd{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;position:relative}.Hero_selected__DssqZ .Hero_optionDot__frmhd{border-color:rgb(var(--color-primary-dark))}.Hero_selected__DssqZ .Hero_optionDot__frmhd{&:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:rgb(var(--color-primary-dark));top:50%;left:50%;transform:translate(-50%,-50%)}}.Hero_optionText__ZHAK8{font-weight:500}.Hero_quizButton__9GpRB{background:white;color:rgb(var(--color-secondary));padding:15px;border-radius:15px;font-weight:600;margin-top:auto;transition:all .2s ease;border:2px solid rgb(var(--color-secondary))}.Hero_badge__2MzjK{position:absolute;bottom:20%;right:-10%;background:white;padding:10px 20px;border-radius:30px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 20px rgba(0,0,0,.1);animation:Hero_bounce__0HuL2 3s ease-in-out infinite}.Hero_badgeIcon__Ei1_o{font-size:1.2rem}.Hero_badgeText__ORhuk{font-weight:600;color:rgb(var(--color-primary))}}@media (max-width:992px){.Hero_hero__fhNXW{.Hero_container__bKBN_{flex-direction:column;text-align:center}.Hero_content__xjOZD{max-width:100%}.Hero_cta__8taB_{align-items:center}.Hero_badge__2MzjK{top:auto;bottom:-10%;right:0}}}@media (max-width:768px){.Hero_hero__fhNXW{padding:8rem 0 4rem;.Hero_headline__yQQJ4{font-size:2.5rem}.Hero_deviceFrame__xnC1u{width:250px;height:500px}}}@keyframes Hero_float__ee22X{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes Hero_bounce__0HuL2{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Features_features___iefv{position:relative;padding:6rem 0;background-color:white;.Features_container__hf8ze{max-width:1200px;margin:0 auto;padding:0 2rem}.Features_header__9sLww{text-align:center;margin-bottom:4rem}.Features_title__7EZiu{font-size:2.5rem;color:rgb(var(--color-primary));margin-bottom:1rem}.Features_subtitle__YwbWO{font-size:1.2rem;color:#555;max-width:600px;margin:0 auto}.Features_grid__T6I0j{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.Features_card__f667A{background:white;border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 10px 30px rgba(0,0,0,.05);border:1px solid #f0f0f0}.Features_card__f667A:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.Features_iconContainer__8e8N7{width:70px;height:70px;border-radius:50%;background:#f5f7fa;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem}.Features_featureTitle__aTC1G{font-size:1.5rem;color:rgb(var(--color-primary));margin-bottom:1rem}.Features_description__9IEZD{color:#555;line-height:1.6}@media (max-width:768px){.Features_features___iefv{padding:4rem 0}.Features_title__7EZiu{font-size:2rem}.Features_grid__T6I0j{grid-template-columns:1fr}}}.HowItWorks_howItWorks__jIykI{padding:6rem 0;background-color:#f5f7fa;position:relative;.HowItWorks_container__3CkSb{max-width:1200px;margin:0 auto;padding:0 2rem}.HowItWorks_header__ySM1n{text-align:center;margin-bottom:4rem}.HowItWorks_title__PA9u6{font-size:2.5rem;color:rgb(var(--color-primary));margin-bottom:1rem}.HowItWorks_subtitle__Kz38H{font-size:1.2rem;color:#555;max-width:600px;margin:0 auto}.HowItWorks_steps__wXsh_{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem}.HowItWorks_step__mxvgX{flex:1 1;min-width:250px;max-width:300px;display:flex;flex-direction:column;align-items:center;text-align:center}.HowItWorks_stepIcon__opx4q{width:100px;height:100px;background:white;margin-bottom:1.5rem;font-size:2.5rem;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.1)}.HowItWorks_stepIcon__opx4q,.HowItWorks_stepNumber__Q4XIk{border-radius:50%;display:flex;align-items:center;justify-content:center}.HowItWorks_stepNumber__Q4XIk{position:absolute;top:0;right:0;width:30px;height:30px;background:rgb(var(--color-primary));color:white;font-weight:700;font-size:1rem}.HowItWorks_stepTitle__01L_W{font-size:1.25rem;color:rgb(var(--color-primary));margin-bottom:.5rem}.HowItWorks_stepDescription__0uXt3{color:#555;line-height:1.6}}@media (max-width:768px){.HowItWorks_howItWorks__jIykI{padding:4rem 0;.HowItWorks_title__PA9u6{font-size:2rem}.HowItWorks_steps__wXsh_{flex-direction:column;align-items:center}}}.style_header__7xcNU{position:fixed;top:0;left:0;height:4.5rem;width:100%;z-index:1000;background-color:rgb(255 255 255/.75);box-shadow:0 4px 20px rgb(0 0 0/.1);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);.style_container__X3bBJ{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.style_logo__F5_s5{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:rgb(var(--color-primary));img{border-radius:.5rem;overflow:hidden}}.style_nav__b0ppE{display:flex}.style_navList__tETYH{display:flex;list-style:none;gap:2rem;align-items:center}.style_navList__tETYH a{color:rgb(var(--color-primary));font-weight:500;transition:all .2s ease;position:relative;padding:.5rem 0;display:block}.style_navList__tETYH a:hover{color:rgb(var(--color-primary-dark))}.style_loginButton__Q4YRV{color:rgb(var(--color-primary))}.style_ctaButton__AwydF{background:linear-gradient(90deg,rgb(var(--color-primary-light)),rgb(var(--color-primary-dark)));color:rgb(var(--color-text-on-primary))!important;padding:.75rem 1.5rem!important;border-radius:30px;font-weight:600;text-decoration:none;box-shadow:0 4px 10px rgba(9,33,60,.2);transition:.2s;&:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(9,33,60,.3)}}@media (max-width:768px){.style_menuButton__lVZt_{display:block;z-index:1001}.style_nav__b0ppE{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:white;padding:5rem 2rem 2rem;transition:right .3s ease;box-shadow:-5px 0 15px rgba(0,0,0,.1)}.style_nav__b0ppE.style_open__NwSLd{right:0}.style_navList__tETYH{flex-direction:column;align-items:center;gap:2rem}.style_ctaButton__AwydF,.style_loginButton__Q4YRV{width:100%;text-align:center}}}.style_ctaSection___kRFI{background:linear-gradient(135deg,rgb(var(--color-primary)) 0,#3a7bd5 100%);padding:6rem 0;color:white;.style_ctaContainer__NVfYI{max-width:800px;margin:0 auto;text-align:center;padding:0 2rem}.style_ctaTitle___W6ka{font-size:2.5rem;margin-bottom:2rem}.style_ctaButton__AwydF{background:white;color:rgb(var(--color-primary));border:none;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 10px 20px rgba(0,0,0,.1);margin-bottom:1rem;text-decoration:none}.style_ctaButton__AwydF:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(0,0,0,.2)}.style_ctaArrow__jQP2a{transition:transform .3s ease}.style_ctaButton__AwydF:hover .style_ctaArrow__jQP2a{transform:translateX(5px)}.style_ctaNote__8gXvS{font-size:.9rem;opacity:.8}}