/* THERVIQ Local SEO v63 */
.thv63-local-seo-link{
  padding:10px 0;
  background:#eef5f7;
}
.thv63-local-seo-link a{
  min-height:62px;
  padding:11px 15px;
  border-radius:15px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  color:#15313f;
  background:#fff;
  border:1px solid #dce7ec;
}
.thv63-local-seo-link span{
  color:#087344;
  font-size:9px;
  font-weight:900;
}
.thv63-local-seo-link b{
  font-size:9px;
}
.thv63-local-seo-link small{
  color:#718691;
  font-size:8px;
}
.thv63-local-hero{
  padding:70px 0;
  color:#fff;
  background:
    radial-gradient(circle at 90% 0%,rgba(24,199,123,.22),transparent 28%),
    linear-gradient(135deg,#06121a,#0a2d3e);
}
.thv63-local-hero span{
  color:#70e2ac;
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}
.thv63-local-hero h1{
  max-width:850px;
  margin:10px 0;
  font-size:clamp(36px,6vw,64px);
  line-height:1.18;
}
.thv63-local-hero h1 strong{
  color:#25d589;
}
.thv63-local-hero p{
  max-width:800px;
  margin:0;
  color:#c5d5dd;
  font-size:13px;
  line-height:1.9;
}
.thv63-local-actions{
  margin-top:22px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.thv63-local-actions a{
  min-height:46px;
  padding:9px 14px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.13);
  font-size:9px;
  font-weight:900;
}
.thv63-local-actions a.is-green{
  color:#04150c;
  background:#25d589;
  border-color:#25d589;
}
.thv63-local-services,
.thv63-local-content{
  padding:54px 0;
  background:#f4f8fa;
}
.thv63-local-services header span,
.thv63-local-content article>span{
  color:#0a9558;
  font-size:9px;
  font-weight:900;
}
.thv63-local-services header h2,
.thv63-local-content h2{
  margin:4px 0 6px;
  color:#102536;
  font-size:clamp(26px,3vw,36px);
}
.thv63-local-services header p{
  max-width:720px;
  margin:0;
  color:#718590;
  font-size:10px;
  line-height:1.8;
}
.thv63-local-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.thv63-local-grid>a{
  min-width:0;
  padding:20px;
  border-radius:19px;
  color:#102536;
  background:#fff;
  border:1px solid #dce7ec;
  box-shadow:0 10px 28px rgba(7,19,29,.04);
}
.thv63-local-grid>a>span{
  color:#0a9558;
  font-size:8px;
  font-weight:900;
}
.thv63-local-grid h3{
  margin:6px 0;
  font-size:18px;
}
.thv63-local-grid p{
  margin:0;
  color:#677e89;
  font-size:9px;
  line-height:1.8;
}
.thv63-local-grid b{
  display:block;
  margin-top:12px;
  color:#087344;
  font-size:8px;
}
.thv63-local-content{
  padding-top:0;
}
.thv63-local-content .tvf-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:12px;
}
.thv63-local-content article,
.thv63-local-content aside{
  padding:22px;
  border-radius:19px;
  background:#fff;
  border:1px solid #dce7ec;
}
.thv63-local-content article p{
  color:#607783;
  font-size:10px;
  line-height:1.9;
}
.thv63-local-content aside{
  align-self:start;
  background:#07131d;
  color:#fff;
}
.thv63-local-content aside b,
.thv63-local-content aside span{
  display:block;
}
.thv63-local-content aside b{
  font-size:15px;
}
.thv63-local-content aside span{
  margin-top:3px;
  color:#66e0a6;
  font-size:9px;
}
.thv63-local-content aside p{
  color:#afc1ca;
  font-size:9px;
  line-height:1.7;
}
.thv63-local-content aside a{
  min-height:42px;
  margin-top:12px;
  border-radius:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#04150c;
  background:#25d589;
  font-size:8px;
  font-weight:900;
}
@media(max-width:700px){
  .thv63-local-seo-link a{
    grid-template-columns:1fr;
    text-align:center;
    gap:3px;
  }
  .thv63-local-hero{
    padding:48px 0;
  }
  .thv63-local-grid,
  .thv63-local-content .tvf-wrap{
    grid-template-columns:1fr;
  }
  .thv63-local-actions{
    display:grid;
  }
  .thv63-local-actions a{
    width:100%;
  }
}
