.fm-trees {
	margin: 8px 0 28px;
}

.fm-trees h2 {
	margin: 0 0 18px;
	color: #1c1c1c;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
}

.fm-trees__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.fm-trees__grid > :nth-child(n + 4) {
	align-self: stretch;
	height: 100%;
}

.fm-trees__card,
.fm-trees__lead {
	border-radius: 22px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.fm-trees__card {
	padding: 24px;
	background: #fff;
}

.fm-trees__top {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.fm-trees__icon {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 130px;
	max-width: 150px;
	object-fit: contain;
}

.fm-trees__num {
	color: #1c1c1c;
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
}

.fm-trees__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: #e6ff4d;
	color: #0f7a32;
	font-size: 12px;
}

.fm-trees__card h3 {
	margin: 0 0 8px;
	color: #1c1c1c;
	font-family: "Open Sans", sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
}

.fm-trees__card p {
	margin: 0;
	color: #555861;
	font-size: 16px;
	line-height: 1.45;
}

.fm-trees__lead {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 18px 18px 16px;
	background: linear-gradient(165deg, #f3ff9a 0%, #dff56a 48%, #cfe85a 100%);
	box-shadow: 0 18px 40px rgba(40, 70, 10, 0.12);
}

.fm-trees__lead-head h3 {
	margin: 0 0 4px;
	color: #17210c;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.fm-trees__lead-kicker {
	margin: 0 0 4px;
	color: #3f5c14;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.fm-trees__lead-head p:last-child {
	margin: 0;
	color: #3a4a24;
	font-size: 13px;
	line-height: 1.4;
}

.fm-trees__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.fm-trees__field span {
	color: #2a3b14;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.fm-trees__lead input,
.fm-trees__lead textarea {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(40, 60, 10, 0.06);
	color: #1c1c1c;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.4;
	resize: none;
}

.fm-trees__lead input:focus,
.fm-trees__lead textarea:focus {
	outline: 2px solid #0f7a32;
}

.fm-trees__lead textarea {
	min-height: 64px;
}

.fm-trees__lead button {
	margin-top: 2px;
	padding: 14px 18px;
	border: 0;
	border-radius: 999px;
	background: #0f7a32;
	box-shadow: 0 10px 22px rgba(15, 122, 50, 0.28);
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.fm-trees__lead button:hover,
.fm-trees__lead button:focus {
	background: #0c6529;
	color: #fff;
}

@media (max-width: 991.98px) {
	.fm-trees h2 {
		font-size: 32px;
	}

	.fm-trees__grid {
		grid-template-columns: 1fr;
	}
}
