/* ==========================================================================
   VoltixEnergy — conversion layer (hero + lead form, sections, header, mobile CTA)
   Loaded after style.css. Class hooks are set on UX Builder elements (class="vx-…").
   ========================================================================== */

:root {
	--vx-green: #37d154;
	--vx-green-600: #22b13f;
	--vx-green-700: #178a30;
	--vx-green-50: #ebf9ee;
	--vx-ink: #1b211d;
	--vx-ink-soft: #333334;
	--vx-muted: #5a645e;
	--vx-line: #e2e8e4;
	--vx-soft: #f3f6f4;
	--vx-deep: #132019;
	--vx-orange: #f47038;
	--vx-radius: 18px;
	--vx-radius-sm: 10px;
	--vx-shadow: 0 1px 2px rgba(19, 32, 25, .04), 0 24px 48px -24px rgba(19, 32, 25, .28);
	--vx-header-offset: 90px;
}

html { scroll-padding-top: var(--vx-header-offset); }

/* ---------- Shared type & helpers ---------------------------------------- */
.vx-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--vx-green-700);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.vx-kicker::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: var(--vx-green); }
.dark .vx-kicker, .vx-dark .vx-kicker { color: var(--vx-green); }

.vx-h2 h2, .vx-h2 h3, h2.vx-h2 {
	margin-bottom: .45em;
	color: var(--vx-ink);
	font-size: clamp(1.7rem, 2.6vw, 2.45rem);
	line-height: 1.12;
	letter-spacing: -.015em;
}
.dark .vx-h2 h2, .vx-dark .vx-h2 h2 { color: #fff; }
.vx-intro p { max-width: 38em; color: var(--vx-muted); font-size: 1.08rem; line-height: 1.6; }
.vx-intro.vx-center p, .text-center .vx-intro p, .vx-intro.text-center p { margin-left: auto; margin-right: auto; }
.dark .vx-intro p, .vx-dark .vx-intro p { color: rgba(255, 255, 255, .72); }

.vx-check-list ul { margin: 0 0 1.4em; padding: 0; list-style: none; }
.vx-check-list li {
	position: relative;
	margin: 0 0 .7em;
	padding-left: 34px;
	color: var(--vx-ink);
	font-weight: 600;
	line-height: 1.45;
}
.vx-check-list li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--vx-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23132019' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.dark .vx-check-list li, .vx-dark .vx-check-list li { color: #fff; }

/* Buttons — dark ink on brand green reads better than white on green */
.button.vx-btn,
.vx-btn.button.success,
.header-button .button.success {
	border-radius: var(--vx-radius-sm) !important;
	background-color: var(--vx-green) !important;
	color: var(--vx-deep) !important;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 8px 20px -10px rgba(34, 177, 63, .8);
	transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.button.vx-btn:hover,
.header-button .button.success:hover {
	background-color: #2fc44b !important;
	color: var(--vx-deep) !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px -12px rgba(34, 177, 63, .9);
}
.button.vx-btn-ghost {
	border: 1.5px solid rgba(255, 255, 255, .35) !important;
	border-radius: var(--vx-radius-sm) !important;
	background: transparent !important;
	color: #fff !important;
	font-weight: 700;
	text-transform: none;
}
.button.vx-btn-ghost:hover { border-color: #fff !important; background: rgba(255, 255, 255, .06) !important; }
.button.vx-btn-dark {
	border-radius: var(--vx-radius-sm) !important;
	background: var(--vx-deep) !important;
	color: #fff !important;
	font-weight: 700;
	text-transform: none;
}
.vx-textlink a, a.vx-textlink, .button.is-link.vx-textlink {
	color: var(--vx-ink);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: var(--vx-green);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.button.is-link.vx-textlink { color: var(--vx-ink) !important; text-decoration: underline !important; text-decoration-color: var(--vx-green) !important; text-transform: none; font-size: .98rem; }
.button.is-link.vx-textlink:hover { color: var(--vx-green-700) !important; box-shadow: none; }

/* ---------- Header ------------------------------------------------------- */
.header-main { border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.header-wrapper.stuck .header-main { border-bottom-color: var(--vx-line); }
.header-wrapper.stuck { box-shadow: 0 10px 30px -18px rgba(19, 32, 25, .25) !important; }
.header-main .nav > li > a { color: var(--vx-ink-soft); }
.header-main .nav > li.active > a,
.header-main .nav > li > a:hover { color: var(--vx-green-700); }

.vx-header-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--vx-ink) !important;
	white-space: nowrap;
}
/* The phone link is a two-line nav item. Flatsome gives .nav > li > a a fixed
   line-height (and a taller one in the sticky header), which would stack two
   50px lines and push the link out of the header — so keep our own. */
.header-main .nav > li > a.vx-header-phone,
.header-wrapper.stuck .header-main .nav > li > a.vx-header-phone { line-height: 1.15; }
.vx-header-phone small,
.vx-header-phone strong { line-height: 1.2; }
.vx-header-phone__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--vx-green-50);
	color: var(--vx-green-700);
}
.vx-header-phone small { display: block; color: var(--vx-muted); font-size: .72rem; font-weight: 400; }
.vx-header-phone strong { font-size: .98rem; }
.vx-header-phone:hover .vx-header-phone__icon { background: var(--vx-green); color: var(--vx-deep); }
.header-button .button.success { padding: 0 20px; line-height: 44px; min-height: 44px; }
.header-button .button.success::after { content: " \2192"; }

@media (min-width: 850px) {
	.header-main .header-nav { flex-wrap: nowrap; font-size: 15px !important; }
	.header-main .header-nav > li { white-space: nowrap; }
}
/* Tighter steps so nav + phone + CTA stay on one line down to tablet width */
@media (max-width: 1399px) {
	.vx-header-phone > span:last-child { display: none; }
}
@media (max-width: 1179px) {
	#logo { width: 180px !important; }
	.header-main .header-nav.nav-spacing-large > li { margin: 0 6px; }
	.header-main .header-nav { font-size: 14px !important; }
	.header-button .button.success { padding: 0 14px; }
}
@media (max-width: 999px) {
	.header-button .button.success::after { content: none; }
}

/* ---------- Hero ---------------------------------------------------------- */
.vx-hero { overflow: hidden; }
.vx-hero .section-bg { background:
	radial-gradient(900px 520px at 88% -10%, rgba(55, 209, 84, .16), transparent 60%),
	radial-gradient(700px 480px at -10% 110%, rgba(55, 209, 84, .08), transparent 60%),
	var(--vx-soft) !important; }

.vx-hero-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	grid-template-areas: "top form" "bottom form";
	column-gap: 56px;
	align-items: start;
}
.vx-hero-grid > .col { width: auto !important; max-width: none !important; flex-basis: auto !important; padding-bottom: 0 !important; }
.vx-hero-top { grid-area: top; padding-top: 28px !important; }
.vx-hero-form { grid-area: form; }
.vx-hero-bottom { grid-area: bottom; }

