.lead-form-card {
	max-width: 600px;
	margin: 40px auto;
	padding: 30px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.lead-form-card input,
.lead-form-card select,
.lead-form-card textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.45;
}

.lead-form-card button {
	width: 100%;
	padding: 14px;
	background: #14B8A6;
	color: #fff;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.lead-form-card button:hover,
.lead-form-card button:focus {
	background: #0f9f90;
}

.lead-form-card .ve-form-row {
	margin-bottom: 0;
}

.lead-form-card .ve-form-field {
	flex: 1 1 100%;
}

.lead-form-card .ve-form-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #0f172a;
}

.lead-form-card .ve-form-actions {
	margin-top: 6px;
}

.lead-form-card .ve-form-actions .ve-btn-primary {
	display: block;
	text-align: center;
}

.lead-form-card .ve-form-trust-copy {
	margin-top: 14px;
}

.lead-form-card .ve-form-trust-copy p {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.6;
	color: #64748B;
}

.lead-form-card .ve-form-trust-copy p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.lead-form-card {
		margin: 22px auto;
		padding: 22px 18px;
	}
}