/* ==========================================================================
   Homepage hero — pixel match to reference mockup
   Source of truth: attached dark glassmorphism hero screenshot
   Do not invent layout — only match transparency, blur, spacing, type
   ========================================================================== */

/* --------------------------------------------------------------------------
   Header — semi-transparent over hero photo (exact reference)
   -------------------------------------------------------------------------- */
body.wcz-hero-split-page .wcz-header {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

body.wcz-hero-split-page .wcz-header::before {
	background: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.wcz-hero-split-page.wcz-header-scrolled .wcz-header::before,
body.wcz-hero-split-page .wcz-header.scrolled::before {
	background: #ffffff !important;
	border-bottom: 1px solid #e8e8e8 !important;
	box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

/* Dark mode: same header behavior as light theme (transparent → white on scroll) */
html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-header::before,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header:not(.scrolled)::before {
	inset: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-header::before,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled::before {
	inset: 0 !important;
	border-radius: 0 !important;
	background: rgba(8, 12, 22, 0.96) !important;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-nav-list > li > a {
	color: #ffffff !important;
}

html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-nav-list > li > a,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-nav-list > li > a {
	color: #ffffff !important;
}

html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-logo-name,
html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-logo-accent {
	color: #ffffff !important;
}

html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-name,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-name,
html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-accent,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-accent {
	color: #ffffff !important;
}

html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-logo-img--on-dark {
	display: block !important;
}

html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-logo-img--on-light {
	display: none !important;
}

html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-img--on-dark,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-img--on-dark {
	display: block !important;
}

html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-img--on-light,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-img--on-light {
	display: none !important;
}

html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-header-search-toggle,
html.wcz-dark-mode body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-theme-toggle {
	color: #ffffff !important;
}

html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-header-search-toggle,
html.wcz-dark-mode body.wcz-hero-split-page.wcz-header-scrolled .wcz-theme-toggle,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-header-search-toggle,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-header.scrolled .wcz-theme-toggle {
	color: #ffffff !important;
}

body.wcz-hero-split-page .wcz-nav-list > li > a {
	color: #ffffff;
}

body.wcz-hero-split-page.wcz-header-scrolled .wcz-nav-list > li > a,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-nav-list > li > a {
	color: #334155;
}

body.wcz-hero-split-page .wcz-nav-list > li > a:hover,
body.wcz-hero-split-page .wcz-nav-list > li.current-menu-item > a,
body.wcz-hero-split-page .wcz-nav-list > li.current_page_item > a,
body.wcz-hero-split-page.wcz-header-scrolled .wcz-nav-list > li > a:hover,
body.wcz-hero-split-page.wcz-header-scrolled .wcz-nav-list > li.current-menu-item > a,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-nav-list > li.current-menu-item > a {
	color: #00c2e5;
}

body.wcz-hero-split-page .wcz-logo-name {
	color: #ffffff !important;
}

body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-name,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-name {
	color: #111827 !important;
}

body.wcz-hero-split-page .wcz-logo-accent {
	color: #00c2e5 !important;
}

body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-logo-img--on-light {
	display: none !important;
}

body.wcz-hero-split-page:not(.wcz-header-scrolled) .wcz-logo-img--on-dark {
	display: block !important;
}

body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-img--on-dark,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-img--on-dark {
	display: none !important;
}

body.wcz-hero-split-page.wcz-header-scrolled .wcz-logo-img--on-light,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-logo-img--on-light {
	display: block !important;
}

body.wcz-hero-split-page .wcz-nav-list > li > a {
	position: relative;
}

body.wcz-hero-split-page .wcz-nav-list > li.current-menu-item > a::after,
body.wcz-hero-split-page .wcz-nav-list > li.current_page_item > a::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 6px;
	height: 2px;
	background: #00c2e5;
	border-radius: 2px;
}

html.wcz-dark-mode body.wcz-hero-split-page .wcz-nav-list > li.current-menu-item > a::after,
html.wcz-dark-mode body.wcz-hero-split-page .wcz-nav-list > li.current_page_item > a::after {
	box-shadow: none;
}

body.wcz-hero-split-page .wcz-header-search-toggle,
body.wcz-hero-split-page .wcz-theme-toggle,
body.wcz-hero-split-page .wcz-menu-toggle {
	color: #ffffff;
}

body.wcz-hero-split-page.wcz-header-scrolled .wcz-header-search-toggle,
body.wcz-hero-split-page.wcz-header-scrolled .wcz-theme-toggle,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-header-search-toggle,
body.wcz-hero-split-page .wcz-header.scrolled .wcz-theme-toggle {
	color: #334155;
}

/* --------------------------------------------------------------------------
   Hero shell — photo visible, light darkening only
   -------------------------------------------------------------------------- */
.wcz-hero-split--dark {
	--wcz-hero-field-bg: rgba(0, 0, 0, 0.28);
	--wcz-hero-field-border: rgba(255, 255, 255, 0.28);
	--wcz-hero-ink: #ffffff;
	--wcz-hero-muted: rgba(255, 255, 255, 0.88);
	background: #0a1018;
}

.wcz-hero-split--dark.wcz-hero-live,
.wcz-hero-split--dark .wcz-hero-live-stage {
	min-height: 100vh;
	height: 100vh;
	max-height: 100vh;
}

.wcz-hero-split--dark .wcz-hero-aurora,
.wcz-hero-split--dark .wcz-hero-spotlight {
	display: none !important;
}

.wcz-hero-split--dark .wcz-hero-live-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.wcz-hero-split--dark .wcz-hero-live-photo {
	display: block !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: 72% center;
	filter: brightness(0.92) contrast(1.05) saturate(0.9);
}

.wcz-hero-split--dark .wcz-hero-live-overlay {
	display: block !important;
	z-index: 1;
	/* Moody desk hero — dark cinematic wash, layout unchanged */
	background:
		linear-gradient(
			105deg,
			rgba(4, 6, 12, 0.72) 0%,
			rgba(6, 10, 18, 0.52) 42%,
			rgba(4, 8, 16, 0.58) 100%
		),
		radial-gradient(ellipse 70% 55% at 68% 48%, rgba(0, 194, 229, 0.05) 0%, transparent 65%);
}

.wcz-hero-split-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #0a1018;
}

/* Reference has no grid / orbs / corner dots */
.wcz-hero-split--dark .wcz-hero-split-wash,
.wcz-hero-split--dark .wcz-hero-split-orb,
.wcz-hero-split--dark .wcz-hero-split-dots {
	display: none !important;
}

.wcz-hero-split--dark .wcz-hero-live-stage > .wcz-container {
	position: relative;
	z-index: 2;
	min-height: 0;
	height: 100%;
	padding: calc(var(--wcz-header-height) + var(--wcz-topbar-height) + 18px) 24px 24px;
	text-align: left;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.wcz-hero-split-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(24px, 3.2vw, 48px);
	align-items: center;
	width: 100%;
	flex: 1;
	min-height: 0;
}

.wcz-hero-split-content {
	max-width: 620px;
	min-width: 0;
}

/* Badge — pill, thin white border, cyan dot */
.wcz-hero-split--dark .wcz-hero-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 7px 16px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.wcz-hero-split--dark .wcz-hero-live-badge-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00c2e5;
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.25);
	animation: none;
}

.wcz-hero-split--dark .wcz-hero-live-title {
	margin: 0 0 14px;
	max-width: none;
	text-align: left;
	font-size: clamp(1.75rem, 3.4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-shadow: none;
}

.wcz-hero-split--dark .wcz-hero-live-title .wcz-gradient-text {
	display: inline;
	margin-top: 0;
	background: none;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: #00c2e5;
	color: #00c2e5;
}

.wcz-hero-split--dark .wcz-hero-live-subtitle {
	margin: 0 0 20px;
	text-align: left;
	max-width: 520px;
	font-size: 0.95rem;
	line-height: 1.65;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

/* Service cards — glass panels */
.wcz-hero-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 24px;
	align-items: stretch;
}

.wcz-hero-pillar {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	padding: 18px 16px;
	background: rgba(8, 18, 32, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

a.wcz-hero-pillar:hover,
a.wcz-hero-pillar:focus-visible {
	text-decoration: none;
	color: inherit;
	transform: translateY(-3px);
	background: rgba(0, 194, 229, 0.1);
	border-color: rgba(0, 194, 229, 0.5);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 194, 229, 0.12);
}

a.wcz-hero-pillar:focus-visible {
	outline: 2px solid #00c2e5;
	outline-offset: 2px;
}

.wcz-hero-pillar-head {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.wcz-hero-pillar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	border-radius: 10px;
	color: #00c2e5;
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.45);
	transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.wcz-hero-pillar:hover .wcz-hero-pillar-icon,
.wcz-hero-pillar:focus-visible .wcz-hero-pillar-icon {
	background: rgba(0, 194, 229, 0.18);
	border-color: rgba(0, 194, 229, 0.7);
	transform: scale(1.04);
}

.wcz-hero-pillar--cyan .wcz-hero-pillar-icon,
.wcz-hero-pillar--green .wcz-hero-pillar-icon,
.wcz-hero-pillar--purple .wcz-hero-pillar-icon {
	color: #00c2e5;
	background: rgba(0, 194, 229, 0.1);
	border: 1px solid rgba(0, 194, 229, 0.45);
}

.wcz-hero-pillar h3 {
	margin: 0;
	font-family: var(--wcz-font-display);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffffff;
	line-height: 1.3;
}

.wcz-hero-pillar p {
	margin: 0;
	font-family: var(--wcz-font);
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}

/* CTAs — solid cyan + white outline (reference) */
.wcz-hero-split--dark .wcz-hero-live-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
	justify-content: flex-start;
	align-items: center;
}

.wcz-hero-split--dark .wcz-hero-live-actions .wcz-btn {
	min-height: 40px;
	padding: 8px 16px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.wcz-hero-split--dark .wcz-hero-live-actions .wcz-btn-primary {
	border-radius: 999px;
	background: #00c2e5 !important;
	border: none !important;
	box-shadow: none;
	gap: 8px;
	text-transform: none;
	letter-spacing: 0.01em;
}

.wcz-hero-split--dark .wcz-hero-live-actions .wcz-btn-primary .wcz-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-left: 2px;
	border-radius: 50%;
	background: #ffffff;
	color: #00c2e5;
}

.wcz-hero-split--dark .wcz-hero-live-actions .wcz-btn-primary .wcz-btn-icon svg {
	stroke: #00c2e5;
}

.wcz-btn-hero-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 999px;
	color: #ffffff;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	box-shadow: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.wcz-btn-hero-outline .wcz-btn-icon--outline {
	display: inline-flex;
	margin-left: 0;
	background: transparent !important;
	width: auto;
	height: auto;
}

.wcz-btn-hero-outline:hover,
.wcz-btn-hero-outline:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
	box-shadow: none;
}

