.lv-sec-lbl {
	font-size: .7rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #9A7B3A;
	font-family: Arial, sans-serif;
	margin-bottom: .8rem;
	display: block;
}

.lv-h2 {
	font-size: 1.9rem;
	font-weight: 400;
	color: #1E2D40;
	margin-bottom: 1.2rem;
	font-family: Georgia, serif;
}

.lv-cta-btn {
	display: inline-block;
	background: #1E2D40;
	color: #fff;
	padding: .9rem 2rem;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: .78rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: background .2s;
}

.lv-cta-btn:hover {
	background: #9A7B3A;
}

.lv-hero {
	background: #F5F0E8;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 80vh;
}

.lv-hero-text {
	padding: 5rem 3rem 5rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lv-hero-text h1 {
	font-size: 2.4rem;
	line-height: 1.25;
	color: #1E2D40;
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-family: Georgia, serif;
}

.lv-hero-text h1 em {
	color: #9A7B3A;
	font-style: normal;
}

.lv-hero-text p {
	font-size: .95rem;
	line-height: 1.8;
	color: #4A4540;
	margin-bottom: 2rem;
	font-family: Arial, sans-serif;
}

.lv-hero-photo {
	position: relative;
	overflow: hidden;
}

.lv-hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

.lv-stat-box {
	position: absolute;
	bottom: 2rem;
	left: 0;
	background: #9A7B3A;
	color: #fff;
	padding: 1.2rem 1.8rem;
}

.lv-stat-box .lv-num {
	font-size: 2rem;
	font-weight: 700;
	display: block;
}

.lv-stat-box .lv-lbl {
	font-size: .68rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	opacity: .9;
}

.lv-stats-bar {
	background: #1E2D40;
	color: #fff;
	padding: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	text-align: center;
	gap: 1rem;
}

.lv-stats-bar .lv-snum {
	font-size: 1.9rem;
	font-weight: 700;
	color: #C9A84C;
	display: block;
}

.lv-stats-bar .lv-slbl {
	font-size: .7rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: #a0b0c0;
	margin-top: .3rem;
	display: block;
}

.lv-sec {
	padding: 4rem 2.5rem;
	background: #FDFAF5;
}

.lv-sec-intro {
	color: #7A746C;
	font-family: Arial, sans-serif;
	font-size: .93rem;
	max-width: 580px;
	margin-bottom: 2rem;
}

.lv-svc-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1.5rem;
}

.lv-svc {
	border: 1px solid #EDE8DF;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
	overflow: hidden;
}

.lv-svc:hover {
	border-color: #C9A84C;
	box-shadow: 0 4px 20px rgba(154,123,58,.08);
}

.lv-svc img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.lv-svc-body {
	padding: 1.5rem;
}

.lv-svc h3 {
	font-size: .88rem;
	font-weight: 700;
	margin-bottom: .6rem;
	font-family: Arial, sans-serif;
	color: #1E2D40;
}

.lv-svc p {
	font-size: .81rem;
	line-height: 1.7;
	color: #7A746C;
	font-family: Arial, sans-serif;
}

.lv-svc ul {
	margin-top: .8rem;
	list-style: none;
	padding: 0;
}

.lv-svc ul li {
	font-size: .78rem;
	color: #4A4540;
	font-family: Arial, sans-serif;
	padding: .28rem 0;
	border-top: 1px solid #EDE8DF;
	display: flex;
	gap: .5rem;
}

.lv-svc ul li::before {
	content: "→";
	color: #9A7B3A;
}

.lv-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.lv-why-img {
	overflow: hidden;
	min-height: 480px;
}

.lv-why-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lv-why-txt {
	padding: 4rem 3rem;
	background: #EDE8DF;
}

.lv-feat {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #d8d0c0;
}

.lv-feat:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.lv-feat-n {
	font-size: 1.8rem;
	color: #C9A84C;
	font-weight: 700;
	min-width: 48px;
	opacity: .7;
}

.lv-feat h4 {
	font-size: .87rem;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #1E2D40;
	margin-bottom: .4rem;
}

.lv-feat p {
	font-size: .82rem;
	color: #4A4540;
	line-height: 1.7;
	font-family: Arial, sans-serif;
}

