:root {
	--rvctr-bg: #060b12;
	--rvctr-surface: #0b111a;
	--rvctr-surface-2: #111827;
	--rvctr-border: #243041;
	--rvctr-blue: #3b82f6;
	--rvctr-cyan: #22d3ee;
	--rvctr-text: #f8fafc;
	--rvctr-muted: #94a3b8;
	--rvctr-silver: #cbd5e1;
	--rvctr-success: #10b981;
	--rvctr-danger: #ef4444;
	--rvctr-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
	--rvctr-radius: 12px;
	--rvctr-container: 1180px;
	--rvctr-font-display: "Orbitron", "Exo 2", "Segoe UI", system-ui, sans-serif;
	--rvctr-font-body: "Inter", "Manrope", "Segoe UI", system-ui, sans-serif;
	color-scheme: dark;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.35), rgba(6, 11, 18, 0) 420px),
		repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.035) 0, rgba(148, 163, 184, 0.035) 1px, transparent 1px, transparent 96px),
		var(--rvctr-bg);
	color: var(--rvctr-text);
	font-family: var(--rvctr-font-body);
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-color: rgba(34, 211, 238, 0.45);
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--rvctr-cyan);
}

:focus-visible {
	outline: 3px solid var(--rvctr-cyan);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 18px;
	color: var(--rvctr-text);
	font-family: var(--rvctr-font-display);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
}

h1 {
	max-width: 920px;
	font-size: clamp(2.375rem, 6vw, 4.5rem);
}

h2 {
	max-width: 760px;
	font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
	font-size: 1.25rem;
	line-height: 1.25;
}

p {
	margin: 0 0 18px;
	color: var(--rvctr-muted);
}

ul,
ol {
	color: var(--rvctr-muted);
}

.rvctr-container {
	width: min(var(--rvctr-container), calc(100% - 40px));
	margin-inline: auto;
}

.rvctr-narrow {
	max-width: 860px;
}

.rvctr-main {
	min-height: 60vh;
}

.rvctr-skip-link,
.rvctr-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.rvctr-skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	border: 1px solid var(--rvctr-cyan);
	border-radius: 8px;
	background: var(--rvctr-surface);
}

.rvctr-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid rgba(36, 48, 65, 0.92);
	background: rgba(6, 11, 18, 0.92);
	backdrop-filter: blur(18px);
}

.rvctr-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 78px;
	gap: 18px;
}

.rvctr-brand {
	display: inline-flex;
	align-items: center;
	width: 158px;
	min-width: 158px;
	overflow: hidden;
}

.rvctr-brand img {
	width: 158px;
	height: auto;
	object-fit: contain;
}

.rvctr-nav {
	justify-self: end;
}

.rvctr-nav__list,
.rvctr-footer__links {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rvctr-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--rvctr-muted);
	font-size: 0.92rem;
	font-weight: 650;
	text-decoration: none;
}

.rvctr-nav a:hover,
.rvctr-nav .current-menu-item > a,
.rvctr-nav .current_page_item > a {
	color: var(--rvctr-text);
}

.rvctr-header__cta {
	white-space: nowrap;
}

.rvctr-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--rvctr-border);
	border-radius: 8px;
	background: var(--rvctr-surface);
	color: var(--rvctr-text);
}

.rvctr-nav-toggle span:not(.rvctr-screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--rvctr-silver);
}

.rvctr-button,
.wp-block-button__link,
button.rvctr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font: 750 0.95rem/1 var(--rvctr-font-body);
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.rvctr-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
}

.rvctr-button--primary,
.wp-block-button__link {
	background: linear-gradient(180deg, #4f91ff, var(--rvctr-blue));
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(59, 130, 246, 0.2);
}

.rvctr-button--outline {
	border-color: rgba(148, 163, 184, 0.55);
	background: rgba(11, 17, 26, 0.78);
	color: var(--rvctr-text);
}

.rvctr-button--ghost {
	border-color: rgba(36, 48, 65, 0.9);
	background: transparent;
	color: var(--rvctr-silver);
}

.rvctr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.rvctr-eyebrow,
.rvctr-meta {
	margin: 0 0 14px;
	color: var(--rvctr-cyan);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rvctr-lede,
.rvctr-page-hero p {
	max-width: 720px;
	font-size: clamp(1.04rem, 2vw, 1.2rem);
	color: var(--rvctr-silver);
}

.rvctr-microcopy {
	margin-top: 18px;
	max-width: 680px;
	color: var(--rvctr-muted);
	font-size: 0.92rem;
}

.rvctr-hero,
.rvctr-page-hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 64px;
	border-bottom: 1px solid rgba(36, 48, 65, 0.58);
	background:
		linear-gradient(145deg, rgba(59, 130, 246, 0.12), rgba(6, 11, 18, 0) 44%),
		linear-gradient(180deg, rgba(11, 17, 26, 0.72), rgba(6, 11, 18, 0.96));
}

.rvctr-hero__grid,
.rvctr-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	align-items: center;
	gap: 48px;
}

