.HomePage-module__-sfSJG__page{background:var(--background);min-height:100vh}.HomePage-module__-sfSJG__main{flex-direction:column;gap:20px;padding:60px 5%;display:flex}.HomePage-module__-sfSJG__productHero{background:var(--background);justify-content:center;align-items:center;min-height:auto;padding:80px 5% 40px;display:flex;position:relative;overflow:hidden}.HomePage-module__-sfSJG__topYellowBg{background:var(--background);border-radius:var(--radius-lg);z-index:1;height:60%;box-shadow:var(--neumorph-inset);position:absolute;top:40px;left:40px;right:40px}.HomePage-module__-sfSJG__mainTitleUpper{text-align:center;color:#f68e52;letter-spacing:-1px;text-transform:uppercase;z-index:2;width:100%;font-size:clamp(1.5rem,2.5vw,3.2rem);font-weight:900;position:absolute;top:10px}.HomePage-module__-sfSJG__glassCard{background:var(--background);border-radius:var(--radius-lg);z-index:10;width:100%;max-width:1250px;box-shadow:var(--neumorph-shadow-lg);grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:50px;margin-top:80px;padding:40px 30px;transition:all .5s;display:grid;position:relative}@media (min-width:1600px){.HomePage-module__-sfSJG__glassCard{max-width:1550px}}@media (min-width:1920px){.HomePage-module__-sfSJG__glassCard{max-width:1850px}}.HomePage-module__-sfSJG__glassCard:hover{box-shadow:15px 15px 40px var(--shadow-dark), -15px -15px 40px var(--shadow-light);transform:translateY(-5px)}.HomePage-module__-sfSJG__academyTitle{color:var(--foreground);margin-bottom:20px;font-size:2.5rem;font-weight:900;line-height:1.1}.HomePage-module__-sfSJG__tagline{color:var(--foreground);opacity:.8;margin-bottom:35px;font-size:1.2rem;line-height:1.7}.HomePage-module__-sfSJG__miniThumbnails{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.HomePage-module__-sfSJG__miniBox{background:var(--background);width:65px;height:65px;box-shadow:6px 6px 15px var(--shadow-dark), -6px -6px 15px var(--shadow-light);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.HomePage-module__-sfSJG__miniBox:after{content:"";background:var(--white);opacity:.1;box-shadow:inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);border-radius:50%;transition:all .4s;position:absolute;inset:15px}.HomePage-module__-sfSJG__miniBox:hover{box-shadow:12px 12px 25px var(--shadow-dark), -12px -12px 25px var(--shadow-light);transform:scale(1.15)translateY(-5px)}.HomePage-module__-sfSJG__miniBox:hover:after{opacity:.3;inset:5px}.HomePage-module__-sfSJG__cardRight{flex-direction:column;align-items:center;gap:50px;display:flex}.HomePage-module__-sfSJG__techOrbit{width:220px;height:220px;box-shadow:var(--neumorph-inset-sm);border-radius:50%;justify-content:center;align-items:center;animation:25s linear infinite HomePage-module__-sfSJG__rotateOrbit;display:flex;position:relative}.HomePage-module__-sfSJG__techStackContainer:hover .HomePage-module__-sfSJG__techOrbit,.HomePage-module__-sfSJG__techStackContainer:hover .HomePage-module__-sfSJG__orbitItem svg{animation-play-state:paused}@keyframes HomePage-module__-sfSJG__rotateOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HomePage-module__-sfSJG__orbitItem svg{animation:25s linear infinite HomePage-module__-sfSJG__counterRotate}@keyframes HomePage-module__-sfSJG__counterRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.HomePage-module__-sfSJG__cardsSection{text-align:center;width:100%;max-width:1300px;margin:30px auto 60px;padding:0 5%}@media (min-width:1600px){.HomePage-module__-sfSJG__cardsSection{max-width:1550px}}@media (min-width:1920px){.HomePage-module__-sfSJG__cardsSection{max-width:1850px}}.HomePage-module__-sfSJG__cardIconRow:after{content:"";position:absolute;inset:15px}.HomePage-module__-sfSJG__cardCenter{flex-direction:column;align-items:center;display:flex;position:relative}.HomePage-module__-sfSJG__imageCircle{background:var(--background);width:400px;height:400px;box-shadow:var(--neumorph-inset);border-radius:50%;justify-content:center;align-items:center;transition:all .6s;display:flex;position:relative}.HomePage-module__-sfSJG__imageCircle:hover{box-shadow:var(--neumorph-shadow-lg);transform:scale(1.05)}.HomePage-module__-sfSJG__learningImg{z-index:2;mix-blend-mode:multiply;filter:contrast(1.1);border-radius:75%;width:85%;height:auto;transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.HomePage-module__-sfSJG__imageCircle:hover .HomePage-module__-sfSJG__learningImg{filter:contrast(1.2)brightness(1.1);transform:scale(1.1)rotate(2deg)}.HomePage-module__-sfSJG__priceTag{color:var(--primary);background:var(--white);box-shadow:var(--neumorph-shadow-sm);z-index:3;text-align:center;border-radius:40px;width:200px;padding:5px 10px;font-size:1.5rem;font-weight:900;transition:all .4s;position:absolute;bottom:-20px;left:25%}.HomePage-module__-sfSJG__priceTag:hover{color:#fff;background:var(--primary);transform:translateY(-8px)scale(1.05);box-shadow:0 15px 25px #ff7c304d}.HomePage-module__-sfSJG__cardRight{flex-direction:column;align-items:center;gap:50px;height:100%;display:flex}.HomePage-module__-sfSJG__techStackContainer{flex-direction:column;justify-content:center;align-items:center;width:300px;height:100%;display:flex;position:relative}.HomePage-module__-sfSJG__techOrbit{width:220px;height:220px;box-shadow:var(--neumorph-inset-sm);border-radius:50%;transition:all 1s;position:relative}.HomePage-module__-sfSJG__techOrbit:hover{box-shadow:var(--neumorph-shadow);transform:rotate(90deg)}.HomePage-module__-sfSJG__orbitItem{background:var(--background);width:75px;height:75px;box-shadow:8px 8px 16px var(--shadow-dark), -8px -8px 16px var(--shadow-light);transform:translate(-50%, -50%) rotate(calc(var(--i) * (360deg / 5))) translate(110px) rotate(calc(var(--i) * (-360deg / 5)));z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:2.2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;left:50%}.HomePage-module__-sfSJG__orbitItem:hover{transform:translate(-50%, -50%) rotate(calc(var(--i) * (360deg / 5))) translate(110px) rotate(calc(var(--i) * (-360deg / 5))) scale(1.3);box-shadow:12px 12px 24px var(--shadow-dark), -12px -12px 24px var(--shadow-light);color:var(--primary)}.HomePage-module__-sfSJG__joinBtn{background:var(--primary);color:#fff;border-radius:var(--radius-pill);cursor:pointer;box-shadow:10px 10px 25px #ff7c3066, -10px -10px 25px var(--white);text-transform:uppercase;letter-spacing:2px;border:none;padding:15px 20px;font-size:1.3rem;font-weight:900;transition:all .3s}.HomePage-module__-sfSJG__joinBtn:hover{transform:translateY(1px);box-shadow:inset 5px 5px 10px #00000040,inset -5px -5px 10px #fff3}.HomePage-module__-sfSJG__cardsTitle{color:var(--foreground);margin-bottom:80px;font-size:3rem;font-weight:900}.HomePage-module__-sfSJG__cardsGrid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.HomePage-module__-sfSJG__featureCard{background:var(--background);border-radius:var(--radius-md);box-shadow:var(--neumorph-shadow);text-align:left;flex-direction:column;align-items:flex-start;gap:20px;height:100%;padding:60px 30px;transition:all .4s;display:flex}.HomePage-module__-sfSJG__cardIconRow{background:var(--background);width:90px;height:90px;box-shadow:10px 10px 20px var(--shadow-dark), -10px -10px 20px var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:3rem;display:flex;position:relative}.HomePage-module__-sfSJG__cardIconRow:after{content:"";box-shadow:inset 5px 5px 10px var(--shadow-dark), inset -5px -5px 10px var(--shadow-light);border-radius:50%;position:absolute;inset:15px}@media (max-width:1440px){.HomePage-module__-sfSJG__glassCard{gap:30px;max-width:1100px}.HomePage-module__-sfSJG__academyTitle{font-size:3rem}}@media (max-width:1200px){.HomePage-module__-sfSJG__productHero{padding-top:100px}.HomePage-module__-sfSJG__glassCard{text-align:center;grid-template-columns:1fr;gap:50px;max-width:800px;margin-top:40px;padding:60px 40px}.HomePage-module__-sfSJG__cardLeft{flex-direction:column;align-items:center;display:flex}.HomePage-module__-sfSJG__cardCenter{order:-1}.HomePage-module__-sfSJG__imageCircle{width:350px;height:350px}.HomePage-module__-sfSJG__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.HomePage-module__-sfSJG__main{gap:30px;padding:20px 4%}.HomePage-module__-sfSJG__topYellowBg{height:90px;top:15px;left:15px;right:15px}.HomePage-module__-sfSJG__mainTitleUpper{font-size:2rem;top:20px}.HomePage-module__-sfSJG__glassCard{gap:25px;margin-top:20px;padding:30px 20px}.HomePage-module__-sfSJG__academyTitle{margin-bottom:12px;font-size:2rem}.HomePage-module__-sfSJG__tagline{text-align:center;margin-bottom:15px;font-size:.95rem}.HomePage-module__-sfSJG__imageCircle{width:260px;height:260px}.HomePage-module__-sfSJG__priceTag{width:150px;font-size:1rem;bottom:-15px;left:50%;transform:translate(-50%)}.HomePage-module__-sfSJG__techStackContainer{width:200px;height:200px}.HomePage-module__-sfSJG__techOrbit{width:140px;height:140px}.HomePage-module__-sfSJG__orbitItem{width:45px;height:45px;transform:translate(-50%, -50%) rotate(calc(var(--i) * (360deg / 5))) translate(70px) rotate(calc(var(--i) * (-360deg / 5)));font-size:1.3rem}.HomePage-module__-sfSJG__joinBtn{padding:10px 20px;font-size:.95rem}.HomePage-module__-sfSJG__cardsSection{margin:15px auto 30px;padding:0 4%}.HomePage-module__-sfSJG__cardsTitle{margin-bottom:25px;font-size:2rem}.HomePage-module__-sfSJG__cardsGrid{grid-template-columns:repeat(2,1fr);gap:20px}.HomePage-module__-sfSJG__featureCard{gap:12px;padding:30px 20px}.HomePage-module__-sfSJG__cardIconRow{width:65px;height:65px;margin-bottom:8px;font-size:2rem}.HomePage-module__-sfSJG__productHero{padding:100px 4% 50px}.HomePage-module__-sfSJG__topYellowBg{top:60px}.HomePage-module__-sfSJG__glassCard{margin-top:40px}}@media (max-width:768px){.HomePage-module__-sfSJG__productHero{padding:73px 4% 40px}.HomePage-module__-sfSJG__blob1,.HomePage-module__-sfSJG__blob2,.HomePage-module__-sfSJG__blob3{display:none}.HomePage-module__-sfSJG__topYellowBg{border-radius:var(--radius-md);height:90px;top:20px;left:10px;right:10px}.HomePage-module__-sfSJG__mainTitleUpper{letter-spacing:-.5px;text-shadow:2px 2px 0px var(--white), 4px 4px 10px #ff7c3033;font-size:1.5rem;top:25px}.HomePage-module__-sfSJG__glassCard{border-radius:var(--radius-md);grid-template-columns:1fr;gap:25px;margin-top:10px;padding:40px 20px 30px}.HomePage-module__-sfSJG__academyTitle{font-size:2rem}.HomePage-module__-sfSJG__tagline{margin-bottom:20px;font-size:.95rem}.HomePage-module__-sfSJG__imageCircle{width:260px;height:260px}.HomePage-module__-sfSJG__priceTag{width:130px;font-size:.95rem;bottom:-12px;left:50%;transform:translate(-50%)}.HomePage-module__-sfSJG__techStackContainer{width:220px;height:220px}.HomePage-module__-sfSJG__techOrbit{width:140px;height:140px}.HomePage-module__-sfSJG__orbitItem{width:50px;height:50px;transform:translate(-50%, -50%) rotate(calc(var(--i) * (360deg / 5))) translate(75px) rotate(calc(var(--i) * (-360deg / 5)));font-size:1.4rem}.HomePage-module__-sfSJG__joinBtn{letter-spacing:1px;width:100%;max-width:250px;padding:12px 25px;font-size:1rem}.HomePage-module__-sfSJG__cardsSection{margin:15px auto 30px;padding:0 4%}.HomePage-module__-sfSJG__cardsTitle{margin-bottom:25px;font-size:1.8rem;line-height:1.2}.HomePage-module__-sfSJG__cardsGrid{grid-template-columns:repeat(2,1fr);gap:20px}.HomePage-module__-sfSJG__featureCard{gap:12px;padding:30px 20px}.HomePage-module__-sfSJG__main{gap:30px;padding:30px 4%}}@media (max-width:600px){.HomePage-module__-sfSJG__cardsGrid{grid-template-columns:1fr}}@media (max-width:480px){.HomePage-module__-sfSJG__productHero{padding:63px 3% 40px}.HomePage-module__-sfSJG__mainTitleUpper{font-size:1.25rem;display:block;top:20px}.HomePage-module__-sfSJG__topYellowBg{height:80px;top:10px}.HomePage-module__-sfSJG__glassCard{gap:20px;margin-top:10px;padding:30px 15px 25px}.HomePage-module__-sfSJG__academyTitle{font-size:1.8rem}.HomePage-module__-sfSJG__tagline{font-size:.9rem;line-height:1.5}.HomePage-module__-sfSJG__imageCircle{width:220px;height:220px}.HomePage-module__-sfSJG__cardIconRow{width:75px;height:75px}.HomePage-module__-sfSJG__techStackContainer{display:none}.HomePage-module__-sfSJG__cardsTitle{font-size:1.6rem}.HomePage-module__-sfSJG__featureCard{padding:35px 20px}.HomePage-module__-sfSJG__main{gap:30px;padding:30px 3%}}@media (max-width:320px){.HomePage-module__-sfSJG__productHero{padding:30px 2% 40px}.HomePage-module__-sfSJG__main{gap:15px;padding:10px 3%}.HomePage-module__-sfSJG__cardsSection{margin:10px auto 30px;padding:0 3%}.HomePage-module__-sfSJG__cardsTitle{margin-bottom:25px;font-size:1.3rem}.HomePage-module__-sfSJG__featureCard{gap:10px;padding:25px 15px}.HomePage-module__-sfSJG__cardIconRow{width:60px;height:60px;margin-bottom:10px;font-size:1.8rem}.HomePage-module__-sfSJG__featureCard h4{margin:0;font-size:1rem}.HomePage-module__-sfSJG__featureCard p{margin:0;font-size:.75rem}}@media (min-width:2560px){.HomePage-module__-sfSJG__productHero{padding:150px 5% 100px}.HomePage-module__-sfSJG__mainTitleUpper{font-size:8rem;top:40px}.HomePage-module__-sfSJG__topYellowBg{top:60px;left:60px;right:60px}.HomePage-module__-sfSJG__glassCard{border-radius:80px;gap:160px;max-width:2600px;margin-top:150px;padding:150px 120px}.HomePage-module__-sfSJG__academyTitle{font-size:8rem}.HomePage-module__-sfSJG__tagline{font-size:2.8rem}.HomePage-module__-sfSJG__miniThumbnails{gap:30px}.HomePage-module__-sfSJG__miniBox{width:140px;height:140px}.HomePage-module__-sfSJG__imageCircle{width:900px;height:900px}.HomePage-module__-sfSJG__priceTag{border-radius:80px;width:450px;padding:15px 25px;font-size:3rem;bottom:-40px}.HomePage-module__-sfSJG__techStackContainer{width:800px;height:800px}.HomePage-module__-sfSJG__techOrbit{width:600px;height:600px}.HomePage-module__-sfSJG__orbitItem{width:180px;height:180px;transform:translate(-50%, -50%) rotate(calc(var(--i) * (360deg / 5))) translate(320px) rotate(calc(var(--i) * (-360deg / 5)));font-size:5rem}.HomePage-module__-sfSJG__joinBtn{letter-spacing:4px;border-radius:80px;padding:35px 80px;font-size:2.8rem}.HomePage-module__-sfSJG__cardsSection{max-width:3200px;margin:100px auto 150px}.HomePage-module__-sfSJG__cardsTitle{margin-bottom:150px;font-size:8rem}.HomePage-module__-sfSJG__cardsGrid{gap:100px}.HomePage-module__-sfSJG__featureCard{border-radius:80px;padding:150px 80px}.HomePage-module__-sfSJG__cardIconRow{width:220px;height:220px;margin-bottom:40px;font-size:8rem}.HomePage-module__-sfSJG__featureCard h4{font-size:3.5rem}.HomePage-module__-sfSJG__featureCard p{font-size:1.8rem}.HomePage-module__-sfSJG__main{gap:200px;padding:150px 5%}}
