.page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Helvetica Neue,Arial,sans-serif}.bg-video{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-1;pointer-events:none}.card{position:relative;z-index:1;background:#F4EFE3;border:1.5px solid #111;box-shadow:6px 6px 0 #111;padding:48px 40px;max-width:420px;width:100%}.card-signup{max-width:560px;padding:56px;text-align:left}.center{text-align:center}.brand{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.dot{width:8px;height:8px;background:#111;border-radius:50%;display:inline-block}.title{font-size:28px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin:0 0 12px;color:#111}.subtitle{font-size:14px;color:#444;margin:0 0 32px;line-height:1.5}.btn{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.btn-primary{background:#111;color:#F4EFE3!important;border:1.5px solid #111;border-radius:0;padding:14px;transition:transform .1s ease,box-shadow .1s ease}.btn-primary:hover{transform:translate(-2px,-2px);box-shadow:2px 2px 0 #111}.card-signup .btn-primary{width:100%;margin-top:12px}.stepper{display:flex;gap:8px;margin-bottom:10px}.step{height:4px;width:40px;background:#ddd8c8;border:1px solid #111}.step.active{background:#111}.step-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#444;margin-bottom:32px}.field{display:flex;flex-direction:column;margin-bottom:22px}.field label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;color:#111}.field input{font-family:inherit;font-size:15px;padding:13px 14px;border:1.5px solid #111;border-radius:0;background:#fff;color:#111}.field input:focus{outline:none;box-shadow:3px 3px 0 #111}.field input.invalid{border-color:#c0392b}.row{display:flex;gap:20px}.row .field{flex:1}.err{color:#c0392b}.err,.hint{font-size:12px;margin-top:6px}.hint{color:#666}.check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#333;line-height:1.5;cursor:pointer}.check input{margin-top:3px;accent-color:#111}.foot-note{margin-top:24px;font-size:14px;text-align:center;color:#333}.foot-note a{color:#111;font-weight:700;text-decoration:underline}.card-profile{font-size:15px}.card-profile .field label,.card-profile .step-label{font-size:13px}.card-profile .field input,.card-profile .field select,.card-profile .field textarea{font-size:16px;padding:14px 16px}.card-profile .field textarea{line-height:1.5}.card-profile .hint{font-size:13px}.card-profile .check{font-size:14px}.page-plain{background:#F4EFE3}