:root { --ink: #171b25; --Grün: #789B49; --soft: #f3f4f5; --line: #e7e9ec; --focus: #e3bb7b; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.45; }
button, input { font: inherit; } button { cursor: pointer; }
.survey { width: min(840px, calc(100% - 40px)); padding: clamp(54px, 8vw, 100px) 0; margin: 0 auto; }
.survey-card { padding: clamp(28px, 5vw, 56px); background: #fff; border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 12px 34px rgba(15, 28, 44, .06); }
.survey-header { margin-bottom: 46px; text-align: center; }.survey-header h1, .survey-success h1 { margin: 0; font-size: clamp(28px, 4vw, 38px); letter-spacing: -.03em; line-height: 1.12; }.survey-header p { max-width: 590px; margin: 14px auto 0; color: #454a52; }
.survey-section { margin: 0 0 36px; padding: 0; border: 0; }.survey-section > label, .survey-section legend { display: block; width: 100%; margin: 0 0 12px; font-size: 19px; font-weight: 700; }.survey-section span { color: #d47827; }.section-note { margin: -4px 0 13px; color: #5d6269; font-size: 14px; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 12px; }.choice-grid-two { gap: 16px; }.choice { min-height: 58px; padding: 11px 21px; color: #252a32; background: var(--soft); border: 1px solid #e5e7ea; border-radius: 4px; font-size: 16px; transition: .16s ease; }.choice:hover { border-color: #cdd2d7; transform: translateY(-1px); }.choice.is-selected { color: #191919; background: var(--orange); border-color: var(--orange); }.choice:focus-visible, input:focus-visible, .submit-button:focus-visible, .survey-success a:focus-visible { outline: 3px solid #5488c7; outline-offset: 3px; }
.choice-grid-care .choice { min-width: 124px; }.choice-grid-frequency .choice { min-width: 130px; }
input { width: 100%; min-height: 58px; padding: 0 16px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 3px; outline: 0; }.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }input::placeholder { color: #b9bdc2; } input:focus { border-color: var(--focus); box-shadow: 0 0 0 1px var(--focus); }
.privacy-consent { display: flex; align-items: flex-start; gap: 10px; color: #555b63; font-size: 14px; }.privacy-consent input { width: 18px; min-height: 18px; margin: 1px 0 0; accent-color: var(--orange); }.privacy-consent a { color: inherit; }.survey-error { min-height: 21px; margin: 12px 0; color: #a52626; font-size: 14px; }.submit-button { min-height: 62px; padding: 0 32px; color: #171717; background: var(--orange); border: 1px solid var(--orange); border-radius: 3px; font-weight: 700; box-shadow: 0 3px 8px rgba(255, 166, 84, .22); }.submit-button:hover { background: #ff9d42; }.submit-button:disabled { cursor: wait; opacity: .7; }
.survey-success { max-width: 520px; padding: 90px 0; margin: 0 auto; text-align: center; }.survey-success p:not(.success-mark) { color: #4e535a; }.success-mark { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; color: #fff; background: var(--orange); border-radius: 50%; font-size: 40px; font-weight: 700; }.survey-success a { display: inline-flex; min-height: 54px; align-items: center; padding: 0 25px; color: var(--ink); background: var(--soft); border-radius: 3px; font-weight: 700; text-decoration: none; }
@media (max-width: 620px) { .survey { width: min(100% - 28px, 840px); padding: 28px 0; }.survey-card { padding: 27px 20px; }.survey-header { margin-bottom: 34px; }.survey-section { margin-bottom: 30px; }.survey-section > label, .survey-section legend { font-size: 18px; }.input-row { grid-template-columns: 1fr; }.choice { flex: 1 1 auto; padding: 10px 14px; }.choice-grid-two .choice { flex-basis: 100%; }.choice-grid-care .choice, .choice-grid-frequency .choice { min-width: 0; flex-basis: calc(50% - 6px); }.submit-button { width: 100%; } }
