.bjbc-public-wrap {
	max-width: 980px;
	margin: 0 auto;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #111;
}

.bjbc-enquiry-form {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .05);
}

.bjbc-enquiry-form h2 {
	margin: 0 0 8px;
	font-size: 28px;
}

.bjbc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 24px 0;
}

.bjbc-form-grid label span {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}

.bjbc-form-grid input,
.bjbc-form-grid select,
.bjbc-form-grid textarea {
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 12px;
	background: #fff;
}

.bjbc-wide {
	grid-column: 1 / -1;
}

.bjbc-consent {
	display: flex;
	gap: 10px;
	align-items: center;
}

.bjbc-consent input {
	width: auto;
}

.bjbc-enquiry-form button {
	background: #050505;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 14px 22px;
	font-weight: 800;
	cursor: pointer;
}

.bjbc-success {
	border: 1px solid #bde5c5;
	background: #f2fff4;
	color: #0b6420;
	border-radius: 6px;
	padding: 14px 16px;
	margin-bottom: 18px;
}

.bjbc-error {
	border-color: #f2c7c7;
	background: #fff3f3;
	color: #a10f0f;
}

.bjbc-quote-public {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, .05);
}

.bjbc-muted {
	color: #666;
}

.bjbc-public-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 24px 0;
}

.bjbc-public-grid dl {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 10px 16px;
}

.bjbc-public-grid dt {
	font-weight: 800;
}

.bjbc-public-grid dd {
	margin: 0;
}

.bjbc-public-grid table {
	width: 100%;
	border-collapse: collapse;
}

.bjbc-public-grid td,
.bjbc-public-grid th {
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	text-align: left;
}

.bjbc-response-actions textarea {
	width: 100%;
	min-height: 100px;
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 14px;
}

.bjbc-response-actions .bjbc-secondary {
	background: #fff;
	color: #111;
	border: 1px solid #111;
	margin-left: 8px;
}

.bjbc-price-list {
	max-width: 1180px;
	margin: 0 auto;
	padding: 34px 18px 56px;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #080808;
}

.bjbc-price-hero {
	position: relative;
	overflow: hidden;
	background: #050505;
	color: #fff;
	border-radius: 8px;
	padding: clamp(30px, 5vw, 58px);
	margin-bottom: 22px;
}

.bjbc-price-hero:after {
	content: "";
	position: absolute;
	right: -80px;
	top: -110px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
}

.bjbc-price-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .7);
}

.bjbc-price-hero h1 {
	margin: 0;
	font-size: clamp(38px, 6vw, 74px);
	line-height: .92;
	letter-spacing: -.02em;
}

.bjbc-price-hero p:not(.bjbc-price-kicker) {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
	line-height: 1.6;
}

.bjbc-price-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.bjbc-price-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 6px;
	padding: 0 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

.bjbc-price-actions a:first-child {
	background: #fff;
	color: #050505;
}

.bjbc-price-nav,
.bjbc-price-downloads {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 22px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .04);
}

.bjbc-price-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bjbc-price-nav a,
.bjbc-price-downloads a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	padding: 0 14px;
	color: #111;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	background: #fafafa;
}

.bjbc-price-nav a:hover,
.bjbc-price-downloads a:hover {
	background: #050505;
	color: #fff;
	border-color: #050505;
}

.bjbc-price-downloads {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.bjbc-price-downloads h2 {
	margin: 0;
	font-size: 18px;
}

.bjbc-price-downloads div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.bjbc-price-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.bjbc-price-card {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: clamp(18px, 3vw, 28px);
	margin-bottom: 22px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .05);
}

.bjbc-price-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.bjbc-price-section-heading h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.1;
}

.bjbc-price-section-heading p {
	max-width: 420px;
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.45;
}

.bjbc-price-table-wrap {
	overflow-x: auto;
}

.bjbc-price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.bjbc-price-table th {
	background: #f6f6f6;
	color: #111;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bjbc-price-table th,
.bjbc-price-table td {
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 12px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.bjbc-price-table tbody tr:hover {
	background: #fbfbfb;
}

.bjbc-price-table td:nth-child(n+3),
.bjbc-price-table th:nth-child(n+3) {
	text-align: right;
	font-weight: 800;
}

.bjbc-price-table td:first-child,
.bjbc-price-table td:nth-child(2) {
	font-weight: 800;
}

.bjbc-price-table-small td:nth-child(n+3),
.bjbc-price-table-small th:nth-child(n+3) {
	text-align: right;
}

.bjbc-price-table-menu th:nth-child(3),
.bjbc-price-table-menu td:nth-child(3) {
	white-space: normal;
	font-weight: 500;
	color: #666;
}

.bjbc-price-table-menu th:last-child,
.bjbc-price-table-menu td:last-child {
	text-align: right;
	font-weight: 800;
}

.bjbc-price-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 18px 20px;
}

.bjbc-price-note strong {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.bjbc-price-note span {
	color: #555;
	line-height: 1.5;
}

@media (max-width: 760px) {
	.bjbc-form-grid {
		grid-template-columns: 1fr;
	}
	.bjbc-public-grid {
		grid-template-columns: 1fr;
	}
	.bjbc-price-list {
		padding: 20px 12px 38px;
	}
	.bjbc-price-hero {
		padding: 28px 20px;
	}
	.bjbc-price-actions {
		display: grid;
	}
	.bjbc-price-grid,
	.bjbc-price-section-heading,
	.bjbc-price-note,
	.bjbc-price-downloads {
		grid-template-columns: 1fr;
		display: grid;
	}
	.bjbc-price-nav,
	.bjbc-price-downloads div {
		display: grid;
	}
	.bjbc-price-nav a,
	.bjbc-price-downloads a {
		width: 100%;
	}
	.bjbc-price-table-wrap {
		overflow: visible;
	}
	.bjbc-price-table,
	.bjbc-price-table thead,
	.bjbc-price-table tbody,
	.bjbc-price-table tr,
	.bjbc-price-table th,
	.bjbc-price-table td {
		display: block;
	}
	.bjbc-price-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}
	.bjbc-price-table tr {
		border: 1px solid #e8e8e8;
		border-radius: 8px;
		padding: 10px 12px;
		margin-bottom: 12px;
	}
	.bjbc-price-table td {
		display: grid;
		grid-template-columns: minmax(92px, .8fr) 1fr;
		gap: 12px;
		border: 0;
		padding: 7px 0;
		text-align: right;
		white-space: normal;
	}
	.bjbc-price-table td:before {
		content: attr(data-label);
		text-align: left;
		color: #666;
		font-weight: 700;
	}
	.bjbc-price-table td:nth-child(n),
	.bjbc-price-table th:nth-child(n) {
		text-align: right;
	}
	.bjbc-price-table-menu td:nth-child(3) {
		text-align: right;
	}
}
