/* ==========================================================================
   جهان خودرو — استایل پایه (Mobile-First)
   رنگ‌های برند: سرمه‌ای #002147 + سبز #28a745
   ========================================================================== */

:root {
	--jk-navy-900:  #002147;
	--jk-navy-800:  #0a3069;
	--jk-green-600: #28a745;
	--jk-green-700: #1e7e34;
	--jk-green-50:  #f0fdf4;
	--jk-gray-900:  #111827;
	--jk-gray-700:  #374151;
	--jk-gray-500:  #6b7280;
	--jk-gray-200:  #e5e7eb;
	--jk-gray-100:  #f8fafc;
	--jk-white:     #ffffff;
	--jk-radius:    12px;
	--jk-radius-lg: 20px;
	--jk-shadow:    0 4px 24px rgba(0, 33, 71, 0.08);
	--jk-font:      "Vazirmatn", "Tahoma", system-ui, sans-serif;
	--jk-transition: 0.2s ease;
	--jk-container:  1120px;
	--jk-contact-bar-h: 64px;
	/* فاصله‌گذاری یکنواخت — فشرده ملایم */
	--jk-space-section: 2rem;
	--jk-space-section-sm: 1.75rem;
	--jk-space-block: 1.25rem;
	--jk-space-gap: 0.875rem;
	--jk-space-gap-lg: 1.25rem;
	--jk-space-inline: 1.5rem;
	/* فرم‌ها و باکس‌های تعاملی */
	--jk-box-pad: 1rem;
	--jk-box-pad-lg: 1.375rem;
	--jk-input-pad: 0.625rem 0.875rem;
	--jk-input-fs: 0.9375rem;
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: var(--jk-font);
	font-size: 16px;
	line-height: 1.7;
	color: var(--jk-gray-900);
	background: var(--jk-white);
	direction: rtl;
	text-align: right;
	overflow-x: hidden;
	max-width: 100%;
}

#main-content {
	overflow-x: hidden;
}

@supports (font-display: swap) {
	body {
		font-display: swap;
	}
}

body.jk-has-contact-bar {
	padding-bottom: calc(var(--jk-contact-bar-h) + env(safe-area-inset-bottom, 0px));
}

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

a {
	color: var(--jk-navy-800);
	text-decoration: none;
	transition: color var(--jk-transition);
}

a:hover {
	color: var(--jk-green-600);
}

.jk-container {
	width: min(100% - var(--jk-space-inline), var(--jk-container));
	margin-inline: auto;
}

.jk-section-title {
	margin: 0 0 0.375rem;
	font-size: clamp(1.25rem, 3.5vw, 1.5rem);
	font-weight: 800;
	color: var(--jk-navy-900);
	letter-spacing: -0.02em;
}

.jk-section-desc {
	margin: 0 0 0.75rem;
	max-width: 40rem;
	color: var(--jk-gray-500);
	font-size: 0.875rem;
	line-height: 1.55;
}

/* Header */
.jk-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--jk-gray-200);
}

.jk-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 0;
	min-height: 60px;
}

.jk-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.jk-logo:hover {
	opacity: 1;
}

.jk-logo__img {
	display: block;
	width: 140px;
	max-width: min(150px, 42vw);
	height: auto;
	max-height: 48px;
	object-fit: contain;
	object-position: right center;
	transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.jk-logo:hover .jk-logo__img {
	transform: scale(1.04);
	opacity: 0.92;
}

.jk-header__actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.jk-header__end {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-inline-start: auto;
	flex-shrink: 0;
	order: 2;
}

.jk-header__phone {
	display: none;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--jk-navy-900);
	padding: 0.4rem 0.65rem;
	background: var(--jk-gray-100);
	border-radius: 999px;
}

.jk-header__messenger {
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	padding: 0.35rem 0.55rem;
	font-size: 0.6875rem;
	font-weight: 800;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
}

