/* Lead Gen Tool */
.lead-gen-tool {
    background: #fff9ef;
    border: 1px solid #eadcc5;
    border-radius: 16px;
    padding: 20px 24px;
    margin: 20px auto;
    max-width: 780px;
    container-type: inline-size;
    text-align: center;
    color: #263349;
    font-family: 'Causten', sans-serif;
}
.lead-gen-tool [hidden] { display: none !important; }
.lead-gen-tool .lg-container { max-width: none; margin: auto; }
.lead-gen-tool .lg-storefront { width: 44px; height: 37px; margin: 0 8px 8px 0; vertical-align: middle; }
.lead-gen-tool .lg-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .14em; display: inline-block; vertical-align: middle; text-transform: uppercase; margin: 0 0 8px; color: #695333; }
.lead-gen-tool .lg-question { font-size: clamp(1.1rem, 3.7cqi, 1.65rem); font-weight: 700; color: #263349; margin: 0 0 10px; line-height: 1.15; }
.lead-gen-tool .lg-description { font-size: 1rem; line-height: 1.4; margin: 0 auto 16px; color: #4c5664; }
.lead-gen-tool .lg-btn { padding: 10px 20px; font: inherit; font-weight: 700; border: 0; border-radius: 8px; cursor: pointer; background: #263349; color: #fff; white-space: normal; max-width: 100%; }
.lead-gen-tool .lg-btn:hover { background: #384b69; }
.lead-gen-tool .lg-btn:disabled { opacity: .65; cursor: wait; }
.lead-gen-tool .lg-btn:focus-visible, .lead-gen-tool .lg-link:focus-visible, .lead-gen-tool .lg-input:focus-visible { outline: 3px solid #94611b; outline-offset: 3px; }
.lead-gen-tool .lg-recommend { margin: 12px 0 0; font-size: .95rem; color: #4c5664; }
.lead-gen-tool .lg-link { background: none; border: 0; padding: 3px 0; font: inherit; color: #263349; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.lead-gen-tool .lg-link:hover { color: #80531b; }
.lead-gen-tool .lg-back { margin-top: 18px; }
.lead-gen-tool .lg-form { display: flex; flex-direction: column; gap: 12px; max-width: 370px; margin: auto; text-align: left; }
.lead-gen-tool .lg-form label { font-weight: 600; margin: 0; }
.lead-gen-tool .lg-input { box-sizing: border-box; width: 100%; min-width: 0; padding: 12px 15px; border: 1px solid #b8b1a6; border-radius: 8px; font: inherit; background: #fff; color: #263349; }
.lead-gen-tool .lg-error { color: #a12424; margin-top: 16px; }
@media (max-width: 480px) {
    .lead-gen-tool { padding: 18px 16px; }
    .lead-gen-tool .lg-btn { width: 100%; }
}
