/* Wanted / Sourcing Plates — front styles, matching the site design
   language (navy/red/gold, Poppins, 14px radii, canvas panels). */

.bpw-form-wrap { max-width: 720px; margin: 0 auto; }

.bpw-form { display: flex; flex-direction: column; gap: 14px; }
.bpw-form__hp { position: absolute !important; left: -9999px !important; height: 1px; overflow: hidden; }
.bpw-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bpw-form__field { display: flex; flex-direction: column; gap: 6px; }
.bpw-form__field span { font-size: 13px; font-weight: 600; color: #1a1f4e; }
.bpw-form__field input,
.bpw-form__field select,
.bpw-form__field textarea {
	border: 1px solid #d7dbe4;
	border-radius: 10px;
	padding: 11px 14px;
	font-size: 15px;
	font-family: inherit;
	background: #fff;
}
.bpw-form__field input:focus,
.bpw-form__field select:focus,
.bpw-form__field textarea:focus {
	outline: none;
	border-color: #1a1f4e;
	box-shadow: 0 0 0 3px rgba(26, 31, 78, 0.12);
}
.bpw-form__smallprint { font-size: 12.5px; color: #5a6178; line-height: 1.6; margin: 0; }
.bpw-form__smallprint--expect {
	background: #fffdf4;
	border: 1px solid rgba(217, 151, 6, 0.35);
	border-radius: 10px;
	padding: 12px 14px;
}
.bpw-form__smallprint--expect strong { color: #b45309; }

.bpw-btn {
	background: #d9342b;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 13px 30px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	align-self: flex-start;
	transition: background .18s;
}
.bpw-btn:hover { background: #b8251d; }
/* Submit buttons sit centred under their forms. */
.bpw-form .bpw-btn { align-self: center; min-width: 240px; }

.bpw-notice { border-radius: 10px; padding: 12px 16px; font-size: 14px; margin: 0 0 14px; }
.bpw-notice--ok  { background: #f0fdf4; border: 1px solid #86efac; color: #15803d; }
.bpw-notice--err { background: #fff7f6; border: 1px solid #fca5a5; color: #b8251d; }

.bpw-matches { background: #f6f7fb; border: 1px solid #e2e5ea; border-radius: 14px; padding: 18px 20px; margin: 14px 0; }
.bpw-matches h3 { margin: 0 0 10px; font-size: 16px; color: #1a1f4e; }
.bpw-matches__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 12px;
}
.bpw-matches__card {
	background: #fff;
	border: 1px solid #e2e5ea;
	border-radius: 12px;
	padding: 14px 12px;
	text-align: center;
	text-decoration: none !important;
	transition: transform .16s, box-shadow .16s;
}
a.bpw-matches__card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(15, 18, 53, 0.12); }
.bpw-matches__plate {
	display: inline-block;
	background: linear-gradient(180deg, #ffe14d 0%, #fdd835 100%);
	border: 2px solid #1a1a1a;
	border-radius: 6px;
	padding: 5px 12px;
	font-family: 'CharlesWright', 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #1a1a1a;
	white-space: nowrap;
}
.bpw-matches__meta { display: block; margin-top: 8px; font-size: 13px; color: #5a6178; }
.bpw-matches__meta strong { color: #1a1f4e; }
.bpw-matches__more { text-align: center; margin: 16px 0 0; }
.bpw-btn--ghost {
	background: transparent;
	color: #1a1f4e;
	border: 2px solid #1a1f4e;
	display: inline-block;
	text-decoration: none !important;
}
.bpw-btn--ghost:hover { background: #1a1f4e; color: #fff; }
.bpw-list > p { grid-column: 1 / -1; text-align: center; }

/* ── Single wanted page ── */
.bpw-single { max-width: 760px; margin: 0 auto; }
.bpw-single__plate {
	display: inline-block;
	background: linear-gradient(180deg, #ffe14d 0%, #fdd835 100%);
	border: 2px solid #1a1a1a;
	border-radius: 8px;
	padding: 10px 26px;
	font-family: 'CharlesWright', 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #1a1a1a;
	margin-bottom: 14px;
}
.bpw-single__title { margin: 0 0 8px; font-size: 28px; color: #1a1f4e; }
.bpw-single__lede { font-size: 16px; line-height: 1.65; color: #3c4257; }
.bpw-single__note {
	border-left: 3px solid #fdd835;
	margin: 16px 0;
	padding: 6px 16px;
	font-style: italic;
	color: #5a6178;
}
.bpw-single__closed {
	background: #f0fdf4;
	border: 1px solid #86efac;
	border-radius: 14px;
	padding: 16px 20px;
	font-size: 14px;
	margin: 18px 0;
}
.bpw-single__cta-card {
	background: #fff;
	border: 1px solid #e2e5ea;
	border-top: 3px solid #d9342b;
	border-radius: 14px;
	padding: 24px 26px;
	margin: 22px 0;
	box-shadow: 0 10px 28px rgba(15, 18, 53, 0.08);
}
.bpw-single__cta-card h3 { margin: 0 0 8px; font-size: 20px; color: #1a1f4e; }
.bpw-single__cta-card > p { font-size: 14px; color: #5a6178; line-height: 1.6; }
.bpw-single__valuer { font-size: 14px; }
.bpw-single__valuer a { color: #d9342b; font-weight: 600; }
.bpw-single__foot { font-size: 12.5px; color: #8a90a4; line-height: 1.6; border-top: 1px solid #e2e5ea; padding-top: 14px; }

/* ── Wanted list ── */
.bpw-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.bpw-list__card {
	background: #fff;
	border: 1px solid #e2e5ea;
	border-radius: 14px;
	padding: 18px;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s, box-shadow .18s;
}
.bpw-list__card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(15, 18, 53, 0.12); }
.bpw-list__plate {
	display: inline-block;
	background: linear-gradient(180deg, #ffe14d 0%, #fdd835 100%);
	border: 2px solid #1a1a1a;
	border-radius: 6px;
	padding: 6px 14px;
	font-family: 'CharlesWright', 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #1a1a1a;
}
.bpw-list__meta { display: block; margin-top: 10px; font-size: 13px; color: #5a6178; }

@media (max-width: 640px) {
	.bpw-form__row { grid-template-columns: 1fr; }
	.bpw-single__plate { font-size: 26px; }
}

/* ══ Wanted landing page: deep-green + gold scheme ══ */
.bpw-hero {
	position: relative;
	background:
		radial-gradient(ellipse 60% 50% at 18% 8%, rgba(139, 92, 246, 0.28), transparent 60%),
		radial-gradient(ellipse 50% 45% at 85% 90%, rgba(124, 58, 237, 0.18), transparent 55%),
		linear-gradient(150deg, #1c1533 0%, #2a1f4d 55%, #221940 100%);
	padding: 56px 0 64px;
	color: #eceafa;
	overflow: hidden;
}
/* Faint diagonal texture so the band reads as a surface, not a flat fill. */
.bpw-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		-38deg,
		rgba(255, 255, 255, 0.025) 0px,
		rgba(255, 255, 255, 0.025) 1px,
		transparent 1px,
		transparent 12px
	);
	pointer-events: none;
}
.bpw-hero__grid { position: relative; z-index: 1; }
.bpw-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}
.bpw-hero__back { color: #b3a6de; font-size: 14px; text-decoration: none; display: block; margin-bottom: 22px; }
.bpw-hero__back:hover { color: #f5b301; }
.bpw-hero__platewrap { position: relative; display: inline-block; margin-bottom: 18px; }
.bpw-hero__ribbon {
	position: absolute;
	top: -12px;
	right: -14px;
	background: #f5b301;
	color: #1a1a1a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 4px;
	transform: rotate(4deg);
	box-shadow: 0 4px 10px rgba(0,0,0,.35);
	z-index: 2;
}
.bpw-hero__plate {
	background: linear-gradient(180deg, #ffe14d 0%, #fdd835 100%);
	border: 3px solid #1a1a1a;
	border-radius: 10px;
	padding: 14px 34px;
	font-family: 'CharlesWright', 'Poppins', sans-serif;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #1a1a1a;
	display: inline-block;
	box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.bpw-hero__title { font-size: 34px; margin: 0 0 12px; color: #fff; letter-spacing: -0.01em; }
.bpw-hero__lede { font-size: 16px; line-height: 1.7; color: #cfc7ec; max-width: 520px; }
.bpw-hero__count {
	display: inline-block;
	background: rgba(245, 179, 1, 0.15);
	border: 1px solid rgba(245, 179, 1, 0.5);
	color: #f5b301;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 999px;
	margin-right: 10px;
	vertical-align: 2px;
}
.bpw-hero__note {
	border-left: 3px solid #f5b301;
	margin: 18px 0;
	padding: 8px 18px;
	font-style: italic;
	color: #b3a6de;
}
.bpw-hero__valuer { font-size: 14px; color: #b3a6de; }
.bpw-hero__valuer a { color: #f5b301; font-weight: 600; }

.bpw-respond-card {
	background: #fff;
	border-radius: 16px;
	border-top: 4px solid #f5b301;
	padding: 28px 30px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	color: #1a1f2e;
}
.bpw-respond-card h2 { margin: 0 0 8px; font-size: 22px; color: #2a1f4d; }
.bpw-respond-card__sub { font-size: 13.5px; color: #5a6178; line-height: 1.6; margin: 0 0 16px; }
.bpw-respond-card--closed { border-top-color: #16a34a; }
.bpw-respond-card--closed p { font-size: 14px; line-height: 1.65; }
.bpw-btn--gold {
	background: #f5b301;
	color: #1a1a1a;
	align-self: stretch;
	text-align: center;
}
.bpw-btn--gold:hover { background: #dda001; }

.bpw-trust { background: #fff; border-bottom: 1px solid #e2e5ea; padding: 22px 0; }
.bpw-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bpw-trust__item strong { display: block; font-size: 14px; color: #2a1f4d; }
.bpw-trust__item span { font-size: 12.5px; color: #8a90a4; }
.bpw-trust__item {
	padding-left: 26px;
	position: relative;
}
.bpw-trust__item::before {
	content: '\2713';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: #eafaf1;
	color: #16a34a;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bpw-how { background: #f6f7fb; padding: 56px 0 64px; }
.bpw-how__title { text-align: center; font-size: 28px; color: #2a1f4d; margin: 0 0 32px; }
.bpw-how__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bpw-how__step {
	background: #fff;
	border: 1px solid #e2e5ea;
	border-radius: 14px;
	padding: 22px 20px;
}
.bpw-how__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2a1f4d;
	color: #f5b301;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}
.bpw-how__step h3 { margin: 0 0 8px; font-size: 16px; color: #2a1f4d; }
.bpw-how__step p { font-size: 13.5px; line-height: 1.6; color: #5a6178; margin: 0; }
.bpw-how__foot {
	text-align: center;
	font-size: 12.5px;
	color: #8a90a4;
	max-width: 640px;
	margin: 28px auto 0;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.bpw-hero__grid { grid-template-columns: 1fr; gap: 32px; }
	.bpw-trust__grid, .bpw-how__steps { grid-template-columns: 1fr 1fr; }
	.bpw-hero__plate { font-size: 32px; }
}
@media (max-width: 560px) {
	.bpw-trust__grid, .bpw-how__steps { grid-template-columns: 1fr; }
}

/* ── Archive ── */
.bpw-hero--archive { padding: 48px 0 52px; text-align: center; }
.bpw-hero--archive .bpw-hero__title { font-size: 36px; }
.bpw-hero__lede--center { margin: 0 auto; max-width: 640px; }
.bpw-hero__ctas { margin-top: 22px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bpw-btn--ghostlight {
	background: transparent;
	color: #eceafa;
	border: 2px solid rgba(236, 234, 250, 0.5);
	display: inline-block;
	text-decoration: none !important;
	text-align: center;
}
.bpw-btn--ghostlight:hover { border-color: #f5b301; color: #f5b301; background: transparent; }

.bpw-archive { background: #f6f7fb; padding: 44px 0 60px; }
.bpw-list--archive { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.bpw-archive__pages { text-align: center; margin-top: 30px; }
.bpw-archive__pages .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border: 1px solid #d7dbe4;
	border-radius: 10px;
	background: #fff;
	color: #2a1f4d;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.bpw-archive__pages .page-numbers.current { background: #2a1f4d; color: #fff; border-color: #2a1f4d; }
.bpw-archive__pages .page-numbers:hover:not(.current) { border-color: #2a1f4d; }
.bpw-archive__empty { text-align: center; color: #5a6178; }
.bpw-list__all { text-align: center; margin-top: 20px; }

/* ── My Account: Plate Sourcing ── */
.bpw-acct h2 { margin-top: 0; }
.bpw-acct h3 { margin: 24px 0 10px; font-size: 17px; color: #2a1f4d; }
.bpw-acct__card {
	background: #fff;
	border: 1px solid #e2e5ea;
	border-radius: 12px;
	padding: 16px 18px;
	margin-bottom: 12px;
}
.bpw-acct__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 0; }
.bpw-acct__head a { font-size: 13px; }
.bpw-acct__plate {
	display: inline-block;
	background: linear-gradient(180deg, #ffe14d 0%, #fdd835 100%);
	border: 2px solid #1a1a1a;
	border-radius: 5px;
	padding: 3px 10px;
	font-family: 'CharlesWright', 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #1a1a1a;
}
.bpw-acct__status {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #7c3aed;
	background: #f5f3ff;
	border: 1px solid rgba(124, 58, 237, .35);
	border-radius: 999px;
	padding: 3px 10px;
}
.bpw-acct__sub { font-size: 13px; color: #5a6178; margin: 8px 0 0; }
.bpw-acct__fee { margin: 12px 0 0; font-size: 14px; }
.bpw-acct__paybtn { padding: 8px 20px; font-size: 13.5px; margin-left: 8px; }
.bpw-acct__waiting {
	margin: 12px 0 0;
	font-size: 13.5px;
	background: #fffdf4;
	border: 1px solid rgba(217, 151, 6, 0.35);
	border-radius: 10px;
	padding: 10px 14px;
	color: #8a6d1f;
}
.bpw-acct__reveal {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.7;
	background: #f0fdf4;
	border: 1px solid #86efac;
	border-radius: 10px;
	padding: 12px 16px;
}
