:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;--wf-brand:#1db954;--wf-brand-hover:#17a34a;--wf-brand-fg:#05150a;--wf-brand-muted:rgba(29,185,84,0.10);--wf-brand-glow:rgba(29,185,84,0.06);--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;--nav-height:64px;--section-py:80px;--section-py-lg:100px;--container-max:1280px}*,: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{display:block;max-width:100%}.container{max-width:var(--container-max);margin:0 auto;padding:0 40px}.text-center{text-align:center}.kicker{font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--wf-brand);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.section-border{border-bottom:1px solid var(--wf-border)}.btn{display:inline-flex;align-items:center;justify-content: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;cursor:pointer}.btn-sm{height:36px;padding:0 16px;font-size:13px}.btn-md{height:44px;padding:0 24px;font-size:14px}.btn-lg{height:52px;padding:0 32px;font-size:16px}.btn-xl{height:56px;padding:0 40px;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-ghost{background:transparent;color:var(--wf-fg-muted)}.btn-ghost:hover{color:var(--wf-fg);background:var(--wf-surface)}.btn-full{width:100%}.navbar{position:sticky;top:0;z-index:100;background:rgba(9,9,11,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--wf-border)}.navbar-inner{height:var(--nav-height);gap:32px}.navbar-inner,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:10px;font-size:18px;font-weight:700;color:var(--wf-fg);letter-spacing:-.02em}.navbar-logo svg{width:28px;height:28px;color:var(--wf-brand)}.navbar-links{display:flex;align-items:center;gap:24px;margin-left:auto}.navbar-link{font-size:14px;color:var(--wf-fg-muted);transition:color var(--wf-dur)}.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-gallery{padding:24px 0 0;border-bottom:1px solid var(--wf-border)}.hero-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;padding-bottom:24px}.hero-gallery-item{aspect-ratio:16/9;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.hero-gallery-item.large{grid-row:span 2;aspect-ratio:auto}.gallery-ph{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--wf-fg-faint)}.gallery-ph svg{width:32px;height:32px}.gallery-ph span{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.breadcrumb{padding:20px 0;border-bottom:1px solid var(--wf-border)}.breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--wf-fg-subtle)}.breadcrumb-inner a{color:var(--wf-fg-muted);transition:color var(--wf-dur)}.breadcrumb-inner a:hover{color:var(--wf-fg)}.breadcrumb-sep{color:var(--wf-fg-faint)}.breadcrumb-current{color:var(--wf-fg)}.product-hero{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.product-hero-grid{display:grid;grid-template-columns:1fr 380px;gap:64px;align-items:start}.product-hero h1{font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:12px;color:var(--wf-fg)}.product-hero-sub{font-size:17px;color:var(--wf-fg-muted);line-height:1.6;margin-bottom:24px}.hero-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.hero-benefit{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--wf-fg-muted);line-height:1.5}.hero-benefit svg{width:20px;height:20px;color:var(--wf-brand);flex-shrink:0;margin-top:2px}.hero-rating{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--wf-fg-muted)}.stars{display:flex;gap:2px}.stars svg{width:16px;height:16px;fill:var(--wf-brand)}.stars .empty{fill:var(--wf-fg-faint)}.rating-count{color:var(--wf-fg-subtle)}.pricing-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);padding:32px;position:sticky;top:calc(var(--nav-height) + 24px)}.pricing-card-label{font-family:var(--font-mono);font-size:12px;color:var(--wf-fg-subtle);letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.pricing-card-price{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.pricing-card-price .current{font-size:44px;font-weight:800;letter-spacing:-.03em;color:var(--wf-fg)}.pricing-card-price .period{font-size:15px;color:var(--wf-fg-subtle);font-weight:400}.pricing-card-original{font-size:14px;color:var(--wf-fg-faint);margin-bottom:20px}.pricing-card-original s{margin-right:6px}.pricing-card .btn{margin-bottom:12px}.pricing-card-guarantee{font-size:13px;color:var(--wf-fg-subtle);text-align:center;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:6px}.pricing-card-guarantee svg{width:14px;height:14px;color:var(--wf-brand)}.pricing-includes{border-top:1px solid var(--wf-border);padding-top:20px}.pricing-includes-title{font-size:13px;font-weight:600;color:var(--wf-fg);margin-bottom:12px}.pricing-includes-list{display:flex;flex-direction:column;gap:8px}.pricing-includes-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--wf-fg-muted)}.pricing-includes-item svg{width:14px;height:14px;color:var(--wf-brand);flex-shrink:0}.billing-toggle{display:inline-flex;align-items:center;gap:0;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:999px;padding:4px;margin:0 auto 8px}.billing-toggle button{font-family:var(--font-sans);font-size:13px;font-weight:600;color:var(--wf-fg-muted);padding:8px 18px;border-radius:999px;transition:all var(--wf-dur) var(--wf-ease)}.billing-toggle button.active{background:var(--wf-brand);color:var(--wf-brand-fg)}.billing-save{font-family:var(--font-mono);font-size:11px;color:var(--wf-brand);letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px;text-align:center}.price-amount .annual-price,body.annual .price-amount .monthly-price{display:none}body.annual .price-amount .annual-price{display:inline}.pricing-card-recurring .pricing-card-price .period{font-size:15px;color:var(--wf-fg-subtle);font-weight:400}.tiers{padding:var(--section-py) 0;border-top:1px solid var(--wf-border)}.tiers-header{text-align:center;max-width:640px;margin:0 auto 16px}.tiers-header h2{font-size:34px;font-weight:800;letter-spacing:-.03em;color:var(--wf-fg);margin-bottom:12px}.tiers-header p{font-size:16px;color:var(--wf-fg-muted)}.tiers-toggle-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:36px}.tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}@media(max-width:900px){.tier-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.tier{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);padding:32px;display:flex;flex-direction:column}.tier.featured{border-color:var(--wf-brand);box-shadow:0 0 0 1px var(--wf-brand),0 20px 48px -24px var(--wf-brand-glow)}.tier-badge{align-self:flex-start;font-size:11px;font-weight:600;color:var(--wf-brand-fg);background:var(--wf-brand);padding:4px 10px;border-radius:999px;margin-bottom:16px}.tier-badge,.tier-name{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.tier-name{font-size:14px;color:var(--wf-fg-subtle);margin-bottom:8px}.tier-price{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.tier-price .amount{font-size:40px;font-weight:800;letter-spacing:-.03em;color:var(--wf-fg)}.tier-price .period{font-size:14px;color:var(--wf-fg-subtle)}.tier-billed{font-size:12px;color:var(--wf-fg-faint);margin-bottom:20px;min-height:16px}.tier-desc{font-size:14px;color:var(--wf-fg-muted);line-height:1.5;margin-bottom:20px;min-height:42px}.tier .btn{margin-bottom:24px}.tier-features{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--wf-border);padding-top:20px}.tier-feature{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--wf-fg-muted);line-height:1.45}.tier-feature svg{width:15px;height:15px;color:var(--wf-brand);flex-shrink:0;margin-top:2px}.tier-feature.muted,.tier-feature.muted svg{color:var(--wf-fg-faint)}.annual-amt,body.annual .monthly-amt{display:none}body.annual .annual-amt{display:inline}.tier-billed .a-note,body.annual .tier-billed .m-note{display:none}body.annual .tier-billed .a-note{display:inline}.social-proof{padding:20px 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.social-proof-inner{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.social-proof-item{font-size:13px;color:var(--wf-fg-muted);font-weight:500}.social-proof-dot{width:4px;height:4px;border-radius:50%;background:var(--wf-border-strong);flex-shrink:0}.cinematic{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.cinematic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cinematic-card{position:relative;aspect-ratio:3/4;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);overflow:hidden;display:flex;align-items:flex-end}.cinematic-overlay{padding:24px;width:100%;background:linear-gradient(0deg,rgba(9,9,11,.9),transparent)}.cinematic-label{font-family:var(--font-mono);font-size:11px;color:var(--wf-brand);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.cinematic-desc{font-size:14px;color:var(--wf-fg-muted);line-height:1.5}.cinematic-ph{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--wf-fg-faint)}.cinematic-ph svg{width:40px;height:40px}.cinematic-ph span{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.overview{padding:var(--section-py-lg) 0;border-bottom:1px solid var(--wf-border)}.overview-inner{max-width:720px;margin:0 auto;text-align:center}.overview h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:16px}.overview-text{font-size:17px;color:var(--wf-fg-muted);line-height:1.75;margin-bottom:16px}.overview-promise{font-size:15px;color:var(--wf-brand);font-weight:500;font-style:italic}.workflow{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.workflow-header{text-align:center;margin-bottom:48px}.workflow-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.workflow-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.workflow-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)}.workflow-card:hover{border-color:var(--wf-border-strong)}.workflow-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:18px;font-weight:700;color:var(--wf-brand);margin-bottom:20px;font-family:var(--font-mono)}.workflow-card h3{font-size:18px;font-weight:600;color:var(--wf-fg);margin-bottom:8px}.workflow-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.workflow-diagram{aspect-ratio:21/9;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);display:flex;align-items:center;justify-content:center}.workflow-diagram-ph{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--wf-fg-faint)}.workflow-diagram-ph svg{width:48px;height:48px}.workflow-diagram-ph span{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.col-prompts{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.col-prompts-header{margin-bottom:48px}.col-prompts-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.col-prompts-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px}.col-prompts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.cp-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);padding:28px;transition:border-color var(--wf-dur)}.cp-card:hover{border-color:var(--wf-border-strong)}.cp-num{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--wf-brand);letter-spacing:.04em;margin-bottom:12px}.cp-card h3{font-size:16px;font-weight:600;color:var(--wf-fg);margin-bottom:8px}.cp-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.what-you-get{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.wyg-header{text-align:center;margin-bottom:48px}.wyg-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.wyg-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.wyg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.wyg-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);overflow:hidden;transition:border-color var(--wf-dur)}.wyg-card:hover{border-color:var(--wf-border-strong)}.wyg-preview{aspect-ratio:16/9;background:var(--wf-bg-sunken);justify-content:center;border-bottom:1px solid var(--wf-border)}.wyg-preview,.wyg-preview-ph{display:flex;align-items:center}.wyg-preview-ph{flex-direction:column;gap:8px;color:var(--wf-fg-faint)}.wyg-preview-ph svg{width:32px;height:32px}.wyg-preview-ph span{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.wyg-body{padding:24px}.wyg-card h3{font-size:16px;font-weight:600;color:var(--wf-fg);margin-bottom:6px}.wyg-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6;margin-bottom:12px}.wyg-meta{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;color:var(--wf-fg-subtle)}.wyg-meta svg{width:14px;height:14px}.core-concepts{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.cc-header{margin-bottom:48px}.cc-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.cc-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px}.cc-layout{gap:48px;align-items:start}.cc-cards,.cc-layout{display:grid;grid-template-columns:1fr 1fr}.cc-cards{gap:16px}.cc-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);padding:24px;transition:border-color var(--wf-dur)}.cc-card:hover{border-color:var(--wf-border-strong)}.cc-term{font-size:15px;font-weight:600;color:var(--wf-fg);margin-bottom:6px}.cc-def{font-size:13px;color:var(--wf-fg-muted);line-height:1.6}.cc-image{aspect-ratio:4/3;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);justify-content:center}.cc-image,.cc-image-ph{display:flex;align-items:center}.cc-image-ph{flex-direction:column;gap:8px;color:var(--wf-fg-faint)}.cc-image-ph svg{width:40px;height:40px}.cc-image-ph span{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.framework{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.framework-header{text-align:center;margin-bottom:48px}.framework-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.framework-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.framework-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.fw-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);padding:28px;transition:border-color var(--wf-dur)}.fw-card:hover{border-color:var(--wf-border-strong)}.fw-num{font-family:var(--font-mono);font-size:24px;font-weight:700;color:var(--wf-brand);margin-bottom:12px;line-height:1}.fw-card h3{font-size:16px;font-weight:600;color:var(--wf-fg);margin-bottom:6px}.fw-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.who-for{padding:var(--section-py) 0;background:var(--wf-bg-sunken);border-bottom:1px solid var(--wf-border)}.who-for-header{text-align:center;margin-bottom:48px}.who-for-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.who-for-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.who-for-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.persona-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);padding:28px;transition:border-color var(--wf-dur)}.persona-card:hover{border-color:var(--wf-brand);background:var(--wf-surface-hover)}.persona-icon{width:44px;height:44px;border-radius:var(--wf-r-md);background:var(--wf-brand-muted);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.persona-icon svg{width:20px;height:20px;color:var(--wf-brand)}.persona-card h3{font-size:16px;font-weight:600;color:var(--wf-fg);margin-bottom:6px}.persona-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.cp-details{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.cpd-header{margin-bottom:48px}.cpd-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.cpd-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px}.cpd-list{display:flex;flex-direction:column;gap:16px}.cpd-row{display:grid;grid-template-columns:48px 1fr 1fr;gap:24px;align-items:start;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);padding:24px;transition:border-color var(--wf-dur)}.cpd-row:hover{border-color:var(--wf-border-strong)}.cpd-num{font-family:var(--font-mono);font-size:14px;font-weight:700;color:var(--wf-brand);padding-top:2px}.cpd-content h3{font-size:15px;font-weight:600;color:var(--wf-fg);margin-bottom:4px}.cpd-content p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.cpd-output{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--wf-fg-subtle)}.cpd-output-badge{font-family:var(--font-mono);font-size:11px;padding:4px 10px;border-radius:var(--wf-r-sm);background:var(--wf-brand-muted);color:var(--wf-brand);font-weight:500;letter-spacing:.02em}.design-philosophy{padding:var(--section-py-lg) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.dp-inner{max-width:640px;margin:0 auto;text-align:center}.dp-inner h2{font-size:32px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:16px}.dp-inner p{font-size:17px;color:var(--wf-fg-muted);line-height:1.75}.dp-accent{width:48px;height:3px;background:var(--wf-brand);border-radius:2px;margin:0 auto 24px}.input-options{padding:var(--section-py) 0;background:var(--wf-bg-sunken);border-bottom:1px solid var(--wf-border)}.io-header{text-align:center;margin-bottom:48px}.io-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.io-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.io-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.io-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);padding:32px;text-align:center;transition:border-color var(--wf-dur)}.io-card:hover{border-color:var(--wf-border-strong)}.io-icon{width:56px;height:56px;border-radius:var(--wf-r-lg);background:var(--wf-brand-muted);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.io-icon svg{width:24px;height:24px;color:var(--wf-brand)}.io-card h3{font-size:16px;font-weight:600;color:var(--wf-fg);margin-bottom:6px}.io-card p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.io-flow{aspect-ratio:21/6;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);display:flex;align-items:center;justify-content:center}.getting-started{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.gs-header{text-align:center;margin-bottom:48px}.gs-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.gs-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.gs-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.gs-step{text-align:center}.gs-step-image{aspect-ratio:4/3;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.gs-step-image-ph{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--wf-fg-faint)}.gs-step-image-ph svg{width:32px;height:32px}.gs-step-image-ph span{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.gs-num{font-family:var(--font-mono);font-size:13px;color:var(--wf-brand)}.gs-num,.gs-step h3{font-weight:600;margin-bottom:8px}.gs-step h3{font-size:18px;color:var(--wf-fg)}.gs-step p{font-size:14px;color:var(--wf-fg-muted);line-height:1.6}.video-section{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.vs-header{text-align:center;margin-bottom:48px}.vs-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.vs-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.vs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.vs-card{position:relative;aspect-ratio:16/9;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:border-color var(--wf-dur)}.vs-card:hover{border-color:var(--wf-border-strong)}.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);display:flex;align-items:center;justify-content:center;color:white;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}.vs-label{position:absolute;bottom:16px;left:16px;font-family:var(--font-mono);font-size:12px;color:var(--wf-fg-muted);background:rgba(9,9,11,.8);padding:6px 12px;border-radius:var(--wf-r-sm);backdrop-filter:blur(8px)}.showcase{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.showcase-header{text-align:center;margin-bottom:48px}.showcase-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.showcase-item{aspect-ratio:9/16;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);justify-content:center;overflow:hidden}.showcase-item,.showcase-ph{display:flex;align-items:center}.showcase-ph{flex-direction:column;gap:8px;color:var(--wf-fg-faint)}.showcase-ph svg{width:32px;height:32px}.showcase-ph span{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.ai-chat{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.ai-chat-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.ai-chat-content h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.ai-chat-content p{font-size:15px;color:var(--wf-fg-muted);line-height:1.65;margin-bottom:20px}.ai-chat-features{display:flex;flex-direction:column;gap:12px}.ai-chat-feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--wf-fg-muted)}.ai-chat-feature svg{width:18px;height:18px;color:var(--wf-brand);flex-shrink:0;margin-top:2px}.ai-chat-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ai-chat-img{aspect-ratio:1/1;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);display:flex;align-items:center;justify-content:center}.ai-chat-img.tall{grid-column:span 2;aspect-ratio:2/1}.template-gallery{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.tg-header{text-align:center;margin-bottom:48px}.tg-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.tg-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.tg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.tg-card{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);overflow:hidden;transition:border-color var(--wf-dur)}.tg-card:hover{border-color:var(--wf-border-strong)}.tg-preview{aspect-ratio:16/10;background:var(--wf-bg-sunken);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--wf-border)}.tg-label{padding:16px;font-size:14px;font-weight:500;color:var(--wf-fg)}.tg-full{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);overflow:hidden;transition:border-color var(--wf-dur)}.tg-full:hover{border-color:var(--wf-border-strong)}.tg-full-preview{aspect-ratio:21/9;background:var(--wf-bg-sunken);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--wf-border)}.tg-full-label{padding:16px 20px;font-size:14px;font-weight:500;color:var(--wf-fg)}.difference{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.difference h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:40px;text-align:center}.diff-table{width:100%;max-width:800px;margin:0 auto;border-collapse:separate;border-spacing:0}.diff-table thead th{font-size:13px;font-weight:600;padding:16px 24px;text-align:left;border-bottom:2px solid var(--wf-border-strong);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.diff-table thead th:first-child{color:var(--wf-fg-subtle);width:50px}.diff-table thead th:nth-child(2){color:var(--wf-fg-faint)}.diff-table thead th:nth-child(3){color:var(--wf-brand)}.diff-table td{padding:16px 24px;font-size:14px;color:var(--wf-fg-muted);border-bottom:1px solid var(--wf-border);vertical-align:top}.diff-table td:first-child{font-family:var(--font-mono);font-size:12px;color:var(--wf-fg-faint);font-weight:500}.diff-table tbody tr:hover td{background:var(--wf-surface)}.diff-without{color:var(--wf-fg-subtle)!important}.diff-with{color:var(--wf-fg-muted)!important}.faq{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.faq-left h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.faq-left>p{font-size:15px;color:var(--wf-fg-muted);margin-bottom:32px}.faq-items{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);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);user-select:none}.faq-q:hover{color:var(--wf-brand)}.faq-chevron{flex-shrink:0;color:var(--wf-fg-subtle);transition:transform .2s var(--wf-ease)}.faq-chevron svg{width:18px;height:18px}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s var(--wf-ease)}.faq-item.open .faq-a{max-height:400px}.faq-a-inner{padding:0 24px 20px;font-size:14px;color:var(--wf-fg-muted);line-height:1.65;border-top:1px solid var(--wf-border-subtle)}.faq-comparison{background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);padding:32px}.faq-comparison h3{font-size:20px;font-weight:700;color:var(--wf-fg);margin-bottom:20px}.faq-comp-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}.faq-comp-col h4{font-size:13px;font-weight:600;color:var(--wf-fg-subtle);margin-bottom:12px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.faq-comp-col.good h4{color:var(--wf-brand)}.faq-comp-list{list-style:none;display:flex;flex-direction:column;gap:8px}.faq-comp-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--wf-fg-muted);line-height:1.5}.faq-comp-list li svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}.faq-comp-col.bad li svg{color:var(--wf-fg-faint)}.faq-comp-col.good li svg{color:var(--wf-brand)}.powered-by{padding:var(--section-py) 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.pb-header{text-align:center;margin-bottom:48px}.pb-header h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:12px}.pb-header p{font-size:15px;color:var(--wf-fg-muted);max-width:560px;margin:0 auto}.pb-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:800px;margin:0 auto}.pb-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-lg);transition:border-color var(--wf-dur)}.pb-item:hover{border-color:var(--wf-border-strong)}.pb-item svg{width:20px;height:20px;color:var(--wf-brand);flex-shrink:0;margin-top:2px}.pb-item span{font-size:14px;color:var(--wf-fg-muted);line-height:1.5}.use-cases{padding:var(--section-py) 0;border-bottom:1px solid var(--wf-border)}.uc-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.uc-content h2{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--wf-fg);margin-bottom:24px}.uc-list{display:flex;flex-direction:column;gap:16px}.uc-item{display:flex;align-items:flex-start;gap:12px}.uc-item svg{width:20px;height:20px;color:var(--wf-brand);flex-shrink:0;margin-top:2px}.uc-item-text h3{font-size:15px;font-weight:600;color:var(--wf-fg);margin-bottom:2px}.uc-item-text p{font-size:14px;color:var(--wf-fg-muted);line-height:1.5}.uc-image{aspect-ratio:3/4;background:var(--wf-surface);border:1px solid var(--wf-border);border-radius:var(--wf-r-xl);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.rating-section{padding:60px 0;background:var(--wf-bg-elevated);border-bottom:1px solid var(--wf-border)}.rating-inner{text-align:center}.rating-stars{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.rating-stars svg{width:28px;height:28px;fill:var(--wf-brand)}.rating-score{font-size:32px;font-weight:700;color:var(--wf-fg);margin-bottom:4px}.rating-count-lg{font-size:15px;color:var(--wf-fg-muted)}.final-cta{padding:var(--section-py-lg) 0;background:var(--wf-bg);border-bottom:1px solid var(--wf-border)}.final-cta-inner{text-align:center;max-width:640px;margin:0 auto}.final-cta h2{font-size:40px;color:var(--wf-fg);margin-bottom:8px}.final-cta h2,.final-cta-price{font-weight:800;letter-spacing:-.03em}.final-cta-price{font-size:52px;color:var(--wf-brand);margin-bottom:16px}.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;display:flex;align-items:center;justify-content:center;gap:6px}.final-cta .guarantee svg{width:14px;height:14px;color:var(--wf-brand)}.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{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--wf-fg);margin-bottom:12px}.footer-brand svg{width:24px;height:24px;color:var(--wf-brand)}.footer-desc{color:var(--wf-fg-muted);margin-bottom:16px}.footer-address,.footer-desc{font-size:13px;line-height:1.6}.footer-address{color:var(--wf-fg-subtle)}.ft{font-size:13px;font-weight:600;color:var(--wf-fg);margin-bottom:16px;font-family:var(--font-mono);letter-spacing:.02em;text-transform:uppercase}.fl{display:flex;flex-direction:column;gap:10px}.fl a{font-size:13px;color:var(--wf-fg-muted);transition:color var(--wf-dur)}.fl a:hover{color:var(--wf-fg)}.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}.product-hero-grid{grid-template-columns:1fr;gap:40px}.pricing-card{position:static}.hero-gallery-grid{grid-template-columns:1fr 1fr}.hero-gallery-item.large{grid-row:auto}.ai-chat-grid,.cc-layout,.faq-layout,.uc-layout{grid-template-columns:1fr;gap:40px}.cinematic-grid,.framework-grid,.gs-steps,.io-grid,.showcase-grid,.tg-grid,.vs-grid,.who-for-grid,.workflow-steps{grid-template-columns:1fr 1fr}.pb-grid{grid-template-columns:1fr}.diff-table{max-width:100%}.footer-top{grid-template-columns:1fr 1fr}.cpd-row{grid-template-columns:48px 1fr;gap:16px}.cpd-output{grid-column:span 2;margin-left:72px}}@media(max-width:768px){:root{--section-py:56px;--section-py-lg:72px}.container{padding:0 20px}.final-cta h2,.product-hero h1{font-size:32px}.ai-chat-content h2,.cc-header h2,.col-prompts-header h2,.cpd-header h2,.difference h2,.faq-left h2,.framework-header h2,.gs-header h2,.io-header h2,.overview h2,.pb-header h2,.showcase-header h2,.tg-header h2,.uc-content h2,.vs-header h2,.who-for-header h2,.workflow-header h2,.wyg-header h2{font-size:28px}.final-cta-price{font-size:36px}.navbar-links{display:none}.mobile-toggle{display:flex}.cc-cards,.cinematic-grid,.faq-comp-cols,.framework-grid,.gs-steps,.hero-gallery-grid,.io-grid,.showcase-grid,.tg-grid,.vs-grid,.who-for-grid,.workflow-steps{grid-template-columns:1fr}.social-proof-inner{flex-direction:column;gap:12px}.social-proof-dot{display:none}.diff-table td,.diff-table thead th{padding:12px 16px;font-size:13px}.cpd-row{grid-template-columns:1fr}.cpd-num{display:inline-block}.cpd-output{margin-left:0}.ai-chat-images{grid-template-columns:1fr}.ai-chat-img.tall{grid-column:auto;aspect-ratio:1/1}.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}