.dvrf {
	--dvrf-primary: #fdb713;
	--dvrf-ink: #15120b;
	--dvrf-muted: #625f57;
	--dvrf-line: #ece7dc;
	--dvrf-soft: #fffaf0;
	--dvrf-panel: #ffffff;
	color: var(--dvrf-ink);
	background: linear-gradient(180deg, #fffaf0 0, #fff 34%, #f8fafc 100%);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	overflow-x: clip;
}

.dvrf *,
.dvrf *::before,
.dvrf *::after {
	box-sizing: border-box;
}

.dvrf__wrap {
	width: min(100% - 32px, 1160px);
	max-width: 100%;
	margin: 0 auto;
}

.dvrf__hero {
	position: relative;
	min-height: auto;
	padding: clamp(72px, 10vw, 124px) 0;
	color: #fff;
	background-image:
		linear-gradient(90deg, rgba(7, 9, 13, 0.94) 0%, rgba(7, 9, 13, 0.72) 46%, rgba(7, 9, 13, 0.2) 100%),
		linear-gradient(180deg, rgba(7, 9, 13, 0.12), rgba(7, 9, 13, 0.52)),
		var(--dvrf-hero-image);
	background-color: #080a0f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	isolation: isolate;
}

.dvrf__hero .dvrf__wrap {
	display: grid;
	gap: 34px;
	min-width: 0;
	min-height: inherit;
	align-items: end;
}

.dvrf__eyebrow {
	margin: 0 0 8px;
	color: #9a7100;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dvrf h1,
.dvrf h2,
.dvrf h3,
.dvrf p {
	margin-top: 0;
}

.dvrf h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.5rem, 6.2vw, 5.2rem);
	line-height: 1.02;
	letter-spacing: 0;
	text-shadow: 0 5px 24px rgba(0, 0, 0, 0.46);
}

.dvrf__hero-content > p:not(.dvrf__eyebrow) {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.04rem, 1.8vw, 1.2rem);
	line-height: 1.68;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.56);
}

.dvrf__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.dvrf__trust span,
.dvrf-review__badge,
.dvrf-filters a {
	border: 1px solid rgba(253, 183, 19, 0.36);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #5e4704;
	font-size: 0.86rem;
	font-weight: 800;
	padding: 8px 12px;
	text-decoration: none;
}

.dvrf__hero .dvrf__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 18px;
	padding: 8px 12px;
	border: 1px solid rgba(253, 183, 19, 0.32);
	border-radius: 999px;
	background: rgba(253, 183, 19, 0.12);
	color: var(--dvrf-primary);
	letter-spacing: 0.08em;
}

.dvrf__hero .dvrf__trust span {
	border-color: rgba(253, 183, 19, 0.38);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(12px);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.dvrf__summary {
	display: grid;
	align-content: center;
	min-height: 180px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(16px);
	padding: 24px;
}

.dvrf__summary strong {
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.34);
}

.dvrf__summary span {
	color: #fff;
	font-weight: 850;
}

.dvrf__summary small {
	color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 959px) {
	.dvrf__wrap {
		width: min(100% - 28px, 1160px);
	}

	.dvrf__hero {
		padding: 58px 0 54px;
		background-image:
			linear-gradient(180deg, rgba(7, 9, 13, 0.92) 0%, rgba(7, 9, 13, 0.72) 54%, rgba(7, 9, 13, 0.38) 100%),
			var(--dvrf-hero-image);
		background-position: 52% center;
	}

	.dvrf h1 {
		font-size: clamp(2.1rem, 10vw, 3.35rem);
		line-height: 1.04;
	}

	.dvrf__hero-content > p:not(.dvrf__eyebrow) {
		max-width: 100%;
		margin-top: 16px;
		font-size: 1rem;
	}

	.dvrf__trust {
		gap: 8px;
		margin-top: 18px;
	}

	.dvrf__trust span {
		font-size: 0.78rem;
		padding: 7px 10px;
	}

	.dvrf__summary {
		min-height: 118px;
		max-width: 100%;
		margin-bottom: 0;
		padding: 18px;
		border-radius: 18px;
	}

	.dvrf__summary strong {
		font-size: 2.35rem;
	}
}

