:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:block;min-height:100vh;min-width:100vw}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.root{min-height:100vh;min-width:100vw}:root{--header-height: 4rem}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:#e0e0e0;background:#1a1a1a}#root-container{margin:0 auto;text-align:center;min-height:100%}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.site-header{position:sticky;top:0;height:var(--header-height);display:flex;align-items:center;background:#000;border-bottom:1px solid #eee;color:#9e9e9e;z-index:111;box-shadow:0 1px 4px #0000000a}.header-logo{height:calc(var(--header-height) - 1rem);margin-left:1rem;margin-right:1rem}.header-link{color:inherit;text-decoration:none;padding:.5rem .75rem;border-radius:4px;transition:background-color .15s ease,color .15s ease}.header-link:focus{outline:3px solid rgba(100,110,255,.15);outline-offset:3px}.header-link--home:hover{color:#ff6b6b}.header-link--about:hover{color:#6b9bff}.header-link--features:hover{color:#39d98a}.site-nav{width:100%;display:flex;gap:1rem;justify-content:start;padding-left:10px}.site-nav a{color:inherit;text-decoration:none;padding:.5rem .75rem;border-radius:4px}.hamburger-button{display:none;background:transparent;border:none;color:inherit;margin-left:auto;margin-right:1rem;padding:.5rem}.hamburger{display:block;width:22px;height:2px;background:currentColor;position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:22px;height:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.is-open{background:transparent}.hamburger.is-open:before{transform:translateY(7px) rotate(45deg)}.hamburger.is-open:after{transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none}@media(max-width:700px){.site-nav{display:none}.hamburger-button{display:block}.mobile-nav{display:flex;flex-direction:column;gap:.5rem;position:absolute;top:var(--header-height);right:0;left:0;background:linear-gradient(180deg,#0a0a0afa,#141414fa);padding:1rem 1.25rem;z-index:200;border-bottom:1px solid rgba(255,255,255,.03)}.mobile-nav.hidden{display:none}.mobile-nav.open{display:flex}.mobile-nav .header-link{padding:.85rem 1rem;background:#ffffff05;border-radius:8px;width:100%;display:block;text-align:left}}.site-footer{background:#1e1e1ef2;border-top:1px solid rgba(187,134,252,.1);padding:2rem 0;width:100%;position:relative;z-index:100}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center;color:#e0e0e0}.footer-message{font-size:1.3rem;margin-bottom:1rem}.footer-contact{font-size:1.5rem;font-weight:600;color:#bb86fc;text-shadow:0 0 10px rgba(187,134,252,.3)}.footer-contact a{color:inherit;text-decoration:none;transition:all .3s ease}.footer-contact a:hover{color:#e0e0e0;text-shadow:0 0 15px rgba(187,134,252,.5)}@media(max-width:600px){.footer-content{padding:0 1rem}.footer-message{font-size:1.1rem}.footer-contact{font-size:1.3rem}}.home-carousel{width:100vw}:root{--section-title: 2rem;--section-subtitle: 1.6rem;--section-text: 1.15rem}@media(max-width:700px){:root{--section-title: 1.6rem;--section-text: 1rem}}.carousel-slide{display:flex;justify-content:center;align-items:center;max-height:700px;overflow:hidden;aspect-ratio:16/9}.who-we-are{display:flex;justify-content:center;align-items:center;max-height:700px;overflow:hidden;aspect-ratio:16/9;width:100%}.who-we-are-wrap{position:relative;width:100%;height:100%}.who-overlay{position:absolute;color:#e0e0e0;background:#1e1e1ef2;padding:1rem 1.5rem;border-radius:12px;max-width:40%;line-height:1.4;z-index:20;font-size:1.1rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);border:1px solid rgba(187,134,252,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 10px 30px #0000004d}.who-overlay strong{display:block;color:#bb86fc;font-size:1.3rem;margin-bottom:.5rem;text-shadow:0 0 10px rgba(187,134,252,.3);letter-spacing:.05em}.who-we-are-wrap img{position:relative;z-index:10;display:block;width:100%;height:100%;object-fit:cover}.who-overlay--topleft{top:1rem;left:1rem;text-align:left}.who-overlay--bottomright{bottom:1rem;right:1rem;text-align:right}@media(max-width:800px){.who-overlay{max-width:80%;font-size:.95rem;padding:.5rem}.who-overlay--topleft,.who-overlay--bottomright{left:.75rem;right:.75rem}.who-overlay--bottomright{text-align:left}}.carousel-slide img{display:block;margin:0 auto;width:100%;height:100%;object-fit:cover}.home-carousel-wrap{position:relative;max-width:100vw}.carousel-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e0e0e0;padding:1rem;z-index:60;text-align:center}@media(max-width:700px){.home-carousel-wrap{display:flex;flex-direction:column-reverse;align-items:stretch}.carousel-overlay{position:relative;inset:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;width:100%;padding:1.25rem;background:linear-gradient(180deg,#1e1e1ef2,#1e1e1ed9);border-radius:0;box-shadow:none;z-index:60}.carousel-overlay .overlay-title{font-size:1.6rem;margin-bottom:.5rem}.carousel-overlay .overlay-sub{font-size:1rem;max-width:none;margin-bottom:1rem}.carousel-overlay .overlay-cta{width:100%;padding:.9rem 1rem;font-size:1rem}.home-carousel .carousel-slide{max-height:360px}.who-we-are-wrap img{display:none!important;width:0;height:0;overflow:hidden}.who-we-are-wrap{padding:0 1rem;height:auto;min-height:auto}.who-we-are{max-height:none;height:auto;overflow:visible;aspect-ratio:auto;padding-top:.75rem;padding-bottom:.75rem}.who-overlay{position:relative;width:100%;max-width:none;margin:.6rem 0;padding:1.25rem 1.5rem;background:linear-gradient(180deg,#1e1e1efa,#191919fa);border-radius:12px;box-shadow:0 10px 30px #00000073;border:1px solid rgba(255,255,255,.03);text-align:left;z-index:2}.who-overlay--topleft{order:0}.who-overlay--bottomright{order:1}.who-mobile{width:100%;padding:2rem;display:flex;flex-direction:column;gap:.75rem}.who-mobile-block{background:linear-gradient(180deg,#1e1e1efa,#141414fa);border-radius:12px;padding:1rem 1.25rem;box-shadow:0 10px 30px #00000073;border:1px solid rgba(255,255,255,.03);color:#e0e0e0;line-height:1.6}.who-mobile-block strong{display:block;font-size:var(--section-subtitle);color:#bb86fc;margin-bottom:.5rem}}.carousel-overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e1e1ef2,#2d2d2dd9 50%);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:-1}.overlay-title{font-size:var(--section-title);margin:0 0 .5rem;color:#bb86fc;text-shadow:0 0 10px rgba(187,134,252,.3);font-weight:700;letter-spacing:.1em}.overlay-sub{margin:0 0 1rem;max-width:70ch;color:#e0e0e0;font-size:var(--section-text);line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.overlay-cta{z-index:70;font-size:1.1rem;height:auto;padding:.8rem 2rem;background:#bb86fc;border:none;box-shadow:0 0 15px #bb86fc4d;transition:all .3s ease}.overlay-cta:hover{background:#cba4ff;transform:translateY(-2px);box-shadow:0 0 20px #bb86fc80}@media(max-width:600px){.overlay-title{font-size:1.5rem}}.about-section{padding:6rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);min-height:800px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.about-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.about-text{padding:2rem}.about-text h2{font-size:var(--section-title);margin-bottom:1.25rem;font-weight:700;color:#bb86fc;letter-spacing:.12em;text-shadow:0 0 10px rgba(187,134,252,.3)}.about-text p{font-size:var(--section-text);line-height:1.8;color:#e0e0e0;margin-bottom:1.25rem}.about-text p:last-child{margin-bottom:0}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto;padding:2rem}.course-category{background:#1e1e1ef2;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000004d;transition:all .3s ease;border:1px solid rgba(187,134,252,.1)}.course-category:hover{transform:translateY(-5px);box-shadow:0 15px 35px #bb86fc33;border-color:#bb86fc4d}.course-category h3{font-size:1.8rem;color:#bb86fc;margin-bottom:1.5rem;font-weight:600;text-align:center}.course-category ul{list-style:none;padding:0;margin:0}.course-category ul li{font-size:1.1rem;color:#e0e0e0;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.course-category ul li:last-child{border-bottom:none}.why-choose{background:#1e1e1ef2;border-radius:16px;padding:3rem;margin-top:4rem;box-shadow:0 15px 35px #0000004d;text-align:center;max-width:1400px;width:100%;border:1px solid rgba(187,134,252,.1)}.why-choose h3{font-size:2.5rem;color:#bb86fc;margin-bottom:2rem;text-shadow:0 0 10px rgba(187,134,252,.3)}.why-choose .benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.why-choose .benefit-item{padding:1.5rem;font-size:1.1rem;color:#e0e0e0;background:#282828f2;border-radius:12px;transition:all .3s ease;border:1px solid rgba(187,134,252,.1)}.why-choose .benefit-item:hover{transform:translateY(-3px);border-color:#bb86fc4d;box-shadow:0 10px 20px #bb86fc1a}.about-image{position:relative}.about-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0003;transform:perspective(1000px) rotateY(-15deg);transition:transform .5s ease}.about-image img:hover{transform:perspective(1000px) rotateY(0)}@media(max-width:900px){.about-content{grid-template-columns:1fr;text-align:center}.about-text{order:1;padding:1rem}.about-text h2{font-size:1.6rem}.about-image{order:2;max-width:500px;margin:0 auto}.courses-grid{grid-template-columns:1fr;padding:1rem;gap:2rem}.why-choose{margin:2rem 1rem;padding:2rem 1rem}.benefits{gap:1rem}}
