/**
 * Eurasian Transit 0.2.0 — homepage brand layer.
 *
 * Front-end selectors require body.et-brand-v2-home. Editor selectors target
 * only the six established homepage block classes, so no other page inherits
 * the new palette or geometry. Images and Gutenberg markup remain unchanged.
 */

body.et-brand-v2-home,
.editor-styles-wrapper:has(.et-home-hero) :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) {
	--et-v2-navy: #021b3e;
	--et-v2-orange: #e35f00;
	--et-v2-teal: #289e9d;
	--et-v2-turquoise: #c0eeed;
	--et-v2-graphite: #2f3a45;
	--et-v2-mist: #f1f5f8;
	--et-v2-white: #ffffff;
	--et-v2-container: 80rem;
	--et-v2-gutter: 1.25rem;
	--et-v2-section-y: 3rem;
	--et-v2-radius: 0.75rem;
	--et-v2-shadow: 0 1rem 2.5rem rgba(2, 27, 62, 0.14);
	font-family: "Inter Variable", Inter, Arial, Helvetica, sans-serif;
}

body.et-brand-v2-home :where(button, input, select, textarea) {
	font-family: inherit;
}

body.et-brand-v2-home .wp-block-post-content > :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) {
	margin-block: 0 !important;
}

body.et-brand-v2-home .wp-block-post-content > :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) + :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) {
	margin-block-start: 0 !important;
}

body.et-brand-v2-home .wp-site-blocks:has(
	.wp-block-post-content > .et-request-section:last-child
) > footer.wp-block-template-part {
	margin-block-start: 0 !important;
}

body.et-brand-v2-home :where(a, button, input, select, textarea, summary):focus-visible,
.editor-styles-wrapper:has(.et-home-hero) :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) :where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--et-v2-orange);
	outline-offset: 3px;
}

body.et-brand-v2-home :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
),
.editor-styles-wrapper:has(.et-home-hero) :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) {
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.5;
	padding-inline: var(--et-v2-gutter);
}

body.et-brand-v2-home :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) :is(.alignwide, .et-hero-grid, .et-home-trust-inner, .et-metrics-wrap, .et-request-panel),
.editor-styles-wrapper:has(.et-home-hero) :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) :is(.alignwide, .et-hero-grid, .et-home-trust-inner, .et-metrics-wrap, .et-request-panel) {
	box-sizing: border-box;
	max-width: var(--et-v2-container) !important;
	width: 100% !important;
}

body.et-brand-v2-home :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) h2,
.editor-styles-wrapper:has(.et-home-hero) :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) h2 {
	font-size: clamp(1.75rem, 1.55rem + 0.7vw, 2rem);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

body.et-brand-v2-home :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) h3,
.editor-styles-wrapper:has(.et-home-hero) :is(
	.et-home-hero,
	.et-home-trust,
	.et-directions-section,
	.et-home-metrics,
	.et-home-process-section,
	.et-request-section
) h3 {
	font-size: clamp(1.125rem, 1.05rem + 0.22vw, 1.375rem);
	font-weight: 700;
	letter-spacing: -0.012em;
	line-height: 1.25;
}

/* Header: the new treatment is deliberately visible on the homepage only. */
body.et-brand-v2-home .et-site-header {
	background: var(--et-v2-white);
	border-bottom-color: rgba(2, 27, 62, 0.1);
	box-shadow: 0 0.35rem 1.25rem rgba(2, 27, 62, 0.08);
}

body.et-brand-v2-home .et-header-inner {
	max-width: var(--et-v2-container) !important;
	min-height: 5.5rem;
	padding-inline: var(--et-v2-gutter);
}

body.et-brand-v2-home .et-primary-nav .wp-block-navigation-item__content {
	color: var(--et-v2-navy);
	font-size: 0.875rem;
	font-weight: 650;
}

body.et-brand-v2-home .et-primary-nav .wp-block-navigation-item__content:hover {
	color: #176f70;
}