.dvrf__main {
	display: grid;
	gap: 34px;
	min-width: 0;
	padding: 36px 0 72px;
}

.dvrf__panel,
.dvrf__reviews {
	min-width: 0;
	border: 1px solid var(--dvrf-line);
	border-radius: 8px;
	background: var(--dvrf-panel);
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
	padding: 20px;
}

.dvrf__section-head h2 {
	margin-bottom: 8px;
	color: #0f172a;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	line-height: 1.12;
	letter-spacing: 0;
}

.dvrf__section-head p:not(.dvrf__eyebrow) {
	color: var(--dvrf-muted);
}

.dvrf-form {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dvrf-form__grid,
.dvrf-ratings {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.dvrf label,
.dvrf-rating {
	display: grid;
	gap: 8px;
	min-width: 0;
	min-inline-size: 0;
	margin: 0;
	border: 0;
	padding: 0;
	color: #2f2a22;
	font-weight: 760;
}

.dvrf label small {
	color: var(--dvrf-muted);
	font-weight: 650;
}

.dvrf input,
.dvrf select,
.dvrf textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 50px;
	border: 1px solid #ddd7ca;
	border-radius: 8px;
	background: #fff;
	color: #0f172a;
	font: inherit;
	letter-spacing: 0;
	padding: 12px 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.dvrf textarea {
	resize: vertical;
}

.dvrf input:focus,
.dvrf select:focus,
.dvrf textarea:focus {
	border-color: rgba(253, 183, 19, 0.78);
	box-shadow: 0 0 0 4px rgba(253, 183, 19, 0.15);
	outline: 0;
}

.dvrf-rating legend {
	max-width: 100%;
	margin-bottom: 8px;
	font-weight: 800;
	overflow-wrap: anywhere;
	white-space: normal;
}

.dvrf-rating__stars {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 3px;
	width: fit-content;
	max-width: 100%;
}

.dvrf-rating__stars input {
	position: absolute;
	width: 1px;
	max-width: 1px;
	min-width: 0;
	min-height: 0;
	height: 1px;
	margin: 0;
	border: 0;
	padding: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.dvrf-rating__stars label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	color: #c7bdab;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1;
}

.dvrf-rating__stars label:hover,
.dvrf-rating__stars label:hover ~ label,
.dvrf-rating__stars input:checked ~ label {
	color: var(--dvrf-primary);
	background: rgba(253, 183, 19, 0.11);
}

.dvrf-nps {
	align-items: start;
}

.dvrf-nps output {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 36px;
	border-radius: 8px;
	background: #0f172a;
	color: #fff;
	font-weight: 850;
}

.dvrf-check {
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start;
}

.dvrf-check input {
	width: 20px;
	min-height: 20px;
	margin-top: 3px;
}

.dvrf__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	width: fit-content;
	border: 0;
	border-radius: 999px;
	background: var(--dvrf-primary);
	box-shadow: 0 14px 30px rgba(253, 183, 19, 0.28);
	color: #0f172a;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	padding: 0 22px;
	text-decoration: none;
}

.dvrf__button--ghost {
	border: 1px solid var(--dvrf-line);
	background: #fff;
	box-shadow: none;
}

.dvrf__button[disabled] {
	cursor: wait;
	opacity: 0.7;
}

.dvrf__notice,
.dvrf-form__message {
	display: none;
	border-radius: 8px;
	font-weight: 760;
	padding: 14px;
}

.dvrf__notice {
	display: block;
	margin-bottom: 20px;
}

.dvrf__notice--success,
.dvrf-form__message.is-success {
	background: #ecfdf3;
	color: #14532d;
}

.dvrf__notice--error,
.dvrf-form__message.is-error {
	background: #fef2f2;
	color: #991b1b;
}

.dvrf-form__message.is-visible {
	display: block;
}

.dvrf__notice-actions,
.dvrf-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 100%;
	margin-top: 14px;
}

.dvrf-filters {
	margin: 0 0 22px;
}

.dvrf-filters a.is-active {
	background: var(--dvrf-primary);
	color: #0f172a;
}

.dvrf-review-grid {
	display: grid;
	gap: 16px;
}

.dvrf-review {
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--dvrf-line);
	border-radius: 8px;
	background: #fff;
}

