/*
 * Emergency Electrician Landing Page — Stylesheet
 * Namespaced with .elp- prefix to avoid conflicts with Astra, WPBakery, or any plugin.
 * Enqueued conditionally: only loads on template-electrician-landing.php
 */

/* ============================================================
   RESET & TOKENS
   ============================================================ */
.elp-body *,
.elp-body *::before,
.elp-body *::after {
	box-sizing: border-box;
}

:root {
	--elp-brand:        #0b548a;
	--elp-brand-dark:   #08406a;
	--elp-brand-light:  #e7f0f7;
	--elp-charcoal:     #1e1e1e;
	--elp-dark:         #2d2d2d;
	--elp-mid:          #555555;
	--elp-muted:        #888888;
	--elp-border:       #e0e0e0;
	--elp-off-white:    #f7f7f7;
	--elp-white:        #ffffff;
	--elp-star:         #e8a800;
	--elp-success:      #2a7a3b;
	--elp-success-bg:   #e8f5eb;
	--elp-radius:       6px;
	--elp-radius-lg:    10px;
	--elp-font:         'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Scoped scroll behaviour — only applies while on this page */
html:has(.elp-body) {
	scroll-behavior: smooth;
}

/* Override Astra body defaults for this template */
.elp-body {
	font-family: var(--elp-font);
	font-size: 16px;
	color: var(--elp-dark);
	background: var(--elp-white);
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

/* Astra adds padding-top for the admin bar — keep that */
.elp-body.admin-bar {
	/* admin bar offset handled by WP core */
}

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.elp-sticky-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: var(--elp-white);
	border-top: 2px solid var(--elp-brand);
	padding: 10px 14px;
	gap: 10px;
	box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.1);
}

.elp-sticky-bar a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 13px 10px;
	border-radius: var(--elp-radius);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: var(--elp-font);
}

.elp-s-call {
	background: var(--elp-brand);
	color: var(--elp-white);
}

.elp-s-quote {
	background: var(--elp-white);
	color: var(--elp-brand);
	border: 1.5px solid var(--elp-brand);
}

/* ============================================================
   UTILITY BAR
   ============================================================ */
.elp-util-bar {
	background: var(--elp-white);
	padding: 8px 0;
	border-bottom: 1px solid var(--elp-border);
}

.elp-util-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.elp-util-left {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.elp-util-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: var(--elp-mid);
	font-weight: 500;
}

.elp-util-item svg {
	color: var(--elp-brand);
	flex-shrink: 0;
}

.elp-util-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--elp-brand);
	color: var(--elp-white);
	padding: 7px 18px;
	border-radius: var(--elp-radius);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.15s;
	font-family: var(--elp-font);
}

.elp-util-phone:hover {
	background: var(--elp-brand-dark);
	color: var(--elp-white);
}

/* ============================================================
   MAIN HEADER
   ============================================================ */
.elp-main-header {
	background: var(--elp-white);
	border-bottom: 3px solid var(--elp-brand);
	padding: 14px 0;
}

.elp-header-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.elp-logo-block {
	display: flex;
	align-items: center;
	gap: 12px;
}

.elp-logo-badge {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--elp-brand);
	color: var(--elp-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	flex-shrink: 0;
	border: 3px solid var(--elp-white);
	box-shadow: 0 0 0 2px var(--elp-brand);
	font-family: var(--elp-font);
}

.elp-brand {
	font-size: 22px;
	font-weight: 800;
	color: var(--elp-charcoal);
	letter-spacing: 0.02em;
	display: block;
	line-height: 1.1;
	font-family: var(--elp-font);
}

.elp-brand span {
	color: var(--elp-brand);
}

