/**
 * Contact page — expanded layout and premium styling.
 *
 * @package WebCircleZ_Pro
 */

.wcz-contact-page {
	background:
		radial-gradient(circle at 10% 0%, rgba(0, 194, 229, 0.08), transparent 42%),
		linear-gradient(180deg, #f8fbfd 0%, #ffffff 55%, #f6f9fb 100%);
}

.wcz-contact-page > .wcz-section {
	padding-top: clamp(24px, 3vw, 40px);
	padding-bottom: clamp(24px, 3vw, 40px);
}

.wcz-contact-page > .wcz-section:first-of-type {
	padding-top: clamp(28px, 3.5vw, 44px);
}

.wcz-contact-page > .wcz-section:last-of-type {
	padding-bottom: clamp(28px, 3.5vw, 44px);
}

.wcz-contact-page .wcz-section-header {
	margin-bottom: clamp(20px, 3vw, 28px);
}

.wcz-contact-intro {
	text-align: center;
}

.wcz-contact-intro .wcz-section-header {
	max-width: 760px;
	margin: 0 auto;
}

.wcz-contact-intro .wcz-section-desc {
	margin-top: 14px;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	line-height: 1.8;
	color: #536173;
}

.wcz-contact-channels-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.wcz-contact-channel-card {
	position: relative;
	overflow: hidden;
	padding: 28px 24px;
	text-align: center;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 254, 0.92));
	border: 1px solid rgba(0, 194, 229, 0.16);
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.wcz-contact-channel-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 194, 229, 0.32);
	box-shadow: 0 24px 56px rgba(0, 194, 229, 0.12);
}

.wcz-contact-channel-card.is-featured {
	border-color: rgba(0, 194, 229, 0.34);
	background:
		linear-gradient(160deg, #ffffff, #eef9fc);
}

.wcz-contact-channel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
	color: var(--wcz-primary);
	background: rgba(0, 194, 229, 0.1);
	border-radius: 16px;
}

.wcz-contact-channel-card h3 {
	margin: 0 0 10px;
	font-family: var(--wcz-font-display);
	font-size: 1.15rem;
	color: var(--wcz-text-heading);
}

.wcz-contact-channel-card p {
	margin: 0 0 18px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--wcz-text-muted);
}

.wcz-contact-section {
	padding-top: 0;
	padding-bottom: 0;
}

.wcz-contact-live-box {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 22px;
	padding: clamp(28px, 4vw, 44px) clamp(24px, 3.5vw, 48px);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.wcz-contact-live-box::before {
	display: none;
}

.wcz-contact-live-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
	gap: clamp(24px, 3.5vw, 40px);
	align-items: start;
}

.wcz-contact-live-form-head {
	margin-bottom: 20px;
}

.wcz-contact-live-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	max-width: 100%;
	margin-bottom: 14px;
	padding: 7px 14px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.22);
	border-radius: 999px;
}

.wcz-contact-live-eyebrow svg {
	flex-shrink: 0;
	color: inherit;
}

.wcz-contact-live-title {
	position: relative;
	display: block;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.45rem, 2.6vw, 1.9rem);
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 14px;
	padding-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.wcz-contact-live-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 3px;
	border-radius: 999px;
	background: var(--wcz-primary, #00c2e5);
}

.wcz-contact-live-lead {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: #64748b;
	hyphens: none !important;
	-webkit-hyphens: none !important;
	word-break: normal;
	overflow-wrap: normal;
	text-wrap: wrap;
}

.wcz-contact-live-info-col {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 24px;
	background: linear-gradient(180deg, #f3fafc 0%, #eef8fb 100%);
	border: 1px solid rgba(0, 194, 229, 0.16);
	border-radius: 18px;
	color: #0f172a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.wcz-contact-live-info-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 8px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wcz-contact-live-info-head-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.12);
}

.wcz-contact-live-info-head h3 {
	margin: 0 0 6px;
	font-family: var(--wcz-font-display);
	font-size: 1.2rem;
	font-weight: 700;
	color: #0f172a;
}

.wcz-contact-live-info-head p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: #64748b;
}

