/* Service & simple pages */

.svc-hero {
	background: #1a1a1a;
	color: #fff;
	padding: 4rem 0;
	text-align: center;
}

.svc-hero h1 {
	margin: 0 0 1rem;
	font-size: 2.25rem;
	font-weight: 600;
}

.svc-hero p {
	margin: 0 auto;
	max-width: 48rem;
	font-size: 1.0625rem;
	line-height: 1.75;
	opacity: 0.9;
}

.svc-content {
	padding: 3rem 15px 4rem;
}

.svc-content--prose {
	max-width: 48rem;
	line-height: 1.85;
	color: #444;
}

.svc-faqs {
	max-width: 56rem;
	margin: 0 auto;
}

.svc-faq-item {
	border-bottom: 1px solid #dedede;
}

.svc-faq-q {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 1.25rem 0;
	font-size: 1.0625rem;
	font-weight: 600;
	cursor: pointer;
	color: #1a1a1a;
}

.svc-faq-q:hover {
	color: #ed741b;
}

.svc-faq-a {
	padding: 0 0 1.25rem;
	color: #616161;
	line-height: 1.75;
}

.svc-faq-a[hidden] {
	display: none;
}

.svc-sections {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.svc-section-card {
	background: #f8f8f8;
	padding: 1.75rem;
}

.svc-section-card h2 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.svc-section-card p {
	margin: 0;
	color: #616161;
	line-height: 1.7;
}

.svc-download-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 56rem;
}

.svc-download-list li {
	border-bottom: 1px solid #eee;
}

.svc-download-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	text-decoration: none;
	color: #1a1a1a;
}

.svc-download-list a:hover .svc-dl-title {
	color: #ed741b;
}

.svc-dl-btn {
	background: #ed741b;
	color: #fff;
	font-size: 0.75rem;
	padding: 0.35rem 0.75rem;
	font-weight: 600;
}

.svc-video-grid,
.svc-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.svc-video-card a,
.svc-blog-card a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.svc-video-thumb img,
.svc-blog-thumb img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.svc-video-card h3,
.svc-blog-card h3 {
	margin: 0.75rem 0 0.35rem;
	font-size: 1rem;
	line-height: 1.4;
}

.svc-blog-card p {
	margin: 0;
	font-size: 0.9375rem;
	color: #616161;
}

@media screen and (max-width: 1024px) {
	.svc-sections,
	.svc-video-grid,
	.svc-blog-grid {
		grid-template-columns: 1fr;
	}
}
