/**
 * FazFood Home 03 — layout (works with fazfood-theme.css + elementor.css)
 */
.fazfood-home-03 {
	background: var(--background, #f4f1ea);
	overflow: hidden;
}
.page-template-template-homepage .site-content-page,
.page-template-template-homepage #primary,
.home .site-content-page,
.home #primary {
	padding: 0;
	margin: 0;
	max-width: none;
}
.home03-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--accent, #212121);
	margin-bottom: 0.75rem;
}
.home03-section-title,
.fazfood-home-03 h2 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	font-size: clamp(2rem, 4vw, 3rem);
	text-transform: uppercase;
	color: var(--accent, #212121);
	text-align: center;
	margin: 0 0 2.5rem;
}
.home03-btn {
	display: inline-block;
	background: var(--primary, #c33130);
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.85rem 1.75rem;
	border-radius: 50px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}
.home03-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(195, 49, 48, 0.35);
}
.home03-btn--white {
	background: #fff;
	color: var(--accent, #212121) !important;
}

/* Hero */
.home03-hero__slide {
	background: #f4f1ea center/cover no-repeat;
	padding: 2rem 0 0;
}
.home03-hero__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
.home03-hero__inner.rf-container,
.home03-about__grid.rf-container,
.home03-promo.rf-container,
.home03-best-selling__inner.rf-container {
	max-width: var(--rf-container, 1320px);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--rf-gutter, 1.5rem);
	padding-right: var(--rf-gutter, 1.5rem);
}
.home03-hero__content {
	flex: 1 1 320px;
}
.home03-hero__content h1 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 1rem;
	color: #212121;
	text-transform: uppercase;
}
.home03-hero__content p {
	font-size: 1.125rem;
	max-width: 28rem;
	margin-bottom: 1.5rem;
}
.home03-hero__media {
	flex: 1 1 300px;
	text-align: center;
}
.home03-hero__media img {
	max-width: 100%;
	height: auto;
}

/* Kategória: termékszám elrejtése (dashboard) */
.rosafood-hide-cat-count .home03-cat-card__count {
	display: none !important;
}

.home03-hero__trust {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	opacity: 0.9;
}

.home03-hero__min-order {
	margin: 0.35rem 0 1rem;
	font-size: 0.8125rem;
	opacity: 0.85;
}

.home03-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.home03-btn--outline {
	background: transparent !important;
	border: 2px solid currentColor;
	color: inherit;
}