/* --------------------------------------------------------------------------
   Quote form — transparent card (no glass blur / fill)
   -------------------------------------------------------------------------- */
.wcz-hero-quote-card {
	position: relative;
	align-self: center;
	width: 100%;
	max-width: 480px;
	justify-self: end;
	padding: 22px 22px 16px;
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 18px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.wcz-hero-quote-card-body {
	min-width: 0;
}

.wcz-hero-quote-card .wcz-cf7-wrap {
	margin: 0;
}

.wcz-hero-quote-card .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wcz-hero-quote-card .wcz-hero-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 12px;
}

.wcz-hero-quote-card .wcz-hero-form-field {
	margin: 0 0 12px;
	position: relative;
}

.wcz-hero-quote-card .wcz-hero-form-row .wcz-hero-form-field {
	margin-bottom: 0;
}

.wcz-hero-quote-card .wcz-hero-form-label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
}

.wcz-hero-quote-card .wcz-hero-form-label .required {
	color: #ff5a5a;
}

.wcz-hero-quote-card .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="full-name"]::before,
.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="your-email"]::before,
.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="phone"]::before,
.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="company-name"]::before,
.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="service"]::before,
.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="project-details"]::before {
	content: "";
	position: absolute;
	left: 14px;
	/* Pin to input center (44px), not wrap center — tip must not shift icon */
	top: 22px;
	z-index: 2;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="project-details"]::before {
	top: 14px;
	transform: none;
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="full-name"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2M12 11a4 4 0 100-8 4 4 0 000 8z' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2M12 11a4 4 0 100-8 4 4 0 000 8z' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="your-email"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16v12H4z' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4 7l8 6 8-6' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16v12H4z' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4 7l8 6 8-6' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="phone"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 013.08 4.18 2 2 0 015.11 2h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L9.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 013.08 4.18 2 2 0 015.11 2h3a2 2 0 012 1.72c.13.96.36 1.9.7 2.81a2 2 0 01-.45 2.11L9.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0122 16.92z' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="company-name"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 21v-6h6v6' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 21v-6h6v6' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="service"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 4h7v7H4zM13 4h7v7h-7zM4 13h7v7H4zM13 13h7v7h-7z' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 4h7v7H4zM13 4h7v7h-7zM4 13h7v7H4zM13 13h7v7h-7z' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}

.wcz-hero-quote-card .wpcf7-form-control-wrap[data-name="project-details"]::before {
	-webkit-mask-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.1 2.1 0 013 3L7 19l-4 1 1-4L16.5 3.5z' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-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.1 2.1 0 013 3L7 19l-4 1 1-4L16.5 3.5z' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wcz-hero-quote-card .wcz-cf7-wrap input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wcz-hero-quote-card .wcz-cf7-wrap select.wpcf7-form-control,
.wcz-hero-quote-card .wcz-hero-form-input:not(textarea),
.wcz-hero-quote-card input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wcz-hero-quote-card select.wpcf7-form-control {
	width: 100%;
	padding: 12px 12px 12px 40px;
	min-height: 44px;
	height: 44px;
	line-height: 1.25;
	font-family: var(--wcz-font);
	font-size: 13px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.28) !important;
	background-color: rgba(0, 0, 0, 0.28) !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	-webkit-text-fill-color: #ffffff;
	color-scheme: dark;
}

.wcz-hero-quote-card 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='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

.wcz-hero-quote-card .wcz-cf7-wrap textarea.wpcf7-form-control,
.wcz-hero-quote-card textarea.wpcf7-form-control,
.wcz-hero-quote-card textarea.wcz-hero-form-input,
.wcz-hero-quote-card .wpcf7-form textarea {
	width: 100%;
	height: 72px;
	min-height: 72px;
	max-height: 96px;
	padding: 12px 12px 12px 40px;
	font-family: var(--wcz-font);
	font-size: 13px;
	line-height: 1.45;
	color: #ffffff;
	caret-color: #ffffff;
	resize: none;
	background: rgba(0, 0, 0, 0.28) !important;
	background-color: rgba(0, 0, 0, 0.28) !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	-webkit-text-fill-color: #ffffff;
	color-scheme: dark;
}

.wcz-hero-quote-card input:-webkit-autofill,
.wcz-hero-quote-card input:-webkit-autofill:hover,
.wcz-hero-quote-card input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px rgba(20, 28, 40, 0.9) inset;
	-webkit-text-fill-color: #fff;
	caret-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.wcz-hero-quote-card .wcz-hero-form-input::placeholder,
.wcz-hero-quote-card .wpcf7-form-control::placeholder,
.wcz-hero-quote-card .wcz-cf7-wrap textarea.wpcf7-form-control::placeholder,
.wcz-hero-quote-card textarea.wpcf7-form-control::placeholder,
.wcz-hero-quote-card textarea.wcz-hero-form-input::placeholder {
	color: rgba(255, 255, 255, 0.45);
	opacity: 1;
}

.wcz-hero-quote-card .wcz-cf7-wrap input.wpcf7-form-control:focus,
.wcz-hero-quote-card .wcz-cf7-wrap select.wpcf7-form-control:focus,
.wcz-hero-quote-card .wcz-cf7-wrap textarea.wpcf7-form-control:focus,
.wcz-hero-quote-card .wcz-hero-form-input:focus,
.wcz-hero-quote-card .wpcf7-form-control:focus,
.wcz-hero-quote-card .wpcf7-form textarea:focus {
	outline: none;
	border-color: rgba(0, 194, 229, 0.7);
	background: rgba(0, 0, 0, 0.38) !important;
	background-color: rgba(0, 0, 0, 0.38) !important;
	box-shadow: 0 0 0 3px rgba(0, 194, 229, 0.18);
	transform: none;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wcz-hero-quote-card .wcz-hero-form-submit {
	margin: 4px 0 0;
}

.wcz-hero-quote-card .wpcf7-submit,
.wcz-hero-quote-card .wcz-btn-hero-quote-send {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 40px;
	padding: 9px 16px;
	font-family: var(--wcz-font);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background: #00c2e5 !important;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: none;
}

.wcz-hero-quote-card .wpcf7-submit:hover,
.wcz-hero-quote-card .wcz-btn-hero-quote-send:hover {
	background: #00b0d0 !important;
	transform: translateY(-1px);
	box-shadow: none;
}

.wcz-hero-quote-card .wpcf7-not-valid-tip {
	font-size: 11px;
	color: #ff8a8a;
	margin-top: 4px;
}

.wcz-hero-quote-card .wpcf7-response-output {
	margin: 8px 0 0;
	padding: 8px 10px;
	font-size: 11px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.9);
}

.wcz-hero-quote-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 14px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.wcz-hero-quote-privacy svg {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.7);
}

