/* Local SEO Service Area — v6.0.0 — Simplified Multi-Location (No Map) */

.lsa-068c6fe6 {
	background: #f8fafc;
	padding: 80px 20px;
}
.lsa-068c6fe6, .lsa-068c6fe6 * { box-sizing: border-box; }

.lsa-068c6fe6__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* ── HEADER ── */
.lsa-068c6fe6__header {
	max-width: 880px;
	margin: 0 auto 48px;
	text-align: center;
}

.lsa-068c6fe6__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 18px;
	padding: 7px 18px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #0b5cab;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.lsa-068c6fe6__heading {
	margin: 0;
	color: #0e1c2b;
	font-size: clamp(1.9rem, 3.8vw, 3rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.lsa-068c6fe6__description {
	margin: 18px auto 0;
	max-width: 820px;
	color: #4a5b6d;
	font-size: 1.06rem;
	line-height: 1.72;
}

/* ── LOCATION CARDS GRID ── */
.lsa-068c6fe6__locations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
	margin-bottom: 36px;
}

.lsa-068c6fe6__loc-card {
	position: relative;
	padding: 28px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(14, 28, 43, 0.08);
	box-shadow: 0 12px 36px rgba(14, 28, 43, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lsa-068c6fe6__loc-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(14, 28, 43, 0.1);
}

.lsa-068c6fe6__loc-card--primary {
	border-color: #0b5cab;
	border-width: 2px;
}

.lsa-068c6fe6__loc-top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lsa-068c6fe6__loc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: #eaf2ff;
	color: #0b5cab;
	font-size: 1.1rem;
	flex-shrink: 0;
}
.lsa-068c6fe6__loc-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.lsa-068c6fe6__loc-badge {
	padding: 4px 12px;
	border-radius: 999px;
	background: #0b5cab;
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.lsa-068c6fe6__loc-name {
	margin: 0;
	color: #0e1c2b;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.lsa-068c6fe6__loc-address {
	font-style: normal;
	color: #506174;
	font-size: 0.92rem;
	line-height: 1.55;
}

.lsa-068c6fe6__loc-hours {
	margin: 0;
	color: #506174;
	font-size: 0.85rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 6px;
}

.lsa-068c6fe6__loc-hours-icon {
	font-size: 0.9rem;
}

.lsa-068c6fe6__loc-phone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #0b5cab;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease;
}
.lsa-068c6fe6__loc-phone:hover {
	color: #084b8c;
	text-decoration: underline;
}

.lsa-068c6fe6__loc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
	padding-top: 8px;
}

.lsa-068c6fe6__loc-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lsa-068c6fe6__loc-btn--directions {
	background: #f0f6ff;
	color: #0b5cab;
	border: 1px solid rgba(11, 92, 171, 0.15);
}
.lsa-068c6fe6__loc-btn--directions:hover {
	background: #dceaff;
	color: #084b8c;
	transform: translateY(-1px);
}

.lsa-068c6fe6__loc-btn--page {
	background: #0b5cab;
	color: #ffffff;
}
.lsa-068c6fe6__loc-btn--page:hover {
	background: #084b8c;
	color: #ffffff;
	transform: translateY(-1px);
}