.elp-since {
	font-size: 11px;
	font-weight: 600;
	color: var(--elp-muted);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.elp-header-trust {
	display: flex;
	align-items: center;
	gap: 24px;
}

.elp-h-trust-item {
	text-align: center;
}

.elp-val {
	font-size: 22px;
	font-weight: 800;
	color: var(--elp-brand);
	line-height: 1;
	font-family: var(--elp-font);
}

.elp-lbl {
	font-size: 10px;
	font-weight: 600;
	color: var(--elp-muted);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	display: block;
}

.elp-h-divider {
	width: 1px;
	height: 36px;
	background: var(--elp-border);
}

/* ============================================================
   HERO
   ============================================================ */
.elp-hero {
	position: relative;
	border-bottom: 4px solid var(--elp-brand);
	overflow: hidden;
	min-height: 560px;
	display: flex;
	align-items: center;
}

.elp-hero-bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.elp-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		100deg,
		rgba(8, 20, 32, 0.93) 0%,
		rgba(8, 20, 32, 0.86) 38%,
		rgba(8, 20, 32, 0.55) 70%,
		rgba(8, 20, 32, 0.3) 100%
	);
}

.elp-hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 56px 24px;
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 48px;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 100%;
}

.elp-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--elp-brand);
	color: var(--elp-white);
	padding: 5px 14px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: var(--elp-font);
}

.elp-live-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	animation: elp-blink 1.4s ease-in-out infinite;
	flex-shrink: 0;
}

@keyframes elp-blink {
	0%, 100% { opacity: 1; }
	50%       { opacity: 0.3; }
}

.elp-hero-copy h1 {
	font-size: 54px;
	font-weight: 800;
	color: var(--elp-white);
	line-height: 1.05;
	letter-spacing: 0.01em;
	margin: 0 0 18px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
	font-family: var(--elp-font);
}

.elp-accent {
	color: #6db3e8;
}

.elp-hero-sub {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
	max-width: 520px;
	line-height: 1.65;
	margin: 0 0 28px;
}

.elp-hero-checks {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.elp-hero-check {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
}

.elp-check-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--elp-brand);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
}

.elp-hero-cta-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.elp-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--elp-brand);
	color: var(--elp-white);
	padding: 14px 28px;
	border-radius: var(--elp-radius);
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
	font-family: var(--elp-font);
}

.elp-btn-primary:hover {
	background: var(--elp-brand-dark);
	color: var(--elp-white);
	transform: translateY(-1px);
}

.elp-hero-alt-link {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

/* ============================================================
   FORM CARD (hero)
   ============================================================ */
.elp-form-card {
	background: var(--elp-white);
	border-radius: var(--elp-radius-lg);
	overflow: hidden;
	border: 1.5px solid var(--elp-border);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.elp-form-card-head {
	background: var(--elp-brand);
	padding: 18px 22px;
	text-align: center;
}

.elp-fc-super {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 3px;
}

.elp-fc-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--elp-white);
	line-height: 1.2;
	margin: 0;
	font-family: var(--elp-font);
}

.elp-form-body {
	padding: 22px;
}

/*
 * Form plugin overrides — keep these scoped inside .elp-form-body
 * so they only affect shortcode forms inside this template.
 * Adjust selectors to match your form plugin's markup if needed.
 */
.elp-form-body input[type="text"],
.elp-form-body input[type="email"],
.elp-form-body input[type="tel"],
.elp-form-body select,
.elp-form-body textarea {
	width: 100%;
	padding: 10px 13px;
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius);
	font-family: var(--elp-font);
	font-size: 14px;
	font-weight: 500;
	color: var(--elp-dark);
	background: var(--elp-white);
	transition: border-color 0.15s;
	appearance: none;
	margin-bottom: 12px;
}

.elp-form-body input:focus,
.elp-form-body select:focus,
.elp-form-body textarea:focus {
	outline: none;
	border-color: var(--elp-brand);
	box-shadow: 0 0 0 3px rgba(11, 84, 138, 0.1);
}

.elp-form-body input[type="submit"],
.elp-form-body button[type="submit"] {
	width: 100%;
	background: var(--elp-brand);
	color: var(--elp-white);
	border: none;
	padding: 14px;
	border-radius: var(--elp-radius);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s;
	font-family: var(--elp-font);
}

