/* =========================================
   INSPECTOR OVERRIDES — Forrest Marketing
   Zone styling for home inspector sites
   Works on top of forrest-master.css
   Last updated: April 2026
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

/* === TYPOGRAPHY === */
body { font-family: 'DM Sans', system-ui, sans-serif; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; }

/* === ZONE 1: UTILITY BAR === */
.utility { background: #000; color: #fff; font-size: 14px; }
.utility-pills { display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; padding: 10px 20px; }
.pill { background: rgba(255,255,255,0.12); color: #fff; padding: 6px 20px; border-radius: 999px; font-size: 13px; text-decoration: none; white-space: nowrap; transition: background 0.25s; }
.pill:hover { background: var(--primary-red); }

/* === ZONE 2: HEADER === */
header { background: #fff; border-bottom: 1px solid #ddd; text-align: center; padding: 20px; }
.logo-wrap img { width: clamp(280px, 70vw, 800px); max-width: 100%; height: auto; margin: 0 auto; }

/* === CREDENTIAL BAR === */
.credential-bar { background: #111; color: #fff; text-align: center; padding: 10px 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.3px; }
.credential-bar span { opacity: 0.9; }
.credential-bar .sep { margin: 0 12px; opacity: 0.4; }

/* === ZONE 3: CTA BAR === */
.cta-bar { background: #000; color: #fff; padding: 28px 20px 32px; text-align: center; }
.cta-bar h2 { font-family: 'DM Sans', system-ui, sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 18px; letter-spacing: 0.5px; color: #fff; }
.cta-bar .hero-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-bar .btn { background: var(--primary-red); color: #fff; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 15px; padding: 13px 30px; transition: all 0.25s ease; display: inline-block; }
.cta-bar .btn:hover { background: var(--primary-red-dark); transform: translateY(-2px); }
.cta-bar .btn-white { background: #fff; color: #000; }
.cta-bar .btn-white:hover { background: #f0f0f0; transform: translateY(-2px); }

/* === ZONE 4: NAVIGATION === */
.nav-bar { background: #000; border-top: 1px solid rgba(255,255,255,0.08); }
.pill-nav ul { list-style: none; margin: 0; padding: 14px 20px 16px; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; }
.pill-nav a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; background: rgba(255,255,255,0.13); color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; transition: background 0.25s; }
.pill-nav a:hover, .pill-nav a.active { background: var(--primary-red); }
.pill-nav a.nav-cta { background: var(--primary-red); color: #fff; }
.pill-nav a.nav-cta:hover { background: var(--primary-red-dark); }

/* === ZONE 5: HERO === */
.hero { position: relative; background: url('images/hero.jpg') center/cover no-repeat; min-height: 520px; display: flex; align-items: center; color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.68); }
.hero .wrap { position: relative; display: flex; justify-content: center; width: 100%; }
.hero-content { text-align: center; max-width: 720px; }
.hero h1 { font-size: clamp(2rem, 4vw, 3rem); color: #fff; line-height: 1.2; margin-bottom: 16px; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.88); margin-bottom: 28px; line-height: 1.6; }
.hero .hero-buttons { margin-top: 8px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero .btn { display: inline-block; background: var(--primary-red); color: #fff; padding: 13px 30px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.25s ease; }
.hero .btn:hover { background: var(--primary-red-dark); transform: translateY(-2px); }

/* === SHARED SECTION LABELS === */
.section-label { font-family: 'DM Sans', system-ui, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary-red); margin-bottom: 10px; display: block; }
.section-title { font-size: clamp(1.6rem, 2.8vw, 2.2rem); color: #111; margin-bottom: 16px; line-height: 1.25; }
.section-body { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 14px; }

/* === ZONE 6: TWO COLUMN CONTENT === */
.zone-6 { padding: 70px 0; background: #fff; }
.content-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.content-two-col h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); color: #111; margin-bottom: 16px; line-height: 1.25; }
.content-two-col p { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 14px; }
.checklist { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 12px; }
.checklist li { font-size: 14px; color: #333; line-height: 1.6; padding-left: 32px; position: relative; }
.checklist li::before { content: '✓'; position: absolute; left: 0; top: 0; background: var(--primary-red); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
@media (max-width: 900px) { .content-two-col { grid-template-columns: 1fr; gap: 40px; } }

/* === SPECIALTY CARDS === */
.specialty-cards { padding: 70px 0; background: #f8f8f8; }
.specialty-header { text-align: center; margin-bottom: 48px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.spec-card { background: #fff; border-radius: 10px; padding: 30px 24px; border-top: 3px solid var(--primary-red); box-shadow: 0 4px 16px rgba(0,0,0,0.07); transition: transform 0.25s, box-shadow 0.25s; }
.spec-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.spec-icon { font-size: 2rem; margin-bottom: 14px; }
.spec-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: #111; margin-bottom: 10px; }
.spec-desc { font-size: 14px; color: #555; line-height: 1.75; }
@media (max-width: 900px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .cards-grid { grid-template-columns: 1fr; } }

/* === CREDENTIALS BAND === */
.credentials-band { background: #000; padding: 70px 0; }
.credentials-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.credentials-band .section-label { color: rgba(255,255,255,0.55); }
.credentials-band h2 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 16px; line-height: 1.25; }
.credentials-band p { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.75; margin-bottom: 20px; }
.cred-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.cred-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.cred-item:last-child { border-bottom: none; }
.cred-item::before { content: '✓'; color: rgba(255,255,255,0.6); font-weight: 800; font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.cred-item-text { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.6; }
.cred-item-text strong { color: #fff; }
@media (max-width: 900px) { .credentials-inner { grid-template-columns: 1fr; gap: 32px; } }

/* === ZONE 6B: REVIEWS === */
.reviews-section { background: #f8f8f8; padding: 70px 0; }
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 20px; flex-wrap: wrap; }
.reviews-badge-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.reviews-badge-wrap img { height: 56px; width: auto; }
.reviews-badge-link { font-size: 12px; color: #666; text-decoration: none; transition: color 0.2s; }
.reviews-badge-link:hover { color: var(--primary-red); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #fff; border-radius: 10px; padding: 26px 22px; box-shadow: 0 4px 14px rgba(0,0,0,0.07); display: flex; flex-direction: column; gap: 12px; }
.review-stars { color: var(--primary-red); font-size: 15px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: #555; line-height: 1.8; font-style: italic; flex-grow: 1; }
.review-name { font-size: 13px; font-weight: 700; color: #111; padding-top: 12px; border-top: 1px solid #eee; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } .reviews-header { flex-direction: column; align-items: flex-start; } .reviews-badge-wrap { align-items: flex-start; } }

/* === ZONE 7: FAQ === */
.faq-section { padding: 70px 0; background: #fff; }
.faq-header { text-align: center; margin-bottom: 40px; }
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.faq-item { margin-bottom: 28px; }
.faq-item h3 { font-family: 'DM Sans', system-ui, sans-serif; font-size: 15px; font-weight: 700; color: #111; margin-bottom: 8px; padding-left: 16px; border-left: 3px solid var(--primary-red); }
.faq-item p { font-size: 14px; color: #555; line-height: 1.75; padding-left: 16px; margin-bottom: 0; }
@media (max-width: 900px) { .faq-cols { grid-template-columns: 1fr; } }

/* === ZONE 8: DUAL MAP === */
.map-section { padding: 70px 0; background: #f8f8f8; }
.map-header { text-align: center; margin-bottom: 36px; }
.dual-map { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.map-box { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.map-box-label { background: #000; color: #fff; text-align: center; padding: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.map-box iframe { width: 100%; height: 380px; border: 0; display: block; }
.map-box img { width: 100%; height: 380px; object-fit: cover; display: block; }
@media (max-width: 900px) { .dual-map { grid-template-columns: 1fr; } }

/* === ZONE 9: SERVICE AREA CITIES === */
.service-areas { padding: 70px 0; background: #f8f8f8; text-align: center; }
.service-areas h2 { margin-bottom: 12px; }
.service-areas p { color: #555; max-width: 600px; margin: 0 auto 36px; }
.service-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 800px; margin: 0 auto; }
.service-pill { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #fff; border-radius: 8px; border: 2px solid #ddd; text-decoration: none; font-weight: 600; font-size: 15px; color: #222; transition: all 0.3s ease; }
.service-pill:hover { background: #000; color: #fff; border-color: #000; }
.service-pill.active { background: var(--primary-red); color: #fff; border-color: var(--primary-red); }

/* === ZONE 9C: QR CODE === */
.qr-section { padding: 60px 0; background: #fff; text-align: center; }
.qr-section h2 { margin-bottom: 12px; }
.qr-section p { color: #555; font-size: 15px; max-width: 500px; margin: 0 auto 30px; }
.qr-wrap img { width: 400px; height: 400px; margin: 0 auto; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); max-width: 90vw; }

/* === ZONE 9D: SOCIAL === */
.social-section { padding: 50px 0; background: #f8f8f8; text-align: center; }
.social-section h2 { margin-bottom: 10px; }
.social-section p { color: #555; margin-bottom: 24px; }
.social-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-facebook { display: inline-flex; align-items: center; gap: 10px; background: #1877F2; color: #fff; font-size: 15px; font-weight: 600; padding: 13px 30px; border-radius: 999px; text-decoration: none; transition: all 0.25s; }
.btn-facebook:hover { background: #1565d8; transform: translateY(-2px); }

/* === ZONE 9E: FINAL CTA STRIP === */
.cta-strip { background: var(--primary-red); padding: 60px 20px; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; top: -80px; left: -80px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.cta-strip::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(0,0,0,0.08); }
.cta-strip-inner { position: relative; max-width: 700px; margin: 0 auto; }
.cta-strip h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: 12px; }
.cta-strip p { color: rgba(255,255,255,0.82); font-size: 16px; margin-bottom: 32px; }
.cta-strip-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white-solid { display: inline-block; background: #fff; color: var(--primary-red); font-family: 'DM Sans', system-ui, sans-serif; font-size: 15px; font-weight: 700; padding: 13px 30px; border-radius: 999px; text-decoration: none; transition: background 0.25s, transform 0.25s; }
.btn-white-solid:hover { background: #f0f0f0; transform: translateY(-2px); }
.btn-outline-white { display: inline-block; background: transparent; color: #fff; font-family: 'DM Sans', system-ui, sans-serif; font-size: 15px; font-weight: 600; padding: 13px 30px; border-radius: 999px; border: 2px solid rgba(255,255,255,0.65); text-decoration: none; transition: border-color 0.25s, background 0.25s, transform 0.25s; }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.10); transform: translateY(-2px); }

/* === ZONE 10: FOOTER === */
.site-footer { background: #000; color: #fff; padding: 60px 20px 28px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.10); }
.footer-contact-row { display: flex; align-items: center; gap: 8px; font-size: 13px; margin-bottom: 8px; color: rgba(255,255,255,0.75); }
.footer-contact-row a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s; }
.footer-contact-row a:hover { color: var(--primary-red); }
.footer-col-title { font-family: 'DM Sans', system-ui, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--primary-red); }
.footer-bottom { max-width: 1100px; margin: 28px auto 0; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.75); }
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 580px) { .footer-inner { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* === BUTTONS === */
.btn-primary { display: inline-block; padding: 13px 28px; background: var(--primary-red); color: #fff; text-decoration: none; border-radius: 999px; font-weight: 600; font-family: 'DM Sans', system-ui, sans-serif; transition: background 0.25s, transform 0.25s; }
.btn-primary:hover { background: var(--primary-red-dark); transform: translateY(-2px); }
.btn-outline { display: inline-block; padding: 13px 28px; border: 2px solid var(--primary-red); color: var(--primary-red); text-decoration: none; border-radius: 999px; font-weight: 600; font-family: 'DM Sans', system-ui, sans-serif; background: transparent; transition: background 0.25s, color 0.25s, transform 0.25s; }
.btn-outline:hover { background: var(--primary-red); color: #fff; transform: translateY(-2px); }

/* === FLOATING CALL BUTTON === */
.float-call { position: fixed; bottom: 24px; right: 24px; z-index: 999; background: var(--primary-red); color: #fff; display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 999px; font-family: 'DM Sans', system-ui, sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 24px rgba(200,16,46,0.45); transition: background 0.25s, transform 0.25s, box-shadow 0.25s; letter-spacing: 0.02em; }
.float-call:hover { background: var(--primary-red-dark); transform: translateY(-3px); box-shadow: 0 10px 32px rgba(200,16,46,0.52); }
