.ogbuta-whatsapp,
.ogbuta-button {
	align-items: center;
	background: #073f9f;
	border: 2px solid #073f9f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 48px;
	padding: 0.75rem 1.15rem;
	text-decoration: none;
}

.ogbuta-whatsapp {
	background: transparent;
	color: #073f9f;
}

.ogbuta-hero-products {
	align-items: end;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.5rem);
}

.ogbuta-hero-products img {
	aspect-ratio: 1 / 1;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	width: 100%;
}

.ogbuta-product-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 1280px;
}

.ogbuta-product-card {
	border-right: 1px solid #d9dee8;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.75rem);
}

.ogbuta-product-card:last-child {
	border-right: 0;
}

.ogbuta-product-card__image img {
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.ogbuta-product-card h3 {
	font-family: inherit;
	font-size: 1.2rem;
	line-height: 1.25;
	text-transform: none;
}

.ogbuta-product-card__actions {
	display: grid;
	gap: 0.6rem;
	margin-top: auto;
}

.ogbuta-finder,
.ogbuta-industry-links {
	margin-inline: auto;
	max-width: 1280px;
}

.ogbuta-finder__choices {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ogbuta-finder__choices a,
.ogbuta-industry-links a {
	border: 1px solid #aab6cb;
	color: #073f9f;
	font-weight: 700;
	min-height: 52px;
	padding: 0.85rem;
	text-decoration: none;
}

.ogbuta-industry-links {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ogbuta-industry-links a {
	border-width: 0 1px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
}

.ogbuta-enquiry-form {
	max-width: 960px;
}

.ogbuta-enquiry-form__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ogbuta-enquiry-form label {
	display: grid;
	font-weight: 700;
	gap: 0.4rem;
	margin-bottom: 1rem;
}

.ogbuta-enquiry-form :where(input, textarea, select) {
	border: 1px solid #9ba7ba;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	min-height: 48px;
	padding: 0.7rem;
	width: 100%;
}

.ogbuta-enquiry-form button {
	background: #073f9f;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 50px;
	padding: 0.8rem 1.25rem;
}

.ogbuta-honeypot {
	left: -10000px;
	position: absolute;
}

@media (max-width: 900px) {
	.ogbuta-product-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ogbuta-finder__choices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ogbuta-industry-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.ogbuta-product-rail,
	.ogbuta-enquiry-form__grid {
		grid-template-columns: 1fr;
	}
	.ogbuta-product-card {
		border-bottom: 1px solid #d9dee8;
		border-right: 0;
	}
	.ogbuta-industry-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