.vx-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	padding: 5px 14px 5px 5px;
	border: 1px solid var(--vx-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vx-ink);
	font-size: .86rem;
	font-weight: 600;
	box-shadow: 0 1px 2px rgba(19, 32, 25, .05);
}
.vx-eyebrow__dot {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--vx-green);
	color: var(--vx-deep);
}

.vx-hero-title h1 {
	max-width: 13.5em;
	margin-bottom: .45em;
	color: var(--vx-ink);
	font-size: clamp(2.15rem, 4.1vw, 3.55rem);
	line-height: 1.06;
	letter-spacing: -.025em;
}
.vx-hero-title h1 em { color: var(--vx-green-700); font-style: normal; }
.vx-lead { max-width: 33em; margin-bottom: 0; color: var(--vx-muted); font-size: 1.15rem; line-height: 1.6; }

.vx-usps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 28px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}
.vx-usps li { display: flex; gap: 14px; align-items: flex-start; margin: 0; }
.vx-usps__icon {
	display: grid;
	flex: 0 0 44px;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #fff;
	color: var(--vx-green-700);
	box-shadow: inset 0 0 0 1px var(--vx-line);
}
.vx-usps strong { display: block; margin-bottom: 2px; color: var(--vx-ink); font-size: 1rem; line-height: 1.3; }
.vx-usps li > span:last-child { color: var(--vx-muted); font-size: .92rem; line-height: 1.45; }

