/* Minimal adapted CSS to ensure rendering */
body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 1.56;
	color: #242526;
	background-color: #fff;
	margin: 0;
	opacity: 1; /* Removed initial opacity to ensure visibility */
}
.wrapper-page {
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.header-page {
	padding: 12px 0;
	letter-spacing: 0.01em;
	color: #fcfcfc;
	background: #1b1d1f;
	text-align: center;
}
.brand-logo {
	width: 121px;
	height: 56px;
	display: inline-block;
	background: url(https://via.placeholder.com/121x56?text=AlphaLux+Coatings) center/contain no-repeat;
	margin: 0 auto;
}
.entry {
	padding: 40px 15px;
	background: #fff;
}
.entry-header {
	margin-bottom: 24px;
	text-align: center;
}
.entry-title {
	margin-bottom: 16px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.25;
	color: #1b1d1f;
	letter-spacing: 0.01em;
}
.entry-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content-text {
	font-size: 16px;
	line-height: 1.35;
	max-width: 960px;
}
.content-text h2 {
	margin: 2.5rem 0 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.75rem;
}
.content-text p {
	margin-bottom: 1.25rem;
}
.highlight {
	font-weight: bold;
	color: #ec3f27;
}
a {
	color: #0393bd;
	text-decoration: underline;
}
a:hover {
	color: #026c8b;
	text-decoration: none;
}
.footer-page {
	padding: 25px 0;
	color: #bdbdbd;
	line-height: 1.5;
	background-color: #1b1d1f;
	text-align: center;
}
.footer-page_copyright {
	margin-bottom: 23px;
	letter-spacing: 0.02em;
	color: #4f4f4f;
	font-size: 12px;
}
@media (min-width: 768px) {
	.entry {
		padding: 60px 30px;
	}
	.entry-header {
		margin-bottom: 32px;
	}
	.entry-title {
		margin-bottom: 24px;
		font-size: 42px;
	}
	.entry-body {
		flex-direction: row;
		justify-content: center;
	}
	.content-text {
		font-size: 1.15rem;
	}
	.content-text h2 {
		font-size: 2rem;
	}
	.footer-page_copyright {
		color: #bdbdbd;
	}
}
