*,:before,:after{box-sizing:border-box}:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{color:#fff;background:#0a0e1e;margin:0}#root{width:100%}.section-tag{color:#a89dff;text-transform:uppercase;letter-spacing:.1em;background:#6c63ff1f;border:1px solid #6c63ff4d;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.82rem;font-weight:700;display:inline-block}.section-title{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;line-height:1.2}.section-subtitle{color:#fff9;max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.75}.header{z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e1ef2;padding:.75rem 0;box-shadow:0 2px 20px #0006}.header__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;text-decoration:none}.header__logo-mark{color:#6c63ff}.header__nav{align-items:center;gap:2rem;display:flex}.header__nav-link{color:#fffc;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.header__nav-link:hover{color:#fff}.header__cta{color:#fff;background:#6c63ff;border-radius:50px;padding:.55rem 1.3rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.header__cta:hover{background:#5a52e0;transform:translateY(-1px)}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.header__hamburger span{background:#fff;border-radius:2px;height:2px;transition:transform .3s,opacity .3s;display:block}.header__hamburger--open span:first-child{transform:translateY(8px)rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=768px){.header__hamburger{display:flex}.header__nav{background:#0a0e1efa;border-top:1px solid #ffffff1a;flex-direction:column;gap:1.25rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.header__nav--open{display:flex}.header__cta{text-align:center}}.hero{background:#0a0e1e;justify-content:center;align-items:center;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__bg-blob{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.hero__bg-blob--1{background:radial-gradient(circle,#6c63ff,#0000 70%);width:600px;height:600px;top:-100px;left:-100px}.hero__bg-blob--2{background:radial-gradient(circle,#00c6ff,#0000 70%);width:500px;height:500px;bottom:-50px;right:-100px}.hero__grid{background-image:linear-gradient(#6c63ff0f 1px,#0000 1px),linear-gradient(90deg,#6c63ff0f 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero__container{text-align:center;z-index:1;max-width:820px;position:relative}.hero__badge{color:#a89dff;letter-spacing:.02em;background:#6c63ff26;border:1px solid #6c63ff66;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.hero__title{color:#fff;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.15}.hero__title-highlight{background:linear-gradient(135deg,#6c63ff 0%,#00c6ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#ffffffa6;max-width:640px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero__btn{border-radius:50px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.hero__btn:hover{transform:translateY(-2px)}.hero__btn--primary{color:#fff;background:linear-gradient(135deg,#6c63ff,#00c6ff);box-shadow:0 4px 24px #6c63ff66}.hero__btn--primary:hover{box-shadow:0 8px 32px #6c63ff8c}.hero__btn--secondary{color:#fff;background:#ffffff14;border:1px solid #fff3}.hero__btn--secondary:hover{background:#ffffff24}.hero__stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.hero__stat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.hero__stat-value{color:#fff;font-size:1.6rem;font-weight:800}.hero__stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.hero__stat-divider{background:#ffffff26;width:1px;height:40px}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-hint span{border:2px solid #ffffff4d;border-radius:20px;width:24px;height:40px;display:block;position:relative}.hero__scroll-hint span:after{content:"";background:#ffffff80;border-radius:2px;width:4px;height:8px;animation:1.8s infinite scroll-bounce;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scroll-bounce{0%,to{opacity:1;transform:translate(-50%)translateY(0)}80%{opacity:0;transform:translate(-50%)translateY(12px)}}@media (width<=480px){.hero__stat-divider{display:none}.hero__stats{gap:1.5rem}}.about{background:#0d1127;padding:6rem 1.5rem}.about__container{max-width:1200px;margin:0 auto}.about__header{text-align:center;max-width:700px;margin:0 auto 4rem}.about__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:5rem;display:grid}.about__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;padding:2rem;transition:border-color .3s,transform .3s}.about__card:hover{border-color:#6c63ff66;transform:translateY(-4px)}.about__card-icon{margin-bottom:1rem;font-size:2.2rem}.about__card-title{color:#fff;margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.about__card-text{color:#fff9;margin:0;font-size:.95rem;line-height:1.7}.about__story{grid-template-columns:260px 1fr;align-items:center;gap:4rem;display:grid}.about__story-img{aspect-ratio:1;background:linear-gradient(135deg,#6c63ff33,#00c6ff33);border:1px solid #6c63ff4d;border-radius:1.5rem;justify-content:center;align-items:center;display:flex}.about__story-img-inner{text-align:center}.about__story-year{color:#6c63ff;font-size:3rem;font-weight:800;line-height:1;display:block}.about__story-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-top:.4rem;font-size:.85rem;display:block}.about__story-title{color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.about__story-content p{color:#ffffffa6;margin:0 0 1rem;line-height:1.8}.about__story-link{color:#6c63ff;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.about__story-link:hover{color:#a89dff}@media (width<=768px){.about__story{grid-template-columns:1fr;gap:2rem}.about__story-img{max-width:200px;margin:0 auto}}.courses{background:#0a0e1e;padding:6rem 1.5rem}.courses__container{max-width:1200px;margin:0 auto}.courses__header{text-align:center;max-width:700px;margin:0 auto 4rem}.courses__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.course-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;gap:.75rem;padding:2rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.course-card:hover{border-color:#6c63ff66;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.course-card__icon{font-size:2rem}.course-card__tag{border:1px solid color-mix(in srgb, var(--tag-color) 40%, transparent);background:color-mix(in srgb, var(--tag-color) 15%, transparent);color:var(--tag-color);text-transform:uppercase;letter-spacing:.06em;border-radius:50px;width:fit-content;padding:.25rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.course-card__title{color:#fff;margin:.25rem 0 0;font-size:1.15rem;font-weight:700;line-height:1.3}.course-card__description{color:#fff9;flex:1;margin:0;font-size:.92rem;line-height:1.7}.course-card__meta{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;flex-wrap:wrap;gap:.75rem;padding:.75rem 0;display:flex}.course-card__meta-item{color:#ffffff80;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.course-card__meta-icon{font-size:.9rem}.course-card__btn{text-align:center;color:#a89dff;background:#6c63ff26;border:1px solid #6c63ff59;border-radius:50px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.course-card__btn:hover{color:#fff;background:#6c63ff}@media (width<=480px){.courses__grid{grid-template-columns:1fr}}.features{background:#0d1127;padding:6rem 1.5rem}.features__container{max-width:1200px;margin:0 auto}.features__header{text-align:center;max-width:700px;margin:0 auto 4rem}.features__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.feature-item{align-items:flex-start;gap:1.25rem;display:flex}.feature-item__icon{background:#6c63ff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.8rem;display:flex}.feature-item__title{color:#fff;margin:0 0 .4rem;font-size:1rem;font-weight:700}.feature-item__text{color:#fff9;margin:0;font-size:.92rem;line-height:1.7}.features__testimonial{max-width:760px;margin:0 auto}.testimonial{background:linear-gradient(135deg,#6c63ff1a,#00c6ff0d);border:1px solid #6c63ff40;border-radius:1.5rem;margin:0;padding:2.5rem}.testimonial__text{color:#fffc;margin:0 0 2rem;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial__footer{align-items:center;gap:1rem;display:flex}.testimonial__avatar{color:#fff;background:linear-gradient(135deg,#6c63ff,#00c6ff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;font-weight:700;display:flex}.testimonial__name{color:#fff;font-size:.95rem;display:block}.testimonial__role{color:#ffffff73;margin-top:.15rem;font-size:.82rem;display:block}@media (width<=480px){.features__grid{grid-template-columns:1fr}}.contact{background:#0a0e1e;padding:6rem 1.5rem}.contact__container{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.contact__title{text-align:left}.contact__subtitle{text-align:left;margin-left:0;margin-right:0}.contact__list{flex-direction:column;gap:1rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.contact__list-item{color:#ffffffa6;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.contact__list-icon{font-size:1.2rem}.contact__form-wrapper{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;padding:2.5rem}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#fffc;font-size:.88rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:.65rem;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#6c63ff14;border-color:#6c63ff}.form-group select option{color:#fff;background:#1a1e35}.form-group textarea{resize:vertical;min-height:100px}.contact__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c63ff,#00c6ff);border:none;border-radius:50px;padding:.9rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .2s,transform .2s}.contact__submit:hover{opacity:.9;transform:translateY(-2px)}.contact__success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.contact__success-icon{font-size:3rem}.contact__success h3{color:#fff;margin:0;font-size:1.4rem}.contact__success p{color:#fff9;margin:0}.contact__reset{color:#a89dff;cursor:pointer;background:#6c63ff26;border:1px solid #6c63ff59;border-radius:50px;padding:.65rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}.contact__reset:hover{color:#fff;background:#6c63ff}@media (width<=860px){.contact__container{grid-template-columns:1fr;gap:3rem}.contact__title,.contact__subtitle{text-align:center}.contact__list{align-items:center}}.footer{background:#060810;border-top:1px solid #ffffff0f;padding:5rem 1.5rem 2rem}.footer__container{border-bottom:1px solid #ffffff0f;grid-template-columns:2fr repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;display:grid}.footer__logo{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:inline-block}.footer__logo-mark{color:#6c63ff}.footer__tagline{color:#ffffff73;max-width:280px;margin:0 0 1.5rem;font-size:.9rem;line-height:1.7}.footer__social{gap:.75rem;display:flex}.footer__social-link{background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;text-decoration:none;transition:background .2s;display:flex}.footer__social-link:hover{background:#6c63ff40}.footer__column-title{color:#ffffffe6;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1.25rem;font-size:.85rem;font-weight:700}.footer__column-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer__column-link{color:#ffffff73;font-size:.9rem;text-decoration:none;transition:color .2s}.footer__column-link:hover{color:#ffffffe6}.footer__bottom{flex-wrap:wrap;justify-content:space-between;gap:.5rem;max-width:1200px;margin:2rem auto 0;display:flex}.footer__bottom p{color:#ffffff4d;margin:0;font-size:.82rem}@media (width<=900px){.footer__container{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__tagline{max-width:100%}}@media (width<=480px){.footer__container{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;align-items:center}}
