body.gfdseo-product-lead-open {
	overflow: hidden;
}

.gfdseo-product-lead-actions a {
	cursor: pointer;
}

.gfdseo-product-lead-modal[hidden],
.gfdseo-product-lead-form[hidden],
.gfdseo-product-lead-success[hidden],
.gfdseo-product-lead-form [hidden] {
	display: none !important;
}

.gfdseo-product-lead-modal {
	--gfdseo-lead-action: var(--e-global-color-primary, #25bda5);
	--gfdseo-lead-action-hover: var(--e-global-color-text, #123557);
	--gfdseo-lead-navy: #163b3a;
	--gfdseo-lead-ink: #173432;
	--gfdseo-lead-muted: #54706d;
	--gfdseo-lead-line: #c8d9d6;
	--gfdseo-lead-soft: #eef8f6;
	display: grid;
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	place-items: center;
	padding: 24px;
	overflow-y: auto;
	background: rgba(10, 37, 35, 0.76);
	font-family: var(--e-global-typography-text-font-family, "Inter", sans-serif);
}

.gfdseo-product-lead-modal *,
.gfdseo-product-lead-modal *::before,
.gfdseo-product-lead-modal *::after {
	box-sizing: border-box;
}

.gfdseo-product-lead-modal button,
.gfdseo-product-lead-modal input,
.gfdseo-product-lead-modal select,
.gfdseo-product-lead-modal textarea {
	font-family: var(--e-global-typography-text-font-family, "Inter", sans-serif);
	letter-spacing: normal;
	text-transform: none;
}

.gfdseo-product-lead-dialog {
	width: min(720px, 100%);
	max-height: calc(100vh - 48px);
	max-height: calc(100svh - 48px);
	overflow-y: auto;
	border: 1px solid var(--gfdseo-lead-line);
	border-radius: 10px;
	background: #f8fbfb;
	box-shadow: 0 24px 64px rgba(4, 28, 26, 0.32);
	color: var(--gfdseo-lead-ink);
	outline: 0;
}

.gfdseo-product-lead-modal-header {
	display: flex;
	position: sticky;
	z-index: 5;
	top: 0;
	gap: 24px;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 22px 16px;
	border-bottom: 1px solid var(--gfdseo-lead-line);
	background: rgba(248, 251, 251, 0.98);
}

.gfdseo-lead-eyebrow {
	margin: 0 0 3px;
	color: #25bda5;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.3;
	text-transform: uppercase;
}

.gfdseo-product-lead-modal-header h2 {
	margin: 0;
	color: var(--gfdseo-lead-navy);
	font-family: var(--e-global-typography-text-font-family, "Inter", sans-serif);
	font-size: clamp(23px, 3vw, 29px);
	font-weight: 650;
	line-height: 1.2;
}

.gfdseo-product-lead-close {
	display: inline-grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--gfdseo-lead-line);
	border-radius: 8px;
	background: transparent;
	color: var(--gfdseo-lead-navy);
	cursor: pointer;
	font: 400 26px/1 var(--e-global-typography-text-font-family, "Inter", sans-serif);
}

.gfdseo-product-lead-close:hover,
.gfdseo-product-lead-close:focus-visible {
	border-color: var(--gfdseo-lead-action);
	background: var(--gfdseo-lead-soft);
	outline: 3px solid rgba(37, 189, 165, 0.18);
	outline-offset: 2px;
}

.gfdseo-product-lead-form {
	padding: 18px 22px 22px;
}

/* CF7 stores request metadata here; it must never occupy visible layout space. */
.gfdseo-product-lead-form .hidden-fields-container {
	display: none !important;
}

.gfdseo-product-lead-form .screen-reader-response {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.gfdseo-product-lead-form .wpcf7-response-output:empty {
	display: none;
}

.gfdseo-product-lead-form .wpcf7-form > p {
	margin: 0;
}

.gfdseo-lead-step h3 {
	margin: 0 0 15px;
	color: var(--gfdseo-lead-ink);
	font-family: var(--e-global-typography-text-font-family, "Inter", sans-serif);
	font-size: 19px;
	font-weight: 650;
	line-height: 1.35;
}

.gfdseo-lead-progress {
	display: grid;
	grid-template-columns: auto repeat(3, minmax(28px, 1fr));
	gap: 5px;
	align-items: center;
	margin: 0 0 17px;
	color: var(--gfdseo-lead-muted);
	font-size: 13px;
}

.gfdseo-lead-progress > span:first-child {
	margin-right: 6px;
	white-space: nowrap;
}

/* Defensive fallback for an older cached CF7 rendering with wpautop wrappers. */
.gfdseo-lead-progress > p,
.gfdseo-lead-request-options > p {
	display: contents;
}

.gfdseo-lead-progress > p > span:first-child {
	margin-right: 6px;
	white-space: nowrap;
}

.gfdseo-lead-progress > span:not(:first-child),
.gfdseo-lead-progress > p > span:not(:first-child) {
	height: 4px;
	border-radius: 999px;
	background: #d9e5e3;
}

.gfdseo-lead-progress > span.is-active,
.gfdseo-lead-progress > p > span.is-active {
	background: var(--gfdseo-lead-action);
}

.gfdseo-lead-request-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gfdseo-product-lead-modal .gfdseo-lead-request-options button {
	display: flex;
	width: 100%;
	min-height: 58px;
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid #bcd0cd;
	border-radius: 8px;
	background: #fff;
	color: var(--gfdseo-lead-ink);
	cursor: pointer;
	font: 500 14px/1.35 var(--e-global-typography-text-font-family, "Inter", sans-serif);
	text-align: left;
	transition: border-color 120ms ease, background 120ms ease, box-shadow 120ms ease;
}

.gfdseo-lead-request-options br {
	display: none;
}

.gfdseo-lead-choice-icon {
	display: inline-grid;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: #dff2ee;
	color: #0b685a;
}

.gfdseo-lead-choice-icon svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gfdseo-lead-choice-label {
	min-width: 0;
}

.gfdseo-product-lead-modal .gfdseo-lead-request-options button:hover,
.gfdseo-product-lead-modal .gfdseo-lead-request-options button.is-selected {
	border-color: var(--gfdseo-lead-action);
	background: var(--gfdseo-lead-soft);
	color: var(--gfdseo-lead-ink);
	box-shadow: 0 0 0 3px rgba(37, 189, 165, 0.14);
	outline: 0;
}

.gfdseo-product-lead-modal .gfdseo-lead-request-options button:focus-visible {
	border-color: var(--gfdseo-lead-action);
	color: var(--gfdseo-lead-ink);
	outline: 3px solid rgba(37, 189, 165, 0.22);
	outline-offset: 2px;
}

.gfdseo-product-lead-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.gfdseo-product-lead-form-grid > p,
.gfdseo-lead-address-row > p {
	display: contents;
}

.gfdseo-product-lead-form-grid br,
.gfdseo-lead-address-row br {
	display: none;
}

.gfdseo-product-lead-field {
	display: grid;
	gap: 5px;
	min-width: 0;
	margin: 0;
	color: var(--gfdseo-lead-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}

.gfdseo-product-lead-label small {
	color: var(--gfdseo-lead-muted);
	font-size: 12px;
	font-weight: 400;
}

.gfdseo-product-lead-field-wide {
	grid-column: 1 / -1;
}

.gfdseo-lead-notes {
	margin-top: 12px;
}

.gfdseo-product-lead-form .wpcf7-form-control-wrap {
	display: block;
}

.gfdseo-product-lead-form input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"]):not([type="file"]),
.gfdseo-product-lead-form textarea,
.gfdseo-product-lead-form select {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #bcd0cd;
	border-radius: 6px;
	background: #fff;
	color: var(--gfdseo-lead-ink);
	font: 400 15px/1.4 var(--e-global-typography-text-font-family, "Inter", sans-serif);
}

.gfdseo-product-lead-form textarea {
	min-height: 82px;
	resize: vertical;
}

.gfdseo-product-lead-form input:focus,
.gfdseo-product-lead-form textarea:focus,
.gfdseo-product-lead-form select:focus {
	border-color: var(--gfdseo-lead-action);
	box-shadow: 0 0 0 3px rgba(37, 189, 165, 0.16);
	outline: 0;
}

.gfdseo-product-lead-form .wpcf7-not-valid,
.gfdseo-product-lead-form [aria-invalid="true"] {
	border-color: #b42318 !important;
}

.gfdseo-product-lead-form .wpcf7-not-valid-tip,
.gfdseo-lead-step-error,
.gfdseo-lead-photo-error {
	margin: 4px 0 0;
	color: #b42318;
	font-size: 12px;
	font-weight: 500;
}

.gfdseo-lead-address-row {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr) minmax(100px, 0.8fr);
	gap: 12px;
	margin-top: 12px;
}

.gfdseo-lead-photo-control {
	margin-top: 12px;
}

.gfdseo-lead-photo-dropzone {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	min-height: 70px;
	margin-top: 5px;
	padding: 11px 13px;
	border: 1px dashed #88bdb4;
	border-radius: 8px;
	background: #fff;
	color: var(--gfdseo-lead-muted);
	cursor: pointer;
	font-size: 13px;
}

.gfdseo-lead-photo-copy {
	display: grid;
	gap: 2px;
}

.gfdseo-lead-photo-copy strong {
	color: #087b69;
	font-size: 14px;
}

.gfdseo-lead-photo-dropzone:hover,
.gfdseo-lead-photo-dropzone:focus-visible,
.gfdseo-lead-photo-dropzone.is-dragging {
	border-color: var(--gfdseo-lead-action);
	background: var(--gfdseo-lead-soft);
	box-shadow: 0 0 0 3px rgba(37, 189, 165, 0.14);
	outline: 0;
}

.gfdseo-lead-photo-dropzone.is-processing {
	cursor: progress;
	opacity: 0.72;
}

.gfdseo-lead-photo-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: #dff2ee;
	color: #0b685a;
}

.gfdseo-lead-photo-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gfdseo-lead-photo-dropzone > input,
.gfdseo-lead-photo-slots {
	display: none !important;
}

.gfdseo-lead-photo-help {
	margin: 5px 0 0;
	color: var(--gfdseo-lead-muted);
	font-size: 12px;
}

.gfdseo-lead-photo-previews {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.gfdseo-lead-photo-previews:empty {
	display: none;
}

.gfdseo-lead-photo-previews li {
	display: grid;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--gfdseo-lead-line);
	border-radius: 7px;
	background: #fff;
}

.gfdseo-lead-photo-previews img {
	width: 100%;
	aspect-ratio: 1.2;
	object-fit: cover;
}

.gfdseo-lead-photo-previews span {
	overflow: hidden;
	padding: 4px 5px 2px;
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gfdseo-lead-photo-previews button {
	padding: 3px 5px 5px;
	border: 0;
	background: transparent;
	color: #a12b21;
	cursor: pointer;
	font-size: 10px;
	text-align: left;
}

.gfdseo-lead-consent {
	margin-top: 13px;
	color: var(--gfdseo-lead-ink);
	font-size: 12px;
	line-height: 1.45;
}

.gfdseo-lead-consent .wpcf7-list-item {
	margin: 0;
}

.gfdseo-lead-consent label {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 8px;
	align-items: center;
	font-weight: 400;
}

.gfdseo-lead-consent input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--gfdseo-lead-action);
}

