.lmb-question {
	--lmb-question-ink: #10231d;
	--lmb-question-muted: #63746e;
	--lmb-question-green: #123c34;
	--lmb-question-green-soft: #e8f3ee;
	--lmb-question-gold: #f1b844;
	--lmb-question-red: #8f2c22;
	--lmb-question-border: rgba(18, 60, 52, 0.12);
	--lmb-question-shadow: 0 18px 44px rgba(17, 24, 39, 0.09);
	background: #f6f8f7;
	color: var(--lmb-question-ink);
	min-height: 100vh;
}

.lmb-question__hero {
	background:
		radial-gradient(circle at top left, rgba(241, 184, 68, 0.24), transparent 32rem),
		linear-gradient(135deg, #123c34 0%, #0d2d27 100%);
	color: #fff;
	padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 3vw, 2rem);
}

.lmb-question__hero-inner,
.lmb-question__shell {
	margin: 0 auto;
	max-width: 1180px;
}

.lmb-question__hero-inner {
	max-width: 760px;
}

.lmb-question__eyebrow {
	color: var(--lmb-question-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.lmb-question__hero .lmb-question__eyebrow {
	color: var(--lmb-question-gold);
}

.lmb-question__hero h1 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.15rem, 5vw, 4.25rem);
	line-height: 1.05;
	margin: 0;
}

.lmb-question__hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.06rem;
	line-height: 1.7;
	margin: 1rem 0 0;
}

.lmb-question__shell {
	padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
}

.lmb-question__notice,
.lmb-question__form-card,
.lmb-question__aside > *,
.lmb-question__answered,
.lmb-question__empty {
	background: #fff;
	border: 1px solid var(--lmb-question-border);
	border-radius: 1.2rem;
	box-shadow: var(--lmb-question-shadow);
}

.lmb-question__notice {
	margin-bottom: 1rem;
	padding: 1rem 1.15rem;
}

.lmb-question__notice--success {
	background: #ecf8f1;
	color: #11623f;
}

.lmb-question__notice--error {
	background: #fff1ee;
	color: var(--lmb-question-red);
}

.lmb-question__layout {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 3vw, 1.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
}

.lmb-question__form-card,
.lmb-question__steps,
.lmb-question__listing-card,
.lmb-question__answered {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.lmb-question__form-head {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.lmb-question__form-head > span {
	align-items: center;
	background: var(--lmb-question-green-soft);
	border-radius: 999px;
	color: var(--lmb-question-green);
	display: inline-flex;
	height: 3.15rem;
	justify-content: center;
	width: 3.15rem;
}

.lmb-question__form-head h2,
.lmb-question__steps h2,
.lmb-question__listing-card h2,
.lmb-question__answered h2,
.lmb-question__empty h2 {
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.lmb-question__form,
.lmb-question__grid {
	display: grid;
	gap: 1rem;
}

.lmb-question__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lmb-question__field {
	display: grid;
	gap: 0.45rem;
	margin: 0;
}

.lmb-question__field--full {
	grid-column: 1 / -1;
}

.lmb-question__field label {
	font-weight: 800;
}

.lmb-question__field label span,
.lmb-question__field small {
	color: var(--lmb-question-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.lmb-question__field input,
.lmb-question__field select,
.lmb-question__field textarea {
	background: #f9fbfa;
	border: 1px solid rgba(18, 60, 52, 0.16);
	border-radius: 0.85rem;
	color: var(--lmb-question-ink);
	font: inherit;
	min-height: var(--lmb-size-control-md);
	padding: 0.85rem 0.95rem;
	width: 100%;
}

.lmb-question__field textarea {
	resize: vertical;
}

.lmb-question__field input:focus,
.lmb-question__field select:focus,
.lmb-question__field textarea:focus,
.lmb-question a:focus-visible,
.lmb-question button:focus-visible {
	outline: 3px solid rgba(143, 44, 34, 0.25);
	outline-offset: 3px;
}

.lmb-question__trap {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.lmb-question__button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	gap: 0.5rem;
	justify-content: center;
	min-height: var(--lmb-size-control-md);
	padding: 0.9rem 1.2rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: fit-content;
}

.lmb-question__button--primary {
	background: var(--lmb-question-red);
	box-shadow: 0 14px 28px rgba(143, 44, 34, 0.2);
	color: #fff;
}

.lmb-question__button--secondary {
	background: #eef4f1;
	color: var(--lmb-question-green);
}

.lmb-question__button:hover,
.lmb-question__button:focus-visible {
	transform: translateY(-1px);
}

.lmb-question__icon {
	display: inline-block;
	fill: currentColor;
	height: 1.1rem;
	vertical-align: middle;
	width: 1.1rem;
}

.lmb-question__aside {
	display: grid;
	gap: 1rem;
}

.lmb-question__listing-card {
	display: grid;
	gap: 1rem;
}

.lmb-question__listing-card img {
	aspect-ratio: 1.55 / 1;
	border-radius: 1rem;
	display: block;
	object-fit: cover;
	width: 100%;
}

.lmb-question__listing-card p,
.lmb-question__steps p,
.lmb-question__empty p {
	color: var(--lmb-question-muted);
	line-height: 1.6;
}

.lmb-question__listing-card a,
.lmb-question__text-link {
	align-items: center;
	color: var(--lmb-question-red);
	display: inline-flex;
	font-weight: 900;
	gap: 0.4rem;
	min-height: var(--lmb-size-control-md);
	text-decoration: none;
}

.lmb-question__steps ol {
	color: var(--lmb-question-muted);
	display: grid;
	gap: 0.8rem;
	line-height: 1.55;
	margin: 1rem 0;
	padding-left: 1.2rem;
}

.lmb-question__answered {
	margin-top: clamp(1rem, 3vw, 1.5rem);
}

.lmb-question__answered-head {
	margin-bottom: 1rem;
}

.lmb-question__answered-list {
	display: grid;
	gap: 1rem;
}

.lmb-question__qa {
	background: #f9fbfa;
	border: 1px solid var(--lmb-question-border);
	border-radius: 1rem;
	display: grid;
	gap: 1rem;
	padding: 1rem;
}

.lmb-question__asker {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.lmb-question__asker > span {
	align-items: center;
	background: var(--lmb-question-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 2.35rem;
	justify-content: center;
	width: 2.35rem;
}

.lmb-question__asker small {
	color: var(--lmb-question-muted);
	display: block;
	margin-top: 0.15rem;
}

.lmb-question__answer h3 {
	font-size: 1.05rem;
	margin: 0 0 0.65rem;
}

.lmb-question__answer p {
	color: var(--lmb-question-muted);
	line-height: 1.65;
	margin: 0;
}

.lmb-question__answer strong {
	color: var(--lmb-question-ink);
	display: block;
	margin-bottom: 0.25rem;
}

.lmb-question__empty {
	padding: clamp(2rem, 5vw, 3.5rem);
	text-align: center;
}

.lmb-question__empty > svg {
	color: var(--lmb-question-red);
	height: 2.3rem;
	width: 2.3rem;
}

.lmb-question__empty--compact {
	box-shadow: none;
}

@media (max-width: 900px) {
	.lmb-question__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.lmb-question__grid {
		grid-template-columns: 1fr;
	}

	.lmb-question__button {
		width: 100%;
	}
}
