/**
 * RosaFood főoldal — FazFood Home 03 kiegészítő stílusok
 */
.rosafood-home .rosafood-hero {
	padding: 3rem 0 2rem;
	background: var(--background, #f4f1ea);
}
.rosafood-home .rosafood-hero .elementor-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}
.rosafood-home .rosafood-hero .elementor-col-50 {
	flex: 1 1 280px;
}
.rosafood-home .rosafood-hero .sub-title {
	display: inline-block;
	background: var(--accent, #ffcc19);
	color: var(--dark, #050505);
	font-weight: 700;
	padding: 0.35rem 0.85rem;
	border-radius: 4px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.rosafood-home .rosafood-hero h1.elementor-heading-title {
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 0.75rem;
	color: var(--secondary, #212121);
}
.rosafood-home .rosafood-hero .elementor-button {
	background: var(--primary, #c33130);
	color: #fff;
	border-radius: 50px;
	padding: 0.9rem 1.75rem;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	margin-top: 1rem;
}
.rosafood-home .rosafood-hero-img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}
.rosafood-products-section {
	padding: 2.5rem 0;
}
.rosafood-products-section .elementor-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}
.rosafood-products-section h2 {
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.rf-category-strip {
	padding: 1rem 0 2rem;
	background: #fff;
}
.rf-category-strip__scroll {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding: 0.5rem 1rem;
	scrollbar-width: thin;
}
.rf-cat-card {
	flex: 0 0 auto;
	min-width: 120px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background: var(--background, #f4f1ea);
	border-radius: 12px;
	padding: 1rem 0.75rem;
	transition: transform 0.2s, box-shadow 0.2s;
}
.rf-cat-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.rf-cat-card__name {
	display: block;
	font-weight: 700;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}
