/**
 * Constructo Demo 12 visual system for Deal Construction theme.
 * Design tokens extracted from preview.constructo.anpsthemes.com/demo12e/
 */

:root {
	--anps-container-width: 1200px;
	--deal-red: #af2e38;
	--deal-red-dark: #8a252e;
	--deal-black: #232323;
	--anps-primary-color: #232323;
	--anps-hovers-color: #af2e38;
	--anps-hero-primary: #af2e38;
	--anps-text-color: #727272;
	--anps-dark: #232323;
	--anps-black: #232323;
	--anps-footer-bg: #232323;
	--anps-topbar-bg: #232323;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.deal-theme {
	margin: 0;
	font-family: Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: var(--anps-text-color);
	background: #fff;
}

h1, h2, h3, h4, h5, h6,
.anps-fservices__heading, .anps-mportfolio__title {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: var(--deal-black);
}

/* White headings on dark or brand-color backgrounds */
.anps-page-header__title,
.anps-features-split__section--dark .anps-features-split__heading,
.deal-directions-map__heading,
.deal-projects-gallery__heading,
.deal-estimate-stretch .anps-estimate-form__heading,
.anps-contact-section__info-heading,
.deal-stats-stretch__value,
.deal-section--dark :is(h1, h2, h3, h4, h5, h6),
.deal-section--gold :is(h1, h2, h3, h4, h5, h6),
.deal-location-cta :is(h1, h2, h3),
.site-footer :is(h1, h2, h3, h4, h5, h6),
.site-footer .widget-title {
	color: #fff;
}

a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--anps-hovers-color); }

img { max-width: 100%; height: auto; display: block; }

/* ─── Layout shell (no bootstrap container around main content) ─── */
.site-wrap {
	overflow-x: hidden;
}

