:root {
	--rk-navy-950: #07131f;
	--rk-navy-900: #0a1b2b;
	--rk-navy-850: #0e2438;
	--rk-navy-800: #132c43;
	--rk-gold-600: #b98a3d;
	--rk-gold-500: #d0aa62;
	--rk-gold-400: #e0c386;
	--rk-cream-100: #f7f3eb;
	--rk-paper: #fffdfa;
	--rk-ink: #152230;
	--rk-muted: #697481;
	--rk-line: rgba(208, 170, 98, 0.24);
	--rk-shadow: 0 20px 60px rgba(7, 19, 31, 0.13);
	--rk-radius-sm: 10px;
	--rk-radius-md: 18px;
	--rk-radius-lg: 28px;
}

.rk-site-shell-active {
	--rk-shell-font: Tahoma, Arial, sans-serif;
}

.rk-site-shell-active .mobile-header {
	display: none !important;
}

.rk-site-shell-active #colophon.site-footer > .container,
.rk-site-shell-active #colophon.site-footer > .footer-t,
.rk-site-shell-active #colophon.site-footer > .site-info {
	display: none !important;
}

.rk-site-shell-active #colophon.site-footer {
	clear: both;
	margin: 0;
	padding: 0;
	background: var(--rk-navy-950);
	color: #fff;
	font-family: var(--rk-shell-font);
}

.rk-shell {
	box-sizing: border-box;
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.rk-site-header,
.rk-site-header *,
.rk-site-footer,
.rk-site-footer * {
	box-sizing: border-box;
}

.rk-site-header a,
.rk-site-footer a {
	text-decoration: none;
}

.rk-site-header {
	position: sticky;
	z-index: 9990;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--rk-paper);
	box-shadow: 0 1px 0 rgba(15, 35, 53, 0.08), 0 10px 30px rgba(7, 19, 31, 0.06);
	color: var(--rk-ink);
	font-family: var(--rk-shell-font);
}

.admin-bar .rk-site-header {
	top: 32px;
}

.rk-header-trust {
	background:
		linear-gradient(90deg, rgba(208, 170, 98, 0.06), transparent 28%),
		var(--rk-navy-950);
	color: #fff;
}

.rk-header-trust__inner {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.rk-header-trust__statement,
.rk-header-trust__phone {
	display: flex;
	margin: 0;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
}

.rk-header-trust__mark {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--rk-gold-500);
	box-shadow: 0 0 0 4px rgba(208, 170, 98, 0.12);
}

.rk-header-trust__phone {
	transition: color 180ms ease;
}

.rk-header-trust__phone:hover,
.rk-header-trust__phone:focus-visible {
	color: var(--rk-gold-400);
}

