*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#1b1b1b}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.app-header{background:#1e365a;padding:2rem;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.2)}.app-header h1{font-family:Bebas Neue,sans-serif;font-size:2.5rem;color:#fff;margin-bottom:.5rem;letter-spacing:1px}.app-header p{font-size:1.1rem;color:#f6fbfc}.app-main{flex:1 1;padding:2rem;max-width:1200px;width:100%;margin:0 auto;background:#f6fbfc}.app-footer{background:#1e365a;padding:1.5rem;text-align:center;color:#f6fbfc;margin-top:auto}.multi-step-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}.progress-bar{background:#f7fafc;padding:2rem;border-bottom:2px solid #e2e8f0;position:relative}.progress-steps{display:flex;justify-content:space-between;position:relative;z-index:2;margin-bottom:1rem}.progress-step{flex-direction:column;cursor:pointer;flex:1 1}.progress-step,.step-number{display:flex;align-items:center;transition:all .3s ease}.step-number{width:50px;height:50px;border-radius:50%;background:#e2e8f0;color:#718096;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.progress-step.active .step-number{background:#3892a8;color:#fff;transform:scale(1.1)}.progress-step.completed .step-number{background:#1e365a;color:#fff}.step-label{font-size:.75rem;color:#4a5568;text-align:center;max-width:120px}.progress-line{position:absolute;top:2rem;left:2rem;right:2rem;height:4px;background:#e2e8f0;z-index:1;margin-top:23px}.progress-line-fill{height:100%;background:#3892a8;transition:width .3s ease}.form-container{padding:2rem}.step-content,.step-header{margin-bottom:2rem}.step-header{padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.step-header h2{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:2.25rem;margin-bottom:.5rem;letter-spacing:1px}.step-description{color:#718096;font-size:1rem}.form-section{margin-bottom:2.5rem}.form-section h3{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.75rem;margin-bottom:.5rem;letter-spacing:.5px}.section-description{color:#718096;margin-bottom:1.5rem}.section-fields{gap:1.5rem}.form-field,.section-fields{display:flex;flex-direction:column}.form-field label{font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.required{color:#e53e3e;margin-left:.25rem}.field-description{font-size:.85rem;color:#718096;margin-bottom:.5rem;font-style:italic}.form-field input,.form-field select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3892a8;box-shadow:0 0 0 3px rgba(56,146,168,.1)}.form-field input:invalid:not(:placeholder-shown){border-color:#e53e3e}.array-field{border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;background:#f7fafc}.array-header label{font-weight:600;color:#2d3748;font-size:1.1rem}.array-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:1rem 0}.array-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.array-item-header h4{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.25rem;letter-spacing:.5px}.array-item-fields{display:flex;flex-direction:column;gap:1rem}.add-button{background:#48bb78;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.add-button:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 4px 12px rgba(72,187,120,.4)}.remove-button{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.remove-button:hover{background:#c53030;transform:translateY(-2px);box-shadow:0 4px 12px rgba(229,62,62,.4)}.form-actions{display:flex;justify-content:space-between;padding-top:2rem;border-top:2px solid #e2e8f0;gap:1rem}.button{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.button-primary{background:#1e365a;color:#fff}.button-primary:hover{background:#3892a8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(56,146,168,.4)}.button-secondary{background:#e2e8f0;color:#2d3748}.button-secondary:hover{background:#cbd5e0;transform:translateY(-2px)}.preview-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:2rem}.preview-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.preview-header h2{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:2.25rem;margin-bottom:.5rem;letter-spacing:1px}.preview-header p{color:#718096}.preview-content,.preview-step{margin-bottom:2rem}.preview-step-title{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #d38922;letter-spacing:1px}.preview-section{margin-bottom:2rem;background:#f7fafc;border-radius:8px;padding:1.5rem}.preview-section-title{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.5rem;margin-bottom:1rem;letter-spacing:.5px}.preview-fields{display:flex;flex-direction:column;gap:1rem}.preview-field{display:grid;grid-template-columns:250px 1fr;grid-gap:1rem;gap:1rem;padding:.75rem;background:#fff;border-radius:6px}.preview-field-label{font-weight:600;color:#4a5568}.preview-field-value{color:#2d3748}.array-preview{display:flex;flex-direction:column;gap:.75rem}.array-item-preview{background:#f7fafc;padding:.75rem;border-radius:6px;border-left:3px solid #3892a8}.nested-object{margin-top:.5rem;padding-left:1rem}.nested-field{margin-bottom:.5rem}.nested-key{font-weight:600;color:#4a5568;margin-right:.5rem}.nested-value{color:#2d3748}.preview-actions{display:flex;justify-content:space-between;padding-top:2rem;border-top:2px solid #e2e8f0;gap:1rem}.submission-success{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:4rem 2rem;text-align:center}.success-icon{width:100px;height:100px;background:#48bb78;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;margin:0 auto 2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.submission-success h2{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:2.25rem;margin-bottom:1rem;letter-spacing:1px}.submission-success p{color:#718096;font-size:1.1rem;margin-bottom:2rem}.success-actions{display:flex;justify-content:center}.accent-bar{height:4px;background:#d38922;width:100%;margin:1rem 0}.step-header:after{content:"";display:block;width:60px;height:4px;background:#d38922;margin-top:1rem}.landing-container{min-height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;background:linear-gradient(135deg,#1e365a,#3892a8)}.hero-section{max-width:900px;text-align:center;margin-bottom:4rem}.hero-title{font-family:Bebas Neue,sans-serif;font-size:4rem;color:#fff;margin-bottom:1rem;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.accent-bar-hero{width:120px;height:6px;background:#d38922;margin:0 auto 3rem}.hero-content{color:#f6fbfc;line-height:1.8}.hero-intro{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#fff}.hero-description{font-size:1.1rem;margin-bottom:2rem;line-height:1.9}.hero-benefits{font-size:1.25rem;font-weight:600;color:#d38922;margin-top:2rem}.cta-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.3);max-width:600px;width:100%;text-align:center}.beta-badge{background:#d38922;color:#fff;font-weight:600;padding:.5rem 1.5rem;border-radius:25px;display:inline-block;margin-bottom:2rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.email-form{width:100%}.form-group{display:flex;flex-direction:column;gap:1rem}.form-group label{font-family:Bebas Neue,sans-serif;font-size:1.75rem;color:#1e365a;letter-spacing:1px;text-align:center}.input-row{display:flex;gap:.5rem;flex-wrap:wrap}.email-input{flex:1 1;min-width:250px;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.email-input:focus{outline:none;border-color:#3892a8;box-shadow:0 0 0 3px rgba(56,146,168,.1)}.email-input:disabled{background:#f7fafc;cursor:not-allowed}.submit-button{padding:1rem 2rem;background:#1e365a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-button:hover:not(:disabled){background:#3892a8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(56,146,168,.4)}.submit-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.status-message{padding:1rem;border-radius:8px;text-align:center;font-weight:600;margin-top:1rem}.success-message{background:#c6f6d5;color:#22543d;border:2px solid #48bb78}.error-message{background:#fed7d7;color:#742a2a;border:2px solid #e53e3e}@media (max-width:768px){.app-header h1{font-size:1.8rem}.app-main{padding:1rem}.landing-container{padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-intro{font-size:1.25rem}.hero-description{font-size:1rem}.hero-benefits{font-size:1.1rem}.cta-section{padding:2rem 1.5rem}.input-row{flex-direction:column}.email-input{min-width:100%}.submit-button{width:100%}.progress-steps{flex-wrap:wrap}.step-label{font-size:.65rem;max-width:80px}.step-number{width:40px;height:40px;font-size:1rem}.form-container{padding:1rem}.preview-field{grid-template-columns:1fr;gap:.5rem}.form-actions,.preview-actions{flex-direction:column}.button{width:100%}}