
/* ===== home-core.css ===== */

/*
Master ECU Home - Core
متغیرها، ساختار عمومی، دکمه‌ها و تایپوگرافی
*/

:root {
	--meh-navy-980: #07101d;
	--meh-navy-950: #0a1423;
	--meh-navy-900: #0e1b2e;
	--meh-navy-800: #17263b;
	--meh-blue-600: #3478e5;
	--meh-blue-500: #4f8cff;
	--meh-blue-400: #75a8ff;
	--meh-cyan-400: #65cfdf;
	--meh-amber-400: #f3bd68;
	--meh-surface: #ffffff;
	--meh-surface-soft: #f5f7fb;
	--meh-surface-blue: #eef4ff;
	--meh-text: #162235;
	--meh-text-soft: #5f6d7f;
	--meh-line: #e5eaf1;
	--meh-line-dark: rgba(255,255,255,.10);
	--meh-shadow-sm: 0 12px 32px rgba(18, 32, 51, .07);
	--meh-shadow-md: 0 24px 60px rgba(18, 32, 51, .11);
	--meh-radius-sm: 12px;
	--meh-radius-md: 18px;
	--meh-radius-lg: 26px;
	--meh-shell: 1240px;
}

.me-home {
	overflow: hidden;
	background: var(--meh-surface);
	color: var(--meh-text);
	font-family: inherit;
}

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

.me-home img {
	max-width: 100%;
	height: auto;
}

.me-home a {
	text-decoration: none;
}

.me-home-shell {
	width: min(calc(100% - 40px), var(--meh-shell));
	margin-inline: auto;
}

.me-home-section {
	position: relative;
	padding: 102px 0;
}

.me-home-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
	align-items: end;
	gap: 50px;
	margin-bottom: 46px;
}

.me-home-section-head h2,
.me-home-mini-head h2,
.me-home-equipment__intro h2,
.me-home-issues__content h2,
.me-home-final-cta h2 {
	margin: 8px 0 0;
	color: var(--meh-text);
	font-size: clamp(29px, 3.2vw, 45px);
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: -.75px;
}

.me-home-section-head > p {
	margin: 0;
	color: var(--meh-text-soft);
	font-size: 14.5px;
	line-height: 2.05;
}

.me-home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--meh-blue-600);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .15px;
}

.me-home-kicker::before {
	content: "";
	width: 27px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--meh-blue-500), var(--meh-cyan-400));
}

.me-home-btn {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 21px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.me-home-btn svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.me-home-btn--primary {
	background: linear-gradient(145deg, var(--meh-blue-400), var(--meh-blue-600));
	box-shadow: 0 15px 34px rgba(52,120,229,.23);
	color: #fff;
}

.me-home-btn--primary svg {
	transform: rotate(180deg);
}

.me-home-btn--ghost {
	border-color: rgba(255,255,255,.15);
	background: rgba(255,255,255,.055);
	color: #fff;
	backdrop-filter: blur(10px);
}

.me-home-btn--dark {
	background: var(--meh-navy-900);
	color: #fff;
}

.me-home-btn:hover {
	transform: translateY(-2px);
}

.me-home-btn--primary:hover {
	color: #fff;
	box-shadow: 0 20px 42px rgba(52,120,229,.30);
}

.me-home-btn--ghost:hover,
.me-home-btn--dark:hover {
	color: #fff;
}

.me-home-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--meh-blue-600);
	font-size: 13.5px;
	font-weight: 900;
}

.me-home-text-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
	transform: rotate(180deg);
}

[data-me-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .65s ease, transform .65s ease;
}

[data-me-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	[data-me-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.me-home *,
	.me-home *::before,
	.me-home *::after {
		scroll-behavior: auto !important;
		animation: none !important;
		transition-duration: .01ms !important;
	}
}



/* ===== home-hero.css ===== */

/*
Master ECU Home - Hero
*/

.me-home-hero {
	position: relative;
	padding: 72px 0 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, rgba(79,140,255,.20), transparent 31%),
		radial-gradient(circle at 14% 72%, rgba(101,207,223,.08), transparent 34%),
		linear-gradient(145deg, var(--meh-navy-980), var(--meh-navy-900));
	color: #fff;
}

.me-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.me-home-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
	align-items: center;
	gap: 60px;
	min-height: 650px;
}

.me-home-hero__content {
	padding-bottom: 58px;
}

.me-home-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 999px;
	background: rgba(255,255,255,.045);
	color: #c6d7eb;
	font-size: 11.5px;
	font-weight: 800;
}

.me-home-eyebrow__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--meh-cyan-400);
	box-shadow: 0 0 0 5px rgba(101,207,223,.10);
}

.me-home-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 950;
	line-height: 1.28;
	letter-spacing: -1.6px;
}

.me-home-hero h1 span {
	display: block;
	background: linear-gradient(90deg, #fff, #9fc1ff 52%, #8be1ed);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.me-home-hero__lead {
	max-width: 670px;
	margin: 23px 0 0;
	color: #aebdce;
	font-size: 15.5px;
	line-height: 2.1;
}

.me-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.me-home-hero__meta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 32px;
}

.me-home-hero__meta > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.me-home-hero__meta span {
	color: #77879b;
	font-size: 10.5px;
}

.me-home-hero__meta strong {
	color: #e5edf7;
	font-size: 12.5px;
	font-weight: 700;
}

.me-home-hero__meta i {
	width: 1px;
	height: 32px;
	background: rgba(255,255,255,.11);
}

.me-home-hero__visual {
	position: relative;
	align-self: end;
	min-height: 610px;
}

.me-home-hero__glow {
	position: absolute;
	inset: 20% 7% 6%;
	border-radius: 50%;
	background: rgba(79,140,255,.18);
	filter: blur(75px);
}

.me-home-hero__image {
	position: absolute;
	inset: auto -2% 0 -4%;
}