.rk-header-trust__phone bdi {
	color: var(--rk-gold-400);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.rk-header-main {
	background: rgba(255, 253, 250, 0.98);
	backdrop-filter: blur(14px);
}

.rk-header-main__inner {
	display: grid;
	min-height: 78px;
	align-items: center;
	grid-template-columns: auto 1fr auto;
	gap: clamp(22px, 3vw, 52px);
}

.rk-brand {
	display: inline-flex;
	min-width: 245px;
	align-items: center;
	gap: 13px;
	color: var(--rk-ink);
}

.rk-brand__seal {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(185, 138, 61, 0.35);
	border-radius: 15px 4px 15px 4px;
	background: var(--rk-cream-100);
	box-shadow: inset 0 0 0 4px var(--rk-paper);
	transition: transform 180ms ease, border-color 180ms ease;
}

.rk-brand:hover .rk-brand__seal,
.rk-brand:focus-visible .rk-brand__seal {
	transform: translateY(-2px);
	border-color: var(--rk-gold-500);
}

.rk-brand__seal img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rk-brand__seal svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.rk-brand__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.rk-brand__name {
	color: var(--rk-navy-900);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.45;
	white-space: nowrap;
}

.rk-brand__tagline {
	color: var(--rk-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
}

.rk-primary-navigation {
	min-width: 0;
}

.rk-primary-menu {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	gap: clamp(6px, 1vw, 15px);
	list-style: none;
}

.rk-primary-menu > li {
	position: relative;
	margin: 0;
	padding: 0;
}

.rk-primary-menu > li > a {
	position: relative;
	display: flex;
	min-height: 42px;
	padding: 10px 11px;
	align-items: center;
	border-radius: 9px;
	color: #253443;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap;
	transition: color 180ms ease, background 180ms ease;
}

.rk-primary-menu > li > a::after {
	position: absolute;
	right: 13px;
	bottom: 5px;
	left: 13px;
	height: 2px;
	border-radius: 999px;
	background: var(--rk-gold-500);
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transition: opacity 180ms ease, transform 180ms ease;
}

.rk-primary-menu > li > a:hover,
.rk-primary-menu > li > a:focus-visible,
.rk-primary-menu > .current-menu-item > a,
.rk-primary-menu > .current_page_item > a {
	background: rgba(208, 170, 98, 0.09);
	color: var(--rk-navy-900);
}

.rk-primary-menu > li > a:hover::after,
.rk-primary-menu > li > a:focus-visible::after,
.rk-primary-menu > .current-menu-item > a::after,
.rk-primary-menu > .current_page_item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.rk-primary-menu .sub-menu {
	position: absolute;
	z-index: 10;
	top: calc(100% + 8px);
	right: 0;
	display: grid;
	min-width: 220px;
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(15, 35, 53, 0.08);
	border-radius: 13px;
	background: #fff;
	box-shadow: var(--rk-shadow);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.rk-primary-menu li:hover > .sub-menu,
.rk-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.rk-primary-menu .sub-menu a {
	display: block;
	padding: 9px 11px;
	border-radius: 8px;
	color: var(--rk-ink);
	font-size: 12px;
	font-weight: 600;
}

.rk-primary-menu .sub-menu a:hover,
.rk-primary-menu .sub-menu a:focus-visible {
	background: var(--rk-cream-100);
	color: var(--rk-gold-600);
}

.rk-header-cta {
	display: inline-flex;
	min-width: 158px;
	min-height: 48px;
	padding: 7px 13px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid var(--rk-navy-900);
	border-radius: 11px;
	background: var(--rk-navy-900);
	box-shadow: 0 10px 24px rgba(7, 19, 31, 0.12);
	color: #fff;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rk-header-cta:hover,
.rk-header-cta:focus-visible {
	border-color: var(--rk-gold-600);
	background: var(--rk-gold-600);
	color: #fff;
	transform: translateY(-1px);
}

.rk-header-cta svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: var(--rk-gold-400);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: stroke 180ms ease;
}

.rk-header-cta:hover svg,
.rk-header-cta:focus-visible svg {
	stroke: #fff;
}

.rk-header-cta > span {
	display: flex;
	flex-direction: column;
	gap: 1px;
	text-align: right;
}

.rk-header-cta small {
	color: rgba(255, 255, 255, 0.64);
	font-size: 9px;
	font-weight: 400;
	line-height: 1.3;
}

.rk-header-cta strong {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.rk-menu-toggle,
.rk-mobile-menu-head,
.rk-mobile-menu-contact,
.rk-menu-scrim {
	display: none;
}

.rk-site-footer {
	position: relative;
	overflow: hidden;
	direction: rtl;
	background: var(--rk-navy-950);
	color: #fff;
	text-align: right;
}

.rk-site-footer::before {
	position: absolute;
	top: 120px;
	right: -130px;
	width: 370px;
	height: 370px;
	border: 1px solid rgba(208, 170, 98, 0.07);
	border-radius: 50%;
	box-shadow: 0 0 0 50px rgba(208, 170, 98, 0.025), 0 0 0 100px rgba(208, 170, 98, 0.018);
	content: "";
	pointer-events: none;
}

.rk-footer-consultation {
	position: relative;
	z-index: 1;
	background:
		linear-gradient(135deg, rgba(208, 170, 98, 0.18), transparent 45%),
		var(--rk-navy-850);
}

.rk-footer-consultation::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(208, 170, 98, 0.5), transparent);
	content: "";
}

.rk-footer-consultation__inner {
	display: grid;
	min-height: 154px;
	padding-block: 28px;
	align-items: center;
	grid-template-columns: 1fr auto;
	gap: 24px;
}

.rk-footer-consultation__icon {
	display: none;
}

.rk-footer-consultation__copy {
	min-width: 0;
}

.rk-footer-eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--rk-gold-400);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.8;
}

.rk-footer-consultation h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(21px, 2.2vw, 29px);
	font-weight: 900;
	line-height: 1.6;
}

.rk-footer-consultation p {
	margin: 5px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
	line-height: 1.9;
}