.gfdseo-lead-consent a {
	color: #087b69;
	font-weight: 600;
	text-decoration: underline;
}

.gfdseo-product-lead-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.gfdseo-lead-step-actions {
	display: flex;
	position: sticky;
	z-index: 3;
	bottom: -22px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 18px -22px -22px;
	padding: 12px 22px;
	border-top: 1px solid var(--gfdseo-lead-line);
	background: rgba(248, 251, 251, 0.98);
}

.gfdseo-lead-back,
.gfdseo-lead-primary,
.gfdseo-product-lead-submit .wpcf7-submit {
	min-height: 44px;
	padding: 0 20px;
	border-radius: 8px;
	cursor: pointer;
	font: 600 14px/1 var(--e-global-typography-accent-font-family, "Inter", sans-serif);
}

.gfdseo-lead-back {
	border: 1px solid #adc5c1;
	background: transparent;
	color: var(--gfdseo-lead-ink);
}

.gfdseo-lead-primary,
.gfdseo-product-lead-submit .wpcf7-submit {
	border: 1px solid var(--gfdseo-lead-action);
	background: var(--gfdseo-lead-action);
	color: #fff;
}

.gfdseo-lead-back:hover,
.gfdseo-lead-back:focus-visible,
.gfdseo-lead-primary:hover,
.gfdseo-lead-primary:focus-visible,
.gfdseo-product-lead-submit .wpcf7-submit:hover,
.gfdseo-product-lead-submit .wpcf7-submit:focus-visible {
	border-color: var(--gfdseo-lead-action-hover);
	outline: 3px solid rgba(37, 189, 165, 0.18);
	outline-offset: 2px;
}