/* Kategória sáv — La'Rosa stílus (vastag ikon, alcím, további) */
.home03-cat-nav {
	background: #fff;
	border-bottom: 1px solid #e8e4dc;
}
.home03-cat-nav--larosa {
	background: #faf8f4;
}
.home03-cat-nav__inner {
	max-width: var(--rf-container, 1320px);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.home03-cat-nav__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #ccc4b8 transparent;
}
.home03-cat-nav__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	min-width: 100%;
}
.home03-cat-nav__grid--with-more {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.home03-cat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem;
	min-height: 11.5rem;
	padding: 1.35rem 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
	color: var(--accent, #212121);
	border-right: 1px solid #e8e4dc;
	background-color: transparent;
	transition: background-color 0.22s ease, color 0.22s ease;
}
.home03-cat-card:last-child {
	border-right: none;
}
.home03-cat-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--cat-bg, none);
	background-size: cover;
	background-position: center;
	opacity: 0.06;
	pointer-events: none;
	transition: opacity 0.22s ease;
}
.home03-cat-card:hover::before,
.home03-cat-card:focus-visible::before {
	opacity: 0.1;
}
.home03-cat-card:hover,
.home03-cat-card:focus-visible {
	background-color: rgba(0, 0, 0, 0.02);
	color: var(--cat-accent, #212121);
	outline: none;
}
.home03-cat-card--featured,
.home03-cat-card--featured:hover,
.home03-cat-card--featured:focus-visible {
	color: #d71920;
}
.home03-cat-card--featured .home03-cat-card__icon,
.home03-cat-card--featured .home03-cat-card__title {
	color: #d71920;
}
.home03-cat-card__icon {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.25rem;
	height: 4.25rem;
	margin-bottom: 0.25rem;
	color: #1a1a1a;
	transition: color 0.22s ease, transform 0.22s ease;
}
.home03-cat-card__icon .rf-cat-icon,
.home03-cat-card__icon .rf-cat-icon--bold,
.home03-cat-card__icon .rf-cat-icon--png {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.home03-cat-card:hover .home03-cat-card__icon,
.home03-cat-card:focus-visible .home03-cat-card__icon {
	color: var(--cat-accent, #d71920);
	transform: translateY(-2px);
}
.home03-cat-card--more {
	background: #f3f0e8;
}
.home03-cat-card--more .home03-cat-card__icon--more {
	width: 3.75rem;
	height: 3.75rem;
	padding: 0.35rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e0dbd0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.home03-cat-card--more:hover .home03-cat-card__icon--more,
.home03-cat-card--more:focus-visible .home03-cat-card__icon--more {
	border-color: var(--cat-accent, #5c5c5c);
}
.home03-cat-card__title {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	margin-top: 0.15rem;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(0.6875rem, 0.9vw, 0.8125rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: inherit;
}
.home03-cat-card--more .home03-cat-card__title {
	white-space: normal;
	line-height: 1.15;
	font-size: 0.75rem;
}
.home03-cat-card__sub {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 7.5rem;
	padding: 0 0.1rem;
	font-size: 0.5625rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #6b6560;
}
.home03-cat-card--featured .home03-cat-card__sub {
	color: #d71920;
	opacity: 0.85;
}
.home03-cat-card:hover .home03-cat-card__sub,
.home03-cat-card:focus-visible .home03-cat-card__sub {
	color: inherit;
	opacity: 0.9;
}
.home03-cat-card__arrow {
	display: none;
}
.home03-cat-card__count {
	position: relative;
	z-index: 1;
	font-size: 0.5625rem;
	font-weight: 600;
	color: #9a948a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
	.home03-cat-nav__grid--with-more {
		grid-template-columns: repeat(7, minmax(8.5rem, 1fr));
		min-width: max(100%, 59.5rem);
	}
	.home03-cat-nav__grid:not(.home03-cat-nav__grid--with-more) {
		grid-template-columns: repeat(6, minmax(8.5rem, 1fr));
		min-width: max(100%, 51rem);
	}
}
@media (max-width: 767px) {
	.home03-cat-card {
		min-height: 11rem;
		padding: 1.2rem 0.45rem 0.95rem;
	}
	.home03-cat-card__icon {
		width: 3rem;
		height: 3rem;
	}
	.home03-cat-card__title {
		font-size: 0.6875rem;
		letter-spacing: 0.05em;
	}
}

/* About */
.home03-about {
	padding: 5rem 0;
}
.home03-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.home03-about__media {
	position: relative;
}
.home03-about__media > img {
	width: 100%;
	border-radius: 12px;
}
.home03-about__watermark {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2rem, 5vw, 5rem);
	font-weight: 800;
	color: rgba(33, 33, 33, 0.05);
	transform: rotate(-28deg);
	line-height: 1;
	text-align: center;
	pointer-events: none;
}
.home03-about__text {
	position: relative;
	padding-left: 1rem;
}
.home03-deco {
	position: absolute;
	max-width: 120px;
	opacity: 0.9;
}
.home03-deco--1 { left: -8%; top: 20%; }
.home03-deco--2 { right: -5%; top: 0; }
.home03-deco--l { left: 0; top: 0; max-width: 100px; }
.home03-deco--r { right: 0; top: 0; max-width: 100px; }

/* Promo row */
.home03-promo-row {
	padding: 0;
}
.home03-promo {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	width: 100%;
	max-width: var(--rf-container, 1320px);
	margin: 0 auto 3rem;
	padding-left: var(--rf-gutter, 1.5rem);
	padding-right: var(--rf-gutter, 1.5rem);
	box-sizing: border-box;
}
.home03-promo__card {
	position: relative;
	min-height: 520px;
	background-size: cover;
	background-position: center;
	padding: 3rem 1.5rem 2rem 3.5rem;
	color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	isolation: isolate;
}
/* Sötét overlay — olvasható fehér szöveg a fotón */
.home03-promo__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.12) 0%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 0.78) 100%
	);
	pointer-events: none;
}
.home03-promo__card > * {
	position: relative;
	z-index: 1;
}
/* FazFood globális h3 szürke színét felülírjuk */
.fazfood-home-03 .home03-promo__card h3 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(1.65rem, 2.8vw, 2.75rem) !important;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.08;
	margin: 0 0 0.5rem;
	color: #fff !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: manual;
	text-wrap: balance;
	max-width: 16ch;
}
.fazfood-home-03 .home03-promo__card p {
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin-bottom: 0.65rem;
	color: rgba(255, 255, 255, 0.92) !important;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	max-width: 28ch;
	overflow-wrap: break-word;
}
.fazfood-home-03 .home03-promo__card .home03-price,
.fazfood-home-03 .home03-promo__card .home03-price .woocommerce-Price-amount,
.fazfood-home-03 .home03-promo__card .home03-price .woocommerce-Price-currencySymbol {
	color: #ffcc19 !important;
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 800;
	margin-bottom: 1.25rem;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
	line-height: 1.2;
	white-space: nowrap;
}
.home03-promo__float {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 55%;
	height: auto;
	pointer-events: none;
}