.elp-form-body input[type="submit"]:hover,
.elp-form-body button[type="submit"]:hover {
	background: var(--elp-brand-dark);
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.elp-trust-strip {
	background: var(--elp-off-white);
	border-bottom: 1px solid var(--elp-border);
	padding: 16px 0;
}

.elp-ts-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
}

.elp-ts-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 22px;
	font-size: 13px;
	font-weight: 600;
	color: var(--elp-dark);
	border-right: 1px solid var(--elp-border);
}

.elp-ts-item:last-child {
	border-right: none;
}

.elp-ts-item svg {
	color: var(--elp-brand);
	flex-shrink: 0;
}

/* ============================================================
   SECTIONS — BASE
   ============================================================ */
.elp-section {
	padding: 68px 0;
	background: var(--elp-white);
}

.elp-section--alt {
	background: var(--elp-off-white);
}

.elp-s-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

.elp-s-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--elp-brand);
	margin: 0 0 8px;
}

.elp-s-eyebrow--light {
	color: #8fc4ec;
}

.elp-s-title {
	font-size: 36px;
	font-weight: 800;
	color: var(--elp-charcoal);
	line-height: 1.1;
	letter-spacing: 0.01em;
	margin: 0 0 12px;
	font-family: var(--elp-font);
}

.elp-s-title--light {
	color: var(--elp-white);
}

.elp-s-sub {
	font-size: 15px;
	color: var(--elp-muted);
	max-width: 540px;
	line-height: 1.6;
	margin: 0 0 36px;
}

.elp-s-sub--light {
	color: rgba(255, 255, 255, 0.8);
}

/* ============================================================
   SERVICES
   ============================================================ */
.elp-svc-layout {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 40px;
	align-items: start;
}

.elp-svc-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.elp-svc-card {
	background: var(--elp-white);
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius-lg);
	padding: 20px 16px;
	transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.elp-svc-card:hover {
	border-color: var(--elp-brand);
	box-shadow: 0 6px 24px rgba(11, 84, 138, 0.1);
	transform: translateY(-2px);
}

.elp-svc-icon {
	width: 40px;
	height: 40px;
	border-radius: var(--elp-radius);
	background: var(--elp-brand-light);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--elp-brand);
	margin-bottom: 12px;
}

.elp-svc-card-title {
	font-size: 14px;
	font-weight: 800;
	color: var(--elp-charcoal);
	margin: 0 0 5px;
	line-height: 1.3;
	font-family: var(--elp-font);
}

.elp-svc-card p {
	font-size: 12px;
	color: var(--elp-muted);
	line-height: 1.5;
	margin: 0;
}

.elp-svc-photo-box {
	position: relative;
	border-radius: var(--elp-radius-lg);
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.elp-svc-photo-box img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
}

.elp-svc-photo-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(8, 20, 32, 0.85), transparent);
	padding: 20px 18px 16px;
	color: var(--elp-white);
}

.elp-svc-photo-caption strong {
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
}

.elp-svc-photo-caption span {
	font-size: 12px;
	opacity: 0.85;
}

.elp-area-callout {
	margin-top: 28px;
	background: var(--elp-white);
	border: 1.5px solid var(--elp-brand);
	border-radius: var(--elp-radius-lg);
	padding: 18px 24px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.elp-area-callout svg {
	color: var(--elp-brand);
	flex-shrink: 0;
}

.elp-area-callout p {
	font-size: 14px;
	font-weight: 600;
	color: var(--elp-dark);
	margin: 0;
}

.elp-area-callout strong {
	color: var(--elp-brand);
}

/* ============================================================
   REVIEWS
   ============================================================ */
.elp-rev-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 32px;
	align-items: start;
	margin-bottom: 28px;
}

.elp-rev-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.elp-rev-card {
	background: var(--elp-white);
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius-lg);
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.elp-rev-stars {
	display: flex;
	gap: 3px;
	margin-bottom: 11px;
	color: var(--elp-star);
}

.elp-rev-text {
	font-size: 13px;
	color: var(--elp-mid);
	line-height: 1.6;
	margin: 0 0 14px;
	font-style: italic;
	flex: 1;
}

