/**
 * Vast SEO V2 shell
 *
 * Loaded only by page-vast-v2.php. All selectors are scoped to the V2 shell.
 */

body.vast-v2-page {
	--vast-v2-background: #fafaf8;
	--vast-v2-text: #17191c;
	--vast-v2-secondary: #5e6369;
	--vast-v2-accent: #1f405f;
	--vast-v2-accent-hover: #17344e;
	--vast-v2-border: #e2e4e6;
	margin: 0;
	min-width: 320px;
	overflow-x: clip;
	background: var(--vast-v2-background);
	color: var(--vast-v2-text);
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.vast-v2-page *,
body.vast-v2-page *::before,
body.vast-v2-page *::after {
	box-sizing: border-box;
}

body.vast-v2-page img,
body.vast-v2-page svg {
	max-width: 100%;
	height: auto;
}

body.vast-v2-page a {
	color: var(--vast-v2-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

body.vast-v2-page a:hover {
	color: var(--vast-v2-accent-hover);
}

body.vast-v2-page a:focus-visible,
body.vast-v2-page button:focus-visible,
body.vast-v2-page input:focus-visible,
body.vast-v2-page textarea:focus-visible,
body.vast-v2-page select:focus-visible {
	outline: 2px solid var(--vast-v2-accent);
	outline-offset: 3px;
}

.vast-v2-container {
	width: min(100%, 1208px);
	margin-inline: auto;
	padding-inline: 24px;
}

.vast-v2-skip-link {
	position: fixed;
	z-index: 10000;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	transform: translateY(-160%);
	border-radius: 4px;
	background: var(--vast-v2-accent);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	transition: transform 120ms ease;
}

.vast-v2-skip-link:focus {
	transform: translateY(0);
}

.vast-v2-header {
	position: relative;
	z-index: 10;
	width: 100%;
	border-bottom: 1px solid var(--vast-v2-border);
	background: var(--vast-v2-background);
}

.vast-v2-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	gap: 40px;
}

.vast-v2-wordmark {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: baseline;
	min-height: 48px;
	color: var(--vast-v2-text) !important;
	font-size: 23px;
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 48px;
	text-decoration: none;
}

.vast-v2-wordmark__image { display:block; width:108px; height:auto; }
.vast-v2-nav__cta { min-height:42px !important; padding:0 18px; border-radius:999px; background:#327bff; color:#fff !important; }
.vast-v2-nav__cta:hover { background:#246bea; color:#fff !important; }

.vast-v2-wordmark__seo {
	margin-left: 0.22em;
	color: var(--vast-v2-accent);
	font-weight: 550;
	letter-spacing: -0.02em;
}

.vast-v2-nav {
	min-width: 0;
}

.vast-v2-nav__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 2.25vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.vast-v2-nav__list li {
	margin: 0;
	padding: 0;
}

.vast-v2-nav__list a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	color: var(--vast-v2-secondary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.vast-v2-nav__list a:hover,
.vast-v2-nav__list a[aria-current="page"] {
	color: var(--vast-v2-text);
}

.vast-v2-nav__list a[aria-current="page"]::after {
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	height: 2px;
	background: var(--vast-v2-accent);
	content: "";
}

.vast-v2-main {
	display: block;
	width: 100%;
	min-height: 40vh;
	background: var(--vast-v2-background);
}

.vast-v2-footer {
	width: 100%;
	border-top: 1px solid var(--vast-v2-border);
	background: var(--vast-v2-background);
	color: var(--vast-v2-secondary);
}

.vast-v2-footer__inner {
	display: block;
	padding-block: 38px;
}
.vast-v2-footer__top,.vast-v2-footer__bottom{display:flex;justify-content:space-between;gap:32px}.vast-v2-footer__nav{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:48px}.vast-v2-footer__nav a{display:block;margin-top:6px;color:inherit;text-decoration:none;font-size:13px}.vast-v2-footer__label{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800}.vast-v2-footer__description{margin-top:7px!important;font-size:14px}.vast-v2-footer__bottom{margin-top:34px;padding-top:20px;border-top:1px solid var(--vast-v2-border)}

.vast-v2-footer p {
	margin: 0;
}

.vast-v2-footer__name {
	color: var(--vast-v2-text);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.vast-v2-footer__services {
	margin-top: 5px !important;
	font-size: 13px;
	letter-spacing: 0.01em;
}

.vast-v2-footer__services span {
	margin-inline: 0.35em;
	color: var(--vast-v2-accent);
}

.vast-v2-footer__copyright {
	flex: 0 0 auto;
	font-size: 13px;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.vast-v2-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		padding-block: 12px 10px;
	}

	.vast-v2-nav {
		width: 100%;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.vast-v2-nav__list {
		justify-content: flex-start;
		width: max-content;
		min-width: 100%;
		gap: 24px;
	}

	.vast-v2-nav__list a {
		min-height: 44px;
	}

	.vast-v2-nav__list a[aria-current="page"]::after {
		bottom: 2px;
	}
}

@media (max-width:760px){.vast-v2-nav__cta-item{display:none}.vast-v2-footer__top{flex-direction:column}.vast-v2-footer__nav{gap:24px}.vast-v2-footer__bottom{align-items:flex-start;flex-direction:column;gap:8px}}

@media (max-width: 560px) {
	.vast-v2-container {
		padding-inline: 22px;
	}

	.vast-v2-wordmark {
		font-size: 22px;
	}
	.vast-v2-wordmark__image{width:78px}

	.vast-v2-nav__list {
		gap: 20px;
	}

	.vast-v2-nav__list a {
		font-size: 13px;
	}

	.vast-v2-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		padding-block: 32px;
	}

	.vast-v2-footer__services {
		max-width: 290px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vast-v2-skip-link {
		transition: none;
	}
}
