@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap");

:root {
	--lgv-blue: #0f4aa8;
	--lgv-blue-dark: #0d2f6b;
	--lgv-green: #3caf38;
	--lgv-ink: #183153;
	--lgv-muted: #5d6f87;
	--lgv-border: #d8e1ef;
	--lgv-soft: #f5f8fc;
	--lgv-white: #ffffff;
	--lgv-shadow: 0 18px 40px rgba(15, 54, 109, 0.12);
}

/* Global type scale override */
body.lgv-refresh-body {
	font-size: 20px;
	line-height: 1.76;
}

.lgv-brand__text strong,
.lgv-refresh-front .lgv-brand__text strong,
.lgv-refresh-singular .lgv-brand__text strong,
.lgv-refresh-archive .lgv-brand__text strong,
.lgv-refresh-404 .lgv-brand__text strong {
	font-size: clamp(1.7rem, 2.2vw, 2.45rem);
	line-height: 1.04;
}

.lgv-brand__text small,
.lgv-refresh-front .lgv-brand__text small,
.lgv-refresh-singular .lgv-brand__text small,
.lgv-refresh-archive .lgv-brand__text small,
.lgv-refresh-404 .lgv-brand__text small {
	font-size: 1.18rem;
}

.lgv-header-item strong,
.lgv-refresh-front .lgv-header-item strong,
.lgv-refresh-singular .lgv-header-item strong,
.lgv-refresh-archive .lgv-header-item strong,
.lgv-refresh-404 .lgv-header-item strong {
	font-size: 1.24rem;
}

.lgv-header-item span,
.lgv-header-links a,
.lgv-header-links .lang-item a,
.lgv-refresh-front .lgv-header-item span,
.lgv-refresh-front .lgv-header-links a,
.lgv-refresh-singular .lgv-header-item span,
.lgv-refresh-singular .lgv-header-links a,
.lgv-refresh-archive .lgv-header-item span,
.lgv-refresh-archive .lgv-header-links a,
.lgv-refresh-404 .lgv-header-item span,
.lgv-refresh-404 .lgv-header-links a {
	font-size: 1.12rem;
}

.lgv-menu a {
	font-size: 1.24rem;
}

.lgv-button,
.lgv-button--nav,
.lgv-refresh-front .lgv-button,
.lgv-refresh-singular .lgv-button,
.lgv-refresh-archive .lgv-button,
.lgv-refresh-404 .lgv-button {
	font-size: 1.08rem;
}

.lgv-eyebrow {
	font-size: 1.02rem;
}

.lgv-heading h2,
.lgv-cta h2,
.lgv-contact__copy h2,
.lgv-refresh-front .lgv-heading h2,
.lgv-refresh-singular .lgv-heading h2,
.lgv-refresh-archive .lgv-heading h2,
.lgv-refresh-404 .lgv-heading h2 {
	font-size: clamp(2.45rem, 3vw, 3.45rem);
}

.lgv-hero h1,
.lgv-refresh-front .lgv-hero h1 {
	font-size: clamp(3.2rem, 5.5vw, 5.4rem);
}

.lgv-refresh-singular .lgv-inner-hero h1,
.lgv-refresh-archive .lgv-inner-hero h1,
.lgv-refresh-404 .lgv-inner-hero h1 {
	font-size: clamp(2.85rem, 4.5vw, 4.95rem);
}

.lgv-subtitle,
.lgv-heading p,
.lgv-cta p,
.lgv-contact__copy p,
.lgv-mini-card p,
.lgv-service-card p,
.lgv-step p,
.lgv-testimonial p,
.lgv-side-card p,
.lgv-article-card__content,
.lgv-article-card__content p,
.lgv-article-card__content li {
	font-size: 1.12rem;
	line-height: 1.78;
}

.lgv-service-card h3,
.lgv-info-card h3,
.lgv-refresh-singular .lgv-info-card h3,
.lgv-refresh-archive .lgv-info-card h3,
.lgv-refresh-404 .lgv-info-card h3 {
	font-size: 1.34rem;
	line-height: 1.2;
}

.lgv-info-card p,
.lgv-refresh-singular .lgv-info-card p,
.lgv-refresh-archive .lgv-info-card p,
.lgv-refresh-404 .lgv-info-card p {
	font-size: 1.1rem;
	line-height: 1.72;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content p,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content li {
	font-size: 1.18rem;
	line-height: 1.84;
}

@media (max-width: 720px) {
	body.lgv-refresh-body {
		font-size: 18px;
	}

	.lgv-brand__text strong {
		font-size: 1.42rem;
	}

	.lgv-brand__text small,
	.lgv-header-item strong,
	.lgv-header-item span,
	.lgv-header-links a,
	.lgv-menu a,
	.lgv-button {
		font-size: 1rem;
	}

	.lgv-heading h2,
	.lgv-refresh-singular .lgv-heading h2,
	.lgv-refresh-archive .lgv-heading h2,
	.lgv-refresh-404 .lgv-heading h2 {
		font-size: 2.2rem;
	}

	.lgv-hero h1,
	.lgv-refresh-front .lgv-hero h1,
	.lgv-refresh-singular .lgv-inner-hero h1,
	.lgv-refresh-archive .lgv-inner-hero h1,
	.lgv-refresh-404 .lgv-inner-hero h1 {
		font-size: 2.5rem;
	}

	.lgv-subtitle,
	.lgv-heading p,
	.lgv-cta p,
	.lgv-article-card__content,
	.lgv-article-card__content p,
	.lgv-article-card__content li,
	.lgv-info-card p {
		font-size: 1rem;
		line-height: 1.72;
	}

	.lgv-services-hub-lead {
		grid-template-columns: 1fr;
	}

	.lgv-services-hub-lead__intro {
		padding: 26px 22px 28px;
	}

	.lgv-services-hub-lead__intro h2 {
		font-size: 2.05rem;
	}

	.lgv-contact-split {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 26px 20px;
	}

	.lgv-contact-split__item {
		grid-template-columns: 68px 1fr;
		gap: 16px;
	}

	.lgv-contact-split__icon {
		width: 64px;
		height: 64px;
		font-size: 1.6rem;
	}

	.lgv-contact-split__form input[type="submit"],
	.lgv-contact-split__form button {
		width: 100%;
	}
}

/* Header and hero readability override */
.lgv-refresh-front .lgv-menu a,
.lgv-refresh-singular .lgv-menu a,
.lgv-refresh-archive .lgv-menu a,
.lgv-refresh-404 .lgv-menu a {
	font-size: 1.52rem;
}

.lgv-refresh-front .lgv-brand__text small,
.lgv-refresh-singular .lgv-brand__text small,
.lgv-refresh-archive .lgv-brand__text small,
.lgv-refresh-404 .lgv-brand__text small {
	font-size: 1.02rem;
}

.lgv-refresh-front .lgv-header-item strong,
.lgv-refresh-singular .lgv-header-item strong,
.lgv-refresh-archive .lgv-header-item strong,
.lgv-refresh-404 .lgv-header-item strong {
	font-size: 1.08rem;
}

.lgv-refresh-front .lgv-header-item span,
.lgv-refresh-singular .lgv-header-item span,
.lgv-refresh-archive .lgv-header-item span,
.lgv-refresh-404 .lgv-header-item span {
	font-size: 1rem;
}

.lgv-refresh-front .lgv-hero .lgv-eyebrow,
.lgv-refresh-singular .lgv-inner-hero .lgv-eyebrow,
.lgv-refresh-archive .lgv-inner-hero .lgv-eyebrow,
.lgv-refresh-404 .lgv-inner-hero .lgv-eyebrow {
	font-size: 1.14rem;
}

.lgv-refresh-front .lgv-hero .lgv-subtitle,
.lgv-refresh-singular .lgv-inner-hero .lgv-subtitle,
.lgv-refresh-archive .lgv-inner-hero .lgv-subtitle,
.lgv-refresh-404 .lgv-inner-hero .lgv-subtitle {
	font-size: 1.22rem;
	line-height: 1.65;
}

.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services) > .sub-menu,
.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services) > ul.sub-menu {
	display: none !important;
}

.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services).menu-item-has-children > a::after,
.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services) > a::after {
	display: none !important;
	content: none !important;
}

/* Match inner pages to home header/hero scale */
.lgv-refresh-singular .lgv-brand__text strong,
.lgv-refresh-archive .lgv-brand__text strong,
.lgv-refresh-404 .lgv-brand__text strong {
	font-size: clamp(1.1rem, 1.45vw, 1.55rem);
}

.lgv-refresh-singular .lgv-brand__text small,
.lgv-refresh-archive .lgv-brand__text small,
.lgv-refresh-404 .lgv-brand__text small {
	font-size: 1.02rem;
	letter-spacing: 0.06em;
}

.lgv-refresh-singular .lgv-header-item strong,
.lgv-refresh-archive .lgv-header-item strong,
.lgv-refresh-404 .lgv-header-item strong {
	font-size: 1.3rem;
}

.lgv-refresh-singular .lgv-header-item span,
.lgv-refresh-singular .lgv-header-links a,
.lgv-refresh-archive .lgv-header-item span,
.lgv-refresh-archive .lgv-header-links a,
.lgv-refresh-404 .lgv-header-item span,
.lgv-refresh-404 .lgv-header-links a {
	font-size: 1.3rem;
}

.lgv-refresh-singular .lgv-menu a,
.lgv-refresh-archive .lgv-menu a,
.lgv-refresh-404 .lgv-menu a {
	min-height: 44px;
	padding: 0 16px;
	font-size: 1.4rem;
	border-radius: 999px;
}

.lgv-refresh-singular .lgv-inner-hero .lgv-eyebrow,
.lgv-refresh-archive .lgv-inner-hero .lgv-eyebrow,
.lgv-refresh-404 .lgv-inner-hero .lgv-eyebrow {
	font-size: 1.14rem;
}

.lgv-refresh-singular .lgv-inner-hero .lgv-subtitle,
.lgv-refresh-archive .lgv-inner-hero .lgv-subtitle,
.lgv-refresh-404 .lgv-inner-hero .lgv-subtitle {
	font-size: 1.22rem;
	line-height: 1.65;
}

/* Footer final override */
.lgv-site-footer {
	background: #2f2f2f;
	color: #aaaaaa;
	padding: 50px 20px 26px;
}

