.rhf-roomvo-page {
	--rhf-roomvo-gold: #ffd43b;
	--rhf-roomvo-gold-deep: #d99d17;
	--rhf-roomvo-ink: #07111f;
	--rhf-roomvo-navy: #0d1b2f;
	--rhf-roomvo-blue: #12345a;
	--rhf-roomvo-soft: #f7f1e6;
	--rhf-roomvo-muted: #637083;
	--rhf-roomvo-white: #ffffff;
	--rhf-roomvo-line: rgba(255, 255, 255, 0.18);
	background: #fff;
	color: var(--rhf-roomvo-ink);
	overflow: hidden;
}

.rhf-roomvo-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.rhf-roomvo-hero {
	position: relative;
	min-height: clamp(640px, 90vh, 920px);
	display: flex;
	align-items: center;
	isolation: isolate;
	background: #07111f;
	color: #fff;
}

.rhf-roomvo-hero__media,
.rhf-roomvo-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.rhf-roomvo-hero__media img,
.rhf-roomvo-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rhf-roomvo-hero__video {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 600ms ease;
}

.rhf-roomvo-hero__video.is-ready {
	opacity: 1;
}

.rhf-roomvo-hero__overlay {
	z-index: -1;
	background:
		radial-gradient(900px 520px at 16% 30%, rgba(255, 212, 59, 0.18), transparent 62%),
		linear-gradient(90deg, rgba(3, 12, 24, 0.9) 0%, rgba(6, 15, 30, 0.70) 45%, rgba(6, 15, 30, 0.35) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.58));
}

.rhf-roomvo-hero__content {
	padding: 150px 0 90px;
	max-width: 1180px;
}

.rhf-roomvo-kicker {
	margin: 0 0 14px;
	color: var(--rhf-roomvo-gold);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rhf-roomvo-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(3rem, 7vw, 6.8rem);
	line-height: 0.92;
	letter-spacing: -0.07em;
	font-weight: 950;
	text-wrap: balance;
}

.rhf-roomvo-hero__lede {
	max-width: 660px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.08rem, 1.5vw, 1.32rem);
	line-height: 1.62;
}

.rhf-roomvo-hero__actions,
.rhf-roomvo-estimate__actions,
.rhf-roomvo-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.rhf-roomvo-button,
.rhf-roomvo-card__actions a,
.rhf-roomvo-card__actions button,
.rhf-roomvo-product-button {
	appearance: none;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
}

.rhf-roomvo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--rhf-roomvo-gold);
	color: #151001;
	font-weight: 900;
	box-shadow: 0 18px 45px rgba(255, 212, 59, 0.24);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.rhf-roomvo-button:hover,
.rhf-roomvo-button:focus-visible {
	transform: translateY(-2px);
	background: #ffe36d;
	box-shadow: 0 24px 60px rgba(255, 212, 59, 0.32);
}

.rhf-roomvo-button--ghost {
	background: rgba(255, 255, 255, 0.10);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow: none;
	backdrop-filter: blur(12px);
}

.rhf-roomvo-button--dark {
	background: var(--rhf-roomvo-ink);
	color: #fff;
	box-shadow: none;
}

.rhf-roomvo-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.rhf-roomvo-trust span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.92rem;
	font-weight: 750;
	backdrop-filter: blur(12px);
}

.rhf-roomvo-jumpbar {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(7, 17, 31, 0.92);
	backdrop-filter: blur(18px);
	border-top: 1px solid rgba(255,255,255,0.10);
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.admin-bar .rhf-roomvo-jumpbar {
	top: 32px;
}

.rhf-roomvo-jumpbar__inner {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 12px 0;
	scrollbar-width: none;
}

.rhf-roomvo-jumpbar__inner::-webkit-scrollbar {
	display: none;
}

.rhf-roomvo-jumpbar a {
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.84);
	text-decoration: none;
	font-weight: 850;
	font-size: 0.9rem;
	padding: 10px 14px;
	border-radius: 999px;
	transition: background 180ms ease, color 180ms ease;
}

.rhf-roomvo-jumpbar a:hover,
.rhf-roomvo-jumpbar a.is-active {
	background: var(--rhf-roomvo-gold);
	color: #151001;
}

