/* Public enquiry honeypot + notices — loaded on every page */
.hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.nhr-form-notice.success {
    color: #1b7f3a;
    font-weight: 600;
    margin-bottom: 12px;
}

.nhr-form-notice.error {
    color: #b42318;
    font-weight: 600;
    margin-bottom: 12px;
}

body.nhr-enquiry-modal-open {
    overflow: hidden;
}

.nhr-enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.nhr-enquiry-modal.is-open {
    display: flex;
}

.nhr-enquiry-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.62);
}

.nhr-enquiry-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 36px 28px 28px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--th-border-color, #e5e5e5);
}

.nhr-enquiry-modal__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f7ee;
    color: #1b7f3a;
    font-size: 32px;
}

.nhr-enquiry-modal__title {
    margin: 0 0 10px;
    color: var(--title-color, #1a1a1a);
    font-size: 24px;
    line-height: 1.3;
}

.nhr-enquiry-modal__text {
    margin: 0 0 22px;
    color: var(--body-color, #5b5b5b);
    font-size: 16px;
    line-height: 1.6;
}

.nhr-enquiry-modal__dialog .th-btn {
    min-width: 120px;
}
