html,
body,
button,
input,
select,
textarea,
.masthead,
.main-nav,
#main,
#footer,
#bottom-bar {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.etico-landing {
	--etico-blue: #052f5f;
	--etico-blue-2: #0a457b;
	--etico-ink: #112337;
	--etico-muted: #607489;
	--etico-soft: #f3f6f8;
	--etico-line: #d9e3ea;
	--etico-white: #fff;
	--etico-accent: #c8902f;
	--etico-teal: #608c95;
	margin: 0;
	background: var(--etico-white);
	color: var(--etico-ink);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.etico-landing,
.etico-landing input,
.etico-landing button,
.etico-landing textarea,
.etico-landing select {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.etico-landing *,
.etico-landing *::before,
.etico-landing *::after {
	box-sizing: border-box;
}

.etico-landing main > :not(#footer),
.etico-landing main > :not(#footer) * {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.etico-landing a {
	color: inherit;
}

.etico-landing__nav {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 0 clamp(22px, 6vw, 76px);
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid var(--etico-line);
}

.etico-landing__logo img {
	display: block;
	width: 170px;
	height: auto;
}

.etico-landing__menu {
	display: flex;
	align-items: center;
	gap: 26px;
	color: #26374a;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.etico-landing__menu a {
	text-decoration: none;
}

.etico-landing__menu .etico-landing__pill {
	padding: 12px 20px;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-landing__hero {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
	min-height: 650px;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-landing__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px clamp(28px, 6vw, 76px);
}

.etico-landing__label {
	width: fit-content;
	margin: 0 0 20px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .34);
	color: #dcebf6;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.etico-landing h1 {
	max-width: 620px;
	margin: 0;
	color: var(--etico-white);
	font-size: clamp(38px, 5vw, 64px);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.03;
	letter-spacing: 0;
}

.etico-landing__lead {
	max-width: 560px;
	margin: 24px 0 30px;
	color: #e4eef6;
	font-size: 19px;
}

.etico-landing__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.etico-landing__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid var(--etico-blue);
	background: var(--etico-blue);
	color: var(--etico-white) !important;
	font-weight: 800;
	text-decoration: none;
}

.etico-landing__hero .etico-landing__btn {
	background: var(--etico-white);
	color: var(--etico-blue) !important;
	border-color: var(--etico-white);
}

.etico-landing__hero .etico-landing__btn--alt {
	background: transparent;
	color: var(--etico-white) !important;
	border-color: rgba(255, 255, 255, .5);
}

.etico-landing__hero-image {
	position: relative;
	min-height: 420px;
	background-position: center;
	background-size: cover;
}

.etico-landing__hero-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 47, 95, .28), rgba(5, 47, 95, 0) 45%);
}

.etico-landing__metric-panel {
	position: absolute;
	left: 34px;
	bottom: 34px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: min(520px, calc(100% - 68px));
	background: rgba(255, 255, 255, .94);
	color: var(--etico-ink);
	box-shadow: 0 18px 40px rgba(3, 26, 52, .18);
}

.etico-landing__metric {
	padding: 20px 18px;
	border-right: 1px solid var(--etico-line);
}

.etico-landing__metric:last-child {
	border-right: 0;
}

.etico-landing__metric strong {
	display: block;
	color: var(--etico-blue);
	font-size: 26px;
	line-height: 1;
}

.etico-landing__metric span {
	display: block;
	margin-top: 7px;
	color: var(--etico-muted);
	font-size: 13px;
	font-weight: 700;
}

.etico-landing__section {
	padding: 72px clamp(22px, 6vw, 76px);
}

.etico-landing__section-head {
	max-width: 760px;
	margin-bottom: 34px;
}

.etico-landing h2 {
	margin: 0;
	color: var(--etico-blue);
	font-size: clamp(28px, 3.6vw, 44px);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.etico-landing__section-head p {
	margin: 16px 0 0;
	color: var(--etico-muted);
	font-size: 18px;
}

.etico-landing__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.etico-landing__card {
	min-height: 260px;
	padding: 26px;
	border: 1px solid var(--etico-line);
	background: var(--etico-white);
}

.etico-landing__card img {
	display: block;
	width: calc(100% + 52px);
	max-width: calc(100% + 52px);
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin: -26px -26px 22px;
}

.etico-landing__card h3 {
	margin: 0 0 12px;
	color: var(--etico-ink);
	font-size: 21px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.18;
}

.etico-landing__card p {
	margin: 0;
	color: var(--etico-muted);
}

.etico-landing__path {
	background: var(--etico-soft);
}

.etico-landing__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--etico-line);
	border: 1px solid var(--etico-line);
}