/* ── BOTTOM GRID (Pills + Services) ── */
.lsa-068c6fe6__bottom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.lsa-068c6fe6__sub-heading {
	margin: 0 0 16px;
	color: #0e1c2b;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

/* ── SEO PILLS ── */
.lsa-068c6fe6__pills-section {
	padding: 28px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(14, 28, 43, 0.08);
	box-shadow: 0 12px 36px rgba(14, 28, 43, 0.06);
}

.lsa-068c6fe6__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.lsa-068c6fe6__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 14px;
	background: #f0f6ff;
	border: 1px solid rgba(11, 92, 171, 0.12);
	color: #0b5cab;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: background 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

a.lsa-068c6fe6__pill:hover,
a.lsa-068c6fe6__pill:focus {
	background: #dceaff;
	border-color: #0b5cab;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(11, 92, 171, 0.12);
	color: #084b8c;
}

.lsa-068c6fe6__pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	font-size: 0.72rem;
	color: #0b5cab;
}
.lsa-068c6fe6__pill-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.lsa-068c6fe6__pill-arrow {
	margin-left: auto;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 200ms ease, transform 200ms ease;
	font-size: 0.82rem;
}
a.lsa-068c6fe6__pill:hover .lsa-068c6fe6__pill-arrow,
a.lsa-068c6fe6__pill:focus .lsa-068c6fe6__pill-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* ── SERVICE HIGHLIGHTS ── */
.lsa-068c6fe6__services-section {
	padding: 28px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(14, 28, 43, 0.08);
	box-shadow: 0 12px 36px rgba(14, 28, 43, 0.06);
}

.lsa-068c6fe6__services-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.lsa-068c6fe6__svc {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #f8fbff;
	border: 1px solid rgba(14, 28, 43, 0.05);
	transition: background 180ms ease;
}
.lsa-068c6fe6__svc:hover {
	background: #eef5ff;
}

.lsa-068c6fe6__svc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #eaf2ff;
	color: #0b5cab;
	font-size: 0.85rem;
	flex-shrink: 0;
}
.lsa-068c6fe6__svc-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.lsa-068c6fe6__svc-text {
	color: #0e1c2b;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
}

/* ── FOOTER CTA ── */
.lsa-068c6fe6__footer {
	margin: 40px auto 0;
	max-width: 900px;
	text-align: center;
}

.lsa-068c6fe6__cta-note {
	margin: 0 auto 22px;
	color: #4a5b6d;
	font-size: 1rem;
	line-height: 1.65;
}

.lsa-068c6fe6__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.lsa-068c6fe6__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease;
}

.lsa-068c6fe6__button--primary {
	background: #0b5cab;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(11, 92, 171, 0.25);
}
.lsa-068c6fe6__button--primary:hover,
.lsa-068c6fe6__button--primary:focus {
	background: #084b8c;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(11, 92, 171, 0.32);
}

.lsa-068c6fe6__button--secondary {
	border: 2px solid rgba(11, 92, 171, 0.22);
	background: #ffffff;
	color: #0b5cab;
}
.lsa-068c6fe6__button--secondary:hover,
.lsa-068c6fe6__button--secondary:focus {
	border-color: #0b5cab;
	background: #eef6ff;
	color: #084b8c;
	transform: translateY(-2px);
}

/* Focus visible */
.lsa-068c6fe6 a:focus-visible,
.lsa-068c6fe6 button:focus-visible {
	outline: 3px solid rgba(11, 92, 171, 0.45);
	outline-offset: 4px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
	.lsa-068c6fe6 { padding: 64px 20px; }
	.lsa-068c6fe6__bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.lsa-068c6fe6 { padding: 48px 16px; }
	.lsa-068c6fe6__header { margin-bottom: 32px; text-align: left; }
	.lsa-068c6fe6__description { font-size: 0.98rem; }
	.lsa-068c6fe6__locations-grid { grid-template-columns: 1fr; gap: 16px; }
	.lsa-068c6fe6__loc-card { padding: 22px; border-radius: 20px; }
	.lsa-068c6fe6__pills-section,
	.lsa-068c6fe6__services-section { border-radius: 20px; padding: 22px; }
	.lsa-068c6fe6__services-row { grid-template-columns: 1fr; }
	.lsa-068c6fe6__footer { text-align: left; }
	.lsa-068c6fe6__actions { justify-content: flex-start; }
	.lsa-068c6fe6__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.lsa-068c6fe6__pill,
	.lsa-068c6fe6__button,
	.lsa-068c6fe6__svc,
	.lsa-068c6fe6__loc-card,
	.lsa-068c6fe6__loc-btn { transition: none; }
}