.gfdseo-lead-primary:hover,
.gfdseo-lead-primary:focus-visible,
.gfdseo-product-lead-submit .wpcf7-submit:hover,
.gfdseo-product-lead-submit .wpcf7-submit:focus-visible {
	background: var(--gfdseo-lead-action-hover);
}

.gfdseo-product-lead-submit {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-end;
}

.gfdseo-product-lead-submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	margin: 0;
	transform: translateY(-50%);
}

.gfdseo-product-lead-form .wpcf7 form .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 8px 10px;
	border-width: 1px;
	border-radius: 6px;
	font-size: 12px;
}

.gfdseo-product-lead-success {
	padding: 42px 24px;
	text-align: center;
}

.gfdseo-product-lead-success h3 {
	margin: 0 0 7px;
	color: var(--gfdseo-lead-navy);
	font-family: var(--e-global-typography-text-font-family, "Inter", sans-serif);
	font-size: 26px;
}

.gfdseo-product-lead-success p {
	max-width: 480px;
	margin: 0 auto 20px;
	color: var(--gfdseo-lead-muted);
}

.gfdseo-lead-live {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 680px) {
	.gfdseo-product-lead-modal {
		place-items: start center;
		padding: 6px;
	}

	.gfdseo-product-lead-dialog {
		max-height: calc(100svh - 12px);
		border-radius: 8px;
	}

	.gfdseo-product-lead-modal-header {
		gap: 12px;
		padding: 15px 16px 13px;
	}

	.gfdseo-product-lead-form {
		padding: 14px 16px 18px;
	}

	.gfdseo-lead-request-options,
	.gfdseo-product-lead-form-grid,
	.gfdseo-lead-address-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.gfdseo-product-lead-field-wide {
		grid-column: auto;
	}

	.gfdseo-lead-address-row {
		margin-top: 10px;
	}

	.gfdseo-lead-photo-previews {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gfdseo-lead-step-actions {
		bottom: -18px;
		margin: 16px -16px -18px;
		padding: 11px 16px;
	}
}

@media (max-height: 620px) and (min-width: 681px) {
	.gfdseo-product-lead-modal {
		place-items: start center;
		padding-block: 8px;
	}

	.gfdseo-product-lead-dialog {
		max-height: calc(100vh - 16px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gfdseo-lead-request-options button {
		transition: none;
	}
}
