/* ─────────────────────────────────────────────────────────────────────────
   Blog SEO: caja CTA a la tienda + bloque de artículos relacionados.
   Embudo blog→tienda y enlaces internos. Paleta TCF: accent #43f5b0 / #0e1119.
   ───────────────────────────────────────────────────────────────────────── */
.cf-shop-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 2.2em 0;
	padding: 18px 22px;
	border-radius: 16px;
	background: #0e1119;
	border: 1px solid rgba(67, 245, 176, .35);
}
.cf-shop-cta__txt {
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.3;
	color: #eafff7;
}
.cf-shop-cta__btn {
	flex: 0 0 auto;
	background: #43f5b0;
	color: #0e1119;
	font-weight: 800;
	padding: 11px 22px;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	transition: filter .15s ease, transform .15s ease;
}
.cf-shop-cta__btn:hover,
.cf-shop-cta__btn:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.cf-related {
	margin: 2.4em 0 0;
	padding-top: 1.3em;
	border-top: 2px solid rgba(67, 245, 176, .35);
}
.cf-related__h {
	font-size: 1.2rem;
	margin: 0 0 .6em;
}
.cf-related ul {
	margin: 0;
	padding-left: 1.15em;
}
.cf-related li {
	margin: .35em 0;
}
.cf-related a {
	font-weight: 600;
	text-decoration: none;
}
.cf-related a:hover,
.cf-related a:focus-visible {
	text-decoration: underline;
}
