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

.lmb-info__hero,
.lmb-report__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-info__hero-inner,
.lmb-info__shell,
.lmb-report__hero-inner,
.lmb-report__shell {
	margin: 0 auto;
	max-width: 1180px;
}

.lmb-info__hero-inner,
.lmb-report__hero-inner {
	max-width: 780px;
}

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

.lmb-info__hero .lmb-info__eyebrow,
.lmb-report__hero .lmb-report__eyebrow {
	color: var(--lmb-info-gold);
}

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

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

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

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

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

.lmb-info__toc,
.lmb-info__content,
.lmb-info__card,
.lmb-report__notice,
.lmb-report__form-card,
.lmb-report__aside > *,
.lmb-report__empty {
	background: #fff;
	border: 1px solid var(--lmb-info-border);
	border-radius: 1.2rem;
	box-shadow: var(--lmb-info-shadow);
}

.lmb-info__toc,
.lmb-info__content,
.lmb-report__form-card,
.lmb-report__aside > * {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.lmb-info__toc {
	position: sticky;
	top: 1rem;
}

.lmb-info__toc h2,
.lmb-info__content h2,
.lmb-info__card h2,
.lmb-report__form-card h2,
.lmb-report__aside h2,
.lmb-report__empty h2 {
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.lmb-info__toc ul {
	display: grid;
	gap: 0.45rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.lmb-info__toc a,
.lmb-info__card a,
.lmb-report__listing-card a,
.lmb-report__text-link {
	color: var(--lmb-info-red);
	font-weight: 900;
	text-decoration: none;
}

.lmb-info__toc a,
.lmb-info__card a,
.lmb-report__listing-card a {
	align-items: center;
	display: inline-flex;
	min-height: var(--lmb-size-control-md);
	min-width: var(--lmb-size-control-md);
}

.lmb-info__toc a:hover,
.lmb-info__card a:hover,
.lmb-report__listing-card a:hover,
.lmb-report__text-link:hover {
	color: var(--lmb-info-green);
}

.lmb-info__content {
	display: grid;
	gap: 1.15rem;
}

.lmb-info__section {
	border-bottom: 1px solid var(--lmb-info-border);
	display: grid;
	gap: 0.75rem;
	padding-bottom: 1.15rem;
}

.lmb-info__section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.lmb-info__section p,
.lmb-info__section li,
.lmb-info__card p,
.lmb-report__aside p,
.lmb-report__field small {
	color: var(--lmb-info-muted);
	line-height: 1.65;
}

.lmb-info__section ul,
.lmb-info__section ol {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding-left: 1.25rem;
}

.lmb-info__callout {
	background: var(--lmb-info-green-soft);
	border: 1px solid rgba(18, 60, 52, 0.12);
	border-radius: 1rem;
	padding: 1rem;
}

.lmb-info__cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lmb-info__card {
	display: grid;
	gap: 0.75rem;
	padding: 1.25rem;
}

.lmb-info__card-icon,
.lmb-report__form-head > span {
	align-items: center;
	background: var(--lmb-info-green-soft);
	border-radius: 999px;
	color: var(--lmb-info-green);
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

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

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

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

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

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

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

.lmb-report__form,
.lmb-report__grid {
	display: grid;
	gap: 1rem;
}

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

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

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

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

.lmb-report__field label span {
	color: var(--lmb-info-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

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

.lmb-report__field textarea {
	resize: vertical;
}

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

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

.lmb-report__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-report__text-link {
	align-items: center;
	display: inline-flex;
	min-height: var(--lmb-size-control-md);
}

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

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

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

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

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

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

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

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

@media (max-width: 960px) {
	.lmb-info__layout,
	.lmb-report__layout {
		grid-template-columns: 1fr;
	}

	.lmb-info__toc {
		position: static;
	}

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

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

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