.site-header a.link-button,
.site-footer a.contact-btn,
footer a.contact-btn,
a.home-button[href="/contact.html"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	height: 2.6rem;
	min-height: 2.6rem;
	padding: 0 1.2rem;
	border: none;
	border-radius: 999px;
	background: var(
		--btn-gradient,
		linear-gradient(90deg, #5b63f5 0%, #00d9ff 100%)
	);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: normal;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(91, 99, 245, 0.18);
}

:is(
		.site-header a.link-button,
		.site-footer a.contact-btn,
		footer a.contact-btn,
		a.home-button[href="/contact.html"]
	):hover {
	filter: brightness(0.95);
}

:is(
		.site-header a.link-button,
		.site-footer a.contact-btn,
		footer a.contact-btn,
		a.home-button[href="/contact.html"]
	):focus-visible {
	outline: 3px solid #5b63f5;
	outline-offset: 3px;
}