.deal-main {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.deal-main > article,
.deal-main > .deal-front-page {
	margin: 0;
	padding: 0;
	max-width: none;
}

.deal-main > article > *,
.deal-main > article > .wp-block-deal-hero,
.deal-main > article > section {
	max-width: none;
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Full-width blocks: reset Constructo stretch hacks that break outside .container */
.deal-main .anps-hero-banner--stretched,
.deal-main .anps-stretch-container,
.deal-main .deal-stats-stretch,
.deal-main .deal-testimonials-stretch,
.deal-main .deal-estimate-stretch,
.deal-main .anps-page-header.anps-stretch-container {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	left: auto !important;
	right: auto !important;
	position: relative !important;
}

.deal-main .anps-hero-banner__container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* Shared boxed container — same rhythm as hero */
.deal-block-container,
.deal-container {
	width: 100%;
	max-width: var(--anps-container-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.deal-accent {
	color: var(--anps-hovers-color);
}

/* Vertical spacing for homepage blocks */
.deal-main .anps-fservices,
.deal-main .anps-mportfolio,
.deal-main .anps-ptimeline,
.deal-main .anps-about,
.deal-main .anps-features-split,
.deal-main .anps-split-section,
.deal-main .blog-modern {
	padding-top: 90px;
	padding-bottom: 90px;
}

.deal-main .deal-logo-bar {
	padding-top: 40px;
	padding-bottom: 40px;
}

.deal-main .anps-contact-section,
.deal-main .deal-reviews-section,
.deal-main .deal-projects-gallery,
.deal-main .deal-service-areas-grid,
.deal-main .deal-directions-map,
.deal-main .anps-about {
	padding-top: 90px;
	padding-bottom: 90px;
}

/* Footer / top bar containers align with main content width */
.top-bar > .container,
.deal-header .container {
	width: 100%;
	max-width: var(--anps-container-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.site-footer > .container,
.copyright-footer > .container {
	width: 100%;
}

@media (min-width: 992px) {
	.site-header-layout-normal .nav-bar-wrapper {
		width: 100% !important;
		max-width: var(--anps-container-width) !important;
	}
}

/* ─── Header (flex layout — overrides constructo-core absolute positioning) ─── */
.deal-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
}

.deal-header .nav-wrap {
	height: auto;
	max-height: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.deal-header .deal-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 80px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
}

.deal-header .site-logo {
	position: static !important;
	left: auto !important;
	top: auto !important;
	height: auto !important;
	display: block !important;
	flex-shrink: 0;
}

.deal-header .site-logo a {
	display: flex !important;
	align-items: center;
	height: auto !important;
}

.deal-header .site-logo img {
	display: block;
	height: 33px;
	width: auto;
	max-width: 200px;
}

.deal-header .nav-bar-wrapper.has-menu-button-type2 {
	position: static !important;
	left: auto !important;
	right: auto !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	width: auto !important;
	height: auto !important;
	min-width: 0;
}

.deal-header .nav-bar-wrapper.has-menu-button-type2 .nav-bar {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	height: auto !important;
	min-width: 0;
}

.deal-header .site-navigation {
	display: block;
	text-transform: uppercase;
}

.deal-header .site-navigation > ul,
.deal-header .site-navigation .deal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.deal-header .site-navigation .menu-item-depth-0 {
	display: inline-block;
}

.deal-header .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
	margin-left: 6px;
}

.deal-header .site-navigation .menu-item-depth-0 > a {
	display: inline-block;
	padding: 8px 6px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #0f0f0f;
	white-space: nowrap;
	position: relative;
}

/* Remove Constructo divider lines / invisible hover pads that clash with dropdown chevrons */
.deal-header .site-navigation .menu-item-depth-0 > a::before {
	content: none !important;
	display: none !important;
}

.deal-header .site-navigation .menu-item-depth-0:not(.menu-item-has-children) > a::after {
	content: none !important;
	display: none !important;
}

.deal-header .site-navigation .current-menu-item > a {
	color: var(--anps-hovers-color, #af2e38) !important;
}

.deal-header .site-navigation .menu-item-has-children {
	position: relative;
}

/* Invisible bridge so the cursor can reach the dropdown without losing hover */
@media (min-width: 992px) {
	.deal-header .site-navigation .menu-item-has-children::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 14px;
		z-index: 1002;
	}
}

.deal-header .site-navigation .menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.deal-header .site-navigation .menu-item-has-children > a::after {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	height: auto;
	margin: 0 0 0 3px;
	padding: 0;
	border: none;
	background: none;
	font-size: 11px;
	line-height: 1;
	vertical-align: middle;
	opacity: 0.45;
	transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.deal-header .site-navigation .menu-item-has-children:hover > a::after,
.deal-header .site-navigation .menu-item-has-children:focus-within > a::after {
	opacity: 1;
	color: var(--anps-hovers-color);
}

.deal-header .site-navigation .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
	z-index: 1001;
	height: auto !important;
	overflow: visible !important;
	transform: none !important;
	transition: none !important;
	width: auto !important;
}

.deal-header .site-navigation .menu-item-depth-0 > .sub-menu {
	left: 0 !important;
	margin-top: 0 !important;
}

.deal-header .site-navigation .sub-menu .menu-item {
	display: block;
	margin: 0;
}

.deal-header .site-navigation .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: 500;
	color: #232323;
	text-transform: none;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.deal-header .site-navigation .sub-menu a:hover,
.deal-header .site-navigation .sub-menu a:focus {
	background: rgba(175, 46, 56, 0.08);
	color: var(--anps-hovers-color);
}

.deal-header .site-navigation .sub-menu a::after {
	display: none;
}

.deal-header .site-navigation .menu-item-has-children:hover > .sub-menu,
.deal-header .site-navigation .menu-item-has-children:focus-within > .sub-menu,
.deal-header .site-navigation .menu-item-has-children.submenu-open > .sub-menu,
.deal-header .site-navigation .menu-item-has-children:hover > .sub-menu:hover {
	display: block !important;
}

.deal-header .menu-button-type2 {
	display: none;
	align-items: center;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	margin-left: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	flex-shrink: 0;
}

.deal-header .menu-button-type2-mobile {
	display: none;
}

.deal-header .navbar-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-left: 8px;
	border: 0;
	background: var(--deal-black);
	color: #fff;
	cursor: pointer;
	flex-shrink: 0;
}

@media (min-width: 992px) {
	.deal-header .site-navigation .menu-item-has-children:hover > a::after {
		transform: rotate(180deg);
	}

	.deal-header .site-navigation > ul,
	.deal-header .site-navigation .deal-menu {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
	}

	.deal-header .logo-mobile { display: none !important; }
	.deal-header .logo-desktop { display: block !important; }
	.deal-header .menu-button-type2 { display: inline-flex !important; }
	.deal-header .navbar-toggle { display: none; }
}

@media (max-width: 991px) {
	.deal-header .logo-mobile { display: block !important; }
	.deal-header .logo-desktop { display: none !important; }
	.deal-header .menu-button-type2 { display: none !important; }
	.deal-header .deal-header-nav { display: none !important; }
	.deal-header .navbar-toggle {
		display: flex !important;
		position: static !important;
		transform: none !important;
		flex-shrink: 0;
	}

	.deal-header .deal-header__inner {
		min-height: 64px;
	}

	.top-bar {
		display: none;
	}

	body.deal-mobile-nav-open {
		overflow: hidden;
	}
}

/* ─── Mobile slide-out drawer (outside header flex to avoid broken fixed positioning) ─── */
.deal-mobile-drawer {
	display: none;
}

@media (max-width: 991px) {
	.deal-mobile-drawer {
		display: block;
	}

	.deal-mobile-drawer__backdrop {
		position: fixed;
		inset: 0;
		background: rgba(15, 15, 15, 0.55);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease, visibility 0.25s ease;
		z-index: 10050;
	}

	.deal-mobile-drawer__panel {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(100vw, 340px);
		display: flex;
		flex-direction: column;
		background: #fff;
		box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
		transform: translateX(100%);
		transition: transform 0.28s ease;
		z-index: 10051;
		overflow: hidden;
	}

	.admin-bar .deal-mobile-drawer__panel {
		top: 46px;
	}

	.deal-mobile-drawer__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 18px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		background: #fff;
		flex-shrink: 0;
	}

	.deal-mobile-drawer__title {
		font-family: Montserrat, sans-serif;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: var(--deal-black);
	}

	.deal-mobile-drawer__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 4px;
		background: var(--deal-black);
		color: #fff;
		cursor: pointer;
	}

	.deal-mobile-drawer__nav {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 8px 12px 0;
		-webkit-overflow-scrolling: touch;
	}

	.deal-mobile-drawer__nav .deal-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.deal-mobile-drawer__nav .menu-item-depth-0 {
		display: block;
		margin: 0;
	}

	.deal-mobile-drawer__nav .menu-item-depth-0 > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 14px 8px;
		font-family: Montserrat, sans-serif;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #232323 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.deal-mobile-drawer__nav .menu-item-has-children > a::after {
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 10px;
		opacity: 0.65;
		transition: transform 0.2s ease;
	}

	.deal-mobile-drawer__nav .menu-item-has-children.submenu-open > a::after {
		transform: rotate(180deg);
		color: var(--anps-hovers-color);
	}

	.deal-mobile-drawer__nav .current-menu-item > a {
		color: var(--anps-hovers-color) !important;
	}

	.deal-mobile-drawer__nav .sub-menu {
		display: none;
		position: static;
		margin: 0;
		padding: 4px 0 8px 14px;
		list-style: none;
		border-left: 2px solid rgba(175, 46, 56, 0.25);
		background: transparent;
		box-shadow: none;
		border-radius: 0;
	}

	.deal-mobile-drawer__nav .menu-item-has-children.submenu-open > .sub-menu {
		display: block;
	}

	.deal-mobile-drawer__nav .sub-menu a {
		display: block;
		padding: 10px 8px;
		font-size: 13px;
		font-weight: 500;
		text-transform: none;
		letter-spacing: 0.02em;
		color: #444 !important;
		border-bottom: 0;
	}

	.deal-mobile-drawer__nav .sub-menu a::after {
		display: none;
	}

	.deal-mobile-drawer__cta {
		display: none;
		flex-shrink: 0;
		margin: 12px 16px 20px;
		padding: 14px 20px;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		justify-content: center;
	}

	.deal-mobile-drawer.is-open .deal-mobile-drawer__backdrop {
		opacity: 1;
		visibility: visible;
	}

	.deal-mobile-drawer.is-open .deal-mobile-drawer__panel {
		transform: translateX(0);
	}

	.deal-mobile-drawer.is-open .deal-mobile-drawer__cta {
		display: inline-flex;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.menu-button-type2,
.menu-button-type2-mobile {
	background-color: var(--deal-red);
	color: #fff !important;
}

.menu-button-type2:hover,
.menu-button-type2-mobile:hover {
	background-color: var(--cta-hover-bg, var(--deal-black));
	color: var(--cta-hover-color, #fff) !important;
}

.deal-page-content { width: 100%; }

.top-bar--closed { display: none; }

.text-right { text-align: right; }

/* ─── Logo bar ─── */
.deal-logo-bar { background: #fff; }
.deal-logo-bar__heading { margin: 0 0 30px; text-align: center; font-family: "PT Sans", sans-serif; font-size: 16px; font-weight: 500; color: #6b7280; }
.deal-logo-bar__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 40px; }
.deal-logo-bar__item { display: flex; align-items: center; gap: 10px; }
.deal-logo-bar__icon { font-size: 20px; color: #6b7280; line-height: 1; }
.deal-logo-bar__name { margin: 0; font-family: Montserrat, sans-serif; font-size: 20px; font-weight: 600; color: #6b7280; }

/* ─── Services ─── */
.anps-fservices__eyebrow {
	display: block;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
	margin: 0 0 8px;
}

.anps-fservices__heading-highlight,
.anps-fservices__view-all:hover,
.anps-fservices__card:hover .anps-fservices__card-link {
	color: var(--anps-hovers-color) !important;
}

.anps-fservices__view-all { border-bottom-color: var(--anps-hovers-color); }
.anps-fservices__icon { background-color: rgba(175, 46, 56, 0.15); color: var(--anps-hovers-color); }
.anps-fservices__card:hover { border-color: rgba(175, 46, 56, 0.35); }

a.anps-fservices__card {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a.anps-fservices__card:focus-visible {
	outline: 2px solid var(--anps-hovers-color);
	outline-offset: 4px;
}

.anps-fservices__card-media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 18px;
	background: #e5e7eb;
}

.anps-fservices__card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.anps-fservices__card:hover .anps-fservices__card-img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.anps-fservices__grid--cols-3,
	.anps-fservices__grid--cols-4 { grid-template-columns: 1fr; }
}

@media (min-width: 992px) {
	.anps-fservices__grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ─── Portfolio ─── */
.anps-mportfolio__intro { text-align: center; margin-bottom: 60px; max-width: 720px; margin-left: auto; margin-right: auto; }
.anps-mportfolio__eyebrow { font-family: Montserrat, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--anps-hovers-color); margin: 0 0 12px; }
.anps-mportfolio__heading { font-family: Montserrat, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--deal-black); margin: 0 0 16px; }
.anps-mportfolio__desc { margin: 0; color: #6b7280; font-size: 18px; line-height: 1.7; }

.anps-mportfolio { padding: 80px 0; background: #fff; }

.anps-mportfolio__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.anps-mportfolio__secondary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.anps-mportfolio__card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 16px;
	text-decoration: none;
	color: #fff;
	min-height: 280px;
}

.anps-mportfolio__card--featured { min-height: 360px; }

.anps-mportfolio__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.anps-mportfolio__card:hover .anps-mportfolio__img { transform: scale(1.05); }

.anps-mportfolio__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.anps-mportfolio__content {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 28px;
}

.anps-mportfolio__content-left { min-width: 0; }

.anps-mportfolio__badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--anps-hovers-color);
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.anps-mportfolio__badge--outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.65);
}

.anps-mportfolio__title {
	margin: 0 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 700;
	color: #fff;
}

.anps-mportfolio__subtitle {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.5;
}

.anps-mportfolio__delivery {
	text-align: right;
	flex-shrink: 0;
}

.anps-mportfolio__delivery-value {
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.anps-mportfolio__delivery-label {
	margin-top: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.65);
}

.anps-mportfolio__cta-wrap { text-align: center; margin-top: 48px; }

.anps-mportfolio__cta {
	display: inline-flex;
	align-items: center;
	padding: 14px 28px;
	background: var(--deal-black);
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 4px;
	text-decoration: none;
}

@media (min-width: 992px) {
	.anps-mportfolio__grid { grid-template-columns: 1.15fr 1fr; align-items: stretch; }
	.anps-mportfolio__card--featured { min-height: 520px; }
	.anps-mportfolio__card--regular { min-height: 248px; }
}

/* ─── Service page header hero ─── */
.anps-page-header--hero {
	position: relative;
	padding: 88px 0 72px;
	background-size: cover;
	background-position: center;
	text-align: left;
}

.anps-page-header--hero .anps-page-header__inner {
	position: relative;
	z-index: 2;
	max-width: var(--anps-container-width);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.anps-page-header--hero .anps-page-header__content {
	max-width: 560px;
}

.anps-page-header--hero .anps-page-header__title {
	font-size: clamp(1.75rem, 2.6vw, 2.25rem);
	line-height: 1.15;
	max-width: 16em;
}

.anps-page-header__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(35, 35, 35, 0.92) 0%, rgba(35, 35, 35, 0.72) 55%, rgba(175, 46, 56, 0.45) 100%);
}

.anps-page-header__breadcrumb {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	max-width: 100%;
}

.anps-page-header__breadcrumb-current {
	color: var(--anps-hovers-color);
	display: inline-block;
	max-width: 100%;
}

.anps-page-header__breadcrumb a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.anps-page-header__breadcrumb a:hover { color: #fff; }

.anps-page-header__breadcrumb-sep {
	color: rgba(255, 255, 255, 0.55);
}

.anps-page-header--hero .anps-page-header__subtitle {
	max-width: 520px;
	margin-left: 0;
	font-size: 18px;
	line-height: 1.7;
}

.anps-page-header__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
	margin-top: 28px;
}

.anps-page-header--hero .deal-phone-link {
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

/* ─── Content section split ─── */
.deal-content-section--split { padding: 80px 0; }

.deal-content-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

.deal-content-section__media {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.deal-content-section__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.deal-content-section__list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.deal-content-section__list li {
	position: relative;
	padding-left: 22px;
	color: var(--anps-text-color);
	line-height: 1.7;
}

.deal-content-section__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--anps-hovers-color);
}

.deal-content-section__actions { margin-top: 28px; }

.deal-section--gray { background: #f8f8f8; }

@media (min-width: 992px) {
	.deal-content-section__grid { grid-template-columns: 1.05fr 0.95fr; }
}

/* ─── Process timeline ─── */
.anps-ptimeline { padding: 80px 0; background: #fff; }

.anps-ptimeline__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 56px;
}

.anps-ptimeline__badge {
	display: inline-block;
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--anps-hovers-color);
}

.anps-ptimeline__desc {
	margin: 0;
	color: #6b7280;
	font-size: 18px;
	line-height: 1.7;
}

.anps-ptimeline__track { position: relative; }

.anps-ptimeline__line {
	display: none;
}

.anps-ptimeline__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.anps-ptimeline__card {
	padding: 28px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.anps-ptimeline__card--active,
.anps-ptimeline__card:hover {
	border-color: rgba(175, 46, 56, 0.35);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.anps-ptimeline__circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(175, 46, 56, 0.12);
	color: var(--anps-hovers-color);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.anps-ptimeline__card--active .anps-ptimeline__circle {
	background: var(--anps-hovers-color);
	color: #fff;
}

.anps-ptimeline__card-title {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--deal-black);
}

.anps-ptimeline__card-desc {
	margin: 0;
	color: #6b7280;
	line-height: 1.7;
}

.anps-ptimeline__card-label {
	margin-top: 14px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--anps-hovers-color);
}

@media (min-width: 768px) {
	.anps-ptimeline__grid--cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
	.anps-ptimeline__grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ─── Location CTA buttons ─── */
.deal-location-cta__heading,
.deal-location-cta__description,
.deal-location-cta__city { color: #fff; }

.deal-location-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}

.deal-btn--outline-light {
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.85);
	color: #fff !important;
}

.deal-btn--outline-light:hover {
	background: #fff !important;
	color: var(--deal-black) !important;
}

.deal-location-cta .deal-phone-link {
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.anps-ptimeline__heading,
.anps-tclient__heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--deal-black);
}