.vx-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 26px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--vx-line);
}
.vx-trust__label { color: var(--vx-muted); font-size: .85rem; font-weight: 600; }
.vx-trust img { width: auto; height: 34px; mix-blend-mode: multiply; }

/* ---------- Lead form card ------------------------------------------------ */
.vx-form-card > .col-inner {
	position: relative;
	padding: 30px 30px 24px !important;
	border: 1px solid var(--vx-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--vx-shadow);
}
.vx-form-card > .col-inner::before {
	content: "";
	position: absolute;
	inset: 0 24px auto;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: var(--vx-green);
}
.vx-anchor { position: relative; top: -24px; }

.vx-form-head { margin-bottom: 18px; }
.vx-form-badge {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	border-radius: 12px;
	background: var(--vx-green);
	color: var(--vx-deep);
}
.vx-form-head h2 { margin: 0 0 6px; color: var(--vx-ink); font-size: 1.55rem; line-height: 1.2; letter-spacing: -.01em; }
.vx-form-head p { margin: 0; color: var(--vx-muted); font-size: .98rem; line-height: 1.5; }
.vx-form-head strong { color: var(--vx-ink); }

/* Gravity Forms — scoped to the lead form (id 3) */
.vx-form-card .gform_wrapper { margin: 0 !important; }
.vx-form-card .gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 10px !important; grid-column-gap: 10px !important; }
.vx-form-card .gform_wrapper.gravity-theme .gfield { margin: 0; }
.vx-form-card .gform_wrapper input[type=text],
.vx-form-card .gform_wrapper input[type=email],
.vx-form-card .gform_wrapper input[type=tel] {
	height: 52px;
	margin: 0;
	padding: 0 14px 0 44px !important;
	border: 1px solid #d7dfda !important;
	border-radius: var(--vx-radius-sm) !important;
	background-color: #fff !important;
	background-position: 15px 50% !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	box-shadow: none;
	color: var(--vx-ink);
	font-size: 16px !important;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.vx-form-card .gform_wrapper input::placeholder { color: #7c8781; opacity: 1; }
.vx-form-card .gform_wrapper input:focus {
	border-color: var(--vx-green-600) !important;
	outline: none;
	background-color: #fff !important;
	box-shadow: 0 0 0 4px rgba(55, 209, 84, .18);
}
.vx-form-card .gfield--type-text input,
.vx-form-card .ginput_container_text input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E"); }
.vx-form-card .ginput_container_phone input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8 9.8a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); }
.vx-form-card .ginput_container_email input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E"); }
.vx-form-card .vx-postcode input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }

.vx-form-card .vx-huisnr input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10 9-7 9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E"); }
/* keep paired fields side by side, also on phones */
.vx-form-card .gform_wrapper.gravity-theme .gfield.gfield--width-half { grid-column: span 6 !important; }

