/* Flexible Content: Billboard Barricade vs Traditional Steel */
.billboard-vs-traditional-steel {
	clear: both;
	float: left;
	padding: 96px 0;
	width: 100%;
}

.billboard-vs-traditional-steel__container {
	max-width: 1200px;
}

.billboard-vs-traditional-steel__header {
	margin-bottom: 22px;
	text-align: center;
}

.billboard-vs-traditional-steel__eyebrow {
	color: #ff7a18;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.billboard-vs-traditional-steel__heading {
	color: #0F2C64;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 900;
	font-size: 45.74px;
	line-height: 47.26px;
	letter-spacing: 0.79px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

/* ---- Grid wrapper ---- */
.bvts__grid-wrap {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
	overflow: hidden;
}

/* ---- 3-column grid row ---- */
.bvts__grid {
	display: grid;
	grid-template-columns: 36% 1fr 1fr;
}

/* ---- Column base ---- */
.bvts__col {
	font-size: 14px;
	line-height: 1.35;
	padding: 14px 18px;
}

/* ---- Header row (same bg/text on all three columns) ---- */
.bvts__grid--head .bvts__col {
	background: #0b2d57;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Round top corners of the first & last header columns */
.bvts__grid--head .bvts__col:first-child {
	border-top-left-radius: 10px;
}

.bvts__grid--head .bvts__col:last-child {
	border-top-right-radius: 10px;
}

/* ---- Data rows ---- */
.bvts__grid--row {
	border-top: 1px solid #dde7f2;
}

.bvts__grid--row .bvts__col--traditional {
	background: #ffffff;
}

/* Alternating row stripe */
.bvts__grid--alt .bvts__col--feature,
.bvts__grid--alt .bvts__col--billboard {
	background: #ebf0f7;
}

.bvts__grid--alt .bvts__col--traditional {
	background: #ebf0f7;
}

/* Feature + Billboard text */
.bvts__grid--row .bvts__col--feature,
.bvts__grid--row .bvts__col--billboard {
	color: #0f2c64;
	font-weight: 700;
}

/* Traditional text */
.bvts__grid--row .bvts__col--traditional {
	color: #6b7280;
	font-weight: 500;
}

/* ---- Cell with icon + text ---- */
.bvts__cell {
	align-items: flex-start;
	display: inline-flex;
	gap: 10px;
}

.bvts__icon {
	flex: 0 0 auto;
	margin-top: 2px;
}

.bvts__icon--check {
	color: #ff6b31;
}

.bvts__icon--x {
	color: #9ca3af;
}

.bvts__value {
	display: inline-block;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
	.billboard-vs-traditional-steel {
		padding: 38px 0;
	}

	.billboard-vs-traditional-steel__heading {
		font-family: "Rethink Sans", sans-serif;
		font-weight: 900;
		font-size: 32px;
		line-height: 35px;
		letter-spacing: 1.04px;
		text-align: center;
		text-transform: uppercase;
	}

	.bvts__grid--head .bvts__col {
		font-family: "Rethink Sans", sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 22.11px;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.bvts__grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) minmax(0, 1.15fr);
	}

	.bvts__col {
		font-family: "Rethink Sans", sans-serif;
		font-weight: 700;
		font-size: 13.72px;
		line-height: 16.1px;
		letter-spacing: 0;
		padding: 12px 10px;
	}

	.bvts__grid--row .bvts__col--traditional {
		font-weight: 700;
	}

	.bvts__cell {
		gap: 8px;
	}
}