/* ─── Stats strip ─── */
.deal-stats-stretch { background: var(--anps-hovers-color); padding: 60px 0; }
.deal-stats-stretch__inner { max-width: var(--anps-container-width); margin: 0 auto; padding: 0 24px; }
.deal-stats-stretch__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
.deal-stats-stretch__col { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.deal-stats-stretch__value { margin: 0; font-family: Montserrat, sans-serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: #fff; line-height: 1; }
.deal-stats-stretch__label { margin: 0; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 500; color: #fff; opacity: 0.9; }

@media (min-width: 992px) {
	.deal-stats-stretch__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ─── Trustindex reviews widget ─── */
.deal-trustindex-section { background: #f8f8f8; padding: 90px 0; }
.deal-trustindex-section__heading {
	margin: 0 0 32px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--deal-black);
	text-align: center;
}

/* ─── Testimonials ─── */
.deal-testimonials-stretch { background: #f8f8f8; padding: 90px 0; }
.deal-testimonials-stretch__inner { max-width: var(--anps-container-width); margin: 0 auto; padding: 0 24px; }
.deal-tclient-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }

@media (min-width: 768px) {
	.deal-tclient-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
	.deal-tclient-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.anps-tclient__cta-wrap { text-align: center; margin-top: 40px; }

.anps-tclient__cta {
	display: inline-flex;
	align-items: center;
	padding: 14px 28px;
	background: var(--deal-black);
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 4px;
}

.anps-tclient__cta:hover { background: var(--anps-hovers-color); color: #fff !important; }

/* ─── Estimate form ─── */
.deal-estimate-stretch {
	margin-top: 0;
	background: linear-gradient(90deg, var(--anps-hovers-color) 51%, #fff 53%);
}

.deal-estimate-stretch__inner {
	max-width: var(--anps-container-width);
	margin: 0 auto;
	padding: 0 24px;
}

.deal-estimate-stretch .anps-estimate-form {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.deal-estimate-stretch .anps-estimate-form {
		grid-template-columns: 1fr 1fr;
	}
}

.deal-estimate-stretch .anps-estimate-form__left,
.deal-estimate-stretch .anps-estimate-form__right {
	padding: 32px 24px;
}

@media (min-width: 992px) {
	.deal-estimate-stretch .anps-estimate-form__left,
	.deal-estimate-stretch .anps-estimate-form__right {
		padding: 72px 56px;
	}
}

.deal-estimate-stretch .anps-estimate-form__left { background-color: var(--anps-hovers-color); color: #fff; }
.deal-estimate-stretch .anps-estimate-form__heading,
.deal-estimate-stretch .anps-estimate-form__description,
.deal-estimate-stretch .anps-estimate-form__check-text { color: #fff; }
.deal-estimate-stretch .anps-estimate-form__check-icon svg { fill: #fff; }

.deal-location-cta,
.deal-location-cta .deal-btn--primary {
	color: #fff;
}

@media (max-width: 991px) {
	.deal-estimate-stretch { background: linear-gradient(185deg, var(--anps-hovers-color) 46%, #fff 51%); }
}

/* ─── Service areas split ─── */
.anps-split-section { background: #fff; }

.anps-split-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 992px) {
	.anps-split-section__grid { grid-template-columns: 1fr 1fr; }
}

.anps-split-section__heading {
	margin: 0 0 24px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--deal-black);
}

.anps-split-section__list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
}

.anps-split-section__list li {
	position: relative;
	padding-left: 16px;
	color: #6b7280;
	font-size: 15px;
}

.anps-split-section__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--anps-hovers-color);
}

.anps-split-section__media { border-radius: 16px; overflow: hidden; min-height: 320px; }

.anps-split-section__image {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.anps-split-section__btn { display: inline-flex; margin-top: 8px; }

/* ─── About ─── */
.anps-about { background: #fff; }

.anps-about__container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
	max-width: var(--anps-container-width);
	margin: 0 auto;
	padding: 0 24px;
}

.anps-about__media { position: relative; border-radius: 16px; overflow: hidden; min-height: 360px; }

.anps-about__image { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }

.anps-about__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 55%);
	pointer-events: none;
}

.anps-about__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
	margin: 0 0 12px;
}

.anps-about__heading {
	margin: 0 0 20px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--deal-black);
}

.anps-about__text p { margin: 0 0 16px; line-height: 1.8; color: #6b7280; }

.anps-about__btn {
	display: inline-flex;
	margin-top: 12px;
	padding: 14px 28px;
	background: var(--deal-black);
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}

.anps-about__btn:hover { background: var(--anps-hovers-color); color: #fff !important; }

@media (min-width: 992px) {
	.anps-about__container { grid-template-columns: 1fr 1fr; }
}

/* ─── Features split ─── */
.anps-features-split__section { padding: 80px 0; }
.anps-features-split__section--dark { background: var(--deal-black); color: #fff; }
.anps-features-split__section--light { background: #f8f8f8; color: var(--deal-black); }

.anps-features-split__container {
	max-width: var(--anps-container-width);
	margin: 0 auto;
	padding: 0 24px;
}

.anps-features-split__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
	margin: 0 0 12px;
}

.anps-features-split__heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
}

.anps-features-split__section--dark .anps-features-split__heading {
	color: #fff;
}

.anps-features-split__section--light .anps-features-split__heading {
	color: var(--deal-black);
}

.anps-features-split__description { margin: 0; max-width: 640px; line-height: 1.8; opacity: 0.85; }
.anps-features-split__section--dark .anps-features-split__description { color: rgba(255, 255, 255, 0.75); }
.anps-features-split__section--light .anps-features-split__description { color: #6b7280; }

/* ─── Blog ─── */
.blog-modern {
	background: #f8f8f8;
}

.blog-modern__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 48px;
}

.blog-modern__header-text {
	max-width: 720px;
}

@media (min-width: 768px) {
	.blog-modern__header {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.blog-modern__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--deal-red);
}

.blog-modern__heading {
	margin: 0 0 12px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--deal-black);
}

.blog-modern__desc {
	margin: 0;
	color: #6b7280;
	font-size: 17px;
	line-height: 1.7;
}

.blog-modern__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

@media (min-width: 768px) {
	.blog-modern__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
	.blog-modern__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.blog-modern__grid--list {
	grid-template-columns: 1fr;
	max-width: 860px;
	margin: 0 auto;
}

/* Blog cards — deal-blog-card* avoids constructo-core .blog-modern__post-image { width: 41% } conflicts */
.blog-modern__grid .deal-blog-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	padding: 16px 16px 0;
}

.blog-modern__grid .deal-blog-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.deal-blog-card__media {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e5e7eb;
	border-radius: 12px;
}

.deal-blog-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(35, 35, 35, 0.35) 0%, transparent 55%);
	pointer-events: none;
	z-index: 1;
}

.deal-blog-card__image {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.deal-blog-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.deal-blog-card:hover .deal-blog-card__img {
	transform: scale(1.06);
}

.deal-blog-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--deal-red);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
}

.blog-modern__post-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 8px 24px;
}

/* Blog index page (/blog/) */
.deal-main .deal-blog-index .anps-page-header {
	padding-bottom: 52px;
}

.deal-main .deal-blog-index .blog-modern {
	padding-top: 72px;
}

.deal-blog-index .blog-modern__grid {
	gap: 32px;
}

.blog-modern__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #6b7280;
	font-size: 13px;
	margin-bottom: 12px;
}

.blog-modern__meta-sep {
	opacity: 0.5;
}

.blog-modern__grid .deal-blog-card .blog-modern__post-title {
	margin: 0 0 12px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 700;
	line-height: 1.35;
}

.blog-modern__post-title a {
	color: var(--deal-black);
}

.blog-modern__post-title a:hover {
	color: var(--deal-red);
}

.blog-modern__grid .deal-blog-card .blog-modern__post-excerpt {
	margin: 0 0 20px;
	color: #6b7280;
	line-height: 1.65;
	font-size: 15px;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-modern__grid .deal-blog-card .blog-modern__read-more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	margin-top: auto;
	padding-bottom: 2px;
	border-bottom: 2px solid var(--deal-red);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--deal-black) !important;
	transition: gap 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-modern__grid .deal-blog-card .blog-modern__read-more:hover {
	gap: 12px;
	color: var(--deal-red) !important;
	border-color: var(--deal-black);
}

.blog-modern__empty {
	color: #6b7280;
	text-align: center;
	padding: 40px 0;
}

/* Single blog post */
.deal-single-post {
	background: #fff;
	padding: 56px 0 88px;
}

.deal-single-post__inner {
	max-width: 780px;
}

.deal-single-post__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin: 0 0 28px;
	color: #6b7280;
	font-size: 14px;
}

