*{box-sizing:border-box}
html{min-height:100%;background:#f1f5f2}
body{margin:0;min-height:100vh;padding:56px 20px;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#18372a;background:radial-gradient(ellipse at top left,#dcebe1,transparent 60%),#f1f5f2}
main{width:100%;max-width:580px;margin:0 auto;background:#fff;border:1px solid #dce6df;border-top:5px solid #00643b;border-radius:22px;padding:36px;box-shadow:0 20px 60px #153f2410}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#17462e;padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid #e4ebe6}
.brand img{width:60px;height:60px;object-fit:contain;flex-shrink:0}
.brand span{display:flex;flex-direction:column;gap:5px}
.brand strong{font-size:16px;line-height:1.4}
.brand small{font-size:11px;letter-spacing:1.7px;text-transform:uppercase;color:#637b6b}
h1{font-size:clamp(25px,5vw,34px);line-height:1.2;letter-spacing:-.8px;margin:0 0 18px;font-weight:750;color:#103d28}
p{font-size:15px;line-height:1.75;color:#53665b;margin:16px 0}
form{margin-top:26px}
form p{margin:0 0 18px}
label{font-size:14px;line-height:1.65;color:#344f3f;cursor:pointer}
input[type=email]{display:block;width:100%;min-height:54px;margin-top:9px;border:1px solid #a9bdb0;border-radius:11px;padding:13px 15px;font:inherit;font-size:16px;color:#193d29;background:#fbfdfb}
input[type=checkbox]{width:19px;height:19px;accent-color:#00643b;flex-shrink:0;margin:3px 0 0}
label:has(input[type=checkbox]){display:flex;align-items:flex-start;gap:12px;background:#f5f8f5;border:1px solid #e1e9e2;padding:15px;border-radius:11px}
button{display:block;width:100%;min-height:54px;padding:14px 20px;margin-top:25px;border:0;border-radius:11px;background:#00643b;color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 5px 12px #00643b18}
button:hover{background:#004d2d}
button:active{transform:translateY(1px)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #b78319;outline-offset:4px}
.page-footer{margin-top:30px;padding-top:21px;border-top:1px solid #e4ebe6}
.page-footer a{display:inline-block;padding:8px 0;color:#00643b;font-size:14px;font-weight:650;text-decoration:underline;text-underline-offset:4px}
.page-footer small{display:block;margin-top:9px;font-size:12px;line-height:1.6;color:#6a7b70}
@media(max-width:600px){body{padding:24px 14px}main{padding:26px 22px;border-radius:17px}.brand{gap:11px;padding-bottom:20px;margin-bottom:24px}.brand img{width:49px;height:49px}.brand strong{font-size:14px}}
