/* Mass Pro Painting And Flooring theme styles */

html {
	scroll-behavior: smooth;
}

@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;
	}
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

/* Visible keyboard focus */
:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
	border-radius: 2px;
}

/* ---------- Header ---------- */
.header-topbar {
	font-size: 0.88rem;
}

.header-topbar a {
	color: #fff !important;
	text-decoration: none;
}

.header-topbar a:hover {
	color: var(--wp--preset--color--accent-soft) !important;
	text-decoration: underline;
}

.site-header {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.site-header .wp-block-site-title a {
	text-decoration: none;
	letter-spacing: -0.01em;
}

.site-header .wp-block-navigation a {
	font-weight: 600;
	font-size: 0.98rem;
}

.btn-accent .wp-block-button__link,
.wp-block-button.btn-accent > a {
	background-color: var(--wp--preset--color--accent) !important;
	color: #1d1405 !important;
}

.btn-accent .wp-block-button__link:hover {
	background-color: #b5651d !important;
	color: #fff !important;
}

.btn-outline-light .wp-block-button__link {
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.85);
	color: #fff !important;
}

.btn-outline-light .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

.btn-outline-dark .wp-block-button__link {
	background: transparent !important;
	border: 2px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary) !important;
}

.btn-outline-dark .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary) !important;
	color: #fff !important;
}

/* ---------- Cards ---------- */
.mpp-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(18, 50, 79, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	height: 100%;
}

.mpp-card:hover {
	box-shadow: 0 6px 18px rgba(18, 50, 79, 0.12);
}

.mpp-card h3 a,
.mpp-card h2 a {
	text-decoration: none;
}

.mpp-card h3 a:hover,
.mpp-card h2 a:hover {
	color: var(--wp--preset--color--accent);
}

.mpp-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 700;
	font-size: 0.82rem;
	color: var(--wp--preset--color--accent);
}

.mpp-check li {
	margin-bottom: 0.5rem;
	list-style: none;
	padding-left: 1.7em;
	position: relative;
}

ul.mpp-check {
	padding-left: 0;
}

.mpp-check li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 800;
	color: var(--wp--preset--color--accent);
}

/* FAQ details/summary */
.mpp-faq details {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin-bottom: 0.75rem;
}

.mpp-faq summary {
	font-weight: 700;
	cursor: pointer;
	color: var(--wp--preset--color--primary-dark);
	font-size: 1.05rem;
	padding: 0.25rem 0;
}

.mpp-faq details[open] summary {
	margin-bottom: 0.5rem;
}

/* ---------- Tables ---------- */
.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid var(--wp--preset--color--border);
	padding: 0.6rem 0.8rem;
}

.wp-block-table th {
	background: var(--wp--preset--color--mist);
}

/* ---------- Forms (Contact Form 7) ---------- */
.wpcf7 label {
	font-weight: 600;
	display: block;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--primary-dark);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	padding: 0.8rem 0.9rem;
	margin-top: 0.35rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	background: #fff;
	font: inherit;
	font-size: 16px;
	color: var(--wp--preset--color--ink);
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: var(--wp--preset--color--primary);
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 1px;
}

.wpcf7 .wpcf7-acceptance label {
	font-weight: 400;
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
}

.wpcf7 .wpcf7-acceptance input {
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.2rem;
}

.wpcf7 input[type="submit"] {
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	border: none;
	border-radius: 6px;
	padding: 0.95rem 2rem;
	cursor: pointer;
	min-height: 52px;
	width: 100%;
}

.wpcf7 input[type="submit"]:hover {
	background: var(--wp--preset--color--primary-dark);
}

.wpcf7-not-valid-tip {
	color: #a4282a;
	font-weight: 600;
	font-size: 0.9rem;
}

.wpcf7-response-output {
	border-radius: 6px;
	padding: 0.9rem 1rem !important;
	font-weight: 600;
}

/* ---------- Sticky mobile action bar ---------- */
.mpp-mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	background: var(--wp--preset--color--primary-dark);
	padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom));
	gap: 0.6rem;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}

.mpp-mobile-bar a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 0.98rem;
	text-decoration: none;
	white-space: nowrap;
}

.mpp-mobile-bar .bar-call {
	background: transparent;
	border: 2px solid var(--wp--preset--color--accent);
	color: #fff;
}

.mpp-mobile-bar .bar-estimate {
	background: var(--wp--preset--color--accent);
	color: #1d1405;
}

@media (max-width: 781px) {
	.mpp-mobile-bar {
		display: flex;
	}

	body {
		padding-bottom: calc(64px + env(safe-area-inset-bottom));
	}

	.hide-mobile {
		display: none !important;
	}
}

@media (min-width: 782px) {
	.hide-desktop {
		display: none !important;
	}
}

