﻿html {
	font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

body {
	margin: 0;
	overflow: hidden
}

.qztrvpln {
	min-height: 100vh;
	display: flex
}

.trqzvpln {
	display: none;
	padding: 3rem;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	width: 50%;
	background: linear-gradient(to bottom right,#0f172a,#1e293b,#334155)
}

@media (min-width:1024px) {
	.trqzvpln {
		display: flex
	}
}

.qtrvplmz {
	position: relative;
	z-index: 10
}

.vpltrzqn {
	display: flex;
	align-items: center;
	gap: .25rem;
	margin-bottom: 4rem
}

.zvpltrqn {
	font-size: 2.25rem;
	font-weight: 700;
	color: #fff0;
	background-image: linear-gradient(to right, #a78bfa, #818cf8);
	-webkit-background-clip: text;
	background-clip: text;
}

.f8k2vmpq {
	font-size: 2.25rem;
	font-weight: 700;
	color: #e0e7ff
}

.cdrs23gj {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.5rem;
	line-height: 1.1
}

.hdgnnyt5 {
	font-size: 1.25rem;
	color: #e0e7ff;
	line-height: 1.75
}

.feature_list {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem
}

.feature_item {
	display: flex;
	gap: 1rem;
	align-items: flex-start
}

.icon_box {
	width: 3rem;
	height: 3rem;
	border-radius: .75rem;
	background: rgb(255 255 255 / .2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.feature_title {
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: .25rem
}

.feature_text {
	color: #e0e7ff
}

.stats_row {
	display: flex;
	gap: 2rem;
	color: rgb(255 255 255 / .8)
}

.stat_num {
	font-size: 1.875rem;
	font-weight: 700;
	color: #fff
}

.stat_label {
	font-size: .875rem;
	color: #e0e7ff
}

.right_panel {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bsdh0d3l {
	width: 100%;
	padding: 0 2rem;
}

.ggbnmw09 {
	font-size: 1.875rem;
	font-weight: 700;
	color: #0f172a;
	text-align: center
}
.input_box {
	width: 100%;
	padding: .75rem 1rem;
	border: 1px solid #cbd5e1;
	border-radius: .5rem;
	outline: none;
	box-sizing: border-box;
}

.input_box:focus {
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgb(124 58 237 / .3)
}

.btn_primary {
	width: 100%;
	padding: .75rem;
	margin-top: 1rem;
	border-radius: .5rem;
	background: linear-gradient(to right,#7c3aed,#4f46e5);
	color: #fff;
	font-weight: 600;
	border: none;
	cursor: pointer
}

.footer_text {
	margin-top: 2rem;
	text-align: center;
	font-size: .875rem;
	color: #475569
}
