: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.quote-support-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);
}
.quote-support-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: quote-support-pulse 3.6s ease-in-out infinite;
}
.quote-support-bar strong { font-weight: 1000; }
.quote-support-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 quote-support-pulse {
	0%, 100% { background: #facc15; }
	50% { background: #fde68a; }
}
@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);
	}
}

.quote-support-action,
.header-cta,
.header-emergency-booking {
	animation: oilman-cta-blink 1.18s ease-in-out infinite;
	will-change: transform, filter, box-shadow;
}

.quote-support-bar span:first-child {
	animation: oilman-cta-blink 1.65s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
	.quote-support-bar,
	.quote-support-action,
	.header-cta,
	.header-emergency-booking,
	.quote-support-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:
		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 {
	display: 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;
	min-width: 0;
}
.booking-form label {
	font-weight: 800;
	color: var(--light-text);
	min-width: 0;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	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-date-display {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 52px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	padding: 11px 12px;
	background: #ffffff;
	color: var(--light-text);
	font: inherit;
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}
.booking-form input[type="date"],
.booking-card#booking-form input[type="date"],
.booking-card#booking-form .booking-slot-fields input[type="date"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	pointer-events: none !important;
}
.booking-calendar {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #bfdbfe;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}
.booking-calendar-header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	margin-bottom: 10px;
}
.booking-calendar-header strong {
	text-align: center;
	color: #0f172a;
}
.booking-calendar-header button {
	min-width: 42px;
	min-height: 38px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 8px 10px;
	background: #f8fafc;
	color: #0f172a;
	font-size: 0.82rem;
	font-weight: 800;
	cursor: pointer;
}
.booking-calendar-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 0.75rem;
	font-weight: 900;
}
.booking-calendar-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}
.booking-calendar-legend-marker {
	width: 16px;
	height: 16px;
	border: 1px solid #86efac;
	border-radius: 5px;
	background: #ecfdf5;
}
.booking-calendar-legend-item.is-unavailable .booking-calendar-legend-marker {
	border-color: #cbd5e1;
	background: #e5e7eb;
}
.booking-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 6px;
}
.booking-calendar-day-name,
.booking-calendar-blank {
	min-width: 0;
	text-align: center;
}
.booking-calendar-day-name {
	color: #334155;
	font-size: 0.78rem;
	font-weight: 900;
}
.booking-calendar-day {
	display: grid;
	gap: 2px;
	place-items: center;
	min-width: 0;
	min-height: 54px;
	border: 1px solid #86efac;
	border-radius: 8px;
	padding: 6px 2px;
	background: #ecfdf5;
	color: #14532d;
	font-size: 0.9rem;
	font-weight: 900;
	cursor: pointer;
}
.booking-calendar-day small {
	color: inherit;
	font-size: 0.58rem;
	font-weight: 900;
	line-height: 1;
}
.booking-calendar-day.is-unavailable,
.booking-calendar-day:disabled {
	border-color: #cbd5e1;
	background: #e5e7eb;
	color: #64748b;
	cursor: not-allowed;
	opacity: 0.78;
}
.booking-calendar-day.is-selected {
	border-color: #f59e0b;
	background: #facc15;
	color: #111827;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.24);
}
.booking-slot-fields,
.booking-slot-fields > div {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow: visible;
}

.quote-service-picker-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.selected-services-summary {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid rgba(15, 23, 42, .14);
	border-radius: 18px;
	background: #f8fafc;
	color: #0f172a;
}

.selected-services-summary strong {
	font-size: 1.02rem;
}

.selected-services-summary ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.selected-services-summary li {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.remove-service-button {
	min-height: 40px;
	padding: 8px 12px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.pricing-note {
	font-weight: 800;
	color: #7c2d12;
}

.selected-services-total {
	margin: 10px 0 0;
	padding: 12px 14px;
	border-radius: 14px;
	background: #ecfdf5;
	color: #14532d;
	font-weight: 900;
}

@media (max-width: 640px) {
	.quote-service-picker-row {
		grid-template-columns: 1fr;
	}

	.booking-card,
	.booking-form,
	.booking-slot-fields,
	.booking-form input,
	.booking-form select,
	.booking-form textarea {
		max-width: 100%;
		min-width: 0;
	}

	.selected-services-summary li {
		align-items: stretch;
		flex-direction: column;
	}

	.remove-service-button {
		width: 100%;
	}
}
.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;
}
.branded-map-frame {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border-radius: calc(var(--radius) - 4px);
	background: #f1f5f9;
}
.google-map-panel iframe {
	width: 100%;
	height: 100%;
	min-height: inherit;
	border: 0;
	background: #f1f5f9;
}
.branded-map-marker {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: min(280px, calc(100% - 28px));
	transform: translate(-50%, -64%);
}
.branded-map-marker summary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 7px 14px 7px 8px;
	border: 2px solid #111827;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
	color: #111827;
	cursor: pointer;
	font-weight: 900;
	list-style: none;
}
.branded-map-marker summary::-webkit-details-marker {
	display: none;
}
.branded-map-marker summary::after {
	position: absolute;
	left: 34px;
	bottom: -16px;
	width: 18px;
	height: 18px;
	background: #111827;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
}
.branded-map-marker img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
}
.branded-map-card {
	display: grid;
	gap: 9px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
	color: #111827;
}
.branded-map-card span {
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.45;
}
.branded-map-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}
.branded-map-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #111827;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	word-break: normal;
}
.branded-map-actions a:nth-child(2) {
	background: #0f766e;
}
.branded-map-actions a:nth-child(3) {
	background: #4285f4;
}
.branded-map-actions a:nth-child(4) {
	background: #7c3aed;
}
.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;
}
.quote-support-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));
}
.quote-support-modal[hidden] { display: none; }
.quote-support-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.72);
}
.quote-support-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);
}
.quote-support-dialog h2 {
	color: var(--light-text);
	font-size: clamp(1.55rem, 7vw, 2.15rem);
}
.quote-support-dialog p {
	margin: 0;
	color: #334155;
}
.quote-support-options {
	display: grid;
	gap: 10px;
}
.quote-support-options .button:nth-child(1) { background: #f59e0b; color: #111827; border-color: #f59e0b; }
.quote-support-options .button:nth-child(2) { background: #25d366; color: #052e16; border-color: #25d366; }
.quote-support-options .button:nth-child(3) { background: #2563eb; color: #ffffff; border-color: #2563eb; }
.quote-support-fields {
	display: grid;
	gap: 10px;
	margin: 6px 0;
	padding: 14px;
	border: 1px solid #cbd5e1;
	border-radius: var(--radius);
	background: #f8fafc;
}
.quote-support-fields[hidden] { display: none; }
.quote-support-fields h3 {
	color: var(--light-text);
	font-size: 1.05rem;
}
.quote-support-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;
}



.quote-support-bar {
	background: #f97316;
	color: #ffffff;
	animation: none;
}


.quote-support-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-portrait-760.jpg");
	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(560px, calc(74svh - 80px));
	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(54px, 7vw, 86px) 0;
}

.old-hero .hero-copy {
	max-width: 780px;
}

.old-hero h1 {
	font-size: clamp(2.7rem, 7vw, 5.2rem);
	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 {
	position: sticky;
	overflow: visible;
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.98), rgba(7, 21, 38, 0.98) 48%, rgba(15, 23, 42, 0.98)),
		#0f172a;
	border-bottom: 1px solid rgba(20, 184, 166, 0.34);
	box-shadow: 0 0 22px rgba(14, 165, 233, .13);
}