/* ---------- Footer ---------- */
.site-footer a {
	color: var(--wp--preset--color--mist) !important;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--wp--preset--color--accent-soft) !important;
	text-decoration: underline;
}

.site-footer h3,
.site-footer h4 {
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.88rem;
}

/* ---------- Misc ---------- */
.hero-overlay {
	position: relative;
}

.wp-block-separator {
	border-color: var(--wp--preset--color--border);
}

.breadcrumbs-wrap {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
}

img {
	height: auto;
	max-width: 100%;
}

/* ---------- Estimate wizard (multi-step) ---------- */
.bhr-wizard {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 14px;
	padding: clamp(1.25rem, 3vw, 2.25rem);
	box-shadow: 0 10px 30px rgba(29, 78, 121, 0.08);
}

.bhr-progress {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.75rem;
}

.bhr-pstep {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
	font-weight: 600;
	white-space: nowrap;
}

.bhr-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 2px solid var(--wp--preset--color--border);
	background: #fff;
	font-weight: 700;
	transition: all 0.2s ease;
}

.bhr-pstep.is-active { color: var(--wp--preset--color--primary-dark); }
.bhr-pstep.is-active .bhr-dot {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
	color: #fff;
}

.bhr-pstep.is-done .bhr-dot {
	border-color: var(--wp--preset--color--accent);
	background: var(--wp--preset--color--accent);
	color: #fff;
}

.bhr-pline {
	flex: 1;
	height: 2px;
	background: var(--wp--preset--color--border);
	min-width: 1rem;
}

@media (max-width: 600px) {
	.bhr-plabel { display: none; }
	.bhr-pstep.is-active .bhr-plabel { display: inline; }
}

.bhr-step { display: none; }
.bhr-step.is-active { display: block; animation: bhr-in 0.25s ease; }

@keyframes bhr-in {
	from { opacity: 0; transform: translateX(12px); }
	to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.bhr-step.is-active { animation: none; }
}

.bhr-step-title {
	margin: 0 0 0.25rem;
	font-size: clamp(1.3rem, 2.5vw, 1.6rem);
	color: var(--wp--preset--color--primary-dark);
}

.bhr-step-sub {
	margin: 0 0 1.25rem;
	color: var(--wp--preset--color--muted);
}

/* Project type cards */
.bhr-cards .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 0.6rem;
}

.bhr-cards .wpcf7-list-item { margin: 0; }

.bhr-cards .wpcf7-list-item label {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 64px;
	padding: 0.7rem 0.8rem;
	border: 2px solid var(--wp--preset--color--border);
	border-radius: 10px;
	background: var(--wp--preset--color--base);
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--wp--preset--color--ink);
	cursor: pointer;
	margin-bottom: 0;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.bhr-cards .wpcf7-list-item label:hover {
	border-color: var(--wp--preset--color--primary);
}

.bhr-cards input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.bhr-cards .wpcf7-list-item label:has(input:checked) {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--accent-soft);
	box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}

.bhr-cards .wpcf7-list-item label:has(input:focus-visible) {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}

/* Pill radios (timeline, contact method) */
.bhr-glabel {
	font-weight: 600;
	color: var(--wp--preset--color--primary-dark);
	margin: 0 0 0.5rem;
}

.bhr-pills { margin-bottom: 1.25rem; }

.bhr-pills .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bhr-pills .wpcf7-list-item { margin: 0; }

.bhr-pills .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 1rem;
	border: 2px solid var(--wp--preset--color--border);
	border-radius: 999px;
	background: #fff;
	font-weight: 600;
	font-size: 0.92rem;
	cursor: pointer;
	margin-bottom: 0;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.bhr-pills input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.bhr-pills .wpcf7-list-item label:has(input:checked) {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
	color: #fff;
}

.bhr-pills .wpcf7-list-item label:has(input:focus-visible) {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}

/* Navigation buttons */
.bhr-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
}

