*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e9ff2,#4fc3f7);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.logo-text{color:#334155;font-size:18px;font-weight:600}.container{max-width:1000px;margin:0 auto;padding:2rem;flex:1}.progress-section{margin-bottom:3rem}.progress-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;position:relative}.progress-line{position:absolute;top:20px;left:20px;right:20px;height:3px;background:#e2e8f0;border-radius:2px;z-index:1}.progress-fill{height:100%;background:linear-gradient(90deg,#1e9ff2,#4fc3f7);border-radius:2px;width:0%;transition:width .6s ease}.step{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;background:transparent;border:none}.step:disabled{cursor:not-allowed;opacity:.7}.step-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;transition:all .3s ease;border:3px solid #e2e8f0;background:#fff;color:#64748b}.step.active .step-circle{border-color:#1e9ff2;box-shadow:0 0 0 4px #1e9ff233}.step.considered .step-circle{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff}.step.completed .step-circle{background:#10b981;border-color:#10b981;color:#fff}.step-label{font-size:12px;font-weight:500;color:#64748b;text-align:center;max-width:100px}.step.active .step-label{color:#1e9ff2;font-weight:600}.main-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 25px #00000014;margin-bottom:2rem}.welcome-section{text-align:center;margin-bottom:2.5rem}.welcome-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.welcome-subtitle{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.steps-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.step-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e9ff2,#4fc3f7);opacity:0;transition:opacity .3s ease}.step-card:hover{border-color:#1e9ff2;transform:translateY(-2px);box-shadow:0 8px 25px #1e9ff226}.step-card:hover:before{opacity:1}.step-card-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.step-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#1e9ff2,#4fc3f7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600}.step-card-title{font-size:1.1rem;font-weight:600;color:#1e293b}.step-card-description{color:#64748b;line-height:1.5;font-size:.95rem}.action-section{text-align:-webkit-center}.btn-primary{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;border:none;padding:16px 48px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1e9ff24d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e9ff266}.time-estimate{display:inline-flex;align-items:center;gap:8px;background:#e0f2fe;color:#0277bd;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;margin-top:1rem;cursor:pointer;border:none;transition:background .3s ease}@media (max-width: 768px){.container{padding:1rem}.main-content{padding:2rem 1.5rem}.welcome-title{font-size:2rem}.progress-bar{padding:0 10px}.step-label{font-size:10px;max-width:80px}.steps-overview{grid-template-columns:1fr}}.feature-highlight{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;padding:1.5rem;border-radius:12px;margin:2rem 0;text-align:center}.feature-highlight h3{margin-bottom:.5rem;font-size:1.2rem}.feature-highlight p{opacity:.9;line-height:1.5}.logo-image{height:50px;width:auto}.header-actions{display:flex;align-items:center;gap:1.5rem}.support-link{display:flex;align-items:center;gap:6px;color:#64748b;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.support-link:hover{color:#1e9ff2}.help-button{background:#f1f5f9;color:#64748b;border:none;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px}.help-button:hover{background:#1e9ff2;color:#fff}.trial-badge{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.section-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;text-align:center}.section-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:2rem;text-align:center}.info-highlight{background:#e0f2fe;border-left:4px solid #1e9ff2;padding:1rem;border-radius:8px;margin-bottom:2rem}.info-highlight h4{color:#1e293b;margin-bottom:.5rem;font-size:1rem}.info-highlight p{color:#475569;font-size:.9rem;line-height:1.4}.form-container{height:100%}.form-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.form-subtitle{color:#64748b;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.9rem}.form-input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-input:focus{outline:none;border-color:#1e9ff2;box-shadow:0 0 0 3px #1e9ff21a}.form-input::placeholder{color:#9ca3af}.required{color:#ef4444}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.btn-secondary{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.btn-primary{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1e9ff24d;display:flex;align-items:center;gap:8px}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1e9ff266}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 15px #1e9ff233}.security-note{background:#f0fdf4;border:1px solid #bbf7d0;padding:1rem;border-radius:8px;margin-top:1rem;display:flex;align-items:start;gap:10px}.security-note .icon{color:#16a34a;font-size:1.2rem}.security-note-content p{color:#166534;font-size:.9rem;line-height:1.4}.ng-dirty.ng-invalid,.ng-submitted .ng-invalid{border-color:#ef4444}.ng-valid{border-color:#10b981}.celebration-animation{position:absolute;top:-50px;left:50%;transform:translate(-50%);font-size:3rem;animation:celebration 2s ease-out infinite}@keyframes celebration{0%,to{transform:translate(-50%) translateY(0) rotate(0);opacity:.7}25%{transform:translate(-60%) translateY(-10px) rotate(-5deg);opacity:1}75%{transform:translate(-40%) translateY(-10px) rotate(5deg);opacity:1}}.completion-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;text-align:center;width:100%;position:relative;overflow:hidden}.completion-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#1e9ff2,#4fc3f7,#10b981,#f59e0b)}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;animation:checkmarkPop .6s ease-out;box-shadow:0 8px 25px #10b9814d}@keyframes checkmarkPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.completion-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.completion-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:2rem;line-height:1.5}.next-steps{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.next-steps-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.next-steps-list{list-style:none}.next-steps-item{display:flex;align-items:flex-start;gap:12px;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.next-steps-item:last-child{border-bottom:none}.step-number{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0;margin-top:2px}.step-content{flex:1}.step-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.step-description{color:#64748b;font-size:.9rem;line-height:1.4}.email-highlight{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;padding:1.5rem;border-radius:12px;margin:2rem 0}.email-highlight h3{margin-bottom:.5rem;font-size:1.1rem}.email-highlight p{opacity:.95;line-height:1.5}.email-address{background:#fff3;padding:8px 12px;border-radius:6px;font-weight:600;margin-top:.5rem;display:inline-block}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1e9ff24d;display:flex;align-items:center;gap:8px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e9ff266}.btn-secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0;padding:14px 28px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-secondary:hover{background:#f8fafc;border-color:#1e9ff2;color:#1e9ff2;transform:translateY(-1px)}.support-section{background:#f0fdf4;border:2px solid #bbf7d0;border-radius:12px;padding:1.5rem;margin-top:2rem;text-align:left}.support-title{color:#166534;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:8px}.support-description{color:#15803d;font-size:.9rem;line-height:1.5}.warning-section{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;padding:1.5rem;margin-top:2rem;text-align:left}.warning-title{color:#92400e;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:8px}.warning-description{color:#a16207;font-size:.9rem;line-height:1.5}.notice-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;text-align:center;width:100%;position:relative;overflow:hidden}.notice-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#f59e0b,#1e9ff2,#4fc3f7)}.notice-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;animation:pulseGlow 2s ease-in-out infinite;box-shadow:0 8px 25px #f59e0b4d}@keyframes pulseGlow{0%,to{transform:scale(1);box-shadow:0 8px 25px #f59e0b4d}50%{transform:scale(1.05);box-shadow:0 12px 35px #f59e0b80}}.notice-title{font-size:2.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.notice-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.status-info{background:#e0f2fe;border:2px solid #0891b2;border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:left}.status-title{color:#0c4a6e;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:8px;font-size:1.1rem}.status-description{color:#075985;line-height:1.5}.status-timestamp{background:#0891b21a;color:#0c4a6e;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;margin-top:1rem;display:inline-block}.options-section{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.options-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:8px}.option-item{display:flex;align-items:flex-start;gap:12px;padding:1rem 0;border-bottom:1px solid #f1f5f9}.option-item:last-child{border-bottom:none}.option-icon{background:linear-gradient(135deg,#1e9ff2,#4fc3f7);color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;margin-top:2px}.option-content{flex:1}.option-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.option-description{color:#64748b;font-size:.9rem;line-height:1.4;margin-bottom:.75rem}.option-button{background:transparent;color:#1e9ff2;border:2px solid #1e9ff2;padding:6px 16px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.option-button:hover{background:#1e9ff2;color:#fff}.option-button.danger{color:#dc2626;border-color:#dc2626}.option-button.danger:hover{background:#dc2626;color:#fff}
