:root{--green:#173c32;--deep:#0d2821;--cream:#f6f1e7;--orange:#ef7038;--ink:#18221e;--muted:#6e7974;--line:#dfe5e1}
*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}
header{width:min(1120px,calc(100% - 36px));min-height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;font-weight:700}header>a{min-width:0}.brand{display:flex;align-items:center;gap:10px}.brand span{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px 12px 12px 4px;color:#fff;background:var(--green);font-family:Georgia,serif;font-size:22px}
main{width:min(1120px,calc(100% - 36px));min-height:calc(100vh - 76px);margin:auto;padding:45px 0 70px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:80px;align-items:center}main>*{min-width:0}.eyebrow{margin:0;color:var(--orange);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.register-copy h1{max-width:560px;margin:16px 0;overflow-wrap:anywhere;font-family:Georgia,serif;font-size:clamp(44px,6vw,68px);font-weight:500;line-height:.98;letter-spacing:-.05em}.lead{max-width:560px;color:var(--muted);font-size:16px;line-height:1.7}.register-copy ul{margin:35px 0 0;padding:0;display:grid;gap:18px;list-style:none}.register-copy li{display:flex;align-items:center;gap:14px}.register-copy li>span{width:37px;height:37px;display:grid;place-items:center;border:1px solid #aac0b7;border-radius:50%;color:var(--green);font-family:Georgia,serif}.register-copy strong,.register-copy small{display:block}.register-copy strong{font-size:13px}.register-copy small{margin-top:3px;color:var(--muted);font-size:11px}
.register-card{width:100%;max-width:100%;min-width:0;padding:38px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(20,48,39,.11)}.register-card h2{margin:6px 0 5px;font-family:Georgia,serif;font-size:32px;font-weight:500}.register-card>div>p:last-child{margin:0;color:var(--muted);font-size:12px}.error{margin-top:20px;padding:12px 14px;border:1px solid #efc0bb;border-radius:9px;color:#9d281f;background:#fff1ef;font-size:12px}.register-card form{min-width:0;margin-top:25px;display:grid;gap:17px}.fields{min-width:0;display:grid;gap:14px}.fields.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}label{min-width:0;display:grid;gap:7px;font-size:11px;font-weight:750}input{width:100%;min-width:0;height:45px;padding:0 12px;border:1px solid #ccd8d2;border-radius:9px;outline:0}input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,60,50,.1)}.terms{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-weight:500;line-height:1.5}.terms input{width:16px;height:16px;flex:0 0 auto}.register-card button{width:100%;min-height:50px;border:0;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;background:var(--green);font-weight:800;cursor:pointer}.register-card button:hover{background:#245448}.form-note{color:var(--muted);text-align:center;font-size:9px}.honeypot{position:absolute;left:-9999px}
@media(max-width:820px){main{grid-template-columns:minmax(0,1fr);gap:38px;padding-top:25px}.register-copy h1{font-size:48px}.register-copy ul{display:none}}@media(max-width:560px){header{min-height:65px;font-size:11px}header>a:last-child{max-width:125px;text-align:right;line-height:1.3}.fields.two{grid-template-columns:minmax(0,1fr)}.register-card{padding:27px 20px}.register-copy h1{font-size:42px}}
