.ContactForm_contactForm__RusC_{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:700px;margin:0 auto}.ContactForm_formGroup__Od2_S{display:flex;flex-direction:column;gap:.6rem}.ContactForm_formGroup__Od2_S label{font-family:var(--font-poppins);font-size:.95rem;font-weight:600;color:var(--text-dark)}.ContactForm_formGroup__Od2_S input,.ContactForm_formGroup__Od2_S select,.ContactForm_formGroup__Od2_S textarea{width:100%;padding:.8rem 1rem;border:1px solid #ccc;border-radius:8px;font-family:var(--font-inter);font-size:1rem;background-color:#fff;color:var(--text-dark);transition:border-color .2s ease,box-shadow .2s ease}.ContactForm_formGroup__Od2_S input:focus,.ContactForm_formGroup__Od2_S select:focus,.ContactForm_formGroup__Od2_S textarea:focus{outline:none;border-color:#007ba7;box-shadow:0 0 0 3px rgba(0,123,255,.15)}.ContactForm_formGrid__Ec4QA{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.ContactForm_privacyPanel__JnZHv{background-color:rgba(70,130,180,.05);border-left:4px solid #4682b4;border-radius:8px;padding:1.25rem 1.5rem;margin-top:.5rem}.ContactForm_privacyCheckbox__PJSeu{display:flex;align-items:flex-start;gap:.8rem}.ContactForm_privacyCheckbox__PJSeu input[type=checkbox]{flex-shrink:0;margin-top:.25em;width:1.15em;height:1.15em;accent-color:var(--accent-red);cursor:pointer}.ContactForm_privacyCheckbox__PJSeu label{font-size:.9rem;line-height:1.6;cursor:pointer}.ContactForm_privacyCheckbox__PJSeu label a{color:#007ba7;font-weight:500;text-decoration:underline}.ContactForm_formActions___n9Z8{margin-top:1rem}.ContactForm_submitButton__HTHGx{width:100%;padding:.9rem 2rem;background-color:var(--accent-red);color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:var(--font-poppins);font-weight:600;font-size:1.1rem;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.6em}.ContactForm_submitButton__HTHGx:hover:not(:disabled){transform:translateY(-2px)}.ContactForm_submitButton__HTHGx:disabled{opacity:.7;cursor:not-allowed}.ContactForm_spinner__paW98{animation:ContactForm_spin__Q7Sey 1s linear infinite}.ContactForm_statusMessage__jwJqF{display:flex;align-items:center;gap:.8rem;text-align:left;padding:.8rem 1rem;border-radius:8px;font-weight:500;margin-top:.5rem}.ContactForm_error__b0e35{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.ContactForm_success__QdRGO{background-color:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}@media (max-width:768px){.ContactForm_formGrid__Ec4QA{grid-template-columns:1fr}}.Header_mainHeader__hTMuX{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;padding:15px 0;transition:background-color .3s ease,box-shadow .3s ease}.Header_scrolled__Ik5rI{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow)}.Header_mainNav__Bhbp9{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.Header_logo__1FRrW{font-family:var(--font-poppins);font-size:1.8rem;font-weight:700;color:var(--text-dark)}.Header_navLinks__vBy8d{display:flex;align-items:center;gap:30px}.Header_navLinks__vBy8d a{color:var(--text-dark);font-weight:500;transition:color .3s ease}.Header_navLinks__vBy8d a:hover{color:var(--accent-red)}.Header_contactButton__1hkpR{padding:10px 24px;border:2px solid var(--accent-red);color:var(--accent-red);border-radius:50px;font-weight:600;transition:all .3s ease}.Header_contactButton__1hkpR:hover{background:var(--accent-red);color:#fff}.Header_hamburger__UNsrD{display:none;background:none;border:none;cursor:pointer;z-index:1001}.Header_hamburger__UNsrD span{display:block;width:25px;height:3px;background-color:var(--text-dark);margin:5px 0;transition:all .3s ease-in-out}@media (max-width:768px){.Header_navLinks__vBy8d{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:rgba(255,255,255,.9);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);flex-direction:column;justify-content:center;gap:40px;transition:right .5s ease-in-out}.Header_navLinks__vBy8d.Header_active__8Eipm{right:0}.Header_navLinks__vBy8d a{font-size:1.5rem}.Header_hamburger__UNsrD{display:block}.Header_hamburger__UNsrD.Header_active__8Eipm span:first-child{transform:rotate(45deg) translate(5px,5px)}.Header_hamburger__UNsrD.Header_active__8Eipm span:nth-child(2){opacity:0}.Header_hamburger__UNsrD.Header_active__8Eipm span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}@keyframes HeroSection_fadeInUp__ua_Jr{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection_float__MtlLG{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.HeroSection_heroSection__OxcIj{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--primary-gradient);color:var(--text-light);position:relative;overflow:hidden}.HeroSection_heroGrid__k_LwH{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:3rem;gap:3rem;max-width:1200px;width:100%;z-index:2}.HeroSection_heroText__9PXuq{text-align:left}.HeroSection_heroText__9PXuq h1{font-size:3.5rem;font-family:var(--font-poppins);font-weight:700;margin-bottom:1.5rem;color:#fff;animation:HeroSection_fadeInUp__ua_Jr .8s ease-out forwards}.HeroSection_heroText__9PXuq p{font-size:1.2rem;margin-bottom:2.5rem;color:rgba(255,255,255,.9);max-width:500px;animation:HeroSection_fadeInUp__ua_Jr .8s ease-out .2s forwards;opacity:0}.HeroSection_heroButtons__9bimr{display:flex;gap:1rem}.HeroSection_heroButton___Kz9S{background:linear-gradient(135deg,var(--accent-red),var(--accent-yellow));color:#fff}.HeroSection_heroButtonSecondary__4bcFZ,.HeroSection_heroButton___Kz9S{padding:14px 32px;border-radius:50px;font-weight:600;font-family:var(--font-poppins);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px rgba(220,20,60,.3);animation:HeroSection_fadeInUp__ua_Jr .8s ease-out .4s forwards;opacity:0}.HeroSection_heroButtonSecondary__4bcFZ{background:transparent;border:2px solid var(--accent-red);color:var(--accent-red)}.HeroSection_heroButton___Kz9S:hover{transform:translateY(-5px);box-shadow:0 6px 25px rgba(220,20,60,.4)}.HeroSection_heroButtonSecondary__4bcFZ:hover{background:var(--accent-red);color:#fff}.HeroSection_heroMedia__LCvlK{width:100%;height:450px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.2);transform:perspective(1000px) rotateY(-10deg);transition:transform .5s ease}.HeroSection_heroMedia__LCvlK:hover{transform:perspective(1000px) rotateY(0deg)}.HeroSection_heroVideo__M0CjH{width:100%;height:100%;object-fit:cover}.HeroSection_shape__5x0Ju{position:absolute;border-radius:50%;background:rgba(255,255,255,.07);z-index:1;animation:HeroSection_float__MtlLG 8s ease-in-out infinite}.HeroSection_shape1__aIhPu{width:500px;height:500px;top:-150px;left:-150px}.HeroSection_shape2__SeK5f{width:350px;height:350px;bottom:-120px;right:50px;animation-duration:10s}@media (max-width:900px){.HeroSection_heroGrid__k_LwH{grid-template-columns:1fr;text-align:center}.HeroSection_heroText__9PXuq{text-align:center;grid-row:1}.HeroSection_heroButtons__9bimr{flex-direction:column;align-items:center}.HeroSection_heroMedia__LCvlK{margin-top:2rem;height:300px;transform:none}.HeroSection_heroText__9PXuq h1{font-size:2.5rem}}.Footer_mainFooter__Yw3Cs{background:var(--bg-dark);color:var(--text-light);text-align:center;padding:20px;font-size:.9rem}@keyframes ProcessesSection_fadeInStagger__Pp7Gn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProcessesSection_tabsContainer__cs3B8{display:flex;justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:2rem;flex-wrap:wrap}.ProcessesSection_tabButton__a9MiJ{padding:.8rem 1.5rem;border:2px solid transparent;border-radius:50px;background-color:#f0f0f0;cursor:pointer;font-family:var(--font-poppins);font-size:1rem;font-weight:600;color:#555;position:relative;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.ProcessesSection_tabButton__a9MiJ:hover:not(.ProcessesSection_active__BRIuH){background-color:#e0e0e0;color:var(--text-dark)}.ProcessesSection_tabButton__a9MiJ.ProcessesSection_active__BRIuH{background-color:var(--accent-red);color:#fff;border-color:var(--accent-red);box-shadow:0 4px 15px rgba(220,20,60,.3)}.ProcessesSection_bestsellerBadge__YoeTB{background-image:linear-gradient(45deg,#ffc107,#ff9800);color:#000;padding:.2rem .6rem;border-radius:50px;font-size:.75rem;font-weight:700}.ProcessesSection_tabButton__a9MiJ.ProcessesSection_bestseller__Kt4ir{border-color:#ffc107}.ProcessesSection_tabButton__a9MiJ.ProcessesSection_bestseller__Kt4ir.ProcessesSection_active__BRIuH{background-image:linear-gradient(45deg,var(--accent-red),#ff6347);border-color:#ff6347;box-shadow:0 5px 20px rgba(255,99,71,.4)}.ProcessesSection_tabContent___xLHj{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.08);max-width:900px;margin:0 auto;min-height:300px}.ProcessesSection_tabContent___xLHj ul{list-style:none;padding-left:0}.ProcessesSection_tabContent___xLHj li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem;color:#333;animation:ProcessesSection_fadeInStagger__Pp7Gn .5s ease-out forwards;animation-delay:var(--delay);opacity:0}.ProcessesSection_listItemIcon__nSNp0{color:var(--accent-red);font-size:1.4rem;flex-shrink:0}@media (max-width:768px){.ProcessesSection_tabsContainer__cs3B8{gap:.5rem;justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}.ProcessesSection_tabContent___xLHj{padding:1.5rem}}.ServicesSection_servicesSection__yLVF_{background-color:var(--bg-light)}.ServicesSection_cardsContainer__yz2cQ{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.ServicesSection_card__NaQh9{display:flex;flex-direction:column;justify-content:space-between;padding:2rem;border-radius:16px;width:320px;min-height:380px;text-align:center;background:#ffffff;border:1px solid #e0e0e0;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease-out}.ServicesSection_card__NaQh9:hover{transform:translateY(-10px);box-shadow:0 12px 25px rgba(0,0,0,.1);border-color:var(--accent-red)}.ServicesSection_iconWrapper__1uBNY{font-size:2.5rem;color:var(--accent-red);margin-bottom:1.5rem;line-height:1}.ServicesSection_card__NaQh9 h3{margin-bottom:1rem;font-family:var(--font-poppins);font-size:1.3rem;color:var(--text-dark)}.ServicesSection_card__NaQh9 p{font-size:1rem;line-height:1.6;color:#555}.ServicesSection_cardActions__Pz17L{margin-top:1.5rem}.ServicesSection_cardButton__Aczf0{display:inline-block;padding:10px 24px;background-color:transparent;border:2px solid var(--text-dark);color:var(--text-dark);border-radius:50px;text-decoration:none;font-weight:600;font-family:var(--font-poppins);transition:all .3s ease}.ServicesSection_cardButton__Aczf0:hover{background-color:var(--text-dark);color:#fff;transform:scale(1.05)}.TeacherForm_contactForm__ldW10{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:700px;margin:0 auto}.TeacherForm_formGroup__T6S7v{display:flex;flex-direction:column;gap:.6rem}.TeacherForm_formGroup__T6S7v label{font-family:var(--font-poppins);font-size:.95rem;font-weight:600;color:var(--text-dark)}.TeacherForm_formGroup__T6S7v input{width:100%;padding:.8rem 1rem;border:1px solid #ccc;border-radius:8px;font-family:var(--font-inter);font-size:1rem;background-color:#fff;color:var(--text-dark);transition:border-color .2s ease,box-shadow .2s ease}.TeacherForm_formGroup__T6S7v input:focus{outline:none;border-color:#007ba7;box-shadow:0 0 0 3px rgba(0,123,255,.15)}.TeacherForm_fileInputContainer__z1h_7{position:relative;width:100%}.TeacherForm_fileInput__eWbbr{display:none}.TeacherForm_fileInputLabel__8lf5P{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border:1px dashed #ccc;border-radius:8px;cursor:pointer;background-color:#fafafa;transition:all .2s ease}.TeacherForm_fileInputLabel__8lf5P:hover{background-color:#f0f0f0;border-color:var(--accent-red)}.TeacherForm_fileInputLabel__8lf5P span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TeacherForm_formGrid__GbZOs{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.TeacherForm_privacyPanel__KlGBI{background-color:rgba(70,130,180,.05);border-left:4px solid #4682b4;border-radius:8px;padding:1.25rem 1.5rem;margin-top:.5rem}.TeacherForm_privacyCheckbox___kqhO{display:flex;align-items:flex-start;gap:.8rem}.TeacherForm_privacyCheckbox___kqhO input[type=checkbox]{flex-shrink:0;margin-top:.25em;width:1.15em;height:1.15em;accent-color:var(--accent-red);cursor:pointer}.TeacherForm_privacyCheckbox___kqhO label{font-size:.9rem;line-height:1.6;cursor:pointer}.TeacherForm_privacyCheckbox___kqhO label a{color:#007ba7;font-weight:500;text-decoration:underline}.TeacherForm_formActions__BGYzZ{margin-top:1rem}.TeacherForm_submitButton__J7BQw{width:100%;padding:.9rem 2rem;background-color:var(--accent-red);color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:var(--font-poppins);font-weight:600;font-size:1.1rem;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.6em}.TeacherForm_submitButton__J7BQw:hover:not(:disabled){transform:translateY(-2px)}.TeacherForm_submitButton__J7BQw:disabled{opacity:.7;cursor:not-allowed}.TeacherForm_spinner__m8vRg{animation:TeacherForm_spin__vOzaJ 1s linear infinite}.TeacherForm_statusMessage__nxvzW{display:flex;align-items:center;gap:.8rem;text-align:left;padding:.8rem 1rem;border-radius:8px;font-weight:500;margin-top:.5rem}.TeacherForm_error__XEW51{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.TeacherForm_success__Zh5vt{background-color:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}@media (max-width:768px){.TeacherForm_formGrid__GbZOs{grid-template-columns:1fr}}.TeacherHero_heroSection__2WzUJ{background:var(--primary-gradient);color:var(--text-light);padding:60px 20px}.TeacherHero_heroGrid__HqzpW{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}.TeacherHero_heroText__KIr_h h1{font-family:var(--font-poppins);font-size:2.5rem;margin-bottom:1rem}.TeacherHero_heroText__KIr_h p{font-size:1.2rem;margin-bottom:2rem}.TeacherHero_cta__LtP0R{background:var(--accent-red);color:#fff;padding:12px 28px;border-radius:50px;font-weight:600;transition:background .3s ease}.TeacherHero_cta__LtP0R:hover{background:#b01034}@media (max-width:600px){.TeacherHero_heroText__KIr_h h1{font-size:1.8rem}}.TeacherHero_heroImage__o64EP img{width:100%;height:auto;border-radius:16px;box-shadow:var(--shadow)}.TeacherProcessesSection_processesSection__LiXbm{background:var(--bg-light);padding:80px 0}@keyframes TeacherProcessesSection_fadeInStagger__A4y6A{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TeacherProcessesSection_tabsContainer__BUQbR{display:flex;justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:2rem;flex-wrap:wrap}.TeacherProcessesSection_tabButton__oDL9L{padding:.8rem 1.5rem;border:2px solid transparent;border-radius:50px;background-color:#f0f0f0;cursor:pointer;font-family:var(--font-poppins);font-size:1rem;font-weight:600;color:#555;position:relative;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.TeacherProcessesSection_tabButton__oDL9L:hover:not(.TeacherProcessesSection_active__pXpiz){background-color:#e0e0e0;color:var(--text-dark)}.TeacherProcessesSection_tabButton__oDL9L.TeacherProcessesSection_active__pXpiz{background-color:var(--accent-red);color:#fff;border-color:var(--accent-red);box-shadow:0 4px 15px rgba(220,20,60,.3)}.TeacherProcessesSection_bestsellerBadge__u4pcE{background-image:linear-gradient(45deg,#ffc107,#ff9800);color:#000;padding:.2rem .6rem;border-radius:50px;font-size:.75rem;font-weight:700}.TeacherProcessesSection_tabButton__oDL9L.TeacherProcessesSection_bestseller__Pxt1S{border-color:#ffc107}.TeacherProcessesSection_tabButton__oDL9L.TeacherProcessesSection_bestseller__Pxt1S.TeacherProcessesSection_active__pXpiz{background-image:linear-gradient(45deg,var(--accent-red),#ff6347);border-color:#ff6347;box-shadow:0 5px 20px rgba(255,99,71,.4)}.TeacherProcessesSection_tabContent__5FAdt{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.08);max-width:900px;margin:0 auto;min-height:300px}.TeacherProcessesSection_tabContent__5FAdt ul{list-style:none;padding-left:0}.TeacherProcessesSection_tabContent__5FAdt li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem;color:#333;animation:TeacherProcessesSection_fadeInStagger__A4y6A .5s ease-out forwards;animation-delay:var(--delay);opacity:0}.TeacherProcessesSection_listItemIcon__YeWNm{color:var(--accent-red);font-size:1.4rem;flex-shrink:0}@media (max-width:768px){.TeacherProcessesSection_tabsContainer__BUQbR{gap:.5rem;justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}.TeacherProcessesSection_tabContent__5FAdt{padding:1.5rem}}.TeacherProcessesSection_actions__0fTNo{text-align:center;margin-top:2rem}.TeacherProcessesSection_cta__YAhJi{background:var(--accent-red);color:#fff;padding:14px 32px;border-radius:50px;font-weight:600;display:inline-block;font-size:1.1rem;box-shadow:0 4px 20px rgba(220,20,60,.3);transition:transform .3s ease,box-shadow .3s ease}.TeacherProcessesSection_cta__YAhJi:hover{transform:translateY(-3px);box-shadow:0 6px 24px rgba(220,20,60,.4)}.TeacherProcessesSection_highlight__DcFpb{color:var(--accent-yellow)}