@keyframes aurora-drift-a{0%{transform:translate(0)scale(1)}50%{transform:translate(4%,-3%)scale(1.05)}to{transform:translate(0)scale(1)}}@keyframes aurora-drift-b{0%{transform:translate(0)scale(1.02)}50%{transform:translate(-5%,4%)scale(.98)}to{transform:translate(0)scale(1.02)}}@keyframes fade-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.aurora-root{z-index:0;pointer-events:none;background:radial-gradient(120% 80% at 20% 20%,#00c87824,#0000 55%),radial-gradient(90% 70% at 80% 30%,#7030c02e,#0000 50%),radial-gradient(100% 60% at 50% 90%,#5ec8ff1f,#0000 45%),#060e10;position:fixed;inset:0;overflow:hidden}.aurora-root__blob{filter:blur(80px);opacity:.45;mix-blend-mode:screen;border-radius:50%;position:absolute}.aurora-root__blob--a{background:radial-gradient(circle,#80f0b880,#0000 65%);width:42vw;height:42vw;animation:26s ease-in-out infinite aurora-drift-a;top:10vh;left:-8vw}.aurora-root__blob--b{background:radial-gradient(circle,#7030c073,#0000 60%);width:48vw;height:48vw;animation:24s ease-in-out infinite aurora-drift-b;bottom:5vh;right:-10vw}.aurora-root__stars{opacity:.9;background-image:radial-gradient(1px 1px at 10% 20%,#ffffff0d,#0000),radial-gradient(1px 1px at 70% 40%,#ffffff0a,#0000),radial-gradient(1px 1px at 30% 80%,#ffffff0b,#0000),radial-gradient(1px 1px at 90% 75%,#ffffff09,#0000);position:absolute;inset:0}.aurora-root__curtain{opacity:.35;background:repeating-linear-gradient(90deg,#5ec8ff08 0 1px,#0000 1px 120px);position:absolute;inset:0}.u-reveal{animation:.9s ease-out both fade-rise}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#d8f8e8;background:#060e10;min-height:100vh;margin:0;font-family:Public Sans,system-ui,sans-serif;font-size:15px;line-height:1.85}#app{z-index:1;min-height:100vh;position:relative}a{color:#00c878;text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:#80f0b8}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{letter-spacing:.02em;color:#d8f8e8;text-shadow:0 0 24px #80f0b826;font-family:Archivo,system-ui,sans-serif;font-weight:500}h1{font-size:clamp(1.75rem,4vw,2.35rem);line-height:1.2}h2{font-size:1.35rem}h3{font-size:1.1rem}p{color:#d8f8e8b8;max-width:65ch}.dashboard{min-height:100vh;display:flex}.dashboard__sidebar-wrap{flex:0 0 260px;max-width:100%}.dashboard__sidebar{z-index:40;background:#060e10eb;border-right:1px solid #00c87838;flex-direction:column;gap:.5rem;width:260px;height:100vh;padding:1rem .75rem 1.25rem;transition:transform .35s;display:flex;position:fixed;top:0;left:0;transform:translate(0);box-shadow:inset 0 1px #00c8781f}@media (width<=900px){.dashboard__sidebar--hidden-mobile{transform:translate(-105%)}.dashboard__sidebar--open-mobile{transform:translate(0);box-shadow:8px 0 32px #00000073}}.dashboard__brand{color:#d8f8e8;letter-spacing:.04em;border-bottom:1px solid #5ec8ff26;padding:.35rem .5rem .75rem;font-family:Archivo,system-ui,sans-serif;font-size:.95rem;font-weight:500}.dashboard__brand small{color:#d8f8e8b8;letter-spacing:.12em;text-transform:uppercase;margin-top:.25rem;font-size:.7rem;display:block}.dashboard__contact-block{color:#d8f8e8b8;border-bottom:1px solid #7030c033;padding:.5rem .5rem .75rem;font-size:.72rem;line-height:1.5}.dashboard__nav{flex-direction:column;flex:1;gap:.15rem;padding:.35rem 0;display:flex;overflow-y:auto}.dashboard__nav-link{color:#d8f8e8b8;letter-spacing:.06em;border:1px solid #0000;border-radius:6px;padding:.45rem .55rem;font-family:Josefin Sans,Public Sans,system-ui,sans-serif;font-size:.82rem;font-weight:300;text-decoration:none;display:block}.dashboard__nav-link:hover{color:#80f0b8;background:#061418a6;border-color:#00c87833}.dashboard__nav-link--active{color:#d8f8e8;background:#7030c026;border-color:#5ec8ff40}.dashboard__overlay{display:none}@media (width<=900px){.dashboard__overlay{z-index:35;background:#060e108c;display:block;position:fixed;inset:0}}.dashboard__main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}@media (width<=900px){.dashboard__main{margin-left:0}}.dashboard__topbar{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#060e10e0;border-bottom:1px solid #00c8782e;justify-content:space-between;align-items:center;min-height:56px;padding:.5rem 1rem;display:flex;position:sticky;top:0}.dashboard__menu-btn{display:none}@media (width<=900px){.dashboard__menu-btn{color:#d8f8e8;cursor:pointer;background:#0a1418cc;border:1px solid #5ec8ff59;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}}.dashboard__breadcrumb{letter-spacing:.14em;text-transform:uppercase;color:#d8f8e8b8;font-family:Josefin Sans,Public Sans,system-ui,sans-serif;font-size:.78rem;font-weight:300}.dashboard__utility{align-items:center;gap:.5rem;display:flex}.dashboard__content{flex:1;padding:1rem 1.25rem 2rem}@media (width>=1100px){.dashboard__content{padding:1.25rem 2rem 2.5rem}}.dashboard__footer{color:#d8f8e8b8;background:#060e10e6;border-top:1px solid #5ec8ff1f;padding:.75rem 1.25rem 1.25rem;font-size:.75rem}.dashboard__footer-grid{grid-template-columns:1fr 1fr;gap:1rem;max-width:960px;display:grid}.dashboard__footer-rule{background:linear-gradient(90deg,#0000,#00c87859,#0000);height:1px;margin:.75rem 0}.dashboard__footer-links{flex-wrap:wrap;gap:.5rem 1rem;display:flex}.dashboard__footer-links a{letter-spacing:.08em;text-transform:uppercase;font-family:Josefin Sans,Public Sans,system-ui,sans-serif;font-size:.72rem;font-weight:300}.btn{letter-spacing:.04em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.85rem 1.75rem;font-family:Archivo,system-ui,sans-serif;font-size:.88rem;transition:box-shadow .45s,transform .2s,background .25s,color .25s;display:inline-flex}.btn--primary{color:#d8f8e8;background:linear-gradient(135deg,#00c87859,#5ec8ff40);border-color:#80f0b873;box-shadow:0 0 #80f0b800}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 0 28px #80f0b859}.btn--ghost{color:#d8f8e8;background:0 0;border-color:#5ec8ff73}.btn--ghost:hover{color:#80f0b8;border-color:#80f0b8}.panel{background:#0a1418b8;border:1px solid #5ec8ff2e;border-radius:14px;transition:box-shadow .45s;position:relative;overflow:hidden}.panel:before{content:"";opacity:.7;background:linear-gradient(90deg,#0000,#80f0b880,#0000);height:2px;position:absolute;top:0;left:0;right:0}.panel:hover{box-shadow:0 12px 40px #00c87814}.panel__body{padding:1rem 1.1rem 1.15rem}.tag{letter-spacing:.12em;text-transform:uppercase;color:#5ec8ff;border:1px solid #5ec8ff4d;border-radius:4px;padding:.2rem .45rem;font-family:Josefin Sans,Public Sans,system-ui,sans-serif;font-size:.65rem;font-weight:300;display:inline-block}.field{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.field label{letter-spacing:.1em;text-transform:uppercase;color:#d8f8e8b8;font-family:Josefin Sans,Public Sans,system-ui,sans-serif;font-size:.72rem;font-weight:300}.field input,.field textarea,.field select{color:#d8f8e8;background:#060e10d9;border:1px solid #5ec8ff38;border-radius:8px;padding:.55rem .65rem;font-family:Public Sans,system-ui,sans-serif}.field textarea{resize:vertical;min-height:120px}.scroll-hint{color:#d8f8e8b8;letter-spacing:.08em;font-size:.7rem}.cookie-bar{z-index:60;background:#060e10f0;border-top:1px solid #00c87847;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.cookie-bar p{flex:280px;max-width:none;margin:0;font-size:.82rem}.cookie-bar__actions{flex-wrap:wrap;gap:.5rem;display:flex}.cookie-bar .btn{padding:.55rem 1.1rem;font-size:.78rem}.img-fallback{color:#d8f8e8b8;text-align:center;background:linear-gradient(135deg,#7030c059,#00c87833);justify-content:center;align-items:center;padding:1rem;font-size:.75rem;display:flex}.img-fallback--pattern{background:repeating-linear-gradient(-45deg,#5ec8ff14,#5ec8ff14 8px,#0000 8px 16px),#0a1418e6}.img-fallback--icon:after{content:"◇";opacity:.5;font-size:1.5rem}.image-with-fallback.svelte-gf2pxn{border:1px solid #5ec8ff26;border-radius:10px;width:100%;position:relative;overflow:hidden}.image-with-fallback__img.svelte-gf2pxn{object-fit:cover;filter:hue-rotate(150deg)saturate(.9)brightness(.9);width:100%;height:100%}.image-with-fallback__fallback.svelte-gf2pxn{width:100%;height:100%;min-height:120px}.home-strip.svelte-et6md{margin-bottom:1.5rem}.home-strip__grid.svelte-et6md{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.home-strip__stat.svelte-et6md{color:#80f0b8;margin:.25rem 0;font-family:Archivo,system-ui,sans-serif;font-size:1.6rem}.home-strip__label.svelte-et6md{color:#d8f8e8b8;max-width:22ch;margin:0;font-size:.78rem}.home-hero.svelte-et6md{padding:2.25rem 0}.home-hero__split.svelte-et6md{grid-template-columns:2fr 3fr;align-items:center;gap:1.5rem;display:grid}@media (width<=900px){.home-hero__split.svelte-et6md{grid-template-columns:1fr}}.home-hero__kicker.svelte-et6md{letter-spacing:.16em;text-transform:uppercase;color:#d8f8e8b8;font-size:.72rem}.home-hero__cta-row.svelte-et6md{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.home-hero__trust.svelte-et6md{color:#d8f8e8b8;max-width:36ch;font-size:.78rem}.home-mini-faq__grid.svelte-et6md{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.home-catalog__layout.svelte-et6md{grid-template-columns:260px 1fr;gap:1rem;margin-top:1rem;display:grid}@media (width<=900px){.home-catalog__layout.svelte-et6md{grid-template-columns:1fr}}.home-catalog__list.svelte-et6md{flex-direction:column;gap:.75rem;display:flex}.home-course-row.svelte-et6md{color:inherit;grid-template-columns:160px 1fr;text-decoration:none;display:grid}@media (width<=700px){.home-course-row.svelte-et6md{grid-template-columns:1fr}}.home-course-row__thumb.svelte-et6md .image-with-fallback{height:100%;min-height:120px}.home-course-row__foot.svelte-et6md{color:#d8f8e8b8;flex-wrap:wrap;gap:.5rem 1rem;font-size:.78rem;display:flex}.home-course-row__price.svelte-et6md{color:#80f0b8;font-weight:600}.home-scroll__head.svelte-et6md{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.home-scroll__track.svelte-et6md{scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.home-scroll__card.svelte-et6md{scroll-snap-align:start;flex:none;min-width:260px;max-width:320px}.home-process__steps.svelte-et6md{color:#d8f8e8b8;flex-direction:column;gap:.65rem;padding-left:1.25rem;list-style:decimal;display:flex}.home-partners__grid.svelte-et6md{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.home-newsletter__form.svelte-et6md{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.home-soft-cta__inner.svelte-et6md{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.list.svelte-13ndbys{flex-direction:column;gap:.75rem;display:flex}.row.svelte-13ndbys{color:inherit;grid-template-columns:200px 1fr;text-decoration:none;display:grid}@media (width<=700px){.row.svelte-13ndbys{grid-template-columns:1fr}}.row__img.svelte-13ndbys .image-with-fallback{min-height:140px}.hero-img.svelte-yubm5q{margin:1rem 0}.grid.svelte-yubm5q{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1rem 0;display:grid}.layout.svelte-1ffqsuu{grid-template-columns:1.2fr .8fr;gap:1rem;display:grid}@media (width<=900px){.layout.svelte-1ffqsuu{grid-template-columns:1fr}}.map.svelte-1ffqsuu{text-align:center;color:#d8f8e899;border:1px dashed #5ec8ff59;border-radius:10px;padding:2rem 1rem;font-size:.85rem}.lede.svelte-9amksf{max-width:60ch}.legal-block.svelte-9amksf{margin-bottom:1.5rem}.lede.svelte-di4v1e{max-width:60ch}.legal-block.svelte-di4v1e{margin-bottom:1.25rem}code.svelte-di4v1e{color:#80f0b8;font-size:.85em}.lede.svelte-18grmbm{max-width:60ch}.legal-block.svelte-18grmbm{margin-bottom:1.25rem}.values.svelte-gf7t7t{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin:1rem 0 1.5rem;display:grid}.team.svelte-gf7t7t{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.team__card.svelte-gf7t7t{overflow:hidden}.role.svelte-gf7t7t{letter-spacing:.08em;text-transform:uppercase;color:#d8f8e8a6;font-size:.8rem}.bio.svelte-gf7t7t{font-size:.9rem}.timeline.svelte-gf7t7t{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.grid.svelte-18y9xia{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.card.svelte-18y9xia{color:inherit;text-decoration:none;overflow:hidden}.meta.svelte-18y9xia{color:#d8f8e8a6;font-size:.78rem}.tags.svelte-cm7qjw{letter-spacing:.08em;text-transform:uppercase;color:#d8f8e8a6;font-size:.72rem}.hero.svelte-cm7qjw{margin:1rem 0}.cases.svelte-15q1gku{flex-direction:column;gap:.75rem;display:flex}.logos.svelte-1ti54jt{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;margin:1rem 0;display:grid}.logo.svelte-1ti54jt{text-align:center;font-size:.85rem}.tiers.svelte-1ti54jt{color:#d8f8e8bf;max-width:60ch}.quotes.svelte-1ti54jt{gap:.75rem;margin:1.25rem 0;display:grid}.band.svelte-adscfn{margin-bottom:.75rem}.diagram.svelte-adscfn{margin:1rem 0;padding:.5rem}svg.svelte-adscfn{width:100%;height:auto;display:block}.table-wrap.svelte-kqhegx{overflow-x:auto}.matrix.svelte-kqhegx{border-collapse:collapse;color:#d8f8e8d1;width:100%;font-size:.88rem}th.svelte-kqhegx,td.svelte-kqhegx{text-align:left;border:1px solid #5ec8ff33;padding:.55rem .65rem}thead.svelte-kqhegx th:where(.svelte-kqhegx){font-family:Archivo,sans-serif;font-weight:500}.rec.svelte-kqhegx{background:#00c8781f;box-shadow:inset 0 0 0 1px #80f0b840}.note.svelte-kqhegx{max-width:55ch;font-size:.85rem}.events.svelte-6doqr9{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}