body.et-brand-v2-home .et-header-cta .wp-block-button__link {
	background: var(--et-v2-orange) !important;
	border-color: var(--et-v2-orange) !important;
	border-radius: 0.5rem;
	color: var(--et-v2-navy) !important;
	font-weight: 750;
	min-height: 3rem;
}

body.et-brand-v2-home .et-header-cta .wp-block-button__link::after {
	color: var(--et-v2-navy) !important;
}

body.et-brand-v2-home .et-header-cta .wp-block-button__link:hover {
	background: #f27318 !important;
	border-color: #f27318 !important;
	filter: none;
}

body.et-brand-v2-home .et-header-cta .wp-block-button__link:active {
	background: #df5d00 !important;
	border-color: #df5d00 !important;
}

body.et-brand-v2-home .et-header-cta .wp-block-button__link:focus-visible {
	outline-color: var(--et-v2-teal);
}

/* Hero: existing approved image, dark controlled-route overlay, short CTA row. */
body.et-brand-v2-home .et-home-hero,
body.et-brand-v2-home.home.et-visual-a .et-home-hero,
.editor-styles-wrapper .et-home-hero {
	background:
		linear-gradient(90deg, rgba(2, 27, 62, 0.98) 0%, rgba(2, 27, 62, 0.94) 43%, rgba(2, 27, 62, 0.69) 70%, rgba(2, 27, 62, 0.5) 100%),
		radial-gradient(circle at 78% 34%, rgba(40, 158, 157, 0.3), transparent 36rem),
		var(--et-visual-image, url("../images/visual/v027/et-hero-home-logistics-v1.webp")) center / cover no-repeat !important;
	color: var(--et-v2-white);
	min-height: clamp(35rem, 60vw, 43rem);
	overflow: hidden;
	padding-block: var(--et-v2-section-y) !important;
	position: relative;
}

