.fpn-payment-option {
	margin-top: 16px;
}

.fpn-open {
	align-items: center;
	background: #fff !important;
	border: 2px solid #200020 !important;
	color: #200020 !important;
	display: flex !important;
	gap: 11px;
	justify-content: center;
	text-align: center;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fpn-open:hover,
.fpn-open:focus {
	background: #f9edf5 !important;
	box-shadow: 0 8px 18px rgba(32, 0, 32, .12);
	color: #200020 !important;
	transform: translateY(-1px);
}

.fpn-nequi-logo {
	display: block;
	flex: 0 0 auto;
	height: 24px;
	object-fit: contain;
	width: 76px;
}

.fpn-alert {
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
	padding: 12px 14px;
}

.fpn-alert--success {
	background: #eaf8ef;
	border: 1px solid #9bd5ad;
	color: #176534;
}

.fpn-alert--warning {
	background: #fff8e5;
	border: 1px solid #f0d27a;
	color: #674f00;
}

.fpn-modal {
	display: none;
	inset: 0;
	overflow-y: auto;
	padding: 32px 16px;
	position: fixed;
	z-index: 100000;
}

.fpn-modal:target {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.fpn-modal__backdrop {
	background: rgba(10, 18, 35, .72);
	inset: 0;
	position: fixed;
}

.fpn-modal__dialog {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
	max-width: 680px;
	padding: 34px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.fpn-modal__close {
	align-items: center;
	background: #f1f3f6;
	border-radius: 50%;
	color: #243047;
	display: flex;
	font-size: 28px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	text-decoration: none;
	top: 18px;
	width: 38px;
}

.fpn-eyebrow {
	color: #7224d8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.fpn-modal h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 48px 4px 0;
}

.fpn-course-name {
	color: #687083;
	margin: 0 0 20px;
}

.fpn-nequi-box {
	background: linear-gradient(135deg, #211148, #6f24c8);
	border-radius: 14px;
	color: #fff;
	display: grid;
	gap: 4px;
	margin-bottom: 18px;
	padding: 20px 22px;
}

.fpn-nequi-box span,
.fpn-nequi-box small {
	color: rgba(255, 255, 255, .78);
}

.fpn-nequi-box strong {
	font-size: 28px;
	letter-spacing: .03em;
}

.fpn-price {
	border-top: 1px solid rgba(255, 255, 255, .22);
	font-weight: 600;
	margin-top: 10px;
	padding-top: 10px;
}

.fpn-price * {
	color: inherit;
}

.fpn-instructions {
	color: #4f596d;
	font-size: 14px;
	line-height: 1.55;
}

.fpn-form__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
	margin: 20px 0;
}

.fpn-form label {
	color: #222b3b;
	display: grid;
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
}

.fpn-form input[type="text"],
.fpn-form input[type="email"],
.fpn-form input[type="tel"],
.fpn-form input[type="file"] {
	background: #fff;
	border: 1px solid #cbd1dc;
	border-radius: 8px;
	box-sizing: border-box;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.fpn-form input:focus {
	border-color: #6f24c8;
	box-shadow: 0 0 0 3px rgba(111, 36, 200, .12);
	outline: 0;
}

.fpn-form small {
	color: #687083;
	font-weight: 400;
}

.fpn-form__full {
	grid-column: 1 / -1;
}

.fpn-consent {
	align-items: flex-start;
	display: flex !important;
	font-weight: 400 !important;
	gap: 9px !important;
	margin: 0 0 18px;
}

.fpn-consent input {
	margin-top: 4px;
}

.fpn-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 620px) {
	.fpn-modal {
		padding: 12px;
	}

	.fpn-modal__dialog {
		border-radius: 14px;
		padding: 26px 20px;
	}

	.fpn-form__grid {
		grid-template-columns: 1fr;
	}

	.fpn-form__full {
		grid-column: auto;
	}
}