.jk-header__messenger--wa {
	color: var(--jk-green-700);
	background: var(--jk-green-50);
	border: 1px solid #bbf7d0;
}

.jk-header__messenger--bale {
	color: #0f766e;
	background: #ecfdf5;
	border: 1px solid #99f6e4;
}

.jk-messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.jk-messengers__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.75rem;
	font-size: 0.8125rem;
	font-weight: 700;
	border-radius: 999px;
	text-decoration: none;
}

.jk-messengers__link--wa {
	color: var(--jk-green-700);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.jk-messengers--footer .jk-messengers__link--wa {
	color: #bbf7d0;
}

.jk-messengers__link--bale {
	color: #5eead4;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(94, 234, 212, 0.35);
}

.jk-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.875rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--jk-white);
	background: var(--jk-green-600);
	border-radius: 999px;
	white-space: nowrap;
	flex-shrink: 0;
	min-height: 44px;
	position: relative;
	z-index: 2;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: background var(--jk-transition), transform var(--jk-transition);
}

.jk-header__cta:hover {
	color: var(--jk-white);
	background: var(--jk-green-700);
	transform: translateY(-1px);
}

/* Navigation */
.jk-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1.5px solid var(--jk-gray-200);
	border-radius: var(--jk-radius);
	background: var(--jk-white);
	cursor: pointer;
	transition: border-color var(--jk-transition), background var(--jk-transition);
	flex-shrink: 0;
}

.jk-nav-toggle:hover {
	border-color: var(--jk-green-600);
	background: var(--jk-green-50);
}

.jk-nav-toggle__lines {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 20px;
}

.jk-nav-toggle__bar {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--jk-navy-900);
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

body.jk-nav-open .jk-nav-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.jk-nav-open .jk-nav-toggle__bar:nth-child(2) {
	opacity: 0;
}

body.jk-nav-open .jk-nav-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.jk-nav {
	position: fixed;
	inset: 0;
	z-index: 300;
	pointer-events: none;
	visibility: hidden;
}

body.jk-nav-open .jk-nav {
	pointer-events: auto;
	visibility: visible;
}

.jk-nav__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 33, 71, 0.45);
	opacity: 0;
	transition: opacity 0.3s ease;
}

body.jk-nav-open .jk-nav__overlay {
	opacity: 1;
}

.jk-nav__panel {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-height: 85vh;
	padding: 1rem 1.25rem 1.5rem;
	background: var(--jk-white);
	border-bottom-left-radius: var(--jk-radius-lg);
	border-bottom-right-radius: var(--jk-radius-lg);
	box-shadow: 0 16px 48px rgba(0, 33, 71, 0.15);
	transform: translateY(-100%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	overflow-y: auto;
}

body.jk-nav-open .jk-nav__panel {
	transform: translateY(0);
}

body.jk-nav-open {
	overflow: hidden;
}

.jk-nav__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 0.75rem;
	margin-inline-start: auto;
	padding: 0;
	font-size: 1.75rem;
	line-height: 1;
	color: var(--jk-gray-500);
	background: var(--jk-gray-100);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: color var(--jk-transition), background var(--jk-transition);
}

.jk-nav__close:hover {
	color: var(--jk-navy-900);
	background: var(--jk-gray-200);
}

.jk-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.jk-nav__list .menu-item {
	margin: 0;
}

.jk-nav__list > .menu-item-has-children {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.jk-nav__subtoggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	margin-inline-start: auto;
	padding: 0;
	border: 1px solid var(--jk-gray-200);
	border-radius: 8px;
	background: var(--jk-gray-100);
	cursor: pointer;
	flex-shrink: 0;
}

.jk-nav__subtoggle span {
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--jk-navy-800);
	transition: transform 0.2s ease;
}

.menu-item-has-children.is-sub-open > .jk-nav__subtoggle span {
	transform: rotate(180deg);
}