.me-home-hero__image img {
	display: block;
	width: 100%;
	max-height: 610px;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 34px 48px rgba(0,0,0,.28));
}

.me-home-float-card {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 168px;
	padding: 11px 13px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 15px;
	background: rgba(12, 26, 44, .76);
	box-shadow: 0 20px 45px rgba(0,0,0,.20);
	backdrop-filter: blur(15px);
	animation: meHomeFloat 5s ease-in-out infinite;
}

.me-home-float-card--diagnostic {
	top: 25%;
	inset-inline-start: 0;
}

.me-home-float-card--warranty {
	inset-inline-end: 2%;
	bottom: 17%;
	animation-delay: -2s;
}

.me-home-float-card__icon {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	border-radius: 11px;
	background: rgba(101,207,223,.10);
	color: var(--meh-cyan-400);
}

.me-home-float-card__icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.me-home-float-card > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.me-home-float-card small {
	color: #8394a8;
	font-size: 9.5px;
}

.me-home-float-card strong {
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

@keyframes meHomeFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

.me-home-trustbar {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: -51px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 20px;
	background: rgba(255,255,255,.97);
	box-shadow: var(--meh-shadow-md);
	color: var(--meh-text);
	overflow: hidden;
}

.me-home-trustbar > div {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 25px 27px;
}

.me-home-trustbar > div + div::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 21px;
	bottom: 21px;
	width: 1px;
	background: var(--meh-line);
}

.me-home-trustbar strong {
	font-size: 14px;
	font-weight: 900;
}

.me-home-trustbar span {
	color: var(--meh-text-soft);
	font-size: 11.5px;
	line-height: 1.7;
}



/* ===== home-services.css ===== */

/*
Master ECU Home - Services & Process
*/

.me-home-services {
	padding-top: 150px;
	background: var(--meh-surface);
}

.me-home-services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.me-home-service-card {
	position: relative;
	min-height: 285px;
	display: flex;
	flex-direction: column;
	padding: 25px;
	border: 1px solid var(--meh-line);
	border-radius: var(--meh-radius-md);
	background:
		linear-gradient(145deg, rgba(79,140,255,.025), transparent 42%),
		#fff;
	box-shadow: 0 8px 24px rgba(18,32,51,.03);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.me-home-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(79,140,255,.25);
	box-shadow: var(--meh-shadow-sm);
}

.me-home-service-card__icon {
	width: 49px;
	height: 49px;
	display: grid;
	place-items: center;
	margin-bottom: 22px;
	border-radius: 14px;
	background: var(--meh-surface-blue);
	color: var(--meh-blue-600);
}

.me-home-service-card__icon svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.me-home-service-card h3 {
	margin: 0;
	color: var(--meh-text);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.6;
}

.me-home-service-card p {
	margin: 10px 0 22px;
	color: var(--meh-text-soft);
	font-size: 12.8px;
	line-height: 2;
}

.me-home-service-card > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	color: var(--meh-blue-600);
	font-size: 12px;
	font-weight: 900;
}

.me-home-service-card > a svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	transform: rotate(180deg);
	transition: transform .2s ease;
}

.me-home-service-card:hover > a svg {
	transform: rotate(180deg) translateX(4px);
}

/* روند کار */
.me-home-process {
	background: var(--meh-surface-soft);
}

.me-home-process__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.me-home-process__grid::before {
	content: "";
	position: absolute;
	top: 26px;
	inset-inline: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #cdd8e7 8%, #cdd8e7 92%, transparent);
}

.me-home-process article {
	position: relative;
	z-index: 1;
	padding-inline-end: 10px;
}

.me-home-process article > span {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin-bottom: 20px;
	border: 6px solid var(--meh-surface-soft);
	border-radius: 50%;
	background: var(--meh-navy-900);
	box-shadow: 0 0 0 1px #d9e1eb;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.me-home-process h3 {
	margin: 0 0 9px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
}

.me-home-process p {
	margin: 0;
	color: var(--meh-text-soft);
	font-size: 12px;
	line-height: 1.95;
}



/* ===== home-showcase.css ===== */

/*
Master ECU Home - ECU Showcase & Vehicles
*/

.me-home-ecu-showcase {
	background:
		radial-gradient(circle at 8% 12%, rgba(101,207,223,.07), transparent 30%),
		linear-gradient(145deg, var(--meh-navy-980), var(--meh-navy-900));
	color: #fff;
}

.me-home-section-head--light h2 {
	color: #fff;
}

.me-home-section-head--light > p {
	color: #9eacbc;
}

.me-home-section-head--light .me-home-kicker {
	color: var(--meh-cyan-400);
}

.me-home-ecu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
}

.me-home-ecu-card {
	overflow: hidden;
	border: 1px solid var(--meh-line-dark);
	border-radius: 18px;
	background: rgba(255,255,255,.045);
	transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.me-home-ecu-card:hover {
	transform: translateY(-6px);
	border-color: rgba(117,168,255,.26);
	background: rgba(255,255,255,.065);
}

.me-home-ecu-card__image {
	position: relative;
	aspect-ratio: 16 / 9.7;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(79,140,255,.11), transparent),
		rgba(255,255,255,.03);
}

.me-home-ecu-card__image::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(to top, rgba(8,16,29,.46), transparent);
	pointer-events: none;
}

.me-home-ecu-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .4s ease;
}

.me-home-ecu-card:hover .me-home-ecu-card__image img {
	transform: scale(1.035);
}

.me-home-ecu-card__body {
	padding: 20px 21px 22px;
}

.me-home-ecu-card h3 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.me-home-ecu-card p {
	margin: 0;
	color: #9baabc;
	font-size: 12px;
	line-height: 1.9;
}

.me-home-inline-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 26px;
	padding: 16px 18px;
	border: 1px solid var(--meh-line-dark);
	border-radius: 14px;
	background: rgba(255,255,255,.035);
}

.me-home-inline-note > span {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	border-radius: 9px;
	background: rgba(243,189,104,.10);
	color: var(--meh-amber-400);
}

