body {
  margin: 0;
  color: #222;
  font-family: system-ui, sans-serif;
  line-height: 1.6;
}

.social-hero,
.social-text,
.social-benefits,
.social-cta,
.social-hero *,
.social-text *,
.social-benefits *,
.social-cta * {
  box-sizing: border-box;
}

.social-hero .container,
.social-text .container,
.social-benefits .container,
.social-cta .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.social-hero {
  position: relative;
  height: clamp(420px, 55vw, 560px);
  overflow: hidden;
  background: #1d1713;
}

.social-hero__bg,
.social-hero__overlay {
  position: absolute;
  inset: 0;
}

.social-hero__bg {
  z-index: 0;
}

.social-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.social-hero__overlay {
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 44px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0.58) 100%);
}

.social-hero__overlay .container {
  max-width: 760px;
}

.social-hero__overlay h1,
.social-text h2,
.social-benefits h2,
.social-cta h2 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.social-hero__overlay h1 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 2.25rem;
}

.social-hero__overlay p {
  margin: 0 0 18px;
  font-size: 1.2rem;
}

.social-hero__overlay p:last-child {
  margin-bottom: 0;
}

.btn-primary {
  display: inline-block;
  max-width: 100%;
  padding: 12px 22px;
  border-radius: 6px;
  color: #fff;
  background: #b08a2e;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: #fff;
  background: #9b7929;
}

.social-text,
.social-benefits,
.social-cta {
  padding: 40px 0;
}

.social-text {
  background: #fff;
}

.social-benefits {
  background: #fafafa;
}

.social-text p,
.social-cta p {
  margin: 0 0 16px;
}

.benefit-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li strong {
  color: #b08a2e;
}

.social-cta {
  text-align: center;
}

@media (max-width: 700px) {
  .social-hero {
    height: 350px;
    min-height: 0;
  }

  .social-hero__bg img {
    object-position: center top;
  }

  .social-hero__overlay {
    padding: 24px 0;
  }

  .social-hero__overlay h1 {
    font-size: 1.75rem;
  }

  .social-hero__overlay p {
    font-size: 1rem;
  }

  .social-text,
  .social-benefits,
  .social-cta {
    padding: 32px 0;
  }
}