/* Marquee */
.home03-marquee {
	overflow: hidden;
	padding: 1.5rem 0;
	border-block: 1px solid #e0e0e0;
	margin-bottom: 2rem;
}
.home03-marquee__track {
	display: flex;
	width: max-content;
	animation: home03-marquee 25s linear infinite;
}
.home03-marquee__track span {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(3rem, 10vw, 7.5rem);
	font-weight: 700;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #b7b7b7;
	color: transparent;
	white-space: nowrap;
	padding-right: 2rem;
}
@keyframes home03-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* Products */
.home03-best-selling {
	position: relative;
	padding: 0 0 6rem;
}
.home03-best-selling__inner {
	position: relative;
}
.home03-products .products.swiper-wrapper {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home03-products .swiper-slide.product {
	width: 280px;
	flex-shrink: 0;
}
.home03-products-pagination {
	margin-top: 2rem;
	text-align: center;
}

/* CTA banner */
.home03-cta-banner {
	background: var(--primary, #c33130) center/cover no-repeat;
	color: #fff;
	padding: 4rem 0;
	margin: 2rem 0;
}
.home03-cta-banner__inner {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	gap: 1rem;
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 1.5rem;
	text-align: center;
}
.home03-cta-banner__center h2 {
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	text-transform: uppercase;
	margin: 0 0 1rem;
}
.home03-cta-banner__center h2 span {
	color: #ffcc19;
}
.home03-cta-banner__side img {
	max-width: 100%;
	height: auto;
}

/* Promise */
.home03-promise {
	padding: 5rem 0;
}
.home03-promise__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.home03-counters {
	display: flex;
	gap: 3rem;
	margin-top: 2rem;
}
.home03-counters strong {
	display: block;
	font-size: 3rem;
	color: var(--primary, #c33130);
	font-weight: 800;
}
.home03-counters span {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

/* Testimonials */
.home03-testimonials {
	padding: 4rem 1.5rem;
	max-width: 850px;
	margin: 0 auto 4rem;
}
.home03-testimonials__box {
	background: #fff;
	border-radius: 24px;
	padding: 3rem 2.5rem;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
.home03-testimonials__quote {
	font-size: clamp(1.25rem, 3vw, 2rem);
	line-height: 1.35;
	margin: 0 0 1.5rem;
}
.home03-testimonials__author {
	font-weight: 700;
	color: var(--primary, #c33130);
}

/* Bottom promo */
.home03-bottom-promo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	width: 100%;
	margin: 0 auto 5rem;
}
.home03-bottom-promo__card {
	position: relative;
	min-height: 330px;
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	padding: 2.5rem;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
}
.home03-bottom-promo__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.72) 100%);
	pointer-events: none;
}
.home03-bottom-promo__card > *:not(img) {
	position: relative;
	z-index: 1;
}
.fazfood-home-03 .home03-bottom-promo__card h3 {
	color: #fff !important;
	font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
	overflow-wrap: break-word;
	text-wrap: balance;
}
.fazfood-home-03 .home03-bottom-promo__card p {
	color: #fff !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.fazfood-home-03 .home03-bottom-promo__card a {
	color: #ffcc19 !important;
}
.home03-bottom-promo__card--dark {
	min-height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home03-bottom-promo__col {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.home03-bottom-promo__card--tall {
	min-height: 330px;
	padding: 0;
}
.home03-bottom-promo__food {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 70%;
}
.home03-bottom-promo__food--full {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

/* Countdown offer */
.home03-countdown {
	background: var(--rf-dark, #111);
	color: #fff;
	padding: 4rem 0;
}
.home03-countdown__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: center;
}
.home03-countdown__timer {
	display: flex;
	gap: 1rem;
}
.home03-countdown__timer div {
	text-align: center;
	min-width: 72px;
}
.home03-countdown__timer strong {
	display: block;
	font-size: 2.5rem;
	color: var(--rf-secondary, #ffcc19);
	font-family: "Barlow Condensed", sans-serif;
}
.home03-countdown__timer span {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* Trust + final CTA */
.home03-trust {
	padding: 3rem 0;
	background: #fff;
}
.home03-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.home03-trust__item {
	padding: 1.5rem;
	border-radius: var(--rf-radius, 20px);
	border: 1px solid var(--rf-border, #e5e0d8);
	background: var(--rf-cream, #f4f1ea);
}
.home03-trust__item strong {
	display: block;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.home03-final-cta {
	padding: 4rem 0 5rem;
	text-align: center;
	background: linear-gradient(180deg, var(--rf-cream) 0%, #fff 100%);
}
.home03-final-cta__inner h2 {
	margin-bottom: 1.5rem;
}
.rf-btn--lg {
	min-height: 52px;
	padding: 1rem 2.5rem;
	font-size: 1rem;
}

@media (max-width: 1024px) {
	.home03-about__grid,
	.home03-promise__grid,
	.home03-cta-banner__inner,
	.home03-bottom-promo {
		grid-template-columns: 1fr;
	}
	.home03-promo {
		grid-template-columns: 1fr;
	}
	.home03-promo__card {
		min-height: 420px;
		padding: 2rem 1.25rem 1.75rem 1.5rem;
	}
	.fazfood-home-03 .home03-promo__card h3 {
		max-width: none;
		font-size: clamp(1.5rem, 6vw, 2rem) !important;
	}
	.home03-deco--1,
	.home03-deco--2 {
		display: none;
	}
}
