.hd-form{max-width:440px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#222}
.hd-form h2{margin:0 0 8px;font-size:1.6rem}
.hd-form label{display:block;margin:16px 0 6px;font-weight:600}
.hd-form input[type="text"],
.hd-form input[type="email"],
.hd-form input[type="tel"],
.hd-form input:not([type]),
.hd-form textarea,
.hd-form select{
  width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font:inherit
}
.hd-form textarea{resize:vertical}
.hd-form button{
  margin-top:18px;width:100%;padding:14px;border:0;border-radius:6px;
  background:#0a7d3e;color:#fff;font-weight:700;font-size:1rem;cursor:pointer
}
.hd-form button:disabled{opacity:.65;cursor:wait}
.hd-form small,.hd-hint{display:block;color:#555;margin-top:6px;font-size:.85rem}
.hd-status{margin-top:12px;font-weight:600}
.hd-form .g-recaptcha{margin-top:16px}
.pac-container{z-index:100000 !important}
.hd-fieldset{border:1px solid #ddd;border-radius:8px;padding:12px 14px 8px;margin:16px 0 0}
.hd-fieldset legend{font-weight:700;padding:0 6px}
.hd-check{display:flex;align-items:flex-start;gap:8px;font-weight:500;margin:8px 0}
.hd-check input{width:auto;margin-top:3px;flex:0 0 auto}
.hd-legal{color:#555;font-size:.78rem;line-height:1.35;margin:0 0 14px 24px}
.hd-consent .hd-check span{font-weight:600}
.hd-fieldset[hidden]{display:none}