.me-home-inline-note svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.me-home-inline-note p {
	margin: 0;
	color: #aab7c7;
	font-size: 12px;
	line-height: 1.9;
}

/* خودروها */
.me-home-vehicles {
	background: #fff;
}

.me-home-tabs {
	border: 1px solid var(--meh-line);
	border-radius: var(--meh-radius-lg);
	background: var(--meh-surface-soft);
	overflow: hidden;
}

.me-home-tabs__buttons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 8px;
	border-bottom: 1px solid var(--meh-line);
	background: #fff;
}

.me-home-tabs__buttons button {
	min-height: 48px;
	padding: 0 16px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #697789;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.me-home-tabs__buttons button.is-active {
	background: var(--meh-navy-900);
	box-shadow: 0 10px 24px rgba(14,27,46,.12);
	color: #fff;
}

.me-home-tabs__panels {
	padding: 42px;
}

.me-home-tab-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	align-items: center;
	gap: 55px;
}

.me-home-tab-panel[hidden] {
	display: none;
}

.me-home-vehicle-copy > span {
	color: var(--meh-blue-600);
	font-size: 11px;
	font-weight: 900;
}

.me-home-vehicle-copy h3 {
	max-width: 650px;
	margin: 9px 0 12px;
	color: var(--meh-text);
	font-size: clamp(24px, 2.8vw, 35px);
	font-weight: 900;
	line-height: 1.55;
}

.me-home-vehicle-copy p {
	max-width: 660px;
	margin: 0;
	color: var(--meh-text-soft);
	font-size: 13.5px;
	line-height: 2.1;
}

.me-home-vehicle-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.me-home-vehicle-tags span {
	min-width: 104px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 16px;
	border: 1px solid #dde4ed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(18,32,51,.035);
	color: #536174;
	font-size: 12px;
	font-weight: 800;
}



/* ===== home-training-equipment.css ===== */

/*
Master ECU Home - Training & Equipment
*/

.me-home-training {
	background: #fff;
}

.me-home-course-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.me-home-course-card {
	position: relative;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	padding: 31px;
	border: 1px solid var(--meh-line);
	border-radius: 20px;
	background:
		radial-gradient(circle at 85% 0%, rgba(79,140,255,.08), transparent 30%),
		#fff;
	box-shadow: 0 12px 30px rgba(18,32,51,.04);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.me-home-course-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--meh-shadow-sm);
}

.me-home-course-card__number {
	position: absolute;
	inset-inline-end: 22px;
	top: 16px;
	color: rgba(52,120,229,.08);
	font-size: 72px;
	font-weight: 950;
	line-height: 1;
}

.me-home-course-card h3 {
	position: relative;
	margin: 38px 0 12px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
}

.me-home-course-card p {
	position: relative;
	margin: 0 0 22px;
	color: var(--meh-text-soft);
	font-size: 13px;
	line-height: 2.05;
}

.me-home-course-card ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.me-home-course-card li {
	position: relative;
	padding-inline-start: 18px;
	color: #596779;
	font-size: 12.5px;
	line-height: 2;
}

.me-home-course-card li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: .85em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--meh-cyan-400);
}

.me-home-course-card > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	padding-top: 24px;
	color: var(--meh-blue-600);
	font-size: 12.5px;
	font-weight: 900;
}

/* تجهیزات */
.me-home-equipment {
	background: var(--meh-surface-soft);
}

.me-home-equipment__layout {
	display: grid;
	grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
	align-items: center;
	gap: 65px;
}

.me-home-equipment__intro {
	position: sticky;
	top: 140px;
	align-self: start;
}

.me-home-equipment__intro h2 {
	margin-top: 10px;
	font-size: clamp(30px, 3.4vw, 47px);
}

.me-home-equipment__intro > p {
	margin: 17px 0 0;
	color: var(--meh-text-soft);
	font-size: 14px;
	line-height: 2.1;
}

.me-home-equipment__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 26px;
}

.me-home-equipment__actions > a:not(.me-home-btn) {
	color: var(--meh-blue-600);
	font-size: 12.5px;
	font-weight: 900;
}

.me-home-equipment__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 17px;
}

.me-home-equipment__grid article {
	min-height: 215px;
	padding: 25px;
	border: 1px solid var(--meh-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 24px rgba(18,32,51,.035);
}

.me-home-equipment__icon {
	width: 45px;
	height: 45px;
	display: grid;
	place-items: center;
	margin-bottom: 17px;
	border-radius: 13px;
	background: var(--meh-surface-blue);
	color: var(--meh-blue-600);
}

.me-home-equipment__icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.me-home-equipment__grid h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
}

.me-home-equipment__grid p {
	margin: 0;
	color: var(--meh-text-soft);
	font-size: 12.2px;
	line-height: 1.95;
}



/* ===== home-content.css ===== */

/*
Master ECU Home - Issues, FAQ, Blog & Final CTA
*/

.me-home-issues {
	background: #fff;
}

.me-home-issues__layout {
	display: grid;
	grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 72px;
}

.me-home-issues__visual {
	position: relative;
}

.me-home-issues__visual::before {
	content: "";
	position: absolute;
	inset: 12% 7%;
	border-radius: 50%;
	background: rgba(79,140,255,.10);
	filter: blur(55px);
}

.me-home-issues__image {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--meh-line);
	border-radius: 25px;
	background: var(--meh-surface-soft);
	box-shadow: var(--meh-shadow-md);
}

.me-home-issues__image img {
	display: block;
	width: 100%;
}

.me-home-issues__content h2 {
	margin-top: 10px;
	font-size: clamp(31px, 3.6vw, 48px);
}

.me-home-issues__content > p {
	margin: 17px 0 0;
	color: var(--meh-text-soft);
	font-size: 14px;
	line-height: 2.1;
}

.me-home-issues__columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin: 28px 0 24px;
}