.rk-footer-consultation__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rk-footer-button {
	display: inline-flex;
	min-height: 48px;
	padding: 10px 17px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	white-space: nowrap;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rk-footer-button:hover,
.rk-footer-button:focus-visible {
	transform: translateY(-2px);
}

.rk-footer-button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.rk-footer-button .rk-svg-fill {
	fill: currentColor;
	stroke: none;
}

.rk-footer-button--gold {
	background: var(--rk-gold-500);
	color: var(--rk-navy-950);
}

.rk-footer-button--gold:hover,
.rk-footer-button--gold:focus-visible {
	background: var(--rk-gold-400);
	color: var(--rk-navy-950);
}

.rk-footer-button--ghost {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
}

.rk-footer-button--ghost:hover,
.rk-footer-button--ghost:focus-visible {
	border-color: var(--rk-gold-500);
	background: rgba(208, 170, 98, 0.08);
	color: var(--rk-gold-400);
}

.rk-footer-main {
	position: relative;
	z-index: 1;
	padding: 58px 0 46px;
	background:
		radial-gradient(circle at 15% 0%, rgba(208, 170, 98, 0.07), transparent 34%),
		var(--rk-navy-950);
}

.rk-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.75fr 0.9fr 1.35fr;
	gap: clamp(28px, 4vw, 58px);
}

.rk-footer-main h2 {
	position: relative;
	margin: 0 0 22px;
	padding-bottom: 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.6;
}

.rk-footer-main h2::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	border-radius: 999px;
	background: var(--rk-gold-500);
	content: "";
}

.rk-footer-brand__identity {
	display: inline-flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 13px;
	color: #fff;
}

.rk-footer-brand__seal {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(224, 195, 134, 0.34);
	border-radius: 16px 5px 16px 5px;
	background: var(--rk-cream-100);
	color: var(--rk-gold-400);
	font-size: 18px;
	font-weight: 900;
}

.rk-footer-brand__seal img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rk-footer-brand__identity > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.rk-footer-brand__identity strong {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
}

.rk-footer-brand__identity small {
	color: var(--rk-gold-400);
	font-size: 10px;
	font-weight: 500;
}

.rk-footer-brand > p {
	max-width: 315px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	line-height: 2;
}

.rk-footer-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 10px;
	line-height: 1.8;
}

.rk-footer-badge > span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--rk-gold-500);
	box-shadow: 0 0 0 4px rgba(208, 170, 98, 0.1);
}

.rk-footer-menu,
.rk-footer-services ul {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 11px;
	list-style: none;
}

.rk-footer-menu li,
.rk-footer-services li {
	position: relative;
	margin: 0;
	padding-right: 15px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	line-height: 1.8;
}

.rk-footer-menu li::before,
.rk-footer-services li::before {
	position: absolute;
	top: 0.82em;
	right: 0;
	width: 6px;
	height: 1px;
	background: var(--rk-gold-500);
	content: "";
}

.rk-footer-menu a {
	color: rgba(255, 255, 255, 0.66);
	transition: color 180ms ease, padding 180ms ease;
}

.rk-footer-menu a:hover,
.rk-footer-menu a:focus-visible {
	padding-right: 3px;
	color: var(--rk-gold-400);
}

.rk-footer-contact address {
	margin: 0;
	font-style: normal;
}

.rk-footer-contact__row {
	display: grid;
	margin: 0 0 16px;
	align-items: start;
	grid-template-columns: 28px 1fr;
	gap: 10px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 11px;
	line-height: 2;
}

.rk-footer-contact__icon {
	display: grid;
	width: 28px;
	height: 28px;
	margin-top: 2px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.2);
	border-radius: 8px;
	background: rgba(208, 170, 98, 0.06);
	color: var(--rk-gold-400);
}

.rk-footer-contact__icon svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.rk-footer-contact__phones {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

.rk-footer-contact__phones a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.025em;
	transition: color 180ms ease;
}

.rk-footer-contact__phones a:hover,
.rk-footer-contact__phones a:focus-visible {
	color: var(--rk-gold-400);
}

.rk-footer-bottom {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background: #050e17;
}

.rk-footer-bottom__inner {
	display: flex;
	min-height: 68px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.rk-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.46);
	font-size: 10px;
	line-height: 1.8;
}

.rk-footer-bottom .rk-footer-disclaimer {
	color: rgba(224, 195, 134, 0.68);
}

