/* Lab Visit CRM — public features page */

.lvc-features-body {
	margin: 0;
	min-height: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.lvc-features-page.lvc-landing {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	height: auto;
	overflow-x: clip;
	box-sizing: border-box;
}

.lvc-features-page .lvc-landing-bg {
	overflow: hidden;
	contain: paint;
}

.lvc-features-page .lvc-landing-sheen {
	inset: 0;
	max-width: 100%;
}

.lvc-features {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: min(1120px, 100%);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 16px 12px;
}

.lvc-feat-brand {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
	text-shadow: 0 1px 0 rgba(8, 40, 40, 0.2);
}

.lvc-feat-brand-cta {
	margin-bottom: 8px;
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.95);
}

.lvc-feat-kicker {
	margin: 0 0 10px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(232, 244, 243, 0.78);
}

.lvc-feat-kicker-dark {
	color: var(--lvc-brand, #1b7978);
}

.lvc-feat-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);
	min-height: min(72vh, 560px);
}

.lvc-feat-hero-copy {
	color: #f7fcfb;
	animation: lvc-feat-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lvc-feat-title {
	margin: 0 0 14px;
	font-size: clamp(1.55rem, 3.2vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.28;
	color: rgba(247, 252, 251, 0.96);
}

.lvc-feat-lead {
	margin: 0 0 22px;
	font-size: 1.02rem;
	line-height: 1.75;
	font-weight: 500;
	color: rgba(232, 244, 243, 0.9);
	max-width: 34em;
}

.lvc-feat-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lvc-feat-hero-media {
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	border: 0;
	box-shadow: none;
	background: transparent;
	animation: lvc-feat-rise 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 100%);
}

.lvc-feat-hero-media img,
.lvc-feat-spotlight-media img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.lvc-feat-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: clamp(40px, 7vh, 72px);
}

.lvc-feat-pillar {
	padding: 22px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(232, 244, 243, 0.22);
	backdrop-filter: blur(8px);
	color: #f7fcfb;
	animation: lvc-feat-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lvc-feat-pillar:nth-child(2) { animation-delay: 0.08s; }
.lvc-feat-pillar:nth-child(3) { animation-delay: 0.16s; }

.lvc-feat-pillar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	color: #e8f4f3;
}

.lvc-feat-pillar h2 {
	margin: 0 0 8px;
	font-size: 1.08rem;
	font-weight: 800;
}

.lvc-feat-pillar p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.65;
	color: rgba(232, 244, 243, 0.86);
}

.lvc-feat-journey {
	margin-bottom: clamp(40px, 7vh, 68px);
}

.lvc-feat-journey-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	counter-reset: none;
}

.lvc-feat-journey-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: start;
	padding: 16px 14px;
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(232, 244, 243, 0.22);
	color: #f7fcfb;
	animation: lvc-feat-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lvc-feat-journey-item:nth-child(1) { animation-delay: 0.04s; }
.lvc-feat-journey-item:nth-child(2) { animation-delay: 0.1s; }
.lvc-feat-journey-item:nth-child(3) { animation-delay: 0.16s; }
.lvc-feat-journey-item:nth-child(4) { animation-delay: 0.22s; }

.lvc-feat-journey-n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 0.95rem;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.lvc-feat-journey-item h3 {
	margin: 0 0 6px;
	font-size: 0.98rem;
	font-weight: 800;
}

.lvc-feat-journey-item p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.6;
	color: rgba(232, 244, 243, 0.86);
}

