{"id":4234,"date":"2025-07-19T07:34:05","date_gmt":"2025-07-18T21:34:05","guid":{"rendered":"https:\/\/gabey.com.au\/gabeyinfo\/?p=4234"},"modified":"2025-07-29T12:08:43","modified_gmt":"2025-07-29T02:08:43","slug":"nomateq-policymint","status":"publish","type":"post","link":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/2025\/07\/19\/nomateq-policymint\/","title":{"rendered":"NOMATEQ PolicyMint"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>NOMATEQ PolicyMint - AI-Powered Policy Management Platform<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8fafc;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Header *\/\n        header {\n            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);\n            color: white;\n            padding: 1rem 0;\n            position: fixed;\n            width: 100%;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n        }\n        \n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .logo {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: #fbbf24;\n        }\n        \n        .cta-header {\n            background: #fbbf24;\n            color: #1e3a8a;\n            padding: 0.75rem 1.5rem;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        \n        .cta-header:hover {\n            background: #f59e0b;\n            transform: translateY(-2px);\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);\n            color: white;\n            padding: 120px 0 80px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"\/><\/svg>');\n            opacity: 0.5;\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 2;\n        }\n        \n        .hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 1.5rem;\n            font-weight: 700;\n            line-height: 1.2;\n        }\n        \n        .hero-subtitle {\n            font-size: 1.3rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .hero-stats {\n            display: flex;\n            justify-content: center;\n            gap: 3rem;\n            margin: 3rem 0;\n        }\n        \n        .stat {\n            text-align: center;\n        }\n        \n        .stat-number {\n            font-size: 2.5rem;\n            font-weight: bold;\n            color: #fbbf24;\n            display: block;\n        }\n        \n        .stat-label {\n            font-size: 0.9rem;\n            opacity: 0.8;\n        }\n        \n        .cta-primary {\n            background: #fbbf24;\n            color: #1e3a8a;\n            padding: 1rem 2rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            display: inline-block;\n            margin: 0 1rem;\n            transition: all 0.3s ease;\n        }\n        \n        .cta-primary:hover {\n            background: #f59e0b;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }\n        \n        .cta-secondary {\n            background: transparent;\n            color: white;\n            padding: 1rem 2rem;\n            border: 2px solid #fbbf24;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            display: inline-block;\n            margin: 0 1rem;\n            transition: all 0.3s ease;\n        }\n        \n        .cta-secondary:hover {\n            background: #fbbf24;\n            color: #1e3a8a;\n        }\n        \n        \/* Problem Section *\/\n        .problem {\n            padding: 80px 0;\n            background: white;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            margin-bottom: 3rem;\n            color: #1e3a8a;\n        }\n        \n        .problem-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n        \n        .problem-item {\n            background: #f8fafc;\n            padding: 2rem;\n            border-radius: 12px;\n            border-left: 4px solid #ef4444;\n            transition: transform 0.3s ease;\n        }\n        \n        .problem-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .problem-item h3 {\n            color: #ef4444;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n        \n        \/* Features Section *\/\n        .features {\n            padding: 80px 0;\n            background: #f8fafc;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n        \n        .feature-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n            border-top: 4px solid #3b82f6;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3b82f6, #1e3a8a);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            font-size: 1.5rem;\n            color: white;\n        }\n        \n        .feature-card h3 {\n            color: #1e3a8a;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n        \n        .feature-card p {\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits {\n            padding: 80px 0;\n            background: white;\n        }\n        \n        .benefits-table {\n            margin-top: 3rem;\n            overflow-x: auto;\n        }\n        \n        .benefits-table table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        .benefits-table th,\n        .benefits-table td {\n            padding: 1.5rem;\n            text-align: left;\n            border-bottom: 1px solid #e5e7eb;\n        }\n        \n        .benefits-table th {\n            background: #1e3a8a;\n            color: white;\n            font-weight: 600;\n        }\n        \n        .benefits-table tr:hover {\n            background: #f8fafc;\n        }\n        \n        \/* Industries Section *\/\n        .industries {\n            padding: 80px 0;\n            background: #f8fafc;\n        }\n        \n        .industries-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n        \n        .industry-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n        }\n        \n        .industry-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n        }\n        \n        .industry-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n        \n        .industry-card h3 {\n            color: #1e3a8a;\n            margin-bottom: 1rem;\n        }\n        \n        .compliance-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            justify-content: center;\n        }\n        \n        .compliance-tag {\n            background: #dbeafe;\n            color: #1e3a8a;\n            padding: 0.25rem 0.75rem;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 500;\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);\n            color: white;\n            text-align: center;\n        }\n        \n        .cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n        }\n        \n        .cta-section p {\n            font-size: 1.2rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background: #1f2937;\n            color: #9ca3af;\n            padding: 2rem 0;\n            text-align: center;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .hero-stats {\n                flex-direction: column;\n                gap: 1.5rem;\n            }\n            \n            .cta-primary,\n            .cta-secondary {\n                display: block;\n                margin: 0.5rem 0;\n            }\n            \n            .features-grid,\n            .industries-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .animate-fade-in {\n            animation: fadeInUp 0.6s ease-out;\n        }\n        \n        \/* Demo Form Modal *\/\n        .modal {\n            display: none;\n            position: fixed;\n            z-index: 2000;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0,0,0,0.5);\n        }\n        \n        .modal-content {\n            background-color: white;\n            margin: 2% auto;\n            padding: 2rem;\n            border-radius: 12px;\n            width: 90%;\n            max-width: 500px;\n            position: relative;\n            max-height: 90vh;\n            overflow-y: auto;\n        }\n        \n        .close {\n            position: absolute;\n            right: 1rem;\n            top: 1rem;\n            font-size: 2rem;\n            cursor: pointer;\n            color: #666;\n        }\n        \n        .form-group {\n            margin-bottom: 1rem;\n        }\n        \n        .form-group label {\n            display: block;\n            margin-bottom: 0.5rem;\n            color: #1e3a8a;\n            font-weight: 500;\n        }\n        \n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            width: 100%;\n            padding: 0.75rem;\n            border: 2px solid #e5e7eb;\n            border-radius: 6px;\n            font-size: 1rem;\n            transition: border-color 0.3s ease;\n        }\n        \n        .form-group input:focus,\n        .form-group select:focus,\n        .form-group textarea:focus {\n            outline: none;\n            border-color: #3b82f6;\n        }\n        \n        .form-submit {\n            background: #3b82f6;\n            color: white;\n            padding: 1rem 2rem;\n            border: none;\n            border-radius: 6px;\n            font-size: 1rem;\n            cursor: pointer;\n            width: 100%;\n            transition: background 0.3s ease;\n        }\n        \n        .form-submit:hover {\n            background: #1e3a8a;\n        }\n    <\/style>\n<\/head>\n<body>\n    <header>\n        <div class=\"container\">\n            <div class=\"header-content\">\n                <div class=\"logo\">NOMATEQ PolicyMint<\/div>\n                <a href=\"#\" class=\"cta-header\" onclick=\"openModal()\">Request Demo<\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content animate-fade-in\">\n                <h1>AI-Powered Policy Management<br>for Regulated Industries<\/h1>\n                <p class=\"hero-subtitle\">Transform weeks of manual policy creation into minutes of intelligent automation. Stay compliant, audit-ready, and ahead of regulatory change.<\/p>\n                \n                <div class=\"hero-stats\">\n                    <div class=\"stat\">\n                        <span class=\"stat-number\">70%<\/span>\n                        <span class=\"stat-label\">Time Reduction<\/span>\n                    <\/div>\n                    <div class=\"stat\">\n                        <span class=\"stat-number\">20+<\/span>\n                        <span class=\"stat-label\">Compliance Frameworks<\/span>\n                    <\/div>\n                    <div class=\"stat\">\n                        <span class=\"stat-number\">10+<\/span>\n                        <span class=\"stat-label\">Global Regions<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div>\n                    <a href=\"#\" class=\"cta-primary\" onclick=\"openModal()\">Schedule Strategic Demo<\/a>\n                    <a href=\"#features\" class=\"cta-secondary\">Explore Features<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"problem\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Manual Policy Creation is Broken<\/h2>\n            <div class=\"problem-grid\">\n                <div class=\"problem-item\">\n                    <h3>\u23f0 Weeks of Development Time<\/h3>\n                    <p>Legal and compliance teams spend countless hours drafting, reviewing, and revising policies from scratch, delaying critical business operations.<\/p>\n                <\/div>\n                <div class=\"problem-item\">\n                    <h3>\ud83d\udccb Inconsistent Standards<\/h3>\n                    <p>Policies vary across departments and regions, creating compliance gaps and increasing audit risk.<\/p>\n                <\/div>\n                <div class=\"problem-item\">\n                    <h3>\ud83c\udf0d Multi-Jurisdiction Complexity<\/h3>\n                    <p>Managing compliance across different regions and frameworks (GDPR, HIPAA, CPS 234, ISO 27001) requires specialised expertise.<\/p>\n                <\/div>\n                <div class=\"problem-item\">\n                    <h3>\ud83d\udcb0 High Cost of Non-Compliance<\/h3>\n                    <p>Regulatory fines average $5.5M per incident, not including reputational damage and operational disruption.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"features\" id=\"features\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Intelligent Policy Automation<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83e\udd16<\/div>\n                    <h3>AI Policy Builder<\/h3>\n                    <p>LLM-powered content generation creates professional, compliant policies from structured data inputs. Define scope, industry, and frameworks\u2014get tailored policies in minutes.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n                    <h3>Smart Section Templates<\/h3>\n                    <p>Dynamic template system detects and organises unstructured policy documents into standard sections. Import via JSON, customise detection parameters, and maintain consistency.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\u270f\ufe0f<\/div>\n                    <h3>Drag-and-Drop Editor<\/h3>\n                    <p>Visual canvas for policy assembly and customisation. Non-technical teams can edit AI-generated content, save multiple versions, and export professional formats.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udc65<\/div>\n                    <h3>Stakeholder Mapping<\/h3>\n                    <p>Link policies directly to internal stakeholders for clear accountability. Track responsibilities, enable targeted communication, and measure policy impact per department.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udf10<\/div>\n                    <h3>Multi-Region Compliance<\/h3>\n                    <p>Built-in support for global operations with region-specific framework alignment. Covers Australia (APRA), US (SOX, HIPAA), EU (GDPR), and emerging markets.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcca<\/div>\n                    <h3>Version Control & Export<\/h3>\n                    <p>Complete audit trail with version history, change logs, and professional export options. Generate Word, PDF, or structured data formats for regulatory reporting.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"benefits\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Business Impact<\/h2>\n            <div class=\"benefits-table\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Capability<\/th>\n                            <th>Business Outcome<\/th>\n                            <th>Competitive Advantage<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Automated Policy Generation<\/td>\n                            <td>Save time, reduce legal costs by 70%<\/td>\n                            <td>AI-driven drafting vs. manual templates<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Compliance Intelligence<\/td>\n                            <td>Avoid fines, maintain regulatory trust<\/td>\n                            <td>Framework + region matching<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Stakeholder Linkage<\/td>\n                            <td>Improve accountability and governance<\/td>\n                            <td>Built-in responsibility tracking<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>AI-Driven Refinement<\/td>\n                            <td>Higher quality documentation, faster approval<\/td>\n                            <td>Prompt engineering for professional tone<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Export & Version Control<\/td>\n                            <td>Seamless reporting to regulators and clients<\/td>\n                            <td>Complete audit trail capabilities<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"industries\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Industry-Specific Compliance<\/h2>\n            <div class=\"industries-grid\">\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe5<\/div>\n                    <h3>Healthcare<\/h3>\n                    <div class=\"compliance-tags\">\n                        <span class=\"compliance-tag\">HIPAA<\/span>\n                        <span class=\"compliance-tag\">APRA<\/span>\n                        <span class=\"compliance-tag\">ISO 27001<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe6<\/div>\n                    <h3>Financial Services<\/h3>\n                    <div class=\"compliance-tags\">\n                        <span class=\"compliance-tag\">CPS 234\/230<\/span>\n                        <span class=\"compliance-tag\">PCI-DSS<\/span>\n                        <span class=\"compliance-tag\">SOX<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfdb\ufe0f<\/div>\n                    <h3>Government<\/h3>\n                    <div class=\"compliance-tags\">\n                        <span class=\"compliance-tag\">NIST<\/span>\n                        <span class=\"compliance-tag\">ISO 27001<\/span>\n                        <span class=\"compliance-tag\">GDPR<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfeb<\/div>\n                    <h3>Education<\/h3>\n                    <div class=\"compliance-tags\">\n                        <span class=\"compliance-tag\">FERPA<\/span>\n                        <span class=\"compliance-tag\">GDPR<\/span>\n                        <span class=\"compliance-tag\">ISO 27001<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\u26a1<\/div>\n                    <h3>Energy & Utilities<\/h3>\n                    <div class=\"compliance-tags\">\n                        <span class=\"compliance-tag\">NERC CIP<\/span>\n                        <span class=\"compliance-tag\">ISO 27001<\/span>\n                        <span class=\"compliance-tag\">NIST<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\uded2<\/div>\n                    <h3>Retail & Tech<\/h3>\n                    <div class=\"compliance-tags\">\n                        <span class=\"compliance-tag\">PCI-DSS<\/span>\n                        <span class=\"compliance-tag\">SOX<\/span>\n                        <span class=\"compliance-tag\">EU AI Act<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <h2>Ready to Transform Your Compliance Strategy?<\/h2>\n            <p>Join forward-thinking organisations that are automating their policy management with AI-powered intelligence.<\/p>\n            <a href=\"#\" class=\"cta-primary\" onclick=\"openModal()\">Schedule Your Strategic Demo<\/a>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"container\">\n            <p>&copy; 2025 NOMATEQ. All rights reserved. | PolicyMint - Intelligent Policy Management Platform<\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Demo Request Modal -->\n    <div id=\"demoModal\" class=\"modal\">\n        <div class=\"modal-content\">\n            <span class=\"close\" onclick=\"closeModal()\">&times;<\/span>\n            <h2 style=\"color: #1e3a8a; margin-bottom: 1rem;\">Request Strategic Demo<\/h2>\n            <!-- Replace with your Formidable Form ID -->\n            <div class=\"frm_forms  with_frm_style frm_style_formidable-style\" id=\"frm_form_2_container\" data-token=\"0410dd4f7e794810b3212725cfce6be2\">\n<form enctype=\"multipart\/form-data\" method=\"post\" class=\"frm-show-form \" id=\"form_nomateq-demo\" data-token=\"0410dd4f7e794810b3212725cfce6be2\">\n<div class=\"frm_form_fields \">\n<fieldset>\n<legend class=\"frm_screen_reader\">NOMATEQ PolicyMint (Base Demo)<\/legend>\r\n<h3 class=\"frm_form_title\">NOMATEQ PolicyMint (Base Demo)<\/h3>\r\n<div class=\"frm_fields_container\">\n<input type=\"hidden\" name=\"frm_action\" value=\"create\" \/>\n<input type=\"hidden\" name=\"form_id\" value=\"2\" \/>\n<input type=\"hidden\" name=\"frm_hide_fields_2\" id=\"frm_hide_fields_2\" value=\"\" \/>\n<input type=\"hidden\" name=\"form_key\" value=\"nomateq-demo\" \/>\n<input type=\"hidden\" name=\"item_meta[0]\" value=\"\" \/>\n<input type=\"hidden\" id=\"frm_submit_entry_2\" name=\"frm_submit_entry_2\" value=\"61305cd920\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/posts\/4234\" \/><div id=\"frm_field_17_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n    <label for=\"field_qh4icy2\" class=\"frm_primary_label\">Name\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_qh4icy2\" name=\"item_meta[17]\" value=\"\"  data-reqmsg=\"Name cannot be blank.\" aria-required=\"true\" data-invmsg=\"Name is invalid\" aria-invalid=\"false\"   aria-describedby=\"frm_desc_field_qh4icy2\"\/>\r\n    <div class=\"frm_description\" id=\"frm_desc_field_qh4icy2\">First<\/div>\r\n    \r\n<\/div>\n<div id=\"frm_field_18_container\" class=\"frm_form_field form-field  frm_required_field frm_hidden_container frm_half\">\r\n    <label for=\"field_ocfup12\" class=\"frm_primary_label\">Last\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_ocfup12\" name=\"item_meta[18]\" value=\"\"  data-reqmsg=\"Last cannot be blank.\" aria-required=\"true\" data-invmsg=\"Last is invalid\" aria-invalid=\"false\"   aria-describedby=\"frm_desc_field_ocfup12\"\/>\r\n    <div class=\"frm_description\" id=\"frm_desc_field_ocfup12\">Last<\/div>\r\n    \r\n<\/div>\n<div id=\"frm_field_19_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_full\">\r\n    <label for=\"field_29yf4d2\" class=\"frm_primary_label\">Email\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"email\" id=\"field_29yf4d2\" name=\"item_meta[19]\" value=\"\"  data-reqmsg=\"Email cannot be blank.\" aria-required=\"true\" data-invmsg=\"Please enter a valid email address\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_23_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container\">\r\n\t<label for=\"field_9436d\" id=\"field_9436d_label\" class=\"frm_primary_label\">Company Name\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input type=\"text\" id=\"field_9436d\" name=\"item_meta[23]\" value=\"\"  data-reqmsg=\"Company Name cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Name is invalid\" aria-invalid=\"false\"  \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_24_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container\">\r\n\t<label for=\"field_9xrii\" id=\"field_9xrii_label\" class=\"frm_primary_label\">Select Industry\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t\t\t<select name=\"item_meta[24]\" id=\"field_9xrii\"  data-reqmsg=\"Select Industry cannot be blank.\" aria-required=\"true\" data-invmsg=\"Select Industry is invalid\" aria-invalid=\"false\"  >\n\t\t<option  value=\"\" selected='selected'> <\/option><option  value=\"Healthcare\">Healthcare<\/option><option  value=\"financial\">financial<\/option><option  value=\"government\">government<\/option><option  value=\"education\">education<\/option><option  value=\"energy\">energy<\/option><option  value=\"retail\">retail<\/option><option  value=\"other\">other<\/option>\t<\/select>\n\t\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_21_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_full\">\r\n    <label for=\"field_9jv0r12\" class=\"frm_primary_label\">Current Compliance Challenges\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <textarea name=\"item_meta[21]\" id=\"field_9jv0r12\" rows=\"5\"  data-reqmsg=\"Current Compliance Challenges cannot be blank.\" aria-required=\"true\" data-invmsg=\"Current Compliance Challenges is invalid\" aria-invalid=\"false\"  ><\/textarea>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_22_container\" class=\"frm_form_field form-field \">\r\n\t<div class=\"frm_submit\">\r\n\r\n<button class=\"frm_button_submit\" type=\"submit\" >Submit<\/button>\r\n\r\n<\/div>\r\n<\/div>\n\t<input type=\"hidden\" name=\"item_key\" value=\"\" \/>\n\t\t\t<div id=\"frm_field_99_container\">\n\t\t\t<label for=\"field_n8o38\" >\n\t\t\t\tIf you are human, leave this field blank.\t\t\t<\/label>\n\t\t\t<input  id=\"field_n8o38\" type=\"text\" class=\"frm_form_field form-field frm_verify\" name=\"item_meta[99]\" value=\"\"  \/>\n\t\t<\/div>\n\t\t<input name=\"frm_state\" type=\"hidden\" value=\"zwn6nsq8sXU63y4WgFd4DysEp1kLB0FNDXlguuyItx8=\" \/><\/div>\n<\/fieldset>\n<\/div>\n\n<\/form>\n<\/div>\n\n            \n            <!-- Alternative: Direct shortcode embed -->\n            <!-- <div id=\"formidable-form-container\">\n                [formidable id=\"demo-request\"]\n            <\/div> -->\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Modal functionality\n        function openModal() {\n            document.getElementById('demoModal').style.display = 'block';\n        }\n\n        function closeModal() {\n            document.getElementById('demoModal').style.display = 'none';\n        }\n\n        \/\/ Close modal when clicking outside\n        window.onclick = function(event) {\n            const modal = document.getElementById('demoModal');\n            if (event.target === modal) {\n                modal.style.display = 'none';\n            }\n        }\n\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Add scroll animations\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('animate-fade-in');\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Observe all sections\n        document.querySelectorAll('section').forEach(section => {\n            observer.observe(section);\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.nomateq.com.au\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"648\" src=\"https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY-1024x648.png\" alt=\"\" class=\"wp-image-4346\" style=\"width:515px;height:auto\" srcset=\"https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY-1024x648.png 1024w, https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY-300x190.png 300w, https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY-768x486.png 768w, https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY-1200x759.png 1200w, https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY-800x506.png 800w, https:\/\/gabey.com.au\/gabeyinfo\/wp-content\/uploads\/2025\/07\/Backed_byGABEY.png 1293w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/a><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>NOMATEQ PolicyMint &#8211; AI-Powered Policy Management Platform NOMATEQ PolicyMint Request Demo AI-Powered Policy Managementfor Regulated Industries Transform weeks of manual policy creation into minutes of intelligent automation. Stay compliant, audit-ready, and ahead of regulatory change. 70% Time Reduction 20+ Compliance Frameworks 10+ Global Regions Schedule Strategic Demo Explore Features Manual Policy Creation is Broken \u23f0 &hellip; <a href=\"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/2025\/07\/19\/nomateq-policymint\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;NOMATEQ PolicyMint&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,84],"tags":[179,180],"class_list":["post-4234","post","type-post","status-publish","format-standard","hentry","category-cyber-and-information-security","category-cyber-news","tag-nomateq","tag-policymint"],"_links":{"self":[{"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/posts\/4234","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/comments?post=4234"}],"version-history":[{"count":0,"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/posts\/4234\/revisions"}],"wp:attachment":[{"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/media?parent=4234"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/categories?post=4234"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gabey.com.au\/gabeyinfo\/index.php\/wp-json\/wp\/v2\/tags?post=4234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}