.site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 0%, rgba(14, 165, 233, .26) 38%, rgba(250, 204, 21, .32) 50%, rgba(20, 184, 166, .22) 61%, transparent 74%);
	transform: translateX(-120%);
	animation: oilman-header-line-light 2.75s ease-in-out infinite;
	pointer-events: none;
}

.header-grid {
	position: relative;
	z-index: 1;
	min-height: 68px;
}

.menu-toggle {
	position: relative;
	z-index: 100;
	pointer-events: auto;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.18);
}

.primary-nav {
	z-index: 90;
	pointer-events: auto;
}

.brand,
.brand:visited,
.brand:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}

.brand-mark {
	position: relative;
	overflow: hidden;
	background: transparent;
	color: #ffffff;
	padding: 3px 6px;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(59, 130, 246, .16), 0 0 16px rgba(245, 158, 11, .14);
}

.brand-mark::after {
	content: "";
	position: absolute;
	inset: -28% -18%;
	background: linear-gradient(105deg, transparent 0%, rgba(59, 130, 246, .48) 38%, rgba(245, 158, 11, .55) 50%, transparent 66%);
	transform: translateX(-125%);
	animation: oilman-brand-light 2.25s ease-in-out infinite;
	pointer-events: none;
}

.brand-logo,
.brand-mark > span {
	position: relative;
	z-index: 1;
}

@keyframes oilman-brand-light {
	0%, 42% { transform: translateX(-125%); }
	70%, 100% { transform: translateX(125%); }
}

@keyframes oilman-header-line-light {
	0%, 40% { transform: translateX(-120%); }
	72%, 100% { transform: translateX(120%); }
}

.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 */

.quote-support-bar {
	animation: quote-support-pulse 3.4s ease-in-out infinite, oilman-cta-blink 3.4s ease-in-out infinite !important;
}

.quote-support-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 {
	display: none !important;
}

.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;
	}
}

.quote-support-bar {
	background: #facc15 !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	text-shadow: none !important;
}

.quote-support-bar strong,
.quote-support-bar span {
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	text-shadow: none !important;
}

.quote-support-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;
}

.quote-support-bar .quote-support-action,
.quote-support-bar .quote-support-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) {
	.quote-support-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;
	}
	.quote-support-action {
		min-height: 26px;
		padding: 4px 8px;
		font-size: 0.62rem;
	}
}

/* 2.12.9 remove leftover old-editing hero shadow and dark trust-card treatment */
.old-hero {
	min-height: clamp(320px, 48vw, 430px) !important;
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.78) 0%, rgba(2, 6, 23, 0.58) 48%, rgba(2, 6, 23, 0.28) 100%),
		url("../img/oilman-driveway-hero.webp") center right / cover no-repeat !important;
}

.old-hero .hero-overlay {
	min-height: inherit !important;
	padding: clamp(38px, 5vw, 64px) 0 !important;
	background: none !important;
}

.old-hero h1 {
	font-size: clamp(2.25rem, 5.3vw, 4.25rem) !important;
	line-height: 1 !important;
}

.trust-band,
.trust-band.light-section {
	background: #eaf7ff !important;
	color: #0f172a !important;
	padding-top: clamp(24px, 4vw, 42px) !important;
	position: relative !important;
	isolation: isolate !important;
	box-shadow: none !important;
	background-image: none !important;
	filter: none !important;
	backdrop-filter: none !important;
	text-shadow: none !important;
}

.trust-grid article {
	background: #ffffff !important;
	border-color: #bfdbfe !important;
	box-shadow: none !important;
	filter: none !important;
	backdrop-filter: none !important;
	opacity: 1 !important;
}

.trust-grid article h2,
.trust-grid article h3 {
	color: #0f172a !important;
	-webkit-text-fill-color: #0f172a !important;
	text-shadow: none !important;
}

.trust-grid article p {
	color: #475569 !important;
	-webkit-text-fill-color: #475569 !important;
	text-shadow: none !important;
}

.trust-grid article span {
	color: #ea580c !important;
	-webkit-text-fill-color: #ea580c !important;
	text-shadow: none !important;
}

.trust-band::before,
.trust-band::after,
.trust-grid article::before,
.trust-grid article::after {
	display: none !important;
	content: none !important;
	background: none !important;
	box-shadow: none !important;
	filter: none !important;
	backdrop-filter: none !important;
}

/* 2.13.9 mobile containment and sticky CTA layout fix */
@media (max-width: 759px) {
	body {
		padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
	}

	main {
		padding-bottom: 18px;
	}

	.old-hero {
		min-height: clamp(440px, 70svh, 560px) !important;
		overflow: hidden !important;
		isolation: isolate !important;
		contain: layout paint;
		background-position: 62% center !important;
	}

	.old-hero .hero-overlay {
		min-height: 100% !important;
		padding: clamp(48px, 12vw, 76px) 0 clamp(54px, 13vw, 82px) !important;
		display: flex !important;
		align-items: center !important;
		background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.72)) !important;
	}

	.old-hero .hero-grid,
	.old-hero .hero-copy {
		position: relative;
		z-index: 1;
	}

	.old-hero + .trust-band,
	.trust-band.light-section {
		position: relative !important;
		z-index: 1 !important;
		clear: both;
		margin-top: 0 !important;
		padding-top: clamp(28px, 8vw, 44px) !important;
	}

	.trust-grid article {
		position: relative !important;
		z-index: 1 !important;
		opacity: 1 !important;
	}

	.site-footer {
		padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.mobile-action-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		align-items: stretch !important;
		gap: 8px !important;
		padding: 10px max(10px, env(safe-area-inset-left, 0px)) calc(10px + env(safe-area-inset-bottom, 0px)) max(10px, env(safe-area-inset-right, 0px)) !important;
	}

	.mobile-action-bar a,
	.mobile-action-bar .mobile-action-call,
	.mobile-action-bar .mobile-action-quote {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-width: 0 !important;
		min-height: 56px !important;
		padding: 8px 8px !important;
		text-align: center !important;
		line-height: 1.1 !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
		font-size: clamp(0.72rem, 3vw, 0.95rem) !important;
	}
}

