/* Lab Visit CRM — «چرا MedLab CRM» page */

.lvc-why-body {
	margin: 0;
	min-height: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.lvc-why-page.lvc-landing {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	height: auto;
	overflow-x: clip;
	box-sizing: border-box;
}

.lvc-why-page .lvc-landing-bg {
	overflow: hidden;
	contain: paint;
}

.lvc-why-page .lvc-landing-sheen {
	inset: 0;
	max-width: 100%;
}

.lvc-why {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: min(1120px, 100%);
	margin: 0 auto;
	box-sizing: border-box;
}

.lvc-why-kicker {
	margin: 0 0 10px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(232, 244, 243, 0.78);
}

.lvc-why-kicker-dark {
	color: var(--lvc-brand);
}

.lvc-why-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(20px, 3vw, 36px);
	align-items: center;
	margin-bottom: clamp(36px, 6vh, 64px);
}

.lvc-why-hero-copy {
	color: #f7fcfb;
}

.lvc-why-title {
	margin: 0 0 14px;
	font-size: clamp(1.85rem, 4vw, 2.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.lvc-why-lead {
	margin: 0 0 22px;
	font-size: 1.05rem;
	line-height: 1.8;
	font-weight: 500;
	color: rgba(232, 244, 243, 0.9);
	max-width: 38em;
}

.lvc-why-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lvc-why-hero-media,
.lvc-why-split-media,
.lvc-why-makers-media {
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 24px 50px rgba(8, 40, 40, 0.32);
	background: rgba(255, 255, 255, 0.08);
}

.lvc-why-hero-media {
	animation: lvc-why-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lvc-why-hero-media img,
.lvc-why-split-media img,
.lvc-why-makers-media img {
	display: block;
	width: 100%;
	height: auto;
}

.lvc-why-section-head {
	text-align: center;
	margin: 0 0 24px;
	color: #f7fcfb;
}

.lvc-why-section-head h2 {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.8vw, 1.9rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.lvc-why-section-head p {
	margin: 0 auto;
	max-width: 38em;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(232, 244, 243, 0.88);
}

.lvc-why-compare {
	margin-bottom: clamp(40px, 7vh, 72px);
}

.lvc-why-compare-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.lvc-why-compare-card {
	padding: 20px 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(232, 244, 243, 0.22);
	color: #f7fcfb;
	backdrop-filter: blur(8px);
}

.lvc-why-compare-card.is-highlight {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(255, 255, 255, 0.7);
	color: var(--lvc-text);
	box-shadow: 0 18px 40px rgba(8, 40, 40, 0.28);
	transform: translateY(-4px);
}

.lvc-why-compare-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	color: #e8f4f3;
}

.lvc-why-compare-card.is-highlight .lvc-why-compare-icon {
	background: rgba(27, 121, 120, 0.12);
	color: var(--lvc-brand);
}

.lvc-why-compare-card h3 {
	margin: 0 0 12px;
	font-size: 1.1rem;
	font-weight: 800;
}

.lvc-why-compare-card.is-highlight h3 {
	color: var(--lvc-brand-ink);
}

.lvc-why-compare-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.lvc-why-compare-card li {
	position: relative;
	padding-right: 18px;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(232, 244, 243, 0.88);
}

.lvc-why-compare-card.is-highlight li {
	color: var(--lvc-muted);
}

.lvc-why-compare-card li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.45em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(232, 244, 243, 0.55);
}

.lvc-why-compare-card.is-highlight li::before {
	background: linear-gradient(135deg, var(--lvc-brand-soft), var(--lvc-brand-deep));
}

.lvc-why-split,
.lvc-why-makers {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(18px, 3vw, 32px);
	align-items: center;
	margin-bottom: clamp(36px, 6vh, 60px);
	padding: clamp(18px, 2.5vw, 28px);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow: 0 20px 48px rgba(8, 40, 40, 0.24);
	color: var(--lvc-text);
}

.lvc-why-makers {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.lvc-why-split-media,
.lvc-why-makers-media {
	border-color: rgba(27, 121, 120, 0.14);
	box-shadow: 0 12px 28px rgba(13, 63, 62, 0.12);
}

.lvc-why-split-copy h2,
.lvc-why-makers-copy h2 {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 2.4vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--lvc-brand-ink);
	line-height: 1.35;
}

.lvc-why-split-copy p,
.lvc-why-makers-copy p {
	margin: 0 0 12px;
	font-size: 0.97rem;
	line-height: 1.8;
	color: var(--lvc-muted);
}

.lvc-why-makers-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.lvc-why-makers-list li {
	position: relative;
	padding-right: 22px;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--lvc-brand-ink);
	line-height: 1.5;
}

.lvc-why-makers-list li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.45em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--lvc-brand-soft), var(--lvc-brand-deep));
}

.lvc-why-reasons {
	margin-bottom: clamp(36px, 6vh, 56px);
}

.lvc-why-reasons-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.lvc-why-reason {
	position: relative;
	padding: 20px 18px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow: 0 14px 32px rgba(8, 40, 40, 0.18);
}

.lvc-why-reason-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 10px;
	border-radius: 12px;
	background: rgba(27, 121, 120, 0.1);
	color: var(--lvc-brand);
	font-weight: 800;
	font-size: 1rem;
}

.lvc-why-reason h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--lvc-brand-ink);
}

.lvc-why-reason p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.7;
	color: var(--lvc-muted);
}

.lvc-why-roadmap {
	text-align: center;
	margin: 0 auto clamp(28px, 5vh, 44px);
	padding: clamp(24px, 4vw, 36px) 20px;
	border-radius: 22px;
	background:
		linear-gradient(160deg, rgba(255, 214, 102, 0.16), rgba(255, 255, 255, 0.08));
	border: 1px solid rgba(255, 214, 102, 0.35);
	color: #f7fcfb;
}

.lvc-why-roadmap-badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 214, 102, 0.22);
	border: 1px solid rgba(255, 214, 102, 0.45);
	color: #fff6d6;
	font-size: 0.82rem;
	font-weight: 800;
}

.lvc-why-roadmap h2 {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 2.6vw, 1.75rem);
	font-weight: 800;
}

.lvc-why-roadmap > p {
	margin: 0 auto 18px;
	max-width: 40em;
	font-size: 0.98rem;
	line-height: 1.75;
	color: rgba(232, 244, 243, 0.9);
}

.lvc-why-roadmap-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.lvc-why-roadmap-chips span {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 0.84rem;
	font-weight: 600;
	color: #e8f4f3;
}

.lvc-why-cta {
	text-align: center;
	margin: 0 auto 20px;
	padding: clamp(24px, 4vw, 36px) 20px;
	border-radius: 22px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(232, 244, 243, 0.28);
	color: #f7fcfb;
}

.lvc-why-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(1.25rem, 2.5vw, 1.7rem);
	font-weight: 800;
}

.lvc-why-cta p {
	margin: 0 0 18px;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(232, 244, 243, 0.88);
}

.lvc-why-cta .lvc-why-actions {
	justify-content: center;
}

.lvc-why-page .lvc-landing-top-brand {
	text-decoration: none;
}

.lvc-why-page .lvc-landing-foot {
	margin-top: 8px;

	margin-bottom: 0;
	padding-bottom: 0;
}

@keyframes lvc-why-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 960px) {
	.lvc-why-hero,
	.lvc-why-split,
	.lvc-why-makers,
	.lvc-why-compare-grid,
	.lvc-why-reasons-grid {
		grid-template-columns: 1fr;
	}

	.lvc-why-compare-card.is-highlight {
		transform: none;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.lvc-why-reasons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