.jk-nav__submenu,
.jk-nav__list > .menu-item-has-children > .sub-menu {
	display: none;
	width: 100%;
	margin: 0.25rem 0 0;
	padding: 0.25rem 0 0.25rem 0.75rem;
	list-style: none;
	border-right: 2px solid var(--jk-gray-200);
}

.menu-item-has-children.is-sub-open > .jk-nav__submenu,
.menu-item-has-children.is-sub-open > .sub-menu {
	display: block;
}

.jk-nav__list a,
.jk-nav__link {
	display: block;
	padding: 0.875rem 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--jk-navy-900);
	text-decoration: none;
	border-radius: 8px;
	position: relative;
	transition: color 0.25s ease, background 0.25s ease;
}

.jk-nav__list a::after {
	content: '';
	position: absolute;
	bottom: 0.35rem;
	right: 0.5rem;
	left: 0.5rem;
	height: 2px;
	background: var(--jk-green-600);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.jk-nav__list a:hover,
.jk-nav__list a:focus-visible,
.jk-nav__list .current-menu-item > a,
.jk-nav__list .is-active > a {
	color: var(--jk-green-700);
	background: var(--jk-green-50);
}

.jk-nav__list a:hover::after,
.jk-nav__list a:focus-visible::after,
.jk-nav__list .current-menu-item > a::after,
.jk-nav__list .is-active > a::after {
	transform: scaleX(1);
}

/* Hero */
.jk-hero {
	padding: 1.25rem 0 0.75rem;
	background: linear-gradient(180deg, #f0f7ff 0%, var(--jk-white) 75%);
}

.jk-hero__grid {
	display: grid;
	gap: var(--jk-space-gap-lg);
	align-items: center;
	min-width: 0;
}

.jk-hero__badge {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	margin-bottom: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--jk-green-700);
	background: var(--jk-white);
	border: 1px solid var(--jk-gray-200);
	border-radius: 999px;
}

.jk-hero__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 5vw, 2.35rem);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: var(--jk-navy-900);
}

.jk-hero__title-sub {
	display: block;
	margin-top: 0.35rem;
	font-size: clamp(0.9375rem, 2.8vw, 1.125rem);
	font-weight: 600;
	color: var(--jk-green-700);
	letter-spacing: 0;
}

.jk-hero__desc {
	margin: 0 0 1rem;
	max-width: 36rem;
	font-size: 1rem;
	color: var(--jk-gray-700);
}

.jk-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--jk-space-gap);
}

.jk-hero__image {
	width: 100%;
	border-radius: var(--jk-radius-lg);
	box-shadow: var(--jk-shadow);
	object-fit: cover;
	aspect-ratio: 4/3;
}

.jk-hero__visual--live {
	position: relative;
	overflow: hidden;
	border-radius: var(--jk-radius-lg);
	box-shadow: var(--jk-shadow);
}

.jk-hero__visual--live .jk-hero__image {
	border-radius: 0;
	box-shadow: none;
}

.jk-hero__image--motion {
	animation: jk-hero-pan 14s ease-in-out infinite alternate;
	transform-origin: center center;
	will-change: transform;
	backface-visibility: hidden;
}

.jk-hero__live-badge {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 1;
	padding: 0.35rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--jk-white);
	background: rgba(0, 33, 71, 0.82);
	border-radius: 999px;
	backdrop-filter: blur(4px);
}

@keyframes jk-hero-pan {
	0% { transform: scale(1) translate(0, 0); }
	100% { transform: scale(1.08) translate(-1.5%, -1%); }
}

@media (prefers-reduced-motion: reduce) {
	.jk-hero__image--motion {
		animation: none;
	}
}

.jk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.875rem 1.5rem;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	border: none;
	border-radius: var(--jk-radius);
	cursor: pointer;
	transition: background var(--jk-transition), color var(--jk-transition), box-shadow var(--jk-transition), transform var(--jk-transition);
}

