/* Naples Storm Protection — minimal custom styling on top of Bootstrap 3 (CDN) */

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #222;
}

.navbar-brand {
  font-weight: 700;
  color: #0b3d63 !important;
}

#lead-hero {
  background: #0b3d63;
  color: #fff;
  padding: 50px 0 30px;
}
#lead-hero h1 {
  font-size: 2.1rem;
  font-weight: 700;
}
#lead-hero .lead-subtitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
#lead-hero .lead-reassurance {
  margin-top: 20px;
  font-size: 0.95rem;
}

.trust-bar {
  background: #eef3f7;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #444;
}

.lead-form {
  background: #fff;
  color: #222;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.lead-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 0.9rem;
}
.lead-form input,
.lead-form select {
  display: block;
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 400;
}
.lead-form .lead-form-consent {
  font-weight: 400;
  font-size: 0.85rem;
}
.lead-form .lead-form-consent input {
  width: auto;
  display: inline-block;
  margin-right: 6px;
}
.lead-form .btn-green {
  background: #1c8a4c;
  color: #fff;
  border: none;
  padding: 10px 18px;
  width: 100%;
  font-weight: 700;
}
.lead-form .cf-turnstile {
  margin: 15px 0;
}
.lead-form-privacy {
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
}

section {
  padding: 45px 0;
}
#lead-steps { background: #fafafa; }
.lead-local, .lead-faq { background: #fff; }
.lead-benefits { background: #f5f8fa; }
.lead-benefits-images img {
  max-width: 48%;
  display: inline-block;
  margin: 0 1%;
}
.lead-cost-table th, .lead-cost-table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.lead-faq-item {
  margin-bottom: 20px;
}
#lead-finalcta {
  background: #0b3d63;
  color: #fff;
  text-align: center;
}
#lead-finalcta .lead-form {
  max-width: 500px;
  margin: 20px auto 0;
  text-align: left;
}

.page-header {
  background: #0b3d63;
  color: #fff;
  padding: 30px 0;
}
.single-sidebar {
  background: #f5f8fa;
  padding: 20px;
  border-radius: 6px;
}

#site-footer {
  background: #12293d;
  color: #cbd5df;
  padding: 40px 0 15px;
  margin-top: 20px;
}
#site-footer h5 { color: #fff; }
#site-footer a { color: #cbd5df; }
.footer-links { padding-left: 0; }
.footer-bottom {
  border-top: 1px solid #23415a;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 0.85rem;
}
