.hsn-wi-langgate,
.hsn-wi-langgate * { box-sizing: border-box; }

.hsn-wi-langgate {
	margin: 0;
	min-height: 100svh;
	background: #d8bcbc;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hsn-langgate {
	width: 100%;
	min-height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hsn-langgate-stage {
	position: relative;
	height: 100svh;
	width: min(100vw, calc(100svh * 9 / 16));
	container-type: inline-size;
	overflow: hidden;
	box-shadow: 0 0 60px rgba(0, 0, 0, .18);
}

.hsn-langgate-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hsn-langgate-ui {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.2cqw;
	padding: 0 8%;
	text-align: center;
}

.hsn-langgate-label {
	margin: 0;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 3.6cqw;
	letter-spacing: .08em;
	color: #5a3535;
	opacity: .85;
}

.hsn-langgate-btns {
	display: flex;
	gap: 3cqw;
	flex-wrap: wrap;
	justify-content: center;
}

.hsn-langgate-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22cqw;
	padding: 2.4cqw 7cqw;
	border-radius: 999px;
	font-size: 4.2cqw;
	text-decoration: none;
	color: #5a3535;
	background: rgba(255, 246, 246, .82);
	border: 1px solid rgba(90, 53, 53, .16);
	box-shadow: 0 3px 16px rgba(80, 40, 40, .12);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition: transform .2s ease, box-shadow .2s ease;
	-webkit-tap-highlight-color: transparent;
}

.hsn-langgate-btn:first-child {
	font-family: 'Vazirmatn', Tahoma, sans-serif;
	letter-spacing: 0;
}

.hsn-langgate-btn:last-child {
	font-family: 'Cormorant Garamond', Georgia, serif;
	letter-spacing: .18em;
	font-weight: 600;
}

.hsn-langgate-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(80, 40, 40, .18);
}