.rk-footer-designer {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

.rk-footer-bottom .rk-footer-designer a {
	color: var(--rk-gold-400);
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease;
}

.rk-footer-bottom .rk-footer-designer a:hover,
.rk-footer-bottom .rk-footer-designer a:focus-visible {
	color: #fff;
}

.rk-mobile-call {
	display: none;
}

.rk-site-header a:focus-visible,
.rk-site-header button:focus-visible,
.rk-site-footer a:focus-visible,
.rk-site-footer button:focus-visible {
	outline: 2px solid var(--rk-gold-400);
	outline-offset: 3px;
}

@media (max-width: 1080px) {
	.rk-header-main__inner {
		gap: 18px;
	}

	.rk-brand {
		min-width: 220px;
	}

	.rk-primary-menu {
		gap: 2px;
	}

	.rk-primary-menu > li > a {
		padding-inline: 8px;
		font-size: 12px;
	}

	.rk-header-cta {
		min-width: 144px;
	}

	.rk-footer-consultation__inner {
		grid-template-columns: 1fr;
	}

	.rk-footer-consultation__actions {
		grid-column: auto;
		justify-content: flex-start;
		padding-right: 0;
	}

	.rk-footer-grid {
		grid-template-columns: 1.15fr 0.8fr 1fr;
	}

	.rk-footer-contact {
		grid-column: span 3;
		padding-top: 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.07);
	}

	.rk-footer-contact address {
		display: grid;
		grid-template-columns: 1.4fr 1fr;
		gap: 20px;
	}
}

