:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono","SF Mono",ui-monospace,monospace;--wf-brand:#1db954;--wf-brand-hover:#17a34a;--wf-brand-fg:#05150a;--wf-brand-muted:rgba(29,185,84,0.10);--wf-brand-ring:rgba(29,185,84,0.28);--wf-violet:#7c3aed;--wf-violet-muted:rgba(124,58,237,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-overlay:rgba(0,0,0,0.72);--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-success:#22c55e;--wf-warning:#f59e0b;--wf-danger:#ef4444;--wf-info:#3b82f6;--wf-r-xs:4px;--wf-r-sm:6px;--wf-r-md:8px;--wf-r-lg:12px;--wf-r-xl:16px;--wf-r-pill:9999px;--wf-shadow-sm:0 1px 2px rgba(0,0,0,0.25);--wf-shadow-md:0 4px 16px rgba(0,0,0,0.28);--wf-shadow-lg:0 16px 48px rgba(0,0,0,0.4);--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}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1280px}.container,.container-sm{margin:0 auto;padding:0 40px}.container-sm{max-width:768px}.section{padding:80px 0}.section-lg{padding:100px 0}.text-center{text-align:center}.kicker{font-size:14px;font-weight:600;color:var(--wf-brand);letter-spacing:.02em;margin-bottom:12px}.heading-xl{font-size:48px;letter-spacing:-.025em;line-height:1.1}.heading-lg,.heading-xl{font-weight:700;color:var(--wf-fg)}.heading-lg{font-size:40px;letter-spacing:-.02em;line-height:1.15}.heading-md{font-size:32px;font-weight:700;letter-spacing:-.015em;line-height:1.2;color:var(--wf-fg)}.heading-sm{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.3;color:var(--wf-fg)}.body-text{font-size:16px;line-height:1.6}.body-sm,.body-text{color:var(--wf-fg-muted)}.body-sm{font-size:14px;line-height:1.5}.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;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-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-ghost{background:transparent;color:var(--wf-fg-muted);padding:0;height:auto}.btn-ghost:hover{color:var(--wf-fg)}.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:28px;flex:1}.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:hover{color:var(--wf-fg)}.navbar-link svg{width:12px;height:12px}.navbar-actions{display:flex;align-items:center;gap:12px}.navbar-phone{font-size:13px;color:var(--wf-fg-muted);border:1px solid var(--wf-border);border-radius:var(--wf-r-md);padding:8px 16px;transition:all var(--wf-dur)}.navbar-phone:hover{border-color:var(--wf-border-strong);color:var(--wf-fg)}.subnav-banner{border-bottom:1px solid var(--wf-border);background:var(--wf-bg-elevated)}.subnav-grid{display:grid;grid-template-columns:repeat(4,1fr)}.subnav-item{display:flex;align-items:flex-start;gap:12px;padding:20px 24px;border-right:1px solid var(--wf-border);transition:background var(--wf-dur);cursor:pointer}.subnav-item:last-child{border-right:none}.subnav-item:hover{background:var(--wf-surface-hover)}.subnav-icon{width:24px;height:24px;border-radius:var(--wf-r-sm);background:var(--wf-brand-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.subnav-icon svg{width:14px;height:14px;color:var(--wf-brand)}.subnav-title{font-size:13px;font-weight:600;color:var(--wf-fg);margin-bottom:2px}.subnav-desc{font-size:12px;color:var(--wf-fg-subtle);line-height:1.4}.announce-bar{text-align:center;padding:10px;background:var(--wf-bg);border-bottom:1px solid var(--wf-border);font-size:13px;color:var(--wf-fg-muted)}.announce-bar a{color:var(--wf-brand);text-decoration:underline;text-underline-offset:2px}.announce-bar a:hover{color:var(--wf-brand-hover)}.hero{background:linear-gradient(135deg,var(--wf-bg) 0,#0d1a0f 50%,var(--wf-bg) 100%);padding:80px 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(29,185,84,.06) 0,transparent 70%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{position:relative;z-index:1}.hero-title{font-size:52px;font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--wf-fg);margin-bottom:20px}.hero-desc{font-size:16px;color:var(--wf-fg-muted);line-height:1.6;margin-bottom:32px;max-width:480px}.hero-image{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-image svg{width:48px;height:48px;color:var(--wf-fg-faint)}.logo-bar{padding:48px 0;border-bottom:1px solid var(--wf-border)}.logo-bar-title{text-align:center;font-size:14px;color:var(--wf-fg-subtle);margin-bottom:28px}.logo-grid{flex-wrap:wrap;justify-content:center;gap:32px 48px}.logo-grid,.logo-item{display:flex;align-items:center}.logo-item{gap:8px;color:var(--wf-fg-faint);font-size:16px;font-weight:600;letter-spacing:-.01em;transition:color var(--wf-dur)}.logo-item:hover{color:var(--wf-fg-muted)}.logo-item svg{width:20px;height:20px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-image{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.about-image svg{width:48px;height:48px;color:var(--wf-fg-faint)}.about-content .body-text{margin-top:20px;margin-bottom:24px}.bullet-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.bullet-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--wf-fg-muted);line-height:1.5}.bullet-dot{width:8px;height:8px;border-radius:50%;background:var(--wf-brand);flex-shrink:0;margin-top:6px}.services-top{display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-bottom:48px}.services-left .body-text{margin-top:20px;margin-bottom:32px}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.service-card{padding:32px;border:1px solid var(--wf-border);margin-right:-1px;margin-bottom:-1px;transition:background var(--wf-dur)}.service-card:hover{background:var(--wf-surface);transform:translateY(-1px);border-color:var(--wf-border-strong)}.service-card-title{font-size:20px;font-weight:600;color:var(--wf-fg);margin-bottom:12px;letter-spacing:-.01em}.service-card-text{font-size:14px;color:var(--wf-fg-muted);line-height:1.6;margin-bottom:16px}.link-arrow{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--wf-brand);transition:gap var(--wf-dur)}.link-arrow:hover{gap:10px}.link-arrow svg{width:16px;height:16px}.testimonial-section{background:var(--wf-bg-elevated);border-top:1px solid var(--wf-border);border-bottom:1px solid var(--wf-border)}.testimonial-card{display:grid;grid-template-columns:1fr 1fr;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);overflow:hidden;max-width:960px;margin:0 auto}.testimonial-media{background:var(--wf-bg-sunken);aspect-ratio:1/1;position:relative}.play-btn,.testimonial-media{display:flex;align-items:center;justify-content:center}.play-btn{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:white;transition:all var(--wf-dur)}.play-btn:hover{background:rgba(255,255,255,.25);transform:scale(1.05)}.play-btn svg{width:24px;height:24px;margin-left:3px}.testimonial-content{padding:48px 40px;display:flex;flex-direction:column;justify-content:center}.stars{display:flex;gap:4px;margin-bottom:20px}.star{color:var(--wf-brand)}.star svg{width:18px;height:18px;fill:currentColor}.testimonial-quote{font-size:16px;color:var(--wf-fg);line-height:1.65;margin-bottom:28px;font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:space-between}.author-info .author-name{font-size:14px;font-weight:600;color:var(--wf-fg)}.author-info .author-role{font-size:13px;color:var(--wf-fg-subtle)}.author-logo{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--wf-fg-muted)}.author-logo svg{width:18px;height:18px}.carousel-controls{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:28px auto 0}.carousel-dots{display:flex;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--wf-fg-faint);transition:background var(--wf-dur);cursor:pointer}.carousel-dot.active{background:var(--wf-brand)}.carousel-arrows{display:flex;gap:8px}.carousel-arrow{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)}.carousel-arrow:hover{border-color:var(--wf-fg-subtle);color:var(--wf-fg)}.carousel-arrow svg{width:18px;height:18px}.resources-header{margin-bottom:48px}.resources-header .body-text{margin-top:16px}.blog-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px}.blog-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);overflow:hidden;transition:all var(--wf-dur);cursor:pointer}.blog-card:hover{border-color:var(--wf-border-strong);transform:translateY(-2px)}.blog-image{background:var(--wf-bg-sunken);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--wf-border)}.blog-image svg{width:36px;height:36px;color:var(--wf-fg-faint)}.blog-body{padding:24px}.blog-category{font-size:12px;font-weight:600;color:var(--wf-brand);letter-spacing:.02em;margin-bottom:10px}.blog-title{font-size:20px;font-weight:600;color:var(--wf-fg);margin-bottom:8px;letter-spacing:-.01em;line-height:1.3}.blog-excerpt{font-size:14px;color:var(--wf-fg-muted);line-height:1.5;margin-bottom:16px}.blog-meta{display:flex;align-items:center;gap:16px;font-size:12px;color:var(--wf-fg-subtle)}.blog-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--wf-fg-faint)}.view-all-wrap{text-align:center}.faq-header{margin-bottom:48px}.faq-header .body-text{margin-top:16px;max-width:640px;margin-left:auto;margin-right:auto}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.faq-item{padding:20px 0;border-bottom:1px solid var(--wf-border);cursor:pointer}.faq-grid>:nth-child(odd){padding-right:32px;border-right:1px solid var(--wf-border)}.faq-grid>:nth-child(2n){padding-left:32px}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:15px;font-weight:500;color:var(--wf-fg);transition:color var(--wf-dur)}.faq-item:hover .faq-question{color:var(--wf-brand)}.faq-chevron{flex-shrink:0;color:var(--wf-fg-subtle);transition:transform var(--wf-dur)}.faq-chevron svg{width:18px;height:18px}.cta-section{padding:80px 0;text-align:center;background:var(--wf-bg)}.cta-section .heading-md{margin-bottom:12px}.cta-section .body-text{margin-bottom:28px}.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-brand .navbar-logo{margin-bottom:16px}.footer-subscribe-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-disclaimer{font-size:11px;color:var(--wf-fg-faint);line-height:1.5}.footer-disclaimer a{text-decoration:underline;text-underline-offset:2px}.footer-col-title{font-size:13px;font-weight:600;color:var(--wf-fg);margin-bottom:16px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-link{font-size:13px;color:var(--wf-fg-muted);transition:color var(--wf-dur);display:flex;align-items:center;gap:8px}.footer-link:hover{color:var(--wf-fg)}.footer-link 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,.mobile-toggle{color:var(--wf-fg)}.mobile-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center}.mobile-toggle svg{width:24px;height:24px}.navbar-link.active{color:var(--wf-fg)}@media (max-width:1024px){.container{padding:0 24px}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-title{font-size:40px}.about-grid{grid-template-columns:1fr;gap:40px}.about-image{max-height:400px}.services-top,.testimonial-card{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:768px){.container{padding:0 20px}.section{padding:56px 0}.heading-xl{font-size:36px}.heading-lg{font-size:32px}.heading-md{font-size:26px}.navbar-actions .navbar-phone,.navbar-links{display:none}.mobile-toggle{display:flex}.subnav-grid{grid-template-columns:1fr 1fr}.subnav-item:nth-child(2){border-right:none}.blog-grid,.faq-grid,.services-grid{grid-template-columns:1fr}.faq-grid>:nth-child(odd){padding-right:0;border-right:none}.faq-grid>:nth-child(2n){padding-left:0}.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}