.jk-btn--primary {
	color: var(--jk-white);
	background: var(--jk-green-600);
	box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.jk-btn--primary:hover {
	background: var(--jk-green-700);
	transform: translateY(-1px);
}

.jk-btn--outline {
	color: var(--jk-navy-900);
	background: var(--jk-white);
	border: 1.5px solid var(--jk-gray-200);
}

.jk-btn--outline:hover {
	border-color: var(--jk-green-600);
	color: var(--jk-green-700);
}

.jk-form-section {
	padding-bottom: 0.5rem;
}

/* Footer */
.jk-footer {
	margin-top: 2.5rem;
	padding: var(--jk-space-section) 0 calc(1.5rem + var(--jk-contact-bar-h));
	background: linear-gradient(180deg, #001a38 0%, #001228 100%);
	color: #cbd5e1;
	font-size: 0.875rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.jk-footer__grid {
	display: grid;
	gap: var(--jk-space-section);
	margin-bottom: var(--jk-space-section);
}

.jk-footer__col--brand {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.jk-logo--footer {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 8px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jk-logo--footer:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(40, 167, 69, 0.2);
}

.jk-footer__logo {
	display: block;
	width: 180px;
	max-width: min(220px, 70vw);
	height: auto;
	object-fit: contain;
	object-position: center;
}

.jk-footer__seo-tag {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.65;
	color: #f1f5f9;
}

.jk-footer__badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.jk-footer__badges li {
	padding: 0.75rem 0.875rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--jk-radius);
}

.jk-footer__badge-label {
	display: block;
	font-size: 0.75rem;
	color: #94a3b8;
	margin-bottom: 0.2rem;
}

.jk-footer__badge-sub {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.75rem;
	color: #94a3b8;
	line-height: 1.5;
}

.jk-footer__badges strong {
	color: var(--jk-green-600);
	font-size: 1.0625rem;
}

.jk-footer__heading {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 800;
	color: var(--jk-white);
	letter-spacing: -0.01em;
}

.jk-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.jk-footer__links a {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0;
	color: #e2e8f0;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
}

.jk-footer__links a:hover {
	color: var(--jk-green-600);
	transform: translateX(-3px);
}

.jk-footer__contact-block {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jk-footer__contact-block:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.jk-footer__contact-title {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--jk-green-600);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.jk-footer__col--contact p {
	margin: 0 0 0.4rem;
	line-height: 1.7;
}

.jk-footer__sep {
	margin: 0 0.35rem;
	color: #64748b;
}

.jk-footer__address {
	font-size: 0.8125rem;
	color: #94a3b8;
	line-height: 1.65;
}

.jk-footer__col--contact .jk-neshan-btn {
	margin-top: 0.75rem;
}

.jk-footer__bottom {
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.jk-footer__credit {
	margin: 0;
	font-size: 0.75rem;
	color: #64748b;
	text-align: center;
}

.jk-footer__credit a {
	color: #94a3b8;
	text-decoration: none;
	border-bottom: 1px solid rgba(148, 163, 184, 0.35);
	transition: color 0.25s ease, border-color 0.25s ease;
}

.jk-footer__credit a:hover {
	color: var(--jk-green-600);
	border-color: var(--jk-green-600);
}

.jk-footer a {
	color: #e2e8f0;
	text-decoration: none;
	transition: color var(--jk-transition);
}

.jk-footer a:hover {
	color: var(--jk-green-600);
}

@media (max-width: 767px) {
	.jk-header__inner {
		padding: 0.625rem 0;
		min-height: 56px;
	}

	.jk-header__cta {
		padding: 0.45rem 0.7rem;
		font-size: 0.75rem;
	}

	.jk-logo__img {
		width: 120px;
		max-width: 34vw;
		max-height: 42px;
	}

	.jk-nav-toggle {
		width: 42px;
		height: 42px;
	}
}

@media (min-width: 640px) {
	.jk-header__phone,
	.jk-header__messenger {
		display: inline-flex;
	}

	.jk-logo__img {
		width: 190px;
		max-width: 200px;
		max-height: 58px;
	}

	.jk-footer__logo {
		width: 200px;
		max-width: 220px;
	}
}

@media (min-width: 768px) {
	.jk-header__inner {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 1.25rem;
		padding: 0.875rem 0;
		min-height: 68px;
	}

	.jk-nav-toggle {
		display: none;
	}

	.jk-nav {
		position: static;
		inset: auto;
		z-index: auto;
		pointer-events: auto;
		visibility: visible;
		display: flex;
		justify-content: center;
	}

	.jk-nav__overlay,
	.jk-nav__close {
		display: none;
	}

	.jk-nav__panel {
		position: static;
		max-height: none;
		padding: 0;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		transform: none;
		overflow: visible;
	}

	.jk-nav__list {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 0 0.125rem;
	}

	.jk-nav__list > .menu-item {
		position: relative;
	}

	.jk-nav__list > .menu-item-has-children > .jk-nav__subtoggle {
		display: none;
	}

	.jk-nav__submenu,
	.jk-nav__list > .menu-item-has-children > .sub-menu {
		display: block;
		position: absolute;
		top: calc(100% + 0.35rem);
		right: 0;
		z-index: 120;
		width: auto;
		min-width: 13.5rem;
		margin: 0;
		padding: 0.35rem;
		list-style: none;
		background: var(--jk-white);
		border: 1px solid var(--jk-gray-200);
		border-right: 1px solid var(--jk-gray-200);
		border-radius: var(--jk-radius);
		box-shadow: 0 10px 32px rgba(0, 33, 71, 0.12);
		opacity: 0;
		visibility: hidden;
		transform: translateY(6px);
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	}

	.jk-nav__list > .menu-item-has-children:hover > .jk-nav__submenu,
	.jk-nav__list > .menu-item-has-children:focus-within > .jk-nav__submenu,
	.jk-nav__list > .menu-item-has-children:hover > .sub-menu,
	.jk-nav__list > .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.jk-nav__submenu .menu-item,
	.jk-nav__list > .menu-item-has-children > .sub-menu .menu-item {
		margin: 0;
	}

	.jk-nav__submenu a,
	.jk-nav__submenu .jk-nav__link,
	.jk-nav__list > .menu-item-has-children > .sub-menu a {
		padding: 0.55rem 0.75rem;
		font-size: 0.8125rem;
		font-weight: 600;
		border-radius: 6px;
		white-space: nowrap;
	}

	.jk-nav__submenu a::after {
		display: none;
	}

	.jk-nav__list > .menu-item-has-children > a::after {
		display: none;
	}

	.jk-nav__list > .menu-item-has-children > a::before {
		content: '▾';
		margin-inline-start: 0.2rem;
		font-size: 0.7em;
		opacity: 0.65;
		vertical-align: middle;
	}

	.jk-nav__list a,
	.jk-nav__link {
		padding: 0.5rem 0.55rem;
		font-size: 0.8125rem;
		font-weight: 600;
		white-space: nowrap;
	}

	.jk-nav__list a:hover,
	.jk-nav__list a:focus-visible,
	.jk-nav__list .current-menu-item > a,
	.jk-nav__list .is-active > a {
		background: transparent;
	}

	.jk-header__end {
		justify-self: end;
		order: 0;
		margin-inline-start: 0;
	}

	.jk-header__end .jk-nav-toggle {
		display: none;
	}

	.jk-logo__img {
		width: 200px;
		max-width: 220px;
		max-height: 62px;
	}

	.jk-hero {
		padding: 2rem 0 1.25rem;
	}

	.jk-hero__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.jk-footer__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}

	.jk-footer__logo {
		width: 200px;
		max-width: 220px;
	}

	body.jk-has-contact-bar {
		padding-bottom: 0;
	}

	.jk-footer {
		padding: var(--jk-space-section) 0 1.75rem;
	}
}
