.Navbar-module__4IqnvW__navbar{background-color:var(--bg-primary);z-index:1000;border-bottom:1px solid var(--navbar-border);padding:18px 40px;transition:background-color .3s,border-color .3s;position:sticky;top:0}.Navbar-module__4IqnvW__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex;position:relative}.Navbar-module__4IqnvW__brand{flex-shrink:0;align-items:center;display:flex}.Navbar-module__4IqnvW__toggler{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Navbar-module__4IqnvW__togglerIcon{background:var(--text-primary);width:26px;height:2px;display:block;position:relative}.Navbar-module__4IqnvW__togglerIcon:before,.Navbar-module__4IqnvW__togglerIcon:after{content:"";background:var(--text-primary);width:26px;height:2px;display:block;position:absolute;left:0}.Navbar-module__4IqnvW__togglerIcon:before{top:-8px}.Navbar-module__4IqnvW__togglerIcon:after{top:8px}.Navbar-module__4IqnvW__collapse{flex:1;justify-content:space-between;align-items:center;display:flex}.Navbar-module__4IqnvW__navList{align-items:center;gap:32px;margin:0 auto;padding:0;list-style:none;display:flex}.Navbar-module__4IqnvW__navItem{list-style:none;position:relative}.Navbar-module__4IqnvW__navLink{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Navbar-module__4IqnvW__navLink:hover{color:var(--orange)}.Navbar-module__4IqnvW__dropdownAnchor{align-items:center;gap:4px;display:flex}.Navbar-module__4IqnvW__dropdownChevron{cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;padding:4px 2px;line-height:1;transition:color .2s;display:flex}.Navbar-module__4IqnvW__dropdownChevron:hover{color:var(--orange)}.Navbar-module__4IqnvW__dropdownChevron svg{transition:transform .25s}.Navbar-module__4IqnvW__chevronOpen{transform:rotate(180deg)}.Navbar-module__4IqnvW__dropdownMenu{background:var(--bg-primary);border:1px solid var(--border-color);z-index:1100;opacity:0;pointer-events:none;border-radius:14px;min-width:260px;margin:0;padding:8px;list-style:none;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 16px 48px #0000002e}.Navbar-module__4IqnvW__dropdownMenu:before{content:"";background:var(--bg-primary);border-left:1px solid var(--border-color);border-top:1px solid var(--border-color);border-radius:2px;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.Navbar-module__4IqnvW__dropdown:hover .Navbar-module__4IqnvW__dropdownMenu,.Navbar-module__4IqnvW__dropdownVisible{opacity:1!important;pointer-events:auto!important;transform:translate(-50%)translateY(0)!important}.Navbar-module__4IqnvW__dropdownItem{color:var(--text-primary);border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;text-decoration:none;transition:background .18s,color .18s;display:flex}.Navbar-module__4IqnvW__dropdownItem:hover{color:var(--orange);background:#f68d361a}.Navbar-module__4IqnvW__dropdownItemIcon{flex-shrink:0;margin-top:2px;font-size:1.4rem}.Navbar-module__4IqnvW__dropdownItem span:last-child{flex-direction:column;gap:2px;display:flex}.Navbar-module__4IqnvW__dropdownItem strong{color:var(--text-primary);font-family:Lexend,sans-serif;font-size:.93rem;font-weight:700;display:block}.Navbar-module__4IqnvW__dropdownItem:hover strong{color:var(--orange)}.Navbar-module__4IqnvW__dropdownItem em{color:var(--text-muted);font-family:Lexend,sans-serif;font-size:.78rem;font-style:normal;display:block}.Navbar-module__4IqnvW__dropdownDivider{background:var(--border-color);height:1px;margin:6px 8px}.Navbar-module__4IqnvW__dropdownViewAll{justify-content:center;padding:10px 14px;font-family:Lexend,sans-serif;font-size:.88rem;font-weight:700;color:var(--orange)!important}.Navbar-module__4IqnvW__dropdownViewAll:hover{background:#f68d361a}.Navbar-module__4IqnvW__btnDiscuss{background:var(--text-primary);color:var(--bg-primary);white-space:nowrap;border-radius:50px;align-items:center;gap:10px;padding:8px 10px 8px 20px;font-family:Lexend,sans-serif;font-size:.9rem;font-weight:400;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.Navbar-module__4IqnvW__btnDiscuss:hover{background:var(--orange);color:#fff}.Navbar-module__4IqnvW__arrowCircle{background:var(--orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Navbar-module__4IqnvW__mobileCta{display:none}.Navbar-module__4IqnvW__desktopCta{flex-shrink:0}.Navbar-module__4IqnvW__themeToggle{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:16px;transition:all .2s;display:flex}.Navbar-module__4IqnvW__themeToggle:hover{background:var(--orange);color:#fff;border-color:var(--orange)}@media (max-width:991px){.Navbar-module__4IqnvW__navbar{padding:14px 20px}.Navbar-module__4IqnvW__toggler{display:block}.Navbar-module__4IqnvW__desktopCta{display:none}.Navbar-module__4IqnvW__collapse{background:var(--bg-tertiary);z-index:1050;border-bottom:1px solid var(--border-color);flex-direction:column;align-items:flex-start;padding:20px;display:none;position:absolute;top:calc(100% + 18px);left:-20px;right:-20px;box-shadow:0 12px 32px #00000026}.Navbar-module__4IqnvW__collapse.Navbar-module__4IqnvW__show{display:flex}.Navbar-module__4IqnvW__navList{flex-direction:column;align-items:flex-start;gap:0;width:100%;margin:0}.Navbar-module__4IqnvW__navItem{border-bottom:1px solid var(--border-color);width:100%;padding:12px 0}.Navbar-module__4IqnvW__navItem:last-child{border-bottom:none}.Navbar-module__4IqnvW__dropdownMenu{left:unset;box-shadow:none;border:1px solid var(--border-color);background:var(--bg-primary);border-radius:10px;margin-top:10px;padding:6px;position:static;transform:none!important}.Navbar-module__4IqnvW__dropdownMenu:before{display:none}.Navbar-module__4IqnvW__dropdown:hover .Navbar-module__4IqnvW__dropdownMenu{opacity:0;pointer-events:none}.Navbar-module__4IqnvW__dropdownVisible{opacity:1!important;pointer-events:auto!important;transform:none!important}.Navbar-module__4IqnvW__mobileCta{border-top:1px solid var(--border-color);justify-content:center;width:100%;margin-top:16px;padding-top:12px;display:flex}.Navbar-module__4IqnvW__mobileCta .Navbar-module__4IqnvW__btnDiscuss{justify-content:center;width:100%}.Navbar-module__4IqnvW__themeToggle{margin-left:0;position:absolute;top:14px;right:60px}}
.Footer-module__JGhRua__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:100px 20px 40px}.Footer-module__JGhRua__container{max-width:1400px;margin:0 auto}.Footer-module__JGhRua__row{flex-wrap:wrap;gap:48px;display:flex}.Footer-module__JGhRua__colLg4{flex:0 0 calc(33.333% - 48px);min-width:300px}.Footer-module__JGhRua__colLg2{flex:0 0 calc(16.666% - 48px);min-width:150px}.Footer-module__JGhRua__colLg3{flex:0 0 calc(25% - 48px);min-width:250px}.Footer-module__JGhRua__offsetLg1{margin-left:auto}.Footer-module__JGhRua__logoWrapper{margin-bottom:30px}.Footer-module__JGhRua__textMuted{color:var(--text-muted);margin-top:0;margin-bottom:24px;line-height:1.6}.Footer-module__JGhRua__textMutedSmall{color:var(--text-muted);margin-top:0;margin-bottom:24px;font-size:.875em;line-height:1.5}.Footer-module__JGhRua__socialRow{gap:15px;margin-top:30px;display:flex}.Footer-module__JGhRua__socialItem{background:var(--card-bg);width:45px;height:45px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__JGhRua__socialItem:hover{background:var(--orange,#f68d36);color:#fff;border-color:#0000;transform:translateY(-5px)}.Footer-module__JGhRua__footerLinks h5{color:var(--text-primary);margin-top:0;margin-bottom:30px;font-family:Lexend,sans-serif;font-size:1.1rem}.Footer-module__JGhRua__footerLink{color:var(--text-muted);margin-bottom:15px;font-size:.95rem;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);display:block}.Footer-module__JGhRua__footerLink:hover{color:var(--orange,#f68d36);transform:translate(5px)}.Footer-module__JGhRua__positionRelative{position:relative}.Footer-module__JGhRua__formControl{border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:12px;padding:16px 50px 16px 16px;font-family:Lexend,sans-serif;background:var(--bg-primary)!important}.Footer-module__JGhRua__formControl::placeholder{color:var(--text-muted)}.Footer-module__JGhRua__btnPrimary{background:var(--orange,#f68d36);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 15px;font-weight:700;transition:background .3s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.Footer-module__JGhRua__btnPrimary:hover{background:#e07820}.Footer-module__JGhRua__footerBottom{border-top:1px solid var(--border-color);text-align:center;margin-top:48px;padding-top:48px}@media (max-width:991px){.Footer-module__JGhRua__offsetLg1{margin-left:0}.Footer-module__JGhRua__colLg4,.Footer-module__JGhRua__colLg2,.Footer-module__JGhRua__colLg3{flex:100%;min-width:100%}}
.Hero-module__PycF7W__hero{background:var(--bg-secondary);padding:100px 0 80px;transition:background-color .3s;position:relative;overflow:hidden}.Hero-module__PycF7W__blob{filter:blur(80px);z-index:0;border-radius:50%;width:500px;height:500px;animation:20s infinite alternate Hero-module__PycF7W__blobFloat;position:absolute}.Hero-module__PycF7W__blob1{background:radial-gradient(circle,#f68d3626 0%,#f68d3600 70%);top:-100px;right:-100px}.Hero-module__PycF7W__blob2{background:radial-gradient(circle,#ffa5001a 0%,#e74c3c00 70%);animation-delay:-5s;bottom:-150px;left:-100px}@keyframes Hero-module__PycF7W__blobFloat{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.Hero-module__PycF7W__container{z-index:1;max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.Hero-module__PycF7W__row{align-items:center;gap:40px;display:flex}.Hero-module__PycF7W__textCol{flex:7;min-width:0}.Hero-module__PycF7W__imageCol{flex:5;min-width:0}.Hero-module__PycF7W__badge{color:var(--orange);text-transform:uppercase;letter-spacing:1px;background:#f68d361a;border:1px solid #f68d3633;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-block}.Hero-module__PycF7W__title{background:linear-gradient(to right,var(--text-primary),var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Hero-module__PycF7W__title span{color:var(--orange);-webkit-text-fill-color:var(--orange)}.Hero-module__PycF7W__text{color:var(--text-secondary);opacity:.9;max-width:600px;margin:0;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.8}.Hero-module__PycF7W__ctas{flex-wrap:wrap;gap:15px;margin-top:40px;display:flex}.Hero-module__PycF7W__btnPrimary{background:var(--orange);color:#fff;border-radius:50px;padding:14px 32px;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #f68d3633}.Hero-module__PycF7W__btnPrimary:hover{color:#fff;background:#e07820;transform:translateY(-5px);box-shadow:0 15px 30px #f68d364d}.Hero-module__PycF7W__btnSecondary{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:14px 32px;font-weight:600;transition:all .3s}.Hero-module__PycF7W__btnSecondary:hover{border-color:var(--orange);color:var(--orange);background:#f68d3626}.Hero-module__PycF7W__imageWrapper{perspective:1000px}.Hero-module__PycF7W__imageCard{background:linear-gradient(135deg,var(--orange)0%,#e67e22 100%);border-radius:40px;justify-content:center;align-items:flex-end;width:100%;max-width:480px;height:480px;margin:0 auto;animation:6s ease-in-out infinite Hero-module__PycF7W__float;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006}.Hero-module__PycF7W__imageCard:before{content:"";z-index:1;background:radial-gradient(circle at 20% 20%,#fff3 0%,#0000 50%);position:absolute;inset:0}.Hero-module__PycF7W__imageCard img{z-index:2;position:relative}@keyframes Hero-module__PycF7W__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(1deg)}}.Hero-module__PycF7W__stats{border-top:1px solid var(--border-color);flex-wrap:wrap;gap:30px;margin-top:50px;padding-top:30px;display:flex}.Hero-module__PycF7W__statItem h4{color:var(--text-primary);margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:700}.Hero-module__PycF7W__statItem p{color:var(--text-muted);margin:0;font-size:.85rem}@media (max-width:991px){.Hero-module__PycF7W__hero{text-align:center;padding:60px 0}.Hero-module__PycF7W__row{flex-direction:column}.Hero-module__PycF7W__textCol{order:1}.Hero-module__PycF7W__imageCol{order:2}.Hero-module__PycF7W__text{margin:0 auto}.Hero-module__PycF7W__ctas,.Hero-module__PycF7W__stats{justify-content:center}.Hero-module__PycF7W__imageCard{height:400px;margin-top:50px}}
.TrustedSection-module__N-Jtgq__section{background-color:var(--bg-primary);padding:80px 20px;transition:background-color .3s}.TrustedSection-module__N-Jtgq__container{max-width:1400px;margin:0 auto}.TrustedSection-module__N-Jtgq__inner{text-align:center;max-width:840px;margin:0 auto}.TrustedSection-module__N-Jtgq__heading{color:var(--text-primary);margin-top:0;margin-bottom:28px;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.35}.TrustedSection-module__N-Jtgq__divider{background:var(--orange);border-radius:2px;width:200px;height:2px;margin:0 auto 32px}.TrustedSection-module__N-Jtgq__para{color:var(--text-secondary);margin:0;font-size:clamp(.85rem,1.5vw,.97rem);font-weight:400;line-height:1.85}@media (max-width:576px){.TrustedSection-module__N-Jtgq__section{padding:50px 16px}.TrustedSection-module__N-Jtgq__divider{width:120px}}
link contact page in all contact buttons .CoursesSection-module___y9gSW__bgGlow1{pointer-events:none;background:radial-gradient(circle,#f68d3614 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-200px}.CoursesSection-module___y9gSW__bgGlow2{pointer-events:none;background:radial-gradient(circle,#f68d360d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-50px;left:-150px}.CoursesSection-module___y9gSW__container{z-index:1;width:100%;max-width:1400px;margin:0 auto;position:relative}.CoursesSection-module___y9gSW__header{text-align:center;margin-bottom:72px;animation:.8s cubic-bezier(.16,1,.3,1) both CoursesSection-module___y9gSW__fadeUp}.CoursesSection-module___y9gSW__headerBadge{letter-spacing:.08em;text-transform:uppercase;color:var(--orange,#f68d36);background:#f68d3614;border:1px solid #f68d3633;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:.82rem;font-weight:600;display:inline-flex}.CoursesSection-module___y9gSW__badgeDot{background:var(--orange,#f68d36);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite CoursesSection-module___y9gSW__pulse}@keyframes CoursesSection-module___y9gSW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.CoursesSection-module___y9gSW__headerTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 20px;font-family:Lexend,sans-serif;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.15}.CoursesSection-module___y9gSW__highlight{color:var(--orange,#f68d36)}.CoursesSection-module___y9gSW__headerSub{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.CoursesSection-module___y9gSW__tabList{scrollbar-width:none;gap:12px;margin-bottom:48px;padding-bottom:4px;animation:.8s cubic-bezier(.16,1,.3,1) .1s both CoursesSection-module___y9gSW__fadeUp;display:flex;overflow-x:auto}.CoursesSection-module___y9gSW__tabList::-webkit-scrollbar{display:none}.CoursesSection-module___y9gSW__tab{border:1px solid var(--border-color);background:var(--card-bg);cursor:pointer;text-align:left;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:4px;min-width:0;padding:14px 22px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.CoursesSection-module___y9gSW__tab:hover{background:var(--bg-tertiary);border-color:#f68d3666;transform:translateY(-2px)}.CoursesSection-module___y9gSW__tabActive{box-shadow:0 0 0 3px #f68d361a;border-color:var(--orange,#f68d36)!important;background:#f68d3614!important}.CoursesSection-module___y9gSW__tabTag{letter-spacing:.06em;text-transform:uppercase;color:var(--orange,#f68d36);font-size:.72rem;font-weight:600}.CoursesSection-module___y9gSW__tabTitle{color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:600}.CoursesSection-module___y9gSW__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:28px;grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:100%;margin-bottom:48px;transition:border-color .3s;animation:.6s cubic-bezier(.16,1,.3,1) both CoursesSection-module___y9gSW__cardIn;display:grid;overflow:hidden;box-shadow:0 25px 50px -12px #0003}.CoursesSection-module___y9gSW__card:hover{border-color:#f68d3633}@keyframes CoursesSection-module___y9gSW__cardIn{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CoursesSection-module___y9gSW__mediaCol{background:var(--bg-secondary);flex-direction:column;min-width:0;display:flex}.CoursesSection-module___y9gSW__mediaWrapper{aspect-ratio:4/3;background:var(--bg-tertiary);position:relative;overflow:hidden}.CoursesSection-module___y9gSW__mediaWrapper img{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.CoursesSection-module___y9gSW__card:hover .CoursesSection-module___y9gSW__mediaWrapper img{transform:scale(1.05)}.CoursesSection-module___y9gSW__mediaTag{-webkit-backdrop-filter:blur(10px);color:#fff;letter-spacing:.08em;text-transform:uppercase;z-index:2;background:#0000008c;border:1px solid #ffffff1f;border-radius:50px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:20px;left:20px}.CoursesSection-module___y9gSW__statRow{flex-wrap:wrap;gap:8px;padding:20px 24px;display:flex}.CoursesSection-module___y9gSW__statPill{color:var(--text-muted);background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.CoursesSection-module___y9gSW__textCol{flex-direction:column;justify-content:center;min-width:0;padding:52px 52px 48px;display:flex}.CoursesSection-module___y9gSW__courseTag{letter-spacing:.08em;text-transform:uppercase;color:var(--orange,#f68d36);background:#f68d361a;border:1px solid #f68d3633;border-radius:50px;margin-bottom:18px;padding:5px 14px;font-size:.75rem;font-weight:700;display:inline-block}.CoursesSection-module___y9gSW__courseTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 14px;font-family:Lexend,sans-serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;line-height:1.2}.CoursesSection-module___y9gSW__courseDesc{color:var(--text-muted);margin:0 0 28px;font-size:1rem;line-height:1.75}.CoursesSection-module___y9gSW__featureList{flex-direction:column;gap:14px;margin:0 0 36px;padding:0;list-style:none;display:flex}.CoursesSection-module___y9gSW__featureItem{color:var(--text-primary);align-items:flex-start;gap:12px;font-size:.95rem;font-weight:400;line-height:1.5;display:flex}.CoursesSection-module___y9gSW__checkCircle{width:22px;height:22px;color:var(--orange,#f68d36);background:#f68d3626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.CoursesSection-module___y9gSW__ctaRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.CoursesSection-module___y9gSW__btnPrimary{background:var(--orange,#f68d36);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 24px #f68d364d}.CoursesSection-module___y9gSW__btnPrimary:hover{color:#fff;background:#e07820;transform:translateY(-3px);box-shadow:0 16px 32px #f68d3659}.CoursesSection-module___y9gSW__btnGhost{color:var(--text-muted);border:1px solid var(--border-color);border-radius:50px;align-items:center;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.CoursesSection-module___y9gSW__btnGhost:hover{color:var(--orange,#f68d36);border-color:var(--orange,#f68d36);background:#f68d360f}.CoursesSection-module___y9gSW__miniGrid{grid-template-columns:repeat(4,1fr);gap:16px;animation:.8s cubic-bezier(.16,1,.3,1) .3s both CoursesSection-module___y9gSW__fadeUp;display:grid}.CoursesSection-module___y9gSW__miniCard{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:18px;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;padding:22px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.CoursesSection-module___y9gSW__miniCard:hover{border-color:#f68d3659;transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.CoursesSection-module___y9gSW__miniCardActive{border-color:var(--orange,#f68d36)!important;background:#f68d360f!important}.CoursesSection-module___y9gSW__miniTag{letter-spacing:.07em;text-transform:uppercase;color:var(--orange,#f68d36);font-size:.7rem;font-weight:700}.CoursesSection-module___y9gSW__miniTitle{color:var(--text-primary);font-size:.9rem;font-weight:700;line-height:1.3}.CoursesSection-module___y9gSW__miniStudents{color:var(--text-muted);font-size:.78rem}@keyframes CoursesSection-module___y9gSW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.CoursesSection-module___y9gSW__miniGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CoursesSection-module___y9gSW__section{padding:100px 20px}.CoursesSection-module___y9gSW__card{grid-template-columns:1fr}.CoursesSection-module___y9gSW__textCol{padding:36px 28px 40px}.CoursesSection-module___y9gSW__tabList{gap:8px}.CoursesSection-module___y9gSW__tab{padding:10px 16px}}@media (max-width:576px){.CoursesSection-module___y9gSW__section{padding:80px 16px}.CoursesSection-module___y9gSW__headerTitle{font-size:2rem}.CoursesSection-module___y9gSW__miniGrid{grid-template-columns:1fr 1fr}.CoursesSection-module___y9gSW__ctaRow{flex-direction:column;align-items:stretch}.CoursesSection-module___y9gSW__btnPrimary,.CoursesSection-module___y9gSW__btnGhost{justify-content:center}.CoursesSection-module___y9gSW__tabTitle{white-space:normal}}
.AboutHero-module__3grJuW__aboutHero{text-align:center;background:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop) 50%/cover no-repeat fixed;padding:260px 20px 180px;position:relative;overflow:hidden}.AboutHero-module__3grJuW__overlay{background:linear-gradient(to bottom,#0a0a0ab3 0%,var(--about-overlay,#0a0a0af2)100%);z-index:1;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}[data-theme=light] .AboutHero-module__3grJuW__overlay{background:linear-gradient(to bottom,#fff9 0%,var(--about-overlay,#fffffff2)100%)}.AboutHero-module__3grJuW__container{z-index:2;justify-content:center;max-width:1400px;margin:0 auto;display:flex;position:relative}.AboutHero-module__3grJuW__content{flex-direction:column;align-items:center;max-width:800px;display:flex}.AboutHero-module__3grJuW__badgeWrapper{opacity:0;margin-bottom:30px;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards AboutHero-module__3grJuW__fadeUp}.AboutHero-module__3grJuW__badge{letter-spacing:.05em;text-transform:uppercase;color:var(--orange,#f68d36);-webkit-backdrop-filter:blur(4px);background:#f68d361a;border:1px solid #f68d3633;border-radius:50px;padding:8px 20px;font-family:Plus Jakarta Sans,sans-serif,Lexend;font-size:.9rem;font-weight:600;display:inline-block}.AboutHero-module__3grJuW__title{color:var(--text-primary);letter-spacing:-.02em;opacity:0;margin-top:0;margin-bottom:24px;font-family:Lexend,sans-serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1;animation:.8s cubic-bezier(.16,1,.3,1) .3s forwards AboutHero-module__3grJuW__fadeUp}.AboutHero-module__3grJuW__subtitle{color:var(--text-muted);opacity:0;max-width:650px;margin:0 auto;font-family:Plus Jakarta Sans,sans-serif,Lexend;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.8;animation:.8s cubic-bezier(.16,1,.3,1) .5s forwards AboutHero-module__3grJuW__fadeUp}.AboutHero-module__3grJuW__highlight{color:var(--orange,#f68d36);display:inline-block;position:relative}.AboutHero-module__3grJuW__highlight:after{content:"";background-color:var(--orange,#f68d36);opacity:.2;z-index:-1;transform-origin:0;border-radius:4px;width:100%;height:.25em;animation:.8s cubic-bezier(.16,1,.3,1) .9s forwards AboutHero-module__3grJuW__revealLine;position:absolute;bottom:.1em;left:0;transform:scaleX(0)}@keyframes AboutHero-module__3grJuW__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes AboutHero-module__3grJuW__revealLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:768px){.AboutHero-module__3grJuW__aboutHero{padding:180px 20px 100px}.AboutHero-module__3grJuW__title{font-size:clamp(2.5rem,8vw,3rem)}}@media (max-width:576px){.AboutHero-module__3grJuW__aboutHero{padding:140px 16px 80px}.AboutHero-module__3grJuW__badge{padding:6px 16px;font-size:.8rem}}
.ExpertsSection-module__gPnpHG__section{background-color:var(--bg-primary);padding:70px 20px;transition:background-color .3s;overflow:hidden}.ExpertsSection-module__gPnpHG__textCenter{text-align:center;margin-bottom:40px}.ExpertsSection-module__gPnpHG__heading{color:var(--text-primary);margin-top:0;margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700}.ExpertsSection-module__gPnpHG__divider{background:var(--orange);border-radius:2px;width:220px;height:2px;margin:0 auto}.ExpertsSection-module__gPnpHG__sliderContainer{width:100%;padding:10px 0 30px;position:relative;overflow:hidden}.ExpertsSection-module__gPnpHG__track{gap:24px;width:max-content;animation:25s linear infinite ExpertsSection-module__gPnpHG__scrollExperts;display:flex}.ExpertsSection-module__gPnpHG__track:hover{animation-play-state:paused}@keyframes ExpertsSection-module__gPnpHG__scrollExperts{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}.ExpertsSection-module__gPnpHG__slide{flex-shrink:0;width:280px}.ExpertsSection-module__gPnpHG__card{background:var(--card-bg);text-align:center;border:1px solid var(--border-color);border-radius:18px;height:100%;padding:30px 24px 24px;transition:box-shadow .25s,transform .25s,background-color .25s}.ExpertsSection-module__gPnpHG__card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.ExpertsSection-module__gPnpHG__imgWrap{aspect-ratio:4/3.5;background:var(--bg-tertiary);border-radius:12px;width:100%;margin-bottom:18px;position:relative;overflow:hidden}.ExpertsSection-module__gPnpHG__name{color:var(--text-primary);margin-top:0;margin-bottom:6px;font-size:1rem;font-weight:700}.ExpertsSection-module__gPnpHG__role{color:var(--text-muted);margin:0;font-size:.85rem;font-weight:400}@media (max-width:576px){.ExpertsSection-module__gPnpHG__section{padding:48px 0}.ExpertsSection-module__gPnpHG__slide{width:240px}.ExpertsSection-module__gPnpHG__card{padding:22px 16px 18px}}
.StorySection-module__d9DJ2G__section{background-color:var(--bg-primary);padding:140px 20px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.StorySection-module__d9DJ2G__container{max-width:1400px;margin:0 auto}.StorySection-module__d9DJ2G__row{align-items:center;gap:80px;display:flex}.StorySection-module__d9DJ2G__rowReverse{flex-direction:row-reverse}.StorySection-module__d9DJ2G__colImg,.StorySection-module__d9DJ2G__colText{flex:1;min-width:0}.StorySection-module__d9DJ2G__peLg5{padding-right:0}.StorySection-module__d9DJ2G__psLg5{padding-left:0}.StorySection-module__d9DJ2G__mb5{margin-bottom:120px}.StorySection-module__d9DJ2G__mt5{margin-top:120px}@media (min-width:1024px){.StorySection-module__d9DJ2G__peLg5{padding-right:48px}.StorySection-module__d9DJ2G__psLg5{padding-left:48px}}.StorySection-module__d9DJ2G__badgeWrapper{margin-bottom:24px}.StorySection-module__d9DJ2G__badge{letter-spacing:.05em;text-transform:uppercase;color:var(--orange,#f68d36);background:#f68d361a;border:1px solid #f68d3633;border-radius:50px;padding:8px 20px;font-family:Plus Jakarta Sans,sans-serif,Lexend;font-size:.85rem;font-weight:600;display:inline-block}.StorySection-module__d9DJ2G__title{color:var(--text-primary);letter-spacing:-.01em;margin-top:0;margin-bottom:28px;font-family:Lexend,sans-serif;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.StorySection-module__d9DJ2G__text{color:var(--text-muted);margin-bottom:24px;font-size:1.05rem;line-height:1.8}.StorySection-module__d9DJ2G__imgWrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.StorySection-module__d9DJ2G__imgWrapper img{border-radius:20px;transition:transform .8s cubic-bezier(.16,1,.3,1);display:block}.StorySection-module__d9DJ2G__imgWrapper:hover img{transform:scale(1.05)}.StorySection-module__d9DJ2G__floatCard{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--shadow);z-index:3;border-radius:16px;padding:30px 40px;transition:transform .3s,box-shadow .3s;position:absolute;bottom:0;left:0;transform:translate(-20px,20px)}.StorySection-module__d9DJ2G__floatCard:hover{transform:translate(-20px,15px);box-shadow:0 15px 40px #0006}.StorySection-module__d9DJ2G__floatCardNumber{color:var(--orange,#f68d36);letter-spacing:-.05em;margin-bottom:8px;font-family:Lexend,sans-serif;font-size:2.8rem;font-weight:800;line-height:1}.StorySection-module__d9DJ2G__floatCardText{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:500;line-height:1.4}.StorySection-module__d9DJ2G__list{margin-top:32px;padding:0;list-style:none}.StorySection-module__d9DJ2G__list li{color:var(--text-primary);align-items:center;margin-bottom:20px;font-size:1.05rem;font-weight:500;display:flex}.StorySection-module__d9DJ2G__checkIcon{width:28px;height:28px;color:var(--orange,#f68d36);background:#f68d3626;border-radius:50%;justify-content:center;align-items:center;margin-right:16px;font-size:1rem;font-weight:700;display:inline-flex}.StorySection-module__d9DJ2G__animateFadeUp1{animation:.8s cubic-bezier(.16,1,.3,1) .1s both StorySection-module__d9DJ2G__fadeUp}.StorySection-module__d9DJ2G__animateFadeUp2{animation:.8s cubic-bezier(.16,1,.3,1) .2s both StorySection-module__d9DJ2G__fadeUp}.StorySection-module__d9DJ2G__animateFadeUp3{animation:.8s cubic-bezier(.16,1,.3,1) .3s both StorySection-module__d9DJ2G__fadeUp}.StorySection-module__d9DJ2G__animateFadeUp4{animation:.8s cubic-bezier(.16,1,.3,1) .4s both StorySection-module__d9DJ2G__fadeUp}.StorySection-module__d9DJ2G__animateFadeUp5{animation:.8s cubic-bezier(.16,1,.3,1) .5s both StorySection-module__d9DJ2G__fadeUp}.StorySection-module__d9DJ2G__animateFadeUp6{animation:.8s cubic-bezier(.16,1,.3,1) .6s both StorySection-module__d9DJ2G__fadeUp}.StorySection-module__d9DJ2G__animateFadeInLeft{animation:1s cubic-bezier(.16,1,.3,1) both StorySection-module__d9DJ2G__fadeInLeft}.StorySection-module__d9DJ2G__animateFadeInRight{animation:1s cubic-bezier(.16,1,.3,1) both StorySection-module__d9DJ2G__fadeInRight}@keyframes StorySection-module__d9DJ2G__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes StorySection-module__d9DJ2G__fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes StorySection-module__d9DJ2G__fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:991px){.StorySection-module__d9DJ2G__row,.StorySection-module__d9DJ2G__rowReverse{flex-direction:column;gap:50px}.StorySection-module__d9DJ2G__mb5,.StorySection-module__d9DJ2G__mt5{margin-top:60px;margin-bottom:60px}.StorySection-module__d9DJ2G__floatCard{text-align:center;margin-top:-40px;margin-left:20px;margin-right:20px;position:relative;bottom:0;left:0;transform:none}.StorySection-module__d9DJ2G__floatCard:hover{transform:translateY(-5px)}}@media (max-width:576px){.StorySection-module__d9DJ2G__section{padding:80px 16px}.StorySection-module__d9DJ2G__title{font-size:2rem}}
.WelcomeSection-module__hshe5W__section{background-color:var(--bg-primary);padding:80px 40px;transition:background-color .3s}.WelcomeSection-module__hshe5W__container{max-width:1400px;margin:0 auto}.WelcomeSection-module__hshe5W__row{align-items:center;gap:60px;display:flex}.WelcomeSection-module__hshe5W__textCol{flex:7;min-width:0;padding-right:20px}.WelcomeSection-module__hshe5W__imageCol{flex-direction:column;flex:5;align-items:center;min-width:0;display:flex}.WelcomeSection-module__hshe5W__heading{color:var(--text-primary);margin-top:0;margin-bottom:24px;font-size:clamp(1.4rem,2.8vw,1.9rem);font-weight:700}.WelcomeSection-module__hshe5W__para{color:var(--text-secondary);margin-bottom:20px;font-size:clamp(.83rem,1.4vw,.93rem);font-weight:400;line-height:1.85}.WelcomeSection-module__hshe5W__para:last-of-type{margin-bottom:0}.WelcomeSection-module__hshe5W__imgCard{background-color:var(--orange);aspect-ratio:3/3.2;border-radius:22px;width:100%;max-width:360px;margin-bottom:20px;position:relative;overflow:hidden}.WelcomeSection-module__hshe5W__name{color:var(--text-primary);text-align:center;margin-top:0;margin-bottom:4px;font-size:1.05rem;font-weight:700}.WelcomeSection-module__hshe5W__role{color:var(--text-muted);text-align:center;margin:0;font-size:.88rem;font-weight:400}@media (max-width:991px){.WelcomeSection-module__hshe5W__section{padding:60px 20px}.WelcomeSection-module__hshe5W__row{flex-direction:column;gap:30px}.WelcomeSection-module__hshe5W__textCol{padding-right:0}.WelcomeSection-module__hshe5W__imgCard{max-width:300px}}@media (max-width:576px){.WelcomeSection-module__hshe5W__section{padding:48px 16px}}
.StatsAndTestimonials-module__DnRRma__statsSection{background-color:var(--bg-secondary);padding:70px 40px;transition:background-color .3s}.StatsAndTestimonials-module__DnRRma__container{max-width:1400px;margin:0 auto}.StatsAndTestimonials-module__DnRRma__statsRow{align-items:center;gap:0;display:flex}.StatsAndTestimonials-module__DnRRma__statsLeft{flex:0 0 300px;padding-right:20px}.StatsAndTestimonials-module__DnRRma__statsHeading{color:var(--text-primary);margin-top:0;margin-bottom:16px;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:400;line-height:1.25}.StatsAndTestimonials-module__DnRRma__statsPara{color:var(--text-secondary);margin-bottom:28px;font-size:clamp(.82rem,1.3vw,.9rem);font-weight:400;line-height:1.7}.StatsAndTestimonials-module__DnRRma__btnLearn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:50px;align-items:center;gap:10px;padding:9px 10px 9px 20px;font-size:.88rem;font-weight:400;transition:border-color .2s,box-shadow .2s;display:inline-flex}.StatsAndTestimonials-module__DnRRma__btnLearn:hover{border-color:var(--orange);color:var(--text-primary);box-shadow:0 2px 12px #f68d3626}.StatsAndTestimonials-module__DnRRma__learnCircle{background:#c0392b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.StatsAndTestimonials-module__DnRRma__vDivider{background:var(--border-color);flex-shrink:0;width:1px;height:180px;margin:0 40px}.StatsAndTestimonials-module__DnRRma__statsGrid{flex:1;grid-template-columns:1fr 1fr;display:grid}.StatsAndTestimonials-module__DnRRma__statsCell{background:var(--bg-secondary);padding:28px 32px}.StatsAndTestimonials-module__DnRRma__borderRight{border-right:1px solid var(--border-color)}.StatsAndTestimonials-module__DnRRma__borderBottom{border-bottom:1px solid var(--border-color)}.StatsAndTestimonials-module__DnRRma__statNumber{color:var(--text-primary);margin-bottom:8px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1}.StatsAndTestimonials-module__DnRRma__statLabel{color:var(--text-secondary);font-size:clamp(.78rem,1.2vw,.88rem);font-weight:400;line-height:1.5}.StatsAndTestimonials-module__DnRRma__testimonialSection{background-color:var(--bg-primary);padding:80px 40px;transition:background-color .3s}.StatsAndTestimonials-module__DnRRma__testimonialRow{align-items:center;gap:60px;display:flex}.StatsAndTestimonials-module__DnRRma__testimonialLeft{flex:0 0 300px}.StatsAndTestimonials-module__DnRRma__testimonialHeading{color:var(--text-primary);margin:0;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:400;line-height:1.3}.StatsAndTestimonials-module__DnRRma__testimonialRight{flex:1}.StatsAndTestimonials-module__DnRRma__card{background-color:var(--bg-tertiary);border-radius:20px;padding:36px 36px 28px;transition:background-color .3s;position:relative;overflow:hidden}.StatsAndTestimonials-module__DnRRma__quoteIcon{color:var(--text-muted);opacity:.1;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:8rem;line-height:1;position:absolute;top:10px;right:24px}.StatsAndTestimonials-module__DnRRma__slide{animation:.4s StatsAndTestimonials-module__DnRRma__fadeSlide}@keyframes StatsAndTestimonials-module__DnRRma__fadeSlide{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.StatsAndTestimonials-module__DnRRma__reviewer{align-items:center;gap:12px;margin-bottom:12px;display:flex}.StatsAndTestimonials-module__DnRRma__reviewerImg{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;flex-shrink:0}.StatsAndTestimonials-module__DnRRma__reviewerName{color:var(--text-primary);font-size:1rem;font-weight:700}.StatsAndTestimonials-module__DnRRma__reviewText{color:var(--text-secondary);margin:0;font-size:clamp(.82rem,1.3vw,.9rem);font-weight:400;line-height:1.8}.StatsAndTestimonials-module__DnRRma__navBtns{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.StatsAndTestimonials-module__DnRRma__navBtn{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.StatsAndTestimonials-module__DnRRma__navBtn:hover{background:var(--orange);color:#fff}.StatsAndTestimonials-module__DnRRma__navBtn:hover path{stroke:#fff}@media (max-width:991px){.StatsAndTestimonials-module__DnRRma__statsSection{padding:50px 20px}.StatsAndTestimonials-module__DnRRma__statsRow{flex-direction:column;align-items:flex-start}.StatsAndTestimonials-module__DnRRma__statsLeft{flex:unset;width:100%;margin-bottom:30px}.StatsAndTestimonials-module__DnRRma__vDivider{display:none}.StatsAndTestimonials-module__DnRRma__statsGrid{width:100%}.StatsAndTestimonials-module__DnRRma__statsCell{padding:22px 20px}.StatsAndTestimonials-module__DnRRma__testimonialSection{padding:56px 20px}.StatsAndTestimonials-module__DnRRma__testimonialRow{flex-direction:column;gap:30px}.StatsAndTestimonials-module__DnRRma__testimonialLeft{flex:unset;width:100%}.StatsAndTestimonials-module__DnRRma__card{max-width:100%}}@media (max-width:576px){.StatsAndTestimonials-module__DnRRma__statsSection{padding:40px 16px}.StatsAndTestimonials-module__DnRRma__statsCell{padding:18px 14px}.StatsAndTestimonials-module__DnRRma__statNumber{font-size:1.5rem}.StatsAndTestimonials-module__DnRRma__testimonialSection{padding:44px 16px}.StatsAndTestimonials-module__DnRRma__card{padding:24px 20px 20px}}
.ValuesSection-module__wAKylq__section{background-color:var(--bg-secondary);padding:140px 20px;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.ValuesSection-module__wAKylq__container{max-width:1400px;margin:0 auto}.ValuesSection-module__wAKylq__textCenter{text-align:center;margin-bottom:80px}.ValuesSection-module__wAKylq__badgeWrapper{margin-bottom:24px}.ValuesSection-module__wAKylq__badge{letter-spacing:.05em;text-transform:uppercase;color:var(--orange,#f68d36);background:#f68d361a;border:1px solid #f68d3633;border-radius:50px;padding:8px 20px;font-family:Plus Jakarta Sans,sans-serif,Lexend;font-size:.85rem;font-weight:600;display:inline-block}.ValuesSection-module__wAKylq__title{color:var(--text-primary);letter-spacing:-.01em;margin-top:0;margin-bottom:24px;font-family:Lexend,sans-serif;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800}.ValuesSection-module__wAKylq__text{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.8}.ValuesSection-module__wAKylq__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:20px;display:grid}.ValuesSection-module__wAKylq__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;height:100%;padding:48px 40px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:flex}.ValuesSection-module__wAKylq__card:hover{background:var(--bg-tertiary);border-color:#f68d364d;transform:translateY(-10px);box-shadow:0 25px 50px -12px #00000040}.ValuesSection-module__wAKylq__iconBox{width:64px;height:64px;color:var(--orange,#f68d36);background:#f68d361a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:32px;font-size:1.8rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.ValuesSection-module__wAKylq__card:hover .ValuesSection-module__wAKylq__iconBox{transform:scale(1.1)}.ValuesSection-module__wAKylq__cardTitle{color:var(--text-primary);letter-spacing:-.01em;margin-top:0;margin-bottom:16px;font-family:Lexend,sans-serif;font-size:1.4rem;font-weight:700}.ValuesSection-module__wAKylq__cardText{color:var(--text-muted);flex-grow:1;margin:0;font-size:1rem;line-height:1.7}.ValuesSection-module__wAKylq__animateFadeUp1{animation:.8s cubic-bezier(.16,1,.3,1) .1s both ValuesSection-module__wAKylq__fadeUp}.ValuesSection-module__wAKylq__animateFadeUp2{animation:.8s cubic-bezier(.16,1,.3,1) .2s both ValuesSection-module__wAKylq__fadeUp}.ValuesSection-module__wAKylq__animateFadeUp3{animation:.8s cubic-bezier(.16,1,.3,1) .3s both ValuesSection-module__wAKylq__fadeUp}.ValuesSection-module__wAKylq__animateFadeUp4{animation:.8s cubic-bezier(.16,1,.3,1) .4s both ValuesSection-module__wAKylq__fadeUp}.ValuesSection-module__wAKylq__animateFadeUp5{animation:.8s cubic-bezier(.16,1,.3,1) .5s both ValuesSection-module__wAKylq__fadeUp}.ValuesSection-module__wAKylq__animateFadeUp6{animation:.8s cubic-bezier(.16,1,.3,1) .6s both ValuesSection-module__wAKylq__fadeUp}@keyframes ValuesSection-module__wAKylq__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ValuesSection-module__wAKylq__section{padding:100px 20px}.ValuesSection-module__wAKylq__grid{grid-template-columns:1fr}}@media (max-width:576px){.ValuesSection-module__wAKylq__section{padding:80px 16px}}
.blog-module__3rPSzG__main{background-color:var(--bg-primary);min-height:100vh}.blog-module__3rPSzG__container{max-width:1400px;margin:0 auto;padding:0 24px}.blog-module__3rPSzG__hero{background:var(--bg-secondary);text-align:center;border-bottom:1px solid var(--border-color);justify-content:center;align-items:center;padding:100px 24px 80px;display:flex;position:relative;overflow:hidden}.blog-module__3rPSzG__heroBg{z-index:0;position:absolute;inset:0}.blog-module__3rPSzG__hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#f68d3624 0%,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-120px;left:-100px}.blog-module__3rPSzG__hero:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#f68d361a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;right:-60px}.blog-module__3rPSzG__heroContent{z-index:1;max-width:700px;position:relative}.blog-module__3rPSzG__heroBadge{color:var(--orange);letter-spacing:.04em;background:#f68d361f;border:1px solid #f68d364d;border-radius:50px;margin-bottom:24px;padding:6px 16px;font-size:.82rem;font-weight:600;animation:.6s both blog-module__3rPSzG__fadeInDown;display:inline-block}.blog-module__3rPSzG__heroTitle{color:var(--text-primary);margin:0 0 20px;font-family:Lexend,sans-serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;line-height:1.15;animation:.7s .1s both blog-module__3rPSzG__fadeInUp}.blog-module__3rPSzG__accent{color:var(--orange);position:relative}.blog-module__3rPSzG__accent:after{content:"";background:var(--orange);opacity:.5;border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.blog-module__3rPSzG__heroSub{color:var(--text-muted);margin:0 0 36px;font-family:Lexend,sans-serif;font-size:1.05rem;line-height:1.7;animation:.7s .2s both blog-module__3rPSzG__fadeInUp}.blog-module__3rPSzG__searchBar{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50px;align-items:center;gap:12px;max-width:480px;margin:0 auto;padding:10px 22px;transition:border-color .2s,box-shadow .2s;animation:.7s .3s both blog-module__3rPSzG__fadeInUp;display:flex}.blog-module__3rPSzG__searchBar:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px #f68d3626}.blog-module__3rPSzG__searchIcon{color:var(--text-muted);flex-shrink:0}.blog-module__3rPSzG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:Lexend,sans-serif;font-size:.95rem}.blog-module__3rPSzG__searchInput::placeholder{color:var(--text-muted)}.blog-module__3rPSzG__featuredSection{padding:72px 0 0}.blog-module__3rPSzG__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);align-items:center;gap:8px;margin-bottom:24px;font-family:Lexend,sans-serif;font-size:.78rem;font-weight:600;display:flex}.blog-module__3rPSzG__labelDot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2s infinite blog-module__3rPSzG__pulse;display:inline-block}.blog-module__3rPSzG__featured{border:1px solid var(--border-color);background:var(--bg-tertiary);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:1fr 1fr;gap:0;text-decoration:none;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden}.blog-module__3rPSzG__featured:hover{transform:translateY(-4px);box-shadow:0 24px 60px #0006}.blog-module__3rPSzG__featured:hover .blog-module__3rPSzG__featuredTitle{color:var(--orange)}.blog-module__3rPSzG__featuredImg{min-height:360px;position:relative;overflow:hidden}.blog-module__3rPSzG__featuredImg img{transition:transform .5s}.blog-module__3rPSzG__featured:hover .blog-module__3rPSzG__featuredImg img{transform:scale(1.04)}.blog-module__3rPSzG__featuredImgOverlay{z-index:1;background:linear-gradient(135deg,#f68d3633 0%,#0000004d 100%);position:absolute;inset:0}.blog-module__3rPSzG__featuredBody{flex-direction:column;justify-content:center;gap:16px;padding:48px 44px;display:flex}.blog-module__3rPSzG__featuredTitle{color:var(--text-primary);margin:0;font-family:Lexend,sans-serif;font-size:clamp(1.3rem,2.5vw,1.85rem);font-weight:700;line-height:1.3;transition:color .2s}.blog-module__3rPSzG__featuredExcerpt{color:var(--text-muted);margin:0;font-family:Lexend,sans-serif;font-size:.97rem;line-height:1.75}.blog-module__3rPSzG__meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.blog-module__3rPSzG__metaRight{flex-wrap:wrap;gap:10px;margin-left:auto;display:flex}.blog-module__3rPSzG__metaChip{color:var(--text-muted);background:var(--card-bg);border:1px solid var(--border-color);border-radius:50px;align-items:center;gap:5px;padding:4px 10px;font-family:Lexend,sans-serif;font-size:.78rem;display:inline-flex}.blog-module__3rPSzG__authorAvatar{background:linear-gradient(135deg,var(--orange),#f5a623);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:700;display:flex}.blog-module__3rPSzG__authorAvatarSm{background:linear-gradient(135deg,var(--orange),#f5a623);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:Lexend,sans-serif;font-size:.75rem;font-weight:700;display:flex}.blog-module__3rPSzG__authorName{color:var(--text-primary);margin:0;font-family:Lexend,sans-serif;font-size:.88rem;font-weight:600}.blog-module__3rPSzG__authorRole{color:var(--text-muted);margin:0;font-family:Lexend,sans-serif;font-size:.75rem}.blog-module__3rPSzG__readMore{color:var(--orange);align-items:center;gap:8px;margin-top:8px;font-family:Lexend,sans-serif;font-size:.88rem;font-weight:600;transition:gap .2s;display:inline-flex}.blog-module__3rPSzG__featured:hover .blog-module__3rPSzG__readMore{gap:12px}.blog-module__3rPSzG__categoryBadge{z-index:2;background:var(--orange);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:50px;padding:4px 12px;font-family:Lexend,sans-serif;font-size:.72rem;font-weight:700;position:absolute;top:16px;left:16px}.blog-module__3rPSzG__gridSection{padding:64px 0 72px}.blog-module__3rPSzG__filterRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:36px;display:flex}.blog-module__3rPSzG__filterTabs{flex-wrap:wrap;gap:8px;display:flex}.blog-module__3rPSzG__filterTab{color:var(--text-muted);background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:50px;padding:7px 18px;font-family:Lexend,sans-serif;font-size:.85rem;font-weight:500;transition:background .2s,color .2s,border-color .2s,transform .15s}.blog-module__3rPSzG__filterTab:hover{color:var(--orange);border-color:#f68d3666;transform:translateY(-1px)}.blog-module__3rPSzG__filterTabActive{transform:none;background:var(--orange)!important;color:#fff!important;border-color:var(--orange)!important}.blog-module__3rPSzG__resultCount{color:var(--text-muted);white-space:nowrap;font-family:Lexend,sans-serif;font-size:.85rem}.blog-module__3rPSzG__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.blog-module__3rPSzG__card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;top:0;overflow:hidden;box-shadow:0 4px 20px #00000026}.blog-module__3rPSzG__card:hover{border-color:#f68d3659;transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.blog-module__3rPSzG__cardImg{height:200px;position:relative;overflow:hidden}.blog-module__3rPSzG__cardImg img{transition:transform .5s}.blog-module__3rPSzG__card:hover .blog-module__3rPSzG__cardImg img{transform:scale(1.06)}.blog-module__3rPSzG__cardImgOverlay{z-index:1;background:linear-gradient(#0000 40%,#00000080 100%);position:absolute;inset:0}.blog-module__3rPSzG__cardBody{flex-direction:column;flex:1;gap:10px;padding:24px 24px 16px;display:flex}.blog-module__3rPSzG__cardTitle{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Lexend,sans-serif;font-size:1.08rem;font-weight:700;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.blog-module__3rPSzG__card:hover .blog-module__3rPSzG__cardTitle{color:var(--orange)}.blog-module__3rPSzG__cardExcerpt{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Lexend,sans-serif;font-size:.875rem;line-height:1.65;display:-webkit-box;overflow:hidden}.blog-module__3rPSzG__cardMeta{align-items:center;gap:8px;margin-top:4px;display:flex}.blog-module__3rPSzG__cardAuthor{color:var(--text-secondary);font-family:Lexend,sans-serif;font-size:.8rem;font-weight:600}.blog-module__3rPSzG__dot{color:var(--text-muted);font-size:.9rem}.blog-module__3rPSzG__cardDate{color:var(--text-muted);font-family:Lexend,sans-serif;font-size:.78rem}.blog-module__3rPSzG__cardFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding:14px 24px;display:flex}.blog-module__3rPSzG__cardReadMore{color:var(--orange);align-items:center;gap:5px;font-family:Lexend,sans-serif;font-size:.82rem;font-weight:600;transition:gap .2s;display:inline-flex}.blog-module__3rPSzG__card:hover .blog-module__3rPSzG__cardReadMore{gap:8px}.blog-module__3rPSzG__emptyState{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:80px 24px;display:flex}.blog-module__3rPSzG__emptyState span{font-size:3rem}.blog-module__3rPSzG__emptyState p{color:var(--text-muted);font-family:Lexend,sans-serif;font-size:1rem}.blog-module__3rPSzG__newsletter{padding:0 0 80px}.blog-module__3rPSzG__newsletterCard{background:linear-gradient(135deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);text-align:center;border:1px solid #f68d3640;border-radius:24px;padding:64px 40px;position:relative;overflow:hidden}.blog-module__3rPSzG__newsletterGlow{pointer-events:none;background:radial-gradient(circle,#f68d361f 0%,#0000 65%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-module__3rPSzG__newsletterContent{z-index:1;max-width:560px;margin:0 auto;position:relative}.blog-module__3rPSzG__newsletterEmoji{margin-bottom:16px;font-size:2.5rem;display:block}.blog-module__3rPSzG__newsletterTitle{color:var(--text-primary);margin:0 0 12px;font-family:Lexend,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.blog-module__3rPSzG__newsletterSub{color:var(--text-muted);margin:0 0 32px;font-family:Lexend,sans-serif;font-size:.97rem;line-height:1.7}.blog-module__3rPSzG__newsletterForm{gap:12px;max-width:460px;margin:0 auto;display:flex}.blog-module__3rPSzG__newsletterInput{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:50px;outline:none;flex:1;padding:12px 20px;font-family:Lexend,sans-serif;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.blog-module__3rPSzG__newsletterInput::placeholder{color:var(--text-muted)}.blog-module__3rPSzG__newsletterInput:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f68d3626}.blog-module__3rPSzG__newsletterBtn{background:var(--orange);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-family:Lexend,sans-serif;font-size:.92rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.blog-module__3rPSzG__newsletterBtn:hover{background:#e07d2a;transform:translateY(-2px);box-shadow:0 8px 24px #f68d3659}@keyframes blog-module__3rPSzG__fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes blog-module__3rPSzG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blog-module__3rPSzG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}@media (max-width:900px){.blog-module__3rPSzG__featured{grid-template-columns:1fr}.blog-module__3rPSzG__featuredImg{min-height:260px}.blog-module__3rPSzG__featuredBody{padding:32px 28px}.blog-module__3rPSzG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog-module__3rPSzG__hero{padding:72px 20px 60px}.blog-module__3rPSzG__heroTitle{font-size:1.8rem}.blog-module__3rPSzG__featuredSection{padding:48px 0 0}.blog-module__3rPSzG__featuredImg{min-height:220px}.blog-module__3rPSzG__featuredBody{padding:24px 20px}.blog-module__3rPSzG__metaRight{width:100%;margin-left:0}.blog-module__3rPSzG__grid{grid-template-columns:1fr}.blog-module__3rPSzG__filterRow{flex-direction:column;align-items:flex-start}.blog-module__3rPSzG__newsletterCard{padding:44px 20px}.blog-module__3rPSzG__newsletterForm{flex-direction:column}.blog-module__3rPSzG__newsletterBtn{justify-content:center;width:100%}}
.BemaxAppSection-module__hXjaKq__section,.BemaxAppSection-module__hXjaKq__section *{box-sizing:border-box;text-transform:none;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.BemaxAppSection-module__hXjaKq__section{z-index:1;max-width:1400px;margin:40px auto;padding:0 20px;line-height:1.2;position:relative;overflow-x:clip}.BemaxAppSection-module__hXjaKq__appSection{background:linear-gradient(90deg,#2e2f8b 0%,#0a1929 50%,#000 100%);border-radius:40px;align-items:center;height:450px;display:flex;position:relative;overflow:visible;box-shadow:0 30px 80px #0006}.BemaxAppSection-module__hXjaKq__phoneMockup{z-index:10;width:550px;height:540px;position:absolute;top:-90px;left:0}.BemaxAppSection-module__hXjaKq__phone{background:#000;border:2px solid #333;border-radius:45px;width:210px;height:420px;padding:4px;position:absolute;box-shadow:0 30px 70px #000c}.BemaxAppSection-module__hXjaKq__phoneScreen{background:#000;border-radius:41px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.BemaxAppSection-module__hXjaKq__phoneLeft{z-index:3;top:60px;left:40px;transform:rotate(-12deg)}.BemaxAppSection-module__hXjaKq__phoneRight{z-index:2;background:#000;border:2px solid #333;padding:4px;top:45px;left:240px;transform:rotate(12deg)}.BemaxAppSection-module__hXjaKq__logoScreen{background:linear-gradient(135deg,#0f0f0f 0%,#000 100%);position:relative;overflow:hidden;box-shadow:inset 0 0 20px #ffffff0d}.BemaxAppSection-module__hXjaKq__logoScreen:after{content:"";background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;animation:6s linear infinite BemaxAppSection-module__hXjaKq__shine;position:absolute;top:-50%;left:-50%}.BemaxAppSection-module__hXjaKq__bemaxLogo{object-fit:contain;filter:drop-shadow(0 0 15px #ffffff26);z-index:2;width:100%;height:auto;animation:4s ease-in-out infinite BemaxAppSection-module__hXjaKq__logoFloat}@keyframes BemaxAppSection-module__hXjaKq__logoFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-8px)scale(1.02)}}@keyframes BemaxAppSection-module__hXjaKq__shine{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BemaxAppSection-module__hXjaKq__uiScreen{z-index:5;background:#000;border-radius:41px;position:relative;overflow:hidden;box-shadow:inset 0 0 25px #0009}.BemaxAppSection-module__hXjaKq__appUiImage{object-fit:cover;object-position:top center;transform-origin:50%;border-radius:38px;width:100%;height:100%;animation:15s ease-in-out infinite alternate BemaxAppSection-module__hXjaKq__appUiScroll;transform:scale(1.12)}@keyframes BemaxAppSection-module__hXjaKq__appUiScroll{0%{object-position:top center}to{object-position:center center}}.BemaxAppSection-module__hXjaKq__contentSection{color:#fff;text-align:left;flex:1;margin-left:550px;padding-right:60px}.BemaxAppSection-module__hXjaKq__title{color:#fff;letter-spacing:-1px;margin-bottom:15px;font-size:48px;font-weight:700;line-height:1.1}.BemaxAppSection-module__hXjaKq__subtitle{opacity:.9;color:#fff;margin-bottom:20px;font-size:20px;display:block}.BemaxAppSection-module__hXjaKq__description{opacity:.8;color:#fff;max-width:600px;margin-bottom:30px;font-size:17px;line-height:1.6}.BemaxAppSection-module__hXjaKq__points{gap:12px;max-width:650px;margin:18px 0 30px;padding:0;list-style:none;display:grid}.BemaxAppSection-module__hXjaKq__point{color:#ffffffe6;align-items:flex-start;gap:12px;font-size:16px;line-height:1.5;display:flex}.BemaxAppSection-module__hXjaKq__tick{width:22px;height:22px;color:var(--orange,#f68d36);background:#f68d3626;border:1px solid #f68d3640;border-radius:999px;flex:0 0 22px;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.BemaxAppSection-module__hXjaKq__pointText{flex:auto;min-width:0}.BemaxAppSection-module__hXjaKq__storeButtons{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.BemaxAppSection-module__hXjaKq__storeButton{color:#333;z-index:2;background:#fff;border-radius:30px;align-items:center;gap:12px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;box-shadow:0 6px 20px #0003}.BemaxAppSection-module__hXjaKq__storeButton:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0006}.BemaxAppSection-module__hXjaKq__storeButton:active{transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}.BemaxAppSection-module__hXjaKq__storeButton svg{transition:transform .4s}.BemaxAppSection-module__hXjaKq__storeButton:hover svg{transform:scale(1.1)rotate(5deg)}.BemaxAppSection-module__hXjaKq__storeButton span{color:#333;visibility:visible;opacity:1;display:inline-block}.BemaxAppSection-module__hXjaKq__googlePlayIcon{width:22px;height:22px}.BemaxAppSection-module__hXjaKq__appleIcon{width:24px;height:24px}@media (max-width:991px){.BemaxAppSection-module__hXjaKq__appSection{height:auto;padding:350px 30px 50px}.BemaxAppSection-module__hXjaKq__phoneMockup{width:min(400px,100vw - 40px);top:-50px;left:50%;transform:translate(-50%)}.BemaxAppSection-module__hXjaKq__phone{width:160px;height:320px}.BemaxAppSection-module__hXjaKq__phoneRight{left:160px}.BemaxAppSection-module__hXjaKq__contentSection{text-align:center;margin-left:0;padding-right:0}.BemaxAppSection-module__hXjaKq__title{font-size:32px}.BemaxAppSection-module__hXjaKq__storeButtons{justify-content:center}.BemaxAppSection-module__hXjaKq__points{text-align:left;margin-left:auto;margin-right:auto}}
.TeamSection-module__dSletG__section{background-color:var(--bg-primary);padding:100px 20px;transition:all .5s cubic-bezier(.4,0,.2,1)}.TeamSection-module__dSletG__container{max-width:1400px;margin:0 auto}.TeamSection-module__dSletG__textCenter{text-align:center;margin-bottom:48px}.TeamSection-module__dSletG__badge{color:var(--orange,#f68d36);letter-spacing:1px;text-transform:uppercase;background:#f68d361a;border-radius:50px;margin-bottom:20px;padding:8px 16px;font-family:Lexend,sans-serif;font-size:.85rem;font-weight:600;display:inline-block}.TeamSection-module__dSletG__title{color:var(--text-primary);margin-top:0;margin-bottom:12px;font-family:Lexend,sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700}.TeamSection-module__dSletG__text{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1rem}.TeamSection-module__dSletG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;gap:24px;margin-top:16px;display:grid}.TeamSection-module__dSletG__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.TeamSection-module__dSletG__card:hover{border-color:#f68d3633;transform:translateY(-8px)}.TeamSection-module__dSletG__imgWrap{aspect-ratio:4/5;overflow:hidden}.TeamSection-module__dSletG__imgWrap img{transition:transform .5s}.TeamSection-module__dSletG__card:hover .TeamSection-module__dSletG__imgWrap img{transform:scale(1.05)}.TeamSection-module__dSletG__info{text-align:center;padding:24px}.TeamSection-module__dSletG__name{color:var(--text-primary);margin-top:0;margin-bottom:6px;font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:700}.TeamSection-module__dSletG__role{color:var(--orange,#f68d36);margin-top:0;margin-bottom:16px;font-size:.9rem;font-weight:600}.TeamSection-module__dSletG__bio{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}
.contact-module__xwJ-uq__container{max-width:1400px;margin:0 auto;padding:0 24px}.contact-module__xwJ-uq__hero{background:var(--bg-primary);padding:140px 24px 100px;transition:background-color .4s;position:relative;overflow:hidden}.contact-module__xwJ-uq__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#f68d361f 0%,#0000 70%);border-radius:50%;width:560px;height:560px;position:absolute;top:-120px;right:-80px}.contact-module__xwJ-uq__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#f68d3612 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-60px}.contact-module__xwJ-uq__heroInner{z-index:1;text-align:center;position:relative}.contact-module__xwJ-uq__heroBadge{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;background:#f68d361a;border:1px solid #f68d3640;border-radius:50px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-family:Lexend,sans-serif;font-size:.78rem;font-weight:600;animation:.7s cubic-bezier(.16,1,.3,1) both contact-module__xwJ-uq__fadeUp;display:inline-flex}.contact-module__xwJ-uq__heroBadgeDot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite contact-module__xwJ-uq__pulse}.contact-module__xwJ-uq__heroTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:22px;font-family:Lexend,sans-serif;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.1;animation:.7s cubic-bezier(.16,1,.3,1) .1s both contact-module__xwJ-uq__fadeUp}.contact-module__xwJ-uq__heroOrange{color:var(--orange);position:relative}.contact-module__xwJ-uq__heroOrange:after{content:"";background:var(--orange);transform-origin:0;border-radius:2px;width:100%;height:3px;animation:.6s cubic-bezier(.16,1,.3,1) .8s forwards contact-module__xwJ-uq__revealLine;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.contact-module__xwJ-uq__heroSubtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-family:Lexend,sans-serif;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.8;animation:.7s cubic-bezier(.16,1,.3,1) .2s both contact-module__xwJ-uq__fadeUp}.contact-module__xwJ-uq__infoSection{background:var(--bg-secondary);padding:0 24px;transition:background-color .4s}.contact-module__xwJ-uq__infoCardsRow{background:var(--border-color);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden;transform:translateY(-52px);box-shadow:0 24px 60px #00000038}.contact-module__xwJ-uq__infoCard{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);flex-direction:column;align-items:flex-start;gap:14px;padding:36px 28px;transition:background .3s;display:flex;position:relative;overflow:hidden}.contact-module__xwJ-uq__infoCard:before{content:"";background:0 0;height:2px;transition:background .3s;position:absolute;top:0;left:0;right:0}.contact-module__xwJ-uq__infoCard:hover{background:var(--bg-tertiary)}.contact-module__xwJ-uq__infoCard:hover:before{background:var(--orange)}.contact-module__xwJ-uq__infoIconWrap{background:#f68d361f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;transition:background .3s,transform .3s;display:flex}.contact-module__xwJ-uq__infoCard:hover .contact-module__xwJ-uq__infoIconWrap{background:#f68d3633;transform:scale(1.08)}.contact-module__xwJ-uq__infoLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-family:Lexend,sans-serif;font-size:.72rem;font-weight:600}.contact-module__xwJ-uq__infoValue{color:var(--text-primary);margin:0;font-family:Lexend,sans-serif;font-size:.97rem;font-weight:600;line-height:1.5}.contact-module__xwJ-uq__infoLink{color:var(--orange);align-items:center;gap:4px;font-family:Lexend,sans-serif;font-size:.82rem;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.contact-module__xwJ-uq__infoLink:hover{gap:8px}.contact-module__xwJ-uq__mainSection{background:var(--bg-secondary);padding:0 24px 100px;transition:background-color .4s}.contact-module__xwJ-uq__mainGrid{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}.contact-module__xwJ-uq__formCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:24px;padding:48px 44px;transition:background .4s}.contact-module__xwJ-uq__formTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;font-family:Lexend,sans-serif;font-size:clamp(1.5rem,2.5vw,1.9rem);font-weight:700}.contact-module__xwJ-uq__formSubtitle{color:var(--text-muted);margin-bottom:36px;font-family:Lexend,sans-serif;font-size:.93rem;line-height:1.7}.contact-module__xwJ-uq__formRow{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-module__xwJ-uq__formGroup{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.contact-module__xwJ-uq__formLabel{color:var(--text-secondary);letter-spacing:.02em;font-family:Lexend,sans-serif;font-size:.83rem;font-weight:600}.contact-module__xwJ-uq__formInput,.contact-module__xwJ-uq__formSelect,.contact-module__xwJ-uq__formTextarea{background:var(--bg-secondary);border:1.5px solid var(--border-color);color:var(--text-primary);appearance:none;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-family:Lexend,sans-serif;font-size:.93rem;transition:border-color .2s,box-shadow .2s,background .2s}.contact-module__xwJ-uq__formSelect{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M0 0L6 8L12 0Z' fill='%23999'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;padding-right:44px}.contact-module__xwJ-uq__formTextarea{resize:vertical;min-height:140px;line-height:1.7}.contact-module__xwJ-uq__formInput::placeholder,.contact-module__xwJ-uq__formTextarea::placeholder{color:var(--text-muted)}.contact-module__xwJ-uq__formInput:focus,.contact-module__xwJ-uq__formSelect:focus,.contact-module__xwJ-uq__formTextarea:focus{border-color:var(--orange);background:var(--bg-primary);box-shadow:0 0 0 3px #f68d361f}.contact-module__xwJ-uq__formSubmit{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:6px;padding:16px 32px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #f68d364d}.contact-module__xwJ-uq__formSubmit:hover{background:#e07820;transform:translateY(-3px);box-shadow:0 14px 32px #f68d3661}.contact-module__xwJ-uq__formSubmit:active{transform:translateY(-1px)}.contact-module__xwJ-uq__successMessage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 40px;display:flex}.contact-module__xwJ-uq__successIcon{background:#f68d361f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;animation:.5s cubic-bezier(.16,1,.3,1) both contact-module__xwJ-uq__popIn;display:flex}.contact-module__xwJ-uq__successTitle{color:var(--text-primary);font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__successText{color:var(--text-muted);max-width:320px;font-family:Lexend,sans-serif;font-size:.95rem;line-height:1.7}.contact-module__xwJ-uq__rightCol{flex-direction:column;gap:24px;display:flex}.contact-module__xwJ-uq__mapCard{border:1px solid var(--border-color);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000024}.contact-module__xwJ-uq__mapFrame{filter:grayscale(20%);border:none;width:100%;height:320px;display:block}.contact-module__xwJ-uq__mapLabel{background:var(--bg-primary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);border-radius:12px;flex-direction:column;gap:2px;padding:10px 16px;display:flex;position:absolute;bottom:16px;left:16px}.contact-module__xwJ-uq__mapLabelTitle{color:var(--text-primary);font-family:Lexend,sans-serif;font-size:.88rem;font-weight:700}.contact-module__xwJ-uq__mapLabelSub{color:var(--text-muted);font-family:Lexend,sans-serif;font-size:.75rem}.contact-module__xwJ-uq__socialCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:24px;padding:32px 36px;transition:background .4s}.contact-module__xwJ-uq__socialTitle{color:var(--text-primary);margin-bottom:6px;font-family:Lexend,sans-serif;font-size:1.1rem;font-weight:700}.contact-module__xwJ-uq__socialSub{color:var(--text-muted);margin-bottom:24px;font-family:Lexend,sans-serif;font-size:.85rem;line-height:1.6}.contact-module__xwJ-uq__socialRow{flex-wrap:wrap;gap:12px;display:flex}.contact-module__xwJ-uq__socialBtn{border:1.5px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:10px;padding:11px 18px;font-family:Lexend,sans-serif;font-size:.86rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.contact-module__xwJ-uq__socialBtn:hover{border-color:var(--socialColor,var(--orange));color:var(--socialColor,var(--orange));background:#f68d360f;transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.contact-module__xwJ-uq__socialIcon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.95rem;display:flex}.contact-module__xwJ-uq__hoursCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:24px;padding:32px 36px;transition:background .4s}.contact-module__xwJ-uq__hoursTitle{color:var(--text-primary);margin-bottom:20px;font-family:Lexend,sans-serif;font-size:1.1rem;font-weight:700}.contact-module__xwJ-uq__hoursList{flex-direction:column;gap:12px;display:flex}.contact-module__xwJ-uq__hoursRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:12px;font-family:Lexend,sans-serif;display:flex}.contact-module__xwJ-uq__hoursRow:last-child{border-bottom:none;padding-bottom:0}.contact-module__xwJ-uq__hoursDay{color:var(--text-muted);font-size:.88rem;font-weight:500}.contact-module__xwJ-uq__hoursTime{color:var(--text-primary);font-size:.88rem;font-weight:600}.contact-module__xwJ-uq__hoursOpen{color:#4caf7d;letter-spacing:.05em;background:#4caf7d1f;border:1px solid #4caf7d40;border-radius:50px;padding:3px 10px;font-size:.73rem;font-weight:700}.contact-module__xwJ-uq__hoursClosed{color:var(--orange);letter-spacing:.05em;background:#f68d361a;border:1px solid #f68d3640;border-radius:50px;padding:3px 10px;font-size:.73rem;font-weight:700}@keyframes contact-module__xwJ-uq__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-module__xwJ-uq__revealLine{to{transform:scaleX(1)}}@keyframes contact-module__xwJ-uq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}@keyframes contact-module__xwJ-uq__popIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.contact-module__xwJ-uq__infoCardsRow{grid-template-columns:1fr 1fr}}@media (max-width:768px){.contact-module__xwJ-uq__hero{padding:120px 20px 80px}.contact-module__xwJ-uq__infoCardsRow{grid-template-columns:1fr 1fr;transform:translateY(-36px)}.contact-module__xwJ-uq__mainGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__formCard{padding:36px 28px}.contact-module__xwJ-uq__formRow{grid-template-columns:1fr}}@media (max-width:576px){.contact-module__xwJ-uq__hero{padding:110px 16px 72px}.contact-module__xwJ-uq__infoCardsRow{grid-template-columns:1fr;transform:translateY(-28px)}.contact-module__xwJ-uq__infoCard{padding:24px 20px}.contact-module__xwJ-uq__formCard,.contact-module__xwJ-uq__socialCard,.contact-module__xwJ-uq__hoursCard{padding:28px 20px}.contact-module__xwJ-uq__mainSection{padding:0 16px 80px}}
.CoursesPage-module__Cvpvpq__container{width:100%;max-width:1120px;margin:0 auto;padding:0 16px}.CoursesPage-module__Cvpvpq__coursesHero{background:linear-gradient(135deg,#f68d361f 0%,#0a0a0a 55%,#050505 100%);padding:136px 0 80px;position:relative;overflow:hidden}.CoursesPage-module__Cvpvpq__coursesHero:before,.CoursesPage-module__Cvpvpq__coursesHero:after{content:"";filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.CoursesPage-module__Cvpvpq__coursesHero:before{background:radial-gradient(circle,#f68d362e 0%,#0000 70%);width:420px;height:420px;top:-120px;right:-140px}.CoursesPage-module__Cvpvpq__coursesHero:after{background:radial-gradient(circle,#ffc10724 0%,#0000 70%);width:360px;height:360px;bottom:-140px;left:-120px}.CoursesPage-module__Cvpvpq__heroInner{text-align:center;justify-content:center;display:flex}.CoursesPage-module__Cvpvpq__heroContent{z-index:1;max-width:720px;position:relative}.CoursesPage-module__Cvpvpq__heroBadge{text-transform:uppercase;letter-spacing:.12em;color:var(--orange);background:#f68d361f;border:1px solid #f68d364d;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:8px 20px;font-size:.78rem;font-weight:600;display:inline-flex}.CoursesPage-module__Cvpvpq__heroTitle{background:linear-gradient(90deg,#fff,#d0d0d0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 18px;font-size:clamp(2.2rem,4.2vw,3.4rem);font-weight:800;line-height:1.08}.CoursesPage-module__Cvpvpq__heroTitle span{color:var(--orange);-webkit-text-fill-color:var(--orange)}.CoursesPage-module__Cvpvpq__heroSubtitle{color:var(--text-muted);opacity:.95;margin:0;font-size:clamp(.98rem,1.6vw,1.08rem);line-height:1.8}.CoursesPage-module__Cvpvpq__allCoursesSection{background:var(--bg-secondary);padding:88px 0}.CoursesPage-module__Cvpvpq__sectionHeader{text-align:center;max-width:640px;margin:0 auto 48px}.CoursesPage-module__Cvpvpq__sectionHeading{color:var(--text-primary);margin:0 0 12px;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700}.CoursesPage-module__Cvpvpq__sectionSubtitle{color:var(--text-secondary);margin:0;font-size:.96rem;line-height:1.7}.CoursesPage-module__Cvpvpq__cardsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.CoursesPage-module__Cvpvpq__courseCard{border:1px solid #ffffff14;border:1px solid var(--border-color);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff08;border-radius:24px;flex-direction:column;transition:transform .35s cubic-bezier(.175,.885,.32,1.275),box-shadow .25s,border-color .25s,background .25s;display:flex;overflow:hidden}.CoursesPage-module__Cvpvpq__courseCard:before{content:"";opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.CoursesPage-module__Cvpvpq__courseCard:hover{background:#ffffff0d;border-color:#f68d3673;transform:translateY(-10px);box-shadow:0 24px 52px #0009}.CoursesPage-module__Cvpvpq__courseImage{background-position:50%;background-size:cover;width:100%;height:210px;position:relative;overflow:hidden}.CoursesPage-module__Cvpvpq__courseOverlay{background:linear-gradient(#0009 0%,#00000040 45%,#000000bf 100%);align-items:flex-end;padding:22px;display:flex;position:absolute;inset:0}.CoursesPage-module__Cvpvpq__courseIconWrapper{transform-origin:50%;background:#f68d36fa;border:2px solid #ffffff1f;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .25s,background .25s,box-shadow .25s;display:flex;box-shadow:0 10px 28px #00000080}.CoursesPage-module__Cvpvpq__courseIcon{font-size:1.9rem}.CoursesPage-module__Cvpvpq__courseCard:hover .CoursesPage-module__Cvpvpq__courseIconWrapper{transform:scale(1.08)rotate(-6deg);box-shadow:0 14px 36px #000000b3}.CoursesPage-module__Cvpvpq__courseBody{flex-direction:column;flex:1;padding:24px 24px 26px;display:flex}.CoursesPage-module__Cvpvpq__courseTitle{color:var(--text-primary);margin:0 0 10px;font-size:1.2rem;font-weight:700}.CoursesPage-module__Cvpvpq__courseDescription{color:var(--text-secondary);margin:0 0 18px;font-size:.92rem;line-height:1.7}.CoursesPage-module__Cvpvpq__courseFeatures{margin:0 0 22px;padding:0;list-style:none}.CoursesPage-module__Cvpvpq__courseFeatures li{color:var(--text-muted);margin-bottom:8px;padding-left:30px;font-size:.88rem;line-height:1.6;position:relative}.CoursesPage-module__Cvpvpq__courseFeatures li:before{content:"✓";width:22px;height:22px;color:var(--orange);background:#f68d362e;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:4px;left:0}.CoursesPage-module__Cvpvpq__courseFooter{margin-top:auto;padding-top:10px}.CoursesPage-module__Cvpvpq__courseLink{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:10px;font-size:.88rem;font-weight:600;text-decoration:none;transition:gap .25s,color .25s,transform .25s;display:inline-flex}.CoursesPage-module__Cvpvpq__courseLink:hover{color:#e07820;gap:14px;transform:translate(2px)}.CoursesPage-module__Cvpvpq__futureSection{background:linear-gradient(135deg,#f68d360f 0%,var(--bg-primary)100%);border-top:1px solid #ffffff0f;padding:72px 0}.CoursesPage-module__Cvpvpq__futureInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.CoursesPage-module__Cvpvpq__futureText{max-width:640px}.CoursesPage-module__Cvpvpq__futureBadge{text-transform:uppercase;letter-spacing:.12em;color:#ffc107;background:#ffc1071a;border:1px solid #ffc1074d;border-radius:999px;margin-bottom:10px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.CoursesPage-module__Cvpvpq__futureTitle{color:var(--text-primary);margin:0 0 8px;font-size:1.6rem}.CoursesPage-module__Cvpvpq__futureSubtitle{color:var(--text-secondary);margin:0;font-size:.94rem;line-height:1.7}.CoursesPage-module__Cvpvpq__futureCtaWrapper{justify-content:flex-end;display:flex}.CoursesPage-module__Cvpvpq__futureCta{border:1px solid var(--border-color);color:var(--text-primary);background:0 0;border-radius:999px;align-items:center;gap:10px;padding:11px 20px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.CoursesPage-module__Cvpvpq__futureCta:hover{background:#f68d3629;border-color:#f68d36b3;transform:translateY(-1px)}.CoursesPage-module__Cvpvpq__futureCtaIcon{font-size:1rem}.CoursesPage-module__Cvpvpq__ctaSection{text-align:center;background:radial-gradient(ellipse at top,#f68d3633 0%,transparent 55%),var(--bg-primary);padding:90px 0 96px}.CoursesPage-module__Cvpvpq__ctaInner{max-width:640px;margin:0 auto}.CoursesPage-module__Cvpvpq__ctaTitle{color:var(--text-primary);margin:0 0 16px;font-size:clamp(1.9rem,3.2vw,2.4rem);font-weight:700}.CoursesPage-module__Cvpvpq__ctaSubtitle{color:var(--text-secondary);margin:0 0 30px;font-size:1rem;line-height:1.7}.CoursesPage-module__Cvpvpq__ctaPrimary{background:var(--orange);color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 34px;font-size:.96rem;font-weight:600;text-decoration:none;transition:transform .22s,box-shadow .22s,filter .22s;display:inline-flex;box-shadow:0 18px 40px #f68d3659}.CoursesPage-module__Cvpvpq__ctaPrimary:hover{filter:brightness(1.04);transform:translateY(-3px);box-shadow:0 26px 60px #f68d3680}@media (max-width:1024px){.CoursesPage-module__Cvpvpq__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.CoursesPage-module__Cvpvpq__allCoursesSection{padding:72px 0}}@media (max-width:768px){.CoursesPage-module__Cvpvpq__coursesHero{padding:120px 0 64px}.CoursesPage-module__Cvpvpq__allCoursesSection{padding:64px 0}.CoursesPage-module__Cvpvpq__cardsGrid{grid-template-columns:minmax(0,1fr)}.CoursesPage-module__Cvpvpq__courseBody{padding:20px 18px 22px}.CoursesPage-module__Cvpvpq__futureInner{flex-direction:column;align-items:flex-start}.CoursesPage-module__Cvpvpq__futureCtaWrapper{justify-content:flex-start;width:100%}.CoursesPage-module__Cvpvpq__ctaSection{padding:72px 0 80px}}
.btech-module__MgAi-a__container{max-width:1400px;margin:0 auto;padding:0 20px}.btech-module__MgAi-a__heroSection{background-color:var(--bg-primary);padding-top:100px;transition:background-color .4s;overflow:hidden}.btech-module__MgAi-a__heroGrid{grid-template-columns:1fr 1fr;align-items:center;min-height:560px;display:grid}.btech-module__MgAi-a__heroLeft{padding:70px 60px 70px 80px;animation:.8s cubic-bezier(.16,1,.3,1) both btech-module__MgAi-a__fadeUp}.btech-module__MgAi-a__heroSub{color:var(--orange,#f68d36);margin-bottom:14px;font-family:Lexend,sans-serif;font-size:1rem;font-style:italic}.btech-module__MgAi-a__heroHeading{color:var(--text-primary);margin-bottom:24px;font-family:Lexend,sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.btech-module__MgAi-a__heroOrange{color:var(--orange,#f68d36)}.btech-module__MgAi-a__heroPara{color:var(--text-muted);max-width:520px;margin-bottom:36px;font-family:Lexend,sans-serif;font-size:clamp(.88rem,1.4vw,.97rem);line-height:1.8}.btech-module__MgAi-a__heroBtns{flex-wrap:wrap;gap:14px;display:flex}.btech-module__MgAi-a__btnJoin{background:var(--orange,#f68d36);color:#fff;border-radius:50px;padding:14px 32px;font-family:Lexend,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block;box-shadow:0 8px 24px #f68d364d}.btech-module__MgAi-a__btnJoin:hover{color:#fff;background:#e07820;transform:translateY(-3px)}.btech-module__MgAi-a__btnDemo{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color);border-radius:50px;padding:14px 32px;font-family:Lexend,sans-serif;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btech-module__MgAi-a__btnDemo:hover{border-color:var(--orange,#f68d36);color:var(--orange,#f68d36)}.btech-module__MgAi-a__heroRight{justify-content:flex-end;align-items:flex-end;min-height:520px;padding:0;animation:.8s cubic-bezier(.16,1,.3,1) .2s both btech-module__MgAi-a__fadeUp;display:flex}.btech-module__MgAi-a__heroImgCard{background:var(--orange,#f68d36);border-radius:28px 0 0 28px;width:92%;height:520px;position:relative;overflow:hidden}.btech-module__MgAi-a__programSection{background:var(--bg-primary);padding:100px 20px;transition:background-color .4s}.btech-module__MgAi-a__programAlt{background:var(--bg-secondary)}.btech-module__MgAi-a__programHeader{margin-bottom:52px}.btech-module__MgAi-a__programTag{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-family:Lexend,sans-serif;font-size:.75rem;font-weight:600}.btech-module__MgAi-a__programHeading{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:14px;font-family:Lexend,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.btech-module__MgAi-a__programCategory{color:var(--orange,#f68d36);margin-bottom:10px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:700}.btech-module__MgAi-a__programDesc{color:var(--text-muted);max-width:620px;font-family:Lexend,sans-serif;font-size:clamp(.88rem,1.4vw,.97rem);line-height:1.8}.btech-module__MgAi-a__twoCol{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;display:grid}.btech-module__MgAi-a__infoCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;padding:32px 28px;transition:transform .3s,box-shadow .3s}.btech-module__MgAi-a__infoCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.btech-module__MgAi-a__infoCardTitle{color:var(--orange,#f68d36);margin-bottom:24px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:700}.btech-module__MgAi-a__iconList{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.btech-module__MgAi-a__iconList li{color:var(--text-muted);align-items:flex-start;gap:14px;font-family:Lexend,sans-serif;font-size:clamp(.84rem,1.3vw,.93rem);line-height:1.6;display:flex}.btech-module__MgAi-a__iconList li strong{color:var(--text-primary);font-weight:700}.btech-module__MgAi-a__listIcon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.btech-module__MgAi-a__checkList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.btech-module__MgAi-a__checkList li{color:var(--text-muted);align-items:flex-start;gap:10px;font-family:Lexend,sans-serif;font-size:clamp(.84rem,1.3vw,.93rem);line-height:1.6;display:flex}.btech-module__MgAi-a__checkList li:before{content:"✓";color:var(--orange,#f68d36);flex-shrink:0;margin-top:1px;font-size:.92rem;font-weight:700}.btech-module__MgAi-a__feeCard{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:20px;max-width:700px;margin:0 auto;padding:36px 40px;transition:border-color .3s}.btech-module__MgAi-a__feeCard:hover{border-color:#f68d364d}.btech-module__MgAi-a__feeLabel{letter-spacing:.14em;color:var(--text-muted);margin-bottom:18px;font-family:Lexend,sans-serif;font-size:.72rem;font-weight:600}.btech-module__MgAi-a__feeRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-bottom:18px;display:flex}.btech-module__MgAi-a__feePrice{color:var(--text-primary);font-family:Lexend,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1}.btech-module__MgAi-a__feeUnit{color:var(--text-muted);font-family:Lexend,sans-serif;font-size:.9rem;font-weight:400}.btech-module__MgAi-a__feeBtn{background:var(--orange,#f68d36);color:#fff;white-space:nowrap;border-radius:50px;padding:14px 28px;font-family:Lexend,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block;box-shadow:0 8px 20px #f68d3640}.btech-module__MgAi-a__feeBtn:hover{color:#fff;background:#e07820;transform:translateY(-2px)}.btech-module__MgAi-a__feeFree{color:#4caf7d;margin-bottom:6px;font-family:Lexend,sans-serif;font-size:.85rem;font-weight:700}.btech-module__MgAi-a__feeDiscount{color:var(--text-muted);margin-bottom:0;font-family:Lexend,sans-serif;font-size:.82rem;font-weight:400}.btech-module__MgAi-a__lmSection{background:var(--bg-secondary);padding:100px 20px;transition:background-color .4s}.btech-module__MgAi-a__lmHeader{text-align:center;margin-bottom:60px}.btech-module__MgAi-a__lmHeading{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:16px;font-family:Lexend,sans-serif;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700}.btech-module__MgAi-a__lmSub{color:var(--text-muted);max-width:480px;margin:0 auto;font-family:Lexend,sans-serif;font-size:1rem;line-height:1.7}.btech-module__MgAi-a__lmGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.btech-module__MgAi-a__lmCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;overflow:hidden}.btech-module__MgAi-a__lmCard:hover{border-color:#f68d3633;transform:translateY(-6px);box-shadow:0 20px 40px #0000002e}.btech-module__MgAi-a__lmImgWrap{aspect-ratio:16/9;position:relative;overflow:hidden}.btech-module__MgAi-a__lmImgWrap img{transition:transform .8s cubic-bezier(.16,1,.3,1)}.btech-module__MgAi-a__lmCard:hover .btech-module__MgAi-a__lmImgWrap img{transform:scale(1.05)}.btech-module__MgAi-a__lmBody{flex-direction:column;flex:1;padding:28px 26px;display:flex}.btech-module__MgAi-a__lmTitle{color:var(--text-primary);margin-bottom:6px;font-family:Lexend,sans-serif;font-size:1.15rem;font-weight:700}.btech-module__MgAi-a__lmBadge{letter-spacing:.1em;color:var(--orange,#f68d36);margin-bottom:20px;font-family:Lexend,sans-serif;font-size:.7rem;font-weight:700}.btech-module__MgAi-a__lmList{flex-direction:column;flex:1;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.btech-module__MgAi-a__lmList li{color:var(--text-muted);align-items:flex-start;gap:8px;font-family:Lexend,sans-serif;font-size:.88rem;line-height:1.5;display:flex}.btech-module__MgAi-a__lmList li:before{content:"✓";color:var(--orange,#f68d36);flex-shrink:0;margin-top:1px;font-size:.82rem;font-weight:700}.btech-module__MgAi-a__lmLink{color:var(--text-primary);font-family:Lexend,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s}.btech-module__MgAi-a__lmLink:hover{color:var(--orange,#f68d36)}.btech-module__MgAi-a__sectionTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:0;font-family:Lexend,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.btech-module__MgAi-a__whyGrid{grid-template-columns:repeat(6,1fr);gap:20px;margin-top:48px;display:grid}.btech-module__MgAi-a__whyCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;grid-column:span 2;padding:32px 28px;transition:background .3s,transform .3s,border-color .3s}.btech-module__MgAi-a__whyCard:hover{background:var(--bg-tertiary);border-color:#f68d3633;transform:translateY(-4px)}.btech-module__MgAi-a__whyCardWide{grid-column:span 3}.btech-module__MgAi-a__whyIcon{background:#f68d361f;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:1.5rem;display:flex}.btech-module__MgAi-a__whyCardTitle{color:var(--text-primary);margin-bottom:10px;font-family:Lexend,sans-serif;font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:700;line-height:1.4}.btech-module__MgAi-a__whyCardText{color:var(--text-muted);margin:0;font-family:Lexend,sans-serif;font-size:.88rem;line-height:1.6}.btech-module__MgAi-a__ktuSection{background:var(--bg-secondary);padding:100px 20px;transition:background-color .4s}.btech-module__MgAi-a__ktuHeader{text-align:center;margin-bottom:60px}.btech-module__MgAi-a__ktuDivider{background:var(--orange,#f68d36);border-radius:2px;width:200px;height:2px;margin:16px auto 0}.btech-module__MgAi-a__ktuGrid{grid-template-columns:1fr 1fr;gap:0 48px;display:grid}.btech-module__MgAi-a__ktuItem{align-items:flex-start;gap:18px;margin-bottom:36px;display:flex}.btech-module__MgAi-a__ktuItem:last-child{margin-bottom:0}.btech-module__MgAi-a__ktuArrow{border:1.5px solid var(--border-color);width:36px;height:36px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.9rem;transition:background .2s,color .2s,border-color .2s;display:flex}.btech-module__MgAi-a__ktuItem:hover .btech-module__MgAi-a__ktuArrow{background:var(--orange,#f68d36);color:#fff;border-color:var(--orange,#f68d36)}.btech-module__MgAi-a__ktuItemTitle{color:var(--text-primary);margin-bottom:6px;font-family:Lexend,sans-serif;font-size:clamp(.88rem,1.4vw,.97rem);font-weight:700;line-height:1.4}.btech-module__MgAi-a__ktuItemText{color:var(--text-muted);margin:0;font-family:Lexend,sans-serif;font-size:clamp(.82rem,1.2vw,.9rem);line-height:1.7}@keyframes btech-module__MgAi-a__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.btech-module__MgAi-a__whyGrid{grid-template-columns:repeat(4,1fr)}.btech-module__MgAi-a__whyCard,.btech-module__MgAi-a__whyCardWide{grid-column:span 2}}@media (max-width:768px){.btech-module__MgAi-a__heroGrid{grid-template-columns:1fr}.btech-module__MgAi-a__heroLeft{text-align:center;order:1;padding:60px 24px 40px}.btech-module__MgAi-a__heroBtns{justify-content:center}.btech-module__MgAi-a__heroPara{margin:0 auto 28px}.btech-module__MgAi-a__heroRight{order:2;justify-content:center;min-height:380px}.btech-module__MgAi-a__heroImgCard{border-radius:0;width:100%;height:380px}.btech-module__MgAi-a__lmGrid,.btech-module__MgAi-a__twoCol,.btech-module__MgAi-a__ktuGrid{grid-template-columns:1fr}.btech-module__MgAi-a__whyGrid{grid-template-columns:1fr 1fr}.btech-module__MgAi-a__whyCard{grid-column:span 1}.btech-module__MgAi-a__whyCardWide{grid-column:span 2}}@media (max-width:576px){.btech-module__MgAi-a__programSection,.btech-module__MgAi-a__lmSection,.btech-module__MgAi-a__ktuSection{padding:72px 16px}.btech-module__MgAi-a__feeCard{padding:28px 20px}.btech-module__MgAi-a__feeRow{flex-direction:column;gap:16px}.btech-module__MgAi-a__whyGrid{grid-template-columns:1fr}.btech-module__MgAi-a__whyCard,.btech-module__MgAi-a__whyCardWide{grid-column:span 1}.btech-module__MgAi-a__splitLayout{gap:32px}.btech-module__MgAi-a__galleryStrip{grid-template-columns:1fr 1fr;height:200px}}.btech-module__MgAi-a__splitLayout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:52px;display:grid}.btech-module__MgAi-a__splitReverse{direction:rtl}.btech-module__MgAi-a__splitReverse>*{direction:ltr}.btech-module__MgAi-a__splitImgCol{position:relative}.btech-module__MgAi-a__splitImgWrapper{aspect-ratio:4/3;background:var(--bg-tertiary);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.btech-module__MgAi-a__splitImgWrapper:hover img{transform:scale(1.04)}.btech-module__MgAi-a__splitImgWrapper img{transition:transform .8s cubic-bezier(.16,1,.3,1)}.btech-module__MgAi-a__splitImgBadge{-webkit-backdrop-filter:blur(12px);z-index:2;background:#0a0a0aa6;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;align-items:flex-start;gap:3px;padding:14px 20px;display:flex;position:absolute;bottom:20px;left:20px}[data-theme=light] .btech-module__MgAi-a__splitImgBadge{background:#fffc;border:1px solid #0000001a}.btech-module__MgAi-a__splitImgBadgeNum{color:var(--orange,#f68d36);letter-spacing:-.03em;font-family:Lexend,sans-serif;font-size:1.8rem;font-weight:800;line-height:1}.btech-module__MgAi-a__splitImgBadgeLabel{color:#fff;letter-spacing:.02em;font-family:Lexend,sans-serif;font-size:.75rem;font-weight:500}[data-theme=light] .btech-module__MgAi-a__splitImgBadgeLabel{color:#333}.btech-module__MgAi-a__splitInfoCol{flex-direction:column;gap:20px;display:flex}.btech-module__MgAi-a__statsBanner{background-color:#0a0a0a;padding:80px 20px;position:relative;overflow:hidden}.btech-module__MgAi-a__statsBannerBg{z-index:0;background:url(https://images.unsplash.com/photo-1524178232363-1fb2b075b655?q=80&w=2070&auto=format&fit=crop) 50%/cover no-repeat;position:absolute;inset:0}.btech-module__MgAi-a__statsBannerOverlay{z-index:1;background:linear-gradient(135deg,#0a0a0aeb 0%,#351900e0 50%,#0a0a0aeb 100%);position:absolute;inset:0}.btech-module__MgAi-a__statsBanner .btech-module__MgAi-a__container{z-index:2;position:relative}.btech-module__MgAi-a__statsGrid{text-align:center;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.btech-module__MgAi-a__statItem{border-right:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:8px;padding:20px;display:flex}.btech-module__MgAi-a__statItem:last-child{border-right:none}.btech-module__MgAi-a__statNumber{color:var(--orange,#f68d36);letter-spacing:-.03em;font-family:Lexend,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1}.btech-module__MgAi-a__statLabel{color:#ffffffbf;letter-spacing:.02em;font-family:Lexend,sans-serif;font-size:.9rem;font-weight:500}.btech-module__MgAi-a__galleryStrip{border-radius:20px;grid-template-columns:repeat(4,1fr);gap:4px;height:260px;margin-top:60px;display:grid;overflow:hidden}.btech-module__MgAi-a__galleryItem{cursor:pointer;position:relative;overflow:hidden}.btech-module__MgAi-a__galleryItem img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.btech-module__MgAi-a__galleryItem:hover img{transform:scale(1.08)}.btech-module__MgAi-a__galleryOverlay{background:linear-gradient(#0000 40%,#00000073 100%);transition:opacity .3s;position:absolute;inset:0}.btech-module__MgAi-a__galleryItem:hover .btech-module__MgAi-a__galleryOverlay{opacity:.5}@media (max-width:1024px){.btech-module__MgAi-a__splitLayout{gap:36px}}@media (max-width:768px){.btech-module__MgAi-a__splitLayout{grid-template-columns:1fr;gap:32px}.btech-module__MgAi-a__splitReverse{direction:ltr}.btech-module__MgAi-a__statsGrid{grid-template-columns:1fr 1fr;gap:0}.btech-module__MgAi-a__statItem{border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;padding:28px 16px}.btech-module__MgAi-a__statItem:nth-child(2n){border-right:none}.btech-module__MgAi-a__statItem:nth-last-child(-n+2){border-bottom:none}.btech-module__MgAi-a__galleryStrip{grid-template-columns:1fr 1fr;height:300px}}
.gate-module__zrMX7q__container{max-width:1400px;margin:0 auto;padding:0 20px}.gate-module__zrMX7q__heroSection{background-color:var(--bg-primary);padding-top:100px;transition:background-color .4s;overflow:hidden}.gate-module__zrMX7q__heroGrid{grid-template-columns:1fr 1fr;align-items:center;min-height:580px;display:grid}.gate-module__zrMX7q__heroLeft{padding:70px 60px 70px 80px;animation:.8s cubic-bezier(.16,1,.3,1) both gate-module__zrMX7q__fadeUp}.gate-module__zrMX7q__heroSub{color:var(--orange,#f68d36);margin-bottom:16px;font-family:Lexend,sans-serif;font-size:1rem;font-style:italic}.gate-module__zrMX7q__heroHeading{color:var(--text-primary);margin-bottom:22px;font-family:Lexend,sans-serif;font-size:clamp(1.9rem,3.5vw,2.7rem);font-weight:700;line-height:1.2}.gate-module__zrMX7q__heroPara{color:var(--text-muted);margin-bottom:14px;font-family:Lexend,sans-serif;font-size:clamp(.86rem,1.4vw,.96rem);line-height:1.8}.gate-module__zrMX7q__heroPara:last-of-type{margin-bottom:36px}.gate-module__zrMX7q__heroBtns{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.gate-module__zrMX7q__btnJoin{background:var(--orange,#f68d36);color:#fff;border-radius:50px;padding:14px 32px;font-family:Lexend,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block;box-shadow:0 8px 24px #f68d364d}.gate-module__zrMX7q__btnJoin:hover{color:#fff;background:#e07820;transform:translateY(-3px)}.gate-module__zrMX7q__btnDemo{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border-color);border-radius:50px;padding:14px 32px;font-family:Lexend,sans-serif;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.gate-module__zrMX7q__btnDemo:hover{border-color:var(--orange,#f68d36);color:var(--orange,#f68d36)}.gate-module__zrMX7q__heroRight{justify-content:flex-end;align-items:flex-end;min-height:580px;animation:.8s cubic-bezier(.16,1,.3,1) .18s both gate-module__zrMX7q__fadeUp;display:flex}.gate-module__zrMX7q__heroImgCard{background:var(--orange,#f68d36);border-radius:28px 0 0 28px;width:92%;height:580px;position:relative;overflow:hidden}.gate-module__zrMX7q__whySection{background:var(--bg-secondary);padding:90px 20px;transition:background-color .4s}.gate-module__zrMX7q__whyHeading{color:var(--text-primary);margin-bottom:10px;font-family:Lexend,sans-serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;line-height:1.3}.gate-module__zrMX7q__whyOrange{color:var(--orange,#f68d36)}.gate-module__zrMX7q__whySub{color:var(--text-muted);max-width:440px;font-family:Lexend,sans-serif;font-size:clamp(.84rem,1.3vw,.93rem);line-height:1.7}.gate-module__zrMX7q__whyGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;display:grid}.gate-module__zrMX7q__whyCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;padding:28px 22px;transition:box-shadow .25s,transform .25s,border-color .25s}.gate-module__zrMX7q__whyCard:hover{border-color:#f68d3633;transform:translateY(-5px);box-shadow:0 12px 32px #0000001f}.gate-module__zrMX7q__whyIcon{background:#f68d361a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:18px;font-size:1.5rem;display:flex}.gate-module__zrMX7q__whyCardTitle{color:var(--text-primary);margin-bottom:8px;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:700}.gate-module__zrMX7q__whyCardText{color:var(--text-muted);margin:0;font-family:Lexend,sans-serif;font-size:.84rem;line-height:1.6}.gate-module__zrMX7q__coursesSection{background:var(--bg-primary);padding:90px 20px;transition:background-color .4s}.gate-module__zrMX7q__sectionHeader{text-align:center;margin-bottom:60px}.gate-module__zrMX7q__sectionHeading{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:16px;font-family:Lexend,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.gate-module__zrMX7q__sectionDivider{background:var(--orange,#f68d36);border-radius:3px;width:180px;height:3px;margin:0 auto}.gate-module__zrMX7q__coursesGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.gate-module__zrMX7q__courseCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;overflow:hidden}.gate-module__zrMX7q__courseCard:hover{border-color:#f68d3633;transform:translateY(-6px);box-shadow:0 20px 40px #f68d361f}.gate-module__zrMX7q__courseImgWrap{aspect-ratio:4/3;position:relative;overflow:hidden}.gate-module__zrMX7q__courseImgWrap img{transition:transform .7s cubic-bezier(.16,1,.3,1)}.gate-module__zrMX7q__courseCard:hover .gate-module__zrMX7q__courseImgWrap img{transform:scale(1.06)}.gate-module__zrMX7q__courseLabel{color:#fff;letter-spacing:.01em;background:linear-gradient(#0000 0%,#000000c7 100%);align-items:center;gap:6px;padding:24px 14px 12px;font-family:Lexend,sans-serif;font-size:.82rem;font-weight:700;display:flex;position:absolute;bottom:0;left:0;right:0}.gate-module__zrMX7q__courseBody{padding:18px 18px 22px}.gate-module__zrMX7q__courseDesc{color:var(--text-muted);margin-bottom:14px;font-family:Lexend,sans-serif;font-size:.84rem;line-height:1.6}.gate-module__zrMX7q__courseLink{color:var(--text-primary);font-family:Lexend,sans-serif;font-size:.86rem;font-weight:700;text-decoration:none;transition:color .2s}.gate-module__zrMX7q__courseLink:hover{color:var(--orange,#f68d36)}.gate-module__zrMX7q__offlineSection{background:var(--bg-secondary);padding:90px 40px;transition:background-color .4s}.gate-module__zrMX7q__offlineHeading{color:var(--text-primary);margin-bottom:12px;font-family:Lexend,sans-serif;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:700;line-height:1.2}.gate-module__zrMX7q__offlineOrange{color:var(--orange,#f68d36)}.gate-module__zrMX7q__offlineCampus{color:var(--orange,#f68d36);margin-bottom:14px;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:700}.gate-module__zrMX7q__offlineDesc{color:var(--text-muted);max-width:640px;margin-bottom:0;font-family:Lexend,sans-serif;font-size:clamp(.86rem,1.4vw,.96rem);line-height:1.8}.gate-module__zrMX7q__offlineThreeCol{grid-template-columns:1fr 1fr 1fr;gap:24px;margin-top:48px;display:grid}.gate-module__zrMX7q__offlineCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;padding:28px 24px;transition:transform .3s,box-shadow .3s}.gate-module__zrMX7q__offlineCard:hover{transform:translateY(-5px);box-shadow:0 14px 36px #0000001f}.gate-module__zrMX7q__offlineCardTitle{color:var(--orange,#f68d36);align-items:center;gap:8px;margin-bottom:22px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:700;display:flex}.gate-module__zrMX7q__offlineList{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.gate-module__zrMX7q__offlineList li{color:var(--text-muted);align-items:flex-start;gap:12px;font-family:Lexend,sans-serif;font-size:clamp(.83rem,1.3vw,.92rem);line-height:1.6;display:flex}.gate-module__zrMX7q__olIcon{color:var(--orange,#f68d36);flex-shrink:0;margin-top:2px;font-size:1rem}.gate-module__zrMX7q__offlineImgWrap{border-radius:18px;height:100%;min-height:300px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.gate-module__zrMX7q__offlineImgWrap img{transition:transform .6s}.gate-module__zrMX7q__offlineImgWrap:hover img{transform:scale(1.05)}.gate-module__zrMX7q__onlineSection{background:var(--bg-primary);padding:90px 40px;transition:background-color .4s}.gate-module__zrMX7q__onlineHeading{color:var(--text-primary);margin-bottom:22px;font-family:Lexend,sans-serif;font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:700;line-height:1.3}.gate-module__zrMX7q__onlineOrange{color:var(--orange,#f68d36)}.gate-module__zrMX7q__onlineDesc{color:var(--text-muted);margin-bottom:28px;font-family:Lexend,sans-serif;font-size:clamp(.86rem,1.4vw,.96rem);line-height:1.8}.gate-module__zrMX7q__onlineTwoCol{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.gate-module__zrMX7q__onlineFeaturesGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.gate-module__zrMX7q__onlineFeatureItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;align-items:flex-start;gap:14px;padding:20px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.gate-module__zrMX7q__onlineFeatureItem:hover{border-color:#f68d364d;transform:translate(8px);box-shadow:0 10px 28px #0000001a}.gate-module__zrMX7q__onlineFeatureIcon{width:44px;height:44px;color:var(--orange,#f68d36);background:#f68d361a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.gate-module__zrMX7q__onlineFeatureContent h6{color:var(--text-primary);margin-bottom:5px;font-family:Lexend,sans-serif;font-size:.93rem;font-weight:700}.gate-module__zrMX7q__onlineFeatureContent p{color:var(--text-muted);margin:0;font-family:Lexend,sans-serif;font-size:.82rem;line-height:1.6}.gate-module__zrMX7q__onlineImgWrap{border-radius:20px;height:480px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0003}.gate-module__zrMX7q__onlineImgWrap img{transition:transform .6s}.gate-module__zrMX7q__onlineImgWrap:hover img{transform:scale(1.04)}.gate-module__zrMX7q__studySection{background:var(--bg-secondary);padding:90px 20px;transition:background-color .4s}.gate-module__zrMX7q__studyCard{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:24px;max-width:900px;margin:0 auto;padding:56px 40px}.gate-module__zrMX7q__studyHeading{color:var(--text-primary);margin-bottom:12px;font-family:Lexend,sans-serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700}.gate-module__zrMX7q__studySub{color:var(--text-muted);margin-bottom:0;font-family:Lexend,sans-serif;font-size:clamp(.84rem,1.3vw,.93rem);line-height:1.7}.gate-module__zrMX7q__studyGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px;display:grid}.gate-module__zrMX7q__studyItem{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:default;border-radius:14px;flex-direction:column;align-items:center;gap:14px;padding:28px 16px;transition:background .25s,transform .25s,border-color .25s;display:flex}.gate-module__zrMX7q__studyItem:hover{background:#f68d3614;border-color:#f68d364d;transform:translateY(-4px)}.gate-module__zrMX7q__studyIcon{font-size:2rem;line-height:1}.gate-module__zrMX7q__studyLabel{color:var(--text-muted);text-align:center;margin:0;font-family:Lexend,sans-serif;font-size:.86rem;line-height:1.5}.gate-module__zrMX7q__lessonsSection{background:var(--bg-primary);padding:90px 20px;transition:background-color .4s}.gate-module__zrMX7q__lessonsHeading{color:var(--text-primary);margin-bottom:16px;font-family:Lexend,sans-serif;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700}.gate-module__zrMX7q__lessonsDivider{background:var(--orange,#f68d36);border-radius:3px;width:180px;height:3px;margin:0 auto}.gate-module__zrMX7q__lessonsGrid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:52px;display:grid}.gate-module__zrMX7q__lessonCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.gate-module__zrMX7q__lessonCard:hover{border-color:#f68d3633;transform:translateY(-6px);box-shadow:0 20px 40px #00000029}.gate-module__zrMX7q__lessonThumb{aspect-ratio:16/10;background:var(--bg-secondary);position:relative;overflow:hidden}.gate-module__zrMX7q__lessonThumb img{transition:transform .6s}.gate-module__zrMX7q__lessonCard:hover .gate-module__zrMX7q__lessonThumb img{transform:scale(1.06)}.gate-module__zrMX7q__lessonPlay{color:#111;cursor:pointer;z-index:2;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;transition:background .2s,transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 16px #0003}.gate-module__zrMX7q__lessonPlay:hover{background:var(--orange,#f68d36);color:#fff;transform:translate(-50%,-50%)scale(1.1)}.gate-module__zrMX7q__lessonBody{flex-direction:column;flex:1;padding:20px 20px 22px;display:flex}.gate-module__zrMX7q__lessonMeta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px;font-family:Lexend,sans-serif;font-size:.77rem;display:flex}.gate-module__zrMX7q__metaStar{color:#ffc107}.gate-module__zrMX7q__metaOrange{color:var(--orange,#f68d36)}.gate-module__zrMX7q__lessonTitle{color:var(--text-primary);margin-bottom:4px;font-family:Lexend,sans-serif;font-size:1.05rem;font-weight:700}.gate-module__zrMX7q__lessonType{color:var(--text-muted);flex:1;margin-bottom:14px;font-family:Lexend,sans-serif;font-size:.86rem}.gate-module__zrMX7q__lessonWatch{color:var(--orange,#f68d36);font-family:Lexend,sans-serif;font-size:.88rem;font-style:italic;text-decoration:none;transition:color .2s;display:inline-block}.gate-module__zrMX7q__lessonWatch:hover{color:#e07820}.gate-module__zrMX7q__viewMoreWrap{text-align:center;margin-top:52px}.gate-module__zrMX7q__btnViewMore{background:var(--orange,#f68d36);color:#fff;border-radius:50px;padding:15px 44px;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block;box-shadow:0 8px 24px #f68d3647}.gate-module__zrMX7q__btnViewMore:hover{color:#fff;background:#e07820;transform:translateY(-3px)}.gate-module__zrMX7q__btnPrimary{background:var(--orange,#f68d36);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:14px 30px;font-family:Lexend,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 8px 24px #f68d3647}.gate-module__zrMX7q__btnPrimary:hover{color:#fff;background:#e07820;transform:translateY(-3px)}@keyframes gate-module__zrMX7q__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.gate-module__zrMX7q__whyGrid,.gate-module__zrMX7q__coursesGrid,.gate-module__zrMX7q__offlineThreeCol,.gate-module__zrMX7q__studyGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.gate-module__zrMX7q__heroGrid{grid-template-columns:1fr}.gate-module__zrMX7q__heroLeft{text-align:center;order:1;padding:60px 24px 40px}.gate-module__zrMX7q__heroBtns{justify-content:center}.gate-module__zrMX7q__heroRight{order:2;justify-content:center;min-height:380px}.gate-module__zrMX7q__heroImgCard{border-radius:0;width:100%;height:380px}.gate-module__zrMX7q__whyGrid{grid-template-columns:1fr 1fr}.gate-module__zrMX7q__onlineTwoCol,.gate-module__zrMX7q__onlineFeaturesGrid{grid-template-columns:1fr}.gate-module__zrMX7q__onlineImgWrap{order:-1;height:320px}.gate-module__zrMX7q__lessonsGrid{grid-template-columns:1fr 1fr}.gate-module__zrMX7q__offlineSection,.gate-module__zrMX7q__onlineSection{padding:72px 20px}}@media (max-width:576px){.gate-module__zrMX7q__heroSection{padding-top:86px}.gate-module__zrMX7q__whySection,.gate-module__zrMX7q__coursesSection,.gate-module__zrMX7q__studySection,.gate-module__zrMX7q__lessonsSection,.gate-module__zrMX7q__offlineSection,.gate-module__zrMX7q__onlineSection{padding:72px 16px}.gate-module__zrMX7q__coursesGrid,.gate-module__zrMX7q__whyGrid,.gate-module__zrMX7q__offlineThreeCol{grid-template-columns:1fr}.gate-module__zrMX7q__studyGrid{grid-template-columns:1fr 1fr}.gate-module__zrMX7q__lessonsGrid{grid-template-columns:1fr}.gate-module__zrMX7q__studyCard{padding:36px 20px}}