.vx-form-card .gform_wrapper .gform_footer { margin: 14px 0 0 !important; padding: 0 !important; }
.vx-form-card .gform_wrapper .gform_footer .gform_button,
.vx-form-card .gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
	height: 56px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: var(--vx-radius-sm) !important;
	background: var(--vx-green) !important;
	color: var(--vx-deep) !important;
	line-height: 1;
	font-size: 1.05rem !important;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 10px 22px -12px rgba(34, 177, 63, .9);
	transition: transform .15s ease, background-color .15s ease;
}
.vx-form-card .gform_wrapper .gform_footer .gform_button:hover { background-color: #2fc44b !important; transform: translateY(-1px); }
.vx-form-card .gform_wrapper .gform_ajax_spinner { position: absolute; margin: 18px 0 0 -40px; }

/* Validation */
.vx-form-card .gform_wrapper.gravity-theme .gfield_error input { border-color: #d93a2b !important; }
.vx-form-card .gform_wrapper.gravity-theme .gfield_validation_message,
.vx-form-card .gform_wrapper.gravity-theme .validation_message {
	margin-top: 4px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #c2331f;
	font-size: .8rem;
}
.vx-form-card .gform_wrapper.gravity-theme .gform_validation_errors { display: none; }

.vx-form-assure {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 16px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}
.vx-form-assure li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: var(--vx-muted);
	font-size: .82rem;
}
.vx-form-assure li::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322b13f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.vx-form-privacy { margin: 8px 0 0; color: #87918b; font-size: .74rem; line-height: 1.45; text-align: center; }
.vx-form-privacy a { color: inherit; text-decoration: underline; }

.vx-form-call {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px dashed var(--vx-line);
	color: var(--vx-muted);
	font-size: .88rem;
}
.vx-form-call a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--vx-orange);
	font-size: 1.05rem;
	font-weight: 800;
	white-space: nowrap;
}

/* ---------- Stats strip --------------------------------------------------- */
.vx-stats > .col > .col-inner { height: 100%; padding: 6px 28px !important; border-left: 1px solid var(--vx-line); }
.vx-stats > .col:first-child > .col-inner { border-left: 0; }
.vx-stat h3 { margin: 0; color: var(--vx-ink); font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -.02em; }
.vx-stat h3 span { color: var(--vx-green-600); }
.vx-stat p { margin: 4px 0 0; color: var(--vx-muted); font-size: .95rem; line-height: 1.45; }

/* ---------- Media + copy split ------------------------------------------- */
.vx-media img, .vx-media .img-inner { border-radius: 24px; }
.vx-media .img-inner { overflow: hidden; }
.vx-media { position: relative; }
.vx-media-badge {
	position: absolute;
	right: 22px;
	bottom: 22px;
	left: 22px;
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 360px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--vx-shadow);
	backdrop-filter: blur(6px);
}
.vx-media-badge strong { display: block; color: var(--vx-ink); font-size: .98rem; line-height: 1.25; }
.vx-media-badge span { color: var(--vx-muted); font-size: .84rem; }
.vx-media-badge .vx-usps__icon { background: var(--vx-green); color: var(--vx-deep); box-shadow: none; }

/* ---------- Dark product spotlight --------------------------------------- */
.vx-dark .section-bg { background:
	radial-gradient(800px 500px at 100% 0%, rgba(55, 209, 84, .18), transparent 60%),
	var(--vx-deep) !important; }
.vx-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.vx-features li {
	margin: 0;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 16px;
	background: rgba(255, 255, 255, .04);
	color: rgba(255, 255, 255, .7);
	font-size: .93rem;
	line-height: 1.5;
}
.vx-features .vx-usps__icon { margin-bottom: 14px; background: rgba(55, 209, 84, .14); color: var(--vx-green); box-shadow: none; }
.vx-features strong { display: block; margin-bottom: 4px; color: #fff; font-size: 1.02rem; }
.vx-dark .vx-note { color: rgba(255, 255, 255, .5); font-size: .8rem; }

/* ---------- Steps --------------------------------------------------------- */
.vx-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: vxstep;
}
.vx-steps li {
	position: relative;
	margin: 0;
	padding: 26px 22px 24px;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	background: #fff;
	color: var(--vx-muted);
	font-size: .94rem;
	line-height: 1.55;
	text-align: left;
	counter-increment: vxstep;
}
.vx-steps li::before {
	content: counter(vxstep);
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: var(--vx-green-50);
	color: var(--vx-green-700);
	font-weight: 800;
}
.vx-steps li:first-child { border-color: var(--vx-green); box-shadow: 0 0 0 3px rgba(55, 209, 84, .12); }
.vx-steps li:first-child::before { background: var(--vx-green); color: var(--vx-deep); }
.vx-steps strong { display: block; margin-bottom: 6px; color: var(--vx-ink); font-size: 1.06rem; }

