/* Noedge Leads — estimator + consult form, v2 to match theme design system. */
.njl-estimator {
	background: #fff;
	border: 1px solid rgba(34,39,42,.1);
	box-shadow: 0 24px 60px -24px rgba(18,38,28,.28);
	padding: clamp(1.8rem, 4vw, 3rem);
	max-width: 860px;
}
.njl-estimator__title {
	font-family: var(--font-display, Georgia, serif);
	font-weight: 430; letter-spacing: -0.01em;
	font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 0 0 .3em;
	color: var(--spruce-deep, #12261c);
}
.njl-estimator__hint { color: var(--ink-soft, #495256); font-size: 1rem; margin-bottom: 1.8rem; }

.njl-step { border: 0; padding: 0; margin: 0 0 1.7rem; }
.njl-step legend {
	font-weight: 600; padding: 0; margin-bottom: .7rem; font-size: .88rem;
	letter-spacing: .02em; color: var(--ink, #22272a);
}
.njl-options { display: flex; flex-wrap: wrap; gap: .6rem; }
.njl-option {
	display: flex; align-items: center; gap: .6rem;
	border: 1px solid rgba(34,39,42,.25);
	padding: .75rem 1rem; cursor: pointer; font-size: .95rem;
	transition: border-color .2s, background .2s;
}
.njl-option:hover { border-color: var(--copper, #9c5b21); }
.njl-option:has(input:checked) { border-color: var(--copper, #9c5b21); background: rgba(156,91,33,.07); }
.service--winter .njl-option:has(input:checked) { border-color: var(--steel-deep, #3f5768); background: rgba(63,87,104,.08); }
.njl-option input { accent-color: var(--copper, #9c5b21); }

.njl-laneway { margin-bottom: 1.7rem; }
.njl-laneway input[type=range] { width: 100%; max-width: 420px; display: block; margin-top: .5rem; accent-color: var(--copper, #9c5b21); }
.njl-laneway output { font-weight: 600; }

.njl-estimator__result {
	border-block: 1px solid rgba(34,39,42,.14);
	padding-block: 1.4rem; margin-bottom: 1.7rem;
}
.njl-result__anchor {
	font-family: var(--font-display, Georgia, serif); font-weight: 400;
	font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1;
	color: var(--spruce-deep, #12261c); margin: 0; letter-spacing: -0.01em;
}
.service--winter .njl-result__anchor { color: var(--steel-deep, #3f5768); }
.njl-result__anchor span { font-family: var(--font-body, sans-serif); font-size: .95rem; color: var(--ink-soft, #5a6266); margin-left: .6rem; letter-spacing: 0; }
.njl-result__range { margin: .5rem 0 0; color: var(--ink-soft, #5a6266); font-size: .97rem; }

.njl-field { margin-bottom: 1rem; }
.njl-field label { display: block; font-weight: 600; font-size: .95rem; letter-spacing: .01em; }
.njl-field input, .njl-field select, .njl-field textarea {
	display: block; width: 100%; margin-top: .45rem; padding: .85rem .95rem; font-size: 1rem;
	border: 1px solid rgba(34,39,42,.22); font: inherit; background: #fff;
	transition: border-color .2s;
}
.njl-field input:hover, .njl-field select:hover, .njl-field textarea:hover { border-color: rgba(34,39,42,.45); }
.njl-field input:focus, .njl-field select:focus, .njl-field textarea:focus {
	outline: 2px solid var(--copper, #9c5b21); outline-offset: 0; border-color: transparent;
}
.njl-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.njl-optional { font-weight: 400; color: var(--ink-soft, #5a6266); }

.njl-btn {
	background: var(--copper, #9c5b21); color: #fff; border: 0; cursor: pointer;
	padding: .95rem 1.9rem; font: inherit; font-weight: 600; font-size: .93rem;
	letter-spacing: .015em; transition: background .25s;
}
.njl-btn:hover { background: var(--copper-bright, #b56f2e); }
.njl-btn:disabled { opacity: .55; cursor: default; }
.njl-btn--ghost { background: transparent; color: var(--spruce-deep, #12261c); border: 1px solid currentColor; }
.service--winter .njl-btn { background: var(--steel-deep, #3f5768); }
.service--winter .njl-btn:hover { background: var(--steel, #5e7e93); }

.njl-estimator__msg { font-weight: 600; margin-top: .9rem; }
.njl-estimator__msg.is-error { color: #a13324; }

.njl-estimator__soft {
	margin-top: 1.7rem; padding: 1.2rem 1.4rem;
	background: var(--birch, #f4f4ef); border-left: 2px solid var(--copper, #9c5b21);
}
.njl-estimator__soft form { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; }
.njl-estimator__soft input[type=email] {
	flex: 1 1 220px; padding: .75rem .9rem;
	border: 1px solid rgba(34,39,42,.22); font: inherit;
}
.njl-soft-dismiss { background: none; border: 0; cursor: pointer; color: var(--ink-soft, #5a6266); font: inherit; font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }

.njl-estimator__capture h3 {
	font-family: var(--font-display, Georgia, serif); font-weight: 460;
	font-size: 1.3rem; margin-bottom: .2em; color: var(--spruce-deep, #12261c);
}
.njl-estimator__capture-hint { color: var(--ink-soft, #5a6266); font-size: .92rem; margin-bottom: 1.3rem; }

@media (max-width: 620px) { .njl-field-row { grid-template-columns: 1fr; } }

.njl-result__note { margin: .6rem 0 0; font-size: .88rem; color: var(--ink-soft, #495256); max-width: 46em; }

/* optional area input */
.njl-area label { font-weight: 600; font-size: .95rem; }
.njl-area__row { display: flex; gap: .6rem; margin-top: .45rem; max-width: 340px; }
.njl-area__row input { flex: 1; padding: .85rem .95rem; font-size: 1rem; border: 1px solid rgba(34,39,42,.25); }
.njl-area__row select { padding: .85rem .7rem; font-size: 1rem; border: 1px solid rgba(34,39,42,.25); background: #fff; }
