/* ==========================================================================
   Paywall
   ========================================================================== */

.sn-paywall {
	position: relative;
	margin: 2.5rem 0 0;
	padding-bottom: 10rem;
}

.sn-paywall-card {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	padding: 2rem 2rem 1.75rem;
	border-radius: 16px;
	background: #f5f5f7;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.04),
		0 8px 24px rgba(0, 0, 0, 0.08);
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.sn-paywall-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 1rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #007aff, #5856d6);
	box-shadow: 0 2px 8px rgba(0, 122, 255, 0.3);
}

.sn-paywall-icon svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.sn-paywall-heading {
	margin: 0 0 0.25rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1d1d1f;
	letter-spacing: -0.01em;
	line-height: 1.4;
}

.sn-paywall-sub {
	margin: 0 0 1.5rem;
	font-size: 0.8125rem;
	color: #86868b;
	line-height: 1.5;
}

.sn-paywall-price-row {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	margin-bottom: 1.25rem;
}

.sn-paywall-currency {
	font-size: 1rem;
	font-weight: 500;
	color: #1d1d1f;
}

.sn-paywall-amount {
	font-size: 2rem;
	font-weight: 700;
	color: #1d1d1f;
	letter-spacing: -0.02em;
	line-height: 1;
}

.sn-paywall-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 12px;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.1s ease;
	text-decoration: none;
	line-height: 1.4;
	font-family: inherit;
}

.sn-paywall-btn:active {
	transform: scale(0.98);
}

.sn-paywall-btn-primary {
	background: linear-gradient(135deg, #007aff, #5856d6);
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 122, 255, 0.25);
}

.sn-paywall-btn-primary:hover {
	filter: brightness(1.08);
}

.sn-paywall-btn-login {
	background: #1d1d1f;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sn-paywall-btn-login:hover {
	filter: brightness(1.2);
}

.sn-paywall-footer {
	margin-top: 1rem;
	font-size: 0.6875rem;
	color: #aeaeb2;
	line-height: 1.5;
}
