/* Transport – TW wrapper (dimensiuni ca PW/SW); fundalul e pe .tw-row ca să acopere T1+T2 dintr-o bucată */
#TW.transport-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0;
	box-sizing: border-box;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: #141a22;
	color: #e2e8f0;
}

/* Rând cu 2 casete – fundal comun pe acest rând (imaginea acoperă T1 și T2 dintr-o bucată) */
#TW .tw-row {
	display: flex;
	flex-direction: row;
	flex: 1 1 0;
	min-height: 0;
	width: 100%;
	gap: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#TW .tw-cell {
	min-width: 0;
	min-height: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-sizing: border-box;
	position: relative;
}
/* T1 = formular: lățime plafonată (max-content lățea tot rândul pe desktop) */
#TW #T1.tw-cell {
	flex: 0 0 auto;
	width: clamp(260px, 30vw, 400px);
	max-width: min(400px, 42vw);
	min-width: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(12px) saturate(1.05);
	-webkit-backdrop-filter: blur(12px) saturate(1.05);
	border-color: rgba(6, 182, 212, 0.22);
}
#TW #T1.tw-cell .t1-inner {
	flex: 1 1 0;
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: stretch;
	width: 100%;
}
#TW #T2.tw-cell {
	flex: 2 2 0;
	background: transparent;
	border-color: rgba(34, 211, 238, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#TW #T2 .t2-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
	position: relative;
}
/* Hub: centrul lui = centrul casetei centrale; inelul e poziționat relativ la acest punct */
#TW #T2 .t2-hub {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
}
#TW #T2 .t2-center {
	width: min(36vmin, 210px);
	height: min(36vmin, 210px);
	min-width: 144px;
	min-height: 144px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
	background: rgba(15, 23, 42, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	flex-shrink: 0;
	display: block;
	cursor: pointer;
}
#TW #T2 .t2-center-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Titlu deasupra inelului, fără să afecteze poziția acestuia */
#TW #T2 .t2-title {
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0.15rem 0.6rem;
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 999px;
	white-space: nowrap;
	z-index: 3;
}

#TW #T2 .t2-title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
#TW #T2 .t2-title a:hover {
	text-decoration: underline;
}

/* Cercuri în jurul centrului casetei centrale; centrul inelului = centrul .t2-hub = centrul casetei */
#TW #T2 .t2-center { position: relative; z-index: 2; }
#TW #T2 .t2-circles {
	position: absolute;
	inset: 0;
	pointer-events: none;
	transform: translate(45px, 49px); /* centru inel față de hub: 1,2cm → 45px, 1,3cm → 49px */
	background: transparent; /* fundalul original (imaginea .tw-row) se vede în jurul cercurilor */
	z-index: 10; /* peste sigla centrală ca casetele la hover să apară și peste centru */
}
/* Poziționare relativă la centrul hub-ului (centrul casetei centrale) */
#TW #T2 .t2-circle {
	transform-origin: center center;
}
#TW #T2 .t2-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(14vmin, 90px);
	height: min(14vmin, 90px);
	margin-left: min(-7vmin, -45px);
	margin-top: min(-7vmin, -45px);
	border-radius: 50%;
	overflow: visible; /* lăsăm eticheta să iasă sub cerc ca „picior” */
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	pointer-events: auto;
	background: transparent; /* fără fundal negru – se vede fundalul paginii */
	z-index: 1;
}
#TW #T2 .t2-circle:hover {
	z-index: 100; /* caseta activă peste cercuri vecine și sigla centrală */
}
#TW #T2 .t2-extra-circle {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	width: min(24vmin, 150px);  /* mai mare, pentru text circular mai aerisit */
	height: min(24vmin, 150px);
	border-radius: 50%;
	background: rgba(30, 41, 59, 0.92);
	border: 1px solid rgba(6, 182, 212, 0.35);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #e2e8f0;
	text-decoration: none;
	cursor: pointer;
	font-weight: 800;
	z-index: 50;
}
#TW #T2 .t2-extra-circle-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.45);
	z-index: 1;
}
#TW #T2 .t2-extra-circle-svg {
	position: relative;
	width: 96%;
	height: 96%;
	z-index: 2;
	animation: t2-extra-circle-rotate 20s linear infinite;
}
#TW #T2 .t2-extra-circle-text {
	font-size: 11px; /* ~10% mai mare decât înainte */
	letter-spacing: 0.7px; /* păstrăm spațiul mai strâns între litere/cuvinte */
	text-transform: none; /* păstrăm majuscula doar la începutul fiecărui cuvânt, cum e în text */
	fill: #e2e8f0;
	font-weight: 800;
}

@keyframes t2-extra-circle-rotate {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
#TW #T2 .t2-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 50%; /* imaginea tăiată la cerc, nu pătrat – nu se vede fundal negru în colțuri */
}
#TW #T2 .t2-circle-label {
	position: absolute;
	left: 50%;
	top: 100%; /* lipită imediat sub cerc, ca un „picior” */
	transform: translate(-50%, 0.12rem);
	padding: 0.12rem 0.32rem;
	font-size: 0.55rem;
	font-weight: 600;
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.92);
	border: 1px solid rgba(6, 182, 212, 0.28);
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	white-space: nowrap;
	max-width: 140%;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* Casetă albă cu descriere la hover – dreptunghiulară, text pe 2–3 rânduri, mărime dublă, deasupra vecinilor */
