.area-page {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px 60px;
}

.area-breadcrumb {
	color: #777;
	font-size: 0.9rem;
	margin: 20px 0 8px;
}

.area-breadcrumb a {
	color: #1e1d24;
	text-decoration: none;
}

.area-breadcrumb a:hover {
	color: #93ce20;
}

.area-breadcrumb span {
	margin: 0 6px;
}

.area-hero {
	padding: 28px 0 36px;
	text-align: center;
}

.area-county-badge {
	background: #f3f9e6;
	border-radius: 999px;
	color: #5a7a12;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
	padding: 6px 14px;
	text-transform: uppercase;
}

.area-hero h1 {
	color: #1e1d24;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 16px;
}

.area-hero-lead {
	color: #444;
	font-size: 1.08rem;
	line-height: 1.7;
	margin: 0 auto 22px;
	max-width: 760px;
}

.area-hero-actions,
.area-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 22px;
}

.area-btn {
	border-radius: 999px;
	display: inline-block;
	font-weight: 700;
	padding: 12px 24px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.area-btn:hover {
	opacity: 0.9;
}

.area-btn-call {
	background: #93ce20;
	color: #1e1d24;
}

.area-btn-quote {
	background: #1e1d24;
	color: #fff;
}

.area-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.area-trust-badges li {
	background: #f7f7f7;
	border-radius: 999px;
	color: #333;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 8px 14px;
}

.area-section {
	margin: 48px 0;
}

.area-section-label {
	color: #93ce20;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.area-section h2 {
	color: #1e1d24;
	font-size: 1.8rem;
	font-weight: 800;
	margin: 0 0 12px;
}

.area-section h3 {
	color: #1e1d24;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 28px 0 12px;
}

.area-section-intro,
.area-content p {
	color: #444;
	font-size: 1rem;
	line-height: 1.7;
}

.area-services-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	margin-top: 24px;
}

.area-service-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	color: inherit;
	display: block;
	padding: 22px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.area-service-card:hover {
	border-color: #93ce20;
	box-shadow: 0 8px 24px rgba(147, 206, 32, 0.2);
	transform: translateY(-2px);
}

.area-service-icon {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.area-service-card h3 {
	color: #1e1d24;
	font-size: 1.15rem;
	margin: 0 0 10px;
}

.area-service-card p {
	color: #555;
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0 0 14px;
}

.area-service-link {
	color: #93ce20;
	font-size: 0.9rem;
	font-weight: 700;
}

.area-checklist {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.area-checklist li {
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 28px;
	position: relative;
}

.area-checklist li::before {
	color: #93ce20;
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.area-why {
	background: #f9f9f9;
	border-radius: 14px;
	padding: 32px 24px;
}

.area-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 28px;
}

.area-stat {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
}

.area-stat strong {
	color: #1e1d24;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 6px;
}

.area-stat span {
	color: #555;
	font-size: 0.9rem;
	line-height: 1.4;
}

.area-cta {
	background: #1e1d24;
	border-radius: 14px;
	color: #fff;
	margin-top: 48px;
	padding: 36px 24px;
	text-align: center;
}

.area-cta h2 {
	color: #fff;
	font-size: 1.8rem;
	margin: 0 0 10px;
}

.area-cta p {
	color: #ddd;
	margin: 0 0 22px;
}

.area-cta .area-btn-quote {
	border: 2px solid #93ce20;
	color: #93ce20;
}

.area-hero-service .area-service-eyebrow {
	color: #555;
	font-size: 0.95rem;
	margin: 0 0 10px;
}

.area-rating {
	color: #93ce20;
	font-weight: 700;
	margin: 0 0 18px;
}

.area-faq-list {
	display: grid;
	gap: 12px;
}

.area-faq-item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 14px 18px;
}

.area-faq-item summary {
	color: #1e1d24;
	cursor: pointer;
	font-weight: 700;
}

.area-faq-item p {
	color: #444;
	line-height: 1.6;
	margin: 12px 0 0;
}

.area-other-services {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.area-other-service {
	align-items: center;
	background: #f7f7f7;
	border-radius: 999px;
	color: #1e1d24;
	display: inline-flex;
	font-weight: 600;
	gap: 8px;
	padding: 10px 16px;
	text-decoration: none;
}

.area-other-service:hover {
	background: #eef8d4;
}

.area-testimonial-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.area-testimonial {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	margin: 0;
	padding: 20px;
}

.area-testimonial p {
	color: #333;
	line-height: 1.6;
	margin: 0 0 14px;
}

.area-testimonial footer strong {
	color: #1e1d24;
	display: block;
}

.area-testimonial footer span {
	color: #777;
	font-size: 0.9rem;
}

@media (max-width: 767px) {
	.area-hero h1 {
		font-size: 1.9rem;
	}

	.area-stats {
		grid-template-columns: 1fr;
	}
}
