body.single-listings .stm-elementor-contact-form-seven {
	--artemis-navy: #001e40;
	--artemis-navy-light: #003189;
	--artemis-bg-light: #f1f3ff;
	--artemis-text: #5a6a7a;
	--artemis-text-dark: #161c27;
	--artemis-border: #e2e8f0;
	--artemis-white: #ffffff;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

body.single-listings .stm-elementor-contact-form-seven .icon-title {
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--artemis-border);
}

body.single-listings .stm-elementor-contact-form-seven .icon-title i {
	color: var(--artemis-navy-light);
	font-size: 1.25rem;
	margin-right: 12px;
}

body.single-listings .stm-elementor-contact-form-seven .icon-title .title {
	color: var(--artemis-navy);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

body.single-listings .stm-elementor-contact-form-seven form,
body.single-listings .stm-elementor-contact-form-seven .wpcf7-form {
	margin: 0;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-form p {
	margin: 0 0 18px;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-form label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--artemis-navy);
	margin-bottom: 8px;
	line-height: 1.4;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-form-control-wrap {
	display: block;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-form-control,
body.single-listings .stm-elementor-contact-form-seven form input[type="text"],
body.single-listings .stm-elementor-contact-form-seven form input[type="email"],
body.single-listings .stm-elementor-contact-form-seven form input[type="tel"],
body.single-listings .stm-elementor-contact-form-seven form textarea {
	width: 100%;
	height: auto;
	min-height: 48px;
	line-height: 1.4;
	padding: 12px 14px;
	border: 2px solid var(--artemis-border);
	border-radius: 10px;
	font-size: 0.9375rem;
	font-family: inherit;
	color: var(--artemis-text-dark);
	background: var(--artemis-white);
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.single-listings .stm-elementor-contact-form-seven form textarea {
	min-height: 112px;
	max-height: 200px;
	padding-top: 12px;
	resize: vertical;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-form-control:focus,
body.single-listings .stm-elementor-contact-form-seven form input:focus,
body.single-listings .stm-elementor-contact-form-seven form textarea:focus {
	outline: none;
	border-color: var(--artemis-navy);
	box-shadow: 0 0 0 3px rgba(0, 30, 64, 0.1);
}

body.single-listings .stm-elementor-contact-form-seven input.artemis-listing-vehicle-locked,
body.single-listings .stm-elementor-contact-form-seven input[name="your-subject"][readonly] {
	background: var(--artemis-bg-light) !important;
	border-color: #d4daf0 !important;
	color: var(--artemis-navy) !important;
	font-size: 0.875rem !important;
	font-weight: 500;
	cursor: not-allowed !important;
	opacity: 1 !important;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-submit,
body.single-listings .stm-elementor-contact-form-seven form input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 48px;
	margin: 8px 0 0;
	padding: 14px 24px;
	background: linear-gradient(135deg, var(--artemis-navy) 0%, var(--artemis-navy-light) 100%);
	color: var(--artemis-white);
	border: none;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-submit:hover,
body.single-listings .stm-elementor-contact-form-seven form input[type="submit"]:hover {
	background: var(--artemis-navy);
	box-shadow: 0 8px 24px rgba(0, 30, 64, 0.28);
	transform: translateY(-1px);
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-submit:active,
body.single-listings .stm-elementor-contact-form-seven form input[type="submit"]:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0, 30, 64, 0.2);
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-submit:focus-visible,
body.single-listings .stm-elementor-contact-form-seven form input[type="submit"]:focus-visible {
	outline: 2px solid var(--artemis-navy-light);
	outline-offset: 2px;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-not-valid-tip {
	font-size: 0.75rem;
	color: #dc2626;
	margin-top: 6px;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-spinner {
	display: block;
	margin: 12px auto 0;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 0.875rem;
	line-height: 1.45;
	text-align: center;
	border-width: 1px;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #ecfdf5;
	color: #065f46;
	border-color: #a7f3d0;
}

body.single-listings .stm-elementor-contact-form-seven .wpcf7-response-output.wpcf7-validation-errors,
body.single-listings .stm-elementor-contact-form-seven .wpcf7-response-output.wpcf7-aborted,
body.single-listings .stm-elementor-contact-form-seven .wpcf7-response-output.wpcf7-spam-blocked {
	background: #fef2f2;
	color: #991b1b;
	border-color: #fecaca;
}

@media (min-width: 1024px) {
	body.single-listings .elementor-widget-stm-contact-form-seven .stm-elementor-contact-form-seven {
		position: sticky;
		top: 24px;
	}
}

@media (max-width: 767px) {
	body.single-listings .stm-elementor-contact-form-seven .icon-title .title {
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-listings .stm-elementor-contact-form-seven .wpcf7-submit,
	body.single-listings .stm-elementor-contact-form-seven form input[type="submit"] {
		transition: none;
	}

	body.single-listings .stm-elementor-contact-form-seven .wpcf7-submit:hover,
	body.single-listings .stm-elementor-contact-form-seven form input[type="submit"]:hover {
		transform: none;
	}
}