/* 2.14.0 professional homepage refresh */
.top-contact-strip {
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #020617, #00b7b4 46%, #022c2b 68%, #020617);
	color: #ffffff;
	border-bottom: 1px solid rgba(45, 212, 191, 0.45);
	box-shadow: 0 0 28px rgba(20, 184, 166, 0.32);
	font-size: 1rem;
}

.top-contact-strip::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .22) 42%, transparent 64%);
	transform: translateX(-120%);
	animation: puregym-strip-light 3.4s ease-in-out infinite;
	pointer-events: none;
}

.top-contact-grid {
	position: relative;
	z-index: 1;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.top-contact-grid a {
	color: #ffffff;
	text-decoration: none;
}

.top-contact-grid span,
.top-contact-offer {
	color: #ffffff;
	white-space: nowrap;
}

.top-contact-offer {
	font-weight: 950;
	letter-spacing: 0.01em;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	line-height: 1.1;
	text-shadow: 0 0 14px rgba(255, 255, 255, 0.34), 0 0 22px rgba(20, 184, 166, 0.48);
	animation: puregym-strip-pulse 2.8s ease-in-out infinite;
}

.top-contact-phone {
	font-weight: 900;
	letter-spacing: 0.01em;
}

.top-contact-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.top-contact-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #f59e0b;
	color: #111827;
	font-size: .94rem;
	font-weight: 950;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .2), 0 5px 14px rgba(0, 0, 0, .22);
}

.top-contact-actions a:last-child {
	color: #111827;
}

@keyframes puregym-strip-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .9; }
}

@keyframes puregym-strip-light {
	0%, 45% { transform: translateX(-120%); }
	72%, 100% { transform: translateX(120%); }
}

.professional-hero .hero-copy {
	max-width: 820px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.44));
	box-shadow: 0 24px 70px rgba(2, 6, 23, 0.28);
	backdrop-filter: blur(8px);
}

.professional-hero .lead {
	max-width: 680px;
	margin: 18px auto 0;
	color: #e5edf8;
	font-size: clamp(1rem, 2vw, 1.22rem);
	line-height: 1.62;
}

.professional-hero .hero-actions {
	margin-top: 24px;
	justify-content: center;
}

.professional-hero .hero-actions .button {
	min-height: 48px;
	padding-inline: 20px;
}

.professional-hero .hero-trust-strip {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.professional-hero .hero-trust-strip span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 850;
}

.home-contact-panel {
	padding: 0 0 clamp(22px, 4vw, 34px);
	background: #eaf7ff;
}

.home-contact-grid {
	margin-top: -26px;
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: 1fr 1.2fr 1.4fr;
	align-items: stretch;
	gap: 12px;
	padding: 14px;
	border: 1px solid #bfdbfe;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.home-contact-grid > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	padding: 10px 14px;
	border-radius: 18px;
	background: #f8fafc;
}

.home-contact-grid span {
	color: #64748b;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-contact-grid strong,
.home-contact-grid > div > a {
	color: #0f172a;
	font-weight: 900;
	text-decoration: none;
}

.home-contact-actions {
	flex-direction: row !important;
	align-items: center;
	background: #0f172a !important;
}

.home-contact-actions .button {
	width: max-content;
	min-height: 42px;
	white-space: nowrap;
}

.review-confidence-section {
	padding-top: 0 !important;
}

.review-confidence-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: clamp(22px, 4vw, 34px);
	border-radius: 28px;
	background: linear-gradient(135deg, #0f172a, #164e63);
	color: #ffffff;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.review-confidence-card h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.review-confidence-card p {
	margin: 0;
	color: #dbeafe;
}

.review-confidence-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.euro-services-section {
	background:
		radial-gradient(circle at top left, rgba(249, 115, 22, 0.1), transparent 32%),
		linear-gradient(180deg, #ffffff, #f8fafc);
}

.euro-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.euro-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 238px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: var(--tile-image) center / cover no-repeat, #0f172a;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.euro-service-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(239, 68, 68, 0.88), rgba(239, 68, 68, 0.28));
	z-index: 0;
}

.euro-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
}

.image-service-tile-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: inherit;
	padding: 22px 16px;
}

.euro-service-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 18px;
	background: #0f172a;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 950;
	letter-spacing: 0.02em;
}

.euro-service-card h3 {
	max-width: 220px;
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(1rem, 1.8vw, 1.3rem);
	line-height: 1.05;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(2, 6, 23, 0.24);
}

.euro-service-card p {
	max-width: 260px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.88rem;
	line-height: 1.45;
	text-shadow: 0 2px 10px rgba(2, 6, 23, 0.2);
}

.euro-service-card a {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 15px;
	border-radius: 4px;
	background: #020617;
	color: #ffffff;
	font-weight: 950;
	text-decoration: none;
}

.tile-oil::after { background: linear-gradient(90deg, rgba(239, 68, 68, 0.9), rgba(239, 68, 68, 0.28)); }
.tile-brakes::after { background: linear-gradient(90deg, rgba(249, 115, 22, 0.88), rgba(249, 115, 22, 0.24)); }
.tile-battery::after { background: linear-gradient(90deg, rgba(34, 197, 94, 0.86), rgba(34, 197, 94, 0.22)); }
.tile-diagnostics::after { background: linear-gradient(90deg, rgba(37, 99, 235, 0.88), rgba(37, 99, 235, 0.24)); }
.tile-wipers::after { background: linear-gradient(90deg, rgba(20, 184, 166, 0.88), rgba(20, 184, 166, 0.22)); }
.tile-health::after { background: linear-gradient(90deg, rgba(132, 204, 22, 0.88), rgba(132, 204, 22, 0.22)); }
.tile-filters::after { background: linear-gradient(90deg, rgba(217, 70, 239, 0.88), rgba(217, 70, 239, 0.22)); }
.tile-bulbs::after { background: linear-gradient(90deg, rgba(234, 179, 8, 0.88), rgba(234, 179, 8, 0.22)); }

.about-oilman-section {
	background:
		radial-gradient(circle at 10% 0%, rgba(14, 165, 233, 0.11), transparent 34%),
		linear-gradient(180deg, #f8fafc, #ffffff);
}

.about-oilman-card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #dbeafe;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.about-oilman-card h2 {
	margin: 0 0 14px;
	color: #0f172a;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height: 1.05;
}

.about-oilman-card p {
	color: #475569;
	font-size: 1rem;
	line-height: 1.7;
}