.lgv-site-footer__grid,
.lgv-site-footer__bottom {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.lgv-site-footer__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
}

.lgv-footer-brand {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	align-items: flex-start;
	gap: 16px;
}

.lgv-footer-brand img {
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	border-radius: 50%;
	background: #444444;
	padding: 8px;
	filter: brightness(0) invert(1) grayscale(1);
}

.lgv-footer-brand__name {
	margin: 2px 0 10px;
	color: #ffffff;
	font-size: 1.30rem !important;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.45;
}

.lgv-footer-brand > div > p:not(.lgv-footer-brand__name) {
	margin: 0 0 10px;
	color: #d1d1d1;
	font-size: 1.20rem;
	line-height: 1.45;
}

.lgv-footer-block h3 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 1.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.lgv-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0;
}

.lgv-footer-links li {
	margin: 0;
	list-style: none;
}

.lgv-footer-links a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 14px;
	color: #cccccc;
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 1.32;
	transition: color 0.18s ease, transform 0.18s ease;
}

.lgv-footer-links a::before {
	content: "\203A";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-52%);
	color: #4da3ff;
	font-size: 0.95rem;
	line-height: 1;
}

.lgv-footer-links a:hover {
	color: #ffffff;
	transform: translateX(4px);
}

.lgv-footer-block--about p {
	max-width: 300px;
	color: #f0f0f0;
	font-size: 1.04rem;
	line-height: 1.78;
	text-align: left;
}

.lgv-site-footer__bottom {
	display: block;
	margin-top: 30px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.lgv-site-footer__bottom p {
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.lgv-site-footer__bottom a {
	color: #c9a57b;
	text-decoration: none;
	font-size: 1rem;
}

.lgv-site-footer__bottom span {
	color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 1100px) {
	.lgv-site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.lgv-site-footer__grid > :first-child,
	.lgv-site-footer__grid > :last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.lgv-site-footer {
		padding-left: 16px;
		padding-right: 16px;
		text-align: center;
	}

	.lgv-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lgv-footer-brand {
		flex-direction: column;
		align-items: center;
	}

	.lgv-footer-brand > div > p:not(.lgv-footer-brand__name),
	.lgv-footer-block--about p {
		max-width: none;
		text-align: center;
	}

	.lgv-site-footer__bottom p {
		display: flex;
		gap: 8px;
	}
}

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

html {
	scroll-behavior: smooth;
}

body.lgv-refresh-body {
	margin: 0;
	font-family: "Segoe UI", Arial, sans-serif;
	color: var(--lgv-ink);
	background: #fff;
	font-size: 19px;
	line-height: 1.72;
}

.lgv-site-header {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 255, 0.98) 100%);
	border-bottom: 1px solid rgba(216, 225, 239, 0.8);
	position: relative;
	z-index: 20;
	backdrop-filter: blur(10px);
}

.lgv-site-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0 14px;
}

.lgv-brand {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	text-decoration: none;
}

.lgv-brand img {
	width: 92px;
	height: 92px;
	flex: 0 0 92px;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(15, 74, 168, 0.14));
}

.lgv-brand__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.lgv-brand__text strong {
	color: #182235;
	font-size: clamp(1.48rem, 2vw, 2.28rem);
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.lgv-brand__text small {
	color: #7d8ba1;
	font-size: 1.12rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.lgv-header-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
}

.lgv-header-contact {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.lgv-header-item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--lgv-blue);
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #d7e2f3;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(15, 54, 109, 0.08);
}

.lgv-header-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.45rem;
	line-height: 1;
}

.lgv-header-item strong,
.lgv-header-item span {
	display: block;
}

.lgv-header-item strong {
	color: #183153;
	font-size: 1.16rem;
}

.lgv-header-item span {
	color: #72839b;
	font-size: 1.05rem;
}

.lgv-header-links {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.lgv-header-links a,
.lgv-header-links .lang-item a {
	color: #567fd5;
	text-decoration: none;
	font-size: 1.1rem;
}

.lgv-header-links .lang-item {
	list-style: none;
}

.lgv-header-links .lang-item.current-lang a {
	font-weight: 700;
}

.lgv-site-header__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 14px 0 18px;
}

.lgv-main-nav {
	flex: 1 1 auto;
	overflow: visible;
	position: relative;
	z-index: 40;
}

.lgv-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

.lgv-menu li {
	margin: 0;
	position: relative;
}

.lgv-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 999px;
	color: #20304a;
	text-decoration: none;
	font-size: 1.18rem;
	font-weight: 700;
	background: transparent;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.lgv-menu .current-menu-item a,
.lgv-menu .current_page_item a,
.lgv-menu a:hover {
	color: #0f4aa8;
	background: #eaf2ff;
	transform: translateY(-1px);
}

.lgv-menu .menu-item-has-children > a {
	padding-right: 36px;
}

.lgv-menu .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-60%) rotate(45deg);
}

.lgv-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 30;
	min-width: 260px;
	margin: 8px 0 0;
	padding: 16px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--lgv-border);
	border-radius: 18px;
	box-shadow: 0 18px 36px rgba(15, 54, 109, 0.14);
	display: grid;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.lgv-menu > .menu-item-has-children > .sub-menu {
	min-width: min(920px, calc(100vw - 64px));
	padding: 22px;
	grid-template-columns: repeat(2, minmax(240px, 1fr));
	gap: 12px 18px;
}

.lgv-menu > .lgv-menu-item-services > .sub-menu {
	min-width: min(980px, calc(100vw - 64px));
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	left: 0;
}

.lgv-menu .sub-menu li {
	width: 100%;
}

.lgv-menu .sub-menu .sub-menu {
	top: -12px;
	left: calc(100% + 10px);
	margin: 0;
}

.lgv-menu > .menu-item-has-children > .sub-menu > li > a {
	padding: 16px 18px;
	border-radius: 14px;
	font-size: 1.08rem;
	font-weight: 700;
}

.lgv-menu > .lgv-menu-item-services > .sub-menu > li > a {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1.35;
}

.lgv-menu .sub-menu a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	min-height: 0;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 1rem;
	background: #f8fbff;
	border: 1px solid #e3ebf7;
	color: #173768;
	line-height: 1.45;
}

.lgv-menu .sub-menu a:hover {
	background: #edf4ff;
	color: var(--lgv-blue);
}

.lgv-menu > .lgv-menu-item-services:hover > .sub-menu,
.lgv-menu > .lgv-menu-item-services.lgv-menu-open > .sub-menu,
.lgv-menu > .lgv-menu-item-services:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services) > .sub-menu {
	display: none !important;
}

.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services) .sub-menu {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.lgv-main-nav .lgv-menu > li:not(.lgv-menu-item-services).menu-item-has-children > a::after {
	display: none !important;
}

.lgv-button--nav {
	min-width: 264px;
	border-radius: 14px;
	background: linear-gradient(135deg, #2f74de 0%, #0f4aa8 100%);
}

body.lgv-refresh-body.admin-bar {
	scroll-padding-top: 32px;
}

.lgv-home img,
.lgv-inner img {
	display: block;
	width: 100%;
}

.lgv-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.lgv-section {
	padding: 72px 0;
}

.lgv-section--soft {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.lgv-heading {
	text-align: center;
	margin-bottom: 36px;
}

.lgv-heading h2,
.lgv-cta h2,
.lgv-contact__copy h2,
.lgv-inner-hero h1 {
	margin: 0;
	font-size: clamp(2.2rem, 2.6vw, 3.2rem);
	line-height: 1.08;
	color: var(--lgv-blue-dark);
}

.lgv-eyebrow {
	margin: 0 0 10px;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lgv-eyebrow--blue {
	color: var(--lgv-blue);
}

.lgv-subtitle,
.lgv-heading p,
.lgv-cta p,
.lgv-contact__copy p,
.lgv-mini-card p,
.lgv-service-card p,
.lgv-step p,
.lgv-testimonial p,
.lgv-side-card p,
.lgv-article-card__content {
	color: var(--lgv-muted);
	line-height: 1.7;
}

.lgv-hero {
	position: relative;
	min-height: 660px;
	background:
		linear-gradient(90deg, rgba(8, 37, 79, 0.88) 0%, rgba(8, 37, 79, 0.72) 45%, rgba(8, 37, 79, 0.5) 100%),
		var(--lgv-hero-image) center/cover no-repeat;
	display: flex;
	align-items: center;
}

.lgv-hero__inner {
	padding: 72px 0;
}

.lgv-hero__content {
	max-width: 700px;
	color: var(--lgv-white);
}

.lgv-hero__content .lgv-eyebrow,
.lgv-hero__content .lgv-subtitle {
	color: rgba(255, 255, 255, 0.9);
}

.lgv-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(3.05rem, 5.2vw, 5.1rem);
	line-height: 1.02;
	color: var(--lgv-white);
}

.lgv-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.lgv-actions--center {
	justify-content: center;
}

.lgv-actions--compact {
	margin-top: 20px;
}

.lgv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 1.03rem;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(10, 36, 76, 0.16);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lgv-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(10, 36, 76, 0.22);
}

.lgv-button--green {
	background: var(--lgv-green);
	color: #fff;
}

.lgv-button--blue {
	background: var(--lgv-blue);
	color: #fff;
}

.lgv-button--full {
	width: 100%;
}

.lgv-strip {
	background: #fff;
	border-top: 1px solid var(--lgv-border);
	border-bottom: 1px solid var(--lgv-border);
}

.lgv-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lgv-mini-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 24px 20px;
}

.lgv-mini-card + .lgv-mini-card {
	border-left: 1px solid var(--lgv-border);
}

.lgv-mini-card__icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	color: var(--lgv-blue);
}

.lgv-mini-card h2 {
	margin: 0 0 6px;
	font-size: 1.95
	rem;
	color: var(--lgv-blue-dark);
}

.lgv-mini-card p {
	margin: 0;
	font-size: 1.45rem;
}

.lgv-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lgv-services--slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 360px);
	grid-template-columns: none;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.lgv-services--slider .lgv-service-card {
	scroll-snap-align: start;
}

.lgv-content-slider {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 10px;
	scrollbar-width: thin;
}

.lgv-content-slider__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(320px, 78%);
	gap: 18px;
}

.lgv-content-slider__item {
	scroll-snap-align: start;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(15, 54, 109, 0.1);
	border: 1px solid var(--lgv-border);
	background: #fff;
}

