/**
 * Styles for the internal-scan landing page (/internal-scan).
 *
 * Only the funnel CTA button needs bespoke styling; the rest reuses the shared
 * .wpa-card system and theme tokens.
 */

.wpa-cta-btn {
	display: inline-block;
	background: #ffffff;
	color: #0e7580;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--sm);
	border-radius: 10px;
	padding: 11px 24px;
	text-decoration: none;
	line-height: 1.2;
}

.wpa-cta-btn:hover,
.wpa-cta-btn:focus {
	opacity: 0.92;
}

.wpa-cta-btn--ghost {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
