/**
 * Hard-lock original styles for sections that Elementor often flattens.
 * Loaded last (after bridge / appearance custom). Independent of Appearance > Additional CSS.
 */

/*
 * Bridge/appearance emit sm:/lg: flex utilities WITHOUT media queries.
 * Re-assert real Tailwind breakpoints so desktop row layouts stay responsive.
 */
@media (max-width: 639px) {
	.elementor .e-con.mr-native.flex-col.sm\:flex-row,
	.elementor .e-con.mr-native.flex-col.lg\:flex-row {
		flex-direction: column !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.elementor .e-con.mr-native.flex-col.lg\:flex-row:not(.sm\:flex-row) {
		flex-direction: column !important;
	}

	.elementor .e-con.mr-native.sm\:flex-row {
		flex-direction: row !important;
	}
}

@media (min-width: 1024px) {
	.elementor .e-con.mr-native.lg\:flex-row {
		flex-direction: row !important;
	}

	.elementor .e-con.mr-native.lg\:justify-between {
		justify-content: space-between !important;
	}

	.elementor .e-con.mr-native.lg\:text-left {
		text-align: left !important;
	}
}

/* ===== Bottom CTA band: Call for drain and leak ===== */
.elementor .e-con.e-parent.mr-native.bg-foreground.py-12,
.elementor .e-con.e-parent.mr-native.bg-foreground {
	background-color: #0d2b4b !important;
	background-color: hsl(var(--foreground, 211 70% 17%)) !important;
	color: #fff !important;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
	width: 100% !important;
	max-width: 100% !important;
}

.elementor .e-con.e-parent.mr-native.bg-foreground.py-12 > .e-con.container.mr-native,
.elementor .bg-foreground.py-12 > .e-con.container.mr-native {
	display: block !important;
	width: 100% !important;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	box-sizing: border-box !important;
}

@media (min-width: 640px) {
	.elementor .e-con.e-parent.mr-native.bg-foreground.py-12 > .e-con.container.mr-native,
	.elementor .bg-foreground.py-12 > .e-con.container.mr-native {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

/* Frosted CTA card: stacked mobile, row desktop */
.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl,
.elementor .bg-foreground .e-con.mr-native.bg-white\/5.rounded-2xl,
.elementor .e-con.mr-native.rounded-2xl.border.border-white\/10.bg-white\/5 {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 1.5rem !important;
	border-radius: 1rem !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	padding: 1.5rem !important;
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	--width: 100% !important;
}

@media (min-width: 640px) {
	.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl,
	.elementor .bg-foreground .e-con.mr-native.bg-white\/5.rounded-2xl,
	.elementor .e-con.mr-native.rounded-2xl.border.border-white\/10.bg-white\/5 {
		padding: 2rem !important;
	}
}

@media (min-width: 1024px) {
	.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl.lg\:flex-row,
	.elementor .bg-foreground .e-con.mr-native.bg-white\/5.rounded-2xl.lg\:flex-row,
	.elementor .e-con.mr-native.rounded-2xl.border.border-white\/10.bg-white\/5.lg\:flex-row {
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		text-align: left !important;
	}
}

/* Left cluster: icon + copy (not the Call button group) */
.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl > .e-con.mr-native.flex-col:not(.shrink-0) {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.75rem !important;
	width: auto !important;
	max-width: 100% !important;
	flex: 1 1 auto !important;
	--width: auto !important;
}

@media (min-width: 640px) {
	.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl > .e-con.mr-native.flex-col.sm\:flex-row:not(.shrink-0) {
		flex-direction: row !important;
		align-items: center !important;
		text-align: left !important;
		gap: 0.75rem !important;
	}
}

/* Brand icon circle in CTA */
.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-full,
.elementor .bg-foreground.py-12 .e-con.mr-native.h-12.w-12,
.elementor .e-con.mr-native.rounded-full.bg-\[hsl\(var\(--brand\)\)\],
.elementor .e-con.mr-native.h-12.w-12.rounded-full {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 3rem !important;
	height: 3rem !important;
	min-width: 3rem !important;
	max-width: 3rem !important;
	border-radius: 9999px !important;
	background-color: #c05000 !important;
	background-color: hsl(var(--brand, 25 100% 38%)) !important;
	color: #fff !important;
	flex-shrink: 0 !important;
	--width: 3rem !important;
}

.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-full svg,
.elementor .e-con.mr-native.rounded-full svg,
.elementor .e-con.mr-native.h-12.w-12.rounded-full svg {
	width: 1.5rem !important;
	height: 1.5rem !important;
	stroke: currentColor !important;
	color: #fff !important;
}

/* CTA heading + support copy */
.elementor .bg-foreground.py-12 .elementor-heading-title,
.elementor .bg-foreground.py-12 h2.elementor-heading-title,
.elementor .bg-foreground .elementor-heading-title.text-white,
.elementor .bg-foreground h2.text-white {
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 1.25rem !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	max-width: none !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

@media (min-width: 640px) {
	.elementor .bg-foreground.py-12 .elementor-heading-title,
	.elementor .bg-foreground.py-12 h2.elementor-heading-title,
	.elementor .bg-foreground .elementor-heading-title.text-white,
	.elementor .bg-foreground h2.text-white {
		font-size: 1.5rem !important;
	}
}

.elementor .bg-foreground.py-12 .elementor-widget-text-editor,
.elementor .bg-foreground.py-12 .elementor-widget-text-editor p,
.elementor .bg-foreground .text-white\/75,
.elementor .bg-foreground p.text-white\/75,
.elementor .bg-foreground .elementor-widget-text-editor .text-white\/75 {
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	margin-top: 0.25rem !important;
	margin-bottom: 0 !important;
	max-width: 42rem !important;
	white-space: normal !important;
}

/* Button cluster: full width on small screens, auto on desktop */
.elementor .bg-foreground.py-12 .e-con.mr-native.shrink-0,
.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl > .e-con.mr-native.flex.shrink-0 {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 0.75rem !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 auto !important;
	--width: auto !important;
}

@media (min-width: 640px) {
	.elementor .bg-foreground.py-12 .e-con.mr-native.shrink-0,
	.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl > .e-con.mr-native.flex.shrink-0 {
		flex-direction: row !important;
		width: auto !important;
		align-items: center !important;
	}
}

@media (min-width: 1024px) {
	.elementor .bg-foreground.py-12 .e-con.mr-native.shrink-0,
	.elementor .bg-foreground.py-12 .e-con.mr-native.rounded-2xl > .e-con.mr-native.flex.shrink-0 {
		width: auto !important;
		margin-left: 1.5rem !important;
	}
}

/* CTA phone button: brand gradient on every breakpoint */
.elementor .bg-foreground.py-12 .elementor-widget-button .elementor-button,
.elementor .bg-foreground.py-12 a.elementor-button,
.elementor .bg-foreground .elementor-widget-button.mr-native .elementor-button,
.elementor .bg-foreground a.elementor-button.brand-gradient,
.elementor .bg-foreground .elementor-button.brand-gradient,
.elementor .bg-foreground .elementor-button.h-12 {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	width: 100% !important;
	height: 3rem !important;
	min-height: 3rem !important;
	padding: 0 1.75rem !important;
	border: 0 !important;
	border-radius: 0.375rem !important;
	background-image: linear-gradient(135deg, #c05000, #9b3d00) !important;
	background-image: linear-gradient(135deg, hsl(var(--brand, 25 100% 38%)), hsl(var(--brand-dark, 24 100% 30%))) !important;
	background-color: #c05000 !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 0.875rem !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.25) !important;
	flex-shrink: 0 !important;
	box-sizing: border-box !important;
}

@media (min-width: 640px) {
	.elementor .bg-foreground.py-12 .elementor-widget-button .elementor-button,
	.elementor .bg-foreground.py-12 a.elementor-button,
	.elementor .bg-foreground .elementor-widget-button.mr-native .elementor-button,
	.elementor .bg-foreground a.elementor-button.brand-gradient,
	.elementor .bg-foreground .elementor-button.brand-gradient,
	.elementor .bg-foreground .elementor-button.h-12 {
		width: auto !important;
	}
}

.elementor .bg-foreground.py-12 .elementor-widget-button,
.elementor .bg-foreground .elementor-widget-button.mr-native {
	flex-shrink: 0 !important;
	width: 100% !important;
}

@media (min-width: 640px) {
	.elementor .bg-foreground.py-12 .elementor-widget-button,
	.elementor .bg-foreground .elementor-widget-button.mr-native {
		width: auto !important;
	}
}

/* ===== Blog: beat Elementor display:block / zero padding so site.css layout wins ===== */
.elementor .e-con.mr-native.blog-hero,
.elementor .e-con.mr-native.blog-featured,
.elementor .e-con.mr-native.blog-index,
.elementor .e-con.mr-native.blog-cta-strip,
.elementor .e-con.mr-native.blog-article-hero,
.elementor .e-con.mr-native.blog-article-body,
.elementor .e-con.mr-native.blog-shell,
.elementor .e-con.mr-native.blog-article-prose,
.elementor .e-con.mr-native.blog-card-media,
.elementor .e-con.mr-native.blog-featured-media,
.elementor .e-con.mr-native.blog-article-cover,
.elementor .e-con.mr-native.blog-article-hero-inner,
.elementor .e-con.mr-native.blog-article-call,
.elementor .e-con.mr-native.blog-side-card {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

.elementor .e-con.mr-native.blog-shell {
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.elementor .e-con.mr-native.blog-hero {
	position: relative !important;
	overflow: hidden !important;
	padding: 7.5rem 0 2.5rem !important;
	color: #fff !important;
	background:
		radial-gradient(ellipse 70% 55% at 15% 20%, hsl(var(--brand) / 0.28), transparent 50%),
		radial-gradient(ellipse 50% 40% at 90% 80%, hsl(var(--brand) / 0.12), transparent 45%),
		linear-gradient(165deg, #0d2b4b 0%, #1e3a5f 55%, #0a1f38 100%) !important;
}

.elementor .e-con.mr-native.blog-featured {
	padding: 1.25rem 0 !important;
	background: #f5f5f5 !important;
}

.elementor .e-con.mr-native.blog-index {
	padding: 0 0 4rem !important;
	background: #f5f5f5 !important;
}

.elementor .e-con.mr-native.blog-featured-card {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0 !important;
	width: 100% !important;
	overflow: hidden !important;
	background: #0d2b4b !important;
	color: #fff !important;
}

.elementor .e-con.mr-native.blog-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 1rem !important;
	width: 100% !important;
}

.elementor .e-con.mr-native.blog-card,
.elementor a.e-con.mr-native.blog-card,
.elementor a.e-con.mr-native.blog-featured-card {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	overflow: hidden !important;
	background: #fff !important;
	color: inherit !important;
	box-shadow: 0 1px 0 rgb(0 0 0 / 0.04) !important;
	text-decoration: none !important;
	cursor: pointer;
}

.elementor a.e-con.mr-native.blog-featured-card {
	display: grid !important;
	background: #0d2b4b !important;
	color: #fff !important;
}

.elementor .e-con.mr-native.blog-card .blog-meta,
.elementor .e-con.mr-native.blog-card .blog-meta p,
.elementor .e-con.mr-native.blog-card .blog-meta span,
.elementor .blog-card .e-con.mr-native.blog-meta,
.elementor .blog-card .e-con.mr-native.blog-meta p,
.elementor .blog-card .e-con.mr-native.blog-meta span {
	color: #737373 !important;
}

.elementor .e-con.mr-native.blog-card-body,
.elementor .e-con.mr-native.blog-featured-body,
.elementor .e-con.mr-native.blog-sidebar,
.elementor .e-con.mr-native.blog-side-posts {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
}

.elementor .e-con.mr-native.blog-featured-body {
	justify-content: center !important;
}

.elementor .e-con.mr-native.blog-meta,
.elementor .e-con.mr-native.blog-side-cats {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	gap: 0.55rem 1rem !important;
}

.elementor .e-con.mr-native.blog-side-cats {
	gap: 0.45rem !important;
}

.elementor .e-con.mr-native.blog-cta-strip {
	padding: 2.75rem 0 !important;
	text-align: center !important;
	color: #fff !important;
	background: linear-gradient(90deg, #0d2b4b 0%, #1e3a5f 60%, hsl(var(--brand-dark)) 100%) !important;
}

.elementor .e-con.mr-native.blog-article-hero {
	position: relative !important;
	overflow: hidden !important;
	padding: 8.5rem 0 0 !important;
	background: #0d2b4b !important;
	color: #fff !important;
}

.elementor .e-con.mr-native.blog-article-cover {
	aspect-ratio: 21 / 9 !important;
	max-height: 22rem !important;
	overflow: hidden !important;
}

.elementor .e-con.mr-native.blog-article-body {
	padding: 2rem 0 3rem !important;
	background: #fff !important;
}

.elementor .e-con.mr-native.blog-article-layout {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 2rem !important;
	width: 100% !important;
	align-items: start !important;
}

.elementor .e-con.mr-native.blog-article-call {
	margin-top: 2.5rem !important;
	padding: 1.5rem !important;
	background: #0d2b4b !important;
	color: #fff !important;
}

.elementor .e-con.mr-native.blog-side-card {
	padding: 1.35rem 1.25rem !important;
	background: #f5f5f5 !important;
	border: 1px solid #e5e5e5 !important;
}

.elementor .e-con.mr-native.blog-side-cta {
	background: #0d2b4b !important;
	border-color: #262626 !important;
	color: #fff !important;
}

.elementor .blog-card-media img,
.elementor .blog-featured-media img,
.elementor .blog-article-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.elementor .elementor-widget.mr-native.blog-hero-kicker,
.elementor .elementor-widget.mr-native.blog-hero-title,
.elementor .elementor-widget.mr-native.blog-hero-lead,
.elementor .elementor-widget.mr-native.blog-tag,
.elementor .elementor-widget.mr-native.blog-featured-title,
.elementor .elementor-widget.mr-native.blog-featured-excerpt,
.elementor .elementor-widget.mr-native.blog-card-title,
.elementor .elementor-widget.mr-native.blog-card-excerpt,
.elementor .elementor-widget.mr-native.blog-read,
.elementor .elementor-widget.mr-native.blog-back {
	display: block !important;
	width: 100% !important;
}

.elementor .blog-hero-title .elementor-heading-title,
.elementor .blog-featured-title .elementor-heading-title,
.elementor .blog-card-title .elementor-heading-title,
.elementor .blog-cta-strip .elementor-heading-title,
.elementor .blog-article-prose .elementor-heading-title,
.elementor .blog-side-card .elementor-heading-title {
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	font: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	line-height: inherit !important;
}

.elementor .blog-article-prose > .elementor-widget-text-editor.mr-native p {
	margin: 0 0 1.25rem !important;
	font-size: 1.05rem !important;
	line-height: 1.75 !important;
	color: #404040 !important;
}

.elementor .blog-article-call,
.elementor .blog-article-call .elementor-widget-text-editor.mr-native p,
.elementor .blog-article-prose .blog-article-call .elementor-widget-text-editor.mr-native p,
.elementor .blog-article-prose .e-con.mr-native.blog-article-call p {
	color: #fff !important;
}

.elementor .blog-article-prose > .elementor-widget:first-child p,
.elementor .blog-article-prose > .elementor-element:first-child p {
	font-size: 1.15rem !important;
	color: #262626 !important;
}

.elementor .blog-article-hero .elementor-widget-heading.mr-native .elementor-heading-title,
.elementor .blog-article-hero h1.elementor-heading-title,
.elementor .blog-article-hero h1 {
	margin: 0 !important;
	font-size: clamp(1.85rem, 4.5vw, 3rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.1 !important;
	color: #fff !important;
	text-transform: none !important;
}

.elementor .blog-article-prose .elementor-heading-title {
	margin: 2rem 0 0.85rem !important;
	font-size: 1.35rem !important;
	font-weight: 900 !important;
	letter-spacing: -0.015em !important;
	line-height: 1.25 !important;
	color: #171717 !important;
	text-transform: none !important;
}

.elementor .blog-cta-strip .elementor-heading-title {
	font-size: clamp(1.35rem, 4vw, 2.25rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.02em !important;
	color: #fff !important;
	text-align: center !important;
	text-transform: none !important;
}

.elementor .blog-cta-strip a,
.elementor .blog-side-btn,
.elementor .blog-article-call a {
	text-decoration: none !important;
}

.elementor .blog-read svg,
.elementor .blog-side-btn svg,
.elementor .blog-cta-strip a svg {
	width: 1rem !important;
	height: 1rem !important;
}

@media (min-width: 640px) {
	.elementor .e-con.mr-native.blog-shell {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.elementor .e-con.mr-native.blog-hero {
		padding: 9rem 0 3.5rem !important;
	}
	.elementor .e-con.mr-native.blog-featured {
		padding: 1.5rem 0 1.75rem !important;
	}
	.elementor .e-con.mr-native.blog-index {
		padding: 0 0 5rem !important;
	}
	.elementor .e-con.mr-native.blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1.25rem !important;
	}
	.elementor .e-con.mr-native.blog-article-hero {
		padding-top: 9.5rem !important;
	}
	.elementor .e-con.mr-native.blog-article-body {
		padding: 3rem 0 4rem !important;
	}
}

@media (min-width: 900px) {
	.elementor .e-con.mr-native.blog-featured-card {
		grid-template-columns: 1.15fr 1fr !important;
		min-height: 26rem !important;
	}
	.elementor .e-con.mr-native.blog-featured-media {
		height: 100% !important;
		min-height: 100% !important;
	}
}

@media (min-width: 1024px) {
	.elementor .e-con.mr-native.blog-article-layout {
		grid-template-columns: minmax(0, 1fr) 18.5rem !important;
		gap: 2.5rem !important;
	}
	.elementor .e-con.mr-native.blog-sidebar {
		position: sticky !important;
		top: 7.5rem !important;
	}
}

@media (min-width: 1100px) {
	.elementor .e-con.mr-native.blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 1.5rem !important;
	}
}

@media (min-width: 1280px) {
	.elementor .e-con.mr-native.blog-shell {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

/* Elementor-built blog / posts: keep wrappers transparent so utilities win */
body.blog .elementor .e-con.mr-native.e-parent,
body.single-post .elementor .e-con.mr-native.e-parent {
	width: 100% !important;
}

/* Ensure Elementor preview/editor paint coded utilities */
.elementor-editor-active .elementor .mr-native,
.elementor-editor-preview .elementor .mr-native {
	box-sizing: border-box !important;
}

/*
 * Button color FOUC fix:
 * Utility classes live on the widget until JS promotes them onto .elementor-button.
 * Style the inner button from the PARENT widget classes so the first paint is correct.
 * Also kill bg-primary under brand-gradient (dark then orange flash).
 */

/* Brand gradient CTAs (Call, mobile bar, etc.) */
.elementor .elementor-widget-button.mr-native.brand-gradient .elementor-button,
.elementor .elementor-widget-button.mr-native .elementor-button.brand-gradient,
.elementor a.elementor-button.brand-gradient,
.elementor a.brand-gradient.mr-promoted,
.elementor .elementor-button.brand-gradient.bg-primary,
.elementor .elementor-widget-button.mr-native.brand-gradient.bg-primary .elementor-button {
	background-color: #c05000 !important;
	background-image: linear-gradient(135deg, #c05000, #9b3d00) !important;
	background-image: linear-gradient(135deg, hsl(var(--brand, 25 100% 38%)), hsl(var(--brand-dark, 24 100% 30%))) !important;
	color: #fff !important;
	border-color: transparent !important;
	border-width: 0 !important;
	box-shadow: none;
}

.elementor .elementor-widget-button.mr-native.brand-gradient .elementor-button:hover,
.elementor .elementor-widget-button.mr-native .elementor-button.brand-gradient:hover,
.elementor a.elementor-button.brand-gradient:hover,
.elementor a.brand-gradient.mr-promoted:hover {
	background-color: #c05000 !important;
	background-image: linear-gradient(135deg, #c05000, #9b3d00) !important;
	background-image: linear-gradient(135deg, hsl(var(--brand, 25 100% 38%)), hsl(var(--brand-dark, 24 100% 30%))) !important;
	color: #fff !important;
	opacity: 0.95 !important;
}

/* Solid brand pills: Follow @maxrooter.us */
.elementor .elementor-widget-button.mr-native.bg-\[hsl\(var\(--brand\)\)\] .elementor-button,
.elementor .elementor-button.bg-\[hsl\(var\(--brand\)\)\],
.elementor a.mr-promoted.bg-\[hsl\(var\(--brand\)\)\],
.elementor a.bg-\[hsl\(var\(--brand\)\)\].mr-promoted {
	background-color: #c05000 !important;
	background-color: hsl(var(--brand, 25 100% 38%)) !important;
	background-image: none !important;
	color: #fff !important;
	border-color: transparent !important;
	border-width: 0 !important;
}

.elementor .elementor-widget-button.mr-native.bg-\[hsl\(var\(--brand\)\)\] .elementor-button:hover,
.elementor .elementor-widget-button.mr-native.hover\:bg-\[hsl\(var\(--brand-dark\)\)\] .elementor-button:hover,
.elementor .elementor-button.bg-\[hsl\(var\(--brand\)\)\]:hover,
.elementor a.bg-\[hsl\(var\(--brand\)\)\].mr-promoted:hover {
	background-color: #9b3d00 !important;
	background-color: hsl(var(--brand-dark, 24 100% 30%)) !important;
	background-image: none !important;
	color: #fff !important;
}

/* Rounded-full brand CTAs keep pill shape on the real button */
.elementor .elementor-widget-button.mr-native.rounded-full .elementor-button,
.elementor .elementor-button.rounded-full.mr-promoted {
	border-radius: 9999px !important;
}

/* Outline / ghost buttons (Explore More on Instagram): never inherit Elementor fill */
.elementor .elementor-widget-button.mr-native.border-white\/25 .elementor-button,
.elementor .elementor-button.border-white\/25,
.elementor a.mr-promoted.border-white\/25 {
	background-color: transparent !important;
	background-image: none !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
	color: #fff !important;
}

.elementor .elementor-widget-button.mr-native.border-white\/25 .elementor-button:hover,
.elementor .elementor-button.border-white\/25:hover,
.elementor a.mr-promoted.border-white\/25:hover {
	border-color: hsl(var(--brand, 25 100% 38%)) !important;
	color: hsl(var(--brand-glow, 25 95% 52%)) !important;
	background-color: transparent !important;
}

/* Strip Elementor kit/skin background vars that flash before utilities */
.elementor .elementor-widget-button.mr-native.brand-gradient .elementor-button,
.elementor .elementor-widget-button.mr-native.bg-\[hsl\(var\(--brand\)\)\] .elementor-button,
.elementor .elementor-widget-button.mr-native.border-white\/25 .elementor-button {
	--e-button-context-color: transparent;
	--e-button-context-color-tint: transparent;
}

.elementor .blog-article-hero .elementor-widget.mr-native.blog-back,
.elementor .blog-article-hero .blog-back {
	display: inline-flex !important;
	width: auto !important;
	margin-bottom: 1.5rem !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: hsl(var(--brand)) !important;
}

.elementor .blog-article-hero .elementor-widget.mr-native.blog-tag,
.elementor .blog-article-hero .blog-tag {
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 0.75rem !important;
	font-size: 0.7rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: hsl(var(--brand)) !important;
}

.elementor .blog-article-hero .e-con.mr-native.blog-meta,
.elementor .blog-article-hero .blog-meta,
.elementor .blog-article-hero .blog-meta p,
.elementor .blog-article-hero .blog-meta span {
	color: rgb(255 255 255 / 0.45) !important;
}

.elementor .blog-article-hero .elementor-widget-heading.mr-native .elementor-heading-title.elementor-size-default,
.elementor .blog-article-hero .elementor-widget-heading.mr-native h1 {
	font-size: clamp(1.85rem, 4.5vw, 3rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.1 !important;
	color: #fff !important;
	text-transform: none !important;
}

.elementor .blog-article-call .elementor-widget-text-editor.mr-native p,
.elementor .blog-article-prose .blog-article-call .elementor-widget-text-editor.mr-native p,
.elementor .e-con.mr-native.blog-article-call .elementor-widget-text-editor p {
	margin: 0 !important;
	color: #fff !important;
	font-size: 0.95rem !important;
	line-height: 1.5 !important;
}

.elementor .blog-article-call a,
.elementor .blog-article-call .elementor-widget-text-editor a {
	color: hsl(var(--brand)) !important;
	font-weight: 900 !important;
}

/*
 * Hero background must fill #top. Elementor’s `.elementor img { height:auto }`
 * beats Tailwind `.h-full`, so on mobile the photo is a short strip (~219px)
 * over a black 100vh section. Original coded site covers the full hero.
 */
.elementor #top {
	position: relative !important;
	min-height: 100svh !important;
}
.elementor #top > .absolute.inset-0 {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.elementor #top .hero-mobile-lead,
.elementor #top .hero-lead {
	display: block !important;
	margin: 1.15rem auto 0 !important;
	max-width: 42rem !important;
	font-size: 1.15rem !important;
	line-height: 1.6 !important;
	color: rgb(255 255 255 / 0.88) !important;
	font-weight: 500 !important;
}
@media (max-width: 639px) {
	.elementor #top .hero-mobile-lead,
	.elementor #top .hero-lead {
		max-width: 22.5rem !important;
		font-size: 0.98rem !important;
		line-height: 1.55 !important;
		color: rgb(255 255 255 / 0.84) !important;
	}
}
.elementor .wwf-section {
	background: #f4f4f5 !important;
	padding: 4.5rem 0 !important;
	width: 100% !important;
}
.elementor .wwf-grid {
	display: grid !important;
	gap: 1.15rem !important;
}
@media (min-width: 700px) {
	.elementor .wwf-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (min-width: 1100px) {
	.elementor .wwf-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}
.elementor .wwf-card {
	background: #fff !important;
	display: flex !important;
	flex-direction: column !important;
}
.elementor .wwf-card a {
	color: hsl(var(--brand)) !important;
}
.elementor .wwf-cta a {
	color: #fff !important;
	background: hsl(var(--brand)) !important;
}

.elementor #top > .absolute.inset-0 img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
}

/* One HTML widget per coded <section> — no extra Elementor chrome. */
.elementor .mr-coded-section,
.elementor .mr-coded-section > .e-con-inner,
.elementor .elementor-widget-html,
.elementor .elementor-widget-html > .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.elementor .mr-coded-section > .e-con-inner {
	display: block !important;
}

/* Last word: editor boxes beat appearance-custom display:contents */
body.elementor-editor-active .elementor .elementor-widget.mr-native,
body.elementor-editor-preview .elementor .elementor-widget.mr-native {
	display: block !important;
}
body.elementor-editor-active .elementor .mr-native > .e-con-inner,
body.elementor-editor-preview .elementor .mr-native > .e-con-inner {
	display: flex !important;
	width: 100% !important;
}
body.elementor-editor-active .elementor .elementor-widget.mr-native > .elementor-widget-container,
body.elementor-editor-preview .elementor .elementor-widget.mr-native > .elementor-widget-container {
	display: block !important;
	width: 100% !important;
}