.rvctr-page-hero__content {
	max-width: 880px;
}

.rvctr-page-hero--center {
	text-align: center;
}

.rvctr-page-hero--center .rvctr-page-hero__content,
.rvctr-page-hero--center .rvctr-actions,
.rvctr-page-hero--center .rvctr-search-form {
	margin-inline: auto;
	justify-content: center;
}

.rvctr-visual {
	margin: 0;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: var(--rvctr-radius);
	background: var(--rvctr-surface);
	box-shadow: var(--rvctr-shadow);
	overflow: hidden;
}

.rvctr-visual img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rvctr-visual--hero img,
.rvctr-visual--page img {
	aspect-ratio: 16 / 11;
}

.rvctr-trust-strip {
	border-bottom: 1px solid rgba(36, 48, 65, 0.72);
	background: rgba(11, 17, 26, 0.78);
}

.rvctr-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
}

.rvctr-trust-strip__grid > div {
	min-height: 132px;
	padding: 24px;
	border-left: 1px solid rgba(36, 48, 65, 0.7);
}

.rvctr-trust-strip strong {
	display: block;
	margin-bottom: 8px;
	color: var(--rvctr-text);
}

.rvctr-trust-strip span {
	color: var(--rvctr-muted);
	font-size: 0.94rem;
}

.rvctr-section {
	padding: 76px 0;
}

.rvctr-section--split,
.rvctr-final-cta {
	border-block: 1px solid rgba(36, 48, 65, 0.68);
	background: rgba(11, 17, 26, 0.58);
}

.rvctr-section__header {
	margin-bottom: 30px;
}

.rvctr-section__header p:not(.rvctr-eyebrow) {
	max-width: 720px;
}

.rvctr-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.rvctr-card-grid--dense {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rvctr-card-grid--posts,
.rvctr-card-grid--legal {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rvctr-card {
	position: relative;
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: var(--rvctr-radius);
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.035), rgba(248, 250, 252, 0)),
		var(--rvctr-surface);
	box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.045);
}

.rvctr-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0);
	transition: box-shadow 180ms ease;
}

.rvctr-card:hover::before {
	box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.24);
}

.rvctr-card h2,
.rvctr-card h3 {
	font-family: var(--rvctr-font-body);
	font-size: 1.08rem;
	line-height: 1.3;
}

.rvctr-card p:last-child {
	margin-bottom: 0;
}

.rvctr-link {
	display: inline-flex;
	margin-top: 8px;
	color: var(--rvctr-cyan);
	font-weight: 750;
	text-decoration: none;
}

.rvctr-split,
.rvctr-feature-row,
.rvctr-two-columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	align-items: center;
	gap: 44px;
}

.rvctr-feature-row--reverse {
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.rvctr-feature-row--reverse > :first-child {
	order: 2;
}

.rvctr-feature-row--reverse > :last-child {
	order: 1;
}

.rvctr-principle-list,
.rvctr-check-list,
.rvctr-warning-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rvctr-principle-list li,
.rvctr-check-list li,
.rvctr-warning-list li {
	position: relative;
	padding: 14px 16px 14px 40px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 10px;
	background: rgba(17, 24, 39, 0.72);
	color: var(--rvctr-silver);
}

.rvctr-principle-list li::before,
.rvctr-check-list li::before,
.rvctr-warning-list li::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 18px;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--rvctr-cyan);
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.rvctr-warning-list li::before {
	background: var(--rvctr-danger);
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.rvctr-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: rvctr-process;
}

.rvctr-process--compact {
	grid-template-columns: 1fr;
}

.rvctr-process li {
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: var(--rvctr-radius);
	background: var(--rvctr-surface);
	counter-increment: rvctr-process;
}

.rvctr-process li::before {
	content: counter(rvctr-process, decimal-leading-zero);
	display: block;
	margin-bottom: 18px;
	color: var(--rvctr-cyan);
	font-family: var(--rvctr-font-display);
	font-weight: 800;
}

.rvctr-process strong,
.rvctr-process span {
	display: block;
}

.rvctr-process strong {
	margin-bottom: 8px;
	color: var(--rvctr-text);
}

.rvctr-analytics-visual {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	min-height: 320px;
	padding: 22px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: var(--rvctr-radius);
	background:
		repeating-linear-gradient(0deg, transparent 0, transparent 34px, rgba(148, 163, 184, 0.055) 35px),
		repeating-linear-gradient(90deg, transparent 0, transparent 52px, rgba(148, 163, 184, 0.045) 53px),
		linear-gradient(160deg, rgba(34, 211, 238, 0.1), rgba(59, 130, 246, 0.05)),
		var(--rvctr-surface);
	box-shadow: var(--rvctr-shadow);
}

