/**
 * BIG-MEDIA Comune ACoR — Stiluri pagină individuală comună
 */

/* ── Breakout din containerul Bootstrap al temei ────────────────────────── */
/*
   Tehnica "full-width breakout": wrapper-ul nostru iese din container
   folosind margin negativ + lățime 100vw, indiferent de tema activă.
   Funcționează fără să spargem alte pagini ale site-ului.
*/

/* Anulăm padding-ul top/bottom excesiv al temei */
body.bmc-page-wide .main-content-area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Wrapper-ul comunei iese complet din container */
.bmc-pagina-wrap {
	font-family: inherit;
	color: #1a2740;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	box-sizing: border-box;
	overflow-x: hidden;
}


/* ── Secțiunea ACoR ──────────────────────────────────────────────────────── */
.bmc-acor-section {
	text-align: center;
	padding: 48px 5% 36px;
	border-bottom: 1px solid #e8edf6;
}

.bmc-acor-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a3a6c;
	margin: 0 0 10px;
}

.bmc-acor-hcl {
	font-size: 15px;
	color: #374151;
	margin: 0 0 24px;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.bmc-acor-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.bmc-btn-acor {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #1a3a6c;
	border: 1.5px solid #c8d6ea;
	border-radius: 6px;
	background: #fff;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.bmc-btn-acor:hover {
	background: #1a3a6c;
	border-color: #1a3a6c;
	color: #fff;
}

.bmc-btn-acor--disabled {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
	background: #f0f2f5;
	border-color: #d1d9e6;
	color: #8a9ab5;
}

/* ── Titlu de secțiune ───────────────────────────────────────────────────── */
.bmc-section-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a3a6c;
	text-align: center;
	margin: 0 0 28px;
}

/* ── Secțiunea Descriere ─────────────────────────────────────────────────── */
.bmc-descriere-section {
	padding: 48px 0 48px;
	border-bottom: 1px solid #e8edf6;
}

/* Acordeonul și secțiunea contact au aceeași lățime centrată */
.bmc-inner-wrap {
	width: 85%;
	max-width: 85vw;
	margin-left: auto;
	margin-right: auto;
}

/* ── Acordeon ────────────────────────────────────────────────────────────── */
.bmc-acordeon {
	border: 1.5px solid #dce6f5;
	border-radius: 8px;
	overflow: hidden;
}

.bmc-acordeon-item {
	border-bottom: 1px solid #dce6f5;
}

.bmc-acordeon-item:last-child {
	border-bottom: none;
}

.bmc-acordeon-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	background: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #1a2740;
	text-align: left;
	transition: background 0.2s;
}

.bmc-acordeon-btn:hover {
	background: #f4f7fc;
}

/* Când e deschis, fundalul devine bleumarin */
.bmc-acordeon-item.bmc-is-open .bmc-acordeon-btn {
	background: #0d2145;
	color: #fff;
}

.bmc-acordeon-item.bmc-is-open .bmc-acordeon-icon {
	stroke: #fff;
	transform: rotate(180deg);
}

.bmc-acordeon-icon {
	flex-shrink: 0;
	stroke: #4a7ab5;
	transition: transform 0.25s ease, stroke 0.2s;
}

.bmc-acordeon-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.bmc-acordeon-body.bmc-open {
	max-height: 2000px;
}

.bmc-acordeon-content {
	padding: 24px 28px;
	font-size: 15px;
	line-height: 1.8;
	color: #374151;
}

.bmc-acordeon-content p {
	margin: 0 0 14px;
}

.bmc-acordeon-content p:last-child {
	margin-bottom: 0;
}

/* Stemă în acordeon */
.bmc-stema-content {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.bmc-stema-page-img {
	width: 80px;
	height: auto;
	object-fit: contain;
	flex-shrink: 0;
	border: 1px solid #e0e8f4;
	border-radius: 4px;
	padding: 6px;
	background: #f8fafd;
}

.bmc-stema-text {
	flex: 1;
}

/* ── Secțiunea Primar ────────────────────────────────────────────────────── */
.bmc-primar-section {
	padding: 0;
	border-bottom: 1px solid #e8edf6;
	display: flex;
	justify-content: center;
}

.bmc-primar-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 40px 5%;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.bmc-primar-avatar-wrap {
	width: 160px;
	height: 160px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	background: #e8edf6;
	border: 3px solid #dce6f5;
}

.bmc-primar-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bmc-primar-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bmc-primar-name {
	font-size: 22px;
	font-weight: 700;
	color: #1a3a6c;
	margin: 0;
}

.bmc-primar-titlu {
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
}

/* ── Secțiunea Contact ───────────────────────────────────────────────────── */
.bmc-contact-outer {
	padding: 48px 0;
	border-top: 1px solid #e8edf6;
}

.bmc-contact-section {
	display: flex;
	align-items: stretch;
	gap: 0;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #dce6f5;
}

.bmc-contact-box {
	background: #0d2145;
	color: #fff;
	padding: 36px 40px;
	flex: 1;
	min-width: 280px;
}

.bmc-contact-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px;
}

.bmc-contact-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: rgba(255,255,255,0.9);
	margin: 0 0 14px;
	flex-wrap: wrap;
}

.bmc-contact-row svg {
	flex-shrink: 0;
	stroke: rgba(255,255,255,0.7);
}

.bmc-contact-row strong {
	color: #fff;
}

.bmc-contact-row a {
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	word-break: break-all;
}

.bmc-contact-row a:hover {
	color: #fff;
	text-decoration: underline;
}

.bmc-maps-wrap {
	flex: 1.2;
	min-height: 280px;
	overflow: hidden;
}

.bmc-maps-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	display: block;
	border: none;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
	.bmc-acor-section {
		padding: 32px 5%;
	}

	.bmc-descriere-section {
		padding: 32px 0;
	}

	.bmc-inner-wrap {
		width: 92%;
		max-width: 92vw;
	}

	.bmc-primar-card {
		flex-direction: column;
		text-align: center;
		padding: 32px 5%;
		gap: 20px;
	}

	.bmc-primar-avatar-wrap {
		width: 120px;
		height: 120px;
	}

	.bmc-primar-info {
		align-items: center;
	}

	.bmc-stema-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.bmc-contact-outer {
		padding: 32px 0;
	}

	.bmc-contact-section {
		flex-direction: column;
	}

	.bmc-contact-box {
		padding: 28px 24px;
	}

	.bmc-maps-wrap {
		min-height: 240px;
	}

	.bmc-maps-wrap iframe {
		min-height: 240px;
	}
}

@media (max-width: 480px) {
	.bmc-acordeon-btn {
		padding: 14px 16px;
		font-size: 15px;
	}

	.bmc-acordeon-content {
		padding: 18px 16px;
	}

	.bmc-primar-card {
		padding: 24px 16px;
	}
}
