/* css/support.css - single column, no cards */

.qpage {
	padding: 100px 0 50px;
}

.qpage__inner {
	/*max-width: 860px;*/
}

.qhero {
	padding: 6px 0 22px;
}

.qhero__eyebrow {
	font-size: 12px;
	letter-spacing: 0.14em;
	font-weight: 900;
	color: rgba(233, 238, 246, 0.60);
	text-transform: uppercase;
}

.qhero__title {
	margin: 10px 0 10px;
	font-size: 36px;
	line-height: 1.12;
	letter-spacing: -0.8px;
	color: rgba(255, 255, 255, 0.96);
	font-weight: 900;
}

.qhero__lead {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: rgba(233, 238, 246, 0.72);
}

.qsec {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.qsec:first-of-type {
	border-top: none;
	padding-top: 10px;
}

.qsec__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.3px;
	color: rgba(255, 255, 255, 0.92);
}

.qsec__p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.95;
	color: rgba(233, 238, 246, 0.70);
}

.qsec__p:last-child {
	margin-bottom: 0;
}

.qsub {
	margin: 14px 0 6px;
	font-size: 14px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.90);
	letter-spacing: -0.2px;
}

.qfaq {
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.qfaq:first-of-type {
	margin-top: 4px;
}

.qfaq:last-child {
	border-bottom: none;
}

.qfaq__q {
	cursor: pointer;
	list-style: none;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.92);
	letter-spacing: -0.2px;
	outline: none;
	position: relative;
	padding-right: 22px;
}

.qfaq__q::-webkit-details-marker {
	display: none;
}

.qfaq__q::after {
	content: "▾";
	position: absolute;
	right: 0;
	top: 0;
	color: rgba(233, 238, 246, 0.55);
}

details[open] .qfaq__q::after {
	content: "▴";
}

.qfaq__a {
	margin-top: 10px;
	color: rgba(233, 238, 246, 0.70);
	line-height: 1.85;
	font-size: 14px;
}

.qbullets {
	margin: 10px 0 0;
	padding-left: 18px;
	color: rgba(233, 238, 246, 0.70);
	line-height: 1.9;
	font-size: 14px;
	display: grid;
	gap: 4px;
}

.qcontact {
	margin: 10px 0 14px;
}

.qcontact__mail {
	font-weight: 900;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.qcontact__mail:hover {
	text-decoration: underline;
}

@media (max-width: 520px) {
	.qpage {
		padding: 34px 0 40px;
	}

	.qhero__title {
		font-size: 30px;
	}
}
