.mc-agri-comparison{margin:40px auto;max-width:820px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;width:100%;box-sizing:border-box}.mc-agri-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.mc-agri-header .dot{width:8px;height:8px;border-radius:50%;background:#16a34a;display:inline-block;box-shadow:0 0 0 4px rgb(22 163 74 / .15);flex-shrink:0;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}.mc-agri-header strong{font-size:11px;font-weight:800;color:#16a34a;text-transform:uppercase;letter-spacing:.1em}.mc-agri-header .line{flex:1;height:1px;background:linear-gradient(to right,#e5e7eb,transparent)}.mc-agri-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;box-sizing:border-box}.mc-agri-card{border-radius:16px;padding:24px 22px;box-shadow:0 4px 20px rgb(6 78 59 / .03);transition:all 0.3s ease;position:relative;overflow:hidden;box-sizing:border-box;text-align:left;display:flex;flex-direction:column;border:1px solid #e5e7eb;background:#fff}.mc-agri-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(6 78 59 / .08)}.mc-agri-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px}.mc-agri-card.csa::before{background:linear-gradient(90deg,#9ca3af,#d1d5db)}.mc-agri-card.sub::before{background:linear-gradient(90deg,#16a34a,#22c55e)}.mc-agri-card .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:10px}.mc-agri-card .card-header .icon{font-size:24px;line-height:1;flex-shrink:0}.mc-agri-card .card-header .title{font-size:16px;font-weight:700;color:#064e3b;flex:1;margin:0 8px 0 0}.mc-agri-card .card-header .badge{font-size:8px;font-weight:800;padding:3px 12px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;border:1px solid}.mc-agri-card.csa .badge{background:#f1f5f9;color:#6b7280;border-color:#d1d5db}.mc-agri-card.sub .badge{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.mc-agri-card .card-body{flex:1;font-size:13px;line-height:1.6;color:#475569}.mc-agri-card .card-body strong{color:#064e3b}.mc-agri-card .card-footer{border-top:1px dashed #e5e7eb;padding-top:14px;margin-top:14px;display:flex;justify-content:flex-start}.mc-agri-card .card-footer a{font-size:12px;font-weight:700;color:#16a34a;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:gap 0.2s ease}.mc-agri-card .card-footer a:hover{gap:8px;text-decoration:underline}.mc-agri-card .card-footer span{font-size:12px;font-weight:600;color:#64748b}@media (max-width:640px){.mc-agri-grid{grid-template-columns:1fr;gap:16px}.mc-agri-header strong{font-size:10px}.mc-agri-card{padding:18px 16px}.mc-agri-card .card-header .title{font-size:14px}}.farm-calc-wrap{max-width:820px;margin:35px auto;border:1px solid #e5e7eb;border-radius:24px;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 8px 40px rgb(6 78 59 / .04);overflow:hidden;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1e293b;position:relative}.farm-calc-wrap::before{content:'';position:absolute;top:-30%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgb(22 163 74 / .02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.farm-calc-head{padding:24px 28px;border-bottom:1px solid #e5e7eb;background:#f8fafc;position:relative;z-index:1}.farm-calc-head .badge{display:inline-block;font-size:9px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 14px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.farm-calc-title{margin:0 0 4px 0!important;font-size:1.3rem!important;font-weight:800!important;color:#064e3b!important;line-height:1.2!important;letter-spacing:-.3px}.farm-calc-title .version{font-size:.6rem;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:2px 12px;border-radius:30px;margin-left:8px}.farm-calc-desc{margin:0!important;font-size:13px!important;color:#6b7280!important;line-height:1.4!important}.farm-calc-body{padding:24px 28px 28px 28px;background:#fff;position:relative;z-index:1}.farm-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;margin-bottom:20px}.farm-calc-group{display:flex;flex-direction:column;gap:4px}.farm-calc-group .label{font-size:12px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:6px}.farm-calc-group .label .hint{font-weight:400;color:#94a3b8;font-size:10px;text-transform:none}.farm-calc-group .input-field,.farm-calc-group .select-field{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;background:#fff;color:#1e293b;transition:border-color 0.2s,box-shadow 0.2s;touch-action:manipulation;box-sizing:border-box;-moz-appearance:textfield;appearance:textfield}.farm-calc-group .input-field:focus,.farm-calc-group .select-field:focus{border-color:#16a34a;box-shadow:0 0 0 4px rgb(22 163 74 / .06);outline:none}.farm-calc-group .input-field::-webkit-inner-spin-button,.farm-calc-group .input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.farm-calc-results{margin-top:24px;background:linear-gradient(145deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:16px;padding:20px 22px;box-sizing:border-box;display:flex;flex-direction:column;gap:2px}.farm-calc-results .title{font-size:.7rem;font-weight:800;color:#1e3a8a;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px dashed #bfdbfe;padding-bottom:10px;margin-bottom:4px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}.farm-calc-results .title .status-badge{font-size:9px;font-weight:700;padding:2px 12px;border-radius:30px;text-transform:uppercase;letter-spacing:.04em}.farm-calc-results .title .status-badge.green{background:#dcfce7;color:#166534}.farm-calc-results .title .status-badge.amber{background:#fef3c7;color:#92400e}.farm-calc-results .title .status-badge.red{background:#fee2e2;color:#991b1b}.farm-calc-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgb(191 219 254 / .15);font-size:.85rem}.farm-calc-row:last-of-type{border-bottom:none}.farm-calc-row .label{color:#475569;display:flex;align-items:center;gap:6px}.farm-calc-row .value{font-weight:800;color:#1d4ed8;font-family:monospace;font-size:1rem;display:flex;align-items:baseline;gap:2px}.farm-calc-row .value .unit{font-weight:600;color:#64748b;font-size:.7rem}.farm-calc-row.highlight{background:#dbeafe;border-radius:10px;padding:10px 14px;margin:4px -6px;border-bottom:none}.farm-calc-row.highlight .value{color:#064e3b}.farm-calc-row.danger .value{color:#991b1b}.farm-calc-footnote{margin-top:14px;padding-top:12px;border-top:1px dashed #bfdbfe;font-size:11px;color:#64748b;line-height:1.5}.farm-calc-footnote strong{color:#064e3b}@media (max-width:640px){.farm-calc-wrap{margin:20px 0;border-radius:16px}.farm-calc-head{padding:18px 18px}.farm-calc-title{font-size:1.1rem!important}.farm-calc-body{padding:16px 16px 18px 16px}.farm-calc-grid{grid-template-columns:1fr;gap:12px}.farm-calc-group .input-field,.farm-calc-group .select-field{font-size:.9rem;padding:9px 12px}.farm-calc-results{padding:16px 16px}.farm-calc-row{font-size:.8rem}.farm-calc-row .value{font-size:.9rem}.farm-calc-footnote{font-size:10px}}.mc-tier-list{margin:16px 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:14px}.mc-tier-list li{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;transition:all 0.2s ease;position:relative;overflow:hidden}.mc-tier-list li:hover{border-color:#16a34a;background:#fafff8;transform:translateX(4px)}.mc-tier-list li::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#16a34a,#22c55e);border-radius:12px 0 0 12px}.mc-tier-list li strong{font-size:15px;color:#064e3b;display:block;margin-bottom:4px}.mc-tier-list li span{font-size:13px;color:#475569;line-height:1.5;display:block}.mc-tier-list li a{color:#16a34a;font-weight:600;text-decoration:none}.mc-tier-list li a:hover{text-decoration:underline}@media (max-width:640px){.mc-tier-list li{padding:14px 16px}.mc-tier-list li strong{font-size:14px}.mc-tier-list li span{font-size:12px}}.mc-packing-physics{margin:40px auto;max-width:720px;border:1px solid #e5e7eb;border-radius:20px;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);padding:28px 30px;box-shadow:0 8px 40px rgb(6 78 59 / .04);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;box-sizing:border-box;width:100%;position:relative;overflow:hidden}.mc-packing-physics::before{content:'';position:absolute;top:-30%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgb(22 163 74 / .02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.mc-packing-physics .packing-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #e5e7eb;padding-bottom:14px;margin-bottom:22px;flex-wrap:wrap;gap:10px;position:relative;z-index:1}.mc-packing-physics .packing-header .badge{font-size:10px;font-weight:800;color:#16a34a;background:#dcfce7;padding:4px 14px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;display:inline-block;margin-bottom:6px}.mc-packing-physics .packing-header h4{margin:0!important;font-size:1.2rem!important;font-weight:800!important;color:#064e3b!important;line-height:1.25!important}.mc-packing-physics .stack-container{display:flex;flex-direction:column;gap:12px;margin-bottom:18px;position:relative;z-index:1}.mc-packing-physics .stack-layer{border-radius:12px;padding:18px 20px;text-align:left;box-sizing:border-box;position:relative;transition:all 0.2s ease;border:1px solid}.mc-packing-physics .stack-layer:hover{transform:translateX(4px)}.mc-packing-physics .stack-layer .layer-badge{font-size:8px;font-weight:800;padding:2px 10px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;font-family:monospace;position:absolute;top:12px;right:14px}.mc-packing-physics .stack-layer .layer-title{font-size:14px;font-weight:700;display:block;margin-bottom:4px}.mc-packing-physics .stack-layer .layer-desc{font-size:12.5px;line-height:1.5;display:block;max-width:80%}.mc-packing-physics .stack-layer.top{background:linear-gradient(145deg,#fffbeb 0%,#fef3c7 100%);border-color:#fde68a}.mc-packing-physics .stack-layer.top .layer-badge{background:#fef3c7;color:#b45309}.mc-packing-physics .stack-layer.top .layer-title{color:#92400e}.mc-packing-physics .stack-layer.top .layer-desc{color:#78350f}.mc-packing-physics .stack-layer.mid{background:linear-gradient(145deg,#eff6ff 0%,#dbeafe 100%);border-color:#bfdbfe}.mc-packing-physics .stack-layer.mid .layer-badge{background:#dbeafe;color:#1d4ed8}.mc-packing-physics .stack-layer.mid .layer-title{color:#1e40af}.mc-packing-physics .stack-layer.mid .layer-desc{color:#1e3a8a}.mc-packing-physics .stack-layer.bottom{background:linear-gradient(145deg,#ecfdf5 0%,#d1fae5 100%);border-color:#a7f3d0}.mc-packing-physics .stack-layer.bottom .layer-badge{background:#d1fae5;color:#047857}.mc-packing-physics .stack-layer.bottom .layer-title{color:#065f46}.mc-packing-physics .stack-layer.bottom .layer-desc{color:#064e3b}.mc-packing-physics .packing-note{font-size:11.5px;color:#6b7280;line-height:1.5;padding-top:14px;border-top:1px dashed #e5e7eb;position:relative;z-index:1}.mc-packing-physics .packing-note strong{color:#064e3b}@media (max-width:640px){.mc-packing-physics{padding:18px 16px;margin:24px 0;border-radius:16px}.mc-packing-physics .packing-header h4{font-size:1.05rem!important}.mc-packing-physics .stack-layer{padding:14px 16px}.mc-packing-physics .stack-layer .layer-title{font-size:13px}.mc-packing-physics .stack-layer .layer-desc{font-size:12px;max-width:100%}.mc-packing-physics .stack-layer .layer-badge{font-size:7px;padding:1px 8px;top:8px;right:10px}}@media (max-width:400px){.mc-packing-physics{padding:14px 12px}.mc-packing-physics .stack-layer{padding:12px 12px}.mc-packing-physics .stack-layer .layer-title{font-size:12px}.mc-packing-physics .stack-layer .layer-desc{font-size:11px}}.gear-bom-wrap{max-width:820px;margin:35px auto;border:1px solid #e5e7eb;border-radius:24px;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 8px 40px rgb(6 78 59 / .04);overflow:hidden;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1e293b;position:relative}.gear-bom-wrap::before{content:'';position:absolute;top:-30%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgb(22 163 74 / .02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.gear-bom-head{padding:24px 28px;border-bottom:1px solid #e5e7eb;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;position:relative;z-index:1}.gear-bom-head .badge{display:inline-block;font-size:9px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 14px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.gear-bom-title{margin:0!important;font-size:1.3rem!important;font-weight:800!important;color:#064e3b!important;line-height:1.2!important;letter-spacing:-.3px}.gear-bom-title .version{font-size:.6rem;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:2px 12px;border-radius:30px;margin-left:8px}.gear-bom-total-box{background:#064e3b;color:#fff;padding:8px 18px;border-radius:12px;font-family:monospace;text-align:right;flex-shrink:0;min-width:120px}.gear-bom-total-box .label{font-size:9px;display:block;text-transform:uppercase;color:#a7f3d0;font-weight:700;letter-spacing:.06em;text-align:left}.gear-bom-total-box .amount{font-size:1.5rem;font-weight:800;line-height:1.2}.gear-bom-body{padding:24px 28px 28px 28px;background:#fff;position:relative;z-index:1}.gear-bom-desc{margin:0 0 20px 0!important;font-size:13.5px!important;color:#475569!important;line-height:1.6!important}.gear-bom-desc strong{color:#064e3b}.gear-bom-list{display:flex;flex-direction:column;gap:12px;text-align:left}.gear-bom-item{display:flex;align-items:flex-start;gap:14px;padding:14px 18px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all 0.25s ease;box-shadow:0 2px 8px rgb(0 0 0 / .02)}.gear-bom-item:hover{border-color:#86efac;background:#fafff8;transform:translateX(2px)}.gear-bom-item.checked{background:#f0fdf4;border-color:#16a34a;box-shadow:0 2px 12px rgb(22 163 74 / .06)}.gear-bom-item .check{margin-top:3px;flex-shrink:0;width:18px;height:18px;accent-color:#16a34a;cursor:pointer}.gear-bom-item .content{flex:1}.gear-bom-item .content .name{font-size:14px;font-weight:700;color:#064e3b;display:block;line-height:1.3;margin-bottom:2px}.gear-bom-item .content .desc{font-size:12.5px;color:#6b7280;display:block;line-height:1.4}.gear-bom-item .content .price-tag{font-weight:700;color:#16a34a}.gear-bom-item .tag{font-size:9px;font-weight:700;padding:2px 12px;border-radius:30px;background:#f1f5f9;color:#64748b;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;align-self:center;transition:all 0.2s ease;border:1px solid #e5e7eb}.gear-bom-item.checked .tag{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}@media (max-width:640px){.gear-bom-wrap{margin:20px 0;border-radius:16px}.gear-bom-head{padding:18px 18px;flex-direction:column;align-items:stretch;gap:12px}.gear-bom-title{font-size:1.1rem!important}.gear-bom-body{padding:16px 16px 20px 16px}.gear-bom-total-box{width:100%;text-align:center}.gear-bom-total-box .label{text-align:center}.gear-bom-item{padding:12px 14px;gap:10px;flex-wrap:wrap}.gear-bom-item .content .name{font-size:13px}.gear-bom-item .content .desc{font-size:11.5px}.gear-bom-item .tag{font-size:8px;padding:1px 10px}.gear-bom-desc{font-size:12px!important}}@media (max-width:400px){.gear-bom-wrap{border-radius:14px}.gear-bom-head{padding:14px 14px}.gear-bom-title{font-size:1rem!important}.gear-bom-body{padding:12px 12px 16px 12px}.gear-bom-item{padding:10px 12px}.gear-bom-item .check{width:16px;height:16px}.gear-bom-item .content .name{font-size:12px}.gear-bom-item .content .desc{font-size:10.5px}.gear-bom-total-box .amount{font-size:1.2rem}}.mc-coldchain-list{margin:16px 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:12px}.mc-coldchain-list li{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;transition:all 0.2s ease;position:relative;overflow:hidden}.mc-coldchain-list li:hover{border-color:#16a34a;background:#fafff8;transform:translateX(4px)}.mc-coldchain-list li::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;border-radius:12px 0 0 12px}.mc-coldchain-list li:nth-child(1)::before{background:linear-gradient(180deg,#8b5cf6,#a78bfa)}.mc-coldchain-list li:nth-child(2)::before{background:linear-gradient(180deg,#3b82f6,#60a5fa)}.mc-coldchain-list li strong{font-size:14px;color:#064e3b;display:block;margin-bottom:4px}.mc-coldchain-list li span{font-size:13px;color:#475569;line-height:1.5;display:block}@media (max-width:640px){.mc-coldchain-list li{padding:14px 16px}.mc-coldchain-list li strong{font-size:13px}.mc-coldchain-list li span{font-size:12px}}.mc-scenario-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:16px 0}.mc-scenario-card{border-radius:14px;padding:20px 22px;border:1px solid #e5e7eb;background:#fff;transition:all 0.3s ease;box-shadow:0 4px 16px rgb(6 78 59 / .03)}.mc-scenario-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgb(6 78 59 / .06)}.mc-scenario-card .scenario-title{font-size:14px;font-weight:700;display:block;margin-bottom:8px}.mc-scenario-card .scenario-stats{font-size:13px;color:#475569;line-height:1.6}.mc-scenario-card .scenario-stats strong{color:#064e3b}.mc-scenario-card .scenario-result{margin-top:12px;padding-top:12px;border-top:1px dashed #e5e7eb;font-size:15px;font-weight:800;color:#16a34a;display:block;text-align:center}.mc-scenario-card .scenario-result .val{font-size:18px}.mc-scenario-card.low-density{border-top:4px solid #ef4444}.mc-scenario-card.high-density{border-top:4px solid #16a34a}@media (max-width:640px){.mc-scenario-grid{grid-template-columns:1fr;gap:14px}.mc-scenario-card{padding:16px 16px}.mc-scenario-card .scenario-title{font-size:13px}.mc-scenario-card .scenario-stats{font-size:12px}}.mc-logistics-timeline-wrap{margin:40px auto;max-width:720px;border:1px solid #e5e7eb;border-radius:20px;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);padding:28px 30px;box-shadow:0 8px 40px rgb(6 78 59 / .04);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;box-sizing:border-box;width:100%;position:relative;overflow:hidden}.mc-logistics-timeline-wrap::before{content:'';position:absolute;top:-30%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgb(22 163 74 / .02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.mc-logistics-timeline-wrap .timeline-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #e5e7eb;padding-bottom:14px;margin-bottom:24px;flex-wrap:wrap;gap:10px;position:relative;z-index:1}.mc-logistics-timeline-wrap .timeline-header .badge{font-size:10px;font-weight:800;color:#16a34a;background:#dcfce7;padding:4px 14px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;display:inline-block;margin-bottom:6px}.mc-logistics-timeline-wrap .timeline-header h4{margin:0!important;font-size:1.2rem!important;font-weight:800!important;color:#064e3b!important;line-height:1.25!important}.mc-logistics-timeline-wrap .timeline-container{display:flex;flex-direction:column;gap:20px;position:relative;padding-left:24px;border-left:2px solid #d1fae5;box-sizing:border-box;text-align:left;position:relative;z-index:1}.mc-logistics-timeline-wrap .timeline-step{position:relative;box-sizing:border-box}.mc-logistics-timeline-wrap .timeline-step .dot{position:absolute;left:-29px;top:2px;width:12px;height:12px;border-radius:50%;background:#16a34a;border:3px solid #fff;box-shadow:0 0 0 4px rgb(22 163 74 / .15)}.mc-logistics-timeline-wrap .timeline-step .step-title{font-size:14px;font-weight:700;color:#064e3b;display:block;margin-bottom:4px}.mc-logistics-timeline-wrap .timeline-step .step-desc{font-size:12.5px;color:#475569;line-height:1.5;margin:0}.mc-logistics-timeline-wrap .timeline-footer{border-top:1px dashed #e5e7eb;margin-top:24px;padding-top:16px;text-align:center;position:relative;z-index:1}.mc-logistics-timeline-wrap .timeline-footer span{font-size:11.5px;color:#6b7280;display:inline-block;line-height:1.5}.mc-logistics-timeline-wrap .timeline-footer strong{color:#064e3b}@media (max-width:640px){.mc-logistics-timeline-wrap{padding:18px 16px;margin:24px 0;border-radius:16px}.mc-logistics-timeline-wrap .timeline-header h4{font-size:1.05rem!important}.mc-logistics-timeline-wrap .timeline-container{padding-left:18px}.mc-logistics-timeline-wrap .timeline-step .dot{left:-23px;width:10px;height:10px}.mc-logistics-timeline-wrap .timeline-step .step-title{font-size:13px}.mc-logistics-timeline-wrap .timeline-step .step-desc{font-size:12px}}@media (max-width:400px){.mc-logistics-timeline-wrap{padding:14px 12px}.mc-logistics-timeline-wrap .timeline-step .step-title{font-size:12px}.mc-logistics-timeline-wrap .timeline-step .step-desc{font-size:11px}}.churn-calc-wrap{max-width:820px;margin:35px auto;border:1px solid #e5e7eb;border-radius:24px;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 8px 40px rgb(6 78 59 / .04);overflow:hidden;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1e293b;position:relative}.churn-calc-wrap::before{content:'';position:absolute;top:-30%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgb(22 163 74 / .02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.churn-calc-head{padding:24px 28px;border-bottom:1px solid #e5e7eb;background:#f8fafc;position:relative;z-index:1}.churn-calc-head .badge{display:inline-block;font-size:9px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 14px;border-radius:30px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.churn-calc-title{margin:0 0 4px 0!important;font-size:1.3rem!important;font-weight:800!important;color:#064e3b!important;line-height:1.2!important;letter-spacing:-.3px}.churn-calc-title .version{font-size:.6rem;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:2px 12px;border-radius:30px;margin-left:8px}.churn-calc-desc{margin:0!important;font-size:13px!important;color:#6b7280!important;line-height:1.4!important}.churn-calc-body{padding:24px 28px 28px 28px;background:#fff;position:relative;z-index:1}.churn-calc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px 20px;margin-bottom:20px}.churn-calc-group{display:flex;flex-direction:column;gap:4px}.churn-calc-group .label{font-size:12px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:6px}.churn-calc-group .label .hint{font-weight:400;color:#94a3b8;font-size:10px;text-transform:none}.churn-calc-group .input-field{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;background:#fff;color:#1e293b;transition:border-color 0.2s,box-shadow 0.2s;touch-action:manipulation;box-sizing:border-box;-moz-appearance:textfield;appearance:textfield}.churn-calc-group .input-field:focus{border-color:#16a34a;box-shadow:0 0 0 4px rgb(22 163 74 / .06);outline:none}.churn-calc-group .input-field::-webkit-inner-spin-button,.churn-calc-group .input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.churn-calc-results{margin-top:24px;background:linear-gradient(145deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:16px;padding:20px 22px;box-sizing:border-box;display:flex;flex-direction:column;gap:2px}.churn-calc-results .title{font-size:.7rem;font-weight:800;color:#1e3a8a;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px dashed #bfdbfe;padding-bottom:10px;margin-bottom:4px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}.churn-calc-results .title .status-badge{font-size:9px;font-weight:700;padding:2px 12px;border-radius:30px;text-transform:uppercase;letter-spacing:.04em}.churn-calc-results .title .status-badge.green{background:#dcfce7;color:#166534}.churn-calc-results .title .status-badge.amber{background:#fef3c7;color:#92400e}.churn-calc-results .title .status-badge.red{background:#fee2e2;color:#991b1b}.churn-calc-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgb(191 219 254 / .15);font-size:.85rem}.churn-calc-row:last-of-type{border-bottom:none}.churn-calc-row .label{color:#475569;display:flex;align-items:center;gap:6px}.churn-calc-row .value{font-weight:800;color:#1d4ed8;font-family:monospace;font-size:1rem;display:flex;align-items:baseline;gap:2px}.churn-calc-row .value .unit{font-weight:600;color:#64748b;font-size:.7rem}.churn-calc-row.highlight{background:#dbeafe;border-radius:10px;padding:10px 14px;margin:4px -6px;border-bottom:none}.churn-calc-row.highlight .value{color:#064e3b}.churn-calc-row.danger .value{color:#991b1b}.churn-calc-footnote{margin-top:14px;padding-top:12px;border-top:1px dashed #bfdbfe;font-size:11px;color:#64748b;line-height:1.5}.churn-calc-footnote strong{color:#064e3b}@media (max-width:640px){.churn-calc-wrap{margin:20px 0;border-radius:16px}.churn-calc-head{padding:18px 18px}.churn-calc-title{font-size:1.1rem!important}.churn-calc-body{padding:16px 16px 18px 16px}.churn-calc-grid{grid-template-columns:1fr;gap:12px}.churn-calc-group .input-field{font-size:.9rem;padding:9px 12px}.churn-calc-results{padding:16px 16px}.churn-calc-row{font-size:.8rem}.churn-calc-row .value{font-size:.9rem}.churn-calc-footnote{font-size:10px}}.mc-retention-list{margin:16px 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:14px}.mc-retention-list li{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;transition:all 0.2s ease;position:relative;overflow:hidden}.mc-retention-list li:hover{border-color:#16a34a;background:#fafff8;transform:translateX(4px)}.mc-retention-list li::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;border-radius:12px 0 0 12px}.mc-retention-list li:nth-child(1)::before{background:linear-gradient(180deg,#8b5cf6,#a78bfa)}.mc-retention-list li:nth-child(2)::before{background:linear-gradient(180deg,#3b82f6,#60a5fa)}.mc-retention-list li:nth-child(3)::before{background:linear-gradient(180deg,#10b981,#34d399)}.mc-retention-list li strong{font-size:14px;color:#064e3b;display:block;margin-bottom:4px}.mc-retention-list li span{font-size:13px;color:#475569;line-height:1.5;display:block}.mc-retention-list li a{color:#16a34a;font-weight:600;text-decoration:none}.mc-retention-list li a:hover{text-decoration:underline}@media (max-width:640px){.mc-retention-list li{padding:14px 16px}.mc-retention-list li strong{font-size:13px}.mc-retention-list li span{font-size:12px}}.mc-tools-promo-premium{margin:48px 0 30px 0;border-radius:28px;background:linear-gradient(145deg,#f8fafc 0%,#ffffff 100%);padding:36px 40px;box-sizing:border-box;width:100%;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;position:relative;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 8px 40px rgb(6 78 59 / .04)}.mc-tools-promo-premium::before{content:'';position:absolute;top:-30%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgb(22 163 74 / .04) 0%,transparent 70%);border-radius:50%;pointer-events:none}.mc-tools-promo-premium .promo-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:center;position:relative;z-index:1}.mc-tools-promo-premium .accent-bar{width:50px;height:4px;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:4px;margin-bottom:14px}.mc-tools-promo-premium .promo-badge{display:inline-block;font-size:9px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 14px;border-radius:30px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;border:1px solid #bbf7d0}.mc-tools-promo-premium .promo-title{margin:0 0 8px 0!important;font-size:1.5rem!important;font-weight:800!important;color:#064e3b!important;letter-spacing:-.3px;line-height:1.2!important}.mc-tools-promo-premium .promo-title span{color:#16a34a;background:#dcfce7;padding:0 8px;border-radius:8px}.mc-tools-promo-premium .promo-desc{font-size:.95rem;color:#475569;line-height:1.6;margin:0 0 14px 0;max-width:480px}.mc-tools-promo-premium .promo-features{display:flex;flex-wrap:wrap;gap:6px 16px;margin:0 0 18px 0;list-style:none;padding:0}.mc-tools-promo-premium .promo-features li{font-size:.8rem;color:#1e293b;display:flex;align-items:center;gap:6px;background:#f8fafc;padding:3px 12px 3px 8px;border-radius:30px;border:1px solid #e5e7eb}.mc-tools-promo-premium .promo-features li::before{content:'✓';color:#16a34a;font-weight:800;font-size:11px}.mc-tools-promo-premium .btn-primary{display:inline-flex;align-items:center;gap:8px;background:#16a34a;color:#fff;padding:10px 28px;border-radius:60px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all 0.25s ease;box-shadow:0 4px 16px rgb(22 163 74 / .2);border:none;cursor:pointer;touch-action:manipulation}.mc-tools-promo-premium .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgb(22 163 74 / .3);background:#15803d}.mc-tools-promo-premium .btn-secondary{display:inline-flex;align-items:center;gap:6px;background:#fff0;color:#16a34a;padding:10px 20px;border-radius:60px;font-size:.8rem;font-weight:700;text-decoration:none;border:1.5px solid #d1d5db;transition:all 0.25s ease;cursor:pointer;touch-action:manipulation}.mc-tools-promo-premium .btn-secondary:hover{background:#f1f5f9;border-color:#16a34a;transform:translateY(-2px)}.mc-tools-promo-premium .promo-embed{background:#f8fafc;border-radius:16px;padding:18px 20px;border:1px solid #e5e7eb;box-shadow:inset 0 2px 8px rgb(0 0 0 / .02);transition:border-color 0.2s}.mc-tools-promo-premium .promo-embed:hover{border-color:#bbf7d0}.mc-tools-promo-premium .promo-embed .embed-label{font-size:9px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:6px}.mc-tools-promo-premium .promo-embed textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#1e293b;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:10px;line-height:1.5;resize:vertical;min-height:60px;outline:none;transition:border-color 0.2s;box-sizing:border-box}.mc-tools-promo-premium .promo-embed textarea:focus{border-color:#16a34a;box-shadow:0 0 0 4px rgb(22 163 74 / .06)}.mc-tools-promo-premium .promo-embed .embed-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.mc-tools-promo-premium .promo-embed .embed-actions button{background:#fff;border:1px solid #e5e7eb;color:#1e293b;padding:5px 14px;border-radius:30px;font-size:10px;font-weight:700;cursor:pointer;transition:all 0.2s ease;touch-action:manipulation;display:inline-flex;align-items:center;gap:4px}.mc-tools-promo-premium .promo-embed .embed-actions button:hover{background:#f1f5f9;border-color:#16a34a}.mc-tools-promo-premium .promo-embed .embed-actions button.copied{background:#16a34a;color:#fff;border-color:#16a34a}@media (max-width:820px){.mc-tools-promo-premium{padding:24px 20px;border-radius:22px}.mc-tools-promo-premium .promo-grid{grid-template-columns:1fr;gap:24px}.mc-tools-promo-premium .promo-title{font-size:1.3rem!important}.mc-tools-promo-premium .promo-desc{max-width:100%}.mc-tools-promo-premium .accent-bar{margin-left:auto;margin-right:auto}.mc-tools-promo-premium .promo-content{text-align:center}.mc-tools-promo-premium .promo-features{justify-content:center}.mc-tools-promo-premium .btn-primary{font-size:.85rem;padding:8px 20px}.mc-tools-promo-premium .btn-secondary{font-size:.75rem;padding:8px 16px}.mc-tools-promo-premium .promo-embed{padding:14px}.mc-tools-promo-premium .promo-embed textarea{font-size:9px;min-height:50px}}@media (max-width:480px){.mc-tools-promo-premium{padding:16px 14px;border-radius:18px}.mc-tools-promo-premium .promo-title{font-size:1.1rem!important}.mc-tools-promo-premium .promo-features li{font-size:.7rem;padding:2px 8px 2px 6px}.mc-tools-promo-premium .btn-primary{font-size:.75rem;padding:6px 14px}.mc-tools-promo-premium .btn-secondary{font-size:.7rem;padding:6px 12px}.mc-tools-promo-premium .promo-embed{padding:12px}.mc-tools-promo-premium .promo-embed textarea{font-size:8px;min-height:40px;padding:6px 8px}.mc-tools-promo-premium .promo-embed .embed-actions button{font-size:9px;padding:4px 10px;flex:1;justify-content:center}.mc-tools-promo-premium .accent-bar{width:30px;height:3px}}.mc-hydroponic_csa_sub-rw2-c1{color:#16a34a;font-weight:600;text-decoration:none}.mc-hydroponic_csa_sub-rw2-c2{background:#f0fdf4;border-left:4px solid #16a34a;padding:14px 18px;margin:14px 0;border-radius:8px;color:#065f46;font-size:.95rem}.mc-hydroponic_csa_sub-rw2-c3{background:#fef2f2;border-left:4px solid #ef4444;padding:14px 18px;margin:14px 0;border-radius:8px;color:#7f1d1d;font-size:.95rem}.mc-hydroponic_csa_sub-rw2-c4{background:#eff6ff;border-left:4px solid #3b82f6;padding:14px 18px;margin:14px 0;border-radius:8px;color:#1e3a8a;font-size:.95rem}.mc-w-79e98d{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:14px 18px;margin:14px 0;font-family:'Courier New',monospace;font-size:.9rem;text-align:center;color:#1e293b}.mc-w-d57519{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:14px 18px;margin:14px 0;font-family:'Courier New',monospace;font-size:.95rem;text-align:center;color:#064e3b}.mc-w-e9fb05{border-top:1px dashed #bfdbfe;margin:6px 0 6px 0}.mc-w-8a1474{background:#f0fdf4;border-left:4px solid #16a34a;padding:16px 20px;margin:16px 0;border-radius:8px;color:#065f46;font-size:.95rem}.mc-w-0fd2f9{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:14px 18px;margin:14px 0;font-family:'Courier New',monospace;font-size:.95rem;text-align:center;color:#1e293b}.mc-w-b8e2fe{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:16px 20px;margin:14px 0;font-family:'Courier New',monospace;font-size:.95rem;text-align:center;color:#064e3b}.mc-w-a0331d{background:#eff6ff;border-left:4px solid #3b82f6;padding:14px 18px;margin:16px 0;border-radius:8px;color:#1e3a8a;font-size:.95rem}.mc-w-82ea78{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.mc-w-115df6{width:100%;border:0;background:#fff0;min-height:680px}.mc-w-c0c4b9{border-style:none;border-width:0;border-radius:12px;padding-top:25px;padding-right:25px;padding-bottom:25px;padding-left:25px}.mc-w-ff04a4{font-size:22px;text-transform:capitalize}.mc-w-6671bc{margin:40px auto;max-width:820px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;width:100%;box-sizing:border-box}.mc-w-c53f9d{display:flex;align-items:center;gap:8px;margin-bottom:24px}.mc-w-0014f3{width:8px;height:8px;border-radius:50%;background-color:#16A34A;display:inline-block;box-shadow:0 0 0 4px rgb(22 163 74 / .2)}.mc-w-e6e4d2{font-size:11px;font-weight:800;color:#16A34A;text-transform:uppercase;letter-spacing:.1em}.mc-w-a6e474{display:flex;gap:24px;flex-wrap:wrap;width:100%;box-sizing:border-box}.mc-w-926b60{flex:1.5;min-width:320px;background:#FFF;border:1px solid #E5E7EB;border-radius:16px;padding:18px;box-shadow:0 4px 15px rgb(6 78 59 / .03);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.mc-w-9df45c{margin-bottom:12px;text-align:left}.mc-w-870a07{font-size:9px;font-weight:800;color:#16A34A;background:#DCFCE7;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-family:monospace;letter-spacing:.05em}.mc-w-850d01{font-size:15px;color:#064E3B;display:block;margin-top:6px;line-height:1.3}.mc-w-1bb76e{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;background:#000;margin-bottom:14px}.mc-w-81b755{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.mc-w-f78ba4{margin:0 0 14px 0;font-size:12.5px;line-height:1.5;color:#475569;text-align:left}.mc-w-841e32{display:block;text-align:center;background:#16A34A;color:#FFF;font-size:13px;font-weight:700;text-decoration:none;padding:12px 16px;border-radius:8px;transition:all 0.15s ease}.mc-w-57b28d{flex:1;min-width:260px;background:#FFF;border:1px solid #E5E7EB;border-radius:16px;padding:18px;box-shadow:0 4px 15px rgb(6 78 59 / .03);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.mc-w-d56fce{font-size:9px;font-weight:800;color:#2563EB;background:#DBEAFE;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-family:monospace;letter-spacing:.05em}.mc-w-b22abe{font-size:15px;color:#1E3A8A;display:block;margin-top:6px;line-height:1.3}.mc-w-bafaad{position:relative;width:100%;padding-bottom:120%;height:0;overflow:hidden;border-radius:10px;background:#000;margin-bottom:14px}.mc-w-f3cefb{display:block;text-align:center;background:#EFF6FF;color:#1D4ED8;font-size:13px;font-weight:700;text-decoration:none;padding:12px 16px;border-radius:8px;border:1px solid #BFDBFE;transition:all 0.15s ease}.mc-w-e93bf3{background:linear-gradient(135deg,#064E3B 0%,#14532D 100%);border-radius:12px;padding:16px;margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;text-align:left;box-sizing:border-box;width:100%}.mc-w-8ea199{flex:1;min-width:200px}.mc-w-4af73f{font-size:14px;color:#A7F3D0;display:block;margin-bottom:2px}.mc-w-5984f9{font-size:12px;color:#FFF;display:block;line-height:1.4}.mc-w-6ba165{background:#16A34A;color:#FFF;font-size:13px;font-weight:700;text-decoration:none;padding:10px 18px;border-radius:6px;box-shadow:0 4px 10px rgb(22 163 74 / .3);display:inline-block}