.wpmc-contact-page {
	--wpmc-bg: #fff9f3;
	--wpmc-bg-2: #fff0df;
	--wpmc-panel: #ffffff;
	--wpmc-panel-2: #fff0dc;
	--wpmc-border: #ded8d2;
	--wpmc-text: #171717;
	--wpmc-muted: #626262;
	--wpmc-soft: #2b2b2b;
	--wpmc-cyan: #ff7a00;
	--wpmc-green: #ec1561;
	--wpmc-amber: #b45d00;
	--wpmc-coral: #d92e43;
	--wpmc-pink: #9c1596;
	--wpmc-yellow: #ffd21a;
	--wpmc-shadow: 0 18px 48px rgba(40, 40, 40, 0.12);
	--wpmc-radius: 16px;
	color: var(--wpmc-text);
	background:
		linear-gradient(rgba(23, 23, 23, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 23, 23, 0.035) 1px, transparent 1px),
		var(--wpmc-bg);
	background-size: 28px 28px;
	border-radius: 20px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	overflow: hidden;
	text-align: left;
}

.wpmc-contact-page [hidden] {
	display: none !important;
}

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

.wpmc-contact-page__shell {
	width: min(1540px, calc(100% - 32px));
	margin: 0 0 0 18px;
	padding: 20px 0 26px;
}

.wpmc-contact-page h1,
.wpmc-contact-page h2,
.wpmc-contact-page p,
.wpmc-contact-page dl,
.wpmc-contact-page ul {
	margin-top: 0;
}

.wpmc-contact-page h1,
.wpmc-contact-page h2 {
	color: var(--wpmc-text);
	line-height: 1.08;
	letter-spacing: 0;
}

.wpmc-contact-page h1 {
	max-width: 720px;
	margin-bottom: 18px;
	font-size: 2.45rem;
}

.wpmc-contact-page h2 {
	margin-bottom: 12px;
	font-size: 1.45rem;
}

.wpmc-contact-page p {
	color: var(--wpmc-muted);
}

.wpmc-contact-page img {
	max-width: 100%;
	height: auto;
}

.wpmc-contact-page a,
.wpmc-contact-page button,
.wpmc-contact-page input,
.wpmc-contact-page select,
.wpmc-contact-page textarea {
	font: inherit;
}

.wpmc-contact-page a:focus-visible,
.wpmc-contact-page button:focus-visible,
.wpmc-contact-page input:focus-visible,
.wpmc-contact-page select:focus-visible,
.wpmc-contact-page textarea:focus-visible {
	outline: 3px solid var(--wpmc-amber);
	outline-offset: 3px;
}

.wpmc-contact-page .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wpmc-status-message {
	margin-bottom: 18px;
	padding: 14px 16px;
	border: 1px solid var(--wpmc-green);
	border-radius: var(--wpmc-radius);
	background: rgba(236, 21, 97, 0.08);
	color: var(--wpmc-text);
}

.wpmc-status-message.is-error {
	border-color: var(--wpmc-coral);
	background: rgba(217, 46, 67, 0.1);
}

.wpmc-contact-page > .wpmc-contact-page__shell > .wpmc-contact-hero {
	display: grid;
	gap: 22px;
	align-items: center;
	min-height: 0;
	padding: 28px;
	border: 1px solid var(--wpmc-border);
	border-radius: var(--wpmc-radius);
	background:
		linear-gradient(135deg, rgba(255, 210, 26, 0.16), transparent 38%),
		linear-gradient(315deg, rgba(236, 21, 97, 0.09), transparent 46%),
		#ffffff !important;
	background-color: #ffffff !important;
	box-shadow: var(--wpmc-shadow);
}

.wpmc-kicker,
.wpmc-section-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	margin-bottom: 14px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 122, 0, 0.32);
	border-radius: 10px;
	color: var(--wpmc-cyan);
	background: rgba(255, 122, 0, 0.08);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wpmc-section-label {
	margin-bottom: 10px;
	scroll-margin-top: 100px;
	color: var(--wpmc-green);
	border-color: rgba(236, 21, 97, 0.26);
	background: rgba(236, 21, 97, 0.08);
}

.wpmc-hero__subtitle {
	max-width: 720px;
	margin-bottom: 24px;
	font-size: 1.1rem;
	color: var(--wpmc-soft);
}