.booking-section {
	background:
		linear-gradient(180deg, #eaf7ff 0%, #ffffff 42%, #f8fafc 100%) !important;
}

.booking-card#booking-form {
	max-width: 980px;
	margin-inline: auto;
	border: 1px solid #bfdbfe;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.booking-card#booking-form .booking-intro {
	max-width: 880px;
}

.booking-card#booking-form .booking-intro h2 {
	color: #0f172a;
}

.booking-card#booking-form .booking-work-widget {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
	gap: 18px;
	background: #f8fafc;
	border-color: #dbeafe;
}

.booking-card#booking-form .booking-work-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-height: none;
	overflow: visible;
}

.booking-card#booking-form .booking-work-item {
	background: #ffffff !important;
	border: 1px solid #dbeafe !important;
	border-radius: 16px !important;
	box-shadow: none !important;
}

.booking-card#booking-form .booking-work-item button {
	background: #0f172a !important;
	color: #ffffff !important;
	border-radius: 999px !important;
}

.booking-card#booking-form .booking-work-item button.is-selected {
	background: #f97316 !important;
	color: #111827 !important;
}

.booking-card#booking-form .booking-summary-panel {
	background: #0f172a;
	color: #ffffff;
	border: 0;
	border-radius: 18px;
	box-shadow: none;
}

.booking-card#booking-form .booking-summary-panel strong,
.booking-card#booking-form .summary-selected-work {
	color: #ffffff;
}

.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: #dbeafe;
}

.booking-card#booking-form .booking-form {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.booking-card#booking-form .booking-selected-services {
	padding: 12px 14px;
	border: 1px solid #fed7aa;
	border-radius: 14px;
	background: #fff7ed;
	color: #9a3412;
	font-weight: 850;
}

.booking-card#booking-form .booking-form .button-primary {
	min-height: 54px;
	font-size: 1.05rem;
}

.oilman-promises-section {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(14, 165, 233, 0.08)),
		#ffffff;
}

.promises-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.promises-grid article {
	padding: 22px;
	border: 1px solid #dbeafe;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.promises-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #f97316;
	color: #111827;
	font-weight: 950;
}

.promises-grid h3 {
	margin: 0 0 8px;
	color: #0f172a;
	font-size: 1.12rem;
}

.promises-grid p {
	margin: 0;
	color: #475569;
	line-height: 1.6;
}

.trust-band,
.trust-band.light-section {
	background: #f8fafc !important;
	padding-top: clamp(34px, 5vw, 56px) !important;
	padding-bottom: clamp(34px, 5vw, 56px) !important;
}

.trust-grid article {
	padding: clamp(20px, 3vw, 30px) !important;
	border: 1px solid #dbeafe !important;
	border-radius: 24px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

.trust-grid article h2 {
	font-size: clamp(1.15rem, 2vw, 1.5rem) !important;
	line-height: 1.15 !important;
}

.trust-grid article p {
	font-size: 1rem !important;
	line-height: 1.6 !important;
}

@media (max-width: 1100px) {
	.top-contact-grid {
		display: flex;
		flex-wrap: wrap;
	}

	.top-contact-grid > span:nth-of-type(1),
	.top-contact-grid > span:nth-of-type(2) {
		display: inline;
	}

	.home-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-contact-actions {
		grid-column: 1 / -1;
		justify-content: center !important;
	}
}

@media (max-width: 900px) {
	.euro-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.promises-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-oilman-card {
		grid-template-columns: 1fr;
	}

	.review-confidence-card {
		grid-template-columns: 1fr;
	}

	.review-confidence-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 759px) {
	.top-contact-strip {
		font-size: 0.78rem;
	}

	.top-contact-grid {
		gap: 8px;
		padding-block: 8px;
		text-align: center;
	}

	.top-contact-grid span {
		white-space: normal;
	}

	.top-contact-actions {
		justify-content: center;
	}

	.site-header {
		top: 0;
	}

	.professional-hero.old-hero {
		min-height: auto !important;
		background-position: 58% center !important;
	}

	.professional-hero.old-hero .hero-overlay {
		min-height: auto !important;
		padding: 34px 0 42px !important;
		align-items: stretch !important;
	}

	.professional-hero .hero-copy {
		padding: 22px 16px;
		border-radius: 24px;
		background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.62));
	}

	.professional-hero .hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.professional-hero .hero-actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.professional-hero .hero-trust-strip {
		gap: 8px;
	}

	.professional-hero .hero-trust-strip span {
		flex: 1 1 100%;
		justify-content: center;
		text-align: center;
	}

	.home-contact-panel {
		padding-top: 0;
		padding-bottom: 26px;
	}

	.home-contact-grid {
		margin-top: 0;
		grid-template-columns: 1fr;
		border-radius: 0 0 24px 24px;
		box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
	}

	.home-contact-actions {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.home-contact-actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.trust-band.light-section {
		padding-top: 28px !important;
	}

	.review-confidence-section {
		padding-top: 24px !important;
	}

	.review-confidence-card {
		border-radius: 22px;
	}

	.review-confidence-actions,
	.review-confidence-actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.euro-service-grid {
		grid-template-columns: 1fr;
	}

	.euro-service-card {
		min-height: 210px;
	}

	.trust-grid {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	.trust-grid article {
		min-height: 0 !important;
	}

	.booking-card#booking-form .booking-work-widget,
	.booking-card#booking-form .booking-work-list,
	.booking-card#booking-form .booking-form,
	.promises-grid {
		grid-template-columns: 1fr !important;
	}

	.image-service-tile-content {
		padding: 20px 16px;
	}

	.about-oilman-card {
		padding: 22px 16px;
		border-radius: 22px;
	}

	.booking-card#booking-form {
		border-radius: 22px;
	}

	.booking-summary-panel {
		position: static !important;
	}

	.mobile-action-bar a,
	.mobile-action-bar .mobile-action-call,
	.mobile-action-bar .mobile-action-quote {
		justify-content: center !important;
		text-align: center !important;
	}
}

@media (max-width: 420px) {
	.professional-hero .hero-copy {
		padding-inline: 14px;
	}

	.professional-hero h1 {
		font-size: clamp(2rem, 12vw, 2.55rem) !important;
	}

	.home-contact-grid {
		padding-inline: 10px;
	}
}

