/* Buyer's Program page shortcode */

.wte-buyers-page {
	--wte-bp-teal: #006d68;
	--wte-bp-teal-dark: #04565d;
	--wte-bp-teal-deep: #064646;
	--wte-bp-gold: #c9a227;
	--wte-bp-gold-grad: linear-gradient(180deg, #d4b44a 0%, #c9a227 45%, #a8841a 100%);
	--wte-bp-text: #3a5555;
	--wte-bp-muted: #5a6b6b;
	--wte-bp-radius: 16px;
	--wte-bp-radius-lg: 32px;

	/* Shell matches header; content below stays narrower */
	width: min(100% - 40px, var(--wte-container, 1180px));
	margin: 2.75rem auto 4.5rem;
	padding: 0 0 2.5rem;
	box-sizing: border-box;
	font-family: "Libre Franklin", "Segoe UI", Tahoma, sans-serif;
	color: var(--wte-bp-text);
}

.wte-buyers-page *,
.wte-buyers-page *::before,
.wte-buyers-page *::after {
	box-sizing: border-box;
}

.wte-buyers-page > *:not(.wte-buyers-hero):not(.wte-buyers-overview) {
	width: min(100%, 1100px);
	margin-left: auto;
	margin-right: auto;
}

/* Hero — same width as header */
.wte-buyers-hero {
	width: 100%;
	margin: 0 0 2.75rem;
}

.wte-buyers-hero__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: clamp(180px, 26vw, 260px);
	border-radius: var(--wte-bp-radius);
	overflow: hidden;
	background: #1a3a3a;
	box-shadow: 0 8px 28px rgba(0, 40, 40, 0.16);
}

.wte-buyers-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wte-buyers-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
	pointer-events: none;
}

.wte-buyers-hero__title {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: clamp(1.5rem, 4vw, 2.75rem);
	color: #fff;
	font-size: clamp(1.55rem, 4vw, 2.7rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

/* Type */
.wte-buyers-eyebrow {
	margin: 0 0 0.45rem;
	color: var(--wte-bp-gold);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wte-buyers-eyebrow--light {
	color: var(--wte-bp-gold);
}

.wte-buyers-heading {
	margin: 0 0 1rem;
	color: var(--wte-bp-teal);
	font-family: "Archivo", sans-serif;
	font-size: clamp(1.75rem, 4vw, 45px);
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.3867;
	text-transform: uppercase;
}

.wte-buyers-heading--white {
	color: #fff;
}

.wte-buyers-heading--center {
	text-align: center;
	margin-bottom: 1.75rem;
}

.wte-buyers-text {
	margin: 0 0 1.5rem;
	color: var(--wte-bp-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.wte-buyers-text p {
	margin: 0 0 1rem;
}

.wte-buyers-text p:last-child {
	margin-bottom: 0;
}

/* Button — pill gold CTA */
.wte-buyers-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.9rem 1.85rem;
	background: var(--wte-bp-gold-grad);
	color: #fff !important;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 999px;
	border: none;
	box-shadow: 0 6px 16px rgba(160, 120, 20, 0.32);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wte-buyers-btn:hover,
.wte-buyers-btn:focus {
	color: #fff !important;
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(160, 120, 20, 0.38);
}

/* Overview — soft band + swoosh like mock */
.wte-buyers-overview {
	position: relative;
	width: 100%;
	margin: 0 0 3.25rem;
	padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2rem);
	border-radius: var(--wte-bp-radius-lg);
	background: #f3f5f5;
	overflow: hidden;
}

.wte-buyers-overview::after {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -42%;
	width: 58%;
	height: 90%;
	border-radius: 50% 40% 55% 45%;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.wte-buyers-overview__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.25rem 3rem;
	align-items: center;
	width: min(100%, 1100px);
	margin: 0 auto;
}

.wte-buyers-overview__content {
	min-width: 0;
}

.wte-buyers-overview__content .wte-buyers-heading {
	margin-bottom: 0.85rem;
	max-width: 11.5em;
	color: var(--wte-bp-teal-dark);
}

.wte-buyers-overview__content .wte-buyers-text {
	margin-bottom: 1.75rem;
	max-width: 36rem;
}

.wte-buyers-overview__media {
	min-width: 0;
}

.wte-buyers-overview__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: var(--wte-bp-radius-lg);
	background: #d9e8e8;
	box-shadow: none;
}

.wte-buyers-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem 2rem;
	margin: 0 0 1.85rem;
	max-width: 28rem;
}

.wte-buyers-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.2rem;
}

.wte-buyers-stat__icon {
	width: 77px;
	height: 77px;
	object-fit: contain;
	margin: 0 0 45px;
	filter: none;
	mix-blend-mode: normal;
}

.wte-buyers-stat__value {
	color: var(--wte-bp-teal-dark);
	font-size: clamp(1.85rem, 3.4vw, 2.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.01em;
}

.wte-buyers-stat__label {
	color: var(--wte-bp-teal);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.35;
	max-width: 10em;
}

/* Profile */
.wte-buyers-profile {
	margin-bottom: 3rem;
}

.wte-buyers-profile__panel {
	padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.75rem);
	border-radius: var(--wte-bp-radius);
	background: linear-gradient(160deg, #069ea0 0%, #04565d 100%);
	box-shadow: 0 12px 36px rgba(0, 60, 60, 0.18);
	text-align: center;
}

.wte-buyers-profile__list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem 2rem;
	text-align: left;
}

.wte-buyers-profile__list li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
}

.wte-buyers-profile__icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	object-fit: contain;
	/* Gold person icon from media library */
	filter: brightness(1.15);
}

/* Benefits */
.wte-buyers-benefits {
	margin-bottom: 3.25rem;
}

