.royal-comfort-statement {
	position: relative;
	overflow: hidden;
	background: url("/wp-content/uploads/2026/04/Brand-Statement-CTA-Section.webp") no-repeat;
	background-size: cover;
	padding: 42px 20px 46px;
}

.royal-comfort-statement__overlay {
	position: absolute;
	inset: 0;
	display: none;
	z-index: 1;
}

.royal-comfort-statement__inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.royal-comfort-statement__icon-wrap {
	width: 175px;
	height: 175px;
	margin: 0 auto 45px;
}

.royal-comfort-statement__icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.royal-comfort-statement__heading {
	margin: 0 0 14px;
	color: #fbf9f5;
	text-align: center;
	font-family: "Lora", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}

.royal-comfort-statement__heading .is-accent,
.royal-comfort-statement__heading span,
.royal-comfort-statement__heading strong {
	color: #d1ac46;
}

.royal-comfort-statement__text {
	margin: 0 0 14px;
	color: #fbf9f5;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.royal-comfort-statement__note {
	margin: 0 0 24px;
	color: #fbf9f5;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}


.royal-comfort-statement__note a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.royal-comfort-statement__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 40px;
	padding: 11px 22px;
	border-radius: 8px;
	background: #d1ac46;
	box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.22);
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.8px;
	text-decoration: none;
	text-transform: uppercase;
}

.royal-comfort-statement__button:hover,
.royal-comfort-statement__button:focus {
	background: #be9b3f;
	color: #ffffff;
}

@media (max-width: 767px) {
	.royal-comfort-statement {
		padding: 34px 16px 38px;
	}
}
