/* Página de apresentação: o resto vem de .page/.paper em styles.css. */

.about-lead {
	font-size: 19px;
	color: var(--ios-secondary);
}

.about-cta {
	display: inline-block;
	margin: 6px 12px 6px 0;
	padding: 11px 22px;
	border-radius: 999px;
	background: var(--accent-solid);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}

.about-shot {
	display: block;
	width: 100%;
	height: auto;
	margin: 22px 0 6px;
	border-radius: 14px;
	background: #11151c;
}

.about-phones {
	display: flex;
	gap: 16px;
	margin: 22px 0 6px;
}

.about-phones img {
	flex: 1;
	min-width: 0;
	height: auto;
	border-radius: 18px;
}

.about-caption {
	margin: 0;
	font-size: 14px;
	color: var(--ios-secondary);
	text-align: center;
}

.paper h3 {
	margin-bottom: 4px;
	font-size: 16px;
}