.wpmc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.wpmc-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 17px;
	border: 1px solid var(--wpmc-border);
	border-radius: 12px;
	color: var(--wpmc-text);
	background: var(--wpmc-panel-2);
	box-shadow: none;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.wpmc-button::before {
	content: "";
	width: 11px;
	height: 11px;
	border: 2px solid currentColor;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: none;
}

.wpmc-button:hover,
.wpmc-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: none;
	text-decoration: none;
}

.wpmc-button:active {
	transform: translateY(3px);
	box-shadow: none;
}

.wpmc-button:disabled {
	opacity: 0.68;
	cursor: wait;
	transform: none;
}

.wpmc-button--primary {
	border-color: rgba(236, 21, 97, 0.34);
	color: #ffffff;
	background: linear-gradient(135deg, #ff7a00, #ec1561);
}

.wpmc-button--secondary {
	border-color: rgba(255, 122, 0, 0.34);
	color: #171717;
	background: linear-gradient(135deg, #ffd21a, #ff8a00);
}

.wpmc-button--ghost {
	border-color: rgba(180, 93, 0, 0.34);
	color: var(--wpmc-amber);
	background: rgba(255, 122, 0, 0.08);
}

.wpmc-button--small {
	min-height: 40px;
	padding: 9px 13px;
	font-size: 0.92rem;
}

.wpmc-no-phone {
	margin-bottom: 0;
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	color: var(--wpmc-amber);
}

.wpmc-hero__scene {
	min-width: 0;
}

.wpmc-control-room {
	position: relative;
	min-height: 500px;
	border: 1px solid var(--wpmc-border);
	border-radius: var(--wpmc-radius);
	background-color: #fff6ea;
	box-shadow: var(--wpmc-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
	overflow: hidden;
	isolation: isolate;
}

.wpmc-control-room::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 0 48%, rgba(255, 122, 0, 0.1) 48% 52%, transparent 52%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.66), transparent 48%);
	pointer-events: none;
}

.wpmc-control-room__status {
	position: absolute;
	z-index: 6;
	top: 14px;
	left: 14px;
	right: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wpmc-control-room__status span,
.wpmc-control-room__panels span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid rgba(236, 21, 97, 0.24);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--wpmc-green);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.76rem;
	line-height: 1;
}

.wpmc-control-room__operator {
	position: absolute;
	z-index: 4;
	left: 4%;
	bottom: 24px;
	width: clamp(224px, 34%, 308px);
	filter: drop-shadow(0 16px 18px rgba(40, 40, 40, 0.16));
	animation: wpmc-operator-idle 4.8s steps(2, end) infinite;
}

.wpmc-control-room__console {
	position: absolute;
	z-index: 3;
	left: 52%;
	bottom: 46px;
	width: clamp(78px, 14%, 112px);
}

.wpmc-control-room__rocket {
	position: absolute;
	z-index: 4;
	left: 47%;
	top: 166px;
	width: clamp(62px, 10%, 86px);
	filter: drop-shadow(0 0 10px rgba(255, 122, 0, 0.24));
	animation: wpmc-rocket-ready 2.8s ease-in-out infinite;
}

.wpmc-contact-page.is-mission-launched .wpmc-control-room__rocket {
	animation: wpmc-rocket-launch 1.25s ease-in-out 1, wpmc-rocket-ready 2.8s ease-in-out 1.3s infinite;
}

.wpmc-control-room__radar {
	position: absolute;
	z-index: 4;
	left: 62%;
	top: 262px;
	width: clamp(64px, 10%, 86px);
}

.wpmc-control-room__dashboard {
	position: absolute;
	z-index: 3;
	right: 4%;
	top: 48px;
	width: clamp(132px, 23%, 190px);
	filter: drop-shadow(0 14px 18px rgba(40, 40, 40, 0.12));
	opacity: 0.94;
}

.wpmc-contact-page.is-radar-enabled .wpmc-control-room__radar,
.wpmc-contact-page.is-radar-enabled [data-wpmc-radar-panel-icon] {
	filter: drop-shadow(0 0 13px rgba(255, 122, 0, 0.42));
}

.wpmc-control-room__phone {
	position: absolute;
	z-index: 5;
	right: 5%;
	bottom: 26px;
	display: grid;
	justify-items: center;
	gap: 6px;
	max-width: 98px;
	padding: 8px;
	border: 1px dashed rgba(217, 46, 67, 0.42);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.88);
}