.lgv-content-slider__item img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.lgv-slider-toolbar {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin: -8px 0 20px;
}

.lgv-slider-arrow {
	width: 48px;
	height: 48px;
	border: 1px solid var(--lgv-border);
	border-radius: 999px;
	background: #fff;
	color: var(--lgv-blue-dark);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(15, 54, 109, 0.1);
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.lgv-slider-arrow:hover {
	transform: translateY(-1px);
	background: var(--lgv-blue);
	color: #fff;
}

.lgv-service-card,
.lgv-step,
.lgv-testimonial,
.lgv-contact__panel,
.lgv-article-card,
.lgv-side-card,
.lgv-info-card {
	background: var(--lgv-white);
	border: 1px solid var(--lgv-border);
	border-radius: 22px;
	box-shadow: var(--lgv-shadow);
}

.lgv-service-card {
	overflow: hidden;
}

.lgv-service-card img {
	height: 220px;
	object-fit: cover;
}

.lgv-service-card__body {
	padding: 22px;
}

.lgv-service-card h3,
.lgv-step h3,
.lgv-testimonial h3,
.lgv-contact__panel h3,
.lgv-side-card h2 {
	margin: 0 0 10px;
	font-size: 1.48rem;
	color: var(--lgv-blue-dark);
}

.lgv-service-card p,
.lgv-step p,
.lgv-testimonial p,
.lgv-side-card p {
	margin: 0 0 18px;
}

.lgv-service-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 10px;
	background: var(--lgv-blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.lgv-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.lgv-step {
	padding: 28px 24px;
	text-align: center;
}

.lgv-step__number {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #eff5ff 0%, #dfe9fb 100%);
	color: var(--lgv-blue);
	font-size: 1.8rem;
	font-weight: 900;
	border: 1px solid #cfdcf3;
}

.lgv-cta {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 36px;
	border-radius: 28px;
	background: linear-gradient(135deg, #f6fbff 0%, #edf5ff 100%);
	border: 1px solid var(--lgv-border);
}

.lgv-cta p {
	margin: 10px 0 0;
}

.lgv-logo-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.lgv-logo-row span {
	display: grid;
	place-items: center;
	min-height: 88px;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--lgv-border);
	border-radius: 18px;
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--lgv-blue-dark);
	letter-spacing: 0.02em;
	box-shadow: 0 10px 26px rgba(15, 54, 109, 0.08);
}

.lgv-client-logos {
	margin: 26px 0 0;
}

.lgv-client-logos--plugin .wpls-wrap,
.lgv-client-logos--plugin .wpls-logo-showcase-slider-wrp {
	margin: 0;
}

.lgv-client-logos--plugin .wpls-logo-showcase {
	padding: 14px 58px !important;
	border: 1px solid var(--lgv-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--lgv-shadow);
}

.lgv-client-logos--plugin .wpls-logo-cnt.slick-slide {
	margin: 0 6px;
}

.lgv-client-logos--plugin .wpls-logo-cnt.slick-slide > div,
.lgv-client-logos--plugin .wpls-fix-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
}

.lgv-client-logos--plugin .wpls-fix-box img,
.lgv-client-logos--plugin .wpls-logo-cnt img.wp-post-image {
	width: auto;
	max-width: 100%;
	max-height: 62px !important;
	object-fit: contain;
}

.lgv-client-logos--plugin .logo-title {
	display: none !important;
}

.lgv-client-logos--plugin .slick-arrow {
	width: 42px !important;
	height: 42px !important;
	background: var(--lgv-blue) !important;
	color: #fff !important;
	box-shadow: 0 14px 24px rgba(10, 36, 76, 0.18);
}

.lgv-client-logos--plugin .slick-arrow:hover {
	background: var(--lgv-blue-dark) !important;
}

.lgv-client-logos--plugin .slick-prev {
	left: 8px !important;
}

.lgv-client-logos--plugin .slick-next {
	right: 8px !important;
}

.lgv-client-logos--plugin .slick-dots {
	left: 24px !important;
	right: 24px !important;
	bottom: -18px !important;
}

.lgv-client-logos--plugin .slick-dots li button {
	border-color: var(--lgv-blue) !important;
}

.lgv-client-logos--plugin .slick-dots li.slick-active button {
	background: var(--lgv-blue) !important;
}

.lgv-testimonials {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.lgv-testimonials--slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(320px, 46%);
	grid-template-columns: none;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.lgv-testimonials--slider .lgv-testimonial {
	scroll-snap-align: start;
}

.lgv-testimonial {
	padding: 24px;
}

.lgv-stars {
	margin-bottom: 10px;
	color: #f4b942;
	letter-spacing: 0.12em;
	font-size: 1.05rem;
}

.lgv-contact {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	gap: 28px;
	align-items: start;
}

.lgv-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lgv-info-card {
	padding: 28px 24px;
}

.lgv-info-card h3 {
	margin: 0 0 12px;
	font-size: 1.38rem;
	color: var(--lgv-blue-dark);
}

.lgv-info-card p {
	margin: 0;
	color: var(--lgv-muted);
	line-height: 1.75;
}

.lgv-contact__list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	color: var(--lgv-muted);
	line-height: 1.9;
}

.lgv-contact__panel,
.lgv-side-card {
	padding: 28px;
}

.lgv-side-card--inline {
	margin-top: 24px;
}

.lgv-side-card__list {
	margin: 0 0 22px;
	padding-left: 20px;
	color: var(--lgv-muted);
	line-height: 1.8;
}

.lgv-side-card__list li + li {
	margin-top: 6px;
}

.lgv-builder-home {
	padding: 0 0 48px;
}

.lgv-builder-home__content > .elementor {
	width: 100%;
}

.lgv-builder-page {
	padding: 0 0 48px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.lgv-builder-page__content > .elementor {
	width: 100%;
}

.lgv-builder-home__content .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1180px;
}

.lgv-builder-page__content .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1180px;
}

.lgv-builder-home__content .elementor-widget-wrap > .elementor-element.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.lgv-builder-page__content .elementor-widget-wrap > .elementor-element.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.lgv-site-footer {
	padding: 56px 0 24px;
	background: linear-gradient(180deg, #0f2448 0%, #0a1830 100%);
	color: rgba(255, 255, 255, 0.84);
}

.lgv-site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 28px;
	align-items: start;
}

.lgv-footer-brand {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.lgv-footer-brand img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	flex: 0 0 72px;
}

.lgv-footer-brand h2,
.lgv-footer-block h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.8rem;
}

.lgv-footer-brand p,
.lgv-footer-block p,
.lgv-footer-block a {
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
	line-height: 1.7;
	font-size: 1.35rem;
}

.lgv-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.lgv-footer-block nav {
	max-height: none;
	overflow: visible;
	padding-right: 0;
}

.lgv-footer-menu li {
	margin: 0;
	list-style: none;
}

.lgv-footer-menu a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	font-weight: 600;
	font-size: 1.02rem;
	line-height: 1.45;
}

.lgv-footer-menu > li > a {
	color: #ffffff;
	font-weight: 700;
}

.lgv-footer-menu .sub-menu {
	margin: 8px 0 0 14px;
	padding: 0 0 0 14px;
	list-style: none;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	display: grid;
	gap: 8px;
}

.lgv-footer-menu .sub-menu a {
	font-weight: 400;
	font-size: 1rem;
}

.lgv-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.98rem;
}

.lgv-site-footer__bottom a {
	color: #fff;
	text-decoration: none;
}

.lgv-footer-menu a:hover,
.lgv-footer-block a:hover {
	color: #fff;
}

.lgv-contact__panel .lgv-button + .lgv-button,
.lgv-side-card .lgv-button + .lgv-button {
	margin-top: 12px;
}

.lgv-inner-hero {
	padding: 110px 0 72px;
	background:
		linear-gradient(90deg, rgba(8, 37, 79, 0.9) 0%, rgba(8, 37, 79, 0.68) 100%),
		var(--lgv-inner-image) center/cover no-repeat;
}

.lgv-inner-hero .lgv-eyebrow,
.lgv-inner-hero h1,
.lgv-inner-hero .lgv-subtitle,
.lgv-back-link {
	color: #fff;
}