.rhf-roomvo-section {
	padding: clamp(72px, 9vw, 124px) 0;
}

.rhf-roomvo-section--dark {
	background:
		radial-gradient(800px 460px at 80% 10%, rgba(255, 212, 59, 0.15), transparent 60%),
		linear-gradient(135deg, #0a1628, #0f2139 52%, #07111f);
	color: #fff;
}

.rhf-roomvo-section--light {
	background: linear-gradient(180deg, #fff, var(--rhf-roomvo-soft));
}

.rhf-roomvo-section--cards {
	background:
		radial-gradient(720px 420px at 8% 0%, rgba(255, 212, 59, 0.16), transparent 65%),
		#f9f6ef;
}

.rhf-roomvo-section--estimate {
	background: #07111f;
	color: #fff;
}

.rhf-roomvo-section--faq {
	background: #fff;
}

.rhf-roomvo-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
}

.rhf-roomvo-copy h2,
.rhf-roomvo-section-head h2,
.rhf-roomvo-estimate h2 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
	font-weight: 950;
	text-wrap: balance;
}

.rhf-roomvo-copy p:not(.rhf-roomvo-kicker),
.rhf-roomvo-section-head p:not(.rhf-roomvo-kicker),
.rhf-roomvo-estimate p {
	margin: 20px 0 0;
	font-size: 1.05rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.78);
}

.rhf-roomvo-section--light .rhf-roomvo-section-head p,
.rhf-roomvo-section--cards .rhf-roomvo-section-head p,
.rhf-roomvo-section--faq .rhf-roomvo-section-head p {
	color: var(--rhf-roomvo-muted);
}

.rhf-roomvo-section-head {
	max-width: 780px;
	margin-bottom: 34px;
}

.rhf-roomvo-panel {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 34px;
	padding: clamp(20px, 3vw, 34px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(18px);
}

.rhf-roomvo-panel__header {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
	color: rgba(255,255,255,0.76);
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rhf-roomvo-panel__header strong {
	color: var(--rhf-roomvo-gold);
}

.rhf-roomvo-buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.rhf-roomvo-product-button {
	min-height: 148px;
	padding: 20px;
	border-radius: 24px;
	text-align: left;
	color: #fff;
	background:
		radial-gradient(260px 160px at 88% 0%, rgba(255, 212, 59, 0.20), transparent 60%),
		rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rhf-roomvo-product-button:hover,
.rhf-roomvo-product-button:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(255, 212, 59, 0.55);
	background:
		radial-gradient(260px 160px at 88% 0%, rgba(255, 212, 59, 0.28), transparent 60%),
		rgba(255, 255, 255, 0.14);
}

.rhf-roomvo-product-button span {
	display: block;
	font-size: 1.18rem;
	font-weight: 950;
	margin-bottom: 8px;
}

.rhf-roomvo-product-button small {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	line-height: 1.45;
}

.rhf-roomvo-product-button.is-loading {
	pointer-events: none;
	opacity: 0.72;
}

.rhf-roomvo-note {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
}

.rhf-roomvo-steps,
.rhf-roomvo-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rhf-roomvo-step,
.rhf-roomvo-card,
.rhf-roomvo-faq {
	border: 1px solid rgba(7, 17, 31, 0.10);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(7, 17, 31, 0.08);
}

.rhf-roomvo-step {
	padding: 28px;
}

.rhf-roomvo-step span {
	display: inline-flex;
	color: var(--rhf-roomvo-gold-deep);
	font-weight: 950;
	font-size: 0.92rem;
	margin-bottom: 18px;
}

.rhf-roomvo-step h3,
.rhf-roomvo-card h3 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.15;
	font-weight: 950;
}

.rhf-roomvo-step p,
.rhf-roomvo-card p {
	margin: 12px 0 0;
	color: var(--rhf-roomvo-muted);
	line-height: 1.62;
}

.rhf-roomvo-card {
	padding: 28px;
	min-height: 290px;
	display: flex;
	flex-direction: column;
}

.rhf-roomvo-card__eyebrow {
	margin: 0 0 10px !important;
	color: var(--rhf-roomvo-gold-deep) !important;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rhf-roomvo-card__actions {
	margin-top: auto;
	padding-top: 22px;
}

.rhf-roomvo-card__actions button,
.rhf-roomvo-card__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--rhf-roomvo-ink);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 900;
}