.deal-single-post__meta-sep {
	opacity: 0.45;
}

.deal-single-post__hero {
	margin: 0 0 44px;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.deal-single-post__hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.deal-single-post__content {
	color: var(--anps-text-color);
}

.deal-single-post__content > *:first-child {
	margin-top: 0;
}

.deal-single-post__content h2,
.deal-single-post__content h3 {
	margin: 2.25rem 0 1rem;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: var(--deal-black);
	line-height: 1.3;
}

.deal-single-post__content h2 {
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

.deal-single-post__content h3 {
	font-size: 1.2rem;
}

.deal-single-post__content p,
.deal-single-post__content li {
	font-size: 17px;
	line-height: 1.85;
	margin: 0 0 1.25rem;
}

.deal-single-post__content ul,
.deal-single-post__content ol {
	padding-left: 1.35rem;
	margin: 0 0 1.5rem;
}

.deal-single-post__content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 2rem 0;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.deal-single-post__content blockquote {
	margin: 2rem 0;
	padding: 20px 24px;
	border-left: 4px solid var(--deal-red);
	background: #f8f8f8;
	border-radius: 0 12px 12px 0;
	font-style: italic;
	color: #4b5563;
}

.deal-single-post__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid #eee;
}

.deal-single-post__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #6b7280 !important;
}

