.zsd-team {
	--zsd-gap: 18px;
	color: #1d2734;
}

.zsd-team-section + .zsd-team-section {
	margin-top: 44px;
}

.zsd-team-section__header {
	margin-bottom: 18px;
}

.zsd-team-section__header h2 {
	margin: 0;
	font-size: clamp(1.8rem, 2.8vw, 2.4rem);
	line-height: 1.15;
	color: #0f1720;
}

.zsd-team-grid {
	display: grid;
	grid-template-columns: repeat(var(--zsd-columns, 3), minmax(0, 1fr));
	gap: var(--zsd-gap);
}

.zsd-team-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 18px;
	background: #f4f4f5;
	box-shadow: 0 10px 30px rgba(15, 23, 32, 0.08);
	min-height: 100%;
}

.zsd-team-card__image {
	display: block;
	aspect-ratio: 0.87;
	background: linear-gradient(135deg, #ececef, #dbdde2);
	overflow: hidden;
}

.zsd-team-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.zsd-team-card:hover .zsd-team-card__image img {
	transform: scale(1.03);
}

.zsd-team-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 4rem;
	font-weight: 700;
	color: #6b7280;
}

.zsd-team-card__content {
	padding: 18px 18px 16px;
	background: #fbfbfc;
	min-height: 122px;
}

.zsd-team-card__name {
	margin: 0 0 8px;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 700;
}

.zsd-team-card__name a {
	color: #23272f;
	text-decoration: none;
}

.zsd-team-card__role {
	margin: 0 0 6px;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #313843;
	font-weight: 600;
}

.zsd-team-card__specialization {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.5;
	color: #7bc9e2;
	font-weight: 600;
}

.zsd-single {
	max-width: 1180px;
	margin: 0 auto;
	padding: 48px 20px 72px;
	color: #1d2734;
}

.zsd-single__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	color: #5f7286;
	text-decoration: none;
	font-weight: 600;
}

.zsd-single__hero {
	display: grid;
	grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
	gap: 32px;
	align-items: stretch;
}

.zsd-single__image {
	border-radius: 24px;
	overflow: hidden;
	background: #ececef;
	box-shadow: 0 18px 36px rgba(15, 23, 32, 0.08);
}

.zsd-single__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.zsd-single__placeholder {
	aspect-ratio: 0.84;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5rem;
	font-weight: 700;
	color: #6b7280;
}

.zsd-single__summary {
	padding: 32px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
	box-shadow: 0 18px 36px rgba(15, 23, 32, 0.08);
}

.zsd-single__group {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: #dff5fb;
	color: #3185a1;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.zsd-single__title {
	margin: 16px 0 10px;
	font-size: clamp(2.1rem, 4vw, 3.2rem);
	line-height: 1.05;
	color: #101827;
}

.zsd-single__role {
	margin: 0 0 12px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #2a3340;
}

.zsd-single__specialization {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #5aaecd;
	font-weight: 700;
}

.zsd-single__excerpt {
	margin: 22px 0 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #536171;
}

.zsd-single__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.zsd-single__meta li {
	padding: 16px 18px;
	border-radius: 18px;
	background: #f6f8fa;
}

.zsd-single__meta strong,
.zsd-single__meta a {
	display: block;
}

.zsd-single__meta span {
	display: block;
	margin-bottom: 6px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #72808d;
}

.zsd-single__meta strong,
.zsd-single__meta a {
	color: #1e2835;
	text-decoration: none;
	font-size: 1rem;
}

.zsd-single__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	padding: 14px 22px;
	border-radius: 999px;
	background: #78cbe6;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.zsd-single__content {
	margin-top: 32px;
	padding: 36px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(15, 23, 32, 0.06);
}

.zsd-single__content h2,
.zsd-single__content h3 {
	color: #0f1720;
}

.zsd-single__content > :first-child {
	margin-top: 0;
}

.zsd-single__content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.zsd-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zsd-single__hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.zsd-team-grid {
		grid-template-columns: 1fr;
	}

	.zsd-single {
		padding: 28px 16px 56px;
	}

	.zsd-single__summary,
	.zsd-single__content {
		padding: 24px;
	}
}
