/*
 * AI helper page styles.
 * Dedicated to the AI landing page content and social links.
 */

.pde-ai-page__intro {
	margin: 0 0 14px;
	color: #1e293b;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.pde-ai-links {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 0 0 16px;
	font-family: "Inter", sans-serif;
}

.pde-ai-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 24px;
	font-weight: 500;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pde-ai-link:hover,
.pde-ai-link:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(40, 157, 204, 0.14);
}

.pde-ai-link--messenger {
	background: #e8f3ff;
	color: #006aff;
}

.pde-ai-link--telegram {
	background: #e5f6fb;
	color: #229ed9;
}

.pde-ai-link img,
.pde-ai-link noscript img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
