/* Franco Painting LLC - custom additions (Astonishing Systems) */
/* Reused across index.html and CoverageArea.html - keep this file in /css/ alongside bootstrap.css and style.css */

.fp-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 22px;margin-top:22px;}
.fp-trust-item{font-size:13px;letter-spacing:.02em;white-space:nowrap;color:#fff;display:inline-flex;align-items:center;line-height:1.2;}
/* Bulletproof image sizing: inline style + !important here beats any theme rule that forces
   img{max-width:100%;height:auto}, which is what was causing the star badge to overlap text. */
.fp-trust-item img{height:16px !important;width:auto !important;max-width:none !important;display:inline-block;vertical-align:middle;margin-right:4px;}

.fp-feature-grid{display:flex;flex-wrap:wrap;}
.fp-feature{padding:0 15px;margin-bottom:30px;}
.fp-feature-icon{font-size:34px;display:block;margin-bottom:14px;}

.fp-testimonial{padding:0 15px;margin-bottom:30px;}
.fp-testimonial-avatar{width:64px !important;height:64px !important;max-width:none !important;border-radius:50%;object-fit:cover;margin-bottom:14px;display:inline-block;}

.fp-city-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;}
.fp-city-chip{display:inline-block;padding:8px 18px;border-radius:30px;border:1px solid rgba(0,0,0,.15);font-size:14px;text-decoration:none;}
a.fp-city-chip{font-weight:600;}

.fp-steps{display:flex;flex-wrap:wrap;}
.fp-step{padding:0 15px;margin-bottom:20px;}
.fp-step-number{width:44px;height:44px !important;max-width:none !important;line-height:44px;border-radius:50%;background:#25334d;color:#fff;font-weight:700;margin:0 auto 14px;}

.fp-faq-item{border-bottom:1px solid rgba(0,0,0,.1);padding:16px 0;}
.fp-faq-item summary{cursor:pointer;font-weight:700;font-size:16px;}
.fp-faq-item p{margin-top:10px;margin-bottom:0;}

.fp-sticky-call{display:none;}
@media (max-width:767px){
  .fp-sticky-call{display:block;position:fixed;left:0;right:0;bottom:0;z-index:999;text-align:center;padding:12px 10px;box-shadow:0 -2px 10px rgba(0,0,0,.2);}
  .fp-sticky-call a{color:#fff;font-size:16px;font-weight:700;text-decoration:none;display:block;}
  body{padding-bottom:52px;}
}