.deal-single-post__back:hover {
	color: var(--deal-red) !important;
}

/* Features split with media */
.anps-features-split__container--split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: center;
}

@media (min-width: 992px) {
	.anps-features-split__container--split {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}
}

.anps-features-split__media {
	border-radius: 16px;
	overflow: hidden;
	min-height: 280px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.anps-features-split__section--light .anps-features-split__media {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.anps-features-split__image {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.anps-features-split__section--media {
	padding: 80px 0;
}

/* ─── Page header ─── */
.anps-page-header { padding: 80px 0 60px; background: var(--deal-black); text-align: center; }
.anps-page-header:not(.anps-page-header--hero) .anps-page-header__inner { text-align: center; }
.anps-page-header__title { margin: 0; font-size: clamp(2rem, 4vw, 3rem); color: #fff; }
.anps-page-header__subtitle { margin: 12px 0 0; color: rgba(255, 255, 255, 0.65); font-size: 16px; }

/* Footer */
.site-footer,
.deal-site-footer {
	background: var(--anps-footer-bg);
	color: #9ca3af;
	padding-top: 0;
}

.deal-site-footer__location {
	padding: 56px 0 0;
}

.deal-site-footer__location-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
	.deal-site-footer__location-grid {
		grid-template-columns: 1.15fr 0.85fr;
	}
}

.deal-site-footer__map {
	position: relative;
	min-height: 280px;
	background: #1a1a1a;
}

@media (min-width: 992px) {
	.deal-site-footer__map {
		min-height: 360px;
	}
}

.deal-site-footer__map-iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.deal-site-footer__location-panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 28px 24px 32px;
	background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 992px) {
	.deal-site-footer__location-panel {
		padding: 36px 32px;
	}
}

.deal-site-footer__google-card {
	padding: 18px 20px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.deal-site-footer__google-head {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.deal-site-footer__google-head .fab {
	color: #4285f4;
	font-size: 18px;
}

.deal-site-footer__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

.deal-site-footer__score {
	font-family: Montserrat, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.deal-site-footer__review-count {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
}

.deal-site-footer__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
}

.deal-site-footer__contact-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.deal-site-footer__contact-icon {
	color: var(--deal-red);
	width: 18px;
	margin-top: 3px;
	text-align: center;
	flex-shrink: 0;
}

.deal-site-footer__contact-list strong {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.deal-site-footer__contact-list span,
.deal-site-footer__contact-list a {
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
}

.deal-site-footer__contact-list a:hover {
	color: var(--deal-red);
}

.deal-site-footer__map-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.deal-site-footer__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 999px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.deal-site-footer__btn--primary {
	background: var(--deal-red);
	color: #fff !important;
}

.deal-site-footer__btn--primary:hover {
	background: #fff;
	color: var(--deal-black) !important;
	transform: translateY(-1px);
}

.deal-site-footer__btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff !important;
}

.deal-site-footer__btn--outline:hover {
	border-color: #fff;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.08);
}

.deal-site-footer__main {
	padding: 56px 0 48px;
}

.deal-site-footer__columns {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

@media (min-width: 768px) {
	.deal-site-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.deal-site-footer__columns {
		grid-template-columns: 1.4fr 1fr 1fr;
		gap: 48px;
	}
}

.deal-site-footer__logo {
	height: 40px;
	width: auto;
	max-width: 220px;
}

.deal-site-footer__tagline {
	margin: 18px 0 0;
	max-width: 360px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.65);
}

.deal-site-footer__social {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.deal-site-footer__social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
	transition: background 0.2s, transform 0.2s;
}

.deal-site-footer__social li a:hover {
	background: var(--deal-red);
	color: #fff !important;
	transform: translateY(-2px);
}

.deal-site-footer__estimate {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	padding-bottom: 2px;
	border-bottom: 2px solid var(--deal-red);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff !important;
	transition: gap 0.2s, border-color 0.2s, color 0.2s;
}

.deal-site-footer__estimate:hover {
	gap: 14px;
	color: var(--deal-red) !important;
	border-color: #fff;
}

.deal-site-footer__title {
	margin: 0 0 22px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(175, 46, 56, 0.45);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.deal-site-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.deal-site-footer__menu a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	transition: color 0.2s, padding-left 0.2s;
}

.deal-site-footer__menu a:hover {
	color: #fff !important;
	padding-left: 4px;
}

.deal-site-footer__bar {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.2);
}

.deal-site-footer__bar-inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (min-width: 768px) {
	.deal-site-footer__bar-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.deal-site-footer__copy,
.deal-site-footer__meta {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
}

.deal-site-footer__meta span {
	margin: 0 8px;
	opacity: 0.5;
}

.deal-site-footer .deal-stars {
	color: #fbbf24;
	font-size: 14px;
	letter-spacing: 1px;
}

.deal-site-footer .deal-star.is-filled {
	color: #fbbf24;
}

.deal-site-footer .deal-star:not(.is-filled) {
	color: rgba(255, 255, 255, 0.2);
}

/* Legacy footer widget styles (editor/widgets fallback) */
.site-footer .widget-title {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 12px;
}

.site-footer .widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--anps-hovers-color);
}

.site-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .menu li { margin-bottom: 10px; }

.site-footer .menu a {
	color: #9ca3af;
	font-size: 14px;
}

.site-footer .menu a:hover { color: var(--anps-hovers-color) !important; }

.copyright-footer {
	margin-top: 0;
	padding: 0;
	border-top: 0;
	color: #6b7280;
	font-size: 13px;
}

/* Inner page blocks */
.deal-content-section,
.deal-service-areas-callout,
.deal-service-areas-grid,
.deal-directions-map,
.deal-location-cta,
.deal-contact-section,
.deal-faq-accordion,
.deal-blog-latest,
.deal-projects-gallery,
.deal-reviews-section {
	width: 100%;
	padding: 60px 0;
}

.deal-section--light { background: #fff; }
.deal-section--dark { background: var(--deal-black); color: #fff; }
.deal-section--gray { background: #f8f8f8; }
.deal-section--gold { background: var(--anps-hovers-color); color: #fff; }

.deal-content-section h2,
.deal-faq-accordion__heading,
.deal-service-areas-grid__heading {
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	margin: 0 0 20px;
	color: var(--deal-black);
}

.deal-content-section p,
.deal-content-section li {
	color: var(--anps-text-color);
	line-height: 1.8;
}

.deal-faq-accordion__item {
	border-bottom: 1px solid #eee;
}

.deal-faq-accordion__question {
	padding: 18px 0;
	cursor: pointer;
	font-weight: 600;
	color: var(--deal-black);
	list-style: none;
}

.deal-faq-accordion__question::-webkit-details-marker { display: none; }

.deal-faq-accordion__answer {
	padding: 0 0 18px;
	color: var(--anps-text-color);
}

.deal-location-cta {
	text-align: center;
	background: var(--anps-hovers-color);
	padding: 80px 0;
}

.deal-location-cta .deal-btn--primary {
	background: var(--deal-black);
	color: #fff !important;
	padding: 14px 28px;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.deal-service-areas-grid__grid,
.deal-service-areas-grid__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 640px) {
	.deal-service-areas-grid__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
	.deal-service-areas-grid__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
	.deal-service-areas-grid__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Service areas page */
.deal-service-areas-grid {
	background: #f8f8f8;
}

.deal-service-areas-grid__header {
	max-width: 720px;
	margin: 0 auto 56px;
	text-align: center;
}

.deal-service-areas-grid__eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--deal-red);
}

.deal-service-areas-grid__heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--deal-black);
}

.deal-service-areas-grid__desc {
	margin: 0;
	color: #6b7280;
	font-size: 18px;
	line-height: 1.7;
}

.deal-area-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	color: inherit;
}

.deal-area-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.deal-area-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e5e7eb;
}

.deal-area-card__media--map {
	background: #d1d5db;
}

.deal-area-card__map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}

