/* ============================================================
   Get a Quote page — ported 1:1 from the original Shopify
   sections Get-a-Quote (hero + form card) and get-a-quote-2
   (facility carousel + features), live settings baked in.
   ============================================================ */

/* ════════ HERO + FORM (Get-a-Quote) ════════ */
#nl-qhero {
	--nqh-bg: #151515;
	--nqh-text: #ffffff;
	--nqh-muted: #999999;
	--nqh-input-bg: transparent;
	--nqh-input-border: rgba(255,255,255,.2);
	--nqh-input-text: #ffffff;
	--nqh-input-placeholder: #888888;
	--nqh-divider: rgba(255,255,255,.15);
	--nqh-accent-1: #f59e0b;
	--nqh-accent-2: #a855f7;
	--nqh-accent-3: #6366f1;
	--nqh-btn-start: #f59e0b;
	--nqh-btn-end: #a855f7;
	--nqh-btn-text: #111111;
	background: var(--nqh-bg) !important;
	color: var(--nqh-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	padding: 132px 0 80px;
}
#nl-qhero *, #nl-qhero *::before, #nl-qhero *::after { box-sizing: border-box; }
#nl-qhero .nqh__inner {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 64px;
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 80px;
	align-items: start;
}
#nl-qhero .nqh__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase; color: var(--nqh-muted);
	margin-bottom: 24px; line-height: 1;
}
#nl-qhero .nqh__title {
	margin: 0;
	font-size: clamp(34px, 4.5vw, 56px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
#nl-qhero .nqh__title-accent {
	background: linear-gradient(90deg, var(--nqh-accent-1), var(--nqh-accent-2), var(--nqh-accent-3));
	-webkit-background-clip: text; -webkit-text-fill-color: transparent;
	background-clip: text;
}
#nl-qhero .nqh__desc {
	margin: 24px 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--nqh-muted);
	max-width: 48ch;
}
#nl-qhero .nqh__divider {
	width: 100%; max-width: 500px;
	height: 1px; background: var(--nqh-divider);
	margin: 36px 0 28px;
}
#nl-qhero .nqh__stats {
	display: flex; flex-wrap: nowrap;
	gap: 8px 32px;
}
#nl-qhero .nqh__stat { min-width: 0; }
#nl-qhero .nqh__stat-label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase; color: var(--nqh-muted);
	margin-bottom: 4px; line-height: 1; white-space: nowrap;
}
#nl-qhero .nqh__stat-value {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2; white-space: nowrap;
}

/* Form card */
#nl-qhero .nqh__form-card {
	background: rgba(255,255,255,.02);
	border: 1px solid rgba(255,255,255,.06);
	border-radius: 12px;
	padding: 32px;
}
#nl-qhero .nqh__form {
	display: flex; flex-direction: column;
	gap: 14px;
}
#nl-qhero .nqh__row {
	display: grid; grid-template-columns: 1fr 1.1fr;
	gap: 14px;
}
#nl-qhero .nqh__input,
#nl-qhero .nqh__textarea {
	width: 100%; background: var(--nqh-input-bg);
	border: 1px solid var(--nqh-input-border);
	border-radius: 8px;
	padding: 16px 18px;
	font-size: 16px;
	color: var(--nqh-input-text); font-family: inherit;
	outline: none; transition: border-color .2s;
}
#nl-qhero .nqh__input::placeholder,
#nl-qhero .nqh__textarea::placeholder {
	color: var(--nqh-input-placeholder); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 14px;
}
#nl-qhero .nqh__input:focus,
#nl-qhero .nqh__textarea:focus { border-color: var(--nqh-text); }
#nl-qhero .nqh__textarea { min-height: 100px; resize: vertical; }
#nl-qhero .nqh__submit {
	width: 100%;
	padding: 20px 32px;
	background: linear-gradient(90deg, var(--nqh-btn-start), var(--nqh-btn-end));
	color: var(--nqh-btn-text);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
	border: none; border-radius: 8px;
	cursor: pointer; font-family: inherit;
	transition: opacity .2s, transform .15s;
	margin-top: 4px;
}
#nl-qhero .nqh__submit:hover { opacity: .9; transform: translateY(-1px); }
#nl-qhero .nqh__submit[disabled] { opacity: .6; cursor: wait; transform: none; }
#nl-qhero .nqh__error {
	margin: 0; font-size: 14px; color: #f87171; line-height: 1.4;
}
#nl-qhero .nqh__error[hidden] { display: none; }

