﻿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: #fff
}

.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;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #f8fafc;
    flex-direction: column
}

.mobile_logo {
    display: flex;
    gap: .25rem;
    margin-bottom: 2rem
}

.logo_grad {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(to right,#7c3aed,#4f46e5);
    -webkit-background-clip: text;
    color: #fff0
}

.logo_dark {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a
}

.form_header h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0f172a
}

.form_header p {
    color: #475569
}

.form_wrap {
    width: 100%;
    max-width: 28rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.input_group label {
    font-size: .875rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: .5rem;
    display: block
}

.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)
}

.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.checkbox {
    display: flex;
    gap: .5rem;
    font-size: .875rem;
    color: #334155
}

.link {
    color: #7c3aed;
    font-size: .875rem
}

.btn_primary {
    width: 100%;
    padding: .75rem;
    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
}
