/**
 * Página de autor SLR — perfil B2B.
 */

.slr-author-page {
	padding: 2.5rem 0 3.5rem;
}

.slr-author-hero {
	display: grid;
	grid-template-columns: minmax(160px, 240px) 1fr;
	gap: 2rem 2.5rem;
	align-items: center;
	margin: 0 auto 2.75rem;
	max-width: 920px;
	padding: 0 1rem;
}

.slr-author-hero__photo,
#top .slr-author-page img.slr-author-page__photo,
#top .slr-author-hero__media img,
#top .slr-author-hero__media img.avatar,
.slr-author-page img.slr-author-page__photo,
.slr-author-hero__media img,
.slr-author-hero__media img.avatar {
	width: 220px !important;
	height: 220px !important;
	max-width: 220px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	object-fit: cover !important;
	border: 3px solid rgba(212, 30, 43, 0.7) !important;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
	display: block;
}

.slr-author-hero__media {
	justify-self: center;
}

#top .slr-author-hero {
	display: grid !important;
	grid-template-columns: minmax(160px, 240px) 1fr;
	gap: 2rem 2.5rem;
	align-items: center;
}

.slr-author-hero__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.slr-author-hero__title {
	margin: 0 0 0.35rem !important;
	font-size: clamp(1.75rem, 4vw, 2.4rem) !important;
	line-height: 1.2 !important;
	color: #fff !important;
	text-transform: none !important;
}

.slr-author-hero__role {
	margin: 0 0 1rem;
	color: #D41E2B;
	font-weight: 600;
}

.slr-author-hero__lead {
	margin: 0 0 1.35rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	max-width: 38rem;
}

.slr-author-hero__cta {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

#top .slr-author-hero__cta a.slr-blog-cta,
.slr-author-hero__cta .slr-blog-cta {
	display: inline-block !important;
	padding: 0.65rem 1.25rem !important;
	background: #D41E2B !important;
	color: #fff !important;
	border-radius: 4px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	border: 2px solid #D41E2B !important;
	line-height: 1.3 !important;
}

#top .slr-author-hero__cta a.slr-blog-cta--secondary,
.slr-author-hero__cta .slr-blog-cta--secondary {
	background: transparent !important;
	color: #fff !important;
}

#top .slr-author-hero__cta a.slr-blog-cta:hover,
.slr-author-hero__cta .slr-blog-cta:hover {
	background: #b01924 !important;
	border-color: #b01924 !important;
	color: #fff !important;
}

.slr-author-hero__ghost {
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 0.92rem;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	margin-left: 0.15rem;
	padding: 0.5rem 0.25rem;
}

.slr-author-block {
	max-width: 920px;
	margin: 0 auto 2.25rem;
	padding: 0 1rem;
}

.slr-author-block__title {
	margin: 0 0 0.75rem !important;
	font-size: 1.35rem !important;
	color: #fff !important;
	text-transform: none !important;
}

.slr-author-block__text {
	margin: 0 0 1rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	max-width: 40rem;
}

.slr-author-block--ai {
	padding: 1.35rem 1.25rem;
	background: #141820;
	border-left: 3px solid #1A2F5C;
	border-radius: 0 10px 10px 0;
	max-width: 920px;
}

.slr-author-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slr-author-pills li {
	padding: 0.4rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.9);
}

.slr-author-projects {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 0.75rem;
}

.slr-author-projects a {
	display: block;
	padding: 1rem 1.1rem;
	background: #161616;
	border-radius: 10px;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: border-color 0.2s, transform 0.15s;
}

.slr-author-projects a:hover {
	border-color: rgba(212, 30, 43, 0.55);
	transform: translateY(-2px);
}

.slr-author-projects__name {
	display: block;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.slr-author-projects__note {
	display: block;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
}

.slr-author-block__more {
	margin: 1rem 0 0;
}

.slr-author-block__more a {
	color: #D41E2B !important;
}

.slr-author-quotes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
}

.slr-author-quote {
	margin: 0;
	padding: 1.15rem 1.2rem;
	background: #161616;
	border-radius: 10px;
	border-top: 2px solid #D41E2B;
}

.slr-author-quote p {
	margin: 0 0 0.85rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.55;
	font-size: 0.95rem;
}

.slr-author-quote footer {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	font-size: 0.85rem;
}

.slr-author-quote strong {
	color: #fff;
}

.slr-author-quote span {
	color: rgba(255, 255, 255, 0.55);
}

.slr-author-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
}

.slr-author-links a {
	color: #D41E2B !important;
	font-weight: 600;
	text-decoration: none !important;
}

.slr-author-links a:hover {
	text-decoration: underline !important;
}

.slr-author-page .slr-blog-cta-box {
	margin: 2.5rem auto 0;
	max-width: 640px;
	width: calc(100% - 2rem);
}

@media (max-width: 767px) {
	.slr-author-hero {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.slr-author-hero__cta {
		justify-content: center;
	}

	.slr-author-hero__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.slr-author-hero__photo,
	.slr-author-page img.slr-author-page__photo,
	.slr-author-hero__media img {
		width: 160px !important;
		height: 160px !important;
		margin: 0 auto;
	}

	.slr-author-pills {
		justify-content: center;
	}
}