.etico-landing__step {
	min-height: 190px;
	padding: 28px 24px;
	background: var(--etico-white);
}

.etico-landing__step strong {
	display: block;
	margin-bottom: 20px;
	color: var(--etico-accent);
	font-size: 15px;
	text-transform: uppercase;
}

.etico-landing__step h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.18;
}

.etico-landing__two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
	gap: 38px;
	align-items: center;
}

.etico-landing__quote {
	padding: 34px;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-landing__quote p {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	font-style: italic;
}

.etico-landing__quote span {
	display: block;
	margin-top: 22px;
	color: #c8d9e8;
	font-weight: 700;
}

.etico-landing__image-stack {
	display: grid;
	gap: 14px;
}

.etico-landing__image-stack img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.etico-landing__final {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 26px;
	align-items: center;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-landing__final h2 {
	color: var(--etico-white);
	font-size: clamp(28px, 4vw, 42px);
}

.etico-landing__final p {
	max-width: 620px;
	margin: 14px 0 0;
	color: #d9e8f4;
	font-size: 17px;
}

.etico-landing__footer {
	padding: 24px clamp(22px, 6vw, 76px);
	background: #071d33;
	color: rgba(255, 255, 255, .74);
	font-size: 13px;
}

@media (max-width: 920px) {
	.etico-landing__menu a:not(.etico-landing__pill) {
		display: none;
	}

	.etico-landing__hero {
		grid-template-columns: 1fr;
	}

	.etico-landing__hero-image {
		min-height: 360px;
	}

	.etico-landing__cards,
	.etico-landing__steps,
	.etico-landing__two-col,
	.etico-landing__final {
		grid-template-columns: 1fr;
	}

	.etico-landing__metric-panel {
		left: 18px;
		bottom: 18px;
		width: calc(100% - 36px);
	}
}

@media (max-width: 560px) {
	.etico-landing__nav {
		min-height: 68px;
		padding: 0 20px;
	}

	.etico-landing__logo img {
		width: 148px;
	}

	.etico-landing__menu .etico-landing__pill {
		display: none;
	}

	.etico-landing__hero-copy {
		padding: 46px 22px;
	}

	.etico-landing__lead {
		font-size: 16px;
	}

	.etico-landing__hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.etico-landing__metric-panel {
		position: static;
		width: 100%;
		grid-template-columns: 1fr;
		box-shadow: none;
	}

	.etico-landing__metric {
		border-right: 0;
		border-bottom: 1px solid var(--etico-line);
	}

	.etico-landing__section {
		padding: 50px 22px;
	}

	.etico-landing__card {
		padding: 22px;
	}

	.etico-landing__card img {
		width: calc(100% + 44px);
		max-width: calc(100% + 44px);
		margin: -22px -22px 20px;
	}

	.etico-landing__quote {
		padding: 26px;
	}

.etico-landing__quote p {
	font-size: 21px;
	}
}

.page-id-2687 #main,
.page-id-2691 #main,
.page-id-2704 #main {
	padding: 0;
}

.page-id-2687 #main > .wf-wrap,
.page-id-2691 #main > .wf-wrap,
.page-id-2704 #main > .wf-wrap {
	width: 100%;
	padding: 0;
}

.page-id-2687 #main > .wf-wrap > .wf-container-main,
.page-id-2691 #main > .wf-wrap > .wf-container-main,
.page-id-2704 #main > .wf-wrap > .wf-container-main {
	width: 100%;
	padding: 0;
}

.page-id-2687 #content,
.page-id-2691 #content,
.page-id-2704 #content {
	width: 100%;
	padding: 0;
}

.page-id-2687 .entry-content,
.page-id-2691 .entry-content,
.page-id-2704 .entry-content {
	margin: 0;
}

.page-id-2687 .wpb_content_element,
.page-id-2691 .wpb_content_element,
.page-id-2704 .wpb_content_element {
	margin-bottom: 0;
}

.page-id-2687 .vc_row,
.page-id-2691 .vc_row,
.page-id-2704 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.page-id-2687 #bottom-bar #branding-bottom,
.page-id-2687 #bottom-bar .wf-float-left,
.page-id-2691 #bottom-bar #branding-bottom,
.page-id-2691 #bottom-bar .wf-float-left,
.page-id-2704 #bottom-bar #branding-bottom,
.page-id-2704 #bottom-bar .wf-float-left {
	display: none !important;
}

