/* Site-level override of the theme's stock static/css/custom.css (176-byte empty stub).
   Minimal styling for the lead-gen sections (lead-hero, lead-local, lead-steps, lead-cost,
   lead-benefits, lead-faq, lead-finalcta) that don't exist in the base Universal theme. */

.lead-hero { background: #0c3b5c; color: #fff; padding: 60px 0 30px; }
.lead-hero h1 { color: #fff; }
.lead-hero .lead-subtitle { font-size: 18px; opacity: 0.95; }
.lead-reassurance { margin-top: 20px; font-size: 14px; opacity: 0.9; }
.trust-bar { background: #08283f; color: #fff; padding: 10px 0; font-size: 14px; text-align: center; }

.lead-form { background: #fff; color: #333; padding: 25px; border-radius: 6px; box-shadow: 0 4px 18px rgba(0,0,0,0.2); }
.lead-form .form-group { margin-bottom: 14px; }
.lead-form-consent span { font-weight: normal; font-size: 12px; display: inline-block; margin-left: 6px; }
.lead-form-privacy { font-size: 12px; color: #666; margin-top: 10px; }
.cf-turnstile { margin: 15px 0; }

.lead-local, .lead-steps, .lead-benefits, .lead-social { padding: 50px 0; }
.lead-cost, .lead-faq, .lead-finalcta { padding: 50px 0; background: #f7f9fa; }
.lead-local-points li { margin-bottom: 12px; }
.lead-local-sources { font-size: 13px; color: #777; margin-top: 20px; }
.lead-cost-table th, .lead-cost-table td { vertical-align: middle; }
.lead-cost-note { font-size: 14px; color: #555; margin: 20px 0; }
.lead-faq-item { margin-bottom: 20px; }
.lead-finalcta { text-align: center; }
.lead-finalcta .lead-form { text-align: left; display: inline-block; max-width: 500px; width: 100%; }
.footer-disclaimer { font-size: 12px; color: #999; }
.single-sidebar { background: #f7f9fa; padding: 20px; border-radius: 6px; }