.lv-ca {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.lv-ca-photo {
	overflow: hidden;
	min-height: 520px;
	position: relative;
}

.lv-ca-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lv-ca-photo-overlay {
	position: absolute;
	background: rgba(30,45,64,.45);
}

.lv-ca-content {
	background: #1E2D40;
	padding: 4rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lv-ca-content .lv-sec-lbl {
	color: #C9A84C;
}

.lv-ca-content .lv-h2 {
	color: #FDFAF5;
}

.lv-ca-intro {
	color: #a0b0c0;
	font-family: Arial, sans-serif;
	font-size: .91rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.lv-ca-quote {
	border-left: 2px solid #9A7B3A;
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}

.lv-ca-quote p {
	color: #C9A84C;
	font-family: Arial, sans-serif;
	font-size: .86rem;
	line-height: 1.8;
	font-style: italic;
}

.lv-ca-items {
	display: flex;
	flex-direction: column;
	gap: .9rem;
	margin-bottom: 2rem;
}

.lv-ca-item {
	border: 1px solid #2E4057;
	background: #243347;
	padding: 1.2rem;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	transition: border-color .2s;
}

.lv-ca-item:hover {
	border-color: #9A7B3A;
}

.lv-ca-num {
	min-width: 30px;
	height: 30px;
	background: #9A7B3A;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .7rem;
	font-family: Arial, sans-serif;
	font-weight: 700;
	flex-shrink: 0;
}

.lv-ca-item h4 {
	color: #FDFAF5;
	font-family: Arial, sans-serif;
	font-size: .85rem;
	margin-bottom: .25rem;
}

.lv-ca-item p {
	color: #7A90A8;
	font-family: Arial, sans-serif;
	font-size: .78rem;
	line-height: 1.55;
}

.lv-process {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.lv-process-img {
	overflow: hidden;
	min-height: 400px;
}

.lv-process-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lv-process-txt {
	padding: 4rem 3rem;
	background: #F5F0E8;
}

.lv-steps {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.lv-step {
	display: flex;
	gap: 1.2rem;
	align-items: flex-start;
}

.lv-step-n {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #1E2D40;
	color: #C9A84C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
	font-weight: 700;
	font-family: Arial, sans-serif;
	flex-shrink: 0;
}

.lv-step h4 {
	font-size: .87rem;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #1E2D40;
	margin-bottom: .3rem;
}

.lv-step p {
	font-size: .8rem;
	color: #7A746C;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

.lv-sectors {
	padding: 4rem 2.5rem;
	background: #FDFAF5;
}

.lv-sec-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1rem;
	margin-top: 2rem;
}

.lv-sec-item {
	border: 1px solid #EDE8DF;
	padding: 1.5rem;
	text-align: center;
	background: #fff;
	transition: all .2s;
}

.lv-sec-item:hover {
	border-color: #9A7B3A;
	background: #F5F0E8;
}

.lv-sec-icon {
	font-size: 1.3rem;
	margin-bottom: .6rem;
	display: block;
}

.lv-sec-item h4 {
	font-size: .72rem;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4A4540;
}

.lv-testi-sec {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.lv-testi-photo {
	overflow: hidden;
	min-height: 400px;
	position: relative;
}

.lv-testi-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lv-testi-photo-overlay {
	position: absolute;
	background: rgba(30,45,64,.3);
}

.lv-testi-content {
	background: #2E4057;
	padding: 4rem 3rem;
}

.lv-testi-content .lv-sec-lbl {
	color: #C9A84C;
}

.lv-testi-content .lv-h2 {
	color: #FDFAF5;
	margin-bottom: 2rem;
}

.lv-testi {
	border: 1px solid #3a5068;
	padding: 1.6rem;
	background: #243347;
	margin-bottom: 1.2rem;
}

.lv-testi:last-child {
	margin-bottom: 0;
}

.lv-stars {
	color: #C9A84C;
	font-size: .8rem;
	margin-bottom: .6rem;
}

.lv-testi q {
	font-size: .84rem;
	line-height: 1.7;
	color: #a0b8cc;
	font-style: italic;
	display: block;
	margin-bottom: 1rem;
}

.lv-t-author {
	display: flex;
	align-items: center;
	gap: .8rem;
}

.lv-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #9A7B3A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .73rem;
	font-weight: 700;
	color: #fff;
	font-family: Arial, sans-serif;
}

.lv-t-name {
	font-size: .82rem;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #FDFAF5;
}

.lv-t-role {
	font-size: .72rem;
	color: #7A90A8;
	font-family: Arial, sans-serif;
}

.lv-cta-final {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.lv-cta-final img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lv-cta-overlay {
	position: absolute;
	background: rgba(30,45,64,.75);
}

.lv-cta-inner {
	position: relative;
	z-index: 1;
	padding: 4rem 2.5rem;
}

.lv-cta-inner h2 {
	font-size: 2.1rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 1rem;
	font-family: Georgia, serif;
}

.lv-cta-inner p {
	color: #EDE8DF;
	font-family: Arial, sans-serif;
	margin-bottom: 2rem;
}

.lv-cta-light {
	background: #9A7B3A;
	color: #fff;
	padding: .9rem 2.5rem;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: .78rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
}

.lv-footer {
	background: #1E2D40;
	padding: 3rem 2.5rem;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 3rem;
}

.lv-f-logo {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 3px;
	color: #FDFAF5;
	margin-bottom: 1rem;
	display: block;
}

.lv-f-logo span {
	color: #C9A84C;
}

.lv-footer p,.lv-footer a {
	font-size: .77rem;
	font-family: Arial, sans-serif;
	color: #7A90A8;
	text-decoration: none;
	line-height: 2.3;
}

.lv-footer a:hover {
	color: #C9A84C;
}

.lv-footer h5 {
	font-size: .67rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4A6070;
	font-family: Arial, sans-serif;
	margin-bottom: .8rem;
}

.lv-f-bottom {
	background: #16222f;
	color: #3a5068;
	text-align: center;
	padding: 1rem;
	font-size: .72rem;
	font-family: Arial, sans-serif;
}