.questionnaire-container{max-width:900px;margin:0 auto;padding:3rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.questionnaire-header{text-align:center;margin-bottom:3rem}.questionnaire-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .4s ease}.progress-text{font-size:.9rem;color:#64748b;font-weight:500}.question-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:2rem}.question-title{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:1rem;line-height:1.4}.question-subtitle{font-size:.95rem;color:#64748b;margin-bottom:2rem;font-style:italic}.options-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:2rem}.option-button{padding:1.25rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;text-align:left;font-weight:500;color:#334155}.option-button:hover{border-color:#2563eb;background:#eff6ff;transform:translateX(4px)}.option-button.selected{border-color:#2563eb;background:#2563eb;color:#fff;font-weight:600}.navigation-buttons{display:flex;justify-content:space-between;gap:1rem}.btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,99,235,.3)}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed}.btn-secondary{background:#fff;color:#475569;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.loading-screen{text-align:center;padding:5rem 2rem}.loader{width:60px;height:60px;border:5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{to{transform:rotate(1turn)}}.loading-screen h2{font-size:1.8rem;color:#1e293b;margin-bottom:1rem}.loading-screen p{color:#64748b;font-size:1.1rem}.results-container{max-width:1000px;margin:0 auto;padding:2rem}.results-page{background:#fff;border-radius:20px;padding:3rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}.results-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}.profile-badge{display:inline-flex;align-items:center;gap:.5rem;background:#eff6ff;padding:.75rem 1.5rem;border-radius:30px;margin-bottom:1.5rem}.badge-icon{font-size:1.5rem}.badge-text{font-weight:600;color:#2563eb;font-size:1.1rem}.urgence-score{display:flex;align-items:center;gap:1rem;max-width:500px;margin:0 auto}.score-label{font-weight:600;color:#64748b;min-width:80px}.score-bar{flex:1 1;height:12px;background:#e2e8f0;border-radius:10px;overflow:hidden}.score-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#ef4444);transition:width .8s ease}.score-value{font-weight:700;color:#1e293b;min-width:50px;text-align:right}.message-ouverture{margin-top:2rem;padding:2rem;background:#f8fafc;border-radius:16px;border-left:4px solid #2563eb}.message-ouverture p{font-size:1.1rem;line-height:1.8;color:#334155}.section-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.services-list{display:flex;flex-direction:column;gap:2rem}.service-card{border:2px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.service-header{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:2rem;display:flex;align-items:center;gap:1rem}.service-number{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.service-header h3{flex:1 1;font-size:1.5rem;margin:0}.service-price{font-size:1.3rem;font-weight:700;background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:20px}.service-body{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.service-section h4{font-size:.9rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.service-section p{font-size:1rem;line-height:1.7;color:#475569}.budget-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.budget-card,.roi-card{padding:2rem;background:#f8fafc;border-radius:16px;text-align:center}.budget-card h3,.roi-card h3{font-size:1.1rem;color:#64748b;margin-bottom:1rem;font-weight:600}.budget-amount{font-size:3rem;font-weight:900;color:#2563eb;margin-bottom:.5rem}.roi-card p{font-size:1.2rem;color:#10b981;font-weight:600;line-height:1.6}.timeline-section{background:#f8fafc;padding:2rem;border-radius:16px}.timeline-section h3{font-size:1.3rem;color:#1e293b;margin-bottom:1.5rem;font-weight:700}.steps-list{list-style:none;counter-reset:step-counter;padding:0}.steps-list li{counter-increment:step-counter;background:#fff;border-radius:12px;margin-bottom:1rem;position:relative;padding:1.25rem 1.25rem 1.25rem 4rem;font-size:1.05rem;line-height:1.6;color:#334155}.steps-list li:before{content:counter(step-counter);position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.cta-section{text-align:center;margin-bottom:3rem}.btn-large{padding:1.5rem 3rem;font-size:1.2rem;border-radius:16px}.resources-section{background:#f8fafc;padding:2rem;border-radius:16px;margin-bottom:3rem}.resources-section h3{font-size:1.3rem;color:#1e293b;margin-bottom:1.5rem;font-weight:700}.resources-list{list-style:none;padding:0}.resources-list li{margin-bottom:1rem}.resources-list a{display:inline-flex;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-radius:12px;text-decoration:none;color:#334155;font-weight:500;transition:all .3s ease;width:100%}.resources-list a:hover{color:#2563eb;transform:translateX(4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.message-final{padding:2rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;border-left:4px solid #2563eb;margin-bottom:3rem}.message-final p{font-size:1.1rem;line-height:1.8;color:#1e40af;font-weight:500}.contact-section{text-align:center;padding:2rem;background:#f8fafc;border-radius:16px}.contact-section h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.contact-section p{color:#64748b;margin-bottom:1.5rem}.btn-outline{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.print-button{text-align:center;margin-top:2rem}@media (max-width:768px){.questionnaire-container{padding:2rem 1rem}.questionnaire-header h1{font-size:1.8rem}.question-card{padding:2rem 1.5rem}.question-title{font-size:1.4rem}.navigation-buttons{flex-direction:column}.btn{width:100%}.budget-section{grid-template-columns:1fr}.results-page{padding:2rem 1.5rem}.service-header{flex-direction:column;align-items:flex-start}.service-price{align-self:flex-start}}@media print{.print-button{display:none}.results-page{page-break-after:always;box-shadow:none;border:1px solid #e2e8f0}.results-page:last-of-type{page-break-after:auto}}