.page-id-2687 #footer,
.page-id-2687 #footer p,
.page-id-2687 #footer li,
.page-id-2687 #footer a,
.page-id-2687 #footer time,
.page-id-2687 #bottom-bar,
.page-id-2687 #bottom-bar a,
.page-id-2691 #footer,
.page-id-2691 #footer p,
.page-id-2691 #footer li,
.page-id-2691 #footer a,
.page-id-2691 #footer time,
.page-id-2691 #bottom-bar,
.page-id-2691 #bottom-bar a,
.page-id-2704 #footer,
.page-id-2704 #footer p,
.page-id-2704 #footer li,
.page-id-2704 #footer a,
.page-id-2704 #footer time,
.page-id-2704 #bottom-bar,
.page-id-2704 #bottom-bar a {
	font-size: 14px;
}

.etico-builder,
.etico-builder *,
.etico-builder *::before,
.etico-builder *::after {
	box-sizing: border-box;
}

.etico-builder {
	--etico-blue: #052f5f;
	--etico-ink: #112337;
	--etico-muted: #607489;
	--etico-soft: #f3f6f8;
	--etico-line: #d9e3ea;
	--etico-white: #fff;
	--etico-accent: #c8902f;
	color: var(--etico-ink);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.etico-builder *,
.etico-builder h1,
.etico-builder h2,
.etico-builder h3,
.etico-builder p,
.etico-builder a {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.etico-builder a {
	text-decoration: none;
}

.etico-funnel,
.etico-funnel *,
.etico-funnel *::before,
.etico-funnel *::after {
	box-sizing: border-box;
}

.etico-funnel {
	--funnel-blue: #063966;
	--funnel-deep: #061d35;
	--funnel-ink: #10263d;
	--funnel-muted: #5e7186;
	--funnel-soft: #f3f7fa;
	--funnel-line: #dbe5ed;
	--funnel-gold: #c8902f;
	color: var(--funnel-ink);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	line-height: 1.55;
}

.etico-funnel h1,
.etico-funnel h2,
.etico-funnel h3,
.etico-funnel p {
	letter-spacing: 0;
}

.etico-funnel__hero {
	position: relative;
	min-height: 700px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background: var(--funnel-deep);
	color: #fff;
}

.etico-funnel__hero-media {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(4, 31, 58, .9) 0%, rgba(4, 31, 58, .72) 42%, rgba(4, 31, 58, .18) 76%), url("/wp-content/uploads/2021/02/home.jpg");
	background-position: center;
	background-size: cover;
}

.etico-funnel__hero-copy {
	position: relative;
	z-index: 1;
	max-width: 780px;
	padding: 88px clamp(26px, 6vw, 78px);
}

.etico-funnel__eyebrow {
	width: fit-content;
	margin: 0 0 18px;
	padding: 7px 12px;
	border: 1px solid rgba(200, 144, 47, .55);
	color: var(--funnel-gold);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.etico-funnel h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 5.3vw, 72px);
	font-weight: 800;
	line-height: 1.02;
}

.etico-funnel__hero-copy > p:not(.etico-funnel__eyebrow) {
	max-width: 650px;
	margin: 26px 0 34px;
	color: #e3edf6;
	font-size: 20px;
}

.etico-funnel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid var(--funnel-blue);
	background: var(--funnel-blue);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
}

.etico-funnel__btn--light {
	border-color: #fff;
	background: #fff;
	color: var(--funnel-blue) !important;
}

.etico-funnel__section {
	padding: 82px clamp(24px, 6vw, 78px);
	background: #fff;
}

.etico-funnel__section-head {
	max-width: 880px;
	margin-bottom: 34px;
}

.etico-funnel h2 {
	max-width: 920px;
	margin: 0;
	color: var(--funnel-blue);
	font-size: clamp(30px, 3.7vw, 48px);
	font-weight: 800;
	line-height: 1.08;
}

.page-id-2704 .etico-funnel__hero-copy h2 {
	color: #fff;
}

.page-id-2704 .etico-funnel h2 {
	font-size: 34px;
}

.etico-funnel__section-head > p:not(.etico-funnel__eyebrow),
.etico-funnel__core-copy > p,
.etico-funnel__services > div > p,
.etico-funnel__human-card > p:not(.etico-funnel__eyebrow),
.etico-funnel__final-cta p {
	max-width: 860px;
	margin: 18px 0 0;
	color: var(--funnel-muted);
	font-size: 18px;
}