.wpmc-control-room__phone img {
	width: 38px;
	opacity: 0.74;
	filter: grayscale(0.4);
}

.wpmc-control-room__phone span {
	color: var(--wpmc-coral);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.62rem;
	text-align: center;
}

.wpmc-control-room__panels {
	position: absolute;
	z-index: 6;
	left: 5%;
	top: 76px;
	display: grid;
	grid-template-columns: repeat(2, minmax(76px, 1fr));
	gap: 8px;
	width: min(230px, 34%);
}

.wpmc-control-room__panels span:nth-child(2n) {
	border-color: rgba(255, 122, 0, 0.24);
	color: var(--wpmc-cyan);
}

.wpmc-control-room__panels span:nth-child(3n) {
	border-color: rgba(180, 93, 0, 0.26);
	color: var(--wpmc-amber);
}

.wpmc-control-room__blocks {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	opacity: 0.72;
	pointer-events: none;
}

.wpmc-control-room__blocks::before,
.wpmc-control-room__blocks::after,
.wpmc-control-room__blocks span {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(17, 17, 17, 0.52) 18%, rgba(118, 118, 118, 0.5) 76%, transparent);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
	transform-origin: left center;
}

.wpmc-control-room__blocks::before {
	left: 28%;
	top: 70%;
	width: 27%;
	transform: rotate(4deg);
}

.wpmc-control-room__blocks::after {
	left: 62%;
	top: 58%;
	width: 22%;
	transform: rotate(-45deg);
}

.wpmc-control-room__blocks span:nth-child(1) {
	left: 56%;
	top: 41%;
	width: 18%;
	transform: rotate(-17deg);
}

.wpmc-control-room__blocks span:nth-child(2) {
	left: 61%;
	top: 64%;
	width: 22%;
	transform: rotate(-38deg);
}

.wpmc-control-room__blocks span:nth-child(3) {
	left: 65%;
	top: 82%;
	width: 15%;
	transform: rotate(5deg);
}

.wpmc-main-grid {
	display: grid;
	gap: 24px;
	margin-top: 24px;
}

.wpmc-panel {
	display: grid;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--wpmc-border);
	border-radius: var(--wpmc-radius);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 42px rgba(40, 40, 40, 0.1);
}

.wpmc-panel__icon {
	width: 74px;
	height: 74px;
	padding: 9px;
	border: 1px solid var(--wpmc-border);
	border-radius: 14px;
	background: rgba(255, 240, 220, 0.9);
}

.wpmc-email-channel__row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 16px;
}

.wpmc-email-channel code {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid rgba(255, 122, 0, 0.24);
	border-radius: 10px;
	background: rgba(255, 122, 0, 0.06);
	color: var(--wpmc-text);
	overflow-wrap: anywhere;
}

.wpmc-mission-brief {
	align-items: start;
}

