html, body {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100vh;
	display: grid;
	place-items: center;
	text-align: center;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	color: #111827;
	padding: 2rem;
}

h1 {
	margin: 0 0 0.5rem;
	font-size: clamp(2.25rem, 6vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

p {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #4b5563;
}

a {
	color: #0f766e;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
}
