﻿.page {
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 48px 24px;
	background: #ffffff;
}

.card {
	width: 100%;
	max-width: 980px;
	border-radius: 18px;
	border: 1px solid #eee;
	background: #fff;
	padding: 34px 34px 28px 34px;
}

.header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 12px;
}

.logo {
	height: 72px;
	width: auto;
	display: block;
}

.lang-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #cfd4dc;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
}

.title {
	font-size: 46px;
	line-height: 1.08;
	margin: 18px 0 14px 0;
	color: #0f172a;
	font-weight: 800;
}

.body {
	font-size: 18px;
	line-height: 1.55;
	color: #334155;
	margin: 0 0 22px 0;
}

.actions {
	margin-top: 10px;
}

.primary {
	width: 100%;
	padding: 16px 18px;
	border-radius: 12px;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	background: #0f172a;
	color: #fff;
	cursor: pointer;
}

	.primary:hover {
		opacity: 0.95;
	}

.secondary {
	width: 100%;
	margin-top: 14px;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid #cfd4dc;
	font-size: 15px;
	font-weight: 700;
	background: #fff;
	color: #0f172a;
	cursor: pointer;
}

.fineprint {
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.4;
	color: #64748b;
}