.wpmc-form {
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.wpmc-form__two {
	display: grid;
	gap: 16px;
}

.wpmc-field {
	display: grid;
	gap: 7px;
}

.wpmc-field label {
	color: var(--wpmc-soft);
	font-weight: 800;
}

.wpmc-field input,
.wpmc-field select,
.wpmc-field textarea,
.wpmc-radar-form input {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--wpmc-border);
	border-radius: 12px;
	color: var(--wpmc-text);
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.wpmc-field input,
.wpmc-field select,
.wpmc-radar-form input {
	padding: 10px 12px;
}

.wpmc-field textarea {
	min-height: 170px;
	padding: 12px;
	resize: vertical;
}

.wpmc-field input::placeholder,
.wpmc-field textarea::placeholder,
.wpmc-radar-form input::placeholder {
	color: #777777;
	opacity: 1;
}

.wpmc-field.is-invalid input,
.wpmc-field.is-invalid textarea,
.wpmc-field input[aria-invalid="true"],
.wpmc-field textarea[aria-invalid="true"] {
	border-color: var(--wpmc-coral);
	background: #fff8f8;
	box-shadow: 0 0 0 3px rgba(217, 46, 67, 0.14);
}

.wpmc-field-error {
	min-height: 18px;
	margin: -1px 0 0;
	color: var(--wpmc-coral);
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.35;
}

.wpmc-field-error:empty {
	display: none;
}

.wpmc-field--recaptcha {
	justify-items: start;
	padding: 4px 0;
}

.wpmc-field--recaptcha.is-invalid {
	padding: 10px;
	border: 1px solid rgba(217, 46, 67, 0.38);
	border-radius: 12px;
	background: #fff8f8;
}

.wpmc-field--trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wpmc-form-message {
	min-height: 24px;
	margin: 0;
	font-weight: 800;
}

.wpmc-form-message.is-success {
	color: var(--wpmc-green);
}

.wpmc-form-message.is-error {
	color: var(--wpmc-coral);
}

.wpmc-console-stack {
	display: grid;
	gap: 16px;
}

.wpmc-console,
.wpmc-context-meter {
	border: 1px solid rgba(255, 122, 0, 0.2);
	border-radius: var(--wpmc-radius);
	background: #fffaf4;
	overflow: hidden;
}

.wpmc-console__top {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid rgba(255, 122, 0, 0.18);
	background: rgba(255, 122, 0, 0.07);
	color: var(--wpmc-cyan);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.78rem;
	font-weight: 800;
}

.wpmc-console ul {
	position: relative;
	min-height: 230px;
	margin: 0;
	padding: 14px 14px 26px;
	list-style: none;
	color: var(--wpmc-green);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.92rem;
}

.wpmc-console ul::after {
	content: "";
	position: absolute;
	left: 14px;
	bottom: 12px;
	width: 10px;
	height: 18px;
	background: var(--wpmc-green);
	animation: wpmc-console-cursor 900ms steps(2, end) infinite;
}

.wpmc-console li {
	margin-bottom: 9px;
}

.wpmc-console li::before {
	content: "> ";
	color: var(--wpmc-cyan);
}

.wpmc-context-meter {
	padding: 16px;
}

.wpmc-context-meter__label {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 0.9rem;
}

.wpmc-context-meter__label span {
	color: var(--wpmc-muted);
}

.wpmc-context-meter__label strong {
	color: var(--wpmc-amber);
	text-align: right;
}

.wpmc-context-meter__bar {
	height: 18px;
	border: 1px solid var(--wpmc-border);
	border-radius: 10px;
	background: #f1f1f1;
	overflow: hidden;
}

.wpmc-context-meter__bar span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(135deg,#ffa800,#f43374,#9e2d88);
	transition: width 180ms ease;
}

.wpmc-context-meter p {
	margin: 10px 0 0;
	color: var(--wpmc-muted);
}

.wpmc-receipt {
	grid-template-columns: 82px 1fr;
	align-items: start;
	border-color: rgba(236, 21, 97, 0.24);
	transform: translateY(10px);
	opacity: 0;
	transition: opacity 220ms ease, transform 220ms ease;
}

.wpmc-receipt.is-visible {
	transform: translateY(0);
	opacity: 1;
	animation: wpmc-receipt-print 420ms steps(4, end) 1;
}

.wpmc-receipt__graphic {
	display: grid;
	place-items: center;
	min-height: 94px;
	padding: 6px;
	border: 1px solid rgba(236, 21, 97, 0.24);
	border-radius: 12px;
	background: rgba(236, 21, 97, 0.08);
}

.wpmc-receipt__graphic img {
	display: block;
	width: 72px;
	max-width: 100%;
	height: auto;
}

.wpmc-receipt__rows {
	display: grid;
	gap: 8px;
	margin-bottom: 0;
}

.wpmc-receipt__rows div {
	display: grid;
	grid-template-columns: minmax(105px, 0.55fr) 1fr;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

.wpmc-receipt__rows dt {
	color: var(--wpmc-muted);
	font-weight: 800;
}

.wpmc-receipt__rows dd {
	margin: 0;
	color: var(--wpmc-text);
}

.wpmc-release-radar {
	border-color: rgba(255, 122, 0, 0.24);
}

.wpmc-radar-form {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.wpmc-radar-form__row {
	display: grid;
	gap: 10px;
}

@keyframes wpmc-console-cursor {
	0%,
	48% {
		opacity: 1;
	}
	49%,
	100% {
		opacity: 0;
	}
}

@keyframes wpmc-operator-idle {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
}

@keyframes wpmc-rocket-ready {
	0%,
	100% {
		filter: drop-shadow(0 0 8px rgba(255, 122, 0, 0.22));
	}
	50% {
		filter: drop-shadow(0 0 16px rgba(236, 21, 97, 0.3));
	}
}

@keyframes wpmc-rocket-launch {
	0% {
		transform: translate(0, 0);
	}
	45% {
		transform: translate(8px, -38px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes wpmc-receipt-print {
	0% {
		clip-path: inset(0 0 100% 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
	}
}

@media (min-width: 720px) {
	.wpmc-contact-page__shell {
		width: min(1540px, calc(100% - 48px));
		padding: 30px 0;
	}

	.wpmc-contact-page > .wpmc-contact-page__shell > .wpmc-contact-hero {
		grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
		min-height: 0;
		padding: 28px;
	}

	.wpmc-contact-page h1 {
		font-size: 3.45rem;
	}

	.wpmc-contact-page h2 {
		font-size: 1.9rem;
	}

	.wpmc-panel {
		padding: 26px;
	}

	.wpmc-email-channel,
	.wpmc-release-radar {
		grid-template-columns: 86px 1fr;
	}

	.wpmc-mission-brief {
		grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	}

	.wpmc-form__two,
	.wpmc-radar-form__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpmc-radar-form__row {
		align-items: end;
	}
}

@media (min-width: 1024px) {
	.wpmc-main-grid {
		gap: 22px;
	}

	.wpmc-control-room {
		min-height: 500px;
	}

	.wpmc-contact-page h1 {
		font-size: 4.35rem;
	}

	.wpmc-contact-page h2 {
		font-size: 2.15rem;
	}
}

@media (max-width: 520px) {
	.wpmc-contact-page__shell {
		width: min(100% - 24px, 1540px);
		margin-left: 12px;
		padding: 18px 0 22px;
	}

	.wpmc-contact-page > .wpmc-contact-page__shell > .wpmc-contact-hero {
		min-height: auto;
		padding: 18px;
	}

	.wpmc-button {
		width: 100%;
	}

	.wpmc-control-room {
		min-height: 560px;
	}

	.wpmc-control-room__operator {
		left: 4%;
		bottom: 26px;
		width: min(208px, 58%);
	}

	.wpmc-control-room__console {
		left: 70%;
		bottom: 146px;
		width: 72px;
	}

	.wpmc-control-room__rocket {
		left: 10%;
		top: 188px;
		width: 60px;
	}

	.wpmc-control-room__radar {
		left: 34%;
		top: 190px;
		width: 68px;
	}

	.wpmc-control-room__dashboard {
		right: 4%;
		top: 178px;
		width: 122px;
	}

	.wpmc-control-room__phone {
		right: 4%;
		bottom: 18px;
		max-width: 78px;
	}

	.wpmc-control-room__panels {
		left: 4%;
		top: 78px;
		width: 64%;
	}

	.wpmc-control-room__blocks::before {
		left: 22%;
		top: 40%;
		width: 24%;
		transform: rotate(-4deg);
	}

	.wpmc-control-room__blocks::after {
		left: 49%;
		top: 40%;
		width: 23%;
		transform: rotate(1deg);
	}

	.wpmc-control-room__blocks span:nth-child(1) {
		left: 57%;
		top: 70%;
		width: 18%;
		transform: rotate(-24deg);
	}

	.wpmc-control-room__blocks span:nth-child(2) {
		left: 35%;
		top: 76%;
		width: 34%;
		transform: rotate(-5deg);
	}

	.wpmc-control-room__blocks span:nth-child(3) {
		left: 73%;
		top: 72%;
		width: 16%;
		transform: rotate(32deg);
	}

	.wpmc-receipt {
		grid-template-columns: 1fr;
	}

	.wpmc-receipt__graphic {
		justify-self: start;
		width: 96px;
		min-height: 108px;
	}

	.wpmc-receipt__graphic img {
		width: 82px;
	}
}

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

@media print {
	.wpmc-contact-page {
		color: #111;
		background: #fff;
	}

	.wpmc-control-room,
	.wpmc-console,
	.wpmc-context-meter,
	.wpmc-panel {
		box-shadow: none;
		background: #fff;
		color: #111;
	}

	.wpmc-hero__actions,
	.wpmc-radar-form,
	.wpmc-form {
		display: none;
	}
}