/* Success state */
#nl-qhero .nqh__success {
	display: none;
	min-height: 420px;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	padding: 48px 34px;
	background:
		radial-gradient(circle at 20% 15%, rgba(245,158,11,.18), transparent 34%),
		radial-gradient(circle at 85% 20%, rgba(139,92,246,.22), transparent 36%),
		rgba(255,255,255,.025);
	border: 1px solid rgba(255,255,255,.08);
	animation: nqhSuccessIn .55s cubic-bezier(.2,.8,.2,1) both;
}
#nl-qhero .nqh__success::before {
	content: "";
	position: absolute;
	inset: -1px;
	background: linear-gradient(120deg, rgba(245,158,11,.18), rgba(168,85,247,.14), rgba(99,102,241,.18));
	opacity: .55;
	pointer-events: none;
}
#nl-qhero .nqh__success-inner {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0 auto;
}
#nl-qhero .nqh__success-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111111;
	font-size: 28px;
	font-weight: 800;
	background: linear-gradient(90deg, var(--nqh-btn-start), var(--nqh-btn-end));
	box-shadow: 0 0 28px rgba(168,85,247,.24);
	animation: nqhSuccessPulse 1.4s ease-in-out infinite;
}
#nl-qhero .nqh__success-kicker {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--nqh-muted);
}
#nl-qhero .nqh__success-title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -.03em;
	color: var(--nqh-text);
}
#nl-qhero .nqh__success-text {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: var(--nqh-muted);
}
#nl-qhero .nqh__form-card.is-submitted .nqh__form { display: none !important; }
#nl-qhero .nqh__form-card.is-submitted .nqh__success { display: flex !important; }
@keyframes nqhSuccessIn {
	from { opacity: 0; transform: translateY(14px) scale(.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes nqhSuccessPulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.06); }
}
#nl-qhero .nqh__mobile-title-break { display: none; }
@media (max-width: 840px) {
	#nl-qhero { padding: 48px 0 48px; }
	#nl-qhero .nqh__inner {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 24px;
	}
	#nl-qhero .nqh__mobile-title-break { display: block; }
	#nl-qhero .nqh__title { max-width: 100%; }
	#nl-qhero .nqh__desc { max-width: 100%; }
	#nl-qhero .nqh__stats {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
	}
	#nl-qhero .nqh__form-card { width: 100%; }
	#nl-qhero .nqh__form,
	#nl-qhero .nqh__row {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#nl-qhero .nqh__input,
	#nl-qhero .nqh__textarea,
	#nl-qhero .nqh__submit {
		width: 100%;
		max-width: 100%;
	}
}

/* ════════ FACILITY (get-a-quote-2) ════════ */
#nl-qfac {
	--nqf-bg: #ffffff;
	--nqf-text: #111111;
	--nqf-muted: #666666;
	background: var(--nqf-bg) !important;
	color: var(--nqf-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	padding: 80px 0 80px;
}
#nl-qfac *, #nl-qfac *::before, #nl-qfac *::after { box-sizing: border-box; }
#nl-qfac .nqf__inner {
	max-width: 1120px;
	margin: 0 auto; padding: 0 32px;
}
#nl-qfac .nqf__header { text-align: center; margin-bottom: 48px; }
#nl-qfac .nqf__title {
	margin: 0;
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.02em;
}
#nl-qfac .nqf__subtitle {
	margin: 16px 0 0;
	font-size: 19px;
	font-weight: 400;
	color: var(--nqf-muted); line-height: 1.5;
}
#nl-qfac .nqf__carousel {
	position: relative; overflow: hidden;
	border-radius: 8px;
	margin-bottom: 56px;
}
#nl-qfac .nqf__slides { display: flex; transition: transform 0.5s ease; }
#nl-qfac .nqf__slide { flex: 0 0 100%; min-width: 0; position: relative; }
#nl-qfac .nqf__slide img {
	width: 100%; aspect-ratio: 16 / 9;
	object-fit: cover; display: block;
}
#nl-qfac .nqf__slide-placeholder {
	width: 100%; aspect-ratio: 16 / 9;
	background: #222; display: flex; align-items: center; justify-content: center;
	color: #666; font-size: 18px;
}
#nl-qfac .nqf__slide-text {
	position: absolute; top: 32px;
	left: 32px;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 400;
	color: #ffffff;
	line-height: 1.2; max-width: 50%;
	text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
#nl-qfac .nqf__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	text-align: center;
}
#nl-qfac .nqf__feat-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
}
#nl-qfac .nqf__feat-desc {
	margin: 0; font-size: 16px;
	font-weight: 400;
	color: var(--nqf-muted); line-height: 1.5;
	max-width: 360px; margin-left: auto; margin-right: auto;
}
@media (max-width: 740px) {
	#nl-qfac { padding: 56px 0 56px; }
	#nl-qfac .nqf__inner { padding: 0 20px; }
	#nl-qfac .nqf__features { grid-template-columns: 1fr; gap: 32px; }
}
