.site-prefooter {
	background: #fff;
	border-top: 1px solid var(--line);
	padding: 5rem 1.1rem 4.25rem;
	text-align: center;
}

.site-prefooter__inner {
	max-width: 48rem;
	margin: 0 auto;
}

.site-prefooter h2 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.55rem, 3.4vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.3;
	color: #191f28;
	word-break: keep-all;
}

.site-prefooter__lead {
	margin: 0 0 1.75rem;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.65;
	color: #6b7280;
	word-break: keep-all;
}

.site-prefooter__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.7rem;
}

.site-prefooter__note {
	margin: 0.9rem 0 0;
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1.5;
	color: #9ca3af;
	word-break: keep-all;
}

@media (max-width: 640px) {
	.site-prefooter {
		padding: 3.5rem 1.1rem 3rem;
	}

	.site-prefooter h2 {
		font-size: 1.45rem;
	}

	.site-prefooter__lead {
		font-size: 0.95rem;
	}

	.site-prefooter__cta {
		flex-direction: column;
		align-items: stretch;
		max-width: 22rem;
		margin: 0 auto;
	}

	.site-prefooter__cta .btn-slide {
		width: 100%;
		justify-content: space-between;
	}
}