.lgv-inner-hero h1 {
	max-width: 900px;
	margin-bottom: 14px;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.lgv-inner-hero--service {
	padding-top: 128px;
	padding-bottom: 88px;
}

.lgv-section--service-intro {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.lgv-service-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.lgv-article-card__content--service {
	font-size: 1.05rem;
}

.lgv-article-card__content--service h2 {
	margin-top: 1.8em;
	padding-top: 1.2em;
	border-top: 1px solid var(--lgv-border);
}

.lgv-service-intro__aside {
	position: sticky;
	top: 24px;
}

.lgv-service-points {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.lgv-service-point {
	padding: 18px 18px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
	border: 1px solid #dbe6f7;
}

.lgv-service-point h3 {
	margin: 0 0 8px;
	font-size: 1.06rem;
	color: var(--lgv-blue-dark);
}

.lgv-service-point p {
	margin: 0;
	color: var(--lgv-muted);
	line-height: 1.7;
}

.lgv-back-link {
	display: inline-block;
	margin-bottom: 24px;
	text-decoration: none;
	font-weight: 700;
	opacity: 0.9;
}

.lgv-article-card {
	overflow: hidden;
}

.lgv-article-card__image {
	max-height: 360px;
	object-fit: cover;
}

.lgv-article-card__content {
	padding: 30px;
}

.lgv-article-card__content h1,
.lgv-article-card__content h2,
.lgv-article-card__content h3,
.lgv-article-card__content h4 {
	color: var(--lgv-blue-dark);
	line-height: 1.18;
}

.lgv-article-card__content p,
.lgv-article-card__content li,
.lgv-article-card__content blockquote {
	font-size: 1.12rem;
}

.lgv-article-card__content a {
	color: var(--lgv-blue);
	font-weight: 700;
}

.lgv-article-card__content ul,
.lgv-article-card__content ol {
	padding-left: 22px;
}

.lgv-article-card__content form,
.lgv-article-card__content .fw-form,
.lgv-article-card__content .wpcf7,
.lgv-article-card__content input,
.lgv-article-card__content select,
.lgv-article-card__content textarea,
.lgv-article-card__content button {
	display: none !important;
}

.lgv-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lgv-post-card {
	background: #fff;
	border: 1px solid var(--lgv-border);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: var(--lgv-shadow);
}

.lgv-post-card__image {
	height: 220px;
	object-fit: cover;
}

.lgv-post-card__body {
	padding: 22px;
}

.lgv-post-card__meta {
	margin: 0 0 8px;
	font-size: 0.88rem;
	color: #6f84a1;
}

.lgv-post-card h2 {
	margin: 0 0 12px;
	font-size: 1.45rem;
	line-height: 1.14;
}

.lgv-post-card h2 a,
.lgv-post-card__link {
	color: var(--lgv-blue-dark);
	text-decoration: none;
}

.lgv-post-card__link {
	font-weight: 800;
}

.lgv-pagination {
	margin-top: 28px;
}

.lgv-pagination .nav-links {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.lgv-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid var(--lgv-border);
	background: #fff;
	color: var(--lgv-blue-dark);
	text-decoration: none;
}

.lgv-pagination .page-numbers.current {
	background: var(--lgv-blue);
	border-color: var(--lgv-blue);
	color: #fff;
}

.lgv-empty-state {
	padding: 40px;
	border-radius: 28px;
	background: linear-gradient(135deg, #f6fbff 0%, #edf5ff 100%);
	border: 1px solid var(--lgv-border);
	text-align: center;
}

@media (max-width: 1100px) {
	.lgv-site-header__top,
	.lgv-site-header__nav {
		flex-direction: column;
		align-items: stretch;
	}

	.lgv-header-meta {
		align-items: flex-start;
	}

	.lgv-header-contact,
	.lgv-header-links {
		justify-content: flex-start;
	}

	.lgv-brand {
		align-items: flex-start;
	}

	.lgv-strip__grid,
	.lgv-services,
	.lgv-steps,
	.lgv-logo-row,
	.lgv-contact,
	.lgv-info-grid,
	.lgv-service-intro,
	.lgv-site-footer__grid,
	.lgv-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lgv-strip__grid .lgv-mini-card:nth-child(3) {
		border-left: 0;
	}

	.lgv-testimonials {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.lgv-shell {
		width: min(100% - 24px, 1180px);
	}

	.lgv-section {
		padding: 56px 0;
	}

	.lgv-hero {
		min-height: 560px;
	}

	.lgv-hero__inner,
	.lgv-inner-hero {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.lgv-strip__grid,
	.lgv-services,
	.lgv-steps,
	.lgv-logo-row,
	.lgv-contact,
	.lgv-info-grid,
	.lgv-service-intro,
	.lgv-site-footer__grid,
	.lgv-post-grid {
		grid-template-columns: 1fr;
	}

	.lgv-mini-card + .lgv-mini-card {
		border-left: 0;
		border-top: 1px solid var(--lgv-border);
	}

	.lgv-cta {
		padding: 26px;
	}

	.lgv-actions,
	.lgv-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.lgv-brand img {
		width: 74px;
		height: 74px;
		flex-basis: 74px;
	}

	.lgv-brand__text strong {
		font-size: 1.05rem;
	}

	.lgv-brand__text small {
		font-size: 0.78rem;
	}

	.lgv-header-contact {
		gap: 16px;
	}

	.lgv-menu {
		gap: 14px 18px;
		flex-direction: column;
	}

	.lgv-menu .sub-menu {
		position: static;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: none;
		min-width: 0;
		margin: 0;
		padding: 0 0 0 14px;
		border: 0;
		box-shadow: none;
		display: none;
	}

	.lgv-menu > .menu-item-has-children > .sub-menu,
	.lgv-menu > .lgv-menu-item-services > .sub-menu {
		grid-template-columns: 1fr;
		min-width: 0;
		padding-left: 14px;
	}

	.lgv-main-nav .lgv-menu > .lgv-menu-item-services.lgv-menu-open > .sub-menu {
		display: grid;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		padding-top: 8px;
	}

	.lgv-menu .sub-menu .sub-menu {
		top: auto;
		left: auto;
	}

	.lgv-button--nav {
		min-width: 0;
		width: 100%;
	}

	.lgv-article-card__content,
	.lgv-side-card {
		padding: 22px;
	}

	.lgv-service-intro__aside {
		position: static;
	}

	.lgv-content-slider__track {
		grid-auto-columns: minmax(280px, 88%);
	}

	.lgv-content-slider__item img {
		height: 260px;
	}
}

body.lgv-refresh-body {
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	background:
		radial-gradient(circle at top left, rgba(58, 112, 206, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.lgv-hero {
	min-height: 720px;
}

.lgv-hero__content {
	margin: 0 auto;
	text-align: center;
}

.lgv-hero h1 {
	max-width: 14ch;
	margin-left: auto;
	margin-right: auto;
}

.lgv-actions--hero {
	justify-content: center;
}

.lgv-inner-hero .lgv-shell {
	text-align: center;
}

.lgv-back-link {
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
}

.lgv-service-card,
.lgv-testimonial,
.lgv-post-card,
.lgv-article-card,
.lgv-side-card,
.lgv-contact__panel,
.lgv-info-card {
	backdrop-filter: blur(8px);
}

.lgv-service-card__body a::after,
.lgv-post-card__link::after {
	content: " ->";
}

.lgv-side-card__list {
	margin: 0 0 22px;
	padding-left: 20px;
	color: var(--lgv-muted);
	line-height: 1.8;
}

.lgv-side-card__list li + li {
	margin-top: 8px;
}

.lgv-refresh-contact .lgv-article-card__content form,
.lgv-refresh-contact .lgv-article-card__content .wpcf7,
.lgv-refresh-contact .lgv-article-card__content .wpforms-container,
.lgv-refresh-contact .lgv-article-card__content .metform-form-content,
.lgv-refresh-quote .lgv-article-card__content form,
.lgv-refresh-quote .lgv-article-card__content .wpcf7,
.lgv-refresh-quote .lgv-article-card__content .wpforms-container,
.lgv-refresh-quote .lgv-article-card__content .metform-form-content {
	display: block !important;
	margin-top: 26px;
	padding: 28px;
	border: 1px solid #dbe6f7;
	border-radius: 22px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: 0 16px 34px rgba(15, 54, 109, 0.08);
}

.lgv-refresh-contact .lgv-article-card__content .vc_row,
.lgv-refresh-contact .lgv-article-card__content .wpb_row,
.lgv-refresh-quote .lgv-article-card__content .vc_row,
.lgv-refresh-quote .lgv-article-card__content .wpb_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.lgv-refresh-contact .lgv-article-card__content .wpb_column,
.lgv-refresh-contact .lgv-article-card__content .vc_column_container,
.lgv-refresh-contact .lgv-article-card__content [class*="vc_col-"],
.lgv-refresh-quote .lgv-article-card__content .wpb_column,
.lgv-refresh-quote .lgv-article-card__content .vc_column_container,
.lgv-refresh-quote .lgv-article-card__content [class*="vc_col-"] {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.lgv-refresh-contact .lgv-article-card__content .vc_column-inner,
.lgv-refresh-contact .lgv-article-card__content .wpb_wrapper,
.lgv-refresh-quote .lgv-article-card__content .vc_column-inner,
.lgv-refresh-quote .lgv-article-card__content .wpb_wrapper {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.lgv-refresh-contact .lgv-article-card__content form,
.lgv-refresh-quote .lgv-article-card__content form {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 16px;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7 form,
.lgv-refresh-quote .lgv-article-card__content .wpcf7 form {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: start;
	margin-top: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-form > p,
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form > p {
	margin: 0;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-form > p:has(textarea),
.lgv-refresh-contact .lgv-article-card__content .wpcf7-form > p:has(input[type="submit"]),
.lgv-refresh-contact .lgv-article-card__content .wpcf7-form > p:has(.wpcf7-acceptance),
.lgv-refresh-contact .lgv-article-card__content .wpcf7-form > p:has(.wpcf7-response-output),
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form > p:has(textarea),
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form > p:has(input[type="submit"]),
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form > p:has(.wpcf7-acceptance),
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form > p:has(.wpcf7-response-output) {
	grid-column: 1 / -1;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-form-control-wrap,
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form-control-wrap {
	display: block;
}

.lgv-refresh-contact .lgv-article-card__content input,
.lgv-refresh-contact .lgv-article-card__content select,
.lgv-refresh-contact .lgv-article-card__content textarea,
.lgv-refresh-contact .lgv-article-card__content button,
.lgv-refresh-quote .lgv-article-card__content input,
.lgv-refresh-quote .lgv-article-card__content select,
.lgv-refresh-quote .lgv-article-card__content textarea,
.lgv-refresh-quote .lgv-article-card__content button {
	display: block !important;
	width: 100%;
	margin: 0 0 14px;
	padding: 14px 16px;
	border: 1px solid #d4e1f2;
	border-radius: 14px;
	background: #fff;
	font: inherit;
	color: var(--lgv-ink);
	box-shadow: inset 0 1px 2px rgba(15, 54, 109, 0.04);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.lgv-refresh-contact .lgv-article-card__content input::placeholder,
.lgv-refresh-contact .lgv-article-card__content textarea::placeholder,
.lgv-refresh-quote .lgv-article-card__content input::placeholder,
.lgv-refresh-quote .lgv-article-card__content textarea::placeholder {
	color: #8091ad;
}

.lgv-refresh-contact .lgv-article-card__content input:focus,
.lgv-refresh-contact .lgv-article-card__content select:focus,
.lgv-refresh-contact .lgv-article-card__content textarea:focus,
.lgv-refresh-quote .lgv-article-card__content input:focus,
.lgv-refresh-quote .lgv-article-card__content select:focus,
.lgv-refresh-quote .lgv-article-card__content textarea:focus {
	outline: none;
	border-color: #7cabff;
	box-shadow: 0 0 0 4px rgba(47, 116, 222, 0.12);
}

.lgv-refresh-contact .lgv-article-card__content textarea,
.lgv-refresh-quote .lgv-article-card__content textarea {
	min-height: 150px;
	resize: vertical;
}

.lgv-refresh-contact .lgv-article-card__content input[type="checkbox"],
.lgv-refresh-contact .lgv-article-card__content input[type="radio"],
.lgv-refresh-quote .lgv-article-card__content input[type="checkbox"],
.lgv-refresh-quote .lgv-article-card__content input[type="radio"] {
	display: inline-block !important;
	width: auto;
	margin-right: 8px;
}

.lgv-refresh-contact .lgv-article-card__content button,
.lgv-refresh-contact .lgv-article-card__content input[type="submit"],
.lgv-refresh-quote .lgv-article-card__content button,
.lgv-refresh-quote .lgv-article-card__content input[type="submit"] {
	width: auto;
	min-width: 240px;
	padding-left: 26px;
	padding-right: 26px;
	background: linear-gradient(135deg, #2f74de 0%, #0f4aa8 100%);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 14px 28px rgba(10, 36, 76, 0.16);
	cursor: pointer;
	border: 0;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-form p,
.lgv-refresh-quote .lgv-article-card__content .wpcf7-form p {
	margin-bottom: 12px;
}

.lgv-refresh-contact .lgv-article-card__content label,
.lgv-refresh-quote .lgv-article-card__content label {
	display: block;
	margin-bottom: 8px;
	font-weight: 800;
	font-size: 0.94rem;
	letter-spacing: 0.01em;
	color: var(--lgv-blue-dark);
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-spinner,
.lgv-refresh-quote .lgv-article-card__content .wpcf7-spinner {
	display: inline-block !important;
	width: auto;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-response-output,
.lgv-refresh-quote .lgv-article-card__content .wpcf7-response-output {
	margin: 8px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 14px !important;
	font-size: 0.96rem;
}

.lgv-refresh-contact .lgv-article-card__content .wpcf7-not-valid-tip,
.lgv-refresh-quote .lgv-article-card__content .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 0.9rem;
	font-weight: 600;
}

@media (max-width: 900px) {
	.lgv-form-lead {
		grid-template-columns: 1fr;
	}

	.lgv-form-lead__details {
		grid-template-columns: 1fr;
	}

	.lgv-form-lead__copy,
	.lgv-form-panel__inner {
		padding: 24px 22px;
	}

	.lgv-refresh-contact .lgv-article-card__content .wpcf7 form,
	.lgv-refresh-quote .lgv-article-card__content .wpcf7 form {
		grid-template-columns: 1fr;
	}

	.lgv-refresh-contact .lgv-article-card__content form,
	.lgv-refresh-contact .lgv-article-card__content .wpcf7,
	.lgv-refresh-contact .lgv-article-card__content .wpforms-container,
	.lgv-refresh-contact .lgv-article-card__content .metform-form-content,
	.lgv-refresh-quote .lgv-article-card__content form,
	.lgv-refresh-quote .lgv-article-card__content .wpcf7,
	.lgv-refresh-quote .lgv-article-card__content .wpforms-container,
	.lgv-refresh-quote .lgv-article-card__content .metform-form-content {
		padding: 22px;
	}

	.lgv-refresh-contact .lgv-article-card__content button,
	.lgv-refresh-contact .lgv-article-card__content input[type="submit"],
	.lgv-refresh-quote .lgv-article-card__content button,
	.lgv-refresh-quote .lgv-article-card__content input[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.lgv-hero {
		min-height: 620px;
	}

	.lgv-back-link {
		display: inline-flex;
	}
}

.lgv-refresh-front {
	background: #ffffff;
}

.lgv-refresh-front .lgv-section {
	padding: 56px 0;
}

.lgv-refresh-front .lgv-section--soft {
	background: #f7f9fc;
}

.lgv-refresh-front .lgv-heading {
	margin-bottom: 28px;
}

.lgv-refresh-front .lgv-heading h2 {
	font-size: clamp(1.95rem, 2vw, 2.65rem);
}

.lgv-refresh-front .lgv-heading > p:last-child {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.lgv-refresh-front .lgv-hero {
	min-height: 470px;
	background:
		linear-gradient(180deg, rgba(14, 45, 92, 0.68) 0%, rgba(14, 45, 92, 0.58) 100%),
		var(--lgv-hero-image) center center/cover no-repeat;
}

.lgv-refresh-front .lgv-hero__inner {
	padding: 92px 0 86px;
}

.lgv-refresh-front .lgv-hero__content {
	max-width: 760px;
}

.lgv-refresh-front .lgv-hero .lgv-eyebrow {
	margin-bottom: 8px;
	font-size: 1.70rem;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 700;
}

.lgv-refresh-front .lgv-hero h1 {
	max-width: 26ch;
	font-size: clamp(2.5rem, 4.6vw, 4rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.lgv-refresh-front .lgv-hero .lgv-subtitle {
	margin: 14px auto 0;
	max-width: 560px;
	font-size: 1.20rem;
	line-height: 1.55;
}

.lgv-refresh-front .lgv-actions--hero {
	gap: 16px;
	margin-top: 24px;
}

.lgv-refresh-front .lgv-button {
	min-height: 50px;
	padding: 0 25px;
	border-radius: 8px;
	font-size: 1.08rem;
}

.lgv-refresh-front .lgv-strip {
	border-top: 0;
	background: #ffffff;
}

.lgv-refresh-front .lgv-strip__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lgv-refresh-front .lgv-mini-card {
	align-items: center;
	padding: 18px 14px;
}

.lgv-refresh-front .lgv-mini-card__icon {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	color: #2152a3;
}

.lgv-refresh-front .lgv-mini-card h2 {
	font-size: 1.95rem;
	line-height: 1.2;
}

.lgv-refresh-front .lgv-mini-card p {
	font-size: 1.50rem;
	line-height: 1.45;
}

.lgv-refresh-front .lgv-services {
	gap: 18px;
}

.lgv-refresh-front .lgv-service-card {
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(16, 53, 107, 0.1);
}

.lgv-refresh-front .lgv-service-card img {
	height: 170px;
}

.lgv-refresh-front .lgv-service-card__body {
	padding: 16px 16px 14px;
}

.lgv-refresh-front .lgv-service-card h3 {
	font-size: 1.80rem;
	margin-bottom: 6px;
}

.lgv-refresh-front .lgv-service-card p {
	font-size: 1.50rem;
	line-height: 1.45;
	margin-bottom: 12px;
}

.lgv-refresh-front .lgv-service-card a {
	min-height: 34px;
	padding: 8px 14px;
	border-radius: 6px;
	font-size: 0.82rem;
}

.lgv-refresh-front .lgv-service-card__body a::after {
	content: "";
}

.lgv-refresh-front .lgv-steps {
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.lgv-refresh-front .lgv-steps::before {
	content: "";
	position: absolute;
	top: 36px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: #c8d8ef;
}

.lgv-refresh-front .lgv-step {
	position: relative;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0 10px;
}

.lgv-refresh-front .lgv-step__number {
	position: relative;
	z-index: 1;
	width: 72px;
	height: 72px;
	margin-bottom: 14px;
	background: #fff;
	border: 2px solid #7ca3e5;
	box-shadow: none;
}

.lgv-refresh-front .lgv-step h3 {
	font-size: 2rem;
	margin-bottom: 6px;
}

.lgv-refresh-front .lgv-step p {
	font-size: 1.50rem;
	line-height: 1.45;
	margin-bottom: 0;
}

.lgv-refresh-front .lgv-cta {
	max-width: 820px;
	margin: 0 auto;
	padding: 28px 34px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 54, 109, 0.08);
}

.lgv-refresh-front .lgv-cta h2 {
	font-size: clamp(1.8rem, 2.3vw, 2.45rem);
}

.lgv-refresh-front .lgv-cta p {
	font-size: 1.50rem;
}

.lgv-refresh-front .lgv-logo-row {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 8px 22px;
	border: 1px solid var(--lgv-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

.lgv-refresh-front .lgv-logo-row span {
	min-height: 82px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	font-size: 1.5rem;
}

.lgv-refresh-front .lgv-client-logos--plugin .wpls-logo-showcase {
	padding: 8px 52px !important;
	border-radius: 10px;
	box-shadow: none;
}

.lgv-refresh-front .lgv-client-logos--plugin .wpls-fix-box,
.lgv-refresh-front .lgv-client-logos--plugin .wpls-logo-cnt.slick-slide > div {
	min-height: 82px;
}

.lgv-refresh-front .lgv-client-logos--plugin .wpls-fix-box img,
.lgv-refresh-front .lgv-client-logos--plugin .wpls-logo-cnt img.wp-post-image {
	max-height: 56px !important;
}

.lgv-refresh-front .lgv-testimonials {
	margin-top: 18px;
}

.lgv-refresh-front .lgv-testimonials--slider {
	gap: 18px;
}

.lgv-refresh-front .lgv-testimonial {
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(15, 54, 109, 0.08);
}

.lgv-testimonial__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.lgv-testimonial__avatar {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #eedfd0 0%, #cdb29a 100%);
	color: #214587;
	font-weight: 800;
	font-size: 1rem;
}

.lgv-testimonial__meta h3 {
	margin: 4px 0 0;
}

.lgv-google-reviews {
	margin-top: 18px;
}

.lgv-google-reviews .ti-widget,
.lgv-google-reviews .ti-widget-container,
.lgv-google-reviews .ti-widget-container * ,
.lgv-google-reviews .grw-slider,
.lgv-google-reviews .grw-content,
.lgv-google-reviews .grw-reviews,
.lgv-google-reviews .reviews-feed,
.lgv-google-reviews .wp-google-review-slider,
.lgv-google-reviews [class*="review"],
.lgv-google-reviews [class*="google"] {
	max-width: 100%;
}

.lgv-google-reviews .ti-widget,
.lgv-google-reviews .ti-widget-container {
	width: 100%;
}

.lgv-site-footer {
	padding-top: 48px;
}

.lgv-site-footer__grid {
	gap: 24px;
}

.lgv-footer-brand {
	align-items: center;
}

.lgv-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.lgv-footer-actions .lgv-button {
	min-width: 0;
}

@media (max-width: 1100px) {
	.lgv-refresh-front .lgv-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lgv-refresh-front .lgv-steps::before {
		display: none;
	}

	.lgv-site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.lgv-site-footer__grid > :first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.lgv-refresh-front .lgv-section {
		padding: 44px 0;
	}

	.lgv-refresh-front .lgv-hero {
		min-height: 420px;
	}

	.lgv-refresh-front .lgv-hero__inner {
		padding: 72px 0 64px;
	}

	.lgv-refresh-front .lgv-hero h1 {
		max-width: none;
		font-size: 2.1rem;
	}

	.lgv-refresh-front .lgv-hero .lgv-subtitle {
		font-size: 0.92rem;
	}

	.lgv-refresh-front .lgv-strip__grid,
	.lgv-refresh-front .lgv-services,
	.lgv-refresh-front .lgv-steps,
	.lgv-refresh-front .lgv-logo-row,
	.lgv-refresh-front .lgv-testimonials {
		grid-template-columns: 1fr;
	}

	.lgv-refresh-front .lgv-testimonials--slider {
		grid-auto-columns: 86%;
	}

	.lgv-refresh-front .lgv-mini-card {
		padding: 16px 10px;
	}

	.lgv-refresh-front .lgv-mini-card + .lgv-mini-card {
		border-top: 1px solid var(--lgv-border);
		border-left: 0;
	}

	.lgv-refresh-front .lgv-service-card img {
		height: 190px;
	}

	.lgv-refresh-front .lgv-step {
		padding: 0;
	}

	.lgv-refresh-front .lgv-step__number {
		width: 64px;
		height: 64px;
	}

	.lgv-refresh-front .lgv-cta {
		padding: 24px 20px;
	}

	.lgv-refresh-front .lgv-logo-row {
		padding: 4px 12px;
	}

	.lgv-refresh-front .lgv-logo-row span {
		min-height: 62px;
		font-size: 1.2rem;
	}

	.lgv-refresh-front .lgv-client-logos--plugin .wpls-logo-showcase {
		padding: 8px 38px !important;
	}

	.lgv-refresh-front .lgv-client-logos--plugin .wpls-fix-box,
	.lgv-refresh-front .lgv-client-logos--plugin .wpls-logo-cnt.slick-slide > div {
		min-height: 68px;
	}

	.lgv-refresh-front .lgv-client-logos--plugin .wpls-fix-box img,
	.lgv-refresh-front .lgv-client-logos--plugin .wpls-logo-cnt img.wp-post-image {
		max-height: 42px !important;
	}

	.lgv-refresh-front .lgv-client-logos--plugin .slick-arrow {
		width: 34px !important;
		height: 34px !important;
	}

	.lgv-site-footer {
		padding: 40px 0 22px;
		text-align: center;
	}

	.lgv-site-footer__grid,
	.lgv-site-footer__bottom {
		grid-template-columns: 1fr;
		display: grid;
		justify-items: center;
	}

	.lgv-footer-brand {
		flex-direction: column;
		text-align: center;
	}

	.lgv-footer-actions {
		justify-content: center;
	}

	.lgv-footer-actions .lgv-button,
	.lgv-site-footer .lgv-button {
		width: 100%;
	}

	.lgv-footer-block {
		width: 100%;
	}

	.lgv-footer-block nav {
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.lgv-footer-menu,
	.lgv-footer-menu .sub-menu {
		justify-items: center;
	}

	.lgv-site-footer__bottom {
		margin-top: 22px;
		text-align: center;
	}
}

.lgv-refresh-front .lgv-site-header {
	border-bottom: 1px solid #e6edf7;
	background: rgba(255, 255, 255, 0.98);
}

.lgv-refresh-front .lgv-site-header__top {
	padding: 14px 0 10px;
}

.lgv-refresh-front .lgv-site-header__nav {
	padding: 10px 0 14px;
}

.lgv-refresh-front .lgv-brand {
	gap: 12px;
}

.lgv-refresh-front .lgv-brand img {
	width: 72px;
	height: 72px;
	flex-basis: 72px;
}

.lgv-refresh-front .lgv-brand__text strong {
	font-size: clamp(1.1rem, 1.45vw, 1.55rem);
}

.lgv-refresh-front .lgv-brand__text small {
	font-size: 0.82rem;
	letter-spacing: 0.06em;
}

.lgv-refresh-front .lgv-header-item {
	padding: 10px 12px;
	border-radius: 12px;
	box-shadow: none;
}

.lgv-refresh-front .lgv-header-item__icon {
	width: auto;
	height: auto;
	border-radius: 0;
	font-size: 1.22rem;
}

.lgv-refresh-front .lgv-header-item strong {
	font-size: 1.30rem;
}

.lgv-refresh-front .lgv-header-item span,
.lgv-refresh-front .lgv-header-links a {
	font-size: 1.30rem;
}

.lgv-refresh-front .lgv-menu {
	gap: 8px;
}

.lgv-refresh-front .lgv-menu a {
	min-height: 44px;
	padding: 0 16px;
	font-size: 1.40rem;
	border-radius: 999px;
}

.lgv-refresh-front .lgv-button--nav {
	min-width: 220px;
	min-height: 46px;
	border-radius: 10px;
}

.lgv-site-footer__grid > * {
	min-width: 0;
}

.lgv-footer-brand > div,
.lgv-footer-block {
	min-width: 0;
}

.lgv-footer-brand p,
.lgv-footer-block p,
.lgv-footer-block a,
.lgv-footer-menu a {
	word-break: break-word;
}

.lgv-footer-menu .sub-menu {
	padding-right: 0;
}

@media (max-width: 900px) {
	.lgv-refresh-front .lgv-header-contact {
		gap: 10px;
	}

	.lgv-refresh-front .lgv-header-links {
		gap: 12px;
	}

	.lgv-refresh-front .lgv-brand__text small {
		display: none;
	}
}

@media (max-width: 720px) {
	.lgv-refresh-front .lgv-site-header__top,
	.lgv-refresh-front .lgv-site-header__nav {
		padding-left: 0;
		padding-right: 0;
	}

	.lgv-refresh-front .lgv-header-contact {
		flex-direction: column;
		width: 100%;
	}

	.lgv-refresh-front .lgv-header-item {
		width: 100%;
		justify-content: flex-start;
	}

	.lgv-refresh-front .lgv-header-links {
		width: 100%;
		gap: 10px 14px;
	}

	.lgv-refresh-front .lgv-header-links .lang-item {
		margin: 0;
	}

	.lgv-refresh-front .lgv-menu {
		width: 100%;
	}

	.lgv-refresh-front .lgv-menu a {
		width: 100%;
		justify-content: flex-start;
		padding-left: 18px;
		padding-right: 18px;
	}

	.lgv-refresh-front .lgv-button--nav {
		width: 100%;
	}

	.lgv-site-footer__grid {
		gap: 20px;
	}

	.lgv-footer-brand img {
		width: 68px;
		height: 68px;
	}

	.lgv-footer-brand h2,
	.lgv-footer-block h3 {
		font-size: 1.4rem;
	}

	.lgv-footer-brand p,
	.lgv-footer-block p,
	.lgv-footer-block a,
	.lgv-footer-menu a {
		font-size: 1.25rem;
	}

	.lgv-footer-menu .sub-menu {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
}

.lgv-site-header {
	position: sticky;
	top: 0;
}

.lgv-refresh-singular,
.lgv-refresh-archive,
.lgv-refresh-404 {
	background:
		radial-gradient(circle at top left, rgba(42, 97, 184, 0.08), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.lgv-refresh-singular .lgv-site-header,
.lgv-refresh-archive .lgv-site-header,
.lgv-refresh-404 .lgv-site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #dde7f4;
}

.lgv-refresh-singular .lgv-site-header__top,
.lgv-refresh-archive .lgv-site-header__top,
.lgv-refresh-404 .lgv-site-header__top {
	padding: 14px 0 10px;
}

.lgv-refresh-singular .lgv-site-header__nav,
.lgv-refresh-archive .lgv-site-header__nav,
.lgv-refresh-404 .lgv-site-header__nav {
	padding: 10px 0 14px;
}

.lgv-refresh-singular .lgv-brand img,
.lgv-refresh-archive .lgv-brand img,
.lgv-refresh-404 .lgv-brand img {
	width: 72px;
	height: 72px;
	flex-basis: 72px;
}

.lgv-refresh-singular .lgv-brand__text strong,
.lgv-refresh-archive .lgv-brand__text strong,
.lgv-refresh-404 .lgv-brand__text strong {
	font-size: clamp(1.1rem, 1.45vw, 1.55rem);
}

.lgv-refresh-singular .lgv-brand__text small,
.lgv-refresh-archive .lgv-brand__text small,
.lgv-refresh-404 .lgv-brand__text small {
	font-size: 0.82rem;
	letter-spacing: 0.06em;
}

.lgv-refresh-singular .lgv-header-item,
.lgv-refresh-archive .lgv-header-item,
.lgv-refresh-404 .lgv-header-item {
	padding: 10px 12px;
	border-radius: 12px;
	box-shadow: none;
}

.lgv-refresh-singular .lgv-header-item strong,
.lgv-refresh-archive .lgv-header-item strong,
.lgv-refresh-404 .lgv-header-item strong {
	font-size: 1.3rem;
}

.lgv-refresh-singular .lgv-header-item span,
.lgv-refresh-archive .lgv-header-item span,
.lgv-refresh-404 .lgv-header-item span,
.lgv-refresh-singular .lgv-header-links a,
.lgv-refresh-archive .lgv-header-links a,
.lgv-refresh-404 .lgv-header-links a {
	font-size: 1.3rem;
}

.lgv-refresh-singular .lgv-menu a,
.lgv-refresh-archive .lgv-menu a,
.lgv-refresh-404 .lgv-menu a {
	min-height: 44px;
	padding: 0 16px;
	font-size: 1.4rem;
	border-radius: 999px;
}

.lgv-refresh-singular .lgv-button--nav,
.lgv-refresh-archive .lgv-button--nav,
.lgv-refresh-404 .lgv-button--nav {
	min-width: 220px;
	min-height: 46px;
	border-radius: 10px;
}

.lgv-refresh-singular .lgv-inner-hero,
.lgv-refresh-archive .lgv-inner-hero,
.lgv-refresh-404 .lgv-inner-hero {
	padding: 118px 0 86px;
	background:
		linear-gradient(180deg, rgba(88, 121, 172, 0.76) 0%, rgba(88, 121, 172, 0.58) 100%),
		var(--lgv-inner-image) center center/cover no-repeat;
	text-align: center;
}

.lgv-refresh-singular .lgv-inner-hero h1,
.lgv-refresh-archive .lgv-inner-hero h1,
.lgv-refresh-404 .lgv-inner-hero h1 {
	max-width: 15ch;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	font-size: clamp(2.65rem, 4.3vw, 4.7rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.lgv-refresh-singular .lgv-inner-hero .lgv-subtitle,
.lgv-refresh-archive .lgv-inner-hero .lgv-subtitle,
.lgv-refresh-404 .lgv-inner-hero .lgv-subtitle {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.18rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.96);
}

.lgv-refresh-singular .lgv-inner-hero .lgv-actions {
	justify-content: center;
	margin-top: 28px;
}

.lgv-refresh-singular .lgv-inner-hero .lgv-eyebrow,
.lgv-refresh-archive .lgv-inner-hero .lgv-eyebrow,
.lgv-refresh-404 .lgv-inner-hero .lgv-eyebrow {
	margin-bottom: 12px;
	font-size: 1.50rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(255, 255, 255, 0.98);
}

.lgv-refresh-singular .lgv-inner-hero .lgv-shell,
.lgv-refresh-archive .lgv-inner-hero .lgv-shell,
.lgv-refresh-404 .lgv-inner-hero .lgv-shell {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lgv-refresh-singular .lgv-back-link,
.lgv-refresh-archive .lgv-back-link,
.lgv-refresh-404 .lgv-back-link {
	display: none;
}

.lgv-refresh-singular .lgv-section,
.lgv-refresh-archive .lgv-section,
.lgv-refresh-404 .lgv-section {
	padding: 54px 0;
}

.lgv-refresh-singular .lgv-service-intro,
.lgv-refresh-archive .lgv-service-intro {
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
	gap: 24px;
}

.lgv-refresh-singular .lgv-article-card,
.lgv-refresh-archive .lgv-post-card,
.lgv-refresh-404 .lgv-empty-state {
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(15, 54, 109, 0.08);
}

.lgv-refresh-singular .lgv-article-card__image {
	max-height: 330px;
}

.lgv-refresh-singular .lgv-article-card__content {
	padding: 28px;
	font-size: 1rem;
}

.lgv-refresh-singular .lgv-article-card__content h2 {
	margin-top: 1.6em;
	font-size: 1.45rem;
}

.lgv-refresh-singular .lgv-article-card__content p,
.lgv-refresh-singular .lgv-article-card__content li {
	line-height: 1.75;
}

.lgv-refresh-singular .lgv-side-card {
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 10px 26px rgba(15, 54, 109, 0.08);
}

.lgv-refresh-singular .lgv-side-card h2 {
	font-size: 1.55rem;
	line-height: 1.16;
}

.lgv-refresh-singular .lgv-side-card p,
.lgv-refresh-singular .lgv-side-card__list {
	font-size: 0.95rem;
}

.lgv-refresh-singular .lgv-info-grid,
.lgv-refresh-archive .lgv-info-grid,
.lgv-refresh-404 .lgv-info-grid {
	gap: 18px;
}

.lgv-refresh-singular .lgv-info-card,
.lgv-refresh-archive .lgv-info-card,
.lgv-refresh-404 .lgv-info-card {
	padding: 22px 20px;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(15, 54, 109, 0.06);
}

.lgv-refresh-singular .lgv-info-card h3,
.lgv-refresh-archive .lgv-info-card h3,
.lgv-refresh-404 .lgv-info-card h3 {
	font-size: 1.8rem;
	margin-bottom: 8px;
}

.lgv-refresh-singular .lgv-info-card p,
.lgv-refresh-archive .lgv-info-card p,
.lgv-refresh-404 .lgv-info-card p {
	font-size: 1.50rem;
	line-height: 1.55;
}

.lgv-form-lead {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: start;
}

.lgv-form-lead--single {
	grid-template-columns: 1fr;
	max-width: 1180px;
	margin: 0 auto;
	justify-items: center;
	gap: 22px;
}

.lgv-form-lead--single .lgv-form-lead__copy,
.lgv-form-lead--single .lgv-form-panel__inner {
	width: 100%;
	max-width: 1120px;
}

.lgv-form-lead--single .lgv-form-lead__copy {
	padding-bottom: 28px;
	text-align: center;
}

.lgv-form-lead--single .lgv-form-panel {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.lgv-form-lead--single .lgv-form-lead__points {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.lgv-form-lead--single .lgv-form-lead__details {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.lgv-form-lead__copy,
.lgv-form-panel__inner {
	background: #fff;
	border: 1px solid var(--lgv-border);
	border-radius: 20px;
	box-shadow: 0 14px 28px rgba(15, 54, 109, 0.08);
}

.lgv-form-lead__copy {
	padding: 32px 30px;
	background:
		radial-gradient(circle at top left, rgba(124, 172, 255, 0.16), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.lgv-form-lead__copy h2 {
	margin: 0 0 14px;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--lgv-blue-dark);
}

.lgv-form-lead__copy > p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.72;
	color: var(--lgv-muted);
}

.lgv-form-lead__points {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.lgv-form-lead__points li {
	position: relative;
	padding-left: 18px;
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--lgv-blue-dark);
}

.lgv-form-lead__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lgv-green);
	transform: translateY(-50%);
}

.lgv-form-lead__details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.lgv-form-lead__detail {
	padding: 16px 15px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #dbe6f7;
}

.lgv-form-lead__detail strong,
.lgv-form-lead__detail span {
	display: block;
}

.lgv-form-lead__detail strong {
	margin-bottom: 6px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6f84a1;
}

.lgv-form-lead__detail span {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--lgv-blue-dark);
}

.lgv-form-panel__inner {
	padding: 30px;
	background:
		radial-gradient(circle at top right, rgba(124, 172, 255, 0.14), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lgv-form-panel__inner h3 {
	margin: 0 0 18px;
	font-size: 1.7rem;
	line-height: 1.08;
	color: var(--lgv-blue-dark);
}

.lgv-contact-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: 48px;
	padding: 44px 34px;
	border-radius: 24px;
	background: #403c3c;
}

.lgv-contact-split__form,
.lgv-contact-split__info {
	min-width: 0;
}

.lgv-contact-split__form .vc_row,
.lgv-contact-split__form .wpb_row,
.lgv-contact-split__form .vc_column_container,
.lgv-contact-split__form .wpb_column,
.lgv-contact-split__form [class*="vc_col-"] {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	flex: 0 0 100% !important;
	margin: 0 !important;
}

.lgv-contact-split__form .vc_column-inner,
.lgv-contact-split__form .wpb_wrapper {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.lgv-contact-split__form form,
.lgv-contact-split__form .wpcf7,
.lgv-contact-split__form .wpforms-container,
.lgv-contact-split__form .metform-form-content {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.lgv-contact-split__form p,
.lgv-contact-split__form label {
	color: #ffffff;
}

.lgv-contact-split__form input,
.lgv-contact-split__form select,
.lgv-contact-split__form textarea {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	padding: 18px 18px;
	border: 0;
	border-radius: 4px;
	background: #ffffff;
	color: #7a6244;
	font: inherit;
	font-size: 1.04rem;
	text-transform: uppercase;
	text-align: center;
	box-shadow: none;
}

.lgv-contact-split__form textarea {
	min-height: 120px;
	text-align: left;
}

.lgv-contact-split__form input::placeholder,
.lgv-contact-split__form textarea::placeholder {
	color: #7a6244;
	opacity: 1;
}

.lgv-contact-split__form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.lgv-contact-split__form .wpcf7-list-item,
.lgv-contact-split__form .wpcf7-acceptance {
	display: inline-block;
	margin: 4px 0 0;
	color: #ffffff;
}

.lgv-contact-split__form .wpcf7-list-item-label,
.lgv-contact-split__form a {
	color: #7cabff;
}

.lgv-contact-split__form input[type="submit"],
.lgv-contact-split__form button {
	width: 210px;
	min-width: 0;
	margin-top: 18px;
	padding: 18px 20px;
	border-radius: 4px;
	background: #6f95d9;
	color: #ffffff;
	font-size: 1.02rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.lgv-contact-split__info {
	display: grid;
	gap: 30px;
	align-content: start;
	padding-top: 4px;
}

.lgv-contact-split__item {
	display: grid;
	grid-template-columns: 86px 1fr;
	gap: 20px;
	align-items: start;
}

.lgv-contact-split__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border: 2px solid #6f95d9;
	border-radius: 50%;
	color: #6f95d9;
	font-size: 2.05rem;
	line-height: 1;
}

.lgv-contact-split__item h3 {
	margin: 6px 0 6px;
	font-size: 1.35rem;
	line-height: 1.2;
	color: #ffffff;
}

.lgv-contact-split__item p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.4;
	color: #d4c1ab;
	text-transform: uppercase;
}

.lgv-services-hub-lead {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 28px;
	align-items: stretch;
}

.lgv-services-hub-lead__intro,
.lgv-services-hub-lead__stats {
	background: #fff;
	border: 1px solid var(--lgv-border);
	border-radius: 22px;
	box-shadow: 0 14px 28px rgba(15, 54, 109, 0.08);
}

.lgv-services-hub-lead__intro {
	padding: 34px 34px 36px;
	background:
		radial-gradient(circle at top left, rgba(124, 172, 255, 0.16), transparent 36%),
		linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.lgv-services-hub-lead__intro h2 {
	margin: 0 0 16px;
	font-size: clamp(2.2rem, 3.1vw, 3.1rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: var(--lgv-blue-dark);
}

.lgv-services-hub-lead__intro > p {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.78;
	color: #325172;
}

.lgv-services-hub-lead__stats {
	display: grid;
	gap: 16px;
	padding: 22px;
	background:
		radial-gradient(circle at top right, rgba(124, 172, 255, 0.12), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lgv-services-hub-stat {
	padding: 18px 18px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #dbe6f7;
}

.lgv-services-hub-stat strong,
.lgv-services-hub-stat span {
	display: block;
}

.lgv-services-hub-stat strong {
	margin-bottom: 6px;
	font-size: 1.38rem;
	line-height: 1.14;
	color: var(--lgv-blue-dark);
}

.lgv-services-hub-stat span {
	font-size: 1rem;
	line-height: 1.6;
	color: #4a6283;
}

.lgv-refresh-quote .lgv-form-lead__copy h2,
.lgv-refresh-quote .lgv-form-panel__inner h3 {
	font-size: clamp(2.15rem, 3vw, 3rem);
	line-height: 1.30;
	letter-spacing: -0.03em;
	color: #16325d;
}

.lgv-refresh-quote .lgv-form-lead__copy > p {
	font-size: 1.38rem;
	line-height: 1.78;
	color: #2f4c72;
}

.lgv-refresh-quote .lgv-form-lead__points li {
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.7;
	color: #183153;
}

.lgv-refresh-quote .lgv-form-lead__detail strong {
	font-size: 1.50rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #4d6487;
}

.lgv-refresh-quote .lgv-form-lead__detail span {
	font-size: 1.20rem;
	font-weight: 700;
	line-height: 1.5;
	color: #183153;
}

.lgv-refresh-quote .lgv-form-panel__inner .lgv-eyebrow,
.lgv-refresh-quote .lgv-form-lead__copy .lgv-eyebrow,
.lgv-refresh-contact .lgv-form-panel__inner .lgv-eyebrow,
.lgv-refresh-contact .lgv-form-lead__copy .lgv-eyebrow {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.lgv-refresh-quote .lgv-form-panel__inner label,
.lgv-refresh-quote .lgv-form-panel__inner .wpcf7-list-item-label,
.lgv-refresh-quote .lgv-form-panel__inner p,
.lgv-refresh-quote .lgv-form-panel__inner li,
.lgv-refresh-contact .lgv-form-panel__inner label,
.lgv-refresh-contact .lgv-form-panel__inner .wpcf7-list-item-label,
.lgv-refresh-contact .lgv-form-panel__inner p,
.lgv-refresh-contact .lgv-form-panel__inner li {
	font-size: 1.02rem;
	line-height: 1.7;
	color: #214062;
}

.lgv-refresh-quote .lgv-form-panel__inner input,
.lgv-refresh-quote .lgv-form-panel__inner select,
.lgv-refresh-quote .lgv-form-panel__inner textarea,
.lgv-refresh-contact .lgv-form-panel__inner input,
.lgv-refresh-contact .lgv-form-panel__inner select,
.lgv-refresh-contact .lgv-form-panel__inner textarea {
	font-size: 1.04rem;
	color: #183153;
}

.lgv-refresh-archive .lgv-post-grid {
	gap: 18px;
}

.lgv-refresh-archive .lgv-post-card__body {
	padding: 18px 18px 16px;
}

.lgv-refresh-archive .lgv-post-card h2 {
	font-size: 1.08rem;
}

.lgv-refresh-archive .lgv-post-card p {
	font-size: 0.92rem;
	line-height: 1.55;
}

.lgv-refresh-archive .lgv-post-card__image {
	height: 190px;
}

.lgv-site-footer {
	padding: 44px 0 22px;
}

.lgv-site-footer__grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
	gap: 24px;
}

.lgv-footer-brand {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
}

.lgv-footer-brand h2,
.lgv-footer-block h3 {
	font-size: 1.45rem;
}

.lgv-footer-block {
	padding: 12px 0;
}

.lgv-footer-block p,
.lgv-footer-block a,
.lgv-footer-brand p {
	font-size: 1.25rem;
}

.lgv-site-footer__bottom {
	margin-top: 20px;
	padding-top: 16px;
	font-size: 0.92rem;
}

.lgv-section--single-column .lgv-shell {
	max-width: 1180px;
}

.lgv-article-card--single {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content {
	padding: 40px 48px;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__image {
	max-height: 440px;
	object-fit: cover;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content p,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content li {
	font-size: 1.14rem;
	line-height: 1.82;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content h2 {
	font-size: 2rem;
	line-height: 1.14;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content h3 {
	font-size: 1.55rem;
	line-height: 1.2;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content ul,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content ol {
	padding-left: 28px;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_content_element,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content [class*="vc_"],
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content [class*="wpb_"] {
	max-width: 100%;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_row,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_row,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_column_container,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_text_column,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_wrapper {
	width: 100%;
	max-width: none;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-column-empty {
	display: none !important;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_row,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_row {
	margin-left: 0;
	margin-right: 0;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-row-force-single,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-row-stack-columns {
	display: block;
	width: 100%;
	max-width: none;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-row-force-single > .lgv-column-full,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-row-stack-columns > .lgv-column-full,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-column-full {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .lgv-row-stack-columns > .lgv-column-full + .lgv-column-full {
	margin-top: 28px !important;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_column_container > .vc_column-inner,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_wrapper > * {
	padding-left: 0;
	padding-right: 0;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box {
	margin: 0 0 32px;
	padding: 28px 34px;
	border-radius: 10px;
	border: 0;
	box-shadow: none;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box p,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box li,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box-text {
	font-size: 1.12rem;
	line-height: 1.78;
	letter-spacing: 0.04em;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box ul,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .vc_message_box ol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 22px;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content > *:first-child,
.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content .wpb_wrapper > *:first-child {
	margin-top: 0;
}

.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content table {
	width: 100%;
}

.lgv-refresh-singular .lgv-inner-hero h1 {
	max-width: 18ch;
}

.lgv-refresh-singular .lgv-inner-hero .lgv-subtitle {
	font-size: 1.38rem;
}

.lgv-refresh-singular .lgv-heading h2 {
	font-size: clamp(2.1rem, 2.7vw, 3rem);
}

.lgv-site-footer {
	background: #343434;
	color: rgba(255, 255, 255, 0.88);
}

.lgv-site-footer__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
}

.lgv-footer-brand {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	align-items: flex-start;
	gap: 16px;
}

.lgv-footer-brand img {
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	padding: 6px;
	filter: brightness(0) invert(1) grayscale(1);
}

.lgv-footer-brand__name {
	margin: 2px 0 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.30rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
}

.lgv-footer-block h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.lgv-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 4px;
}

.lgv-footer-links li {
	margin: 0;
	list-style: none;
}

.lgv-footer-links a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 14px;
	color: #c9c9c9;
	text-decoration: none;
	font-size: 1.30rem;
	line-height: 1.3;
	transition: color 0.18s ease, transform 0.18s ease;
}

.lgv-footer-links a::before {
	content: "›";
	position: absolute;
	left: 0;
	top: -1px;
	color: #7cabff;
	font-size: 1.45rem;
	line-height: 1;
}

.lgv-footer-links a:hover {
	color: #ffffff;
}

.lgv-footer-block--about p {
	max-width: 320px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.52;
	text-align: left;
}

.lgv-site-footer__bottom {
	display: block;
	margin-top: 28px;
	padding-top: 0;
	border-top: 0;
	text-align: center;
}

.lgv-site-footer__bottom a {
	color: #c9a57b;
}

@media (max-width: 1100px) {
	.lgv-refresh-singular .lgv-service-intro,
	.lgv-refresh-archive .lgv-post-grid {
		grid-template-columns: 1fr 1fr;
	}

	.lgv-site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.lgv-site-footer__grid > :first-child,
	.lgv-site-footer__grid > :last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.lgv-site-header {
		position: relative;
		top: auto;
	}

	.lgv-refresh-singular .lgv-site-header__top,
	.lgv-refresh-singular .lgv-site-header__nav,
	.lgv-refresh-archive .lgv-site-header__top,
	.lgv-refresh-archive .lgv-site-header__nav,
	.lgv-refresh-404 .lgv-site-header__top,
	.lgv-refresh-404 .lgv-site-header__nav {
		padding-left: 0;
		padding-right: 0;
	}

	.lgv-refresh-singular .lgv-header-contact,
	.lgv-refresh-archive .lgv-header-contact,
	.lgv-refresh-404 .lgv-header-contact {
		flex-direction: column;
		width: 100%;
	}

	.lgv-refresh-singular .lgv-header-item,
	.lgv-refresh-archive .lgv-header-item,
	.lgv-refresh-404 .lgv-header-item {
		width: 100%;
	}

	.lgv-refresh-singular .lgv-menu,
	.lgv-refresh-archive .lgv-menu,
	.lgv-refresh-404 .lgv-menu {
		width: 100%;
	}

	.lgv-refresh-singular .lgv-menu a,
	.lgv-refresh-archive .lgv-menu a,
	.lgv-refresh-404 .lgv-menu a {
		width: 100%;
		justify-content: flex-start;
		padding-left: 18px;
	}

	.lgv-refresh-singular .lgv-button--nav,
	.lgv-refresh-archive .lgv-button--nav,
	.lgv-refresh-404 .lgv-button--nav {
		width: 100%;
	}

	.lgv-refresh-singular .lgv-inner-hero,
	.lgv-refresh-archive .lgv-inner-hero,
	.lgv-refresh-404 .lgv-inner-hero {
		padding: 82px 0 56px;
	}

	.lgv-refresh-singular .lgv-inner-hero h1,
	.lgv-refresh-archive .lgv-inner-hero h1,
	.lgv-refresh-404 .lgv-inner-hero h1 {
		max-width: none;
		font-size: 2.45rem;
		line-height: 1.08;
	}

	.lgv-refresh-singular .lgv-inner-hero .lgv-subtitle,
	.lgv-refresh-archive .lgv-inner-hero .lgv-subtitle,
	.lgv-refresh-404 .lgv-inner-hero .lgv-subtitle {
		font-size: 1.03rem;
		line-height: 1.55;
	}

	.lgv-refresh-singular .lgv-service-intro,
	.lgv-refresh-archive .lgv-post-grid,
	.lgv-refresh-singular .lgv-info-grid,
	.lgv-refresh-archive .lgv-info-grid,
	.lgv-refresh-404 .lgv-info-grid,
	.lgv-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.lgv-refresh-singular .lgv-article-card__content,
	.lgv-refresh-singular .lgv-side-card,
	.lgv-refresh-404 .lgv-empty-state {
		padding: 20px;
	}

	.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content {
		padding: 26px 22px;
	}

	.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content,
	.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content p,
	.lgv-refresh-singular .lgv-section--single-column .lgv-article-card__content li {
		font-size: 1rem;
		line-height: 1.72;
	}

	.lgv-site-footer {
		text-align: center;
	}

	.lgv-footer-brand {
		flex-direction: column;
		align-items: center;
	}

	.lgv-footer-block--about p {
		max-width: none;
		text-align: center;
	}

	.lgv-footer-actions {
		width: 100%;
		justify-content: center;
	}

	.lgv-footer-actions .lgv-button {
		width: 100%;
	}

	.lgv-site-footer__bottom {
		display: grid;
		gap: 8px;
		text-align: center;
	}
}
