:root {
	--wes-navy: #0b2147;
	--wes-ink: #13294b;
	--wes-muted: #53657f;
	--wes-line: #d6dee9;
	--wes-blue: #173d72;
	--wes-surface: #ffffff;
	--wes-font-family: Arial, Helvetica, sans-serif;
}

.wes-section,
.wes-section * {
	box-sizing: border-box;
}

.wes-section {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 8vw, 124px) 0;
	background-color: var(--wes-surface);
	color: var(--wes-ink);
	font-family: var(--wes-font-family);
}

.wes-container {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
}

.wes-eyebrow {
	margin: 0 0 24px;
	color: var(--wes-navy);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.wes-section-heading__title,
.wes-final-cta__heading,
.wes-hero__heading {
	margin: 0;
	color: var(--wes-navy);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.wes-section-heading__intro,
.wes-hero__intro,
.wes-final-cta__intro {
	margin: 0;
	color: var(--wes-ink);
	font-size: 16px;
	line-height: 1.65;
}

.wes-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
	gap: clamp(32px, 7vw, 120px);
	align-items: end;
	margin: 0 0 56px;
}

.wes-section-heading__title {
	max-width: 680px;
	font-size: clamp(42px, 5vw, 72px);
	line-height: 1.02;
}

.wes-section-heading__intro {
	max-width: 390px;
	padding-bottom: 6px;
}

/* Hero */
.wes-hero {
	min-height: min(760px, 92vh);
	display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wes-hero::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 36%, rgba(255, 255, 255, 0.12) 74%, rgba(255, 255, 255, 0.02) 100%);
	content: '';
}

.wes-brand {
	position: absolute;
	top: clamp(24px, 4vw, 48px);
	left: 0;
	max-width: 180px;
}

.wes-brand__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.wes-hero__content {
	position: relative;
	max-width: 610px;
	padding: 50px 0 20px;
}

.wes-hero__heading {
	font-size: clamp(64px, 8.4vw, 126px);
	line-height: 0.91;
}

.wes-hero__intro {
	max-width: 410px;
	margin-top: 32px;
	font-size: 17px;
}

.wes-hero__actions {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
	margin-top: 38px;
}

.wes-button,
.wes-inline-link {
	display: inline-flex;
	align-items: center !important;
	vertical-align: middle;
	gap: 20px;
	line-height: 1 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.035em;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.wes-button:hover,
.wes-inline-link:hover {
	transform: translateY(-2px);
}

.wes-button--primary {
	min-height: 52px;
	min-width: 200px;
	padding: 0 22px;
	justify-content: space-between;
	background: var(--wes-blue);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(11, 33, 71, 0.14);
}

.wes-button--primary:hover {
	background: var(--wes-navy);
	color: #ffffff;
}

.wes-arrow {
	position: relative;
	display: inline-block !important;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	font-size: 0;
	font-weight: 400;
	line-height: 0;
}

.wes-arrow svg {
	display: block;
	width: 32px;
	height: 32px;
}

.wes-inline-link {
	gap: 14px;
	color: var(--wes-navy);
}

.wes-hero__video-link {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	gap: 12px;
	color: var(--wes-navy);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-decoration: none;
	text-transform: uppercase;
}

.wes-play {
	position: relative;
	display: inline-grid;
	width: 14px;
	height: 14px;
	place-items: center;
	font-size: 0;
	line-height: 0;
}

.wes-play::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid currentColor;
	content: '';
	transform: translate(-35%, -50%);
}

.wes-video-duration {
	margin-left: 14px;
	font-variant-numeric: tabular-nums;
}

/* Benefit Cards */
.wes-benefit-cards {
	padding-top: clamp(32px, 5vw, 72px);
	padding-bottom: clamp(72px, 9vw, 136px);
}

.wes-benefit-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.wes-benefit-card {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	padding: 31px 30px 27px;
	border: 1px solid var(--wes-line);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.68);
}

.wes-benefit-card__top {
	display: flex;
	align-items: flex-start;
	gap: 23px;
}

.wes-benefit-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
}