#TW #T2 .t2-circle-tooltip {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0.35rem);
	z-index: 10; /* peste conținutul cercului; cercul la hover are z-index 100 */
	width: 22em;
	max-width: 22em;
	padding: 0.7rem 1rem;
	font-size: 1.16rem;
	line-height: 1.35;
	color: #e2e8f0;
	background: rgba(30, 41, 59, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
	white-space: normal;
	text-align: center;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.15s, opacity 0.15s;
}
/* 9, 1, 2 – caseta dedesubt (implicit) */
#TW #T2 .t2-circle--1 .t2-circle-tooltip,
#TW #T2 .t2-circle--2 .t2-circle-tooltip,
#TW #T2 .t2-circle--9 .t2-circle-tooltip {
	top: 100%;
	transform: translate(-50%, 0.35rem);
}
/* 5, 6 – caseta deasupra */
#TW #T2 .t2-circle--5 .t2-circle-tooltip,
#TW #T2 .t2-circle--6 .t2-circle-tooltip {
	top: auto;
	bottom: 100%;
	transform: translate(-50%, -0.35rem);
}
#TW #T2 .t2-circle:hover .t2-circle-tooltip {
	visibility: visible;
	opacity: 1;
}
#TW #T2 .t2-circle--5:hover .t2-circle-tooltip,
#TW #T2 .t2-circle--6:hover .t2-circle-tooltip {
	transform: translate(-50%, -0.35rem);
}
/* Poziție pe inel + contrarotație ca cifra/poza să rămână drepte. Raza: -247.5% - 38px (38px ≈ +1cm). */
#TW #T2 .t2-circle--1 { transform: translate(-50%, -50%) rotate(0deg) translateY(calc(-205% - 38px)) rotate(0deg); }
#TW #T2 .t2-circle--2 { transform: translate(-50%, -50%) rotate(40deg) translateY(calc(-247.5% - 38px)) rotate(-40deg); }
#TW #T2 .t2-circle--3 { transform: translate(-50%, -50%) rotate(80deg) translateY(calc(-247.5% - 38px)) rotate(-80deg); }
#TW #T2 .t2-circle--4 { transform: translate(-50%, -50%) rotate(120deg) translateY(calc(-247.5% - 38px)) rotate(-120deg); }
#TW #T2 .t2-circle--5 { transform: translate(-50%, -50%) rotate(160deg) translateY(calc(-247.5% - 38px)) rotate(-160deg); }
#TW #T2 .t2-circle--6 { transform: translate(-50%, -50%) rotate(200deg) translateY(calc(-247.5% - 38px)) rotate(-200deg); }
#TW #T2 .t2-circle--7 { transform: translate(-50%, -50%) rotate(240deg) translateY(calc(-247.5% - 38px)) rotate(-240deg); }
#TW #T2 .t2-circle--8 { transform: translate(-50%, -50%) rotate(280deg) translateY(calc(-247.5% - 38px)) rotate(-280deg); }
#TW #T2 .t2-circle--9 { transform: translate(-50%, -50%) rotate(320deg) translateY(calc(-247.5% - 38px)) rotate(-320deg); }

/* T3 – casetă liberă în dreapta lui T2 (fundal comun pe .tw-row) */
#TW #T3.tw-cell {
	/* Lățime apropiată de coloana P4 (~0.75fr din 6fr ≈ 12.5% din lățime) */
	flex: 0 0 12.5%;
	max-width: 14%;
	min-width: 0;
	min-height: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left-color: rgba(6, 182, 212, 0.25);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#TW #T3 .t3-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.25rem;
	padding: 0.4rem 0.3rem 0.3rem;
	background: transparent; /* fundal din .tw-row */
	box-sizing: border-box;
}
/* Desktop: banda albastră + casete (nemodificat față de referința inițială) */
#TW #T3 .t3-title {
	margin: 0 0 0.25rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	color: #e2e8f0;
	background: linear-gradient(90deg, rgba(51, 65, 85, 0.75) 0%, rgba(15, 23, 42, 0.95) 100%);
	padding: 0.25rem 0.4rem;
	border-radius: 4px;
	text-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
#TW #T3 .t3-box {
	flex: 1 1 auto;
	min-height: 0;
	border-radius: 6px;
	background: rgba(15, 23, 42, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}
#TW #T3 .t3-box-1 { /* rezervat viitor: ex. reclame text */ }
#TW #T3 .t3-box-2 { /* rezervat viitor: ex. logo-uri parteneri */ }
#TW #T3 .t3-box-3 { /* rezervat viitor: ex. CTA sau info legală */ }

#TW .t1-landscape-actions {
	display: none;
}

/* T1 – formular transport: panou compact, contrast mai bun pe fundal .tw-row */
#TW #T1 .t1-inner {
	padding: 0.45rem 0.5rem 0.5rem;
	box-sizing: border-box;
	background: rgba(30, 41, 59, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	width: 100%;
	min-width: 0;
	margin: 0.2rem 0.25rem 0.25rem;
	max-width: calc(100% - 0.5rem);
	align-self: center;
}
#TW #T1 .t1-title {
	margin: 0 0 0.12rem;
	padding: 0.2rem 0.22rem;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-sizing: border-box;
	flex-shrink: 0;
	text-align: center;
}
#TW #T1 .t1-intro {
	margin: 0 0 0.28rem;
	padding: 0.18rem 0.22rem;
	font-size: 0.6rem;
	line-height: 1.25;
	color: #cbd5e1;
	background: rgba(15, 23, 42, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	box-sizing: border-box;
	flex-shrink: 0;
}
#TW #T1 .t1-form {
	display: contents;
}
#TW #T1 .t1-field {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	min-width: 0;
}
#TW #T1 .t1-caseta {
	min-width: 0;
	padding: 0.3rem 0.32rem;
	background: rgba(15, 23, 42, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	box-sizing: border-box;
}
#TW #T1 .t1-row-inline {
	flex-direction: row;
	align-items: center;
	gap: 0.35rem;
}
#TW #T1 .t1-row-inline .t1-label { margin-bottom: 0; flex-shrink: 0; }
#TW #T1 .t1-row-inline .t1-input-wrap { flex: 1 1 0; min-width: 0; }
#TW #T1 .t1-row-inline .t1-select { flex: 1 1 0; min-width: 0; }
#TW #T1 .t1-row-inline .t1-input-num { width: 2rem; flex-shrink: 0; }
#TW #T1 .t1-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.2rem;
	flex-wrap: wrap;
}
#TW #T1 .t1-label-row .t1-label { margin-bottom: 0; flex-shrink: 0; }
#TW #T1 .t1-label-row .t1-link {
	margin-top: 0;
	min-width: 0;
	flex: 1 1 auto;
	text-align: right;
}
#TW #T1 .t1-label {
	display: inline-block;
	padding: 0.05rem 0.15rem;
	font-size: 0.55rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #e2e8f0;
	margin-bottom: 0;
	background: rgba(30, 41, 59, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	box-sizing: border-box;
}
#TW #T1 .t1-select,
#TW #T1 .t1-input {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	padding: 0.22rem 0.26rem;
	font-size: 0.6rem;
	color: #f1f5f9;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	box-sizing: border-box;
	background: rgba(15, 23, 42, 0.75);
}
#TW #T1 .t1-input::placeholder {
	color: #94a3b8;
	opacity: 1;
}
#TW #T1 .t1-hint {
	margin: 0;
	font-size: 0.5rem;
	color: #94a3b8;
}
#TW #T1 .t1-link {
	font-size: 0.7rem; /* mai mare, mai vizibil */
	font-weight: 700;
	text-transform: uppercase;
	color: #67e8f9;
	text-decoration: none;
	margin-top: 0;
	display: inline-block;
}
#TW #T1 .t1-link:hover {
	text-decoration: underline;
	color: #a5f3fc;
}
/* Link secundar către Google Maps (lângă PUNCT PLECARE/SOSIRE) */
#TW #T1 .t1-maps-link {
	color: #5ee9f3;
	font-size: 0.55rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}
