:root {
	--dark: #0f172a;
	--dark-2: #1e293b;
	--white: #ffffff;
	--text: #e2e8f0;
	--muted: #cbd5e1;
	--muted-dark: #475569;
	--action: #f59e0b;
	--action-hover: #d97706;
	--quote: #2563eb;
	--call: #16a34a;
	--area: #7c3aed;
	--review: #0f766e;
	--brake: #dc2626;
	--battery: #0891b2;
	--diagnostic: #4f46e5;
	--health: #15803d;
	--success: #22c55e;
	--light: #f8fafc;
	--light-text: #0f172a;
	--line: rgba(226, 232, 240, 0.16);
	--shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	--radius: 8px;
}

.button-whatsapp {
	background: #25d366;
	color: #052e16;
	border-color: #25d366;
}

.quick-contact-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: min(100%, 300px);
}

.quick-contact-stack .button,
.hero-actions .button-call,
.hero-actions .button-whatsapp,
.final-cta .button-call,
.final-cta .button-whatsapp {
	font-size: 1rem;
	font-weight: 900;
	min-height: 56px;
	padding: 16px 18px;
}

.old-hero .hero-actions .button-whatsapp,
.final-cta .hero-actions .button-whatsapp {
	background: #25d366;
	color: #052e16;
}

.mobile-action-bar {
	grid-template-columns: 1fr 1fr;
}

.mobile-action-bar .mobile-action-call,
.mobile-action-bar .mobile-action-quote {
	font-size: 0.98rem;
	font-weight: 950;
	letter-spacing: 0;
	min-height: 58px;
}

.mobile-action-bar .mobile-action-quote {
	background: #25d366;
	color: #052e16;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
	margin: 0;
	font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text);
	background: var(--dark);
	overflow-x: hidden;
	padding-bottom: 76px;
}
body.call-modal-open { overflow: hidden; }
body.family-discount-open { overflow: hidden; }
body.availability-modal-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; max-width: 100%; }
:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; }

.container {
	width: min(100% - 32px, 1200px);
	margin-inline: auto;
}

.skip-link {
	position: absolute;
	left: 12px;
	top: -80px;
	z-index: 1000;
	background: var(--action);
	color: var(--light-text);
	padding: 10px 14px;
	border-radius: var(--radius);
	font-weight: 800;
}
.skip-link:focus { top: 12px; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(15, 23, 42, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
}
.july-offer-bar {
	position: relative;
	z-index: 61;
	width: 100%;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 10px 16px;
	background: #b91c1c;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: 1000;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
	animation: july-offer-flash 1.8s ease-in-out infinite;
}
.july-offer-bar strong {
	color: #facc15;
	font-weight: 1000;
}
.july-offer-action {
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border-radius: var(--radius);
	background: #2563eb;
	color: #ffffff;
	white-space: nowrap;
	font-size: 0.9rem;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}
.family-discount-bar {
	position: relative;
	z-index: 60;
	width: 100%;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 9px 16px;
	border: 0;
	background: #facc15;
	color: #111827;
	font-weight: 900;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0 -1px 0 rgba(17, 24, 39, 0.16);
	animation: family-discount-pulse 3.6s ease-in-out infinite;
}
.family-discount-bar strong { font-weight: 1000; }
.family-discount-action {
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border-radius: var(--radius);
	background: #facc15;
	color: #111827;
	white-space: nowrap;
	font-size: 0.92rem;
	font-weight: 1000;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}
@keyframes family-discount-pulse {
	0%, 100% { background: #facc15; }
	50% { background: #fde68a; }
}
@keyframes july-offer-flash {
	0%, 100% {
		background: #991b1b;
		box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18), 0 0 0 rgba(250, 204, 21, 0);
	}
	50% {
		background: #dc2626;
		box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18), 0 0 18px rgba(250, 204, 21, 0.52);
	}
}
@keyframes oilman-cta-blink {
	0%, 100% {
		filter: brightness(1);
		transform: translateY(0) scale(1);
		box-shadow: 0 0 0 rgba(250, 204, 21, 0);
	}
	45% {
		filter: brightness(1.24);
		transform: translateY(-1px) scale(1.035);
		box-shadow: 0 0 22px rgba(250, 204, 21, 0.72), 0 10px 24px rgba(2, 6, 23, 0.24);
	}
	60% {
		filter: brightness(0.95);
		transform: translateY(0) scale(1);
	}
}

.july-offer-action,
.family-discount-action,
.header-cta,
.header-emergency-booking {
	animation: oilman-cta-blink 1.18s ease-in-out infinite;
	will-change: transform, filter, box-shadow;
}

.july-offer-bar span:first-child,
.family-discount-bar span:first-child {
	animation: oilman-cta-blink 1.65s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
	.family-discount-bar,
	.july-offer-bar,
	.july-offer-action,
	.family-discount-action,
	.header-cta,
	.header-emergency-booking,
	.july-offer-bar span:first-child,
	.family-discount-bar span:first-child { animation: none; }
}
.header-grid {
	min-height: 68px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 14px;
}
.brand { min-width: 0; text-decoration: none; }
.brand-mark, .footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--white);
	font-weight: 900;
	letter-spacing: 0;
	font-size: 1.05rem;
}
.brand-logo {
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	border-radius: 8px;
	object-fit: contain;
}
.custom-logo {
	width: auto;
	max-width: min(180px, 42vw);
	max-height: 48px;
	object-fit: contain;
}
.menu-toggle {
	width: 48px;
	height: 48px;
	display: inline-grid;
	place-items: center;
	gap: 4px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--dark-2);
	color: var(--white);
}
.menu-toggle span:not(.screen-reader-text) {
	width: 22px;
	height: 2px;
	background: currentColor;
	display: block;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.primary-nav {
	position: absolute;
	left: 16px;
	right: 16px;
	top: calc(100% + 8px);
	display: none;
	background: var(--dark-2);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 10px;
}
.primary-nav.is-open { display: block; }
.primary-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 4px;
}
.primary-nav a {
	display: block;
	min-height: 44px;
	padding: 10px 12px;
	color: var(--text);
	text-decoration: none;
	border-radius: var(--radius);
	font-weight: 700;
}
.primary-nav a:hover { background: rgba(248, 250, 252, 0.08); }
.header-actions,
.header-cta,
.header-emergency { display: none; }

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 0;
	border-radius: var(--radius);
	text-decoration: none;
	font-weight: 900;
	cursor: pointer;
	text-align: center;
}
.button-primary {
	background: var(--action);
	color: var(--light-text);
}
.button-primary:hover { background: var(--action-hover); }
.button-secondary {
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(15, 23, 42, 0.52);
	color: var(--white);
}
.button-quote {
	background: var(--quote);
	color: var(--white);
}
.button-call {
	background: var(--call);
	color: var(--white);
}
.header-emergency,
.mobile-emergency-call {
	background: linear-gradient(135deg, #dc2626, #991b1b);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(220, 38, 38, 0.28);
}
.button-brake {
	background: var(--brake);
	color: var(--white);
}
.button-battery {
	background: var(--battery);
	color: var(--white);
}
.button-diagnostic {
	background: var(--diagnostic);
	color: var(--white);
}
.button-health {
	background: var(--health);
	color: var(--white);
}
.button-area {
	background: var(--area);
	color: var(--white);
}
.button-review {
	background: var(--review);
	color: var(--white);
}
.button-card {
	background: var(--dark);
	color: var(--white);
	width: 100%;
}
.dark-text { color: var(--light-text); border-color: rgba(15, 23, 42, 0.18); background: var(--white); }

.hero {
	min-height: calc(100svh - 68px);
	background:
		radial-gradient(circle at 18% 28%, rgba(245, 158, 11, 0.34), rgba(245, 158, 11, 0) 28%),
		linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(15, 23, 42, 0.72) 38%, rgba(15, 23, 42, 0.18) 72%),
		linear-gradient(180deg, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0.88)),
		url("../img/oilman-driveway-hero.webp") center right/cover no-repeat;
	position: relative;
	overflow: hidden;
}
.hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0), var(--dark));
	pointer-events: none;
}
.hero-overlay {
	min-height: inherit;
	display: flex;
	align-items: center;
	padding: 76px 0 88px;
	position: relative;
	z-index: 1;
}
.hero-grid {
	display: grid;
	gap: 24px;
	align-items: start;
}
.hero-grid-clean {
	place-items: center;
	text-align: center;
}
.hero-grid-clean .hero-copy {
	width: min(100%, 880px);
	margin-inline: auto;
}
.hero-grid-clean .eyebrow {
	color: rgba(255, 255, 255, 0.86);
	letter-spacing: 0.18em;
}
.hero-grid-clean h1 {
	max-width: 820px;
	margin-inline: auto;
	font-size: clamp(2.6rem, 12vw, 6rem);
	line-height: 0.98;
}
.hero-grid-clean .lead {
	max-width: 760px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 3.2vw, 1.28rem);
}
.eyebrow {
	margin: 0 0 10px;
	color: var(--action);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
}
h1, h2, h3, p { overflow-wrap: break-word; }
h1 {
	margin: 0;
	color: var(--white);
	font-size: clamp(2.05rem, 9vw, 4.6rem);
	line-height: 1.02;
	letter-spacing: 0;
}
h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(1.8rem, 6vw, 3rem);
	line-height: 1.12;
	letter-spacing: 0;
}
h3 {
	margin: 0;
	color: inherit;
	font-size: 1.15rem;
	line-height: 1.22;
	letter-spacing: 0;
}
.lead {
	font-size: 1.05rem;
	color: var(--text);
	margin: 16px 0 0;
	max-width: 680px;
}
.trust-line {
	color: var(--muted);
	margin: 12px 0 0;
	font-weight: 700;
}
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}
.hero-actions .button { flex: 1 1 160px; }
.hero-actions .button:nth-child(1) { background: var(--action); color: var(--light-text); }
.hero-actions .button:nth-child(2) { background: var(--brake); color: var(--white); }
.hero-actions .button:nth-child(3) { background: var(--call); color: var(--white); }
.hero-actions .button:nth-child(4) { background: var(--diagnostic); color: var(--white); }
.hero-actions .button:nth-child(5) { background: var(--battery); color: var(--white); }
.hero-actions-single {
	justify-content: center;
	margin-top: 30px;
}
.hero-actions-single .button {
	flex: 0 1 auto;
	min-width: min(100%, 280px);
	min-height: 54px;
	padding-inline: 28px;
}
.hero-actions-call-only .button {
	flex-basis: 100%;
	max-width: 340px;
}
.trust-points {
	display: grid;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
	color: var(--text);
}
.hero-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}
.hero-trust li {
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: var(--radius);
	background: rgba(15, 23, 42, 0.46);
	color: rgba(255, 255, 255, 0.92);
	padding: 9px 12px;
	font-size: 0.92rem;
	font-weight: 800;
}
.hero-trust li:nth-child(1) { border-color: rgba(245, 158, 11, 0.65); }
.hero-trust li:nth-child(2) { border-color: rgba(220, 38, 38, 0.65); }
.hero-trust li:nth-child(3) { border-color: rgba(8, 145, 178, 0.65); }
.hero-trust li:nth-child(4) { border-color: rgba(79, 70, 229, 0.65); }
.hero-trust li:nth-child(5) { border-color: rgba(21, 128, 61, 0.65); }
.trust-points li, .check-list li {
	position: relative;
	padding-left: 26px;
}
.trust-points li::before, .check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--success);
}