.dvrf-review__photo {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.dvrf-review__body {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: 18px;
}

.dvrf-review__top {
	display: grid;
	gap: 10px;
}

.dvrf-review h3 {
	margin-bottom: 2px;
	color: #0f172a;
	font-size: 1.05rem;
	letter-spacing: 0;
}

.dvrf-review p {
	color: var(--dvrf-muted);
}

.dvrf-review__stars {
	color: var(--dvrf-primary);
	font-size: 1.1rem;
	letter-spacing: 0;
}

.dvrf-review__text {
	color: #232019;
	font-size: 1rem;
}

.dvrf-review time,
.dvrf-empty {
	color: var(--dvrf-muted);
	font-size: 0.9rem;
}

.dvrf-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.dvrf-album {
	--dvrf-primary: #fdb713;
	--dvrf-muted: #625f57;
	background: #f8fafc;
	padding: 0 0 76px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	overflow-x: clip;
}

.dvrf-album *,
.dvrf-album *::before,
.dvrf-album *::after {
	box-sizing: border-box;
}

.dvrf-album__head {
	max-width: 760px;
	margin-bottom: 24px;
}

.dvrf-album__head h2 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.06;
	letter-spacing: 0;
}

.dvrf-album__head p:last-child {
	margin: 0;
	color: var(--dvrf-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.dvrf-album__grid {
	display: grid;
	gap: 14px;
	min-width: 0;
	grid-template-columns: 1fr;
}

.dvrf-album__item {
	position: relative;
	overflow: hidden;
	min-width: 0;
	margin: 0;
	border-radius: 8px;
	background: #111827;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.dvrf-album__item img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.dvrf-album__item:hover img {
	transform: scale(1.035);
}

.dvrf-album__item figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.86));
	color: #fff;
	font-size: 0.95rem;
	font-weight: 780;
	line-height: 1.45;
	padding: 48px 18px 16px;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

@media (min-width: 720px) {
	.dvrf-form__grid,
	.dvrf-ratings,
	.dvrf-review-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dvrf__panel,
	.dvrf__reviews {
		padding: 28px;
	}

	.dvrf__hero {
		padding-top: clamp(72px, 10vw, 124px);
	}

	.dvrf-album__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.dvrf__hero .dvrf__wrap {
		grid-template-columns: minmax(0, 1fr) 280px;
		align-items: end;
		align-content: end;
	}

	.dvrf__summary {
		margin-bottom: 0;
	}

	.dvrf-album__grid {
		grid-auto-flow: dense;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dvrf-album__item.is-large {
		grid-column: span 2;
		grid-row: span 2;
	}
}

@media (min-width: 1040px) {
	.dvrf__main {
		grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
		align-items: start;
	}

	.dvrf__reviews {
		position: sticky;
		top: 92px;
	}
}

@media (max-width: 640px) {
	html,
	body,
	.dvrf-page {
		max-width: 100%;
		overflow-x: hidden !important;
	}

	body.page-template-dvrf-feedback-page,
	body.page-template-dvrf-feedback-page .site-main,
	body.page-template-dvrf-feedback-page .dvrf,
	body.page-template-dvrf-feedback-page .dvrf-album {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden !important;
	}

	.dvrf,
	.dvrf-album,
	.dvrf__wrap,
	.dvrf__main,
	.dvrf__panel,
	.dvrf__reviews,
	.dvrf-form,
	.dvrf-form__grid,
	.dvrf-ratings,
	.dvrf-rating {
		max-width: 100%;
	}

	.dvrf__wrap {
		width: min(100% - 28px, 1160px);
	}

	.dvrf__panel,
	.dvrf__reviews {
		padding: 18px;
	}

	.dvrf__hero .dvrf__eyebrow,
	.dvrf__trust span,
	.dvrf-review__badge,
	.dvrf-filters a {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.dvrf-rating__stars {
		gap: 1px;
	}

	.dvrf-rating__stars label {
		width: clamp(30px, 8.5vw, 38px);
		height: clamp(30px, 8.5vw, 38px);
		font-size: clamp(1.25rem, 6vw, 1.6rem);
	}

	.dvrf__button {
		width: 100%;
		max-width: 100%;
		padding-right: 18px;
		padding-left: 18px;
		text-align: center;
		white-space: normal;
	}
}
