/*
 Theme Name: Middle Tennessee Tree (mttree)
 Theme URI: https://middletennesseetree.com
 Description: Rank & Rent child theme for tree services across Middle Tennessee. CPTs (service, city), ACF fields, options, number swapper, location selector, mobile call bar, Nashville hub, and schema builder.
 Author: Coby + GPT-5 Thinking
 Version: 1.6.0
 Template: twentytwentyfour
 Text Domain: mttree
*/
:root{ --brand:#0f6a43; --brand-2:#134e33; }
.cta-banner{background:var(--brand);color:#fff;padding:24px;border-radius:14px;margin:24px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}
.cta-banner a{background:#fff;color:var(--brand-2);padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600}
.trust-strip{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0;color:#2a2a2a;font-weight:600}
.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.card{border:1px solid #e6e6e6;border-radius:12px;padding:16px}
.badges{display:flex;gap:8px;flex-wrap:wrap}
.badge{background:#eef5f0;color:#0a3f2a;border:1px solid #d7e8df;padding:6px 10px;border-radius:999px;font-size:.9rem}
.faq{margin:16px 0}
.faq dt{font-weight:700;margin-top:10px}
.faq dd{margin:6px 0 12px 0}
.small{font-size:.9rem;color:#666}

.mttree-locator{display:flex;align-items:center;gap:8px}
.mttree-label{font-weight:600}
.mttree-select{padding:8px 10px;border-radius:10px;border:1px solid #e1e1e1}

.mttree-callbar{position:fixed;left:0;right:0;bottom:0;background:#0f6a43;color:#fff;padding:10px 12px;display:none;z-index:9999}
.mttree-callbtn{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#0f6a43;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:700}
.mttree-callicon{font-size:18px}
@media (max-width: 768px){
  .mttree-callbar{display:block;padding-bottom:calc(env(safe-area-inset-bottom,0) + 10px);}
}
body{padding-bottom:70px;} /* ensure content not hidden on mobile */