/* 2.14.1 final shadow removal for homepage preview/live sections */
.home .trust-band,
.home .trust-band.light-section,
.trust-band,
.trust-band.light-section {
	background: #f8fafc !important;
	background-image: none !important;
	filter: none !important;
	backdrop-filter: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.home .booking-section,
.home .booking-section.light-section,
.booking-section,
.booking-section.light-section {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
	background-image: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
	background-attachment: scroll !important;
	filter: none !important;
	backdrop-filter: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.home .booking-section::before,
.home .booking-section::after,
.booking-section::before,
.booking-section::after,
.trust-band::before,
.trust-band::after {
	display: none !important;
	content: none !important;
	background: none !important;
	box-shadow: none !important;
	filter: none !important;
	backdrop-filter: none !important;
}

.booking-section-inner,
.premium-booking-layout.booking-form-only {
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	filter: none !important;
	backdrop-filter: none !important;
}

.booking-card#booking-form {
	background: #ffffff !important;
	background-image: none !important;
	color: #0f172a !important;
	filter: none !important;
	backdrop-filter: none !important;
}

.booking-card#booking-form .booking-intro h2,
.booking-card#booking-form .booking-intro p,
.booking-card#booking-form label,
.booking-card#booking-form .booking-work-item strong,
.booking-card#booking-form .booking-work-item span {
	color: #0f172a !important;
	text-shadow: none !important;
}

.service-explanations-section .split-section > div {
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid #dbe4ef;
	border-radius: 16px;
	background: #ffffff;
}

/* 2.14.2 homepage service-card refresh: compact, image-led and touch-friendly. */
.professional-hero.old-hero {
	min-height: 0 !important;
}

.professional-hero.old-hero .hero-overlay {
	min-height: 0 !important;
	padding: clamp(38px, 6vw, 68px) 0 !important;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.38), rgba(15, 23, 42, 0.62)) !important;
}

.professional-hero .hero-copy {
	max-width: 760px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.professional-hero h1 {
	max-width: 740px;
	margin-bottom: 14px;
	font-size: clamp(2.2rem, 5vw, 4rem) !important;
	line-height: 1.05;
}

.professional-hero .lead {
	max-width: 700px;
	margin-bottom: 14px;
}


.professional-hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.professional-hero .hero-actions .button {
	flex: 0 1 auto;
}

.homepage-service-section {
	padding: clamp(30px, 4vw, 52px) 0 !important;
	background: #f8fafc;
}

.homepage-service-heading {
	max-width: 760px;
	margin: 0 auto 22px;
}

.homepage-service-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.homepage-service-card {
	position: relative;
	display: flex;
	min-height: 224px;
	overflow: hidden;
	border: 1px solid #dbe4ef;
	border-radius: 16px;
	background-image: var(--tile-image);
	background-position: center;
	background-size: cover;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.homepage-service-card::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.14), rgba(15, 23, 42, 0.72));
}

.homepage-service-card-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 18px;
	color: #ffffff;
}

.homepage-service-card h3,
.homepage-service-card p {
	margin: 0;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(15, 23, 42, 0.5);
}

.homepage-service-card h3 {
	font-size: 1.25rem;
	line-height: 1.15;
}

.homepage-service-card p {
	display: -webkit-box;
	margin-top: 7px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.homepage-service-card .button {
	min-height: 44px;
	margin-top: 14px;
	padding: 10px 16px;
	border: 0;
	background: #facc15;
	color: #111827;
	box-shadow: none;
}

.homepage-service-card .button:hover,
.homepage-service-card .button:focus-visible {
	background: #fde047;
	color: #111827;
}


@media (min-width: 680px) {
	.homepage-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.homepage-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.homepage-service-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 679px) {
	.professional-hero .hero-actions,
	.professional-hero .hero-actions .button {
		width: 100%;
	}

	.professional-hero.old-hero .hero-overlay {
		padding: 32px 0 36px !important;
		background: linear-gradient(90deg, rgba(15, 23, 42, 0.45), rgba(15, 23, 42, 0.68)) !important;
	}

	.professional-hero h1 {
		font-size: clamp(2rem, 10vw, 2.6rem) !important;
	}

	.professional-hero .hero-actions,
	.professional-hero .hero-actions .button {
		width: 100%;
	}

	.professional-hero .hero-actions .button {
		min-height: 48px;
		justify-content: center;
	}

	.homepage-service-card {
		min-height: 208px;
		border-radius: 14px;
	}

	.homepage-service-card-content {
		padding: 16px;
	}
}

/* 2.14.2 visual refinement: a lighter hero and high-impact, colour-coded service tiles. */
.professional-hero.old-hero {
	background: url("../img/oilman-homepage-hero-branded-plate.png") center / cover no-repeat !important;
}

.professional-hero.old-hero .hero-overlay {
	padding: clamp(34px, 4.5vw, 56px) 0 !important;
	background: linear-gradient(90deg, rgba(2, 6, 23, 0.42), rgba(2, 6, 23, 0.08) 68%, transparent) !important;
}

.professional-hero .hero-copy {
	text-shadow: 0 1px 2px rgba(2, 6, 23, 0.35);
}

.professional-hero .lead {
	max-width: 660px;
	color: rgba(255, 255, 255, 0.96);
}


.homepage-service-section {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(34px, 5vw, 68px) 0 !important;
	background:
		linear-gradient(120deg, rgba(2, 6, 23, 0.95), rgba(15, 23, 42, 0.88)),
		url("../img/oilman-diagnostic-1200.webp") center / cover no-repeat;
}

.homepage-service-section::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background-image: radial-gradient(rgba(250, 204, 21, 0.16) 1px, transparent 1px);
	background-size: 18px 18px;
	opacity: 0.38;
}

.homepage-service-heading {
	margin-bottom: 28px;
	text-align: left;
}

.homepage-service-heading .eyebrow,
.homepage-service-heading h2 {
	color: #ffffff;
}

.homepage-service-heading .eyebrow {
	color: #fde047;
}

.homepage-service-grid {
	gap: 16px;
}

.homepage-service-card {
	min-height: 0;
	aspect-ratio: 1.34 / 1;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 12px;
	background-position: var(--tile-position, center);
	background-size: cover;
	cursor: pointer;
	box-shadow: none;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.homepage-service-card::before {
	background: linear-gradient(105deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.38));
}

.homepage-service-card.tile-oil::before { background: linear-gradient(105deg, rgba(220, 38, 38, 0.5), rgba(220, 38, 38, 0.12)); }
.homepage-service-card.tile-filters::before { background: linear-gradient(105deg, rgba(147, 51, 234, 0.5), rgba(147, 51, 234, 0.12)); }
.homepage-service-card.tile-brakes::before { background: linear-gradient(105deg, rgba(234, 88, 12, 0.52), rgba(234, 88, 12, 0.12)); }
.homepage-service-card.tile-battery::before { background: linear-gradient(105deg, rgba(22, 163, 74, 0.52), rgba(22, 163, 74, 0.12)); }
.homepage-service-card.tile-diagnostics::before { background: linear-gradient(105deg, rgba(37, 99, 235, 0.52), rgba(37, 99, 235, 0.12)); }
.homepage-service-card.tile-wipers::before { background: linear-gradient(105deg, rgba(13, 148, 136, 0.5), rgba(13, 148, 136, 0.12)); }
.homepage-service-card.tile-bulbs::before { background: linear-gradient(105deg, rgba(202, 138, 4, 0.5), rgba(202, 138, 4, 0.12)); }
.homepage-service-card.tile-health::before { background: linear-gradient(105deg, rgba(101, 163, 13, 0.5), rgba(101, 163, 13, 0.12)); }