/* ---------- Team panel ---------------------------------------------------- */
.vx-panel > .col-inner {
	overflow: hidden;
	border-radius: 28px;
	background: linear-gradient(125deg, #37d154 0%, #1f9f3c 70%) !important;
}
.vx-panel .vx-h2 h2 { color: var(--vx-deep); }
.vx-panel .vx-intro p { color: rgba(19, 32, 25, .8); }
.vx-panel .vx-check-list li { color: var(--vx-deep); }
.vx-panel .vx-check-list li::before { background-color: var(--vx-deep); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2337d154' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.vx-panel .row-inner > .col, .vx-panel .row > .col { padding-bottom: 0; }
.vx-panel img { display: block; }

/* ---------- Cross-sell cards --------------------------------------------- */
.vx-card > .col-inner {
	overflow: hidden;
	height: 100%;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}
.vx-card > .col-inner:hover { transform: translateY(-3px); box-shadow: var(--vx-shadow); }
.vx-card .img, .vx-card .img-inner { margin: 0 !important; }
.vx-card .img-inner img { height: 210px; object-fit: cover; }
.vx-card-body { padding: 22px 24px 24px; }
.vx-card-body h3 { margin-bottom: 6px; color: var(--vx-ink); font-size: 1.2rem; }
.vx-card-body p { margin-bottom: 14px; color: var(--vx-muted); font-size: .95rem; line-height: 1.55; }

/* ---------- FAQ (refines the existing .acc-css accordion) --------------- */
.vx-faq .accordion-title {
	padding: 1.15em 3.4em 1.15em 1.25em !important;
	border: 1px solid var(--vx-line) !important;
	border-radius: 14px;
	background: #fff;
	color: var(--vx-ink);
	font-size: 1.02rem;
	font-weight: 700;
}
.vx-faq .accordion-title.active { border-color: var(--vx-green) !important; border-bottom-color: transparent !important; border-radius: 14px 14px 0 0; }
.vx-faq .accordion-item { margin-bottom: 10px; }
.vx-faq .accordion-title { margin-bottom: 0 !important; }
.vx-faq .accordion-inner {
	padding: 4px 1.25em 1.2em !important;
	border: 1px solid var(--vx-green);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: #fff;
	color: var(--vx-muted);
}
.vx-faq.acc-css .accordion .toggle {
	top: calc(50% - 16px);
	right: 14px !important;
	left: auto !important;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin: 0 !important;
	border-radius: 50%;
	background: var(--vx-green-50);
	font-size: 0 !important;
	opacity: 1 !important;
}
.vx-faq.acc-css .accordion .toggle i { display: none; }
.vx-faq.acc-css .accordion .toggle::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-right: 2px solid var(--vx-green-700);
	border-bottom: 2px solid var(--vx-green-700);
	transform: rotate(45deg);
}
.vx-faq .accordion-title.active .toggle { background: var(--vx-green); }
.vx-faq .accordion-title.active .toggle::after { border-color: var(--vx-deep); }

/* ---------- CTA band ------------------------------------------------------ */
.vx-cta > .col-inner {
	position: relative;
	overflow: hidden;
	padding: 56px 48px !important;
	border-radius: 28px;
	background:
		radial-gradient(600px 300px at 90% 0%, rgba(55, 209, 84, .28), transparent 60%),
		var(--vx-deep) !important;
	text-align: center;
}
.vx-cta h2 { margin-bottom: 10px; color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; letter-spacing: -.015em; }
.vx-cta p { max-width: 34em; margin: 0 auto 26px; color: rgba(255, 255, 255, .72); font-size: 1.08rem; }
.vx-cta .button { margin: 6px; }

/* ---------- Mobile sticky CTA bar ---------------------------------------- */
.vx-mobile-cta { display: none; }

@media (max-width: 849px) {
	:root { --vx-header-offset: 76px; }

	.vx-hero-grid {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "top" "form" "bottom";
		column-gap: 0;
		row-gap: 22px;
	}
	.vx-hero-top { padding-top: 6px !important; }
	.vx-form-head { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: center; }
	.vx-form-badge { width: 38px; height: 38px; margin: 0; }
	.vx-form-head h2 { margin: 0; }
	.vx-form-head p { grid-column: 1 / -1; margin-top: 10px; }
	.vx-hero-title h1 { font-size: clamp(1.85rem, 7.6vw, 2.4rem); }
	.vx-lead { font-size: 1.02rem; }
	.vx-eyebrow { margin-bottom: 16px; font-size: .8rem; }
	.vx-form-card > .col-inner { padding: 24px 18px 20px !important; border-radius: 18px; }
	.vx-form-head h2 { font-size: 1.35rem; }
	.vx-usps { grid-template-columns: minmax(0, 1fr); gap: 16px; margin-top: 8px; }
	.vx-trust { gap: 10px 16px; }
	.vx-trust__label { flex-basis: 100%; }
	.vx-trust img { height: 26px; }

	.vx-stats > .col > .col-inner { padding: 10px 0 !important; border: 0; }
	.vx-stat p { font-size: .88rem; }
	.vx-media-badge { display: none; }

	.vx-features { grid-template-columns: minmax(0, 1fr); }
	.vx-steps { grid-template-columns: minmax(0, 1fr); }
	.vx-cta > .col-inner { padding: 40px 22px !important; border-radius: 22px; }
	.vx-panel > .col-inner { border-radius: 22px; }

	.vx-mobile-cta {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 10px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--vx-line);
		background: rgba(255, 255, 255, .97);
		box-shadow: 0 -10px 30px -18px rgba(19, 32, 25, .35);
		transform: translateY(0);
		transition: transform .25s ease;
	}
	.vx-mobile-cta.is-hidden { transform: translateY(110%); }
	.vx-mobile-cta a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		height: 48px;
		padding: 0 16px;
		border-radius: var(--vx-radius-sm);
		font-weight: 700;
		white-space: nowrap;
	}
	.vx-mobile-cta__call { border: 1.5px solid var(--vx-line); color: var(--vx-ink) !important; }
	.vx-mobile-cta__advies { background: var(--vx-green); color: var(--vx-deep) !important; }
	body.vx-has-mobile-cta #footer { padding-bottom: 70px; }
}

.vx-form-card .gform_button svg { flex: 0 0 18px; transition: transform .15s ease; }
.vx-form-card .gform_button:hover svg { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
	.vx-mobile-cta, .button.vx-btn, .vx-card > .col-inner { transition: none; }
}

/* ---------- Thank-you page ------------------------------------------------ */
.vx-thanks .vx-form-badge { width: 52px; height: 52px; margin-bottom: 18px; border-radius: 50%; }
.page-id-1256 .vx-form-card > .col-inner { padding: 44px 44px 36px !important; }
.page-id-1256 .vx-h2 h1 { margin-bottom: .4em; color: var(--vx-ink); font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -.015em; }
.page-id-1256 .vx-h2 h3 { margin: 1.4em 0 .8em; font-size: 1.1rem; }
@media (max-width: 849px) { .page-id-1256 .vx-form-card > .col-inner { padding: 28px 20px 24px !important; } }
