/* Social profiles, buyer FAQs and insight-index support — 2026-07-31 */
.gg-social-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.gg-social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#e7edf5;
  background:rgba(255,255,255,.035);
  font-size:.83rem;
  font-weight:750;
  line-height:1;
  text-decoration:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.gg-social-links a:hover,
.gg-social-links a:focus-visible{
  color:#8fe4d5;
  border-color:rgba(143,228,213,.56);
  background:rgba(143,228,213,.08);
  transform:translateY(-1px);
}
.gg-social-links svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
  fill:currentColor;
}
.gg-profile-social{
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid var(--line,#d8e0e8);
}
.gg-profile-social>.small{
  margin:0 0 8px;
  color:#526172;
  font-weight:700;
}
.gg-profile-social .gg-social-links{
  margin-top:0;
}
.gg-profile-social .gg-social-links a{
  color:#17384a;
  background:#fff;
  border-color:#cbd6df;
}
.gg-profile-social .gg-social-links a:hover,
.gg-profile-social .gg-social-links a:focus-visible{
  color:#116b60;
  border-color:#72cabb;
  background:#edf9f6;
}
.gg-profile-social-dark{
  border-top:0;
  padding-top:0;
  margin:24px 0 0;
}
.gg-profile-social-dark>.small{color:#c9d6e4}
.gg-profile-social-dark .gg-social-links a{
  color:#edf4fa;
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.2);
}

.gg-faq-section .section-head{
  align-items:start;
}
.gg-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.gg-faq-item{
  min-width:0;
  border:1px solid #d6dee6;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(10,25,43,.045);
  overflow:hidden;
}
.gg-faq-item summary{
  position:relative;
  display:flex;
  align-items:center;
  min-height:76px;
  padding:22px 58px 22px 24px;
  color:#0b1a2b;
  font-family:Manrope,Inter,sans-serif;
  font-size:1.04rem;
  font-weight:800;
  line-height:1.35;
  cursor:pointer;
  list-style:none;
}
.gg-faq-item summary::-webkit-details-marker{display:none}
.gg-faq-item summary::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#0d665c;
  background:#e3f5f1;
  font-size:1.25rem;
  line-height:1;
}
.gg-faq-item[open] summary::after{content:"–"}
.gg-faq-item[open] summary{
  border-bottom:1px solid #e0e6ec;
}
.gg-faq-answer{
  padding:0 24px 22px;
}
.gg-faq-answer p{
  margin:18px 0 0;
  color:#4d5c6c;
  font-size:.98rem;
  line-height:1.72;
}

/* The article index can hold three equal cards without crowding. */
.page-pricing .card-grid-3{
  align-items:stretch;
}
.page-pricing .card-grid-3>.card{
  display:flex;
  flex-direction:column;
}
.page-pricing .card-grid-3>.card .text-link{
  margin-top:auto;
  padding-top:18px;
}

@media(max-width:820px){
  .gg-faq-grid{grid-template-columns:1fr}
  .gg-faq-item summary{min-height:0;padding:20px 54px 20px 20px}
  .gg-faq-answer{padding:0 20px 20px}
  .gg-social-links a span{display:none}
  .gg-social-links a{width:42px;height:42px;padding:0}
}