.homepage-service-card-content {
	padding: 20px;
}

.homepage-service-card h3 {
	max-width: 230px;
	font-size: clamp(1.15rem, 1.55vw, 1.35rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.homepage-service-card p {
	max-width: 260px;
	font-size: 0.92rem;
	font-weight: 650;
}

.homepage-service-card .button {
	min-height: 46px;
	padding: 11px 18px;
	border-radius: 6px;
	background: #020617;
	color: #ffffff;
	font-weight: 800;
}

.homepage-service-card .button:hover,
.homepage-service-card .button:focus-visible {
	background: #ffffff;
	color: #111827;
}

@media (hover: hover) and (pointer: fine) {
	.homepage-service-card:hover {
		z-index: 1;
		border-color: rgba(255, 255, 255, 0.72);
		box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
		transform: translateY(-5px);
	}

	.homepage-service-card:hover::before {
		filter: saturate(1.1);
	}
}

@media (max-width: 679px) {
	.professional-hero.old-hero .hero-overlay {
		padding: 28px 0 32px !important;
	}

	.professional-hero .hero-copy {
		text-shadow: 0 1px 2px rgba(2, 6, 23, 0.48);
	}

	.homepage-service-section {
		padding: 30px 0 34px !important;
	}

	.homepage-service-heading {
		margin-bottom: 20px;
	}

	.homepage-service-grid {
		gap: 12px;
	}

	.homepage-service-card {
		min-height: 0;
		aspect-ratio: 1.35 / 1;
	}

	.homepage-service-card-content {
		padding: 18px;
	}
}

/* 2.14.2 final preview correction: clear hero and distinct responsive contact actions. */
.professional-hero.old-hero .hero-overlay {
	background: linear-gradient(90deg, rgba(2, 6, 23, 0.28), rgba(2, 6, 23, 0.08) 62%, rgba(2, 6, 23, 0.02)) !important;
}

.professional-hero .hero-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-inline: auto;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(2, 6, 23, 0.34);
}

.professional-hero .hero-actions {
	justify-content: center;
}

.professional-hero .hero-actions .button {
	width: auto;
	min-width: 170px;
	max-width: 300px;
}

.button-whatsapp { background: #16a34a !important; color: #ffffff !important; }
.button-call,
.connect-call { background: #0369a1 !important; color: #ffffff !important; }
.connect-google { background: #2563eb !important; color: #ffffff !important; }
.connect-facebook { background: #1877f2 !important; color: #ffffff !important; }
.connect-instagram { background: linear-gradient(135deg, #7c3aed, #db2777) !important; color: #ffffff !important; }
.connect-email { background: #1e293b !important; color: #ffffff !important; }
.connect-quote,
.button-quote { background: #f97316 !important; color: #111827 !important; }

.google-business-actions,
.preview-map-actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.google-business-actions .button,
.preview-map-actions > .button {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	justify-content: center;
	text-align: center;
}

@media (max-width: 959px) {
	.google-business-actions,
	.preview-map-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 679px) {
	.professional-hero.old-hero .hero-overlay {
		background: linear-gradient(180deg, rgba(2, 6, 23, 0.25), rgba(2, 6, 23, 0.12)) !important;
	}

	.professional-hero .hero-actions {
		align-items: center;
		flex-direction: column;
	}

	.professional-hero .hero-actions .button {
		width: min(100%, 300px) !important;
		min-width: 0;
	}

	.google-business-actions,
	.preview-map-actions {
		grid-template-columns: 1fr;
	}
}

/* Keep the compact map contact card readable on narrow screens. */
.branded-map-actions a,
.preview-map-brand .preview-map-actions > a {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 12px 14px;
	line-height: 1.25;
	text-align: center;
	white-space: normal;
}

.preview-map-brand .preview-map-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

@media (max-width: 679px) {
	.branded-map-actions,
	.preview-map-brand .preview-map-actions {
		grid-template-columns: 1fr !important;
	}
}

/* Readable hero copy over the branded workshop photograph without blur. */
.professional-hero .hero-copy {
	max-width: 820px;
	padding: clamp(18px, 2.4vw, 30px);
	border: 1px solid rgba(250, 204, 21, 0.38);
	border-radius: 18px;
	background: rgba(2, 6, 23, 0.58) !important;
	box-shadow: none !important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.82);
}

@media (max-width: 679px) {
	.professional-hero .hero-copy {
		width: calc(100% - 24px);
		padding: 18px 14px;
		border-radius: 14px;
		background: rgba(2, 6, 23, 0.64) !important;
	}
}

/* 2026-07-15 live polish: clean quote builder, contact, footer and lower homepage. */
.booking-section {
	padding: clamp(34px, 5vw, 72px) 0 !important;
	background: linear-gradient(180deg, #f8fafc, #e8f1ff) !important;
}

.booking-section .container,
.premium-booking-layout.booking-form-only {
	width: min(100% - 28px, 1180px) !important;
	max-width: 1180px !important;
	margin-inline: auto !important;
}

.booking-card#booking-form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 38px) !important;
	border-radius: 28px !important;
	box-shadow: 0 22px 52px rgba(15, 23, 42, .14) !important;
}

.booking-card#booking-form .booking-intro {
	max-width: 860px;
	margin: 0 auto 22px;
	text-align: center;
}

.quote-service-picker-row {
	grid-template-columns: 1fr !important;
}

.quote-service-picker-row > * {
	grid-column: 1 / -1 !important;
	width: 100% !important;
}

.booking-card#booking-form [data-add-service] {
	width: 100% !important;
	min-height: 56px !important;
	padding: 14px 22px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: linear-gradient(135deg, #facc15, #f97316) !important;
	color: #111827 !important;
	font-weight: 950 !important;
	box-shadow: 0 14px 28px rgba(249, 115, 22, .26) !important;
}

.booking-card#booking-form [data-add-service]:hover,
.booking-card#booking-form [data-add-service]:focus-visible {
	background: linear-gradient(135deg, #fde047, #ea580c) !important;
	transform: translateY(-1px);
}

.selected-services-summary {
	border-color: rgba(249, 115, 22, .28) !important;
	background: linear-gradient(180deg, #fff7ed, #ffffff) !important;
}

.local-guide-section,
.related-grid.local-guide-grid {
	display: none !important;
}

.about-oilman-section,
.oilman-promises-section,
.home-faq-section,
.connect-section {
	padding: clamp(42px, 5vw, 76px) 0 !important;
}

.search-demand-section {
	padding: clamp(34px, 4vw, 58px) 0 !important;
	background: #f8fafc !important;
	color: #0f172a !important;
}

.search-demand-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr) !important;
	gap: clamp(18px, 4vw, 42px) !important;
	align-items: center !important;
}

.search-demand-layout h2 {
	margin: 0 0 12px !important;
	font-size: clamp(1.75rem, 3.4vw, 2.7rem) !important;
	line-height: 1.06 !important;
	color: #0f172a !important;
}

.search-demand-layout p {
	margin: 0 !important;
	max-width: 760px !important;
	color: #334155 !important;
	font-size: clamp(1rem, 1.4vw, 1.1rem) !important;
}

.search-demand-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.search-demand-list li {
	display: flex !important;
	align-items: center !important;
	min-height: 54px !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(15, 23, 42, .1) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #0f172a !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .06) !important;
}

@media (max-width: 760px) {
	.search-demand-layout,
	.search-demand-list {
		grid-template-columns: 1fr !important;
	}
}

.about-oilman-card {
	display: grid !important;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr) !important;
	gap: clamp(20px, 4vw, 44px) !important;
	align-items: center !important;
	max-width: 1180px !important;
}

.about-oilman-card h2,
.oilman-promises-section h2,
.home-faq-section h2,
.google-business-copy h2 {
	font-size: clamp(1.9rem, 4vw, 3rem) !important;
	line-height: 1.02 !important;
}

.about-oilman-card p {
	font-size: clamp(1rem, 1.4vw, 1.1rem) !important;
	line-height: 1.68 !important;
}

.promises-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.promises-grid article {
	min-height: 0 !important;
	padding: 22px !important;
	border: 1px solid rgba(15, 23, 42, .08) !important;
	border-radius: 22px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .08) !important;
}

.promises-grid h3 {
	margin: 10px 0 0 !important;
	font-size: 1.02rem !important;
	line-height: 1.32 !important;
}

.home-faq-section .content.narrow {
	max-width: 980px !important;
}

.home-faq-section .faq-list {
	gap: 12px !important;
}

.home-faq-section .faq-item {
	border: 1px solid rgba(15, 23, 42, .1) !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
}

.home-faq-section .faq-item summary {
	padding: 18px 20px !important;
}

.home-faq-section .faq-item p {
	padding: 0 20px 18px !important;
}

.google-business-layout {
	align-items: stretch !important;
	gap: clamp(20px, 4vw, 44px) !important;
}

.google-business-actions {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
}

.google-business-actions .button,
.connect-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 67px !important;
	padding: 14px 16px !important;
	border-radius: 16px !important;
	font-weight: 900 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	white-space: normal !important;
	box-shadow: 0 12px 26px rgba(15, 23, 42, .12) !important;
}

.connect-whatsapp { background: #16a34a !important; color: #ffffff !important; }

.site-footer {
	padding: clamp(38px, 5vw, 70px) 0 24px !important;
	background: linear-gradient(180deg, #0f172a, #020617) !important;
}

.footer-grid {
	display: grid !important;
	grid-template-columns: 1.25fr 1fr 1fr !important;
	gap: clamp(22px, 4vw, 46px) !important;
	align-items: start !important;
}

.site-footer h2 {
	margin: 0 0 14px !important;
	font-size: 1.15rem !important;
	color: #facc15 !important;
}

.site-footer p {
	max-width: 420px;
	color: #dbeafe !important;
}

.footer-action-buttons {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 16px !important;
}

.footer-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 11px 14px !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.footer-whatsapp { background: #16a34a !important; color: #ffffff !important; }
.footer-call { background: #0284c7 !important; color: #ffffff !important; }
.footer-google { background: #2563eb !important; color: #ffffff !important; }

.footer-links-clean ul {
	display: grid !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.footer-links-clean a,
.footer-contact a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.footer-links-clean a:hover,
.footer-contact a:hover {
	color: #facc15 !important;
}

@media (max-width: 1024px) {
	.promises-grid,
	.google-business-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.quote-service-picker-row {
		grid-template-columns: 1fr !important;
	}

	.footer-grid,
	.about-oilman-card {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 720px) {
	.booking-section .container,
	.premium-booking-layout.booking-form-only {
		width: min(100% - 20px, 1180px) !important;
	}

	.booking-card#booking-form {
		padding: 18px !important;
		border-radius: 20px !important;
	}

	.quote-service-picker-row,
	.promises-grid,
	.google-business-actions,
	.footer-grid,
	.about-oilman-card {
		grid-template-columns: 1fr !important;
	}

	.google-business-actions .button,
	.connect-button {
		min-height: 54px !important;
	}

	.footer-action-buttons {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

.footer-button {
	width: 100% !important;
	}
}

/* 2026-07-15 live visual correction: quote contrast and clean contact/footer buttons. */
.booking-card#booking-form .selected-services-summary,
.booking-card#booking-form .selected-services-summary *,
.selected-services-summary,
.selected-services-summary * {
	color: #0f172a !important;
	text-shadow: none !important;
}

.booking-card#booking-form .selected-services-summary {
	background: #ffffff !important;
	border: 2px solid rgba(249, 115, 22, .35) !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .1) !important;
}

.booking-card#booking-form .selected-services-summary [data-selected-services-empty] {
	color: #334155 !important;
	font-weight: 800 !important;
}

.booking-card#booking-form .selected-services-summary .pricing-note {
	color: #7c2d12 !important;
	font-weight: 900 !important;
}

.booking-card#booking-form .selected-services-summary .selected-services-total {
	display: block !important;
	background: #dcfce7 !important;
	border: 1px solid rgba(22, 101, 52, .2) !important;
	color: #14532d !important;
	font-weight: 950 !important;
}

.booking-card#booking-form .selected-services-summary .selected-services-total[hidden] {
	display: none !important;
}

.booking-card#booking-form .selected-services-summary li {
	background: #f8fafc !important;
	border: 1px solid rgba(15, 23, 42, .12) !important;
}

.booking-card#booking-form .selected-services-summary li span,
.booking-card#booking-form .selected-services-summary li strong {
	color: #0f172a !important;
}

.booking-card#booking-form .selected-services-summary .remove-service,
.booking-card#booking-form .selected-services-summary .remove-service-button,
.selected-services-summary .remove-service-button {
	color: #ffffff !important;
	background: #b91c1c !important;
	border-color: #b91c1c !important;
	min-width: 86px !important;
	min-height: 42px !important;
	padding: 10px 16px !important;
	border-radius: 999px !important;
	font-size: .95rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	overflow: visible !important;
	white-space: nowrap !important;
}

.booking-card#booking-form label,
.booking-card#booking-form .booking-intro p,
.booking-card#booking-form .booking-privacy-note,
.booking-card#booking-form .form-field small,
.booking-card#booking-form .field-error {
	color: #0f172a !important;
}

.booking-card#booking-form .field-error {
	color: #b91c1c !important;
	font-weight: 900 !important;
}

