{"id":7,"date":"2026-02-12T18:11:50","date_gmt":"2026-02-12T18:11:50","guid":{"rendered":"https:\/\/generisonline.com\/courtwriter\/?page_id=7"},"modified":"2026-02-12T18:37:57","modified_gmt":"2026-02-12T18:37:57","slug":"courtwriter","status":"publish","type":"page","link":"https:\/\/generisonline.com\/courtwriter\/","title":{"rendered":"CourtWriter"},"content":{"rendered":"\n<style>\n    \/* --- CSS VARIABLES & RESET --- *\/\n    #cw-app {\n        --cw-primary: #047857;       \/* Brand Emerald *\/\n        --cw-primary-dark: #064e3b;  \/* Deep Forest *\/\n        --cw-primary-light: #d1fae5; \/* Mint Highlight *\/\n        --cw-accent: #10b981;        \/* Bright Signal Green *\/\n        --cw-dark: #0f172a;          \/* Slate 900 *\/\n        --cw-gray: #334155;          \/* Slate 700 *\/\n        --cw-light: #f8fafc;         \/* Slate 50 *\/\n        --cw-white: #ffffff;\n        \n        --cw-font: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        \n        \/* React-like Shadows *\/\n        --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n        --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);\n        --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);\n        \n        font-family: var(--cw-font);\n        color: var(--cw-dark);\n        background: var(--cw-white);\n        line-height: 1.6;\n        width: 100%;\n        box-sizing: border-box;\n    }\n\n    #cw-app *, #cw-app *::before, #cw-app *::after {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n\n    \/* --- NAVIGATION --- *\/\n    #cw-app .cw-nav-wrapper {\n        position: sticky;\n        top: 0;\n        z-index: 1000;\n        background: rgba(255, 255, 255, 0.95);\n        backdrop-filter: blur(10px); \/* Glassmorphism *\/\n        border-bottom: 1px solid rgba(0,0,0,0.05);\n        box-shadow: var(--shadow-sm);\n        padding: 12px 24px;\n    }\n    \n    #cw-app .cw-nav-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    \/* Brand Styles *\/\n    #cw-app .nav-brand-group {\n        display: flex;\n        flex-direction: column;\n        text-decoration: none;\n        line-height: 1;\n    }\n\n    #cw-app .nav-logo-text {\n        font-weight: 800;\n        font-size: 1.6rem;\n        color: var(--cw-primary-dark);\n        letter-spacing: -0.03em;\n    }\n\n    #cw-app .nav-logo-sub {\n        font-size: 0.65rem;\n        text-transform: uppercase;\n        letter-spacing: 0.15em;\n        color: var(--cw-primary);\n        font-weight: 600;\n        margin-top: 3px;\n        margin-left: 2px;\n    }\n\n    #cw-app .nav-login-btn {\n        font-weight: 600;\n        color: var(--cw-primary);\n        text-decoration: none;\n        padding: 10px 24px;\n        border: 1px solid var(--cw-primary);\n        border-radius: 8px;\n        transition: all 0.2s;\n        font-size: 0.9rem;\n    }\n\n    #cw-app .nav-login-btn:hover {\n        background: var(--cw-primary);\n        color: white;\n    }\n\n    \/* --- TYPOGRAPHY --- *\/\n    #cw-app h1, #cw-app h2, #cw-app h3, #cw-app h4 {\n        color: var(--cw-dark);\n        font-weight: 800;\n        letter-spacing: -0.03em;\n        line-height: 1.2;\n    }\n    \n    #cw-app h1 { font-size: clamp(3rem, 6vw, 4.5rem); margin-bottom: 1.5rem; }\n    #cw-app h2 { font-size: clamp(2rem, 4vw, 3rem); text-align: center; margin-bottom: 1rem; }\n    #cw-app h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }\n    \n    #cw-app p {\n        color: var(--cw-gray);\n        font-size: 1.125rem;\n        margin-bottom: 1.5rem;\n        max-width: 70ch;\n    }\n\n    #cw-app .text-center { text-align: center; margin-left: auto; margin-right: auto; }\n    #cw-app .text-white { color: white !important; }\n\n    \/* --- BUTTONS --- *\/\n    #cw-app .cw-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        background: linear-gradient(135deg, var(--cw-primary) 0%, var(--cw-primary-dark) 100%);\n        color: white !important;\n        padding: 16px 32px;\n        border-radius: 12px;\n        font-weight: 600;\n        text-decoration: none;\n        transition: all 0.2s ease;\n        box-shadow: var(--shadow-md);\n        cursor: pointer;\n        font-size: 1.1rem;\n        border: none;\n    }\n\n    #cw-app .cw-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: var(--shadow-xl);\n    }\n\n    #cw-app .cw-btn.secondary {\n        background: white;\n        color: var(--cw-primary) !important;\n        border: 2px solid var(--cw-primary);\n    }\n\n    \/* --- LAYOUT --- *\/\n    #cw-app .section { padding: 100px 24px; position: relative; }\n    #cw-app .container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }\n    \n    #cw-app .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 4rem; align-items: center; }\n    #cw-app .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }\n    #cw-app .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; }\n\n    \/* --- BACKGROUNDS --- *\/\n    #cw-app .bg-gray { background-color: var(--cw-light); }\n    #cw-app .bg-dark { background-color: var(--cw-dark); color: white; }\n    #cw-app .bg-primary { background: radial-gradient(circle at top right, var(--cw-primary-dark), #022c22); color: white; }\n\n    \/* --- COMPONENTS --- *\/\n    \n    \/* Cards *\/\n    #cw-app .card {\n        background: white;\n        padding: 40px;\n        border-radius: 20px;\n        box-shadow: var(--shadow-sm);\n        border: 1px solid rgba(0,0,0,0.05);\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    #cw-app .card:hover {\n        transform: translateY(-8px);\n        box-shadow: var(--shadow-xl);\n        border-color: var(--cw-primary-light);\n    }\n\n    \/* Pricing Table *\/\n    #cw-app .price-row {\n        display: flex;\n        justify-content: space-between;\n        padding: 20px 0;\n        border-bottom: 1px solid #e2e8f0;\n        align-items: center;\n    }\n    #cw-app .price-row:last-child { border-bottom: none; }\n    #cw-app .price-name { font-weight: 700; color: var(--cw-dark); font-size: 1.1rem; }\n    #cw-app .price-tag { font-family: monospace; font-weight: 700; color: var(--cw-primary); font-size: 1.2rem; background: var(--cw-primary-light); padding: 5px 15px; border-radius: 50px; }\n\n    \/* Icons *\/\n    #cw-app .icon-box {\n        width: 60px;\n        height: 60px;\n        margin-bottom: 24px;\n        border-radius: 12px;\n        background: var(--cw-primary-light);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    #cw-app svg { width: 32px; height: 32px; fill: none; stroke: var(--cw-primary); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }\n    \n    \/* Checkmark List *\/\n    #cw-app .check-list li {\n        display: flex;\n        align-items: center;\n        margin-bottom: 15px;\n        font-weight: 500;\n        color: var(--cw-gray);\n    }\n    #cw-app .check-icon {\n        width: 24px; height: 24px; margin-right: 12px;\n        background: var(--cw-accent); border-radius: 50%;\n        display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n    }\n    #cw-app .check-icon svg { width: 14px; height: 14px; stroke: white; stroke-width: 3; }\n\n    \/* Comparison Doc Visual *\/\n    #cw-app .doc-compare {\n        display: flex;\n        gap: 20px;\n        background: #e2e8f0;\n        padding: 20px;\n        border-radius: 20px;\n    }\n    #cw-app .doc-sheet {\n        flex: 1;\n        background: white;\n        height: 300px;\n        box-shadow: var(--shadow-md);\n        padding: 20px;\n        font-size: 0.5rem;\n        color: #94a3b8;\n        overflow: hidden;\n        position: relative;\n    }\n    #cw-app .doc-bad::before { content: \"THEIRS\"; position: absolute; top: 10px; right: 10px; color: #ef4444; font-weight:900; font-size: 1rem; }\n    #cw-app .doc-good::before { content: \"YOURS\"; position: absolute; top: 10px; right: 10px; color: var(--cw-primary); font-weight:900; font-size: 1rem; }\n\n    \/* FAQ Accordion *\/\n    #cw-app .accordion-item { border-bottom: 1px solid #e2e8f0; }\n    #cw-app .accordion-header { padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; font-weight: 700; }\n    #cw-app .accordion-body { padding-bottom: 24px; display: none; color: var(--cw-gray); }\n    #cw-app .accordion-item.active .accordion-body { display: block; }\n    #cw-app .accordion-icon { transition: transform 0.3s; }\n    #cw-app .accordion-item.active .accordion-icon { transform: rotate(180deg); }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        #cw-app .grid-2 { grid-template-columns: 1fr; gap: 2rem; }\n        #cw-app .doc-compare { flex-direction: column; }\n    }\n<\/style>\n\n<div id=\"cw-app\">\n\n    <div class=\"cw-nav-wrapper\">\n        <div class=\"cw-nav-inner\">\n            <a href=\"#\" class=\"nav-brand-group\">\n                <span class=\"nav-logo-text\">CourtWriter<\/span>\n                <span class=\"nav-logo-sub\">by Generis Global<\/span>\n            <\/a>\n            <a href=\"https:\/\/generisonline.com\/universal-client-intake-form\" class=\"nav-login-btn\">Client Login<\/a>\n        <\/div>\n    <\/div>\n\n    <section class=\"section bg-primary\" style=\"padding-top: 100px; padding-bottom: 120px;\">\n        <div class=\"container text-center\">\n            <h1 class=\"text-white\">Professional Legal Documents.<br>Without The Retainer.<\/h1>\n            <p class=\"text-center text-white\" style=\"opacity: 0.9; font-size: 1.25rem;\">\n                Court-ready motions, pleadings, and discovery responses drafted by legal intelligence. Verified by experts. Delivered in 24 hours.\n            <\/p>\n            <div style=\"margin-top: 40px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;\">\n                <a href=\"https:\/\/generisonline.com\/universal-client-intake-form\" class=\"cw-btn\" style=\"background: white; color: var(--cw-primary) !important;\">Start Your Motion &#8211; $450<\/a>\n                <a href=\"#pricing\" class=\"cw-btn\" style=\"background: transparent; border: 1px solid rgba(255,255,255,0.3);\">View Price List<\/a>\n            <\/div>\n            <div style=\"margin-top: 30px; color: var(--cw-accent); font-weight: 600; font-size: 0.9rem; letter-spacing: 1px;\">\n                NO HIDDEN FEES \u2022 FLAT RATE \u2022 WORLDWIDE ACCESS\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section bg-gray\">\n        <div class=\"container grid-2\">\n            <div>\n                <h2>The Court Doesn&#8217;t Care<br>That You&#8217;re Not a Lawyer.<\/h2>\n                <p>They expect perfection. The justice system is a machine designed for professionals. If you walk in with a handwritten letter or a generic AI template, you are just raw material for the machine.<\/p>\n                <ul class=\"check-list\" style=\"margin-top: 30px;\">\n                    <li><div class=\"check-icon\" style=\"background:#ef4444;\"><svg viewBox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\"><\/path><\/svg><\/div> Miss a margin rule? Case delayed.<\/li>\n                    <li><div class=\"check-icon\" style=\"background:#ef4444;\"><svg viewBox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\"><\/path><\/svg><\/div> Cite overturned law? Motion denied.<\/li>\n                    <li><div class=\"check-icon\" style=\"background:#ef4444;\"><svg viewBox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\"><\/path><\/svg><\/div> Miss a deadline? <strong>Case dismissed.<\/strong><\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"doc-compare\">\n                <div class=\"doc-sheet doc-bad\">\n                    <div style=\"width:80%; height:4px; background:#e2e8f0; margin-bottom:10px;\"><\/div>\n                    <div style=\"width:60%; height:4px; background:#e2e8f0; margin-bottom:10px;\"><\/div>\n                    <div style=\"width:90%; height:4px; background:#ef4444; margin-bottom:10px; opacity:0.5;\"><\/div>\n                    <div style=\"color:#ef4444; font-weight:bold; margin-top:20px;\">REJECTED<\/div>\n                <\/div>\n                <div class=\"doc-sheet doc-good\" style=\"transform: scale(1.05); z-index: 2;\">\n                    <div style=\"width:40%; height:6px; background:var(--cw-primary); margin: 0 auto 20px auto;\"><\/div>\n                    <div style=\"width:100%; height:4px; background:#e2e8f0; margin-bottom:8px;\"><\/div>\n                    <div style=\"width:100%; height:4px; background:#e2e8f0; margin-bottom:8px;\"><\/div>\n                    <div style=\"width:100%; height:4px; background:#e2e8f0; margin-bottom:8px;\"><\/div>\n                    <div style=\"color:var(--cw-primary); font-weight:bold; margin-top:20px; text-align:right;\">FILED \u2705<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\">\n        <div class=\"container text-center\">\n            <h2>Enter CourtWriter.<\/h2>\n            <p class=\"text-center\">We bridge the gap between expensive law firms and dangerous &#8220;do-it-yourself&#8221; forms.<\/p>\n            \n            <div class=\"grid-3\" style=\"margin-top: 60px;\">\n                <div class=\"card\">\n                    <div class=\"icon-box\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3>Smart Drafting<\/h3>\n                    <p style=\"font-size: 0.95rem;\">You provide facts. We build the legal argument using verified case law and statutes.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"icon-box\">\n                        <svg viewBox=\"0 0 24 24\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"><\/polygon><polyline points=\"2 17 12 22 22 17\"><\/polyline><polyline points=\"2 12 12 17 22 12\"><\/polyline><\/svg>\n                    <\/div>\n                    <h3>Procedural Scrub<\/h3>\n                    <p style=\"font-size: 0.95rem;\">We auto-format margins, fonts, and captions to meet local court rules.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <div class=\"icon-box\">\n                        <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Human Verified<\/h3>\n                    <p style=\"font-size: 0.95rem;\">Every document passes through a review protocol to ensure logic and safety.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"pricing\" class=\"section bg-gray\">\n        <div class=\"container\">\n            <h2 class=\"text-center\">Fair, Flat-Rate Pricing.<\/h2>\n            <p class=\"text-center\">No billable hours. No retainers. Just one price per document.<\/p>\n\n            <div class=\"card\" style=\"max-width: 800px; margin: 50px auto; padding: 0;\">\n                <div style=\"background: var(--cw-dark); padding: 20px; border-radius: 20px 20px 0 0; color: white; display: flex; justify-content: space-between;\">\n                    <span style=\"font-weight: 700;\">Document Type<\/span>\n                    <span style=\"font-weight: 700;\">Flat Fee<\/span>\n                <\/div>\n                <div style=\"padding: 20px 40px;\">\n                    <div class=\"price-row\">\n                        <div class=\"price-name\">Motion to Dismiss \/ Answer<\/div>\n                        <div class=\"price-tag\">$450<\/div>\n                    <\/div>\n                    <div class=\"price-row\">\n                        <div class=\"price-name\">Response to Summary Judgment<\/div>\n                        <div class=\"price-tag\">$600<\/div>\n                    <\/div>\n                    <div class=\"price-row\">\n                        <div class=\"price-name\">Discovery Request (Interrogatories)<\/div>\n                        <div class=\"price-tag\">$400<\/div>\n                    <\/div>\n                    <div class=\"price-row\">\n                        <div class=\"price-name\">Discovery Response (Answering)<\/div>\n                        <div class=\"price-tag\">$450<\/div>\n                    <\/div>\n                    <div class=\"price-row\">\n                        <div class=\"price-name\">Affidavit \/ Declaration<\/div>\n                        <div class=\"price-tag\">$250<\/div>\n                    <\/div>\n                    <div class=\"price-row\">\n                        <div class=\"price-name\">Emergency Motion to Stay<\/div>\n                        <div class=\"price-tag\">$550<\/div>\n                    <\/div>\n                <\/div>\n                <div style=\"background: #f1f5f9; padding: 20px; border-radius: 0 0 20px 20px; text-align: center;\">\n                    <a href=\"https:\/\/generisonline.com\/universal-client-intake-form\" class=\"cw-btn\" style=\"width: 100%; max-width: 300px;\">Get Started Now<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"card\" style=\"background: linear-gradient(135deg, #0f172a 0%, #334155 100%); color: white; border: none;\">\n                <div class=\"grid-2\">\n                    <div>\n                        <h2 class=\"text-white\" style=\"text-align: left;\">The &#8220;Generis Shield&#8221; Subscription<\/h2>\n                        <p class=\"text-white\" style=\"opacity: 0.8;\">Facing a complex case with dozens of filings? Don&#8217;t pay per document.<\/p>\n                        <ul class=\"check-list\">\n                            <li class=\"text-white\"><div class=\"check-icon\" style=\"background:white;\"><svg stroke=\"black\" viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/div> Monthly Flat Rate (Custom Quoted)<\/li>\n                            <li class=\"text-white\"><div class=\"check-icon\" style=\"background:white;\"><svg stroke=\"black\" viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/div> Dedicated Case Manager<\/li>\n                            <li class=\"text-white\"><div class=\"check-icon\" style=\"background:white;\"><svg stroke=\"black\" viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/div> Priority 24h Turnaround<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/generisonline.com\/universal-client-intake-form\" class=\"cw-btn secondary\" style=\"margin-top: 20px;\">Inquire About Subscription<\/a>\n                    <\/div>\n                    <div style=\"text-align: center;\">\n                        <svg viewBox=\"0 0 24 24\" style=\"width: 150px; height: 150px; stroke: var(--cw-accent); stroke-width: 1;\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section bg-gray\">\n        <div class=\"container\">\n            <h2 class=\"text-center\">From Chaos to Court-Ready.<\/h2>\n            <div class=\"grid-4\" style=\"margin-top: 50px;\">\n                <div class=\"card text-center\">\n                    <div style=\"font-size: 3rem; font-weight: 800; color: #cbd5e1; margin-bottom: 10px;\">1<\/div>\n                    <h4>Upload<\/h4>\n                    <p style=\"font-size: 0.9rem;\">Submit your case facts or opposing documents securely.<\/p>\n                <\/div>\n                <div class=\"card text-center\">\n                    <div style=\"font-size: 3rem; font-weight: 800; color: #cbd5e1; margin-bottom: 10px;\">2<\/div>\n                    <h4>Analyze<\/h4>\n                    <p style=\"font-size: 0.9rem;\">We identify the necessary legal elements and defenses.<\/p>\n                <\/div>\n                <div class=\"card text-center\">\n                    <div style=\"font-size: 3rem; font-weight: 800; color: #cbd5e1; margin-bottom: 10px;\">3<\/div>\n                    <h4>Draft<\/h4>\n                    <p style=\"font-size: 0.9rem;\">Our engine builds the document with proper formatting.<\/p>\n                <\/div>\n                <div class=\"card text-center\" style=\"border-color: var(--cw-primary);\">\n                    <div style=\"font-size: 3rem; font-weight: 800; color: var(--cw-primary); margin-bottom: 10px;\">4<\/div>\n                    <h4 style=\"color: var(--cw-primary);\">Deliver<\/h4>\n                    <p style=\"font-size: 0.9rem;\">You receive a PDF\/Word doc ready to sign and file.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\">\n        <div class=\"container text-center\">\n            <h2>We Handle Your Legal Matters.<\/h2>\n            <div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 40px;\">\n                <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">Foreclosure<\/span>\n                <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">Debt Collection<\/span>\n                <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">Small Business<\/span>\n                <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">Breach of Contract<\/span>\n                <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">Landlord \/ Tenant<\/span>\n                <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">Family Law<\/span>\n                 <span style=\"background:#f1f5f9; padding: 10px 20px; border-radius: 50px; font-weight: 600;\">And More&#8230;<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section bg-gray\">\n        <div class=\"container\" style=\"max-width: 800px;\">\n            <h2 class=\"text-center\">Frequently Asked Questions<\/h2>\n            \n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"cwToggle(this)\">Is this legal advice? <span class=\"accordion-icon\">\u25bc<\/span><\/div>\n                <div class=\"accordion-body\">No. CourtWriter is a document preparation service. We act as your scribe. We do not provide legal advice, strategy, or representation. We draft based on your factual input.<\/div>\n            <\/div>\n            \n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"cwToggle(this)\">Can I edit the document? <span class=\"accordion-icon\">\u25bc<\/span><\/div>\n                <div class=\"accordion-body\">Yes. We provide documents in both PDF and editable Word (.docx) formats so you can make final adjustments before filing.<\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"cwToggle(this)\">What jurisdictions do you cover? <span class=\"accordion-icon\">\u25bc<\/span><\/div>\n                <div class=\"accordion-body\">We cover all 50 U.S. states and Federal District Courts. Our system adjusts formatting rules based on the specific court you select.<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section bg-primary text-center\">\n        <div class=\"container\">\n            <h1 class=\"text-white\">Don&#8217;t Walk Into Court Empty-Handed.<\/h1>\n            <p class=\"text-center text-white\" style=\"margin-bottom: 40px; opacity: 0.9;\">Get the respect you deserve from the judge and the opposing counsel.<\/p>\n            <a href=\"https:\/\/generisonline.com\/universal-client-intake-form\" class=\"cw-btn\" style=\"background: white; color: var(--cw-primary) !important;\">Start Your Case Now<\/a>\n        <\/div>\n    <\/section>\n\n    <footer style=\"background: #000000; padding: 60px 24px; color: #94a3b8; font-size: 0.85rem; line-height: 1.8; text-align: center;\">\n        <div class=\"container\">\n            <h3 style=\"color: white; margin-bottom: 20px;\">CourtWriter<\/h3>\n            <p style=\"color: #64748b; margin: 0 auto 30px auto;\">&copy; 2026 Generis Global. All Rights Reserved.<\/p>\n            <div style=\"border-top: 1px solid #1e293b; padding-top: 30px;\">\n                <strong>Disclaimer:<\/strong> CourtWriter is a document preparation service. We are not a law firm and do not provide legal advice. Communications between you and CourtWriter are protected by our Privacy Policy but are not protected by the attorney-client privilege. At no time do we review your answers for legal sufficiency, draw legal conclusions, provide legal advice, or apply the law to the facts of your particular situation. CourtWriter and its services are not a substitute for the advice of an attorney.\n            <\/div>\n        <\/div>\n    <\/footer>\n\n<\/div>\n\n<script>\n    function cwToggle(element) {\n        const item = element.parentElement;\n        item.classList.toggle('active');\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>CourtWriter by Generis Global Client Login Professional Legal Documents.Without The Retainer. Court-ready motions, pleadings, and discovery responses drafted by legal intelligence. Verified by experts. Delivered in 24 hours. Start Your Motion &#8211; $450 View Price List NO HIDDEN FEES \u2022 FLAT RATE \u2022 WORLDWIDE ACCESS The Court Doesn&#8217;t CareThat You&#8217;re Not a Lawyer. They expect &#8230; <a title=\"CourtWriter\" class=\"read-more\" href=\"https:\/\/generisonline.com\/courtwriter\/\" aria-label=\"Read more about CourtWriter\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":7,"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/pages\/7\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/generisonline.com\/courtwriter\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}