{"id":118,"date":"2025-11-20T19:42:49","date_gmt":"2025-11-20T12:42:49","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=118"},"modified":"2026-09-02T11:39:59","modified_gmt":"2026-09-02T04:39:59","slug":"agriculture-environmental-monitoring","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/agriculture-environmental-monitoring\/","title":{"rendered":"Agriculture &amp; Environmental Monitoring"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 AGRICULTURE & ENVIRONMENTAL MONITORING\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.ae-page {\n    --ae-yellow: #f7b900;\n    --ae-yellow-dark: #d99f00;\n    --ae-navy: #15213b;\n    --ae-blue: #214c88;\n    --ae-cyan: #31a9e1;\n    --ae-cyan-light: #dff5ff;\n    --ae-green: #19a974;\n    --ae-green-light: #e8f8f1;\n    --ae-text: #202b3d;\n    --ae-muted: #667085;\n    --ae-border: #e4e9f0;\n    --ae-light: #f7f9fc;\n\n    font-family: inherit;\n    color: var(--ae-text);\n    line-height: 1.6;\n    overflow: hidden;\n}\n\n.ae-page *,\n.ae-page *::before,\n.ae-page *::after {\n    box-sizing: border-box;\n}\n\n.ae-page a {\n    text-decoration: none;\n}\n\n.ae-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.ae-section {\n    padding: 88px 0;\n}\n\n.ae-light {\n    background: var(--ae-light);\n}\n\n.ae-dark {\n    color: white;\n    background:\n        radial-gradient(circle at 85% 15%, rgba(49,169,225,.16), transparent 28%),\n        radial-gradient(circle at 10% 80%, rgba(25,169,116,.10), transparent 25%),\n        linear-gradient(135deg, #111c34 0%, #1a2948 100%);\n}\n\n.ae-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 14px;\n    color: var(--ae-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.ae-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 3px;\n    border-radius: 3px;\n    background: var(--ae-yellow);\n}\n\n.ae-dark .ae-eyebrow {\n    color: #8bd5f7;\n}\n\n.ae-title {\n    margin: 0;\n    color: var(--ae-navy);\n    font-size: clamp(32px,4vw,48px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n}\n\n.ae-dark .ae-title {\n    color: white;\n}\n\n.ae-lead {\n    max-width: 830px;\n    margin: 22px 0 0;\n    color: var(--ae-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n.ae-dark .ae-lead {\n    color: #c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.ae-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 34px;\n}\n\n.ae-btn {\n    min-height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 23px;\n    border-radius: 7px;\n    font-size: 15px;\n    font-weight: 800;\n    transition: .2s ease;\n}\n\n.ae-btn-primary {\n    color: var(--ae-navy);\n    background: var(--ae-yellow);\n}\n\n.ae-btn-primary:hover {\n    color: var(--ae-navy);\n    background: #ffc729;\n    transform: translateY(-2px);\n}\n\n.ae-btn-secondary {\n    color: white;\n    border: 1px solid rgba(255,255,255,.34);\n    background: rgba(255,255,255,.05);\n}\n\n.ae-btn-secondary:hover {\n    color: white;\n    background: rgba(255,255,255,.11);\n}\n\n.ae-btn-dark {\n    color: white;\n    background: var(--ae-navy);\n}\n\n.ae-btn-dark:hover {\n    color: white;\n    background: #223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ae-hero {\n    position: relative;\n    min-height: 700px;\n    display: flex;\n    align-items: center;\n    color: white;\n    background:\n        radial-gradient(circle at 81% 22%, rgba(49,169,225,.24), transparent 29%),\n        radial-gradient(circle at 90% 77%, rgba(25,169,116,.14), transparent 24%),\n        radial-gradient(circle at 72% 86%, rgba(247,185,0,.10), transparent 20%),\n        linear-gradient(135deg, #101a30 0%, #193158 58%, #18566a 100%);\n}\n\n.ae-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.ae-hero-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1.03fr .97fr;\n    gap: 65px;\n    align-items: center;\n    padding: 90px 0;\n}\n\n.ae-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    margin-bottom: 22px;\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}\n\n.ae-badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--ae-yellow);\n    box-shadow: 0 0 0 5px rgba(247,185,0,.12);\n}\n\n.ae-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.ae-hero h1 span {\n    color: var(--ae-yellow);\n}\n\n.ae-hero-copy {\n    max-width: 710px;\n    margin: 26px 0 0;\n    color: #d4e0ee;\n    font-size: 19px;\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO FIELD PANEL\n   ========================================================= *\/\n\n.ae-field-panel {\n    padding: 27px;\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.ae-panel-label {\n    color: #8bd5f7;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n}\n\n.ae-field-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 10px;\n}\n\n.ae-field-item {\n    padding: 15px;\n    border-radius: 9px;\n    background: rgba(49,169,225,.08);\n    border: 1px solid rgba(49,169,225,.18);\n}\n\n.ae-field-item small {\n    display: block;\n    color: #8fa5bc;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: .8px;\n}\n\n.ae-field-item strong {\n    display: block;\n    margin-top: 4px;\n    color: white;\n    font-size: 15px;\n}\n\n.ae-field-item span {\n    display: block;\n    margin-top: 2px;\n    color: #87d7fb;\n    font-size: 10px;\n}\n\n.ae-panel-arrow {\n    padding: 13px 0;\n    text-align: center;\n    color: var(--ae-yellow);\n    font-size: 21px;\n}\n\n.ae-rekasense-box {\n    padding: 17px;\n    text-align: center;\n    border-radius: 10px;\n    border: 1px solid rgba(255,255,255,.10);\n    background: rgba(255,255,255,.055);\n}\n\n.ae-rekasense-box strong {\n    display: block;\n    color: var(--ae-yellow);\n    font-size: 19px;\n}\n\n.ae-rekasense-box span {\n    display: block;\n    margin-top: 4px;\n    color: #b6c4d5;\n    font-size: 11px;\n}\n\n.ae-panel-flow {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 8px;\n    margin-top: 12px;\n}\n\n.ae-panel-flow div {\n    padding: 10px 5px;\n    text-align: center;\n    border-radius: 7px;\n    border: 1px solid rgba(255,255,255,.08);\n    background: rgba(255,255,255,.04);\n    color: #b8c5d7;\n    font-size: 10px;\n}\n\n.ae-panel-flow b {\n    display: block;\n    color: #88dcff;\n}\n\n\n\/* =========================================================\n   PROBLEMS\n   ========================================================= *\/\n\n.ae-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ae-card {\n    padding: 28px;\n    border: 1px solid var(--ae-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.ae-card-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    border-radius: 10px;\n    background: #fff5d5;\n    color: #b57e00;\n    font-weight: 900;\n}\n\n.ae-card h3 {\n    margin: 0 0 10px;\n    color: var(--ae-navy);\n    font-size: 19px;\n}\n\n.ae-card p {\n    margin: 0;\n    color: var(--ae-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   DOMAINS\n   ========================================================= *\/\n\n.ae-domain-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ae-domain {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.ae-domain-no {\n    color: var(--ae-yellow);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.ae-domain h3 {\n    margin: 11px 0 9px;\n    color: white;\n    font-size: 19px;\n}\n\n.ae-domain p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.ae-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 15px;\n}\n\n.ae-tag {\n    padding: 5px 8px;\n    border-radius: 4px;\n    background: rgba(255,255,255,.07);\n    color: #bcd9ea;\n    font-size: 10px;\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   SENSOR GRID\n   ========================================================= *\/\n\n.ae-sensor-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ae-sensor {\n    padding: 25px;\n    border: 1px solid var(--ae-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.ae-sensor-symbol {\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(--ae-cyan-light);\n    color: var(--ae-blue);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.ae-sensor h3 {\n    margin: 0 0 8px;\n    color: var(--ae-navy);\n    font-size: 17px;\n}\n\n.ae-sensor p {\n    margin: 0;\n    color: var(--ae-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   ARCHITECTURE\n   ========================================================= *\/\n\n.ae-architecture {\n    margin-top: 52px;\n}\n\n.ae-arch-row {\n    display: grid;\n    grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;\n}\n\n.ae-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.ae-arch-no {\n    color: var(--ae-yellow);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1.2px;\n}\n\n.ae-arch-box h3 {\n    margin: 10px 0 8px;\n    color: white;\n    font-size: 17px;\n}\n\n.ae-arch-box p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n.ae-arch-arrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--ae-yellow);\n    font-size: 21px;\n}\n\n\n\/* =========================================================\n   QUESTIONS\n   ========================================================= *\/\n\n.ae-question-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ae-question {\n    position: relative;\n    padding: 25px 25px 25px 58px;\n    border: 1px solid var(--ae-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.ae-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    color: #a87800;\n    background: #fff3ce;\n    font-size: 13px;\n    font-weight: 900;\n}\n\n.ae-question strong {\n    display: block;\n    color: var(--ae-navy);\n    font-size: 15px;\n}\n\n.ae-question span {\n    display: block;\n    margin-top: 5px;\n    color: var(--ae-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PRODUCTS\n   ========================================================= *\/\n\n.ae-product-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ae-product {\n    padding: 29px;\n    border: 1px solid rgba(255,255,255,.11);\n    border-radius: 14px;\n    background: rgba(255,255,255,.055);\n}\n\n.ae-product-type {\n    color: #83d8fc;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.ae-product h3 {\n    margin: 8px 0;\n    color: white;\n    font-size: 25px;\n}\n\n.ae-product p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.ae-product-link {\n    display: inline-block;\n    margin-top: 18px;\n    color: var(--ae-yellow);\n    font-size: 13px;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.ae-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ae-use {\n    overflow: hidden;\n    border-radius: 14px;\n    border: 1px solid var(--ae-border);\n    background: white;\n}\n\n.ae-use-head {\n    padding: 23px;\n    color: white;\n    background: linear-gradient(135deg,#172541,#214c70);\n}\n\n.ae-use-head small {\n    display: block;\n    color: #8bd5f7;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-size: 10px;\n    font-weight: 900;\n}\n\n.ae-use-head h3 {\n    margin: 7px 0 0;\n    color: white;\n    font-size: 19px;\n}\n\n.ae-use-body {\n    padding: 23px;\n}\n\n.ae-use-body p {\n    margin: 0;\n    color: var(--ae-muted);\n    font-size: 13px;\n}\n\n.ae-use-chain {\n    margin-top: 17px;\n    color: var(--ae-blue);\n    font-size: 11px;\n    line-height: 1.8;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   ENVIRONMENTAL DATA\n   ========================================================= *\/\n\n.ae-env-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 55px;\n    align-items: center;\n}\n\n.ae-env-panel {\n    padding: 30px;\n    border-radius: 16px;\n    background: rgba(255,255,255,.055);\n    border: 1px solid rgba(255,255,255,.11);\n}\n\n.ae-env-item {\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n}\n\n.ae-env-item:last-child {\n    border-bottom: 0;\n}\n\n.ae-env-item strong {\n    display: block;\n    color: white;\n    font-size: 15px;\n}\n\n.ae-env-item span {\n    display: block;\n    margin-top: 4px;\n    color: #b9c5d5;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   OUTCOMES\n   ========================================================= *\/\n\n.ae-outcome-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ae-outcome {\n    padding: 27px;\n    border: 1px solid var(--ae-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.ae-outcome-no {\n    color: var(--ae-yellow-dark);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.ae-outcome h3 {\n    margin: 10px 0 8px;\n    color: var(--ae-navy);\n    font-size: 18px;\n}\n\n.ae-outcome p {\n    margin: 0;\n    color: var(--ae-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PROCESS\n   ========================================================= *\/\n\n.ae-process-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 16px;\n    margin-top: 48px;\n}\n\n.ae-process {\n    padding: 24px;\n    border: 1px solid rgba(255,255,255,.11);\n    border-radius: 13px;\n    background: rgba(255,255,255,.055);\n}\n\n.ae-process-no {\n    color: var(--ae-yellow);\n    font-size: 29px;\n    line-height: 1;\n    font-weight: 900;\n}\n\n.ae-process h3 {\n    margin: 14px 0 7px;\n    color: white;\n    font-size: 16px;\n}\n\n.ae-process p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n\n\/* =========================================================\n   RESEARCH \/ ESG SUPPORT\n   ========================================================= *\/\n\n.ae-research-box {\n    margin-top: 48px;\n    display: grid;\n    grid-template-columns: .85fr 1.15fr;\n    gap: 45px;\n    padding: 38px;\n    border-radius: 17px;\n    background: white;\n    border: 1px solid var(--ae-border);\n}\n\n.ae-research-badge {\n    display: inline-flex;\n    padding: 6px 10px;\n    border-radius: 999px;\n    background: var(--ae-green-light);\n    color: #167b58;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.ae-research-box h3 {\n    margin: 14px 0 10px;\n    color: var(--ae-navy);\n    font-size: 26px;\n}\n\n.ae-research-box p {\n    margin: 0;\n    color: var(--ae-muted);\n    font-size: 14px;\n}\n\n.ae-research-list {\n    display: grid;\n    gap: 12px;\n}\n\n.ae-research-item {\n    padding: 15px;\n    border-radius: 10px;\n    background: var(--ae-light);\n    border: 1px solid var(--ae-border);\n}\n\n.ae-research-item strong {\n    display: block;\n    color: var(--ae-navy);\n    font-size: 14px;\n}\n\n.ae-research-item span {\n    display: block;\n    margin-top: 4px;\n    color: var(--ae-muted);\n    font-size: 12px;\n}\n\n\n\/* =========================================================\n   START\n   ========================================================= *\/\n\n.ae-start-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ae-start {\n    position: relative;\n    padding: 30px;\n    border: 1px solid var(--ae-border);\n    border-radius: 15px;\n    background: white;\n}\n\n.ae-start-featured {\n    border: 2px solid var(--ae-yellow);\n    transform: translateY(-6px);\n    box-shadow: 0 17px 42px rgba(20,35,60,.09);\n}\n\n.ae-start-badge {\n    position: absolute;\n    right: 18px;\n    top: 18px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    color: #966c00;\n    background: #fff4cc;\n    font-size: 9px;\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n.ae-start-type {\n    color: var(--ae-blue);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.ae-start h3 {\n    margin: 8px 0;\n    color: var(--ae-navy);\n    font-size: 24px;\n}\n\n.ae-start p {\n    margin: 0;\n    color: var(--ae-muted);\n    font-size: 13px;\n}\n\n.ae-start ul {\n    margin: 20px 0 0;\n    padding: 18px 0 0 18px;\n    border-top: 1px solid var(--ae-border);\n    color: var(--ae-muted);\n    font-size: 13px;\n}\n\n.ae-start li {\n    margin: 7px 0;\n}\n\n.ae-start .ae-btn {\n    width: 100%;\n    margin-top: 21px;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ae-faq {\n    max-width: 900px;\n    margin-top: 44px;\n}\n\n.ae-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--ae-border);\n}\n\n.ae-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 30px;\n    color: var(--ae-navy);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n.ae-faq summary::-webkit-details-marker {\n    display: none;\n}\n\n.ae-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 0;\n    color: var(--ae-blue);\n    font-size: 22px;\n}\n\n.ae-faq details[open] summary::after {\n    content: \"\u2013\";\n}\n\n.ae-faq p {\n    max-width: 810px;\n    margin: 12px 0 3px;\n    color: var(--ae-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.ae-cta {\n    padding: 88px 0;\n    background:\n        radial-gradient(circle at 15% 50%, rgba(49,169,225,.17), transparent 30%),\n        radial-gradient(circle at 85% 80%, rgba(25,169,116,.13), transparent 24%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.ae-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 45px;\n    align-items: center;\n}\n\n.ae-cta h2 {\n    max-width: 790px;\n    margin: 0;\n    color: white;\n    font-size: clamp(30px,4vw,45px);\n    line-height: 1.14;\n}\n\n.ae-cta h2 span {\n    color: var(--ae-yellow);\n}\n\n.ae-cta p {\n    max-width: 730px;\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    .ae-hero-inner,\n    .ae-env-grid,\n    .ae-research-box,\n    .ae-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .ae-problem-grid,\n    .ae-domain-grid,\n    .ae-product-grid,\n    .ae-use-grid,\n    .ae-outcome-grid,\n    .ae-start-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ae-sensor-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ae-process-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n\n    .ae-arch-row {\n        grid-template-columns:1fr;\n        gap:10px;\n    }\n\n    .ae-arch-arrow {\n        height:25px;\n        transform:rotate(90deg);\n    }\n}\n\n@media (max-width:640px) {\n\n    .ae-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .ae-section {\n        padding:65px 0;\n    }\n\n    .ae-hero-inner {\n        padding:70px 0;\n    }\n\n    .ae-problem-grid,\n    .ae-domain-grid,\n    .ae-sensor-grid,\n    .ae-question-grid,\n    .ae-product-grid,\n    .ae-use-grid,\n    .ae-outcome-grid,\n    .ae-process-grid,\n    .ae-start-grid {\n        grid-template-columns:1fr;\n    }\n\n    .ae-field-grid {\n        grid-template-columns:1fr;\n    }\n\n    .ae-start-featured {\n        transform:none;\n    }\n\n    .ae-actions {\n        flex-direction:column;\n    }\n\n    .ae-btn {\n        width:100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"ae-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"ae-hero\">\n\n    <div class=\"ae-container ae-hero-inner\">\n\n        <div>\n\n            <div class=\"ae-badge\">\n                <span class=\"ae-badge-dot\"><\/span>\n                Siteplore for Agriculture &amp; Environmental Monitoring\n            <\/div>\n\n            <h1>\n                Understand Field Conditions\n                <span>Before They Become Operational Problems.<\/span>\n            <\/h1>\n\n            <p class=\"ae-hero-copy\">\n                Siteplore connects soil, weather, water, environmental\n                and other compatible field measurements into one\n                monitoring environment \u2014 helping farms, aquaculture\n                operations, environmental teams and distributed sites\n                move from periodic observation to connected,\n                historical and actionable data.\n            <\/p>\n\n\n            <div class=\"ae-actions\">\n\n                <a class=\"ae-btn ae-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20Agriculture%20and%20Environmental%20Monitoring%20assessment.\" target=\"_blank\" rel=\"noopener\">\n                    Request Monitoring Assessment \u2192\n                <\/a>\n\n                <a class=\"ae-btn ae-btn-secondary\" href=\"\/index.php\/rekasense\">\n                    Explore RekaSense\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"ae-field-panel\">\n\n            <div class=\"ae-panel-label\">\n                Connected Field Monitoring\n            <\/div>\n\n\n            <div class=\"ae-field-grid\">\n\n                <div class=\"ae-field-item\">\n                    <small>Soil<\/small>\n                    <strong>Growing Conditions<\/strong>\n                    <span>Moisture \u2022 Temperature \u2022 EC \u2022 pH<\/span>\n                <\/div>\n\n                <div class=\"ae-field-item\">\n                    <small>Weather<\/small>\n                    <strong>Microclimate<\/strong>\n                    <span>Rain \u2022 Wind \u2022 RH \u2022 Temperature<\/span>\n                <\/div>\n\n                <div class=\"ae-field-item\">\n                    <small>Water<\/small>\n                    <strong>Quality &amp; Condition<\/strong>\n                    <span>pH \u2022 DO \u2022 EC \u2022 ORP \u2022 Turbidity<\/span>\n                <\/div>\n\n                <div class=\"ae-field-item\">\n                    <small>Environment<\/small>\n                    <strong>Site Conditions<\/strong>\n                    <span>Ambient \u2022 Noise \u2022 Meteorology<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-panel-arrow\">\u2193<\/div>\n\n\n            <div class=\"ae-rekasense-box\">\n\n                <strong>RekaSense + Siteplore<\/strong>\n\n                <span>\n                    Sensor acquisition, remote connectivity,\n                    dashboards, trends and alerts\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ae-panel-flow\">\n\n                <div>\n                    <b>MEASURE<\/b>\n                    Field Data\n                <\/div>\n\n                <div>\n                    <b>UNDERSTAND<\/b>\n                    Trends\n                <\/div>\n\n                <div>\n                    <b>ACT<\/b>\n                    Decisions\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROBLEMS\n     ======================================================== -->\n\n<section class=\"ae-section\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            The Field Visibility Gap\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Field conditions change continuously.\n            Periodic inspection only shows a snapshot.\n        <\/h2>\n\n        <p class=\"ae-lead\">\n            Agriculture, aquaculture and environmental operations\n            depend on physical conditions that can change throughout\n            the day. When monitoring relies only on manual inspection,\n            standalone instruments or periodic laboratory data,\n            important trends may remain invisible until the impact\n            becomes operationally significant.\n        <\/p>\n\n\n        <div class=\"ae-problem-grid\">\n\n\n            <div class=\"ae-card\">\n                <div class=\"ae-card-icon\">01<\/div>\n                <h3>Manual Field Checks<\/h3>\n                <p>\n                    Important parameters may depend on field rounds\n                    and manually recorded observations.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-card\">\n                <div class=\"ae-card-icon\">02<\/div>\n                <h3>Changing Conditions Between Inspections<\/h3>\n                <p>\n                    Soil, weather or water conditions can change\n                    significantly between measurement intervals.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-card\">\n                <div class=\"ae-card-icon\">03<\/div>\n                <h3>Distributed Monitoring Locations<\/h3>\n                <p>\n                    Farms, ponds, environmental stations and\n                    remote sites can be geographically dispersed.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-card\">\n                <div class=\"ae-card-icon\">04<\/div>\n                <h3>Isolated Sensor Data<\/h3>\n                <p>\n                    A local reading has limited value if the data\n                    cannot be trended or compared over time.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-card\">\n                <div class=\"ae-card-icon\">05<\/div>\n                <h3>Water &amp; Energy Used Without Context<\/h3>\n                <p>\n                    Irrigation, pumping and aeration decisions may\n                    not be connected to actual field conditions.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-card\">\n                <div class=\"ae-card-icon\">06<\/div>\n                <h3>Data Without Action<\/h3>\n                <p>\n                    Collecting more environmental data has little\n                    value if it does not support a practical decision.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MONITORING DOMAINS\n     ======================================================== -->\n\n<section class=\"ae-section ae-dark\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Monitoring Domains\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            One monitoring architecture across soil, weather,\n            water and environmental conditions.\n        <\/h2>\n\n\n        <div class=\"ae-domain-grid\">\n\n\n            <div class=\"ae-domain\">\n\n                <div class=\"ae-domain-no\">01<\/div>\n\n                <h3>Agriculture &amp; Soil<\/h3>\n\n                <p>\n                    Monitor selected growing conditions\n                    across farms, greenhouse and cultivation areas.\n                <\/p>\n\n                <div class=\"ae-tags\">\n                    <span class=\"ae-tag\">Soil Moisture<\/span>\n                    <span class=\"ae-tag\">Temperature<\/span>\n                    <span class=\"ae-tag\">EC<\/span>\n                    <span class=\"ae-tag\">pH<\/span>\n                    <span class=\"ae-tag\">Salinity<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-domain\">\n\n                <div class=\"ae-domain-no\">02<\/div>\n\n                <h3>Weather &amp; Microclimate<\/h3>\n\n                <p>\n                    Understand environmental conditions\n                    surrounding cultivation and field assets.\n                <\/p>\n\n                <div class=\"ae-tags\">\n                    <span class=\"ae-tag\">Rainfall<\/span>\n                    <span class=\"ae-tag\">Wind<\/span>\n                    <span class=\"ae-tag\">Temperature<\/span>\n                    <span class=\"ae-tag\">Humidity<\/span>\n                    <span class=\"ae-tag\">Pressure<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-domain\">\n\n                <div class=\"ae-domain-no\">03<\/div>\n\n                <h3>Greenhouse &amp; Controlled Environment<\/h3>\n\n                <p>\n                    Build historical visibility of selected\n                    environmental conditions inside controlled spaces.\n                <\/p>\n\n                <div class=\"ae-tags\">\n                    <span class=\"ae-tag\">Temperature<\/span>\n                    <span class=\"ae-tag\">Humidity<\/span>\n                    <span class=\"ae-tag\">Light<\/span>\n                    <span class=\"ae-tag\">Growing Conditions<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-domain\">\n\n                <div class=\"ae-domain-no\">04<\/div>\n\n                <h3>Water &amp; Aquaculture<\/h3>\n\n                <p>\n                    Monitor relevant water-quality parameters\n                    across ponds, tanks and water systems.\n                <\/p>\n\n                <div class=\"ae-tags\">\n                    <span class=\"ae-tag\">pH<\/span>\n                    <span class=\"ae-tag\">DO<\/span>\n                    <span class=\"ae-tag\">EC<\/span>\n                    <span class=\"ae-tag\">ORP<\/span>\n                    <span class=\"ae-tag\">Turbidity<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-domain\">\n\n                <div class=\"ae-domain-no\">05<\/div>\n\n                <h3>Environmental Stations<\/h3>\n\n                <p>\n                    Centralize selected environmental\n                    measurements across industrial or remote sites.\n                <\/p>\n\n                <div class=\"ae-tags\">\n                    <span class=\"ae-tag\">Weather<\/span>\n                    <span class=\"ae-tag\">Noise<\/span>\n                    <span class=\"ae-tag\">Ambient Data<\/span>\n                    <span class=\"ae-tag\">Multi-Site<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-domain\">\n\n                <div class=\"ae-domain-no\">06<\/div>\n\n                <h3>Solar &amp; Agri-Energy Context<\/h3>\n\n                <p>\n                    Add solar radiation, weather and electrical\n                    information where relevant to field operations.\n                <\/p>\n\n                <div class=\"ae-tags\">\n                    <span class=\"ae-tag\">Irradiance<\/span>\n                    <span class=\"ae-tag\">Weather<\/span>\n                    <span class=\"ae-tag\">Energy<\/span>\n                    <span class=\"ae-tag\">Remote Power<\/span>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     SENSOR TYPES\n     ======================================================== -->\n\n<section class=\"ae-section ae-light\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Compatible Measurements\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Start with the physical parameter that matters.\n        <\/h2>\n\n        <p class=\"ae-lead\">\n            Sensor selection depends on the measurement objective,\n            required accuracy, field environment, communication\n            interface and maintenance requirements.\n        <\/p>\n\n\n        <div class=\"ae-sensor-grid\">\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">SOIL<\/div>\n                <h3>Soil Parameters<\/h3>\n                <p>\n                    Moisture, temperature, EC,\n                    pH, salinity and other relevant parameters.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">WX<\/div>\n                <h3>Weather<\/h3>\n                <p>\n                    Rainfall, wind, temperature,\n                    humidity, pressure and weather context.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">H\u2082O<\/div>\n                <h3>Water Quality<\/h3>\n                <p>\n                    pH, dissolved oxygen, conductivity,\n                    ORP, turbidity and temperature.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">SOL<\/div>\n                <h3>Solar Radiation<\/h3>\n                <p>\n                    Irradiance and other relevant\n                    solar-environment measurements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">ENV<\/div>\n                <h3>Ambient Environment<\/h3>\n                <p>\n                    Site-specific ambient and\n                    environmental measurement requirements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">LVL<\/div>\n                <h3>Level<\/h3>\n                <p>\n                    Water level, tank level or\n                    other compatible field-level measurements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">FLOW<\/div>\n                <h3>Flow &amp; Irrigation<\/h3>\n                <p>\n                    Monitor compatible water-flow\n                    and distribution measurements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-sensor\">\n                <div class=\"ae-sensor-symbol\">ELEC<\/div>\n                <h3>Electrical &amp; Energy<\/h3>\n                <p>\n                    Add electrical context for pumps,\n                    aerators, irrigation or facility loads.\n                <\/p>\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            Parameters shown above indicate potential monitoring categories.\n            Exact sensor compatibility and performance must be verified\n            based on communication interface, measurement range,\n            accuracy, installation conditions and environmental requirements.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ARCHITECTURE\n     ======================================================== -->\n\n<section class=\"ae-section ae-dark\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Connected Field Architecture\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            From a physical condition to an operational decision.\n        <\/h2>\n\n\n        <div class=\"ae-architecture\">\n\n            <div class=\"ae-arch-row\">\n\n\n                <div class=\"ae-arch-box\">\n                    <div class=\"ae-arch-no\">01 \u2014 FIELD<\/div>\n                    <h3>Physical Condition<\/h3>\n                    <p>\n                        Soil, weather, water,\n                        environment or utility condition.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ae-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ae-arch-box\">\n                    <div class=\"ae-arch-no\">02 \u2014 SENSOR<\/div>\n                    <h3>Measurement<\/h3>\n                    <p>\n                        Compatible instruments\n                        capture the required parameter.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ae-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ae-arch-box\">\n                    <div class=\"ae-arch-no\">03 \u2014 EDGE<\/div>\n                    <h3>RekaSense<\/h3>\n                    <p>\n                        Collect and connect\n                        compatible field measurements.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ae-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ae-arch-box\">\n                    <div class=\"ae-arch-no\">04 \u2014 PLATFORM<\/div>\n                    <h3>Siteplore<\/h3>\n                    <p>\n                        Dashboards, trends,\n                        alerts and historical context.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ae-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ae-arch-box\">\n                    <div class=\"ae-arch-no\">05 \u2014 ACTION<\/div>\n                    <h3>Operational Decision<\/h3>\n                    <p>\n                        Irrigation, inspection,\n                        maintenance or environmental action.\n                    <\/p>\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     QUESTIONS\n     ======================================================== -->\n\n<section class=\"ae-section\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Questions Better Data Can Help Answer\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Good environmental monitoring should lead to better questions.\n        <\/h2>\n\n\n        <div class=\"ae-question-grid\">\n\n\n            <div class=\"ae-question\">\n                <strong>\n                    Is soil moisture falling faster than expected?\n                <\/strong>\n                <span>\n                    Use historical trends to support\n                    irrigation timing and field inspection.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"ae-question\">\n                <strong>\n                    Did rainfall actually reduce irrigation demand?\n                <\/strong>\n                <span>\n                    Compare weather and soil information\n                    within the same time-series context.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"ae-question\">\n                <strong>\n                    Is dissolved oxygen changing during specific hours?\n                <\/strong>\n                <span>\n                    Identify recurring water-condition patterns\n                    in aquaculture operations.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"ae-question\">\n                <strong>\n                    Which pond or field area requires attention first?\n                <\/strong>\n                <span>\n                    Use distributed monitoring to prioritize\n                    physical inspection.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"ae-question\">\n                <strong>\n                    Are pumps or aerators consuming energy when they should not?\n                <\/strong>\n                <span>\n                    Combine field condition with electrical\n                    operating information where available.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"ae-question\">\n                <strong>\n                    Is an environmental deviation temporary or developing?\n                <\/strong>\n                <span>\n                    Historical data can distinguish\n                    short events from persistent trends.\n                <\/span>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PRODUCTS\n     ======================================================== -->\n\n<section class=\"ae-section ae-dark\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Siteplore Product Ecosystem\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Connect the monitoring tools required by the application.\n        <\/h2>\n\n\n        <div class=\"ae-product-grid\">\n\n\n            <div class=\"ae-product\">\n\n                <div class=\"ae-product-type\">\n                    Primary Field Monitoring Layer\n                <\/div>\n\n                <h3>RekaSense<\/h3>\n\n                <p>\n                    Connect compatible soil, weather,\n                    water and environmental sensors\n                    to the Siteplore platform.\n                <\/p>\n\n                <a class=\"ae-product-link\" href=\"\/index.php\/rekasense\">\n                    Explore RekaSense \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"ae-product\">\n\n                <div class=\"ae-product-type\">\n                    Electrical &amp; Energy Monitoring\n                <\/div>\n\n                <h3>PowerWatch<\/h3>\n\n                <p>\n                    Add electrical and energy visibility\n                    for pumps, aerators, irrigation\n                    and other supporting systems.\n                <\/p>\n\n                <a class=\"ae-product-link\" href=\"\/index.php\/powerwatch\">\n                    Explore PowerWatch \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"ae-product\">\n\n                <div class=\"ae-product-type\">\n                    Rotating Equipment Monitoring\n                <\/div>\n\n                <h3>MachineGuard<\/h3>\n\n                <p>\n                    Add condition monitoring to selected\n                    pumps, motors and rotating equipment\n                    where reliability visibility is required.\n                <\/p>\n\n                <a class=\"ae-product-link\" href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     USE CASES\n     ======================================================== -->\n\n<section class=\"ae-section ae-light\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Example Solution Combinations\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Start with one field problem and connect the context around it.\n        <\/h2>\n\n\n        <div class=\"ae-use-grid\">\n\n\n            <div class=\"ae-use\">\n\n                <div class=\"ae-use-head\">\n                    <small>Agriculture<\/small>\n                    <h3>Smart Irrigation Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ae-use-body\">\n\n                    <p>\n                        Connect soil and weather measurements\n                        to support evidence-based irrigation decisions.\n                    <\/p>\n\n                    <div class=\"ae-use-chain\">\n                        Soil Sensors<br>\n                        + Weather Sensors<br>\n                        + RekaSense + Siteplore\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-use\">\n\n                <div class=\"ae-use-head\">\n                    <small>Aquaculture<\/small>\n                    <h3>Pond Condition Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ae-use-body\">\n\n                    <p>\n                        Build continuous water-condition\n                        visibility across selected ponds.\n                    <\/p>\n\n                    <div class=\"ae-use-chain\">\n                        Water Sensors<br>\n                        + RekaSense<br>\n                        + PowerWatch where applicable\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-use\">\n\n                <div class=\"ae-use-head\">\n                    <small>Environmental<\/small>\n                    <h3>Remote Monitoring Station<\/h3>\n                <\/div>\n\n                <div class=\"ae-use-body\">\n\n                    <p>\n                        Centralize distributed environmental\n                        measurements using remote connectivity.\n                    <\/p>\n\n                    <div class=\"ae-use-chain\">\n                        Weather \/ Environmental Sensors<br>\n                        + RekaSense<br>\n                        + Siteplore Dashboard\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-use\">\n\n                <div class=\"ae-use-head\">\n                    <small>Greenhouse<\/small>\n                    <h3>Controlled Environment Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ae-use-body\">\n\n                    <p>\n                        Track relevant temperature,\n                        humidity and growing conditions over time.\n                    <\/p>\n\n                    <div class=\"ae-use-chain\">\n                        Environmental Sensors<br>\n                        + RekaSense<br>\n                        + Trends &amp; Alerts\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-use\">\n\n                <div class=\"ae-use-head\">\n                    <small>Solar Agriculture<\/small>\n                    <h3>Agri-PV Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ae-use-body\">\n\n                    <p>\n                        Combine solar, weather and field\n                        information where generation and\n                        agriculture share the same site.\n                    <\/p>\n\n                    <div class=\"ae-use-chain\">\n                        Solar + Weather Sensors<br>\n                        + RekaSense<br>\n                        + PowerWatch\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ae-use\">\n\n                <div class=\"ae-use-head\">\n                    <small>Water Infrastructure<\/small>\n                    <h3>Pump &amp; Water Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ae-use-body\">\n\n                    <p>\n                        Evaluate water condition together with\n                        pumping and energy information.\n                    <\/p>\n\n                    <div class=\"ae-use-chain\">\n                        RekaSense<br>\n                        + PowerWatch<br>\n                        + MachineGuard where required\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENVIRONMENTAL DATA \/ ESG\n     ======================================================== -->\n\n<section class=\"ae-section ae-dark\">\n\n    <div class=\"ae-container ae-env-grid\">\n\n        <div>\n\n            <div class=\"ae-eyebrow\">\n                Environmental Data Foundation\n            <\/div>\n\n            <h2 class=\"ae-title\">\n                Environmental reporting begins with reliable,\n                traceable measurement data.\n            <\/h2>\n\n            <p class=\"ae-lead\">\n                Siteplore can provide the connected data layer\n                for selected environmental measurements,\n                allowing historical information to be organized\n                before it is used for reporting, analysis,\n                operational review or further ESG-related workflows.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"ae-env-panel\">\n\n            <div class=\"ae-env-item\">\n                <strong>Data Continuity<\/strong>\n                <span>\n                    Build time-series records instead of\n                    isolated measurement snapshots.\n                <\/span>\n            <\/div>\n\n            <div class=\"ae-env-item\">\n                <strong>Measurement Context<\/strong>\n                <span>\n                    Preserve location, parameter,\n                    timestamp and operational context.\n                <\/span>\n            <\/div>\n\n            <div class=\"ae-env-item\">\n                <strong>Trend Analysis<\/strong>\n                <span>\n                    Identify long-term changes,\n                    seasonal behavior and recurring events.\n                <\/span>\n            <\/div>\n\n            <div class=\"ae-env-item\">\n                <strong>Reporting Support<\/strong>\n                <span>\n                    Structure monitoring information\n                    for project-specific reporting workflows.\n                <\/span>\n            <\/div>\n\n            <div class=\"ae-env-item\">\n                <strong>Analytics Foundation<\/strong>\n                <span>\n                    Prepare reliable historical data\n                    before advanced analytical methods are applied.\n                <\/span>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     OUTCOMES\n     ======================================================== -->\n\n<section class=\"ae-section\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Operational Value\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Better field decisions begin with better environmental context.\n        <\/h2>\n\n\n        <div class=\"ae-outcome-grid\">\n\n\n            <div class=\"ae-outcome\">\n                <div class=\"ae-outcome-no\">01<\/div>\n                <h3>Remote Visibility<\/h3>\n                <p>\n                    Reduce dependence on physical presence\n                    just to understand basic field conditions.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-outcome\">\n                <div class=\"ae-outcome-no\">02<\/div>\n                <h3>Historical Evidence<\/h3>\n                <p>\n                    Understand how soil, weather or water\n                    conditions develop over time.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-outcome\">\n                <div class=\"ae-outcome-no\">03<\/div>\n                <h3>Earlier Awareness<\/h3>\n                <p>\n                    Make selected environmental deviations\n                    visible before periodic inspection.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-outcome\">\n                <div class=\"ae-outcome-no\">04<\/div>\n                <h3>Better Prioritization<\/h3>\n                <p>\n                    Focus field inspection on areas\n                    showing meaningful changes.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-outcome\">\n                <div class=\"ae-outcome-no\">05<\/div>\n                <h3>Operational Context<\/h3>\n                <p>\n                    Compare environmental data with\n                    irrigation, energy or equipment information.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-outcome\">\n                <div class=\"ae-outcome-no\">06<\/div>\n                <h3>Scalable Monitoring<\/h3>\n                <p>\n                    Start with a few measurement points\n                    and expand as the use case is validated.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DEPLOYMENT\n     ======================================================== -->\n\n<section class=\"ae-section ae-dark\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Deployment Approach\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Do not install sensors everywhere.\n            Measure where the information changes a decision.\n        <\/h2>\n\n\n        <div class=\"ae-process-grid\">\n\n\n            <div class=\"ae-process\">\n                <div class=\"ae-process-no\">01<\/div>\n                <h3>Define<\/h3>\n                <p>\n                    Identify the field problem\n                    and desired decision.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-process\">\n                <div class=\"ae-process-no\">02<\/div>\n                <h3>Assess<\/h3>\n                <p>\n                    Review site, environment,\n                    infrastructure and existing data.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-process\">\n                <div class=\"ae-process-no\">03<\/div>\n                <h3>Engineer<\/h3>\n                <p>\n                    Select measurement,\n                    sensor and connectivity requirements.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-process\">\n                <div class=\"ae-process-no\">04<\/div>\n                <h3>Validate<\/h3>\n                <p>\n                    Confirm measurement quality\n                    and monitoring usefulness.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"ae-process\">\n                <div class=\"ae-process-no\">05<\/div>\n                <h3>Scale<\/h3>\n                <p>\n                    Expand locations, parameters\n                    or analytics when justified.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     RESEARCH & ANALYTICAL SUPPORT\n     ======================================================== -->\n\n<section class=\"ae-section ae-light\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Optional Environmental Analysis Support\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Monitoring data can also become a foundation\n            for deeper environmental analysis.\n        <\/h2>\n\n\n        <div class=\"ae-research-box\">\n\n            <div>\n\n                <div class=\"ae-research-badge\">\n                    Optional Project Scope\n                <\/div>\n\n                <h3>\n                    Data Analysis &amp; Research Collaboration\n                <\/h3>\n\n                <p>\n                    For selected environmental or ESG-related projects,\n                    Rekacipta can extend the monitoring scope toward\n                    structured data analysis and research-oriented work.\n                    Where appropriate and separately agreed, collaboration\n                    with Universitas Sultan Ageng Tirtayasa (Untirta)\n                    can support analytical development, study preparation\n                    or paper\/journal-related activities.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ae-research-list\">\n\n                <div class=\"ae-research-item\">\n                    <strong>Historical Data Preparation<\/strong>\n                    <span>\n                        Organize monitoring data for\n                        structured analysis and interpretation.\n                    <\/span>\n                <\/div>\n\n                <div class=\"ae-research-item\">\n                    <strong>Environmental Trend Analysis<\/strong>\n                    <span>\n                        Evaluate long-term or recurring\n                        patterns within selected datasets.\n                    <\/span>\n                <\/div>\n\n                <div class=\"ae-research-item\">\n                    <strong>Research-Oriented Analysis<\/strong>\n                    <span>\n                        Develop project-specific analytical\n                        frameworks where appropriate.\n                    <\/span>\n                <\/div>\n\n                <div class=\"ae-research-item\">\n                    <strong>Paper \/ Journal Development Support<\/strong>\n                    <span>\n                        Optional academic collaboration\n                        when included in the agreed project scope.\n                    <\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n\n        <p style=\"\n            margin:25px 0 0;\n            max-width:930px;\n            color:#667085;\n            font-size:12px;\n        \">\n            Academic or research collaboration is an optional,\n            project-specific service and is not automatically\n            included in every Siteplore environmental deployment.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     HOW TO START\n     ======================================================== -->\n\n<section class=\"ae-section\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            How to Start\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Begin with the monitoring problem you already have.\n        <\/h2>\n\n\n        <div class=\"ae-start-grid\">\n\n\n            <!-- ASSESSMENT -->\n\n            <div class=\"ae-start ae-start-featured\">\n\n                <div class=\"ae-start-badge\">\n                    Recommended\n                <\/div>\n\n                <div class=\"ae-start-type\">\n                    Engineering Definition\n                <\/div>\n\n                <h3>\n                    Site Assessment\n                <\/h3>\n\n                <p>\n                    For organizations that know which field\n                    condition matters but have not yet defined\n                    the sensor and data architecture.\n                <\/p>\n\n                <ul>\n                    <li>Monitoring objective<\/li>\n                    <li>Site-condition review<\/li>\n                    <li>Measurement-point definition<\/li>\n                    <li>Sensor &amp; connectivity concept<\/li>\n                    <li>Implementation recommendation<\/li>\n                <\/ul>\n\n                <a class=\"ae-btn ae-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20Agriculture%20and%20Environmental%20Monitoring%20assessment.\" target=\"_blank\" rel=\"noopener\">\n                    Request Assessment\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- PILOT -->\n\n            <div class=\"ae-start\">\n\n                <div class=\"ae-start-type\">\n                    Focused Validation\n                <\/div>\n\n                <h3>\n                    90-Day Paid Pilot\n                <\/h3>\n\n                <p>\n                    Validate one clearly defined\n                    field-monitoring use case using\n                    real operational data.\n                <\/p>\n\n                <ul>\n                    <li>Focused sensor scope<\/li>\n                    <li>RekaSense connectivity<\/li>\n                    <li>Siteplore dashboard<\/li>\n                    <li>Historical trend evaluation<\/li>\n                    <li>Scale-up decision basis<\/li>\n                <\/ul>\n\n                <a class=\"ae-btn ae-btn-dark\" href=\"\/index.php\/pricing\/#paid-pilot\">\n                    Explore Paid Pilot\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- REKASENSE -->\n\n            <div class=\"ae-start\">\n\n                <div class=\"ae-start-type\">\n                    Connected Field Monitoring\n                <\/div>\n\n                <h3>\n                    RekaSense Deployment\n                <\/h3>\n\n                <p>\n                    For customers ready to connect\n                    compatible field sensors into\n                    a Siteplore monitoring architecture.\n                <\/p>\n\n                <ul>\n                    <li>Sensor integration<\/li>\n                    <li>Edge connectivity<\/li>\n                    <li>Remote monitoring<\/li>\n                    <li>Historical trends<\/li>\n                    <li>Expandable deployment<\/li>\n                <\/ul>\n\n                <a class=\"ae-btn ae-btn-dark\" href=\"\/index.php\/rekasense\">\n                    Explore RekaSense\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"ae-section ae-light\">\n\n    <div class=\"ae-container\">\n\n        <div class=\"ae-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"ae-title\">\n            Agriculture &amp; Environmental Monitoring FAQ\n        <\/h2>\n\n\n        <div class=\"ae-faq\">\n\n\n            <details>\n                <summary>\n                    Does Siteplore manufacture all of the environmental sensors?\n                <\/summary>\n                <p>\n                    No. Siteplore uses a vendor-neutral integration approach.\n                    Suitable sensors can be selected from different manufacturers\n                    according to the technical requirements of each project.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can RekaSense connect existing sensors?\n                <\/summary>\n                <p>\n                    Potentially yes. Existing devices can be evaluated\n                    for communication interface, protocol, electrical\n                    requirements and available measurement data.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can several sensors share one RekaSense gateway?\n                <\/summary>\n                <p>\n                    A multi-sensor configuration can be engineered\n                    where communication topology, addressing,\n                    polling interval and power requirements permit it.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can Siteplore be used for hydroponics?\n                <\/summary>\n                <p>\n                    Yes, relevant parameters such as water temperature,\n                    pH, conductivity and environmental conditions\n                    can be considered depending on the project scope.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can Siteplore be used for aquaculture?\n                <\/summary>\n                <p>\n                    Yes. Compatible sensors can be considered for\n                    parameters such as dissolved oxygen, pH,\n                    temperature, conductivity and other selected\n                    water-quality measurements.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Does Siteplore automatically control irrigation?\n                <\/summary>\n                <p>\n                    The core Siteplore positioning is monitoring,\n                    analytics and decision support. Automated control\n                    requires a separately engineered control architecture\n                    with appropriate fail-safe and operational logic.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can Siteplore monitor environmental data for ESG purposes?\n                <\/summary>\n                <p>\n                    Siteplore can provide a connected historical\n                    data layer for selected environmental parameters.\n                    The suitability of those measurements for a specific\n                    ESG or compliance report depends on the applicable\n                    reporting requirements and measurement methodology.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Is environmental data automatically considered regulatory-compliant?\n                <\/summary>\n                <p>\n                    No. Regulatory or compliance monitoring can require\n                    specific instruments, methods, calibration procedures,\n                    traceability and reporting requirements.\n                    These should be reviewed for the relevant application.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Can Siteplore include research or academic analysis?\n                <\/summary>\n                <p>\n                    For selected projects, deeper environmental data analysis\n                    and research-oriented work can be defined as an additional\n                    scope. Collaboration with Untirta may also be considered\n                    where appropriate and separately agreed.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    Does every environmental project use AI?\n                <\/summary>\n                <p>\n                    No. Reliable sensing, historical data and meaningful\n                    operational context come first. Advanced analytics or AI\n                    should only be introduced where sufficient data quality\n                    and a justified use case exist.\n                <\/p>\n            <\/details>\n\n\n            <details>\n                <summary>\n                    How should we start?\n                <\/summary>\n                <p>\n                    Begin with the field condition that matters most:\n                    soil moisture, water quality, weather, environmental\n                    conditions or another measurable parameter.\n                    Rekacipta can then evaluate the sensor, site,\n                    connectivity and Siteplore architecture required.\n                <\/p>\n            <\/details>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"ae-cta\">\n\n    <div class=\"ae-container ae-cta-inner\">\n\n        <div>\n\n            <h2>\n                The field is always changing.\n                <span>Your monitoring should not depend on the next site visit.<\/span>\n            <\/h2>\n\n            <p>\n                Start with one agriculture, water or environmental\n                condition that deserves better visibility.\n                Rekacipta can help define the measurement,\n                select the integration approach and connect\n                the resulting field data into Siteplore.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"ae-actions\">\n\n            <a class=\"ae-btn ae-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20Agriculture%20and%20Environmental%20Monitoring%20assessment.\" target=\"_blank\" rel=\"noopener\">\n                Request Assessment \u2192\n            <\/a>\n\n            <a class=\"ae-btn ae-btn-secondary\" href=\"\/index.php\/pricing\">\n                View Siteplore Plans\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore for Agriculture &amp; Environmental Monitoring Understand Field Conditions Before They Become Operational Problems. Siteplore connects soil, weather, water, environmental and other compatible field measurements into one monitoring environment \u2014 helping farms, aquaculture operations, environmental teams and distributed sites move from periodic observation to connected, historical and actionable data. Request Monitoring Assessment \u2192 Explore RekaSense [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":157,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-118","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/118","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=118"}],"version-history":[{"count":3,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/118\/revisions"}],"predecessor-version":[{"id":216,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/118\/revisions\/216"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media\/157"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}