.wte-buyers-benefits__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2rem 2.25rem;
	align-items: stretch;
}

.wte-buyers-benefits__panel {
	padding: clamp(1.5rem, 3.5vw, 2.25rem);
	border-radius: var(--wte-bp-radius);
	background: linear-gradient(160deg, #069ea0 0%, #04565d 100%);
	box-shadow: 0 12px 36px rgba(0, 60, 60, 0.16);
}

.wte-buyers-benefits__list {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.wte-buyers-benefits__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
}

.wte-buyers-benefits__check {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 0.1rem;
	object-fit: contain;
}

.wte-buyers-benefits__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 70, 70, 0.12);
	background: #d9e8e8;
}

/* Pass cards */
.wte-buyers-pass {
	margin-bottom: 3.25rem;
}

.wte-buyers-pass > .wte-buyers-heading {
	margin-bottom: 2rem;
	color: var(--wte-bp-teal-dark);
}

.wte-buyers-pass__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
	align-items: stretch;
}

.wte-buyers-pass__card {
	display: flex;
	flex-direction: column;
	padding: 1.65rem 1.4rem 1.75rem;
	border: 1.5px solid var(--wte-bp-teal);
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

.wte-buyers-pass__name {
	margin: 0 0 0.55rem;
	color: var(--wte-bp-gold);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
	text-transform: none;
}

.wte-buyers-pass__price {
	margin: 0 0 1.35rem;
	color: var(--wte-bp-teal-dark);
	font-size: clamp(1.65rem, 2.6vw, 2rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.wte-buyers-pass__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1;
}

.wte-buyers-pass__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	color: #3d4a4a;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
}

.wte-buyers-pass__check {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 0.12rem;
	object-fit: contain;
	filter: none;
}

/* How it works */
.wte-buyers-steps {
	margin-bottom: 3.25rem;
}

.wte-buyers-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.wte-buyers-steps__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2.25rem 1rem 1.5rem;
	border: 1.5px solid rgba(0, 136, 128, 0.4);
	border-radius: 14px;
	background: #fff;
}

.wte-buyers-steps__num {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--wte-bp-gold-grad);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 800;
	box-shadow: 0 3px 10px rgba(160, 120, 20, 0.3);
}

.wte-buyers-steps__icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
	margin: 0.35rem 0 0.85rem;
	mix-blend-mode: multiply;
}

.wte-buyers-steps__title {
	margin: 0 0 0.55rem;
	color: #000;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.3;
	text-transform: uppercase;
}

.wte-buyers-steps__text {
	margin: 0;
	color: var(--wte-bp-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

/* Target */
.wte-buyers-target {
	margin-bottom: 2.75rem;
}

.wte-buyers-target__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.35fr);
	gap: 5rem;
	align-items: stretch;
	padding: 50px;

}

.wte-buyers-target__left {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
}

.wte-buyers-page h2.wte-buyers-target__heading {
	margin: 0;
	width: min-content;
	max-width: 100%;
	color: #04565d;
	font-family: "Archivo", sans-serif;
	font-size: clamp(1.15rem, 2.2vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.15;
	text-transform: uppercase;
	text-align: left;
}

.wte-buyers-target__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	padding: 2rem 1.35rem;
	border-radius: 18px;
	background: linear-gradient(135deg, #069ea0 0%, #04565d 100%);
	color: #fff;
	text-align: center;
	box-shadow: none;
	min-height: 160px;
}

.wte-buyers-target__value {
	font-family: "Archivo", sans-serif;
	font-size: clamp(1.75rem, 3.2vw, 2.4rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.wte-buyers-target__label {
	margin-top: 0.4rem;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	opacity: 0.98;
}

.wte-buyers-target__media {
	position: relative;
	min-width: 0;
	align-self: stretch;
	min-height: 220px;
}

.wte-buyers-target__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
	background: #d9e8e8;
	box-shadow: none;
}

/* CTA */
.wte-buyers-cta {
	margin-bottom: 1rem;
}

.wte-buyers-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.35rem 1.75rem;
	border-radius: 14px;
	background: linear-gradient(90deg, #069ea0 0%, #04565d 100%);
	box-shadow: 0 10px 28px rgba(0, 60, 60, 0.16);
}

.wte-buyers-cta__text {
	margin: 0;
	color: #fff;
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.25;
	text-transform: uppercase;
}

.wte-buyers-btn--cta {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* Responsive */
@media (max-width: 960px) {
	.wte-buyers-overview__grid,
	.wte-buyers-benefits__grid {
		grid-template-columns: 1fr;
	}

	.wte-buyers-overview__media img {
		aspect-ratio: 16 / 10;
		max-height: 380px;
	}

	.wte-buyers-benefits__media img {
		aspect-ratio: 16 / 10;
		min-height: 0;
		max-height: 360px;
	}

	.wte-buyers-pass__grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin: 0 auto;
	}

	.wte-buyers-steps__grid {
		grid-template-columns: 1fr 1fr;
	}

	.wte-buyers-target__grid {
		grid-template-columns: 1fr;
	}

	.wte-buyers-target__media {
		min-height: 240px;
	}

	.wte-buyers-target__media img {
		position: relative;
		inset: auto;
		min-height: 240px;
	}
}

@media (max-width: 640px) {
	.wte-buyers-page {
		width: min(100% - 32px, var(--wte-container, 1180px));
		margin-top: 1.75rem;
		padding: 0 0 2rem;
	}

	.wte-buyers-hero__title {
		white-space: normal;
	}

	.wte-buyers-stats,
	.wte-buyers-profile__list,
	.wte-buyers-steps__grid {
		grid-template-columns: 1fr;
	}

	.wte-buyers-cta__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 1.25rem 1.35rem;
	}

	.wte-buyers-btn--cta {
		width: 100%;
	}
}
