{"id":4546,"date":"2026-02-26T10:34:44","date_gmt":"2026-02-26T10:34:44","guid":{"rendered":"https:\/\/idaequipment.com\/?page_id=4546"},"modified":"2026-02-26T12:08:28","modified_gmt":"2026-02-26T12:08:28","slug":"tool-formulation-guide","status":"publish","type":"page","link":"https:\/\/idaequipment.com\/pt\/pesticide-sc-suspension-production-line\/tool-formulation-guide\/","title":{"rendered":"Guia de Formula\u00e7\u00e3o de Ferramentas"},"content":{"rendered":"\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-5ccb3c1\" data-block-id=\"5ccb3c1\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-5ccb3c1-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-6d14013\" data-v=\"4\" data-block-id=\"6d14013\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-6d14013-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-6d14013-inner-blocks\">\n<section id=\"ida-formulation-guide-module\" class=\"ida-fg-section\">\n<style>\n\/* \u5f15\u5165\u8c37\u6b4c\u5b57\u4f53\u4fdd\u969c\u6392\u7248\u7684\u9ad8\u7ea7\u611f\u4e0e\u4e00\u81f4\u6027 *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600&display=swap');\n\n#ida-formulation-guide-module {\n    \/* \u6838\u5fc3\u8272\u5f69\u53d8\u91cf\uff1aB2B\u4e25\u8c28\u84dd + \u6d3b\u529b\u6a59 (\u7cbe\u51c6\u5339\u914d\u622a\u56fe) *\/\n    --ida-primary: #2b6cb0;      \n    --ida-dark: #1a365d;         \n    --ida-accent: #e65100;       \n    --ida-accent-light: #fffaf0; \n    --ida-bg: #f8fafc;\n    --ida-card-bg: #ffffff;\n    --ida-text: #2d3748;\n    --ida-text-light: #718096;\n    --ida-border: #e2e8f0;\n    --ida-mono: 'JetBrains Mono', monospace;\n    \n    max-width: 1050px;\n    margin: 80px auto;\n    padding: 0 20px;\n    font-family: 'Inter', -apple-system, sans-serif;\n    color: var(--ida-text);\n    box-sizing: border-box;\n}\n\n#ida-formulation-guide-module *, \n#ida-formulation-guide-module *::before, \n#ida-formulation-guide-module *::after {\n    box-sizing: border-box;\n}\n\n\/* \u2500\u2500 \u5934\u90e8\u6392\u7248 \u2500\u2500 *\/\n.ida-fg-header {\n    margin-bottom: 40px;\n}\n\n.ida-fg-header h2 {\n    font-size: 32px;\n    color: var(--ida-dark);\n    font-weight: 700;\n    line-height: 1.3;\n    margin: 0 0 15px 0;\n}\n\n.ida-fg-header p {\n    font-size: 16px;\n    color: var(--ida-text-light);\n    line-height: 1.6;\n    margin: 0;\n    max-width: 900px;\n}\n\n\/* \u2500\u2500 \u8fdb\u5ea6\u6761\u8bbe\u8ba1 (\u590d\u523b\u622a\u56fe) \u2500\u2500 *\/\n.ida-fg-progress-bar {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    position: relative;\n    margin-bottom: 40px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.ida-fg-progress-line {\n    position: absolute;\n    top: 20px;\n    left: 5%;\n    right: 5%;\n    height: 2px;\n    background: #e2e8f0;\n    z-index: 0;\n}\n\n.ida-fg-progress-fill {\n    height: 100%;\n    background: var(--ida-primary);\n    width: 0%;\n    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n}\n\n.ida-fg-step {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n    width: 80px;\n}\n\n.ida-fg-dot {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: #edf2f7;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--ida-mono);\n    font-size: 15px;\n    font-weight: 600;\n    color: #a0aec0;\n    transition: all 0.4s ease;\n    border: 2px solid #edf2f7;\n}\n\n.ida-fg-step.ida-active .ida-fg-dot,\n.ida-fg-step.ida-done .ida-fg-dot {\n    background: var(--ida-primary);\n    color: #fff;\n    border-color: var(--ida-primary);\n}\n\n.ida-fg-label {\n    font-size: 13px;\n    color: #a0aec0;\n    margin-top: 10px;\n    text-align: center;\n    font-weight: 500;\n    transition: color 0.4s ease;\n}\n\n.ida-fg-step.ida-active .ida-fg-label {\n    color: var(--ida-primary);\n    font-weight: 600;\n}\n\n.ida-fg-step.ida-done .ida-fg-label {\n    color: var(--ida-text-light);\n}\n\n\/* \u2500\u2500 \u95ee\u9898\u5361\u7247\u5bb9\u5668 \u2500\u2500 *\/\n.ida-fg-quiz-section {\n    border: 1px solid var(--ida-border);\n    border-radius: 10px;\n    background: var(--ida-card-bg);\n    padding: 40px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n}\n\n.ida-fg-question-container {\n    position: relative;\n    overflow: hidden;\n    min-height: 380px; \n}\n\n.ida-fg-card {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    opacity: 0;\n    transform: translateX(40px);\n    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    pointer-events: none;\n}\n\n.ida-fg-card.ida-slide-in {\n    opacity: 1;\n    transform: translateX(0);\n    pointer-events: auto;\n    position: relative;\n}\n\n.ida-fg-card.ida-slide-out-left {\n    opacity: 0;\n    transform: translateX(-40px);\n    pointer-events: none;\n}\n\n\/* \u95ee\u9898\u6392\u7248 *\/\n.ida-fg-q-subhead {\n    font-family: var(--ida-mono);\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--ida-primary);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 15px;\n    display: block;\n}\n\n.ida-fg-card h3 {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--ida-dark);\n    margin: 0 0 30px 0;\n    line-height: 1.4;\n}\n\n\/* \u2500\u2500 \u5355\u9009\u9009\u9879\u7f51\u683c \u2500\u2500 *\/\n.ida-fg-options-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n}\n\n.ida-fg-radio-wrap {\n    position: relative;\n}\n\n.ida-fg-radio-wrap input[type=\"radio\"] {\n    position: absolute;\n    opacity: 0;\n    width: 0;\n    height: 0;\n}\n\n.ida-fg-radio-label {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    padding: 20px;\n    border: 1px solid var(--ida-border);\n    border-radius: 8px;\n    cursor: pointer;\n    transition: all 0.2s ease;\n    background: var(--ida-card-bg);\n    height: 100%;\n}\n\n.ida-fg-radio-label:hover {\n    border-color: #cbd5e0;\n    background: #f8fafc;\n}\n\n\/* \u9009\u4e2d\u72b6\u6001\uff1a\u6a59\u8272\u8fb9\u6846 + \u6d45\u6a59\u80cc\u666f *\/\n.ida-fg-radio-wrap input[type=\"radio\"]:checked + .ida-fg-radio-label {\n    border-color: var(--ida-accent);\n    background: var(--ida-accent-light);\n    box-shadow: 0 0 0 1px var(--ida-accent);\n}\n\n\/* \u81ea\u5b9a\u4e49\u5355\u9009\u5706\u70b9 *\/\n.ida-fg-radio-dot {\n    flex-shrink: 0;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    border: 2px solid #a0aec0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n    transition: all 0.2s ease;\n}\n\n.ida-fg-radio-dot::after {\n    content: '';\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: var(--ida-accent);\n    transform: scale(0);\n    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);\n}\n\n.ida-fg-radio-wrap input[type=\"radio\"]:checked + .ida-fg-radio-label .ida-fg-radio-dot {\n    border-color: var(--ida-accent);\n}\n\n.ida-fg-radio-wrap input[type=\"radio\"]:checked + .ida-fg-radio-label .ida-fg-radio-dot::after {\n    transform: scale(1);\n}\n\n.ida-fg-radio-content {\n    flex: 1;\n}\n\n.ida-fg-radio-title {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--ida-text);\n    margin-bottom: 4px;\n    display: block;\n}\n\n.ida-fg-radio-desc {\n    font-size: 14px;\n    color: var(--ida-text-light);\n    line-height: 1.5;\n    display: block;\n}\n\n\/* \u2500\u2500 \u5e95\u90e8\u5bfc\u822a\u6309\u94ae \u2500\u2500 *\/\n.ida-fg-nav-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-top: 40px;\n    padding-top: 25px;\n    border-top: 1px solid var(--ida-border);\n}\n\n.ida-btn-back {\n    display: inline-flex;\n    align-items: center;\n    height: 44px;\n    padding: 0 20px;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--ida-text-light);\n    background: transparent;\n    border: 1px solid transparent;\n    border-radius: 6px;\n    cursor: pointer;\n    transition: all 0.2s;\n}\n\n.ida-btn-back:hover:not(:disabled) {\n    border-color: var(--ida-border);\n    color: var(--ida-text);\n    background: var(--ida-bg);\n}\n\n.ida-btn-back:disabled {\n    opacity: 0; \n    pointer-events: none;\n}\n\n.ida-btn-next {\n    display: inline-flex;\n    align-items: center;\n    height: 44px;\n    padding: 0 32px;\n    font-size: 15px;\n    font-weight: 600;\n    color: #fff;\n    background: var(--ida-primary);\n    border: none;\n    border-radius: 6px;\n    cursor: pointer;\n    transition: all 0.2s ease;\n}\n\n.ida-btn-next:hover:not(:disabled) {\n    background: #1a365d;\n}\n\n.ida-btn-next:disabled {\n    background: #cbd5e0;\n    cursor: not-allowed;\n}\n\n\/* \u2500\u2500 \u7ed3\u679c\u8ba1\u7b97\u9762\u677f \u2500\u2500 *\/\n.ida-fg-results {\n    display: none;\n    animation: fadeInSlideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n@keyframes fadeInSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n.ida-res-header {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.ida-res-header h3 {\n    font-size: 28px;\n    color: var(--ida-dark);\n    margin: 0 0 10px 0;\n}\n\n.ida-res-subtitle {\n    font-size: 15px;\n    color: var(--ida-text-light);\n}\n\n.ida-rank-list {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    margin-bottom: 40px;\n}\n\n.ida-rank-card {\n    background: var(--ida-card-bg);\n    border: 1px solid var(--ida-border);\n    border-radius: 10px;\n    padding: 30px;\n    position: relative;\n    overflow: hidden;\n}\n\n.ida-rank-card.ida-top-pick {\n    border-color: var(--ida-accent);\n    box-shadow: 0 4px 20px rgba(230, 81, 0, 0.08);\n}\n\n.ida-rank-card.ida-top-pick::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: var(--ida-accent);\n}\n\n.ida-rank-head {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 20px;\n}\n\n.ida-rank-badge {\n    width: 44px;\n    height: 44px;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--ida-mono);\n    font-size: 18px;\n    font-weight: 700;\n    color: #fff;\n}\n.ida-rank-1 .ida-rank-badge { background: var(--ida-accent); }\n.ida-rank-2 .ida-rank-badge { background: var(--ida-primary); }\n.ida-rank-3 .ida-rank-badge { background: #718096; }\n.ida-rank-4 .ida-rank-badge { background: #a0aec0; }\n\n.ida-rank-title-area { flex: 1; }\n\n.ida-rank-card h4 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--ida-dark);\n    margin: 0 0 4px 0;\n}\n\n.ida-rank-full-name {\n    font-size: 14px;\n    color: var(--ida-text-light);\n}\n\n.ida-top-tag {\n    background: #fffaf0;\n    color: var(--ida-accent);\n    border: 1px solid var(--ida-accent);\n    padding: 4px 12px;\n    font-size: 12px;\n    font-weight: 700;\n    border-radius: 20px;\n    text-transform: uppercase;\n}\n\n\/* \u5f97\u5206\u6761 *\/\n.ida-score-row {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 20px;\n}\n\n.ida-score-label {\n    font-family: var(--ida-mono);\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--ida-dark);\n    width: 30px;\n}\n\n.ida-score-track {\n    flex: 1;\n    height: 12px;\n    background: #edf2f7;\n    border-radius: 6px;\n    overflow: hidden;\n}\n\n.ida-score-fill {\n    height: 100%;\n    border-radius: 6px;\n    width: 0;\n    transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.ida-rank-explain {\n    font-size: 15px;\n    color: var(--ida-text);\n    line-height: 1.6;\n    margin-bottom: 20px;\n}\n\n\/* \u8bbe\u5907\u9700\u6c42\u533a *\/\n.ida-equip-section {\n    background: var(--ida-bg);\n    border-radius: 8px;\n    padding: 20px;\n    border: 1px solid #e2e8f0;\n}\n\n.ida-equip-title {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--ida-dark);\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 12px;\n}\n\n.ida-equip-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.ida-equip-tag {\n    padding: 6px 14px;\n    background: #fff;\n    border: 1px solid var(--ida-border);\n    border-radius: 4px;\n    font-size: 13px;\n    color: var(--ida-text);\n}\n\n\/* \u7ed3\u679c\u9875\u5e95\u90e8 CTA *\/\n.ida-res-footer {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n}\n\n.ida-cta-box {\n    text-align: center;\n    padding: 35px;\n    background: var(--ida-primary);\n    border-radius: 10px;\n}\n\n.ida-cta-text {\n    color: #edf2f7;\n    font-size: 16px;\n    margin: 0 0 20px 0;\n}\n\n.ida-btn-cta {\n    display: inline-flex;\n    align-items: center;\n    height: 48px;\n    padding: 0 35px;\n    font-size: 16px;\n    font-weight: 600;\n    color: #fff;\n    background: var(--ida-accent);\n    border: none;\n    border-radius: 6px;\n    text-decoration: none;\n    transition: background 0.2s;\n}\n\n.ida-btn-cta:hover { background: #cc4800; }\n\n.ida-btn-restart {\n    align-self: center;\n    background: none;\n    border: none;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--ida-text-light);\n    cursor: pointer;\n    padding: 10px;\n    transition: color 0.2s;\n}\n.ida-btn-restart:hover { color: var(--ida-primary); }\n\n\/* \u2500\u2500 \u54cd\u5e94\u5f0f\u9002\u914d \u2500\u2500 *\/\n@media (max-width: 860px) {\n    .ida-fg-options-grid { grid-template-columns: 1fr; }\n    .ida-fg-quiz-section { padding: 25px 20px; }\n    .ida-fg-progress-bar { justify-content: space-between; }\n    .ida-fg-dot { width: 32px; height: 32px; font-size: 13px; }\n    .ida-fg-label { font-size: 11px; }\n    .ida-fg-progress-line { top: 16px; }\n}\n<\/style>\n\n<header class=\"ida-fg-header\">\n    <h2>Pesticide Formulation Type Decision Guide<\/h2>\n    <p>Answer 5 questions about your active ingredient, target market, and production goals. This guide scores four major formulation types \u2014 SC, EC, SL, and OD \u2014 and ranks the best fit for your project.<\/p>\n<\/header>\n\n<div class=\"ida-fg-progress-bar\" id=\"ida-fg-progress\">\n    <div class=\"ida-fg-progress-line\"><div class=\"ida-fg-progress-fill\" id=\"ida-fg-fill\"><\/div><\/div>\n    <div class=\"ida-fg-step ida-active\" data-step=\"0\">\n        <div class=\"ida-fg-dot\">1<\/div>\n        <div class=\"ida-fg-label\">Solubility<\/div>\n    <\/div>\n    <div class=\"ida-fg-step\" data-step=\"1\">\n        <div class=\"ida-fg-dot\">2<\/div>\n        <div class=\"ida-fg-label\">Particle Size<\/div>\n    <\/div>\n    <div class=\"ida-fg-step\" data-step=\"2\">\n        <div class=\"ida-fg-dot\">3<\/div>\n        <div class=\"ida-fg-label\">Regulatory<\/div>\n    <\/div>\n    <div class=\"ida-fg-step\" data-step=\"3\">\n        <div class=\"ida-fg-dot\">4<\/div>\n        <div class=\"ida-fg-label\">Volume<\/div>\n    <\/div>\n    <div class=\"ida-fg-step\" data-step=\"4\">\n        <div class=\"ida-fg-dot\">5<\/div>\n        <div class=\"ida-fg-label\">Budget<\/div>\n    <\/div>\n<\/div>\n\n<div class=\"ida-fg-quiz-section\" id=\"ida-fg-quiz-area\">\n    <div class=\"ida-fg-question-container\" id=\"ida-fg-questions\">\n\n        <div class=\"ida-fg-card ida-slide-in\" data-q=\"0\">\n            <span class=\"ida-fg-q-subhead\">Question 1 of 5<\/span>\n            <h3>What is the solubility of your active ingredient?<\/h3>\n            <div class=\"ida-fg-options-grid\">\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q0\" id=\"ida-q0-a\" value=\"0\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q0-a\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Water-soluble<\/span>\n                            <span class=\"ida-fg-radio-desc\">AI dissolves readily in water at standard temperatures<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q0\" id=\"ida-q0-b\" value=\"1\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q0-b\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Water-insoluble (solid)<\/span>\n                            <span class=\"ida-fg-radio-desc\">Solid AI that must be milled into fine particles for suspension<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q0\" id=\"ida-q0-c\" value=\"2\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q0-c\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Oil-soluble (liquid)<\/span>\n                            <span class=\"ida-fg-radio-desc\">AI dissolves in organic solvents or oils<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q0\" id=\"ida-q0-d\" value=\"3\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q0-d\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Not sure<\/span>\n                            <span class=\"ida-fg-radio-desc\">Solubility data is not yet confirmed<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"ida-fg-card\" data-q=\"1\">\n            <span class=\"ida-fg-q-subhead\">Question 2 of 5<\/span>\n            <h3>What particle size does your target market registration require?<\/h3>\n            <div class=\"ida-fg-options-grid\">\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q1\" id=\"ida-q1-a\" value=\"0\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q1-a\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">D50 &lt; 2 &mu;m (very fine)<\/span>\n                            <span class=\"ida-fg-radio-desc\">Ultra-fine particles for high bioavailability or foliar uptake<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q1\" id=\"ida-q1-b\" value=\"1\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q1-b\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">D50 &lt; 5 &mu;m (standard)<\/span>\n                            <span class=\"ida-fg-radio-desc\">Standard registration requirement in most markets<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q1\" id=\"ida-q1-c\" value=\"2\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q1-c\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">No particle size requirement<\/span>\n                            <span class=\"ida-fg-radio-desc\">Liquid-based formulations with no solid milling needed<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q1\" id=\"ida-q1-d\" value=\"3\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q1-d\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Not sure<\/span>\n                            <span class=\"ida-fg-radio-desc\">Market registration details are still being finalized<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"ida-fg-card\" data-q=\"2\">\n            <span class=\"ida-fg-q-subhead\">Question 3 of 5<\/span>\n            <h3>What are your environmental \/ regulatory priorities?<\/h3>\n            <div class=\"ida-fg-options-grid\">\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q2\" id=\"ida-q2-a\" value=\"0\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q2-a\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Low VOC \/ water-based preferred<\/span>\n                            <span class=\"ida-fg-radio-desc\">Minimize volatile organic compounds in the final product<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q2\" id=\"ida-q2-b\" value=\"1\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q2-b\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Organic solvents acceptable<\/span>\n                            <span class=\"ida-fg-radio-desc\">Your market allows solvent-based formulations<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q2\" id=\"ida-q2-c\" value=\"2\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q2-c\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Must meet EU 2009\/128\/EC<\/span>\n                            <span class=\"ida-fg-radio-desc\">Targeting EU markets with strict sustainable-use directive compliance<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q2\" id=\"ida-q2-d\" value=\"3\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q2-d\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">No specific requirement<\/span>\n                            <span class=\"ida-fg-radio-desc\">Regulatory environment does not restrict formulation choice<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"ida-fg-card\" data-q=\"3\">\n            <span class=\"ida-fg-q-subhead\">Question 4 of 5<\/span>\n            <h3>What is your target production volume?<\/h3>\n            <div class=\"ida-fg-options-grid\">\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q3\" id=\"ida-q3-a\" value=\"0\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q3-a\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">&lt; 1,000 tons\/year<\/span>\n                            <span class=\"ida-fg-radio-desc\">Smaller-scale or niche products, contract manufacturing<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q3\" id=\"ida-q3-b\" value=\"1\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q3-b\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">1,000 &ndash; 5,000 tons\/year<\/span>\n                            <span class=\"ida-fg-radio-desc\">Mid-range capacity covering most regional market needs<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q3\" id=\"ida-q3-c\" value=\"2\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q3-c\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">&gt; 5,000 tons\/year<\/span>\n                            <span class=\"ida-fg-radio-desc\">Large-scale industrial output with continuous production<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q3\" id=\"ida-q3-d\" value=\"3\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q3-d\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Not decided<\/span>\n                            <span class=\"ida-fg-radio-desc\">Volume planning is still in progress<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"ida-fg-card\" data-q=\"4\">\n            <span class=\"ida-fg-q-subhead\">Question 5 of 5<\/span>\n            <h3>What is your budget priority?<\/h3>\n            <div class=\"ida-fg-options-grid\">\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q4\" id=\"ida-q4-a\" value=\"0\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q4-a\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Minimize equipment investment<\/span>\n                            <span class=\"ida-fg-radio-desc\">Lowest initial capital expenditure is the priority<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q4\" id=\"ida-q4-b\" value=\"1\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q4-b\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Balance cost and performance<\/span>\n                            <span class=\"ida-fg-radio-desc\">Willing to invest more for better product quality and throughput<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q4\" id=\"ida-q4-c\" value=\"2\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q4-c\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Maximize product value \/ shelf life<\/span>\n                            <span class=\"ida-fg-radio-desc\">Premium formulation performance justifies higher equipment cost<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"ida-fg-radio-wrap\">\n                    <input type=\"radio\" name=\"ida-q4\" id=\"ida-q4-d\" value=\"3\">\n                    <label class=\"ida-fg-radio-label\" for=\"ida-q4-d\">\n                        <span class=\"ida-fg-radio-dot\"><\/span>\n                        <span class=\"ida-fg-radio-content\">\n                            <span class=\"ida-fg-radio-title\">Not a primary concern<\/span>\n                            <span class=\"ida-fg-radio-desc\">Budget is flexible; formulation fit matters more<\/span>\n                        <\/span>\n                    <\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ida-fg-nav-row\">\n        <button type=\"button\" class=\"ida-btn-back\" id=\"ida-btn-back\" disabled>&larr; Back<\/button>\n        <button type=\"button\" class=\"ida-btn-next\" id=\"ida-btn-next\" disabled>Next Step &rarr;<\/button>\n    <\/div>\n<\/div>\n\n<div class=\"ida-fg-results\" id=\"ida-results-area\">\n    <div class=\"ida-res-header\">\n        <h3>Your Formulation Recommendation<\/h3>\n        <div class=\"ida-res-subtitle\">Ranked by compatibility with your requirements<\/div>\n    <\/div>\n    \n    <div class=\"ida-rank-list\" id=\"ida-rank-container\"><\/div>\n    \n    <div class=\"ida-res-footer\">\n        <div class=\"ida-cta-box\">\n            <p class=\"ida-cta-text\">Ready to discuss the right production line configuration for your formulation?<\/p>\n            <a href=\"#contact\" class=\"ida-btn-cta\">Discuss Your Formulation with IDA Engineers &rarr;<\/a>\n        <\/div>\n        <button type=\"button\" class=\"ida-btn-restart\" id=\"ida-btn-restart\">&larr; Retake the Quiz<\/button>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    var scope = document.getElementById('ida-formulation-guide-module');\n    if (!scope) return;\n\n    var scores = [\n        [ { SC: 1, EC: 0, SL: 3, OD: 0 }, { SC: 3, EC: 0, SL: 0, OD: 2 }, { SC: 0, EC: 3, SL: 0, OD: 2 }, { SC: 1, EC: 1, SL: 1, OD: 1 } ],\n        [ { SC: 3, EC: 0, SL: 0, OD: 2 }, { SC: 2, EC: 1, SL: 0, OD: 2 }, { SC: 0, EC: 2, SL: 3, OD: 0 }, { SC: 1, EC: 1, SL: 1, OD: 1 } ],\n        [ { SC: 3, EC: 0, SL: 2, OD: 1 }, { SC: 0, EC: 3, SL: 0, OD: 1 }, { SC: 3, EC: 0, SL: 0, OD: 2 }, { SC: 1, EC: 1, SL: 1, OD: 1 } ],\n        [ { SC: 0, EC: 2, SL: 2, OD: 0 }, { SC: 3, EC: 2, SL: 0, OD: 1 }, { SC: 3, EC: 0, SL: 0, OD: 2 }, { SC: 1, EC: 1, SL: 1, OD: 1 } ],\n        [ { SC: 0, EC: 2, SL: 3, OD: 0 }, { SC: 3, EC: 1, SL: 0, OD: 0 }, { SC: 2, EC: 0, SL: 0, OD: 3 }, { SC: 1, EC: 1, SL: 1, OD: 1 } ]\n    ];\n\n    var formData = {\n        SC: { name: 'SC', fullName: 'Suspension Concentrate', color: '#2b6cb0', equipment: ['Bead mill', 'High-shear disperser', 'Formulation reactor', 'Filtration system', 'Filling line', 'PLC control panel'], descriptions: { high: 'SC is the strongest match for your needs. Water-based suspension concentrates deliver fine particle control, meet strict environmental regulations, and scale well at mid-to-high production volumes. The bead milling process gives you precise D50 control down to sub-micron levels.', medium: 'SC is a solid option in your scenario. Suspension concentrates work well for solid active ingredients requiring particle size reduction. While the bead mill raises initial investment compared to simpler formulations, it pays off in product stability and registration flexibility.', low: 'SC is less suited to your current profile. Suspension concentrates require solid, water-insoluble active ingredients and bead milling equipment. If your AI is liquid or water-soluble, other formulation types will be more cost-effective and technically appropriate.' } },\n        EC: { name: 'EC', fullName: 'Emulsifiable Concentrate', color: '#38b2ac', equipment: ['High-shear mixer', 'Solvent storage tanks', 'Formulation reactor', 'Inline homogenizer', 'Filling line', 'PLC control panel'], descriptions: { high: 'EC is the top recommendation for your situation. Emulsifiable concentrates are ideal for oil-soluble active ingredients and offer the simplest production setup. No bead milling is needed, which keeps capital expenditure low while still delivering an effective product.', medium: 'EC fits your profile reasonably well. Emulsifiable concentrates are straightforward to produce and work for oil-soluble AIs. Note that EC products use organic solvents, which may face regulatory restrictions in some markets, especially the EU.', low: 'EC is not the best fit here. Emulsifiable concentrates depend on organic solvents, which conflicts with low-VOC or EU regulatory targets. If your active ingredient is a solid or is water-soluble, EC processing cannot handle it without reformulation.' } },\n        SL: { name: 'SL', fullName: 'Soluble Liquid', color: '#805ad5', equipment: ['Dissolving tank', 'Agitator \/ mixer', 'Filtration unit', 'Storage tank', 'Filling line', 'Basic control panel'], descriptions: { high: 'SL is the best match for your requirements. Soluble liquids offer the simplest and most cost-effective production process: dissolve the AI in water, filter, and fill. No milling or emulsification equipment is needed, making it ideal for small-to-mid volume operations.', medium: 'SL works for your scenario if your active ingredient is water-soluble. The production process is the simplest of all four types, keeping equipment costs to a minimum. However, SL is limited to AIs with sufficient water solubility, which narrows the product range.', low: 'SL is a poor fit for your current needs. Soluble liquids require a water-soluble active ingredient, which rules out solid or oil-soluble AIs. If you need fine particle control or have high-volume production targets, SL processing cannot deliver.' } },\n        OD: { name: 'OD', fullName: 'Oil Dispersion', color: '#e65100', equipment: ['Bead mill', 'High-shear emulsifier', 'Formulation reactor', 'Stabilizer dosing system', 'Filling line', 'PLC + SCADA control'], descriptions: { high: 'OD is the strongest recommendation for your profile. Oil dispersions combine the particle size control of SC with the enhanced bioavailability of oil carriers. This formulation type commands premium market pricing and delivers the longest shelf life.', medium: 'OD is a viable choice given your answers. Oil dispersion formulations offer excellent shelf stability and improved biological performance. The production process is more involved than SC, requiring both milling and emulsification, but the resulting product commands higher market value.', low: 'OD is not the ideal match here. Oil dispersions require the most sophisticated processing equipment (both bead milling and emulsification), which raises investment costs. If budget minimization or simplicity is your priority, simpler formulation types will serve you better.' } }\n    };\n\n    var currentStep = 0;\n    var totalSteps = 5;\n    var answers = [null, null, null, null, null];\n\n    var cards = scope.querySelectorAll('.ida-fg-card');\n    var progressSteps = scope.querySelectorAll('.ida-fg-step');\n    var progressFill = scope.querySelector('#ida-fg-fill');\n    var nextBtn = scope.querySelector('#ida-btn-next');\n    var backBtn = scope.querySelector('#ida-btn-back');\n    var quizSection = scope.querySelector('#ida-fg-quiz-area');\n    var resultsSection = scope.querySelector('#ida-results-area');\n    var rankList = scope.querySelector('#ida-rank-container');\n    var restartBtn = scope.querySelector('#ida-btn-restart');\n    var progressContainer = scope.querySelector('#ida-fg-progress');\n\n    \/* \u7ed1\u5b9a\u5355\u9009\u4e8b\u4ef6 & \u589e\u52a0\u81ea\u52a8\u8df3\u8f6c\u903b\u8f91 *\/\n    for (var q = 0; q < totalSteps; q++) {\n        var radios = scope.querySelectorAll('input[name=\"ida-q' + q + '\"]');\n        for (var r = 0; r < radios.length; r++) {\n            (function(idx) {\n                radios[r].addEventListener('change', function() {\n                    answers[idx] = parseInt(this.value, 10);\n                    updateNav();\n                    \n                    \/\/ \u3010\u4ea4\u4e92\u4f18\u5316\u3011\u9009\u4e2d\u540e\u5ef6\u65f6400ms\u81ea\u52a8\u8df3\u8f6c\u5230\u4e0b\u4e00\u9898\uff0c\u4e0d\u963b\u788d\u624b\u52a8\u70b9\u51fbNext\n                    if (idx < totalSteps - 1) {\n                        setTimeout(function() {\n                            \/\/ \u786e\u4fdd\u4ec5\u5728\u5f53\u524d\u9898\u76ee\u624d\u6267\u884c\u81ea\u52a8\u8df3\u8f6c\uff08\u9632\u6b62\u7528\u6237\u624b\u901f\u5feb\u81ea\u5df1\u70b9\u4e86Next\uff09\n                            if (currentStep === idx) {\n                                nextBtn.click();\n                            }\n                        }, 400); \n                    }\n                });\n            })(q);\n        }\n    }\n\n    function updateNav() {\n        backBtn.disabled = (currentStep === 0);\n        var hasAnswer = answers[currentStep] !== null;\n        nextBtn.disabled = !hasAnswer;\n\n        if (currentStep === totalSteps - 1) {\n            nextBtn.innerHTML = 'See Results &rarr;';\n            nextBtn.style.backgroundColor = 'var(--ida-accent)'; \n        } else {\n            nextBtn.innerHTML = 'Next Step &rarr;';\n            nextBtn.style.backgroundColor = '';\n        }\n    }\n\n    function updateProgress() {\n        var fillPct = (currentStep \/ (totalSteps - 1)) * 100;\n        progressFill.style.width = fillPct + '%';\n\n        for (var i = 0; i < progressSteps.length; i++) {\n            progressSteps[i].classList.remove('ida-active', 'ida-done');\n            if (i < currentStep) {\n                progressSteps[i].classList.add('ida-done');\n            } else if (i === currentStep) {\n                progressSteps[i].classList.add('ida-active');\n            }\n        }\n    }\n\n    function showCard(index, direction) {\n        for (var i = 0; i < cards.length; i++) {\n            if (i === index) {\n                cards[i].classList.remove('ida-slide-out-left');\n                cards[i].classList.add('ida-slide-in');\n            } else {\n                cards[i].classList.remove('ida-slide-in');\n                if (direction === 'forward' &#038;&#038; i < index) {\n                    cards[i].classList.add('ida-slide-out-left');\n                } else {\n                    cards[i].classList.remove('ida-slide-out-left');\n                }\n            }\n        }\n    }\n\n    function showResults() {\n        var totals = { SC: 0, EC: 0, SL: 0, OD: 0 };\n        for (var i = 0; i < totalSteps; i++) {\n            var ans = answers[i];\n            if (ans !== null) {\n                totals.SC += scores[i][ans].SC;\n                totals.EC += scores[i][ans].EC;\n                totals.SL += scores[i][ans].SL;\n                totals.OD += scores[i][ans].OD;\n            }\n        }\n\n        var maxPossible = 15;\n        var ranking = [\n            { key: 'SC', score: totals.SC },\n            { key: 'EC', score: totals.EC },\n            { key: 'SL', score: totals.SL },\n            { key: 'OD', score: totals.OD }\n        ];\n        ranking.sort(function(a, b) { return b.score - a.score; });\n\n        var html = '';\n        for (var j = 0; j < ranking.length; j++) {\n            var r = ranking[j];\n            var fd = formData[r.key];\n            var isTop = (j === 0);\n            var scorePct = Math.round((r.score \/ maxPossible) * 100);\n            var descKey = r.score >= 10 ? 'high' : (r.score >= 6 ? 'medium' : 'low');\n\n            html += '<div class=\"ida-rank-card ' + (isTop ? 'ida-top-pick' : '') + ' ida-rank-' + (j + 1) + '\">';\n            html += '<div class=\"ida-rank-head\">';\n            html += '<div class=\"ida-rank-badge\">#' + (j + 1) + '<\/div>';\n            html += '<div class=\"ida-rank-title-area\">';\n            html += '<h4>' + fd.name + '<\/h4>';\n            html += '<div class=\"ida-rank-full-name\">' + fd.fullName + '<\/div>';\n            html += '<\/div>';\n            if (isTop) html += '<span class=\"ida-top-tag\">Top Pick<\/span>';\n            html += '<\/div>';\n\n            html += '<div class=\"ida-score-row\">';\n            html += '<span class=\"ida-score-label\">' + r.score + '<\/span>';\n            html += '<div class=\"ida-score-track\">';\n            html += '<div class=\"ida-score-fill\" data-pct=\"' + scorePct + '\" style=\"background:' + fd.color + ';width:0;\"><\/div>';\n            html += '<\/div><\/div>';\n\n            html += '<div class=\"ida-rank-explain\">' + fd.descriptions[descKey] + '<\/div>';\n\n            if (j < 2) {\n                html += '<div class=\"ida-equip-section\">';\n                html += '<div class=\"ida-equip-title\">Key Equipment Needed<\/div>';\n                html += '<div class=\"ida-equip-list\">';\n                for (var e = 0; e < fd.equipment.length; e++) {\n                    html += '<span class=\"ida-equip-tag\">' + fd.equipment[e] + '<\/span>';\n                }\n                html += '<\/div><\/div>';\n            }\n            html += '<\/div>';\n        }\n\n        rankList.innerHTML = html;\n        quizSection.style.display = 'none';\n        progressContainer.style.display = 'none';\n        resultsSection.style.display = 'block';\n\n        setTimeout(function() {\n            var fills = scope.querySelectorAll('.ida-score-fill');\n            for (var k = 0; k < fills.length; k++) {\n                fills[k].style.width = fills[k].getAttribute('data-pct') + '%';\n            }\n        }, 100);\n\n        scope.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    }\n\n    \/* \u6309\u94ae\u4e8b\u4ef6 *\/\n    nextBtn.addEventListener('click', function() {\n        if (nextBtn.disabled) return;\n        if (currentStep < totalSteps - 1) {\n            currentStep++;\n            showCard(currentStep, 'forward');\n            updateProgress();\n            updateNav();\n        } else {\n            showResults();\n        }\n    });\n\n    backBtn.addEventListener('click', function() {\n        if (backBtn.disabled) return;\n        if (currentStep > 0) {\n            currentStep--;\n            showCard(currentStep, 'backward');\n            updateProgress();\n            updateNav();\n        }\n    });\n\n    restartBtn.addEventListener('click', function() {\n        currentStep = 0;\n        answers = [null, null, null, null, null];\n        for (var q = 0; q < totalSteps; q++) {\n            var radios = scope.querySelectorAll('input[name=\"ida-q' + q + '\"]');\n            for (var r = 0; r < radios.length; r++) radios[r].checked = false;\n        }\n\n        resultsSection.style.display = 'none';\n        quizSection.style.display = 'block';\n        progressContainer.style.display = 'flex';\n\n        showCard(0, 'backward');\n        updateProgress();\n        updateNav();\n\n        scope.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    });\n\n    updateNav();\n    updateProgress();\n});\n<\/script>\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Pesticide Formulation Type Decision Guide Answer 5 questions about your active ingredient, target market, and production goals. This guide scores four major formulation types \u2014 SC, EC, SL, and OD \u2014 and ranks the best fit for your project. 1 Solubility 2 Particle Size 3 Regulatory 4 Volume 5 Budget Question 1 of 5 What [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":4423,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-4546","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages\/4546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/comments?post=4546"}],"version-history":[{"count":0,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages\/4546\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages\/4423"}],"wp:attachment":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/media?parent=4546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}