.vfilter-guide {
	--vf-blue: #1726af;
	--vf-night: #0d120f;
}

.vfilter-guide .varticle-hero {
	background: #e8efec;
}

.vfilter-guide .varticle-hero-main {
	max-width: 1120px;
}

.vfilter-guide .varticle-hero h1 {
	max-width: 1100px;
}

.vfilter-hero-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	border: 1px solid var(--va-line);
}

.vfilter-hero-proof div {
	min-height: 112px;
	padding: 22px;
	border-left: 1px solid var(--va-line);
}

.vfilter-hero-proof div:first-child { border-left: 0; }
.vfilter-hero-proof strong,
.vfilter-hero-proof span { display: block; }
.vfilter-hero-proof strong { color: var(--vf-blue); font-size: 20px; }
.vfilter-hero-proof span { margin-top: 9px; color: #5f6863; font-size: 12px; line-height: 1.5; }

.vfilter-mechanisms {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 38px 0 14px;
}

.vfilter-mechanism {
	display: flex;
	min-height: 520px;
	flex-direction: column;
	padding: 32px;
	border: 1px solid var(--va-line);
	background: #fff;
}

.vfilter-mechanism.is-corecharge {
	background: var(--vf-night);
	color: #fff;
}

.vfilter-mechanism > span {
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.vfilter-mechanism.is-corecharge > span { color: #aeb8ff; }
.vfilter-mechanism h3 { margin: 18px 0 0; font-size: 2rem; line-height: 1; }
.vfilter-mechanism.is-corecharge h3 { color: #fff; }
.vfilter-mechanism > p { margin: 18px 0 0; color: #626965; font-size: 14px; line-height: 1.65; }
.vfilter-mechanism.is-corecharge > p { color: #bdc4bf; }

.vfilter-diagram {
	display: grid;
	min-height: 220px;
	place-items: center;
	margin: 30px -32px 0;
	padding: 24px;
	background: #eef1ed;
}

.vfilter-mechanism.is-corecharge .vfilter-diagram { background: #171c18; }
.vfilter-diagram svg { display: block; width: 100%; height: 180px; }
.vfilter-diagram text { font-family: var(--wp--preset--font-family--body); font-size: 10px; font-weight: 650; letter-spacing: .08em; }

.vfilter-mechanism ol {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.vfilter-mechanism li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	font-size: 13px;
	line-height: 1.55;
}

.vfilter-mechanism li b { color: var(--vf-blue); }
.vfilter-mechanism.is-corecharge li b { color: #aeb8ff; }

.vfilter-callout {
	margin: 54px 0;
	padding: clamp(30px, 5vw, 58px);
	background: #dde8e3;
}

.vfilter-callout h2 { margin-top: 18px; }
.vfilter-callout p:last-child { margin-bottom: 0; }

.vfilter-calculator {
	margin: 42px 0 20px;
	border: 1px solid var(--va-line);
	background: #fff;
}

.vfilter-calculator-head {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(230px, .8fr);
	gap: 36px;
	padding: clamp(30px, 5vw, 54px);
	background: var(--vf-blue);
	color: #fff;
}

.vfilter-calculator-head h2 { margin: 16px 0 0; color: #fff; }
.vfilter-calculator-head p { margin: 0; align-self: end; color: #e0e4ff; font-size: 14px; line-height: 1.65; }
.vfilter-calculator-head .varticle-eye { color: #cbd2ff; }

.vfilter-calculator-fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--va-line);
}

.vfilter-calculator label {
	display: grid;
	gap: 10px;
	padding: 28px;
	background: #fff;
	color: #5e6662;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vfilter-calculator input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #aeb3ae;
	border-radius: 0;
	padding: 8px 0;
	background: transparent;
	color: #111311;
	font: inherit;
	font-size: 30px;
	font-weight: 700;
}

.vfilter-calculator input:focus { border-color: var(--vf-blue); outline: 0; }

.vfilter-calculator-result {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--va-line);
}

.vfilter-calculator-result > div { padding: clamp(28px, 4vw, 44px); background: #f4f1eb; }
.vfilter-calculator-result > div:last-child { background: #e1e8ff; }
.vfilter-calculator-result span,
.vfilter-calculator-result small { display: block; }
.vfilter-calculator-result span { color: #646b67; font-size: 12px; line-height: 1.5; }
.vfilter-calculator-result strong { display: block; margin: 12px 0; color: var(--vf-blue); font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; }
.vfilter-calculator-result small { color: #656c68; font-size: 11px; line-height: 1.55; }

.vfilter-calculator-note {
	margin: 0;
	padding: 20px 28px;
	border-top: 1px solid var(--va-line);
	color: #656c68;
	font-size: 11px;
	line-height: 1.6;
}

.vfilter-choice {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.vfilter-choice article { padding: 28px; border: 1px solid var(--va-line); background: #fff; }
.vfilter-choice h3 { margin: 0; font-size: 1.55rem; }
.vfilter-choice p { margin-bottom: 0; font-size: 14px; }

.vfilter-product {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(250px, .45fr);
	gap: 40px;
	align-items: center;
	margin-top: 64px !important;
	padding: clamp(36px, 5vw, 60px) !important;
	background: #e4ebff;
}

.vfilter-product h2 { margin-top: 18px; }
.vfilter-product a {
	display: inline-block;
	margin-top: 24px;
	padding: 16px 20px;
	background: var(--vf-blue);
	color: #fff;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}
.vfilter-product figure { margin: 0; }
.vfilter-product img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.vfilter-product figcaption { margin-top: 12px; color: #59635e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 760px) {
	.vfilter-hero-proof,
	.vfilter-mechanisms,
	.vfilter-calculator-head,
	.vfilter-calculator-result,
	.vfilter-choice,
	.vfilter-product { grid-template-columns: 1fr; }
	.vfilter-hero-proof div { min-height: auto; border-top: 1px solid var(--va-line); border-left: 0; }
	.vfilter-hero-proof div:first-child { border-top: 0; }
	.vfilter-mechanism { min-height: 0; padding: 24px; }
	.vfilter-diagram { margin-right: -24px; margin-left: -24px; }
	.vfilter-calculator-fields { grid-template-columns: 1fr; }
	.vfilter-calculator-head { gap: 22px; }
	.vfilter-product { margin-right: calc(50% - 50vw) !important; margin-left: calc(50% - 50vw) !important; padding-right: 24px !important; padding-left: 24px !important; }
}
