*{box-sizing:border-box}body{margin:0;font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f8f5;color:#12362a}header,main,footer{max-width:680px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center}header img{width:150px;height:auto}a{color:#176b45}h1{font-size:clamp(30px,6vw,42px);line-height:1.15;letter-spacing:-1px}h2{font-size:22px}section{background:white;padding:28px;border-radius:18px;margin:24px 0}label{display:block;font-weight:550;margin:18px 0 7px}input,textarea,select{width:100%;padding:12px;border:1px solid #cedbd1;border-radius:8px;font:inherit;background:#fff;color:inherit}textarea{min-height:100px}button,.button{display:inline-block;padding:12px 20px;background:#176b45;color:white;border:0;border-radius:8px;font:600 16px inherit;cursor:pointer;text-decoration:none}button:disabled{opacity:.5}.row{display:flex;gap:10px;flex-wrap:wrap}.row button{flex:1}small,.note{color:#63756a}.choice{display:flex;gap:12px;align-items:flex-start;font-weight:400}.choice input{width:20px;height:20px;flex-shrink:0;margin-top:3px}#status{overflow-wrap:anywhere}#status.error{color:#a02626}fieldset{border:0;margin:0;padding:0}.hidden,[hidden]{display:none!important}:focus-visible{outline:3px solid #1d7b54;outline-offset:3px}@media(max-width:500px){header,main,footer{padding:18px}section{padding:20px}}