/*
Theme Name: Modirandev
Theme URI: https://modirandev.com
Author: Modirandev
Author URI: https://modirandev.com
Description: قالب اختصاصی و فوق‌سبک «مدیران توسعه» — RTL، ریسپانسیو، بدون وابستگی خارجی، بهینه برای سرعت و سئو.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: modirandev
*/

/* ═══════════ Font ═══════════ */
@font-face {
	font-family: 'Vazirmatn';
	src: url('assets/fonts/Vazirmatn-Variable.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* ═══════════ Tokens ═══════════ */
:root {
	--bg: #070b14;
	--bg-2: #0a1020;
	--card: #0f1729;
	--card-2: #131d33;
	--line: rgba(148, 163, 255, 0.13);
	--text: #e8edf7;
	--muted: #94a1b8;
	--brand-1: #8b5cf6;
	--brand-2: #5b3c83;
	--cyan: #c9b2ef;
	--grad: linear-gradient(120deg, #e4d6fb 0%, #a78bfa 55%, #8b5cf6 100%);
	--grad-btn: linear-gradient(135deg, #8b5cf6, #6d28d9);
	--radius: 18px;
	--radius-s: 12px;
	--shadow: 0 18px 50px -18px rgba(2, 6, 23, 0.85);
	--container: 1200px;
	--header-h: 76px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto !important; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.mdv-marquee__track { animation: none !important; }
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: 'Vazirmatn', Vazir, Tahoma, 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 1.9;
	direction: rtl;
	text-rendering: optimizeSpeed;
	overflow-x: hidden;
}
body.lb-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.45; margin: 0 0 0.5em; font-weight: 800; }
p { margin: 0 0 1em; }
ul, ol { padding: 0; margin: 0; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
::selection { background: rgba(124, 58, 237, 0.5); color: #fff; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(0 0 0 0);
}

.mdv-skip {
	position: fixed; top: -60px; right: 16px; z-index: 300;
	background: var(--grad-btn); color: #fff;
	padding: 10px 18px; border-radius: 0 0 12px 12px;
	transition: top 0.2s;
}
.mdv-skip:focus { top: 0; }

/* ═══════════ Utilities ═══════════ */
.mdv-container { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.mdv-narrow { max-width: 820px; }
.mdv-center { text-align: center; }

.grad {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.mdv-section { padding: 88px 0; }
.mdv-section--alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.mdv-section--first { padding-top: 48px; }

.mdv-section__head { max-width: 640px; margin-bottom: 48px; }
.mdv-section__head h2 { font-size: clamp(26px, 4vw, 38px); }

.mdv-kicker {
	display: inline-block;
	color: var(--cyan);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

/* Buttons */
.mdv-btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 13px 26px;
	border-radius: var(--radius-s);
	font-weight: 700; font-size: 15px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
	will-change: transform;
}
.mdv-btn:hover { transform: translateY(-2px); }
.mdv-btn--primary {
	background: var(--grad-btn); color: #fff;
	box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.65);
}
.mdv-btn--primary:hover { box-shadow: 0 14px 34px -10px rgba(99, 102, 241, 0.85); }
.mdv-btn--ghost {
	border: 1px solid var(--line); color: var(--text);
	background: rgba(255, 255, 255, 0.02);
}
.mdv-btn--ghost:hover { border-color: rgba(148, 163, 255, 0.4); background: rgba(255, 255, 255, 0.05); }
.mdv-btn--light { background: #fff; color: #1e1b4b; }
.mdv-btn--block { width: 100%; justify-content: center; }

.mdv-badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(124, 58, 237, 0.12);
	border: 1px solid rgba(124, 58, 237, 0.35);
	color: #c4b5fd;
	border-radius: 999px;
	padding: 7px 16px;
	font-size: 13.5px; font-weight: 600;
	margin-bottom: 20px;
}

.mdv-ic { flex: none; }

/* ═══════════ Header ═══════════ */
.mdv-header {
	position: sticky; top: 0; z-index: 200;
	background: rgba(7, 11, 20, 0.75);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color 0.25s, background 0.25s;
}
.mdv-header.is-stuck { border-color: var(--line); background: rgba(7, 11, 20, 0.92); }
.mdv-header__in {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	min-height: var(--header-h);
}
.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 46px; width: auto; }
.mdv-logo { display: inline-flex; align-items: center; gap: 11px; }
.mdv-logo__mark { flex: none; width: 40px; height: 40px; filter: drop-shadow(0 4px 14px rgba(139, 92, 246, 0.5)); }
.mdv-logo__text { font-size: 21px; font-weight: 900; letter-spacing: -0.01em; color: var(--text); }

/* Anchor sections shouldn't hide under the sticky header */
section[id] { scroll-margin-top: calc(var(--header-h) + 14px); }

.mdv-nav { display: flex; align-items: center; gap: 28px; }
.mdv-nav__list { display: flex; gap: 4px; list-style: none; align-items: center; }
.mdv-nav__list a {
	display: block; padding: 8px 14px;
	border-radius: 10px;
	color: var(--muted); font-weight: 600; font-size: 15px;
	transition: color 0.15s, background 0.15s;
}
.mdv-nav__list a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); }
.mdv-nav__list .current-menu-item > a,
.mdv-nav__list .current_page_item > a { color: var(--text); }
.mdv-nav__list .current-menu-item > a::after,
.mdv-nav__list .current_page_item > a::after {
	content: ''; display: block; height: 2px; border-radius: 2px;
	background: var(--grad); margin-top: 2px;
}
.mdv-nav__list .sub-menu { display: none; }
.mdv-nav__cta { padding-block: 10px; }

.mdv-burger { display: none; padding: 8px; border-radius: 10px; }
.mdv-burger svg:last-child { display: none; }
body.nav-open .mdv-burger svg:first-child { display: none; }
body.nav-open .mdv-burger svg:last-child { display: block; }

/* ═══════════ Hero ═══════════ */
.mdv-hero { position: relative; overflow: hidden; padding: 72px 0 60px; }
.mdv-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.blob {
	position: absolute; border-radius: 50%;
	filter: blur(90px); opacity: 0.5;
}
.blob--1 {
	width: 480px; height: 480px;
	background: radial-gradient(circle, rgba(124, 58, 237, 0.55), transparent 65%);
	top: -160px; inset-inline-start: -100px;
	animation: drift 14s ease-in-out infinite alternate;
}
.blob--2 {
	width: 520px; height: 520px;
	background: radial-gradient(circle, rgba(194, 171, 214, 0.3), transparent 65%);
	bottom: -220px; inset-inline-end: -140px;
	animation: drift 18s ease-in-out infinite alternate-reverse;
}
@keyframes drift {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to { transform: translate3d(60px, 40px, 0) scale(1.12); }
}
.grid-dots {
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(148, 163, 255, 0.14) 1px, transparent 1px);
	background-size: 34px 34px;
	-webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 30%, transparent 75%);
	mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 30%, transparent 75%);
}