.wcz-hero-quote-card .wcz-cf7-fallback {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {
	.wcz-hero-split--dark.wcz-hero-live,
	.wcz-hero-split--dark .wcz-hero-live-stage {
		height: auto;
		max-height: none;
		min-height: 100vh;
	}

	.wcz-hero-pillars {
		grid-template-columns: 1fr;
}

	.wcz-hero-split-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.wcz-hero-split-content {
		max-width: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-hero-split--dark .wcz-hero-live-stage > .wcz-container {
		padding-top: calc(var(--wcz-header-height) + var(--wcz-topbar-height) + 24px);
		padding-bottom: 32px;
		height: auto;
		text-align: center;
		align-items: center;
	}

	.wcz-hero-split--dark .wcz-hero-live-badge,
	.wcz-hero-split--dark .wcz-hero-live-title,
	.wcz-hero-split--dark .wcz-hero-live-subtitle {
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-hero-split--dark .wcz-hero-live-badge {
		justify-content: center;
	}

	.wcz-hero-split--dark .wcz-hero-live-actions {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.wcz-hero-split--dark .wcz-hero-live-actions .wcz-btn {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.wcz-hero-quote-card {
		max-width: none;
		justify-self: stretch;
		margin-left: auto;
		margin-right: auto;
	}

	.wcz-hero-quote-card .wcz-hero-form-row {
		grid-template-columns: 1fr;
	}

	.wcz-hero-pillars,
	.wcz-hero-pillar {
		text-align: center;
	}

	.wcz-hero-pillar {
		justify-content: center;
		align-items: center;
	}
}

/* Mobile light mode — nav drawer links must be dark on light panel */
@media (max-width: 768px) {
	html:not(.wcz-dark-mode) body.wcz-hero-split-page .wcz-nav .wcz-nav-list > li > a,
	html:not(.wcz-dark-mode) body.wcz-hero-split-page.wcz-header-scrolled .wcz-nav .wcz-nav-list > li > a,
	html:not(.wcz-dark-mode) body.wcz-hero-split-page .wcz-header.scrolled .wcz-nav .wcz-nav-list > li > a,
	html:not(.wcz-dark-mode) body.wcz-hero-split-page .wcz-nav .wcz-nav-list .sub-menu a {
		color: #0f172a !important;
	}

	html:not(.wcz-dark-mode) body.wcz-hero-split-page .wcz-nav .wcz-nav-list > li > a:hover,
	html:not(.wcz-dark-mode) body.wcz-hero-split-page .wcz-nav .wcz-nav-list > li.current-menu-item > a,
	html:not(.wcz-dark-mode) body.wcz-hero-split-page .wcz-nav .wcz-nav-list > li.current_page_item > a {
		color: #00c2e5 !important;
	}
}

@media (max-height: 820px) and (min-width: 1025px) {
	.wcz-hero-split--dark .wcz-hero-live-title {
		font-size: clamp(1.45rem, 2.4vw, 2.1rem);
	}

	.wcz-hero-split--dark .wcz-hero-live-subtitle {
		font-size: 0.88rem;
		margin-bottom: 14px;
	}

	.wcz-hero-pillar {
		padding: 16px 14px;
		gap: 10px;
	}

	.wcz-hero-pillar-icon {
		width: 36px;
		height: 36px;
	}

	.wcz-hero-pillar h3 {
		font-size: 0.875rem;
	}

	.wcz-hero-pillar p {
		display: block;
		font-size: 0.8125rem;
	}

	.wcz-hero-quote-card {
		padding: 16px;
	}

	.wcz-hero-quote-card .wcz-cf7-wrap textarea.wpcf7-form-control,
	.wcz-hero-quote-card textarea.wpcf7-form-control {
		height: 56px;
		min-height: 56px;
		max-height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcz-hero-pillar,
	.wcz-btn-hero-outline,
	.wcz-hero-quote-card .wpcf7-submit {
		transition: none;
	}
}
