/* HandymanPro BGS — minimal frontend styles. Intentionally light so the host
   theme's styling shows through; only structural bits are set here. */

.hpbgs-form { max-width: 520px; }
.hpbgs-form .hpbgs-field { margin-bottom: 14px; }
.hpbgs-form label { display: block; font-weight: 600; margin-bottom: 4px; }
.hpbgs-form input[type="text"],
.hpbgs-form input[type="email"],
.hpbgs-form input[type="tel"],
.hpbgs-form select,
.hpbgs-form textarea {
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
}
.hpbgs-form button { cursor: pointer; }
.hpbgs-form-msg { margin-top: 10px; }
.hpbgs-form-msg.is-error { color: #b91c1c; }
.hpbgs-form-msg.is-ok { color: #15803d; }

.hpbgs-download .hpbgs-dl-reason { margin-top: 8px; font-size: 0.9em; }
.hpbgs-download .hpbgs-dl-reason.is-error { color: #b91c1c; }

.hpbgs-gate-denied { padding: 16px 0; opacity: 0.95; }
.hpbgs-form-iframe { display: block; min-height: 420px; }

/* Soft gate (email capture). Reuses .hpbgs-form; adds a headline + note. */
.hpbgs-softgate { padding: 20px; border: 1px solid rgba(0,0,0,0.12); border-radius: 10px; }
.hpbgs-softgate-headline { font-weight: 700; font-size: 1.05em; margin-bottom: 12px; }
.hpbgs-softgate-note { margin-top: 10px; font-size: 0.85em; opacity: 0.7; }