.booking-card#booking-form .booking-slot-fields {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
	align-items: start !important;
	background: #f8fafc !important;
	border: 2px solid rgba(2, 132, 199, .22) !important;
	border-radius: 18px !important;
	padding: 16px !important;
}

.booking-card#booking-form .booking-slot-fields input,
.booking-card#booking-form .booking-slot-fields select {
	min-height: 52px !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
}

.booking-card#booking-form .booking-slot-fields small {
	display: block !important;
	margin-top: 8px !important;
	color: #334155 !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.booking-card#booking-form [data-weekend-time] option:disabled {
	color: #64748b !important;
	background: #e2e8f0 !important;
}

.booking-card#booking-form [data-slot-unavailable-error] {
	background: #fee2e2 !important;
	border: 1px solid #fecaca !important;
	border-radius: 12px !important;
	padding: 12px 14px !important;
	color: #991b1b !important;
}

.connect-google,
.footer-google {
	background: #2563eb !important;
	color: #ffffff !important;
}

.connect-facebook {
	background: #1877f2 !important;
	color: #ffffff !important;
}

.connect-instagram {
	background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
	color: #ffffff !important;
}

.connect-email {
	background: #111827 !important;
	color: #ffffff !important;
}

.connect-quote {
	background: #f97316 !important;
	color: #111827 !important;
}

