/* Theme-owned Terms modal. Values mirror the Workshop Privacy Notice modal. */
#hguy-terms-modal[hidden]{display:none!important}
#hguy-terms-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px;font-family:inherit}
#hguy-terms-modal .hgw-legal-backdrop{position:absolute;inset:0;background:rgba(13,26,40,.62);backdrop-filter:blur(2px)}
#hguy-terms-modal .hgw-legal-dialog{position:relative;display:flex;flex-direction:column;width:min(760px,calc(100vw - 32px));max-height:min(78vh,760px);overflow:hidden;border:1px solid #cbd7df;border-radius:20px;background:#fff;color:#1f2730;box-shadow:0 28px 90px rgba(7,20,35,.35)}
#hguy-terms-modal .hgw-legal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 26px;background:linear-gradient(135deg,#102d4f,#245f72);color:#fff}
#hguy-terms-modal .hgw-legal-header h2{margin:2px 0 0;color:#fff;font-size:1.75rem}
#hguy-terms-modal .hgw-legal-eyebrow{margin:0;color:#c9e9ee;font-size:.72rem;font-weight:900;letter-spacing:.085em;text-transform:uppercase}
#hguy-terms-modal .hgw-legal-close{display:grid;place-items:center;flex:none;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:transparent;color:#fff;font:inherit;font-size:1.7rem;line-height:1;cursor:pointer}
#hguy-terms-modal .hgw-legal-close:hover,#hguy-terms-modal .hgw-legal-close:focus{background:rgba(255,255,255,.13)}
#hguy-terms-modal .hgw-legal-body{overflow-y:auto;padding:24px 28px;line-height:1.65}
#hguy-terms-modal .hgw-legal-body h2{margin:26px 0 8px;font-size:1.24rem;color:#1f2730}
#hguy-terms-modal .hgw-legal-body h3{margin:24px 0 6px;font-size:1.15rem}
#hguy-terms-modal .hgw-legal-body p{margin:0 0 14px}
#hguy-terms-modal .hgw-legal-body ul{padding-left:1.35rem}
#hguy-terms-modal .hgw-legal-body li{margin:.4rem 0}
#hguy-terms-modal .hgw-legal-body a{overflow-wrap:anywhere}
#hguy-terms-modal .hgw-legal-footer{display:flex;justify-content:flex-end;gap:12px;padding:15px 26px;border-top:1px solid #dfe6ea;background:#f7f9fa}
#hguy-terms-modal .hgw-legal-button{display:inline-block;padding:11px 18px;border:0;border-radius:9px;background:#1f2630;color:#fff;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}
#hguy-terms-modal .hgw-legal-button-secondary{border:1px solid #aeb9c2;background:#fff;color:#1f2730}
body.hgw-modal-open{overflow:hidden}
@media(max-width:640px){#hguy-terms-modal{padding:10px}#hguy-terms-modal .hgw-legal-dialog{max-height:92vh;border-radius:14px}#hguy-terms-modal .hgw-legal-header,#hguy-terms-modal .hgw-legal-body,#hguy-terms-modal .hgw-legal-footer{padding-left:18px;padding-right:18px}#hguy-terms-modal .hgw-legal-footer{align-items:stretch;flex-direction:column}#hguy-terms-modal .hgw-legal-button{width:100%;text-align:center}}
