.survey-page { min-height: 100vh; padding: 34px 20px 70px; background: var(--paper, #fafaf7); color: var(--ink, #10231b); }
.survey-brand { display: flex; align-items: center; gap: 9px; max-width: 700px; margin: 0 auto 34px; color: inherit; text-decoration: none; font-size: 18px; }
.survey-brand strong { font-weight: 700; }
.survey-mark { color: #00875a; font-size: 23px; }
.survey-card { width: min(100%, 660px); margin: 0 auto; padding: clamp(24px, 5vw, 48px); background: #fff; border: 1px solid rgba(16, 35, 27, .1); border-radius: 24px; box-shadow: 0 18px 55px rgba(16, 35, 27, .08); }
.survey-intro { margin-bottom: 34px; }
.survey-intro h1 { max-width: 540px; margin: 18px 0 12px; font-family: 'Bricolage Grotesque', system-ui, sans-serif; font-size: clamp(34px, 6vw, 54px); line-height: .98; letter-spacing: -.04em; }
.survey-intro p { max-width: 560px; margin: 0; color: #52635a; font-size: 16px; line-height: 1.65; }
.survey-benefit { padding: 12px 14px; margin-top: 17px !important; border-radius: 12px; background: #f0faf5; color: #176442 !important; font-size: 13px !important; line-height: 1.5 !important; }
.survey-progress { height: 5px; margin-bottom: 28px; overflow: hidden; border-radius: 99px; background: #e6eee9; }
.survey-progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: #00875a; transition: width 180ms ease; }
.survey-field { display: grid; gap: 9px; margin: 0 0 23px; border: 0; padding: 0; }
.survey-field > span, .survey-field legend { color: #1c3328; font-size: 15px; font-weight: 650; }
.survey-field legend small { color: #6a786f; font-size: 12px; font-weight: 400; }
.survey-field small { color: #6a786f; font-size: 12px; line-height: 1.45; }
.survey-field em { color: #76837b; font-style: normal; font-weight: 400; }
.survey-field input[type='email'], .survey-field input[type='text'], .survey-field input[type='tel'], .survey-field select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cbd9d1; border-radius: 12px; background: #fff; color: #10231b; font: inherit; }
.survey-field input:focus, .survey-field select:focus { outline: 3px solid rgba(0, 135, 90, .16); border-color: #00875a; }
.other-field[hidden] { display: none; }
.choice { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 11px 13px; margin-top: 7px; border: 1px solid #d8e3dd; border-radius: 12px; color: #31463b; cursor: pointer; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 10px; }
.choice-grid .choice { margin-top: 0; }
.choice:has(input:checked) { border-color: #00875a; background: #f0faf5; color: #10231b; }
.choice input, .consent-choice input { accent-color: #00875a; }
.conditional-fields { padding: 18px 18px 2px; margin: -4px 0 23px; border-left: 3px solid #bce8d3; background: #f8fcfa; border-radius: 0 14px 14px 0; }
.consent-choice { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 18px; color: #53645b; font-size: 13px; line-height: 1.5; cursor: pointer; }
.consent-box { padding: 14px 16px 2px; margin: 8px 0 18px; border: 1px solid #d8e3dd; border-radius: 14px; background: #fbfdfb; }
.consent-box .consent-choice { margin-bottom: 12px; }
.consent-note { margin: 2px 0 14px 25px; color: #6a786f; font-size: 12px; line-height: 1.5; }
.consent-note a { color: #00875a; font-weight: 650; }
.survey-submit { width: 100%; min-height: 50px; border: 0; border-radius: 12px; background: #00875a; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.survey-submit:hover { background: #006d49; }
.survey-submit:disabled { cursor: wait; opacity: .65; }
.survey-status { min-height: 20px; margin: 0 0 10px; color: #a9362d; font-size: 13px; }
.survey-success { text-align: center; padding: 20px 0 8px; }
.success-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%; background: #dff7e9; color: #00875a; font-size: 29px; font-weight: 700; }
.survey-success h2 { margin: 0 0 10px; font-family: 'Bricolage Grotesque', system-ui, sans-serif; font-size: 32px; }
.survey-success p { max-width: 470px; margin: 0 auto 20px; color: #53645b; line-height: 1.6; }
.survey-success a { color: #00875a; font-weight: 700; }
.privacy-content h1 { margin: 18px 0 14px; font-family: 'Bricolage Grotesque', system-ui, sans-serif; font-size: clamp(34px, 6vw, 54px); line-height: .98; letter-spacing: -.04em; }
.privacy-content h2 { margin: 30px 0 8px; color: #1c3328; font-size: 19px; }
.privacy-content p { color: #53645b; line-height: 1.65; }
.privacy-updated { margin-top: 34px !important; font-size: 13px; }
.survey-follow-link { display: block; margin-top: 15px; color: #00875a; font-size: 13px; font-weight: 700; text-align: center; }
@media (max-width: 520px) { .choice-grid { grid-template-columns: 1fr; } }