.connect-call {
	background: #0284c7 !important;
	color: #ffffff !important;
}

/* Keep Connect section actions visually even across rows. */
.google-business-actions .button,
.connect-button {
	min-height: 88px !important;
}

@media (max-width: 1024px) {
	.google-business-actions .button,
	.connect-button {
		min-height: 88px !important;
	}
}

@media (max-width: 720px) {
	.google-business-actions .button,
	.connect-button {
		min-height: 58px !important;
	}

	.booking-card#booking-form .booking-slot-fields {
		grid-template-columns: 1fr !important;
		padding: 14px !important;
	}
}

@media (max-width: 430px) {
	.booking-card#booking-form .booking-form,
	.booking-card#booking-form .booking-slot-fields,
	.booking-card#booking-form .booking-slot-fields > div {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: visible !important;
	}

	.booking-card#booking-form .booking-slot-fields input[type="date"],
	.booking-card#booking-form .booking-slot-fields select,
	.booking-card#booking-form .booking-form input[type="date"],
	.booking-card#booking-form .booking-date-display,
	.booking-card#booking-form .booking-calendar {
		box-sizing: border-box !important;
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		font-size: 16px !important;
		line-height: 1.2 !important;
		padding: 12px 10px !important;
		overflow: visible !important;
	}

	.booking-card#booking-form .booking-slot-fields input[type="date"],
	.booking-card#booking-form .booking-form input[type="date"] {
		position: absolute !important;
		display: block !important;
		width: 1px !important;
		height: 1px !important;
		min-height: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		-webkit-appearance: none !important;
		appearance: none !important;
	}

	.booking-card#booking-form .booking-calendar-grid {
		gap: 5px !important;
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
		width: 100% !important;
	}

	.booking-card#booking-form .booking-calendar-day {
		aspect-ratio: 1 / 1 !important;
		min-width: 0 !important;
		min-height: 0 !important;
		width: 100% !important;
		padding: 0 !important;
		border-radius: 8px !important;
		font-size: 0.92rem !important;
		line-height: 1 !important;
	}

	.booking-card#booking-form .booking-calendar-day small {
		display: none !important;
	}

	.booking-card#booking-form .booking-calendar {
		padding: 10px !important;
		overflow: hidden !important;
	}

	.booking-card#booking-form .booking-calendar-header {
		grid-template-columns: 34px minmax(0, 1fr) 34px !important;
		gap: 6px !important;
		margin-bottom: 8px !important;
	}

	.booking-card#booking-form .booking-calendar-header strong {
		font-size: 1rem !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}

	.booking-card#booking-form .booking-calendar-header button {
		display: inline-grid !important;
		place-items: center !important;
		width: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		font-size: 1.15rem !important;
		line-height: 1 !important;
	}

	.booking-card#booking-form .booking-calendar-legend {
		gap: 6px 12px !important;
		font-size: 0.72rem !important;
		margin-bottom: 8px !important;
	}

	.booking-card#booking-form .booking-calendar-day-name {
		font-size: 0.72rem !important;
	}
}

@media (max-width: 390px) {
	.booking-card#booking-form .booking-slot-fields {
		padding: 12px !important;
	}

	.booking-card#booking-form .booking-slot-fields input[type="date"],
	.booking-card#booking-form .booking-slot-fields select,
	.booking-card#booking-form .booking-date-display,
	.booking-card#booking-form .booking-calendar {
		padding-inline: 9px !important;
	}

	.booking-card#booking-form .booking-calendar-grid {
		gap: 4px !important;
	}
}

@media (max-width: 360px) {
	.booking-card#booking-form .booking-slot-fields {
		padding: 10px !important;
	}

	.booking-card#booking-form .booking-slot-fields input[type="date"],
	.booking-card#booking-form .booking-slot-fields select,
	.booking-card#booking-form .booking-date-display,
	.booking-card#booking-form .booking-calendar {
		padding-inline: 8px !important;
	}

	.booking-card#booking-form .booking-calendar-grid {
		gap: 3px !important;
	}
}


/* Remove the old SEO-style search block and keep the services section readable. */
.search-demand-section { display: none !important; }
.homepage-service-section {
	padding: clamp(34px, 5vw, 64px) 0 !important;
	background: linear-gradient(120deg, rgba(2, 6, 23, 0.9), rgba(15, 23, 42, 0.82)), url("../img/oilman-diagnostic-1200.webp") center / cover no-repeat !important;
}
.homepage-service-heading,
.homepage-service-heading p,
.homepage-service-heading h2,
.homepage-service-card-content,
.homepage-service-card-content h3,
.homepage-service-card-content p {
	color: #ffffff !important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .58);
}
.homepage-service-heading .eyebrow { color: #facc15 !important; }
.homepage-service-card::before { background: linear-gradient(105deg, rgba(2, 6, 23, .76), rgba(2, 6, 23, .28)) !important; }
.homepage-service-card .button { text-shadow: none !important; }
@media (max-width: 720px) {
	.homepage-service-section { padding: 30px 0 36px !important; }
}
