/* Homepage — accessible contrast (WCAG AA) */
.embf-heading-on-light {
	color: #5c4600;
}
.embf-cta-panel {
	color: #ffffff;
}
.embf-cta-panel h4,
.embf-cta-panel p {
	color: #ffffff;
}
.embf-cta-telegram {
	background-color: #1565a8;
}
.embf-cta-whatsapp {
	background-color: #0d6832;
}
.embf-cta-panel .btn-embf-join {
	background-color: #ffffff;
	color: #1a1a1a;
	border: 2px solid #ffffff;
	font-weight: 600;
}
.embf-cta-panel .btn-embf-join:hover,
.embf-cta-panel .btn-embf-join:focus {
	background-color: #f8f9fa;
	color: #000000;
	border-color: #f8f9fa;
}

/* Homepage — Core Web Vitals & layout helpers */
.embf-home-latest__grid .new-prodbox {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f8f9fa;
}
.embf-home-latest__grid .new-prodimg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.embf-home-latest__grid .post_data {
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.embf-home-latest__grid .post_data:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
	transform: translateY(-2px);
}
.embf-home-cat-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	height: auto;
}
/* Top categories bar — desktop: large circles; mobile: compact row */
.embf-top-cats {
	padding-bottom: 0.75rem;
}
.embf-top-cats__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 0.75rem 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0.5rem 0.5rem;
}
.embf-top-cats__item {
	display: block;
	flex: 0 0 auto;
	width: 88px;
	text-align: center;
	text-decoration: none !important;
}
.embf-top-cats__item .img-box-cat {
	width: 88px;
	height: 88px;
	margin: 0 auto 0.35rem;
	overflow: hidden;
	border-radius: 50%;
}
.embf-top-cats__item .img-box-cat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.embf-top-cats__item .lp-cat-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}
@media (max-width: 575px) {
	.embf-top-cats__item { width: 72px; }
	.embf-top-cats__item .img-box-cat { width: 60px; height: 60px; }
}
@media (min-width: 576px) {
	.embf-top-cats__item { width: 120px; }
	.embf-top-cats__item .img-box-cat { width: 110px; height: 110px; }
	.embf-top-cats__item .lp-cat-text { font-size: 16px; }
}
@media (min-width: 768px) {
	.embf-top-cats__item { width: 140px; }
	.embf-top-cats__item .img-box-cat { width: 130px; height: 130px; }
	.embf-top-cats__item .lp-cat-text { font-size: 18px; }
}
@media (min-width: 992px) {
	.embf-top-cats__item { width: 160px; }
	.embf-top-cats__item .img-box-cat { width: 150px; height: 150px; }
}
.embf-home-faq {
	font-size: 0.95rem;
	line-height: 1.6;
}
.embf-home-faq h2 {
	font-size: 1.15rem;
	margin-top: 1.25rem;
}
.embf-home-faq h3 {
	font-size: 1rem;
	margin-top: 1rem;
}