.lvc-feat-spotlight {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(18px, 3vw, 32px);
	align-items: center;
	margin-bottom: clamp(28px, 5vh, 48px);
	padding: clamp(18px, 2.5vw, 28px);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 20px 48px rgba(8, 40, 40, 0.22);
	color: var(--lvc-text, #1a2e2e);
}

.lvc-feat-spotlight-reverse {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.lvc-feat-spotlight-reverse .lvc-feat-spotlight-copy {
	order: 2;
}

.lvc-feat-spotlight-reverse .lvc-feat-spotlight-media {
	order: 1;
}

.lvc-feat-spotlight-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, #0f4f4f);
	line-height: 1.35;
}

.lvc-feat-spotlight-copy > p {
	margin: 0 0 14px;
	font-size: 0.98rem;
	line-height: 1.75;
	color: var(--lvc-muted, #5a6f6f);
}

.lvc-feat-bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.lvc-feat-bullets li {
	position: relative;
	padding-right: 22px;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--lvc-brand-ink, #0f4f4f);
	line-height: 1.5;
}

.lvc-feat-bullets 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, #2a9a98), var(--lvc-brand-deep, #0f5f5e));
}

.lvc-feat-spotlight-media {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(27, 121, 120, 0.12);
	box-shadow: 0 12px 28px rgba(13, 63, 62, 0.1);
	background: #f3f8f8;
}

.lvc-feat-spotlight-media-wide img {
	object-fit: cover;
	object-position: top center;
	min-height: 220px;
}

.lvc-feat-section-head {
	text-align: center;
	margin: 0 0 24px;
	color: #f7fcfb;
}

.lvc-feat-section-head h2 {
	margin: 0 0 10px;
	font-size: clamp(1.4rem, 2.8vw, 1.9rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.lvc-feat-section-head p {
	margin: 0 auto;
	max-width: 36em;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(232, 244, 243, 0.88);
}

.lvc-feat-grid-wrap {
	margin-bottom: clamp(36px, 6vh, 56px);
}

.lvc-feat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.lvc-feat-card {
	padding: 18px 16px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 14px 32px rgba(8, 40, 40, 0.16);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	animation: lvc-feat-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: calc(var(--lvc-feat-i, 0) * 0.03s);
}

.lvc-feat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 42px rgba(8, 40, 40, 0.24);
}

.lvc-feat-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: rgba(27, 121, 120, 0.1);
	color: var(--lvc-brand, #1b7978);
}

.lvc-feat-card h3 {
	margin: 0 0 8px;
	font-size: 1.02rem;
	font-weight: 800;
	color: var(--lvc-brand-ink, #0f4f4f);
}

.lvc-feat-card p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.65;
	color: var(--lvc-muted, #5a6f6f);
}

.lvc-feat-cta {
	text-align: center;
	margin: 0 auto 12px;
	padding: clamp(28px, 4vw, 40px) 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-feat-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(1.25rem, 2.5vw, 1.7rem);
	font-weight: 800;
}

.lvc-feat-cta p {
	margin: 0 0 18px;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(232, 244, 243, 0.88);
}

.lvc-feat-cta .lvc-feat-hero-actions {
	justify-content: center;
}

.lvc-features-page .lvc-landing-top-brand {
	text-decoration: none;
}

.lvc-features-page .lvc-landing-foot {
	margin-top: 8px;

	margin-bottom: 0;
	padding-bottom: 0;
}

@keyframes lvc-feat-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lvc-feat-hero-copy,
	.lvc-feat-hero-media,
	.lvc-feat-pillar,
	.lvc-feat-journey-item,
	.lvc-feat-card {
		animation: none;
	}
}

@media (max-width: 960px) {
	.lvc-feat-hero,
	.lvc-feat-spotlight,
	.lvc-feat-spotlight-reverse,
	.lvc-feat-journey-list {
		grid-template-columns: 1fr;
	}

	.lvc-feat-hero {
		min-height: 0;
	}

	.lvc-feat-hero-media {
		mask-image: none;
		border-radius: 16px;
	}

	.lvc-feat-spotlight-reverse .lvc-feat-spotlight-copy,
	.lvc-feat-spotlight-reverse .lvc-feat-spotlight-media {
		order: initial;
	}

	.lvc-feat-pillars,
	.lvc-feat-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.lvc-feat-pillars,
	.lvc-feat-grid,
	.lvc-feat-journey-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
