.form-container{width:100%;margin:0 auto;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px;background-color:#fff;min-width:500px;max-width:800px;display:flex;flex-direction:column;max-height:100vh}.form-content{padding:2rem;overflow-y:auto;max-height:calc(100vh - 150px)}.form-content h2{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.form-content p{font-size:1.2rem;color:#4a5568;line-height:1.6;margin-bottom:1.2rem}.form-content label{font-size:1.1rem;color:#4a5568}.progress-container{max-width:100%;margin:0 0 1rem;padding:0 2rem}.progress-header{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#666;font-size:.875rem}.progress-bar-container{height:.5rem;background-color:#e2e8f0;border-radius:.25rem;overflow:hidden}.progress-bar{height:100%;background-color:#91141e;border-radius:.25rem;transition:width .3s ease-in-out}.step-indicator{color:#666;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.question-container{padding:1rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:1rem}.back-button{background-color:#fff;color:#2c3e50;border:1px solid #e2e8f0;border-radius:8px}.back-button,.next-button,.submit-button{padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.next-button,.submit-button{background-color:#91141e;color:#fff;border:none;border-radius:8px}.back-button:hover{background-color:#f8f9fa}.back-button:hover,.next-button:hover,.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.next-button:hover,.submit-button:hover{background-color:#7a1119}.form-footer{width:100%;padding:1.5rem;background-color:#91141e;text-align:center;color:#fff;margin-top:1rem}.greeting-page{text-align:center;padding:2rem}.greeting-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.greeting-text{font-size:1.2rem;margin-bottom:1.2rem;color:#4a5568;line-height:1.6}.start-button{background-color:#91141e;color:#fff;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;font-weight:600;margin-top:1rem}.start-button:hover{background-color:#7a1119;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.goodbye-page{text-align:center;padding:2rem}.goodbye-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.goodbye-text{font-size:1.2rem;line-height:1.6;color:#4a5568;margin-bottom:1rem}.contact-box{margin-top:2rem;padding:1.5rem;background-color:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.contact-label{font-weight:500;color:#2c3e50}.contact-email{color:#91141e;margin-top:.5rem}:root{--primary-color:#2c3e50;--secondary-color:#7a1119;--accent-color:#91141e;--background-color:#f0f0f5;--text-color:#1e1e1e;--light-text-color:#666;--border-color:#e2e8f0}