/* #wewe-6 — homepage inquiry form */
#wewe-6.section-inquiry {
	position: relative;
	padding-top: 72px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #172238 0%, #1a2744 100%);
	overflow: hidden;
}

#wewe-6.section-inquiry::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #15499a 18%, #2a7de8 50%, #15499a 82%, transparent 100%);
	opacity: 0.9;
	pointer-events: none;
}

#wewe-6.section-inquiry::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -100px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(42, 125, 232, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

#wewe-6 .inquiry-heading {
	margin-bottom: 40px;
	text-align: center;
}

#wewe-6 .inquiry-heading b {
	color: #fff;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

#wewe-6 .inquiry-heading b::before,
#wewe-6 .inquiry-heading b::after {
	border-top-color: rgba(255, 255, 255, 0.25) !important;
}

#wewe-6 .inquiry-heading::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	margin: 18px auto 0;
	background: linear-gradient(90deg, #15499a 0%, #2a7de8 100%);
	border-radius: 2px;
}

#wewe-6 .inquiry-form-wrap {
	max-width: 780px;
	margin: 0 auto;
}

#wewe-6 .inquiry-form.wpcf7,
#wewe-6 .wpcf7 {
	max-width: 100%;
	margin-top: 0;
	padding: 40px 44px 36px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	-moz-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

#wewe-6 .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#wewe-6 .wpcf7-form p {
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	display: block !important;
	overflow: visible;
	clear: none;
}

#wewe-6 .wpcf7-form p:nth-child(1) {
	grid-column: 1;
}

#wewe-6 .wpcf7-form p:nth-child(2) {
	grid-column: 2;
}

#wewe-6 .wpcf7-form p:nth-child(3),
#wewe-6 .wpcf7-form p:nth-child(4),
#wewe-6 .wpcf7-form p.btn-submit {
	grid-column: 1 / -1;
}

#wewe-6 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

#wewe-6 .wpcf7-text,
#wewe-6 .wpcf7-textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #1e293b;
	background: #f8fafc;
	border: 1px solid rgba(21, 73, 154, 0.12);
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

#wewe-6 .wpcf7-textarea {
	min-height: 140px;
	height: 140px;
	resize: vertical;
}

#wewe-6 .wpcf7-text::placeholder,
#wewe-6 .wpcf7-textarea::placeholder {
	color: #94a3b8;
}

#wewe-6 .wpcf7-text:focus,
#wewe-6 .wpcf7-textarea:focus {
	outline: none;
	background: #fff;
	border-color: #15499a;
	-moz-box-shadow: 0 0 0 3px rgba(21, 73, 154, 0.12);
	-webkit-box-shadow: 0 0 0 3px rgba(21, 73, 154, 0.12);
	box-shadow: 0 0 0 3px rgba(21, 73, 154, 0.12);
}

#wewe-6 .wpcf7-form p.btn-submit {
	text-align: center;
	padding-top: 4px;
}

#wewe-6 .wpcf7-submit {
	width: auto !important;
	min-width: 220px;
	padding: 14px 42px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff !important;
	background: linear-gradient(135deg, #15499a 0%, #2a7de8 100%) !important;
	border: none !important;
	border-radius: 999px !important;
	cursor: pointer;
	-moz-box-shadow: 0 8px 24px rgba(21, 73, 154, 0.35);
	-webkit-box-shadow: 0 8px 24px rgba(21, 73, 154, 0.35);
	box-shadow: 0 8px 24px rgba(21, 73, 154, 0.35);
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#wewe-6 .wpcf7-submit:hover,
#wewe-6 .wpcf7-submit:active {
	opacity: 1 !important;
	background: linear-gradient(135deg, #1953af 0%, #3588f0 100%) !important;
	transform: translateY(-2px);
	-moz-box-shadow: 0 12px 28px rgba(21, 73, 154, 0.45);
	-webkit-box-shadow: 0 12px 28px rgba(21, 73, 154, 0.45);
	box-shadow: 0 12px 28px rgba(21, 73, 154, 0.45);
}

#wewe-6 .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#wewe-6.section-inquiry {
		padding-top: 56px;
		padding-bottom: 64px;
	}

	#wewe-6 .inquiry-form.wpcf7,
	#wewe-6 .wpcf7 {
		padding: 28px 22px 24px;
	}

	#wewe-6 .wpcf7-form {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	#wewe-6 .wpcf7-form p:nth-child(1),
	#wewe-6 .wpcf7-form p:nth-child(2),
	#wewe-6 .wpcf7-form p:nth-child(3),
	#wewe-6 .wpcf7-form p:nth-child(4),
	#wewe-6 .wpcf7-form p.btn-submit {
		grid-column: 1;
	}

	#wewe-6 .wpcf7-submit {
		width: 100% !important;
		min-width: 0;
	}
}
