.wizard-container{max-width:700px;width:100%}.card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.1)}.logo{text-align:center;margin-bottom:1.5rem}.logo-text{font-size:2rem;font-weight:700}.logo-text span{color:#2563eb}.register-page h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.subtitle{color:#666}.steps,.subtitle{margin-bottom:2rem}.steps{display:flex;justify-content:center;gap:.5rem}.step-dot{width:40px;height:6px;border-radius:3px;background:#e5e7eb;transition:background .3s}.step-dot.active{background:#2563eb}.step-dot.done{background:#10b981}.form-group{margin-bottom:1.25rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a;font-size:.875rem}.form-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:border-color .3s}.form-input:focus{outline:none;border-color:#2563eb}.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.btn{padding:.875rem 2rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:#334155}.btn-secondary:hover{background:#e2e8f0}.plan-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.plan-card{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;text-align:center;position:relative}.plan-card:hover{border-color:#93c5fd}.plan-card.selected{border-color:#2563eb;background:#eff6ff}.plan-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#2563eb;color:#fff;padding:.15rem .75rem;border-radius:99px;font-size:.7rem;font-weight:600;white-space:nowrap}.plan-name{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.plan-price{font-size:1.5rem;font-weight:700;color:#2563eb}.plan-price-suffix{font-size:.8rem;color:#666;font-weight:400}.plan-features{list-style:none;padding:0;margin-top:.75rem;text-align:left}.plan-features li{padding:.25rem 0;font-size:.8rem;color:#555}.plan-features li:before{content:"\2713\0020";color:#10b981;font-weight:700}.checkbox-group{display:flex;align-items:start;gap:.75rem;margin-bottom:1.25rem}.checkbox{width:20px;height:20px;cursor:pointer;flex-shrink:0;margin-top:2px}.checkbox-label{font-size:.85rem;color:#666;line-height:1.5}.checkbox-label a{color:#2563eb;text-decoration:none}.slug-status{font-size:.75rem;margin-top:.25rem}.slug-ok{color:#10b981}.slug-taken{color:#ef4444}.slug-checking{color:#666}.footer-link{text-align:center;margin-top:1.25rem;color:#666;font-size:.875rem}.footer-link a{color:#2563eb;font-weight:600;text-decoration:none}.btn-row{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem}