/* Universal local landing — city hub + city×service */

.ll-page {
	padding-top: 72px;
	color: #1a1a1a;
	background: #fff;
}

.ll-wrap {
	width: min(1080px, calc(100% - 2rem));
	margin: 0 auto;
}

.ll-wrap--narrow {
	width: min(760px, calc(100% - 2rem));
}

/* Breadcrumb */
.ll-breadcrumb {
	padding: 0.85rem 0 0;
	font-size: 0.85rem;
	color: #5a6a7a;
}

.ll-breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
}

.ll-breadcrumb a {
	color: #014385;
	text-decoration: none;
}

.ll-breadcrumb [aria-current="page"] {
	color: #333;
	font-weight: 600;
}

/* Hero */
.ll-hero {
	background: #014385;
	color: #f8f9fa;
	padding: 2.5rem 0 2.75rem;
	margin-top: 0.5rem;
}

.ll-hero__brand {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	color: #ffc107;
	letter-spacing: -0.02em;
}

.ll-hero__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.55rem, 3.4vw, 2.35rem);
	line-height: 1.2;
	font-weight: 700;
	max-width: 18ch;
}

.ll-hero__lede {
	margin: 0 0 1.35rem;
	font-size: 1.05rem;
	line-height: 1.55;
	max-width: 40rem;
	opacity: 0.95;
}

.ll-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.ll-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.35rem;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ll-btn--primary {
	background: #ffc107;
	color: #001540;
}

.ll-btn--primary:hover {
	background: #ffb300;
	color: #001540;
}

.ll-btn--ghost {
	background: transparent;
	color: #f8f9fa;
	border-color: rgba(248, 249, 250, 0.55);
}

.ll-btn--ghost:hover {
	border-color: #ffc107;
	color: #ffc107;
}

.ll-btn--dark {
	background: #014385;
	color: #f8f9fa;
}

.ll-btn--dark:hover {
	background: #0a5caa;
	color: #f8f9fa;
}

/* Direct answer — AI / voice / featured snippet */
.ll-answer {
	padding: 1.75rem 0 0;
	background: #f3f6fa;
}

.ll-answer__box {
	background: #fff;
	border: 1px solid rgba(1, 67, 133, 0.12);
	border-left: 4px solid #ffc107;
	border-radius: 6px;
	padding: 1.25rem 1.35rem;
}

.ll-answer__label {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #014385;
}

.ll-answer__text {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #222;
}

.ll-zone {
	margin: 0.85rem 0 0;
	font-size: 0.92rem;
	color: #555;
	line-height: 1.45;
}

/* Sections */
.ll-section {
	padding: 3rem 0;
}

.ll-section--muted {
	background: #f8f9fa;
}

.ll-section__head {
	margin: 0 0 1.75rem;
	max-width: 40rem;
}

.ll-section__head h2 {
	margin: 0 0 0.45rem;
	color: #014385;
	font-size: clamp(1.45rem, 2.6vw, 1.9rem);
}

.ll-section__head p {
	margin: 0;
	color: #555;
	font-size: 1.05rem;
	line-height: 1.5;
}

/* Quick facts */
.ll-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1.25rem;
}

.ll-fact {
	background: #fff;
	border: 1px solid rgba(1, 67, 133, 0.1);
	border-radius: 6px;
	padding: 1rem 1.1rem;
}

.ll-fact strong {
	display: block;
	color: #014385;
	font-size: 0.95rem;
	margin-bottom: 0.25rem;
}

.ll-fact span {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.4;
}

/* Service cards / includes */
.ll-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.ll-card {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	background: #fff;
	border: 1px solid rgba(1, 67, 133, 0.1);
	border-radius: 8px;
	padding: 1.15rem 1.2rem;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

a.ll-card:hover {
	border-color: rgba(1, 67, 133, 0.35);
	transform: translateY(-2px);
}

.ll-card h3 {
	margin: 0;
	color: #014385;
	font-size: 1.05rem;
}

.ll-card p {
	margin: 0;
	color: #555;
	font-size: 0.92rem;
	line-height: 1.45;
}

.ll-card__link {
	margin-top: auto;
	padding-top: 0.5rem;
	color: #014385;
	font-weight: 600;
	font-size: 0.9rem;
	border-bottom: 2px solid #d4a017;
	align-self: flex-start;
}

/* Process */
.ll-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	counter-reset: llstep;
}

.ll-step {
	background: #fff;
	border-radius: 8px;
	border: 1px solid rgba(1, 67, 133, 0.1);
	padding: 1.15rem 1.1rem 1.25rem;
	position: relative;
}

.ll-step::before {
	counter-increment: llstep;
	content: counter(llstep);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: #014385;
	color: #ffc107;
	font-weight: 700;
	font-size: 0.85rem;
	margin-bottom: 0.65rem;
}

.ll-step h3 {
	margin: 0 0 0.35rem;
	color: #014385;
	font-size: 1rem;
}

.ll-step p {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.45;
}

/* Trust row */
.ll-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	text-align: center;
}

.ll-trust__item {
	background: #fff;
	border-radius: 8px;
	padding: 1.2rem 0.9rem;
	border: 1px solid rgba(1, 67, 133, 0.08);
}

.ll-trust__item strong {
	display: block;
	color: #014385;
	margin-bottom: 0.25rem;
}

.ll-trust__item span {
	font-size: 0.88rem;
	color: #666;
}

/* Related links */
.ll-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ll-chip {
	display: inline-flex;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: #eef3f9;
	color: #014385;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
}

.ll-chip:hover {
	background: #014385;
	color: #f8f9fa;
}

/* Gallery */
.ll-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.ll-gallery__item {
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 6px;
	background: #e8eef5;
}

.ll-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ll-gallery__more {
	text-align: center;
	margin: 1.25rem 0 0;
}

.ll-gallery__more a {
	color: #014385;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid #d4a017;
}

/* Project evidence module */
.ll-project {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
	gap: 1.5rem;
	align-items: start;
}

.ll-project__media {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #e8eef5;
}

.ll-project__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ll-project__body p {
	margin: 0 0 0.85rem;
	color: #333;
	line-height: 1.55;
}

.ll-project__meta {
	display: grid;
	gap: 0.65rem;
	margin: 0 0 1rem;
}

.ll-project__meta div {
	background: #fff;
	border: 1px solid rgba(1, 67, 133, 0.1);
	border-radius: 8px;
	padding: 0.75rem 0.9rem;
}

.ll-project__meta dt {
	margin: 0;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
}

.ll-project__meta dd {
	margin: 0.2rem 0 0;
	color: #014385;
	font-weight: 600;
}

.ll-project__note {
	font-size: 0.88rem;
	color: #666 !important;
}

@media (max-width: 800px) {
	.ll-project {
		grid-template-columns: 1fr;
	}
}

/* FAQ accordion */
.ll-faq {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.ll-faq__item {
	background: #fff;
	border: 1px solid rgba(1, 67, 133, 0.1);
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
}

.ll-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 1rem 1.15rem;
	font-size: 1rem;
	color: #014385;
	font-weight: 700;
	background: #f8f9fa;
	cursor: pointer;
	list-style: none;
	line-height: 1.35;
}

.ll-faq__q::-webkit-details-marker {
	display: none;
}

.ll-faq__q::marker {
	content: '';
}

.ll-faq__q:hover {
	background: #eef3f9;
}

.ll-faq__q:focus-visible {
	outline: 2px solid #014385;
	outline-offset: -2px;
}

.ll-faq__icon {
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
	position: relative;
}

.ll-faq__icon::before,
.ll-faq__icon::after {
	content: '';
	position: absolute;
	background: #014385;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.ll-faq__icon::before {
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	transform: translateY(-50%);
}

.ll-faq__icon::after {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
}

.ll-faq__item[open] .ll-faq__icon::after {
	opacity: 0;
	transform: translateX(-50%) rotate(90deg);
}

.ll-faq__a {
	margin: 0;
	padding: 0.15rem 1.15rem 1.15rem;
}

.ll-faq__a p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #333;
}

.ll-faq__tel {
	color: #014385;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #d4a017;
}

.ll-faq__tel:hover {
	color: #013466;
}

/* Content block from WP editor */
.ll-content {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #333;
}

.ll-content > *:first-child {
	margin-top: 0;
}

/* Hub featured services + text-link row */
.ll-grid--featured {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ll-card--featured {
	min-height: 100%;
}

.ll-card__meta {
	margin: 0.15rem 0 0;
	font-size: 0.85rem;
	color: #4a5560;
	line-height: 1.4;
}

.ll-muted {
	color: #6b7785;
	font-style: italic;
}

.ll-hub-more {
	margin-top: 1.75rem;
	padding: 1.25rem 1.35rem;
	background: #f3f6fa;
	border-radius: 8px;
	border: 1px solid rgba(1, 67, 133, 0.08);
}

.ll-hub-more__label {
	margin: 0 0 0.65rem;
	font-weight: 700;
	color: #014385;
}

.ll-hub-more__list {
	margin: 0 0 1rem;
	padding-left: 1.15rem;
	color: #444;
	line-height: 1.55;
}

.ll-hub-more__list a {
	color: #014385;
	font-weight: 600;
	text-decoration: none;
}

.ll-hub-more__list a:hover {
	text-decoration: underline;
}

.ll-hub-more__cta {
	margin: 0;
	font-size: 0.95rem;
}

.ll-hub-more__cta a {
	color: #014385;
	font-weight: 600;
}

.ll-related__label {
	margin: 0 0 0.55rem;
	font-weight: 600;
	color: #014385;
}

/* Planning guidance (money pages) */
.ll-planning .ll-facts--planning {
	margin-bottom: 1.25rem;
}

.ll-planning__note {
	margin: 0 0 1.35rem;
	padding: 1rem 1.15rem;
	background: #fff;
	border-radius: 6px;
	border: 1px solid rgba(1, 67, 133, 0.1);
}

.ll-planning__note p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #444;
}

.ll-actions--dark {
	margin-top: 0.25rem;
}

.ll-process-note {
	margin: 1.5rem 0 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #555;
	max-width: 48rem;
}

/* Online quote CTA */
.ll-quote {
	padding: 3rem 0;
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
	text-align: center;
}

.ll-quote h2 {
	margin: 0 0 0.6rem;
	color: #014385;
	font-size: clamp(1.4rem, 2.6vw, 1.85rem);
}

.ll-quote p {
	margin: 0 auto 1.25rem;
	max-width: 38rem;
	line-height: 1.55;
	color: #334;
}

.ll-quote .ll-actions {
	justify-content: center;
}

.ll-quote__related {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: center;
}

.ll-quote__related a {
	color: #014385;
	font-weight: 600;
	text-decoration: none;
}

.ll-quote__related a:hover {
	text-decoration: underline;
}

/* Final CTA */
.ll-cta {
	background: #014385;
	color: #f8f9fa;
	padding: 3rem 0;
	text-align: center;
}

.ll-cta h2 {
	margin: 0 0 0.6rem;
	color: #f8f9fa;
	font-size: clamp(1.45rem, 2.8vw, 1.95rem);
}

.ll-cta p {
	margin: 0 auto 1.35rem;
	max-width: 36rem;
	opacity: 0.95;
	line-height: 1.5;
}

.ll-cta .ll-actions {
	justify-content: center;
}

/* Authority guides / case studies */
.ll-authority__body {
	max-width: 42rem;
}

.ll-authority__block {
	margin-bottom: 2rem;
}

.ll-authority__block h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
}

.ll-authority__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.ll-hero--compact {
	padding-bottom: 2rem;
}

@media (max-width: 900px) {
	.ll-grid,
	.ll-facts,
	.ll-trust,
	.ll-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ll-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ll-hero__title {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.ll-grid,
	.ll-facts,
	.ll-trust,
	.ll-steps,
	.ll-gallery {
		grid-template-columns: 1fr;
	}

	.ll-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ll-btn {
		width: 100%;
	}
}