.wcz-contact-live-info-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wcz-contact-live-info-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.wcz-contact-live-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--wcz-primary);
	background: #fff;
	border: 1px solid rgba(0, 194, 229, 0.18);
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 194, 229, 0.08);
}

.wcz-contact-live-label {
	display: block;
	margin-bottom: 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wcz-primary, #00c2e5);
}

.wcz-contact-live-value {
	font-size: 0.98rem;
	line-height: 1.55;
	color: #0f172a;
	margin: 0;
	font-weight: 600;
}

a.wcz-contact-live-value:hover {
	color: var(--wcz-primary);
}

.wcz-contact-live-email {
	color: #0f172a;
}

.wcz-contact-live-note {
	margin: 4px 0 0;
	font-size: 0.85rem;
	line-height: 1.5;
	color: #64748b;
	font-weight: 400;
}

.wcz-contact-services-box {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 40px);
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 20px;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.07);
}

.wcz-contact-services-dots {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 64px;
	height: 64px;
	background-image: radial-gradient(circle, #d1d5db 1.5px, transparent 1.5px);
	background-size: 10px 10px;
	opacity: 0.55;
	pointer-events: none;
}

.wcz-contact-services-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
	max-width: 820px;
}

.wcz-contact-services-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.12);
	border: 1px solid rgba(0, 194, 229, 0.18);
}

.wcz-contact-services-copy h2 {
	position: relative;
	display: inline-block;
	margin: 0 0 12px;
	padding-bottom: 10px;
	font-family: var(--wcz-font-display);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.25;
}

.wcz-contact-services-copy h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--wcz-primary, #00c2e5);
}

.wcz-contact-services-copy p {
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.7;
}

.wcz-contact-services-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wcz-contact-services-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px 10px 12px;
	font-family: var(--wcz-font);
	font-size: 0.9rem;
	font-weight: 600;
	color: #334155;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.wcz-contact-services-tag-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: var(--wcz-primary, #00c2e5);
	background: rgba(0, 194, 229, 0.1);
	flex-shrink: 0;
}

.wcz-contact-services-tag-icon svg {
	display: block;
}

