@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:InterDisplay;src:url(/fonts/interdisplay/InterDisplay-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:InterDisplay;src:url(/fonts/interdisplay/InterDisplay-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:InterDisplay;src:url(/fonts/interdisplay/InterDisplay-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:InterDisplay;src:url(/fonts/interdisplay/InterDisplay-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}#root{min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}body{overflow-x:hidden;-webkit-overflow-scrolling:touch}.mvp-page{--navy-950: #0a1628;--navy-900: #0f1d32;--navy-800: #162a4a;--navy-700: #1e3a5f;--navy-600: #1a365d;--navy-500: #2c5282;--navy-400: #3b6fad;--navy-300: #63a0d8;--blue-500: #3182ce;--blue-400: #4a9de6;--green-600: #2f855a;--green-500: #38a169;--green-400: #48bb78;--green-300: #9ae6b4;--yellow-600: #b7791f;--yellow-500: #d69e2e;--yellow-400: #ecc94b;--yellow-300: #faf089;--red-600: #c53030;--red-500: #e53e3e;--red-400: #fc8181;--red-300: #feb2b2;--slate-950: #0c0f17;--slate-900: #111827;--slate-800: #1e293b;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-400: #94a3b8;--slate-300: #cbd5e1;--slate-200: #e2e8f0;--slate-100: #f1f5f9;--slate-50: #f8fafc;--white: #ffffff;--font-display: "Outfit", sans-serif;--font-body: "Source Serif 4", Georgia, serif;--font-mono: "IBM Plex Mono", monospace;font-family:var(--font-display);color:#1a1a2e;background:var(--white);-webkit-font-smoothing:antialiased}.wf-topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 36px;border-bottom:1px solid #eee}.wf-topbar-logo{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--navy-600);letter-spacing:-.02em;text-decoration:none}.wf-topbar-logo span{color:var(--blue-500)}.wf-topbar-nav{display:flex;align-items:center;gap:28px}.wf-topbar-link{font-size:14px;color:#555;font-weight:500;text-decoration:none;transition:color .15s}.wf-topbar-link:hover{color:var(--navy-600)}.wf-topbar-cta{font-size:13px;font-weight:600;color:var(--white);background:var(--navy-600);padding:8px 18px;border-radius:8px;text-decoration:none;transition:background .2s}.wf-topbar-cta:hover{background:var(--navy-500)}.wf-hero{text-align:center;padding:72px 40px 60px;background:linear-gradient(180deg,#f8fafc,#fff 60% 100%);position:relative;overflow:hidden}.wf-hero:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:800px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(49,130,206,.06) 0%,transparent 70%);pointer-events:none}.wf-hero-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;color:var(--navy-500);background:#3182ce14;border:1px solid rgba(49,130,206,.15);margin-bottom:20px;letter-spacing:.02em}.wf-hero-title{font-family:var(--font-display);font-size:48px;font-weight:800;color:var(--navy-950);line-height:1.1;letter-spacing:-.03em;margin-bottom:16px;max-width:560px;margin-left:auto;margin-right:auto}.wf-hero-title em{font-style:normal;background:linear-gradient(135deg,var(--blue-500),var(--navy-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wf-hero-sub{font-family:var(--font-body);font-size:18px;color:#666;max-width:420px;margin:0 auto;line-height:1.6}.wf-choose-label{text-align:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#999;margin:40px 0 28px}.wf-persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:0 40px 40px;max-width:900px;margin:0 auto}.wf-persona-card{background:var(--white);border:1.5px solid #e8ecf2;border-radius:16px;padding:32px 24px 28px;text-align:center;transition:all .25s ease;position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block}.wf-persona-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--navy-600);opacity:0;transition:opacity .25s}.wf-persona-card:hover{border-color:var(--blue-500);transform:translateY(-6px);box-shadow:0 20px 40px -12px #1a365d26;color:inherit}.wf-persona-card:hover:before{opacity:1}.wf-persona-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 18px;background:linear-gradient(135deg,#f0f4ff,#e8eeff)}.wf-persona-name{font-size:17px;font-weight:700;color:var(--navy-950);margin-bottom:4px;letter-spacing:-.01em}.wf-persona-tagline{font-family:var(--font-body);font-style:italic;font-size:13px;color:var(--blue-500);margin-bottom:10px;line-height:1.4}.wf-persona-desc{font-size:13px;color:#777;line-height:1.5;margin-bottom:18px;min-height:40px}.wf-persona-price{font-size:28px;font-weight:800;color:var(--navy-600);margin-bottom:4px;letter-spacing:-.02em}.wf-persona-price sup{font-size:14px;font-weight:600;vertical-align:super}.wf-persona-price-note{font-size:12px;color:#999;margin-bottom:16px}.wf-persona-btn{display:block;padding:12px 0;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;color:var(--white);background:var(--navy-600);transition:background .2s;text-align:center}.wf-persona-btn:hover{background:var(--navy-500);color:var(--white)}.wf-testimonials{padding:40px 40px 48px;max-width:900px;margin:0 auto}.wf-testimonials-label{text-align:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#999;margin-bottom:24px}.wf-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wf-testimonial-card{padding:20px;border-radius:12px;background:#f8f9fb;border:1px solid #eee}.wf-testimonial-stars{color:var(--yellow-400);font-size:13px;margin-bottom:10px;letter-spacing:2px}.wf-testimonial-text{font-family:var(--font-body);font-size:13px;color:#555;line-height:1.6;margin-bottom:12px;font-style:italic}.wf-testimonial-attr{display:flex;align-items:center;gap:10px}.wf-testimonial-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#c7d2fe);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--navy-500)}.wf-testimonial-name{font-size:12px;font-weight:600;color:#444}.wf-testimonial-role{font-size:11px;color:#999}.wf-trust{display:flex;align-items:center;justify-content:center;gap:32px;padding:24px 40px;border-top:1px solid #eee;background:#fafbfc;flex-wrap:wrap}.wf-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#888;font-weight:500}.wf-footer{border-top:1px solid #eee;background:#fafbfc}.wf-footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 8px;padding:16px 24px;font-size:13px}.wf-footer-link{color:#555;text-decoration:none;font-weight:500}.wf-footer-link:hover{color:var(--navy-950, #0a1628);text-decoration:underline}.wf-footer-sep{color:#bbb;-webkit-user-select:none;user-select:none}.wf-footer-copyright{text-align:center;padding:12px 24px 20px;font-size:12px;color:#888}.wf-preview-hero{text-align:center;padding:48px 40px;background:linear-gradient(180deg,#f8fafc,#fff)}.wf-preview-hero h1{font-family:var(--font-display);font-size:32px;font-weight:800;color:var(--navy-950);letter-spacing:-.02em;margin-bottom:8px}.wf-preview-hero p{font-size:16px;color:#666}.wf-preview-body{max-width:680px;margin:0 auto;padding:32px 40px 48px}.wf-preview-doc{background:#f4f6f8;border-radius:12px;border:1px solid #e8ecf2;padding:0;margin-bottom:32px;overflow:hidden;position:relative}.wf-preview-doc--video .wf-preview-doc-header{border-bottom:1px solid #e8ecf2}.wf-preview-video-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#1a1d24;display:flex;align-items:center;justify-content:center}.wf-preview-video{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}.wf-preview-video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff9;font-size:14px;font-weight:500}.wf-preview-video-placeholder-icon{font-size:64px!important;width:64px!important;height:64px!important;color:#fff6}.wf-preview-video-placeholder-text{letter-spacing:.02em}.wf-preview-doc-header{padding:12px 16px;background:#ebeef2;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;justify-content:space-between}.wf-preview-doc-scroll{height:380px;overflow:hidden;position:relative;display:flex;justify-content:center;padding:24px}.wf-preview-doc-scroll:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(transparent,#f4f6f8);pointer-events:none}.wf-doc-page{width:320px;background:var(--white);border-radius:4px;box-shadow:0 2px 12px #00000014;padding:28px}.wf-doc-bar{height:6px;background:#e8ecf2;border-radius:3px;margin-bottom:8px}.wf-doc-bar.heading{height:12px;width:50%;background:var(--navy-600);margin-bottom:16px;border-radius:2px}.wf-doc-bar.sub{height:8px;width:35%;background:var(--navy-400);margin-bottom:14px;opacity:.5}.wf-doc-bar.w90{width:90%}.wf-doc-bar.w80{width:80%}.wf-doc-bar.w70{width:70%}.wf-doc-bar.w60{width:60%}.wf-doc-bar.w40{width:40%}.wf-doc-bar.space{height:12px;background:transparent}.wf-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px}.wf-feature-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#444;font-weight:500}.wf-feature-item:before{content:"✓";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#38a1691a;color:var(--green-500);border-radius:50%;font-size:11px;font-weight:700;flex-shrink:0}.wf-buy-btn{display:inline-block;padding:16px 48px;border-radius:12px;font-size:16px;font-weight:700;color:var(--white);background:var(--navy-600);text-decoration:none;box-shadow:0 4px 12px #1a365d33;transition:all .2s}.wf-buy-btn:hover{background:var(--navy-500);box-shadow:0 8px 24px #1a365d4d;transform:translateY(-1px);color:var(--white)}.wf-buy-secure{font-size:12px;color:#999;margin-top:12px}.wf-pricing-hero{text-align:center;padding:48px 40px 20px;background:linear-gradient(180deg,#f8fafc,#fff)}.wf-pricing-hero h1{font-family:var(--font-display);font-size:32px;font-weight:800;color:var(--navy-950);letter-spacing:-.02em;margin-bottom:6px}.wf-pricing-hero .sub{font-size:16px;color:#666}.wf-pricing-hero .urgency{display:inline-block;margin-top:12px;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;background:#e53e3e0f;color:var(--red-600);border:1px solid rgba(229,62,62,.12)}.wf-pricing-body{max-width:780px;margin:0 auto;padding:28px 40px 48px}.wf-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.wf-pricing-card{border:1.5px solid #e8ecf2;border-radius:16px;padding:28px 22px;text-align:center;position:relative;transition:all .25s ease;background:var(--white)}.wf-pricing-card:hover{border-color:var(--blue-500);box-shadow:0 12px 32px -8px #1a365d1f;transform:translateY(-4px)}.wf-pricing-card.recommended{border-color:var(--navy-600);border-width:2px;box-shadow:0 8px 24px -6px #1a365d26}.wf-pricing-card.recommended:after{content:"MOST POPULAR";position:absolute;top:-11px;left:50%;transform:translate(-50%);padding:3px 14px;border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.08em;background:var(--navy-600);color:var(--white)}.wf-pricing-name{font-size:16px;font-weight:700;color:var(--navy-950);margin-bottom:4px}.wf-pricing-tagline{font-size:12px;color:#999;margin-bottom:16px}.wf-pricing-amount{font-size:40px;font-weight:800;color:var(--navy-600);letter-spacing:-.03em}.wf-pricing-per{font-size:13px;color:#aaa;margin-bottom:16px}.wf-pricing-save{display:inline-block;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:700;margin-bottom:16px;background:#38a1691a;color:var(--green-600)}.wf-pricing-features{text-align:left;margin-bottom:20px}.wf-pricing-feat{display:flex;align-items:center;gap:8px;font-size:13px;color:#555;padding:5px 0}.wf-pricing-feat:before{content:"✓";font-size:11px;font-weight:700;color:var(--green-500);flex-shrink:0}.wf-pricing-btn{display:block;padding:12px 0;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;color:var(--white);background:var(--navy-600);transition:all .2s;border:none;width:100%;cursor:pointer;text-align:center}.wf-pricing-btn:hover{background:var(--navy-500);color:var(--white)}.wf-pricing-btn.outline{background:var(--white);color:var(--navy-600);border:1.5px solid var(--navy-600)}.wf-pricing-btn.outline:hover{background:#f0f4ff}.wf-pricing-single{max-width:420px;margin:0 auto 32px;border:2px solid var(--navy-600);border-radius:20px;padding:36px 32px;text-align:center;background:linear-gradient(180deg,var(--white),#f8faff);position:relative}.wf-pricing-value-prop{font-family:var(--font-body);font-size:14px;color:#666;line-height:1.6;margin-bottom:20px;padding:0 12px}.wf-pricing-compare{text-align:center;padding:16px;margin-bottom:20px;border-radius:12px;background:#f8f9fb;border:1px solid #eee}.wf-pricing-compare-label{font-size:12px;color:#999;margin-bottom:6px}.wf-pricing-compare-row{display:flex;justify-content:center;align-items:center;gap:20px;font-size:14px}.wf-pricing-compare-old{color:#bbb;text-decoration:line-through;font-weight:500}.wf-pricing-compare-new{color:var(--navy-600);font-weight:800;font-size:18px}.wf-pricing-secure{font-size:12px;color:#999;text-align:center;margin-top:12px}.wf-confirm-wrap{max-width:520px;margin:0 auto;padding:56px 40px;text-align:center}.wf-confirm-check{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--green-500),var(--green-400));color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:20px;box-shadow:0 8px 24px #38a16940}.wf-confirm-title{font-size:28px;font-weight:700;color:var(--navy-950);margin-bottom:6px}.wf-confirm-sub{font-size:15px;color:#777;margin-bottom:28px}.wf-confirm-receipt{text-align:left;border-radius:14px;border:1.5px solid #e8ecf2;overflow:hidden;margin-bottom:24px}.wf-confirm-receipt-head{padding:14px 20px;background:#f8f9fb;font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #eee}.wf-confirm-receipt-body{padding:16px 20px}.wf-confirm-receipt-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.wf-confirm-receipt-label{color:#777}.wf-confirm-receipt-value{font-weight:600;color:#333}.wf-confirm-receipt-total{font-weight:700;color:var(--navy-600);font-size:18px}.wf-confirm-receipt-divider{border:none;border-top:1px solid #eee;margin:4px 0}.wf-confirm-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.wf-confirm-cta{display:inline-block;padding:16px 48px;border-radius:12px;font-size:16px;font-weight:700;color:var(--white);background:var(--navy-600);text-decoration:none;box-shadow:0 4px 12px #1a365d33;margin-bottom:10px}.wf-confirm-cta:hover{background:var(--navy-500);color:var(--white)}.wf-confirm-hint{font-size:12px;color:#aaa}.wf-memo-job-actions .wf-confirm-check.wf-progress-circle{display:flex;margin-left:auto;margin-right:auto}.wf-memo-job-actions .wf-confirm-cta-row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;width:100%}.wf-memo-job-actions .wf-confirm-cta-row .wf-confirm-cta{flex:1 1 0;min-width:0;text-align:center;box-sizing:border-box;margin-bottom:0}.wf-auth-page{--auth-spacing: 20px;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff 40%)}.wf-auth-hero{text-align:center;padding:48px 40px 32px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #eee}.wf-auth-hero h1{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em;margin-bottom:8px}.wf-auth-hero p{font-size:15px;color:#666}.wf-auth-form-wrap{max-width:420px;margin:0 auto;padding:40px 24px 80px}.wf-auth-card{background:var(--white);border:1.5px solid #e8ecf2;border-radius:16px;padding:32px 28px;box-shadow:0 4px 24px #0000000a}.wf-auth-field{margin-bottom:var(--auth-spacing, 18px)}.wf-auth-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#444;margin-bottom:6px}.wf-auth-label .req{color:var(--red-500);font-size:11px}.wf-auth-input{width:100%;padding:11px 14px;border:1.5px solid #dde1e8;border-radius:10px;font-size:14px;font-family:var(--font-display);color:#333;background:var(--white);transition:all .15s;box-sizing:border-box}.wf-auth-input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3182ce1a}.wf-auth-input::placeholder{color:#aaa}.wf-auth-hint{font-size:12px;color:#aaa;margin-top:4px}.wf-auth-btn{display:block;width:100%;min-height:48px;padding:14px 24px;border-radius:10px;font-size:15px;font-weight:600;color:var(--white);background:var(--navy-600);border:none;cursor:pointer;transition:all .2s;font-family:var(--font-display);margin-top:8px;box-sizing:border-box}.wf-auth-btn:hover{background:var(--navy-500)}.wf-auth-btn:disabled{background:#ccc;cursor:not-allowed}.wf-auth-divider{display:flex;align-items:center;gap:16px;margin:var(--auth-spacing, 24px) 0;font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.08em}.wf-auth-divider:before,.wf-auth-divider:after{content:"";flex:1;height:1px;background:#e8ecf2}.wf-auth-social-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;color:#444;background:var(--white);border:1.5px solid #e8ecf2;cursor:pointer;transition:all .15s;font-family:var(--font-display);margin-bottom:10px;text-decoration:none;box-sizing:border-box}.wf-auth-social-btn:hover{border-color:var(--blue-400);background:#fafcff}.wf-auth-link{display:block;min-height:44px;padding:10px 4px;margin-top:4px;text-align:center;font-size:14px;color:var(--blue-500);text-decoration:none;font-weight:500;box-sizing:border-box;line-height:24px}.wf-auth-link:hover{color:var(--navy-600)}.wf-auth-error{padding:12px 14px;border-radius:10px;background:#e53e3e14;border:1px solid rgba(229,62,62,.2);font-size:13px;color:var(--red-600);margin-bottom:18px}.wf-auth-success{padding:12px 14px;border-radius:10px;background:#38a16914;border:1px solid rgba(56,161,105,.2);font-size:13px;color:var(--green-600);margin-bottom:18px}.wf-auth-legal{font-size:12px;color:#999;text-align:center;margin-top:20px;line-height:1.5}.mvp-app-shell{--navy-950: #0a1628;--navy-900: #0f1d32;--navy-800: #162a4a;--navy-600: #1a365d;--blue-500: #3182ce;--blue-400: #4a9de6;--slate-950: #0c0f17;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-400: #94a3b8;--slate-300: #cbd5e1;--slate-200: #e2e8f0;--white: #ffffff;--font-display: "Outfit", sans-serif;--font-mono: "IBM Plex Mono", monospace;display:flex;min-height:100vh;font-family:var(--font-display);-webkit-font-smoothing:antialiased}.mvp-app-sidebar{position:fixed;top:0;left:0;width:272px;height:100vh;background:var(--navy-900);border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;z-index:200;overflow:hidden}.mvp-app-sidebar-header{padding:24px 20px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.mvp-app-sidebar-brand{font-size:18px;font-weight:700;color:var(--white);letter-spacing:-.02em;text-decoration:none}.mvp-app-sidebar-brand span{color:var(--blue-400)}.mvp-app-sidebar-nav{flex:1;overflow-y:auto;padding:16px 12px}.mvp-app-sidebar-nav::-webkit-scrollbar{width:4px}.mvp-app-sidebar-nav::-webkit-scrollbar-thumb{background:var(--slate-700);border-radius:4px}.mvp-app-nav-group{margin-bottom:20px}.mvp-app-nav-group-label{font-size:10px;font-weight:600;color:var(--slate-500);text-transform:uppercase;letter-spacing:.1em;padding:0 12px 8px}.mvp-app-nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--slate-400);font-size:13px;font-weight:500;text-decoration:none;transition:all .15s ease;margin-bottom:2px;border:1px solid transparent}.mvp-app-nav-link:hover{background:#ffffff0a;color:var(--slate-200)}.mvp-app-nav-link.active{background:#3182ce1f;color:var(--blue-400);border-color:#3182ce33}.mvp-app-nav-link svg{width:18px;height:18px;flex-shrink:0;opacity:.9}.mvp-app-main{margin-left:272px;flex:1;min-height:100vh;background:#f1f5f9;min-width:0}.mvp-app-main-inner{padding:24px 32px 48px;min-height:100vh;background:#fff;font-family:var(--font-display);color:#1a1a2e}@media(max-width:900px){.mvp-app-sidebar{transform:translate(-100%);transition:transform .2s ease}.mvp-app-sidebar.open{transform:translate(0)}.mvp-app-main{margin-left:0}.mvp-app-main-inner{padding:16px 20px 32px}}.mvp-app-menu-btn{position:fixed;top:16px;left:16px;z-index:201;width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:var(--navy-900);color:var(--white);display:none;align-items:center;justify-content:center;cursor:pointer}@media(max-width:900px){.mvp-app-menu-btn{display:flex}}.mvp-app-sidebar-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:199}@media(max-width:900px){.mvp-app-sidebar-overlay.open{display:block}}.mvp-app-sidebar .MuiTypography-root,.mvp-app-sidebar .MuiBox-root{color:var(--slate-300)!important}.mvp-app-sidebar .MuiSvgIcon-root{color:var(--slate-400)!important}.wf-how-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#888;margin-bottom:16px}.wf-how-breadcrumb a{color:var(--blue-500);text-decoration:none}.wf-how-breadcrumb a:hover{color:var(--navy-600)}.wf-how-breadcrumb .sep{color:#ccc}.wf-how-section{padding:56px 40px;max-width:1000px;margin-left:auto;margin-right:auto;text-align:center}.wf-how-section-alt{background:#f8fafc;border-radius:16px}.wf-how-section-label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.wf-how-section-title{font-size:28px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em;margin-bottom:8px;margin-left:auto;margin-right:auto}.wf-how-section-subtitle{font-size:16px;color:#666;line-height:1.6;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.wf-how-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:20px;justify-items:stretch;text-align:left}.how-it-works-page .feature-card-wrapper-03{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));align-items:stretch}.how-it-works-page .feature-card-wrapper-03 .single-feature-card-03{min-width:0}.how-it-works-page .feature-card-wrapper-02{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));align-items:stretch}.how-it-works-page .feature-card-wrapper-02 .feature-card-header{grid-column:1 / -1}.how-it-works-page .feature-card-wrapper-02 .single-feature-card-02{min-width:0}.how-it-works-page .feature-card-wrapper-04{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));align-items:stretch;gap:var(--_sizes---gaps--gap-04, 16px)}.how-it-works-page .feature-card-wrapper-04 .single-feature-card-04{min-width:0;border:1px solid #41175e33}.wf-how-card{background:var(--white);border:1.5px solid #e8ecf2;border-radius:16px;padding:24px;transition:all .25s ease}.wf-how-card:hover{border-color:var(--blue-500);box-shadow:0 12px 32px -8px #1a365d1f}.wf-how-card a{text-decoration:none;color:inherit;display:block}.wf-how-card-icon{width:48px;height:48px;margin-bottom:16px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4ff,#e8eeff)}.wf-how-card-icon img{width:24px;height:24px}.wf-how-card-title{font-size:16px;font-weight:700;color:var(--navy-950);margin-bottom:6px}.wf-how-card-desc{font-size:14px;color:#666;line-height:1.5}.wf-how-cta-wrap{padding:48px 40px;text-align:center;background:linear-gradient(180deg,#f8fafc,#fff);border-top:1px solid #eee}.wf-how-cta-title{font-size:24px;font-weight:700;color:var(--navy-950);margin-bottom:8px}.wf-how-cta-sub{font-size:15px;color:#666;margin-bottom:24px}.wf-how-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.wf-how-btn{display:inline-block;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.wf-how-btn-primary{color:var(--white);background:var(--navy-600)}.wf-how-btn-primary:hover{background:var(--navy-500);color:var(--white)}.wf-how-btn-secondary{color:var(--navy-600);border:1.5px solid var(--navy-600);background:var(--white)}.wf-how-btn-secondary:hover{background:#f0f4ff;color:var(--navy-600)}.wf-form-hero{text-align:center;padding:32px 40px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #eee}.wf-form-hero h1{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em}.wf-form-hero p,.wf-form-hero-sub{font-size:14px;color:#888;margin-top:4px}.wf-form-body{max-width:620px;margin:0 auto;padding:28px 40px 120px}.wf-readiness{border-radius:14px;padding:22px;margin-bottom:28px;border:1.5px solid #e8ecf2;background:#fafbfc}.wf-readiness-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.wf-readiness-label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.08em}.wf-readiness-pct{font-family:var(--font-mono);font-size:12px;color:#888}.wf-readiness-track-wrap{margin-bottom:14px}.wf-readiness-track{display:flex;align-items:center;gap:0;position:relative;height:36px}.wf-readiness-segment{flex:1;height:6px;background:#e8ecf2;position:relative}.wf-readiness-segment.filled-yellow{background:var(--yellow-400)}.wf-readiness-segment.filled-green{background:var(--green-400)}.wf-readiness-node{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;position:relative;z-index:2}.wf-readiness-node.state-red{background:var(--red-500);color:var(--white);box-shadow:0 0 0 4px #e53e3e26}.wf-readiness-node.state-yellow{background:var(--yellow-500);color:var(--white);box-shadow:0 0 0 4px #d69e2e26}.wf-readiness-node.state-green{background:var(--green-500);color:var(--white);box-shadow:0 0 0 4px #38a16926}.wf-readiness-node.state-off{background:#e8ecf2;color:#bbb}.wf-readiness-zone-labels{display:flex;justify-content:space-between;padding:0 4px;margin-top:8px}.wf-readiness-zone-label{font-size:10px;color:#aaa;text-align:center;flex:1}.wf-readiness-zone-label.active-yellow{color:var(--yellow-600);font-weight:600}.wf-readiness-zone-label.active-green{color:var(--green-600);font-weight:600}.wf-readiness-zone-label.active-red{color:var(--red-600);font-weight:600}.wf-readiness-msg{padding:14px 16px;border-radius:10px;background:var(--white);border:1px solid #e8ecf2}.wf-readiness-msg-head{font-size:13px;font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:6px}.wf-readiness-msg-head.yellow{color:var(--yellow-600)}.wf-readiness-msg-head.red{color:var(--red-600)}.wf-readiness-msg-head.green{color:var(--green-600)}.wf-readiness-msg p{font-size:13px;color:#777;margin-bottom:6px}.wf-readiness-tips{list-style:none;font-size:13px;color:#666;padding-left:0;margin:0}.wf-readiness-tips li{padding:4px 0 4px 18px;position:relative}.wf-readiness-tips li:before{content:"→";position:absolute;left:0;color:var(--yellow-500);font-weight:700}.wf-accordion{margin-bottom:12px;border-radius:12px;overflow:hidden;border:1.5px solid #e8ecf2}.wf-accordion-head{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--white);cursor:pointer;transition:background .15s}.wf-accordion-head:hover{background:#fafbfc}.wf-accordion-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;background:#f0f4ff;flex-shrink:0}.wf-accordion-info{flex:1}.wf-accordion-title{font-size:14px;font-weight:600;color:var(--navy-950)}.wf-accordion-subtitle{font-size:12px;color:#999;margin-top:2px}.wf-accordion-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px}.wf-accordion-badge.done{background:#38a1691a;color:var(--green-600)}.wf-accordion-badge.partial{background:#d69e2e1a;color:var(--yellow-600)}.wf-accordion-badge.empty{background:#f4f4f5;color:#aaa}.wf-accordion-badge.optional{background:#f4f4f5;color:#999}.wf-accordion-chevron{font-size:14px;color:#bbb;transition:transform .2s}.wf-accordion.open .wf-accordion-chevron{transform:rotate(180deg)}.wf-accordion-body{padding:20px;background:#fafbfc;border-top:1px solid #eee}.wf-field{margin-bottom:18px}.wf-field-label{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px;font-weight:600;color:#444;margin-bottom:6px}.wf-field-label .req{color:var(--red-500);font-size:11px}.wf-field-label .tier{margin-left:auto;font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.06em}.wf-field-label .tier.critical{background:#e53e3e1a;color:var(--red-500)}.wf-field-label .tier.important{background:#d69e2e1a;color:var(--yellow-600)}.wf-field-label .tier.enriching{background:#38a1691a;color:var(--green-600)}.wf-input{width:100%;padding:11px 14px;border:1.5px solid #dde1e8;border-radius:10px;font-size:14px;font-family:var(--font-display);color:#333;background:var(--white);transition:all .15s;box-sizing:border-box}.wf-input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3182ce1a}.wf-input.filled{border-color:#ccc}.wf-input-hint{font-size:12px;color:#aaa;margin-top:4px}.wf-textarea{min-height:100px;resize:vertical}.wf-file-drop{border:2px dashed #d4dae4;border-radius:12px;padding:32px;text-align:center;background:var(--white);cursor:pointer;transition:all .2s}.wf-file-drop:hover{border-color:var(--blue-400);background:#fafcff}.wf-file-drop-icon{font-size:32px;margin-bottom:8px;opacity:.5}.wf-file-drop-text{font-size:14px;color:#666;font-weight:500}.wf-file-drop-hint{font-size:12px;color:#aaa;margin-top:4px}.wf-file-done{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:#38a1690f;border:1.5px solid rgba(56,161,105,.3)}.wf-file-done-icon{font-size:18px}.wf-file-done-name{font-size:14px;color:var(--green-600);font-weight:600;flex:1}.wf-file-done-remove{font-size:12px;color:#bbb;cursor:pointer}.wf-file-done-remove:hover{color:var(--red-500)}.wf-form-footer{position:sticky;bottom:0;padding:18px 40px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #eee;text-align:center;box-shadow:0 -4px 16px #0000000a}.wf-gen-btn{display:inline-block;padding:14px 48px;border-radius:12px;font-size:15px;font-weight:700;color:var(--white);background:var(--navy-600);text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 12px #1a365d26;transition:all .2s}.wf-gen-btn:hover:not(.disabled){background:var(--navy-500)}.wf-gen-btn.disabled{background:#ccc;color:#999;box-shadow:none;cursor:not-allowed}.wf-gen-btn.green{background:var(--green-500);box-shadow:0 4px 12px #38a16940}.wf-gen-btn.green:hover:not(.disabled){background:var(--green-400)}.wf-gen-hint{font-size:12px;color:#aaa;margin-top:8px}.wf-progress-page{font-family:var(--font-display);color:var(--navy-950);background:var(--slate-100);min-height:100vh}.wf-progress-page .MuiTypography-root,.wf-progress-page .MuiButton-root,.wf-progress-page button,.wf-progress-page input,.wf-progress-page label{font-family:var(--font-display)!important}.wf-progress-hero{text-align:center;padding:32px 40px 24px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #eee}.wf-progress-hero h1{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em}.wf-progress-hero p{font-size:14px;color:#64748b;margin-top:4px}.wf-progress-body{max-width:720px;margin:0 auto;padding:28px 24px 48px}.wf-progress-card{border-radius:14px;padding:24px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:var(--white);box-shadow:0 1px 3px #0000000a}.wf-progress-track{border-radius:14px;padding:22px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:#fafbfc}.wf-progress-track-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wf-progress-track-label span{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.wf-progress-track-pct{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--navy-600)}.wf-progress-bar-wrap{height:10px;border-radius:6px;background:#e8ecf2;overflow:hidden}.wf-progress-bar-fill{height:100%;border-radius:6px;background:var(--blue-500);transition:width .3s ease}.wf-progress-bar-fill.success{background:var(--green-500)}.wf-progress-steps{display:grid;gap:8px}.wf-progress-step{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;border:1.5px solid #e8ecf2;background:var(--white);transition:all .2s ease}.wf-progress-step.active{border-color:var(--blue-500);background:#eff6ff}.wf-progress-step.complete{border-color:var(--green-400);background:#f0fdf4}.wf-progress-step.failed{border-color:var(--red-500);background:#fef2f2}.wf-progress-step-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.wf-progress-step-content{flex:1;min-width:0}.wf-progress-step-title{font-size:14px;font-weight:600;color:var(--navy-950)}.wf-progress-step-meta{font-size:12px;color:#64748b;margin-top:2px}.wf-view-page{font-family:var(--font-display);color:var(--navy-950);background:var(--slate-100);min-height:100vh}.wf-view-page .MuiTypography-root,.wf-view-page .MuiButton-root,.wf-view-page button,.wf-view-page input,.wf-view-page label,.wf-view-page select,.wf-view-page textarea{font-family:var(--font-display)!important}.wf-view-hero{padding:24px 24px 20px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e8ecf2}.wf-view-hero h1{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em;margin:0 0 4px}.wf-view-hero-sub{font-family:var(--font-body);font-size:14px;color:#64748b;margin:0}.wf-view-page .wf-memo-prose,.wf-view-page .wf-memo-prose p,.wf-view-page .wf-memo-prose li,.wf-view-page .wf-memo-prose td,.wf-view-page .wf-memo-prose blockquote{font-family:var(--font-body)!important}.wf-view-page .wf-memo-prose h1,.wf-view-page .wf-memo-prose h2,.wf-view-page .wf-memo-prose h3,.wf-view-page .wf-memo-prose h4,.wf-view-page .wf-memo-prose h5,.wf-view-page .wf-memo-prose h6{font-family:var(--font-display)}.wf-view-body{max-width:1400px;margin:0 auto;padding:24px}.wf-view-card{border-radius:14px;padding:24px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:var(--white);box-shadow:0 1px 3px #0000000a}.wf-view-card-header{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.wf-view-search-bar{border-radius:14px;padding:16px 20px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:var(--white);box-shadow:0 1px 3px #0000000a}.wf-view-sidebar{border-radius:14px;overflow:hidden;border:1.5px solid #e8ecf2;background:var(--white);box-shadow:0 1px 3px #0000000a;min-width:0}@media screen and (max-width:991px){.wf-view-page .wf-view-body{padding:20px}.wf-view-page .wf-view-card{padding:20px;margin-bottom:20px}.wf-view-page .wf-view-search-bar{padding:14px 16px}}@media screen and (max-width:767px){.wf-view-page .wf-view-body{padding:16px}.wf-view-page .wf-view-card{padding:16px;margin-bottom:16px;border-radius:12px}.wf-view-page .wf-view-sidebar{border-radius:12px}.wf-view-page .wf-view-search-bar{padding:12px 14px;border-radius:12px}}.wf-view-reading-bar{height:4px;border-radius:0;background:#e8ecf2}.wf-view-reading-bar-fill{height:100%;border-radius:0;background:var(--blue-500);transition:width .15s ease}.wf-memo-view-light{background:#f1f5f9!important;color:#0f172a!important}.wf-memo-view-light .wf-view-hero{background:linear-gradient(180deg,#f8fafc,#fff)!important;border-bottom-color:#e2e8f0!important}.wf-memo-view-light .wf-view-hero h1,.wf-memo-view-light .wf-view-hero-sub,.wf-memo-view-light .wf-view-body .MuiTypography-root{color:#0f172a!important}.wf-memo-view-light .wf-view-hero-sub{color:#475569!important}.wf-memo-view-light .wf-view-body .MuiPaper-root,.wf-memo-view-light .wf-view-body .MuiCard-root,.wf-memo-view-light .wf-view-card,.wf-memo-view-light .wf-view-search-bar,.wf-memo-view-light .wf-view-sidebar{background:#fff!important;border-color:#e2e8f0!important;color:#0f172a!important}.wf-memo-view-light .wf-view-body .MuiPaper-root .MuiTypography-root,.wf-memo-view-light .wf-view-body .MuiPaper-root .MuiChip-label,.wf-memo-view-light .wf-view-body .MuiPaper-root .MuiButton-root{color:inherit!important}.wf-memo-view-light .wf-view-body .MuiTypography-colorTextSecondary,.wf-memo-view-light .wf-view-body [class*=textSecondary]{color:#475569!important}.wf-memo-view-light .wf-view-body .MuiInputBase-root{background:#fff!important;color:#0f172a!important}.wf-memo-view-light .wf-view-body .MuiInputBase-input::placeholder{color:#94a3b8!important}.wf-memo-view-light .wf-view-body .MuiChip-root{border-color:#cbd5e1!important}.wf-memo-view-light .wf-view-body .MuiChip-root.MuiChip-outlined .MuiChip-label{color:#334155!important}.wf-profile-page{font-family:var(--font-display);color:var(--navy-950);background:var(--slate-100);min-height:100vh}.wf-profile-page .MuiTypography-root,.wf-profile-page .MuiButton-root,.wf-profile-page button,.wf-profile-page input,.wf-profile-page label{font-family:var(--font-display)!important}.wf-profile-hero{padding:24px 24px 20px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e8ecf2}.wf-profile-hero h1{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em;margin:0 0 4px}.wf-profile-hero-sub{font-size:14px;color:#64748b;margin:0}.wf-profile-body{max-width:1200px;margin:0 auto;padding:24px}.wf-profile-card{border-radius:14px;padding:24px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:var(--white);box-shadow:0 1px 3px #0000000a}.wf-profile-what-we-store{border-radius:14px;padding:20px 24px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:#3182ce0f;font-size:14px;line-height:1.6;color:var(--navy-700)}.wf-profile-body .MuiPaper-root,.wf-profile-body .MuiCard-root{border-radius:14px!important;border:1.5px solid #e8ecf2!important;background:var(--white)!important;box-shadow:0 1px 3px #0000000a!important}.wf-profile-body .MuiTabs-root{border-bottom:1px solid #e8ecf2;margin-bottom:24px}.wf-profile-body .MuiTab-root{font-weight:600;text-transform:none;font-size:14px}.wf-profile-body .MuiOutlinedInput-root{border-radius:10px}.wf-profile-body .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#dde1e8;border-width:1.5px}.wf-profile-body .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#c4cad4}.wf-profile-body .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--blue-500);border-width:1.5px}.wf-profile-body .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px #3182ce1a}.wf-profile-body .MuiAlert-root.wf-auth-error{padding:12px 14px;border-radius:10px;background:#e53e3e14!important;border:1px solid rgba(229,62,62,.2);color:var(--red-600)}.wf-profile-body .MuiAlert-root.wf-auth-success{padding:12px 14px;border-radius:10px;background:#38a16914!important;border:1px solid rgba(56,161,105,.2);color:var(--green-600)}.wf-profile-body .MuiLinearProgress-root{height:10px!important;border-radius:6px;background-color:#e8ecf2!important}.wf-profile-body .MuiLinearProgress-bar{border-radius:6px}.wf-subscription-page{font-family:var(--font-display);color:var(--navy-950);background:var(--slate-100);min-height:100vh}.wf-subscription-page .MuiTypography-root,.wf-subscription-page .MuiButton-root,.wf-subscription-page button,.wf-subscription-page input,.wf-subscription-page label{font-family:var(--font-display)!important}.wf-subscription-hero{padding:24px 24px 20px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e8ecf2}.wf-subscription-hero h1{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--navy-950);letter-spacing:-.02em;margin:0 0 4px}.wf-subscription-hero-sub{font-size:14px;color:#64748b;margin:0}.wf-subscription-body{max-width:1200px;margin:0 auto;padding:24px}.wf-subscription-card{border-radius:14px;padding:24px;margin-bottom:24px;border:1.5px solid #e8ecf2;background:var(--white);box-shadow:0 1px 3px #0000000a}.wf-subscription-body .MuiPaper-root,.wf-subscription-body .MuiCard-root{border-radius:14px!important;border:1.5px solid #e8ecf2!important;background:var(--white)!important;box-shadow:0 1px 3px #0000000a!important}.wf-subscription-body .MuiTabs-root{border-bottom:1px solid #e8ecf2;margin-bottom:24px}.wf-subscription-body .MuiTab-root{font-weight:600;text-transform:none;font-size:14px}@media screen and (max-width:991px){.wf-hero{padding:56px 24px 48px}.wf-hero-title{font-size:36px;max-width:100%}.wf-hero-sub{font-size:17px;max-width:100%}.wf-persona-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 24px 32px}.wf-testimonials{padding:32px 24px 40px}.wf-testimonial-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wf-trust{gap:24px;padding:20px 24px}.wf-pricing-hero,.wf-preview-hero,.wf-auth-hero{padding:40px 24px 28px}.wf-pricing-hero h1,.wf-preview-hero h1{font-size:28px}.wf-pricing-body,.wf-preview-body{padding:24px 24px 40px}.wf-pricing-grid{grid-template-columns:repeat(2,1fr);gap:14px}.wf-auth-form-wrap{padding:32px 20px 60px}.wf-form-hero{padding:28px 24px}.wf-form-hero h1{font-size:22px}.wf-form-body{padding:24px 24px 100px}.wf-form-footer{padding:16px 24px}.wf-how-section{padding:40px 24px}.wf-how-section-title{font-size:24px}.wf-how-cta-wrap{padding:40px 24px}.wf-how-cta-title{font-size:22px}.wf-how-cta-btns{flex-direction:column;align-items:center}.wf-confirm-wrap{padding:40px 24px}.wf-confirm-title{font-size:24px}.wf-view-hero,.wf-profile-hero,.wf-subscription-hero{padding:20px 20px 16px}.wf-view-hero h1,.wf-profile-hero h1,.wf-subscription-hero h1{font-size:22px}.wf-view-body,.wf-profile-body,.wf-subscription-body{padding:20px}.wf-progress-hero{padding:28px 24px 20px}.wf-progress-hero h1{font-size:22px}.wf-progress-body{padding:24px 20px 40px}.wf-feature-grid{grid-template-columns:1fr}.wf-doc-page{width:280px}}@media screen and (max-width:767px){.wf-topbar{padding:12px 16px;flex-wrap:wrap;gap:12px}.wf-hero{padding:40px 16px 36px}.wf-hero-badge{font-size:11px;padding:5px 12px;margin-bottom:16px}.wf-hero-title{font-size:28px;margin-bottom:12px}.wf-hero-sub{font-size:15px}.wf-choose-label{margin:32px 0 20px;padding:0 16px}.wf-persona-grid{grid-template-columns:1fr;gap:16px;padding:0 16px 28px;max-width:100%}.wf-persona-card{padding:24px 20px 22px}.wf-persona-icon{width:48px;height:48px;font-size:24px;margin-bottom:14px}.wf-persona-name{font-size:16px}.wf-persona-price{font-size:24px}.wf-testimonials{padding:28px 16px 36px}.wf-testimonial-grid{grid-template-columns:1fr;gap:12px}.wf-testimonial-card{padding:16px}.wf-trust{gap:16px;padding:16px;justify-content:center}.wf-trust-item{font-size:12px}.wf-pricing-hero,.wf-preview-hero{padding:32px 16px 24px}.wf-pricing-hero h1,.wf-preview-hero h1{font-size:24px}.wf-pricing-hero .sub,.wf-preview-hero p{font-size:14px}.wf-pricing-body,.wf-preview-body{padding:20px 16px 32px}.wf-pricing-grid{grid-template-columns:1fr;gap:12px;margin-bottom:24px}.wf-pricing-card{padding:22px 18px}.wf-pricing-amount{font-size:34px}.wf-pricing-single{margin:0 16px 24px;padding:28px 20px}.wf-pricing-compare{padding:12px;margin-bottom:16px}.wf-pricing-compare-row{flex-wrap:wrap;justify-content:center;gap:12px}.wf-auth-hero{padding:32px 16px 24px}.wf-auth-hero h1{font-size:24px}.wf-auth-form-wrap{padding:28px 16px 48px;max-width:100%;box-sizing:border-box}.wf-auth-card{padding:24px 20px;width:100%;box-sizing:border-box}.wf-auth-page{--auth-spacing: 16px}.wf-auth-input{min-height:48px;padding:14px 16px;font-size:16px}.wf-auth-legal{font-size:14px;padding:12px 0}.wf-auth-legal a{padding:8px 4px;margin:-8px -4px;min-height:44px;display:inline-flex;align-items:center}.wf-form-hero{padding:24px 16px}.wf-form-hero h1{font-size:20px}.wf-form-body{padding:20px 16px 80px;max-width:100%}.wf-form-footer{padding:14px 16px;left:0;right:0}.wf-gen-btn{padding:12px 32px;font-size:14px;width:100%;max-width:320px}.wf-how-section{padding:32px 16px}.wf-how-section-title{font-size:22px}.wf-how-section-subtitle{font-size:15px;margin-bottom:24px}.wf-how-card-grid{grid-template-columns:1fr;gap:16px}.wf-how-cta-wrap{padding:32px 16px}.wf-how-cta-title{font-size:20px}.wf-how-cta-sub{font-size:14px}.wf-confirm-wrap{padding:32px 16px}.wf-confirm-title{font-size:22px}.wf-confirm-sub{font-size:14px}.wf-confirm-receipt-head,.wf-confirm-receipt-body{padding:12px 16px}.wf-confirm-cta{padding:14px 32px;font-size:15px;width:100%;max-width:280px}.mvp-page .wf-readiness-track{flex-direction:column;align-items:stretch;height:auto;min-height:0;gap:10px}.mvp-page .wf-readiness-zone-labels{gap:8px;flex-shrink:0}.mvp-page .wf-readiness-zone-labels span{white-space:nowrap}.mvp-page .wf-readiness-msg{white-space:normal;word-break:break-word;font-size:13px}.mvp-page .wf-form-body .wf-accordion-head{min-height:48px;padding:14px 16px}.mvp-page .wf-form-body .wf-input,.mvp-page .wf-form-body .wf-auth-input{min-height:48px;padding:12px 14px}.mvp-page .wf-form-body .wf-field-label{gap:8px}.mvp-page .wf-form-body .wf-field-label .tier{margin-left:0}.mvp-page .wf-form-body .wf-field div.wf-input.filled{flex-wrap:wrap;gap:6px}.mvp-page .wf-confirm-receipt .wf-confirm-receipt-row{flex-direction:column;align-items:flex-start;gap:4px}.mvp-page .wf-confirm-receipt .wf-confirm-receipt-value{word-break:break-word;min-width:0;text-align:left}.wf-confirm-wrap .wf-confirm-cta-row{flex-direction:column;width:100%;margin-top:12px;gap:10px}.wf-confirm-wrap .wf-confirm-cta-row .wf-confirm-cta{width:100%;max-width:none;text-align:center;box-sizing:border-box}.wf-memo-job-actions .wf-confirm-cta-row{flex-direction:row;flex-wrap:nowrap}.wf-memo-job-actions .wf-confirm-cta-row .wf-confirm-cta{width:auto;flex:1 1 0;min-width:0}.wf-view-hero,.wf-profile-hero,.wf-subscription-hero{padding:18px 16px 14px}.wf-view-hero h1,.wf-profile-hero h1,.wf-subscription-hero h1{font-size:20px}.wf-view-hero-sub,.wf-profile-hero-sub,.wf-subscription-hero-sub{font-size:13px}.wf-view-body,.wf-profile-body,.wf-subscription-body{padding:16px}.wf-view-card,.wf-profile-card,.wf-subscription-card{padding:18px 16px;margin-bottom:16px}.wf-view-search-bar{padding:12px 16px;margin-bottom:16px}.wf-progress-hero{padding:24px 16px 18px}.wf-progress-hero h1{font-size:20px}.wf-progress-body{padding:20px 16px 32px}.wf-progress-card,.wf-progress-track{padding:18px 16px;margin-bottom:16px}.wf-progress-step{padding:10px 14px}.wf-preview-doc-scroll{height:320px;padding:16px}.wf-doc-page{width:260px;padding:20px}.wf-buy-btn{padding:14px 32px;font-size:15px;width:100%;max-width:280px}}@media screen and (max-width:480px){.wf-auth-form-wrap{padding:20px 12px 40px}.wf-auth-card{padding:20px 16px}.wf-auth-hero{padding:28px 12px 20px}.wf-hero-title{font-size:24px}.wf-hero-sub{font-size:14px}.wf-persona-card{padding:20px 16px}.wf-persona-btn{padding:11px 0;font-size:13px}.wf-pricing-amount{font-size:30px}.wf-pricing-btn{padding:11px 0;font-size:13px}.wf-auth-hero h1{font-size:22px}.wf-confirm-title{font-size:20px}}@media(pointer:coarse){.wf-persona-btn,.wf-pricing-btn,.wf-auth-btn,.wf-auth-social-btn,.wf-gen-btn,.wf-buy-btn,.wf-confirm-cta,.wf-how-btn,.mvp-app-nav-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.wf-persona-card,.wf-pricing-card,.wf-testimonial-card,.wf-how-card{cursor:pointer}}.mvp-page,.wf-subscription-page,.wf-profile-page,.wf-view-page,.wf-progress-page,.wf-auth-page{overflow-x:hidden}.mvp-page *,.wf-subscription-page *,.wf-profile-page *,.wf-view-page *{box-sizing:border-box}.public-layout-main{width:100%;max-width:100vw;overflow-x:hidden;min-height:50vh;background-color:var(--_colors---neutral-01, #fbf9f9);color:var(--_colors---neutral-04, #41175e)}@media screen and (max-width:991px){.public-layout-main{padding-left:24px;padding-right:24px}}@media screen and (max-width:767px){.public-layout-main{padding-left:16px;padding-right:16px}}@media screen and (max-width:480px){.public-layout-main{padding-left:12px;padding-right:12px}}@media screen and (max-width:767px){.navbar-section .menu-wrapper{display:none}.navbar-section.is-open .menu-wrapper{display:block;position:absolute;top:100%;left:0;right:0;background-color:var(--_colors---white, #ffffff);border-bottom:1px solid var(--_colors---neutral-02, #e5e7eb);padding:12px 16px 16px;z-index:100}.navbar-section.is-open .menu-content-wrapper{flex-direction:column;align-items:flex-start;gap:12px}.navbar-section.is-open .menu-items{flex-direction:column;align-items:flex-start;gap:8px}.navbar-section.is-open .nav-button-wrapper{width:100%;justify-content:flex-start;gap:8px;margin-top:8px}.navbar-section.is-open .nav-button-wrapper .primary-button,.navbar-section.is-open .nav-button-wrapper .link-button{width:auto}.pricing-wrapper{display:flex;flex-direction:column;gap:12px}.pricing-wrapper .pro-plan,.pricing-wrapper .standard-plan{width:100%}.feature-card-wrapper,.feature-card-wrapper-02,.feature-card-wrapper-03,.feature-card-wrapper-04{display:flex;flex-direction:column;gap:16px}.single-feature-card,.single-feature-card-02,.single-feature-card-03,.single-feature-card-04{width:100%}.how-it-works-page .feature-card-wrapper-03,.how-it-works-page .feature-card-wrapper-02,.how-it-works-page .feature-card-wrapper-04{display:flex;flex-direction:column;gap:16px}.how-it-works-page .feature-card-wrapper-02 .feature-card-header{grid-column:auto}}
