.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-status {
    min-height: 1.5em;
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-3, #64748b);
}

.form-status.is-error {
    color: #b91c1c;
}

.form-status.is-success {
    color: #166534;
}

.form-note {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--text-3, #64748b);
}

.cf-turnstile-shell {
    margin-top: 12px;
}

.cf-turnstile-shell[hidden] {
    display: none !important;
}

[data-contact-form] [type="submit"][disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

[data-payjp-checkout-form] [type="submit"][disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}
