:root{--blue:#2563eb;--blue-light:#dbeafe;--blue-dark:#1d4ed8;--blue-faint:#eff6ff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--bg:#fff;--bg-light:#f9fafb;--green:#059669;--green-light:#d1fae5;--amber:#d97706;--amber-light:#fef3c7;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--max-width:780px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}.reading-progress{background:var(--blue);z-index:9999;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.site-nav{background:var(--bg);border-bottom:1px solid var(--border);z-index:100;align-items:center;gap:32px;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.site-nav-logo{color:var(--text);white-space:nowrap;font-size:1rem;font-weight:700}.site-nav-links{gap:20px;list-style:none;display:flex}.site-nav-links a{color:var(--muted);font-size:.875rem;font-weight:500;transition:color .15s}.site-nav-links a:hover{color:var(--blue);text-decoration:none}.page-container{max-width:var(--max-width);margin:0 auto;padding:0 20px 64px}.page-container-wide{max-width:1000px;margin:0 auto;padding:0 20px 64px}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:24px;padding:16px 0 0;font-size:.8125rem;display:flex}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--blue)}.breadcrumb span[aria-current]{color:var(--text);font-weight:500}.page-hero{margin-bottom:28px}.page-hero h1{letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-size:clamp(1.5rem,3.5vw,2.125rem);font-weight:800;line-height:1.2}.hero-sub{color:var(--muted);max-width:640px;font-size:1.0625rem}.last-updated{color:var(--muted);margin-top:10px;font-size:.8125rem}.quick-facts{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius-lg);margin:28px 0;overflow:hidden}.quick-facts h2{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border-bottom:1px solid var(--border);padding:14px 20px 10px;font-size:.875rem;font-weight:700}.quick-facts table{border-collapse:collapse;width:100%}.quick-facts tr{border-bottom:1px solid var(--border)}.quick-facts tr:last-child{border-bottom:none}.fact-label{color:var(--muted);width:50%;padding:12px 20px;font-size:.9rem;font-weight:500}.fact-value{color:var(--text);padding:12px 20px;font-size:.9rem;font-weight:600}.state-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0 32px;display:grid}.stat-card{background:var(--blue-faint);border:1px solid var(--blue-light);border-radius:var(--radius);text-align:center;padding:16px}.stat-label{color:var(--muted);margin-bottom:4px;font-size:.8125rem;display:block}.stat-value{color:var(--blue);font-size:1.375rem;font-weight:800;display:block}.steps-section{margin:32px 0}.steps-section h2,.faq-section h2,.benefits-section h2,.related-guides h2,.hub-section h2{color:var(--text);margin-bottom:20px;font-size:1.375rem;font-weight:700}.steps-list{flex-direction:column;gap:20px;list-style:none;display:flex}.step-item{grid-template-columns:40px 1fr;gap:0 16px;display:grid}.step-header{display:contents}.step-num{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;grid-row:1;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9375rem;font-weight:700;display:flex}.step-item h3{color:var(--text);grid-area:1/2;padding-top:8px;font-size:1rem;font-weight:700}.step-item p{color:#374151;grid-area:2/2;margin-top:6px;font-size:.9375rem;line-height:1.6}.pro-tip{background:var(--blue-faint);border-left:3px solid var(--blue);border-radius:0 var(--radius) var(--radius) 0;color:#374151;grid-area:3/2;margin-top:10px;padding:10px 14px;font-size:.875rem}.faq-section{margin:36px 0}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:8px;overflow:hidden}.faq-trigger{width:100%;color:var(--text);text-align:left;background:var(--bg);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:.9375rem;font-weight:600;transition:background .15s;display:flex}.faq-trigger:hover{background:var(--bg-light)}.faq-open .faq-trigger{background:var(--blue-faint);color:var(--blue)}.faq-chevron{color:var(--muted);flex-shrink:0;font-size:.75rem;transition:transform .2s}.faq-open .faq-chevron{color:var(--blue);transform:rotate(180deg)}.faq-answer{color:#374151;background:var(--blue-faint);padding:0 20px 18px;font-size:.9375rem;line-height:1.7}.cta-group{flex-direction:column;gap:12px;margin:28px 0;display:flex}.cta-group.cta-bottom h2{margin-bottom:4px;font-size:1.25rem;font-weight:700}.cta-btn{border-radius:var(--radius);cursor:pointer;flex-direction:column;padding:14px 22px;font-weight:600;transition:filter .15s,transform .1s;display:flex;text-decoration:none!important}.cta-btn:hover{filter:brightness(.93);transform:translateY(-1px)}.cta-primary{background:var(--blue);color:#fff}.cta-secondary{background:var(--bg-light);color:var(--text);border:1px solid var(--border)}.cta-text{font-size:1rem}.cta-note{opacity:.85;margin-top:2px;font-size:.8125rem;font-weight:400}.verdict-box{background:var(--green-light);border-radius:var(--radius-lg);border:1px solid #6ee7b7;margin:28px 0;padding:20px 24px}.verdict{color:#065f46;margin-bottom:8px;font-size:1.0625rem;font-weight:700}.benefits-section{margin:32px 0}.benefit-item{border-left:3px solid var(--blue);margin-bottom:16px;padding:12px 0 12px 18px}.benefit-item h3{margin-bottom:4px;font-size:.9375rem;font-weight:700}.benefit-item p{color:#374151;font-size:.9375rem;line-height:1.6}.tax-section{margin:32px 0}.tax-section h2{margin-bottom:20px;font-size:1.375rem;font-weight:700}.tax-section>div{margin-bottom:18px}.tax-section h3{text-transform:capitalize;margin-bottom:5px;font-size:.9375rem;font-weight:700}.tax-section p{color:#374151;font-size:.9375rem;line-height:1.6}.comparison-table{margin:32px 0;overflow-x:auto}.comparison-table h2{margin-bottom:16px;font-size:1.375rem;font-weight:700}.comparison-table table{border-collapse:collapse;width:100%;font-size:.9rem}.comparison-table th{background:var(--blue);color:#fff;text-align:left;padding:12px 16px;font-weight:700}.comparison-table th:first-child{background:var(--text)}.comparison-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:11px 16px}.comparison-table tr:nth-child(2n) td{background:var(--bg-light)}.options-section{margin:32px 0}.options-section h2{margin-bottom:20px;font-size:1.375rem;font-weight:700}.option-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:16px;padding:20px 24px}.option-card h3{margin-bottom:12px;font-size:1rem;font-weight:700}.pros-cons{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px;display:grid}.pros-cons strong{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px;font-size:.8125rem;display:block}.pros-cons ul{list-style:none}.pros-cons ul li{font-size:.875rem;line-height:1.5}.pros-cons>div:first-child li:before{content:"✓ ";color:var(--green);font-weight:700}.pros-cons>div:last-child li:before{content:"✗ ";color:#ef4444;font-weight:700}.best-for{color:var(--muted);font-size:.875rem}.sections-list{margin:32px 0}.sections-list h2{margin-bottom:20px;font-size:1.375rem;font-weight:700}.section-item{margin-bottom:18px}.section-item h3{margin-bottom:4px;font-size:.9375rem;font-weight:700}.section-item p{color:#374151;font-size:.9375rem;line-height:1.6}.choose-section{grid-template-columns:1fr 1fr;gap:24px;margin:32px 0;display:grid}.choose-section h2{margin-bottom:14px;font-size:1.125rem;font-weight:700}.choose-section ul{list-style:none}.choose-section li{border-bottom:1px solid var(--border);padding:6px 0;font-size:.9rem;line-height:1.5}.choose-section li:before{content:"→ ";color:var(--blue)}.reasons-section{margin:32px 0}.reasons-section h2{margin-bottom:16px;font-size:1.375rem;font-weight:700}.reasons-list{flex-direction:column;gap:10px;list-style:none;display:flex}.reasons-list li{background:var(--bg-light);border-radius:var(--radius);border-left:3px solid var(--amber);padding:12px 16px;font-size:.9375rem}.state-switcher{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:12px;margin:24px 0;padding:14px 18px;display:flex}.state-switcher label{color:var(--muted);white-space:nowrap;font-size:.875rem;font-weight:600}.state-switcher select{border:1px solid var(--border);background:var(--bg);min-width:160px;color:var(--text);cursor:pointer;border-radius:6px;flex:1;padding:7px 12px;font-size:.875rem}.state-switcher select:focus{outline:2px solid var(--blue);outline-offset:2px}.next-step-banner{background:var(--blue-faint);border:1px solid var(--blue-light);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:32px 0;padding:20px 24px;display:flex}.next-step-label{text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin-bottom:4px;font-size:.8125rem;font-weight:700}.next-step-title{color:var(--text);font-size:1rem;font-weight:700}.next-step-link{white-space:nowrap;background:var(--blue);border-radius:6px;padding:9px 18px;font-size:.875rem;font-weight:600;transition:background .15s;color:#fff!important;text-decoration:none!important}.next-step-link:hover{background:var(--blue-dark);text-decoration:none!important}.related-guides{margin:40px 0}.related-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.related-card{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);align-items:flex-start;gap:12px;padding:14px 16px;font-size:.875rem;font-weight:500;line-height:1.4;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex;text-decoration:none!important}.related-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-1px);text-decoration:none!important}.related-icon{flex-shrink:0;margin-top:1px;font-size:1.125rem}.hub-section{margin-bottom:32px}.hub-link-list{flex-direction:column;gap:0;list-style:none;display:flex}.hub-link-list li{border-bottom:1px solid var(--border)}.hub-link-list li:first-child{border-top:1px solid var(--border)}.hub-link-list a{color:var(--text);padding:12px 4px;font-size:.9375rem;transition:color .15s,padding-left .15s;display:block}.hub-link-list a:hover{color:var(--blue);padding-left:8px;text-decoration:none}.hub-link{border-top:1px solid var(--border);margin-top:40px;padding-top:24px;font-size:.9rem}.hub-link a{color:var(--muted)}.hub-link a:hover{color:var(--blue)}.no-content{color:var(--muted);padding:24px 0;font-size:.9375rem}.state-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-top:24px;display:grid}.state-grid-card{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);flex-direction:column;padding:14px 16px;font-size:.875rem;transition:border-color .15s,box-shadow .15s;display:flex;text-decoration:none!important}.state-grid-card:hover{border-color:var(--blue);box-shadow:var(--shadow);text-decoration:none!important}.state-grid-card .s-name{font-weight:600}.state-grid-card .s-fee{color:var(--muted);margin-top:2px;font-size:.8125rem}h2{scroll-margin-top:72px}p{color:#374151;line-height:1.7}section+section{margin-top:8px}@media (max-width:640px){.state-stats{grid-template-columns:repeat(3,1fr);gap:8px}.stat-value{font-size:1.125rem}.related-grid,.choose-section,.pros-cons{grid-template-columns:1fr}.site-nav-links{display:none}.next-step-banner{flex-direction:column;align-items:flex-start}.hp-hero-h1{font-size:2rem}.hp-trust-bar{flex-wrap:wrap;gap:12px}.hp-trust-divider{display:none}.hp-featured-grid{grid-template-columns:1fr 1fr}.hp-state-grid{grid-template-columns:repeat(3,1fr)}.hp-topics-grid{grid-template-columns:1fr}.hp-why-grid,.hp-footer-inner{grid-template-columns:1fr 1fr}.hp-hero-actions{flex-direction:column}.hp-hero-btn-primary,.hp-hero-btn-secondary{text-align:center}}.hp-hero{color:#fff;background:linear-gradient(160deg,#0f172a 0%,#1e3a5f 55%,#1d4ed8 100%);padding:0}.hp-hero-inner{text-align:center;max-width:860px;margin:0 auto;padding:72px 24px 48px}.hp-hero-eyebrow{letter-spacing:.04em;color:#bfdbfe;background:#ffffff1f;border:1px solid #fff3;border-radius:100px;margin-bottom:24px;padding:5px 16px;font-size:.8125rem;font-weight:600;display:inline-block}.hp-hero-h1{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:900;line-height:1.12}.hp-hero-accent{color:#93c5fd}.hp-hero-sub{color:#bfdbfe;max-width:600px;margin:0 auto 32px;font-size:1.125rem;line-height:1.7}.hp-hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:0;display:flex}.hp-hero-btn-primary{color:#fff;background:#2563eb;border:2px solid #0000;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;text-decoration:none!important}.hp-hero-btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);text-decoration:none!important}.hp-hero-btn-secondary{color:#fff;background:#ffffff1a;border:2px solid #ffffff40;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:background .15s;text-decoration:none!important}.hp-hero-btn-secondary:hover{background:#ffffff2e;text-decoration:none!important}.hp-trust-bar{background:#00000040;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:40px;padding:20px 24px;display:flex}.hp-trust-item{flex-direction:column;align-items:center;gap:2px;display:flex}.hp-trust-num{color:#fff;font-size:1.5rem;font-weight:800}.hp-trust-label{color:#93c5fd;font-size:.8125rem}.hp-trust-divider{background:#ffffff26;width:1px;height:32px}.hp-main-wrap{max-width:1040px;margin:0 auto;padding:0 20px}.hp-section-title{letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:800}.hp-section-sub{color:var(--muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.hp-featured{padding:64px 0 48px}.hp-featured-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hp-featured-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);box-shadow:var(--shadow);flex-direction:column;padding:20px;transition:border-color .15s,box-shadow .15s,transform .12s;display:flex;text-decoration:none!important}.hp-featured-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1f;text-decoration:none!important}.hp-featured-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.hp-state-badge{background:var(--blue);color:#fff;letter-spacing:.04em;border-radius:6px;padding:4px 10px;font-size:.8125rem;font-weight:800}.hp-fee-tag{color:var(--muted);font-size:.8125rem;font-weight:600}.hp-featured-name{margin-bottom:6px;font-size:1.125rem;font-weight:700}.hp-featured-reason{color:var(--muted);flex:1;margin-bottom:16px;font-size:.875rem;line-height:1.55}.hp-featured-footer{color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:12px;font-size:.8125rem;display:flex}.hp-featured-cta{color:var(--blue);font-weight:600}.hp-states{border-top:1px solid var(--border);padding:48px 0}.hp-search-wrap{margin-bottom:24px;position:relative}.hp-search-icon{width:18px;height:18px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.hp-search{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);width:100%;color:var(--text);appearance:none;padding:13px 44px 13px 42px;font-size:1rem;transition:border-color .15s,box-shadow .15s}.hp-search:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb26}.hp-search-clear{color:var(--muted);border-radius:4px;padding:4px;font-size:.875rem;transition:color .15s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.hp-search-clear:hover{color:var(--text)}.hp-search-empty{text-align:center;color:var(--muted);padding:32px;font-size:.9375rem}.hp-state-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.hp-state-card{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);text-align:center;flex-direction:column;align-items:center;gap:2px;padding:12px 8px;transition:border-color .15s,background .15s,transform .1s;display:flex;position:relative;text-decoration:none!important}.hp-state-card:hover{border-color:var(--blue);background:var(--blue-faint);transform:translateY(-1px);text-decoration:none!important}.hp-state-live{background:var(--bg)}.hp-state-live:hover{background:var(--blue-faint)}.hp-sc-code{color:var(--text);font-size:.8125rem;font-weight:800}.hp-sc-name{color:var(--muted);font-size:.6875rem;line-height:1.3}.hp-sc-fee{color:var(--blue);font-size:.75rem;font-weight:700}.hp-sc-badge{background:var(--green);color:#fff;letter-spacing:.03em;text-transform:uppercase;border-radius:4px;padding:2px 5px;font-size:.6rem;font-weight:700;position:absolute;top:-6px;right:-4px}.hp-topics{border-top:1px solid var(--border);padding:48px 0}.hp-topics-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hp-topic-card{border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);background:var(--bg);box-shadow:var(--shadow);flex-direction:column;padding:24px;transition:border-color .15s,box-shadow .15s,transform .12s;display:flex;text-decoration:none!important}.hp-topic-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1a;text-decoration:none!important}.hp-topic-icon{margin-bottom:12px;font-size:1.75rem}.hp-topic-label{margin-bottom:8px;font-size:1rem;font-weight:700}.hp-topic-desc{color:var(--muted);flex:1;margin-bottom:16px;font-size:.875rem;line-height:1.6}.hp-topic-cta{color:var(--blue);font-size:.875rem;font-weight:700}.hp-why{border-top:1px solid var(--border);padding:48px 0}.hp-why-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.hp-why-card{background:var(--bg-light);border-radius:var(--radius-lg);border:1px solid var(--border);padding:24px}.hp-why-icon{margin-bottom:12px;font-size:1.75rem;display:block}.hp-why-title{margin-bottom:8px;font-size:.9375rem;font-weight:700}.hp-why-body{color:var(--muted);font-size:.875rem;line-height:1.65}.hp-faq{border-top:1px solid var(--border);max-width:780px;padding:48px 0}.hp-faq-list{flex-direction:column;gap:0;display:flex}.hp-footer{color:#94a3b8;background:#0f172a;margin-top:64px}.hp-footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1040px;margin:0 auto;padding:56px 24px 40px;display:grid}.hp-footer-logo{color:#fff;margin-bottom:10px;font-size:1.125rem;font-weight:800;display:block}.hp-footer-tagline{max-width:240px;font-size:.875rem;line-height:1.65}.hp-footer-col h4{text-transform:uppercase;letter-spacing:.06em;color:#fff;margin-bottom:14px;font-size:.8125rem;font-weight:700}.hp-footer-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.hp-footer-col li a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .15s}.hp-footer-col li a:hover{color:#fff}.hp-footer-bottom{border-top:1px solid #1e293b;max-width:1040px;margin:0 auto;padding:20px 24px}.hp-footer-bottom p{color:#475569;font-size:.8125rem}@media (max-width:900px){.hp-featured-grid,.hp-topics-grid,.hp-why-grid{grid-template-columns:repeat(2,1fr)}.hp-footer-inner{grid-template-columns:1fr 1fr;gap:32px}.hp-state-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.hp-featured-grid{grid-template-columns:1fr}.hp-state-grid{grid-template-columns:repeat(3,1fr)}.hp-topics-grid,.hp-why-grid,.hp-footer-inner{grid-template-columns:1fr}.hp-hero-h1{font-size:2rem}.hp-trust-bar{flex-wrap:wrap;justify-content:center;gap:16px}.hp-trust-divider{display:none}}
