{"id":4029,"date":"2025-11-13T08:33:26","date_gmt":"2025-11-13T14:33:26","guid":{"rendered":"https:\/\/mytcrplus.com\/product\/platform-microsite-service\/"},"modified":"2025-12-15T15:25:38","modified_gmt":"2025-12-15T21:25:38","slug":"platform-microsite-service","status":"publish","type":"product","link":"https:\/\/mytcrplus.com\/shop\/product\/platform-microsite-service\/","title":{"rendered":"Platform Microsite Service"},"content":{"rendered":"\t\t<div data-elementor-type=\"product-post\" data-elementor-id=\"4029\" class=\"elementor elementor-4029\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ad8649 e-flex e-con-boxed e-con e-parent\" data-id=\"49ad8649\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f12ced elementor-widget elementor-widget-html\" data-id=\"4f12ced\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"platform-service-wrapper\">\n    <style>\n        \/* --- SCOPED CSS FOR PLATFORM SERVICE --- *\/\n        #platform-service-wrapper {\n            font-family: inherit;\n            --ps-primary: #2563eb; \/* Tech Blue *\/\n            --ps-dark: #0f172a;    \/* Server Rack Black *\/\n            --ps-light: #f1f5f9;\n            --ps-border: #cbd5e1;\n            --ps-accent: #10b981;  \/* Status Green *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            background: #fff;\n            color: #334155;\n            line-height: 1.6;\n        }\n\n        #platform-service-wrapper * {\n            box-sizing: border-box;\n        }\n\n        \/* Grid Layout *\/\n        .ps-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        @media (min-width: 992px) {\n            .ps-grid {\n                grid-template-columns: 1.1fr 0.9fr;\n                align-items: center;\n            }\n        }\n\n        \/* Hero Section *\/\n        .ps-hero {\n            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n            padding: 3rem 2rem;\n            border-radius: 12px;\n            border: 1px solid #334155;\n            margin-bottom: 3rem;\n            position: relative;\n            overflow: hidden;\n            color: white;\n        }\n\n        .ps-badge {\n            display: inline-block;\n            background: rgba(37, 99, 235, 0.2);\n            color: #60a5fa;\n            font-weight: 700;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            padding: 0.25rem 0.75rem;\n            border-radius: 99px;\n            margin-bottom: 1rem;\n            letter-spacing: 0.05em;\n            border: 1px solid rgba(37, 99, 235, 0.4);\n        }\n\n        .ps-title {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #fff;\n            margin: 0 0 1rem 0;\n            line-height: 1.1;\n        }\n\n        .ps-price {\n            font-size: 2.2rem;\n            color: #38bdf8;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .ps-price span {\n            font-size: 1rem;\n            color: #94a3b8;\n            font-weight: 400;\n        }\n\n        .ps-cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background: #3b82f6;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            padding: 1rem 2rem;\n            border-radius: 8px;\n            transition: all 0.2s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);\n        }\n\n        .ps-cta-btn:hover {\n            background: #2563eb;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.5);\n        }\n\n        \/* Mock Server UI *\/\n        .ps-mock-ui {\n            background: #020617;\n            border-radius: 12px;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2);\n            border: 1px solid #1e293b;\n            overflow: hidden;\n            margin-top: 2rem;\n            font-family: monospace;\n            font-size: 0.85rem;\n        }\n\n        @media (min-width: 992px) {\n            .ps-mock-ui {\n                margin-top: 0;\n                transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);\n                transition: transform 0.3s ease;\n            }\n            .ps-mock-ui:hover {\n                transform: perspective(1000px) rotateY(0deg) rotateX(0deg);\n            }\n        }\n\n        .ps-mock-header {\n            background: #1e293b;\n            color: #94a3b8;\n            padding: 0.75rem 1rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 1px solid #334155;\n        }\n\n        .ps-mock-body {\n            padding: 1.5rem;\n        }\n\n        .ps-terminal-line {\n            display: flex;\n            justify-content: space-between;\n            margin-bottom: 0.75rem;\n            padding-bottom: 0.75rem;\n            border-bottom: 1px solid #1e293b;\n            color: #e2e8f0;\n        }\n        \n        .ps-terminal-line:last-child { border-bottom: none; }\n\n        .ps-status {\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        .ps-status.ok { color: #4ade80; }\n        .ps-status.warn { color: #fbbf24; }\n\n        .ps-blink {\n            animation: psBlink 1.5s infinite;\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n            background: currentColor;\n            display: inline-block;\n        }\n\n        @keyframes psBlink { 50% { opacity: 0.3; } }\n\n        \/* Features Grid *\/\n        .ps-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin: 3rem 0;\n        }\n\n        .ps-feature-card {\n            padding: 1.5rem;\n            background: white;\n            border: 1px solid var(--ps-border);\n            border-radius: 8px;\n            transition: border-color 0.2s;\n        }\n\n        .ps-feature-card:hover {\n            border-color: var(--ps-primary);\n            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);\n        }\n\n        .ps-icon-box {\n            width: 48px;\n            height: 48px;\n            background: #eff6ff;\n            color: var(--ps-primary);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 8px;\n            margin-bottom: 1rem;\n        }\n\n        .ps-card-title {\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            color: var(--ps-dark);\n        }\n\n        \/* Specs List *\/\n        .ps-specs-container {\n            background: #f8fafc;\n            border-radius: 12px;\n            padding: 2rem;\n            margin-bottom: 2rem;\n            border: 1px solid #e2e8f0;\n        }\n\n        .ps-specs-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 1rem;\n        }\n\n        .ps-spec-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 0.9rem;\n            color: #475569;\n            background: #fff;\n            padding: 0.75rem;\n            border-radius: 6px;\n            border: 1px solid #f1f5f9;\n        }\n\n        .ps-disclaimer {\n            margin-top: 2rem;\n            padding: 1rem;\n            background: #fff7ed;\n            border-left: 4px solid #f97316;\n            color: #7c2d12;\n            font-size: 0.85rem;\n        }\n    <\/style>\n\n    <!-- Hero Section -->\n    <div class=\"ps-hero\">\n        <div class=\"ps-grid\">\n            <!-- Left: Content -->\n            <div style=\"z-index: 2;\">\n                <span class=\"ps-badge\">Managed Infrastructure<\/span>\n                <h1 class=\"ps-title\">Platform Microsite Service<\/h1>\n                <p style=\"font-size: 1.1rem; color: #cbd5e1; margin-bottom: 1.5rem;\">\n                    Managed compliance infrastructure with 99.9% uptime. Includes dedicated SSL, automated regulatory updates, and security monitoring.\n                <\/p>\n                \n                <div class=\"ps-price\">\n                    $99.00 <span>\/ One-time setup +<\/span> 39.99 mo.\n                <\/div>\n\n                <!-- CHANGE HREF TO YOUR WOOCOMMERCE ADD TO CART LINK -->\n                <a href=\"?add-to-cart=4029\" class=\"ps-cta-btn\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 8px;\"><path d=\"M21 12V7H5a2 2 0 0 1 0-4h14v4\"><\/path><path d=\"M3 5v14a2 2 0 0 0 2 2h16v-5\"><\/path><path d=\"M18 12a2 2 0 0 0 0 4h4v-4Z\"><\/path><\/svg>\n                    Deploy Platform\n                <\/a>\n\n                <div style=\"margin-top: 1.5rem; font-size: 0.85rem; color: #93c5fd; display: flex; align-items: center; gap: 10px;\">\n                    <span style=\"display:flex; align-items:center; gap:4px;\">\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"><\/rect><rect x=\"2\" y=\"14\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"6\" y1=\"6\" x2=\"6.01\" y2=\"6\"><\/line><line x1=\"6\" y1=\"18\" x2=\"6.01\" y2=\"18\"><\/line><\/svg>\n                        Managed Hosting\n                    <\/span>\n                    <span style=\"color:#475569\">|<\/span>\n                    <span style=\"display:flex; align-items:center; gap:4px;\">\n                         <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                        SSL Included\n                    <\/span>\n                <\/div>\n            <\/div>\n\n            <!-- Right: Mock Server UI -->\n            <div class=\"ps-mock-ui\">\n                <div class=\"ps-mock-header\">\n                    <span style=\"font-weight:600; letter-spacing:0.5px;\">SYSTEM_STATUS<\/span>\n                    <span style=\"font-size:0.7rem; background:#1e293b; padding:2px 6px; border-radius:4px; color:#94a3b8;\">ID: SVR-449<\/span>\n                <\/div>\n                <div class=\"ps-mock-body\">\n                    <div class=\"ps-terminal-line\">\n                        <span>Uptime Monitor<\/span>\n                        <span class=\"ps-status ok\"><span class=\"ps-blink\"><\/span> 99.99%<\/span>\n                    <\/div>\n                    <div class=\"ps-terminal-line\">\n                        <span>SSL Certificate<\/span>\n                        <span class=\"ps-status ok\">Auto-Renew Active<\/span>\n                    <\/div>\n                    <div class=\"ps-terminal-line\">\n                        <span>Regulatory Content<\/span>\n                        <span class=\"ps-status ok\">Synced<\/span>\n                    <\/div>\n                    <div class=\"ps-terminal-line\">\n                        <span>Daily Backup<\/span>\n                        <span class=\"ps-status ok\">Completed (04:00 UTC)<\/span>\n                    <\/div>\n                    <div class=\"ps-terminal-line\">\n                        <span>Threat Detection<\/span>\n                        <span class=\"ps-status ok\">0 Threats Found<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Features Grid -->\n    <div class=\"ps-features\">\n        <div class=\"ps-feature-card\">\n            <div class=\"ps-icon-box\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n            <\/div>\n            <h3 class=\"ps-card-title\">Enterprise Security<\/h3>\n            <p style=\"font-size: 0.9rem; color: #64748b;\">Dedicated SSL, automated backups (30-day retention), and active threat detection monitoring.<\/p>\n        <\/div>\n\n        <div class=\"ps-feature-card\">\n            <div class=\"ps-icon-box\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"><\/polyline><polyline points=\"17 6 23 6 23 12\"><\/polyline><\/svg>\n            <\/div>\n            <h3 class=\"ps-card-title\">99.9% Uptime<\/h3>\n            <p style=\"font-size: 0.9rem; color: #64748b;\">Redundant hosting architecture ensures your compliance pages are always accessible to carriers.<\/p>\n        <\/div>\n\n        <div class=\"ps-feature-card\">\n            <div class=\"ps-icon-box\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"><\/path><\/svg>\n            <\/div>\n            <h3 class=\"ps-card-title\">Auto-Updates<\/h3>\n            <p style=\"font-size: 0.9rem; color: #64748b;\">Privacy policies and consent language automatically sync with new regulatory requirements.<\/p>\n        <\/div>\n\n        <div class=\"ps-feature-card\">\n            <div class=\"ps-icon-box\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"><\/path><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"><\/path><\/svg>\n            <\/div>\n            <h3 class=\"ps-card-title\">Industry Customization<\/h3>\n            <p style=\"font-size: 0.9rem; color: #64748b;\">Templates tailored for Healthcare (HIPAA), Finance, Real Estate, and Automotive standards.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Technical Specs -->\n    <div class=\"ps-specs-container\">\n        <h3 style=\"color: var(--ps-dark); margin-bottom: 1.5rem; font-size: 1.2rem;\">Infrastructure Specifications<\/h3>\n        <div class=\"ps-specs-list\">\n            <div class=\"ps-spec-item\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path><\/svg>\n                <strong>Global CDN<\/strong>\n            <\/div>\n            <div class=\"ps-spec-item\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\"><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                <strong>Dedicated SSL<\/strong>\n            <\/div>\n            <div class=\"ps-spec-item\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path><polyline points=\"7 10 12 15 17 10\"><\/polyline><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line><\/svg>\n                <strong>Daily Backups<\/strong>\n            <\/div>\n            <div class=\"ps-spec-item\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg>\n                <strong>99.9% SLA<\/strong>\n            <\/div>\n        <\/div>\n\n        <div class=\"ps-disclaimer\">\n            <strong>Legal Disclaimer:<\/strong> Managed hosting provides technical infrastructure and general compliance content maintenance but does not constitute legal advice regarding regulatory compliance. Organizations remain responsible for business-specific legal requirements.\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Managed compliance infrastructure with 99.9% uptime and automated regulatory updates<\/p>\n","protected":false},"featured_media":0,"comment_status":"closed","ping_status":"open","template":"","meta":[],"product_brand":[],"product_cat":[274],"product_tag":[314,312,313,315],"class_list":["post-4029","product","type-product","status-publish","product_cat-individual-tools","product_tag-infrastructure","product_tag-managed-hosting","product_tag-platform-service","product_tag-website-management","first","instock","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product\/4029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/comments?post=4029"}],"version-history":[{"count":7,"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product\/4029\/revisions"}],"predecessor-version":[{"id":6154,"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product\/4029\/revisions\/6154"}],"wp:attachment":[{"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/media?parent=4029"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product_brand?post=4029"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product_cat?post=4029"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/mytcrplus.com\/shop\/wp-json\/wp\/v2\/product_tag?post=4029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}