/* Ön yüz: [pseo_firmalar] kısa kodu */
.pseo-firma-hub {
	margin: 1.5rem 0;
}

.pseo-firma-hub__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}

.pseo-firma-hub__item {
	margin: 0;
}

.pseo-firma-hub__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem 1.35rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pseo-firma-hub__card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	border-color: rgba(0, 0, 0, 0.12);
}

.pseo-firma-hub__title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	line-height: 1.3;
}

.pseo-firma-hub__title a {
	text-decoration: none;
	color: inherit;
}

.pseo-firma-hub__title a:hover {
	text-decoration: underline;
}

.pseo-firma-hub__excerpt {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #444;
	flex: 1 1 auto;
}

.pseo-firma-hub__actions {
	margin-top: auto;
	padding-top: 0.85rem;
}

.pseo-firma-hub__more {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.95rem;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 7px;
	background: #2271b1;
	color: #fff !important;
	transition: background 0.2s ease;
}

.pseo-firma-hub__more:hover,
.pseo-firma-hub__more:focus {
	background: #135e96;
	color: #fff !important;
	text-decoration: none;
}

/* [pseo_firmalar_strip] / [pseo_firmalar_satir] — satır satır: sol başlık | orta özet | sağ CTA */
.pseo-firma-strip {
	margin: 1.5rem 0;
}

.pseo-firma-strip__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.pseo-firma-strip__item {
	margin: 0;
}

.pseo-firma-strip__row {
	display: grid;
	grid-template-columns: minmax(11rem, 20%) minmax(0, 1fr) auto;
	gap: 1rem 1.35rem;
	align-items: center;
	padding: 1rem 1.2rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.pseo-firma-strip__row:hover {
	border-color: rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pseo-firma-strip__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.35;
}

.pseo-firma-strip__title a {
	text-decoration: none;
	color: inherit;
}

.pseo-firma-strip__title a:hover {
	text-decoration: underline;
}

.pseo-firma-strip__excerpt {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #444;
}

.pseo-firma-strip__excerpt--empty {
	min-height: 1.2em;
}

.pseo-firma-strip__col--body {
	min-width: 0;
}

.pseo-firma-strip__col--cta {
	flex-shrink: 0;
}

.pseo-firma-strip__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.1rem;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 7px;
	background: #2271b1;
	color: #fff !important;
	transition: background 0.2s ease;
}

.pseo-firma-strip__cta:hover,
.pseo-firma-strip__cta:focus {
	background: #135e96;
	color: #fff !important;
	text-decoration: none;
}

@media (max-width: 640px) {
	.pseo-firma-strip__row {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 0.75rem;
	}

	.pseo-firma-strip__col--cta {
		justify-self: start;
	}
}

/* Kök firma sayfası: alt makale özetleri */
.pseo-firma-child-index {
	margin: 2.5rem 0 1rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pseo-firma-child-index__heading {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	line-height: 1.3;
}

.pseo-firma-child-index__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pseo-firma-child-index__item {
	margin: 0;
}

.pseo-firma-child-index__card {
	padding: 1.1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background: #fafafa;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.pseo-firma-child-index__card:hover {
	border-color: rgba(0, 0, 0, 0.14);
	background: #fff;
}

.pseo-firma-child-index__title {
	margin: 0 0 0.45rem;
	font-size: 1.08rem;
	line-height: 1.35;
}

.pseo-firma-child-index__title a {
	text-decoration: none;
	color: inherit;
}

.pseo-firma-child-index__title a:hover {
	text-decoration: underline;
}

.pseo-firma-child-index__excerpt {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #444;
}

.pseo-firma-child-index__more {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.95rem;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 7px;
	background: #2271b1;
	color: #fff !important;
	transition: background 0.2s ease;
}

.pseo-firma-child-index__more:hover,
.pseo-firma-child-index__more:focus {
	background: #135e96;
	color: #fff !important;
	text-decoration: none;
}

@media (prefers-color-scheme: dark) {
	.pseo-firma-hub__card {
		background: #1e1e1e;
		border-color: rgba(255, 255, 255, 0.12);
	}
	.pseo-firma-hub__excerpt {
		color: #c8c8c8;
	}
	.pseo-firma-hub__more {
		background: #3582c4;
	}
	.pseo-firma-hub__more:hover,
	.pseo-firma-hub__more:focus {
		background: #2271b1;
	}
	.pseo-firma-child-index {
		border-top-color: rgba(255, 255, 255, 0.12);
	}
	.pseo-firma-child-index__card {
		background: #252525;
		border-color: rgba(255, 255, 255, 0.1);
	}
	.pseo-firma-child-index__card:hover {
		background: #2a2a2a;
	}
	.pseo-firma-child-index__excerpt {
		color: #c8c8c8;
	}
	.pseo-firma-strip__row {
		background: #1e1e1e;
		border-color: rgba(255, 255, 255, 0.1);
	}
	.pseo-firma-strip__row:hover {
		border-color: rgba(255, 255, 255, 0.16);
	}
	.pseo-firma-strip__excerpt {
		color: #c8c8c8;
	}
	.pseo-firma-strip__cta {
		background: #3582c4;
	}
	.pseo-firma-strip__cta:hover,
	.pseo-firma-strip__cta:focus {
		background: #2271b1;
	}
}