.elp-reviewer {
	display: flex;
	align-items: center;
	gap: 10px;
	border-top: 1px solid var(--elp-border);
	padding-top: 12px;
}

.elp-rev-avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--elp-brand);
	color: var(--elp-white);
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-family: var(--elp-font);
}

.elp-rev-name {
	font-size: 13px;
	font-weight: 700;
	color: var(--elp-charcoal);
}

.elp-rev-loc {
	font-size: 11px;
	color: var(--elp-muted);
}

.elp-rev-photo-box {
	position: relative;
	border-radius: var(--elp-radius-lg);
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
	height: 100%;
}

.elp-rev-photo-box img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	display: block;
}

.elp-rev-photo-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(8, 20, 32, 0.85), transparent);
	padding: 20px 18px 16px;
	color: var(--elp-white);
}

.elp-rev-photo-caption strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
}

.elp-rev-photo-caption span {
	font-size: 11px;
	opacity: 0.85;
}

.elp-agg-bar {
	background: var(--elp-white);
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius-lg);
	padding: 20px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.elp-agg-num {
	font-size: 52px;
	font-weight: 800;
	color: var(--elp-brand);
	line-height: 1;
	font-family: var(--elp-font);
}

.elp-agg-info strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--elp-charcoal);
	margin-bottom: 3px;
}

.elp-agg-info p {
	font-size: 12px;
	color: var(--elp-muted);
	margin: 0;
}

.elp-agg-stars {
	display: flex;
	gap: 3px;
	margin-bottom: 4px;
	color: var(--elp-star);
}

/* ============================================================
   MID CTA
   ============================================================ */
.elp-mid-cta {
	background: var(--elp-brand-light);
	padding: 60px 0;
	border-top: 1px solid var(--elp-border);
	border-bottom: 1px solid var(--elp-border);
}

.elp-mid-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr 440px;
	gap: 48px;
	align-items: center;
}

.elp-mid-copy h2 {
	font-size: 32px;
	font-weight: 800;
	color: var(--elp-charcoal);
	line-height: 1.15;
	margin: 0 0 12px;
	font-family: var(--elp-font);
}

.elp-mid-copy p {
	font-size: 15px;
	color: var(--elp-mid);
	line-height: 1.6;
	margin: 0 0 22px;
}

.elp-mid-hours {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.elp-mid-hour {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: var(--elp-dark);
}

.elp-mid-hour svg {
	color: var(--elp-brand);
}

.elp-mid-form-box {
	background: var(--elp-white);
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius-lg);
	padding: 26px;
	box-shadow: 0 8px 30px rgba(11, 84, 138, 0.08);
}

/* Scoped form overrides for mid-page form */
.elp-mid-form-box input[type="text"],
.elp-mid-form-box input[type="email"],
.elp-mid-form-box input[type="tel"],
.elp-mid-form-box select,
.elp-mid-form-box textarea {
	width: 100%;
	padding: 10px 13px;
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius);
	font-family: var(--elp-font);
	font-size: 14px;
	color: var(--elp-dark);
	background: var(--elp-white);
	transition: border-color 0.15s;
	appearance: none;
	margin-bottom: 12px;
}

.elp-mid-form-box input:focus,
.elp-mid-form-box select:focus,
.elp-mid-form-box textarea:focus {
	outline: none;
	border-color: var(--elp-brand);
	box-shadow: 0 0 0 3px rgba(11, 84, 138, 0.1);
}

.elp-mid-form-box input[type="submit"],
.elp-mid-form-box button[type="submit"] {
	width: 100%;
	background: var(--elp-brand);
	color: var(--elp-white);
	border: none;
	padding: 14px;
	border-radius: var(--elp-radius);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s;
	font-family: var(--elp-font);
}

.elp-mid-form-box input[type="submit"]:hover,
.elp-mid-form-box button[type="submit"]:hover {
	background: var(--elp-brand-dark);
}

/* ============================================================
   WHY US
   ============================================================ */
