{"id":129,"date":"2026-08-31T20:31:27","date_gmt":"2026-08-31T13:31:27","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=129"},"modified":"2026-08-31T20:31:28","modified_gmt":"2026-08-31T13:31:28","slug":"machineguard","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/machineguard\/","title":{"rendered":"MachineGuard"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 MACHINEGUARD PRODUCT PAGE\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.mg-page {\n    --mg-yellow: #f7b900;\n    --mg-yellow-dark: #d99f00;\n    --mg-navy: #15213b;\n    --mg-navy-2: #1d2a46;\n    --mg-blue: #214c88;\n    --mg-cyan: #31a9e1;\n    --mg-cyan-light: #dff5ff;\n    --mg-green: #19a974;\n    --mg-orange: #e59a22;\n    --mg-red: #d95c5c;\n    --mg-text: #202b3d;\n    --mg-muted: #667085;\n    --mg-border: #e4e9f0;\n    --mg-light: #f7f9fc;\n\n    font-family: inherit;\n    color: var(--mg-text);\n    line-height: 1.6;\n    overflow: hidden;\n}\n\n.mg-page *,\n.mg-page *::before,\n.mg-page *::after {\n    box-sizing: border-box;\n}\n\n.mg-page a {\n    text-decoration: none;\n}\n\n.mg-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.mg-section {\n    padding: 88px 0;\n}\n\n.mg-light {\n    background: var(--mg-light);\n}\n\n.mg-dark {\n    color: #fff;\n    background:\n        radial-gradient(circle at 84% 15%, rgba(49,169,225,.16), transparent 29%),\n        linear-gradient(135deg, #111c34 0%, #1a2948 100%);\n}\n\n.mg-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    color: var(--mg-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    font-size: 13px;\n    font-weight: 800;\n    margin-bottom: 14px;\n}\n\n.mg-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 3px;\n    background: var(--mg-yellow);\n    border-radius: 3px;\n}\n\n.mg-dark .mg-eyebrow {\n    color: #8bd5f7;\n}\n\n.mg-title {\n    margin: 0;\n    color: var(--mg-navy);\n    font-size: clamp(32px, 4vw, 48px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n}\n\n.mg-dark .mg-title {\n    color: white;\n}\n\n.mg-lead {\n    max-width: 800px;\n    margin: 22px 0 0;\n    color: var(--mg-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n.mg-dark .mg-lead {\n    color: #c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.mg-actions {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-top: 34px;\n}\n\n.mg-btn {\n    min-height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 12px 23px;\n    border-radius: 7px;\n    font-size: 15px;\n    font-weight: 800;\n    transition: .2s ease;\n}\n\n.mg-btn-primary {\n    color: var(--mg-navy);\n    background: var(--mg-yellow);\n}\n\n.mg-btn-primary:hover {\n    color: var(--mg-navy);\n    background: #ffc729;\n    transform: translateY(-2px);\n}\n\n.mg-btn-secondary {\n    color: white;\n    border: 1px solid rgba(255,255,255,.34);\n    background: rgba(255,255,255,.05);\n}\n\n.mg-btn-secondary:hover {\n    color: white;\n    background: rgba(255,255,255,.11);\n}\n\n.mg-btn-dark {\n    color: white;\n    background: var(--mg-navy);\n}\n\n.mg-btn-dark:hover {\n    color: white;\n    background: #223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.mg-hero {\n    position: relative;\n    min-height: 700px;\n    display: flex;\n    align-items: center;\n    color: white;\n\n    background:\n        radial-gradient(circle at 81% 22%, rgba(49,169,225,.24), transparent 29%),\n        radial-gradient(circle at 90% 80%, rgba(247,185,0,.13), transparent 25%),\n        linear-gradient(135deg, #101a30 0%, #193158 60%, #174b70 100%);\n}\n\n.mg-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);\n    background-size: 42px 42px;\n}\n\n.mg-hero-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1.02fr .98fr;\n    gap: 65px;\n    align-items: center;\n    padding: 90px 0;\n}\n\n.mg-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,.20);\n    background: rgba(255,255,255,.07);\n    color: #d8e7f7;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: .4px;\n    margin-bottom: 22px;\n}\n\n.mg-badge-dot {\n    width: 8px;\n    height: 8px;\n    background: var(--mg-yellow);\n    border-radius: 50%;\n    box-shadow: 0 0 0 5px rgba(247,185,0,.12);\n}\n\n.mg-hero h1 {\n    margin: 0;\n    color: white;\n    font-size: clamp(44px, 5.8vw, 70px);\n    line-height: 1.02;\n    letter-spacing: -2.2px;\n}\n\n.mg-hero h1 span {\n    color: var(--mg-yellow);\n}\n\n.mg-hero-copy {\n    max-width: 680px;\n    margin: 26px 0 0;\n    color: #d4e0ee;\n    font-size: 19px;\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO CONDITION PANEL\n   ========================================================= *\/\n\n.mg-monitor-card {\n    padding: 26px;\n    border-radius: 18px;\n    background: rgba(12,27,50,.80);\n    border: 1px solid rgba(255,255,255,.14);\n    box-shadow: 0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter: blur(12px);\n}\n\n.mg-monitor-label {\n    color: #8bd5f7;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 20px;\n}\n\n.mg-monitor-head {\n    padding: 22px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.12);\n    background: rgba(255,255,255,.045);\n}\n\n.mg-monitor-name {\n    color: white;\n    font-size: 29px;\n    font-weight: 900;\n    letter-spacing: -.8px;\n}\n\n.mg-monitor-name span {\n    color: var(--mg-yellow);\n}\n\n.mg-monitor-sub {\n    color: #a9b9cd;\n    margin-top: 3px;\n    font-size: 13px;\n}\n\n.mg-condition-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 10px;\n    margin-top: 20px;\n}\n\n.mg-condition {\n    padding: 15px;\n    border-radius: 9px;\n    background: rgba(49,169,225,.08);\n    border: 1px solid rgba(49,169,225,.19);\n}\n\n.mg-condition small {\n    display: block;\n    color: #8fa5bc;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: .8px;\n}\n\n.mg-condition strong {\n    display: block;\n    margin-top: 4px;\n    color: white;\n    font-size: 16px;\n}\n\n.mg-condition em {\n    display: block;\n    margin-top: 2px;\n    color: #87d7fb;\n    font-size: 10px;\n    font-style: normal;\n}\n\n.mg-health {\n    margin-top: 14px;\n    padding: 14px;\n    border-radius: 9px;\n    border: 1px solid rgba(255,255,255,.08);\n    background: rgba(255,255,255,.04);\n}\n\n.mg-health-top {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    color: #b8c5d6;\n    font-size: 11px;\n}\n\n.mg-health-top strong {\n    color: #f3c650;\n}\n\n.mg-health-bar {\n    height: 7px;\n    margin-top: 9px;\n    background: rgba(255,255,255,.09);\n    border-radius: 999px;\n    overflow: hidden;\n}\n\n.mg-health-bar span {\n    display: block;\n    width: 67%;\n    height: 100%;\n    background: linear-gradient(90deg, #26b58c, #f7b900);\n}\n\n\n\/* =========================================================\n   PROBLEM\n   ========================================================= *\/\n\n.mg-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.mg-card {\n    padding: 28px;\n    background: white;\n    border: 1px solid var(--mg-border);\n    border-radius: 13px;\n}\n\n.mg-card-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 10px;\n    margin-bottom: 18px;\n    background: #fff5d5;\n    color: #b57e00;\n    font-weight: 900;\n}\n\n.mg-card h3 {\n    margin: 0 0 10px;\n    color: var(--mg-navy);\n    font-size: 19px;\n}\n\n.mg-card p {\n    margin: 0;\n    color: var(--mg-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   ARCHITECTURE\n   ========================================================= *\/\n\n.mg-architecture {\n    margin-top: 52px;\n}\n\n.mg-arch-row {\n    display: grid;\n    grid-template-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;\n    align-items: stretch;\n}\n\n.mg-arch-box {\n    padding: 22px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.mg-arch-number {\n    color: var(--mg-yellow);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1.2px;\n}\n\n.mg-arch-box h3 {\n    margin: 10px 0 8px;\n    color: white;\n    font-size: 17px;\n}\n\n.mg-arch-box p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n.mg-arch-arrow {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    color: var(--mg-yellow);\n    font-size: 21px;\n}\n\n\n\/* =========================================================\n   SIGNALS\n   ========================================================= *\/\n\n.mg-signal-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.mg-signal {\n    padding: 25px;\n    background: white;\n    border: 1px solid var(--mg-border);\n    border-radius: 13px;\n    transition: .2s ease;\n}\n\n.mg-signal:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 14px 34px rgba(20,35,60,.08);\n}\n\n.mg-signal-icon {\n    width: 43px;\n    height: 43px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n    border-radius: 9px;\n    background: var(--mg-cyan-light);\n    color: var(--mg-blue);\n    font-weight: 900;\n}\n\n.mg-signal h3 {\n    margin: 0 0 8px;\n    color: var(--mg-navy);\n    font-size: 17px;\n}\n\n.mg-signal p {\n    margin: 0;\n    color: var(--mg-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   MACHINE TYPES\n   ========================================================= *\/\n\n.mg-machine-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 16px;\n    margin-top: 48px;\n}\n\n.mg-machine {\n    padding: 23px 15px;\n    text-align: center;\n    border: 1px solid var(--mg-border);\n    background: white;\n    border-radius: 12px;\n}\n\n.mg-machine-symbol {\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 13px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--mg-blue);\n    background: #eef7fc;\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 900;\n}\n\n.mg-machine strong {\n    display: block;\n    color: var(--mg-navy);\n    font-size: 14px;\n}\n\n.mg-machine span {\n    display: block;\n    margin-top: 4px;\n    color: var(--mg-muted);\n    font-size: 11px;\n}\n\n\n\/* =========================================================\n   CAPABILITIES\n   ========================================================= *\/\n\n.mg-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.mg-feature {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 16px;\n    padding: 23px;\n    background: rgba(255,255,255,.055);\n    border: 1px solid rgba(255,255,255,.11);\n    border-radius: 12px;\n}\n\n.mg-feature-check {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-radius: 50%;\n    background: rgba(25,169,116,.13);\n    border: 1px solid rgba(25,169,116,.25);\n    color: #7ee1bd;\n    font-weight: 900;\n}\n\n.mg-feature h3 {\n    margin: 0 0 6px;\n    color: white;\n    font-size: 17px;\n}\n\n.mg-feature p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   QUESTIONS \/ DIAGNOSTIC\n   ========================================================= *\/\n\n.mg-question-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.mg-question {\n    position: relative;\n    padding: 25px 25px 25px 58px;\n    background: white;\n    border: 1px solid var(--mg-border);\n    border-radius: 12px;\n}\n\n.mg-question::before {\n    content: \"?\";\n    position: absolute;\n    left: 20px;\n    top: 24px;\n    width: 27px;\n    height: 27px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #fff3ce;\n    color: #a87800;\n    font-size: 13px;\n    font-weight: 900;\n}\n\n.mg-question strong {\n    display: block;\n    color: var(--mg-navy);\n    font-size: 15px;\n}\n\n.mg-question span {\n    display: block;\n    margin-top: 5px;\n    color: var(--mg-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   EXAMPLE WORKFLOW\n   ========================================================= *\/\n\n.mg-workflow {\n    margin-top: 48px;\n    overflow: hidden;\n    background: white;\n    border: 1px solid var(--mg-border);\n    border-radius: 17px;\n}\n\n.mg-workflow-head {\n    padding: 27px 30px;\n    color: white;\n    background: linear-gradient(135deg,#172541,#214c70);\n}\n\n.mg-workflow-head h3 {\n    margin: 0;\n    color: white;\n    font-size: 23px;\n}\n\n.mg-workflow-head p {\n    margin: 8px 0 0;\n    color: #ced9e7;\n}\n\n.mg-workflow-row {\n    padding: 31px;\n    display: grid;\n    grid-template-columns: repeat(6,1fr);\n}\n\n.mg-workflow-step {\n    position: relative;\n    text-align: center;\n    padding: 0 12px;\n}\n\n.mg-workflow-step:not(:last-child)::after {\n    content: \"\u2192\";\n    position: absolute;\n    right: -7px;\n    top: 9px;\n    color: var(--mg-yellow-dark);\n    font-weight: 900;\n}\n\n.mg-workflow-step strong {\n    display: block;\n    color: var(--mg-navy);\n    font-size: 13px;\n}\n\n.mg-workflow-step span {\n    display: block;\n    margin-top: 5px;\n    color: var(--mg-muted);\n    font-size: 11px;\n}\n\n\n\/* =========================================================\n   MONITORING VS PROTECTION\n   ========================================================= *\/\n\n.mg-comparison {\n    margin-top: 48px;\n    overflow-x: auto;\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 14px;\n}\n\n.mg-comparison table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n}\n\n.mg-comparison th,\n.mg-comparison td {\n    padding: 17px 20px;\n    text-align: left;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n}\n\n.mg-comparison th {\n    color: white;\n    background: rgba(255,255,255,.065);\n    font-size: 13px;\n}\n\n.mg-comparison td {\n    color: #bec9d8;\n    font-size: 13px;\n}\n\n.mg-comparison tr:last-child td {\n    border-bottom: 0;\n}\n\n.mg-yes {\n    color: #8adcbf !important;\n    font-weight: 800;\n}\n\n.mg-no {\n    color: #f3c650 !important;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   OUTCOMES\n   ========================================================= *\/\n\n.mg-outcome-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.mg-outcome {\n    padding: 27px;\n    background: white;\n    border: 1px solid var(--mg-border);\n    border-radius: 13px;\n}\n\n.mg-outcome-no {\n    color: var(--mg-yellow-dark);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.mg-outcome h3 {\n    margin: 10px 0 8px;\n    color: var(--mg-navy);\n    font-size: 18px;\n}\n\n.mg-outcome p {\n    margin: 0;\n    color: var(--mg-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PROCESS\n   ========================================================= *\/\n\n.mg-process-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.mg-process {\n    padding: 25px;\n    border: 1px solid var(--mg-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.mg-process-num {\n    color: var(--mg-yellow-dark);\n    font-size: 30px;\n    font-weight: 900;\n    line-height: 1;\n}\n\n.mg-process h3 {\n    margin: 15px 0 8px;\n    color: var(--mg-navy);\n    font-size: 17px;\n}\n\n.mg-process p {\n    margin: 0;\n    color: var(--mg-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PLANS\n   ========================================================= *\/\n\n.mg-plan-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.mg-plan {\n    position: relative;\n    padding: 30px;\n    background: white;\n    border: 1px solid var(--mg-border);\n    border-radius: 15px;\n}\n\n.mg-plan-featured {\n    border: 2px solid var(--mg-yellow);\n    transform: translateY(-6px);\n    box-shadow: 0 17px 42px rgba(20,35,60,.09);\n}\n\n.mg-plan-badge {\n    position: absolute;\n    right: 18px;\n    top: 18px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    background: #fff4cc;\n    color: #966c00;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .8px;\n}\n\n.mg-plan-type {\n    color: var(--mg-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.mg-plan h3 {\n    margin: 8px 0;\n    color: var(--mg-navy);\n    font-size: 25px;\n}\n\n.mg-plan p {\n    margin: 0;\n    color: var(--mg-muted);\n    font-size: 14px;\n}\n\n.mg-plan-focus {\n    margin-top: 20px;\n    padding-top: 18px;\n    border-top: 1px solid var(--mg-border);\n    color: var(--mg-navy);\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.mg-plan .mg-btn {\n    width: 100%;\n    margin-top: 21px;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.mg-faq {\n    max-width: 900px;\n    margin-top: 44px;\n}\n\n.mg-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--mg-border);\n}\n\n.mg-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 30px;\n    color: var(--mg-navy);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n.mg-faq summary::-webkit-details-marker {\n    display: none;\n}\n\n.mg-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 0;\n    color: var(--mg-blue);\n    font-size: 22px;\n}\n\n.mg-faq details[open] summary::after {\n    content: \"\u2013\";\n}\n\n.mg-faq p {\n    max-width: 800px;\n    margin: 12px 0 3px;\n    color: var(--mg-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.mg-cta {\n    padding: 88px 0;\n    background:\n        radial-gradient(circle at 15% 50%, rgba(49,169,225,.17), transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.mg-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 45px;\n    align-items: center;\n}\n\n.mg-cta h2 {\n    max-width: 760px;\n    margin: 0;\n    color: white;\n    font-size: clamp(30px,4vw,45px);\n    line-height: 1.14;\n}\n\n.mg-cta h2 span {\n    color: var(--mg-yellow);\n}\n\n.mg-cta p {\n    max-width: 720px;\n    margin: 16px 0 0;\n    color: #c8d4e4;\n    font-size: 16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width: 980px) {\n\n    .mg-hero-inner,\n    .mg-cta-inner {\n        grid-template-columns: 1fr;\n    }\n\n    .mg-problem-grid,\n    .mg-outcome-grid,\n    .mg-plan-grid {\n        grid-template-columns: repeat(2,1fr);\n    }\n\n    .mg-signal-grid {\n        grid-template-columns: repeat(2,1fr);\n    }\n\n    .mg-machine-grid {\n        grid-template-columns: repeat(3,1fr);\n    }\n\n    .mg-process-grid {\n        grid-template-columns: repeat(2,1fr);\n    }\n\n    .mg-arch-row {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n\n    .mg-arch-arrow {\n        height: 25px;\n        transform: rotate(90deg);\n    }\n\n    .mg-workflow-row {\n        grid-template-columns: 1fr;\n        gap: 17px;\n    }\n\n    .mg-workflow-step {\n        text-align: left;\n        padding: 0;\n    }\n\n    .mg-workflow-step:not(:last-child)::after {\n        display: none;\n    }\n}\n\n@media (max-width: 640px) {\n\n    .mg-container {\n        width: min(100% - 28px,1180px);\n    }\n\n    .mg-section {\n        padding: 65px 0;\n    }\n\n    .mg-hero-inner {\n        padding: 70px 0;\n    }\n\n    .mg-problem-grid,\n    .mg-signal-grid,\n    .mg-machine-grid,\n    .mg-feature-grid,\n    .mg-question-grid,\n    .mg-outcome-grid,\n    .mg-process-grid,\n    .mg-plan-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .mg-condition-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .mg-plan-featured {\n        transform: none;\n    }\n\n    .mg-actions {\n        flex-direction: column;\n    }\n\n    .mg-btn {\n        width: 100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"mg-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"mg-hero\">\n\n    <div class=\"mg-container mg-hero-inner\">\n\n        <div>\n\n            <div class=\"mg-badge\">\n                <span class=\"mg-badge-dot\"><\/span>\n                Siteplore Condition Monitoring &#038; Early Warning\n            <\/div>\n\n            <h1>\n                See Machine Condition\n                <span>Before the Problem Becomes Obvious.<\/span>\n            <\/h1>\n\n            <p class=\"mg-hero-copy\">\n                MachineGuard connects machine-condition measurements\n                to the Siteplore platform \u2014 turning vibration,\n                temperature and relevant operating data into trends,\n                alerts and engineering insight that support\n                better maintenance decisions.\n            <\/p>\n\n\n            <div class=\"mg-actions\">\n\n                <a class=\"mg-btn mg-btn-primary\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20MachineGuard%20site%20assessment.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Request MachineGuard Assessment \u2192\n                <\/a>\n\n                <a class=\"mg-btn mg-btn-secondary\"\n                   href=\"\/index.php\/pricing\/\">\n                    View MachineGuard Plans\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"mg-monitor-card\">\n\n            <div class=\"mg-monitor-label\">\n                Connected Machine Condition\n            <\/div>\n\n            <div class=\"mg-monitor-head\">\n\n                <div class=\"mg-monitor-name\">\n                    Machine<span>Guard<\/span>\n                <\/div>\n\n                <div class=\"mg-monitor-sub\">\n                    Retrofit Condition Monitoring &#038; Early Warning\n                <\/div>\n\n\n                <div class=\"mg-condition-grid\">\n\n                    <div class=\"mg-condition\">\n                        <small>Vibration<\/small>\n                        <strong>Trend<\/strong>\n                        <em>Condition change<\/em>\n                    <\/div>\n\n                    <div class=\"mg-condition\">\n                        <small>Temperature<\/small>\n                        <strong>Trend<\/strong>\n                        <em>Thermal behavior<\/em>\n                    <\/div>\n\n                    <div class=\"mg-condition\">\n                        <small>Operating State<\/small>\n                        <strong>Context<\/strong>\n                        <em>Running condition<\/em>\n                    <\/div>\n\n                    <div class=\"mg-condition\">\n                        <small>Alert Status<\/small>\n                        <strong>Early Warning<\/strong>\n                        <em>Attention required<\/em>\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"mg-health\">\n\n                    <div class=\"mg-health-top\">\n                        <span>Condition Trend<\/span>\n                        <strong>Needs Review<\/strong>\n                    <\/div>\n\n                    <div class=\"mg-health-bar\">\n                        <span><\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROBLEM\n     ======================================================== -->\n\n<section class=\"mg-section\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            The Maintenance Visibility Gap\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Machines rarely go from healthy to failed in one moment.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            Many equipment problems develop progressively through\n            changes in vibration, temperature, load or operating behavior.\n            If condition information is only collected during periodic\n            inspection, the degradation may develop between inspection\n            intervals without being visible to the maintenance team.\n        <\/p>\n\n\n        <div class=\"mg-problem-grid\">\n\n            <div class=\"mg-card\">\n\n                <div class=\"mg-card-icon\">01<\/div>\n\n                <h3>\n                    Periodic Inspection Gaps\n                <\/h3>\n\n                <p>\n                    Manual routes provide valuable snapshots,\n                    but machine condition can change between\n                    inspection intervals.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-card\">\n\n                <div class=\"mg-card-icon\">02<\/div>\n\n                <h3>\n                    Failure Without Trend Context\n                <\/h3>\n\n                <p>\n                    A high reading has limited value when there\n                    is no historical baseline to show how rapidly\n                    the condition is changing.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-card\">\n\n                <div class=\"mg-card-icon\">03<\/div>\n\n                <h3>\n                    Maintenance Becomes Reactive\n                <\/h3>\n\n                <p>\n                    Without early evidence, teams may only investigate\n                    after abnormal noise, overheating, process impact\n                    or equipment failure becomes visible.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     HOW IT WORKS\n     ======================================================== -->\n\n<section class=\"mg-section mg-dark\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            How MachineGuard Works\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Condition \u2192 Trend \u2192 Warning \u2192 Diagnosis \u2192 Action\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            MachineGuard creates a continuous data path from selected\n            machine-condition measurements to the engineering information\n            maintenance teams need for investigation and prioritization.\n        <\/p>\n\n\n        <div class=\"mg-architecture\">\n\n            <div class=\"mg-arch-row\">\n\n\n                <div class=\"mg-arch-box\">\n\n                    <div class=\"mg-arch-number\">\n                        01 \u2014 SENSE\n                    <\/div>\n\n                    <h3>\n                        Machine Condition\n                    <\/h3>\n\n                    <p>\n                        Sensors capture selected vibration,\n                        temperature or operating parameters.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"mg-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"mg-arch-box\">\n\n                    <div class=\"mg-arch-number\">\n                        02 \u2014 CONNECT\n                    <\/div>\n\n                    <h3>\n                        Edge Monitoring\n                    <\/h3>\n\n                    <p>\n                        Field measurements are collected\n                        and transported into Siteplore.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"mg-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"mg-arch-box\">\n\n                    <div class=\"mg-arch-number\">\n                        03 \u2014 TREND\n                    <\/div>\n\n                    <h3>\n                        Historical Context\n                    <\/h3>\n\n                    <p>\n                        Measurements become time-series trends\n                        instead of isolated readings.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"mg-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"mg-arch-box\">\n\n                    <div class=\"mg-arch-number\">\n                        04 \u2014 INTERPRET\n                    <\/div>\n\n                    <h3>\n                        Early Warning\n                    <\/h3>\n\n                    <p>\n                        Deviations and configured conditions\n                        highlight assets requiring attention.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"mg-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"mg-arch-box\">\n\n                    <div class=\"mg-arch-number\">\n                        05 \u2014 ACT\n                    <\/div>\n\n                    <h3>\n                        Maintenance Decision\n                    <\/h3>\n\n                    <p>\n                        Evidence supports inspection,\n                        diagnosis and maintenance prioritization.\n                    <\/p>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     SIGNALS\n     ======================================================== -->\n\n<section class=\"mg-section mg-light\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Condition Monitoring Signals\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Monitor the signals that explain machine behavior.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            Measurement selection depends on the machine,\n            expected failure modes, operating conditions,\n            criticality and the engineering objective of the deployment.\n        <\/p>\n\n\n        <div class=\"mg-signal-grid\">\n\n\n            <div class=\"mg-signal\">\n\n                <div class=\"mg-signal-icon\">\n                    Vib\n                <\/div>\n\n                <h3>\n                    Vibration\n                <\/h3>\n\n                <p>\n                    Track relevant vibration indicators\n                    and their change over time.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-signal\">\n\n                <div class=\"mg-signal-icon\">\n                    \u00b0C\n                <\/div>\n\n                <h3>\n                    Temperature\n                <\/h3>\n\n                <p>\n                    Observe bearing, casing or other applicable\n                    temperature behavior where instrumented.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-signal\">\n\n                <div class=\"mg-signal-icon\">\n                    RPM\n                <\/div>\n\n                <h3>\n                    Speed \/ Running State\n                <\/h3>\n\n                <p>\n                    Add machine operating context where suitable\n                    speed or running-state information is available.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-signal\">\n\n                <div class=\"mg-signal-icon\">\n                    LOAD\n                <\/div>\n\n                <h3>\n                    Operating Context\n                <\/h3>\n\n                <p>\n                    Combine condition data with available load,\n                    process or electrical operating information.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <p style=\"\n            margin:28px 0 0;\n            max-width:930px;\n            color:#667085;\n            font-size:12px;\n        \">\n            Available measurements depend on the selected sensors,\n            machine configuration and project scope. Detailed vibration\n            diagnostics, waveform analysis, spectral analysis or additional\n            condition-monitoring techniques require appropriate sensors,\n            acquisition capability and engineering configuration.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MACHINES\n     ======================================================== -->\n\n<section class=\"mg-section\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Typical Applications\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Retrofit monitoring for selected rotating equipment.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            MachineGuard is intended to help extend connected\n            condition visibility to equipment that may not justify\n            a large dedicated machinery-monitoring system.\n        <\/p>\n\n\n        <div class=\"mg-machine-grid\">\n\n            <div class=\"mg-machine\">\n                <div class=\"mg-machine-symbol\">M<\/div>\n                <strong>Motors<\/strong>\n                <span>Electrical drive assets<\/span>\n            <\/div>\n\n            <div class=\"mg-machine\">\n                <div class=\"mg-machine-symbol\">P<\/div>\n                <strong>Pumps<\/strong>\n                <span>Process &#038; utility pumps<\/span>\n            <\/div>\n\n            <div class=\"mg-machine\">\n                <div class=\"mg-machine-symbol\">F<\/div>\n                <strong>Fans<\/strong>\n                <span>Cooling &#038; ventilation<\/span>\n            <\/div>\n\n            <div class=\"mg-machine\">\n                <div class=\"mg-machine-symbol\">B<\/div>\n                <strong>Blowers<\/strong>\n                <span>Utility equipment<\/span>\n            <\/div>\n\n            <div class=\"mg-machine\">\n                <div class=\"mg-machine-symbol\">RE<\/div>\n                <strong>Other Rotating Assets<\/strong>\n                <span>Subject to engineering review<\/span>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CAPABILITIES\n     ======================================================== -->\n\n<section class=\"mg-section mg-dark\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            MachineGuard Capabilities\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            More useful than a single alarm value.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            MachineGuard combines sensing, historical information\n            and operational context so teams can evaluate how\n            machine condition is developing over time.\n        <\/p>\n\n\n        <div class=\"mg-feature-grid\">\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Continuous Condition Trends\n                    <\/h3>\n\n                    <p>\n                        Build historical machine-condition data\n                        between conventional inspection intervals.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Configurable Early Warnings\n                    <\/h3>\n\n                    <p>\n                        Highlight selected deviations and conditions\n                        that require maintenance attention.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Baseline &#038; Trend Comparison\n                    <\/h3>\n\n                    <p>\n                        Compare current behavior against historical\n                        conditions and relevant operating periods.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Multi-Asset Dashboard\n                    <\/h3>\n\n                    <p>\n                        Review selected machines through\n                        centralized Siteplore monitoring views.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Operating Context\n                    <\/h3>\n\n                    <p>\n                        Relate condition information to available\n                        running, process or loading information.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Engineering Review\n                    <\/h3>\n\n                    <p>\n                        Managed service options can support\n                        interpretation and maintenance investigation.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Event History\n                    <\/h3>\n\n                    <p>\n                        Preserve condition changes and monitoring\n                        events for later technical review.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"mg-feature\">\n\n                <div class=\"mg-feature-check\">\u2713<\/div>\n\n                <div>\n                    <h3>\n                        Expandable Deployment\n                    <\/h3>\n\n                    <p>\n                        Start with critical machines and scale\n                        monitoring according to demonstrated value.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     QUESTIONS\n     ======================================================== -->\n\n<section class=\"mg-section mg-light\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            From Data to Maintenance Question\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            The objective is not to collect vibration.\n            It is to understand what changed.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            Historical condition information helps teams move\n            from isolated measurements toward structured\n            technical investigation.\n        <\/p>\n\n\n        <div class=\"mg-question-grid\">\n\n\n            <div class=\"mg-question\">\n                <strong>\n                    Is vibration increasing gradually?\n                <\/strong>\n                <span>\n                    Review the rate and direction of change\n                    rather than a single measurement.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"mg-question\">\n                <strong>\n                    Did the machine condition change after maintenance?\n                <\/strong>\n                <span>\n                    Compare machine behavior before and\n                    after maintenance intervention.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"mg-question\">\n                <strong>\n                    Is temperature increasing with the same operating load?\n                <\/strong>\n                <span>\n                    Relate condition information to available\n                    operating context where possible.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"mg-question\">\n                <strong>\n                    Which machine should be inspected first?\n                <\/strong>\n                <span>\n                    Use trends and configured warnings\n                    to support maintenance prioritization.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"mg-question\">\n                <strong>\n                    Is the change persistent or temporary?\n                <\/strong>\n                <span>\n                    Historical data helps distinguish short-duration\n                    events from developing trends.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"mg-question\">\n                <strong>\n                    Is the abnormality related to operating condition?\n                <\/strong>\n                <span>\n                    Evaluate available machine and process\n                    information together where suitable.\n                <\/span>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     WORKFLOW\n     ======================================================== -->\n\n<section class=\"mg-section\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Example Condition Workflow\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Early warning is valuable when it leads to better investigation.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            A developing machine problem should become a maintenance\n            question before it becomes an operational interruption.\n        <\/p>\n\n\n        <div class=\"mg-workflow\">\n\n            <div class=\"mg-workflow-head\">\n\n                <h3>\n                    Example: Increasing Pump Vibration\n                <\/h3>\n\n                <p>\n                    A typical path from condition change\n                    to maintenance action.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-workflow-row\">\n\n\n                <div class=\"mg-workflow-step\">\n\n                    <strong>\n                        Sensor\n                    <\/strong>\n\n                    <span>\n                        Measures machine condition\n                    <\/span>\n\n                <\/div>\n\n\n                <div class=\"mg-workflow-step\">\n\n                    <strong>\n                        MachineGuard Edge\n                    <\/strong>\n\n                    <span>\n                        Collects condition data\n                    <\/span>\n\n                <\/div>\n\n\n                <div class=\"mg-workflow-step\">\n\n                    <strong>\n                        Siteplore\n                    <\/strong>\n\n                    <span>\n                        Builds historical trend\n                    <\/span>\n\n                <\/div>\n\n\n                <div class=\"mg-workflow-step\">\n\n                    <strong>\n                        Warning\n                    <\/strong>\n\n                    <span>\n                        Highlights developing deviation\n                    <\/span>\n\n                <\/div>\n\n\n                <div class=\"mg-workflow-step\">\n\n                    <strong>\n                        Engineering Review\n                    <\/strong>\n\n                    <span>\n                        Investigates possible causes\n                    <\/span>\n\n                <\/div>\n\n\n                <div class=\"mg-workflow-step\">\n\n                    <strong>\n                        Maintenance Action\n                    <\/strong>\n\n                    <span>\n                        Inspect, confirm and intervene\n                    <\/span>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MONITORING VS PROTECTION\n     ======================================================== -->\n\n<section class=\"mg-section mg-dark\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Important Engineering Boundary\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Condition monitoring is not machinery protection.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            MachineGuard is designed to improve condition visibility\n            and support maintenance decisions. Safety-critical shutdown\n            and machinery protection functions require dedicated,\n            appropriately engineered protection systems.\n        <\/p>\n\n\n        <div class=\"mg-comparison\">\n\n            <table>\n\n                <thead>\n\n                    <tr>\n                        <th>Function<\/th>\n                        <th>MachineGuard<\/th>\n                        <th>Dedicated Protection System<\/th>\n                    <\/tr>\n\n                <\/thead>\n\n\n                <tbody>\n\n                    <tr>\n                        <td>\n                            Historical condition trends\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Yes\n                        <\/td>\n\n                        <td>\n                            System-dependent\n                        <\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>\n                            Remote dashboards\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Yes\n                        <\/td>\n\n                        <td>\n                            System-dependent\n                        <\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>\n                            Early-warning monitoring\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Yes\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Often available\n                        <\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>\n                            Maintenance trend analysis\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Primary purpose\n                        <\/td>\n\n                        <td>\n                            System-dependent\n                        <\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>\n                            Automatic machinery trip\n                        <\/td>\n\n                        <td class=\"mg-no\">\n                            No\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Designed where required\n                        <\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>\n                            Safety-critical protection\n                        <\/td>\n\n                        <td class=\"mg-no\">\n                            No\n                        <\/td>\n\n                        <td class=\"mg-yes\">\n                            Dedicated function\n                        <\/td>\n                    <\/tr>\n\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     EXPECTED OUTCOMES\n     ======================================================== -->\n\n<section class=\"mg-section\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Operational Value\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Better maintenance decisions start with better evidence.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            MachineGuard does not eliminate failures by itself.\n            Its role is to make important machine-condition changes\n            more visible so maintenance teams can investigate earlier\n            and prioritize resources more effectively.\n        <\/p>\n\n\n        <div class=\"mg-outcome-grid\">\n\n\n            <div class=\"mg-outcome\">\n\n                <div class=\"mg-outcome-no\">01<\/div>\n\n                <h3>\n                    Earlier Awareness\n                <\/h3>\n\n                <p>\n                    Identify developing condition changes\n                    between conventional inspection intervals.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-outcome\">\n\n                <div class=\"mg-outcome-no\">02<\/div>\n\n                <h3>\n                    Better Prioritization\n                <\/h3>\n\n                <p>\n                    Focus inspection and maintenance attention\n                    on machines showing relevant changes.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-outcome\">\n\n                <div class=\"mg-outcome-no\">03<\/div>\n\n                <h3>\n                    Historical Evidence\n                <\/h3>\n\n                <p>\n                    Preserve machine behavior before,\n                    during and after maintenance events.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-outcome\">\n\n                <div class=\"mg-outcome-no\">04<\/div>\n\n                <h3>\n                    Remote Visibility\n                <\/h3>\n\n                <p>\n                    Review selected equipment without depending\n                    entirely on local observation.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-outcome\">\n\n                <div class=\"mg-outcome-no\">05<\/div>\n\n                <h3>\n                    Improved Investigation\n                <\/h3>\n\n                <p>\n                    Use trends and operating context to support\n                    technical troubleshooting.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-outcome\">\n\n                <div class=\"mg-outcome-no\">06<\/div>\n\n                <h3>\n                    Scalable PdM Foundation\n                <\/h3>\n\n                <p>\n                    Build structured condition data that can support\n                    progressively more advanced analysis.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DEPLOYMENT\n     ======================================================== -->\n\n<section class=\"mg-section mg-light\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Deployment Approach\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Start with the machines where earlier information matters.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            MachineGuard deployment should begin with equipment\n            criticality, known failure modes, monitoring gaps\n            and the maintenance decisions the data should support.\n        <\/p>\n\n\n        <div class=\"mg-process-grid\">\n\n\n            <div class=\"mg-process\">\n\n                <div class=\"mg-process-num\">01<\/div>\n\n                <h3>\n                    Assess\n                <\/h3>\n\n                <p>\n                    Review asset criticality, failure history,\n                    operating conditions and existing maintenance strategy.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-process\">\n\n                <div class=\"mg-process-num\">02<\/div>\n\n                <h3>\n                    Engineer\n                <\/h3>\n\n                <p>\n                    Define monitoring parameters, sensor locations,\n                    installation and connectivity architecture.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-process\">\n\n                <div class=\"mg-process-num\">03<\/div>\n\n                <h3>\n                    Baseline &#038; Validate\n                <\/h3>\n\n                <p>\n                    Establish initial machine behavior,\n                    validate data quality and configure monitoring views.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"mg-process\">\n\n                <div class=\"mg-process-num\">04<\/div>\n\n                <h3>\n                    Monitor &#038; Improve\n                <\/h3>\n\n                <p>\n                    Review trends, investigate deviations\n                    and expand deployment where value is demonstrated.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PLANS\n     ======================================================== -->\n\n<section class=\"mg-section\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            MachineGuard Plans\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            Choose how far you want to go beyond monitoring.\n        <\/h2>\n\n        <p class=\"mg-lead\">\n            Begin with connected condition visibility and expand\n            toward deeper analysis and engineering support.\n            Final scope depends on number of assets, sensors,\n            machine configuration and site requirements.\n        <\/p>\n\n\n        <div class=\"mg-plan-grid\">\n\n\n            <!-- MONITOR -->\n\n            <div class=\"mg-plan\">\n\n                <div class=\"mg-plan-type\">\n                    Connected Condition Monitoring\n                <\/div>\n\n                <h3>\n                    Monitor\n                <\/h3>\n\n                <p>\n                    For teams that need centralized machine-condition\n                    visibility, trends and configurable monitoring.\n                <\/p>\n\n                <div class=\"mg-plan-focus\">\n                    Focus: Condition Visibility &#038; Early Warning\n                <\/div>\n\n\n                <a class=\"mg-btn mg-btn-dark\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20the%20MachineGuard%20Monitor%20Plan.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Choose Monitor\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- OPTIMIZE -->\n\n            <div class=\"mg-plan mg-plan-featured\">\n\n                <div class=\"mg-plan-badge\">\n                    Enhanced Analysis\n                <\/div>\n\n                <div class=\"mg-plan-type\">\n                    Condition Analytics\n                <\/div>\n\n                <h3>\n                    Optimize\n                <\/h3>\n\n                <p>\n                    For teams that need monitoring plus deeper trend\n                    comparison, operating context and analytical views.\n                <\/p>\n\n                <div class=\"mg-plan-focus\">\n                    Focus: Monitoring + Condition Analysis\n                <\/div>\n\n\n                <a class=\"mg-btn mg-btn-primary\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20the%20MachineGuard%20Optimize%20Plan.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Choose Optimize\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- MANAGED INSIGHT -->\n\n            <div class=\"mg-plan\">\n\n                <div class=\"mg-plan-type\">\n                    Managed Condition Insight\n                <\/div>\n\n                <h3>\n                    Managed Insight\n                <\/h3>\n\n                <p>\n                    For teams that want MachineGuard monitoring\n                    supported by ongoing engineering review,\n                    interpretation and maintenance-oriented insight.\n                <\/p>\n\n                <div class=\"mg-plan-focus\">\n                    Focus: Monitoring + Engineering Review\n                <\/div>\n\n\n                <a class=\"mg-btn mg-btn-dark\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20the%20MachineGuard%20Managed%20Insight%20Plan.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Choose Managed Insight\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <div style=\"\n            text-align:center;\n            margin-top:35px;\n        \">\n\n            <a href=\"\/index.php\/pricing\/\"\n               style=\"\n                    color:#214c88;\n                    font-weight:800;\n                    font-size:14px;\n               \">\n                Compare MachineGuard Plans &#038; Pricing \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"mg-section mg-light\">\n\n    <div class=\"mg-container\">\n\n        <div class=\"mg-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"mg-title\">\n            MachineGuard FAQ\n        <\/h2>\n\n\n        <div class=\"mg-faq\">\n\n\n            <details>\n\n                <summary>\n                    What is MachineGuard?\n                <\/summary>\n\n                <p>\n                    MachineGuard is a retrofit condition-monitoring\n                    and early-warning solution that connects selected\n                    machine-condition sensors to Siteplore for\n                    historical trending, monitoring and engineering review.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Is MachineGuard a machinery protection system?\n                <\/summary>\n\n                <p>\n                    No. MachineGuard is intended for condition monitoring,\n                    early warning and maintenance decision support.\n                    It does not replace dedicated vibration protection,\n                    overspeed protection, protective relays,\n                    shutdown systems or safety-critical protection.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    What machines can MachineGuard monitor?\n                <\/summary>\n\n                <p>\n                    Typical applications can include motors, pumps,\n                    fans, blowers and other selected rotating equipment.\n                    Suitability should be evaluated based on equipment\n                    configuration, criticality, failure modes\n                    and monitoring objectives.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    What parameters can MachineGuard monitor?\n                <\/summary>\n\n                <p>\n                    Depending on the selected configuration,\n                    MachineGuard may use vibration, temperature,\n                    running state, speed and other relevant operating\n                    information. Available parameters depend on\n                    installed sensors and project requirements.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does MachineGuard predict exactly when a machine will fail?\n                <\/summary>\n\n                <p>\n                    No. MachineGuard should not be assumed to provide\n                    an exact failure date or Remaining Useful Life prediction.\n                    Its primary purpose is to identify and contextualize\n                    changes in machine condition so that investigation\n                    can begin earlier.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can MachineGuard diagnose bearing failure automatically?\n                <\/summary>\n\n                <p>\n                    MachineGuard can provide condition trends,\n                    warnings and analytical information.\n                    Detailed fault diagnosis depends on the sensors,\n                    available signal information, acquisition capability,\n                    machine characteristics and engineering analysis.\n                    Findings should be verified before maintenance action.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can it replace periodic vibration inspection?\n                <\/summary>\n\n                <p>\n                    Not necessarily. Online or connected monitoring\n                    and periodic specialist inspection can complement\n                    each other. The appropriate maintenance strategy\n                    depends on machine criticality, failure modes\n                    and monitoring capability.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can we start with only a few machines?\n                <\/summary>\n\n                <p>\n                    Yes. A focused initial deployment is often practical.\n                    Equipment can be selected based on criticality,\n                    failure history or known monitoring gaps,\n                    then expanded after the use case is validated.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can MachineGuard be installed in hazardous areas?\n                <\/summary>\n\n                <p>\n                    Hazardous-area deployment must not be assumed.\n                    It requires appropriately certified equipment,\n                    installation methods and engineering review for\n                    the applicable area classification.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How should we start?\n                <\/summary>\n\n                <p>\n                    Start with machines that have operational consequence,\n                    repeated maintenance problems or insufficient\n                    condition visibility. Rekacipta can assess\n                    the equipment, monitoring objective, sensor requirement\n                    and practical deployment architecture.\n                <\/p>\n\n            <\/details>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"mg-cta\">\n\n    <div class=\"mg-container mg-cta-inner\">\n\n        <div>\n\n            <h2>\n                What would change if you could see\n                <span>machine degradation earlier?<\/span>\n            <\/h2>\n\n            <p>\n                Start with a MachineGuard site assessment.\n                Rekacipta can help identify suitable machines,\n                monitoring parameters, sensor locations,\n                connectivity requirements and a practical path\n                toward connected condition monitoring.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"mg-actions\">\n\n            <a class=\"mg-btn mg-btn-primary\"\n               href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20MachineGuard%20site%20assessment.\"\n               target=\"_blank\"\n               rel=\"noopener\">\n                Request MachineGuard Assessment \u2192\n            <\/a>\n\n            <a class=\"mg-btn mg-btn-secondary\"\n               href=\"\/index.php\/pricing\/\">\n                View Pricing\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Condition Monitoring &#038; Early Warning See Machine Condition Before the Problem Becomes Obvious. MachineGuard connects machine-condition measurements to the Siteplore platform \u2014 turning vibration, temperature and relevant operating data into trends, alerts and engineering insight that support better maintenance decisions. Request MachineGuard Assessment \u2192 View MachineGuard Plans Connected Machine Condition MachineGuard Retrofit Condition Monitoring [&hellip;]<\/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-129","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=129"}],"version-history":[{"count":1,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/129\/revisions"}],"predecessor-version":[{"id":130,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/129\/revisions\/130"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}