.rvctr-analytics-visual--large {
	min-height: 420px;
}

.rvctr-analytics-visual span {
	display: flex;
	align-items: end;
	min-height: 94px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 10px;
	background: rgba(6, 11, 18, 0.68);
	color: var(--rvctr-silver);
	font-weight: 750;
}

.rvctr-disclaimer {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin: 24px 0 0;
	padding: 18px;
	border: 1px solid rgba(34, 211, 238, 0.24);
	border-radius: var(--rvctr-radius);
	background: rgba(11, 17, 26, 0.92);
}

.rvctr-disclaimer__mark {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border: 1px solid var(--rvctr-cyan);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(34, 211, 238, 0.2), rgba(34, 211, 238, 0.04));
}

.rvctr-disclaimer strong {
	display: block;
	margin-bottom: 4px;
	color: var(--rvctr-text);
}

.rvctr-disclaimer p {
	margin: 0;
	font-size: 0.94rem;
}

.rvctr-final-cta {
	padding: 80px 0;
	text-align: center;
}

.rvctr-final-cta h2,
.rvctr-final-cta p,
.rvctr-final-cta .rvctr-actions {
	margin-inline: auto;
	justify-content: center;
}

.rvctr-faq-list {
	display: grid;
	gap: 12px;
}

.rvctr-faq-item {
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: var(--rvctr-radius);
	background: var(--rvctr-surface);
}

.rvctr-faq-item summary {
	min-height: 56px;
	padding: 18px 22px;
	color: var(--rvctr-text);
	font-weight: 750;
	cursor: pointer;
}

.rvctr-faq-item p {
	margin: 0;
	padding: 0 22px 22px;
}

.rvctr-form-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
	gap: 34px;
	align-items: start;
}

.rvctr-form {
	padding: 24px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: var(--rvctr-radius);
	background: var(--rvctr-surface);
	box-shadow: var(--rvctr-shadow);
}

.rvctr-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}

.rvctr-field {
	min-width: 0;
}

.rvctr-field--textarea,
.rvctr-field--checkbox,
.rvctr-field--file {
	grid-column: 1 / -1;
}

.rvctr-field label {
	display: grid;
	gap: 8px;
	color: var(--rvctr-silver);
	font-weight: 700;
}

.rvctr-field--checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 600;
}

.rvctr-field input,
.rvctr-field textarea,
.rvctr-field select,
.rvctr-search-form input {
	width: 100%;
	min-height: 46px;
	padding: 12px 13px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 8px;
	background: rgba(6, 11, 18, 0.8);
	color: var(--rvctr-text);
	font: inherit;
}

.rvctr-field textarea {
	resize: vertical;
}

.rvctr-field input[type="checkbox"] {
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	margin-top: 3px;
	accent-color: var(--rvctr-blue);
}

.rvctr-help {
	margin-top: 8px;
	font-size: 0.88rem;
}

.rvctr-form__message {
	margin-bottom: 18px;
	padding: 14px;
	border-radius: 8px;
}

.rvctr-form__message--success {
	border: 1px solid rgba(16, 185, 129, 0.35);
	background: rgba(16, 185, 129, 0.1);
	color: #d1fae5;
}

.rvctr-form__message--error {
	border: 1px solid rgba(239, 68, 68, 0.4);
	background: rgba(239, 68, 68, 0.11);
	color: #fee2e2;
}

.rvctr-form__message p {
	margin: 0;
	color: inherit;
}

.rvctr-search-form {
	max-width: 720px;
	margin: 0 0 28px;
}

.rvctr-search-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--rvctr-silver);
	font-weight: 700;
}

.rvctr-search-form__row {
	display: flex;
	gap: 10px;
}

.rvctr-empty-state,
.rvctr-launch-note {
	padding: 24px;
	border: 1px solid rgba(34, 211, 238, 0.22);
	border-radius: var(--rvctr-radius);
	background: rgba(11, 17, 26, 0.88);
}

.rvctr-launch-note {
	margin: 24px 0;
	color: var(--rvctr-silver);
}

.rvctr-article__body,
.rvctr-legal-article {
	max-width: 860px;
	padding-block: 68px;
}

.rvctr-article__body h2,
.rvctr-legal-article h2 {
	margin-top: 36px;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.rvctr-legal-article h1 {
	font-size: clamp(2.2rem, 5vw, 3.7rem);
}

.rvctr-pagination {
	grid-column: 1 / -1;
}

.rvctr-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rvctr-pagination a,
.rvctr-pagination span {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rvctr-border);
	border-radius: 8px;
	background: var(--rvctr-surface);
	text-decoration: none;
}