.elp-why-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.elp-why-card {
	background: var(--elp-white);
	border: 1.5px solid var(--elp-border);
	border-radius: var(--elp-radius-lg);
	padding: 22px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	transition: border-color 0.15s;
}

.elp-why-card:hover {
	border-color: var(--elp-brand);
}

.elp-why-icon {
	width: 44px;
	height: 44px;
	border-radius: var(--elp-radius);
	background: var(--elp-brand-light);
	color: var(--elp-brand);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.elp-why-card-title {
	font-size: 15px;
	font-weight: 800;
	color: var(--elp-charcoal);
	margin: 0 0 5px;
	font-family: var(--elp-font);
}

.elp-why-card p {
	font-size: 13px;
	color: var(--elp-muted);
	line-height: 1.55;
	margin: 0;
}

/* ============================================================
   SERVICE AREA
   ============================================================ */
.elp-area-layout {
	position: relative;
	border-radius: var(--elp-radius-lg);
	overflow: hidden;
	min-height: 460px;
	display: flex;
	align-items: flex-end;
}

.elp-area-layout > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elp-area-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(8, 20, 32, 0.92) 0%,
		rgba(8, 20, 32, 0.6) 45%,
		rgba(8, 20, 32, 0.15) 100%
	);
}

.elp-area-content {
	position: relative;
	z-index: 2;
	padding: 36px;
	width: 100%;
}

.elp-suburb-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.elp-suburb-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 13px;
	border-radius: 20px;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	font-size: 12px;
	font-weight: 600;
	color: var(--elp-white);
	background: rgba(255, 255, 255, 0.08);
	transition: border-color 0.15s, background 0.15s;
}

.elp-suburb-tag:hover {
	border-color: #8fc4ec;
	background: rgba(255, 255, 255, 0.18);
}

/* ============================================================
   FOOTER
   ============================================================ */
.elp-footer {
	background: var(--elp-white);
	padding: 28px 0;
	border-top: 3px solid var(--elp-brand);
}

.elp-foot-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
}

.elp-foot-inner p {
	font-size: 12px;
	color: var(--elp-muted);
	line-height: 1.6;
	margin: 0;
}

.elp-foot-right {
	display: flex;
	align-items: center;
	gap: 18px;
}

.elp-foot-right a {
	font-size: 12px;
	color: var(--elp-muted);
	text-decoration: none;
}

.elp-foot-right a:hover {
	color: var(--elp-brand);
}

.elp-foot-phone {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--elp-brand) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
	.elp-hero-inner {
		grid-template-columns: 1fr;
		padding-bottom: 40px;
	}
	.elp-hero-copy h1 {
		font-size: 40px;
	}
	.elp-svc-layout {
		grid-template-columns: 1fr;
	}
	.elp-svc-photo-box {
		order: -1;
	}
	.elp-svc-photo-box img {
		height: 240px;
	}
	.elp-rev-layout {
		grid-template-columns: 1fr;
	}
	.elp-rev-photo-box {
		display: none;
	}
	.elp-why-grid {
		grid-template-columns: 1fr;
	}
	.elp-mid-inner {
		grid-template-columns: 1fr;
	}
	.elp-header-trust {
		display: none;
	}
	.elp-sticky-bar {
		display: flex;
	}
	.elp-body {
		padding-bottom: 74px;
	}
}

@media (max-width: 600px) {
	.elp-hero {
		min-height: auto;
	}
	.elp-hero-copy h1 {
		font-size: 30px;
	}
	.elp-s-title {
		font-size: 28px;
	}
	.elp-svc-grid {
		grid-template-columns: 1fr;
	}
	.elp-ts-inner {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.elp-ts-item {
		font-size: 11px;
		padding: 5px 14px;
		white-space: nowrap;
	}
	.elp-util-left {
		display: none;
	}
	.elp-area-content {
		padding: 24px;
	}
	.elp-rev-grid {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
	.elp-live-dot {
		animation: none;
		opacity: 1;
	}
	.elp-svc-card,
	.elp-why-card,
	.elp-btn-primary {
		transition: none;
	}
}