.etico-funnel__trend {
	background: var(--funnel-soft);
}

.etico-funnel__trend-grid,
.etico-funnel__benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.etico-funnel__trend-grid article,
.etico-funnel__benefit-grid article {
	min-height: 210px;
	padding: 28px;
	border: 1px solid var(--funnel-line);
	background: #fff;
}

.etico-funnel__trend-grid strong,
.etico-funnel__benefit-grid strong {
	display: block;
	margin-bottom: 14px;
	color: var(--funnel-blue);
	font-size: 20px;
}

.etico-funnel__trend-grid span,
.etico-funnel__benefit-grid p {
	margin: 0;
	color: var(--funnel-muted);
}

.etico-funnel__problem,
.etico-funnel__core,
.etico-funnel__services {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
	gap: 42px;
	align-items: center;
}

.etico-funnel__compare {
	display: grid;
	gap: 16px;
}

.etico-funnel__compare article {
	padding: 30px;
	border-left: 4px solid var(--funnel-gold);
	background: var(--funnel-soft);
}

.etico-funnel__compare span {
	display: block;
	margin-bottom: 10px;
	color: var(--funnel-blue);
	font-weight: 800;
	text-transform: uppercase;
}

.etico-funnel__compare p {
	margin: 0;
	color: var(--funnel-muted);
	font-size: 17px;
}

.etico-funnel__core {
	background: #fff;
}

.etico-funnel__core img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.etico-funnel__core ul {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.etico-funnel__core li {
	padding: 16px 18px;
	border: 1px solid var(--funnel-line);
	color: var(--funnel-ink);
	font-weight: 700;
}

.etico-funnel__method,
.etico-funnel__benefits {
	background: var(--funnel-soft);
}

.etico-funnel__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--funnel-line);
	background: var(--funnel-line);
}

.etico-funnel__steps article {
	min-height: 230px;
	padding: 30px;
	background: #fff;
}

.etico-funnel__steps strong {
	display: block;
	margin-bottom: 24px;
	color: var(--funnel-gold);
}

.etico-funnel__steps h3,
.etico-funnel__service-list h3 {
	margin: 0 0 12px;
	color: var(--funnel-ink);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.18;
}

.etico-funnel__steps p {
	margin: 0;
	color: var(--funnel-muted);
}

.etico-funnel__service-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.etico-funnel__service-list article {
	border: 1px solid var(--funnel-line);
	background: #fff;
}

.etico-funnel__service-list img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.etico-funnel__service-list h3 {
	padding: 22px;
}

.etico-funnel__human {
	background: linear-gradient(90deg, rgba(6, 57, 102, .9), rgba(6, 57, 102, .66)), url("/wp-content/uploads/2021/01/etico-roma.jpeg");
	background-position: center;
	background-size: cover;
}

.etico-funnel__human-card {
	max-width: 760px;
	padding: 44px;
	background: rgba(255, 255, 255, .95);
}

.etico-funnel__final-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 72px clamp(24px, 6vw, 78px);
	background: var(--funnel-blue);
	color: #fff;
}

.etico-funnel__final-cta h2 {
	color: #fff;
}

.etico-funnel__final-cta p {
	color: #d9e8f4;
}

.etico-builder__hero {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
	min-height: 650px;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-builder__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px clamp(28px, 6vw, 76px);
}

.etico-builder__label {
	width: fit-content;
	margin: 0 0 20px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .34);
	color: #dcebf6;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.etico-builder h1 {
	max-width: 620px;
	margin: 0;
	color: var(--etico-white);
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.03;
}

.etico-builder__lead {
	max-width: 560px;
	margin: 24px 0 30px;
	color: #e4eef6;
	font-size: 19px;
}

.etico-builder__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.etico-builder__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid var(--etico-blue);
	background: var(--etico-blue);
	color: var(--etico-white) !important;
	font-weight: 800;
	text-decoration: none;
}

.etico-builder__hero .etico-builder__btn {
	background: var(--etico-white);
	color: var(--etico-blue) !important;
	border-color: var(--etico-white);
}

.etico-builder__hero .etico-builder__btn--alt {
	background: transparent;
	color: var(--etico-white) !important;
	border-color: rgba(255, 255, 255, .5);
}

.etico-builder__hero-image {
	position: relative;
	min-height: 420px;
	background-image: linear-gradient(90deg, rgba(5, 47, 95, .28), rgba(5, 47, 95, 0) 45%), url("/wp-content/uploads/2021/02/home.jpg");
	background-position: center;
	background-size: cover;
}