.quote-panel { scroll-margin-top: 90px; }
.booking-section { scroll-margin-top: 88px; }
.booking-section-inner {
	width: min(100%, 760px);
}
.booking-card {
	background: var(--white);
	color: var(--light-text);
	border-radius: var(--radius);
	padding: clamp(18px, 4vw, 28px);
	box-shadow: var(--shadow);
}
.quote-flow-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	color: #94a3b8;
}
.quote-flow-steps li {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 6px;
	font-size: 0.76rem;
	font-weight: 950;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
}
.quote-flow-steps li::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 3px;
	background: #334155;
	transform: translateY(-50%);
	z-index: 0;
}
.quote-flow-steps li:first-child::before {
	left: 50%;
}
.quote-flow-steps li:last-child::before {
	right: 50%;
}
.quote-flow-steps span {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border: 3px solid #64748b;
	border-radius: 999px;
	background: #0f172a;
	color: #ffffff;
	font-size: 0.95rem;
}
.quote-flow-steps .is-active,
.quote-flow-steps .is-complete {
	color: #facc15;
}
.quote-flow-steps .is-active span,
.quote-flow-steps .is-complete span {
	border-color: #22c55e;
	background: #22c55e;
	color: #ffffff;
}
.quote-flow-steps-light {
	margin-bottom: 18px;
	color: #6b7280;
}
.quote-flow-steps-light li::before {
	background: #d1d5db;
}
.quote-flow-steps-light span {
	background: #ffffff;
	color: #111827;
}
.booking-card .eyebrow { color: var(--action-hover); }
.booking-intro h2 { color: var(--light-text); font-size: clamp(1.45rem, 6vw, 2.1rem); }
.booking-intro p { color: #334155; margin: 8px 0 18px; }
.booking-work-widget {
	display: grid;
	gap: 0;
	margin: 22px 0;
	overflow: hidden;
	border: 1px solid rgba(249, 115, 22, 0.24);
	border-radius: var(--radius);
	background: #fff7ed;
	color: #0f172a;
}
.booking-work-main {
	min-width: 0;
}
.booking-stepper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding: 14px;
	border-bottom: 1px solid #fed7aa;
	background: #ffedd5;
}
.booking-stepper span {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 6px;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}
.booking-stepper span::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #cbd5e1;
	border-radius: 999px;
	background: #ffffff;
}
.booking-stepper span.is-complete,
.booking-stepper span.is-active {
	color: #15803d;
}
.booking-stepper span.is-complete::before,
.booking-stepper span.is-active::before {
	border-color: #22c55e;
	background: #22c55e;
}
.booking-work-tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #fed7aa;
}
.booking-work-tabs button {
	flex: 1 1 130px;
	min-height: 48px;
	border: 0;
	border-right: 1px solid #fed7aa;
	background: #fff7ed;
	color: #7c2d12;
	font-weight: 900;
	cursor: pointer;
}
.booking-work-tabs button:last-child {
	border-right: 0;
}
.booking-work-tabs button.is-active {
	background: #ffffff;
	box-shadow: inset 0 -3px 0 #f97316;
	color: #c2410c;
}
.booking-work-search {
	padding: 16px 18px;
	background: #9a3412;
}
.booking-work-search label {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-weight: 900;
}
.booking-work-search input {
	width: 100%;
	min-height: 52px;
	border: 1px solid #bae6fd;
	border-radius: var(--radius);
	padding: 12px 14px;
	background: #ffffff;
	color: #0f172a;
}
.booking-work-main h3 {
	margin: 0;
	padding: 16px 18px;
	border-bottom: 1px solid #fed7aa;
	color: #7c2d12;
	font-size: 1.24rem;
}
.booking-work-list {
	display: grid;
}
.booking-work-item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 14px 16px;
	border-bottom: 1px solid #fed7aa;
	background: #fffaf4;
}
.booking-work-item[hidden] {
	display: none;
}
.booking-work-item strong,
.booking-work-item span {
	display: block;
}
.booking-work-item strong {
	color: #1f2937;
}
.booking-work-item span {
	margin-top: 4px;
	color: #64748b;
	font-size: 0.92rem;
}
.booking-work-item button {
	min-width: 76px;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	background: #f97316;
	color: #ffffff;
	font-weight: 950;
	cursor: pointer;
}
.booking-work-item button.is-selected {
	background: #16a34a;
}
.booking-summary-panel {
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 20px;
	background: #18181b;
	color: #ffffff;
}
.booking-summary-panel p,
.booking-summary-panel span,
.booking-summary-panel li {
	margin: 0;
	color: #d4d4d8;
}
.booking-summary-panel > strong {
	color: #ffffff;
	font-size: clamp(1.7rem, 6vw, 2.3rem);
	line-height: 1;
}
.summary-selected-work {
	padding: 12px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-weight: 900;
	white-space: pre-line;
}
.booking-selected-services {
	margin: 0;
	padding: 12px 14px;
	border-radius: 8px;
	background: rgba(15, 23, 42, 0.58);
	color: #f8fafc;
	font-weight: 800;
}
.booking-summary-panel ul {
	display: grid;
	gap: 10px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}
.booking-summary-panel li {
	position: relative;
	padding-left: 28px;
	font-weight: 850;
}
.booking-summary-panel li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.18em;
	width: 18px;
	height: 18px;
	border: 2px solid #22c55e;
	border-radius: 999px;
}
.booking-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}
.booking-form label {
	font-weight: 800;
	color: var(--light-text);
}
.booking-form input,
.booking-form select,
.booking-form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	padding: 11px 12px;
	background: #ffffff;
	color: var(--light-text);
}
.booking-form [aria-invalid="true"] {
	border-color: #dc2626;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.14);
}
.booking-form textarea { resize: vertical; }
.booking-form .full { grid-column: 1 / -1; }
.booking-privacy-note {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.92rem;
}
.availability-modal {
	position: fixed;
	inset: 0;
	z-index: 150;
	display: grid;
	place-items: center;
	padding: 16px;
}
.availability-modal[hidden] { display: none; }
.availability-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.74);
}
.availability-dialog {
	position: relative;
	width: min(100%, 860px);
	max-height: calc(100dvh - 32px);
	overflow: auto;
	padding: clamp(18px, 4vw, 30px);
	border-radius: var(--radius);
	background: #ffffff;
	color: #111827;
	box-shadow: 0 28px 80px rgba(2, 6, 23, 0.34);
}
.availability-modal.is-stage-two .availability-dialog {
	border-top: 8px solid #0ea5e9;
}
.availability-dialog .eyebrow {
	color: #2563eb;
}
.availability-dialog h3 {
	margin: 0 0 12px;
	color: #111827;
	font-size: clamp(1.45rem, 3.4vw, 2rem);
	line-height: 1.15;
	letter-spacing: 0;
}
.availability-close {
	position: absolute;
	top: 14px;
	right: 14px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: var(--radius);
	background: #f8fafc;
	color: #111827;
	font-weight: 900;
	cursor: pointer;
}
.availability-warning {
	margin: 0 0 20px;
	padding: 12px 14px;
	border: 1px solid #f59e0b;
	border-radius: var(--radius);
	background: #fef3c7;
	color: #92400e;
	font-weight: 700;
}
.availability-week-nav {
	width: min(100%, 360px);
	margin: 0 auto 24px;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 54px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	overflow: hidden;
}
.availability-week-nav button {
	min-height: 46px;
	border: 0;
	background: #f3f4f6;
	color: #111827;
	font-size: 1.35rem;
	font-weight: 1000;
	cursor: pointer;
}
.availability-week-nav strong {
	display: grid;
	place-items: center;
	min-height: 46px;
	border-inline: 1px solid #cbd5e1;
	color: #111827;
	font-size: 0.95rem;
	text-align: center;
}
.availability-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(128px, 1fr));
	border: 1px solid #d1d5db;
	border-radius: var(--radius);
	overflow-x: auto;
	background: #ffffff;
}
.availability-day {
	display: grid;
	gap: 8px;
	align-content: start;
	padding: 8px;
	border-right: 1px solid #d1d5db;
	min-width: 0;
}
.availability-day:last-child {
	border-right: 0;
}
.availability-day-head {
	min-height: 132px;
	display: grid;
	align-content: start;
	gap: 4px;
	padding: 12px 8px;
	text-align: center;
}
.availability-day-head strong {
	color: #111827;
	font-size: 1.65rem;
	line-height: 1;
}
.availability-day-head span {
	color: #6b7280;
	font-size: 0.98rem;
}
.availability-day-head em {
	margin-top: 24px;
	color: #ef4444;
	font-style: normal;
	font-size: 0.84rem;
}
.availability-slot {
	width: 100%;
	min-height: 40px;
	padding: 8px 6px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font-weight: 850;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}
