`); printWindow.document.close(); printWindow.print(); }; const fallbackCopy = (text) => { const textArea = document.createElement('textarea'); textArea.value = text; textArea.style.position = 'fixed'; textArea.style.left = '-999999px'; textArea.style.top = '-999999px'; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { document.execCommand('copy'); setShowToast(true); setTimeout(() => setShowToast(false), 3000); } catch (err) { console.error('Fallback copy failed:', err); alert('Please manually copy the text from the preview'); } document.body.removeChild(textArea); }; const renderTabContent = () => { switch(currentTab) { case 0: return (

Your Contact Information

); case 1: return (

Payment Processor Information

Optional - will use standard processor address if blank
); case 2: return (

Account History

Establish Legitimacy: Show you're an established, legitimate merchant.
Brief, neutral description of what your business does
); case 3: return (

The Hold Details

Document the Freeze: When did it happen and what was their explanation?
What explanation did they give, if any?