body.et-brand-v2-home .et-home-hero::after,
.editor-styles-wrapper .et-home-hero::after {
	background:
		radial-gradient(circle at 76% 39%, rgba(192, 238, 237, 0.34) 0 0.16rem, transparent 0.22rem),
		radial-gradient(circle at 87% 55%, rgba(227, 95, 0, 0.72) 0 0.2rem, transparent 0.27rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.et-brand-v2-home .et-home-hero .et-hero-grid,
.editor-styles-wrapper .et-home-hero .et-hero-grid {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: clamp(28rem, 52vw, 36rem);
	position: relative;
	z-index: 1;
}

body.et-brand-v2-home .et-home-hero .et-hero-copy,
.editor-styles-wrapper .et-home-hero .et-hero-copy {
	margin: 0 !important;
	max-width: 45rem;
	padding: 0;
}

body.et-brand-v2-home .et-home-hero .et-kicker,
.editor-styles-wrapper .et-home-hero .et-kicker {
	border: 0;
	color: var(--et-v2-turquoise);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	margin-block: 0 1.25rem;
	text-transform: uppercase;
}

body.et-brand-v2-home .et-home-hero h1,
.editor-styles-wrapper .et-home-hero h1 {
	color: var(--et-v2-white);
	font-size: clamp(2.25rem, 3.6vw, 3.25rem);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin-block: 0 1.25rem;
	max-width: 43rem;
}

body.et-brand-v2-home .et-home-hero .et-hero-copy .et-lead,
.editor-styles-wrapper .et-home-hero .et-hero-copy .et-lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
	line-height: 1.5;
	margin-block: 0 1.75rem;
	max-width: 39rem;
}

body.et-brand-v2-home .et-home-hero-actions,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

body.et-brand-v2-home .et-home-hero-actions .wp-block-button__link,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .wp-block-button__link {
	border-radius: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 750;
	min-height: 3rem;
	padding: 0.75rem 1.35rem;
}

body.et-brand-v2-home .et-home-hero-actions .et-button-amber .wp-block-button__link,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-button-amber .wp-block-button__link {
	background: var(--et-v2-orange);
	border: 1px solid var(--et-v2-orange);
	color: var(--et-v2-navy);
}

body.et-brand-v2-home .et-home-hero-actions .et-button-amber .wp-block-button__link:hover,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-button-amber .wp-block-button__link:hover,
body.et-brand-v2-home .et-request-actions .wp-block-button__link:hover,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions .wp-block-button__link:hover {
	background: #f27318 !important;
	border-color: #f27318 !important;
	filter: none;
}

body.et-brand-v2-home .et-home-hero-actions .et-button-amber .wp-block-button__link:active,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-button-amber .wp-block-button__link:active,
body.et-brand-v2-home .et-request-actions .wp-block-button__link:active,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions .wp-block-button__link:active {
	background: #df5d00 !important;
	border-color: #df5d00 !important;
}

body.et-brand-v2-home .et-home-hero-actions .et-button-amber .wp-block-button__link:focus-visible,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-button-amber .wp-block-button__link:focus-visible,
body.et-brand-v2-home .et-request-actions .wp-block-button__link:focus-visible,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions .wp-block-button__link:focus-visible {
	outline-color: var(--et-v2-turquoise);
}

body.et-brand-v2-home .et-home-hero-actions .et-button-amber .wp-block-button__link::after,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-button-amber .wp-block-button__link::after {
	color: var(--et-v2-navy);
}

body.et-brand-v2-home .et-home-hero-actions .et-home-services-link .wp-block-button__link,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-home-services-link .wp-block-button__link {
	background: rgba(2, 27, 62, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.72);
	color: var(--et-v2-white);
}

body.et-brand-v2-home .et-home-hero-actions .et-home-services-link .wp-block-button__link:hover,
.editor-styles-wrapper .et-home-hero .et-home-hero-actions .et-home-services-link .wp-block-button__link:hover {
	background: rgba(192, 238, 237, 0.15);
	border-color: var(--et-v2-turquoise);
}

/* Trust strip. */
body.et-brand-v2-home .et-home-trust,
.editor-styles-wrapper .et-home-trust {
	background: linear-gradient(100deg, var(--et-v2-mist), rgba(192, 238, 237, 0.42));
	border: 0;
	padding-block: 0;
}

body.et-brand-v2-home .et-home-trust-grid,
.editor-styles-wrapper .et-home-trust .et-home-trust-grid {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 !important;
}

body.et-brand-v2-home .et-home-trust-item,
.editor-styles-wrapper .et-home-trust .et-home-trust-item {
	align-items: center;
	border: 0;
	border-top: 1px solid rgba(2, 27, 62, 0.12);
	display: grid;
	gap: 1rem;
	grid-template-columns: 3rem minmax(0, 1fr);
	margin: 0 !important;
	min-height: 7.5rem;
	padding: 1.25rem;
}

body.et-brand-v2-home .et-home-trust-item:first-child,
.editor-styles-wrapper .et-home-trust .et-home-trust-item:first-child {
	border-top: 0;
}

body.et-brand-v2-home .et-home-line-icon,
.editor-styles-wrapper .et-home-trust .et-home-line-icon {
	--et-icon-accent: var(--et-v2-orange);
	--et-icon-secondary: var(--et-v2-teal);
	color: var(--et-v2-navy);
	height: 3rem !important;
	width: 3rem !important;
}

body.et-brand-v2-home .et-home-trust-copy h3,
.editor-styles-wrapper .et-home-trust .et-home-trust-copy h3 {
	color: var(--et-v2-navy);
	font-size: 1rem;
	line-height: 1.3;
}

body.et-brand-v2-home .et-home-trust-copy p,
.editor-styles-wrapper .et-home-trust .et-home-trust-copy p {
	color: var(--et-v2-graphite);
	font-size: 0.875rem;
	line-height: 1.45;
}

/* Services. */
body.et-brand-v2-home .et-directions-section,
body.et-brand-v2-home .wp-site-blocks .wp-block-post-content > .et-directions-section.et-section,
.editor-styles-wrapper .et-directions-section {
	background: var(--et-v2-mist);
	padding-block: var(--et-v2-section-y) !important;
}

body.et-brand-v2-home .et-directions-section .et-section-heading,
.editor-styles-wrapper .et-directions-section .et-section-heading {
	margin-block: 0 2rem !important;
	text-align: left;
}

body.et-brand-v2-home .et-directions-section .et-section-heading h2,
.editor-styles-wrapper .et-directions-section .et-section-heading h2 {
	color: var(--et-v2-navy);
	font-size: clamp(1.75rem, 1.55rem + 0.7vw, 2rem);
}

body.et-brand-v2-home .et-directions-section .et-section-heading h2::after,
.editor-styles-wrapper .et-directions-section .et-section-heading h2::after {
	background: linear-gradient(90deg, var(--et-v2-orange), var(--et-v2-teal));
	height: 0.2rem;
	margin: 0.75rem 0 0;
	width: 4rem;
}

body.et-brand-v2-home .et-directions-section .et-service-grid,
.editor-styles-wrapper .et-directions-section .et-service-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto !important;
}

