/* EMPIRE — intro SEO categorii (carduri); poate fi legat din Twig cu {{ base }} dacă include-ul Twig e blocat pe server */
.empire-category-seo-intro.empire-cat-seo--cards {
	max-width: 1200px;
	margin: 0 auto 28px;
	color: #333;
	line-height: 1.6;
}
.empire-cat-seo__hero {
	background: #f4faf4;
	border-left: 5px solid #56ad56;
	padding: clamp(18px, 3vw, 28px);
	border-radius: 10px;
	margin-bottom: 22px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.empire-cat-seo__title-main {
	color: #052454;
	font-size: clamp(1.2em, 2.5vw, 1.65em);
	margin: 0 0 14px 0;
	font-weight: 700;
	line-height: 1.3;
}
.empire-cat-seo__title-sub {
	color: #052454;
	font-size: 1.12em;
	margin: 0 0 12px 0;
	font-weight: 700;
}
.empire-cat-seo__section-title {
	color: #56ad56;
	font-size: clamp(1.1em, 2vw, 1.35em);
	margin: 0 0 16px 0;
	font-weight: 700;
}
.empire-cat-seo__hero p,
.empire-cat-seo__card p,
.empire-cat-seo__model-card p {
	font-size: 15px;
	line-height: 1.75;
	color: #333;
	margin: 0 0 12px 0;
}
.empire-cat-seo__hero p:last-child,
.empire-cat-seo__card p:last-child,
.empire-cat-seo__model-card p:last-child {
	margin-bottom: 0;
}
.empire-cat-seo__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 22px;
}
.empire-cat-seo__card {
	flex: 1 1 300px;
	background: #fff;
	border: 1px solid #eef2ee;
	padding: clamp(16px, 2.5vw, 22px);
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 992px) {
	.empire-cat-seo__card:hover {
		box-shadow: 0 8px 28px rgba(0,0,0,0.08);
		border-color: #d8ead8;
	}
}
.empire-cat-seo__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.empire-cat-seo__list-item {
	padding: 8px 0 8px 22px;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	line-height: 1.65;
	color: #333;
}
.empire-cat-seo__list-item:last-child {
	border-bottom: none;
}
.empire-cat-seo__list-item::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #56ad56;
	font-weight: bold;
}
.empire-cat-seo__models {
	margin-bottom: 22px;
}
.empire-cat-seo__model-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
@media (max-width: 991px) {
	.empire-cat-seo__model-box {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 479px) {
	.empire-cat-seo__model-box {
		grid-template-columns: 1fr;
	}
}
.empire-cat-seo__model-card {
	border: 1px solid #eef2ee;
	padding: 16px 16px 18px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 992px) {
	.empire-cat-seo__model-card:hover {
		box-shadow: 0 8px 24px rgba(86,173,86,0.12);
		border-color: #c5e0c5;
	}
}
.empire-cat-seo__tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	background: #56ad56;
	color: #fff;
	padding: 3px 8px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.empire-cat-seo__tag--compact { background: #3d8b3d; }
.empire-cat-seo__tag--perf { background: #2a6f2a; }
.empire-cat-seo__tag--eco { background: #6b9e6b; }
.empire-cat-seo__model-name {
	color: #56ad56;
	font-weight: 700;
	font-size: 1.05em;
	display: block;
	margin-bottom: 8px;
	line-height: 1.3;
}
.empire-cat-seo__model-card p {
	font-size: 13px;
	line-height: 1.55;
	color: #444;
	flex: 1 1 auto;
	margin-bottom: 0;
}
.empire-cat-seo__model-card a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.empire-cat-seo__model-card a:hover .empire-cat-seo__model-name {
	text-decoration: underline;
}
.empire-cat-seo__details {
	padding: clamp(16px, 2.5vw, 22px);
	background: #fdfdfd;
	border: 1px solid #eef2ee;
	border-radius: 10px;
}
.empire-cat-seo__details .empire-cat-seo__title-sub {
	margin-top: 0;
}
.empire-cat-seo a {
	color: #1a5c1a;
	text-decoration: underline;
}
.empire-cat-seo a:hover {
	color: #56ad56;
}
@media (max-width: 600px) {
	.empire-cat-seo__grid {
		flex-direction: column;
	}
}