.deal-area-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.deal-area-card:hover .deal-area-card__img {
	transform: scale(1.06);
}

.deal-area-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(35, 35, 35, 0.55) 0%, rgba(35, 35, 35, 0.08) 45%, transparent 100%);
	pointer-events: none;
}

.deal-area-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--deal-red);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.deal-area-card__map-link {
	position: absolute;
	bottom: 14px;
	right: 14px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	color: var(--deal-black) !important;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	transition: background 0.2s, color 0.2s, transform 0.2s;
}

.deal-area-card__map-link:hover {
	background: var(--deal-red);
	color: #fff !important;
	transform: translateY(-1px);
}

.deal-area-card__map-link .fa-google {
	color: var(--deal-red);
	font-size: 14px;
}

.deal-area-card__map-link:hover .fa-google {
	color: #fff;
}

.deal-area-card__body {
	display: block;
	padding: 22px 22px 24px;
	text-decoration: none;
	color: inherit;
}

.deal-area-card__body:hover {
	color: inherit;
}

.deal-area-card__name {
	margin: 0 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--deal-black);
}

.deal-area-card__location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
}

.deal-area-card__location .fa-map-marker-alt {
	color: var(--deal-red);
	font-size: 12px;
}

.deal-area-card__tagline {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.6;
	color: #6b7280;
}

.deal-area-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--deal-red);
	transition: gap 0.2s ease;
}

.deal-area-card:hover .deal-area-card__link {
	gap: 12px;
}

.deal-service-areas-callout__media--placeholder,
.deal-service-areas-callout__image {
	min-height: 360px;
	width: 100%;
	object-fit: cover;
}

.deal-service-areas-callout__media--placeholder {
	background: url('https://images.unsplash.com/photo-1559827260-dc66d52bef19?auto=format&fit=crop&w=900&q=80') center/cover;
}

.deal-service-areas-callout__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 992px) {
	.deal-service-areas-callout__grid { grid-template-columns: 1fr 1fr; }
}

.deal-contact-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

@media (min-width: 992px) {
	.deal-contact-section__grid { grid-template-columns: 1fr 1.2fr; }
}

.deal-contact-section__info {
	background: var(--deal-black);
	color: #fff;
	padding: 32px;
}

.deal-contact-section__info :is(h1, h2, h3, h4, h5, h6) {
	color: #fff;
}

.deal-contact-form input,
.deal-contact-form select,
.deal-contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	margin-bottom: 14px;
	font: inherit;
}

.deal-contact-form__submit,
.deal-btn {
	padding: 14px 28px;
	background: var(--deal-black);
	color: #fff !important;
	border: 0;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
}

.deal-btn--primary,
.deal-btn--gold {
	background: var(--anps-hovers-color);
	color: #fff !important;
}

.deal-btn--primary:hover,
.deal-btn--gold:hover,
.deal-btn:hover {
	background: var(--deal-black);
	color: #fff !important;
}

.deal-contact-form__submit:hover {
	background: var(--anps-hovers-color);
	color: #fff !important;
}

.deal-blog-latest__posts,
.deal-blog-latest__items--grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
}

.deal-blog-latest__post,
.deal-blog-latest__item {
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}

.deal-projects-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

@media (min-width: 768px) {
	.deal-projects-gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
	.deal-projects-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.deal-projects-gallery {
	background: var(--deal-black);
	color: #fff;
}

.deal-projects-gallery__header {
	margin-bottom: 40px;
	text-align: center;
}

.deal-projects-gallery__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
}

.deal-projects-gallery__heading {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: #fff;
}

.deal-projects-gallery__item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 3;
}

.deal-projects-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.deal-projects-gallery__item:hover .deal-projects-gallery__img {
	transform: scale(1.05);
}

.deal-projects-gallery__caption {
	position: absolute;
	inset: auto 0 0;
	padding: 18px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.deal-projects-gallery__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
	margin-bottom: 4px;
}

.deal-projects-gallery__title {
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.deal-directions-map {
	background: var(--deal-black);
	color: #fff;
}

.deal-directions-map__shell {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: stretch;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
	.deal-directions-map__shell {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

.deal-directions-map__info {
	padding: 40px 32px;
}

.deal-directions-map__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--deal-red);
}

.deal-directions-map__heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #fff;
}

.deal-directions-map__from {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
}

.deal-directions-map__details {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	gap: 18px;
}

.deal-directions-map__details li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.deal-directions-map__icon {
	color: var(--deal-red);
	margin-top: 2px;
	width: 18px;
	text-align: center;
	flex-shrink: 0;
}

.deal-directions-map__details strong {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 4px;
}

.deal-directions-map__details span,
.deal-directions-map__details a {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}

.deal-directions-map__details a:hover {
	color: var(--deal-red);
}

.deal-directions-map__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.deal-directions-map__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.deal-directions-map__btn--primary {
	background: var(--deal-red);
	color: #fff !important;
	border: 2px solid var(--deal-red);
}

.deal-directions-map__btn--primary:hover {
	background: #fff;
	color: var(--deal-black) !important;
	border-color: #fff;
}

.deal-directions-map__btn--outline {
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.35);
}

.deal-directions-map__btn--outline:hover {
	border-color: #fff;
	color: #fff !important;
}

.deal-directions-map__map {
	min-height: 320px;
	background: #111;
}

.deal-directions-map__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 992px) {
	.deal-directions-map__grid { grid-template-columns: 1fr 1.5fr; }
}

.deal-directions-map iframe,
.deal-directions-map__iframe,
.anps-contact-section__iframe {
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 0;
}

@media (min-width: 992px) {
	.deal-directions-map__map,
	.deal-directions-map__iframe {
		min-height: 100%;
	}
}

.anps-contact-section__iframe {
	border-radius: 12px;
}

/* ─── Contact section (Constructo form style) ─── */
.anps-contact-section {
	display: block !important;
	width: 100%;
	background: #f8f8f8;
	grid-template-columns: none !important;
	gap: 0 !important;
}

