.Hero_hero__2MapJ{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#ffffff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.Hero_hero__2MapJ:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.05)" points="0,0 1000,300 1000,1000 0,700"/></svg>') no-repeat 50%;background-size:cover;pointer-events:none}.Hero_container__QQQdR{max-width:1200px;margin:0 auto;padding:0 20px}.Hero_hero__2MapJ h1{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem;font-weight:700;line-height:1.2}.Hero_hero__2MapJ p{font-size:clamp(1rem,3vw,1.2rem);margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.Hero_heroContent__jb7TL{display:flex;align-items:center;gap:3rem;margin-top:3rem;position:relative;z-index:1}.Hero_heroText__z8tEl{flex:1;text-align:left}.Hero_heroImage__HuX7g{flex:1;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.2);text-align:center}.Hero_heroImage__HuX7g img{width:100%;height:100%;max-height:300px;object-fit:fill;display:block;border-radius:10px}.Hero_heroImagePlaceholder__NfSIz{width:100%;height:300px;background:linear-gradient(45deg,rgba(255,255,255,.2),rgba(255,255,255,.1));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:rgba(255,255,255,.8);border:2px dashed rgba(255,255,255,.3);animation:Hero_float__MDoca 3s ease-in-out infinite}.Hero_discoverButton__82ELI{background:rgba(255,255,255,.2);border:2px solid #ffffff;color:#ffffff;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.Hero_discoverButton__82ELI:hover{background:#ffffff;color:#8b5cf6;transform:translateY(-2px)}@keyframes Hero_float__MDoca{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.Hero_heroContent__jb7TL{flex-direction:column;text-align:center;gap:2rem}.Hero_heroText__z8tEl{text-align:center}}.TestCards_testSection__VkIaR{padding:80px 0;background:#faf5ff}.TestCards_container__jWBPi{max-width:1200px;margin:0 auto;padding:0 20px}.TestCards_sectionTitle__Ug5Ig{text-align:center;font-size:2rem;color:#1e293b;font-weight:700;margin-bottom:3rem}.TestCards_testCards__wCJm5{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.TestCards_testCard__IKhpY{background:#ffffff;padding:1.2rem;border-radius:20px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 4px 6px rgba(0,0,0,.07);min-height:336px;display:flex;flex-direction:column;justify-content:space-between}.TestCards_testCard__IKhpY:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.TestCards_skillIcon__Uc2mz{width:60px;height:60px;border-radius:50%;margin:0 auto .8rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ffffff;position:relative;overflow:hidden}.TestCards_skillIcon__Uc2mz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);animation:TestCards_shimmer__fF5Qf 2s infinite}.TestCards_mathIcon__ZYLQC{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.TestCards_readingIcon__VWS_v{background:linear-gradient(135deg,#10b981,#059669)}.TestCards_writingIcon__apFuo{background:linear-gradient(135deg,#f59e0b,#d97706)}.TestCards_testCard__IKhpY h3{font-size:1.3rem;margin-bottom:.6rem;color:#1f2937;font-weight:600}.TestCards_testCard__IKhpY p{color:#6b7280;margin-bottom:.8rem;font-size:.9rem;line-height:1.4;flex-grow:1}.TestCards_testStats__6AtKc{display:flex;justify-content:space-between;margin-bottom:.8rem;padding:.6rem;background:#faf5ff;border-radius:8px;font-size:.85rem}.TestCards_statItem___J_AR{text-align:center;flex:1}.TestCards_statValue___LCMS{font-weight:700;color:#1f2937;display:block;font-size:1.1rem}.TestCards_statLabel__WOzcX{color:#6b7280;font-size:.8rem}.TestCards_skillButton__8nt4t{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#ffffff;border:none;padding:.7rem 1.2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem;width:100%;margin-top:auto}.TestCards_skillButton__8nt4t:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(139,92,246,.4)}.TestCards_viewMoreContainer__UkhUd{text-align:center;margin-top:3rem}.TestCards_viewMoreButton__CE3hm{background:linear-gradient(135deg,#1f2937,#374151);color:#ffffff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.TestCards_viewMoreButton__CE3hm:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.TestCards_viewMoreButton__CE3hm:hover:before{left:100%}.TestCards_viewMoreButton__CE3hm:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(31,41,55,.3)}@keyframes TestCards_shimmer__fF5Qf{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}@media (max-width:1024px){.TestCards_testCards__wCJm5{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.TestCards_testCards__wCJm5{grid-template-columns:1fr;gap:1.5rem}.TestCards_testSection__VkIaR{padding:60px 0}}.Practice_practice__ug1cB{padding:80px 0;background:linear-gradient(135deg,#f97316,#ea580c);color:#ffffff;position:relative;overflow:hidden}.Practice_practice__ug1cB:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="100" cy="100" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="900" cy="200" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="300" cy="800" r="1" fill="rgba(255,255,255,0.06)"/></svg>');pointer-events:none}.Practice_container__i_MLi{max-width:1200px;margin:0 auto;padding:0 20px}.Practice_practiceContent__qUANx{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.Practice_practiceText__TCFte h2{font-size:clamp(2rem,4vw,2.42rem);margin-bottom:1.5rem;font-weight:700;line-height:1.2}.Practice_practiceText__TCFte>p{font-size:clamp(1.1rem,2.5vw,1.32rem);margin-bottom:2rem;opacity:.9;line-height:1.6}.Practice_practiceFeatures__bxx_T{list-style:none;margin:2rem 0;display:flex;flex-direction:column;gap:1rem;padding:0}.Practice_practiceTag__PekzS{display:inline-flex;align-items:center;gap:.5rem;background:rgba(124,58,237,.9);color:#ffffff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.07)}.Practice_practiceTag__PekzS:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(124,58,237,.3);background:#7c3aed}.Practice_tagIcon__JCWzf{font-size:1.2rem}.Practice_practiceDescription__KyBdn{font-size:clamp(1rem,2vw,1.1rem);line-height:1.6}.Practice_practiceImage__OfSUZ{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.3);text-align:center}.Practice_practiceImage__OfSUZ img{width:100%;height:100%;display:block;border-radius:10px}.Practice_practiceImagePlaceholder__hwjii{width:100%;height:300px;background:linear-gradient(45deg,rgba(255,255,255,.2),rgba(255,255,255,.1));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:rgba(255,255,255,.8);border:2px dashed rgba(255,255,255,.3);transition:transform .3s ease}@media (max-width:768px){.Practice_practiceContent__qUANx{flex-direction:column;text-align:center;gap:2rem}.Practice_practice__ug1cB{padding:60px 0}}.Testimonials_testimonialsSection__Kun_g{padding:80px 0;background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.Testimonials_container__reDcS{max-width:1200px;margin:0 auto;padding:0 20px}.Testimonials_sectionHeader__iNF9F{text-align:center;margin-bottom:3rem}.Testimonials_sectionTitle__v4nS7{text-align:center;font-size:2rem;color:#1e293b;font-weight:700;margin-bottom:1rem}.Testimonials_sectionSubtitle__h6I8p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.Testimonials_testimonialsGrid__k14_N{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.Testimonials_testimonialCard__8h6YT{background:#ffffff;padding:2rem;border-radius:15px;border:2px solid #e2e8f0;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;height:380px;display:flex;flex-direction:column;justify-content:space-between}.Testimonials_testimonialCard__8h6YT:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.Testimonials_testimonialCard__8h6YT:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.Testimonials_purple__adfTV:before{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.Testimonials_purple__adfTV:hover{border-color:#7c3aed}.Testimonials_orange__BpRLj:before{background:linear-gradient(135deg,#f97316,#ea580c)}.Testimonials_orange__BpRLj:hover{border-color:#f97316}.Testimonials_blue__JQpDC:before{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.Testimonials_blue__JQpDC:hover{border-color:#3b82f6}.Testimonials_testimonialAvatar__O7qWZ{width:80px;height:80px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:50%;border:3px solid #ffffff;box-shadow:0 6px 20px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;flex-shrink:0}.Testimonials_testimonialAvatar__O7qWZ:before{content:"👤";font-size:2rem}.Testimonials_testimonialContent__SN6q1{flex:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem}.Testimonials_testimonialQuote__8NRQE{font-style:italic;color:#475569;line-height:1.5;font-size:1.17rem;flex:1;display:flex;align-items:center}.Testimonials_authorName__gI0Qa{color:#1e293b;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.Testimonials_authorTitle__rZ3C1{color:#7c3aed;font-size:1.04rem;font-weight:600;margin-bottom:1rem}.Testimonials_achievementBadge__iiV0o{background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;padding:.3rem .6rem;border-radius:12px;font-size:.91rem;font-weight:600;display:inline-block}.Testimonials_ctaContainer__4cd64{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:25px;padding:3rem 2rem;text-align:center;color:#ffffff;position:relative;overflow:hidden;margin-top:3rem}.Testimonials_ctaContainer__4cd64:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,rgba(255,255,255,.1),transparent);animation:Testimonials_rotate__sit_y 15s linear infinite}.Testimonials_ctaContent__2wBZB{position:relative;z-index:2}.Testimonials_ctaTitle__kqB2E{font-size:2rem;font-weight:700;margin-bottom:1rem}.Testimonials_ctaDescription__BIHxD{font-size:1.1rem;opacity:.9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.Testimonials_ctaButtonLink__aKSVM{background:rgba(255,255,255,.2);border:2px solid #ffffff;color:#ffffff;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.Testimonials_ctaButtonLink__aKSVM:hover{background:#ffffff;color:#8b5cf6;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}@keyframes Testimonials_rotate__sit_y{to{transform:rotate(1turn)}}@media (max-width:1024px){.Testimonials_testimonialsGrid__k14_N{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.Testimonials_testimonialsGrid__k14_N{grid-template-columns:1fr;gap:1.5rem}.Testimonials_testimonialCard__8h6YT{height:auto}.Testimonials_ctaContainer__4cd64{padding:2.5rem 1.5rem;margin-top:2rem}.Testimonials_ctaTitle__kqB2E{font-size:1.6rem}.Testimonials_testimonialsSection__Kun_g{padding:60px 0}}.AppsSection_appsSection__HoEWN{padding:80px 0;background:#faf5ff}.AppsSection_container__gJ_tS{max-width:1200px;margin:0 auto;padding:0 20px}.AppsSection_footerTop__Tjklh{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.AppsSection_footerLeft__Bo7JC{max-width:500px}.AppsSection_footerTitle__3P12R{font-size:3rem;color:#1e293b;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.AppsSection_footerTitle__3P12R .AppsSection_highlight__0jV7d{color:#7c3aed}.AppsSection_footerSubtitle__UOp6m{font-size:1.2rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6}.AppsSection_appDownloadSection__iZx8p{display:flex;gap:1rem;margin-bottom:3rem}.AppsSection_appDownloadButton__7NmTY{display:flex;align-items:center;gap:.8rem;background:#000000;border:1px solid #333;border-radius:12px;padding:.8rem 1.2rem;color:#ffffff;text-decoration:none;transition:all .3s ease;font-size:.85rem;min-width:160px;height:50px;cursor:pointer}.AppsSection_appDownloadButton__7NmTY:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.AppsSection_appIcon__wCKx5{font-size:1.5rem;width:2rem;text-align:center;flex-shrink:0}.AppsSection_appText__z9L_5{display:flex;flex-direction:column;flex:1}.AppsSection_appTextSmall__cc1rQ{font-size:.7rem;color:#cccccc;line-height:1;margin-bottom:2px}.AppsSection_appTextLarge__2l6WC{font-size:.9rem;font-weight:600;line-height:1.1}.AppsSection_contactSection__Z0hcy h4{color:#1e293b;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.AppsSection_contactButtons__VhKwb{display:flex;gap:1rem}.AppsSection_contactButton__yJhrj{width:50px;height:50px;border-radius:50%;background:#ffffff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b;text-decoration:none;transition:all .3s ease;font-size:1.2rem;box-shadow:0 4px 15px rgba(0,0,0,.05)}.AppsSection_contactButton__yJhrj:hover{background:#7c3aed;border-color:#7c3aed;color:#ffffff;transform:translateY(-3px);box-shadow:0 8px 25px rgba(124,58,237,.3)}.AppsSection_contactButton__yJhrj.AppsSection_email__S1OTT:hover,.AppsSection_contactButton__yJhrj.AppsSection_youtube__CB2Ui:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 8px 25px rgba(220,38,38,.3)}.AppsSection_contactButton__yJhrj.AppsSection_linkedin__8pNwN:hover{background:#0077b5;border-color:#0077b5;box-shadow:0 8px 25px rgba(0,119,181,.3)}.AppsSection_footerRight__10PN3{display:flex;justify-content:center;align-items:center;position:relative}.AppsSection_devicesMockup__V9_gc{position:relative;width:100%;max-width:600px}.AppsSection_laptopMockup__nat9v{width:100%;background:#2d3748;border-radius:20px;padding:15px 15px 50px;box-shadow:0 25px 50px rgba(0,0,0,.3);position:relative}.AppsSection_laptopMockup__nat9v:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:200px;height:15px;background:linear-gradient(90deg,transparent,#1a202c 20%,#1a202c 80%,transparent);border-radius:0 0 10px 10px}.AppsSection_laptopScreen__ckZo5{width:100%;height:320px;background:#000;border-radius:12px;position:relative;overflow:hidden;border:3px solid #1a202c}.AppsSection_screenContent__23gt2{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);display:flex;flex-direction:column;position:relative}.AppsSection_topBar___1T2T{height:30px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;padding:0 15px;justify-content:space-between}.AppsSection_windowControls___CEmF{display:flex;gap:8px}.AppsSection_windowControl__lg8I_{width:12px;height:12px;border-radius:50%}.AppsSection_close__thiK1{background:#ff5f57}.AppsSection_minimize__bjdMi{background:#ffbd2e}.AppsSection_maximize__RSgq8{background:#28ca42}.AppsSection_addressBar__DXHaE{background:rgba(0,0,0,.05);border-radius:6px;padding:4px 12px;font-size:10px;color:#666;min-width:200px;text-align:center}.AppsSection_browserIcons__4cA9_{display:flex;gap:8px;color:#666;font-size:10px}.AppsSection_mainContent__KbX6F{flex:1;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);position:relative}.AppsSection_dashboardCard__kWqiE{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:15px;padding:25px;text-align:center;box-shadow:0 15px 30px rgba(0,0,0,.1);max-width:350px;width:100%}.AppsSection_dashboardAvatar__H66ov{width:60px;height:60px;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:50%;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:1.5rem;font-weight:700}.AppsSection_dashboardTitle__64RSv{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:8px}.AppsSection_dashboardSubtitle__ami1_{color:#64748b;font-size:.85rem;margin-bottom:20px}.AppsSection_progressSection__4k4Xl{text-align:left;width:100%}.AppsSection_progressItem__ehOZI{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.75rem}.AppsSection_progressLabel__C2aEI{color:#1e293b;font-weight:500}.AppsSection_progressValue__aMVoW{color:#7c3aed;font-weight:600}.AppsSection_progressBar__G5drl{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:4px;margin-bottom:12px}.AppsSection_progressFill__c_8h6{height:100%;background:linear-gradient(90deg,#7c3aed,#5b21b6);border-radius:3px;transition:width 2s ease}.AppsSection_phoneMockup__nRB_f{position:absolute;right:-50px;bottom:-30px;width:120px;height:240px;background:#000;border-radius:25px;padding:8px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.AppsSection_phoneScreen__ot0V2{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:18px;display:flex;align-items:center;justify-content:center}.AppsSection_phoneLogo__IYZer{width:40px;height:40px;background:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#7c3aed;font-size:1.2rem;font-weight:700}@media (max-width:1024px){.AppsSection_footerTop__Tjklh{grid-template-columns:1fr;gap:4rem;text-align:center}.AppsSection_phoneMockup__nRB_f{display:none}}@media (max-width:768px){.AppsSection_footerTitle__3P12R{font-size:2.5rem}.AppsSection_footerSubtitle__UOp6m{font-size:1.1rem}.AppsSection_appDownloadSection__iZx8p{flex-direction:column;align-items:center}.AppsSection_contactButtons__VhKwb{justify-content:center}.AppsSection_laptopScreen__ckZo5{height:200px}.AppsSection_appsSection__HoEWN{padding:60px 0}}.SatHome_container__xNp6Z{min-height:100vh;position:relative}.SatHome_main__Lo5xj{position:relative;z-index:1}.SatHome_mathIcon__hPaDi{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.SatHome_readingIcon__Kw_zZ{background:linear-gradient(135deg,#10b981,#059669)}.SatHome_writingIcon__G4KRc{background:linear-gradient(135deg,#f59e0b,#d97706)}