.wcz-contact-services-tag:hover {
	color: var(--wcz-primary-dark, #0099b8);
	background: #f8fcfd;
	border-color: rgba(0, 194, 229, 0.35);
	box-shadow: 0 8px 20px rgba(0, 194, 229, 0.12);
	transform: translateY(-2px);
}

.wcz-contact-map-frame {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(0, 194, 229, 0.14);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.wcz-contact-map-frame iframe {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
}

/* --------------------------------------------------------------------------
   Contact Form 7 — match Request a Quote field design (keep contact labels/fields)
   -------------------------------------------------------------------------- */
.wcz-contact-page .wcz-contact-form-wrap {
	margin-top: 8px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.wcz-contact-page .wcz-contact-form-panel {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7-form {
	display: block;
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7-form p {
	margin: 0;
}

.wcz-contact-page .wcz-contact-field {
	margin: 0 0 14px;
	position: relative;
}

.wcz-contact-page .wcz-contact-fields-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 0;
}

.wcz-contact-page .wcz-contact-fields-row .wcz-contact-field {
	margin-bottom: 14px;
}

.wcz-contact-page .wcz-contact-label,
.wcz-contact-page .wcz-cf7-wrap .wpcf7-form label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	margin: 10px 0;
	line-height: 1.3;
}

.wcz-contact-page .wcz-contact-input-wrap {
	position: relative;
	display: block;
}

.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-name"],
.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-email"],
.wcz-contact-page .wpcf7-form-control-wrap[data-name="service"],
.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-message"] {
	position: relative;
	display: block;
}

.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-name"]::before,
.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-email"]::before,
.wcz-contact-page .wpcf7-form-control-wrap[data-name="service"]::before,
.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-message"]::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 12px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 3;
}

.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-name"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3.5' stroke='%2300c2e5' stroke-width='1.8'/%3E%3Cpath d='M5 20c0-3.3 3.1-6 7-6s7 2.7 7 6' stroke='%2300c2e5' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-email"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.5' stroke='%2300c2e5' stroke-width='1.8'/%3E%3Cpath d='M4 7l8 6 8-6' stroke='%2300c2e5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wcz-contact-page .wpcf7-form-control-wrap[data-name="service"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='6' width='18' height='13' rx='1.5' stroke='%2300c2e5' stroke-width='1.8'/%3E%3Cpath d='M7 10h10M7 14h7' stroke='%2300c2e5' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.wcz-contact-page .wpcf7-form-control-wrap[data-name="your-message"]::before {
	top: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20h9M16.5 3.5a2.12 2.12 0 013 3L7 19l-4 1 1-4L16.5 3.5z' stroke='%2300c2e5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wcz-contact-page .wcz-contact-input,
.wcz-contact-page .wcz-cf7-wrap input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control,
.wcz-contact-page .wcz-cf7-wrap textarea.wpcf7-form-control {
	width: 100%;
	padding: 10px 12px 10px 36px;
	font-family: var(--wcz-font);
	font-size: 13px;
	line-height: 1.45;
	color: #0f172a;
	background-color: #f7fafc;
	border: 1px solid #dbe3ec;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: inset 3px 0 0 #00c2e5;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wcz-contact-page .wcz-cf7-wrap textarea.wpcf7-form-control {
	min-height: 110px;
	resize: vertical;
	line-height: 1.5;
	padding: 10px 12px 10px 36px;
}

.wcz-contact-page .wcz-contact-input::placeholder,
.wcz-contact-page .wcz-cf7-wrap .wpcf7-form-control::placeholder {
	color: #94a3b8;
	opacity: 1;
}

.wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control {
	appearance: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300c2e5' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	padding-right: 32px;
	color-scheme: light;
}

.wcz-contact-page .wcz-contact-input:focus,
.wcz-contact-page .wcz-cf7-wrap .wpcf7-form-control:focus {
	outline: none;
	background-color: #fff;
	border-color: rgba(0, 194, 229, 0.55);
	box-shadow:
		inset 3px 0 0 #00c2e5,
		0 8px 20px rgba(0, 194, 229, 0.12);
	transform: none;
}

.wcz-contact-page .wcz-contact-submit-wrap {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
}

.wcz-contact-page .wcz-btn-contact-send,
.wcz-contact-page .wcz-cf7-wrap input.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 140px;
	padding: 10px 22px 10px 36px;
	font-family: var(--wcz-font);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"),
		linear-gradient(90deg, #00c2e5 0%, #0099b8 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 14px center, center;
	background-size: 14px, 100% 100%;
	border: none;
	border-radius: 0;
	cursor: pointer;
	box-shadow: none;
	transition: transform 0.2s ease, filter 0.2s ease;
	width: auto;
}

.wcz-contact-page .wcz-btn-contact-send:hover,
.wcz-contact-page .wcz-cf7-wrap input.wpcf7-submit:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
	color: #fff;
	box-shadow: none;
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7-not-valid-tip {
	font-size: 12px;
	color: #ef4444;
	margin-top: 6px;
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7-not-valid {
	border-color: #ef4444 !important;
	background: #fff5f5 !important;
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 14px 18px;
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	text-align: left;
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7 form.sent .wpcf7-response-output {
	border-color: #10b981;
	background: rgba(16, 185, 129, 0.08);
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7 form.invalid .wpcf7-response-output,
.wcz-contact-page .wcz-cf7-wrap .wpcf7 form.failed .wpcf7-response-output {
	border-color: #ef4444;
	background: rgba(239, 68, 68, 0.06);
}

.wcz-contact-page .wcz-cf7-wrap .wpcf7-spinner {
	margin-left: 10px;
}

@media (max-width: 900px) {
	.wcz-contact-channels-grid,
	.wcz-contact-live-grid {
		grid-template-columns: 1fr;
	}

	.wcz-contact-live-info-col {
		padding: 22px;
	}

	.wcz-contact-page .wcz-contact-fields-row {
		grid-template-columns: 1fr;
	}

	.wcz-contact-live-form-head {
		text-align: center;
	}

	.wcz-contact-live-eyebrow {
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-contact-live-title {
		text-align: center;
	}

	.wcz-contact-live-title::after {
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%);
	}

	.wcz-contact-page .wcz-contact-label,
	.wcz-contact-page .wcz-cf7-wrap .wpcf7-form label,
	.wcz-contact-live .wcz-contact-label {
		display: block;
		width: 100%;
		text-align: left !important;
		margin-left: 0;
		margin-right: 0;
	}

	.wcz-contact-page .wcz-contact-field,
	.wcz-contact-page .wcz-contact-input-wrap,
	.wcz-contact-page .wpcf7-form-control-wrap {
		width: 100%;
		max-width: 100%;
	}

	.wcz-contact-page .wcz-contact-input,
	.wcz-contact-page .wcz-cf7-wrap input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control,
	.wcz-contact-page .wcz-cf7-wrap textarea.wpcf7-form-control {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.wcz-contact-page .wcz-contact-submit-wrap,
	.wcz-contact-page .wcz-cf7-wrap .wpcf7-form p:has(input.wpcf7-submit),
	.wcz-contact-live .wcz-contact-submit-wrap {
		display: flex !important;
		justify-content: flex-start !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 12px 0 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.wcz-contact-page .wcz-btn-contact-send,
	.wcz-contact-page .wcz-cf7-wrap input.wpcf7-submit,
	.wcz-contact-live .wcz-btn-contact-send,
	.wcz-contact-live .wcz-cf7-wrap input.wpcf7-submit {
		display: inline-flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: auto !important;
		max-width: 100%;
		min-width: 160px;
		margin: 0 !important;
		padding: 12px 28px !important;
		text-align: center !important;
		background-position: 16px center, center !important;
	}
}

@media (max-width: 600px) {
	.wcz-contact-channels-grid {
		gap: 16px;
	}

	.wcz-contact-live-box {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.wcz-contact-services-head {
		flex-direction: column;
		gap: 12px;
	}

	.wcz-contact-page .wcz-contact-fields-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.wcz-contact-page .wcz-contact-field,
	.wcz-contact-page .wcz-contact-input-wrap,
	.wcz-contact-page .wpcf7-form-control-wrap,
	.wcz-contact-page .wcz-cf7-wrap .wpcf7-form p:not(.wcz-contact-submit-wrap) {
		width: 100%;
		max-width: 100%;
	}

	.wcz-contact-page .wcz-contact-label,
	.wcz-contact-page .wcz-cf7-wrap .wpcf7-form label,
	.wcz-contact-live .wcz-contact-label {
		display: block;
		width: 100%;
		text-align: left !important;
		margin-left: 0;
		margin-right: 0;
	}

	.wcz-contact-page .wcz-contact-input,
	.wcz-contact-page .wcz-cf7-wrap input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control,
	.wcz-contact-page .wcz-cf7-wrap textarea.wpcf7-form-control {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.wcz-contact-page .wcz-contact-submit-wrap,
	.wcz-contact-page .wcz-cf7-wrap .wpcf7-form p:has(input.wpcf7-submit),
	.wcz-contact-live .wcz-contact-submit-wrap {
		display: flex !important;
		justify-content: flex-start !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 12px 0 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.wcz-contact-page .wcz-btn-contact-send,
	.wcz-contact-page .wcz-cf7-wrap input.wpcf7-submit,
	.wcz-contact-live .wcz-btn-contact-send,
	.wcz-contact-live .wcz-cf7-wrap input.wpcf7-submit {
		display: inline-flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: auto !important;
		max-width: 100%;
		min-width: 160px;
		margin: 0 !important;
		padding: 12px 28px !important;
		text-align: center !important;
		background-position: 16px center, center !important;
	}
}

/* Dark mode — office card + services strip */
html.wcz-dark-mode .wcz-contact-live-info-col {
	background: rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	color: #c8d0dc !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
}

html.wcz-dark-mode .wcz-contact-live-info-head {
	border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html.wcz-dark-mode .wcz-contact-live-info-head h3,
html.wcz-dark-mode .wcz-contact-live-label,
html.wcz-dark-mode .wcz-contact-live-value {
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-contact-live-info-head p,
html.wcz-dark-mode .wcz-contact-live-note {
	color: #93a0b4 !important;
}

html.wcz-dark-mode .wcz-contact-live-info-item {
	border-color: rgba(255, 255, 255, 0.08) !important;
}

html.wcz-dark-mode .wcz-contact-live-info-icon,
html.wcz-dark-mode .wcz-contact-live-info-head-icon {
	background: rgba(0, 194, 229, 0.14) !important;
	color: #00c2e5 !important;
}

html.wcz-dark-mode .wcz-contact-services-box {
	background: rgba(8, 12, 22, 0.96) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
}

html.wcz-dark-mode .wcz-contact-services-dots {
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.22) 1.5px, transparent 1.5px);
	opacity: 0.35;
}

html.wcz-dark-mode .wcz-contact-services-copy h2 {
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-contact-services-copy p {
	color: #93a0b4 !important;
}

html.wcz-dark-mode .wcz-contact-services-icon {
	background: rgba(0, 194, 229, 0.14) !important;
	border-color: rgba(0, 194, 229, 0.3) !important;
	color: #00c2e5 !important;
}

html.wcz-dark-mode .wcz-contact-services-tag {
	background: rgba(15, 23, 42, 0.9) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	color: #f1f5f9 !important;
}

html.wcz-dark-mode .wcz-contact-services-tag:hover {
	background: rgba(0, 194, 229, 0.14) !important;
	border-color: rgba(0, 194, 229, 0.35) !important;
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-contact-page .wcz-contact-label,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap .wpcf7-form label {
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-contact-live-eyebrow {
	color: #00c2e5 !important;
	background: rgba(0, 194, 229, 0.12) !important;
	border-color: rgba(0, 194, 229, 0.28) !important;
}

html.wcz-dark-mode .wcz-contact-live-title {
	color: #ffffff !important;
}

html.wcz-dark-mode .wcz-contact-live-title::after {
	background: #00c2e5 !important;
}

html.wcz-dark-mode .wcz-contact-page .wcz-contact-input,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap textarea.wpcf7-form-control {
	background-color: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 0 !important;
	color: #f1f5f9 !important;
	-webkit-text-fill-color: #f1f5f9 !important;
	caret-color: #00c2e5;
	box-shadow: inset 3px 0 0 #00c2e5 !important;
	padding: 10px 12px 10px 36px !important;
	color-scheme: dark;
}

html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300c2e5' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 10px !important;
	padding-right: 32px !important;
}

html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap select.wpcf7-form-control option {
	background-color: #0b1220;
	color: #f1f5f9;
}

html.wcz-dark-mode .wcz-contact-page .wcz-contact-input::placeholder,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap input.wpcf7-form-control::placeholder,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap textarea.wpcf7-form-control::placeholder {
	color: rgba(147, 160, 180, 0.7) !important;
}

html.wcz-dark-mode .wcz-contact-page .wcz-contact-input:focus,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap .wpcf7-form-control:focus {
	outline: none !important;
	background-color: rgba(0, 194, 229, 0.06) !important;
	border-color: rgba(0, 194, 229, 0.5) !important;
	box-shadow:
		inset 3px 0 0 #00c2e5,
		0 8px 20px rgba(0, 194, 229, 0.15) !important;
}

html.wcz-dark-mode .wcz-contact-page .wcz-btn-contact-send,
html.wcz-dark-mode .wcz-contact-page .wcz-cf7-wrap input.wpcf7-submit {
	background-color: transparent !important;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E"),
		linear-gradient(90deg, #00c2e5 0%, #0099b8 100%) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: 14px center, center !important;
	background-size: 14px, 100% 100% !important;
	color: #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 10px 22px 10px 36px !important;
}

/* Contact map — dark embed */
html.wcz-dark-mode .wcz-contact-map-frame {
	background: rgba(8, 12, 22, 0.96);
	border-color: rgba(0, 194, 229, 0.22);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}

html.wcz-dark-mode .wcz-contact-map-frame iframe {
	filter: grayscale(0.35) invert(0.92) contrast(0.88) brightness(0.85) hue-rotate(180deg);
}