.rhf-roomvo-card__actions a {
	background: #efe7d5;
	color: var(--rhf-roomvo-ink);
}

.rhf-roomvo-estimate {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: clamp(30px, 5vw, 54px);
	border-radius: 34px;
	background:
		radial-gradient(800px 440px at 100% 0%, rgba(255, 212, 59, 0.18), transparent 60%),
		linear-gradient(135deg, #10233d, #07111f);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.rhf-roomvo-estimate p {
	max-width: 720px;
	color: rgba(255,255,255,0.78);
}

.rhf-roomvo-estimate__actions {
	justify-content: flex-end;
	margin-top: 0;
}

.rhf-roomvo-faq-list {
	display: grid;
	gap: 12px;
	max-width: 920px;
}

.rhf-roomvo-faq {
	overflow: hidden;
	box-shadow: none;
}

.rhf-roomvo-faq button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	border: 0;
	background: #fff;
	color: var(--rhf-roomvo-ink);
	font: inherit;
	font-weight: 950;
	text-align: left;
	cursor: pointer;
}

.rhf-roomvo-faq i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--rhf-roomvo-soft);
	color: var(--rhf-roomvo-ink);
	font-style: normal;
	font-weight: 950;
	transition: transform 180ms ease;
}

.rhf-roomvo-faq button[aria-expanded="true"] i {
	transform: rotate(45deg);
	background: var(--rhf-roomvo-gold);
}

.rhf-roomvo-faq div {
	padding: 0 24px 24px;
}

.rhf-roomvo-faq p {
	margin: 0;
	color: var(--rhf-roomvo-muted);
	line-height: 1.7;
}

[data-rhf-roomvo-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms ease;
}

[data-rhf-roomvo-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	.rhf-roomvo-grid,
	.rhf-roomvo-estimate {
		grid-template-columns: 1fr;
	}

	.rhf-roomvo-steps,
	.rhf-roomvo-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rhf-roomvo-estimate__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.rhf-roomvo-shell {
		width: min(100% - 28px, 1180px);
	}

	.rhf-roomvo-hero {
		min-height: 760px;
	}

	.rhf-roomvo-hero__content {
		padding: 120px 0 70px;
	}

	.rhf-roomvo-hero h1 {
		font-size: clamp(3.2rem, 17vw, 5.3rem);
	}

	.rhf-roomvo-buttons,
	.rhf-roomvo-steps,
	.rhf-roomvo-card-grid {
		grid-template-columns: 1fr;
	}

	.rhf-roomvo-section {
		padding: 66px 0;
	}

	.rhf-roomvo-panel,
	.rhf-roomvo-estimate {
		border-radius: 26px;
	}

	.admin-bar .rhf-roomvo-jumpbar {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rhf-roomvo-hero__video {
		display: none;
	}

	[data-rhf-roomvo-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* 2026-06-13 Room Visualizer hero visibility hotfix */
.rhf-roomvo-hero__overlay {
	background:
		linear-gradient(90deg, rgba(3, 12, 24, 0.42) 0%, rgba(6, 15, 30, 0.24) 42%, rgba(6, 15, 30, 0.08) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.24)) !important;
}

.rhf-roomvo-hero__video {
	opacity: 1 !important;
	visibility: visible !important;
}

.rhf-roomvo-hero__media picture {
	opacity: 1;
}

.rhf-roomvo-hero__content {
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.50);
}

.rhf-roomvo-trust span,
.rhf-roomvo-button--ghost {
	background: rgba(7, 17, 31, 0.28) !important;
}

/* 2026-06-13 FORCE FIX: no dark hero shade, direct visible video */
.rhf-roomvo-hero__overlay {
	display: none !important;
	background: transparent !important;
	opacity: 0 !important;
}

.rhf-roomvo-hero__video {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	z-index: 2 !important;
}

.rhf-roomvo-hero__media picture {
	opacity: 0 !important;
	visibility: hidden !important;
}

.rhf-roomvo-hero__content {
	position: relative !important;
	z-index: 5 !important;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.62) !important;
}

.rhf-roomvo-hero {
	background: #000 !important;
}
