.fnp-home-signup,
.fnp-network-footer {
	box-sizing: border-box;
	width: 100%;
	font-family: inherit;
}

.fnp-home-signup {
	margin: 0 auto 2rem;
	padding: clamp(1.5rem, 4vw, 3rem) 1rem;
	background: #f3f7f9;
	border-block: 1px solid #d8e4ea;
}

.fnp-home-signup__inner,
.fnp-network-footer__inner {
	width: min(100% - 2rem, 1120px);
	margin-inline: auto;
}

.fnp-home-signup__inner {
	padding: clamp(1.25rem, 3vw, 2.25rem);
	background: #fff;
	border: 1px solid #d8e4ea;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(21, 54, 73, .08);
}

.fnp-eyebrow {
	margin: 0 0 .5rem;
	color: #1d5b78;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fnp-home-signup h2,
.fnp-panel h1,
.fnp-panel h2,
.fnp-modal h2,
.fnp-network-footer h2 {
	margin-top: 0;
}

.fnp-home-signup h2,
.fnp-panel h1,
.fnp-modal h2 {
	line-height: 1.15;
}

.fnp-form {
	display: grid;
	gap: .75rem;
	max-width: 720px;
}

.fnp-form label {
	font-weight: 600;
}

.fnp-form input[type="email"],
.fnp-form input[type="password"],
.fnp-form select {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.75rem;
	padding: .65rem .75rem;
	border: 1px solid #9eb5c1;
	border-radius: 6px;
	background: #fff;
	color: #142c3a;
	font: inherit;
}

.fnp-form input:focus,
.fnp-form select:focus,
.fnp-button:focus,
.fnp-modal__close:focus,
.fnp-quick-access a:focus,
.fnp-network-footer a:focus {
	outline: 3px solid #f0b429;
	outline-offset: 2px;
}

.fnp-check {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	font-weight: 400 !important;
	line-height: 1.45;
}

.fnp-check input {
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: .15rem;
}

.fnp-button {
	justify-self: start;
	min-height: 2.75rem;
	padding: .7rem 1.25rem;
	border: 0;
	border-radius: 6px;
	background: #1d5b78;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
}

.fnp-button:hover {
	background: #153f54;
}

.fnp-form-note,
.fnp-form small {
	color: #4d6673;
}

.fnp-notice {
	margin: 1rem 0;
	padding: .85rem 1rem;
	border-left: 4px solid #1d5b78;
	background: #edf6fa;
}

.fnp-panel {
	box-sizing: border-box;
	width: min(100% - 2rem, 840px);
	margin: clamp(1.5rem, 5vw, 4rem) auto;
	padding: clamp(1.25rem, 4vw, 2.5rem);
	border: 1px solid #d8e4ea;
	background: #fff;
	border-radius: 10px;
}

.fnp-details {
	max-width: 720px;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #d8e4ea;
}

.fnp-details summary {
	cursor: pointer;
	font-weight: 700;
}

.fnp-quick-access {
	position: fixed;
	z-index: 10000;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	gap: .25rem;
	padding: .25rem;
	border: 1px solid #c4d6df;
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 5px 18px rgba(20, 44, 58, .16);
}

.fnp-quick-access a {
	padding: .45rem .7rem;
	border-radius: 999px;
	color: #1d5b78;
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
}

.fnp-quick-access a:hover {
	background: #edf6fa;
}

.fnp-modal[hidden] {
	display: none !important;
}

.fnp-modal {
	position: fixed;
	inset: 0;
	z-index: 20000;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.fnp-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 28, 38, .64);
}

.fnp-modal__dialog {
	position: relative;
	box-sizing: border-box;
	width: min(100%, 560px);
	max-height: min(90vh, 760px);
	overflow: auto;
	padding: clamp(1.25rem, 4vw, 2rem);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 15px 60px rgba(0, 0, 0, .3);
}

.fnp-modal__close {
	position: absolute;
	top: .6rem;
	right: .7rem;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid #c4d6df;
	border-radius: 50%;
	background: #fff;
	color: #142c3a;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1;
}

.fnp-network-footer {
	margin-top: 3rem;
	padding: 2.5rem 1rem;
	background: #142c3a;
	color: #fff;
}

.fnp-network-footer .fnp-eyebrow,
.fnp-network-footer h2 {
	color: #fff;
}

.fnp-network-footer ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: .55rem 1.5rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.fnp-network-footer a,
.fnp-network-footer [aria-current="page"] {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.fnp-network-footer a:hover {
	text-decoration: underline;
}

.fnp-current {
	font-size: .8em;
	font-weight: 400;
	opacity: .78;
}

.fnp-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 640px) {
	.fnp-home-signup__inner,
	.fnp-network-footer__inner {
		width: min(100% - 1rem, 1120px);
	}

	.fnp-quick-access {
		right: .5rem;
		bottom: .5rem;
		left: .5rem;
		justify-content: center;
	}

	.fnp-quick-access a {
		flex: 1;
		text-align: center;
	}

	.fnp-modal {
		align-items: end;
		padding: .5rem;
	}

	.fnp-modal__dialog {
		max-height: 86vh;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fnp-modal,
	.fnp-modal * {
		transition: none !important;
		animation: none !important;
	}
}
