.webless-hacked-site-recovery-page {
	background: var(--e-global-color-a8e3775, #1e262b);
}

.wr-page {
	--wr-primary: var(--e-global-color-primary, #00cc66);
	--wr-primary-dark: var(--e-global-color-secondary, #008f47);
	--wr-bg: var(--e-global-color-a8e3775, #1e262b);
	--wr-ink: #101719;
	--wr-ink-soft: #121a1d;
	--wr-surface: var(--e-global-color-7c3b664, #212b30);
	--wr-surface-alt: var(--e-global-color-df32388, #252e37);
	--wr-paper: #eef1ee;
	--wr-paper-soft: #f7f8f5;
	--wr-text: var(--e-global-color-text, #cfcfcf);
	--wr-white: var(--e-global-color-9c91f96, #ffffff);
	--wr-muted: var(--e-global-color-c5f7159, #a3a3a3);
	--wr-border: color-mix(in srgb, var(--wr-white) 12%, transparent);
	--wr-border-strong: color-mix(in srgb, var(--wr-white) 20%, transparent);
	--wr-danger: var(--e-global-color-4a06c72, #ff2159);
	--wr-container: 1430px;
	--wr-gutter: clamp(20px, 4vw, 32px);
	--wr-section-space: clamp(108px, 8vw, 138px);
	--wr-type-section-title: clamp(34px, 3vw, 44px);
	--wr-type-section-lead: 15px;
	--wr-type-card-title: 20px;
	--wr-type-card-copy: 14px;
	background: var(--wr-bg);
	color: var(--wr-text);
	font-family: var(--e-global-typography-text-font-family, "Barlow"), sans-serif;
	font-size: clamp(16px, 15.5px + 0.12vw, 18px);
	font-weight: 400;
	line-height: 1.62;
}

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

.wr-page img {
	max-width: 100%;
}

.wr-page a,
.wr-page button,
.wr-page summary {
	-webkit-tap-highlight-color: transparent;
}

.wr-page a {
	color: inherit;
}

.wr-page h1,
.wr-page h2,
.wr-page h3,
.wr-page p,
.wr-page ul,
.wr-page ol,
.wr-page figure,
.wr-page dl,
.wr-page dd,
.wr-page dt {
	margin: 0;
}

.wr-page h1,
.wr-page h2,
.wr-page h3 {
	color: var(--wr-white);
	font-family: var(--e-global-typography-primary-font-family, "Barlow"), sans-serif;
	overflow-wrap: normal;
	text-wrap: balance;
	text-transform: none;
}

.wr-page p {
	text-wrap: pretty;
}

.wr-page h1 {
	font-size: clamp(48px, 4.1vw, 62px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.02;
	max-width: 760px;
}

.wr-page h1 > span {
	display: block;
}

.wr-page h1 .wr-hero-title__incident {
	color: var(--wr-danger);
	font-weight: inherit;
}

.wr-page h1 .wr-hero-title__action {
	color: var(--wr-primary);
	font-weight: inherit;
}

.wr-page h2 {
	font-size: clamp(36px, 3.45vw, 52px);
	font-weight: 700;
	letter-spacing: -0.032em;
	line-height: 1.06;
}

.wr-page h3 {
	font-size: clamp(21px, 1.8vw, 26px);
	font-weight: 600;
	letter-spacing: -0.016em;
	line-height: 1.18;
}

.wr-wrap {
	margin-inline: auto;
	max-width: var(--wr-container);
	padding-inline: var(--wr-gutter);
	width: 100%;
}

.wr-section {
	padding-block: var(--wr-section-space);
}

.wr-eyebrow {
	color: var(--wr-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.105em;
	line-height: 1.4;
	margin-bottom: 22px !important;
	text-transform: uppercase;
}

.wr-page a.wr-button {
	align-items: center;
	border: 0;
	border-radius: 5px;
	display: inline-flex;
	font-family: var(--e-global-typography-text-font-family, "Barlow"), sans-serif;
	font-size: 15px;
	font-weight: 650;
	gap: 11px;
	justify-content: center;
	line-height: 1.15;
	min-height: 52px;
	padding: 14px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-position 360ms cubic-bezier(0.2, 0.8, 0.2, 1), background-size 360ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.wr-button .dashicons {
	font-size: 19px;
	height: 19px;
	transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 19px;
}

.wr-button--primary {
	background:
		linear-gradient(90deg, rgba(0, 127, 64, 0.92), rgba(0, 134, 67, 0.94)),
		url("/wp-content/plugins/webless-hacked-site-recovery/assets/images/scope-topography-v1.webp") center 94% / 100% auto no-repeat,
		#008643;
	border: 0;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18), 0 3px 10px rgba(0, 204, 102, 0.08);
	color: var(--wr-white) !important;
}

.wr-page a.wr-button--primary:hover,
.wr-page a.wr-button--primary:focus-visible,
.wr-button--primary:hover,
.wr-button--primary:focus-visible {
	background:
		linear-gradient(90deg, rgba(0, 130, 65, 0.94), rgba(0, 136, 68, 0.96)),
		url("/wp-content/plugins/webless-hacked-site-recovery/assets/images/scope-topography-v1.webp") center 97% / 103% auto no-repeat,
		#008844;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22), 0 4px 12px rgba(0, 204, 102, 0.1);
	color: var(--wr-white) !important;
	transform: translateY(-1px);
}

.wr-page a.wr-button--primary:hover .dashicons,
.wr-page a.wr-button--primary:focus-visible .dashicons {
	transform: translateX(4px);
}

.wr-button--pending {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(0, 127, 64, 0.92), rgba(0, 134, 67, 0.94)),
		url("/wp-content/plugins/webless-hacked-site-recovery/assets/images/scope-topography-v1.webp") center 94% / 100% auto no-repeat,
		#008643;
	border: 0;
	border-radius: 5px;
	color: var(--wr-white);
	display: inline-flex;
	font-size: 15px;
	font-weight: 650;
	gap: 11px;
	justify-content: center;
	line-height: 1.15;
	min-height: 52px;
	opacity: 0.78;
	padding: 14px 24px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.wr-button:focus-visible,
.wr-faq summary:focus-visible {
	outline: 3px solid var(--wr-white);
	outline-offset: 4px;
}

/* Hero */
.wr-hero {
	background: var(--wr-ink-soft);
	overflow: clip;
	padding-block: clamp(118px, 8vw, 140px) clamp(108px, 8vw, 132px);
	position: relative;
}

.wr-hero .wr-wrap {
	position: relative;
	z-index: 2;
}

.wr-hero__backdrop {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.wr-hero__backdrop::after {
	background: rgba(18, 26, 29, 0.38);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.wr-hero__backdrop picture,
.wr-hero__backdrop-image {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.wr-hero__backdrop-image {
	object-fit: cover;
	object-position: center;
	opacity: 0.9;
}

.wr-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(58px, 6vw, 96px);
	grid-template-columns: minmax(0, 1.22fr) minmax(390px, 0.78fr);
}

.wr-hero__copy {
	max-width: 790px;
	min-width: 0;
	position: relative;
	text-shadow: 0 2px 20px rgba(8, 14, 16, 0.58);
	z-index: 2;
}

.wr-hero__eyebrow {
	align-items: center;
	color: var(--wr-primary);
	display: flex;
	gap: 11px;
}

.wr-hero__eyebrow > span {
	font-size: 17px;
	height: 17px;
	width: 17px;
}

.wr-hero__resolution {
	align-items: center;
	-webkit-backdrop-filter: blur(18px) saturate(132%);
	backdrop-filter: blur(18px) saturate(132%);
	background: linear-gradient(135deg, rgba(25, 39, 42, 0.68), rgba(10, 21, 23, 0.46) 58%, rgba(0, 204, 102, 0.1));
	border: 1px solid rgba(218, 255, 237, 0.16);
	border-radius: 10px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		inset 0 -1px 0 rgba(0, 204, 102, 0.08),
		0 18px 48px rgba(4, 11, 13, 0.32),
		0 0 34px rgba(0, 204, 102, 0.07);
	display: grid;
	column-gap: clamp(12px, 1.15vw, 16px);
	grid-template-areas:
		"kicker outcome"
		"mark outcome";
	grid-template-columns: max-content minmax(0, 1fr);
	row-gap: 2px;
	isolation: isolate;
	margin-top: 28px;
	max-width: calc(100% - 16px);
	overflow: hidden;
	padding: 13px 20px 15px 16px;
	position: relative;
	width: fit-content;
}

.wr-hero__resolution::before,
.wr-hero__resolution::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.wr-hero__resolution::before {
	background:
		radial-gradient(ellipse at 20% -18%, rgba(255, 255, 255, 0.2), transparent 45%),
		linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.06) 42%, transparent 68%);
	inset: 0;
	z-index: 0;
}

.wr-hero__resolution::after {
	background: radial-gradient(circle, rgba(0, 204, 102, 0.2), transparent 70%);
	filter: blur(16px);
	height: 110px;
	right: -44px;
	top: 50%;
	transform: translateY(-50%);
	width: 110px;
	z-index: 0;
}

.wr-hero__resolution > * {
	position: relative;
	z-index: 1;
}

.wr-hero__resolution-kicker {
	align-self: end;
	color: color-mix(in srgb, var(--wr-primary) 82%, var(--wr-white));
	font-size: 11px;
	font-weight: 700;
	grid-area: kicker;
	letter-spacing: 0.16em;
	line-height: 1;
	padding-left: 3px;
}

.wr-hero__resolution-mark {
	-webkit-text-stroke: 0;
	align-self: start;
	color: var(--wr-primary);
	display: block;
	font-size: 64px;
	font-weight: 650;
	grid-area: mark;
	letter-spacing: -0.07em;
	line-height: 0.84;
	text-shadow: none;
}

.wr-hero__resolution p {
	color: var(--wr-white);
	display: flex;
	flex-direction: column;
	font-size: clamp(26px, 2vw, 30px);
	font-weight: 700;
	gap: 5px;
	grid-area: outcome;
	letter-spacing: -0.028em;
	line-height: 1.06;
	max-width: 330px;
}

.wr-hero__resolution strong {
	display: block;
	font-weight: inherit;
}

.wr-hero__resolution p > * {
	white-space: nowrap;
}

.wr-hero__lead {
	font-size: clamp(17px, 1.28vw, 19px);
	line-height: 1.55;
	margin-top: 24px !important;
	max-width: 650px;
}

.wr-price {
	align-items: baseline;
	display: grid;
	grid-template-columns: max-content max-content max-content;
	line-height: 1;
}

.wr-price__currency {
	color: var(--wr-primary);
	font-size: clamp(25px, 2.15vw, 32px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1;
}

.wr-price__amount {
	color: var(--wr-white);
	font-size: clamp(38px, 3.4vw, 50px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1;
	margin-left: 1px;
}

.wr-price__term {
	color: color-mix(in srgb, var(--wr-white) 76%, transparent);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin-left: 11px;
}

.wr-hero__purchase {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 28px;
	grid-template-columns: max-content minmax(250px, 330px);
	margin-top: 28px;
	max-width: 650px;
	overflow: visible;
	text-shadow: none;
}

.wr-hero__purchase > .wr-price {
	border: 0;
	min-height: 0;
	padding: 0;
}

.wr-hero__purchase > .wr-button {
	border-radius: 5px;
	min-height: 56px;
	width: 100%;
}

.wr-safety {
	align-items: flex-start;
	color: color-mix(in srgb, var(--wr-white) 74%, transparent);
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.52;
	margin-top: 18px !important;
	max-width: 650px;
}

.wr-safety .dashicons {
	color: var(--wr-primary);
	flex: 0 0 auto;
	font-size: 18px;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.wr-hero__copy > .wr-safety {
	font-size: 12px;
	gap: 9px;
	line-height: 1.4;
	margin-top: 36px !important;
	max-width: 690px;
}

.wr-hero__copy > .wr-safety .dashicons {
	font-size: 16px;
	height: 16px;
	margin-top: 1px;
	width: 16px;
}

.wr-safety__copy {
	display: grid;
	gap: 3px;
}

.wr-safety__copy strong {
	color: color-mix(in srgb, var(--wr-white) 84%, transparent);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.wr-safety__details {
	display: block;
}

.wr-hero__action {
	--wr-panel-trace-angle: 0deg;
	background:
		linear-gradient(rgba(30, 40, 44, 0.94), rgba(30, 40, 44, 0.94)) padding-box,
		linear-gradient(135deg, rgba(255, 33, 89, 0.86), rgba(255, 33, 89, 0.32) 38%, rgba(0, 204, 102, 0.32) 62%, rgba(0, 204, 102, 0.86)) border-box;
	border: 1px solid transparent;
	color: var(--wr-text);
	display: grid;
	isolation: isolate;
	justify-self: end;
	margin-top: 0;
	max-width: 500px;
	min-height: 500px;
	overflow: hidden;
	padding: clamp(28px, 3.4vw, 42px);
	position: relative;
	text-shadow: none;
	width: 100%;
}

.wr-symptom-picker,
.wr-symptom-result {
	grid-area: 1 / 1;
	min-height: var(--wr-selector-panel-height, 0);
	min-width: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(7px);
	transition:
		opacity 160ms ease,
		transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 220ms;
	visibility: hidden;
}

.wr-symptom-picker {
	align-content: center;
	display: grid;
}

.wr-symptom-picker.is-active,
.wr-symptom-result.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 45ms, 45ms, 0s;
	visibility: visible;
}

.wr-hero__action::after,
.wr-close__offer::after {
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	animation: wr-panel-perimeter-trace 4.5s linear infinite;
	background: conic-gradient(
		from var(--wr-panel-trace-angle),
		transparent 0deg 344deg,
		rgba(255, 33, 89, 0.2) 347deg,
		var(--wr-danger) 350deg,
		var(--wr-white) 354deg,
		var(--wr-primary) 358deg,
		transparent 360deg
	);
	box-shadow: 0 0 14px rgba(0, 204, 102, 0.42), 0 0 10px rgba(255, 33, 89, 0.34);
	content: "";
	inset: 0;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	padding: 2px;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

@property --wr-panel-trace-angle {
	inherits: false;
	initial-value: 0deg;
	syntax: "<angle>";
}

@keyframes wr-panel-perimeter-trace {
	to {
		--wr-panel-trace-angle: 360deg;
	}
}

.wr-hero__action-label {
	align-items: center;
	color: var(--wr-primary);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.wr-hero__action-label > span {
	background: var(--wr-danger);
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.wr-symptom-picker .wr-hero__action-label > span {
	animation: wr-symptom-pulse 1.8s ease-out infinite;
}

@keyframes wr-symptom-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(255, 33, 89, 0);
		transform: scale(1);
	}

	40% {
		box-shadow: 0 0 0 6px rgba(255, 33, 89, 0.18);
		transform: scale(1.08);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(255, 33, 89, 0);
		transform: scale(1);
	}
}

.wr-hero__action h2 {
	color: var(--wr-white);
	font-size: clamp(30px, 2.55vw, 40px);
	line-height: 1.04;
	margin-top: 16px;
}

.wr-symptom-picker > p:not(.wr-hero__action-label),
.wr-symptom-result > p:not(.wr-hero__action-label):not(.wr-symptom-result__note) {
	color: var(--wr-muted);
	font-size: 15px;
	line-height: 1.52;
	margin-top: 16px;
}

.wr-symptom-list {
	border-block: 0;
	display: grid;
	margin-top: 24px;
}

.wr-page .wr-symptom-list > button {
	appearance: none;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--wr-white) !important;
	cursor: pointer;
	display: grid;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	gap: 16px;
	grid-template-columns: 22px minmax(0, 1fr) 18px;
	line-height: 1.3;
	min-height: 58px;
	outline: 0;
	padding: 11px 10px 11px 14px;
	position: relative;
	text-align: left;
	text-transform: none;
	transition: background 180ms ease;
	width: 100%;
}

.wr-page .wr-symptom-list > button::before {
	background: var(--wr-primary);
	bottom: 10px;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 10px;
	transition: opacity 160ms ease, width 160ms ease;
	width: 2px;
}

.wr-page .wr-symptom-list > button + button {
	border-top: 1px solid rgba(163, 176, 182, 0.25) !important;
}

.wr-symptom-list button > span:nth-child(2) {
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

.wr-page .wr-symptom-list > button:focus-visible {
	background: linear-gradient(90deg, rgba(0, 204, 102, 0.11), rgba(0, 204, 102, 0.02) 76%) !important;
	box-shadow: none !important;
	outline: 2px solid rgba(0, 204, 102, 0.72);
	outline-offset: -3px;
}

.wr-page .wr-symptom-list > button:focus-visible::before {
	opacity: 1;
	width: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.wr-page .wr-symptom-list > button:hover {
		background: linear-gradient(90deg, rgba(0, 204, 102, 0.09), rgba(0, 204, 102, 0.01) 76%) !important;
		box-shadow: none !important;
	}

	.wr-page .wr-symptom-list > button:hover::before {
		opacity: 0.72;
	}

	.wr-page .wr-symptom-list > button:hover .dashicons:last-child {
		transform: translateX(4px);
	}
}

.wr-symptom-list .dashicons {
	color: var(--wr-primary);
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.wr-symptom-list .dashicons:last-child {
	color: var(--wr-muted);
	font-size: 17px;
	height: 17px;
	transition: transform 180ms ease;
	width: 17px;
}

.wr-symptom-result {
	display: flex;
	flex-direction: column;
}

.wr-symptom-result [data-wr-result-title]:focus {
	outline: none;
}

.wr-symptom-result__price {
	align-items: center;
	border-block: 1px solid rgba(163, 176, 182, 0.25);
	display: grid;
	gap: 18px;
	grid-template-columns: max-content minmax(0, 1fr);
	margin-top: 28px;
	padding-block: 20px;
}

.wr-symptom-result__price strong {
	color: var(--wr-primary);
	font-size: 52px;
	letter-spacing: -0.05em;
	line-height: 0.9;
}

.wr-symptom-result__price span {
	color: color-mix(in srgb, var(--wr-white) 78%, transparent);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.015em;
	line-height: 1.4;
	padding-top: 3px;
	text-transform: none;
}

.wr-symptom-result .wr-button {
	margin-top: 24px;
	width: 100%;
}

.wr-symptom-result__note {
	align-items: flex-start;
	color: var(--wr-muted);
	display: flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.45;
	margin-top: 16px !important;
}

.wr-symptom-result__note .dashicons {
	color: var(--wr-primary);
	font-size: 16px;
	height: 16px;
	width: 16px;
}

.wr-page button.wr-symptom-result__back {
	appearance: none;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: color-mix(in srgb, var(--wr-white) 76%, transparent);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	gap: 6px;
	align-self: start;
	justify-self: start;
	margin: auto 0 0 !important;
	min-height: 44px;
	padding: 22px 0 8px !important;
	text-transform: none !important;
	width: auto !important;
}

.wr-page button.wr-symptom-result__back > .dashicons {
	flex: 0 0 13px;
	font-size: 13px;
	height: 13px;
	line-height: 1;
	transform: translateY(0.5px);
	width: 13px;
}

.wr-page button.wr-symptom-result__back > span:last-child {
	text-decoration: underline;
	text-decoration-color: rgba(0, 204, 102, 0.65);
	text-underline-offset: 6px;
}

.wr-page button.wr-symptom-result__back:hover,
.wr-page button.wr-symptom-result__back:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--wr-primary);
}

.wr-page button.wr-symptom-result__back:focus-visible {
	outline: 2px solid rgba(0, 204, 102, 0.72);
	outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
	.wr-symptom-picker .wr-hero__action-label > span {
		animation: none;
		box-shadow: none;
		transform: none;
	}

	.wr-symptom-picker,
	.wr-symptom-result,
	.wr-symptom-list .dashicons:last-child {
		transition: none;
	}
}

/* What we remove and fix */
.wr-fix-grid {
	background: var(--wr-surface);
	padding-block: clamp(84px, 6vw, 104px);
}

.wr-fix-grid__head {
	margin-bottom: clamp(42px, 4vw, 56px);
	max-width: 960px;
}

.wr-fix-grid__head h2 {
	margin-top: 16px;
}

.wr-fix-grid__head > p:last-child {
	line-height: 1.55;
	margin-top: 18px;
	max-width: 710px;
}

.wr-fix-matrix {
	background: rgba(11, 18, 21, 0.34);
	border: 1px solid rgba(163, 176, 182, 0.34);
}

.wr-fix-matrix__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 50px;
	position: relative;
}

.wr-fix-matrix__row::before {
	background: var(--wr-danger);
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 25%;
}

.wr-fix-matrix__row--check {
	border-top: 1px solid rgba(163, 176, 182, 0.34);
}

.wr-fix-matrix__row--check::before {
	background: var(--wr-primary);
	bottom: -1px;
	left: auto;
	right: -1px;
	top: auto;
}

.wr-fix-matrix__row > h3 {
	color: var(--wr-danger);
	font-family: var(--e-global-typography-primary-font-family, "Barlow"), sans-serif;
	font-size: 16px;
	font-weight: 700;
	left: 32px;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 24px;
	text-transform: uppercase;
}

.wr-fix-matrix__row--check > h3 {
	color: var(--wr-primary);
}

.wr-fix-cards {
	display: contents;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.wr-fix-cards li {
	border-left: 1px solid rgba(163, 176, 182, 0.34);
	min-height: 190px;
	padding: 28px 34px 32px;
}

.wr-fix-cards li:first-child {
	border-left: 0;
}

.wr-fix-cards > li > .dashicons {
	color: var(--wr-danger);
	display: block;
	font-size: 31px;
	height: 31px;
	width: 31px;
}

.wr-fix-matrix__row--check .wr-fix-cards > li > .dashicons {
	color: var(--wr-primary);
}

.wr-fix-cards h4 {
	color: var(--wr-white);
	font-family: var(--e-global-typography-primary-font-family, "Barlow"), sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 22px 0 0;
	text-transform: none;
}

.wr-fix-cards p {
	line-height: 1.5;
	margin-top: 12px !important;
}

/* Scope decision record: selected price-rail concept. */
.wr-scope {
	background: var(--wr-paper-soft);
	color: #4b5559;
	padding-block: 0;
	scroll-margin-top: 112px;
}

.wr-scope__layout {
	align-items: stretch;
	display: grid;
	column-gap: clamp(32px, 2.6vw, 44px);
	grid-template-columns: 300px minmax(0, 1fr);
	margin-inline: auto;
	max-width: var(--wr-container);
	padding: 54px var(--wr-gutter);
}

.wr-scope__offer {
	align-self: stretch;
	background: #081013 url("/wp-content/plugins/webless-hacked-site-recovery/assets/images/scope-topography-v1.webp") center bottom / cover no-repeat;
	color: var(--wr-white);
	min-width: 0;
}

.wr-scope__offer-inner {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(34px, 3vw, 44px) clamp(26px, 2.7vw, 36px) 30px;
	position: relative;
}

.wr-scope__offer-brand {
	align-items: center;
	display: flex;
	gap: 16px;
}

.wr-scope__offer-brand > .dashicons {
	color: var(--wr-primary);
	font-size: 46px;
	height: 46px;
	width: 46px;
}

.wr-scope__offer-brand p {
	color: var(--wr-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.wr-scope__offer-divider {
	background: rgba(255, 255, 255, 0.24);
	display: block;
	height: 1px;
	margin-top: 28px;
	width: 100%;
}

.wr-scope__price {
	color: var(--wr-white);
	font-family: var(--e-global-typography-primary-font-family, "Barlow"), sans-serif;
	font-size: clamp(70px, 6vw, 88px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.9;
	margin-top: 34px !important;
}

.wr-scope__signal {
	background: var(--wr-primary);
	display: block;
	height: 2px;
	margin-block: 24px 16px;
	width: 36px;
}

.wr-scope__term {
	color: var(--wr-primary);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.42;
	text-transform: uppercase;
}

.wr-scope__offer .wr-button {
	margin-top: 28px;
	min-width: 0;
	width: 100%;
}

.wr-scope__offer-facts {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 20px;
	margin-top: 34px;
	padding-top: 28px;
	width: 100%;
}

.wr-scope__offer-facts p {
	align-items: flex-start;
	display: grid;
	gap: 14px;
	grid-template-columns: 24px minmax(0, 1fr);
}

.wr-scope__offer-facts .dashicons {
	color: var(--wr-primary);
	font-size: 22px;
	height: 22px;
	margin-top: 1px;
	width: 22px;
}

.wr-scope__offer-facts strong,
.wr-scope__offer-facts small {
	display: block;
}

.wr-scope__offer-facts strong {
	color: var(--wr-white);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.wr-scope__offer-facts small {
	color: var(--wr-muted);
	font-size: 12px;
	line-height: 1.4;
	margin-top: 3px;
}

.wr-scope__content {
	min-width: 0;
	padding: 4px 0;
}

.wr-scope__header {
	margin-bottom: 26px;
}

.wr-scope .wr-eyebrow {
	color: #007d3e;
	margin-bottom: 12px !important;
}

.wr-scope h2,
.wr-scope h3 {
	color: var(--wr-ink);
}

.wr-scope__header h2 {
	max-width: 930px;
}

.wr-scope__header > .wr-scope__subtitle {
	line-height: 1.55;
	margin-top: 16px;
	max-width: 880px;
}

.wr-scope__artifacts {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 2.22fr) minmax(260px, 1fr);
}

.wr-scope-outcome,
.wr-scope-commitment {
	background: rgba(255, 255, 255, 0.34);
	border: 1px solid rgba(16, 23, 25, 0.24);
	height: 100%;
	min-width: 0;
}

.wr-scope-outcome {
	display: grid;
	grid-template-rows: auto 1fr;
}

.wr-scope-outcome__header {
	border-bottom: 1px solid rgba(0, 143, 71, 0.48);
	padding: 17px 20px 14px;
}

.wr-scope-outcome__header h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wr-scope-outcome__header p {
	color: #687175;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 2px !important;
}

.wr-scope-outcome ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.wr-scope-outcome li {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr);
	min-width: 0;
	padding: 16px;
}

.wr-scope-outcome li:not(:nth-child(3n + 1)) {
	border-left: 1px solid rgba(16, 23, 25, 0.12);
}

.wr-scope-outcome li:nth-child(n + 4) {
	border-top: 1px solid rgba(16, 23, 25, 0.12);
}

.wr-scope-outcome li > .dashicons {
	align-items: center;
	background: rgba(0, 143, 71, 0.08);
	color: #008f47;
	display: flex;
	font-size: 24px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.wr-scope-outcome li strong,
.wr-scope-outcome li small {
	display: block;
}

.wr-scope-outcome li strong {
	color: var(--wr-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.wr-scope-outcome li small {
	color: #687175;
	font-size: 11px;
	line-height: 1.35;
	margin-top: 3px;
}

.wr-scope-commitment {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 22px;
	text-align: center;
}

.wr-scope-commitment__label {
	align-self: stretch;
	color: #008f47;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
	text-align: left;
	text-transform: uppercase;
}

.wr-scope-commitment__icon {
	height: 88px;
	margin-block: 24px 18px;
	position: relative;
	width: 96px;
}

.wr-scope-commitment__icon .dashicons-shield {
	color: #008f47;
	font-size: 82px;
	height: 82px;
	left: 0;
	position: absolute;
	top: 0;
	width: 82px;
}

.wr-scope-commitment__icon .dashicons-yes-alt {
	background: var(--wr-paper-soft);
	border-radius: 50%;
	bottom: 0;
	color: #008f47;
	font-size: 38px;
	height: 38px;
	position: absolute;
	right: 0;
	width: 38px;
}

.wr-scope-commitment h3 {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	max-width: 260px;
}

.wr-scope-commitment__copy {
	color: #596367;
	line-height: 1.5;
	margin-top: 16px !important;
	max-width: 270px;
}

.wr-scope-ledgers {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
}

.wr-ledger {
	border: 1px solid;
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	min-width: 0;
}

.wr-ledger h3 {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.035em;
	line-height: 1.2;
	padding: 10px 16px;
	text-transform: uppercase;
}

.wr-ledger h3 .dashicons {
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.wr-ledger ul {
	display: grid;
	grid-auto-rows: 1fr;
	list-style: none;
	padding: 0;
}

.wr-ledger li {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 20px minmax(0, 1fr);
	line-height: 1.45;
	min-height: 42px;
	padding: 8px 14px;
}

.wr-ledger li .dashicons {
	flex: 0 0 auto;
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.wr-ledger--included {
	border-color: rgba(0, 143, 71, 0.58);
}

.wr-ledger--included h3 {
	background: #007d3e;
	color: var(--wr-white);
}

.wr-ledger--included li {
	border-top: 1px solid rgba(0, 143, 71, 0.25);
}

.wr-ledger--included li .dashicons {
	color: #008f47;
}

.wr-ledger--separate {
	border-color: rgba(215, 25, 77, 0.68);
}

.wr-ledger--separate h3 {
	background: #d7194d;
	color: var(--wr-white);
}

.wr-ledger--separate li {
	border-top: 1px solid rgba(215, 25, 77, 0.25);
}

.wr-ledger--separate li .dashicons {
	color: #d7194d;
}

.wr-scope__help {
	color: #596367;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px !important;
}

.wr-scope__help a {
	color: #007d3e;
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wr-scope__help a:hover,
.wr-scope__help a:focus-visible {
	color: #005f2f;
}

/* Visible warning recognition */
.wr-signals {
	background: var(--wr-ink-soft);
	border-top: 1px solid var(--wr-border);
	padding-block: clamp(92px, 7vw, 116px);
}

.wr-signals__header {
	margin-bottom: 44px;
}

.wr-signals__intro {
	max-width: 880px;
}

.wr-signals__intro h2 {
	max-width: 760px;
}

.wr-signals__intro > p:last-child {
	line-height: 1.58;
	margin-top: 22px !important;
	max-width: 710px;
}

.wr-signal-board {
	background: color-mix(in srgb, var(--wr-surface) 64%, var(--wr-ink));
	border: 1px solid var(--wr-border-strong);
	border-radius: 8px;
	overflow: hidden;
}

.wr-signal-board__label {
	align-items: center;
	color: var(--wr-danger);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	letter-spacing: 0.08em;
	padding: 18px 24px;
	text-transform: uppercase;
}

.wr-signal-board__label .dashicons {
	font-size: 26px;
	height: 26px;
	width: 26px;
}

.wr-signal-board__grid {
	border-top: 1px solid color-mix(in srgb, var(--wr-danger) 45%, transparent);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wr-signal-card {
	column-gap: 16px;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	min-height: 210px;
	padding: 30px 26px 32px;
}

.wr-signal-card + .wr-signal-card {
	border-left: 1px solid var(--wr-border);
}

.wr-signal-card:nth-child(4n + 1) {
	border-left: 0;
}

.wr-signal-card:nth-child(n + 5) {
	border-top: 1px solid var(--wr-border);
}

.wr-signal-card > .dashicons {
	align-self: center;
	color: var(--wr-danger);
	font-size: 34px;
	height: 34px;
	width: 34px;
}

.wr-signal-card h3 {
	align-self: center;
	line-height: 1.2;
	margin-top: 0;
}

.wr-signal-card img,
.wr-signal-card__status,
.wr-signal-card__captcha {
	aspect-ratio: 45 / 31;
	border: 1px solid var(--wr-border-strong);
	border-radius: 5px;
	display: block;
	grid-column: 1 / -1;
	margin-top: 20px;
	max-height: none;
	width: 100%;
}

.wr-signal-card img {
	height: auto;
	object-fit: cover;
}

.wr-signal-card__status {
	background: linear-gradient(145deg, #101719, #1c262a);
	color: var(--wr-white);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.wr-signal-card__captcha {
	background: linear-gradient(145deg, #101719, #1c262a);
	color: var(--wr-white);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.wr-signal-card__status-bar {
	align-items: center;
	background: rgba(255, 255, 255, 0.045);
	border-bottom: 1px solid var(--wr-border);
	display: flex;
	gap: 5px;
	min-height: 30px;
	padding: 7px 10px;
}

.wr-signal-card__status-bar > span {
	background: var(--wr-danger);
	border-radius: 50%;
	height: 6px;
	opacity: 0.72;
	width: 6px;
}

.wr-signal-card__status-bar > span:nth-child(2) {
	background: #e5a532;
}

.wr-signal-card__status-bar > span:nth-child(3) {
	background: var(--wr-primary);
}

.wr-signal-card__status-bar small {
	color: var(--wr-muted);
	font-size: 9px;
	margin-left: 5px;
}

.wr-signal-card__status-alert {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 14px;
	justify-content: center;
	padding: 14px;
}

.wr-signal-card__status-alert > .dashicons {
	color: var(--wr-danger);
	font-size: 42px;
	height: 42px;
	width: 42px;
}

.wr-signal-card__status-alert strong,
.wr-signal-card__status-alert small {
	display: block;
}

.wr-signal-card__status-alert strong {
	font-size: 13px;
	line-height: 1.25;
}

.wr-signal-card__status-alert small {
	color: var(--wr-muted);
	font-size: 10px;
	line-height: 1.3;
	margin-top: 4px;
}

.wr-signal-card__captcha-panel {
	align-items: center;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.16);
	display: grid;
	flex: 1;
	gap: 10px;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	margin: 18px;
	padding: 12px;
}

.wr-signal-card__captcha-panel > .dashicons {
	border: 1px solid var(--wr-primary);
	color: var(--wr-primary);
	font-size: 24px;
	height: 30px;
	width: 30px;
}

.wr-signal-card__captcha-panel strong,
.wr-signal-card__captcha-panel small {
	display: block;
}

.wr-signal-card__captcha-panel strong {
	font-size: 12px;
	line-height: 1.25;
}

.wr-signal-card__captcha-panel small {
	color: var(--wr-muted);
	font-size: 9px;
	line-height: 1.3;
	margin-top: 3px;
}

.wr-signal-card__captcha-panel em {
	color: var(--wr-muted);
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.wr-signal-card p {
	grid-column: 1 / -1;
	line-height: 1.52;
	margin-top: 10px !important;
}

/* Four-stage post-order process */
.wr-resolution {
	background: var(--wr-surface);
}

.wr-resolution__header {
	margin-bottom: 44px;
	margin-inline: auto;
	max-width: 760px;
	text-align: center;
}

.wr-resolution__subtitle {
	color: var(--wr-text);
	font-size: var(--wr-type-section-lead);
	line-height: 1.55;
	margin: 16px auto 0 !important;
	max-width: 680px;
}

.wr-resolution__panel {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 12px;
}

.wr-resolution__stage {
	background: color-mix(in srgb, var(--wr-surface) 42%, var(--wr-ink));
	border: 1px solid var(--wr-border-strong);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: visible;
	position: relative;
}

.wr-resolution__visual {
	align-items: center;
	background: linear-gradient(150deg, color-mix(in srgb, var(--wr-surface-alt) 74%, var(--wr-ink)), var(--wr-ink-soft));
	border-bottom: 1px solid var(--wr-border-strong);
	border-radius: 7px 7px 0 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
}

.wr-resolution__step {
	background: rgba(8, 18, 20, 0.82);
	border-radius: 3px;
	color: var(--wr-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.105em;
	line-height: 1.4;
	padding: 3px 6px;
	position: absolute;
	right: 26px;
	top: 0;
	transform: translateY(-50%);
	text-transform: uppercase;
	z-index: 1;
}

.wr-resolution__image {
	aspect-ratio: 5 / 3;
	border: 1px solid var(--wr-border-strong);
	border-radius: 5px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	max-width: 300px;
	object-fit: cover;
	width: 100%;
}

.wr-resolution__verification {
	aspect-ratio: 5 / 3;
	background: linear-gradient(145deg, #0b1316, #172126);
	border: 1px solid var(--wr-border-strong);
	border-radius: 5px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
	color: var(--wr-white);
	display: grid;
	grid-template-rows: auto repeat(3, 1fr);
	max-width: 300px;
	overflow: hidden;
	width: 100%;
}

.wr-resolution__verification > span {
	align-items: center;
	border-top: 1px solid rgba(163, 176, 182, 0.2);
	display: grid;
	gap: 8px;
	grid-template-columns: 20px minmax(0, 1fr);
	padding: 5px 10px;
}

.wr-resolution__verification > span > .dashicons {
	color: var(--wr-primary);
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.wr-resolution__verification strong,
.wr-resolution__verification small {
	display: block;
}

.wr-resolution__verification strong {
	font-size: 10px;
	line-height: 1.2;
}

.wr-resolution__verification small {
	color: var(--wr-muted);
	font-size: 8px;
	line-height: 1.25;
	margin-top: 1px;
}

.wr-resolution__verification > .wr-resolution__verification-head {
	background: rgba(0, 204, 102, 0.08);
	border-top: 0;
	display: flex;
	justify-content: space-between;
	padding: 8px 10px;
}

.wr-resolution__verification-head strong {
	font-size: 10px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wr-resolution__verification-head small {
	color: var(--wr-primary);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: 0;
	text-transform: uppercase;
}

.wr-resolution__content {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px 26px 32px;
	text-align: left;
	width: 100%;
}

.wr-page .wr-resolution__stage-title {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	min-height: 0;
}

.wr-resolution__stage-intro {
	line-height: 1.55;
	margin-top: 12px !important;
	max-width: 36ch;
}

/* FAQ and final close */
.wr-close {
	background: var(--wr-ink);
}

.wr-close__grid {
	align-items: start;
	display: grid;
	gap: clamp(58px, 7vw, 112px);
	grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
}

.wr-close__offer {
	--wr-panel-trace-angle: 0deg;
	background:
		linear-gradient(rgba(7, 20, 14, 0.3), rgba(7, 20, 14, 0.56)) padding-box,
		linear-gradient(135deg, rgba(255, 33, 89, 0.86), rgba(255, 33, 89, 0.32) 38%, rgba(0, 204, 102, 0.32) 62%, rgba(0, 204, 102, 0.86)) border-box;
	border: 1px solid transparent;
	color: var(--wr-white);
	isolation: isolate;
	max-width: 590px;
	overflow: hidden;
	padding: clamp(38px, 4.8vw, 62px);
	position: relative;
}

.wr-close__offer::before {
	background: url("/wp-content/plugins/webless-hacked-site-recovery/assets/images/scope-topography-v1.webp") center bottom / cover no-repeat;
	content: "";
	inset: 0;
	mix-blend-mode: normal;
	opacity: 0.92;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.wr-close__offer > * {
	position: relative;
	z-index: 1;
}

.wr-close__offer .wr-eyebrow {
	color: var(--wr-primary);
	font-weight: 800;
}

.wr-close__offer h2 {
	color: var(--wr-white);
}

.wr-close__offer > p:not(.wr-eyebrow):not(.wr-safety):not(.wr-close__price) {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 500;
	line-height: 1.62;
	margin-top: 28px !important;
}

.wr-close__price {
	color: var(--wr-white);
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin-top: 30px !important;
}

.wr-close__price span {
	color: var(--wr-primary);
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-top: 7px;
	text-transform: uppercase;
}

.wr-close__offer .wr-button {
	font-weight: 700;
	margin-top: 32px;
}

.wr-close__offer .wr-button .dashicons {
	color: var(--wr-white);
}

.wr-close__offer .wr-button:focus-visible {
	outline-color: var(--wr-white);
}

.wr-safety--compact {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 500;
	margin-top: 26px !important;
}

.wr-close__offer .wr-safety .dashicons {
	color: var(--wr-primary);
}

.wr-close__offer .wr-safety__copy strong {
	color: var(--wr-white);
}

.wr-close__offer .wr-safety__details {
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	line-height: 1.4;
}

.wr-faq h2 {
	margin-bottom: 32px;
}

.wr-faq details {
	border-top: 1px solid var(--wr-border);
}

.wr-faq details:first-of-type {
	border-top: 0;
}

.wr-faq summary {
	color: var(--wr-white);
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	list-style: none;
	min-height: 66px;
	padding: 20px 44px 20px 0;
	position: relative;
}

.wr-faq summary::-webkit-details-marker {
	display: none;
}

.wr-faq summary::after {
	color: var(--wr-primary);
	content: "+";
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.wr-faq details[open] summary::after {
	content: "\2212";
}

.wr-faq__answer {
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.wr-faq details[open]:not(.is-closing) .wr-faq__answer {
	opacity: 1;
	transform: translateY(0);
}

.wr-faq__answer p {
	line-height: 1.6;
	max-width: 690px;
	padding: 0 44px 24px 0;
}

/* Shared type hierarchy for every primary section below the hero. */
.wr-fix-grid__head h2,
.wr-signals__intro h2,
.wr-scope__header h2,
.wr-page .wr-resolution__header h2,
.wr-close__offer h2,
.wr-faq h2 {
	font-size: var(--wr-type-section-title);
}

.wr-fix-grid__head > p:last-child,
.wr-signals__intro > p:last-child,
.wr-scope__header > .wr-scope__subtitle,
.wr-close__offer > p:not(.wr-eyebrow):not(.wr-safety):not(.wr-close__price) {
	font-size: var(--wr-type-section-lead);
}

.wr-fix-cards h4,
.wr-signal-card h3,
.wr-page .wr-resolution__stage-title,
.wr-scope-commitment h3 {
	font-size: var(--wr-type-card-title);
}

.wr-fix-cards p,
.wr-signal-card p,
.wr-resolution__stage-intro,
.wr-scope-commitment__copy,
.wr-ledger li,
.wr-faq__answer p {
	font-size: var(--wr-type-card-copy);
}

@media (max-width: 1180px) {
	.wr-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(410px, 0.92fr);
	}

	.wr-hero__purchase {
		grid-template-columns: max-content minmax(240px, 330px);
	}

	.wr-hero__purchase > .wr-button {
		min-height: 56px;
	}
}

@media (max-width: 1024px) {
	.wr-page {
		--wr-section-space: clamp(86px, 10vw, 106px);
	}

	.wr-hero {
		padding-block: 112px 96px;
	}

	.wr-hero__grid,
	.wr-close__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wr-hero__purchase {
		grid-template-columns: max-content minmax(250px, 330px);
	}

	.wr-hero__purchase > .wr-button {
		min-height: 56px;
	}

	.wr-hero__resolution-kicker {
		font-size: 10px;
	}

	.wr-hero__resolution-mark {
		font-size: 56px;
	}

	.wr-hero__resolution p {
		font-size: 26px;
	}

	.wr-hero__copy,
	.wr-hero__action,
	.wr-close__offer {
		max-width: 760px;
	}

	.wr-hero__action {
		justify-self: start;
		margin-top: 0;
	}

	.wr-hero__backdrop::after {
		background: rgba(18, 26, 29, 0.58);
	}

	.wr-hero__backdrop-image {
		object-position: 66% center;
	}

	.wr-fix-matrix__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wr-fix-cards li:nth-child(odd) {
		border-left: 0;
	}

	.wr-fix-cards li:nth-child(n + 3) {
		border-top: 1px solid rgba(163, 176, 182, 0.34);
	}

	.wr-fix-matrix__row::before {
		width: 50%;
	}

	.wr-scope__layout {
		column-gap: 24px;
		grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
		padding-block: 32px;
	}

	.wr-scope__offer-inner {
		padding-inline: 24px;
	}

	.wr-scope__content {
		padding: 0;
	}

}


@media (max-width: 1100px) {
	.wr-scope__layout {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.wr-scope__offer {
		align-self: auto;
	}

	.wr-scope__offer-inner {
		align-items: center;
		display: grid;
		gap: 0 18px;
		grid-template-columns: minmax(0, 1fr) auto;
		height: auto;
		padding: 36px 32px;
	}

	.wr-scope__offer-brand,
	.wr-scope__offer-divider {
		grid-column: 1 / -1;
		width: 100%;
	}

	.wr-scope__offer-divider {
		margin-top: 24px;
	}

	.wr-scope__price {
		font-size: 64px;
		grid-column: 1;
		margin: 26px 0 0 !important;
	}

	.wr-scope__signal {
		display: none;
	}

	.wr-scope__term {
		font-size: 12px;
		margin: 26px 0 0 !important;
		max-width: 160px;
		text-align: left;
	}

	.wr-scope__offer .wr-button {
		grid-column: 1 / -1;
		justify-self: start;
		margin-top: 24px;
		max-width: 420px;
		width: 100%;
	}

	.wr-scope__offer-facts {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 28px;
		padding-top: 24px;
	}

	.wr-scope__offer-facts > p:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.wr-scope__content {
		padding: 48px 32px 58px;
	}
}

@media (min-width: 901px) and (max-width: 1024px) {
	.wr-page .wr-scope__offer a.wr-button {
		font-size: 12px;
		gap: 8px;
		padding-inline: 12px;
	}

	.wr-page .wr-scope__offer a.wr-button .dashicons {
		font-size: 16px;
		height: 16px;
		width: 16px;
	}
}

/* Match the existing Elementor header/footer mobile content edges. */
@media (max-width: 767px) {
	.wr-page {
		--wr-gutter: 10px;
	}

	.wr-scope__offer-inner,
	.wr-scope__content {
		padding-inline: var(--wr-gutter);
	}
}

@media (max-width: 700px) {
	.wr-page {
		--wr-section-space: 72px;
		--wr-type-section-title: clamp(30px, 7.5vw, 34px);
		--wr-type-card-title: 17px;
		font-size: 16px;
	}

	.wr-page h1 {
		font-size: clamp(44px, 12.3vw, 52px);
		line-height: 1.02;
	}

	.wr-page h1 > span {
		display: inline;
	}

	.wr-page h2 {
		font-size: var(--wr-type-section-title);
		line-height: 1.08;
	}

	.wr-page h3 {
		font-size: 21px;
	}

	.wr-hero {
		padding-block: 104px 74px;
	}

	.wr-hero__grid {
		gap: 38px;
	}

	.wr-hero__lead {
		margin-top: 24px !important;
	}

	.wr-safety {
		margin-top: 18px !important;
	}

	.wr-hero__lead {
		font-size: 17px;
	}

	.wr-hero__resolution {
		column-gap: 14px;
		margin-top: 28px;
		max-width: 100%;
		padding: 12px 16px 14px 14px;
		width: 100%;
	}

	.wr-hero__resolution-mark {
		font-size: clamp(48px, 10vw, 56px);
	}

	.wr-hero__resolution p {
		font-size: clamp(18px, 5vw, 20px);
	}

	.wr-hero__resolution-kicker {
		font-size: 9px;
	}

	.wr-hero__purchase {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.wr-hero__purchase > .wr-price {
		justify-self: start;
		min-height: 0;
		padding: 0;
	}

	.wr-hero__purchase > .wr-button {
		font-size: 14px;
		gap: 9px;
		min-height: 52px;
		min-width: 0;
		padding-inline: 14px;
		width: 100%;
	}

	.wr-price {
		grid-template-columns: max-content max-content max-content;
	}

	.wr-price__currency {
		font-size: 25px;
		grid-column: 1;
		grid-row: 1;
	}

	.wr-price__amount {
		font-size: 42px;
		grid-column: 2;
		grid-row: 1;
	}

	.wr-price__term {
		font-size: 13px;
		grid-column: 3;
		grid-row: 1;
		margin: 0 0 3px 10px;
	}

	.wr-hero__backdrop::after {
		background: rgba(18, 26, 29, 0.72);
	}

	.wr-hero__backdrop-image {
		object-position: 71% center;
	}

	.wr-hero__action {
		min-height: 0;
		padding: 28px 22px;
	}

	.wr-page button.wr-symptom-result__back {
		font-size: 14px;
		justify-content: flex-start;
		line-height: 1.3;
		min-height: 44px;
		padding-inline: 0;
		white-space: normal;
		width: auto;
	}

	.wr-hero__action h2 {
		font-size: 30px;
	}

	.wr-page .wr-symptom-list > button {
		font-size: 15px;
		min-height: 60px;
	}

	.wr-signals,
	.wr-fix-grid {
		padding-block: 72px;
	}

	.wr-fix-grid {
		padding-block: 56px;
	}

	.wr-fix-grid__head {
		margin-bottom: 28px;
	}

	.wr-fix-grid__head > p:last-child {
		font-size: var(--wr-type-section-lead);
	}

	.wr-fix-matrix__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 42px;
	}

	.wr-fix-matrix__row::before {
		width: 86px;
	}

	.wr-fix-matrix__row > h3 {
		font-size: 14px;
		left: 16px;
		top: 16px;
	}

	.wr-fix-cards li,
	.wr-fix-cards li:nth-child(odd) {
		align-items: center;
		border-top: 1px solid rgba(163, 176, 182, 0.34);
		column-gap: 10px;
		display: grid;
		grid-template-columns: 24px minmax(0, 1fr);
		min-height: 96px;
		padding: 15px 13px;
	}

	.wr-fix-cards li:nth-child(odd) {
		border-left: 0;
	}

	.wr-fix-cards li:nth-child(even) {
		border-left: 1px solid rgba(163, 176, 182, 0.34);
	}

	.wr-fix-cards li:nth-child(-n + 2) {
		border-top: 0;
	}

	.wr-fix-cards h4 {
		font-size: 15px;
		line-height: 1.16;
		margin: 0;
	}

	.wr-fix-cards > li > .dashicons {
		font-size: 24px;
		height: 24px;
		width: 24px;
	}

	.wr-fix-cards p {
		display: none;
	}

	.wr-scope__layout {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 0;
	}

	.wr-scope__offer {
		align-self: auto;
	}

	.wr-scope__offer-inner {
		align-items: center;
		display: grid;
		gap: 0 18px;
		grid-template-columns: minmax(0, 1fr) auto;
		height: auto;
		justify-content: normal;
		padding: 32px var(--wr-gutter);
		position: relative;
	}

	.wr-scope__offer-brand,
	.wr-scope__offer-divider {
		grid-column: 1 / -1;
		width: 100%;
	}

	.wr-scope__offer-brand > .dashicons {
		font-size: 40px;
		height: 40px;
		width: 40px;
	}

	.wr-scope__offer-brand p {
		font-size: 12px;
	}

	.wr-scope__offer-divider {
		margin-top: 24px;
	}

	.wr-scope__offer-facts {
		grid-column: 1 / -1;
		margin-top: 28px;
		padding-top: 24px;
	}

	.wr-scope__price {
		font-size: 64px;
		grid-column: 1;
		grid-row: auto;
		margin: 26px 0 0 !important;
	}

	.wr-scope__signal {
		display: none;
	}

	.wr-scope__term {
		align-self: end;
		font-size: 12px;
		margin: 0 0 7px !important;
		max-width: none;
		text-align: left;
	}

	.wr-scope__offer .wr-button {
		grid-column: 1 / -1;
		margin-top: 24px;
		max-width: none;
		width: 100%;
	}

	.wr-scope__content {
		padding: 36px var(--wr-gutter) 44px;
	}

	.wr-scope__header {
		margin-bottom: 20px;
	}

	.wr-scope__header h2 {
		font-size: var(--wr-type-section-title);
	}

	.wr-scope__header > .wr-scope__subtitle {
		font-size: var(--wr-type-section-lead);
		margin-top: 12px !important;
	}

	.wr-scope__artifacts,
	.wr-scope-ledgers {
		grid-template-columns: 1fr;
	}

	.wr-scope-outcome ul {
		grid-template-columns: 1fr;
	}

	.wr-scope-outcome li,
	.wr-scope-outcome li:not(:nth-child(3n + 1)) {
		border-left: 0;
	}

	.wr-scope-outcome li:nth-child(n + 2) {
		border-top: 1px solid rgba(16, 23, 25, 0.12);
	}

	.wr-scope-outcome__header h3 {
		font-size: 18px;
	}

	.wr-scope-commitment {
		min-height: 260px;
	}

	.wr-scope-commitment h3 {
		font-size: var(--wr-type-card-title);
	}

	.wr-ledger h3 {
		font-size: 15px;
		padding: 13px 16px;
	}

	.wr-ledger li,
	.wr-ledger--included li,
	.wr-ledger--separate li {
		font-size: var(--wr-type-card-copy);
		gap: 10px;
		grid-template-columns: 20px minmax(0, 1fr);
		min-height: 48px;
		padding: 10px 14px;
	}

	.wr-ledger li .dashicons,
	.wr-ledger--included li .dashicons {
		font-size: 18px;
		height: 18px;
		width: 18px;
	}

	.wr-close__offer {
		margin-inline: 0;
		padding: 38px 24px;
	}

	.wr-close__offer .wr-button {
		width: 100%;
	}

	.wr-faq summary {
		font-size: 16px;
		min-height: 62px;
		padding-right: 36px;
	}

	.wr-faq__answer p {
		padding-right: 24px;
	}
}

@media (max-width: 360px) {
	.wr-page h1 {
		letter-spacing: -0.045em;
	}

	.wr-hero__resolution {
		column-gap: 10px;
		margin-top: 26px;
		max-width: 100%;
		padding: 11px 12px 13px 11px;
		width: 100%;
	}

	.wr-hero__resolution-mark {
		font-size: 44px;
	}

	.wr-hero__resolution p {
		font-size: 17px;
		letter-spacing: -0.024em;
	}

	.wr-hero__resolution-kicker {
		font-size: 8px;
	}

	.wr-hero__purchase {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.wr-hero__purchase > .wr-price {
		justify-self: start;
		padding-inline: 0;
	}

	.wr-hero__purchase .wr-price__amount {
		font-size: 40px;
	}

	.wr-hero__purchase .wr-price__term {
		font-size: 12px;
		margin-bottom: 3px;
	}

	.wr-hero__purchase > .wr-button {
		font-size: 14px;
		gap: 9px;
		padding-inline: 16px;
	}

	.wr-hero__purchase > .wr-button .dashicons {
		font-size: 17px;
		height: 17px;
		width: 17px;
	}

	.wr-page h2 {
		font-size: 32px;
	}

	.wr-page .wr-hero__action h2 {
		font-size: 28px;
	}

	.wr-page a.wr-button {
		padding-inline: 18px;
	}

	.wr-page button.wr-symptom-result__back {
		font-size: 13px;
		gap: 6px;
		padding-inline: 0;
	}

	.wr-symptom-result__price {
		align-items: start;
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.wr-safety {
		font-size: 14px;
	}

	.wr-scope__offer-inner {
		gap: 0 14px;
		grid-template-columns: max-content minmax(0, 1fr);
		padding: 28px var(--wr-gutter);
	}

	.wr-scope__price {
		font-size: 50px;
	}

	.wr-scope__term {
		font-size: 11px;
		letter-spacing: 0.11em;
		line-height: 1.35;
		max-width: none;
	}

	.wr-scope__offer .wr-button {
		margin-top: 20px;
	}

	.wr-scope-outcome li {
		gap: 8px;
		grid-template-columns: 26px minmax(0, 1fr);
		padding: 12px 10px;
	}

	.wr-scope-outcome li > .dashicons {
		font-size: 19px;
		height: 26px;
		width: 26px;
	}

	.wr-scope-outcome li strong {
		font-size: 12px;
	}

	.wr-scope-outcome li small {
		font-size: 10px;
	}

	.wr-scope-commitment {
		padding: 22px 16px;
	}
}

@media (max-width: 1024px) {
	.wr-signal-board__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wr-signal-card:nth-child(odd) {
		border-left: 0;
	}

	.wr-signal-card:nth-child(even) {
		border-left: 1px solid var(--wr-border);
	}

	.wr-signal-card:nth-child(n + 3) {
		border-top: 1px solid var(--wr-border);
	}

	.wr-resolution__panel {
		gap: 28px 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wr-resolution__visual {
		padding: 16px;
	}

	.wr-resolution__stage-intro {
		min-height: 0;
	}
}

@media (max-width: 700px) {
	.wr-signals__header {
		margin-bottom: 34px;
	}

	.wr-resolution__header {
		margin-bottom: 34px;
	}

	.wr-signals__intro > p:last-child {
		font-size: var(--wr-type-section-lead);
	}

	.wr-signal-card {
		min-height: 178px;
		padding: 22px 20px 24px;
	}

	.wr-signal-card h3 {
		font-size: var(--wr-type-card-title);
		margin-top: 0;
	}

	.wr-signal-card p {
		font-size: var(--wr-type-card-copy);
	}

	.wr-signal-card img,
	.wr-signal-card__status,
	.wr-signal-card__captcha {
		margin-top: 16px;
	}

	.wr-resolution__panel {
		grid-template-columns: 1fr;
	}

	.wr-resolution__step {
		right: 22px;
	}

	.wr-resolution__stage-intro {
		max-width: 42ch;
	}

	.wr-resolution__visual {
		padding: 16px;
	}

	.wr-resolution__content {
		padding: 28px 22px;
	}

	.wr-page .wr-resolution__stage-title {
		min-height: 0;
	}
}

@media (max-width: 520px) {
	.wr-signal-board__grid {
		grid-template-columns: 1fr;
	}

	.wr-signal-card + .wr-signal-card,
	.wr-signal-card:nth-child(odd) {
		border-left: 0;
	}

	.wr-signal-card:nth-child(n + 2) {
		border-top: 1px solid var(--wr-border);
	}

	.wr-signal-card {
		min-height: 0;
	}

}

@media (prefers-reduced-motion: reduce) {
	.wr-page *,
	.wr-page *::before,
	.wr-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.wr-hero__action::after,
	.wr-close__offer::after {
		animation: none;
		display: none;
	}

	.wr-faq__answer {
		transition: none;
	}
}
