/* TMG HarbourTown smart-gate modal. Brand: orange #D55C19, grey #444547. */
.htg-overlay{ position:fixed; inset:0; background:rgba(40,41,43,.55); display:none; align-items:center; justify-content:center; z-index:9999; padding:20px; }
.htg-overlay.htg-open{ display:flex; }
.htg-modal{ background:#fff; max-width:480px; width:100%; border-radius:12px; position:relative; max-height:92vh; overflow:auto; box-shadow:0 20px 60px rgba(0,0,0,.3); }
.htg-close{ position:absolute; top:10px; right:12px; background:none; border:none; font-size:26px; line-height:1; color:#63666A; cursor:pointer; }
.htg-body{ padding:28px 26px; font-family:"Open Sans","Helvetica Neue",Arial,sans-serif; color:#444547; }
.htg-h{ font-size:24px; font-weight:800; color:#444547; margin:0 0 8px; letter-spacing:-.3px; }
.htg-sub{ font-size:15px; color:#63666A; margin:0 0 18px; line-height:1.5; }
.htg-seg{ display:flex; flex-direction:column; gap:6px; margin-bottom:14px; font-size:14px; }
.htg-seg label{ display:flex; align-items:center; gap:8px; cursor:pointer; }
.htg-row{ margin-bottom:10px; }
.htg-row input, .htg-row select{ width:100%; padding:11px 12px; border:1px solid #E7E4DC; border-radius:8px; font-size:15px; font-family:inherit; color:#444547; box-sizing:border-box; }
.htg-row input:focus, .htg-row select:focus{ outline:none; border-color:#D55C19; }
.htg-check{ display:flex; align-items:flex-start; gap:8px; font-size:13.5px; color:#63666A; margin:10px 0; line-height:1.45; cursor:pointer; }
.htg-check input{ margin-top:3px; flex:none; }
.htg-req{ color:#D55C19; font-weight:700; }
.htg-turnstile{ margin:12px 0; }
.htg-submit{ width:100%; background:#D55C19; color:#fff; border:none; border-radius:8px; padding:13px 18px; font-size:15px; font-weight:700; cursor:pointer; margin-top:6px; }
.htg-submit:disabled{ opacity:.6; cursor:default; }
.htg-fine{ font-size:11.5px; color:#8a8c8f; line-height:1.5; margin-top:14px; }
.htg-success{ text-align:center; padding:10px 0 6px; }
.htg-success p{ font-size:15px; color:#63666A; }
@media (max-width:520px){ .htg-body{ padding:24px 18px; } .htg-h{ font-size:21px; } }
