.mohan-rfq { color: #111512; }
.mohan-rfq__form { display: grid; gap: 38px; }
.mohan-rfq fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.mohan-rfq legend { width: 100%; margin-bottom: 24px; padding-bottom: 13px; border-bottom: 2px solid #111512; font-size: 22px; font-weight: 750; }
.mohan-rfq legend span { margin-right: 12px; color: #176b3b; font-family: "IBM Plex Mono", Consolas, monospace; font-size: 13px; }
.mohan-rfq__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mohan-rfq__field { min-width: 0; margin-bottom: 18px; }
.mohan-rfq__field--full { width: 100%; }
.mohan-rfq label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.mohan-rfq input[type="text"],
.mohan-rfq input[type="email"],
.mohan-rfq input[type="tel"],
.mohan-rfq input[type="file"],
.mohan-rfq select,
.mohan-rfq textarea {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #aeb7b0;
	border-radius: 4px;
	background: #fff;
	color: #111512;
	font: inherit;
	font-size: 16px;
}
.mohan-rfq textarea { resize: vertical; }
.mohan-rfq input:focus,
.mohan-rfq select:focus,
.mohan-rfq textarea:focus { outline: 3px solid rgba(57,184,106,.25); border-color: #176b3b; }
.mohan-rfq input[type="file"] { min-height: 76px; padding: 18px; border-style: dashed; background: #f2f4f1; }
.mohan-rfq__help, .mohan-rfq__file-status, .mohan-rfq__privacy-note { margin: 7px 0 0; color: #5c655e; font-size: 13px; }
.mohan-rfq__file-status.is-error { color: #a12828; }
.mohan-rfq__consent { padding: 18px; background: #f2f4f1; border-radius: 4px; }
.mohan-rfq__consent label { display: flex; gap: 12px; margin: 0; font-weight: 500; line-height: 1.5; }
.mohan-rfq__consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: #176b3b; }
.mohan-rfq__submit { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 56px; padding: 14px 18px; border: 0; border-radius: 4px; background: #39b86a; color: #111512; font: inherit; font-weight: 800; cursor: pointer; }
.mohan-rfq__submit:hover { background: #69d68f; }
.mohan-rfq__submit:focus-visible { outline: 3px solid #176b3b; outline-offset: 3px; }
.mohan-rfq__submit:disabled { cursor: wait; opacity: .7; }
.mohan-rfq__alert { margin-bottom: 28px; padding: 18px; border-left: 4px solid #a12828; background: #fff1f1; }
.mohan-rfq__alert ul { margin-bottom: 0; }
.mohan-rfq__success { padding: 36px; border-top: 4px solid #39b86a; background: #f2f4f1; }
.mohan-rfq__success h2 { margin-top: 0; font-size: 32px; }
.mohan-rfq__kicker { color: #176b3b; font-family: "IBM Plex Mono", Consolas, monospace; font-size: 13px; font-weight: 700; }
.mohan-rfq__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cf-turnstile { min-height: 65px; }

@media (max-width: 640px) {
	.mohan-rfq__grid { grid-template-columns: 1fr; gap: 0; }
	.mohan-rfq legend { font-size: 20px; }
	.mohan-rfq__success { padding: 24px; }
}