.etico-builder__metric-panel {
	position: absolute;
	left: 34px;
	bottom: 34px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: min(520px, calc(100% - 68px));
	background: rgba(255, 255, 255, .94);
	color: var(--etico-ink);
	box-shadow: 0 18px 40px rgba(3, 26, 52, .18);
}

.etico-builder__metric {
	padding: 20px 18px;
	border-right: 1px solid var(--etico-line);
}

.etico-builder__metric:last-child {
	border-right: 0;
}

.etico-builder__metric strong {
	display: block;
	color: var(--etico-blue);
	font-size: 26px;
	line-height: 1;
}

.etico-builder__metric span {
	display: block;
	margin-top: 7px;
	color: var(--etico-muted);
	font-size: 13px;
	font-weight: 700;
}

.etico-builder__overlay-hero {
	position: relative;
	min-height: 680px;
	display: grid;
	align-items: center;
	overflow: hidden;
	color: var(--etico-white);
	background: var(--etico-blue);
}

.etico-builder__overlay-bg {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(3, 28, 56, .86) 0%, rgba(3, 28, 56, .68) 34%, rgba(3, 28, 56, .2) 72%, rgba(3, 28, 56, .08) 100%), url("/wp-content/uploads/2021/02/home.jpg");
	background-position: center;
	background-size: cover;
	transform: scale(1.03);
}

.etico-builder__overlay-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(56vw, 760px);
	backdrop-filter: blur(5px);
	background: rgba(3, 28, 56, .18);
}

.etico-builder__overlay-copy {
	position: relative;
	z-index: 1;
	max-width: 690px;
	padding: 80px clamp(28px, 6vw, 76px);
}

.etico-builder__overlay-copy h1 {
	max-width: 680px;
}

.etico-builder--overlay .etico-builder__actions {
	max-width: 520px;
}

.etico-builder__overlay-metrics {
	position: absolute;
	right: clamp(26px, 6vw, 76px);
	bottom: 46px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(145px, 1fr));
	width: min(560px, calc(100% - 52px));
	background: rgba(255, 255, 255, .92);
	color: var(--etico-ink);
	box-shadow: 0 18px 40px rgba(3, 26, 52, .18);
}

.etico-builder__section {
	padding: 72px clamp(22px, 6vw, 76px);
	background: #fff;
}

.etico-builder__section-head {
	max-width: 760px;
	margin-bottom: 34px;
}

.etico-builder h2 {
	margin: 0;
	color: var(--etico-blue);
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 800;
	line-height: 1.1;
}

.page-id-2687 .etico-builder__hero h2 {
	color: var(--etico-white);
}

.page-id-2687 .etico-builder h2 {
	font-size: 34px;
}

.etico-builder__section-head p {
	margin: 16px 0 0;
	color: var(--etico-muted);
	font-size: 18px;
}

.etico-builder__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.etico-builder__card {
	min-height: 260px;
	padding: 26px;
	border: 1px solid var(--etico-line);
	background: var(--etico-white);
}

.etico-builder__card img {
	display: block;
	width: calc(100% + 52px);
	max-width: calc(100% + 52px);
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin: -26px -26px 22px;
}

.etico-builder__card h3 {
	margin: 0 0 12px;
	color: var(--etico-ink);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.18;
}

.etico-builder__card p {
	margin: 0;
	color: var(--etico-muted);
}

.etico-builder__path {
	background: var(--etico-soft);
}

.etico-builder__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--etico-line);
	border: 1px solid var(--etico-line);
}

.etico-builder__step {
	min-height: 190px;
	padding: 28px 24px;
	background: var(--etico-white);
}

.etico-builder__step strong {
	display: block;
	margin-bottom: 20px;
	color: var(--etico-accent);
	font-size: 15px;
	text-transform: uppercase;
}

.etico-builder__step h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.18;
}

.etico-builder__two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
	gap: 38px;
	align-items: center;
}

.etico-builder__image-stack {
	display: grid;
	gap: 14px;
}

