.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.ztx-modal-open { overflow: hidden; }
.ztx-lead-modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 20px; background: rgba(8, 20, 32, .68); backdrop-filter: blur(8px); }
.ztx-lead-card { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 34px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .28); }
.ztx-lead-close { position: absolute; top: 15px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef3f6; color: #1b2b38; font-size: 26px; cursor: pointer; }
.ztx-kicker { margin: 0 0 8px; color: #ff5a1f; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.ztx-lead-card h2 { margin: 0; color: #102536; font-size: clamp(24px, 4vw, 32px); }
.ztx-lead-intro { margin: 10px 0 24px; color: #607080; }
.ztx-lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ztx-lead-form label { display: grid; gap: 7px; color: #314555; font-size: 14px; font-weight: 700; }
.ztx-lead-form input, .ztx-lead-form textarea { width: 100%; border: 1px solid #d4dde3; border-radius: 10px; padding: 11px 12px; color: #142a3a; font: inherit; font-weight: 400; }
.ztx-lead-form input:focus, .ztx-lead-form textarea:focus { outline: 3px solid rgba(255, 90, 31, .16); border-color: #ff5a1f; }
.ztx-files-summary, .ztx-notes, .ztx-form-error, .ztx-lead-form .button { grid-column: 1 / -1; }
.ztx-files-summary { padding: 12px 14px; border-radius: 10px; background: #f3f7f9; color: #516574; font-size: 14px; line-height: 1.6; }
.ztx-form-error { min-height: 20px; margin: -4px 0; color: #b42318; font-size: 14px; }
.ztx-lead-result { text-align: center; }
.ztx-success-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 4px auto 16px; border-radius: 50%; background: #e9f8ef; color: #118442; font-size: 32px; font-weight: 900; }
.ztx-lead-result p { color: #5d6e7c; line-height: 1.7; }
.ztx-lead-result h3 { margin: 6px 0 16px; color: #102536; font-size: 28px; letter-spacing: .04em; }
.ztx-lead-result img { width: min(260px, 78vw); margin: 8px auto 20px; border: 1px solid #dde5ea; border-radius: 12px; }
@media (max-width: 620px) {
  .ztx-lead-card { padding: 28px 20px 22px; border-radius: 16px; }
  .ztx-lead-form { grid-template-columns: 1fr; }
}
