/* Conversion Pro — homepage sections (module 10). Softened treatment
   (confirmed): white/cream backgrounds throughout, red reserved for
   accents only — no full saturated-red section blocks. */

.cvp-home-section {
	background: #fff;
	padding: 32px 0;
}

.cvp-home-section h2 {
	color: #712B13;
	margin-bottom: 16px;
}

.cvp-home-scroll-row {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
}

.cvp-home-scroll-row > * {
	scroll-snap-align: start;
	flex: 0 0 auto;
	width: 220px;
}

.cvp-collection-tile {
	display: block;
	text-decoration: none;
	color: inherit;
}

.cvp-collection-tile img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 6px;
	display: block;
}

.cvp-collection-tile__label {
	display: block;
	margin-top: 8px;
	font-weight: 600;
	color: #712B13;
	text-align: center;
}

.cvp-signin-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #FDF6F0;
	padding: 14px;
	border-radius: 6px;
	margin: 24px 0;
}

.cvp-signin-strip__btn {
	background: #D85A30;
	color: #fff;
	border: none;
	padding: 8px 18px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}
