@font-face {
	font-family: "Montserrat FPPH";
	src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

body.fpph-public-page { overflow-x: clip; }

body.fpph-public-page .entry-title,
body.fpph-public-page .wp-block-post-title,
body.fpph-public-page .page-title,
body.fpph-public-page .post-title,
body.fpph-public-page .page-header,
body.fpph-public-page .entry-header:has(.entry-title) { display: none; }

.fpph {
	--navy: #1f2449;
	--text: #526583;
	--orange: #e37946;
	--blue: #5a90ae;
	--green: #91b03c;
	--surface: #f3f4f7;
	--line: #dfe2e9;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 calc(50% - 50vw);
	padding: 56px 16px 72px;
	background: var(--surface);
	color: var(--navy);
	font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.fpph *, .fpph *::before, .fpph *::after { box-sizing: border-box; }
.fpph__shell { width: min(980px, 100%); margin: 0 auto; }

.fpph__story {
	display: flex;
	max-width: 780px;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 22px 24px 62px;
	text-align: center;
}

.fpph__brand { display: block; width: 156px; margin-bottom: 64px; }
.fpph__brand img { display: block; width: 100%; height: auto; }
.fpph__story-copy { width: 100%; }

.fpph__eyebrow {
	margin: 0 0 18px !important;
	color: var(--blue);
	font-size: 11px !important;
	font-weight: 500;
	letter-spacing: .34em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.fpph__story h2 {
	max-width: 760px;
	margin: 0 auto 28px !important;
	color: var(--navy) !important;
	font-family: "Montserrat FPPH", Montserrat, sans-serif !important;
	font-size: clamp(43px, 7vw, 72px) !important;
	font-weight: 800 !important;
	letter-spacing: -.055em !important;
	line-height: .98 !important;
}

.fpph__intro {
	max-width: 680px;
	margin: 0 auto !important;
	color: var(--text);
	font-size: 16px !important;
	line-height: 1.75 !important;
}

.fpph__secure {
	margin: 32px 0 0 !important;
	color: #737f94;
	font-size: 10px !important;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fpph__secure > span:first-child { margin-right: 7px; color: var(--green); }

.fpph__form-panel {
	max-width: 840px;
	margin: 0 auto;
	padding: 52px 0 0;
	border-top: 1px solid var(--line);
}

.fpph__form { margin: 0; }
.fpph__country-set { min-width: 0; margin: 0; padding: 0; border: 0; }

.fpph__country-set legend {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	color: var(--navy);
	font-size: 17px;
	font-weight: 700;
}

.fpph__field-help { margin: 0 0 24px !important; color: #78849a; font-size: 12px !important; }

.fpph__countries {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--line);
}

.fpph__country { display: block; margin: 0; cursor: pointer; }
.fpph__country input { position: absolute; width: 1px; height: 1px; opacity: 0; }

.fpph__country-card {
	position: relative;
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px;
	border-bottom: 3px solid transparent;
	color: #6c7890;
}

.fpph__country-card b { font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.fpph__country-card span { font-size: 12px; }
.fpph__country-card i { display: none; }
.fpph__country:hover .fpph__country-card { color: var(--navy); }
.fpph__country input:focus-visible + .fpph__country-card { outline: 2px solid var(--blue); outline-offset: -2px; }
.fpph__country input:checked + .fpph__country-card { border-bottom-color: var(--orange); color: var(--navy); }

.fpph__country-lock {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: center;
	padding: 17px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.fpph__country-lock > b { color: var(--orange); font-size: 12px; letter-spacing: .08em; }
.fpph__country-lock > span { display: flex; flex-direction: column; }
.fpph__country-lock strong { font-size: 13px; font-weight: 600; }
.fpph__country-lock > i { display: none; }

.fpph__divider {
	margin: 46px 0 28px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
	color: var(--navy);
	font-size: 14px;
	font-weight: 700;
}

.fpph__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 28px; }
.fpph__field { display: flex; min-width: 0; flex-direction: column; gap: 7px; margin: 0; }
.fpph__field--wide { grid-column: 1 / -1; }
.fpph__field > span:first-child { color: var(--navy); font-size: 11px; font-weight: 600; }

.fpph__field input {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 0;
	outline: 0;
	background: #fff;
	box-shadow: none;
	color: var(--navy);
	font-family: inherit;
	font-size: 14px;
}

.fpph__field input:hover { border-color: #b9c0cd; }
.fpph__field input:focus { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.fpph__form.was-validated input:invalid { border-color: #a83b34; }
.fpph__field small { color: #7a869b; font-size: 10px; }
.fpph__password-wrap { position: relative; display: block; }
.fpph__password-wrap input { padding-right: 48px; }
.fpph__password-toggle { position: absolute; top: 50%; right: 5px; display: grid; width: 38px; height: 38px; margin: 0; padding: 0; place-items: center; transform: translateY(-50%); border: 0; background: transparent; cursor: pointer; }
.fpph__password-toggle span { position: relative; width: 17px; height: 10px; border: 1px solid #758198; border-radius: 50% / 60%; }
.fpph__password-toggle span::after { position: absolute; top: 50%; left: 50%; width: 3px; height: 3px; transform: translate(-50%, -50%); border-radius: 50%; background: #758198; content: ""; }
.fpph__password-toggle.is-visible span::before { position: absolute; top: 3px; left: -3px; width: 21px; height: 1px; transform: rotate(-38deg); background: #758198; content: ""; }
.fpph__strength { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.fpph__strength i { height: 2px; background: var(--line); }
.fpph__strength[data-score="1"] i:nth-child(-n+1) { background: #a83b34; }
.fpph__strength[data-score="2"] i:nth-child(-n+2) { background: var(--orange); }
.fpph__strength[data-score="3"] i:nth-child(-n+3) { background: #b69625; }
.fpph__strength[data-score="4"] i { background: var(--green); }

.fpph__consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 30px 0 0; color: #6d7990; cursor: pointer; font-size: 11px; line-height: 1.55; }
.fpph__consent input { position: absolute; opacity: 0; }
.fpph__check { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid #aeb6c4; color: transparent; font-size: 9px; }
.fpph__consent input:checked + .fpph__check { border-color: var(--orange); background: var(--orange); color: #fff; }
.fpph__consent input:focus-visible + .fpph__check { outline: 2px solid var(--blue); outline-offset: 2px; }
.fpph__consent a { color: var(--navy); font-weight: 600; text-underline-offset: 3px; }

.fpph__submit-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; }
.fpph__submit { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 18px; margin: 0; padding: 0 25px; border: 1px solid var(--orange); border-radius: 0; background: var(--orange); box-shadow: none; color: #fff; font-family: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.fpph__submit i { font-size: 16px; font-style: normal; }
.fpph__submit:hover { border-color: #cc6034; background: #cc6034; }
.fpph__submit:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.fpph__submit:disabled { cursor: wait; opacity: .65; }
.fpph__submit-row > p { max-width: 260px; margin: 0 !important; color: #7a869b; font-size: 10px !important; line-height: 1.5 !important; text-align: right; }
.fpph__pulse { display: none; }

.fpph__notice { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; margin: 0 0 30px; padding: 14px 16px; border: 1px solid; background: #fff; outline: none; font-size: 12px; }
.fpph__notice--success { border-color: #91b03c; color: #526619; }
.fpph__notice--error { border-color: #b45b53; color: #87332d; }
.fpph__notice-icon { display: grid; width: 26px; height: 26px; place-items: center; color: inherit; font-weight: 700; }
.fpph__notice strong { display: block; margin: 0 0 3px; font-weight: 700; }
.fpph__notice p { margin: 0 !important; color: inherit; font-size: 11px !important; }
.fpph__notice ul { margin: 4px 0 0 17px; padding: 0; }
.fpph__closed { min-height: 300px; padding: 65px 20px; text-align: center; }
.fpph__closed-mark { display: block; margin: 0 auto 15px; color: var(--orange); font-size: 22px; }
.fpph__closed h3 { margin: 0 0 8px !important; color: var(--navy); font-family: "Montserrat FPPH", Montserrat, sans-serif !important; font-size: 22px !important; }
.fpph__closed p { max-width: 420px; margin: 0 auto !important; color: var(--text); }
.fpph__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 640px) {
	.fpph { margin-left: calc(50% - 50vw); padding: 34px 18px 50px; }
	.fpph__story { padding: 15px 15px 45px; }
	.fpph__brand { width: 132px; margin-bottom: 48px; }
	.fpph__eyebrow { font-size: 9px !important; }
	.fpph__story h2 { font-size: 42px !important; }
	.fpph__intro { font-size: 14px !important; }
	.fpph__form-panel { padding: 38px 0 0; }
	.fpph__countries { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
	.fpph__country-card { justify-content: flex-start; border-bottom-width: 1px; }
	.fpph__country input:checked + .fpph__country-card { border-bottom-color: var(--orange); color: var(--orange); }
	.fpph__grid { grid-template-columns: 1fr; gap: 21px; }
	.fpph__field--wide { grid-column: auto; }
	.fpph__submit-row { align-items: stretch; flex-direction: column; }
	.fpph__submit { width: 100%; }
	.fpph__submit-row > p { max-width: none; text-align: left; }
}