.me-home-issues__columns > div {
	padding: 18px 20px;
	border: 1px solid var(--meh-line);
	border-radius: 15px;
	background: var(--meh-surface-soft);
}

.me-home-issues__columns h3 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 900;
}

.me-home-issues__columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.me-home-issues__columns li {
	position: relative;
	padding-inline-start: 15px;
	color: var(--meh-text-soft);
	font-size: 11.8px;
	line-height: 2;
}

.me-home-issues__columns li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: .9em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--meh-blue-500);
}

/* FAQ و وبلاگ */
.me-home-content-section {
	background: var(--meh-surface-soft);
}

.me-home-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
	gap: 70px;
}

.me-home-mini-head {
	margin-bottom: 27px;
}

.me-home-mini-head h2 {
	font-size: clamp(27px, 3vw, 39px);
}

.me-home-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.me-home-faq details {
	border: 1px solid var(--meh-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.me-home-faq summary {
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 19px;
	color: var(--meh-text);
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1.8;
	cursor: pointer;
	list-style: none;
}

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

.me-home-faq summary i {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 8px;
	background: var(--meh-surface-blue);
}

.me-home-faq summary i::before,
.me-home-faq summary i::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 10px;
	height: 2px;
	border-radius: 999px;
	background: var(--meh-blue-600);
	transform: translate(-50%, -50%);
}

.me-home-faq summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .2s ease;
}

.me-home-faq details[open] summary i::after {
	transform: translate(-50%, -50%) rotate(0);
}

.me-home-faq details p {
	margin: 0;
	padding: 0 19px 19px;
	color: var(--meh-text-soft);
	font-size: 12.5px;
	line-height: 2;
}

.me-home-blog__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.me-home-blog article {
	display: grid;
	grid-template-columns: 128px 1fr;
	align-items: center;
	gap: 16px;
	padding: 13px;
	border: 1px solid var(--meh-line);
	border-radius: 15px;
	background: #fff;
}

.me-home-blog__thumb {
	display: block;
	overflow: hidden;
	border-radius: 11px;
	aspect-ratio: 1.3 / 1;
	background: #e9eef5;
}

.me-home-blog__thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.me-home-blog article span {
	color: #8a97a7;
	font-size: 9.8px;
}

.me-home-blog h3 {
	margin: 6px 0 8px;
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1.75;
}

.me-home-blog h3 a {
	color: var(--meh-text);
}

.me-home-blog__more {
	color: var(--meh-blue-600);
	font-size: 10.5px;
	font-weight: 900;
}

/* CTA نهایی */
.me-home-final-cta {
	padding: 0 0 90px;
	background: var(--meh-surface-soft);
}

.me-home-final-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	padding: 46px 50px;
	overflow: hidden;
	border-radius: 24px;
	background:
		radial-gradient(circle at 90% 0%, rgba(101,207,223,.14), transparent 32%),
		linear-gradient(145deg, var(--meh-navy-980), var(--meh-navy-900));
	box-shadow: 0 30px 70px rgba(7,16,29,.18);
}

.me-home-final-cta__inner::after {
	content: "";
	position: absolute;
	inset-inline-end: -80px;
	top: -120px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(255,255,255,.07);
	border-radius: 50%;
}

.me-home-final-cta h2 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	color: #fff;
	font-size: clamp(27px, 3.2vw, 43px);
}

.me-home-final-cta p {
	position: relative;
	z-index: 1;
	margin: 12px 0 0;
	color: #aab8c8;
	font-size: 13.5px;
	line-height: 2;
}

.me-home-final-cta .me-home-kicker {
	color: var(--meh-cyan-400);
}

.me-home-final-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	flex: 0 0 auto;
}



/* ===== home-responsive.css ===== */

/*
Master ECU Home - Responsive
*/

@media (max-width: 1120px) {
	.me-home-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(400px, .95fr);
		gap: 30px;
	}

	.me-home-services__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.me-home-process__grid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 38px;
	}

	.me-home-process__grid::before {
		display: none;
	}

	.me-home-equipment__layout,
	.me-home-issues__layout {
		gap: 45px;
	}

	.me-home-content-layout {
		gap: 42px;
	}
}