.rvctr-footer {
	border-top: 1px solid rgba(36, 48, 65, 0.92);
	background: #050910;
}

.rvctr-footer__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.6fr 0.7fr;
	gap: 34px;
	padding: 56px 0 34px;
}

.rvctr-footer__brand img {
	width: 118px;
	margin-bottom: 12px;
}

.rvctr-footer__tagline {
	color: var(--rvctr-text);
	font-weight: 800;
}

.rvctr-footer__links {
	display: grid;
	align-items: start;
	gap: 8px;
}

.rvctr-footer__links a,
.rvctr-cookie-settings {
	color: var(--rvctr-muted);
	font: inherit;
	text-decoration: none;
}

.rvctr-cookie-settings {
	min-height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.rvctr-footer__risk {
	grid-column: 1 / -1;
}

.rvctr-footer__bottom {
	border-top: 1px solid rgba(36, 48, 65, 0.72);
	padding: 18px 0;
}

.rvctr-footer__bottom p {
	margin: 0;
	font-size: 0.9rem;
}

.rvctr-cookie {
	position: fixed;
	z-index: 999;
	right: 18px;
	bottom: 18px;
	left: 18px;
	display: flex;
	justify-content: center;
}

.rvctr-cookie[hidden] {
	display: none;
}

.rvctr-cookie__panel {
	width: min(940px, 100%);
	padding: 20px;
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: var(--rvctr-radius);
	background: rgba(6, 11, 18, 0.98);
	box-shadow: var(--rvctr-shadow);
}

.rvctr-cookie__actions,
.rvctr-cookie__preferences {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.rvctr-cookie__preferences {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(36, 48, 65, 0.78);
}

.rvctr-cookie__preferences[hidden] {
	display: none;
}

.rvctr-cookie__preferences label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: var(--rvctr-silver);
}

.rvctr-cookie__preferences input {
	accent-color: var(--rvctr-blue);
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1080px) {
	.rvctr-header__inner {
		grid-template-columns: auto auto 1fr;
	}

	.rvctr-nav-toggle {
		display: inline-block;
		justify-self: end;
		order: 3;
	}

	.rvctr-header__cta {
		display: none;
	}

	.rvctr-nav {
		position: absolute;
		top: 100%;
		right: 20px;
		left: 20px;
		display: none;
		padding: 12px;
		border: 1px solid var(--rvctr-border);
		border-radius: var(--rvctr-radius);
		background: var(--rvctr-surface);
		box-shadow: var(--rvctr-shadow);
	}

	.rvctr-nav.is-open {
		display: block;
	}

	.rvctr-nav__list {
		display: grid;
		gap: 4px;
	}

	.rvctr-nav a {
		width: 100%;
		padding-inline: 12px;
	}

	.rvctr-hero__grid,
	.rvctr-page-hero__grid,
	.rvctr-split,
	.rvctr-feature-row,
	.rvctr-feature-row--reverse,
	.rvctr-two-columns,
	.rvctr-form-shell {
		grid-template-columns: 1fr;
	}

	.rvctr-feature-row--reverse > :first-child,
	.rvctr-feature-row--reverse > :last-child {
		order: initial;
	}

	.rvctr-trust-strip__grid,
	.rvctr-card-grid,
	.rvctr-card-grid--dense,
	.rvctr-card-grid--posts,
	.rvctr-card-grid--legal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.rvctr-footer__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 16px;
	}

	.rvctr-container {
		width: min(100% - 28px, var(--rvctr-container));
	}

	.rvctr-header__inner {
		min-height: 68px;
	}

	.rvctr-brand,
	.rvctr-brand img {
		width: 132px;
		min-width: 132px;
	}

	.rvctr-hero,
	.rvctr-page-hero {
		padding: 58px 0 46px;
	}

	.rvctr-section,
	.rvctr-final-cta {
		padding: 52px 0;
	}

	.rvctr-trust-strip__grid,
	.rvctr-card-grid,
	.rvctr-card-grid--dense,
	.rvctr-card-grid--posts,
	.rvctr-card-grid--legal,
	.rvctr-process,
	.rvctr-form__grid,
	.rvctr-footer__inner {
		grid-template-columns: 1fr;
	}

	.rvctr-card,
	.rvctr-form,
	.rvctr-trust-strip__grid > div {
		padding: 18px;
	}

	.rvctr-actions,
	.rvctr-search-form__row,
	.rvctr-cookie__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rvctr-button,
	.wp-block-button__link,
	button.rvctr-button {
		width: 100%;
	}

	.rvctr-cookie {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
}

