@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh;font-family:Poppins,sans-serif}.form-container{flex-direction:column;min-height:100vh;display:flex}.timeline-container{background:0 0;padding:2rem;position:relative}.timeline-logo{position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.timeline-logo a{display:block}.timeline-logo img{width:auto;height:90px}.back-button{color:#e83b69;z-index:1000;background:#fff;border:2px solid #e83b69;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:absolute;top:20px;right:20px}.back-button:hover{color:#fff;background:#e83b69;transform:translateY(-2px)}.back-button-label-short{display:none}.timeline{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;display:flex;position:relative}.timeline:before{content:"";z-index:-1;background:#e9ecef;height:3px;position:absolute;top:20px;left:0;right:0}.timeline-progress{z-index:-1;background:#e83b69;height:3px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:20px;left:0}.timeline-step{cursor:pointer;background:0 0;flex-direction:column;align-items:center;padding:0 10px;transition:all .3s;display:flex}.timeline-step:hover .step-circle{transform:scale(1.1)}.step-circle{color:#adb5bd;background:#f8f9fa;border:3px solid #e9ecef;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative}.timeline-step.active .step-circle{color:#fff;background:#e83b69;border-color:#e83b69;transform:scale(1.15)}.timeline-step.completed .step-circle{color:#fff;background:#e83b69;border-color:#e83b69}.step-label{color:#adb5bd;text-align:center;margin-top:8px;font-size:.75rem;font-weight:500;transition:all .3s}.timeline-step.active .step-label{color:#e83b69;font-weight:600}.timeline-step.completed .step-label{color:#495057}.content-area{flex:1;padding:2rem}.form-step{max-width:800px;margin:0 auto;animation:.5s fadeIn;display:none}.form-step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.input-group{margin-bottom:1.5rem}.input-label{color:#495057;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-field{background:#fff;border:2px solid #dee2e6;border-radius:12px;width:100%;padding:.875rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;transition:all .3s}.input-field:focus{border-color:#e83b69;outline:none}.input-field:hover{border-color:#e83b69}.radio-group{gap:1.5rem;margin-top:.5rem;display:flex}.radio-label{cursor:pointer;color:#495057;align-items:center;font-weight:500;display:flex}.radio-label input[type=radio]{accent-color:#e83b69;cursor:pointer;width:20px;height:20px;margin-right:.5rem}.checkbox-label{cursor:pointer;color:#495057;align-items:start;font-size:.9rem;line-height:1.6;display:flex}.checkbox-label input[type=checkbox]{accent-color:#e83b69;cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:.25rem;margin-right:.75rem}.btn{cursor:pointer;border:none;border-radius:12px;padding:.875rem 2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{color:#fff;letter-spacing:.3px;background:#e83b69;font-weight:600}.btn-primary:hover{background:#d63461;transform:translateY(-2px);box-shadow:0 4px 12px #e83b694d}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:#495057;background:#fff;border:2px solid #dee2e6;font-weight:500}.btn-secondary:hover{color:#e83b69;border-color:#e83b69;transform:translateY(-2px);box-shadow:0 4px 12px #e83b6926}.btn-navigation{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.card{overflow-wrap:break-word;word-wrap:break-word;background:#fff;border-radius:20px;padding:2.5rem;transition:opacity .3s;box-shadow:0 8px 30px #0000001f}.card-header{text-align:center;margin-bottom:2.5rem}.logo{max-width:180px;margin:0 auto 1.5rem;display:block}.card-title{color:#212529;margin-bottom:.75rem;font-size:2rem;font-weight:700}.card-subtitle{color:#6c757d;font-size:1.05rem;font-weight:400;line-height:1.6}.info-box{color:#495057;background:linear-gradient(135deg,#fff5fb,#ffe9f5);border-left:4px solid #e83b69;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;font-size:.9rem;line-height:1.7}.summary-section{border-bottom:2px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1.5rem}.summary-section:last-child{border-bottom:none}.summary-title{color:#e83b69;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.summary-item{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.5rem;display:flex}.summary-label{color:#6c757d;flex-shrink:0;min-width:180px;font-weight:500}.summary-value{color:#212529;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;flex:1;min-width:0}.error-message{color:#dc3545;margin-top:.5rem;font-size:.85rem;display:none}.error-message.visible{display:block}.input-field.error{border-color:#dc3545}.input-field.error:focus{box-shadow:0 0 0 4px #dc35451a}.checkbox-label.error{color:#dc3545}.checkbox-label.error input[type=checkbox]{accent-color:#dc3545}a{color:#e83b69;font-weight:500;text-decoration:none}a:hover{text-decoration:underline}.footer{text-align:center;background:0 0;max-width:800px;margin:0 auto;padding:1.5rem 2rem}.footer-content{color:#6c757d;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.8rem;display:flex}.footer-content a{color:#6c757d;font-weight:500;text-decoration:none;transition:color .3s}.footer-content a:hover{color:#e83b69;text-decoration:none}.footer-separator{color:#adb5bd}.grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){body{background:#fff}.form-container{min-height:100vh}.timeline-container{padding:4.75rem 1rem 1.25rem;position:relative}.timeline-logo{text-align:left;margin-bottom:0;position:absolute;top:1rem;left:1rem;transform:none}.timeline-logo img{height:44px}.back-button{border-width:1.5px;border-radius:10px;gap:.35rem;padding:.55rem .9rem;font-size:.8rem;top:1rem;right:1rem}.back-button svg{width:14px;height:14px}.back-button-label{display:none}.back-button-label-short{display:inline}.timeline{max-width:100%;padding:0 .25rem}.timeline:before{height:2px;top:16px;left:0;right:0}.timeline-progress{height:2px;top:16px}.timeline-step{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:0;display:flex}.step-circle{border-width:2px;width:32px;height:32px;font-size:.8rem}.timeline-step.active .step-circle{transform:scale(1.1)}.step-label{margin-top:.4rem;font-size:.62rem;font-weight:600;line-height:1.2}.content-area{padding:.5rem .75rem 1.5rem}.form-step{max-width:100%}.card{border-radius:16px;padding:1.5rem 1.25rem;box-shadow:0 4px 18px #0000000f}.card-header{margin-bottom:1.5rem}.card-title{margin-bottom:.5rem;font-size:1.55rem;line-height:1.25}.card-subtitle{font-size:.95rem;line-height:1.5}.info-box{border-radius:10px;margin-bottom:1.25rem;padding:1rem;font-size:.9rem;line-height:1.6}.grid-2{grid-template-columns:1fr;gap:0}.input-group{margin-bottom:1.15rem}.input-label{margin-bottom:.4rem;font-size:.95rem;font-weight:600}.input-field{border-width:1.5px;border-radius:10px;padding:.95rem 1rem;font-size:1rem}.radio-group{flex-direction:column;gap:.75rem;margin-top:.25rem}.radio-label{border:1.5px solid #dee2e6;border-radius:10px;width:100%;padding:.85rem 1rem;font-size:1rem}.radio-label input[type=radio]{width:22px;height:22px}.checkbox-label{padding:.15rem 0;font-size:.92rem;line-height:1.55}.checkbox-label input[type=checkbox]{width:22px;height:22px;margin-top:.1rem;margin-right:.7rem}.error-message{margin-top:.4rem;font-size:.82rem}.btn{border-radius:10px;padding:.95rem 1.5rem;font-size:1rem}.btn-navigation{flex-direction:column-reverse;gap:.65rem;margin-top:1.5rem}.btn-navigation>button,.btn-navigation>div{width:100%}.btn-navigation>div:empty{display:none}.summary-section{margin-bottom:1.15rem;padding-bottom:1.15rem}.summary-title{margin-bottom:.75rem;font-size:1.02rem}.summary-item{flex-direction:column;gap:.15rem;margin-bottom:.75rem}.summary-label{text-transform:uppercase;letter-spacing:.3px;color:#adb5bd;min-width:auto;font-size:.8rem;font-weight:600}.summary-value{color:#212529;padding-left:0;font-size:.98rem}.footer{padding:1rem}.footer-content{flex-flow:wrap;gap:.4rem;font-size:.72rem}.footer-content span:first-child{width:100%;margin-bottom:.25rem}.footer-separator:first-of-type{display:none}}@media (max-width:380px){.timeline-container{padding:4.25rem .75rem 1rem}.timeline-logo img{height:38px}.back-button{padding:.5rem .75rem;font-size:.72rem}.back-button svg{width:12px;height:12px}.step-circle{width:28px;height:28px;font-size:.72rem}.step-label{font-size:.55rem}.card{padding:1.25rem 1rem}.card-title{font-size:1.35rem}.card-subtitle{font-size:.88rem}.content-area{padding:.5rem .5rem 1.25rem}}