body.et-brand-v2-home .et-directions-section .et-service-card,
.editor-styles-wrapper .et-directions-section .et-service-card {
	background: linear-gradient(145deg, var(--et-v2-navy), #123f58);
	border: 1px solid rgba(192, 238, 237, 0.16);
	border-radius: var(--et-v2-radius);
	box-shadow: 0 0.75rem 1.75rem rgba(2, 27, 62, 0.12);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-height: 19rem;
	padding: 1.25rem;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.et-brand-v2-home .et-directions-section .et-home-service-art,
.editor-styles-wrapper .et-directions-section .et-home-service-art {
	filter: saturate(0.88) contrast(1.08);
	height: 6.25rem !important;
	margin: 0 0 0.35rem !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: left center;
	width: 6.25rem !important;
}

body.et-brand-v2-home .et-directions-section .et-service-card h3 a,
.editor-styles-wrapper .et-directions-section .et-service-card h3 a {
	color: var(--et-v2-white);
}

body.et-brand-v2-home .et-directions-section .et-service-card > p:not(.et-card-more),
.editor-styles-wrapper .et-directions-section .et-service-card > p:not(.et-card-more) {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.875rem;
	line-height: 1.5;
}

body.et-brand-v2-home .et-directions-section .et-card-more a,
.editor-styles-wrapper .et-directions-section .et-card-more a {
	color: var(--et-v2-turquoise);
	font-size: 0.875rem;
}

@media (hover: hover) and (pointer: fine) {
	body.et-brand-v2-home .et-directions-section .et-service-card:hover,
	body.et-brand-v2-home .et-directions-section .et-service-card:focus-within {
		border-color: rgba(192, 238, 237, 0.5);
		box-shadow: var(--et-v2-shadow);
		transform: translateY(-0.25rem);
	}
}

/* Metrics strip. */
body.et-brand-v2-home .et-home-metrics,
body.et-brand-v2-home .wp-site-blocks .wp-block-post-content > .et-home-metrics.et-section,
.editor-styles-wrapper .et-home-metrics {
	background: var(--et-v2-mist);
	padding-block: 0 var(--et-v2-section-y) !important;
}

body.et-brand-v2-home .et-home-metrics .et-metrics-wrap,
.editor-styles-wrapper .et-home-metrics .et-metrics-wrap {
	background: linear-gradient(110deg, var(--et-v2-navy), #0d4961 72%, #176d72);
	border: 0;
	border-radius: var(--et-v2-radius);
	box-shadow: var(--et-v2-shadow);
	overflow: hidden;
	padding: 0;
}

body.et-brand-v2-home .et-home-metrics .et-metrics-grid,
.editor-styles-wrapper .et-home-metrics .et-metrics-grid {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 !important;
}

body.et-brand-v2-home .et-home-metrics .et-metric,
.editor-styles-wrapper .et-home-metrics .et-metric {
	border: 0;
	border-top: 1px solid rgba(192, 238, 237, 0.16);
	min-height: 9.5rem;
	padding: 1.5rem;
}

body.et-brand-v2-home .et-home-metrics .et-metric:first-child,
.editor-styles-wrapper .et-home-metrics .et-metric:first-child {
	border-top: 0;
}

body.et-brand-v2-home .et-home-metrics .et-metric p,
.editor-styles-wrapper .et-home-metrics .et-metric p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.875rem;
	line-height: 1.45;
}

body.et-brand-v2-home .et-home-metrics .et-metric strong,
body.et-brand-v2-home .et-home-metrics .et-metric.et-metric--geography strong,
.editor-styles-wrapper .et-home-metrics .et-metric strong,
.editor-styles-wrapper .et-home-metrics .et-metric.et-metric--geography strong {
	color: var(--et-v2-white);
	font-size: clamp(1.25rem, 1.05rem + 0.6vw, 1.75rem);
	line-height: 1.15;
	margin-block-end: 0.55rem;
}

body.et-brand-v2-home .et-home-metric-icon,
.editor-styles-wrapper .et-home-metrics .et-home-metric-icon {
	--et-icon-accent: var(--et-v2-orange);
	--et-icon-secondary: var(--et-v2-turquoise);
	color: var(--et-v2-turquoise);
	opacity: 0.55;
}

/* Process. */
body.et-brand-v2-home .et-home-process-section,
body.et-brand-v2-home .wp-site-blocks .wp-block-post-content > .et-home-process-section.et-section,
.editor-styles-wrapper .et-home-process-section {
	background:
		radial-gradient(circle at 16% 18%, rgba(40, 158, 157, 0.2), transparent 24rem),
		var(--et-v2-navy);
	padding-block: var(--et-v2-section-y) !important;
}

body.et-brand-v2-home .et-home-process-section .et-section-heading,
.editor-styles-wrapper .et-home-process-section .et-section-heading {
	margin-block: 0 2rem !important;
	text-align: left;
}

body.et-brand-v2-home .et-home-process-section .et-section-heading h2,
.editor-styles-wrapper .et-home-process-section .et-section-heading h2 {
	color: var(--et-v2-white);
}

body.et-brand-v2-home .et-home-process-section .et-section-heading h2::after,
.editor-styles-wrapper .et-home-process-section .et-section-heading h2::after {
	background: linear-gradient(90deg, var(--et-v2-orange), var(--et-v2-teal));
	height: 0.2rem;
	margin: 0.75rem 0 0;
	width: 4rem;
}

body.et-brand-v2-home .et-home-process-grid,
.editor-styles-wrapper .et-home-process-section .et-home-process-grid {
	display: grid;
	gap: 0.875rem;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto !important;
	max-width: var(--et-v2-container) !important;
}

body.et-brand-v2-home .et-home-process-grid::after,
.editor-styles-wrapper .et-home-process-section .et-home-process-grid::after {
	display: none;
}

body.et-brand-v2-home .et-home-process-grid > .et-process-step,
body.et-brand-v2-home.home.et-visual-b .et-home-process-grid > .et-process-step,
.editor-styles-wrapper .et-home-process-section .et-home-process-grid > .et-process-step {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.055) !important;
	border: 1px solid rgba(192, 238, 237, 0.13) !important;
	border-radius: var(--et-v2-radius);
	color: var(--et-v2-white);
	display: grid;
	gap: 0.45rem 0.9rem;
	grid-template-columns: 2.75rem minmax(0, 1fr);
	grid-template-rows: auto auto;
	min-height: 0;
	padding: 1.25rem;
	text-align: left;
}

body.et-brand-v2-home .et-home-process-grid .et-step-number,
.editor-styles-wrapper .et-home-process-section .et-home-process-grid .et-step-number {
	align-items: center;
	background: var(--et-v2-orange);
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	color: var(--et-v2-navy);
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 800;
	grid-column: 1;
	grid-row: 1;
	height: 2.5rem;
	justify-content: center;
	margin: 0;
	order: 0;
	width: 2.5rem;
}

body.et-brand-v2-home .et-home-process-icon,
.editor-styles-wrapper .et-home-process-section .et-home-process-icon {
	--et-icon-accent: var(--et-v2-orange);
	--et-icon-secondary: var(--et-v2-turquoise);
	color: var(--et-v2-turquoise);
	grid-column: 1;
	grid-row: 2;
	height: 2.75rem !important;
	margin: 0;
	order: 0;
	width: 2.75rem !important;
}

body.et-brand-v2-home .et-home-process-grid .et-process-step h3,
.editor-styles-wrapper .et-home-process-section .et-home-process-grid .et-process-step h3 {
	color: var(--et-v2-white);
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	order: 0;
}

body.et-brand-v2-home .et-home-process-grid .et-process-step p:not(.et-step-number),
.editor-styles-wrapper .et-home-process-section .et-home-process-grid .et-process-step p:not(.et-step-number) {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.5;
	margin: 0;
	order: 0;
}

/* Final CTA keeps its current image and CRM trigger contract. */
body.et-brand-v2-home .et-request-section,
body.et-brand-v2-home .wp-site-blocks .wp-block-post-content > .et-request-section.et-section:last-child,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section {
	background: var(--et-v2-mist) !important;
	padding-block: var(--et-v2-section-y) !important;
}

body.et-brand-v2-home .et-request-panel,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-panel {
	background:
		linear-gradient(100deg, rgba(2, 27, 62, 0.99), rgba(2, 27, 62, 0.88) 72%, rgba(40, 158, 157, 0.72)),
		var(--et-editorial-image, url("../images/visual/et-visual-c-editorial.webp")) right center / cover no-repeat !important;
	border: 1px solid rgba(192, 238, 237, 0.14);
	border-radius: var(--et-v2-radius);
	box-shadow: var(--et-v2-shadow);
	grid-template-columns: minmax(0, 1fr);
	min-height: 12rem;
	padding: clamp(1.5rem, 5vw, 3rem);
}

body.et-brand-v2-home .et-request-copy h2,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-copy h2 {
	color: var(--et-v2-white);
}

body.et-brand-v2-home .et-request-copy p,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-copy p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.5;
}

