/* TöltŐ — Szervezők [tolto_szervezok] (design-forrás: org-grid) */

.tolto-org-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.tolto-org-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.tolto-org-photo {
	width: 100%;
	max-width: 280px;
	margin-bottom: 30px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Helyettesítő grafika: párosatlan kártya zöld, páros kék (mint a p1/p2). */
.tolto-org-card:nth-child(odd) .tolto-org-photo {
	background:
		radial-gradient(circle at 30% 25%, rgba(193, 127, 87, 0.55), transparent 60%),
		linear-gradient(160deg, #C3CCB9, #7F9A6C);
}

.tolto-org-card:nth-child(even) .tolto-org-photo {
	background:
		radial-gradient(circle at 70% 20%, rgba(127, 160, 179, 0.55), transparent 60%),
		linear-gradient(160deg, #587089, #34424F);
}

.tolto-org-photo svg {
	width: 42%;
	opacity: 0.55;
}

.tolto-org-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tolto-org-role {
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #C17F57;
	font-weight: 600;
}

.tolto-org-nev {
	margin: 8px 0 10px;
	font-family: 'EB Garamond', serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
	color: #34424F;
}

.tolto-org-leiras, .tolto-org-leiras p {
    margin: 0;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
	width: 450px;
    line-height: 25px;
    color: #5C6C73;
}

.tolto-org-leiras p + p {
	margin-top: 12px;
}