.wes-benefit-card__icon-image {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.wes-benefit-card__title {
	max-width: 180px;
	margin: 4px 0 0;
	color: var(--wes-navy);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.wes-benefit-card__description {
	max-width: 300px;
	margin: 10px 0 0 75px;
	color: var(--wes-ink);
	font-size: 14px;
	line-height: 1.65;
}

.wes-benefit-card__link {
	margin: auto 0 0 75px;
	padding-top: 24px;
}

/* Purpose-built Tools */
.wes-purpose-tools {
	background: #fbfcfe;
}

.wes-tool-cards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.wes-tool-card {
	display: flex;
	min-height: 520px;
	flex-direction: column;
	padding: 32px 32px 30px;
	border: 1px solid var(--wes-line);
	border-radius: 5px;
	background: #ffffff;
}

.wes-tool-card__eyebrow {
	margin-bottom: 15px;
	color: var(--wes-navy);
	font-size: 14px;
	font-weight: 700;
}

.wes-tool-card__title {
	margin: 0;
	color: var(--wes-navy);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.wes-tool-card__background {
	min-height: 205px;
	margin: 10px -10px 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.wes-tool-card__description {
	max-width: 360px;
	margin: 0 0 0;
	color: var(--wes-ink);
	font-size: 15px;
	line-height: 1.55;
}

.wes-tool-card__link {
	margin-top: auto;
	padding-top: 25px;
}

/* Feature Flow */
.wes-feature-flow__layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.75fr) minmax(0, 2fr);
	gap: clamp(48px, 8vw, 130px);
	align-items: center;
}

.wes-feature-flow__copy .wes-section-heading__title {
	font-size: clamp(40px, 4.4vw, 64px);
}

.wes-feature-flow__copy .wes-section-heading__intro {
	margin-top: 26px;
}

.wes-feature-flow__link {
	margin-top: 26px;
}

.wes-flow-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.wes-flow-step {
	position: relative;
	min-width: 0;
	text-align: center;
}

.wes-flow-step:not(:last-child)::after {
	position: absolute;
	top: 45px;
	left: 100%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 10px 0 0 currentColor, 20px 0 0 currentColor;
	color: var(--wes-navy);
	content: '';
	z-index: 0;
	transform: translate(-12px, -50%);
}

.wes-flow-step__icon {
	position: relative;
	display: grid;
	width: 90px;
	height: 90px;
	margin: 0 auto 22px;
	place-items: center;
	border: 1px solid var(--wes-line);
	border-radius: 50%;
	background: #ffffff;
	z-index: 1;
}

.wes-flow-step__icon-image {
	display: block;
	width: 47px;
	height: 47px;
	object-fit: contain;
}

.wes-flow-step__title {
	max-width: 150px;
	margin: 0 auto 12px;
	color: var(--wes-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.wes-flow-step__description {
	max-width: 145px;
	margin: 0 auto;
	color: var(--wes-ink);
	font-size: 14px;
	line-height: 1.55;
}

/* Final CTA */
.wes-final-cta {
	padding-top: clamp(75px, 9vw, 140px);
	padding-bottom: clamp(75px, 9vw, 140px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.wes-final-cta::before {
	position: absolute;
	inset: 0;
	background: rgba(245, 250, 255, 0.68);
	content: '';
}

.wes-final-cta__inner {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.wes-final-cta__heading {
	max-width: 720px;
	font-size: clamp(44px, 6vw, 82px);
	line-height: 1.02;
}

.wes-final-cta__intro {
	margin-top: 22px;
}

.wes-final-cta__button {
	margin-top: 30px;
}

@media (max-width: 1000px) {
	.wes-container {
		width: min(100% - 48px, 840px);
	}

	.wes-feature-flow__layout {
		grid-template-columns: 1fr;
	}

	.wes-feature-flow__copy {
		max-width: 620px;
	}
}

@media (max-width: 760px) {
	.wes-container {
		width: min(100% - 36px, 620px);
	}

	.wes-section-heading {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 38px;
	}

	.wes-benefit-cards__grid,
	.wes-tool-cards__grid {
		grid-template-columns: 1fr;
	}

	.wes-benefit-card,
	.wes-tool-card {
		min-height: 0;
	}

	.wes-benefit-card__description,
	.wes-benefit-card__link {
		margin-left: 0;
	}

	.wes-flow-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 10px;
	}

	.wes-flow-step:nth-child(2)::after {
		display: none;
	}

	.wes-flow-step:nth-child(3)::after {
		display: block;
	}
}

@media (max-width: 520px) {
	.wes-hero {
		min-height: 640px;
		align-items: flex-end;
		background-position: 62% center;
	}

	.wes-hero::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 255, 255, 0.98) 100%);
	}

	.wes-hero__content {
		padding: 100px 0 0;
	}

	.wes-hero__heading {
		font-size: clamp(54px, 17vw, 84px);
	}

	.wes-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.wes-flow-steps {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.wes-flow-step::before,
	.wes-flow-step::after {
		display: none !important;
	}
}
