/* Softlance — Get Quote / Requirement Form */

body.sl-get-quote-page {
	background: #f8fafc;
}

/* ── Hero ── */
.sl-quote-hero {
	position: relative;
	background: #0a1128;
	color: #fff;
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
	overflow: hidden;
}

.sl-quote-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
}

.sl-quote-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(1.5rem, 4vw, 2.5rem);
	align-items: start;
}

.sl-quote-hero .sl-breadcrumbs {
	margin-bottom: 1rem;
}

.sl-quote-hero .sl-breadcrumbs a,
.sl-quote-hero .sl-breadcrumbs li {
	color: #94a3b8;
	font-size: 0.8125rem;
}

.sl-quote-hero__eyebrow {
	display: inline-block;
	margin: 0 0 0.875rem;
	padding: 0.35rem 0.875rem;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.18);
	border: 1px solid rgba(96, 165, 250, 0.35);
	color: #60a5fa;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sl-quote-hero__title {
	font-family: Poppins, 'Plus Jakarta Sans', sans-serif;
	font-size: clamp(1.875rem, 4vw, 3rem);
	line-height: 1.12;
	margin: 0 0 1rem;
	font-weight: 700;
}

.sl-quote-hero__title-text {
	display: block;
	color: #f8fafc;
}

.sl-quote-hero__highlight {
	display: block;
	color: #2563eb;
}

.sl-quote-hero__description {
	margin: 0 0 1.25rem;
	max-width: 36rem;
	color: #94a3b8;
	font-size: 1.0625rem;
	line-height: 1.7;
}

.sl-quote-hero__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

.sl-quote-hero__trust li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #cbd5e1;
	font-size: 0.9375rem;
	font-weight: 500;
}

.sl-quote-hero__aside {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	padding: 1.5rem;
}

.sl-quote-hero__aside-title {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.sl-quote-hero__steps {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	gap: 0.875rem;
}

.sl-quote-hero__steps li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #e2e8f0;
	font-size: 0.9375rem;
}

.sl-quote-hero__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: #2563eb;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	flex-shrink: 0;
}

.sl-quote-hero__aside-note {
	margin: 0;
	color: #64748b;
	font-size: 0.875rem;
}

/* ── Form section ── */
.sl-quote-form-section {
	padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.sl-quote-form-section > .softlance-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: start;
}

.sl-quote-form {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 1.25rem;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.sl-quote-form__message {
	margin-bottom: 1rem;
	padding: 0.875rem 1rem;
	border-radius: 0.75rem;
	font-size: 0.9375rem;
	display: none;
}

.sl-quote-form__message:not(:empty) {
	display: block;
}

.sl-quote-form__message.is-success {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.sl-quote-form__message.is-error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

/* Progress */
.sl-quote-form__progress {
	margin-bottom: 1.75rem;
}

.sl-quote-form__progress-bar {
	height: 4px;
	background: linear-gradient(90deg, #2563eb, #06b6d4);
	border-radius: 999px;
	transition: width 0.35s ease;
	margin-bottom: 1rem;
}

.sl-quote-form__progress-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.5rem;
}

.sl-quote-form__progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.35rem;
	opacity: 0.45;
	transition: opacity 0.2s;
}

.sl-quote-form__progress-step.is-active,
.sl-quote-form__progress-step.is-done {
	opacity: 1;
}

.sl-quote-form__progress-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: #e2e8f0;
	color: #475569;
	font-size: 0.75rem;
	font-weight: 700;
}

.sl-quote-form__progress-step.is-active .sl-quote-form__progress-num {
	background: #2563eb;
	color: #fff;
}

.sl-quote-form__progress-step.is-done .sl-quote-form__progress-num {
	background: #10b981;
	color: #fff;
}

.sl-quote-form__progress-label {
	font-size: 0.6875rem;
	line-height: 1.3;
	color: #64748b;
	font-weight: 600;
}

/* Panels */
/* ── Form panels ── */
.sl-quote-form__panel:not(.is-active) {
	display: none;
}

.sl-quote-form__panel-head {
	margin-bottom: 1.25rem;
}

.sl-quote-form__panel-title {
	margin: 0 0 0.35rem;
	font-size: 1.375rem;
	font-weight: 700;
	color: #0f172a;
}

.sl-quote-form__panel-desc {
	margin: 0;
	color: #64748b;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.sl-quote-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.sl-quote-form__field--full {
	grid-column: 1 / -1;
}

.sl-quote-form__field label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #334155;
}

.sl-quote-form__req {
	color: #ef4444;
}

