.landing-section{content-visibility:auto;contain-intrinsic-size:auto 720px}.landing-section-fallback{background:var(--bg);border-top:1px solid var(--border);min-height:40vh}.landing-reveal{animation:.55s ease-out both landingReveal}@keyframes landingReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-fade-up{animation:.55s ease-out both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.navbar-fade-in{animation:.45s ease-out both navbarFadeIn}@keyframes navbarFadeIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.hero-particles{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-gradient__orb--1{animation:12s ease-in-out infinite orbDrift1}.hero-gradient__orb--2{animation:15s ease-in-out infinite orbDrift2}.hero-gradient__orb--3{animation:18s ease-in-out infinite orbDrift3}@keyframes orbDrift1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.08)}}@keyframes orbDrift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,30px)scale(.95)}}@keyframes orbDrift3{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}@media (prefers-reduced-motion:reduce){.landing-reveal,.hero-fade-up,.navbar-fade-in,.hero-gradient__orb--1,.hero-gradient__orb--2,.hero-gradient__orb--3{animation:none}}.navbar{z-index:100;padding:1rem 0;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:var(--sidebar-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}[data-theme=light] .navbar--scrolled{box-shadow:0 1px #0f172a0f}.navbar__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.navbar__logo{color:inherit;flex-shrink:0;margin-left:-.5rem;text-decoration:none}.navbar__links{gap:2rem;display:flex}.navbar__link{color:var(--muted);font-size:.9rem;transition:color .2s}.navbar__link:hover{color:var(--text)}.navbar__actions{align-items:center;gap:1rem;display:flex}.navbar__login{color:var(--muted);font-size:.9rem;transition:color .2s}.navbar__login:hover{color:var(--text)}.navbar__cta{padding:.6rem 1.25rem!important;font-size:.875rem!important}.navbar__menu-btn{color:var(--text);padding:.5rem;display:none}.navbar__mobile{border-radius:var(--radius);flex-direction:column;gap:1rem;margin:.75rem 1rem 0;padding:1.5rem;display:none}.navbar__mobile--open{display:flex}.navbar__mobile-link{color:var(--muted);padding:.5rem 0;font-size:1rem}@media (max-width:900px){.navbar__links,.navbar__actions{display:none}.navbar__menu-btn{display:block}}.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 1.5rem 5rem;display:flex;position:relative;overflow:hidden}.hero__bg{background:var(--gradient-hero);position:absolute;inset:0}.hero-gradient{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-gradient__orb{filter:blur(80px);border-radius:50%;position:absolute}.hero-gradient__orb--1{background:var(--brand-soft-strong);width:min(500px,80vw);height:min(500px,80vw);top:-10%;left:20%}.hero-gradient__orb--2{background:#ff950038;width:min(400px,70vw);height:min(400px,70vw);top:30%;right:10%}.hero-gradient__orb--3{background:#ffb3472e;width:min(350px,60vw);height:min(350px,60vw);bottom:10%;left:30%}.hero__content{z-index:2;text-align:center;max-width:900px;position:relative}.hero__badge{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.08}.hero__subtitle{color:var(--muted);max-width:780px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.75}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.hero__trust{color:var(--muted);text-align:center;letter-spacing:.02em;margin-bottom:3rem;font-size:.85rem}.hero__stats{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:800px;margin:0 auto;display:grid}.hero__stat{border-radius:var(--radius);text-align:center;padding:1.5rem 1rem;transition:transform .3s,border-color .3s,box-shadow .3s}.hero__stat:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.hero__stat-value{margin-bottom:.35rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;line-height:1}.hero__stat-label{color:var(--muted);font-size:.8rem;font-weight:500}@media (max-width:768px){.hero{padding:7rem 1.25rem 4rem}.hero__stats{grid-template-columns:repeat(2,1fr)}.hero__stat-value{font-size:1.5rem}}.features__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.feature-card{border-radius:var(--radius);cursor:default;padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s}.feature-card:hover{border-color:var(--brand-soft-strong);box-shadow:var(--shadow-glow);background:#ffffff0f;transform:translateY(-6px)}.feature-card__icon{background:var(--brand-soft);width:44px;height:44px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card__title{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.feature-card__desc{color:var(--muted);font-size:.9rem;line-height:1.6}.curriculum-section{background:var(--bg-elevated)}.curriculum__summary{border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.5rem;max-width:800px;margin:0 auto 1.5rem;padding:1.25rem 1.5rem;display:flex}.curriculum__summary strong{font-size:1.05rem;display:block}.curriculum__summary-sub{color:var(--muted);margin-top:.2rem;font-size:.85rem;display:block}.curriculum__summary-stats{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;font-size:.8rem;display:flex}.curriculum__summary-stats span:before{content:"•";color:var(--accent);margin-right:.5rem}.curriculum__summary-stats span:first-child:before{content:none;margin:0}.curriculum__summary-cta{white-space:nowrap;padding:.55rem 1rem!important;font-size:.82rem!important}.curriculum__list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.curriculum__week{border-radius:var(--radius);transition:border-color .3s;overflow:hidden}.curriculum__week:hover{border-color:var(--border-hover)}.curriculum__header{text-align:left;width:100%;color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.75rem;display:flex}.curriculum__week-info{align-items:center;gap:1.25rem;display:flex}.curriculum__week-num{background:var(--gradient-1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:flex}.curriculum__week-title{margin-bottom:.2rem;font-size:1.15rem;font-weight:600}.curriculum__week-desc{color:var(--muted);font-size:.85rem}.curriculum__week-meta{color:var(--accent);margin-top:.35rem;font-size:.75rem;font-weight:500}.curriculum__chevron{color:var(--muted);flex-shrink:0;transition:transform .3s}.curriculum__chevron--open{transform:rotate(180deg)}.curriculum__panel{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.curriculum__panel--open{grid-template-rows:1fr}.curriculum__panel-inner{overflow:hidden}.curriculum__lessons{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.curriculum__lesson{border-bottom:1px solid #ffffff0a;padding:1rem 1.75rem 1rem 5.5rem}.curriculum__lesson:last-child{border-bottom:none}.curriculum__lesson-head{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.curriculum__lesson-title{color:var(--text);flex:1;min-width:0;font-size:.92rem;font-weight:500}.curriculum__lesson-duration{color:var(--muted);border:1px solid var(--border);border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.72rem}.curriculum__lesson-topics{flex-wrap:wrap;gap:.4rem;margin-top:.55rem;margin-left:1.35rem;display:flex}.curriculum__topic{color:var(--muted);background:#ff7a0014;border:1px solid #ff7a0026;border-radius:999px;padding:.2rem .55rem;font-size:.72rem}.curriculum__lesson-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.pricing__card{border-radius:var(--radius-lg);text-align:center;max-width:480px;margin:0 auto;padding:2.5rem;position:relative;overflow:hidden}.pricing__card:before{content:"";background:var(--gradient-1);opacity:.05;pointer-events:none;position:absolute;inset:0}.pricing__card>*{z-index:1;position:relative}.pricing__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);border-radius:100px;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.pricing__title{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.pricing__price{color:var(--muted);margin:1.5rem 0;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.pricing__features{text-align:left;flex-direction:column;gap:.85rem;margin:2rem 0;list-style:none;display:flex}.pricing__feature{color:var(--muted);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.pricing__check{color:#34d399;flex-shrink:0}.pricing__note{color:var(--muted);text-align:center;margin-top:1rem;font-size:.82rem;line-height:1.5}.testimonials-section{background:var(--bg-elevated)}.testimonials__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.testimonial-card{border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.testimonial-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial-card__quote{color:var(--muted);flex:1;font-size:.95rem;line-height:1.7}.testimonial-card__author{align-items:center;gap:.85rem;display:flex}.testimonial-card__avatar{background:var(--gradient-1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:700;display:flex}.testimonial-card__name{font-size:.95rem;font-weight:600}.testimonial-card__role{color:var(--muted);font-size:.8rem}.faq__list{flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;display:flex}.faq__item{border-radius:var(--radius);transition:border-color .3s;overflow:hidden}.faq__item:hover{border-color:var(--border-hover)}.faq__question{text-align:left;width:100%;color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.faq__chevron{color:var(--muted);flex-shrink:0;transition:transform .28s}.faq__chevron--open{transform:rotate(180deg)}.faq__panel{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.faq__panel--open{grid-template-rows:1fr}.faq__panel-inner{overflow:hidden}.faq__answer{border-top:1px solid var(--border)}.faq__answer-inner{color:var(--muted);padding:1rem 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.footer{border-top:1px solid var(--border);background:var(--bg-elevated);padding:4rem 1.5rem 2rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__brand{color:inherit;max-width:220px;margin-bottom:1rem;text-decoration:none}.footer__tagline{color:var(--muted);max-width:280px;font-size:.9rem;line-height:1.6}.footer__heading{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;font-size:.8rem;font-weight:600}.footer__links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__link{color:var(--muted);font-size:.9rem;transition:color .2s}.footer__link:hover{color:var(--text)}.footer__bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand-col{grid-column:1/-1}}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .section-subtitle{margin:0 auto}
