/*
Theme Name: MB Pest Pro (Fixed)
Theme URI: https://mnbpestcontrol.com/
Author: Peacehaven Media Group
Description: Complete theme for M and B Pest Control with fixed homepage, embedded map, and restored About copy.
Version: 1.0.0
Text Domain: mbpestpro-fixed
*/
:root{--ink:#0e1116;--panel:#121720;--accent:#b3202a;--text:#e9eef5;--muted:#a8b3c2}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:#0b0f14;line-height:1.6}
.container{max-width:1140px;margin:0 auto;padding:0 20px}
.header{background:#0b0e12;border-bottom:1px solid #1c2230;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:40px;width:auto;border-radius:6px;background:#fff;padding:3px}
.brand .domain{font-weight:800}
.call{background:var(--accent);color:#fff;border-radius:12px;padding:10px 14px;font-weight:800;text-decoration:none}
.hero{padding:30px 0 10px;background:linear-gradient(180deg,#141923 0%,#0e131b 100%);border-bottom:1px solid #1b2130}
.hero-head{display:flex;gap:14px;align-items:center}
.hero-logo{height:62px;width:auto;border-radius:8px;background:#fff;padding:4px}
.hero h1{margin:0;font-size:clamp(30px,5vw,46px);line-height:1.1}
.eyebrow{margin:6px 0 0;color:#cfd8e3;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0}
.cta{display:inline-block;border-radius:12px;padding:12px 16px;font-weight:800;text-decoration:none}
.cta.primary{background:var(--accent);color:#fff}
.cta.secondary{background:#fff;color:#111}
.notice{color:#dbe4ef;background:#18202b;border:1px dashed #2a3446;border-radius:12px;padding:10px 12px}
.section{padding:30px 0}
.kicker{font-weight:800;color:#97a6b8;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px}
.card{background:var(--panel);border:1px solid #21293a;border-radius:16px;padding:16px}
.map-embed iframe{width:100%;height:400px;border:0;border-radius:12px}
.grid{display:grid;gap:14px}
.services .card{padding:14px}
.form label{display:block;margin:0 0 6px;color:#cfd8e3;font-weight:700}
input,textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #2a3344;background:#0c1017;color:#e9eef5}
textarea{min-height:140px;resize:vertical}
button.btn{margin-top:10px;background:var(--accent);color:#fff;border:0;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}
.footer{background:#0b0e12;border-top:1px solid #1c2230}
.footer-inner{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;padding:16px 0;color:#c7d0dd;font-size:14px}
@media(min-width:900px){.grid.cols-3{grid-template-columns:repeat(3,1fr)}}
@media(max-width:540px){.brand .domain{display:none}}
