.hyper-local-page .hyper-local-content{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-left:16px;
	padding-right:16px;
}

.hyper-local-page .hyper-local-hero{
	margin-bottom:1.75rem;
	padding:2rem 0 1.25rem;
	border-radius:0;
	background:transparent;
	border:0;
	box-shadow:none;
	border-bottom:1px solid rgba(0,0,0,0.06);
}

.hyper-local-page .hyper-local-content .hyper-local-hero.alignwide{
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.hyper-local-page .hyper-local-hero--banner{
	border-radius:14px;
	overflow:hidden;
}

.hyper-local-page .hyper-local-hero--banner .wp-block-cover__background{
	background:var(--wp--preset--color--base-2,#f6f7f8);
}

.hyper-local-page .hyper-local-lead{
	line-height:1.6;
	max-width:65ch;
}

.hyper-local-page .hyper-local-hero .hyper-local-lead{
	text-indent: 0 !important;
	padding-left: 0 !important;
	padding-inline-start: 0 !important;
	margin-left: 0 !important;
	margin-inline-start: 0 !important;
	max-width: none !important;
}

.hyper-local-page .hyper-local-hero .wp-block-group__inner-container{
	padding-left: 0 !important;
	padding-inline-start: 0 !important;
	margin-left: 0 !important;
	margin-inline-start: 0 !important;
}

.hyper-local-page .hyper-local-content > .wp-block-group__inner-container{
	padding-left: 0 !important;
	padding-inline-start: 0 !important;
	margin-left: 0 !important;
	margin-inline-start: 0 !important;
}

.hyper-local-page .entry-content > .wp-block-group.hyper-local-content{
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hyper-local-page .hyper-local-hero > *{
	max-width: 1060px;
	margin-left:auto;
	margin-right:auto;
}

.hyper-local-page .hyper-local-hero .wp-block-buttons{
	width:100%;
}

.hyper-local-page .hyper-local-body p,
.hyper-local-page .hyper-local-content p{
	text-indent: 0 !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.hyper-local-page .hyper-local-card{
	background:var(--wp--preset--color--base,#fff);
	border:1px solid rgba(0,0,0,.08);
	border-radius:12px;
	padding:1.25rem;
	margin-bottom:1.5rem;
}

.hyper-local-page .hyper-local-content .wp-block-details{
	border:1px solid rgba(0,0,0,.08);
	border-radius:10px;
	padding:0.75rem 1rem;
	margin:0 0 1rem;
	background:var(--wp--preset--color--base,#fff);
}

.hyper-local-page .hyper-local-content .wp-block-details summary{
	cursor:pointer;
	font-weight:600;
}

.hyper-local-page.hyper-local-has-sticky-cta{
	padding-bottom:76px;
}

.hyper-local-page .hyper-local-sticky-cta{
	display:none;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	padding:12px 16px;
	background:var(--wp--preset--color--base,#fff);
	border-top:1px solid rgba(0,0,0,.12);
	z-index:9999;
}

.hyper-local-page .hyper-local-sticky-cta__button{
	display:block;
	text-align:center;
	padding:12px 14px;
	border-radius:12px;
	text-decoration:none;
	background:var(--wp--preset--color--contrast,#111);
	color:var(--wp--preset--color--base,#fff);
}

/* Contact Cards */
.hyper-local-contact-cards {
	margin: 2rem 0;
}

.hyper-local-contact-card {
	background: var(--wp--preset--color--base, #fff);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.hyper-local-contact-card:hover {
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.hyper-local-contact-card .contact-card-icon {
	font-size: 3rem;
	margin: 0 0 0.5rem 0;
	line-height: 1;
}

.hyper-local-contact-card h3 {
	font-size: 1.25rem;
	margin: 0 0 0.75rem 0;
	font-weight: 600;
}

.hyper-local-contact-card .contact-card-link {
	margin: 0 0 0.5rem 0;
	font-size: 1.125rem;
}

.hyper-local-contact-card .contact-card-link a {
	color: var(--wp--preset--color--contrast, #111);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s ease;
}

.hyper-local-contact-card .contact-card-link a:hover {
	border-bottom-color: currentColor;
}

.hyper-local-contact-card .contact-card-label {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.6);
}

/* CTA Section */
.hyper-local-cta-section {
	background: linear-gradient(135deg, var(--wp--preset--color--base-2, #f6f7f8) 0%, var(--wp--preset--color--base, #fff) 100%);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 3rem 2rem;
	margin: 3rem 0;
}

.hyper-local-cta-section .cta-content {
	text-align: left;
}

.hyper-local-cta-section .cta-content h2,
.hyper-local-cta-section .cta-content .cta-heading,
.hyper-local-cta-section .cta-content .cta-trust-signals,
.hyper-local-cta-section .cta-content .wp-block-buttons {
	text-align: center !important;
}

.hyper-local-cta-section .wp-block-group__inner-container {
	text-align: left;
}

.hyper-local-cta-section .wp-block-group__inner-container h2,
.hyper-local-cta-section .wp-block-group__inner-container .cta-heading,
.hyper-local-cta-section .wp-block-group__inner-container .cta-trust-signals,
.hyper-local-cta-section .wp-block-group__inner-container .wp-block-buttons {
	text-align: center !important;
}

.hyper-local-cta-section .cta-heading {
	font-size: 2rem;
	margin: 0 0 1rem 0;
	font-weight: 700;
}

.hyper-local-cta-section .cta-subheading {
	font-size: 1.125rem;
	margin: 0 auto 2rem auto;
	color: rgba(0, 0, 0, 0.7);
	max-width: 600px;
	text-align: left;
}

.hyper-local-cta-section .wp-block-button a {
	padding: 1rem 2.5rem;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 12px;
}

.hyper-local-cta-section .cta-trust-signals {
	margin: 1.5rem 0 0 0;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
}

@media (max-width: 768px) {
	.hyper-local-contact-card {
		margin-bottom: 1rem;
	}
	
	.hyper-local-cta-section {
		padding: 2rem 1.5rem;
	}
	
	.hyper-local-cta-section .cta-heading {
		font-size: 1.5rem;
	}
	
	.hyper-local-cta-section .cta-trust-signals {
		font-size: 0.8125rem;
	}
}

@media (max-width: 768px){
	.hyper-local-page .hyper-local-sticky-cta{
		display:block;
	}
}
