@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1d1d1f;min-height:100vh}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.container{max-width:680px;width:100%}.progress-bar{display:flex;gap:6px;margin-bottom:48px;padding:0 8px}.progress-step{flex:1;height:3px;background:#e5e5e7;border-radius:2px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.progress-step.completed{background:#0071e3}.progress-step.active{background:linear-gradient(90deg,#0071e3,#0071e3 50%,#e5e5e7 50%,#e5e5e7);background-size:200% 100%;animation:progressFill 1s cubic-bezier(.4,0,.2,1) forwards}@keyframes progressFill{0%{background-position:100% 0}to{background-position:0 0}}.header{text-align:center;margin-bottom:40px}.step-number{font-size:13px;font-weight:600;color:#86868b;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.header h1{font-size:40px;font-weight:700;letter-spacing:-.5px;color:#1d1d1f;margin-bottom:12px;line-height:1.1}.header p{font-size:17px;font-weight:400;color:#86868b;line-height:1.5;max-width:540px;margin:0 auto}.step-header{text-align:center;margin-bottom:40px}.step-header h2{font-size:40px;font-weight:700;letter-spacing:-.5px;color:#1d1d1f;margin-bottom:12px;line-height:1.1}.step-header p{font-size:17px;font-weight:400;color:#86868b;line-height:1.5;max-width:540px;margin:0 auto}.hint-box{background:linear-gradient(135deg,#f5f5f7,#fafafa);border:1px solid #e5e5e7;border-radius:16px;padding:20px 24px;margin-bottom:32px;display:flex;align-items:flex-start;gap:12px}.hint-icon{width:24px;height:24px;background:linear-gradient(135deg,#0071e3,#0077ed);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.hint-icon svg{width:14px;height:14px;fill:#fff}.hint-text{flex:1}.hint-text strong{font-weight:600;color:#1d1d1f;display:block;margin-bottom:4px}.hint-text p{font-size:14px;color:#6e6e73;line-height:1.5}.hint{background:linear-gradient(135deg,#f5f5f7,#fafafa);border:1px solid #e5e5e7;border-radius:16px;padding:20px 24px;margin-bottom:32px;color:#1d1d1f;font-size:14px;line-height:1.6}.hint strong{font-weight:600;display:block;margin-bottom:4px}.options{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.option-card{background:#fff;border:2px solid #e5e5e7;border-radius:16px;padding:24px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.option-card:hover{border-color:#0071e3;transform:translateY(-2px);box-shadow:0 8px 24px #0071e31f}.option-card.selected{border-color:#0071e3;background:linear-gradient(135deg,#f0f7ff,#fff);box-shadow:0 8px 24px #0071e326}.option-card.selected:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0071e3,#0077ed)}.option-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.option-radio{width:20px;height:20px;border:2px solid #d2d2d7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.option-card:hover .option-radio{border-color:#0071e3}.option-card.selected .option-radio{border-color:#0071e3;background:#0071e3}.option-radio:after{content:"";width:8px;height:8px;background:#fff;border-radius:50%;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.option-card.selected .option-radio:after{opacity:1;transform:scale(1)}.option-title{font-size:17px;font-weight:600;color:#1d1d1f;flex:1}.option-description{font-size:14px;color:#6e6e73;line-height:1.5;margin-left:32px}.option-content{max-height:0;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);opacity:0}.option-card.selected .option-content{max-height:400px;opacity:1;margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e7}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:13px;font-weight:600;color:#1d1d1f;margin-bottom:8px;letter-spacing:.2px}.form-group select,.form-group input[type=text],.form-group input[type=email]{width:100%;padding:12px 16px;font-size:15px;font-family:inherit;color:#1d1d1f;background:#fff;border:1.5px solid #d2d2d7;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236e6e73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-group select:focus,.form-group input[type=text]:focus,.form-group input[type=email]:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 4px #0071e31a}.form-group small,.form-hint{display:block;font-size:12px;color:#86868b;margin-top:6px;line-height:1.4}.button-group{display:flex;gap:12px;margin-top:40px}.button,.btn{flex:1;padding:14px 24px;font-size:15px;font-weight:600;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.button-primary,.btn-primary{background:linear-gradient(135deg,#0071e3,#0077ed);color:#fff;box-shadow:0 4px 16px #0071e340}.button-primary:hover:not(:disabled),.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0071e359}.button-primary:active:not(:disabled),.btn-primary:active:not(:disabled){transform:translateY(0)}.button-primary:disabled,.btn-primary:disabled{background:#e5e5e7;color:#86868b;box-shadow:none;cursor:not-allowed;transform:none}.button-secondary,.btn-secondary{background:#f5f5f7;color:#1d1d1f}.button-secondary:hover:not(:disabled),.btn-secondary:hover:not(:disabled){background:#e5e5e7}.button-skip{background:transparent;color:#0071e3;border:1.5px solid #0071e3}.button-skip:hover:not(:disabled){background:#0071e30d}.button:not(.button-group .button){width:100%}.loading{text-align:center;padding:80px 20px;color:#86868b;font-size:17px;font-weight:500}.loading:after{content:"";display:block;margin:24px auto 0;width:32px;height:32px;border:3px solid #f5f5f7;border-top-color:#0071e3;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{background:#fff5f5;border:1px solid #feb2b2;color:#c53030;padding:16px 20px;border-radius:12px;margin-bottom:24px;font-size:14px;line-height:1.6}.video-container{margin:40px 0;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease}.video-container:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000001f}.video-container iframe{width:100%;height:480px;border:none;display:block}.video-description{text-align:center;margin-top:24px;padding:20px 24px;background:#f5f5f7;border-radius:12px;color:#1d1d1f;font-size:15px;line-height:1.6}.video-description strong{color:#0071e3;font-weight:600}.info-box{background:#f5f5f7;border:1px solid #e5e5e7;border-radius:16px;padding:24px 28px;margin-bottom:24px}.info-box h3{font-size:17px;margin-bottom:16px;color:#1d1d1f;font-weight:600}.info-box-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #d2d2d7}.info-box-row:last-child{border-bottom:none;padding-bottom:0}.info-box-label{font-weight:500;color:#86868b;font-size:14px}.info-box-value{color:#1d1d1f;font-weight:600;font-size:14px;text-align:right}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:8px;font-size:12px;font-weight:600}.badge-success{background:#d1f4e0;color:#03662f}.badge-info{background:#d6eeff;color:#004c8a}.badge-warning{background:#fff3cd;color:#996500}.wizard-content{animation:fadeSlideIn .5s cubic-bezier(.4,0,.2,1)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){#root{padding:20px 16px}.container{max-width:100%}.header h1,.step-header h2{font-size:32px}.header p,.step-header p{font-size:15px}.progress-bar{gap:4px;margin-bottom:32px}.video-container iframe{height:240px}.button-group{flex-direction:column}.button,.btn{width:100%}.option-card{padding:20px}}*:focus-visible{outline:2px solid #0071e3;outline-offset:2px}
