*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-mono:"JetBrains Mono", ui-monospace, Consolas, monospace;--amber-50:#fffbeb;--black:#000;--white:#fff;--rose-100:#ffe4e6;--rose-200:#fecdd3;--rose-300:#fda4af;--rose-400:#fb7185;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--yellow-200:#fef08a;--yellow-400:#facc15;--yellow-500:#eab308}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-mono);background:var(--amber-50);color:var(--black);line-height:1.5}#root{min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffbebd9;border-bottom:1px solid #00000014;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;max-width:72rem;margin:0 auto;padding:.75rem 2rem;display:flex}.navbar__brand{color:var(--black);align-items:center;gap:.6rem;text-decoration:none;display:flex}.navbar__logo{background:var(--black);width:2.2rem;height:2.2rem;color:var(--rose-300);border-radius:.4rem;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex}.navbar__name{letter-spacing:.15em;font-size:.85rem;font-weight:800}.navbar__links{gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.navbar__link{color:#0000008c;letter-spacing:.06em;border-radius:.4rem;padding:.5rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.navbar__link:hover{color:var(--black);background:#0000000d}.navbar__link--active{color:var(--black);background:#00000012}.navbar__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--black);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffbebf7;flex-direction:column;gap:.5rem;width:70vw;max-width:300px;height:100vh;padding:5rem 2rem 2rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #0000001a}.navbar__links--open{transform:translate(0)}.navbar__link{padding:.75rem 1rem;font-size:1rem}}.footer{background:var(--black);color:#fff9;font-family:var(--font-mono);padding:3rem 2rem 1.5rem}.footer__inner{max-width:72rem;margin:0 auto}.footer__brand{align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.footer__logo{background:var(--rose-400);width:2.5rem;height:2.5rem;color:var(--white);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:flex}.footer__title{letter-spacing:.15em;color:var(--white);font-size:.9rem;font-weight:800}.footer__subtitle{color:#fff6;margin-top:2px;font-size:.7rem}.footer__nav{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2rem;display:grid}.footer__col{flex-direction:column;gap:.5rem;display:flex}.footer__heading{text-transform:uppercase;letter-spacing:.12em;color:#ffffff4d;margin:0 0 .5rem;font-size:.7rem;font-weight:700}.footer__link{color:#ffffff8c;cursor:default;font-size:.8rem;text-decoration:none;transition:color .2s}a.footer__link{cursor:pointer}a.footer__link:hover{color:var(--rose-300)}.footer__bottom{color:#ffffff40;justify-content:space-between;align-items:center;padding-top:1.25rem;font-size:.7rem;display:flex}.footer__made{font-style:italic}@media (width<=768px){.footer__nav{grid-template-columns:1fr;gap:1.5rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.section-label{text-transform:uppercase;letter-spacing:.15em;color:#00000059;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.hero{max-width:72rem;margin:0 auto;padding:4rem 2rem 3rem}.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero__label{color:#0006;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem}.hero__name{color:var(--black);margin:0 0 1.25rem;font-size:4.5rem;font-weight:900;line-height:.95}.hero__name--accent{background:linear-gradient(135deg, var(--rose-400), var(--rose-300));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:#0009;max-width:28rem;margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.hero__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.htag{color:var(--black);border-radius:2rem;padding:.3rem .75rem;font-size:.7rem;font-weight:700}.htag--rose{background:var(--rose-200)}.htag--teal{background:var(--teal-200)}.htag--yellow{background:var(--yellow-200)}.hero__actions{gap:.75rem;display:flex}.hero__btn{font-family:var(--font-mono);letter-spacing:.06em;border-radius:.5rem;align-items:center;padding:.75rem 1.5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.hero__btn--primary{background:var(--black);color:var(--white)}.hero__btn--primary:hover{background:#000c;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.hero__btn--ghost{color:var(--black);background:0 0;border:2px solid #00000026}.hero__btn--ghost:hover{border-color:var(--black);transform:translateY(-2px)}.hero__right{justify-content:center;display:flex}.hero__img-wrapper{width:100%;max-width:400px;position:relative}.hero__img{object-fit:cover;z-index:2;border-radius:1rem;width:100%;height:auto;position:relative;box-shadow:0 20px 60px #00000026}.hero__img-border{border:3px solid var(--rose-300);z-index:1;opacity:.5;border-radius:1.25rem;position:absolute;inset:-8px}.stats-bar{background:var(--black);padding:2.5rem 2rem}.stats-bar__grid{justify-content:center;align-items:center;gap:2.5rem;max-width:72rem;margin:0 auto;display:flex}.stats-bar__item{text-align:center}.stats-bar__number{color:var(--rose-300);font-size:2.5rem;font-weight:900}.stats-bar__label{color:#ffffff73;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.7rem;font-weight:600}.stats-bar__divider{background:#ffffff1a;width:1px;height:3rem}.philosophy{padding:5rem 2rem}.philosophy__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:72rem;margin:0 auto;display:grid}.philosophy__heading{color:var(--black);margin:0 0 1.25rem;font-size:2.5rem;font-weight:900;line-height:1.2}.philosophy__text{color:#000000a6;font-size:.9rem;line-height:1.7}.philosophy__quote{background:var(--rose-100);border:2px solid #0000000f;border-radius:1rem;margin:0;padding:2rem;position:relative}.philosophy__quote-mark{color:var(--rose-400);margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1;display:block}.philosophy__quote p{color:var(--black);margin-bottom:.5rem;font-size:1rem;font-style:italic;font-weight:700;line-height:1.6}.philosophy__quote-trans{color:#00000073;margin-bottom:1rem;font-size:.8rem;display:block}.philosophy__quote cite{color:#00000059;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-style:normal;font-weight:700}.testimonials{background:#00000005;padding:5rem 2rem}.testimonials__heading{color:var(--black);max-width:72rem;margin:0 0 2.5rem;font-size:2rem;font-weight:900}.testimonials .section-label,.testimonials__heading{max-width:72rem;margin-left:auto;margin-right:auto}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:72rem;margin:0 auto;display:grid}.tcard{background:var(--white);border:2px solid #00000014;border-top:4px solid;border-radius:1rem;padding:1.5rem;transition:transform .25s,box-shadow .25s}.tcard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.tcard--rose{border-top-color:var(--rose-400)}.tcard--teal{border-top-color:var(--teal-400)}.tcard--yellow{border-top-color:var(--yellow-400)}.tcard__mark{margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1}.tcard__mark--rose{color:var(--rose-400)}.tcard__mark--teal{color:var(--teal-500)}.tcard__mark--yellow{color:var(--yellow-500)}.tcard__text{color:#000000a6;margin-bottom:1.25rem;font-size:.85rem;line-height:1.7}.tcard__author{align-items:center;gap:.6rem;display:flex}.tcard__avatar{width:2rem;height:2rem;color:var(--black);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.tcard__avatar--rose{background:var(--rose-200)}.tcard__avatar--teal{background:var(--teal-200)}.tcard__avatar--yellow{background:var(--yellow-200)}.tcard__name{color:var(--black);letter-spacing:.05em;font-size:.7rem;font-weight:800}.tcard__role{color:#0006;font-size:.65rem}.cta{padding:5rem 2rem}.cta__inner{background:linear-gradient(135deg, var(--rose-400), #e11d48);text-align:center;border-radius:1.5rem;max-width:48rem;margin:0 auto;padding:3.5rem 2.5rem;position:relative;overflow:hidden}.cta__circle{background:#ffffff14;border-radius:50%;width:12rem;height:12rem;position:absolute}.cta__circle:first-of-type{top:-3rem;right:-3rem}.cta__circle--2{width:16rem;height:16rem;bottom:-4rem;left:-4rem}.cta__heading{color:var(--white);z-index:2;margin:0 0 .75rem;font-size:2rem;font-weight:900;position:relative}.cta__text{color:#fffc;z-index:2;max-width:32rem;margin:0 auto 2rem;font-size:.9rem;line-height:1.7;position:relative}.cta__button{background:var(--white);color:var(--black);font-family:var(--font-mono);letter-spacing:.08em;z-index:2;border-radius:.5rem;padding:.85rem 2rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-block;position:relative}.cta__button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0003}@media (width<=768px){.hero{padding:2rem 1.25rem}.hero__grid{grid-template-columns:1fr;gap:2rem}.hero__name{font-size:3rem}.hero__right{order:-1}.hero__img-wrapper{max-width:280px}.hero__actions{flex-direction:column}.hero__btn{justify-content:center}.stats-bar__grid{flex-wrap:wrap;gap:1.5rem}.stats-bar__divider{display:none}.stats-bar__item{flex:40%}.philosophy__inner{grid-template-columns:1fr;gap:2rem}.philosophy__heading{font-size:1.75rem}.testimonials__grid{grid-template-columns:1fr}.testimonials__heading,.cta__heading{font-size:1.5rem}}.about-page .section-label{text-transform:uppercase;letter-spacing:.15em;color:#00000059;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.about-hero{text-align:center;max-width:52rem;margin:0 auto;padding:4rem 2rem 3rem}.about-hero__heading{color:var(--black);margin:0 0 1.25rem;font-size:3rem;font-weight:900;line-height:1.1}.about-hero__accent{background:linear-gradient(135deg, var(--rose-400), var(--rose-300));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-hero__text{color:#0009;max-width:40rem;margin:0 auto;font-size:.95rem;line-height:1.8}.values{max-width:72rem;margin:0 auto;padding:4rem 2rem}.values__heading{color:var(--black);margin:0 0 2rem;font-size:2rem;font-weight:900}.values__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.value-card{background:var(--white);border:2px solid #0000000f;border-radius:1rem;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s}.value-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.value-card__icon{margin-bottom:.75rem;font-size:2rem;display:block}.value-card__title{color:var(--black);margin:0 0 .5rem;font-size:.95rem;font-weight:800}.value-card__desc{color:#0000008c;font-size:.8rem;line-height:1.6}.timeline-section{max-width:72rem;margin:0 auto;padding:4rem 2rem 5rem}.timeline-section__heading{color:var(--black);margin:0 0 2.5rem;font-size:2rem;font-weight:900}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--rose-300), var(--teal-400));width:2px;position:absolute;top:0;bottom:0;left:.55rem}.timeline__item{padding-bottom:2rem;padding-left:2rem;position:relative}.timeline__dot{background:var(--rose-400);border:3px solid var(--amber-50);z-index:2;border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:.3rem;left:-1.55rem}.timeline__card{background:var(--white);border:2px solid #0000000f;border-radius:.75rem;padding:1.25rem 1.5rem;transition:transform .25s,box-shadow .25s}.timeline__card:hover{transform:translate(4px);box-shadow:0 8px 24px #0000000f}.timeline__year{color:var(--rose-400);letter-spacing:.08em;background:#fb71851a;border-radius:1rem;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.65rem;font-weight:800;display:inline-block}.timeline__title{color:var(--black);margin:0 0 .35rem;font-size:1rem;font-weight:800}.timeline__desc{color:#0000008c;font-size:.8rem;line-height:1.6}@media (width<=768px){.about-hero__heading{font-size:2rem}.values__grid{grid-template-columns:1fr 1fr}.values__heading,.timeline-section__heading{font-size:1.5rem}}@media (width<=480px){.values__grid{grid-template-columns:1fr}}.courses-page .section-label{text-transform:uppercase;letter-spacing:.15em;color:#00000059;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.courses-hero{text-align:center;max-width:52rem;margin:0 auto;padding:4rem 2rem 3rem}.courses-hero__heading{color:var(--black);margin:0 0 1.25rem;font-size:3rem;font-weight:900;line-height:1.1}.courses-hero__accent{background:linear-gradient(135deg, var(--teal-500), var(--teal-400));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.courses-hero__text{color:#0009;max-width:36rem;margin:0 auto;font-size:.95rem;line-height:1.8}.courses-grid-section{padding:0 2rem 4rem}.courses-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:72rem;margin:0 auto;display:grid}.ccard{background:var(--white);cursor:pointer;border:2px solid #0000000f;border-left:5px solid;border-radius:1rem;padding:1.75rem;transition:all .3s}.ccard:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000012}.ccard--black{border-left-color:var(--black)}.ccard--rose{border-left-color:var(--rose-400)}.ccard--teal{border-left-color:var(--teal-500)}.ccard--yellow{border-left-color:var(--yellow-400)}.ccard__meta{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.ccard__level{text-transform:uppercase;letter-spacing:.1em;color:var(--white);border-radius:1rem;padding:.2rem .6rem;font-size:.6rem;font-weight:800}.ccard__level--black{background:var(--black)}.ccard__level--rose{background:var(--rose-400)}.ccard__level--teal{background:var(--teal-500)}.ccard__level--yellow{background:var(--yellow-500);color:var(--black)}.ccard__duration{color:#0006;font-size:.65rem;font-weight:600}.ccard__title{color:var(--black);margin:0 0 .2rem;font-size:1.4rem;font-weight:900}.ccard__title-en{color:#0006;margin:0 0 .75rem;font-size:.85rem;font-weight:600}.ccard__desc{color:#0000008c;margin:0;font-size:.8rem;line-height:1.7}.ccard__details{opacity:0;max-height:0;transition:max-height .35s,margin .35s,opacity .35s;overflow:hidden}.ccard__details--open{opacity:1;max-height:200px;margin-top:1rem}.ccard__topics-label{text-transform:uppercase;letter-spacing:.1em;color:#0000004d;margin-bottom:.5rem;font-size:.65rem;font-weight:700}.ccard__topics{flex-wrap:wrap;gap:.4rem;display:flex}.ccard__topic{border:1.5px solid;border-radius:1rem;padding:.25rem .65rem;font-size:.7rem;font-weight:600}.ccard__topic--black{color:var(--black);border-color:#00000026}.ccard__topic--rose{border-color:var(--rose-200);color:var(--rose-400);background:#fda4af14}.ccard__topic--teal{border-color:var(--teal-200);color:var(--teal-500);background:#14b8a60f}.ccard__topic--yellow{border-color:var(--yellow-200);color:var(--yellow-500);background:#eab3080f}.ccard__expand-hint{color:#00000040;letter-spacing:.05em;margin-top:1rem;font-size:.65rem;font-weight:700;transition:color .2s}.ccard:hover .ccard__expand-hint{color:#00000080}.approach{background:var(--black);padding:4rem 2rem}.approach__inner{max-width:72rem;margin:0 auto}.approach .section-label{color:#ffffff4d}.approach__heading{color:var(--white);margin:0 0 2rem;font-size:2rem;font-weight:900}.approach__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.approach__item{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:1rem;padding:1.5rem;transition:background .25s}.approach__item:hover{background:#ffffff14}.approach__num{color:var(--rose-300);margin-bottom:.75rem;font-size:2rem;font-weight:900;display:block}.approach__title{color:var(--white);margin:0 0 .5rem;font-size:.95rem;font-weight:800}.approach__desc{color:#ffffff73;font-size:.8rem;line-height:1.6}@media (width<=768px){.courses-hero__heading{font-size:2rem}.courses-grid{grid-template-columns:1fr}.approach__grid{grid-template-columns:1fr 1fr}.approach__heading{font-size:1.5rem}}@media (width<=480px){.approach__grid{grid-template-columns:1fr}}.contact-page .section-label{text-transform:uppercase;letter-spacing:.15em;color:#00000059;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.contact-hero{text-align:center;max-width:52rem;margin:0 auto;padding:4rem 2rem 3rem}.contact-hero__heading{color:var(--black);margin:0 0 1.25rem;font-size:3rem;font-weight:900;line-height:1.1}.contact-hero__accent{background:linear-gradient(135deg, var(--yellow-500), var(--yellow-400));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-hero__text{color:#0009;max-width:36rem;margin:0 auto;font-size:.95rem;line-height:1.8}.contact-content{max-width:52rem;margin:0 auto;padding:0 2rem 5rem}.contact-form{background:var(--white);border:2px solid #0000000f;border-radius:1rem;padding:2.5rem}.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form__group{margin-bottom:1.25rem}.contact-form__label{text-transform:uppercase;letter-spacing:.1em;color:#0006;margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:block}.contact-form__input,.contact-form__textarea{width:100%;font-family:var(--font-mono);background:var(--amber-50);box-sizing:border-box;color:var(--black);border:2px solid #00000014;border-radius:.5rem;outline:none;padding:.7rem .9rem;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.contact-form__input:focus,.contact-form__textarea:focus{border-color:var(--rose-300);box-shadow:0 0 0 3px #fda4af26}.contact-form__textarea{resize:vertical;min-height:140px}.contact-form__btn{width:100%;font-family:var(--font-mono);letter-spacing:.08em;cursor:pointer;background:var(--black);color:var(--white);border:none;border-radius:.5rem;padding:.85rem;font-size:.85rem;font-weight:800;transition:all .25s}.contact-form__btn:hover{background:#000c;transform:translateY(-2px);box-shadow:0 6px 20px #0003}@media (width<=768px){.contact-form__row{grid-template-columns:1fr}.contact-hero__heading{font-size:2rem}.contact-form{padding:1.5rem}}.main-content{min-height:calc(100vh - 60px)}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translateY(24px)}.reveal--visible{opacity:1;transform:translateY(0)}html{scroll-behavior:smooth}::selection{background:var(--rose-200);color:var(--black)}