.anps-contact-section > .deal-block-container {
	width: 100%;
	max-width: var(--anps-container-width);
	margin-left: auto;
	margin-right: auto;
}

.anps-contact-section__intro {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.anps-contact-section__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
}

.anps-contact-section__heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--deal-black);
}

.anps-contact-section__desc {
	margin: 0;
	color: #6b7280;
	font-size: 18px;
	line-height: 1.7;
}

.anps-contact-section__panel {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
	.anps-contact-section__panel { grid-template-columns: 0.95fr 1.05fr; }
}

.anps-contact-section__info {
	background: var(--deal-black);
	color: #fff;
	padding: 40px 32px;
}

.anps-contact-section__info-heading {
	margin: 0 0 24px;
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}

.anps-contact-section__list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 20px;
}

.anps-contact-section__list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.anps-contact-section__list .fa {
	color: var(--anps-hovers-color);
	margin-top: 4px;
	width: 16px;
	text-align: center;
	flex-shrink: 0;
}

.anps-contact-section__list strong {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 4px;
}

.anps-contact-section__list a,
.anps-contact-section__list span {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}

.anps-contact-section__list a:hover {
	color: var(--anps-hovers-color);
}

.anps-contact-section__maps-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 8px;
	background: rgba(175, 46, 56, 0.15);
	color: var(--anps-hovers-color) !important;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 24px;
}

.anps-contact-section__form-wrap {
	background: #fff;
	padding: 32px 24px;
}

.anps-contact-section__form-wrap .anps-contact-form,
.anps-contact-section__form-wrap .anps-estimate-form__form {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.anps-contact-form label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
	margin-bottom: 8px;
}

.anps-contact-form__file-input {
	width: 100%;
	margin-top: 8px;
}

.anps-contact-form__file-hint {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #6b7280;
}

.anps-contact-section__map {
	margin-top: 8px;
}

/* Shared estimate / contact form fields */
.anps-estimate-form__form p,
.anps-contact-form p {
	margin: 0 0 24px;
}

.anps-estimate-form__form label,
.anps-contact-form label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #888;
	margin-bottom: 8px;
}

.anps-estimate-form__input,
.anps-estimate-form__select,
.anps-estimate-form__textarea {
	width: 100%;
	background-color: #f5f5f5;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	padding: 12px 16px;
	font-size: 15px;
	color: #333;
	transition: border-color 0.3s ease;
	outline: 0;
	box-shadow: none;
	font-family: inherit;
}

.anps-estimate-form__input:focus,
.anps-estimate-form__select:focus,
.anps-estimate-form__textarea:focus {
	border-bottom-color: var(--anps-hovers-color);
	box-shadow: none;
	outline: 0;
}

.anps-estimate-form__input::placeholder,
.anps-estimate-form__textarea::placeholder {
	color: #aaa;
}

.anps-estimate-form__select {
	-webkit-appearance: auto;
	appearance: auto;
	cursor: pointer;
}

.anps-estimate-form__textarea {
	min-height: 120px;
	resize: vertical;
	max-height: 220px;
}

.anps-estimate-form__submit {
	width: 100%;
	padding: 16px;
	background-color: var(--deal-black);
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.anps-estimate-form__submit:hover {
	background-color: var(--anps-hovers-color);
	color: #fff;
}

.anps-estimate-form__privacy {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 16px 0 0;
}

.anps-ef-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 768px) {
	.anps-ef-grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* Links typed into WYSIWYG content fields (About, Content Section, and every
   block's Description field) — styled distinctly from button-style links. */
.anps-hero-banner__description a,
.anps-page-header__subtitle a,
.deal-location-cta__description a,
.blog-modern__desc a,
.anps-estimate-form__description a,
.anps-ptimeline__desc a,
.anps-mportfolio__desc a,
.anps-fservices__header-desc a,
.deal-service-areas-grid__desc a,
.deal-reviews-section__text a,
.anps-contact-section__desc a,
.anps-about__text a,
.deal-content-section__body a {
	color: var(--deal-red);
	text-decoration: underline;
}

/* Trustindex's slider widget breaks out to 100vw by default and its own
   stylesheet loads after ours with equally-specific !important rules, so a
   plain class selector loses the cascade. The wrapper carries an id
   (#deal-trustindex-widget) specifically to outrank it here. */
#deal-trustindex-widget .ti-widget,
#deal-trustindex-widget [data-trustindex-widget],
#deal-trustindex-widget .ti-widget-container,
#deal-trustindex-widget .ti-reviews-container,
#deal-trustindex-widget .ti-reviews-container-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.anps-ef-grid p {
	margin: 0;
}

.anps-contact-form__file-input {
	width: 100%;
	padding: 12px;
	background: #f5f5f5;
	border: 1px dashed #ddd;
	font-size: 14px;
}

.deal-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.deal-form-notice {
	padding: 14px 18px;
	margin-bottom: 24px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.5;
}

.deal-form-notice--success {
	background: #ecfdf3;
	border: 1px solid #86efac;
	color: #166534;
}

.deal-form-notice--error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #991b1b;
}

/* ─── Google reviews page section ─── */
.deal-reviews-section {
	background: #fff;
}

.deal-reviews-section__header {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	margin-bottom: 48px;
}

@media (min-width: 992px) {
	.deal-reviews-section__header { grid-template-columns: 1.2fr 0.8fr; align-items: start; }
}

.deal-reviews-section__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--anps-hovers-color);
}

.deal-reviews-section__heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--deal-black);
}

.deal-reviews-section__text {
	margin: 0;
	color: #6b7280;
	line-height: 1.7;
	max-width: 640px;
}

.deal-reviews-section__scorecard {
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 28px;
}

.deal-reviews-section__google-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: var(--deal-black);
}

.deal-reviews-section__google-badge .fab {
	color: #4285f4;
	font-size: 20px;
}

.deal-reviews-section__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-bottom: 20px;
}

.deal-reviews-section__score {
	font-family: Montserrat, sans-serif;
	font-size: 2rem;
	color: var(--deal-black);
}

.deal-reviews-section__count {
	color: #6b7280;
	font-size: 14px;
}

.deal-reviews-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.deal-reviews-section__btn.anps-hero-banner__btn-secondary {
	padding: 12px 20px;
}

