.vsf-wrap {
	width: min(100%, 760px);
	margin: 50px auto 0;
}

.vsf-form,
.about-cta .vsf-form {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 26px;
	width: 100%;
	max-width: 760px;
	margin: 0;
	padding: 35px 18px 36px;
	border-radius: 15px;
	background: rgba(255, 255, 255, .72);
	text-align: left;
}

.vsf-field {
	display: block;
	min-width: 0;
	margin: 0;
	color: #061033;
	font-size: 13px;
	line-height: 18px;
}

.vsf-field span {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}

.vsf-field b {
	color: inherit;
	font-weight: 600;
}

.vsf-field input,
.vsf-field select,
.vsf-field textarea {
	display: block;
	width: 100%;
	margin: 8px 0 0;
	padding: 12px;
	border: 1px solid #aab8cb;
	border-radius: 7px;
	background: transparent;
	color: #061033;
	font: inherit;
	line-height: 1.4;
}

.vsf-field input,
.vsf-field select {
	height: 42px;
}

.vsf-field select {
	padding-right: 38px;
}

.vsf-field textarea {
	height: 104px;
	min-height: 104px;
	resize: vertical;
}

.vsf-field--wide,
.vsf-actions,
.vsf-notice {
	grid-column: 1 / -1;
}

.vsf-actions {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.vsf-actions button {
	display: inline-flex;
	width: 300px;
	height: 58px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 36px;
	border: 0;
	border-radius: 999px;
	background: #061033;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.vs-consultation .vsf-notice--success,
.vsf-notice--success {
	border-color: #75c86b !important;
	background: #efffed !important;
	color: #145f0b !important;
}

.vsf-actions button i {
	display: inline-grid;
	width: 32px;
	height: 32px;
	margin: 0;
	place-items: center;
	border-radius: 50%;
	background: #20c200;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
}

.vsf-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.vsf-notice {
	margin: 0 0 20px;
	padding: 14px 18px;
	border: 1px solid #9ed596;
	border-radius: 8px;
	background: #f1ffef;
	color: #176b0c;
	font-weight: 700;
}

.vsf-notice--error {
	border-color: #e9a7a7;
	background: #fff2f2;
	color: #8b1d1d;
}

@media (max-width: 700px) {
	.vsf-wrap {
		margin-top: 34px;
	}

	.vsf-form {
		grid-template-columns: minmax(0, 1fr);
		padding: 28px 20px 30px;
	}

	.vsf-field--wide,
	.vsf-actions,
	.vsf-notice {
		grid-column: auto;
	}

	.vsf-actions button {
		width: 100%;
		max-width: 300px;
	}
}

/* Data Analytics CTA: preserve the approved source form geometry. */
.data-cta .vsf-wrap {
	width: min(985px, 100%);
	margin-top: 50px;
}

.data-cta .vsf-form {
	grid-template-columns: 270px 280px;
	gap: 20px 26px;
	width: 985px;
	max-width: none;
	padding: 35px 204px;
}

.data-cta .vsf-actions button {
	width: 222px;
	justify-content: space-between;
	padding: 0 8px 0 36px;
}

.data-cta .vsf-actions button i {
	flex: 0 0 32px;
	margin-left: 24px;
}

@media (max-width: 900px) {
	.data-cta .vsf-form {
		grid-template-columns: minmax(0, 1fr);
		width: min(100%, 600px);
		padding: 30px;
	}
}

/* Homepage consultation: compact glass-panel layout from the approved design. */
.vs-consultation {
	min-height: 650px;
}

.vs-consultation .vs-form-card {
	height: auto;
	min-height: 438px;
	padding: 32px 38px 30px;
	border-radius: 24px;
	background: rgba(6, 16, 51, .58);
	backdrop-filter: blur(4px);
}

.vs-consultation .vsf-wrap {
	width: 100%;
	margin-top: 24px;
}

.vs-consultation .vsf-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 26px;
	max-width: none;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.vs-consultation .vsf-field {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

.vs-consultation .vsf-field:nth-of-type(1) {
	grid-area: 1 / 1;
}

.vs-consultation .vsf-field:nth-of-type(2) {
	grid-area: 2 / 1;
}

.vs-consultation .vsf-field:nth-of-type(3) {
	grid-area: 1 / 2;
}

.vs-consultation .vsf-field:nth-of-type(4) {
	grid-area: 2 / 2;
}

.vs-consultation .vsf-field--wide {
	grid-area: 3 / 1 / 3 / -1;
}

.vs-consultation .vsf-field input,
.vs-consultation .vsf-field select,
.vs-consultation .vsf-field textarea {
	margin-top: 6px;
	border: 1px solid #dce5f0;
	background: #f7faff;
	color: #061033;
}

.vs-consultation .vsf-field input,
.vs-consultation .vsf-field select {
	height: 44px;
}

.vs-consultation .vsf-field textarea {
	height: 66px;
	min-height: 66px;
}

.vs-consultation .vsf-actions {
	grid-area: 4 / 1 / 4 / -1;
}

.vs-consultation .vsf-actions button {
	width: 160px;
	height: 42px;
	justify-content: center;
	padding: 0 22px;
	background: #20c200;
	color: #020817;
	font-size: 13px;
	font-weight: 500;
}

.vs-consultation .vsf-actions button i {
	display: none;
}

@media (max-width: 700px) {
	.vs-consultation .vs-form-card {
		min-height: 0;
		padding: 28px 20px;
	}

	.vs-consultation .vsf-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.vs-consultation .vsf-field:nth-of-type(n),
	.vs-consultation .vsf-field--wide,
	.vs-consultation .vsf-actions {
		grid-area: auto;
	}
}