@media (max-width: 930px) {
	.me-home-section {
		padding: 82px 0;
	}

	.me-home-section-head {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 34px;
	}

	.me-home-section-head > p {
		max-width: 700px;
	}

	.me-home-hero {
		padding-top: 50px;
	}

	.me-home-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.me-home-hero__content {
		padding-bottom: 0;
	}

	.me-home-hero__visual {
		min-height: 520px;
	}

	.me-home-hero__image {
		inset-inline: 7%;
	}

	.me-home-trustbar {
		grid-template-columns: repeat(2, 1fr);
	}

	.me-home-trustbar > div:nth-child(3)::before {
		display: none;
	}

	.me-home-trustbar > div:nth-child(n+3) {
		border-top: 1px solid var(--meh-line);
	}

	.me-home-services__grid,
	.me-home-ecu-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.me-home-tab-panel {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.me-home-vehicle-tags {
		justify-content: flex-start;
	}

	.me-home-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.me-home-course-grid {
		grid-template-columns: 1fr;
	}

	.me-home-course-card {
		min-height: 330px;
	}

	.me-home-equipment__layout,
	.me-home-issues__layout,
	.me-home-content-layout {
		grid-template-columns: 1fr;
	}

	.me-home-equipment__intro {
		position: static;
	}

	.me-home-issues__visual {
		max-width: 680px;
	}

	.me-home-content-layout {
		gap: 65px;
	}

	.me-home-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.me-home-shell {
		width: min(calc(100% - 28px), var(--meh-shell));
	}

	.me-home-section {
		padding: 67px 0;
	}

	.me-home-section-head h2,
	.me-home-mini-head h2,
	.me-home-equipment__intro h2,
	.me-home-issues__content h2 {
		font-size: 29px;
		line-height: 1.55;
		letter-spacing: -.4px;
	}

	.me-home-section-head > p {
		font-size: 13px;
		line-height: 2;
	}

	.me-home-hero {
		padding-top: 36px;
	}

	.me-home-hero h1 {
		font-size: 38px;
		line-height: 1.42;
		letter-spacing: -.8px;
	}

	.me-home-hero__lead {
		font-size: 14px;
		line-height: 2.05;
	}

	.me-home-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.me-home-hero__actions .me-home-btn {
		width: 100%;
	}

	.me-home-hero__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	.me-home-hero__meta i {
		display: none;
	}

	.me-home-hero__visual {
		min-height: 410px;
	}

	.me-home-hero__image {
		inset-inline: -4%;
	}

	.me-home-float-card {
		min-width: 145px;
		padding: 9px 10px;
	}

	.me-home-float-card--diagnostic {
		top: 19%;
		inset-inline-start: 0;
	}

	.me-home-float-card--warranty {
		inset-inline-end: 0;
		bottom: 12%;
	}

	.me-home-trustbar {
		grid-template-columns: 1fr;
		margin-bottom: -35px;
	}

	.me-home-trustbar > div {
		padding: 18px 20px;
	}

	.me-home-trustbar > div + div::before {
		display: none;
	}

	.me-home-trustbar > div:nth-child(n+2) {
		border-top: 1px solid var(--meh-line);
	}

	.me-home-services {
		padding-top: 105px;
	}

	.me-home-services__grid,
	.me-home-ecu-grid,
	.me-home-process__grid,
	.me-home-equipment__grid,
	.me-home-issues__columns {
		grid-template-columns: 1fr;
	}

	.me-home-service-card {
		min-height: 250px;
	}

	.me-home-ecu-card__body {
		padding: 18px;
	}

	.me-home-tabs__buttons {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.me-home-tabs__panels {
		padding: 26px 20px;
	}

	.me-home-vehicle-copy h3 {
		font-size: 24px;
	}

	.me-home-vehicle-tags span {
		min-width: calc(50% - 5px);
	}

	.me-home-process article {
		display: grid;
		grid-template-columns: 54px 1fr;
		column-gap: 15px;
	}

	.me-home-process article > span {
		grid-row: 1 / 3;
		margin: 0;
	}

	.me-home-process h3 {
		align-self: end;
	}

	.me-home-course-card {
		min-height: 370px;
		padding: 26px;
	}

	.me-home-equipment__grid article {
		min-height: 190px;
	}

	.me-home-blog article {
		grid-template-columns: 105px 1fr;
	}

	.me-home-final-cta {
		padding-bottom: 65px;
	}

	.me-home-final-cta__inner {
		padding: 34px 23px;
		border-radius: 20px;
	}

	.me-home-final-cta h2 {
		font-size: 28px;
		line-height: 1.55;
	}

	.me-home-final-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.me-home-final-cta__actions .me-home-btn {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.me-home-shell {
		width: min(calc(100% - 22px), var(--meh-shell));
	}

	.me-home-hero h1 {
		font-size: 34px;
	}

	.me-home-eyebrow {
		font-size: 10.5px;
	}

	.me-home-hero__visual {
		min-height: 355px;
	}

	.me-home-float-card {
		transform: scale(.88);
	}

	.me-home-float-card--diagnostic {
		transform-origin: top right;
	}

	.me-home-float-card--warranty {
		transform-origin: bottom left;
	}

	.me-home-service-card,
	.me-home-course-card,
	.me-home-equipment__grid article {
		padding: 22px;
	}

	.me-home-blog article {
		grid-template-columns: 88px 1fr;
		gap: 12px;
	}

	.me-home-blog h3 {
		font-size: 12.5px;
	}
}



/* =========================================================
   MASTER ECU V3 — Visual Energy, Green Accent & Larger Type
========================================================= */
:root {
	--meh-green-600: #16a861;
	--meh-green-500: #29c875;
	--meh-green-400: #59e39a;
	--meh-green-300: #98f0bf;
	--meh-ink: #101c2c;
}

.me-home { font-size: 16px; }
.me-home-section { padding-block: 118px; }
.me-home-section-head h2,
.me-home-mini-head h2,
.me-home-equipment__intro h2,
.me-home-issues__content h2,
.me-home-final-cta h2 { font-size: clamp(36px, 3.45vw, 54px); line-height: 1.42; }
.me-home-section-head > p,
.me-home-equipment__intro > p,
.me-home-issues__content > p { font-size: 16px; line-height: 2.1; color: #4e5e72; }
.me-home-kicker { color: var(--meh-green-600); font-size: 13px; }
.me-home-kicker::before { background: linear-gradient(90deg, var(--meh-green-500), var(--meh-cyan-400)); }
.me-home-service-card h3 { font-size: 19px; }
.me-home-service-card p { font-size: 14px; color: #536276; }
.me-home-service-card__icon { background: #e9fbf2; color: var(--meh-green-600); }
.me-home-service-card:hover { border-color: rgba(41,200,117,.38); box-shadow: 0 22px 55px rgba(16,28,44,.11); }
.me-home-service-card > a, .me-home-text-link { color: var(--meh-green-600); }
.me-home-course-card p, .me-home-equipment__grid p, .me-home-faq details p { font-size: 14px; color: #536276; }
.me-home-equipment__grid h3, .me-home-process h3 { font-size: 17px; }
.me-home-process p { font-size: 13.5px; color: #536276; }
.me-home-vehicle-copy p { font-size: 15px; color: #536276; }
.me-home-ecu-card p { font-size: 13.5px; color: #b5c3d4; }
.me-home-faq summary { font-size: 15px; }

.me-home-btn--green {
	border: 1px solid rgba(255,255,255,.17);
	background: linear-gradient(145deg, var(--meh-green-400), var(--meh-green-600));
	box-shadow: 0 16px 38px rgba(22,168,97,.30);
	color: #062014;
	cursor: pointer;
}
.me-home-btn--green:hover { color: #061a11; box-shadow: 0 22px 48px rgba(22,168,97,.40); }
.me-home-btn--urgent { background: #fff; color: var(--meh-navy-950); box-shadow: 0 14px 34px rgba(0,0,0,.20); }
.me-home-btn--urgent:hover { color: var(--meh-navy-950); }

/* Hero V3 */
.me-hero-v3 {
	position: relative;
	min-height: 820px;
	padding: 92px 0 82px;
	isolation: isolate;
	background:
		linear-gradient(90deg, rgba(6,14,25,.98) 0%, rgba(6,14,25,.91) 42%, rgba(6,14,25,.55) 70%, rgba(6,14,25,.84) 100%),
		var(--me-hero-workshop) center/cover no-repeat,
		#081321;
	color: #fff;
}
.me-hero-v3::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: radial-gradient(circle at 78% 35%, rgba(41,200,117,.18), transparent 28%), radial-gradient(circle at 12% 10%, rgba(79,140,255,.16), transparent 30%);
}
.me-hero-v3__circuit {
	position: absolute; inset: 0; z-index: -1; opacity: .24; pointer-events: none;
	background-image:
		linear-gradient(90deg, transparent 49.8%, rgba(89,227,154,.16) 50%, transparent 50.2%),
		linear-gradient(transparent 49.8%, rgba(89,227,154,.10) 50%, transparent 50.2%);
	background-size: 86px 86px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 84%);
}
.me-hero-v3__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(540px,1.1fr); align-items: center; gap: 58px; }
.me-hero-v3__content { position: relative; z-index: 2; }
.me-home-eyebrow--green { border-color: rgba(89,227,154,.22); background: rgba(41,200,117,.08); color: #baf7d2; }
.me-home-eyebrow--green .me-home-eyebrow__dot { background: var(--meh-green-400); box-shadow: 0 0 0 6px rgba(89,227,154,.12), 0 0 24px rgba(89,227,154,.55); }
.me-hero-v3 h1 { margin: 0; max-width: 720px; font-size: clamp(50px,5.5vw,82px); font-weight: 950; line-height: 1.23; letter-spacing: -1.8px; }
.me-hero-v3 h1 span { display: block; background: linear-gradient(90deg,#fff 5%,#a5f5c8 45%,#67e4a0 78%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.me-hero-v3__content > p { max-width: 690px; margin: 24px 0 0; color: #c0cedd; font-size: 17px; line-height: 2.1; }
.me-hero-v3__actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:32px; }
.me-hero-v3__proof { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:34px; }
.me-hero-v3__proof > div { padding:15px 16px; border:1px solid rgba(255,255,255,.10); border-radius:14px; background:rgba(255,255,255,.045); backdrop-filter:blur(12px); }
.me-hero-v3__proof strong,.me-hero-v3__proof span { display:block; }
.me-hero-v3__proof strong { color:#fff; font-size:13px; }
.me-hero-v3__proof span { margin-top:5px; color:#91a3b8; font-size:10.5px; }

.me-engine-map { position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.15); border-radius:28px; background:rgba(8,20,34,.78); box-shadow:0 35px 80px rgba(0,0,0,.42); backdrop-filter:blur(18px); }
.me-engine-map::before { content:""; position:absolute; inset:0; pointer-events:none; z-index:3; border-radius:inherit; box-shadow:inset 0 0 0 1px rgba(89,227,154,.07); }
.me-engine-map__top,.me-engine-map__footer { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:15px 18px; }
.me-engine-map__top { border-bottom:1px solid rgba(255,255,255,.09); }
.me-engine-map__top > span { display:flex; align-items:center; gap:8px; color:#a8b7c8; font-size:10.5px; }
.me-engine-map__top i { width:7px; height:7px; border-radius:50%; background:var(--meh-green-400); box-shadow:0 0 15px var(--meh-green-400); animation:mePulse 1.8s infinite; }
.me-engine-map__top strong { color:#d8e4f1; font-size:10px; letter-spacing:1.3px; }
.me-engine-map__image { position:relative; aspect-ratio:1.45/1; overflow:hidden; background:#07111d; }
.me-engine-map__image > img { width:100%; height:100%; display:block; object-fit:cover; }
.me-engine-map__image::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(5,13,23,.04),rgba(5,13,23,.22)); }
.me-engine-map__scan { position:absolute; z-index:2; inset-inline:0; top:0; height:2px; background:linear-gradient(90deg,transparent,var(--meh-green-400),transparent); box-shadow:0 0 22px var(--meh-green-400); animation:meScan 5s ease-in-out infinite; }
.me-engine-map__footer { border-top:1px solid rgba(255,255,255,.09); color:#91a3b7; font-size:10.5px; }
.me-engine-map__footer a { color:#b6f6d0; }
@keyframes meScan { 0%,100%{top:4%;opacity:.25} 50%{top:94%;opacity:1} }
@keyframes mePulse { 50%{transform:scale(1.35);opacity:.55} }

.me-hotspot { position:absolute; z-index:4; padding:0; border:0; background:none; color:#fff; text-align:right; cursor:pointer; }
.me-hotspot > span { position:absolute; width:17px; height:17px; border:3px solid #07111d; border-radius:50%; background:var(--meh-green-400); box-shadow:0 0 0 6px rgba(89,227,154,.15),0 0 24px rgba(89,227,154,.8); }
.me-hotspot > b,.me-hotspot > small { display:block; margin-inline-start:27px; padding:4px 8px; border-inline-start:1px solid rgba(89,227,154,.7); background:rgba(5,15,26,.72); backdrop-filter:blur(8px); }
.me-hotspot > b { color:#fff; font-size:11px; border-radius:7px 7px 0 0; }
.me-hotspot > small { color:#9fb0c2; font-size:8.5px; border-radius:0 0 7px 7px; }
.me-hotspot--ecu { top:23%; right:17%; }
.me-hotspot--battery { top:56%; left:12%; }
.me-hotspot--fuse { top:23%; left:19%; }
.me-hotspot--network { bottom:15%; right:38%; }
.me-hotspot:hover > span { background:#fff; transform:scale(1.2); }

.me-booking-dock { position:relative; z-index:5; display:grid; grid-template-columns:1.35fr .8fr .8fr; margin-top:56px; margin-bottom:-145px; border:1px solid rgba(255,255,255,.13); border-radius:22px; background:#fff; box-shadow:0 30px 75px rgba(4,12,22,.30); overflow:hidden; }
.me-booking-dock > a,.me-booking-dock__primary { min-height:105px; display:flex; align-items:center; gap:13px; padding:21px 24px; border:0; background:#fff; color:var(--meh-text); text-align:right; cursor:pointer; }
.me-booking-dock > * + * { border-inline-start:1px solid var(--meh-line); }
.me-booking-dock__primary { background:linear-gradient(135deg,#e8fff2,#f8fffb); }
.me-booking-dock__icon { width:46px; height:46px; display:grid; place-items:center; flex:0 0 46px; border-radius:14px; background:#eaf1ff; color:var(--meh-blue-600); }
.me-booking-dock__primary .me-booking-dock__icon,.me-booking-dock__icon--wa { background:#ddf9e9; color:var(--meh-green-600); }
.me-booking-dock__icon svg { width:21px; height:21px; fill:currentColor; }
.me-booking-dock small,.me-booking-dock strong { display:block; }
.me-booking-dock small { color:#79879a; font-size:10.5px; }
.me-booking-dock strong { margin-top:4px; font-size:14px; font-weight:900; }
.me-booking-dock__primary i { margin-inline-start:auto; padding:8px 10px; border-radius:9px; background:var(--meh-green-500); color:#062015; font-size:10.5px; font-style:normal; font-weight:900; }
.me-home-services { padding-top:205px; }

/* Photo service cards */
.me-photo-services { background:linear-gradient(180deg,#fff,#f2f7f5); }
.me-photo-services__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.me-photo-service-card { position:relative; min-height:360px; overflow:hidden; border-radius:24px; box-shadow:0 22px 55px rgba(16,28,44,.13); }
.me-photo-service-card--large { min-height:470px; }
.me-photo-service-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.me-photo-service-card__shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(4,12,21,.06) 20%,rgba(4,12,21,.93) 100%); }
.me-photo-service-card__content { position:absolute; z-index:2; inset:auto 0 0; padding:32px; color:#fff; }
.me-photo-service-card__content > span { color:var(--meh-green-300); font-size:11px; font-weight:900; }
.me-photo-service-card h3 { margin:7px 0 8px; color:#fff; font-size:27px; font-weight:950; }
.me-photo-service-card p { max-width:650px; margin:0; color:#c4d0dc; font-size:14px; line-height:2; }
.me-photo-service-card a { display:inline-flex; gap:7px; margin-top:16px; color:#fff; font-size:12px; font-weight:900; }
.me-photo-service-card a b { color:var(--meh-green-400); }
.me-photo-service-card:hover img { transform:scale(1.055); }

/* Workshop immersive band */
.me-workshop-band { position:relative; min-height:570px; display:flex; align-items:center; isolation:isolate; background:var(--me-workshop-image) center/cover no-repeat #081321; color:#fff; }
.me-workshop-band__overlay { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(5,13,23,.96),rgba(5,13,23,.72) 58%,rgba(5,13,23,.82)); }
.me-workshop-band__circuits { position:absolute; inset:0; z-index:-1; opacity:.34; background:radial-gradient(circle at 75% 32%,rgba(41,200,117,.25),transparent 23%); }
.me-workshop-band__content { display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:80px; }
.me-workshop-band h2 { max-width:750px; margin:10px 0 0; font-size:clamp(40px,4vw,63px); line-height:1.4; }
.me-workshop-band p { max-width:720px; margin:18px 0 0; color:#becbda; font-size:16px; line-height:2.1; }
.me-workshop-band .me-home-kicker { color:var(--meh-green-400); }
.me-workshop-band__stats { display:grid; gap:12px; }
.me-workshop-band__stats > div { padding:20px 22px; border:1px solid rgba(255,255,255,.12); border-radius:16px; background:rgba(255,255,255,.06); backdrop-filter:blur(12px); }
.me-workshop-band__stats strong,.me-workshop-band__stats span { display:block; }
.me-workshop-band__stats strong { color:var(--meh-green-300); font-size:18px; letter-spacing:.4px; }
.me-workshop-band__stats span { margin-top:5px; color:#b6c3d2; font-size:12px; }

/* Booking modal */
.me-booking-modal { position:fixed; inset:0; z-index:10050; display:none; align-items:center; justify-content:center; padding:22px; }
.me-booking-modal.is-open { display:flex; }
.me-booking-modal__backdrop { position:absolute; inset:0; background:rgba(3,10,18,.78); backdrop-filter:blur(9px); }
.me-booking-modal__dialog { position:relative; z-index:1; width:min(960px,100%); max-height:calc(100dvh - 36px); overflow:auto; padding:36px; border:1px solid rgba(255,255,255,.12); border-radius:26px; background:#fff; box-shadow:0 40px 110px rgba(0,0,0,.45); }
.me-booking-modal__close { position:absolute; top:16px; left:16px; width:40px; height:40px; border:0; border-radius:12px; background:#eef2f6; color:#1b293b; font-size:25px; cursor:pointer; }
.me-booking-modal__head h2 { margin:8px 0 6px; font-size:32px; line-height:1.55; }
.me-booking-modal__head p { margin:0; color:#657386; font-size:13.5px; line-height:2; }
.me-booking-form { margin-top:26px; }
.me-booking-form__fields { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.me-booking-form label { display:flex; flex-direction:column; gap:7px; }
.me-booking-form label > span,.me-booking-form__title strong { color:#243348; font-size:12.5px; font-weight:900; }
.me-booking-form input,.me-booking-form select,.me-booking-form textarea { width:100%; border:1px solid #dce4ed; border-radius:12px; background:#f7f9fb; color:#172438; font:inherit; font-size:13.5px; outline:none; }
.me-booking-form input,.me-booking-form select { height:48px; padding:0 13px; }
.me-booking-form textarea { padding:12px 13px; resize:vertical; }
.me-booking-form input:focus,.me-booking-form select:focus,.me-booking-form textarea:focus { border-color:var(--meh-green-500); box-shadow:0 0 0 4px rgba(41,200,117,.10); }
.me-booking-form__block { margin-top:22px; padding:19px; border:1px solid #e1e7ee; border-radius:16px; background:#fbfcfd; }
.me-booking-form__title { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:13px; }
.me-booking-form__title span { color:var(--meh-green-600); font-size:11px; font-weight:800; }
.me-booking-dates { display:grid; grid-template-columns:repeat(7,1fr); gap:8px; }
.me-booking-dates button,.me-booking-times button { border:1px solid #dce4ed; border-radius:11px; background:#fff; color:#39485c; font:inherit; cursor:pointer; }
.me-booking-dates button { min-height:66px; padding:8px 5px; }
.me-booking-dates button span,.me-booking-dates button small { display:block; }
.me-booking-dates button span { font-size:11px; font-weight:900; }
.me-booking-dates button small { margin-top:4px; color:#7c8999; font-size:9.5px; }
.me-booking-dates button.is-selected,.me-booking-times button.is-selected { border-color:var(--meh-green-500); background:#ddf9e9; color:#0b6a3e; box-shadow:0 8px 20px rgba(41,200,117,.14); }
.me-booking-times { display:grid; grid-template-columns:repeat(6,1fr); gap:8px; }
.me-booking-times button { min-height:44px; font-size:12px; font-weight:900; }
.me-booking-form__message { margin-top:20px; }
.me-booking-form__submit { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:22px; }
.me-booking-form__submit > a { color:#556579; font-size:12px; font-weight:800; }
body.me-booking-open { overflow:hidden; }

/* Color visibility fixes */
.me-home-services,.me-home-training,.me-home-vehicles,.me-home-issues { color:var(--meh-text); }
.me-home-section-head--light > p,.me-home-inline-note p { color:#bdcad9; }
.me-home-course-card h3,.me-home-equipment__grid h3,.me-home-issues__columns h3 { color:#162235; }
.me-home-footer, .me-home-content-section { color:var(--meh-text); }

@media (max-width:1100px) {
	.me-hero-v3__grid { grid-template-columns:1fr; }
	.me-engine-map { max-width:820px; }
	.me-booking-dock { grid-template-columns:1fr 1fr; }
	.me-booking-dock__primary { grid-column:1/-1; }
	.me-workshop-band__content { gap:40px; }
}
@media (max-width:760px) {
	.me-home-section { padding-block:78px; }
	.me-home-section-head h2,.me-home-mini-head h2,.me-home-equipment__intro h2,.me-home-issues__content h2 { font-size:31px; }
	.me-home-section-head > p,.me-home-equipment__intro > p,.me-home-issues__content > p { font-size:14.5px; }
	.me-hero-v3 { min-height:auto; padding:54px 0 72px; }
	.me-hero-v3 h1 { font-size:43px; line-height:1.35; }
	.me-hero-v3__content > p { font-size:15px; }
	.me-hero-v3__proof { grid-template-columns:1fr; }
	.me-engine-map__image { aspect-ratio:1.15/1; }
	.me-hotspot > b,.me-hotspot > small { display:none; }
	.me-hotspot--ecu { top:25%; right:12%; }
	.me-hotspot--battery { top:60%; left:8%; }
	.me-hotspot--fuse { top:22%; left:13%; }
	.me-hotspot--network { bottom:14%; right:39%; }
	.me-engine-map__footer { flex-direction:column; align-items:flex-start; }
	.me-booking-dock { grid-template-columns:1fr; margin-top:35px; margin-bottom:-120px; }
	.me-booking-dock__primary { grid-column:auto; }
	.me-booking-dock > * + * { border-inline-start:0; border-top:1px solid var(--meh-line); }
	.me-home-services { padding-top:170px; }
	.me-photo-services__grid { grid-template-columns:1fr; }
	.me-photo-service-card,.me-photo-service-card--large { min-height:400px; }
	.me-photo-service-card h3 { font-size:23px; }
	.me-workshop-band { min-height:680px; }
	.me-workshop-band__content { grid-template-columns:1fr; gap:38px; }
	.me-workshop-band h2 { font-size:36px; }
	.me-booking-modal { padding:10px; }
	.me-booking-modal__dialog { padding:28px 17px 22px; border-radius:20px; }
	.me-booking-modal__head h2 { padding-left:40px; font-size:25px; }
	.me-booking-form__fields { grid-template-columns:1fr; }
	.me-booking-dates { display:flex; overflow-x:auto; padding-bottom:6px; }
	.me-booking-dates button { min-width:84px; }
	.me-booking-times { grid-template-columns:repeat(3,1fr); }
	.me-booking-form__submit { flex-direction:column; align-items:stretch; }
	.me-booking-form__submit .me-home-btn { width:100%; }
}
@media (max-width:430px) {
	.me-hero-v3 h1 { font-size:37px; }
	.me-hero-v3__actions { display:grid; grid-template-columns:1fr; }
	.me-hero-v3__actions .me-home-btn { width:100%; }
	.me-engine-map__top strong { display:none; }
	.me-booking-dock > a,.me-booking-dock__primary { min-height:90px; padding:17px; }
	.me-booking-dock__primary i { display:none; }
	.me-photo-service-card,.me-photo-service-card--large { min-height:360px; }
	.me-photo-service-card__content { padding:24px 20px; }
	.me-photo-service-card p { font-size:13px; }
}
