.commercial-remodeling-final-form-section {
	position: relative;
	padding: 5.5rem 0 6rem;
	background: #050c18;
	overflow: hidden;
}

.commercial-remodeling-final-form-section__word {
	position: absolute;
	left: 50%;
	top: 2.5rem;
	transform: translateX(-50%);
	font-family: var(--ldg-font-display);
	font-size: clamp(7rem, 24vw, 20rem);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 0.82;
	color: rgba(241, 242, 244, 0.04);
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.commercial-remodeling-final-form-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.75rem, 4vw, 4rem);
	align-items: start;
}

.commercial-remodeling-final-form-section__intro {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	max-width: 35rem;
}

.commercial-remodeling-final-form-section__title {
	margin: 0;
	max-width: 12ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.3rem, 4.2vw, 4.3rem);
	line-height: 0.96;
	color: #f1f2f4;
}

.commercial-remodeling-final-form-section__copy {
	margin: 0;
	max-width: 35rem;
	font-size: 1rem;
	line-height: 1.76;
	color: rgba(241, 242, 244, 0.74);
}

.commercial-remodeling-final-form-section__accent {
	display: block;
	width: 4rem;
	height: 2px;
	background: linear-gradient(90deg, #a6844a 0%, rgba(166, 132, 74, 0.18) 100%);
}

.commercial-remodeling-final-form-section__form-card {
	padding: 1.35rem;
	border: 1px solid rgba(166, 132, 74, 0.22);
	background: rgba(10, 20, 36, 0.92);
	box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.22);
}

.commercial-remodeling-final-form-section__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.commercial-remodeling-final-form-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.commercial-remodeling-final-form-section__field {
	display: grid;
	gap: 0.45rem;
}

.commercial-remodeling-final-form-section__field span {
	font-size: 0.84rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(241, 242, 244, 0.68);
}

.commercial-remodeling-final-form-section__field input,
.commercial-remodeling-final-form-section__field select,
.commercial-remodeling-final-form-section__field textarea {
	width: 100%;
	min-height: 3.35rem;
	padding: 0.92rem 1rem;
	border: 1px solid rgba(241, 242, 244, 0.14);
	background: rgba(241, 242, 244, 0.06);
	color: #f1f2f4;
	font-family: var(--ldg-font-body);
	font-size: 0.98rem;
	line-height: 1.4;
}

.commercial-remodeling-final-form-section__field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(241, 242, 244, 0.72) 50%),
		linear-gradient(135deg, rgba(241, 242, 244, 0.72) 50%, transparent 50%);
	background-position:
		calc(100% - 1.1rem) calc(50% - 0.15rem),
		calc(100% - 0.75rem) calc(50% - 0.15rem);
	background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
	background-repeat: no-repeat;
}

.commercial-remodeling-final-form-section__field textarea {
	min-height: 8.5rem;
	resize: vertical;
}

.commercial-remodeling-final-form-section__field input::placeholder,
.commercial-remodeling-final-form-section__field textarea::placeholder {
	color: rgba(241, 242, 244, 0.4);
}

.commercial-remodeling-final-form-section__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 3.35rem;
	padding: 0.9rem 1.55rem;
	border: 1px solid rgba(166, 132, 74, 0.72);
	background: var(--ldg-brand-gold);
	color: #050c18;
	font-family: var(--ldg-font-body);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: default;
}

.commercial-remodeling-final-form-section__submit:hover,
.commercial-remodeling-final-form-section__submit:focus-visible {
	background: var(--ldg-brand-gold);
	border-color: rgba(166, 132, 74, 0.72);
}

@media (max-width: 780px) {
	.commercial-remodeling-final-form-section {
		padding: 4rem 0 4.5rem;
	}

	.commercial-remodeling-final-form-section__word {
		top: 3.4rem;
		font-size: clamp(5.5rem, 34vw, 9rem);
	}

	.commercial-remodeling-final-form-section__title {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.commercial-remodeling-final-form-section__inner {
		grid-template-columns: 1fr;
	}

	.commercial-remodeling-final-form-section__copy {
		font-size: 0.95rem;
	}

	.commercial-remodeling-final-form-section__form-card {
		padding: 1rem;
	}

	.commercial-remodeling-final-form-section__grid {
		grid-template-columns: 1fr;
	}

	.commercial-remodeling-final-form-section__submit {
		width: 100%;
	}
}