body.et-brand-v2-home .et-request-actions .wp-block-button__link,
.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions .wp-block-button__link {
	background: var(--et-v2-orange) !important;
	border-color: var(--et-v2-orange) !important;
	border-radius: 0.5rem;
	color: var(--et-v2-navy) !important;
	font-weight: 750;
	min-height: 3rem;
}

body.et-brand-v2-home .et-site-footer {
	background: var(--et-v2-navy);
}

body.et-brand-v2-home .et-site-footer::after {
	background: linear-gradient(90deg, var(--et-v2-orange), var(--et-v2-teal));
}

@media (min-width: 30rem) {
	body.et-brand-v2-home,
	.editor-styles-wrapper:has(.et-home-hero) :is(
		.et-home-hero,
		.et-home-trust,
		.et-directions-section,
		.et-home-metrics,
		.et-home-process-section,
		.et-request-section
	) {
		--et-v2-gutter: 1.5rem;
	}
}

@media (min-width: 48rem) {
	body.et-brand-v2-home,
	.editor-styles-wrapper:has(.et-home-hero) :is(
		.et-home-hero,
		.et-home-trust,
		.et-directions-section,
		.et-home-metrics,
		.et-home-process-section,
		.et-request-section
	) {
		--et-v2-gutter: 2rem;
		--et-v2-section-y: 4rem;
	}

	body.et-brand-v2-home .et-home-trust-grid,
	.editor-styles-wrapper .et-home-trust .et-home-trust-grid,
	body.et-brand-v2-home .et-directions-section .et-service-grid,
	.editor-styles-wrapper .et-directions-section .et-service-grid,
	body.et-brand-v2-home .et-home-metrics .et-metrics-grid,
	.editor-styles-wrapper .et-home-metrics .et-metrics-grid,
	body.et-brand-v2-home .et-home-process-grid,
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.et-brand-v2-home .et-home-trust-item:nth-child(2),
	.editor-styles-wrapper .et-home-trust .et-home-trust-item:nth-child(2) {
		border-top: 0;
	}

	body.et-brand-v2-home .et-home-metrics .et-metric:nth-child(-n + 2),
	.editor-styles-wrapper .et-home-metrics .et-metric:nth-child(-n + 2) {
		border-top: 0;
	}

	body.et-brand-v2-home .et-home-trust-item:nth-child(even),
	.editor-styles-wrapper .et-home-trust .et-home-trust-item:nth-child(even),
	body.et-brand-v2-home .et-home-metrics .et-metric:nth-child(even),
	.editor-styles-wrapper .et-home-metrics .et-metric:nth-child(even) {
		border-inline-start: 1px solid rgba(2, 27, 62, 0.12);
	}

	body.et-brand-v2-home .et-home-metrics .et-metric:nth-child(even),
	.editor-styles-wrapper .et-home-metrics .et-metric:nth-child(even) {
		border-inline-start-color: rgba(192, 238, 237, 0.16);
	}

	body.et-brand-v2-home .et-request-panel,
	.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-panel {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (min-width: 64rem) {
	body.et-brand-v2-home .et-home-trust-grid,
	.editor-styles-wrapper .et-home-trust .et-home-trust-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	body.et-brand-v2-home .et-home-trust-item,
	.editor-styles-wrapper .et-home-trust .et-home-trust-item {
		border-inline-start: 1px solid rgba(2, 27, 62, 0.12);
		border-top: 0;
	}

	body.et-brand-v2-home .et-home-trust-item:first-child,
	.editor-styles-wrapper .et-home-trust .et-home-trust-item:first-child {
		border-inline-start: 0;
	}

	body.et-brand-v2-home .et-directions-section .et-service-grid,
	.editor-styles-wrapper .et-directions-section .et-service-grid,
	body.et-brand-v2-home .et-home-metrics .et-metrics-grid,
	.editor-styles-wrapper .et-home-metrics .et-metrics-grid,
	body.et-brand-v2-home .et-home-process-grid,
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.et-brand-v2-home .et-home-metrics .et-metric,
	.editor-styles-wrapper .et-home-metrics .et-metric {
		border-inline-start: 1px solid rgba(192, 238, 237, 0.16);
	}

	body.et-brand-v2-home .et-home-metrics .et-metric:nth-child(3n + 1),
	.editor-styles-wrapper .et-home-metrics .et-metric:nth-child(3n + 1) {
		border-inline-start: 0;
	}

	body.et-brand-v2-home .et-home-metrics .et-metric:nth-child(-n + 3),
	.editor-styles-wrapper .et-home-metrics .et-metric:nth-child(-n + 3) {
		border-top: 0;
	}
}

@media (min-width: 80rem) {
	body.et-brand-v2-home,
	.editor-styles-wrapper:has(.et-home-hero) :is(
		.et-home-hero,
		.et-home-trust,
		.et-directions-section,
		.et-home-metrics,
		.et-home-process-section,
		.et-request-section
	) {
		--et-v2-gutter: 3rem;
		--et-v2-section-y: 5rem;
	}

	body.et-brand-v2-home .et-brand-logo img {
		width: clamp(15rem, 18vw, 17rem) !important;
	}

	body.et-brand-v2-home .et-directions-section .et-service-grid,
	.editor-styles-wrapper .et-directions-section .et-service-grid,
	body.et-brand-v2-home .et-home-metrics .et-metrics-grid,
	.editor-styles-wrapper .et-home-metrics .et-metrics-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	body.et-brand-v2-home .et-home-process-grid,
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	body.et-brand-v2-home .et-home-metrics .et-metric,
	.editor-styles-wrapper .et-home-metrics .et-metric {
		border-inline-start: 1px solid rgba(192, 238, 237, 0.16);
		border-top: 0;
	}

	body.et-brand-v2-home .et-home-metrics .et-metric:first-child,
	.editor-styles-wrapper .et-home-metrics .et-metric:first-child {
		border-inline-start: 0;
	}

	body.et-brand-v2-home .et-home-process-grid > .et-process-step,
	body.et-brand-v2-home.home.et-visual-b .et-home-process-grid > .et-process-step,
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid > .et-process-step {
		align-items: center;
		display: flex;
		flex-direction: column;
		min-height: 17rem;
		padding: 1.25rem 1rem;
		text-align: center;
	}

	body.et-brand-v2-home .et-home-process-grid .et-step-number,
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid .et-step-number,
	body.et-brand-v2-home .et-home-process-icon,
	.editor-styles-wrapper .et-home-process-section .et-home-process-icon,
	body.et-brand-v2-home .et-home-process-grid .et-process-step h3,
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid .et-process-step h3,
	body.et-brand-v2-home .et-home-process-grid .et-process-step p:not(.et-step-number),
	.editor-styles-wrapper .et-home-process-section .et-home-process-grid .et-process-step p:not(.et-step-number) {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 47.99rem) {
	body.et-brand-v2-home .et-home-hero,
	body.et-brand-v2-home.home.et-visual-a .et-home-hero {
		background-position: 62% center !important;
	}

	body.et-brand-v2-home .et-home-hero::before,
	.editor-styles-wrapper .et-home-hero::before {
		background: linear-gradient(180deg, rgba(2, 27, 62, 0.18), rgba(2, 27, 62, 0.72));
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
	}

	body.et-brand-v2-home .et-home-hero h1,
	body.et-brand-v2-home.home .et-home-hero h1,
	.editor-styles-wrapper .et-home-hero h1 {
		font-size: clamp(2.25rem, 10.5vw, 3rem) !important;
	}

	body.et-brand-v2-home .et-home-hero .et-desktop-break,
	.editor-styles-wrapper .et-home-hero .et-desktop-break {
		display: none;
	}

	body.et-brand-v2-home.home .et-home-process-grid .et-home-process-icon,
	body.et-brand-v2-home.home.et-visual-b .et-home-process-grid .et-home-process-icon {
		color: var(--et-v2-turquoise);
		display: block !important;
		grid-column: 1 !important;
		grid-row: 2 !important;
		height: 2.75rem !important;
		margin: 0 !important;
		order: 0 !important;
		width: 2.75rem !important;
	}

	body.et-brand-v2-home .et-home-hero-actions,
	.editor-styles-wrapper .et-home-hero .et-home-hero-actions,
	body.et-brand-v2-home .et-home-hero-actions .wp-block-button,
	.editor-styles-wrapper .et-home-hero .et-home-hero-actions .wp-block-button,
	body.et-brand-v2-home .et-home-hero-actions .wp-block-button__link,
	.editor-styles-wrapper .et-home-hero .et-home-hero-actions .wp-block-button__link,
	body.et-brand-v2-home .et-request-actions,
	.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions,
	body.et-brand-v2-home .et-request-actions .wp-block-button,
	.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions .wp-block-button,
	body.et-brand-v2-home .et-request-actions .wp-block-button__link,
	.editor-styles-wrapper:has(.et-home-hero) .et-request-section .et-request-actions .wp-block-button__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.et-brand-v2-home .et-directions-section .et-service-card,
	.editor-styles-wrapper .et-directions-section .et-service-card {
		transition: none;
	}

	body.et-brand-v2-home .et-directions-section .et-service-card:hover,
	body.et-brand-v2-home .et-directions-section .et-service-card:focus-within {
		transform: none;
	}
}
