*{margin:0;padding:0;box-sizing:border-box}:root{--deep-blue: #0A2342;--sharp-teal: #00B2A9;--medium-grey: #6c757d;--very-dark-grey: #212529;--font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#212529;line-height:1.6}.container{max-width:800px;margin:0 auto;padding:0 1rem}.landing{min-height:100vh;background:linear-gradient(135deg,#0a2342,#0d2d4a,#1a3a5c);color:#fff;display:flex;flex-direction:column}.landing-header{padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.landing-content{flex:1;display:flex;align-items:center;padding:4rem 0}.hero-section{text-align:center;max-width:700px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:2rem;opacity:.9;line-height:1.4}.hero-description{font-size:1.125rem;margin-bottom:3rem;opacity:.8;line-height:1.6}.cta-button{display:inline-block;background:linear-gradient(135deg,#00b2a9,#00a399);color:#fff;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #00b2a94d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00b2a966;background:linear-gradient(135deg,#00a399,#009489)}.questionnaire{min-height:100vh;background-color:#f8f9fa}.progress-bar{width:100%;height:6px;background-color:#e9ecef;border-radius:3px;margin-bottom:3rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#00b2a9,#0a2342);border-radius:3px;transition:width .5s ease}.question-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;border:1px solid #e9ecef}.question-title{font-size:2rem;font-weight:700;color:#0a2342;margin-bottom:1.5rem;line-height:1.3}.question-subtitle{font-size:1.125rem;color:#6c757d;margin-bottom:2rem;line-height:1.5}.question-counter{font-size:.875rem;color:#00b2a9;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.slider-container{margin:3rem 0;padding:1rem 0}.slider{width:100%;height:8px;border-radius:4px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;margin-bottom:2rem;transition:all .3s ease;border:2px solid #d1d5db;box-shadow:0 1px 3px #0000001a}.slider:hover{border-color:#00b2a9;box-shadow:0 2px 6px #00b2a933}.slider:focus{border-color:#00b2a9;box-shadow:0 0 0 3px #00b2a91a}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#00b2a9;cursor:pointer;border:3px solid white;box-shadow:0 2px 8px #00b2a94d,0 0 0 1px #00b2a933;transition:all .3s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #00b2a966,0 0 0 2px #00b2a94d}.slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#00b2a9;cursor:pointer;border:3px solid white;box-shadow:0 2px 8px #00b2a94d,0 0 0 1px #00b2a933;transition:all .3s ease}.slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #00b2a966,0 0 0 2px #00b2a94d}.slider::-moz-range-track{border:2px solid #d1d5db;border-radius:4px}.slider-labels{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#495057;font-weight:500;line-height:1.4}.slider-labels span:first-child{text-align:left;max-width:45%}.slider-labels span:last-child{text-align:right;max-width:45%}.checkbox-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.checkbox-item{display:flex;align-items:flex-start;padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff;gap:1rem}.checkbox-item:hover{border-color:#00b2a9;background-color:#f8fdfc}.checkbox-item.selected{border-color:#00b2a9;background-color:#f0fffe}.checkbox-item.disabled{cursor:not-allowed}.checkbox{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;background:#fff;font-size:14px;font-weight:700;color:#fff}.checkbox.checked{background:#00b2a9;border-color:#00b2a9}.checkbox-item:hover .checkbox{border-color:#00b2a9}.checkbox-item span{font-size:1rem;line-height:1.5;color:#495057}.radio-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.radio-item{display:flex;align-items:center;padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff;gap:1rem}.radio-item:hover{border-color:#00b2a9;background-color:#f8fdfc}.radio-item.selected{border-color:#00b2a9;background-color:#f0fffe}.radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;background:#fff}.radio.selected{border-color:#00b2a9}.radio.selected:after{content:"";width:10px;height:10px;border-radius:50%;background:#00b2a9}.radio-item:hover .radio{border-color:#00b2a9}.radio-item span{font-size:1rem;line-height:1.5;color:#495057}.radio-option{display:flex;align-items:center;padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.radio-option:hover{border-color:#00b2a9;background-color:#f8fdfc}.radio-option.selected{border-color:#00b2a9;background-color:#f0fffe}.radio-option input[type=radio]{margin-right:1rem;accent-color:#00B2A9;transform:scale(1.2)}.checkbox-option{display:flex;align-items:flex-start;padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.checkbox-option:hover{border-color:#00b2a9;background-color:#f8fdfc}.checkbox-option.selected{border-color:#00b2a9;background-color:#f0fffe}.checkbox-option input[type=checkbox]{margin-right:1rem;margin-top:.125rem;accent-color:#00B2A9;transform:scale(1.2);flex-shrink:0}.text-input{width:100%;padding:1.5rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .3s ease}.text-input:focus{outline:none;border-color:#00b2a9;box-shadow:0 0 0 3px #00b2a91a}.scale-container{margin-bottom:2rem}.scale-labels{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.875rem;color:#6c757d}.scale-options{display:flex;justify-content:space-between;gap:.5rem}.scale-option{flex:1;display:flex;flex-direction:column;align-items:center;cursor:pointer}.scale-option input[type=radio]{margin-bottom:.5rem;accent-color:#00B2A9;transform:scale(1.3)}.scale-option label{font-size:.875rem;font-weight:600;color:#495057;cursor:pointer}.navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#00b2a9,#00a399);color:#fff;box-shadow:0 2px 10px #00b2a94d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #00b2a966;background:linear-gradient(135deg,#00a399,#009489)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.feedback-page{min-height:100vh;background-color:#f8f9fa}.feedback-section{padding:3rem 0}.feedback-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e9ecef}.feedback-title{font-size:2.5rem;font-weight:800;color:#0a2342;margin-bottom:1rem;text-align:center}.feedback-subtitle{font-size:1.5rem;font-weight:600;color:#00b2a9;margin-bottom:2rem;text-align:center}.feedback-body{font-size:1.125rem;line-height:1.7;color:#495057;margin-bottom:2rem}.cta-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2.5rem;border-radius:12px;text-align:center;margin-top:2rem}.cta-title{font-size:1.75rem;font-weight:700;color:#0a2342;margin-bottom:1rem}.cta-body{font-size:1.125rem;color:#495057;margin-bottom:2rem;line-height:1.6}.calendly-link{display:block;margin-top:1rem;color:#00b2a9;text-decoration:none;font-weight:500}.calendly-link:hover{text-decoration:underline}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.container{padding:0 1rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.question-card{padding:2rem}.question-title{font-size:1.75rem}.feedback-card{padding:2rem}.feedback-title{font-size:2rem}.cta-section{padding:2rem}.scale-options{flex-direction:column;gap:1rem}.scale-option{flex-direction:row;justify-content:flex-start;padding:.5rem}.scale-option input[type=radio]{margin-right:1rem;margin-bottom:0}.slider-labels{font-size:.85rem}.slider-labels span{max-width:40%}}@media (max-width: 480px){.hero-title{font-size:1.875rem}.question-card,.feedback-card,.cta-section{padding:1.5rem}.slider-labels{font-size:.8rem;flex-direction:column;gap:.5rem;text-align:center}.slider-labels span{max-width:100%}}.loading{display:flex;justify-content:center;align-items:center;padding:2rem}.error{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1rem}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn:focus,.radio-option:focus-within,.checkbox-option:focus-within,.text-input:focus,.slider:focus,.checkbox-item:focus,.radio-item:focus{outline:2px solid #00B2A9;outline-offset:2px}@media print{.navigation,.cta-section{display:none}}
