:root{--ink:#173f33;--muted:#66746e;--paper:#f7f5ef;--line:#dfe4df;--green:#215a47}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}header,main,footer{width:min(820px,calc(100% - 36px));margin:auto}header{padding:28px 0 18px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:22px;font-weight:850;text-decoration:none}.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--green);color:white}main{padding:52px 0 64px}article{background:white;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,48px);box-shadow:0 18px 50px rgba(23,63,51,.08)}h1,h2{font-family:Georgia,serif;line-height:1.15}h1{font-size:clamp(38px,7vw,62px);margin:0 0 10px}h2{font-size:25px;margin:36px 0 10px}p,li{color:#35463f}a{color:var(--green);text-underline-offset:3px}.lead{font-size:18px;color:var(--muted);margin:0 0 36px}.contact{padding:18px 20px;border-radius:14px;background:#eef4ef}.notice{padding:16px 18px;border-left:4px solid #9ebe85;background:#f1f6ed;border-radius:0 12px 12px 0}footer{padding:22px 0 38px;color:var(--muted);font-size:13px}footer a{margin-right:14px}@media(max-width:560px){main{padding-top:28px}article{border-radius:18px}}
