.social-hero {
  background: #2c4d80;
  color: #fff;
  padding: 56px 0 40px;
  margin-top: 6.5rem;
}
.social-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  opacity: .85;
  margin-bottom: 10px;
}
.social-hero h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.lead-text {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 760px;
}
.hero-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
}
.hero-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #87161e;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.hero-btn:hover { color: #fff; background: #6f1118; }
.social-section { padding: 44px 0; }
.social-section h2 {
  color: #87161e;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.social-section p, .social-section li {
  color: #333;
  font-size: .95rem;
  line-height: 1.75;
}
.muted-bg { background: #f5f7fa; }
.insight-grid, .offering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.offering-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.insight-card, .offering-card {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  padding: 18px;
  min-height: 96px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.offering-card {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
  color: #333;
}
.offering-card i { color: #2c4d80; font-size: 1.25rem; }
.method-list, .check-list { padding-left: 0; list-style: none; margin: 0; }
.method-list li, .check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}
.method-list li::before, .check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2c4d80;
}
.social-cta {
  background: #2c4d80;
  color: #fff;
  padding: 44px 0;
}
.social-cta h2 { color: #fff; font-weight: 700; }
.social-cta p { max-width: 760px; margin: 0 auto 12px; }
@media (max-width: 768px) {
  .social-hero { margin-top: 5.5rem; padding-top: 36px; }
  .insight-grid, .offering-grid { grid-template-columns: 1fr; }
}

.social-brand-visual {
  background: #f5f7fa;
  padding: 32px 0;
}
.brand-visual-img {
  display: block;
  width: min(100%, 560px);
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
