/* =========================================================
   INNER PAGE TITLE + BREADCRUMBS
   TownPress-safe, calm institutional style
   ========================================================= */

body:not(.home) .main__header {
	position: relative;
	margin: 0 0 26px;
	padding: 26px 28px 22px !important;
	border-radius: 22px;
	background: rgba(18, 58, 107, 0.88);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.10);
	overflow: hidden;
}

body:not(.home) .main__header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #f04e23;
}

body:not(.home) .main__title {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-size: 38px !important;
	line-height: 1.15 !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	color: #ffffff !important;
	text-shadow: none;
}

/* scoatem orice pseudo-element agresiv rămas */
body:not(.home) .main__title::before,
body:not(.home) .main__title::after {
	display: none !important;
	content: none !important;
}

body:not(.home) .breadcrumbs {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body:not(.home) .breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

body:not(.home) .breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

body:not(.home) .breadcrumbs__link {
	color: rgba(255, 255, 255, 0.96) !important;
	text-decoration: none;
	font-weight: 500;
}

body:not(.home) .breadcrumbs__link:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

body:not(.home) .breadcrumbs__item-decor {
	display: inline-block;
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.55);
}

/* spațiere mai bună între header și conținut */
body:not(.home) #main .main__inner > *:first-child {
	margin-top: 0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
	body:not(.home) .main__header {
		padding: 22px 22px 18px !important;
		border-radius: 18px;
		margin-bottom: 22px;
	}

	body:not(.home) .main__title {
		font-size: 30px !important;
	}

	body:not(.home) .breadcrumbs__item {
		font-size: 13px;
	}

	body:not(.home) .breadcrumbs__item-decor {
		margin: 0 8px;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
	body:not(.home) .main__header {
		padding: 18px 16px 16px !important;
		border-radius: 16px;
		margin-bottom: 18px;
	}

	body:not(.home) .main__title {
		font-size: 24px !important;
		line-height: 1.2 !important;
		margin-bottom: 8px !important;
	}

	body:not(.home) .breadcrumbs__item {
		font-size: 12px;
		line-height: 1.45;
	}

	body:not(.home) .breadcrumbs__item-decor {
		margin: 0 6px;
	}
}