.register-container{min-height:100svh;display:flex;justify-content:center;align-items:flex-start;padding:56px 16px 40px;background:linear-gradient(135deg,#4facfe,#00f2fe)}.register-box{background:#fff;padding:34px 28px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12);max-width:560px;width:100%;text-align:center;position:relative;margin-top:45px}@media (max-width:520px){.register-container{padding:42px 14px 28px}.register-box{padding:26px 18px;border-radius:12px}}.logo-container{text-align:center;margin-bottom:18px}.progress-bar{width:100%;height:6px;background:#e6e6e6;border-radius:999px;overflow:hidden;margin:10px 0 20px}.progress{height:100%;background:#3498db;transition:width .25s ease-in-out}.register-header{margin-bottom:18px}.register-box h2{font-size:26px;color:#222;margin:0 0 8px;line-height:1.2}.register-header p{font-size:14px;color:#666;margin:0}.step{text-align:left;margin-top:18px}.step h3{font-size:20px;color:#333;margin:0 0 10px;line-height:1.2}.step p{margin:0 0 14px;color:#666;line-height:1.4}.step p,label{font-size:14px}label{font-weight:700;margin:12px 0 6px;display:block;text-align:left;color:#333}input,select{width:100%;padding:12px;margin:0 0 12px;border:1px solid #d9d9d9;border-radius:8px;font-size:16px;background:#fff;color:#222;outline:none}input:focus,select:focus{border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.18)}.error{display:block;color:#e74c3c;font-size:13px;margin-top:-6px;margin-bottom:10px}.choice-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;margin-top:10px}@media (min-width:640px){.choice-grid{grid-template-columns:1fr 1fr;gap:12px}}.choice-card{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #e3e6ee;border-radius:10px;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease}.choice-card:hover{border-color:#3498db;box-shadow:0 6px 18px rgba(52,152,219,.12)}.choice-card:active{transform:translateY(1px)}.choice-card input{width:18px;height:18px;margin:2px 0 0;flex:0 0 auto}.choice-card span{display:block;color:#222;font-size:14px;line-height:1.35}.inline-check{display:flex!important;gap:10px!important;align-items:flex-start!important;margin-top:8px;padding:10px 12px;border:1px dashed #d7dbe6;border-radius:10px;background:rgba(0,0,0,.02)}.inline-check input{width:18px;height:18px;margin-top:2px}.inline-check span{font-size:13px;color:#444;line-height:1.35}.v-spacer{height:16px}.v-spacer.sm{height:10px}.button-group{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.back-btn,.next-btn{border:none;padding:12px 16px;font-size:16px;border-radius:10px;cursor:pointer;transition:transform .05s ease,background .15s ease,box-shadow .15s ease;min-width:140px}.back-btn{background:#f1f3f6;color:#333}.back-btn:hover{background:#e7ebf1}.next-btn{background:#3498db;color:#fff;margin-left:auto;box-shadow:0 10px 22px rgba(52,152,219,.18)}.next-btn:hover{background:#2980b9}.back-btn:active,.next-btn:active{transform:translateY(1px)}@media (max-width:520px){.button-group{flex-direction:column}.back-btn,.next-btn{width:100%;min-width:unset}.next-btn{margin-left:0}}.choice-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.choice-row .choice-card{flex:1 1 160px}@media (max-width:520px){.choice-row{gap:10px}.choice-row .choice-card{flex:1 1 100%}}