.etico-builder__image-stack img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.etico-builder__quote {
	padding: 34px;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-builder__quote p {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	font-style: italic;
}

.etico-builder__quote span {
	display: block;
	margin-top: 22px;
	color: #c8d9e8;
	font-weight: 700;
}

.etico-builder__final {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 26px;
	align-items: center;
	background: var(--etico-blue);
	color: var(--etico-white);
}

.etico-builder__final h2 {
	color: var(--etico-white);
	font-size: clamp(28px, 4vw, 42px);
}

.etico-builder__final p {
	max-width: 620px;
	margin: 14px 0 0;
	color: #d9e8f4;
	font-size: 17px;
}

@media (max-width: 920px) {
	.etico-funnel__hero {
		min-height: 640px;
	}

	.etico-funnel__problem,
	.etico-funnel__core,
	.etico-funnel__services,
	.etico-funnel__final-cta {
		grid-template-columns: 1fr;
	}

	.etico-funnel__trend-grid,
	.etico-funnel__benefit-grid,
	.etico-funnel__steps,
	.etico-funnel__service-list {
		grid-template-columns: 1fr;
	}

	.etico-funnel__final-cta {
		display: grid;
		align-items: start;
	}

	.etico-builder__hero,
	.etico-builder__cards,
	.etico-builder__steps,
	.etico-builder__two-col,
	.etico-builder__final {
		grid-template-columns: 1fr;
	}

	.etico-builder__hero-image {
		min-height: 360px;
	}

	.etico-builder__metric-panel {
		left: 18px;
		bottom: 18px;
		width: calc(100% - 36px);
	}

	.etico-builder__overlay-hero {
		min-height: 640px;
		align-items: end;
	}

	.etico-builder__overlay-bg {
		background-position: center top;
	}

	.etico-builder__overlay-bg::before {
		width: 100%;
		backdrop-filter: blur(3px);
	}

	.etico-builder__overlay-copy {
		padding: 56px 22px 190px;
	}

	.etico-builder--overlay .etico-builder__actions {
		margin-bottom: 28px;
	}

	.etico-builder__overlay-metrics {
		left: 22px;
		right: 22px;
		bottom: 28px;
		width: auto;
	}
}

@media (max-width: 560px) {
	.page-id-2687 .masthead .header-bar,
	.page-id-2691 .masthead .header-bar,
	.page-id-2704 .masthead .header-bar {
		min-height: 80px;
	}

	.page-id-2687 .branding img:not(.mobile-logo),
	.page-id-2691 .branding img:not(.mobile-logo),
	.page-id-2704 .branding img:not(.mobile-logo) {
		display: none;
	}

	.page-id-2687 .branding .mobile-logo,
	.page-id-2691 .branding .mobile-logo,
	.page-id-2704 .branding .mobile-logo {
		display: block;
		max-width: 150px;
		height: auto;
	}

	.etico-funnel__hero-copy {
		padding: 58px 22px;
	}

	.etico-funnel h1 {
		font-size: clamp(34px, 11vw, 44px);
	}

	.etico-funnel h2 {
		font-size: clamp(28px, 9vw, 36px);
	}

	.etico-funnel__section,
	.etico-funnel__final-cta {
		padding: 54px 22px;
	}

	.etico-funnel__trend-grid article,
	.etico-funnel__benefit-grid article,
	.etico-funnel__steps article,
	.etico-funnel__compare article {
		padding: 24px;
		min-height: auto;
	}

	.etico-funnel__human-card {
		padding: 30px 24px;
	}

	.etico-builder__hero-copy {
		padding: 46px 22px;
	}

	.etico-builder h1 {
		font-size: clamp(34px, 10vw, 40px);
	}

	.etico-builder__lead {
		font-size: 16px;
	}

	.etico-builder__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.etico-builder__metric-panel {
		position: static;
		width: 100%;
		grid-template-columns: 1fr;
		box-shadow: none;
	}

	.etico-builder__overlay-hero {
		min-height: 720px;
	}

	.etico-builder__overlay-copy {
		padding-bottom: 360px;
	}

	.etico-builder__overlay-metrics {
		grid-template-columns: 1fr;
	}

	.etico-builder__hero-image {
		min-height: auto;
		padding-top: 260px;
		background-position: center top;
	}

	.etico-builder__metric {
		background: rgba(255, 255, 255, .94);
		border-right: 0;
		border-bottom: 1px solid var(--etico-line);
	}

	.etico-builder__section {
		padding: 50px 22px;
	}

	.etico-builder__card {
		padding: 22px;
	}

	.etico-builder__card img {
		width: calc(100% + 44px);
		max-width: calc(100% + 44px);
		margin: -22px -22px 20px;
	}

	.etico-builder__quote {
		padding: 26px;
	}

	.etico-builder__quote p {
		font-size: 21px;
	}
}