#TW #T1 .t1-maps-link:hover {
	color: #a5f3fc;
}
#TW #T1 .t1-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}
#TW #T1 .t1-date-ora-wrap {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	flex: 1 1 0;
	min-width: 0;
}
#TW #T1 .t1-date-ora-wrap .t1-input-wrap {
	flex: 2 2 0;
	min-width: 0;
}
#TW #T1 .t1-input-date {
	width: 100%;
	padding-right: 1.5rem;
	font-size: 0.5rem;
	box-sizing: border-box;
	min-height: 1.35em;
}
/* Buton calendar: deschide picker nativ (nu doar decor) */
#TW #T1 .t1-cal-btn {
	position: absolute;
	right: 0.05rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.55rem;
	line-height: 1;
	padding: 0.12rem;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	z-index: 2;
	-webkit-tap-highlight-color: transparent;
}
#TW #T1 .t1-cal-btn:hover,
#TW #T1 .t1-cal-btn:focus-visible {
	opacity: 0.85;
	outline: none;
}
#TW #T1 .t1-input-time {
	flex: 1 1 0;
	min-width: 0;
	font-size: 0.5rem;
	padding: 0.18rem 0.2rem;
	box-sizing: border-box;
}
#TW #T1 .t1-input-num { width: 2rem; }
#TW #T1 .t1-submit {
	flex-shrink: 0;
	width: 100%;
	min-width: 0;
	margin-top: 0.2rem;
	padding: 0.38rem 0.34rem;
	font-size: 0.6rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
#TW #T1 .t1-submit:hover {
	filter: brightness(1.05);
}

/* ========== Mobil – pagină Transport ========== */
/* Sub ~768px (767.98, ca PT): coloană + scroll pagină; fără reguli dedicate doar pentru landscape */
@media (max-width: 767.98px) {
	#TW.transport-wrapper,
	#TW .tw-row {
		background-color: #141a22 !important;
		background-image: none !important;
	}
	#TW .tw-portrait-stack {
		display: contents;
	}
	#TW .tw-row {
		flex-direction: column;
		overflow: visible;
		min-height: 0;
		flex: 0 1 auto;
	}
	#TW #T1.tw-cell {
		width: 100%;
		max-width: 100%;
		flex: 0 0 auto;
		min-height: 120px;
		overflow: visible;
		display: flex;
		flex-direction: column;
	}
	#TW #T1 .t1-inner {
		flex: 0 1 auto;
		min-height: 0;
		overflow: visible;
	}
	#TW #T2.tw-cell {
		flex: 1 1 0;
		min-height: 200px;
		overflow: visible;
		display: flex;
		flex-direction: column;
	}
	#TW #T2 .t2-inner {
		flex: 1 1 auto;
		min-height: 0;
		overflow: visible;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#TW #T3.tw-cell {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 80px;
	}
	#TW #T2 .t2-title {
		font-size: 0.85rem;
		white-space: normal;
		text-align: center;
		max-width: 90%;
		padding: 0.25rem 0.5rem;
	}
	#TW #T2 .t2-center {
		width: min(28vmin, 140px);
		height: min(28vmin, 140px);
		min-width: 100px;
		min-height: 100px;
	}
	#TW #T2 .t2-circles {
		transform: translate(30px, 35px);
	}
	#TW #T2 .t2-circle {
		width: min(10vmin, 56px);
		height: min(10vmin, 56px);
		margin-left: min(-5vmin, -28px);
		margin-top: min(-5vmin, -28px);
	}
	#TW #T2 .t2-circle-label {
		font-size: 0.45rem;
		padding: 0.08rem 0.2rem;
		max-width: 120%;
	}
	#TW #T2 .t2-circle-tooltip {
		width: 16em;
		max-width: 90vw;
		font-size: 0.9rem;
		padding: 0.5rem 0.6rem;
	}
	/* Cercuri 1–9: casete galbene cu text – pe mobil rămân absolute (NU fixed: transform pe cerc/hub strica fixed) */
	#TW #T2 .t2-inner,
	#TW #T2 .t2-hub,
	#TW #T2 .t2-circles {
		overflow: visible !important;
	}
	#TW #T2 .t2-circle .t2-circle-tooltip {
		position: absolute !important;
		left: 50% !important;
		right: auto !important;
		top: 100% !important;
		bottom: auto !important;
		transform: translate(-50%, 0.35rem) !important;
		width: min(18em, calc(100vw - 1.25rem)) !important;
		max-width: min(90vw, 20em) !important;
		z-index: 8000 !important;
		box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
	}
	#TW #T2 .t2-circle:hover .t2-circle-tooltip,
	#TW #T2 .t2-circle.tw-t2-tooltip-open .t2-circle-tooltip {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}
	#TW #T2 .t2-circle--5 .t2-circle-tooltip,
	#TW #T2 .t2-circle--6 .t2-circle-tooltip {
		top: auto !important;
		bottom: 100% !important;
		transform: translate(-50%, -0.35rem) !important;
	}
	#TW #T2 .t2-circle--5:hover .t2-circle-tooltip,
	#TW #T2 .t2-circle--6:hover .t2-circle-tooltip,
	#TW #T2 .t2-circle--5.tw-t2-tooltip-open .t2-circle-tooltip,
	#TW #T2 .t2-circle--6.tw-t2-tooltip-open .t2-circle-tooltip {
		transform: translate(-50%, -0.35rem) !important;
	}
	#TW #T2 .t2-circle {
		touch-action: manipulation;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(6, 182, 212, 0.25);
	}
	#TW #T2 .t2-extra-circle {
		width: min(18vmin, 100px);
		height: min(18vmin, 100px);
		top: 0.4rem;
		left: 0.4rem;
	}
	#TW #T2 .t2-extra-circle-text {
		font-size: 8px;
	}
	#TW #T1 .t1-row-inline {
		flex-direction: column;
		align-items: stretch;
	}
	#TW #T1 .t1-row-inline .t1-input-num {
		width: 100%;
		max-width: 4rem;
	}
	#TW #T1 .t1-title { font-size: 0.95rem; min-height: 0; }
	#TW #T1 .t1-intro { font-size: 0.55rem; }
	#TW #T1 .t1-label, #TW #T1 .t1-select, #TW #T1 .t1-input { font-size: 0.65rem; }
	#TW #T1 .t1-link { font-size: 0.65rem; }
	#TW #T1 .t1-submit {
		min-height: 44px;
		font-size: 0.7rem;
		padding: 0.5rem;
	}
	/* Mobil: fără banda albastră (cerere user); trei casete pătrate pe un rând */
	#TW #T3 .t3-title {
		display: none !important;
	}
	#TW #T3 .t3-inner {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		padding: 0.35rem 0.4rem;
	}
	#TW #T3 .t3-box {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		aspect-ratio: 1 / 1;
		align-self: center;
		max-width: calc((100% - 2 * 0.35rem) / 3);
	}
}

