html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
[data-static-action] { cursor: pointer; }
#why-prefarm, #how-it-works, #for-business, #for-farmer, #prefarm-value, #contact { scroll-margin-top: 96px; }

.prefarm-form-status { margin-top:12px; padding:11px 13px; border-radius:8px; font-family:"M PLUS Rounded 1c",sans-serif; font-size:13px; line-height:1.5; display:none; }
.prefarm-form-status.show { display:block; }
.prefarm-form-status.success { background:#eef9df; color:#3d6111; }
.prefarm-form-status.error { background:#fff0ee; color:#9a3026; }
