:root { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1d2433; background: #fff; }
* { box-sizing: border-box; }
body { margin: 0; }
.page { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr); }
.brand-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 120px); color: #fff; background: radial-gradient(circle at 80% 15%, #7b4cff 0, transparent 27%), linear-gradient(145deg, #101946, #342070 58%, #1d1144); position: relative; overflow: hidden; }
.brand-panel::after { content: ""; position: absolute; right: -120px; bottom: -150px; width: 500px; height: 500px; border: 1px solid #ffffff21; border-radius: 50%; box-shadow: 0 0 0 55px #ffffff08, 0 0 0 110px #ffffff07; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px 15px 15px 4px; color: #fff; background: linear-gradient(145deg, #835cf0, #4e2db1); font-size: 20px; font-weight: 850; box-shadow: 0 6px 18px #6842d93d; }
.brand strong { font-size: 24px; letter-spacing: -.03em; }
.brand small { margin-top: 6px; color: #c9baff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { margin: 70px 0 16px; color: #bdaeff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-panel h1 { max-width: 680px; margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: 1.02; letter-spacing: -.06em; }
.brand-panel > p:not(.eyebrow) { max-width: 580px; margin: 25px 0 0; color: #d9d4ed; font-size: 16px; line-height: 1.65; }
.assurance { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.assurance span { padding: 9px 12px; border: 1px solid #ffffff21; border-radius: 999px; color: #e9e5f8; background: #ffffff0a; font-size: 11px; }
.card { align-self: center; width: min(390px, calc(100% - 48px)); margin: auto; padding: 36px; border: 1px solid #e3e7ee; border-radius: 18px; box-shadow: 0 24px 80px #1c223217; }
.secure { display: inline-block; padding: 6px 9px; border: 1px solid #dce7e2; border-radius: 999px; color: #256b58; background: #f2faf7; font-size: 10px; font-weight: 750; }
.card h2 { margin: 24px 0 7px; font-size: 26px; letter-spacing: -.04em; }
.card > p { margin: 0 0 25px; color: #687184; font-size: 13px; }
label { display: block; margin: 14px 0 7px; font-size: 11px; font-weight: 750; }
input { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #e3e7ee; border-radius: 10px; outline: 0; color: #1d2433; background: #fff; font: inherit; }
input:focus { border-color: #5c3ac7; box-shadow: 0 0 0 3px #6842d918; }
.error { margin-top: 13px; padding: 9px 10px; border-radius: 9px; color: #b83a4b; background: #ffedf0; font-size: 11px; }
button { width: 100%; height: 44px; margin-top: 20px; border: 0; border-radius: 10px; color: #fff; background: #5c3ac7; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
button:hover { background: #4729a6; }
.card > small { display: block; margin-top: 20px; color: #9299a8; text-align: center; font-size: 9px; }
@media (max-width: 820px) { .page { grid-template-columns: 1fr; } .brand-panel { min-height: 42vh; padding: 42px 30px; } .brand-panel h1 { font-size: 40px; } .eyebrow { margin-top: 42px; } .card { margin: 40px auto; } }
@media (max-width: 520px) { .brand-panel h1 { font-size: 34px; } .brand-panel > p:not(.eyebrow) { font-size: 13px; } .assurance { align-items: flex-start; flex-direction: column; } .card { padding: 26px 22px; } }