/* Mobil landscape touch (ca PT): max-height 34em — telefon lat 800+ px intră aici */
@media (orientation: landscape) and (max-height: 34em) and (hover: none) and (pointer: coarse) {
	#TW.transport-wrapper {
		min-height: 0;
		flex: 1 1 0;
		overflow: hidden;
	}
	#TW .tw-row {
		flex-direction: row;
		align-items: stretch;
		flex: 1 1 0;
		min-height: 0;
		overflow: hidden;
	}
	#TW #T1.tw-cell {
		flex: 0 0 clamp(172px, 26vw, 248px);
		width: auto;
		max-width: 30%;
		min-height: 0;
		overflow: hidden;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-inner {
		flex: 1 1 0;
		min-height: 0;
		overflow: visible;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 0.4rem 0.42rem 0.35rem;
		gap: 0.38rem;
	}
	#TW #T1 .t1-inner {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		flex: 1 1 0;
		min-height: 0;
	}
	#TW #T2.tw-cell {
		flex: 1 1 0;
		min-width: 0;
		min-height: 0;
		overflow: hidden;
	}
	#TW #T2 .t2-inner {
		overflow: hidden;
		min-height: 0;
	}
	#TW #T2 .t2-hub {
		min-height: 0;
	}
	#TW #T3.tw-cell {
		flex: 0 0 clamp(68px, 11vw, 92px);
		max-width: 13%;
		min-width: 64px;
		width: auto;
		min-height: 0;
		overflow: hidden;
		border-left: 1px solid rgba(255, 255, 255, 0.06);
	}
	#TW #T3 .t3-title {
		display: none !important;
	}
	#TW #T3 .t3-inner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0.2rem;
		padding: 0.3rem 0.22rem;
		height: 100%;
		box-sizing: border-box;
	}
	#TW #T3 .t3-box {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		aspect-ratio: auto;
		min-height: 0;
	}
	#TW #T1 .t1-row-inline {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		gap: 0.2rem;
	}
	#TW #T1 .t1-row-inline .t1-label {
		margin-bottom: 0;
	}
	#TW #T1 .t1-title {
		font-size: clamp(0.72rem, 2.6vw, 0.88rem);
		min-height: 0;
		padding: 0.32rem 0.38rem;
		text-align: center;
		justify-content: center;
		width: 100%;
		line-height: 1.22;
	}
	#TW #T1 .t1-intro {
		font-size: 0.5rem;
		margin-bottom: 0.2rem;
		padding: 0.15rem;
	}
	#TW #T1 .t1-label,
	#TW #T1 .t1-select,
	#TW #T1 .t1-input {
		font-size: 0.58rem;
	}
	#TW #T1 .t1-map-pick-btn {
		font-size: 0.52rem;
		padding: 0.2rem 0.35rem;
	}
	#TW #T2 .t2-center {
		width: min(34%, 108px);
		height: min(34%, 108px);
		min-width: 80px;
		min-height: 80px;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circles {
		transform: translate(7mm, 0) !important;
	}
	#TW #T2 .t2-circles {
		transform: translate(7mm, 0) !important;
	}
	#TW #T2 .t2-circle {
		width: min(9.5vmin, 48px);
		height: min(9.5vmin, 48px);
		margin-left: min(-4.75vmin, -24px);
		margin-top: min(-4.75vmin, -24px);
	}
	#TW #T2 .t2-title {
		font-size: 0.68rem;
		padding: 0.1rem 0.4rem;
		white-space: nowrap;
		max-width: 95%;
	}
	#TW #T2 .t2-circle-label {
		font-size: 0.42rem;
		padding: 0.06rem 0.15rem;
	}
	#TW #T2 .t2-extra-circle {
		width: min(15vmin, 82px);
		height: min(15vmin, 82px);
		top: 0.2rem;
		left: 0.2rem;
	}
	#TW #T2 .t2-extra-circle-text {
		font-size: 7px;
	}
	/* T1/T2 — același principiu ca portrait: butoane albastre, formular restrâns, overlay la deschidere */
	#TW .tw-row {
		position: relative;
		z-index: 0;
	}
	#TW #T1.tw-t1--form-open.tw-cell {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 8;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		height: 100%;
		box-sizing: border-box;
		background: rgba(20, 26, 34, 0.97);
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
		overflow: hidden;
	}
	#TW #T1.tw-t1--form-open ~ #T2.tw-cell {
		flex: 0 0 0 !important;
		min-height: 0 !important;
		height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	#TW .tw-portrait-stack.tw-stack--t2-over #T1.tw-cell {
		flex: 0 0 0 !important;
		min-height: 0 !important;
		height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	#TW #T2.tw-t2--hub-open.tw-cell {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 8;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		height: 100%;
		box-sizing: border-box;
		background: rgba(20, 26, 34, 0.96);
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
		overflow: visible;
	}
	#TW #T1.tw-t1--form-open .t1-inner {
		flex: 1 1 0;
		min-height: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-inner {
		flex: 1 1 0;
		min-height: 0;
		overflow: visible;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 0.4rem 0.42rem 0.35rem;
		gap: 0.38rem;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-title {
		width: 100%;
		text-align: center;
		justify-content: center;
		margin: 0;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-intro {
		display: none;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-inner {
		flex: 1 1 0;
		min-height: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start !important;
		position: relative;
		padding: 1.2cm 0.3rem 0.35rem;
		box-sizing: border-box;
	}
	#TW #T2.tw-t2--hub-open .t2-inner {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		max-height: 100%;
		align-items: stretch;
		justify-content: flex-start;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-hub {
		flex: 0 0 auto;
		min-height: 0;
		margin: 0 auto;
		width: min(100%, min(32vw, 198px));
		height: min(100%, min(54dvh, 188px));
		max-height: min(54dvh, 188px);
		display: grid;
		grid-template: 1fr / 1fr;
		place-items: center;
		align-self: center;
		justify-self: center;
		position: relative;
		box-sizing: border-box;
		transform: none;
		margin-top: calc(2cm - 3mm);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-center {
		display: none !important;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle {
		display: flex !important;
		grid-area: 1 / 1;
		place-self: center;
		position: relative;
		top: auto;
		left: auto;
		width: calc(118px - 5mm);
		height: calc(118px - 5mm);
		min-width: calc(96px - 5mm);
		min-height: calc(96px - 5mm);
		max-width: calc(118px - 5mm);
		max-height: calc(118px - 5mm);
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		flex-shrink: 0;
		z-index: 3;
		pointer-events: auto;
		transform: translate(2mm, -5mm);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle-img {
		width: 58%;
		height: 58%;
		aspect-ratio: 1 / 1;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle-svg {
		width: 96%;
		height: 96%;
		aspect-ratio: 1 / 1;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle-text {
		font-size: 6px;
		letter-spacing: 0.3px;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circles {
		grid-area: 1 / 1;
		position: absolute;
		inset: 0;
		width: auto;
		height: auto;
		transform: translate(7mm, 0) !important;
		pointer-events: none;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle-label {
		display: none !important;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-donate-cause-wrap {
		top: 0.16rem !important;
		right: 0.2rem !important;
		left: auto !important;
		max-width: calc(50% - 0.32rem);
		z-index: 70;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-donate-cause-link {
		font-size: clamp(0.46rem, 1.85vh, 0.56rem);
		padding: 0.26rem 0.4rem;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#TW #T2 .t2-hub {
		margin-top: calc(2cm - 3mm);
	}
	#TW .t1-portrait-open-btn {
		display: block !important;
		flex-shrink: 0;
		width: min(100%, 11.5rem);
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0.45rem 0.55rem;
		font: inherit;
		font-size: clamp(0.58rem, 2.2vw, 0.68rem);
		font-weight: 800;
		color: #fff;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 8px;
		cursor: pointer;
		text-align: center;
		letter-spacing: 0.02em;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-expandable {
		display: none !important;
	}
	#TW #T1.tw-t1--form-open .t1-portrait-open-btn {
		display: none !important;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-portrait-close-btn {
		display: none !important;
	}
	#TW #T1.tw-t1--form-open .t1-portrait-close-btn {
		display: block !important;
		flex-shrink: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 0.4rem;
		padding: 0.4rem 0.5rem;
		font: inherit;
		font-size: 0.65rem;
		font-weight: 700;
		color: #e2e8f0;
		background: rgba(51, 65, 85, 0.7);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 6px;
		cursor: pointer;
		text-align: center;
	}
	#TW #T1.tw-t1--form-open .t1-expandable {
		display: flex !important;
		flex-direction: column;
		flex: 1 1 0;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#TW .t2-portrait-expand-btn,
	#TW .t2-portrait-collapse-btn {
		display: block !important;
		flex-shrink: 0;
		box-sizing: border-box;
		font: inherit;
		font-weight: 800;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		text-align: center;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-portrait-expand-btn {
		color: #fff;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		position: absolute;
		top: 0.16rem;
		left: 0.2rem;
		right: auto;
		transform: none;
		width: auto;
		min-width: 0;
		max-width: calc(50% - 0.32rem);
		margin: 0;
		padding: 0.26rem 0.4rem;
		font-size: clamp(0.46rem, 1.85vh, 0.56rem);
		z-index: 70;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#TW #T2.tw-t2--hub-open .t2-portrait-expand-btn {
		position: static;
		transform: none;
		width: 100%;
		max-width: 100%;
		margin: 0.35rem 0 0;
		padding: 0.5rem 0.65rem;
		font-size: 0.72rem;
	}
	#TW .t2-portrait-collapse-btn {
		margin: 0 0 0.4rem;
		padding: 0.4rem 0.5rem;
		font-size: 0.65rem;
		font-weight: 700;
		color: #e2e8f0;
		background: rgba(51, 65, 85, 0.7);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 6px;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-portrait-collapse-btn {
		display: none !important;
	}
	#TW #T2.tw-t2--hub-open .t2-portrait-expand-btn {
		display: none !important;
	}
	/* Landscape: T1 — Doresc transport + Donează (ca portrait); hub/T3 sub navbar */
	#TW #T1:not(.tw-t1--form-open) .t1-inner {
		justify-content: center;
		align-items: stretch;
		padding: 0.5rem 0.42rem;
		gap: 0.65rem;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-title {
		margin: 0;
		flex-shrink: 0;
		font-size: clamp(0.68rem, 2.35vw, 0.84rem);
		line-height: 1.25;
		padding: 0.28rem 0.32rem;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-landscape-actions {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, minmax(2.72rem, 1fr));
		gap: 0.38rem;
		width: 100%;
		margin: 0;
		flex: 1 1 0;
		min-height: 0;
		max-height: 6rem;
	}
	#TW #T1.tw-t1--form-open .t1-landscape-actions {
		display: none !important;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-portrait-open-btn,
	#TW #T1:not(.tw-t1--form-open) .t1-donate-cause-link {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		min-height: 2.72rem;
		max-height: 2.85rem;
		margin: 0;
		padding: 0.42rem 0.36rem;
		font-size: clamp(0.5rem, 2vw, 0.62rem);
		font-weight: 800;
		line-height: 1.18;
		letter-spacing: 0.02em;
		text-align: center;
		border-radius: 10px;
		white-space: normal;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-portrait-open-btn {
		color: #042f2e !important;
		-webkit-text-fill-color: #042f2e;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.28);
		box-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
		cursor: pointer;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-donate-cause-link {
		color: #042f2e !important;
		-webkit-text-fill-color: #042f2e;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.28);
		box-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
		text-decoration: none !important;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-portrait-expand-btn,
	#TW #T2:not(.tw-t2--hub-open) .t2-donate-cause-wrap {
		display: none !important;
	}
	#TW #T3 .t3-inner {
		padding-top: 1.2cm;
		justify-content: flex-start;
	}
	/* Inel buline landscape: rază +2cm față de versiunea anterioară */
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--1 {
		transform: translate(-50%, -50%) rotate(0deg) translateY(calc(-205% - 26px - 2mm)) rotate(0deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--2 {
		transform: translate(-50%, -50%) rotate(40deg) translateY(calc(-205% - 26px - 2mm)) rotate(-40deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--3 {
		transform: translate(-50%, -50%) rotate(80deg) translateY(calc(-205% - 26px - 2mm)) rotate(-80deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--4 {
		transform: translate(-50%, -50%) rotate(120deg) translateY(calc(-205% - 26px - 2mm)) rotate(-120deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--5 {
		transform: translate(-50%, -50%) rotate(160deg) translateY(calc(-205% - 26px - 2mm)) rotate(-160deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--6 {
		transform: translate(-50%, -50%) rotate(200deg) translateY(calc(-205% - 26px - 2mm)) rotate(-200deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--7 {
		transform: translate(-50%, -50%) rotate(240deg) translateY(calc(-205% - 26px - 2mm)) rotate(-240deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--8 {
		transform: translate(-50%, -50%) rotate(280deg) translateY(calc(-205% - 26px - 2mm)) rotate(-280deg);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--9 {
		transform: translate(-50%, -50%) rotate(320deg) translateY(calc(-205% - 26px - 2mm)) rotate(-320deg);
	}
}

/* Mobil portrait: stack T1+T2; formularul / hub-ul acoperă tot stack-ul peste celălalt rând */
@media (max-width: 767.98px) and (orientation: portrait) {
	#TW .tw-row {
		flex: 1 1 0;
		min-height: 0;
		flex-direction: column;
		overflow: hidden;
	}
	#TW .tw-portrait-stack {
		display: flex !important;
		flex-direction: column;
		flex: 1 1 0;
		min-height: 0;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	#TW #T1.tw-cell:not(.tw-t1--form-open) {
		flex: 0 0 0 !important;
		min-height: 0 !important;
		height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
	}
	#TW #T1.tw-cell {
		flex: 0 0 auto;
		min-height: 0;
		overflow: hidden;
		position: relative;
		z-index: 1;
		width: 100%;
	}
	#TW #T1.tw-t1--form-open.tw-cell {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 8;
		flex: none !important;
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		background: rgba(20, 26, 34, 0.97);
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
		visibility: visible !important;
		pointer-events: auto !important;
		overflow: hidden;
	}
	#TW #T1.tw-t1--form-open ~ #T2.tw-cell {
		flex: 0 0 0 !important;
		min-height: 0 !important;
		height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	#TW .tw-portrait-stack.tw-stack--t2-over #T1.tw-cell {
		flex: 0 0 0 !important;
		min-height: 0 !important;
		height: 0 !important;
		max-height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	#TW #T2.tw-cell {
		flex: 1 1 0;
		min-height: 0;
		overflow: visible;
		position: relative;
		z-index: 1;
		width: 100%;
	}
	#TW #T2.tw-t2--hub-open.tw-cell {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 8;
		flex: none !important;
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		background: rgba(20, 26, 34, 0.96);
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
	}
	#TW #T1 .t1-inner {
		flex: 0 0 auto;
		min-height: 0;
		overflow: visible;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 0.5rem 0.75rem 0.45rem;
		gap: 0.42rem;
	}
	#TW #T1.tw-t1--form-open .t1-inner {
		flex: 1 1 0;
		min-height: 0;
		overflow: hidden;
		align-items: stretch;
		justify-content: flex-start;
		padding: 0.45rem 0.5rem 0.5rem;
		gap: 0;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-inner {
		flex: 1 1 0;
		min-height: 0;
		overflow: visible;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		padding: clamp(0.45rem, 2.5vh, 0.85rem) 0.28rem clamp(3.35rem, 10vw, 3.85rem);
		box-sizing: border-box;
	}
	#TW #T2.tw-t2--hub-open .t2-inner {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		max-height: 100%;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-center {
		display: none !important;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle {
		display: flex !important;
		grid-area: 1 / 1;
		place-self: center;
		position: relative;
		top: auto;
		left: auto;
		width: min(54%, 183px);
		height: min(54%, 183px);
		min-width: 141px;
		min-height: 141px;
		z-index: 3;
		pointer-events: auto;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle-text {
		font-size: 6.5px;
		letter-spacing: 0.35px;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-hub {
		flex: 0 0 auto;
		min-height: 0;
		width: min(90vw, 278px);
		height: min(90vw, 278px);
		max-height: min(48vh, 278px);
		margin: clamp(0.35rem, 2.2vh, 0.75rem) auto 0;
		display: grid;
		grid-template: 1fr / 1fr;
		place-items: center;
		align-self: center;
		justify-self: center;
		position: relative;
		box-sizing: border-box;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circles {
		grid-area: 1 / 1;
		position: absolute;
		inset: 0;
		width: auto;
		height: auto;
		transform: none;
		pointer-events: none;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle {
		width: min(11vmin, 54px);
		height: min(11vmin, 54px);
		margin-left: min(-5.5vmin, -27px);
		margin-top: min(-5.5vmin, -27px);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-donate-cause-wrap {
		top: auto !important;
		bottom: clamp(0.32rem, 2.2vh, 0.52rem) !important;
		right: 0.22rem !important;
		left: auto !important;
		max-width: calc(50% - 0.28rem);
		z-index: 70;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-donate-cause-link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 2.85rem;
		font-size: clamp(0.72rem, 3.35vw, 0.88rem);
		line-height: 1.22;
		padding: 0.52rem 0.62rem;
		box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
		font-weight: 800;
		color: #042f2e !important;
		-webkit-text-fill-color: #042f2e;
		text-align: center;
		letter-spacing: 0.02em;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
		border-radius: 10px;
		white-space: normal;
	}
	#TW #T3.tw-cell {
		flex: 0 0 auto;
		flex-shrink: 0;
		min-height: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.06);
	}
	#TW #T1:not(.tw-t1--form-open) .t1-title {
		width: 100%;
		text-align: center;
		justify-content: center;
		min-height: 0;
		margin: 0;
		font-size: clamp(0.88rem, 3.6vw, 1rem);
		line-height: 1.28;
		padding: 0.4rem 0.55rem;
		letter-spacing: 0.01em;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-intro {
		display: none;
	}
	#TW .t1-portrait-open-btn {
		display: block !important;
		flex-shrink: 0;
		width: min(100%, 16rem);
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0.52rem 0.85rem;
		font: inherit;
		font-size: clamp(0.68rem, 2.8vw, 0.76rem);
		font-weight: 800;
		color: #fff;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 8px;
		cursor: pointer;
		text-align: center;
		letter-spacing: 0.03em;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-expandable {
		display: none !important;
	}
	#TW #T1.tw-t1--form-open .t1-portrait-open-btn {
		display: none !important;
	}
	#TW #T1:not(.tw-t1--form-open) .t1-portrait-close-btn {
		display: none !important;
	}
	#TW #T1.tw-t1--form-open .t1-portrait-close-btn {
		display: block !important;
		flex-shrink: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 0.4rem;
		padding: 0.4rem 0.5rem;
		font: inherit;
		font-size: 0.65rem;
		font-weight: 700;
		color: #e2e8f0;
		background: rgba(51, 65, 85, 0.7);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 6px;
		cursor: pointer;
		text-align: center;
	}
	#TW #T1.tw-t1--form-open .t1-expandable {
		display: flex !important;
		flex-direction: column;
		flex: 1 1 0;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#TW .t2-portrait-expand-btn,
	#TW .t2-portrait-collapse-btn {
		display: block !important;
		flex-shrink: 0;
		box-sizing: border-box;
		font: inherit;
		font-weight: 800;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		text-align: center;
	}
	/* Portrait restrâns: formular stânga / Donează dreapta — JOS, deasupra benzii T3 pub */
	#TW #T2:not(.tw-t2--hub-open) .t2-portrait-expand-btn {
		color: #042f2e !important;
		-webkit-text-fill-color: #042f2e;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.28);
		box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
		position: absolute;
		top: auto;
		bottom: clamp(0.32rem, 2.2vh, 0.52rem);
		left: 0.22rem;
		right: auto;
		transform: none;
		width: auto;
		min-width: 0;
		max-width: calc(50% - 0.28rem);
		min-height: 2.85rem;
		margin: 0;
		padding: 0.52rem 0.62rem;
		font-size: clamp(0.72rem, 3.35vw, 0.88rem);
		line-height: 1.22;
		font-weight: 800;
		letter-spacing: 0.02em;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
		border-radius: 10px;
		z-index: 70;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#TW #T2.tw-t2--hub-open .t2-portrait-expand-btn {
		color: #fff;
		background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		position: static;
		transform: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 0.35rem;
		padding: 0.4rem 0.62rem;
		font-size: clamp(0.58rem, 2.4vw, 0.68rem);
		z-index: 6;
	}
	#TW .t2-portrait-collapse-btn {
		margin: 0 0 0.4rem;
		padding: 0.4rem 0.5rem;
		font-size: 0.65rem;
		font-weight: 700;
		color: #e2e8f0;
		background: rgba(51, 65, 85, 0.7);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 6px;
		width: 100%;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-portrait-collapse-btn {
		display: none !important;
	}
	#TW #T2.tw-t2--hub-open .t2-portrait-expand-btn {
		display: none !important;
	}
}

/* Mobil portrait: inel concentric pe bulina rotativă */
@media (max-width: 767.98px) and (orientation: portrait) {
	#TW #T2:not(.tw-t2--hub-open) .t2-circles {
		transform: translate(8mm, 3mm);
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circle--1 {
		transform: translate(-50%, -50%) rotate(0deg) translateY(calc(-247.5% - 38px)) rotate(0deg);
	}
}

/* Landscape touch — prioritate finală (evită suprascrieri portrait/max-width) */
@media (orientation: landscape) and (max-height: 34em) and (hover: none) and (pointer: coarse) {
	#TW #T2:not(.tw-t2--hub-open) .t2-hub {
		margin-top: calc(2cm - 3mm) !important;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-circles {
		transform: translate(7mm, 0) !important;
	}
	#TW #T2:not(.tw-t2--hub-open) .t2-extra-circle {
		width: calc(118px - 5mm) !important;
		height: calc(118px - 5mm) !important;
		min-width: calc(96px - 5mm) !important;
		min-height: calc(96px - 5mm) !important;
		max-width: calc(118px - 5mm) !important;
		max-height: calc(118px - 5mm) !important;
		transform: translate(2mm, -5mm) !important;
	}
}

@media (min-width: 769px) {
	#TW .tw-portrait-stack {
		display: contents;
	}
	#TW .t1-portrait-open-btn,
	#TW .t1-portrait-close-btn,
	#TW .t2-portrait-expand-btn,
	#TW .t2-portrait-collapse-btn {
		display: none !important;
	}
	#TW .t1-expandable {
		display: block !important;
	}
	/* Hub + „Donează…” nu pe același rând flex (row implicit) — altfel T2 împarte lățimea și inelul se strică */
	#TW #T2 .t2-inner {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
	}
	#TW #T2 .t2-hub {
		flex: 1 1 0;
		min-height: 0;
		width: 100%;
	}
}

/* Modal hartă – alegere punct plecare/sosire pe aceeași pagină */
/* Sugestiile Google Places: text negru pe alb (tema EU moștenește text deschis → invizibil) */
.pac-container {
	z-index: 1000020 !important;
	background: #fff !important;
	color: #111 !important;
}
.pac-container .pac-item {
	color: #111 !important;
	background: #fff !important;
	border-top: 1px solid #e5e7eb !important;
}
.pac-container .pac-item:hover,
.pac-container .pac-item-selected {
	background: #e8f0fe !important;
}
.pac-container .pac-item-query,
.pac-container .pac-matched {
	color: #0d47a1 !important;
}
.pac-container .pac-item span {
	color: #333 !important;
}

.transport-map-modal {
	position: fixed;
	inset: 0;
	z-index: 1000010;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 1rem;
	padding-top: calc(var(--nav-height, 56px) + 1cm);
	box-sizing: border-box;
}
.transport-map-modal[hidden] {
	display: none !important;
}
.transport-map-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.transport-map-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 920px);
	max-width: 96vw;
	max-height: min(calc(100vh - var(--nav-height, 56px) - 1cm - 2rem), 900px);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	background: linear-gradient(165deg, rgba(30, 41, 59, 0.98) 0%, rgba(15, 23, 42, 0.99) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.5);
	padding: 1rem 1.15rem 1.15rem;
	box-sizing: border-box;
}
.transport-map-modal__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #f8fafc;
}
.transport-map-modal__hint {
	margin: 0;
	font-size: 0.9rem;
	color: #94a3b8;
	line-height: 1.4;
}
.transport-map-modal__search-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.transport-map-modal__search-label {
	font-size: 0.75rem;
	font-weight: 700;
	color: #cbd5e1;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.transport-map-modal__search {
	width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 0.75rem;
	font-size: 1rem;
	border: 2px solid #333;
	border-radius: 8px;
	background: #ffffff !important;
	color: #111 !important;
	-webkit-text-fill-color: #111;
	caret-color: #111;
}
.transport-map-modal__search::placeholder {
	color: #555 !important;
	-webkit-text-fill-color: #555;
	opacity: 1;
}
.transport-map-modal__search:focus {
	outline: none;
	border-color: rgba(6, 182, 212, 0.55);
	box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.2);
}
.transport-map-modal__canvas {
	width: 100%;
	min-height: 360px;
	height: min(58vh, 520px);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	background: rgba(15, 23, 42, 0.6);
}
.transport-map-auth-fail {
	box-sizing: border-box;
	height: 100%;
	min-height: 280px;
	padding: 1rem 1.1rem;
	overflow-y: auto;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #fff1f2;
	background: rgba(127, 29, 29, 0.45);
	border: 1px solid rgba(254, 202, 202, 0.55);
	border-radius: 8px;
}
.transport-map-auth-fail strong {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #fecdd3;
}
.transport-map-auth-fail p {
	margin: 0.5rem 0;
	color: #ffe4e6;
}
.transport-map-auth-fail__code {
	display: block;
	margin: 0.65rem 0;
	padding: 0.55rem 0.7rem;
	font-size: 0.85rem;
	font-weight: 700;
	word-break: break-all;
	background: rgba(15, 23, 42, 0.9);
	border: 1px dashed rgba(255, 255, 255, 0.45);
	border-radius: 6px;
	color: #f8fafc;
}
.transport-map-auth-fail a {
	display: inline-block;
	margin-top: 0.5rem;
	font-weight: 700;
	color: #a5f3fc;
}
.transport-map-modal__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-top: 0.25rem;
}
.transport-map-modal__btn {
	padding: 0.45rem 0.9rem;
	font-size: 0.85rem;
	font-weight: 700;
	border-radius: 6px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.transport-map-modal__btn--cancel {
	background: rgba(51, 65, 85, 0.65);
	color: #e2e8f0;
}
.transport-map-modal__btn--ok {
	background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}
.transport-map-modal__btn--ok:hover {
	filter: brightness(1.06);
}
.transport-map-modal__btn--cancel:hover {
	background: rgba(71, 85, 105, 0.85);
}

#TW #T1 .t1-map-pick-btn {
	font-size: 0.55rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
	background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	padding: 0.2rem 0.45rem;
	cursor: pointer;
	font-family: inherit;
}
#TW #T1 .t1-map-pick-btn:hover {
	filter: brightness(1.06);
}

/* Donații – colț dreapta-sus casetă T2 (.t2-inner are position: relative) */
#TW #T2 .t2-donate-cause-wrap {
	position: absolute;
	top: 0.35rem;
	right: 0.35rem;
	left: auto;
	bottom: auto;
	z-index: 55;
	width: auto;
	max-width: min(55%, 15.5rem);
	margin: 0;
	padding: 0;
	text-align: right;
	pointer-events: auto;
}
@media (max-width: 767.98px) {
	#TW #T2 .t2-donate-cause-wrap {
		top: 3rem;
		right: 0.28rem;
		max-width: min(72%, 13rem);
	}
}
#TW #T2 .t2-donate-cause-link {
	display: inline-block;
	font-size: clamp(0.55rem, 1.65vmin, 0.72rem);
	font-weight: 800;
	color: #fff !important;
	background: linear-gradient(175deg, #5ee9f3 0%, #06b6d4 52%, #0e7490 100%);
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	text-decoration: none !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.18);
	white-space: nowrap;
	max-width: 100%;
	box-sizing: border-box;
}
#TW #T2 .t2-donate-cause-link:hover {
	filter: brightness(1.06);
}
