@CHARSET "UTF-8";

.claim {
	font-size: 120%;
	font-style: italic;
	color: #444;
	margin: 0.2em 0 1em 0;
}

.catenvis-screenshot {
	margin: 1.5em 0;
}

.catenvis-screenshot img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.catenvis-features,
.catenvis-tech {
	max-width: 46em;
}

.catenvis-cta {
	margin: 1.5em 0;
}

a.button {
	display: inline-block;
	padding: 0.6em 1.2em;
	background: #01B4E4;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
}

a.button:hover {
	background: #0197bd;
}