.availability-day:nth-child(5n+1) .availability-slot:not(.is-booked) { border-top: 4px solid #f59e0b; }
.availability-day:nth-child(5n+2) .availability-slot:not(.is-booked) { border-top: 4px solid #0ea5e9; }
.availability-day:nth-child(5n+3) .availability-slot:not(.is-booked) { border-top: 4px solid #22c55e; }
.availability-day:nth-child(5n+4) .availability-slot:not(.is-booked) { border-top: 4px solid #a855f7; }
.availability-day:nth-child(5n) .availability-slot:not(.is-booked) { border-top: 4px solid #ef4444; }
.availability-slot:hover,
.availability-slot:focus-visible {
	border-color: #2563eb;
}
.availability-slot.is-selected {
	border-color: #0284c7;
	background: #0ea5e9;
	color: #ffffff;
}
.availability-slot.is-booked,
.availability-slot:disabled {
	border-color: #991b1b;
	background: repeating-linear-gradient(135deg, #fee2e2 0, #fee2e2 8px, #fecaca 8px, #fecaca 16px);
	color: #7f1d1d;
	cursor: not-allowed;
	box-shadow: none;
	text-decoration: line-through;
	opacity: 0.86;
}
.availability-slot.is-booked::after {
	content: "Booked";
	display: block;
	margin-top: 2px;
	font-size: 0.72rem;
	text-decoration: none;
	text-transform: uppercase;
}
.availability-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 18px;
}
.availability-actions .button {
	min-width: 160px;
}
.availability-actions .button-secondary {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #111827;
}
.availability-final-button {
	min-width: min(100%, 280px);
	background: #16a34a;
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(22, 163, 74, 0.24);
}
.availability-final-button:hover {
	background: #15803d;
}
.field-error {
	margin: -4px 0 4px;
	color: #991b1b;
	font-size: 0.92rem;
	font-weight: 700;
}
.honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.privacy {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	font-weight: 600;
	color: #334155;
}
.privacy input { width: 20px; min-height: 20px; margin-top: 4px; }
.consent-options {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 14px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	background: #f8fafc;
	color: #334155;
}
.consent-options legend {
	padding: 0 6px;
	color: var(--light-text);
	font-weight: 900;
}
.consent-options p {
	margin: 0;
	font-size: 0.95rem;
}
.consent-options label {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	margin: 0;
	color: #334155;
	font-weight: 700;
}
.consent-options input {
	width: 20px;
	min-height: 20px;
	margin-top: 3px;
}
.privacy a,
.consent-options a {
	color: #7c2d12;
	font-weight: 900;
}
.notice {
	padding: 12px;
	border-radius: var(--radius);
	margin-bottom: 12px;
	font-weight: 800;
}
.notice.error { background: #fee2e2; color: #7f1d1d; }
.notice.success { background: #dcfce7; color: #14532d; }

.section { padding: clamp(48px, 8vw, 88px) 0; }
.light-section { background: var(--light); color: var(--light-text); }
.dark-section { background: var(--dark-2); color: var(--text); }
.section-heading {
	display: grid;
	gap: 8px;
	margin-bottom: 26px;
	max-width: 760px;
}
.section-heading p, .split-section p, .area-card p, .reviews-layout p, .final-cta p { color: inherit; margin: 0; }
.service-grid, .steps-grid, .pricing-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: stretch;
}
.service-card, .step-card, .price-card {
	border-radius: var(--radius);
	padding: 20px;
	box-shadow: var(--shadow);
}
.service-card {
	background: var(--white);
	border: 1px solid #e2e8f0;
	display: grid;
	grid-template-rows: 52px minmax(216px, 1fr) auto;
	gap: 14px;
	height: 100%;
}
.service-card:nth-child(1) .service-icon { background: #fff7ed; color: #92400e; }
.service-card:nth-child(2) .service-icon { background: #fee2e2; color: #991b1b; }
.service-card:nth-child(3) .service-icon { background: #cffafe; color: #155e75; }
.service-card:nth-child(4) .service-icon { background: #e0e7ff; color: #3730a3; }
.service-card:nth-child(5) .service-icon { background: #dcfce7; color: #166534; }
.price-card {
	background: var(--white);
	border: 1px solid #e2e8f0;
	display: grid;
	grid-template-rows: auto minmax(42px, auto) 1fr auto;
	gap: 12px;
	height: 100%;
	min-height: 100%;
}
.service-card p, .price-card p { margin: 0; color: #334155; }
.pricing-section {
	background: #f8fafc;
	color: var(--light-text);
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}
.price-card h3 {
	font-size: 1.05rem;
	line-height: 1.25;
	display: flex;
	align-items: flex-start;
}
.price-card .price-range {
	color: #0f172a;
	font-size: 1.2rem;
	font-weight: 900;
	min-height: 42px;
	display: flex;
	align-items: center;
}
.price-card a {
	color: #7c2d12;
	font-weight: 900;
}
.price-card .price-call-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 2px solid #7c2d12;
	border-radius: var(--radius);
	background: #7c2d12;
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.pricing-grid .price-card:nth-child(1) .price-call-button { background: #f59e0b; border-color: #f59e0b; color: #111827; }
.pricing-grid .price-card:nth-child(2) .price-call-button { background: #2563eb; border-color: #2563eb; color: #ffffff; }
.pricing-grid .price-card:nth-child(3) .price-call-button { background: #7c3aed; border-color: #7c3aed; color: #ffffff; }
.pricing-grid .price-card:nth-child(4) .price-call-button { background: #dc2626; border-color: #dc2626; color: #ffffff; }
.pricing-grid .price-card:nth-child(5) .price-call-button { background: #0891b2; border-color: #0891b2; color: #ffffff; }
.price-card .price-call-button:hover,
.price-card .price-call-button:focus-visible {
	background: #9a3412;
	border-color: #9a3412;
	color: #ffffff;
	box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.22);
	outline: none;
}
.pricing-note {
	margin: 18px 0 0;
	color: #475569;
	font-weight: 700;
}
.seo-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}
.seo-points a,
.seo-points span {
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	background: var(--white);
	color: var(--light-text);
	font-size: 0.92rem;
	font-weight: 900;
	padding: 10px 12px;
	text-decoration: none;
}
.seo-points a {
	border-color: #f97316;
	color: #7c2d12;
}
.page-pricing {
	display: grid;
	gap: 16px;
	margin-top: 10px;
}
.profile-links {
	display: grid;
	gap: 14px;
	margin-top: 18px;
	border-top: 1px solid #e2e8f0;
	padding-top: 22px;
}
.profile-link-grid {
	display: grid;
	gap: 10px;
}
.profile-link-grid a {
	background: var(--white);
	color: var(--light-text);
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	padding: 12px 14px;
	text-decoration: none;
	font-weight: 900;
}
.profile-link-grid a:focus-visible,
.profile-link-grid a:hover {
	border-color: #f97316;
	color: #7c2d12;
}
.service-card-content {
	display: grid;
	grid-template-rows: minmax(48px, auto) 1fr;
	gap: 14px;
	min-height: 0;
}
.service-card .button-card {
	min-height: 56px;
	width: 100%;
	align-self: stretch;
}
.service-icon {
	width: 52px;
	height: 52px;
	display: inline-grid;
	place-items: center;
	background: #fff7ed;
	color: #92400e;
	border-radius: var(--radius);
	font-size: 0.82rem;
	font-weight: 900;
}
.step-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--line);
}
.step-card span {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: var(--action);
	color: var(--light-text);
	font-weight: 900;
}
.step-card p { margin: 8px 0 0; color: var(--muted); }
.split-section, .area-card, .reviews-layout, .final-cta-inner {
	display: grid;
	gap: 22px;
	align-items: center;
}
.check-list {
	display: grid;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.area-section, .final-cta { background: var(--dark); }
.area-card, .final-cta-inner {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(22px, 5vw, 38px);
	background: var(--dark-2);
}
.service-area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 16px 0 0;
	list-style: none;
}
.service-area-list li {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: var(--radius);
	background: #2563eb;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 10px 22px rgba(2, 6, 23, 0.18);
}
.service-area-list li:nth-child(8n+1) { background: #2563eb; }
.service-area-list li:nth-child(8n+2) { background: #16a34a; }
.service-area-list li:nth-child(8n+3) { background: #dc2626; }
.service-area-list li:nth-child(8n+4) { background: #7c3aed; }
.service-area-list li:nth-child(8n+5) { background: #0891b2; }
.service-area-list li:nth-child(8n+6) { background: #ea580c; }
.service-area-list li:nth-child(8n+7) { background: #be123c; }
.service-area-list li:nth-child(8n) { background: #0f766e; }
.service-area-list li:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(2, 6, 23, 0.28);
}
.area-card p, .final-cta p { color: var(--muted); }
.reviews-layout {
	grid-template-columns: 1fr;
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	padding: clamp(22px, 5vw, 34px);
	background: var(--white);
	box-shadow: var(--shadow);
}
.google-business-layout {
	display: grid;
	gap: 24px;
	align-items: stretch;
}
.google-business-copy,
.google-map-panel {
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	padding: clamp(22px, 4vw, 34px);
	background: var(--white);
	box-shadow: var(--shadow);
}
.google-business-copy {
	display: grid;
	gap: 18px;
}
.google-business-copy p {
	margin: 0;
	color: var(--muted-dark);
}
.google-business-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}
.google-business-actions .button:nth-child(1) { background: #4285f4; color: #ffffff; border-color: #4285f4; }
.google-business-actions .button:nth-child(2) { background: #0f766e; color: #ffffff; border-color: #0f766e; }
.google-business-actions .button:nth-child(3) { background: #7c3aed; color: #ffffff; border-color: #7c3aed; }
.google-map-panel {
	display: grid;
	gap: 14px;
}
.google-map-panel iframe {
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: calc(var(--radius) - 4px);
	background: #f1f5f9;
}
.google-map-panel p {
	margin: 0;
	color: var(--muted-dark);
}

.page-hero {
	background:
		radial-gradient(circle at 12% 24%, rgba(245, 158, 11, 0.28), rgba(245, 158, 11, 0) 30%),
		linear-gradient(135deg, #020617 0%, #111827 48%, #0f172a 100%);
	padding: 46px 0;
	position: relative;
	overflow: hidden;
}
.page-hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -46% 35%;
	height: 240px;
	background: rgba(255, 255, 255, 0.06);
	transform: rotate(-8deg);
	pointer-events: none;
}
.page-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 24px;
	align-items: center;
}
.page-hero-oil { background: radial-gradient(circle at 15% 25%, rgba(245, 158, 11, 0.34), transparent 30%), linear-gradient(135deg, #020617, #1f2937); }
.page-hero-brake { background: radial-gradient(circle at 15% 25%, rgba(220, 38, 38, 0.34), transparent 30%), linear-gradient(135deg, #020617, #1f1717); }
.page-hero-battery { background: radial-gradient(circle at 15% 25%, rgba(8, 145, 178, 0.34), transparent 30%), linear-gradient(135deg, #020617, #082f49); }
.page-hero-diagnostic { background: radial-gradient(circle at 15% 25%, rgba(79, 70, 229, 0.38), transparent 30%), linear-gradient(135deg, #020617, #1e1b4b); }
.page-hero-health { background: radial-gradient(circle at 15% 25%, rgba(21, 128, 61, 0.34), transparent 30%), linear-gradient(135deg, #020617, #052e16); }
.page-hero-area { background: radial-gradient(circle at 15% 25%, rgba(124, 58, 237, 0.34), transparent 30%), linear-gradient(135deg, #020617, #2e1065); }
.page-hero-contact { background: radial-gradient(circle at 15% 25%, rgba(15, 118, 110, 0.34), transparent 30%), linear-gradient(135deg, #020617, #134e4a); }
.page-hero-image img, .page-hero-image {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}
.page-hero-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--muted);
	margin-bottom: 14px;
	font-size: 0.92rem;
}
.breadcrumbs a { color: var(--white); }
.content {
	display: grid;
	gap: 20px;
	font-size: 1rem;
}
.content h2 { font-size: clamp(1.45rem, 5vw, 2rem); color: var(--light-text); }
.content p { margin: 0; color: #334155; }
.page-quote { margin-top: 14px; }
.related-services {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}
.related-grid {
	display: grid;
	gap: 10px;
}
.related-grid a, .service-checks a {
	background: var(--white);
	color: var(--light-text);
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	padding: 12px 14px;
	text-decoration: none;
	font-weight: 800;
}
.related-grid a:nth-child(1),
.service-checks li:nth-child(4n+1) a { border-color: #f59e0b; box-shadow: inset 4px 0 0 #f59e0b; }
.related-grid a:nth-child(2),
.service-checks li:nth-child(4n+2) a { border-color: #dc2626; box-shadow: inset 4px 0 0 #dc2626; }
.related-grid a:nth-child(3),
.service-checks li:nth-child(4n+3) a { border-color: #0891b2; box-shadow: inset 4px 0 0 #0891b2; }
.related-grid a:nth-child(4),
.service-checks li:nth-child(4n) a { border-color: #4f46e5; box-shadow: inset 4px 0 0 #4f46e5; }
.internal-links {
	margin-top: 42px;
	padding-top: 30px;
	border-top: 1px solid #e2e8f0;
}
.internal-links h2 { margin-bottom: 18px; }
.internal-links-grid {
	display: grid;
	gap: 22px;
}
.internal-link-group {
	background: linear-gradient(180deg, #ffffff, #f8fafc);
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	padding: 18px;
}
.internal-link-group:nth-child(1) { border-top: 4px solid #f59e0b; }
.internal-link-group:nth-child(2) { border-top: 4px solid #dc2626; }
.internal-link-group:nth-child(3) { border-top: 4px solid #4f46e5; }
.internal-link-group h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	color: var(--light-text);
}
.internal-link-group ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.internal-link-group a {
	color: var(--light-text);
	font-weight: 750;
	text-decoration: none;
}
.internal-link-group a:hover { color: var(--accent); }
.faq-list { display: grid; gap: 12px; }
.faq-item {
	background: var(--white);
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	padding: 14px 16px;
}
.faq-item summary { font-weight: 900; cursor: pointer; }
.faq-item[open] {
	border-color: rgba(245, 158, 11, 0.72);
	background: rgba(15, 23, 42, 0.92);
	box-shadow: 0 18px 40px rgba(2, 6, 23, 0.3);
}
.faq-item[open] summary {
	color: #ffffff;
}
.faq-item[open] p {
	margin: 12px 0 0;
	padding: 14px 16px;
	border-radius: var(--radius);
	background: #fef3c7;
	color: #111827;
	font-weight: 850;
	line-height: 1.55;
}
.faq-item:nth-child(6n+1)[open] p { background: #fef3c7; color: #111827; }
.faq-item:nth-child(6n+2)[open] p { background: #dbeafe; color: #0f172a; }
.faq-item:nth-child(6n+3)[open] p { background: #dcfce7; color: #052e16; }
.faq-item:nth-child(6n+4)[open] p { background: #fee2e2; color: #450a0a; }
.faq-item:nth-child(6n+5)[open] p { background: #ede9fe; color: #1e1b4b; }
.faq-item:nth-child(6n)[open] p { background: #cffafe; color: #083344; }
.service-checks { display: grid; gap: 10px; padding-left: 20px; }

.site-footer {
	background: #020617;
	color: var(--text);
	padding: 46px 0 92px;
}
.footer-grid {
	display: grid;
	gap: 26px;
}
.site-footer h2 {
	font-size: 1rem;
	margin: 0 0 12px;
	color: var(--white);
}
.site-footer p { margin: 0 0 10px; color: var(--muted); }
.site-footer a { color: var(--white); }
.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}
.footer-social a {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 9px 12px;
	text-decoration: none;
	font-weight: 900;
	font-size: 0.88rem;
	background: rgba(255, 255, 255, 0.06);
}
.footer-social a:focus-visible,
.footer-social a:hover {
	background: var(--white);
	color: var(--light-text);
}
.site-footer ul {
	display: grid;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-bottom {
	border-top: 1px solid var(--line);
	margin-top: 28px;
	padding-top: 18px;
}

.mobile-action-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 70;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 8px;
	padding: 10px max(12px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
	background: rgba(2, 6, 23, 0.96);
	border-top: 1px solid var(--line);
}
.mobile-action-bar a {
	min-height: 48px;
	display: grid;
	place-items: center;
	border-radius: var(--radius);
	text-decoration: none;
	font-weight: 900;
}
.mobile-action-bar a:first-child { background: linear-gradient(135deg, #dc2626, #991b1b); color: #ffffff; }
.mobile-action-bar a:last-child { background: var(--action); color: var(--light-text); }
.call-modal {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	place-items: center;
	padding: max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
}
.call-modal[hidden] { display: none; }
.call-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.72);
}
.call-modal-dialog {
	position: relative;
	width: min(100%, 430px);
	max-height: calc(100dvh - 36px);
	overflow: auto;
	display: grid;
	gap: 14px;
	background: var(--white);
	color: var(--light-text);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: clamp(20px, 5vw, 30px);
}
.call-modal-dialog h2 {
	color: var(--light-text);
	font-size: clamp(1.65rem, 8vw, 2.35rem);
}
.call-modal-dialog p {
	margin: 0;
	color: #334155;
}
.call-modal-close {
	justify-self: end;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	background: #ffffff;
	color: var(--light-text);
	font-weight: 900;
	cursor: pointer;
}
.call-modal-number {
	display: block;
	color: var(--light-text);
	font-size: clamp(1.7rem, 9vw, 2.45rem);
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
	overflow-wrap: anywhere;
}
.call-modal-button {
	width: 100%;
	min-height: 54px;
}
.family-discount-modal {
	position: fixed;
	inset: 0;
	z-index: 130;
	display: grid;
	place-items: center;
	padding: max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
}
.family-discount-modal[hidden] { display: none; }
.family-discount-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.72);
}
.family-discount-dialog {
	position: relative;
	width: min(100%, 480px);
	max-height: calc(100dvh - 36px);
	overflow: auto;
	display: grid;
	gap: 14px;
	background: var(--white);
	color: var(--light-text);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: clamp(20px, 5vw, 30px);
}
.family-discount-dialog h2 {
	color: var(--light-text);
	font-size: clamp(1.55rem, 7vw, 2.15rem);
}
.family-discount-dialog p {
	margin: 0;
	color: #334155;
}
.family-discount-options {
	display: grid;
	gap: 10px;
}
.family-discount-options .button:nth-child(1) { background: #f59e0b; color: #111827; border-color: #f59e0b; }
.family-discount-options .button:nth-child(2) { background: #25d366; color: #052e16; border-color: #25d366; }
.family-discount-options .button:nth-child(3) { background: #2563eb; color: #ffffff; border-color: #2563eb; }
.family-discount-fields {
	display: grid;
	gap: 10px;
	margin: 6px 0;
	padding: 14px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	background: #f8fafc;
}
.family-discount-fields[hidden] { display: none; }
.family-discount-fields h3 {
	color: var(--light-text);
	font-size: 1.05rem;
}
.family-discount-fields p {
	margin: 0;
	color: #334155;
}
.cookie-notice {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 84px;
	z-index: 80;
}
.cookie-notice-inner {
	background: var(--white);
	color: var(--light-text);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 14px;
	display: grid;
	gap: 10px;
}
.cookie-notice p { margin: 0; }
.cookie-actions { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.cookie-actions .button { background: #0f766e; color: #ffffff; }

.footer-social a:nth-child(1) { border-color: #1877f2; }
.footer-social a:nth-child(2) { border-color: #e1306c; }
.footer-social a:nth-child(3) { border-color: #25d366; }
.footer-social a:nth-child(4) { border-color: #4285f4; }

.service-card .button-primary,
.final-cta .button-primary { background: var(--action); color: var(--light-text); }
.service-card .button-brake,
.final-cta .button-brake { background: var(--brake); color: var(--white); }
.service-card .button-battery,
.final-cta .button-battery { background: var(--battery); color: var(--white); }
.service-card .button-diagnostic,
.final-cta .button-diagnostic { background: var(--diagnostic); color: var(--white); }
.service-card .button-health,
.final-cta .button-health { background: var(--health); color: var(--white); }
.page-hero .hero-actions .button-primary { background: var(--action); color: var(--light-text); }
.page-hero .hero-actions .button-brake { background: var(--brake); color: var(--white); }
.page-hero .hero-actions .button-battery { background: var(--battery); color: var(--white); }
.page-hero .hero-actions .button-diagnostic { background: var(--diagnostic); color: var(--white); }
.page-hero .hero-actions .button-health { background: var(--health); color: var(--white); }
.page-hero .hero-actions .button-area { background: var(--area); color: var(--white); }
.page-hero .hero-actions .button-call { background: var(--call); color: var(--white); }
.booking-card button[type="submit"] {
	background: linear-gradient(135deg, #f59e0b, #facc15);
	color: #111827;
}
.header-cta {
	background: linear-gradient(135deg, #f59e0b, #f97316);
}

@media (min-width: 760px) {
	body { font-size: 17px; padding-bottom: 0; }
	.header-grid { grid-template-columns: minmax(120px, auto) minmax(0, 1fr) auto; }
	.menu-toggle { display: none; }
	.primary-nav {
		position: static;
		display: block;
		background: transparent;
		border: 0;
		box-shadow: none;
		padding: 0;
	}
	.primary-nav ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
	}
	.primary-nav a { font-size: clamp(0.78rem, 1.25vw, 0.9rem); white-space: nowrap; }
	.header-cta {
		display: inline-flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		padding: 10px 16px;
		border-radius: var(--radius);
		background: var(--action);
		color: var(--light-text);
		text-decoration: none;
		font-weight: 900;
		white-space: nowrap;
	}
	.header-actions {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.header-emergency {
		display: inline-flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		padding: 10px 14px;
		border-radius: var(--radius);
		text-decoration: none;
		font-weight: 900;
		white-space: nowrap;
		font-size: 0.88rem;
	}
	.hero-overlay { padding: 96px 0 110px; }
	.hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr); }
	.hero-grid-clean { grid-template-columns: minmax(0, 1fr); }
	.service-grid, .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.booking-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.split-section, .area-card, .final-cta-inner { grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr); }
	.google-business-layout { grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr); }
	.reviews-layout { grid-template-columns: 1fr auto; }
	.page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr); }
	.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.internal-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.profile-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
	.mobile-action-bar { display: none; }
	.site-footer { padding-bottom: 46px; }
	.price-card { grid-template-rows: minmax(72px, auto) minmax(42px, auto) 1fr auto; }
	.price-card h3 { min-height: 72px; }
}

@media (min-width: 1024px) {
	.service-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.pricing-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.service-card { min-height: 100%; }
}

@media (min-width: 760px) and (max-width: 1080px) {
	.header-grid {
		gap: 10px;
	}
	.brand-mark {
		font-size: 0.95rem;
	}
	.header-cta {
		min-height: 44px;
		padding-inline: 12px;
		font-size: 0.86rem;
	}
	.header-emergency {
		min-height: 44px;
		padding-inline: 10px;
		font-size: 0.8rem;
	}
	.primary-nav ul {
		gap: 0;
	}
}

@media (max-width: 374px) {
	.container { width: min(100% - 24px, 1200px); }
	h1 { font-size: 1.9rem; }
	.hero-grid-clean h1 { font-size: 2.08rem; }
	.hero-grid-clean .lead { font-size: 0.98rem; }
	.button { padding-inline: 12px; font-size: 0.93rem; }
	.booking-card { padding: 16px; }
	.mobile-action-bar {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Premium redesign layer - 2026-07-08 */
:root {
	--dark: #0f172a;
	--dark-2: #111827;
	--action: #f97316;
	--action-hover: #ea580c;
	--quote: #2563eb;
	--call: #16a34a;
	--light: #f8fafc;
	--light-text: #1f2937;
	--muted-dark: #475569;
	--shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
}

body {
	background: #ffffff;
	color: #1f2937;
}

.site-header {
	background: rgba(15, 23, 42, 0.9);
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.july-offer-bar {
	background: #0f172a;
	animation: none;
}

.july-offer-bar strong {
	color: #ffffff;
}

.family-discount-bar {
	background: #f97316;
	color: #ffffff;
	animation: none;
}

.july-offer-action {
	background: #2563eb;
	color: #ffffff;
}

.family-discount-action {
	background: #facc15;
	color: #111827;
}

.header-call,
.mobile-call-now {
	background: #16a34a;
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}

.header-call {
	display: none;
}

.button,
.header-cta,
.header-call,
.mobile-action-bar a {
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-call:hover,
.mobile-action-bar a:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.premium-hero {
	min-height: calc(100svh - 112px);
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.72) 46%, rgba(15, 23, 42, 0.3) 100%),
		url("../img/oilman-plus-branded-hero.webp"),
		url("../img/oilman-hero-1200.webp");
	background-size: cover;
	background-position: center;
}

.premium-hero .hero-overlay {
	min-height: inherit;
	display: flex;
	align-items: center;
	padding: clamp(76px, 9vw, 128px) 0;
}

.premium-hero-grid {
	display: grid;
	gap: clamp(28px, 5vw, 54px);
	align-items: center;
}

.premium-hero h1 {
	max-width: 820px;
	font-size: clamp(2.35rem, 7vw, 5.25rem);
	line-height: 0.98;
	color: #ffffff;
}

.premium-hero .lead {
	max-width: 720px;
	color: #e2e8f0;
	font-size: clamp(1.05rem, 2.4vw, 1.35rem);
}

.hero-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.hero-trust-strip span,
.booking-proof-list span,
.booking-proof-list a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--radius);
	background: rgba(15, 23, 42, 0.56);
	color: #ffffff;
	font-weight: 850;
	font-size: 0.9rem;
	text-decoration: none;
}

.hero-quote-panel {
	display: grid;
	gap: 16px;
	padding: clamp(22px, 4vw, 32px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.94);
	color: #1f2937;
	box-shadow: 0 28px 70px rgba(2, 6, 23, 0.32);
}

.hero-quote-panel h2,
.booking-side-copy h2,
.trust-grid h2 {
	color: #0f172a;
	font-size: clamp(1.45rem, 3.2vw, 2.3rem);
	line-height: 1.08;
}

.hero-quote-panel p,
.hero-quote-panel .check-list,
.booking-side-copy p {
	color: #475569;
}

.trust-band {
	padding-top: clamp(28px, 5vw, 54px);
	padding-bottom: clamp(28px, 5vw, 54px);
}

.trust-grid {
	display: grid;
	gap: 16px;
}

.trust-grid article {
	padding: 22px;
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow);
}

.trust-grid span {
	color: #f97316;
	font-weight: 1000;
}

.trust-grid p {
	margin: 8px 0 0;
	color: #475569;
}

.premium-booking-layout {
	display: grid;
	gap: clamp(24px, 5vw, 44px);
	align-items: start;
}

.premium-booking-layout.booking-form-only {
	width: min(100%, 760px);
	grid-template-columns: 1fr;
}

.booking-side-copy {
	display: grid;
	gap: 16px;
	padding: clamp(24px, 5vw, 38px);
	border-radius: var(--radius);
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(17, 24, 39, 0.82)),
		url("../img/oilman-driveway-hero.webp");
	background-size: cover;
	background-position: center;
	color: #ffffff;
	box-shadow: var(--shadow);
}

.booking-side-copy h2 {
	color: #ffffff;
}

.booking-side-copy p {
	color: #e2e8f0;
}

.booking-proof-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.booking-proof-list a {
	justify-content: center;
	background: rgba(15, 23, 42, 0.72);
}

.booking-card {
	border: 1px solid #e2e8f0;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.premium-services-section {
	background: #0f172a;
}

.premium-services-section .section-heading h2,
.premium-services-section .section-heading p {
	color: #ffffff;
}

.premium-services-section .section-heading p:last-child {
	color: #cbd5e1;
}

.premium-service-grid {
	align-items: stretch;
}

.premium-service-card {
	overflow: hidden;
	padding: 0;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.premium-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 60px rgba(2, 6, 23, 0.32);
}

.service-card-image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.premium-service-card .service-card-content {
	display: grid;
	gap: 12px;
	grid-template-rows: auto;
	padding: 18px;
}

.premium-service-card h3 {
	color: #0f172a;
}

.premium-service-card p {
	color: #475569;
}

.premium-service-card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #334155;
	font-weight: 750;
	font-size: 0.92rem;
}

.premium-service-card li::before,
.premium-check-list li::before,
.check-list li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 9px;
	border-radius: 999px;
	background: #16a34a;
}

.premium-service-card .button-card {
	position: relative;
	margin: 0 18px 18px;
	width: calc(100% - 36px);
	overflow: hidden;
}

.process-section {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.9)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.premium-area-card {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.76)),
		url("../img/oilman-homepage-hero.webp");
	background-size: cover;
	background-position: center;
}

.premium-reviews-layout {
	background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.google-business-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mobile-action-bar {
	grid-template-columns: 1fr 1fr;
}

@media (min-width: 760px) {
	.header-call {
		display: inline-flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		padding: 10px 14px;
		border-radius: var(--radius);
		text-decoration: none;
		font-weight: 900;
		white-space: nowrap;
		font-size: 0.88rem;
	}

	.premium-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	}

	.trust-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.premium-booking-layout {
		grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	}

	.booking-side-copy {
		position: sticky;
		top: 104px;
	}
}

@media (min-width: 1024px) {
	.premium-service-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 759px) {
	.premium-hero .hero-overlay {
		padding-top: 58px;
	}

	.hero-trust-strip span {
		width: 100%;
	}

	.hero-quote-panel {
		display: none;
	}

	.premium-booking-layout {
		width: min(100% - 20px, 1200px);
	}
}

.page-hero {
	background-size: cover;
	background-position: center;
}

.page-hero-services {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.88), rgba(15, 23, 42, 0.76)),
		url("../img/oilman-homepage-hero.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-oil {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(31, 41, 55, 0.72)),
		url("../img/oilman-hero-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-brake {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(127, 29, 29, 0.72)),
		url("../img/oilman-vehicle-check-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-battery {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 47, 73, 0.72)),
		url("../img/oilman-health-check-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-diagnostic {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(30, 27, 75, 0.72)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-health {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(5, 46, 22, 0.74)),
		url("../img/oilman-driveway-hero.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-area {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(46, 16, 101, 0.72)),
		url("../img/oilman-homepage-hero.webp");
	background-size: cover;
	background-position: center;
}

.page-hero-contact {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(19, 78, 74, 0.72)),
		url("../img/oilman-real-mechanic.png");
	background-size: cover;
	background-position: center;
}

.page-content-section {
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 1));
}

.page-content-mobile-oil-change-basingstoke,
.page-content-brake-pad-replacement-basingstoke,
.page-content-mobile-battery-replacement-basingstoke,
.page-content-mobile-car-diagnostics-basingstoke,
.page-content-vehicle-health-check-basingstoke {
	position: relative;
}

/* Hero correction - keep the original direct brand hero, with the supplied driveway service image. */
.old-hero {
	min-height: min(760px, calc(100svh - 112px));
	background:
		linear-gradient(90deg, rgba(9, 14, 25, 0.96) 0%, rgba(9, 14, 25, 0.88) 44%, rgba(9, 14, 25, 0.46) 100%),
		url("../img/oilman-driveway-hero.webp");
	background-size: cover;
	background-position: center right;
}

.old-hero .hero-overlay {
	min-height: inherit;
	display: flex;
	align-items: center;
	padding: clamp(72px, 10vw, 126px) 0;
}

.old-hero .hero-copy {
	max-width: 780px;
}

.old-hero h1 {
	font-size: clamp(3rem, 10vw, 7rem);
	line-height: 0.92;
	letter-spacing: 0;
	color: #ffffff;
	text-wrap: balance;
}

.old-hero .lead {
	max-width: 680px;
	margin-top: 18px;
	font-size: clamp(1.2rem, 2.4vw, 1.7rem);
	color: #ffffff;
	font-weight: 850;
}

.hero-support {
	max-width: 670px;
	margin: 12px 0 0;
	color: #dbeafe;
	font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.old-hero .hero-actions {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 900px;
}

.old-hero .hero-actions .button {
	position: relative;
	min-height: 54px;
	padding-inline: 14px;
	font-size: 0.98rem;
	box-shadow: 0 16px 34px rgba(2, 6, 23, 0.22);
	overflow: hidden;
}

.old-hero .hero-actions .button-primary { background: #f97316; color: #111827; }
.old-hero .hero-actions .button-brake { background: #dc2626; color: #ffffff; }
.old-hero .hero-actions .button-battery { background: #0891b2; color: #ffffff; }
.old-hero .hero-actions .button-diagnostic { background: #4f46e5; color: #ffffff; }
.old-hero .hero-actions .button-health { background: #16a34a; color: #ffffff; }
.old-hero .hero-actions .button-emergency { background: #b91c1c; color: #ffffff; }

.old-hero .hero-actions .button,
.premium-service-card .button-card,
.price-card .price-call-button,
.booking-proof-list a {
	animation: button-pulse 1.45s ease-in-out infinite;
}

.header-emergency-booking {
	animation: button-pulse 1.45s ease-in-out infinite;
}

.booking-proof-list a:nth-child(1) {
	background: #f97316;
	border-color: rgba(249, 115, 22, 0.95);
	color: #111827;
}

.booking-proof-list a:nth-child(2) {
	background: #dc2626;
	border-color: rgba(220, 38, 38, 0.95);
	color: #ffffff;
}

.booking-proof-list a:nth-child(3) {
	background: #0891b2;
	border-color: rgba(8, 145, 178, 0.95);
	color: #ffffff;
}

.booking-proof-list a:nth-child(4) {
	background: #4f46e5;
	border-color: rgba(79, 70, 229, 0.95);
	color: #ffffff;
}

@keyframes button-pulse {
	0%, 100% {
		transform: translateY(0) scale(1);
		box-shadow: 0 16px 34px rgba(2, 6, 23, 0.22), 0 0 0 0 rgba(249, 115, 22, 0.4);
	}
	50% {
		transform: translateY(-1px) scale(1.018);
		box-shadow: 0 20px 42px rgba(2, 6, 23, 0.3), 0 0 0 8px rgba(249, 115, 22, 0);
	}
}

.old-hero .hero-trust-strip span {
	background: rgba(2, 6, 23, 0.62);
	border-color: rgba(255, 255, 255, 0.26);
}

.trust-band {
	background:
		linear-gradient(90deg, rgba(248, 250, 252, 0.97), rgba(238, 242, 247, 0.94)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.trust-grid article {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(8px);
}

.premium-booking-layout {
	width: min(100%, 1200px);
	background: transparent;
}

.premium-booking-layout.booking-form-only {
	width: min(100%, 760px);
	grid-template-columns: 1fr;
}

.booking-section,
.booking-section.light-section {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.86)),
		url("../img/oilman-driveway-hero.webp");
	background-size: cover;
	background-position: center right;
}

.pricing-section {
	background:
		linear-gradient(90deg, rgba(8, 13, 25, 0.9), rgba(127, 29, 29, 0.78)),
		url("../img/oilman-hero-1200.webp");
	background-size: cover;
	background-position: center;
	color: #ffffff;
	border: 0;
}

.pricing-section .section-heading h2,
.pricing-section .section-heading p,
.pricing-section .eyebrow {
	color: #ffffff;
}

.seo-section {
	background:
		linear-gradient(90deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.94)),
		url("../img/oilman-vehicle-check-1200.webp");
	background-size: cover;
	background-position: center right;
}

.premium-reviews-layout {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(17, 24, 39, 0.72)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center right;
}

body {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.94)),
		url("../img/oilman-diagnostic-1200.webp");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.light-section,
.page-content-section {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(17, 24, 39, 0.76)),
		url("../img/oilman-vehicle-check-1200.webp");
	background-size: cover;
	background-position: center;
	color: #ffffff;
}

.page-content-mobile-oil-change-basingstoke {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(180, 83, 9, 0.72)),
		url("../img/oilman-hero-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-brake-pad-replacement-basingstoke {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(153, 27, 27, 0.8)),
		url("../img/oilman-vehicle-check-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-mobile-battery-replacement-basingstoke {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(8, 145, 178, 0.72)),
		url("../img/oilman-health-check-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-mobile-car-diagnostics-basingstoke {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(79, 70, 229, 0.74)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-vehicle-health-check-basingstoke {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(22, 101, 52, 0.74)),
		url("../img/oilman-health-check-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-services {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(124, 58, 237, 0.7)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-faq {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(15, 118, 110, 0.7)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.page-content-section .content,
.page-content-section .booking-card,
.page-content-section .internal-links,
.page-content-section .related-services,
.page-content-section .page-pricing,
.page-content-section .profile-links {
	color: #ffffff;
}

.page-content-section .content h2,
.page-content-section h2,
.page-content-section h3 {
	color: #ffffff;
}

.page-content-section .content p,
.page-content-section p,
.page-content-section li {
	color: #e2e8f0;
}

.booking-card,
.price-card,
.premium-service-card,
.faq-item,
.reviews-layout,
.trust-grid article,
.google-business-copy,
.google-map-panel,
.related-grid a,
.service-checks a,
.internal-link-group,
.profile-link-grid a {
	background: rgba(15, 23, 42, 0.72);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
}

.booking-section .booking-card {
	background: rgba(15, 23, 42, 0.82);
	box-shadow: 0 24px 70px rgba(2, 6, 23, 0.38);
}

.booking-section .booking-side-copy {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.88)),
		url("../img/oilman-driveway-hero.webp");
	background-size: cover;
	background-position: center;
	box-shadow: 0 24px 70px rgba(2, 6, 23, 0.38);
}

.booking-card .booking-intro h2,
.booking-card label,
.booking-card .eyebrow,
.price-card h3,
.price-card .price-range,
.premium-service-card h3,
.faq-item summary,
.internal-link-group h3,
.internal-link-group a,
.profile-link-grid a {
	color: #ffffff;
}

.booking-card .booking-intro p,
.booking-card p,
.price-card p,
.premium-service-card p,
.premium-service-card ul,
.reviews-layout p,
.trust-grid p,
.google-business-copy p,
.google-map-panel p {
	color: #e2e8f0;
}

.final-cta-inner {
	background: rgba(2, 6, 23, 0.88);
	border-color: rgba(250, 204, 21, 0.44);
	box-shadow: 0 22px 54px rgba(2, 6, 23, 0.3);
}

.final-cta .eyebrow {
	color: #facc15;
}

.final-cta h2 {
	color: #ffffff;
	text-shadow: 0 2px 16px rgba(2, 6, 23, 0.55);
}

.final-cta p {
	color: #f8fafc;
}

.local-search-section {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.82)),
		url("../img/oilman-vehicle-check-1200.webp");
	background-size: cover;
	background-position: center;
}

.local-search-panel {
	display: grid;
	gap: 22px;
	align-items: start;
}

.local-search-panel h2,
.local-search-panel p {
	color: #ffffff;
}

.local-search-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.local-search-list li {
	min-height: 44px;
	display: flex;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(2, 6, 23, 0.16);
}

.local-search-list li:nth-child(4n+1) { box-shadow: inset 5px 0 0 #f59e0b, 0 12px 26px rgba(2, 6, 23, 0.16); }
.local-search-list li:nth-child(4n+2) { box-shadow: inset 5px 0 0 #2563eb, 0 12px 26px rgba(2, 6, 23, 0.16); }
.local-search-list li:nth-child(4n+3) { box-shadow: inset 5px 0 0 #16a34a, 0 12px 26px rgba(2, 6, 23, 0.16); }
.local-search-list li:nth-child(4n) { box-shadow: inset 5px 0 0 #dc2626, 0 12px 26px rgba(2, 6, 23, 0.16); }

.nap-panel {
	display: grid;
	gap: 4px;
	margin: 16px 0;
	padding: 14px;
	border: 1px solid rgba(250, 204, 21, 0.44);
	border-radius: var(--radius);
	background: rgba(2, 6, 23, 0.76);
	color: #f8fafc;
}

.nap-panel strong {
	color: #facc15;
	font-size: 1.05rem;
}

.local-guide-section {
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.84)),
		url("../img/oilman-diagnostic-1200.webp");
	background-size: cover;
	background-position: center;
}

.local-guide-section .section-heading h2,
.local-guide-section .section-heading p,
.local-guide-section .eyebrow {
	color: #ffffff;
}

.local-guide-grid a {
	min-height: 76px;
	display: flex;
	align-items: center;
	border-color: rgba(250, 204, 21, 0.26);
	background: rgba(15, 23, 42, 0.72);
	color: #ffffff;
	font-weight: 950;
	box-shadow: inset 5px 0 0 #f59e0b, 0 14px 30px rgba(2, 6, 23, 0.16);
}

.local-guide-grid a:nth-child(4n+2) { box-shadow: inset 5px 0 0 #0ea5e9, 0 14px 30px rgba(2, 6, 23, 0.16); }
.local-guide-grid a:nth-child(4n+3) { box-shadow: inset 5px 0 0 #22c55e, 0 14px 30px rgba(2, 6, 23, 0.16); }
.local-guide-grid a:nth-child(4n) { box-shadow: inset 5px 0 0 #ef4444, 0 14px 30px rgba(2, 6, 23, 0.16); }

.price-card .price-range {
	color: #facc15;
}

.pricing-grid .price-card:nth-child(1) {
	background: rgba(120, 53, 15, 0.82);
}

.pricing-grid .price-card:nth-child(2) {
	background: rgba(30, 64, 175, 0.82);
}

.pricing-grid .price-card:nth-child(3) {
	background: rgba(91, 33, 182, 0.82);
}

.pricing-grid .price-card:nth-child(4) {
	background: rgba(127, 29, 29, 0.82);
}

.pricing-grid .price-card:nth-child(5) {
	background: rgba(14, 116, 144, 0.82);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
	background: rgba(255, 255, 255, 0.94);
	color: #0f172a;
}

.booking-form .privacy,
.booking-form .consent-options {
	background: rgba(15, 23, 42, 0.58);
	border-color: rgba(255, 255, 255, 0.18);
	color: #f8fafc;
}

.booking-form .consent-options legend,
.booking-form .consent-options p,
.booking-form .consent-options span,
.booking-form .privacy span {
	color: #f8fafc;
}

.header-emergency-booking {
	background: linear-gradient(135deg, #ef4444, #991b1b);
	color: #ffffff;
}

.mobile-action-bar {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.mobile-action-bar .mobile-action-quote {
	background: var(--action);
	color: var(--light-text);
}

.mobile-action-bar .mobile-action-call {
	background: linear-gradient(135deg, #16a34a, #15803d);
	color: #ffffff;
}

@media (min-width: 760px) {
	.local-search-panel {
		grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	}

	.local-search-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.old-hero .hero-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.booking-work-widget {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	}

	.booking-work-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.premium-booking-layout {
		grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.34fr);
	}

	.booking-proof-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 759px) {
	.availability-modal {
		padding: 10px;
		place-items: start center;
	}

	.availability-dialog {
		margin-top: 10px;
		padding: 18px 14px;
	}

	.availability-close {
		position: static;
		justify-self: end;
		float: right;
		margin-bottom: 8px;
	}

	.availability-grid {
		grid-template-columns: repeat(5, minmax(148px, 1fr));
	}

	.availability-day-head {
		min-height: 116px;
	}

	.availability-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.availability-actions .button {
		width: 100%;
	}

	.header-grid {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 8px;
	}

	.header-actions {
		display: flex;
		order: 3;
	}

	.header-actions .header-cta {
		display: none;
	}

	.header-emergency-booking {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		max-width: 118px;
		padding: 8px 10px;
		border-radius: var(--radius);
		font-size: 0.72rem;
		line-height: 1.05;
		text-align: center;
		text-decoration: none;
		font-weight: 1000;
	}

	.menu-toggle {
		order: 2;
	}

	.old-hero {
		background-position: 62% center;
	}

	.old-hero .hero-overlay {
		padding: 58px 0 76px;
		background: linear-gradient(180deg, rgba(15, 23, 42, 0.15), rgba(15, 23, 42, 0.72));
	}

	.old-hero .hero-actions {
		grid-template-columns: 1fr;
	}

	.old-hero .hero-trust-strip span {
		width: auto;
	}
}

/* Header polish correction - remove boxed link look */
.site-header {
	background: rgba(15, 23, 42, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-grid {
	min-height: 68px;
}

.brand,
.brand:visited,
.brand:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}

.brand-mark {
	background: transparent;
	color: #ffffff;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.primary-nav a,
.primary-nav a:visited {
	background: transparent;
	color: #e5e7eb;
	border: 1px solid transparent;
	box-shadow: none;
	text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.header-actions {
	align-items: center;
	gap: 10px;
}

.header-cta {
	background: linear-gradient(135deg, #f97316, #f59e0b);
	color: #111827;
	border: 0;
	box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
}

.header-emergency-booking {
	display: inline-flex;
	background: linear-gradient(135deg, #ef4444, #991b1b);
	color: #ffffff;
	border: 0;
	box-shadow: 0 12px 24px rgba(220, 38, 38, 0.28);
}

@media (min-width: 760px) {
	.header-grid {
		grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
		gap: clamp(12px, 2vw, 22px);
	}

	.primary-nav ul {
		gap: clamp(2px, 0.55vw, 8px);
	}

	.primary-nav a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		padding: 8px 10px;
		font-size: clamp(0.76rem, 0.9vw, 0.88rem);
		font-weight: 850;
		line-height: 1.1;
	}

	.header-cta,
	.header-emergency-booking {
		min-height: 46px;
		padding: 10px 14px;
		border-radius: var(--radius);
		font-size: clamp(0.78rem, 0.9vw, 0.92rem);
		font-weight: 1000;
		text-decoration: none;
		white-space: nowrap;
	}
}

@media (min-width: 760px) and (max-width: 1180px) {
	.header-grid {
		grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
		gap: 10px;
	}

	.brand-mark {
		font-size: 0.92rem;
	}

	.primary-nav a {
		padding-inline: 7px;
		font-size: 0.74rem;
	}

	.header-actions {
		gap: 7px;
	}

	.header-cta,
	.header-emergency-booking {
		min-height: 42px;
		padding-inline: 10px;
		font-size: 0.75rem;
	}
}

/* Live quote flow correction - keep the 3-step form clear on every device */
.booking-section-inner {
	width: min(100% - 24px, 860px);
	margin-inline: auto;
}

.booking-card#booking-form {
	border: 1px solid rgba(148, 163, 184, 0.42);
	background: rgba(15, 23, 42, 0.9);
	color: #ffffff;
	box-shadow: 0 26px 70px rgba(2, 6, 23, 0.42);
}

.booking-card#booking-form .booking-intro h2 {
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1.08;
}

.booking-card#booking-form .booking-intro p,
.booking-card#booking-form .booking-privacy-note {
	color: #f8fafc;
}

.booking-card#booking-form .eyebrow,
.booking-card#booking-form label {
	color: #ffffff;
}

.booking-card#booking-form .booking-form {
	grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
	column-gap: clamp(18px, 4vw, 42px);
	row-gap: 12px;
	align-items: center;
}

.booking-card#booking-form .booking-form label {
	grid-column: 1;
	margin: 0;
	font-size: 1rem;
	font-weight: 1000;
}

.booking-card#booking-form .booking-form input:not([type="hidden"]):not(.honeypot),
.booking-card#booking-form .booking-form select {
	grid-column: 2;
	min-height: 56px;
	border: 2px solid rgba(226, 232, 240, 0.82);
	background: #f8fafc;
	color: #0f172a;
	font-size: 1.02rem;
}

.booking-card#booking-form .field-error {
	grid-column: 2;
	margin: -8px 0 0;
	color: #fecaca;
}

.booking-card#booking-form .booking-form .full {
	grid-column: 1 / -1;
}

.booking-card#booking-form .booking-form .button-primary {
	min-height: 58px;
	background: linear-gradient(135deg, #f59e0b, #facc15);
	color: #111827;
	font-size: 1.03rem;
	font-weight: 1000;
}

.booking-card#booking-form .quote-flow-steps {
	max-width: 620px;
	margin-inline: auto;
}

.booking-card#booking-form .quote-flow-steps li {
	color: #cbd5e1;
}

.booking-card#booking-form .quote-flow-steps .is-active,
.booking-card#booking-form .quote-flow-steps .is-complete {
	color: #facc15;
}

.booking-card#booking-form .booking-work-widget {
	background: #fff7ed;
	color: #0f172a;
}

.booking-card#booking-form .booking-work-widget h3,
.booking-card#booking-form .booking-work-widget label,
.booking-card#booking-form .booking-work-item strong {
	color: #0f172a;
}

.booking-card#booking-form .booking-work-item span,
.booking-card#booking-form .booking-work-search input::placeholder {
	color: #475569;
}

.booking-card#booking-form .booking-summary-panel p,
.booking-card#booking-form .booking-summary-panel span,
.booking-card#booking-form .booking-summary-panel li {
	color: #e5e7eb;
}

.availability-dialog {
	width: min(100% - 20px, 920px);
}

.availability-grid {
	overflow-x: auto;
}

@media (min-width: 760px) and (max-width: 1024px) {
	.booking-section-inner {
		width: min(100% - 28px, 780px);
	}

	.booking-card#booking-form .booking-form {
		grid-template-columns: minmax(170px, 0.65fr) minmax(320px, 1fr);
		column-gap: 22px;
	}

	.availability-dialog {
		width: min(100% - 24px, 820px);
	}

	.availability-grid {
		grid-template-columns: repeat(5, minmax(126px, 1fr));
	}
}

@media (max-width: 759px) {
	.booking-section-inner {
		width: min(100% - 20px, 520px);
	}

	.booking-card#booking-form {
		padding: 18px 14px;
	}

	.booking-card#booking-form .quote-flow-steps {
		gap: 4px;
		margin-bottom: 18px;
	}

	.booking-card#booking-form .quote-flow-steps li {
		font-size: 0.64rem;
	}

	.booking-card#booking-form .quote-flow-steps span {
		width: 28px;
		height: 28px;
		font-size: 0.84rem;
	}

	.booking-card#booking-form .booking-intro h2 {
		font-size: clamp(1.75rem, 9vw, 2.35rem);
	}

	.booking-card#booking-form .booking-form {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.booking-card#booking-form .booking-form label,
	.booking-card#booking-form .booking-form input:not([type="hidden"]):not(.honeypot),
	.booking-card#booking-form .booking-form select,
	.booking-card#booking-form .field-error,
	.booking-card#booking-form .booking-form .full {
		grid-column: 1;
	}

	.booking-card#booking-form .booking-form input:not([type="hidden"]):not(.honeypot),
	.booking-card#booking-form .booking-form select {
		min-height: 54px;
	}

	.availability-dialog {
		width: min(100% - 12px, 560px);
		padding: 16px 12px;
	}

	.availability-grid {
		grid-template-columns: repeat(5, minmax(136px, 1fr));
		overflow-x: auto;
	}

	.availability-actions {
		grid-template-columns: 1fr;
		display: grid;
	}

	.booking-card#booking-form {
		margin-bottom: 88px;
	}
}

@media (max-width: 759px) {
	.mobile-action-bar.is-hidden-on-quote {
		transform: translateY(calc(100% + 16px));
		pointer-events: none;
		opacity: 0;
	}
}

/* 2.10.9 readability and crop corrections */
.page-hero,
.pricing-section,
.booking-section,
.local-guide-section {
	background-position: center 35%;
}

.page-hero::before,
.pricing-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.68), rgba(2, 6, 23, 0.34));
	pointer-events: none;
}

.page-hero-grid,
.pricing-section .container {
	position: relative;
	z-index: 1;
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero .lead,
.page-hero p,
.pricing-section .eyebrow,
.pricing-section h2,
.pricing-section .section-heading p {
	color: #ffffff;
	text-shadow: 0 2px 14px rgba(2, 6, 23, 0.76);
	opacity: 1;
}

.page-hero h1 {
	max-width: 780px;
	font-weight: 950;
}

.page-hero-contact,
.page-hero-services,
.page-hero-area,
.pricing-section {
	background-position: center 30%;
}

.old-hero .lead {
	max-width: 760px;
}

/* 2.11.0 booking add-ons */
.booking-option-panel {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	padding: 14px 16px;
	background: rgba(15, 23, 42, 0.38);
	display: grid;
	gap: 10px;
}

.booking-option-panel legend {
	padding: 0 8px;
	font-weight: 900;
	color: #ffffff;
}

.booking-option-panel label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 800;
	color: #ffffff;
}

.booking-option-grid {
	display: grid;
	grid-template-columns: minmax(160px, 0.6fr) minmax(220px, 1fr);
	gap: 10px 14px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 8px;
	background: rgba(15, 23, 42, 0.26);
}

.booking-option-grid label {
	margin: 0;
	color: #ffffff;
}

.booking-option-grid select,
.booking-option-grid input {
	width: 100%;
}

@media (max-width: 680px) {
	.booking-option-grid {
		grid-template-columns: 1fr;
	}
}

/* 2.11.1 visual clarity fixes */
.profile-link-grid a:nth-child(1) {
	background: #2563eb;
	border-color: #2563eb;
	color: #ffffff;
}

.profile-link-grid a:nth-child(2) {
	background: #16a34a;
	border-color: #16a34a;
	color: #ffffff;
}

.profile-link-grid a:nth-child(3) {
	background: #f97316;
	border-color: #f97316;
	color: #111827;
}

.profile-link-grid a:nth-child(4) {
	background: #1877f2;
	border-color: #1877f2;
	color: #ffffff;
}

.profile-link-grid a:nth-child(5) {
	background: #e1306c;
	border-color: #e1306c;
	color: #ffffff;
}

.profile-link-grid a:nth-child(6) {
	background: #25d366;
	border-color: #25d366;
	color: #052e16;
}

.profile-link-grid a:nth-child(7) {
	background: #7c3aed;
	border-color: #7c3aed;
	color: #ffffff;
}

.profile-link-grid a:hover,
.profile-link-grid a:focus-visible {
	filter: brightness(1.08);
	color: inherit;
	border-color: currentColor;
}

.page-hero-services,
.page-hero-area {
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(2, 6, 23, 0.92) 38%, rgba(2, 6, 23, 0.7) 68%, rgba(2, 6, 23, 0.52) 100%),
		url("../img/oilman-driveway-hero.webp") !important;
	background-size: cover !important;
	background-position: center 58% !important;
}

.page-hero::before {
	background: linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.76), rgba(2, 6, 23, 0.52));
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero .lead,
.page-hero p {
	color: #ffffff !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9) !important;
	opacity: 1 !important;
}

.page-hero h1 {
	font-weight: 950 !important;
}

/* 2.11.2 equal service and pricing buttons */
.premium-service-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
}

.premium-service-card .button-card,
.price-card .price-call-button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	padding: 12px 16px;
	border-radius: 8px;
}

.premium-service-card .button-card {
	height: 64px;
}

.premium-service-card .button-card {
	align-self: end;
}

.premium-service-card:nth-child(1) .button-card { background: #f97316; color: #111827; border-color: #f97316; }
.premium-service-card:nth-child(2) .button-card { background: #dc2626; color: #ffffff; border-color: #dc2626; }
.premium-service-card:nth-child(3) .button-card { background: #0ea5e9; color: #ffffff; border-color: #0ea5e9; }
.premium-service-card:nth-child(4) .button-card { background: #7c3aed; color: #ffffff; border-color: #7c3aed; }
.premium-service-card:nth-child(5) .button-card { background: #0891b2; color: #ffffff; border-color: #0891b2; }
.premium-service-card:nth-child(6) .button-card { background: #16a34a; color: #ffffff; border-color: #16a34a; }
.premium-service-card:nth-child(7) .button-card { background: #e11d48; color: #ffffff; border-color: #e11d48; }

.pricing-grid .price-card:nth-child(6) { background: rgba(22, 101, 52, 0.86); }
.pricing-grid .price-card:nth-child(7) { background: rgba(15, 118, 110, 0.86); }
.pricing-grid .price-card:nth-child(8) { background: rgba(67, 56, 202, 0.86); }
.pricing-grid .price-card:nth-child(9) { background: rgba(190, 24, 93, 0.86); }
.pricing-grid .price-card:nth-child(10) { background: rgba(3, 105, 161, 0.86); }

.pricing-grid .price-card:nth-child(6) .price-call-button { background: #16a34a; border-color: #16a34a; color: #ffffff; }
.pricing-grid .price-card:nth-child(7) .price-call-button { background: #0f766e; border-color: #0f766e; color: #ffffff; }
.pricing-grid .price-card:nth-child(8) .price-call-button { background: #4f46e5; border-color: #4f46e5; color: #ffffff; }
.pricing-grid .price-card:nth-child(9) .price-call-button { background: #db2777; border-color: #db2777; color: #ffffff; }
.pricing-grid .price-card:nth-child(10) .price-call-button { background: #0284c7; border-color: #0284c7; color: #ffffff; }

.premium-service-card .button-card:hover,
.premium-service-card .button-card:focus-visible,
.price-card .price-call-button:hover,
.price-card .price-call-button:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

/* 2.11.3 service-area readability hard override */
.page-hero.page-hero-area {
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.99) 0%, rgba(2, 6, 23, 0.94) 46%, rgba(2, 6, 23, 0.76) 72%, rgba(2, 6, 23, 0.62) 100%),
		url("../img/oilman-driveway-hero.webp") !important;
	background-position: center 62% !important;
	background-size: cover !important;
}

.page-hero.page-hero-area .page-hero-grid > div:first-child {
	padding: 18px 20px;
	border-radius: 8px;
	background: rgba(2, 6, 23, 0.45);
}

.page-hero.page-hero-area .eyebrow,
.page-hero.page-hero-area h1,
.page-hero.page-hero-area .lead,
.page-hero.page-hero-area p {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.95) !important;
	opacity: 1 !important;
}

.page-hero.page-hero-area h1 {
	font-size: clamp(2.35rem, 5vw, 4.3rem);
	line-height: 1.05;
}

/* 2.11.4 FAQ readability hard override */
body.page-id-0 .page-hero.page-hero-services,
.page-hero.page-hero-services {
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.99) 0%, rgba(2, 6, 23, 0.94) 46%, rgba(2, 6, 23, 0.76) 72%, rgba(2, 6, 23, 0.62) 100%),
		url("../img/oilman-driveway-hero.webp") !important;
	background-position: center 62% !important;
	background-size: cover !important;
}

.page-hero.page-hero-services .page-hero-grid > div:first-child {
	padding: 18px 20px;
	border-radius: 8px;
	background: rgba(2, 6, 23, 0.45);
}

.page-hero.page-hero-services .eyebrow,
.page-hero.page-hero-services h1,
.page-hero.page-hero-services .lead,
.page-hero.page-hero-services p {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.95) !important;
	opacity: 1 !important;
}

/* 2.11.5 booking service list colour system */
.booking-card#booking-form .booking-work-item {
	border-left: 6px solid #f97316;
	background: #fff7ed;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+1) {
	border-left-color: #f97316;
	background: #fff7ed;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+1) button {
	background: #f97316;
	color: #111827;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+2) {
	border-left-color: #2563eb;
	background: #eff6ff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+2) button {
	background: #2563eb;
	color: #ffffff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+3) {
	border-left-color: #7c3aed;
	background: #f5f3ff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+3) button {
	background: #7c3aed;
	color: #ffffff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+4) {
	border-left-color: #dc2626;
	background: #fef2f2;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+4) button {
	background: #dc2626;
	color: #ffffff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+5) {
	border-left-color: #0891b2;
	background: #ecfeff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+5) button {
	background: #0891b2;
	color: #ffffff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+6) {
	border-left-color: #16a34a;
	background: #f0fdf4;
}

.booking-card#booking-form .booking-work-item:nth-child(7n+6) button {
	background: #16a34a;
	color: #ffffff;
}

.booking-card#booking-form .booking-work-item:nth-child(7n) {
	border-left-color: #db2777;
	background: #fdf2f8;
}

.booking-card#booking-form .booking-work-item:nth-child(7n) button {
	background: #db2777;
	color: #ffffff;
}

.booking-card#booking-form .booking-work-item button {
	min-width: 76px;
	height: 44px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.booking-card#booking-form .booking-work-item button.is-selected {
	background: #15803d !important;
	color: #ffffff !important;
}

/* 2.11.6 final text contrast override for unreadable banner areas */
.page-hero,
.page-hero.page-hero-services,
.page-hero.page-hero-area,
.page-hero.page-hero-contact,
.page-hero.page-hero-oil,
.page-hero.page-hero-brake,
.page-hero.page-hero-battery,
.page-hero.page-hero-diagnostic,
.page-hero.page-hero-health {
	background-blend-mode: normal !important;
	position: relative;
	isolation: isolate;
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(2, 6, 23, 0.94) 44%, rgba(2, 6, 23, 0.78) 72%, rgba(2, 6, 23, 0.66) 100%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.86), rgba(2, 6, 23, 0.7));
	pointer-events: none;
}

.page-hero .container,
.page-hero-grid,
.page-hero-grid > div,
.page-hero .breadcrumbs,
.page-hero .eyebrow,
.page-hero h1,
.page-hero h2,
.page-hero .lead,
.page-hero p {
	position: relative;
	z-index: 1;
	opacity: 1 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.95), 0 1px 2px rgba(0, 0, 0, 1) !important;
}

.page-hero h1,
.page-hero h2 {
	font-weight: 950 !important;
	letter-spacing: 0 !important;
}

.page-hero .eyebrow {
	color: #facc15 !important;
	-webkit-text-fill-color: #facc15 !important;
}

.page-hero .breadcrumbs,
.page-hero .breadcrumbs a,
.page-hero .breadcrumbs span {
	color: #e5e7eb !important;
	-webkit-text-fill-color: #e5e7eb !important;
}

.page-hero-image,
.page-hero-image img {
	opacity: 0.78 !important;
	object-position: center center !important;
}

.area-section,
.area-card,
.premium-area-card {
	background-color: #07111f !important;
}

.area-section .eyebrow,
.area-section h2,
.area-section p,
.area-card .eyebrow,
.area-card h2,
.area-card p,
.premium-area-card .eyebrow,
.premium-area-card h2,
.premium-area-card p {
	opacity: 1 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.92) !important;
}

.area-section .eyebrow,
.premium-area-card .eyebrow {
	color: #facc15 !important;
	-webkit-text-fill-color: #facc15 !important;
}

.light-section .section-heading .eyebrow,
.light-section .section-heading h2,
.light-section .section-heading p {
	opacity: 1 !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	text-shadow: none !important;
}

.light-section .section-heading .eyebrow {
	color: #b45309 !important;
	-webkit-text-fill-color: #b45309 !important;
}

/* 2.11.7 local guide section final readability override */
.local-guide-section,
.light-section.local-guide-section {
	background-color: #07111f !important;
	position: relative;
	isolation: isolate;
}

.local-guide-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(2, 6, 23, 0.92) 48%, rgba(2, 6, 23, 0.72) 100%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.78), rgba(2, 6, 23, 0.86));
	pointer-events: none;
}

.local-guide-section .section-heading .eyebrow,
.local-guide-section .section-heading h2,
.local-guide-section .section-heading p {
	opacity: 1 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.95), 0 1px 2px rgba(0, 0, 0, 1) !important;
}

.local-guide-section .section-heading .eyebrow {
	color: #facc15 !important;
	-webkit-text-fill-color: #facc15 !important;
}

/* 2.11.8 profile button colour override */
.google-business-actions .button {
	border-width: 1px !important;
	box-shadow: 0 10px 22px rgba(2, 6, 23, 0.16);
}

.google-business-actions .button:nth-child(1) {
	background: #4285f4 !important;
	border-color: #4285f4 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.google-business-actions .button:nth-child(2) {
	background: #0f766e !important;
	border-color: #0f766e !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.google-business-actions .button:nth-child(3) {
	background: #7c3aed !important;
	border-color: #7c3aed !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.google-business-actions .button:nth-child(4) {
	background: #1877f2 !important;
	border-color: #1877f2 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.google-business-actions .button:nth-child(5) {
	background: #e1306c !important;
	border-color: #e1306c !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.google-business-actions .button:nth-child(6) {
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #052e16 !important;
	-webkit-text-fill-color: #052e16 !important;
}

.google-business-actions .button:nth-child(7) {
	background: #fbbc04 !important;
	border-color: #fbbc04 !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
}

/* 2.11.9 homepage FAQ readability and background crop */
.home-faq-section {
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.99) 0%, rgba(2, 6, 23, 0.94) 50%, rgba(2, 6, 23, 0.78) 100%),
		url("../img/oilman-driveway-hero.webp") !important;
	background-size: cover !important;
	background-position: center 68% !important;
	color: #ffffff !important;
}

.home-faq-section .container,
.home-faq-section .section-heading,
.home-faq-section .section-heading .eyebrow,
.home-faq-section .section-heading h2,
.home-faq-section .section-heading p {
	opacity: 1 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.96), 0 1px 2px rgba(0, 0, 0, 1) !important;
}

.home-faq-section .section-heading .eyebrow {
	color: #facc15 !important;
	-webkit-text-fill-color: #facc15 !important;
}

.home-faq-section .faq-item {
	background: rgba(255, 255, 255, 0.96) !important;
	color: #111827 !important;
}

.home-faq-section .faq-item summary,
.home-faq-section .faq-item p {
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	text-shadow: none !important;
}

/* 2.11.10 final blinking CTA override */
.july-offer-bar {
	animation: july-offer-flash 3.4s ease-in-out infinite, oilman-cta-blink 3.4s ease-in-out infinite !important;
}

.family-discount-bar {
	animation: family-discount-pulse 3.4s ease-in-out infinite, oilman-cta-blink 3.4s ease-in-out infinite !important;
}

.july-offer-action,
.family-discount-action,
.header-cta,
.header-emergency-booking {
	animation: oilman-cta-blink 3.4s ease-in-out infinite !important;
}

@keyframes oilman-cta-blink {
	0%, 100% {
		filter: brightness(1);
		transform: translateY(0) scale(1);
		box-shadow: 0 8px 18px rgba(2, 6, 23, 0.16);
	}
	50% {
		filter: brightness(1.08);
		transform: translateY(-0.5px) scale(1.01);
		box-shadow: 0 0 10px rgba(250, 204, 21, 0.28), 0 8px 18px rgba(2, 6, 23, 0.18);
	}
}

/* 2.11.11 service-area crop and service label readability */
.area-section .premium-area-card,
.premium-area-card {
	background:
		radial-gradient(circle at 82% 18%, rgba(124, 58, 237, 0.2), transparent 34%),
		radial-gradient(circle at 78% 78%, rgba(14, 165, 233, 0.18), transparent 30%),
		linear-gradient(135deg, #07111f 0%, #0f172a 50%, #111827 100%) !important;
	background-image:
		radial-gradient(circle at 82% 18%, rgba(124, 58, 237, 0.2), transparent 34%),
		radial-gradient(circle at 78% 78%, rgba(14, 165, 233, 0.18), transparent 30%),
		linear-gradient(135deg, #07111f 0%, #0f172a 50%, #111827 100%) !important;
	background-size: cover !important;
	background-position: center !important;
	overflow: hidden;
}

.area-section .premium-area-card::after {
	content: "";
	position: absolute;
	inset: auto -8% -18% auto;
	width: min(360px, 48vw);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		linear-gradient(135deg, rgba(250, 204, 21, 0.28), rgba(124, 58, 237, 0.12)),
		radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 58%);
	pointer-events: none;
}

.area-section .premium-area-card > * {
	position: relative;
	z-index: 1;
}

.service-area-list {
	gap: 8px !important;
}

.service-area-list li {
	min-height: 30px !important;
	padding: 8px 12px !important;
	border-radius: 7px !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-size: clamp(0.74rem, 1.8vw, 0.9rem) !important;
	line-height: 1.15 !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	text-align: center !important;
	box-shadow: 0 8px 16px rgba(2, 6, 23, 0.22);
}

.premium-service-card .service-icon,
.service-card .service-icon {
	width: auto !important;
	min-width: 64px !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 48px !important;
	padding: 9px 11px !important;
	line-height: 1.08 !important;
	text-align: center !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	word-break: normal !important;
	font-size: clamp(0.68rem, 1.15vw, 0.82rem) !important;
}

.premium-service-card:nth-child(6) .service-icon {
	min-width: 92px !important;
}

@media (max-width: 900px) {
	.area-section .premium-area-card {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		padding: 24px !important;
	}

	.area-section .button-area {
		width: 100% !important;
	}
}

@media (max-width: 560px) {
	.area-section .premium-area-card {
		padding: 20px !important;
	}

	.service-area-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.service-area-list li {
		min-height: 34px !important;
	}
}

/* 2.11.12 softer, clearer offer strip */
.family-discount-bar {
	background: #facc15 !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	text-shadow: none !important;
}

.family-discount-bar strong,
.family-discount-bar span {
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	text-shadow: none !important;
}

.family-discount-action {
	background: #111827 !important;
	border-color: #111827 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	box-shadow: 0 8px 18px rgba(2, 6, 23, 0.18) !important;
}

.family-discount-bar .family-discount-action,
.family-discount-bar .family-discount-action span {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: none !important;
}

/* 2.11.13 clean service-card labels */
.premium-service-card .service-icon,
.service-card .service-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 6px 10px !important;
	border-radius: 999px !important;
	font-size: 0.72rem !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	box-shadow: none !important;
}

.premium-service-card .service-card-image {
	background: #0f172a !important;
}

.premium-service-card .service-card-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* 2.11.14 final card badge sizing override */
.premium-services-section .premium-service-card .service-icon {
	width: fit-content !important;
	min-width: 0 !important;
	max-width: max-content !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 6px 10px !important;
	margin-bottom: 12px !important;
	border-radius: 999px !important;
	font-size: 0.72rem !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

/* 2.11.15 hero extra service buttons */
.old-hero .hero-actions .button:nth-child(3) {
	background: #0ea5e9 !important;
	color: #ffffff !important;
}

.old-hero .hero-actions .button:nth-child(4) {
	background: #7c3aed !important;
	color: #ffffff !important;
}

.old-hero .hero-actions .button:nth-child(5) {
	background: #0891b2 !important;
	color: #ffffff !important;
}

.old-hero .hero-actions .button:nth-child(6) {
	background: #4f46e5 !important;
	color: #ffffff !important;
}

.old-hero .hero-actions .button:nth-child(7) {
	background: #16a34a !important;
	color: #ffffff !important;
}

/* 2.11.16 force three-step trust cards readable */
.trust-grid article {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.88)) !important;
	border-color: rgba(148, 163, 184, 0.42) !important;
}

.trust-grid article h2,
.trust-grid article h3 {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7) !important;
	opacity: 1 !important;
}

.trust-grid article p {
	color: rgba(248, 250, 252, 0.96) !important;
	-webkit-text-fill-color: rgba(248, 250, 252, 0.96) !important;
	opacity: 1 !important;
}

.trust-grid article span {
	color: #fb923c !important;
	-webkit-text-fill-color: #fb923c !important;
	opacity: 1 !important;
}

/* 2.12.0 visual QA polish */
@media (min-width: 760px) {
	.old-hero .hero-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 520px;
	}
}

@media (max-width: 759px) {
	.old-hero {
		min-height: 560px;
	}

	.old-hero .hero-overlay {
		padding: 42px 0 48px;
	}

	.booking-card#booking-form .quote-flow-steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 100%;
	}

	.booking-card#booking-form .quote-flow-steps li {
		font-size: 0.58rem;
	}

	.booking-card#booking-form .quote-flow-steps span {
		width: 24px;
		height: 24px;
		border-width: 2px;
		font-size: 0.72rem;
	}

	.booking-card#booking-form .quote-flow-steps li::before {
		top: 12px;
	}
}

@media (max-width: 560px) {
	.july-offer-bar,
	.family-discount-bar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
		min-height: 42px;
		padding: 7px 10px;
		font-size: 0.68rem;
		line-height: 1.12;
	}

	.july-offer-action,
	.family-discount-action {
		min-height: 26px;
		padding: 4px 8px;
		font-size: 0.62rem;
	}
}


