:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--wf-brand:#1db954;--wf-brand-hover:#17a34a;--wf-brand-fg:#05150a;--wf-brand-muted:rgba(29,185,84,0.10);--wf-bg:#09090b;--wf-bg-elevated:#111113;--wf-bg-sunken:#050507;--wf-surface:#141417;--wf-surface-hover:#1a1a1e;--wf-surface-active:#1f1f24;--wf-fg:#fafafa;--wf-fg-muted:#a1a1aa;--wf-fg-subtle:#71717a;--wf-fg-faint:#52525b;--wf-border:#27272a;--wf-border-strong:#3f3f46;--wf-border-subtle:#1e1e22;--wf-r-sm:6px;--wf-r-md:8px;--wf-r-lg:12px;--wf-r-xl:16px;--wf-ease:cubic-bezier(0.2,0.8,0.2,1);--wf-dur:160ms}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--wf-bg);color:var(--wf-fg);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01"}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:none;cursor:pointer}.container{max-width:1280px;margin:0 auto;padding:0 40px}.text-center{text-align:center}.kicker{font-size:14px;color:var(--wf-brand);letter-spacing:.02em;margin-bottom:12px}.btn,.kicker{font-weight:600}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:var(--wf-r-md);transition:all var(--wf-dur) var(--wf-ease);white-space:nowrap;border:1px solid transparent}.btn-md{height:44px;padding:0 24px;font-size:14px}.btn-sm{height:36px;padding:0 16px;font-size:13px}.btn-lg{height:52px;padding:0 32px;font-size:16px}.btn-primary{background:var(--wf-brand);color:var(--wf-brand-fg)}.btn-primary:hover{background:var(--wf-brand-hover)}.btn-outline{background:transparent;color:var(--wf-fg);border-color:var(--wf-border-strong)}.btn-outline:hover{border-color:var(--wf-fg-subtle);background:var(--wf-surface)}.btn-full{width:100%;justify-content:center}.navbar{position:sticky;top:0;z-index:100;background:var(--wf-bg);border-bottom:1px solid var(--wf-border)}.navbar-inner{display:flex;align-items:center;height:64px;gap:32px}.navbar-logo{font-size:18px;font-weight:700;color:var(--wf-fg);letter-spacing:-.02em}.navbar-links{gap:24px;margin-left:auto}.navbar-link,.navbar-links{display:flex;align-items:center}.navbar-link{font-size:14px;color:var(--wf-fg-muted);transition:color var(--wf-dur);gap:4px}.navbar-link.active,.navbar-link:hover{color:var(--wf-fg)}.navbar-actions{display:flex;align-items:center;gap:12px;margin-left:16px}.mobile-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;color:var(--wf-fg)}.mobile-toggle svg{width:24px;height:24px}.hero{padding:80px 0;border-bottom:1px solid var(--wf-border)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.hero h1{font-size:48px;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px;color:var(--wf-fg)}.hero-desc{font-size:16px;line-height:1.65}.hero-desc,.hero-rating{color:var(--wf-fg-muted);margin-bottom:20px}.hero-rating{display:flex;align-items:center;gap:8px;font-size:13px}.stars-sm{display:flex;gap:2px}.stars-sm svg{width:16px;height:16px;fill:var(--wf-brand)}.stars-sm .half{fill:var(--wf-fg-faint)}.hero-price{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.hero-price .current{font-size:40px;font-weight:700;letter-spacing:-.03em;color:var(--wf-fg)}.hero-price .original{font-size:20px;color:var(--wf-fg-faint);text-decoration:line-through}.includes-label{font-size:14px;font-weight:600;color:var(--wf-fg);margin-bottom:12px}.includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;margin-bottom:28px}.includes-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--wf-fg-muted)}.includes-item svg{width:16px;height:16px;color:var(--wf-brand);flex-shrink:0}.hero-btns{display:flex;gap:12px;margin-bottom:16px}.hero-guarantee{font-size:13px;color:var(--wf-fg-subtle)}.video-ph{aspect-ratio:16/9;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);position:relative}.play-btn,.video-ph{display:flex;align-items:center;justify-content:center}.play-btn{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);color:white;cursor:pointer;transition:all var(--wf-dur)}.play-btn:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.play-btn svg{width:28px;height:28px;margin-left:4px}.modules-section{padding:80px 0;border-bottom:1px solid var(--wf-border)}.modules-header{text-align:center;margin-bottom:48px}.modules-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.modules-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.module-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);padding:32px;transition:border-color var(--wf-dur)}.module-card:hover{border-color:var(--wf-border-strong)}.module-num{width:48px;height:48px;border-radius:var(--wf-r-md);background:var(--wf-brand-muted);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--wf-brand);margin-bottom:20px}.module-card h3{font-size:18px;font-weight:600;color:var(--wf-fg);margin-bottom:8px}.module-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6;margin-bottom:16px}.module-meta{font-size:13px;color:var(--wf-fg-subtle);display:flex;align-items:center;gap:6px}.module-meta svg{width:14px;height:14px}.curriculum{padding:80px 0;border-bottom:1px solid var(--wf-border)}.curriculum-header{margin-bottom:48px}.curriculum-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg)}.cur-item{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);margin-bottom:12px;overflow:hidden}.cur-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;transition:color var(--wf-dur)}.cur-q:hover{color:var(--wf-brand)}.cur-q-left{display:flex;align-items:center;gap:16px}.cur-num{font-size:13px;font-weight:700;color:var(--wf-brand);min-width:32px}.cur-title{font-size:15px;font-weight:600;color:var(--wf-fg)}.cur-meta{font-size:13px;margin-left:auto;white-space:nowrap;padding-right:16px}.cur-meta,.cur-x{color:var(--wf-fg-subtle)}.cur-x{flex-shrink:0}.cur-x svg{width:18px;height:18px;transition:transform var(--wf-dur)}.cur-a{padding:0 24px 20px;border-top:1px solid var(--wf-border-subtle)}.cur-lesson{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:14px;color:var(--wf-fg-muted)}.cur-lesson svg{width:16px;height:16px;color:var(--wf-brand);flex-shrink:0}.instructor{padding:80px 0;border-bottom:1px solid var(--wf-border)}.instructor-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.instructor-avatar{aspect-ratio:1/1;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);display:flex;align-items:center;justify-content:center}.instructor-avatar svg{width:64px;height:64px;color:var(--wf-fg-faint)}.instructor-info h2{font-size:32px;font-weight:700;letter-spacing:-.015em;color:var(--wf-fg);margin-bottom:4px}.instructor-role{font-size:15px;color:var(--wf-fg-subtle);margin-bottom:16px}.instructor-bio{font-size:15px;color:var(--wf-fg-muted);line-height:1.75;margin-bottom:24px}.cred-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.cred-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--wf-fg-muted)}.cred-dot{width:6px;height:6px;border-radius:50%;background:var(--wf-brand);flex-shrink:0}.social-links{display:flex;gap:12px}.social-link{width:40px;height:40px;border-radius:50%;border:1px solid var(--wf-border-strong);display:flex;align-items:center;justify-content:center;color:var(--wf-fg-muted);transition:all var(--wf-dur)}.social-link:hover{border-color:var(--wf-fg-subtle);color:var(--wf-fg)}.social-link svg{width:18px;height:18px}.testi-section{padding:80px 0;border-bottom:1px solid var(--wf-border)}.testi-header{text-align:center;margin-bottom:48px}.testi-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.testi-header p{font-size:15px;color:var(--wf-fg-muted)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testi-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);padding:28px}.testi-stars{display:flex;gap:3px;margin-bottom:16px}.testi-stars svg{width:16px;height:16px;fill:var(--wf-brand)}.testi-quote{font-size:14px;color:var(--wf-fg-muted);line-height:1.65;margin-bottom:20px;font-style:italic}.testi-author{gap:12px}.testi-author,.testi-avatar{display:flex;align-items:center}.testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--wf-surface-active);border:1px solid var(--wf-border);justify-content:center}.testi-avatar svg{width:20px;height:20px;color:var(--wf-fg-faint)}.testi-name{font-size:14px;font-weight:600;color:var(--wf-fg)}.testi-role{font-size:12px;color:var(--wf-fg-subtle)}.comparison{padding:80px 0;border-bottom:1px solid var(--wf-border)}.comparison h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:40px;text-align:center}.comp-table{width:100%;max-width:720px;margin:0 auto;border-collapse:separate;border-spacing:0}.comp-table th{font-size:14px;font-weight:600;padding:16px 24px;text-align:left;border-bottom:2px solid var(--wf-border-strong)}.comp-table th:first-child{color:var(--wf-fg-muted)}.comp-table th:nth-child(2){color:var(--wf-fg-subtle)}.comp-table th:nth-child(3){color:var(--wf-brand)}.comp-table td{padding:16px 24px;font-size:14px;color:var(--wf-fg-muted);border-bottom:1px solid var(--wf-border)}.comp-table td:first-child{font-weight:500;color:var(--wf-fg)}.comp-check{color:var(--wf-brand)}.comp-x{color:var(--wf-fg-faint)}.comp-table td svg{width:18px;height:18px}.final-cta{padding:80px 0;background:var(--wf-bg-elevated);border-top:1px solid var(--wf-border);border-bottom:1px solid var(--wf-border)}.final-cta-inner{text-align:center;max-width:600px;margin:0 auto}.final-cta h2{font-size:40px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:8px}.final-cta .final-price{font-size:48px;font-weight:800;letter-spacing:-.03em;color:var(--wf-brand);margin-bottom:12px}.final-cta p{font-size:16px;color:var(--wf-fg-muted);margin-bottom:28px;line-height:1.65}.final-cta .guarantee{font-size:13px;color:var(--wf-fg-subtle);margin-top:16px}.faq-section{padding:80px 0;border-bottom:1px solid var(--wf-border)}.faq-header{margin-bottom:48px}.faq-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.faq-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px}.faq-item{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);margin-bottom:12px;overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;font-size:15px;font-weight:600;color:var(--wf-fg);cursor:pointer;transition:color var(--wf-dur)}.faq-q:hover{color:var(--wf-brand)}.faq-x{flex-shrink:0;color:var(--wf-fg-subtle)}.faq-x svg{width:18px;height:18px}.faq-a{padding:0 24px 20px;font-size:14px;color:var(--wf-fg-muted);line-height:1.65}.still-q{margin-top:48px}.still-q h3{font-size:24px;font-weight:700;color:var(--wf-fg);margin-bottom:8px}.still-q p{font-size:15px;color:var(--wf-fg-muted);margin-bottom:20px}.footer{border-top:1px solid var(--wf-border);padding:56px 0 0;background:var(--wf-bg-elevated)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px}.footer-sub-text{font-size:13px;color:var(--wf-fg-muted);margin-bottom:12px}.footer-form{display:flex;gap:8px;margin-bottom:12px}.footer-input{flex:1;height:40px;padding:0 12px;background:var(--wf-bg);border:1px solid var(--wf-border);border-radius:var(--wf-r-sm);font-size:13px;color:var(--wf-fg);font-family:var(--font-sans)}.footer-input::placeholder{color:var(--wf-fg-faint)}.footer-input:hover{border-color:var(--wf-border-strong)}.footer-input:focus{outline:none;border-color:var(--wf-brand)}.footer-disc{font-size:11px;color:var(--wf-fg-faint);line-height:1.5}.footer-disc a{text-decoration:underline;text-underline-offset:2px}.ft{font-size:13px;font-weight:600;color:var(--wf-fg);margin-bottom:16px}.fl{flex-direction:column;gap:10px}.fl,.fl a{display:flex}.fl a{font-size:13px;color:var(--wf-fg-muted);transition:color var(--wf-dur);align-items:center;gap:8px}.fl a:hover{color:var(--wf-fg)}.fl a svg{width:16px;height:16px;flex-shrink:0}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-top:1px solid var(--wf-border);font-size:12px;color:var(--wf-fg-subtle)}.footer-legal{display:flex;gap:24px}.footer-legal a{color:var(--wf-fg-subtle);text-decoration:underline;text-underline-offset:2px;transition:color var(--wf-dur)}.footer-legal a:hover{color:var(--wf-fg)}@media(max-width:1024px){.container{padding:0 24px}.hero-grid,.instructor-grid{grid-template-columns:1fr;gap:40px}.footer-top,.modules-grid,.testi-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.container{padding:0 20px}.final-cta h2,.hero h1{font-size:32px}.comparison h2,.curriculum-header h2,.faq-header h2,.modules-header h2,.testi-header h2{font-size:28px}.final-cta .final-price,.hero-price .current{font-size:32px}.navbar-links{display:none}.mobile-toggle{display:flex}.includes-grid,.modules-grid,.testi-grid{grid-template-columns:1fr}.hero-btns{flex-direction:column}.hero-btns .btn{width:100%;justify-content:center}.comp-table td,.comp-table th{padding:12px 16px;font-size:13px}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}:root{color-scheme:dark}[data-theme=light]{color-scheme:light;--wf-bg:#ffffff;--wf-bg-elevated:#ffffff;--wf-bg-sunken:#f4f4f5;--wf-surface:#f7f7f8;--wf-surface-hover:#efeff1;--wf-surface-active:#e4e4e7;--wf-border:#e4e4e7;--wf-border-subtle:#eeeef0;--wf-border-strong:#d4d4d8;--wf-fg:#18181b;--wf-fg-muted:#52525b;--wf-fg-subtle:#71717a;--wf-fg-faint:#a1a1aa;--wf-brand:#1db954;--wf-brand-hover:#17a34a;--wf-brand-fg:#ffffff;--wf-brand-muted:rgba(29,185,84,.10);--wf-brand-glow:rgba(29,185,84,.06);--wf-brand-ring:rgba(29,185,84,.35);--wf-overlay:rgba(0,0,0,.4);--wf-shadow-sm:0 1px 2px rgba(0,0,0,.06);--wf-shadow-md:0 4px 12px rgba(0,0,0,.08);--wf-shadow-lg:0 12px 32px rgba(0,0,0,.12);--wf-violet:#7c3aed;--wf-violet-muted:rgba(124,58,237,.12);--wf-danger:#dc2626;--wf-warning:#d97706;--wf-success:#16a34a;--wf-info:#2563eb}[data-theme=light] body{background:var(--wf-bg);color:var(--wf-fg)}.hdr-light{position:sticky;top:0;z-index:200;background:var(--wf-bg,#fff);border-bottom:1px solid var(--wf-border,#e5e5e5);font-family:var(--font-sans,"Inter",system-ui,-apple-system,sans-serif)}.hdr-light .hd-inner{max-width:var(--container-max,1200px);margin:0 auto;padding:0 32px;display:flex;align-items:center;height:64px;gap:34px}.hdr-light .logo{display:flex;align-items:center;gap:0;text-decoration:none}.hdr-light .logo-img{height:34px;width:auto;display:block}.hdr-light .nav{display:flex;align-items:center;gap:24px;margin-left:8px}.hdr-light .nav a{font-size:14px;color:var(--wf-fg-muted,#666);text-decoration:none;transition:color .18s}.hdr-light .nav a.active,.hdr-light .nav a:hover{color:var(--wf-fg,#111)}.hdr-light .hd-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.hdr-light .toggle{width:40px;height:40px;border-radius:8px;border:1px solid var(--wf-border,#e5e5e5);display:flex;align-items:center;justify-content:center;color:var(--wf-fg-muted,#666);background:transparent;cursor:pointer;transition:all .18s}.hdr-light .toggle:hover{color:var(--wf-fg,#111);border-color:var(--wf-brand,#1db954)}.hdr-light .toggle svg{width:18px;height:18px}.hdr-light .toggle .sun{display:none}.hdr-light .toggle .moon{display:block}[data-theme=dark] .hdr-light .toggle .moon{display:none}[data-theme=dark] .hdr-light .toggle .sun{display:block}.hdr-light .btn-chrome{display:inline-flex;align-items:center;padding:9px 18px;border-radius:8px;background:var(--wf-brand,#1db954);color:var(--wf-brand-fg,#fff);font-size:14px;font-weight:600;text-decoration:none;transition:filter .18s,transform .18s}.hdr-light .btn-chrome:hover{filter:brightness(1.06);transform:translateY(-1px)}.hdr-light .menu-btn{display:none;width:40px;height:40px;align-items:center;justify-content:center;color:var(--wf-fg,#111);background:transparent;border:none;cursor:pointer}.hdr-light .menu-btn svg{width:22px;height:22px}.mnav{display:none;position:fixed;inset:64px 0 0;z-index:190;background:var(--wf-bg,#fff);padding:24px 32px;flex-direction:column;gap:4px}.mnav.open{display:flex}.mnav a{font-family:var(--font-sans,"Inter",sans-serif);font-size:22px;font-weight:600;color:var(--wf-fg,#111);text-decoration:none;padding:14px 0;border-bottom:1px solid var(--wf-border,#e5e5e5)}.mnav a.active{color:var(--wf-brand,#1db954)}@media(max-width:860px){.hdr-light .btn-chrome,.hdr-light .nav{display:none}.hdr-light .menu-btn{display:flex}}.wf-foot-logo{display:inline-block;line-height:0}.wf-foot-logo svg{height:26px;width:auto;display:block}[data-theme=light] .wf-foot-logo g[fill="#ffffff"]{fill:#18181b}.hdr-light .logo .logo-dark{display:none;line-height:0}.hdr-light .logo .logo-dark svg{height:30px;width:auto;display:block}[data-theme=dark] .hdr-light .logo-img{display:none}[data-theme=dark] .hdr-light .logo .logo-dark{display:block}.cur-item .cur-a{display:none}.cur-item.open .cur-a{display:block}.cur-item.open .cur-x svg{transform:rotate(180deg)}.faq-item .faq-a{display:none}.faq-item.open .faq-a{display:block}.faq-item.open .faq-x svg{transform:rotate(180deg)}