:root{--primary:#4f46e5;--primary-dark:#3730a3;--primary-light:#e0e7ff;--primary-subtle:#eef2ff;--secondary:#6366f1;--secondary-dark:#4338ca;--secondary-light:#c7d2fe;--accent:#7c3aed;--bg:#fff;--bg-surface:#fff;--bg-soft:#f8fafc;--bg-dark:#0f172a;--bg-dark-soft:#1e293b;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0;--border-light:#f1f5f9;--danger:#ef4444;--warning:#f59e0b;--success:#10b981;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-premium:0 0 0 1px #0000000d, 0 20px 50px #0000001a;--shadow-glow:0 0 40px -10px #4f46e54d;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--transition:all .25s cubic-bezier(.4, 0, .2, 1);--gradient-primary:linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--gradient-hero:linear-gradient(135deg, #eef2ff 0%, #e0e7ff 30%, #f5f3ff 70%, #fff 100%)}@keyframes float{0%{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateY(0)}50%{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateY(-10px)}to{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateY(0)}}@keyframes blink{50%{opacity:0}}@keyframes pulse-soft{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 #2563eb00}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-12px)}to{opacity:1;max-height:800px;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.6s forwards fadeIn}.hero-enter{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeIn;transform:translateY(24px)}.hero-enter-1{animation-delay:.1s}.hero-enter-2{animation-delay:.25s}.hero-enter-3{animation-delay:.4s}.hero-enter-4{animation-delay:.55s}.hero-enter-5{animation-delay:.7s}.feature-card{transition:var(--transition);cursor:default}.feature-card:hover{border-color:#4f46e540;transform:translateY(-4px);box-shadow:0 12px 40px -10px #4f46e51f}@media (max-width:768px){.nav-cta-desktop{display:none!important}}@keyframes countPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.counter-badge{animation:3s ease-in-out infinite countPulse}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid}.hero-text-left{text-align:left}.hero-flex-start{justify-content:flex-start;align-items:flex-start}.hero-margin-start{margin:0 0 40px}@media (max-width:991px){.hero-grid{grid-template-columns:1fr;gap:0}.hero-text-left{text-align:center}.hero-flex-start{justify-content:center;align-items:center}.hero-margin-start{margin:0 auto 40px}}@media (max-width:768px){.hide-mobile{display:none!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{background-color:var(--bg);color:var(--text);width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;touch-action:manipulation;min-height:44px;font-family:inherit}input,select,textarea{font-family:inherit;font-size:16px!important}ul{list-style:none}.hide-desktop{display:none!important}@media (max-width:1140px){.hide-mobile{display:none!important}.hide-desktop{display:flex!important}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.container-narrow{max-width:800px;margin:0 auto;padding:0 24px}.navbar{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0cc;height:64px;transition:all .3s;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.navbar:hover{box-shadow:0 4px 20px -5px #00000014}.navbar-inner{justify-content:space-between;align-items:center;gap:20px;height:100%;display:flex}.nav-logo{color:var(--text);letter-spacing:-.3px;flex-shrink:0;align-items:center;gap:10px;margin-right:8px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.nav-logo-icon{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #4f46e533}.nav-logo-text{color:var(--text);font-size:20px;font-weight:800}.nav-links{align-items:center;gap:20px;display:flex}.nav-menu-list{align-items:center;gap:12px;display:flex}.nav-link{color:#4b5563;white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:13.5px;font-weight:600;transition:all .2s;position:relative}.nav-link:hover{color:#111827;background:#f3f4f6}.nav-dropdown-wrapper{display:inline-block;position:relative}.nav-dropdown-trigger{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:8px 12px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:#111827;background:#f3f4f6}.dropdown-caret{transition:transform .2s}.nav-dropdown-trigger:hover .dropdown-caret,.nav-dropdown-trigger.active .dropdown-caret{transform:rotate(180deg)}.mega-dropdown-menu{z-index:1100;background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;flex-direction:column;gap:4px;width:310px;margin-top:6px;padding:10px;animation:.2s cubic-bezier(.16,1,.3,1) forwards dropdownFade;display:flex;position:absolute;top:100%;left:0;box-shadow:0 20px 25px -5px #0f172a1a,0 8px 10px -6px #0f172a0d}@keyframes dropdownFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{border-radius:10px;align-items:flex-start;gap:12px;padding:10px 12px;text-decoration:none;transition:all .15s;display:flex}.dropdown-item:hover{background:#f8fafc;transform:translate(2px)}.dropdown-icon-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.dropdown-icon-box.blue{background:#eff6ff}.dropdown-icon-box.green{background:#ecfdf5}.dropdown-icon-box.emerald{background:#d1fae5}.dropdown-icon-box.indigo{background:#eef2ff}.dropdown-icon-box.purple{background:#f3e8ff}.dropdown-icon-box.gray{background:#f1f5f9}.dropdown-title{color:#1e293b;align-items:center;gap:6px;font-size:13.5px;font-weight:700;display:flex}.dropdown-desc{color:#64748b;margin-top:2px;font-size:11.5px;line-height:1.35}.dropdown-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:800;line-height:1}.dropdown-badge.green{color:#fff;background:#10b981}.dropdown-badge.purple{color:#fff;background:#8b5cf6}.dropdown-badge.emerald{color:#fff;background:#059669}.dropdown-badge.hot{color:#fff;background:#4f46e5}.mobile-section-header{color:#94a3b8;letter-spacing:1.2px;padding:6px 0 2px;font-size:10px;font-weight:800}.nav-actions{align-items:center;gap:12px;display:flex}.nav-cta-btn{text-transform:uppercase;white-space:nowrap;letter-spacing:.5px!important;border-radius:8px!important;padding:8px 18px!important;font-size:12px!important;font-weight:700!important}.mobile-menu-btn{cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex}.mobile-menu-btn:hover{background:#f3f4f6}.mobile-dropdown-menu{border-top:1px solid var(--border);z-index:999;background:#fff;flex-direction:column;gap:8px;width:100%;padding:16px 24px 24px;animation:.2s ease-out forwards fadeInDown;display:flex;position:absolute;top:64px;left:0;right:0;box-shadow:0 10px 25px -5px #0000001a}.mobile-nav-link{color:#111827;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;font-weight:600;text-decoration:none;display:flex}.mobile-nav-coffee{justify-content:center;margin:12px 0 4px;display:flex}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.nav-menu-list{display:none!important}}.btn{border-radius:var(--radius-md);transition:all var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;line-height:1.4;display:inline-flex}.btn-primary{background:var(--primary);letter-spacing:.5px;font-weight:700;position:relative;overflow:hidden;box-shadow:0 2px 8px #4f46e540;color:#fff!important}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.btn-outline{color:var(--text);border:1px solid var(--border);background:#fff}.btn-outline:hover{background:var(--bg);border-color:var(--primary);color:var(--primary)}.btn-success{background:var(--secondary);color:#fff;box-shadow:0 1px 2px #6366f140}.btn-success:hover{background:var(--secondary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}.btn-lg{border-radius:var(--radius-lg);padding:14px 28px;font-size:16px}@media (max-width:480px){.btn-lg{width:100%;padding:12px 20px;font-size:14px}.btn{white-space:normal}}.btn-sm{padding:6px 14px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;min-width:0;display:grid}.hero-text-left,.hero-mockup-wrapper{min-width:0}.cta-section{padding:80px 0}.trust-bar-logos{opacity:.5;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}@media (max-width:768px){.cta-section{padding:48px 24px}.trust-bar-logos{gap:24px}}.hero-badge{background:var(--primary-light);color:var(--primary);border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.8px;color:var(--text);max-width:680px;margin:0 auto 16px;font-size:44px;font-weight:800;line-height:1.15}.hero-subtitle{color:var(--text-secondary);max-width:520px;margin:0 0 36px;font-size:18px;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.hero-trust{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:24px;margin-top:48px;display:flex}.hero-trust-item{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.hero-trust-icon{background:var(--secondary-light);width:18px;height:18px;color:var(--secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;display:flex}@media (max-width:991px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:48px}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons,.hero-trust{justify-content:center}}.section{padding:80px 0}.section-light{background:var(--bg-white)}.section-gray{background:var(--bg)}.section-header{text-align:center;max-width:560px;margin:0 auto 48px}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:600}.section-title{letter-spacing:-.5px;color:var(--text);margin-bottom:12px;font-size:32px;font-weight:700}.section-desc{color:var(--text-secondary);font-size:16px;line-height:1.6}.steps-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid;position:relative}@media (max-width:768px){.steps-grid{grid-template-columns:1fr;gap:32px}.steps-grid:before{display:none!important}}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:768px){.features-grid{grid-template-columns:1fr;gap:20px}}.steps-grid:before{content:"";background:var(--gradient-primary);opacity:.3;z-index:0;height:2px;position:absolute;top:36px;left:calc(16.665% + 36px);right:calc(16.665% + 36px)}.step-card{border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;z-index:1;transition:var(--transition);background:#fff;padding:36px 28px;position:relative}.step-card:hover{border-color:#2563eb33;transform:translateY(-4px);box-shadow:0 12px 40px -10px #2563eb26}.step-number{background:var(--primary-light);width:52px;height:52px;color:var(--primary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:18px;font-weight:800;display:flex}.step-card:hover .step-number{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #2563eb4d}.step-card:last-child .step-number{background:var(--secondary-light);color:var(--secondary)}.step-card:last-child:hover .step-number{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #4f46e54d}.step-card h3{letter-spacing:-.01em;margin-bottom:10px;font-size:18px;font-weight:700}.step-card p{color:var(--text-secondary);font-size:14px;line-height:1.6}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:640px;margin:0 auto;display:grid}.benefit-item{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition);align-items:center;gap:12px;padding:16px 20px;display:flex}.benefit-item:hover{border-color:var(--secondary-light);box-shadow:var(--shadow-sm)}.benefit-icon{border-radius:var(--radius-sm);background:var(--secondary-light);width:32px;height:32px;color:var(--secondary);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.benefit-item span{color:var(--text);font-size:14px;font-weight:500}.pricing-card{border-radius:var(--radius-xl);text-align:center;max-width:420px;box-shadow:0 0 0 2px var(--primary), var(--shadow-xl);transition:var(--transition);background:#fff padding-box padding-box;border:2px solid #0000;margin:0 auto;padding:40px;position:relative;overflow:visible}.pricing-card:hover{box-shadow:0 0 0 2px var(--primary), 0 20px 60px -15px #2563eb40;transform:translateY(-4px)}.split-section-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.pricing-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:100px;padding:4px 20px;font-size:12px;font-weight:600;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-amount{color:var(--text);letter-spacing:-1px;margin:16px 0 4px;font-size:48px;font-weight:800}.pricing-amount span{color:var(--text-secondary);font-size:18px;font-weight:400}.pricing-desc{color:var(--text-secondary);margin-bottom:28px;font-size:14px}.pricing-features{text-align:left;margin-bottom:28px}.pricing-feature{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.pricing-feature:last-child{border-bottom:none}.pricing-feature-label{color:var(--text);font-weight:500}.pricing-feature-value{font-weight:600}.pricing-feature-free{color:var(--secondary)}.pricing-feature-paid{color:var(--text)}.tools-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tool-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;opacity:.75;transition:all var(--transition);padding:24px;position:relative}.tool-card:hover{opacity:1;box-shadow:var(--shadow-sm)}.tool-badge{background:var(--warning);color:#fff;border-radius:100px;margin-bottom:12px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.tool-card h3{margin-bottom:4px;font-size:15px;font-weight:600}.tool-card p{color:var(--text-muted);font-size:13px}.seo-section{background:var(--bg-white);border-top:1px solid var(--border);padding:64px 0}.seo-section h2{color:var(--text);margin-bottom:12px;font-size:22px;font-weight:700}.seo-section p{color:var(--text-secondary);margin-bottom:32px;font-size:15px;line-height:1.7}.footer{color:#ffffffb3;background:linear-gradient(#0f172a 0%,#1e293b 100%);padding:48px 0 24px;position:relative}.footer:before{content:"";background:var(--gradient-primary);height:3px;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:36px;display:grid}.footer-brand{color:#fff;margin-bottom:12px;font-size:18px;font-weight:700}.footer-text{font-size:13px;line-height:1.6}.footer h3{color:#fff;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px;font-size:13px;font-weight:600}.footer-link{transition:color var(--transition);padding:4px 0;font-size:14px;display:block}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;font-size:13px;display:flex}.form-page{background:var(--bg);min-height:calc(100vh - 64px)}.form-layout{grid-template-columns:480px 1fr;gap:0;min-height:calc(100vh - 64px);display:grid}.form-layout.step-5{grid-template-columns:380px 1fr}@media (max-width:991px){.form-layout,.form-layout.step-5{flex-direction:column;grid-template-columns:1fr;display:flex}.form-layout:not(.step-5) .preview-panel{display:none}}.form-panel{background:var(--bg-white);border-right:1px solid var(--border);flex-direction:column;display:flex;overflow-y:auto}.form-panel-header{padding:24px 32px 0}.form-panel-body{flex:1;padding:24px 32px}.form-panel-footer{border-top:1px solid var(--border);background:var(--bg-white);justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.form-progress{align-items:center;gap:4px;margin-bottom:28px;display:flex}.form-progress-step.active{background:var(--primary)}.form-step-label{color:var(--text-muted);margin-bottom:6px;font-size:13px;font-weight:500}.form-step-title{color:var(--text);margin-bottom:24px;font-size:22px;font-weight:700}.field{margin-bottom:20px}.field-label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.field-input{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text);background:var(--bg-white);transition:all var(--transition);outline:none;padding:10px 14px;font-size:14px}.field-input::placeholder{color:var(--text-muted)}.field-input-error{border-color:var(--danger)}.field-hint{color:var(--text-muted);margin-top:4px;font-size:12px}.field-select{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text);background:var(--bg-white);transition:all var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;outline:none;padding:10px 36px 10px 14px;font-size:14px}.radio-group{flex-direction:column;gap:8px;display:flex}.radio-option{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.radio-option:hover{border-color:var(--primary-light);background:var(--primary-subtle)}.radio-option.selected{border-color:var(--primary);background:var(--primary-subtle)}.radio-option input[type=radio]{accent-color:var(--primary);width:16px;height:16px}.helper-callout{background:var(--primary-subtle);border:1px solid var(--primary-light);border-radius:var(--radius-md);align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 16px;display:flex}.helper-callout-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:1px}.helper-callout p{color:var(--primary-dark);font-size:13px;line-height:1.5}.preview-panel{background:var(--bg);flex-direction:column;display:flex;overflow:hidden}.preview-header-title{color:var(--text);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.preview-dot{background:var(--secondary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.preview-body{flex:1;justify-content:center;align-items:flex-start;padding:24px;display:flex;overflow-y:auto}.w9-preview{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;max-width:640px;box-shadow:var(--shadow-lg);color:#111;background:#fff;font-size:11px;position:relative;overflow:hidden}.w9-preview-watermark{color:#ef444414;white-space:nowrap;pointer-events:none;z-index:5;letter-spacing:4px;font-size:48px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.w9-header{border-bottom:2px solid #111;grid-template-columns:1fr auto;display:grid}.w9-header-left{border-right:1px solid #999;padding:8px 12px}.w9-header-left .w9-form-label{color:#666;margin-bottom:2px;font-size:8px}.w9-header-left .w9-form-title{margin-bottom:2px;font-size:22px;font-weight:800;line-height:1}.w9-header-left .w9-form-subtitle{font-size:10px;font-weight:600;line-height:1.3}.w9-header-left .w9-form-dept{color:#666;font-size:8px;font-style:italic}.w9-header-left .w9-form-link{color:#444;margin-top:2px;font-size:7px}.w9-header-right{text-align:right;min-width:120px;padding:8px 12px;font-size:9px;font-weight:600;line-height:1.4}.w9-row{border-bottom:1px solid #999;min-height:36px;display:grid}.w9-row-label{color:#444;padding:2px 12px 0;font-size:8px;font-weight:600}.w9-row-value{color:var(--primary);word-break:break-word;min-height:20px;padding:0 12px 4px;font-size:13px;font-weight:500}.w9-row-split{grid-template-columns:1fr 1fr;display:grid}.w9-row-split>div{padding:4px 12px}.w9-row-split>div:first-child{border-right:1px solid #999}.w9-tax-section .w9-row-label{margin-bottom:4px;padding:0}.w9-classification-options{flex-wrap:wrap;gap:8px;font-size:9px;display:flex}.w9-classification-option{align-items:center;gap:4px;display:flex}.w9-checkbox{border:1px solid #999;justify-content:center;align-items:center;width:12px;height:12px;font-size:10px;font-weight:700;display:flex}.w9-checkbox.checked{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.w9-tin-section{border-bottom:1px solid #999;padding:12px}.w9-tin-header{color:#fff;background:#111;margin-bottom:8px;padding:4px 8px;font-size:10px;font-weight:700}.w9-tin-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.w9-tin-digits{gap:2px;display:flex}.w9-tin-digit{width:20px;height:24px;color:var(--primary);border:1px solid #999;justify-content:center;align-items:center;font-family:Courier New,monospace;font-size:14px;font-weight:600;display:flex}.w9-tin-separator{justify-content:center;align-items:center;width:8px;font-weight:700;display:flex}.w9-sign-section{padding:8px 12px}.w9-sign-section .w9-row-label{margin-bottom:4px;padding:0}.w9-signature-line{height:32px;color:var(--primary-dark);border-bottom:1px solid #111;align-items:flex-end;padding-bottom:2px;font-family:Brush Script MT,Segoe Script,cursive;font-size:20px;display:flex}.checkout-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.checkout-card{border-radius:var(--radius-xl);text-align:center;width:100%;max-width:420px;box-shadow:var(--shadow-xl);background:#fff;padding:40px;animation:.3s slideUp}.checkout-card h3{margin-bottom:8px;font-size:22px;font-weight:700}.checkout-card p{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.checkout-price{color:var(--text);margin-bottom:24px;font-size:40px;font-weight:800}.checkout-price span{color:var(--text-secondary);font-size:16px;font-weight:400}.checkout-features{text-align:left;margin-bottom:24px}.checkout-feature{color:var(--text-secondary);align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.checkout-feature-icon{color:var(--secondary);flex-shrink:0;font-size:14px}.success-state{text-align:center;padding:40px 24px}.success-icon{background:var(--secondary-light);width:64px;height:64px;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:28px;animation:.4s successPop;display:flex}@keyframes successPop{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:1024px){.form-layout{grid-template-columns:1fr}.preview-panel{display:none}.form-panel{border-right:none}}@media (max-width:768px){.hero h1{font-size:30px}.hero{padding:48px 0 40px}.section{padding:48px 0}.steps-grid{grid-template-columns:1fr}.steps-grid:before{display:none}.benefits-grid,.tools-grid{grid-template-columns:1fr}.split-section-grid{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.nav-links,.hero-trust{gap:16px}.form-panel-header,.form-panel-body,.form-panel-footer{padding-left:20px;padding-right:20px}.checkout-card{padding:24px}}.admin-login-page{background:var(--bg);justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:24px;display:flex}.admin-login-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:40px}.admin-login-logo{justify-content:center;align-items:center;gap:10px;margin-bottom:24px;display:flex}.admin-dashboard{background:var(--bg);min-height:calc(100vh - 64px)}.admin-header{background:var(--bg-white);border-bottom:1px solid var(--border);height:56px;padding:0 24px}.admin-header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;display:flex}.admin-body{max-width:1200px;margin:0 auto;padding:32px 24px}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.admin-stat-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.admin-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:600}.admin-stat-value{color:var(--text);font-size:28px;font-weight:700}.admin-table-wrap{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.admin-table-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th{background:var(--bg);text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);border-bottom:1px solid var(--border);padding:10px 16px;font-size:12px;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-light);color:var(--text);padding:12px 16px}.admin-table tbody tr:hover{background:var(--bg)}.admin-status{border-radius:100px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.admin-status-captured{background:var(--secondary-light);color:var(--secondary-dark)}.admin-status-authorized{background:var(--primary-light);color:var(--primary)}.admin-status-failed{color:#dc2626;background:#fee2e2}.admin-status-refunded{color:#d97706;background:#fef3c7}.admin-empty{text-align:center;color:var(--text-secondary);padding:48px 24px}.admin-loading{min-height:calc(100vh - 64px);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.admin-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}.doc-upload{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-top:12px;padding:16px}.doc-upload-header{color:var(--text);align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.doc-upload-desc{color:var(--text-secondary);margin-bottom:12px;font-size:13px;line-height:1.5}.doc-upload-zone{border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex}.doc-upload-zone:hover{border-color:var(--primary);background:var(--primary-subtle)}.doc-upload-progress{padding:16px 0}.doc-progress-bar{background:var(--border);border-radius:3px;width:100%;height:6px;margin-bottom:8px;overflow:hidden}.doc-progress-fill{background:var(--primary);border-radius:3px;height:100%;transition:width .3s}.doc-progress-text{color:var(--text-secondary);text-align:center;font-size:12px}.doc-upload-error{color:#dc2626;border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;margin-top:8px;padding:8px 12px;font-size:12px}.doc-type-grid{flex-direction:column;gap:6px;display:flex}.doc-type-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-white);cursor:pointer;transition:all var(--transition);text-align:left;width:100%;font-family:inherit;font-size:inherit;align-items:center;gap:12px;padding:12px 14px;display:flex}.doc-type-card:hover{border-color:var(--primary);background:var(--primary-subtle);box-shadow:0 0 0 3px #2563eb0f}.doc-type-icon{background:var(--bg);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;display:flex}.doc-type-info{flex:1;min-width:0}.doc-type-label{color:var(--text);font-size:13px;font-weight:600}.doc-type-desc{color:var(--text-muted);margin-top:1px;font-size:11px}.doc-type-tips{background:var(--primary-subtle);border:1px solid var(--primary-light);border-radius:var(--radius-md);margin-bottom:14px;padding:12px 14px}.doc-type-tips-title{color:var(--primary);align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.doc-type-tips-list{color:var(--primary-dark);margin:0;padding-left:18px;font-size:12px;line-height:1.7}.doc-type-tips-list li::marker{color:var(--primary)}.doc-results-found{margin-bottom:12px}.doc-results-missing{margin-top:12px}.doc-results-badge{border-radius:100px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.doc-results-badge-ok{background:var(--secondary-light);color:var(--secondary-dark)}.doc-results-badge-warn{color:#92400e;background:#fef3c7}.doc-results-list{flex-direction:column;gap:4px;display:flex}.doc-result-item{border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;padding:6px 10px;font-size:12px;display:flex}.doc-result-ok{background:#10b9810a}.doc-result-miss{background:#f59e0b0a}.doc-result-label{color:var(--text-secondary);flex-shrink:0;font-weight:600}.doc-result-value{color:var(--text);text-align:right;word-break:break-word;font-weight:500}.doc-results-tip{background:var(--bg);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:flex-start;gap:8px;margin-top:10px;padding:10px 12px;font-size:11px;line-height:1.5;display:flex}.doc-results-tip svg{color:var(--text-muted);flex-shrink:0;margin-top:1px}@media (max-width:900px){.form-layout{grid-template-rows:auto auto;grid-template-columns:1fr}.form-page{height:auto;min-height:100vh}.form-panel{border-right:none;border-bottom:1px solid var(--border);overflow:visible}.preview-panel{min-height:600px}}@media (max-width:768px){.nav-links .nav-link{display:none}.nav-links{gap:8px}.nav-logo{gap:6px;font-size:16px}.btn-sm{padding:6px 10px;font-size:12px}.form-panel-header,.form-panel-body,.form-panel-footer{padding-left:16px;padding-right:16px}.preview-header{padding:12px 16px}.preview-body{padding:16px}}.form-progress-step{transition:all .4s cubic-bezier(.4,0,.2,1)}.form-progress-step.active{box-shadow:0 0 10px var(--primary-light);flex:2}.sigCanvas{transition:opacity .3s}.sigCanvas:active{cursor:crosshair}@media (max-width:480px){.sigCanvas{height:100px!important}}@media (max-width:400px){.nav-logo span{display:none}.nav-logo:after{content:"W9";color:var(--primary);font-size:18px;font-weight:700}.form-step-title{font-size:18px}.user-tag-display{display:none}.form-panel-header,.form-panel-body,.form-panel-footer{padding-left:12px;padding-right:12px}.preview-header{padding:10px 12px}.preview-body{padding:12px}.btn{padding:8px 14px;font-size:12px}}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:991px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}.w9-preview{color:#333;background:#fff;border:1px solid #ddd;width:100%;max-width:800px;padding:32px;font-family:Inter,sans-serif;line-height:1.3;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}@media (max-width:600px){.w9-preview{padding:16px}}.w9-preview-watermark{color:#0000000a;pointer-events:none;white-space:nowrap;text-align:center;z-index:0;flex-direction:column;align-items:center;gap:0;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.w9-header{border-bottom:2px solid #000;justify-content:space-between;margin-bottom:0;padding-bottom:8px;display:flex}.w9-header-left{flex:1}.w9-form-label{font-size:10px;font-weight:700}.w9-form-title{font-size:24px;font-weight:900;line-height:1}.w9-form-subtitle{margin-top:4px;font-size:10px;font-weight:700}.w9-form-dept{margin-top:2px;font-size:8px}.w9-form-link{margin-top:4px;font-size:8px;font-weight:700}.w9-header-right{border-left:2px solid #000;align-items:center;width:120px;padding-left:10px;font-size:9px;font-weight:700;display:flex}.w9-row{border-bottom:1px solid #999;min-height:36px;padding:4px 0}.w9-row-label{color:#000;font-size:9px;font-weight:700}.w9-row-value{color:var(--primary);padding:2px 12px;font-size:14px;font-weight:500}.w9-row-value.empty{color:#ccc;font-size:11px;font-style:italic}.w9-tax-section{border-bottom:1px solid #999;padding:8px 0}.w9-classification-options{grid-template-columns:repeat(4,1fr);gap:4px;padding:4px 12px;display:grid}@media (max-width:600px){.w9-classification-options{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.w9-classification-options{grid-template-columns:1fr}}.w9-classification-option{align-items:center;gap:6px;font-size:8px;display:flex}.w9-checkbox{background:#fff;border:1px solid #000;justify-content:center;align-items:center;width:12px;height:12px;font-size:10px;font-weight:700;display:flex}.w9-checkbox.checked{background:var(--primary-light)}.w9-tin-section{border:2px solid #000;margin-top:12px}.w9-tin-header{background:#eee;border-bottom:1px solid #000;padding:4px 8px;font-size:10px;font-weight:700}.w9-tin-row{grid-template-columns:1fr 1fr;display:grid}@media (max-width:500px){.w9-tin-row{grid-template-columns:1fr}.w9-tin-box:first-child{border-bottom:1px solid #000;border-right:none}}.w9-tin-box{padding:8px}.w9-tin-box:first-child{border-right:1px solid #000}.w9-tin-box label{margin-bottom:6px;font-size:8px;font-weight:700;display:block}.w9-tin-digits{align-items:center;gap:2px;display:flex}.w9-tin-digit{width:18px;height:24px;color:var(--primary);background:#fdfdfd;border:1px solid #999;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.w9-tin-separator{padding:0 2px;font-weight:700}.w9-sign-section{border-top:2px solid #000;margin-top:16px;padding-top:8px}.w9-signature-line{color:var(--primary);border-bottom:1px solid #ccc;min-width:200px;margin-top:12px;padding-bottom:2px;font-family:Dancing Script,cursive,serif;font-size:24px;display:inline-block}@media (max-width:991px){.split-section-grid{gap:48px;grid-template-columns:1fr!important}.steps-grid{grid-template-columns:1fr}.steps-grid:before{display:none}.hero-grid{text-align:center;grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:26px}.pricing-card{padding:28px 20px}}.seo-content ul,.seo-section ul{margin:16px 0;padding-left:24px;list-style:outside}.seo-content ul li,.seo-section ul li{color:var(--text-secondary);margin-bottom:8px;font-size:15px;line-height:1.7}.sigCanvas{touch-action:none;cursor:crosshair;background:#fff;width:100%!important;height:120px!important}.checkout-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d}.expert-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc!important;border:1px solid #ffffff80!important}.field-input{transition:all .2s}.field-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);transform:translateY(-1px)}.form-progress{flex:1;gap:6px;max-width:240px;display:flex}.form-progress-step{background:var(--border);border-radius:2px;flex:1;height:4px;transition:all .4s cubic-bezier(.4,0,.2,1)}.form-progress-step.done{background:var(--secondary)}.form-progress-step.active{background:var(--primary);box-shadow:0 0 12px var(--primary-light);flex:2}.form-panel{z-index:10;background:#fff}.preview-panel{background:#f1f5f9;position:relative}.preview-panel:before{content:"";opacity:.4;pointer-events:none;background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.success-state{animation:.5s cubic-bezier(.16,1,.3,1) scaleIn}@media (max-width:480px){.sigCanvas{height:100px!important}}.security-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);transition:var(--transition);background:#ffffffb3;border:1px solid #e2e8f0cc;padding:32px 24px;position:relative;overflow:hidden}.security-card:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.security-card:hover{border-color:#2563eb26;transform:translateY(-6px);box-shadow:0 20px 50px -15px #2563eb26}.security-card:hover:before{opacity:1}.comparison-table{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);overflow:hidden}@keyframes revealUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal-section{animation:.8s cubic-bezier(.16,1,.3,1) forwards revealUp}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.badge-premium{color:var(--primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2563eb14;border:1px solid #2563eb26;border-radius:100px;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.trust-bar-logos{animation:1s .5s both fadeIn}.guide-content table{border-collapse:separate;border-spacing:0;border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;margin:24px 0;overflow:hidden}.guide-content table th{background:var(--bg-soft)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.hero-blob{filter:blur(80px);opacity:.4;pointer-events:none;border-radius:50%;position:absolute}.bg-dot-pattern{background-image:radial-gradient(#2563eb1a 1px,#0000 1px);background-size:24px 24px}.bg-grid-pattern{background-image:linear-gradient(90deg,#2563eb0d 1px,#0000 1px),linear-gradient(#2563eb0d 1px,#0000 1px);background-size:40px 40px}.glass-panel{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #ffffff4d}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 25px 50px #0000004d!important}@media (max-width:991px){.split-section-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.section{padding:40px 0}.container,.container-narrow{padding:0 16px}.section-header{margin-bottom:28px}.section-title{letter-spacing:-.3px;font-size:22px}.section-desc{font-size:14px}.section-label{margin-bottom:8px;font-size:11px}.hero{padding-top:32px!important;padding-bottom:40px!important}.hero h1{font-size:28px;line-height:1.2}.hero-subtitle{margin-bottom:24px;font-size:15px}.hero-badge{margin-bottom:16px;padding:5px 12px;font-size:11px}.hero-trust{gap:12px;margin-top:28px}.hero-trust-item{font-size:11px}.hero-blob{display:none}.steps-grid{grid-template-columns:1fr;gap:12px}.steps-grid:before{display:none}.step-card{padding:20px 16px}.step-card h3{font-size:16px}.step-card p{font-size:13px}.step-number{width:32px;height:32px;font-size:14px}.security-card{padding:20px 16px}.security-card h3{margin-bottom:8px!important;font-size:15px!important}.security-card p{font-size:13px!important;line-height:1.5!important}.glass-panel{padding:20px 16px!important}.glass-panel h3{margin-bottom:8px!important;font-size:17px!important}.glass-panel p{font-size:13px!important}.pricing-card{padding:24px 16px}.pricing-amount{font-size:48px}.pricing-desc{font-size:13px}.split-section-grid{grid-template-columns:1fr;gap:24px}.cta-section{padding:40px 16px}.cta-section h2{font-size:24px!important}.cta-section p{margin-bottom:24px!important;font-size:15px!important}.cta-btn{padding:16px 32px!important;font-size:15px!important}.seo-section{padding:40px 0}.seo-section h2{margin-bottom:12px!important;font-size:20px!important}.seo-section p{font-size:14px;line-height:1.7}.tools-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.benefit-item{padding:10px 12px;font-size:13px}.benefit-icon{font-size:16px}.faq-question{padding:16px;font-size:14px}.faq-answer{padding:0 16px 16px;font-size:13px}}@media (max-width:480px){.hero h1{font-size:24px}.hero-subtitle{font-size:14px}.section{padding:32px 0}.section-title{font-size:20px}.container{padding:0 14px}.footer-grid{grid-template-columns:1fr}.pricing-card{padding:20px 14px}.cta-section h2{font-size:22px!important}.cta-btn{width:100%;padding:14px 24px!important;font-size:14px!important}}.comparison-section{background:var(--bg-soft);padding:80px 0}.comparison-table-wrapper{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;max-width:900px;margin:0 auto;overflow:hidden}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th{background:var(--bg-soft);color:var(--text);font-size:16px;font-weight:700}.comparison-table th:nth-child(2){background:var(--primary-light);color:var(--primary-dark);border-top:3px solid var(--primary)}.comparison-table td:nth-child(2){background:#dbeafe33;font-weight:600}.feature-name{color:var(--text);font-weight:600}.feature-desc{color:var(--text-secondary);margin-top:4px;font-size:12px;display:block}.icon-check{color:var(--secondary);font-size:20px}.icon-cross{color:var(--danger);font-size:18px}.icon-warn{color:var(--warning);font-size:18px}@media (max-width:768px){.comparison-table th,.comparison-table td{padding:12px;font-size:14px}.feature-desc{display:none}}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:40px;display:grid}.testimonial-card{border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:var(--transition);background:#fff;padding:32px;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:#2563eb33;transform:translateY(-4px)}.stars{color:#f59e0b;gap:4px;margin-bottom:16px;font-size:18px;display:flex}.testimonial-text{color:var(--text-secondary);margin-bottom:24px;font-size:15px;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;gap:12px;display:flex}.author-avatar{background:var(--primary-light);width:48px;height:48px;color:var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.author-info h4{margin-bottom:2px;font-size:15px;font-weight:700}.author-info p{color:var(--text-muted);font-size:13px}.seo-accordion-container{max-width:900px;margin:0 auto}.seo-accordion-item{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;margin-bottom:16px;overflow:hidden}.seo-accordion-header{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:18px;font-weight:700;transition:background .2s;display:flex}.seo-accordion-header:hover{background:var(--bg-soft)}.seo-accordion-icon{width:24px;height:24px;color:var(--primary);justify-content:center;align-items:center;transition:transform .3s;display:flex}.seo-accordion-icon.open{transform:rotate(180deg)}.seo-accordion-content{max-height:0;padding:0 24px;transition:max-height .3s ease-out,padding .3s;overflow:hidden}.seo-accordion-content.open{max-height:1000px;padding:0 24px 24px}.seo-accordion-content p{margin-bottom:16px}.seo-accordion-content p:last-child{margin-bottom:0}.seo-accordion-content ul,.seo-accordion-content ol{margin-bottom:16px;margin-left:24px}.seo-accordion-content li{margin-bottom:8px}.hero-stats{flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;display:flex}.stat-item{flex-direction:column;gap:4px;display:flex}.stat-number{color:var(--text);font-size:24px;font-weight:800;line-height:1}.stat-label{color:var(--text-secondary);font-size:13px;font-weight:500}.wizard-layout{background:#f8fafc;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.wizard-nav{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:68px;padding:0 32px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #00000008}.wizard-logo{color:#4f46e5;letter-spacing:-.5px;align-items:center;gap:8px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.stepper-desktop{align-items:center;gap:16px;display:flex}.stepper-mobile{color:#0f172a;display:none}@media (max-width:768px){.stepper-desktop{display:none!important}.stepper-mobile{display:block!important}.wizard-nav{padding:0 16px}.wizard-content{gap:16px!important;padding:16px!important}.form-panel-inner{padding:20px!important}}.step-item{color:#64748b;align-items:center;gap:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.step-item.active{color:#4f46e5;font-weight:700}.step-item.completed{color:#10b981;font-weight:600}.step-circle{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.step-item.active .step-circle{color:#fff;background:#4f46e5;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e526}.step-item.completed .step-circle{color:#fff;background:#10b981;border-color:#10b981}.step-divider{background:#e2e8f0;border-radius:2px;width:48px;height:2px;transition:background .3s}.step-divider.completed{background:#10b981}.wizard-content{flex:1;grid-template-columns:1fr 1.3fr;align-items:start;gap:32px;width:100%;max-width:1600px;margin:0 auto;padding:32px;display:grid}@media (max-width:1024px){.wizard-content{grid-template-columns:1fr}.preview-panel{display:none!important}}.form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 160px);display:flex;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.form-panel-inner{flex:1;padding:36px}.form-panel-header{border-bottom:1px solid #f1f5f9;margin-bottom:24px;padding-bottom:16px}.form-step-title{color:#0f172a;letter-spacing:-.03em;margin:0 0 24px;font-size:24px;font-weight:800}.preview-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;height:calc(100vh - 128px);display:flex;position:sticky;top:96px;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.preview-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.preview-header-title{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.preview-body{flex-direction:column;flex:1;display:flex;overflow-y:auto}.form-panel-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 36px;display:flex}.field{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.field-label{color:#1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.field-input{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #00000005}.field-input:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51f}.field-input:hover:not(:focus){border-color:#94a3b8}.field-input-error{background:#fef2f2!important;border-color:#ef4444!important}.field-input-error:focus{box-shadow:0 0 0 4px #ef444426!important}.field-hint{color:#64748b;font-size:12px;line-height:1.5}.field-error{color:#ef4444;margin-top:2px;font-size:12px;font-weight:600}@media (max-width:640px){.grid-2-col{grid-template-columns:1fr}}.field-select{color:#0f172a;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #00000005}.field-select:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51f}.radio-group{flex-direction:column;gap:10px;margin-top:6px;display:flex}.radio-option{cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.radio-option:hover{background:#f1f5f9;border-color:#94a3b8}.radio-option.selected{background:#eef2ff;border-color:#4f46e5;box-shadow:0 2px 8px #4f46e514}.radio-option input[type=radio]{accent-color:#4f46e5;cursor:pointer;margin-top:3px}.helper-callout{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;font-size:13px;line-height:1.5;display:flex}.helper-callout-icon{color:#3b82f6;flex-shrink:0;margin-top:2px}.ps-page{background:#f9fafb;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.ps-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.ps-header-inner{justify-content:space-between;align-items:center;max-width:1320px;height:56px;margin:0 auto;padding:0 24px;display:flex}.ps-logo{color:#111827;letter-spacing:-.02em;align-items:center;gap:10px;font-size:18px;font-weight:800;display:flex}.ps-logo svg{background:#4f46e5;border-radius:8px;padding:4px}.ps-header-right{align-items:center;gap:16px;display:flex}.ps-header-badge{color:#4f46e5;background:#eef2ff;border-radius:6px;padding:4px 12px;font-size:13px;font-weight:700}.ps-header-trust{color:#6b7280;font-size:12px;font-weight:500}.ps-hero{background:#fff;border-bottom:1px solid #e5e7eb;padding:32px 24px}.ps-hero-inner{max-width:1320px;margin:0 auto}.ps-title{color:#111827;letter-spacing:-.03em;margin:0 0 8px;font-size:28px;font-weight:800}.ps-subtitle{color:#6b7280;max-width:600px;margin:0 0 16px;font-size:15px;line-height:1.5}.ps-stats-row{color:#374151;gap:24px;font-size:13px;display:flex}.ps-stats-row strong{font-weight:700}.ps-main{grid-template-columns:1fr 380px;align-items:start;gap:24px;max-width:1320px;margin:0 auto;padding:24px;display:grid}.ps-form-col{flex-direction:column;gap:24px;display:flex}.ps-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.ps-section-header{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.ps-section-num{color:#fff;background:#4f46e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:flex}.ps-section-title{color:#111827;font-size:16px;font-weight:700}.ps-section-label{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:13px;font-weight:700}.ps-templates{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ps-template-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 2px 6px #0f172a05}.ps-template-card:hover{background:#f8fafc;border-color:#a5b4fc;transform:translateY(-2px);box-shadow:0 8px 20px #4f46e514}.ps-template-card.active{background:#eef2ff;border-color:#4f46e5;box-shadow:0 8px 24px #4f46e526}.ps-template-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:6px;width:100%;height:64px;padding:8px;display:flex;box-shadow:inset 0 1px 3px #0000000a}.ps-template-card.active .ps-template-preview{background:#fff;border-color:#c7d2fe}.ps-tpl-bar{background:#cbd5e1;border-radius:3px;width:55%;height:10px}.ps-template-card.active .ps-tpl-bar{background:#4f46e5}.ps-tpl-line{background:#e2e8f0;border-radius:2.5px;height:5px}.ps-template-card.active .ps-tpl-line{background:#c7d2fe}.ps-tpl-line.w60{width:60%}.ps-tpl-line.w40{width:40%}.ps-tpl-line.w80{width:80%}.ps-tpl-line.w70{width:70%}.ps-template-name{color:#64748b;font-size:13px;font-weight:700}.ps-template-card.active .ps-template-name{color:#4f46e5}.ps-template-check{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:900;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #4f46e54d}.ps-two-col{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:768px){.ps-two-col{grid-template-columns:1fr}.ps-main{grid-template-columns:1fr!important}}.ps-card{flex-direction:column;gap:14px;display:flex}.ps-card-label{color:#4f46e5;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:800}.ps-field{flex-direction:column;gap:6px;display:flex}.ps-field label{color:#1e293b;font-size:13px;font-weight:700}.ps-field input,.ps-field select{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:48px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #00000005}.ps-field input:focus,.ps-field select:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51f}.ps-field input.error{border-color:#ef4444}.ps-error{color:#ef4444;font-size:11px;font-weight:600}.ps-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ps-field-row-3{grid-template-columns:1fr 1fr 1fr}.ps-field-row-4{grid-template-columns:1fr 1fr 1fr 1fr}.ps-field-sm{max-width:100px}.ps-label-bold{color:#374151;font-size:13px;font-weight:700}.ps-toggle-row{background:#f3f4f6;border-radius:8px;gap:0;width:fit-content;margin-bottom:16px;padding:3px;display:flex}.ps-toggle-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;padding:8px 24px;font-size:13px;font-weight:700;transition:all .15s}.ps-toggle-btn.active{color:#111827;background:#fff;box-shadow:0 1px 3px #0000001a}.ps-link-btn{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700}.ps-link-btn:hover{text-decoration:underline}.ps-empty-state{text-align:center;color:#9ca3af;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:20px;font-size:13px}.ps-deductions-list{flex-direction:column;gap:8px;display:flex}.ps-deduction-row{grid-template-columns:2fr 1fr 36px;align-items:center;gap:8px;display:grid}.ps-deduction-row input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;height:38px;padding:0 10px;font-size:13px}.ps-deduction-row input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.ps-remove-btn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;justify-content:center;align-items:center;width:36px;height:38px;font-size:18px;font-weight:700;display:flex}.ps-summary-row{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.ps-summary-card{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.ps-summary-card.highlight{background:#f0fdf4;border-color:#bbf7d0}.ps-summary-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.ps-summary-value{font-family:Inter,monospace;font-size:22px;font-weight:800}.ps-summary-value.blue{color:#4f46e5}.ps-summary-value.red{color:#dc2626}.ps-summary-value.green{color:#059669}.ps-tax-details{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;overflow:hidden}.ps-tax-details summary{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f9fafb;padding:12px 16px;font-size:13px;font-weight:700}.ps-tax-details summary:hover{background:#f3f4f6}.ps-tax-grid{padding:8px 16px 12px}.ps-tax-row{color:#374151;border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:6px 0;font-size:13px;display:flex}.ps-tax-row:last-child{border-bottom:none}.ps-tax-row span:last-child{font-family:monospace;font-weight:700}.ps-download-box{text-align:center;padding:8px 0}.ps-download-features{color:#6b7280;justify-content:center;gap:20px;margin-top:12px;font-size:12px;font-weight:600;display:flex}.ps-success-box{text-align:center;padding:16px 0}.ps-success-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:28px;font-weight:900;display:flex}.ps-success-box h3{color:#111827;margin:0 0 4px;font-size:20px;font-weight:800}.ps-success-box p{color:#6b7280;margin:0 0 16px;font-size:14px}.ps-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex}.ps-btn:disabled{opacity:.6;cursor:not-allowed}.ps-btn-primary{color:#fff;background:#4f46e5;box-shadow:0 4px 12px #4f46e54d}.ps-btn-primary:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 6px 16px #4f46e566}.ps-btn-outline{color:#374151;background:#fff;border:1px solid #d1d5db}.ps-btn-outline:hover:not(:disabled){background:#f9fafb}.ps-btn-lg{height:48px;padding:0 32px;font-size:16px;font-weight:800}.ps-btn-sm{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;height:32px;padding:0 12px;font-size:12px}.ps-btn-sm:hover{background:#e5e7eb}.ps-legal{color:#9ca3af;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:16px;font-size:12px;line-height:1.6}.ps-preview-col{position:relative}.ps-preview-sticky{flex-direction:column;gap:16px;display:flex;position:sticky;top:72px}.ps-preview-header{color:#111827;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;display:flex}.ps-doc-preview{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:20px;font-size:11px;box-shadow:0 4px 12px #0000000f}.ps-doc-company{border-bottom:2px solid #111827;margin-bottom:12px;padding-bottom:12px}.ps-doc-company-name{color:#111827;font-size:16px;font-weight:800}.ps-doc-company-addr{color:#6b7280;margin-top:2px;font-size:11px;line-height:1.4}.ps-doc-title{text-align:center;color:#111827;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800}.ps-doc-info-grid{background:#f9fafb;border-radius:6px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;padding:10px;display:grid}.ps-doc-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.ps-doc-value{color:#111827;margin-top:1px;font-size:11px;font-weight:700}.ps-doc-table{border-collapse:collapse;width:100%;margin-bottom:12px;font-size:10px}.ps-doc-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #111827;padding:6px 4px;font-size:9px;font-weight:700}.ps-doc-table th:not(:first-child){text-align:right}.ps-doc-table td{color:#374151;border-bottom:1px solid #f3f4f6;padding:5px 4px;font-weight:500}.ps-doc-table td:not(:first-child){text-align:right;font-family:Consolas,monospace;font-size:10px}.ps-doc-total-row td{color:#111827;border-top:1px solid #9ca3af;border-bottom:none;padding-top:6px}.ps-doc-net{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;justify-content:space-between;align-items:center;margin-top:4px;padding:10px 14px;display:flex}.ps-doc-net span:first-child{color:#059669;letter-spacing:1px;font-size:10px;font-weight:800}.ps-doc-net-amount{color:#047857;font-family:Consolas,monospace;font-size:18px;font-weight:900}.ps-pdf-frame{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.ps-pdf-frame iframe{border:none;width:100%;height:300px}.ps-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:16px;animation:.15s psFadeIn;display:flex;position:fixed;inset:0}.ps-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:28px;animation:.2s psSlideUp;position:relative;box-shadow:0 20px 40px #0003}.ps-modal-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex;position:absolute;top:16px;right:16px}.ps-modal h3{color:#111827;margin:0 0 4px;font-size:20px;font-weight:800}.ps-modal-desc{color:#6b7280;margin:0 0 20px;font-size:14px}.ps-modal-price-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px;padding:16px}.ps-modal-price-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ps-modal-price-row span:first-child{color:#111827;font-size:14px;font-weight:700}.ps-modal-price{color:#4f46e5;font-size:22px;font-weight:900}.ps-modal-features{color:#6b7280;flex-direction:column;gap:4px;font-size:12px;font-weight:500;display:flex}.ps-error-box{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:600}.ps-modal-trust{text-align:center;color:#9ca3af;margin-top:16px;font-size:11px;font-weight:500}@keyframes psFadeIn{0%{opacity:0}to{opacity:1}}@keyframes psSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes psPulse{0%,to{box-shadow:0 4px 12px #4f46e54d}50%{box-shadow:0 4px 24px #4f46e58c,0 0 0 6px #4f46e514}}.ps-accepted-row{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.ps-accepted-badge{color:#4338ca;white-space:nowrap;background:#4f46e50f;border:1px solid #4f46e51f;border-radius:100px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.ps-compliance-badge{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.ps-compliance-badge svg{color:#10b981;flex-shrink:0}.ps-compliance-badge strong{font-weight:700}.ps-ytd-bar{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:16px;padding:12px 16px}.ps-ytd-title{color:#1d4ed8;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.ps-ytd-items{color:#1e40af;flex-wrap:wrap;gap:20px;font-size:13px;display:flex}.ps-ytd-items strong{font-family:Inter,monospace;font-weight:800}.ps-field-hint{color:#9ca3af;font-size:11px;font-style:italic;font-weight:500}.ps-doc-payment-method{color:#6b7280;background:#f3f4f6;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:5px 10px;font-size:9px;font-weight:600;display:flex}.ps-btn-pulse{animation:2.5s ease-in-out infinite psPulse}.ps-btn-pulse:hover{animation:none}.ps-testimonial{text-align:left;background:#fafafe;border:1px solid #e5e7eb;border-radius:10px;margin-top:20px;padding:16px 20px}.ps-testimonial-stars{color:#f59e0b;letter-spacing:2px;margin-bottom:6px;font-size:14px}.ps-testimonial p{color:#374151;margin:0 0 8px;font-size:13px;font-style:italic;line-height:1.6}.ps-testimonial-author{color:#6b7280;font-size:12px;font-weight:700}.ps-pricing-tiers{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.ps-pricing-card{cursor:pointer;text-align:left;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;padding:14px;transition:all .15s;position:relative}.ps-pricing-card:hover{background:#fafafe;border-color:#c7d2fe}.ps-pricing-card.active{background:#eef2ff;border-color:#4f46e5}.ps-pricing-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ps-pricing-name{color:#111827;font-size:13px;font-weight:700}.ps-pricing-price{color:#4f46e5;font-size:18px;font-weight:900}.ps-pricing-desc{color:#6b7280;font-size:11px;font-weight:500}.ps-pricing-badge-save{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:4px;padding:2px 8px;font-size:9px;font-weight:800;position:absolute;top:-8px;right:10px}.ps-pricing-check{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:900;display:flex;position:absolute;top:8px;left:8px}.ps-modal-features-list{color:#6b7280;grid-template-columns:1fr 1fr;gap:4px 12px;margin-bottom:16px;font-size:12px;font-weight:500;display:grid}@media (max-width:1024px){.ps-main{grid-template-columns:1fr}.ps-preview-col,.ps-header-trust{display:none}}@media (max-width:768px){.ps-two-col{grid-template-columns:1fr}.ps-field-row-3,.ps-field-row-4{grid-template-columns:1fr 1fr}.ps-templates{grid-template-columns:repeat(3,1fr)}.ps-summary-row{grid-template-columns:1fr}.ps-hero{padding:20px 16px}.ps-main,.ps-section{padding:16px}.ps-title{font-size:22px}.ps-stats-row{flex-wrap:wrap;gap:12px}.ps-accepted-row{gap:6px}.ps-ytd-items{gap:12px;font-size:12px}.ps-pricing-tiers{grid-template-columns:1fr}}@media (max-width:480px){.ps-field-row,.ps-field-row-3,.ps-field-row-4{grid-template-columns:1fr}.ps-templates{grid-template-columns:1fr 1fr 1fr;gap:8px}.ps-accepted-badge{padding:4px 10px;font-size:11px}}.grid-2-col{grid-template-columns:1fr 1fr;gap:16px;display:grid}.col-span-full{grid-column:1/-1}@media (max-width:640px){.grid-2-col{grid-template-columns:1fr}}.fade-in-section{opacity:1;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(0)}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.soothing-glow{position:relative}.soothing-glow:after{content:"";z-index:-1;pointer-events:none;background:#0f172a08;border-radius:28px;position:absolute;inset:-12px}.hero-wrapper{background:var(--gradient-hero);padding:30px 0 70px;position:relative;overflow:visible}.hero-badge-secure{color:#334155;background:#0f172a0a;border:1px solid #0f172a1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 4px #0f172a08}.hero-heading{letter-spacing:-.03em;color:#0f172a;margin-bottom:16px;font-size:clamp(36px,4.5vw,52px);font-weight:800;line-height:1.1}.hero-heading span{color:var(--primary)}.hero-paragraph{color:var(--text-secondary);max-width:520px;margin-bottom:24px;font-size:16px;line-height:1.6}.hero-buttons-container{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px;display:flex}.hero-btn-primary{background:var(--primary);color:#fff;transition:var(--transition);border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;display:inline-flex;box-shadow:0 8px 25px -8px #4f46e599}.hero-btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 12px 30px -8px #4f46e5b3}.hero-btn-secondary{color:var(--primary);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;display:inline-flex}.hero-btn-secondary:hover{background:var(--bg-soft);border-color:var(--primary-light);transform:translateY(-2px)}.hero-trust-grid{grid-template-columns:repeat(4,auto);justify-content:flex-start;align-items:center;gap:20px;margin-bottom:24px;display:grid}@media (max-width:768px){.hero-trust-grid{grid-template-columns:1fr 1fr;gap:16px}}.hero-trust-badge{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.hero-trust-icon-wrapper{width:32px;height:32px;color:var(--primary);background:#eef2ff;border:1px solid #e0e7ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.hero-social-proof{flex-wrap:wrap;align-items:center;gap:16px;width:100%;display:flex}@media (max-width:991px){.hero-social-proof{justify-content:center;width:auto}}.avatar-stack{align-items:center;display:flex}.avatar-stack-img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:36px;height:36px;margin-left:-10px}.avatar-stack-img:first-child{margin-left:0}.social-proof-content{flex-direction:column;gap:2px;display:flex}.stars-rating{color:#fbbf24;gap:2px;display:flex}.social-proof-text{color:var(--text-secondary);font-size:13px;font-weight:600}.hero-mockup-wrapper{z-index:10;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.browser-window{background:#fff;border:1px solid #0000000f;border-radius:20px;flex-direction:column;width:100%;max-width:540px;min-height:420px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #00000014,0 0 0 1px #0000000a}.browser-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;height:48px;padding:0 16px;display:flex;position:relative}.browser-dots{gap:6px;display:flex}.browser-dot{border-radius:50%;width:10px;height:10px}.browser-dot.red{background:#ff5f56}.browser-dot.yellow{background:#ffbd2e}.browser-dot.green{background:#27c93f}.browser-url-bar{color:#718096;letter-spacing:.2px;background:#edf2f7;border-radius:6px;justify-content:center;align-items:center;width:200px;height:28px;font-size:11px;font-weight:500;display:flex;position:absolute;left:50%;transform:translate(-50%)}.browser-content{flex:1;display:flex;overflow:hidden}.browser-sidebar{background:#f8fafc;border-right:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;gap:16px;width:125px;padding:16px 8px;display:flex}.sidebar-title{color:#1e293b;letter-spacing:-.2px;font-size:11px;font-weight:800}.sidebar-steps{flex-direction:column;gap:16px;display:flex}.sidebar-step{align-items:center;gap:8px;display:flex}.sidebar-step-num{color:#718096;background:#edf2f7;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:flex}.sidebar-step-text{color:#64748b;font-size:10px;font-weight:600}.sidebar-step.active .sidebar-step-num{color:#fff;background:#4f46e5}.sidebar-step.active .sidebar-step-text{color:#1e293b;font-weight:700}.browser-form-panel{background:#fff;flex-direction:column;flex:1;justify-content:space-between;padding:20px 16px;display:flex}.form-step-tag{color:#4f46e5;margin-bottom:4px;font-size:10px;font-weight:700}.form-main-title{color:#0f172a;margin-bottom:2px;font-size:15px;font-weight:800}.form-sub-title{color:#64748b;margin-bottom:14px;font-size:11px}.mock-form{flex-direction:column;gap:10px;display:flex}.mock-field-group{flex-direction:column;gap:4px;display:flex}.mock-label{color:#475569;font-size:8.5px;font-weight:700}.mock-input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;height:28px;padding:0 10px;font-size:11px;font-weight:500;display:flex}.mock-select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;height:28px;padding:0 10px;font-size:11px;font-weight:500;display:flex}.mock-btn-continue{color:#fff;background:#4f46e5;border-radius:6px;justify-content:center;align-self:flex-end;align-items:center;gap:6px;width:120px;height:32px;margin-top:14px;font-size:11px;font-weight:700;display:flex;box-shadow:0 4px 12px #4f46e533}.floating-w9-preview{z-index:20;background:#fff;border:1px solid #0000000f;border-radius:16px;width:230px;padding:16px;animation:6s ease-in-out infinite float-slow;position:absolute;top:60px;right:-50px;box-shadow:0 20px 40px -10px #0000001f,0 0 0 1px #0000000a}.completed-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.w9-preview-title{color:#64748b;margin-bottom:2px;font-size:8px;font-weight:600}.w9-preview-main{color:#0f172a;margin-bottom:4px;font-size:18px;font-weight:900;line-height:1}.w9-preview-subtitle{color:#334155;max-width:120px;margin-bottom:12px;font-size:7px;font-weight:700;line-height:1.2}.w9-form-box{border:1px solid #cbd5e1;border-radius:4px;margin-bottom:14px;overflow:hidden}.w9-form-row{color:#64748b;background:#fff;border-bottom:1px solid #e2e8f0;padding:6px 8px;font-size:7px}.w9-form-row:last-child{border-bottom:none}.w9-form-val{color:#0f172a;margin-top:1px;font-size:7px;font-weight:700}.w9-checkbox-row{justify-content:space-between;align-items:center;display:flex}.w9-check-mark{color:#4f46e5;font-size:8px;font-weight:900}.w9-download-btn{color:#4f46e5;cursor:pointer;width:100%;height:32px;transition:var(--transition);background:#fff;border:1px solid #ddd6fe;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.w9-download-btn:hover{background:#eef2ff;border-color:#c7d2fe}.floating-protection-card{z-index:30;background:#fff;border:1px solid #0000000d;border-radius:16px;align-items:center;gap:12px;width:270px;padding:14px 18px;animation:5s ease-in-out infinite alternate float-slower;display:flex;position:absolute;bottom:-20px;left:-60px;box-shadow:0 15px 30px -10px #00000014,0 0 0 1px #0000000a}.protection-icon-box{color:#fff;background:#4f46e5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.protection-text-box{flex-direction:column;gap:2px;display:flex}.protection-title{color:#0f172a;font-size:12px;font-weight:700}.protection-desc{color:#64748b;font-size:10px;line-height:1.4}.mockup-arrow-svg{z-index:25;pointer-events:none;position:absolute;bottom:40px;right:20px}@keyframes float-slow{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}@keyframes float-slower{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@media (max-width:991px){.hero-wrapper{padding:30px 0 100px}.hero-buttons-container{justify-content:center}.hero-trust-grid,.hero-social-proof{justify-content:center;margin-bottom:48px}.hero-mockup-wrapper{max-width:480px;margin:40px auto 0}.floating-w9-preview{right:-10px}.floating-protection-card{bottom:-60px;left:10px}.mockup-arrow-svg{display:none}}@media (max-width:520px){.hero-wrapper{padding:24px 0 80px}.hero-mockup-wrapper{flex-direction:column;gap:24px}.browser-window{width:100%;margin-bottom:0}.browser-sidebar{display:none}.floating-w9-preview{width:100%;max-width:320px;margin:0 auto;position:relative;top:0;right:0}.floating-protection-card{width:100%;max-width:320px;margin:0 auto;position:relative;bottom:0;left:0}}.hero-tab-switcher{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);background:#ffffffe6;border-radius:100px;gap:6px;margin-bottom:28px;padding:5px;display:inline-flex;box-shadow:0 6px 20px -4px #0000000f}.hero-tab-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:100px;align-items:center;gap:8px;padding:8px 20px;font-size:13px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.hero-tab-btn:hover{color:var(--text);background:#f1f5f9cc}.hero-tab-btn.active{color:#fff;background:#0f172a;transform:scale(1.01);box-shadow:0 4px 14px #0f172a40}.hero-tab-btn.active.paystub-tab{background:#065f46;box-shadow:0 4px 14px #065f4640}.dual-showcase-section{border-bottom:1px solid var(--border);background:linear-gradient(#fff 0%,#f8fafc 100%);padding:80px 0}.dual-showcase-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:stretch;gap:32px;margin-top:48px;display:grid}.showcase-card{border:1px solid var(--border);background:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;padding:40px 36px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008}.showcase-card:hover{border-color:#0f172a33;transform:translateY(-5px);box-shadow:0 20px 45px -12px #0f172a14}.showcase-card-accent{background:#0f172a;height:6px;position:absolute;top:0;left:0;right:0}.showcase-card-accent.paystub-accent{background:#065f46}.showcase-card-badge{text-transform:uppercase;letter-spacing:1px;border-radius:100px;align-items:center;gap:6px;width:fit-content;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:800;display:inline-flex}.showcase-card-list{flex-direction:column;gap:14px;margin:24px 0 32px;display:flex}.showcase-card-item{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.showcase-check-icon{background:var(--primary-subtle);width:20px;height:20px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:11px;font-weight:800;display:flex}.showcase-check-icon.green{color:#059669;background:#d1fae5}.mock-paystub-panel{border:1px solid var(--border);background:#fff;border-radius:12px;padding:18px;box-shadow:0 4px 12px #00000008}.mock-paystub-header{border-bottom:2px solid #111827;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.mock-paystub-row{border-bottom:1px dashed var(--border);justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.mock-paystub-net{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;justify-content:space-between;align-items:center;margin-top:14px;padding:10px 14px;font-weight:800;display:flex}.keyword-hub-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:80px 0}.keyword-category-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px;display:grid}.keyword-category-card{background:var(--bg-soft);border:1px solid var(--border);transition:var(--transition);border-radius:20px;padding:32px 28px}.keyword-category-card:hover{border-color:#4f46e540;box-shadow:0 12px 30px -10px #0000000f}.keyword-pill-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.keyword-pill-link{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.keyword-pill-link:hover{border-color:var(--primary);color:var(--primary);transform:translate(4px);box-shadow:0 4px 12px #4f46e514}.use-case-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:48px;display:grid}.use-case-card{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:20px;flex-direction:column;padding:32px 24px;display:flex}.use-case-card:hover{border-color:#4f46e54d;transform:translateY(-4px);box-shadow:0 15px 30px -10px #4f46e51a}.use-case-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:24px;display:flex}.comparison-table-container{border:1px solid var(--border);background:#fff;border-radius:20px;margin-top:48px;overflow-x:auto;box-shadow:0 4px 20px #00000008}.comparison-table{border-collapse:collapse;text-align:left;width:100%;font-size:15px}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--border-light);padding:20px 24px}.comparison-table th{color:var(--text);text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;font-size:14px;font-weight:800}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:hover td{background:#fdfbf7}.comparison-check{color:#10b981;align-items:center;gap:6px;font-weight:800;display:inline-flex}.comparison-cross{color:#ef4444;align-items:center;gap:6px;font-weight:700;display:inline-flex}.institutional-data-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:80px 0}.data-table-institutional{border-collapse:collapse;text-align:left;border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;font-size:14px;overflow:hidden;box-shadow:0 4px 12px #0f172a05}.data-table-institutional th{color:#0f172a;border-bottom:2px solid var(--border);text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;padding:16px 20px;font-size:12px;font-weight:800}.data-table-institutional td{border-bottom:1px solid var(--border-light);color:#334155;padding:16px 20px;line-height:1.6}.data-table-institutional tr:last-child td{border-bottom:none}.data-table-institutional tr:hover td{background:#f8fafc}.statutory-card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px;display:grid}.statutory-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:24px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0f172a05}.statutory-card:hover{border-color:#0f172a;transform:translateY(-3px);box-shadow:0 12px 24px -8px #0f172a0f}.statutory-badge{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;border-radius:6px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5f861bbd-module__aU91IG__className{font-family:Inter,Inter Fallback;font-style:normal}