@media (max-width: 820px) {
	.rk-site-shell-active .entry-content figure {
		box-sizing: border-box;
		max-width: 100%;
		margin-inline: 0;
	}

	.rk-shell {
		width: min(100% - 32px, 680px);
	}

	.admin-bar .rk-site-header {
		top: 46px;
	}

	.rk-header-trust {
		display: none;
	}

	.rk-header-main__inner {
		display: flex;
		min-height: 72px;
		justify-content: space-between;
		gap: 12px;
	}

	.rk-header-main {
		position: relative;
		z-index: 2;
	}

	.rk-brand {
		min-width: 0;
		gap: 10px;
	}

	.rk-brand__seal {
		width: 43px;
		height: 43px;
		flex-basis: 43px;
		border-radius: 13px 4px 13px 4px;
	}

	.rk-brand__name {
		font-size: 15px;
	}

	.rk-brand__tagline {
		font-size: 9px;
	}

	.rk-header-cta {
		display: none;
	}

	.rk-menu-toggle {
		display: grid;
		width: 44px;
		height: 44px;
		flex: 0 0 44px;
		padding: 12px 10px;
		place-content: center;
		gap: 5px;
		border: 1px solid rgba(15, 35, 53, 0.11);
		border-radius: 12px;
		background: var(--rk-cream-100);
		cursor: pointer;
		transition: opacity 160ms ease;
	}

	.rk-menu-open .rk-menu-toggle {
		opacity: 0;
		pointer-events: none;
	}

	.rk-menu-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 999px;
		background: var(--rk-navy-900);
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.rk-menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.rk-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.rk-menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.rk-primary-navigation {
		position: fixed;
		z-index: 9993;
		top: 0;
		right: 0;
		display: flex;
		width: min(84vw, 340px);
		height: 100dvh;
		padding: 22px 20px;
		flex-direction: column;
		background:
			linear-gradient(160deg, rgba(208, 170, 98, 0.08), transparent 35%),
			var(--rk-navy-950);
		box-shadow: -20px 0 60px rgba(0, 0, 0, 0.22);
		opacity: 0;
		overflow-y: auto;
		pointer-events: none;
		transform: translateX(105%);
		transition: opacity 220ms ease, transform 220ms ease;
	}

	.admin-bar .rk-primary-navigation {
		padding-top: 54px;
	}

	.rk-menu-open .rk-primary-navigation {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.rk-mobile-menu-head {
		display: flex;
		min-height: 52px;
		margin-bottom: 14px;
		padding-bottom: 14px;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
		color: var(--rk-gold-400);
		font-size: 12px;
		font-weight: 800;
	}

	.rk-mobile-menu-head button {
		display: grid;
		width: 36px;
		height: 36px;
		padding: 0;
		place-items: center;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.05);
		color: #fff;
		cursor: pointer;
	}

	.rk-mobile-menu-head svg {
		width: 19px;
		height: 19px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.8;
	}

	.rk-primary-menu {
		display: grid;
		align-items: stretch;
		justify-content: stretch;
		gap: 5px;
	}

	.rk-primary-menu > li > a {
		min-height: 48px;
		padding: 12px 13px;
		border: 1px solid transparent;
		border-radius: 10px;
		color: rgba(255, 255, 255, 0.78);
		font-size: 13px;
	}

	.rk-primary-menu > li > a::after {
		display: none;
	}

	.rk-primary-menu > li > a:hover,
	.rk-primary-menu > li > a:focus-visible,
	.rk-primary-menu > .current-menu-item > a,
	.rk-primary-menu > .current_page_item > a {
		border-color: rgba(208, 170, 98, 0.18);
		background: rgba(208, 170, 98, 0.08);
		color: var(--rk-gold-400);
	}

	.rk-primary-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		margin: 3px 15px 8px 0;
		padding: 4px 12px 4px 0;
		border: 0;
		border-right: 1px solid rgba(208, 170, 98, 0.2);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.rk-primary-menu .sub-menu a {
		color: rgba(255, 255, 255, 0.62);
	}

	.rk-mobile-menu-contact {
		display: grid;
		margin-top: auto;
		padding: 18px 14px;
		border: 1px solid rgba(208, 170, 98, 0.16);
		border-radius: 13px;
		background: rgba(208, 170, 98, 0.06);
		gap: 5px;
	}

	.rk-mobile-menu-contact span {
		color: rgba(255, 255, 255, 0.55);
		font-size: 10px;
	}

	.rk-mobile-menu-contact a {
		color: var(--rk-gold-400);
		font-family: Arial, sans-serif;
		font-size: 17px;
		font-weight: 800;
		letter-spacing: 0.04em;
	}

	.rk-menu-scrim {
		position: fixed;
		z-index: 1;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(3, 10, 17, 0.67);
		opacity: 0;
		pointer-events: none;
		transition: opacity 220ms ease;
	}

	.rk-menu-open .rk-menu-scrim {
		opacity: 1;
		pointer-events: auto;
	}

	body.rk-menu-open {
		overflow: hidden;
	}

	.rk-footer-consultation__inner {
		display: flex;
		min-height: 0;
		padding-block: 34px;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.rk-footer-consultation h2 {
		font-size: 22px;
	}

	.rk-footer-consultation__actions {
		width: 100%;
		padding-right: 0;
		justify-content: stretch;
	}

	.rk-footer-button {
		flex: 1;
	}

	.rk-footer-main {
		padding: 42px 0 34px;
	}

	.rk-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px 24px;
	}

	.rk-footer-brand,
	.rk-footer-contact {
		grid-column: 1 / -1;
	}

	.rk-footer-contact {
		padding-top: 28px;
	}

	.rk-footer-contact address {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.rk-footer-bottom__inner {
		min-height: 88px;
		padding-block: 18px 110px;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		text-align: center;
	}

	.rk-mobile-call {
		position: fixed;
		z-index: 9989;
		right: 16px;
		bottom: 16px;
		display: inline-flex;
		min-width: 188px;
		min-height: 52px;
		padding: 8px 13px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 15px;
		background: var(--rk-navy-900);
		box-shadow: 0 16px 42px rgba(7, 19, 31, 0.28);
		color: #fff;
	}

	.rk-mobile-call svg {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: var(--rk-gold-400);
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
	}

	.rk-mobile-call > span {
		display: flex;
		flex-direction: column;
		gap: 1px;
	}

	.rk-mobile-call small {
		color: rgba(255, 255, 255, 0.6);
		font-size: 8px;
		font-weight: 400;
	}

	.rk-mobile-call strong {
		color: #fff;
		font-family: Arial, sans-serif;
		font-size: 13px;
		font-weight: 800;
		letter-spacing: 0.025em;
	}

	.rk-site-shell-active #page {
		padding-bottom: 0;
	}
}

@media (max-width: 520px) {
	.rk-shell {
		width: calc(100% - 24px);
	}

	.rk-header-main__inner {
		min-height: 68px;
	}

	.rk-brand__seal {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.rk-brand__name {
		font-size: 14px;
	}

	.rk-footer-consultation__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rk-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.rk-footer-brand,
	.rk-footer-contact {
		grid-column: auto;
	}

	.rk-footer-contact {
		padding-top: 0;
		border-top: 0;
	}

	.rk-mobile-call {
		right: 12px;
		bottom: 12px;
		min-width: 178px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rk-site-header *,
	.rk-site-footer * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
