.survey-form{font-family:var(--font-mona),"Mona Sans",sans-serif;letter-spacing:-.02em;color:#063438}.survey-form button,.survey-form input,.survey-form select,.survey-form textarea{font-family:inherit;letter-spacing:inherit}.survey-progress{justify-content:center;flex-wrap:wrap;gap:0;margin-bottom:28px}.survey-progress,.survey-progress-item{display:flex;align-items:center}.survey-pill{display:inline-block;border-radius:20px;padding:6px 16px;font-size:13px;letter-spacing:-.02em;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.survey-pill--active{background:#085e64;color:#ffffff}.survey-pill--done{background:rgba(8,94,100,.25);color:#085e64}.survey-pill--pending{border:1px solid rgba(8,94,100,.3);color:rgba(6,52,56,.4);background:transparent}.survey-pill-connector{display:inline-block;width:24px;height:1px;background:rgba(8,94,100,.2)}.survey-intro{margin-bottom:28px}.survey-intro-title{font-size:22px;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:#063438;margin-bottom:8px}.survey-intro-subtitle{font-size:14px;letter-spacing:-.02em;color:rgba(6,52,56,.65)}.survey-step{animation:survey-fade-in .3s ease both}@keyframes survey-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.survey-step{animation:none}}.survey-question{font-size:22px;font-weight:400;line-height:1.25;letter-spacing:-.02em;color:#063438;margin-bottom:32px}.survey-options{display:flex;flex-direction:column}.survey-card{width:100%;padding:16px 20px;border-radius:10px;border:1.5px solid rgba(8,94,100,.18);background:#ffffff;cursor:pointer;margin-bottom:10px;display:flex;align-items:center;gap:12px;text-align:left;transition:border-color .15s ease,background .15s ease}.survey-card:hover{border-color:#085e64;background:rgba(8,94,100,.03)}.survey-card--selected{border:1.5px solid #085e64;background:rgba(8,94,100,.05)}.survey-radio{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(8,94,100,.4);display:flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease}.survey-radio--on{background:#085e64;border-color:#085e64}.survey-card-label{font-size:15px;letter-spacing:-.02em;color:#063438;line-height:1.4}.survey-next{width:100%;padding:14px;border:none;border-radius:8px;background:#085e64;color:#ffffff;font-size:16px;font-weight:400;letter-spacing:-.02em;cursor:pointer;margin-top:24px;transition:opacity .15s ease}.survey-next:disabled{opacity:.4;cursor:not-allowed}.survey-back{display:block;width:100%;margin:14px auto 0;padding:4px;background:none;border:none;color:#085e64;font-size:14px;letter-spacing:-.02em;cursor:pointer;text-align:center}.survey-back:disabled{opacity:.5;cursor:not-allowed}.survey-fact{background:#063438;border-radius:12px;padding:28px;margin-bottom:28px;animation:survey-fade-in .2s ease both}.survey-fact-text{font-size:18px;color:#f8f9e1;line-height:1.6;letter-spacing:-.02em}.survey-fact-source{display:block;font-size:13px;color:rgba(248,249,225,.55);margin-top:12px;letter-spacing:-.02em}.survey-fact-cta{display:inline-block;background:#c6d83b;color:#063438;border:none;padding:11px 20px;border-radius:6px;font-size:14px;letter-spacing:-.02em;margin-top:16px;cursor:pointer;transition:background .15s ease}.survey-fact-cta:hover{background:rgba(198,216,59,.85)}.survey-capture-title{font-size:20px;font-weight:400;letter-spacing:-.02em;color:#063438;margin-bottom:8px}.survey-capture-subtitle{font-size:14px;letter-spacing:-.02em;color:rgba(6,52,56,.65);line-height:1.5;margin-bottom:24px}.survey-field{display:block;margin-bottom:16px}.survey-label{display:block;font-size:12px;color:#085e64;letter-spacing:-.02em;font-weight:400;text-transform:uppercase;margin-bottom:6px}.survey-field input,.survey-field textarea{width:100%;padding:13px 16px;border-radius:8px;border:1.5px solid rgba(8,94,100,.2);background:#ffffff;font-size:15px;color:#063438;letter-spacing:-.02em;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.survey-field textarea{resize:none;line-height:1.5}.survey-field input::placeholder,.survey-field textarea::placeholder{color:rgba(6,52,56,.4)}.survey-field input:focus,.survey-field textarea:focus{border-color:#085e64;box-shadow:0 0 0 3px rgba(8,94,100,.08)}.survey-field--error input,.survey-field--error textarea{border-color:#dc2626}.survey-field-note{color:rgba(6,52,56,.5)}.survey-field-error,.survey-field-note{display:block;font-size:12px;letter-spacing:-.02em;margin-top:6px}.survey-field-error{color:#dc2626}.survey-submit{width:100%;padding:16px;border:none;border-radius:8px;background:#085e64;color:#ffffff;font-size:17px;font-weight:400;letter-spacing:-.02em;cursor:pointer;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:opacity .15s ease}.survey-submit:disabled{opacity:.7;cursor:progress}.survey-spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;animation:survey-spin .7s linear infinite}@keyframes survey-spin{to{transform:rotate(1turn)}}.survey-banner{background:rgba(8,94,100,.08);border-left:3px solid #085e64;padding:14px 16px;border-radius:6px;margin-bottom:16px;font-size:14px;color:#063438;letter-spacing:-.02em;line-height:1.5}.survey-banner--error{background:rgba(220,38,38,.05);border-left-color:#dc2626}.survey-success{text-align:center;padding:16px 0 8px}.survey-success-check{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#085e64;margin-bottom:20px}.survey-success-title{font-size:24px;font-weight:400;letter-spacing:-.02em;color:#063438;margin-bottom:12px}.survey-success-text{font-size:15px;color:rgba(6,52,56,.7);line-height:1.6;letter-spacing:-.02em;margin-bottom:24px}.survey-success-cta{display:inline-block;padding:13px 28px;border-radius:8px;font-size:15px;letter-spacing:-.02em;cursor:pointer}.survey-success-cta--outline{border:1.5px solid #085e64;color:#085e64;background:transparent}.survey-success-cta--solid{border:1.5px solid #085e64;background:#085e64;color:#ffffff}@media (min-width:640px){.survey-intro-title,.survey-question{font-size:26px}}