/* VITABOLIC — banner si panou de consimtamant pentru cookie-uri.
   Cele trei optiuni trebuie sa arate la fel de accesibile: "Accepta toate" si
   "Respinge" au acelasi stil de buton, nu unul colorat si altul sters. */

html body .vtbCookie{
	position: fixed;
	left: 16px; right: 16px; bottom: 16px;
	z-index: 100000;
	max-width: 1120px;
	margin: 0 auto;
	padding: 18px 22px;
	background: #191308;
	color: #f4eee0;
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(25,19,8,.35);
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .3s ease, transform .3s ease;
}
html body .vtbCookie.is-on{opacity:1;transform:none}

html body .vtbCookie-txt{
	flex: 1 1 340px;
	min-width: 260px;
	font-size: 13.5px;
	line-height: 1.6;
	color: #e6dcc4;
}
html body .vtbCookie-txt a{color:#d9aa4a;text-decoration:underline}

html body .vtbCookie-acts{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

html body .vtbCookie-btn{
	padding: 11px 20px;
	border-radius: 99px;
	border: 1px solid transparent;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: all .2s;
}
/* accepta si respinge — identice ca greutate vizuala */
html body .vtbCookie-btn-primary{background:#d9aa4a;color:#191308}
html body .vtbCookie-btn-primary:hover{background:#b8862f;color:#fff}
html body .vtbCookie-btn-ghost{background:transparent;color:#e6dcc4;border-color:rgba(217,170,74,.45)}
html body .vtbCookie-btn-ghost:hover{background:rgba(217,170,74,.14);color:#f4eee0}

/* --- panoul de preferinte --- */
html body .vtbCookie-panel{
	position: fixed;
	inset: 0;
	z-index: 100001;
	background: rgba(25,19,8,.55);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
html body .vtbCookie-panel.is-on{display:flex}

html body .vtbCookie-box{
	width: 100%;
	max-width: 520px;
	max-height: 86vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	font-family: 'Open Sans', Arial, sans-serif;
}
html body .vtbCookie-box h2{
	margin: 0 0 16px;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #191308;
}

html body .vtbCookie-row{
	padding: 13px 0;
	border-top: 1px solid #efe8d6;
}
html body .vtbCookie-rowHead{
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin: 0 0 5px;
}
html body .vtbCookie-rowHead input{width:auto;margin:0;flex:0 0 auto}
html body .vtbCookie-rowHead input:disabled{opacity:.55;cursor:not-allowed}
html body .vtbCookie-rowHead b{font-size:14px;color:#191308;font-weight:600}
html body .vtbCookie-row p{
	margin: 0 0 0 28px;
	font-size: 12.5px;
	line-height: 1.55;
	color: #6b6355;
}
html body .vtbCookie-box .vtbCookie-acts{margin-top:20px}
html body .vtbCookie-box .vtbCookie-btn-ghost{color:#6b6355;border-color:#d8cdb2}
html body .vtbCookie-box .vtbCookie-btn-ghost:hover{background:#f4eee0;color:#191308}

@media (max-width: 700px){
	html body .vtbCookie{
		left: 10px; right: 10px; bottom: 10px;
		padding: 16px;
		gap: 14px;
	}
	html body .vtbCookie-acts{width:100%}
	html body .vtbCookie-btn{flex:1 1 100%;text-align:center}
}

/* ===== Panoul care inlocuieste harta pana la consimtamant ===== */
html body .vtbMapGate{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 300px;
	padding: 30px 22px;
	background: #f4eee0;
	border: 1px dashed #d8cdb2;
	border-radius: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
}
html body .vtbMapGate-t{
	margin: 0;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #191308;
	font-weight: 600;
}
html body .vtbMapGate-d{
	margin: 10px auto 0;
	max-width: 420px;
	font-size: 13px;
	line-height: 1.6;
	color: #6b6355;
}
html body .vtbMapGate-acts{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}
html body .vtbMapGate-btn,
html body .vtbMapGate-link{
	display: inline-flex;
	align-items: center;
	padding: 11px 22px;
	border-radius: 99px;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all .2s;
}
html body .vtbMapGate-btn{background:#d9aa4a;color:#191308}
html body .vtbMapGate-btn:hover{background:#b8862f;color:#fff}
html body .vtbMapGate-link{background:transparent;color:#191308;border-color:#d8cdb2}
html body .vtbMapGate-link:hover{background:#191308;color:#d9aa4a;border-color:#191308}
