.pasapp-signup-page {
	background: #f5f8fb;
}

body.pasapp-standalone-body {
	background: #f5f8fb;
	margin: 0;
}

.pasapp-standalone-body .pasapp-signup-page {
	min-height: 100vh;
}

.pasapp-signup-shell {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.86)),
		repeating-linear-gradient(135deg, #edf3f8 0, #edf3f8 1px, #f8fafc 1px, #f8fafc 18px);
	color: #172033;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	min-height: 70vh;
	padding: 48px 20px 64px;
}

.pasapp-signup-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1fr);
	margin: 0 auto;
	max-width: 1180px;
}

.pasapp-signup-intro {
	padding: 20px 0;
}

.pasapp-signup-kicker {
	color: #125ecb;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.pasapp-signup-intro h1 {
	color: #061a3a;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 780;
	line-height: 1.04;
	margin: 0;
	max-width: 560px;
}

.pasapp-signup-intro > p:not(.pasapp-signup-kicker) {
	color: #56657a;
	font-size: 18px;
	line-height: 1.58;
	margin: 18px 0 0;
	max-width: 620px;
}

.pasapp-signup-benefits {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.pasapp-signup-benefits div {
	background: #ffffff;
	border: 1px solid #d9e2e8;
	border-left: 3px solid #11a99b;
	border-radius: 8px;
	padding: 15px 16px;
}

.pasapp-signup-benefits strong {
	color: #061a3a;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}

.pasapp-signup-benefits span {
	color: #5c6b7f;
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

.pasapp-signup-card {
	background: #ffffff;
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(35, 48, 68, 0.12);
	margin: 0;
	max-width: 760px;
	padding: 28px;
}

.pasapp-signup-card-compact {
	max-width: 560px;
	text-align: center;
}

.pasapp-signup-brand {
	border-bottom: 1px solid #e5ebf0;
	margin-bottom: 22px;
	padding-bottom: 20px;
}

.pasapp-signup-brand h2 {
	color: #061a3a;
	font-size: 24px;
	line-height: 1.15;
	margin: 0;
}

.pasapp-signup-brand img {
	display: block;
	height: auto;
	max-width: 340px;
	width: 100%;
}

.pasapp-signup-card-compact .pasapp-signup-brand img {
	margin: 0 auto;
}

.pasapp-signup-brand p {
	color: #5c6b7f;
	font-size: 15px;
	line-height: 1.5;
	margin: 8px 0 0;
}

.pasapp-signup-errors {
	background: #fde9ec;
	border: 1px solid #f3bec7;
	border-radius: 6px;
	color: #8b2330;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.pasapp-signup-errors p {
	margin: 0;
}

.pasapp-signup-errors p + p {
	margin-top: 6px;
}

.pasapp-signup-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pasapp-plan-choice-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 20px;
}

.pasapp-plan-choice {
	cursor: pointer;
	display: block;
}

.pasapp-plan-choice input {
	height: 1px;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.pasapp-plan-choice-content {
	background: #f8fafc;
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	display: block;
	min-height: 100%;
	padding: 16px;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.pasapp-plan-choice input:checked + .pasapp-plan-choice-content {
	background: #ffffff;
	border-color: #135fd7;
	box-shadow: inset 0 0 0 1px #135fd7, 0 10px 24px rgba(19, 95, 215, 0.12);
}

.pasapp-plan-choice input[value="premium"]:checked + .pasapp-plan-choice-content {
	border-color: #c9972d;
	box-shadow: inset 0 4px 0 #c9972d, 0 10px 24px rgba(170, 106, 22, 0.13);
}

.pasapp-plan-choice-label {
	color: #135fd7;
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pasapp-plan-choice input[value="premium"] + .pasapp-plan-choice-content .pasapp-plan-choice-label {
	color: #8b6211;
}

.pasapp-plan-choice-content strong {
	color: #061a3a;
	display: block;
	font-size: 19px;
	line-height: 1.18;
	margin-bottom: 7px;
}

.pasapp-plan-choice-content em {
	color: #172033;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	margin-bottom: 9px;
}

.pasapp-plan-choice input[value="premium"] + .pasapp-plan-choice-content em {
	color: #8b6211;
}

.pasapp-plan-choice-content small {
	color: #5c6b7f;
	display: block;
	font-size: 13px;
	line-height: 1.45;
	margin-bottom: 12px;
}

.pasapp-plan-choice-content ul {
	color: #344359;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
	margin: 0;
	padding-left: 18px;
}

.pasapp-plan-choice-content li + li {
	margin-top: 5px;
}

.pasapp-signup-form label span {
	color: #344359;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
}

.pasapp-signup-form input {
	background-color: #ffffff;
	border: 1px solid #cdd9e2;
	border-radius: 6px;
	box-shadow: none;
	color: #172033;
	font-size: 15px;
	line-height: 1.3;
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.pasapp-signup-form input:focus {
	border-color: #125ecb;
	box-shadow: 0 0 0 2px rgba(18, 94, 203, 0.14);
	outline: none;
}

.pasapp-signup-form .pasapp-plan-choice input {
	height: 1px;
	left: -9999px;
	min-height: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 1px;
}

.pasapp-honeypot {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.pasapp-signup-button {
	align-items: center;
	background: #135fd7;
	border: 1px solid #135fd7;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin-top: 20px;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
}

.pasapp-signup-button:hover {
	background: #0f4eb2;
	border-color: #0f4eb2;
	color: #ffffff;
}

.pasapp-signup-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.pasapp-signup-link {
	color: #125ecb;
	font-weight: 800;
	text-decoration: none;
}

.pasapp-signup-link:hover {
	color: #0d4594;
	text-decoration: underline;
}

@media (max-width: 980px) {
	.pasapp-signup-layout {
		grid-template-columns: 1fr;
	}

	.pasapp-signup-card {
		max-width: none;
	}
}

@media (max-width: 680px) {
	.pasapp-signup-shell {
		padding: 28px 14px 42px;
	}

	.pasapp-signup-intro {
		padding: 0;
	}

	.pasapp-signup-card {
		padding: 22px;
	}

	.pasapp-signup-grid {
		grid-template-columns: 1fr;
	}

	.pasapp-plan-choice-grid {
		grid-template-columns: 1fr;
	}

	.pasapp-signup-button {
		width: 100%;
	}
}
