.reg-page{display:grid;grid-template-columns:1.35fr 1fr;min-height:100vh;max-height:100vh;background:#fff}.reg-form-side{display:flex;flex-direction:column;justify-content:center;padding:1.75rem 3rem;overflow-y:auto}.reg-logo{display:block;height:28px;width:auto;margin:0 auto 1.5rem}.reg-form-wrap{width:100%;max-width:460px;margin:1.25rem auto}.reg-form-header{margin-bottom:1.5rem;text-align:center}.reg-headline{font-family:var(--font-display);font-size:2.6rem;font-weight:800;line-height:1.08;text-transform:uppercase;letter-spacing:-.02em;color:var(--color-dark);margin-bottom:.9rem}.reg-headline-accent{position:relative;display:inline-block;white-space:nowrap;padding:0 .12em}.reg-headline-accent:before{content:"";position:absolute;left:-.12em;right:-.12em;bottom:-.34em;height:.42em;background:url(/register/paint-stroke.png) no-repeat 50%;background-size:100% 100%}.reg-subhead{font-size:.95rem;color:var(--color-gray-600);line-height:1.45;margin:0 auto;max-width:90%}.reg-form-wrap .form-group{margin-bottom:14px}.reg-form-wrap .auth-form label{margin-bottom:4px}.reg-form-wrap .form-control{padding:12px 14px}.reg-form-wrap .auth-btn{padding:13px}.reg-form-wrap .auth-divider{margin:16px 0}.reg-form-wrap .auth-form-footer{margin-top:14px}.reg-visual{position:relative;overflow:hidden;background:#1a1a1a}.reg-visual-img{object-fit:cover;object-position:center 25%}.reg-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.1) 38%,transparent 60%);pointer-events:none;z-index:1}.reg-testimonial{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:2;background:rgba(255,255,255,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:14px 16px}.reg-testimonial-text{font-size:.8125rem;color:rgba(255,255,255,.95);line-height:1.45;font-style:italic;margin-bottom:10px}.reg-testimonial-author{display:flex;align-items:center;gap:12px}.reg-testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.reg-testimonial-logo{margin-left:auto;height:40px;width:auto;max-width:96px;object-fit:contain;flex-shrink:0}.reg-testimonial-name{font-weight:600;font-size:.875rem;color:#fff}.reg-testimonial-role{font-size:.8125rem;color:rgba(255,255,255,.7)}@media (max-width:1100px){.reg-page{grid-template-columns:1fr;max-height:none}.reg-visual{display:none}}@media (max-width:640px){.reg-form-side{padding:1.5rem}.reg-form-wrap{margin:1rem auto}.reg-headline{font-size:1.7rem}.reg-form-wrap .form-row{grid-template-columns:1fr}}