/* Balazs Commercial RFQ — product RFQ block, reassurance list, facility quote form. */

.bcr-rfq {
	margin: 20px 0 8px;
	padding: 18px 20px;
	border: 1px solid #d5dae2;
	border-left: 4px solid var(--blue, #3380c9);
	border-radius: 8px;
	background: #f7f9fc;
}

.bcr-rfq__lead {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.45;
}

.bcr-rfq__btn {
	display: inline-flex;
	min-width: 220px;
	justify-content: center;
}

.bcr-rfq__spec {
	display: block;
	margin-top: 12px;
	font-size: 14px;
}

.bcr-price-quoted {
	font-weight: 700;
}

.bcr-reassurance {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.bcr-reassurance li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 1.4;
}

.bcr-reassurance li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 8px;
	border-left: 2px solid var(--blue, #3380c9);
	border-bottom: 2px solid var(--blue, #3380c9);
	transform: rotate(-45deg);
}

/* --- Facility quote form --- */

.bcr-form {
	max-width: 720px;
	margin: 0 0 32px;
}

.bcr-fieldset {
	margin: 0 0 28px;
	padding: 20px;
	border: 1px solid #d5dae2;
	border-radius: 10px;
}

.bcr-fieldset legend {
	padding: 0 8px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.bcr-field {
	display: grid;
	gap: 6px;
	margin: 0 0 16px;
}

.bcr-field[hidden] {
	display: none;
}

.bcr-field:last-child {
	margin-bottom: 0;
}

.bcr-field label {
	font-weight: 600;
	font-size: 14px;
}

.bcr-form input[type="text"],
.bcr-form input[type="email"],
.bcr-form input[type="tel"],
.bcr-form input[type="date"],
.bcr-form input[type="number"],
.bcr-form select,
.bcr-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #aab2bf;
	border-radius: 8px;
	background: #fff;
	color: var(--ink, #1b1f24);
	font: inherit;
	line-height: 1.35;
	box-sizing: border-box;
}

.bcr-form textarea {
	min-height: 130px;
	resize: vertical;
}

.bcr-form input:focus,
.bcr-form select:focus,
.bcr-form textarea:focus {
	outline: 3px solid rgba(51, 128, 201, .22);
	border-color: var(--blue, #3380c9);
}

.bcr-hint {
	font-size: 13px;
	color: #5a6472;
}

.bcr-spec-note {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #f0f5fb;
	font-size: 15px;
}

.bcr-submit button {
	min-width: 220px;
}

.bcr-promise {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
}

.bcr-product-context {
	margin: 0 0 20px;
	padding: 12px 14px;
	border-left: 4px solid var(--blue, #3380c9);
	background: #f0f5fb;
	font-weight: 700;
}

.bcr-privacy {
	margin: 8px 0 0;
	font-size: 14px;
}

/* Honeypot — off-screen rather than display:none so bots still see it. */
.bcr-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bcr-notice {
	margin: 0 0 24px;
	padding: 16px 18px;
	border-radius: 8px;
	border-left: 4px solid;
}

.bcr-notice--ok {
	background: #eef7ef;
	border-left-color: #2e7d43;
}

.bcr-notice--ok h2 {
	margin: 0 0 8px;
	font-size: 20px;
}

.bcr-notice--err {
	background: #fdf0ef;
	border-left-color: #b3261e;
}

.bcr-notice p {
	margin: 0;
}
