:root{--navy:#0b315f;--blue:#1764e8;--green:#16895a;--gold:#f2b544;--ink:#0d213b;--muted:#5d7289;--line:#d7e4f2;--bg:#f2f7fc;--card:#fff;--shadow:0 18px 48px rgba(8,45,85,.12)}
[hidden]{display:none!important}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f8fbff,var(--bg))}
button,input,select,textarea{font:inherit}
.tree-public-header{min-height:74px;display:flex;align-items:center;padding:12px clamp(16px,4vw,48px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94)}
.tree-public-brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}
.tree-public-brand strong,.tree-public-brand small{display:block}.tree-public-brand small{margin-top:2px;color:var(--muted)}
.tree-public-logo{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;color:#fff;font-weight:950;background:linear-gradient(135deg,#1764e8,#169864)}
.tree-public-logo.custom-brand-logo{background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:contain;color:transparent}
.tree-public-shell{width:min(1180px,calc(100% - 28px));margin:24px auto 56px}
.tree-public-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px;padding:clamp(24px,5vw,44px);border-radius:26px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(87,218,158,.35),transparent 34%),linear-gradient(135deg,#0b315f,#116d91 60%,#12865c);box-shadow:var(--shadow)}
.tree-eyebrow{color:#a8e1ff;font-size:.7rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.tree-public-hero h1{margin:7px 0 8px;font-size:clamp(2.2rem,6vw,3.8rem);line-height:1;letter-spacing:-.055em}.tree-public-hero p{margin:0;color:#e2f2fb;line-height:1.6}
.tree-privacy-card{align-self:center;padding:18px;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:rgba(255,255,255,.12)}.tree-privacy-card p{margin-top:7px;font-size:.9rem}
.tree-form-card,.tree-success-card{margin-top:18px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.tree-stepper{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:#f8fbff}
.tree-stepper button{display:flex;justify-content:center;align-items:center;gap:7px;min-height:62px;border:0;border-bottom:3px solid transparent;background:transparent;color:#60758d;font-weight:850;cursor:pointer}
.tree-stepper button span{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#e4edf7;color:#55708c}
.tree-stepper button.active{border-bottom-color:var(--blue);color:#0e4e8a}.tree-stepper button.active span{color:#fff;background:var(--blue)}
#treeRegistrationForm{padding:clamp(18px,4vw,34px)}
.tree-form-step{display:none}.tree-form-step.active{display:block}
.tree-step-heading{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px}.tree-step-heading>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;color:#fff;background:var(--blue);font-weight:950}.tree-step-heading h2{margin:0;color:var(--navy)}.tree-step-heading p{margin:4px 0 0;color:var(--muted)}
.tree-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tree-form-grid label{display:grid;gap:6px}.tree-form-grid label[hidden],.tree-form-step[hidden],.tree-public-map[hidden],.tree-form-error[hidden],.tree-success-card[hidden],.tree-form-actions button[hidden]{display:none!important}.tree-form-grid label>span{color:#405a75;font-size:.8rem;font-weight:850}.tree-form-grid .full{grid-column:1/-1}
.tree-form-grid input,.tree-form-grid select,.tree-form-grid textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:11px 12px}.tree-form-grid textarea{min-height:92px;resize:vertical}.tree-form-grid input:focus,.tree-form-grid select:focus,.tree-form-grid textarea:focus{outline:3px solid rgba(23,100,232,.14);border-color:#6ea9e6}
.tree-public-map{height:330px;margin-top:14px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#eaf2f7}
.tree-map-consent{width:100%;min-height:86px;margin-top:14px;border:1px dashed #8db5d4;border-radius:16px;color:#154b7f;background:#eef7fc;font-weight:900;cursor:pointer}
.tree-map-privacy{margin-top:20px;padding:11px 13px;border:1px solid #f4d68b;border-radius:12px;background:#fff8e5;color:#735300;font-size:.78rem;line-height:1.45}
.tree-location-actions{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:12px}.tree-location-actions span{color:var(--muted);font-size:.8rem}
.tree-btn{min-height:44px;border:1px solid transparent;border-radius:12px;padding:10px 15px;font-weight:900;cursor:pointer}.tree-btn.primary{color:#fff;background:var(--blue)}.tree-btn.green{color:#fff;background:var(--green)}.tree-btn.light{color:#154b7f;border-color:var(--line);background:#fff}.tree-btn:disabled{opacity:.6;cursor:wait}
.tree-form-actions{display:flex;justify-content:space-between;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}
.tree-review-summary{display:grid;gap:10px;margin-bottom:18px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8fbff}.tree-review-summary div{display:flex;justify-content:space-between;gap:20px}.tree-review-summary span{color:var(--muted)}.tree-review-summary strong{text-align:right}
.tree-consent{display:flex;gap:10px;align-items:flex-start;margin:12px 0;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff}.tree-consent input{margin-top:3px;transform:scale(1.15)}.tree-consent span{line-height:1.45}.tree-consent.optional{background:#f8fbff}
.tree-submit-note{margin-top:14px;color:var(--muted);font-size:.82rem;line-height:1.5}.tree-form-error{margin-top:14px;padding:12px;border:1px solid #efb8bd;border-radius:12px;background:#fff1f2;color:#a61e2c}
.tree-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.tree-success-card{padding:clamp(28px,6vw,54px);text-align:center}.tree-success-card>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:18px;color:#fff;background:var(--green);font-size:1.7rem;font-weight:950}.tree-success-card h2{margin:0;color:var(--navy)}.tree-success-card p{color:var(--muted)}.tree-success-card strong{display:block;margin:14px}.tree-success-card button{margin-top:10px}
.leaflet-control-attribution{font-size:10px}
.tree-colored-marker-wrap{background:transparent;border:0}
.tree-colored-marker{display:block;width:24px;height:24px;border:3px solid #fff;border-radius:50% 50% 50% 0;background:var(--tree-point-color);box-shadow:0 3px 10px rgba(5,30,60,.38);transform:rotate(-45deg)}
.leaflet-control-layers-expanded{border:1px solid var(--line);border-radius:11px;box-shadow:0 6px 20px rgba(8,45,85,.14);font:700 12px Inter,Segoe UI,Arial,sans-serif}
@media(max-width:760px){.tree-public-shell{width:min(100% - 18px,1180px);margin-top:10px}.tree-public-hero{grid-template-columns:1fr;padding:24px 19px;border-radius:20px}.tree-form-grid{grid-template-columns:1fr}.tree-form-grid .full{grid-column:1}.tree-stepper button{font-size:0;gap:0}.tree-stepper button span{font-size:.78rem}.tree-public-map{height:280px}.tree-location-actions .tree-btn{flex:1 1 150px}.tree-form-actions .tree-btn{flex:1}.tree-review-summary div{align-items:flex-start;flex-direction:column;gap:3px}.tree-review-summary strong{text-align:left}}