.deal-reviews-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 768px) {
	.deal-reviews-section__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
	.deal-reviews-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.deal-reviews-section__card {
	height: 100%;
}

/* Brand color reinforcements (red + black) */
.anps-hero-banner__heading-gradient {
	background-image: linear-gradient(to right, var(--deal-red), var(--deal-red-dark));
}

.anps-hero-banner__description--bordered {
	border-left-color: var(--deal-red);
}

.top-bar {
	background-color: var(--deal-black);
}

/* ─── Button contrast (white text on dark/red fills) ─── */
.anps-hero-banner__btn-primary,
.anps-split-section__btn.anps-hero-banner__btn-primary,
.deal-reviews-section__btn.anps-hero-banner__btn-primary {
	color: #fff !important;
	background-color: var(--deal-black) !important;
}

.anps-hero-banner__btn-primary:hover,
.anps-hero-banner__btn-primary:focus,
.anps-split-section__btn.anps-hero-banner__btn-primary:hover,
.deal-reviews-section__btn.anps-hero-banner__btn-primary:hover {
	color: #fff !important;
	background-color: var(--deal-red) !important;
}

.anps-hero-banner__btn-secondary {
	color: var(--deal-black) !important;
	background: transparent;
}

.anps-hero-banner__btn-secondary:hover,
.anps-hero-banner__btn-secondary:focus {
	color: var(--deal-red) !important;
}

.menu-button-type2,
.menu-button-type2-mobile,
.deal-btn,
.deal-btn--primary,
.deal-btn--gold,
.deal-btn--dark,
.anps-about__btn,
.anps-tclient__cta,
.anps-estimate-form__submit,
.deal-contact-form__submit,
.deal-location-cta .deal-btn--primary {
	color: #fff !important;
}

.menu-button-type2:hover,
.menu-button-type2:focus,
.menu-button-type2-mobile:hover,
.menu-button-type2-mobile:focus,
.deal-btn:hover,
.deal-btn:focus,
.deal-btn--primary:hover,
.deal-btn--gold:hover,
.deal-btn--dark:hover,
.anps-about__btn:hover,
.anps-tclient__cta:hover,
.anps-estimate-form__submit:hover,
.deal-contact-form__submit:hover,
.deal-location-cta .deal-btn--primary:hover {
	color: #fff !important;
}

.deal-btn--dark {
	background: var(--deal-black);
}

.deal-btn--dark:hover {
	background: var(--deal-red);
}

.anps-mportfolio__cta:hover,
.anps-mportfolio__cta:focus {
	color: #fff !important;
	background-color: var(--deal-black) !important;
	border-color: var(--deal-black) !important;
}

.top-bar .deal-btn,
.top-bar .deal-btn--gold {
	color: #fff !important;
}

/* ─── Site-wide mobile & tablet responsive fixes ─── */
@media (max-width: 991px) {
	.deal-block-container,
	.deal-container,
	.top-bar > .container,
	.deal-header .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.deal-main .anps-fservices,
	.deal-main .anps-mportfolio,
	.deal-main .anps-ptimeline,
	.deal-main .anps-about,
	.deal-main .anps-features-split,
	.deal-main .anps-split-section,
	.deal-main .blog-modern,
	.deal-main .anps-contact-section,
	.deal-main .deal-reviews-section,
	.deal-main .deal-projects-gallery,
	.deal-main .deal-service-areas-grid,
	.deal-main .deal-directions-map {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.anps-page-header {
		padding: 40px 0 32px;
	}

	.anps-page-header--hero {
		padding: 40px 0 36px;
	}

	.anps-page-header--hero .anps-page-header__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.anps-page-header--hero .anps-page-header__content,
	.anps-page-header--hero .anps-page-header__title,
	.anps-page-header--hero .anps-page-header__subtitle {
		max-width: 100%;
	}

	.anps-page-header--hero .anps-page-header__title {
		font-size: clamp(1.5rem, 7vw, 2rem);
		line-height: 1.2;
	}

	.anps-page-header--hero .anps-page-header__subtitle {
		font-size: 15px;
		line-height: 1.65;
		margin-top: 10px;
	}

	.anps-page-header__breadcrumb {
		font-size: 11px;
		margin-bottom: 14px;
	}

	.anps-page-header__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 22px;
	}

	.anps-page-header--hero .anps-page-header__btn,
	.anps-page-header--hero .deal-btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.anps-page-header--hero .deal-phone-link {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px 16px;
		border: 1px solid rgba(255, 255, 255, 0.35);
		border-radius: 4px;
		font-size: 15px;
	}

	.anps-split-section__list {
		grid-template-columns: 1fr;
	}

	.anps-features-split__section {
		padding: 56px 0;
	}

	.anps-features-split__container {
		padding: 0 16px;
	}

	.anps-about__container {
		gap: 32px;
	}

	.deal-estimate-stretch__inner {
		padding: 0 16px;
	}

	.deal-estimate-stretch .anps-estimate-form__left,
	.deal-estimate-stretch .anps-estimate-form__right {
		padding: 32px 20px;
	}

	.deal-estimate-stretch .anps-estimate-form__heading {
		font-size: clamp(1.75rem, 6vw, 2.25rem) !important;
	}

	.anps-contact-section__info,
	.anps-contact-section__form-wrap {
		padding: 28px 20px;
	}

	.anps-contact-section__intro {
		margin-bottom: 32px;
	}

	.anps-contact-section__desc {
		font-size: 16px;
	}

	.deal-directions-map__shell {
		border-radius: 16px;
	}

	.deal-directions-map__info {
		padding: 28px 20px;
	}

	.deal-directions-map__map iframe,
	.deal-directions-map__map .deal-directions-map__iframe {
		min-height: 260px;
	}

	.deal-reviews-section__header {
		gap: 24px;
	}

	.deal-reviews-section__scorecard {
		padding: 22px;
	}

	.deal-single-post {
		padding: 40px 0 64px;
	}

	.deal-site-footer__location {
		padding-top: 40px;
	}

	.deal-site-footer__main {
		padding: 40px 0 32px;
	}

	.deal-site-footer__location-panel {
		padding: 24px 20px 28px;
	}

	.deal-site-footer__map {
		min-height: 240px;
	}
}

@media (max-width: 767px) {
	.deal-header .deal-header__inner {
		min-height: 68px;
		padding: 0 12px;
	}

	.deal-header .site-logo img {
		max-height: 44px;
	}

	.anps-hero-banner {
		min-height: auto !important;
	}

	.anps-hero-banner__container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.anps-hero-banner__heading {
		font-size: clamp(1.85rem, 8vw, 2.75rem) !important;
		line-height: 1.1 !important;
	}

	.anps-hero-banner__description {
		font-size: 16px !important;
	}

	.anps-hero-banner__media {
		height: auto !important;
		min-height: 260px;
		max-height: 360px;
		margin-top: 24px;
	}

	.anps-hero-banner__buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.anps-hero-banner__btn-primary,
	.anps-hero-banner__btn-secondary {
		justify-content: center;
		text-align: center;
	}

	.anps-fservices__header,
	.blog-modern__header {
		align-items: flex-start;
	}

	.anps-fservices__view-all,
	.blog-modern__view-all {
		align-self: flex-start;
	}

	.deal-stats-stretch {
		padding: 40px 0;
	}

	.deal-stats-stretch__inner {
		padding: 0 16px;
	}

	.deal-stats-stretch__grid {
		gap: 24px 16px;
	}

	.anps-ef-grid {
		grid-template-columns: 1fr !important;
	}

	.anps-estimate-form__submit,
	.anps-contact-form .anps-estimate-form__submit {
		width: 100%;
	}

	.deal-site-footer__map-actions {
		flex-direction: column;
	}

	.deal-site-footer__btn {
		justify-content: center;
		width: 100%;
	}

	.deal-site-footer__bar-inner {
		text-align: center;
	}

	.deal-single-post__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.deal-single-post__footer .anps-about__btn {
		justify-content: center;
		text-align: center;
	}

	.top-bar .container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.top-bar .container,
	.top-bar-left,
	.top-bar-right {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		width: 100%;
	}

	.top-bar-left .widget-container,
	.top-bar-right .widget-container {
		margin: 0;
	}
}

@media (max-width: 479px) {
	.deal-block-container,
	.deal-container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.anps-contact-section__maps-link {
		font-size: 13px;
		padding: 10px 12px;
	}

	.deal-area-card__map-link {
		font-size: 10px;
		padding: 6px 10px;
	}
}