.bhr-btn {
	font: inherit;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 8px;
	padding: 0.85rem 1.8rem;
	min-height: 52px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.bhr-next {
	background: var(--wp--preset--color--primary);
	color: #fff;
	border: none;
}

.bhr-next:hover { background: var(--wp--preset--color--primary-dark); }

.bhr-back {
	background: transparent;
	color: var(--wp--preset--color--muted);
	border: 2px solid var(--wp--preset--color--border);
}

.bhr-back:hover {
	color: var(--wp--preset--color--ink);
	border-color: var(--wp--preset--color--muted);
}

.bhr-wizard .wpcf7 input[type="submit"],
.bhr-wizard input.bhr-submit {
	width: auto;
	flex: 1;
}

.bhr-error {
	color: #a4282a;
	font-weight: 600;
	background: #fdf1f1;
	border: 1px solid #ecc8c8;
	border-radius: 8px;
	padding: 0.7rem 1rem;
	margin: 1rem 0 0;
}

.bhr-trust {
	margin: 1rem 0 0;
	text-align: center;
	color: var(--wp--preset--color--muted);
	font-size: 0.9rem;
}

/* ---------- Wizard conversion refinements (research-backed) ---------- */
/* Amber action buttons: high contrast vs green site = more clicks */
.bhr-next,
.bhr-wizard input[type="submit"] {
	background: var(--wp--preset--color--accent) !important;
	color: #1d1405 !important;
	border: none;
	font-weight: 800;
	box-shadow: 0 3px 10px rgba(217, 130, 43, 0.35);
}

.bhr-next:hover,
.bhr-wizard input[type="submit"]:hover {
	background: #b5651d !important;
	color: #fff !important;
}

/* Progress line fills as steps complete (endowed progress effect) */
.bhr-pstep.is-done + .bhr-pline,
.bhr-pstep.is-active + .bhr-pline {
	background: var(--wp--preset--color--accent);
}

.bhr-pstep.is-done + .bhr-pline { background: var(--wp--preset--color--accent); }

/* Step counter — tells people how short it is */
.bhr-stepcount {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
}

/* Anxiety-reducing microcopy */
.bhr-privacy,
.bhr-hint {
	margin: -0.5rem 0 1.1rem;
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
}

.bhr-privacy::before {
	content: "";
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	margin-right: 0.4em;
	background: var(--wp--preset--color--primary);
	mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a5 5 0 0 0-5 5v3H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2h-1V6a5 5 0 0 0-5-5zm-3 5a3 3 0 1 1 6 0v3H9V6z"/></svg>') center / contain no-repeat;
}

/* ---------- Logical fixes: no competing CTAs on conversion pages ---------- */
/* Hide the sticky mobile bar on Request an Estimate (20) and Thank You (21):
   it covered the form and linked to the page the visitor is already on. */
body.page-id-13 .mpp-mobile-bar,
body.page-id-14 .mpp-mobile-bar {
	display: none !important;
}

@media (max-width: 781px) {
	body.page-id-13,
	body.page-id-14 {
		padding-bottom: 0;
	}
}

/* ============================================================
   PREMIUM DESIGN LAYER — refined typography, depth & motion
   ============================================================ */

/* ---------- Typography refinement ---------- */
h1, h2 {
	font-weight: 800 !important;
	letter-spacing: -0.022em;
}

h3, h4 {
	letter-spacing: -0.012em;
}

h1 {
	line-height: 1.12 !important;
}

/* Larger, more confident hero headline on landing pages */
.page-template-page-landing h1 {
	font-size: clamp(2.15rem, 4.6vw, 3.35rem) !important;
}

::selection {
	background: var(--wp--preset--color--accent);
	color: #1d1405;
}

/* Amber signature line under section headings that follow an eyebrow */
.mpp-eyebrow + h2::after,
.mpp-eyebrow + h1::after {
	content: "";
	display: block;
	width: 56px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #E89A4B, #D9822B);
	margin: 0.9rem 0 0;
}

.has-text-align-center.mpp-eyebrow + h2::after,
.has-text-align-center.mpp-eyebrow + h1::after {
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Rich navy bands (hero, CTA, footer) ---------- */
.wp-block-group.has-primary-dark-background-color:not(.header-topbar) {
	background-image:
		radial-gradient(60rem 28rem at 85% -10%, rgba(217, 130, 43, 0.16), transparent 55%),
		radial-gradient(48rem 30rem at -10% 115%, rgba(60, 110, 160, 0.35), transparent 60%),
		linear-gradient(150deg, #19456C 0%, #12324F 55%, #0D2438 100%);
}

.wp-block-group.has-primary-background-color {
	background-image:
		radial-gradient(50rem 24rem at 90% -20%, rgba(217, 130, 43, 0.2), transparent 55%),
		linear-gradient(150deg, #235A8A 0%, #1D4E79 60%, #163C5F 100%);
}

/* ---------- Buttons: depth + lift ---------- */
.wp-element-button,
.wp-block-button__link {
	border-radius: 10px !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-2px);
}

.wp-element-button:active,
.wp-block-button__link:active {
	transform: translateY(0);
}

.btn-accent .wp-block-button__link {
	background: linear-gradient(160deg, #E89A4B 0%, #D9822B 70%) !important;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(217, 130, 43, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-accent .wp-block-button__link:hover {
	background: linear-gradient(160deg, #D9822B 0%, #B5651D 70%) !important;
	box-shadow: 0 8px 22px rgba(217, 130, 43, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-outline-light .wp-block-button__link {
	border-width: 1.5px;
	backdrop-filter: blur(2px);
}

.btn-outline-light .wp-block-button__link:hover {
	border-color: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

/* ---------- Header: sticky glass bar + animated nav ---------- */
@media (min-width: 782px) {
	.site-header {
		position: sticky;
		top: 0;
		z-index: 990;
		box-shadow: 0 1px 0 var(--wp--preset--color--border), 0 10px 30px -18px rgba(18, 50, 79, 0.35);
	}

	.site-header > .wp-block-group:last-child {
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: saturate(1.4) blur(10px);
		-webkit-backdrop-filter: saturate(1.4) blur(10px);
	}
}

.site-header .wp-block-navigation .wp-block-navigation-item a {
	position: relative;
	padding-bottom: 0.2rem;
}

.site-header .wp-block-navigation .wp-block-navigation-item a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #E89A4B, #D9822B);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.22s ease;
}

.site-header .wp-block-navigation .wp-block-navigation-item a:hover::after,
.site-header .wp-block-navigation .wp-block-navigation-item.current-menu-item a::after {
	transform: scaleX(1);
}

.site-header .wp-block-navigation a:hover {
	color: var(--wp--preset--color--primary);
}

.header-topbar {
	background-image: linear-gradient(90deg, #0D2438 0%, #12324F 55%, #173E61 100%);
	letter-spacing: 0.01em;
}

/* ---------- Cards: lift, sheen & signature accent ---------- */
.mpp-card {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FDFDFB 100%);
	box-shadow: 0 1px 2px rgba(18, 50, 79, 0.05), 0 8px 24px -18px rgba(18, 50, 79, 0.25);
}

.mpp-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #E89A4B, #D9822B 55%, #1D4E79 130%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.28s ease;
}

.mpp-card:hover {
	transform: translateY(-5px);
	border-color: rgba(217, 130, 43, 0.45);
	box-shadow: 0 2px 4px rgba(18, 50, 79, 0.06), 0 22px 44px -20px rgba(18, 50, 79, 0.35);
}

.mpp-card:hover::before {
	transform: scaleX(1);
}

.mpp-card h3 a,
.mpp-card h2 a {
	transition: color 0.18s ease;
}

/* ---------- FAQ: refined accordion ---------- */
.mpp-faq details {
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mpp-faq details:hover {
	border-color: rgba(29, 78, 121, 0.45);
}

.mpp-faq details[open] {
	border-color: rgba(217, 130, 43, 0.55);
	box-shadow: 0 10px 28px -18px rgba(18, 50, 79, 0.3);
}

.mpp-faq summary {
	list-style: none;
	position: relative;
	padding-right: 2.2rem;
}

.mpp-faq summary::-webkit-details-marker {
	display: none;
}

.mpp-faq summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--wp--preset--color--accent-soft);
	color: var(--wp--preset--color--accent);
	font-weight: 800;
	font-size: 1.05rem;
	line-height: 1;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mpp-faq details[open] summary::after {
	content: "−";
	background: var(--wp--preset--color--accent);
	color: #fff;
}

/* ---------- Forms: tactile inputs ---------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(18, 50, 79, 0.05);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(217, 130, 43, 0.25), inset 0 1px 2px rgba(18, 50, 79, 0.05);
}

.bhr-wizard {
	border-radius: 18px;
	border-top: 4px solid var(--wp--preset--color--accent);
	box-shadow: 0 2px 6px rgba(18, 50, 79, 0.05), 0 24px 60px -28px rgba(18, 50, 79, 0.35);
}

.bhr-btn {
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.bhr-next:hover,
.bhr-wizard input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(217, 130, 43, 0.45);
}

/* ---------- Footer: signature top edge ---------- */
.site-footer {
	border-top: 4px solid transparent;
	border-image: linear-gradient(90deg, #E89A4B, #D9822B 40%, #1D4E79 100%) 1;
}

.site-footer a {
	transition: color 0.15s ease, padding-left 0.15s ease;
}

.site-footer ul a:hover {
	padding-left: 4px;
	text-decoration: none;
}

/* ---------- Mobile action bar: glass finish ---------- */
.mpp-mobile-bar {
	background: rgba(13, 36, 56, 0.94);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mpp-mobile-bar a {
	border-radius: 10px;
}

.mpp-mobile-bar .bar-estimate {
	background: linear-gradient(160deg, #E89A4B 0%, #D9822B 70%);
	box-shadow: 0 4px 12px rgba(217, 130, 43, 0.4);
}

/* ---------- Tables & misc polish ---------- */
.wp-block-table table {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(18, 50, 79, 0.08);
}

.wp-block-table th {
	background: var(--wp--preset--color--primary-dark);
	color: #fff;
}
