.etw-hero {
	box-sizing: border-box;
	font-family: inherit;
	color: #ffffff;
	background: var(--etw-hero-gradient, linear-gradient(110deg, #356606 0%, #4e8e0b 58%, #76bd1e 100%));
	padding: 80px 30px;

	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.etw-hero *,
.etw-hero *::before,
.etw-hero *::after {
	box-sizing: border-box;
}

.etw-hero__container {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.etw-hero__content {
	max-width: 1050px;
}

.etw-hero .etw-hero__eyebrow {
	display: block;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1.9px;
	text-transform: uppercase;
}

.etw-hero .etw-hero__title {
	margin: 0 0 25px;
	color: #ffffff;
	font-size: clamp(44px, 5.7vw, 72px);
	font-weight: 800;
	line-height: 0.99;
	letter-spacing: -1.4px;
	text-transform: uppercase;
}

.etw-hero .etw-hero__lead {
	max-width: 830px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.72;
	text-transform: none;
	letter-spacing: normal;
}

.etw-hero__meta {
	margin-top: 29px;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.etw-hero .etw-hero__meta span {
	padding: 8px 11px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.etw-hero {
		padding: 56px 18px;
	}

	.etw-hero .etw-hero__lead {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.etw-hero {
		transition: none;
	}
}

/* -----------------------------------------------------------------
 * Gap safety net
 * -----------------------------------------------------------------
 * Some themes keep top padding/margin on their own content wrapper
 * even when an Elementor Theme Builder Single template is controlling
 * the page — leaving a gap between the site header and this hero.
 *
 * The correct fix is the page/template's own Layout setting (look for
 * "Full Width", "Canvas", or "No Padding" on the template or the
 * theme's Page Layout meta box) — that removes the theme's wrapper
 * padding/max-width entirely, which is also what lets every section
 * you add after the hero decide its own full-width vs boxed layout
 * independently, without fighting an outer container.
 *
 * These rules are a safety net for the most common wrapper class
 * names, only applied on pages that actually contain this hero, in
 * case the template-level setting isn't available or doesn't fully
 * clear it.
 */
body:has(.etw-hero) .elementor-location-single,
body:has(.etw-hero) #content,
body:has(.etw-hero) .site-content,
body:has(.etw-hero) main {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}