.sl-quote-form__field input[type="text"],
.sl-quote-form__field input[type="email"],
.sl-quote-form__field input[type="tel"],
.sl-quote-form__field input[type="url"],
.sl-quote-form__field select,
.sl-quote-form__field textarea {
	width: 100%;
	padding: 0.75rem 0.875rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.625rem;
	font: inherit;
	color: #0f172a;
	background: #fff;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.sl-quote-form__field input:focus,
.sl-quote-form__field select:focus,
.sl-quote-form__field textarea:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.sl-quote-form__radios,
.sl-quote-form__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.sl-quote-form__radio,
.sl-quote-form__check {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.625rem 0.875rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.625rem;
	background: #f8fafc;
	cursor: pointer;
	font-size: 0.875rem;
	color: #334155;
}

.sl-quote-form__radio input,
.sl-quote-form__check input {
	accent-color: #2563eb;
}

.sl-quote-form__privacy {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #475569;
}

.sl-quote-form__privacy a {
	color: #2563eb;
}

.sl-quote-form__review {
	margin-top: 1.25rem;
	padding: 1rem 1.125rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
}

.sl-quote-form__review h3 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.sl-quote-form__review-list {
	margin: 0;
	display: grid;
	gap: 0.625rem;
}

.sl-quote-form__review-list div {
	display: grid;
	grid-template-columns: minmax(120px, 34%) 1fr;
	gap: 0.5rem 1rem;
	font-size: 0.875rem;
}

.sl-quote-form__review-list dt {
	margin: 0;
	font-weight: 600;
	color: #475569;
}

.sl-quote-form__review-list dd {
	margin: 0;
	color: #0f172a;
}

.sl-quote-form__footer {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e2e8f0;
}

.sl-quote-form__footer-spacer {
	flex: 1;
}

/* Sidebar help */
body.sl-get-quote-page .sl-quote-form__help {
	position: sticky;
	top: 6rem;
}

body.sl-get-quote-page .sl-quote-form__help-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 1.125rem;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

body.sl-get-quote-page .sl-quote-form__help-header {
	padding: 1.375rem 1.375rem 1.125rem;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border-bottom: 1px solid #f1f5f9;
}

body.sl-get-quote-page .sl-quote-form__help-label {
	display: inline-block;
	margin-bottom: 0.625rem;
	padding: 0.3125rem 0.6875rem;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
}

body.sl-get-quote-page .sl-quote-form__help-title {
	margin: 0 0 0.4375rem;
	font-family: Poppins, 'Plus Jakarta Sans', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.25;
}

body.sl-get-quote-page .sl-quote-form__help-text {
	margin: 0;
	color: #64748b;
	font-size: 0.8125rem;
	line-height: 1.55;
}

body.sl-get-quote-page .sl-quote-form__help-card a {
	text-decoration: none;
	color: inherit;
}

body.sl-get-quote-page .sl-quote-form__help-primary {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	margin: 1.125rem 1.125rem 0.75rem;
	padding: 1rem 1.125rem;
	border-radius: 0.875rem;
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	color: #fff;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.sl-get-quote-page .sl-quote-form__help-primary:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.34);
	filter: brightness(1.03);
}

body.sl-get-quote-page .sl-quote-form__help-primary-icon {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

body.sl-get-quote-page .sl-quote-form__help-primary-copy {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

body.sl-get-quote-page .sl-quote-form__help-primary-title {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

body.sl-get-quote-page .sl-quote-form__help-primary-desc {
	display: block;
	font-size: 0.75rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.82);
}

body.sl-get-quote-page .sl-quote-form__help-primary-arrow {
	flex-shrink: 0;
	display: flex;
	color: rgba(255, 255, 255, 0.9);
}

body.sl-get-quote-page .sl-quote-form__help-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0 1.125rem;
}

body.sl-get-quote-page .sl-quote-form__help-action {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.8125rem 0.875rem;
	border-radius: 0.75rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.sl-get-quote-page .sl-quote-form__help-action:hover {
	border-color: #cbd5e1;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
	color: inherit;
}

body.sl-get-quote-page .sl-quote-form__help-action--whatsapp:hover {
	border-color: #86efac;
	background: #f0fdf4;
}

body.sl-get-quote-page .sl-quote-form__help-action-icon {
	flex-shrink: 0;
	width: 2.375rem;
	height: 2.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	color: #2563eb;
}

body.sl-get-quote-page .sl-quote-form__help-action--whatsapp .sl-quote-form__help-action-icon {
	color: #16a34a;
	background: #f0fdf4;
	border-color: #bbf7d0;
}

body.sl-get-quote-page .sl-quote-form__help-action-copy {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

body.sl-get-quote-page .sl-quote-form__help-action-title {
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

body.sl-get-quote-page .sl-quote-form__help-action-desc {
	display: block;
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.35;
}

body.sl-get-quote-page .sl-quote-form__help-footer {
	margin-top: 1rem;
	padding: 1rem 1.125rem 1.125rem;
	background: #f8fafc;
	border-top: 1px solid #f1f5f9;
}

body.sl-get-quote-page .sl-quote-form__help-trust {
	list-style: none;
	margin: 0 0 0.875rem;
	padding: 0;
	display: grid;
	gap: 0.4375rem;
}

body.sl-get-quote-page .sl-quote-form__help-trust li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #475569;
	line-height: 1.4;
}

body.sl-get-quote-page .sl-quote-form__help-trust li::before {
	content: '';
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #dcfce7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2316a34a'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center / 0.625rem no-repeat;
}

body.sl-get-quote-page .sl-quote-form__help-meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-top: 0.875rem;
	border-top: 1px solid #e2e8f0;
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.45;
}

body.sl-get-quote-page .sl-quote-form__help-meta a {
	display: inline-block;
	font-weight: 600;
	color: #2563eb;
}

body.sl-get-quote-page .sl-quote-form__help-meta a:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

body.sl-get-quote-page .sl-quote-form__prev {
	background: #fff;
	color: #475569;
	border: 2px solid #e2e8f0;
}

body.sl-get-quote-page .sl-quote-form__prev:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #334155;
}

@media (max-width: 960px) {
	.sl-quote-hero__inner,
	.sl-quote-form-section > .softlance-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.sl-quote-form,
	.sl-quote-form__help {
		min-width: 0;
		max-width: 100%;
	}

	.sl-quote-form__progress-label {
		display: none;
	}

	.sl-quote-form__help {
		position: static;
	}

	body.sl-get-quote-page .sl-quote-form__help-primary {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 640px) {
	.sl-quote-form__grid {
		grid-template-columns: 1fr;
	}

	.sl-quote-form__progress-steps {
		grid-template-columns: repeat(5, 1fr);
	}

	.sl-quote-form__review-list div {
		grid-template-columns: 1fr;
	}
}
