.moved-hero {
	text-align: center;
	padding: 60px 20px 50px;
	background: #fff;
}
.moved-hero__title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 18px;
	letter-spacing: 0.02em;
}
.moved-hero__desc {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.8;
	margin: 0 0 36px;
}
.moved-hero__btns {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.moved-btn {
	display: inline-flex;
	align-items: center;
	padding: 14px 32px;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	transition: opacity 0.2s;
	white-space: nowrap;
}
.moved-btn:hover,
.moved-btn:focus,
.moved-btn:visited {
	text-decoration: none;
}
.moved-btn--dark {
	background: #1a1a1a;
	color: #fff;
}
.moved-btn--dark:hover,
.moved-btn--dark:focus,
.moved-btn--dark:visited {
	background: #333;
	color: #fff;
	opacity: 1;
}
.moved-btn--brown {
	background: #8b5e2e;
	color: #fff;
}
.moved-btn--brown:hover,
.moved-btn--brown:focus,
.moved-btn--brown:visited {
	background: #a06e38;
	color: #fff;
	opacity: 1;
}
.moved-btn__arrow {
	margin-left: 8px;
	font-size: 1rem;
}

.moved-rec-section {
	padding: 0 0 60px;
	background: #fafafa;
}
.moved-rec-section__head {
	text-align: center;
	padding: 40px 0 28px;
}
.moved-rec-section__title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.04em;
	margin: 0;
}
