/* 360BT Google Maps 3D + reviews demo — brand black + gold */
.gmaps-demo{
  background:#0d0d0d;
  border:1px solid #1a1a1a;
  border-radius:12px;
  padding:24px 20px;
  margin:32px 0;
  max-width:860px;
}
.gmaps-demo-title{
  color:#c9a94e;
  font-size:22px;
  margin:0 0 6px;
  font-family:"Inter",-apple-system,sans-serif;
}
.gmaps-demo-eyebrow{
  color:#666;
  font-size:11px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0 0 4px;
}
.gmaps-demo-sub{
  color:#bbb;
  font-size:15px;
  line-height:1.7;
  margin:0 0 16px;
}
.gmaps-demo-map{
  width:100%;
  height:360px;
  border-radius:10px;
  overflow:hidden;
  background:#111;
  border:1px solid #1a1a1a;
  position:relative;
  margin:14px 0;
}
.gmaps-demo-map[data-mode="placeholder"]::before{
  content:"Photorealistic 3D map loading…";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#666;
  font-size:13px;
  letter-spacing:.5px;
}
.gmaps-demo-reviews{
  background:#0a0a0a;
  border:1px solid #1a1a1a;
  border-radius:10px;
  padding:16px 18px;
  margin-top:14px;
  font-size:14px;
}
.gmaps-demo-reviews[data-mode="placeholder"]::before{
  content:"Live Google reviews appear here once the map is wired.";
  display:block;
  color:#666;
  font-size:12px;
  padding:6px 0;
}
.gmaps-demo-reviews .rv-head strong{color:#fff}
.gmaps-demo-reviews .rv-stars{color:#c9a94e;font-weight:700;margin-left:6px}
.gmaps-demo-reviews .rv-count{color:#777;font-size:12px;margin-left:4px}
.gmaps-demo-reviews .rv-list{margin-top:10px}
.gmaps-demo-reviews .rv-item{border-top:1px solid #1a1a1a;padding:10px 0}
.gmaps-demo-reviews .rv-item:first-child{border-top:0}
.gmaps-demo-reviews .rv-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px;color:#999}
.gmaps-demo-reviews .rv-author{color:#ccc;font-weight:600}
.gmaps-demo-reviews .rv-r{color:#c9a94e}
.gmaps-demo-reviews .rv-item p{color:#bbb;font-size:13px;line-height:1.6;margin:0}
.gmaps-demo-reviews .rv-src{margin-top:12px;font-size:12px;color:#666}
.gmaps-demo-reviews .rv-src a{color:#c9a94e}
.gmaps-demo-founder{
  background:#121212;
  border-left:3px solid #c9a94e;
  padding:12px 16px;
  margin-top:16px;
  font-size:14px;
  color:#ccc;
  border-radius:0 8px 8px 0;
  line-height:1.7;
}
.gmaps-demo-founder strong{color:#c9a94e}
.gmaps-demo-founder em{color:#fff;font-style:normal}
@media(max-width:560px){
  .gmaps-demo{padding:20px 16px}
  .gmaps-demo-title{font-size:19px}
  .gmaps-demo-map{height:260px}
}