.mdv-hero__in {
	position: relative;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: center;
}
.mdv-hero__title { font-size: clamp(30px, 5.2vw, 54px); font-weight: 900; margin-bottom: 18px; }
.mdv-hero__sub { color: var(--muted); font-size: clamp(15.5px, 1.8vw, 18px); max-width: 540px; margin-bottom: 30px; }
.mdv-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Terminal card */
.mdv-term {
	background: linear-gradient(160deg, rgba(19, 29, 51, 0.92), rgba(10, 16, 32, 0.92));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	transform: rotate(-1.2deg);
}
.mdv-term__bar {
	display: flex; align-items: center; gap: 7px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--line);
	direction: ltr;
}
.mdv-term__bar span { width: 11px; height: 11px; border-radius: 50%; background: #f43f5e; }
.mdv-term__bar span:nth-child(2) { background: #f59e0b; }
.mdv-term__bar span:nth-child(3) { background: #22c55e; }
.mdv-term__bar em { margin-inline-start: auto; color: var(--muted); font-size: 12px; font-style: normal; }
.mdv-term__body {
	margin: 0; padding: 20px 22px;
	font-family: 'Cascadia Code', Consolas, Menlo, monospace;
	font-size: 13.5px; line-height: 2;
	color: #c9d4ea;
	overflow-x: auto;
	text-align: left;
}
.t-c { color: #64748b; }
.t-g { color: #34d399; }
.t-m { color: #a78bfa; }
.t-b { color: #38bdf8; font-weight: 600; }
.t-r { color: #f87171; font-weight: 600; }
.t-cursor {
	display: inline-block; width: 8px; height: 15px;
	background: #38bdf8; vertical-align: -2px; margin-left: 6px;
	animation: blink 1.1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* Stats */
.mdv-stats {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	background: rgba(15, 23, 41, 0.6);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px 20px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.mdv-stats--hero {
	margin-top: 40px;
	background: none;
	border: 0;
	border-top: 1px solid var(--line);
	border-radius: 0;
	padding: 26px 0 0;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	max-width: 540px;
	gap: 10px;
}
.mdv-stats--hero .mdv-stat { text-align: start; }
.mdv-stat { text-align: center; }
.mdv-stat__num { font-size: clamp(26px, 3.4vw, 40px); font-weight: 900; }
.mdv-stat__num, .mdv-stat__plus {
	background: var(--grad);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
}
.mdv-stat__plus { font-size: clamp(20px, 2.6vw, 30px); font-weight: 900; }
.mdv-stat__label { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }

/* ═══════════ Browser mockup frame ═══════════ */
.mdv-browser {
	background: linear-gradient(160deg, rgba(24, 32, 54, 0.95), rgba(12, 17, 33, 0.95));
	border: 1px solid rgba(148, 163, 255, 0.2);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--shadow);
}
.mdv-browser__bar {
	display: flex; align-items: center; gap: 6px;
	padding: 10px 14px;
	border-bottom: 1px solid var(--line);
	direction: ltr;
}
.mdv-browser__bar span { width: 10px; height: 10px; border-radius: 50%; background: #f43f5e; }
.mdv-browser__bar span:nth-child(2) { background: #f59e0b; }
.mdv-browser__bar span:nth-child(3) { background: #22c55e; }
.mdv-browser__bar em {
	margin-inline-start: auto;
	color: var(--muted); font-size: 11.5px; font-style: normal;
	font-family: Consolas, Menlo, monospace;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 2px 12px;
}
.mdv-browser__body { background: #0c1121; }
.mdv-browser__body img { width: 100%; height: auto; display: block; }

/* ═══════════ Hero fan (stacked project mockups) ═══════════ */
.mdv-fan { position: relative; aspect-ratio: 5 / 4.4; }
.mdv-fan__item { position: absolute; width: 82%; transition: transform 0.4s ease; }
.mdv-fan__item--back {
	top: 0; inset-inline-start: 0;
	transform: rotate(3.2deg) scale(0.94);
	opacity: 0.72;
	filter: saturate(0.85);
}
.mdv-fan__item--mid {
	top: 13%; inset-inline-end: 0;
	transform: rotate(-2.4deg) scale(0.97);
	opacity: 0.9;
}
.mdv-fan__item--front {
	bottom: 0; inset-inline-start: 6%;
	width: 88%;
	transform: rotate(-0.6deg);
	animation: fan-float 7s ease-in-out infinite;
}
.mdv-fan__item--front .mdv-browser { box-shadow: 0 34px 80px -22px rgba(2, 6, 23, 0.95), 0 0 0 1px rgba(139, 92, 246, 0.25); }
@keyframes fan-float {
	0%, 100% { transform: rotate(-0.6deg) translateY(0); }
	50% { transform: rotate(-0.6deg) translateY(-10px); }
}

/* ═══════════ Clients strip ═══════════ */
.mdv-clients {
	margin-top: 64px;
	border-top: 1px solid var(--line);
	padding-top: 34px;
	display: grid;
	gap: 22px;
}
.mdv-clients__label { color: var(--muted); font-size: 14px; font-weight: 600; }
.mdv-clients__row {
	display: flex; flex-wrap: wrap; gap: 14px 18px;
	align-items: stretch;
}
.mdv-client {
	margin: 0;
	display: flex; align-items: center; gap: 12px;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 10px 18px 10px 22px;
	transition: border-color 0.2s, transform 0.2s;
}
.mdv-client:hover { border-color: rgba(196, 181, 253, 0.4); transform: translateY(-2px); }
.mdv-client img {
	width: 46px; height: 46px;
	object-fit: contain;
	background: #fff;
	border-radius: 10px;
	padding: 4px;
	flex: none;
}
.mdv-client--dark img { background: linear-gradient(135deg, #6d28d9, #37255e); }
.mdv-client__mono {
	width: 46px; height: 46px;
	display: inline-flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(91, 60, 131, 0.4));
	border: 1px solid rgba(139, 92, 246, 0.4);
	border-radius: 10px;
	color: #e4d6fb;
	font-size: 20px; font-weight: 900;
	flex: none;
}
.mdv-client figcaption { color: #c3cde0; font-size: 13.5px; font-weight: 600; }

/* ═══════════ Featured case studies ═══════════ */
.mdv-features { display: grid; gap: 72px; }
.mdv-feature {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 52px;
	align-items: center;
}
.mdv-feature:nth-child(even) .mdv-feature__media { order: 2; }
.mdv-feature__media { position: relative; }
.mdv-feature__media::before {
	content: '';
	position: absolute; inset: -8% -6%;
	background: radial-gradient(60% 60% at 50% 50%, rgba(139, 92, 246, 0.2), transparent 70%);
	filter: blur(30px);
	z-index: 0;
}
.mdv-feature__media .mdv-browser { position: relative; z-index: 1; }
.mdv-feature__body h3 { font-size: clamp(22px, 2.8vw, 30px); margin-bottom: 12px; }
.mdv-feature__body > p { color: var(--muted); font-size: 15.5px; }
.mdv-feature__list {
	list-style: none;
	display: grid; gap: 10px;
	margin: 18px 0 20px;
}
.mdv-feature__list li {
	display: flex; align-items: flex-start; gap: 9px;
	font-size: 14.8px; color: #cfd8ea;
}
.mdv-feature__list .mdv-ic { color: var(--cyan); margin-top: 3px; }
.mdv-feature__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.mdv-feature .mdv-tags { margin-top: 4px; }

/* ═══════════ Products store ═══════════ */
.mdv-section__head--split {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 32px;
	max-width: none;
}
.mdv-section__lead {
	color: var(--muted);
	max-width: 380px;
	font-size: 15px;
	margin: 0 0 6px;
}
.mdv-grid--products { grid-template-columns: repeat(3, 1fr); }
.mdv-product {
	position: relative;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
	overflow: hidden;
}
.mdv-product::before {
	content: '';
	position: absolute; inset: 0 0 auto;
	height: 3px;
	background: var(--grad-btn);
	opacity: 0;
	transition: opacity 0.25s;
}
.mdv-product:hover {
	transform: translateY(-6px);
	border-color: rgba(196, 181, 253, 0.4);
	box-shadow: var(--shadow);
}
.mdv-product:hover::before { opacity: 1; }
.mdv-product__link { display: flex; flex-direction: column; height: 100%; padding: 26px 24px; }
.mdv-product__top {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	margin-bottom: 18px;
}
.mdv-product__icon {
	width: 58px; height: 58px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(91, 60, 131, 0.3));
	border: 1px solid rgba(139, 92, 246, 0.4);
	color: #d8c7f5;
}
.mdv-product__thumb { display: block; border-radius: 12px; overflow: hidden; width: 92px; }
.mdv-product__thumb img { display: block; width: 100%; height: auto; }
.mdv-product__price {
	padding: 7px 16px;
	border-radius: 999px;
	background: rgba(139, 92, 246, 0.14);
	border: 1px solid rgba(139, 92, 246, 0.4);
	color: #d8c7f5;
	font-size: 13px; font-weight: 700;
	white-space: nowrap;
}
.mdv-product__title { font-size: 18px; margin-bottom: 8px; }
.mdv-product__desc { color: var(--muted); font-size: 14.3px; margin-bottom: 14px; }
.mdv-product .mdv-tags { margin-bottom: 18px; }
.mdv-product__more {
	margin-top: auto;
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--cyan); font-size: 14px; font-weight: 700;
}
.mdv-product__more .mdv-ic { transform: scaleX(-1); transition: transform 0.2s; }
.mdv-product:hover .mdv-product__more .mdv-ic { transform: scaleX(-1) translateX(-4px); }

/* ═══════════ Founder ═══════════ */
.mdv-founder {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 64px;
	align-items: center;
}
.mdv-founder__visual { position: relative; max-width: 380px; margin-inline: auto; width: 100%; }
.mdv-founder__photo,
.mdv-founder__mono {
	width: 100%;
	aspect-ratio: 4 / 4.6;
	object-fit: cover;
	border-radius: 26px;
	border: 1px solid rgba(148, 163, 255, 0.25);
	box-shadow: var(--shadow), 0 0 0 8px rgba(139, 92, 246, 0.08);
	display: block;
}
.mdv-founder__mono {
	display: flex; align-items: center; justify-content: center;
	background:
		radial-gradient(70% 55% at 50% 30%, rgba(139, 92, 246, 0.3), transparent 70%),
		linear-gradient(155deg, #191231, var(--card) 70%);
}
.mdv-founder__mono img { width: 130px; height: 130px; filter: drop-shadow(0 18px 40px rgba(139, 92, 246, 0.55)); }
.mdv-founder__card {
	position: absolute;
	bottom: -18px; inset-inline-start: -14px;
	background: rgba(13, 18, 33, 0.92);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(148, 163, 255, 0.28);
	border-radius: 16px;
	padding: 14px 22px;
	display: grid; gap: 2px;
	box-shadow: var(--shadow);
}
.mdv-founder__card strong { font-size: 16.5px; }
.mdv-founder__card span { color: var(--cyan); font-size: 13px; font-weight: 600; }
.mdv-founder__bio { color: var(--muted); font-size: 16px; margin-bottom: 26px; }

/* ═══════════ Services ═══════════ */
.mdv-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.mdv-service {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 30px 26px;
	transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
	position: relative;
	overflow: hidden;
}
.mdv-service::before {
	content: '';
	position: absolute; inset: 0;
	background: radial-gradient(420px 180px at var(--mx, 80%) -20%, rgba(124, 58, 237, 0.16), transparent 70%);
	opacity: 0; transition: opacity 0.25s;
}
.mdv-service:hover { transform: translateY(-5px); border-color: rgba(148, 163, 255, 0.3); background: var(--card-2); }
.mdv-service:hover::before { opacity: 1; }
.mdv-service__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 54px; height: 54px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(37, 99, 235, 0.22));
	border: 1px solid rgba(124, 58, 237, 0.35);
	color: #c4b5fd;
	margin-bottom: 18px;
}
.mdv-service h3 { font-size: 18.5px; }
.mdv-service p { color: var(--muted); font-size: 14.8px; margin: 0; }

/* ═══════════ Portfolio grid & cards ═══════════ */
.mdv-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.mdv-chip {
	padding: 9px 20px;
	border-radius: 999px;
	border: 1px solid var(--line);
	color: var(--muted);
	font-weight: 600; font-size: 14px;
	transition: all 0.18s ease;
}
.mdv-chip:hover { color: var(--text); border-color: rgba(148, 163, 255, 0.4); }
.mdv-chip.is-active {
	background: var(--grad-btn); color: #fff; border-color: transparent;
	box-shadow: 0 8px 22px -8px rgba(99, 102, 241, 0.6);
}

.mdv-grid { display: grid; gap: 24px; }
.mdv-grid--portfolio, .mdv-grid--blog { grid-template-columns: repeat(3, 1fr); }

.mdv-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.mdv-card.is-hidden { display: none; }
.mdv-card:hover {
	transform: translateY(-6px);
	border-color: rgba(148, 163, 255, 0.35);
	box-shadow: var(--shadow);
}
.mdv-card__link { display: block; height: 100%; }
.mdv-card__media {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--bg-2);
}
.mdv-card__media img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 0.45s ease;
}
.mdv-card:hover .mdv-card__media img { transform: scale(1.06); }
.mdv-card__ph {
	height: 100%; display: flex; align-items: center; justify-content: center;
	color: rgba(148, 163, 255, 0.35);
}
.mdv-card__action {
	position: absolute; top: 14px; inset-inline-start: 14px;
	width: 40px; height: 40px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 12px;
	background: rgba(7, 11, 20, 0.72);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border: 1px solid var(--line);
	color: #fff;
	opacity: 0; transform: translateY(-6px);
	transition: opacity 0.22s, transform 0.22s;
}
.mdv-card:hover .mdv-card__action { opacity: 1; transform: none; }
.mdv-card__body { padding: 20px 22px 22px; }
.mdv-card__cat {
	color: var(--cyan); font-size: 12.5px; font-weight: 700;
	display: inline-block; margin-bottom: 6px;
}
.mdv-card__title { font-size: 17.5px; margin-bottom: 6px; }
.mdv-card__desc { color: var(--muted); font-size: 14px; margin: 0; }

/* ═══════════ Steps ═══════════ */
.mdv-steps {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	counter-reset: step;
}
.mdv-step {
	position: relative;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px 24px;
}
.mdv-step::after {
	content: '';
	position: absolute; top: 44px; inset-inline-end: -22px;
	width: 22px; height: 2px;
	background: linear-gradient(to left, var(--brand-1), transparent);
}
.mdv-step:last-child::after { display: none; }
.mdv-step__num {
	display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--grad-btn);
	color: #fff; font-weight: 900; font-size: 18px;
	margin-bottom: 16px;
	box-shadow: 0 8px 22px -8px rgba(99, 102, 241, 0.7);
}
.mdv-step h3 { font-size: 17.5px; }
.mdv-step p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ═══════════ Marquee ═══════════ */
.mdv-marquee {
	overflow: hidden;
	padding: 26px 0;
	border-block: 1px solid var(--line);
	background: var(--bg-2);
	-webkit-mask-image: linear-gradient(to left, transparent, #000 12%, #000 88%, transparent);
	mask-image: linear-gradient(to left, transparent, #000 12%, #000 88%, transparent);
}
.mdv-marquee__track {
	display: flex; gap: 18px; width: max-content;
	animation: marquee 30s linear infinite;
	direction: ltr;
}
.mdv-marquee:hover .mdv-marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.mdv-marquee__item {
	flex: none;
	padding: 8px 22px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--muted);
	font-weight: 600; font-size: 14.5px;
	font-family: Consolas, Menlo, monospace;
}

/* ═══════════ Why / orbit ═══════════ */
.mdv-why {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}
.mdv-checks { list-style: none; display: grid; gap: 20px; }
.mdv-checks li { display: flex; gap: 14px; align-items: flex-start; }
.mdv-checks .mdv-ic {
	color: var(--cyan);
	background: rgba(167, 139, 250, 0.1);
	border: 1px solid rgba(167, 139, 250, 0.3);
	border-radius: 10px;
	padding: 6px;
	width: 34px; height: 34px;
}
.mdv-checks strong { display: block; font-size: 16.5px; }
.mdv-checks span { color: var(--muted); font-size: 14.5px; }

.mdv-orbit {
	position: relative;
	width: min(340px, 80%);
	aspect-ratio: 1;
	margin-inline: auto;
}
.mdv-orbit::before, .mdv-orbit::after {
	content: '';
	position: absolute; inset: 0;
	border: 1px dashed rgba(148, 163, 255, 0.25);
	border-radius: 50%;
}
.mdv-orbit::after { inset: 18%; border-style: solid; border-color: var(--line); }
.mdv-orbit__core {
	position: absolute; inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 92px; height: 92px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: var(--grad-btn);
	color: #fff;
	box-shadow: 0 0 0 12px rgba(124, 58, 237, 0.12), 0 18px 44px -12px rgba(99, 102, 241, 0.8);
}
.mdv-orbit__sat {
	position: absolute;
	width: 48px; height: 48px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: var(--card-2);
	border: 1px solid var(--line);
	color: #c4b5fd;
	box-shadow: var(--shadow);
	animation: float 5s ease-in-out infinite;
}
.mdv-orbit__sat.s1 { top: -6px; left: 50%; transform: translateX(-50%); }
.mdv-orbit__sat.s2 { top: 50%; right: -6px; transform: translateY(-50%); animation-delay: 1.2s; }
.mdv-orbit__sat.s3 { bottom: -6px; left: 50%; transform: translateX(-50%); animation-delay: 2.4s; }
.mdv-orbit__sat.s4 { top: 50%; left: -6px; transform: translateY(-50%); animation-delay: 3.6s; }
@keyframes float {
	0%, 100% { margin-top: 0; }
	50% { margin-top: -10px; }
}

/* ═══════════ CTA ═══════════ */
.mdv-cta { padding: 88px 0; }
.mdv-cta__box {
	position: relative;
	text-align: center;
	background:
		radial-gradient(600px 220px at 50% -40%, rgba(34, 211, 238, 0.22), transparent 70%),
		linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(37, 99, 235, 0.35)),
		var(--card);
	border: 1px solid rgba(148, 163, 255, 0.3);
	border-radius: 26px;
	padding: 64px 32px;
	overflow: hidden;
}
.mdv-cta__box h2 { font-size: clamp(24px, 3.6vw, 34px); }
.mdv-cta__box p { color: #c8d3ea; margin-bottom: 26px; }

/* ═══════════ Footer ═══════════ */
.mdv-footer {
	border-top: 1px solid var(--line);
	background: var(--bg-2);
	padding-top: 64px;
}
.mdv-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr auto;
	gap: 40px;
	padding-bottom: 48px;
}
.mdv-footer__about p { color: var(--muted); font-size: 14.5px; margin-top: 16px; max-width: 320px; }
.mdv-footer h4 { font-size: 16px; margin-bottom: 18px; }
.mdv-footer__menu { list-style: none; display: grid; gap: 8px; }
.mdv-footer__menu a { color: var(--muted); font-size: 14.5px; transition: color 0.15s; }
.mdv-footer__menu a:hover { color: var(--text); }
.mdv-footer__contact { list-style: none; display: grid; gap: 12px; }
.mdv-footer__contact li { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 14.5px; }
.mdv-footer__contact .mdv-ic { color: var(--cyan); }
.mdv-footer__contact a:hover { color: var(--text); }
.mdv-footer__bar {
	border-top: 1px solid var(--line);
	padding: 20px 0;
	display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
	color: var(--muted); font-size: 13.5px;
}
.mdv-footer__bar p { margin: 0; }

.mdv-socials { display: flex; gap: 10px; margin-top: 18px; }
.mdv-socials a {
	width: 40px; height: 40px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 12px;
	border: 1px solid var(--line);
	color: var(--muted);
	transition: all 0.18s;
}
.mdv-socials a:hover {
	color: #fff; border-color: transparent;
	background: var(--grad-btn);
	transform: translateY(-2px);
}

/* ═══════════ Page hero / prose ═══════════ */
.mdv-page-hero {
	padding: 64px 0 40px;
	background:
		radial-gradient(700px 300px at 80% -60%, rgba(124, 58, 237, 0.25), transparent 70%),
		radial-gradient(500px 240px at 15% -40%, rgba(34, 211, 238, 0.14), transparent 70%);
	border-bottom: 1px solid var(--line);
}
.mdv-page-hero h1 { font-size: clamp(26px, 4.4vw, 42px); font-weight: 900; }
.mdv-page-hero p { color: var(--muted); max-width: 560px; margin: 0; }
.mdv-back {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--muted); font-size: 14px; margin-bottom: 14px;
	transition: color 0.15s;
}
.mdv-back:hover { color: var(--cyan); }
.mdv-back .mdv-ic { transform: scaleX(-1); }

.mdv-prose { font-size: 16.5px; }
.mdv-prose h2 { font-size: 26px; margin-top: 1.4em; }
.mdv-prose h3 { font-size: 21px; margin-top: 1.2em; }
.mdv-prose a { color: #7dd3fc; text-decoration: underline; text-underline-offset: 4px; }
.mdv-prose img { border-radius: var(--radius-s); }
.mdv-prose ul, .mdv-prose ol { padding-inline-start: 1.4em; margin-bottom: 1em; }
.mdv-prose blockquote {
	margin: 1.2em 0; padding: 14px 20px;
	border-inline-start: 3px solid var(--brand-1);
	background: var(--card);
	border-radius: var(--radius-s);
	color: var(--muted);
}
.mdv-prose pre {
	background: var(--card); border: 1px solid var(--line);
	padding: 18px; border-radius: var(--radius-s);
	overflow-x: auto; direction: ltr; font-size: 14px;
}
.mdv-prose code { font-family: Consolas, Menlo, monospace; }

/* ═══════════ Single portfolio ═══════════ */
.mdv-single {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 40px;
	align-items: start;
}
.mdv-single__cover {
	margin: 0 0 28px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}
.mdv-single__side { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 20px; }
.mdv-side-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px 24px;
}
.mdv-side-card h3 { font-size: 17px; margin-bottom: 16px; }
.mdv-side-card dl { margin: 0 0 16px; display: grid; gap: 10px; }
.mdv-side-card dl > div { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; }
.mdv-side-card dt { color: var(--muted); }
.mdv-side-card dd { margin: 0; font-weight: 600; text-align: left; }
.mdv-side-card dd a:hover { color: var(--cyan); }
.mdv-side-card__tech dt { color: var(--muted); font-size: 14.5px; margin-bottom: 8px; }
.mdv-side-card .mdv-btn { margin-top: 8px; }
.mdv-side-card--cta { background: linear-gradient(150deg, rgba(124, 58, 237, 0.16), rgba(37, 99, 235, 0.1)), var(--card); }
.mdv-side-card--cta p { color: var(--muted); font-size: 14px; }

.mdv-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mdv-tag {
	padding: 4px 12px;
	background: rgba(167, 139, 250, 0.1);
	border: 1px solid rgba(167, 139, 250, 0.32);
	color: #d8c7f5;
	border-radius: 999px;
	font-size: 12.5px;
	font-family: Consolas, Menlo, monospace;
}
.mdv-related { margin-top: 72px; }
.mdv-related h2 { font-size: 24px; margin-bottom: 28px; }

/* ═══════════ Contact ═══════════ */
.mdv-contact {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px;
	align-items: start;
}
.mdv-contact__cards { display: grid; gap: 16px; margin-top: 8px; }
.mdv-info-card {
	display: flex; gap: 16px; align-items: center;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 20px 22px;
	transition: border-color 0.18s, transform 0.18s;
}
a.mdv-info-card:hover { border-color: rgba(148, 163, 255, 0.4); transform: translateY(-2px); }
.mdv-info-card .mdv-ic { color: var(--cyan); flex: none; }
.mdv-info-card strong { display: block; font-size: 15.5px; }
.mdv-info-card span { display: block; color: var(--muted); font-size: 14.5px; }

.mdv-contact__form {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 36px 32px;
}
.mdv-contact__form h2 { font-size: 22px; margin-bottom: 20px; }

.mdv-form { display: grid; gap: 18px; }
.mdv-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mdv-form label span { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; color: #c3cde0; }
.mdv-form input, .mdv-form textarea {
	width: 100%;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	color: var(--text);
	padding: 12px 16px;
	font: inherit;
	transition: border-color 0.18s, box-shadow 0.18s;
}
.mdv-form input:focus, .mdv-form textarea:focus {
	outline: none;
	border-color: var(--brand-1);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.22);
}
.mdv-form textarea { resize: vertical; min-height: 130px; }
.mdv-form button { justify-content: center; }
.mdv-hp { position: absolute !important; inset-inline-start: -9999px; }
.mdv-form__ok, .mdv-form__err {
	padding: 13px 18px;
	border-radius: var(--radius-s);
	font-size: 14.5px; font-weight: 600;
}
.mdv-form__ok { background: rgba(34, 197, 94, 0.12); border: 1px solid rgba(34, 197, 94, 0.4); color: #86efac; }
.mdv-form__err { background: rgba(244, 63, 94, 0.1); border: 1px solid rgba(244, 63, 94, 0.4); color: #fda4af; }

/* ═══════════ Search / pagination / comments / misc ═══════════ */
.mdv-search-list { list-style: none; display: grid; gap: 16px; }
.mdv-search-list a {
	display: block;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 22px 26px;
	transition: border-color 0.18s;
}
.mdv-search-list a:hover { border-color: rgba(148, 163, 255, 0.4); }
.mdv-search-list h2 { font-size: 18px; margin-bottom: 4px; }
.mdv-search-list p { color: var(--muted); font-size: 14.5px; margin: 0; }

.mdv-searchform { display: flex; gap: 10px; max-width: 460px; }
.mdv-searchform input {
	flex: 1;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	color: var(--text);
	padding: 11px 16px;
}

.mdv-pagination { margin-top: 44px; }
.mdv-pagination .nav-links { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.mdv-pagination .page-numbers {
	min-width: 42px; height: 42px;
	display: inline-flex; align-items: center; justify-content: center;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	color: var(--muted); font-weight: 600;
	transition: all 0.15s;
}
.mdv-pagination .page-numbers.current,
.mdv-pagination .page-numbers:hover { background: var(--grad-btn); color: #fff; border-color: transparent; }

.mdv-empty { color: var(--muted); font-size: 17px; }

.mdv-comments { margin-top: 56px; border-top: 1px solid var(--line); padding-top: 36px; }
.mdv-comments__list { list-style: none; display: grid; gap: 18px; }
.mdv-comments .comment-body {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 18px 22px;
	font-size: 15px;
}
.mdv-comments .avatar { border-radius: 50%; }
.mdv-comments input, .mdv-comments textarea {
	width: 100%;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius-s);
	color: var(--text);
	padding: 11px 15px;
	margin-bottom: 12px;
}
.mdv-comments .submit {
	background: var(--grad-btn); color: #fff;
	border-radius: var(--radius-s);
	padding: 11px 26px; font-weight: 700;
}

/* 404 */
.mdv-404 { padding-top: 80px; padding-bottom: 100px; }
.mdv-404 h1 { font-size: clamp(24px, 3.8vw, 36px); margin-top: 36px; }
.mdv-404 p { color: var(--muted); }
.mdv-404 .mdv-hero__cta { justify-content: center; margin-top: 24px; }
.mdv-term--404 { max-width: 520px; margin-inline: auto; transform: none; }

/* Lightbox */
.mdv-lightbox[hidden] { display: none; }
.mdv-lightbox {
	position: fixed; inset: 0; z-index: 400;
	background: rgba(4, 7, 14, 0.92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	display: flex; align-items: center; justify-content: center;
	padding: 4vmin;
}
.mdv-lightbox img {
	max-width: 92vw; max-height: 88vh;
	width: auto; height: auto;
	border-radius: var(--radius-s);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
	animation: lb-in 0.25s ease;
}
@keyframes lb-in { from { opacity: 0; transform: scale(0.96); } }
.mdv-lightbox__close {
	position: absolute; top: 20px; inset-inline-start: 20px;
	color: #fff; padding: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
}

/* Reveal — opacity gate only when JS is running (progressive enhancement) */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
html.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html.js .reveal { opacity: 1; transform: none; }
}


/* ═══════════ Team ═══════════ */
.mdv-section__head--center { max-width: 700px; margin-inline: auto; text-align: center; }
.mdv-section__head--center p { color: var(--muted); font-size: 16px; margin: 10px 0 0; }

.mdv-team {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 52px;
}
.mdv-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	padding: 28px 16px 24px;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.mdv-member:hover {
	transform: translateY(-6px);
	border-color: rgba(167, 139, 250, 0.42);
	box-shadow: var(--shadow);
}
.mdv-member__photo {
	position: relative;
	width: 108px;
	height: 108px;
	margin-bottom: 16px;
	border-radius: 50%;
	padding: 3px;
	background: var(--grad-btn);
	box-shadow: 0 12px 30px -12px rgba(139, 92, 246, 0.7);
	flex: none;
}
.mdv-member__photo img,
.mdv-member__avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	background: var(--bg-2);
}
.mdv-member__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(196, 181, 253, 0.75);
	background: linear-gradient(150deg, #1b1430, #121a2e);
}
.mdv-member__name { font-size: 16px; font-weight: 800; }
.mdv-member__role { color: var(--cyan); font-size: 13.5px; font-weight: 600; }
a.mdv-member:hover .mdv-member__name { color: #d8c8ff; }

@media (max-width: 1024px) {
	.mdv-team { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
	.mdv-team { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.mdv-member { padding: 22px 10px 18px; }
	.mdv-member__photo { width: 88px; height: 88px; }
	.mdv-member__name { font-size: 15px; }
	.mdv-member__role { font-size: 12.5px; }
}

/* ═══════════ Responsive ═══════════ */
@media (max-width: 1024px) {
	.mdv-hero__in { grid-template-columns: 1fr; gap: 48px; }
	.mdv-hero__visual { max-width: 580px; margin-inline: auto; width: 100%; }
	.mdv-services { grid-template-columns: repeat(2, 1fr); }
	.mdv-grid--portfolio, .mdv-grid--blog { grid-template-columns: repeat(2, 1fr); }
	.mdv-grid--products { grid-template-columns: repeat(2, 1fr); }
	.mdv-steps { grid-template-columns: repeat(2, 1fr); }
	.mdv-step::after { display: none; }
	.mdv-why { grid-template-columns: 1fr; }
	.mdv-why__visual { order: -1; }
	.mdv-feature { grid-template-columns: 1fr; gap: 30px; }
	.mdv-feature:nth-child(even) .mdv-feature__media { order: 0; }
	.mdv-features { gap: 56px; }
	.mdv-founder { grid-template-columns: 1fr; gap: 56px; }
	.mdv-founder__visual { max-width: 340px; }
	.mdv-section__head--split { flex-direction: column; align-items: flex-start; gap: 10px; }
	.mdv-single { grid-template-columns: 1fr; }
	.mdv-single__side { position: static; }
	.mdv-contact { grid-template-columns: 1fr; }
	.mdv-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
	body { font-size: 15px; }
	.mdv-section { padding: 60px 0; }
	.mdv-container { padding-inline: 18px; }

	.mdv-burger { display: inline-flex; }
	body.nav-open { overflow: hidden; }
	/* backdrop-filter would make the sticky header the containing block of the
	   fixed nav (menu would clip to the header box) — use a solid bg instead. */
	.mdv-header {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(7, 11, 20, 0.97);
	}
	.mdv-nav {
		position: fixed;
		inset: var(--header-h) 0 0 0;
		background: rgba(7, 11, 20, 0.98);
		flex-direction: column;
		align-items: stretch;
		padding: 24px;
		gap: 12px;
		transform: translateY(-8px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s, transform 0.2s;
		overflow-y: auto;
		z-index: 190;
	}
	body.nav-open .mdv-nav { opacity: 1; transform: none; pointer-events: auto; }
	.mdv-nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
	.mdv-nav__list a { padding: 13px 16px; font-size: 17px; border-radius: var(--radius-s); }
	.mdv-nav__cta { justify-content: center; margin-top: 8px; }

	.mdv-hero { padding: 48px 0 44px; }
	.mdv-hero__cta .mdv-btn { flex: 1; justify-content: center; }
	.mdv-stats { grid-template-columns: repeat(2, 1fr); gap: 22px; }
	.mdv-stats--hero { gap: 18px; }
	.mdv-services { grid-template-columns: 1fr; }
	.mdv-grid--portfolio, .mdv-grid--blog, .mdv-grid--products { grid-template-columns: 1fr; }
	.mdv-steps { grid-template-columns: 1fr; }
	.mdv-clients__row { gap: 10px; }
	.mdv-client { padding: 8px 14px; }
	.mdv-client img { width: 38px; height: 38px; }
	.mdv-client figcaption { font-size: 12.5px; }
	.mdv-founder__card { inset-inline-start: 0; }
	.mdv-form__row { grid-template-columns: 1fr; }
	.mdv-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.mdv-footer__bar { justify-content: center; text-align: center; }
	.mdv-cta__box { padding: 44px 22px; }
	.mdv-contact__form { padding: 26px 20px; }
}
