*,*:before,*:after{box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;background:#f0f2f5;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased}.app{max-width:800px;margin:0 auto;padding:2rem 1rem}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 .25rem}.app-subtitle{color:#666;margin:0;font-size:.95rem}.progress-bar{display:flex;justify-content:space-between;margin-bottom:2rem;padding:0 .5rem}.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.progress-step:not(:last-child):after{content:"";position:absolute;top:16px;left:calc(50% + 16px);width:calc(100% - 32px);height:2px;background:#ddd}.progress-step.completed:not(:last-child):after{background:#4a6741}.step-circle{width:32px;height:32px;border-radius:50%;background:#e0e0e0;color:#888;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;z-index:1;transition:all .2s}.progress-step.active .step-circle{background:#4a6741;color:#fff}.progress-step.completed .step-circle{background:#4a6741;color:#fff;font-size:.9rem}.step-label{margin-top:.4rem;font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.progress-step.active .step-label{color:#4a6741;font-weight:600}.progress-step.completed .step-label{color:#4a6741}.form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a}.step-content h2{font-size:1.35rem;font-weight:600;margin:0 0 .25rem;color:#1a1a2e}.step-content h3{font-size:1rem;font-weight:600;margin:1.5rem 0 .75rem;color:#444;padding-bottom:.4rem;border-bottom:1px solid #eee}.step-desc{color:#666;margin:0 0 1.5rem;font-size:.9rem}.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.85rem;font-weight:500;color:#444;margin-bottom:.3rem}.required{color:#c0392b;margin-left:.2rem}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=date],.form-field select,.form-field textarea{width:100%;padding:.6rem .75rem;border:1px solid #d0d5dd;border-radius:8px;font-size:.9rem;font-family:inherit;color:#1a1a2e;background:#fff;transition:border-color .15s,box-shadow .15s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#4a6741;box-shadow:0 0 0 3px #4a67411f}.form-field textarea{resize:vertical;min-height:80px}.input-error{border-color:#c0392b!important}.error-msg{display:block;color:#c0392b;font-size:.78rem;margin-top:.25rem}.radio-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.radio-label{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:#333;cursor:pointer;padding:.35rem .6rem;border:1px solid #d0d5dd;border-radius:6px;transition:border-color .15s,background .15s}.radio-label:hover{border-color:#4a6741;background:#4a674108}.radio-label input[type=radio]{accent-color:#4a6741}.step-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.btn{padding:.65rem 1.75rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-back{background:#f0f2f5;color:#444}.btn-back:hover{background:#e4e6e9}.btn-next{background:#4a6741;color:#fff}.btn-next:hover{background:#3d5636}.confirm-header{text-align:center;margin-bottom:2rem}.confirm-icon{width:56px;height:56px;border-radius:50%;background:#4a6741;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem}.confirm-header h2{margin:0 0 .5rem}.confirm-header p{color:#666;font-size:.9rem;margin:0}.confirmation{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a}.summary-section{margin-bottom:1.5rem}.summary-section h3{font-size:.95rem;font-weight:600;color:#4a6741;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:1px solid #e8ede7}.summary-list{margin:0;padding:0}.summary-item{display:grid;grid-template-columns:180px 1fr;gap:.5rem;padding:.3rem 0;font-size:.88rem}.summary-item dt{color:#666;font-weight:500}.summary-item dd{margin:0;color:#1a1a2e}.confirm-actions{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}@media (max-width: 600px){.app{padding:1rem .75rem}.form-card{padding:1.25rem}.field-row{grid-template-columns:1fr}.progress-bar{gap:.25rem}.step-label{font-size:.6rem}.step-circle{width:28px;height:28px;font-size:.7rem}.summary-item{grid-template-columns:1fr}.summary-item dt{font-weight:600}}
