.social-service-page { background: #fff; color: #565656; }
.service-hero { position: relative; min-height: 600px; display: flex; align-items: center; background-size: cover; background-position: center; overflow: hidden; }
.service-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23, 28, 32, .88) 0%, rgba(23, 28, 32, .66) 48%, rgba(23, 28, 32, .22) 100%); }
.service-hero__content { position: relative; z-index: 1; max-width: 850px; padding: 150px 0 100px; }
.service-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--base-color); }
.service-hero h1 { max-width: 820px; margin: 22px 0 18px; color: #fff; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.service-hero__lead { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.85); font-size: 19px; line-height: 1.65; }
.service-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-hero__link { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; padding: 12px 4px; }
.service-section { padding: 100px 0; }
.service-section--soft { background: #f7f5f2; }
.service-kicker { display: block; margin-bottom: 13px; color: var(--base-color); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-heading { margin-bottom: 24px; color: var(--dark-gray); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.14; letter-spacing: -.035em; }
.service-copy p:last-child { margin-bottom: 0; }
.service-intro-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 70px; align-items: center; }
.service-image-card { position: relative; min-height: 520px; }
.service-image-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: 24px; box-shadow: 0 22px 55px rgba(35, 35, 35, .13); }
.service-image-card::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 42%; height: 42%; border: 2px solid rgba(198,40,40,.2); border-radius: 24px; z-index: -1; }
.service-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }
.service-feature-card { height: 100%; padding: 30px; border: 1px solid #ece8e3; border-radius: 18px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-feature-card:hover { transform: translateY(-5px); border-color: rgba(198,40,40,.28); box-shadow: 0 18px 40px rgba(32,32,32,.09); }
.service-feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 15px; background: rgba(198,40,40,.09); color: var(--base-color); font-size: 24px; }
.service-feature-card h3 { margin-bottom: 8px; color: var(--dark-gray); font-size: 19px; line-height: 1.35; }
.service-feature-card p { margin: 0; font-size: 15px; line-height: 1.7; }
.service-panel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-panel { padding: clamp(30px, 4vw, 50px); border-radius: 22px; background: #fff; box-shadow: 0 15px 45px rgba(31,31,31,.07); }
.service-panel--accent { background: var(--dark-gray); color: rgba(255,255,255,.75); }
.service-panel--accent h2, .service-panel--accent h3 { color: #fff; }
.service-panel h2, .service-panel h3 { margin-bottom: 20px; }
.service-check-list { padding: 0; margin: 22px 0 0; list-style: none; }
.service-check-list li { position: relative; padding: 9px 0 9px 30px; line-height: 1.55; }
.service-check-list li::before { content: "\2713"; position: absolute; left: 0; top: 9px; color: var(--base-color); font-weight: 800; }
.service-panel--accent .service-check-list li::before { color: #ff7777; }
.service-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 32px; }
.service-stat { padding: 22px 14px; border-radius: 15px; background: #f7f5f2; text-align: center; }
.service-stat strong { display: block; color: var(--base-color); font-size: 26px; line-height: 1.2; }
.service-stat span { display: block; margin-top: 6px; color: #626262; font-size: 13px; }
.service-cta { position: relative; overflow: hidden; padding: 65px clamp(28px, 6vw, 75px); border-radius: 26px; background: linear-gradient(120deg, #991d1d, var(--base-color)); color: rgba(255,255,255,.82); }
.service-cta::after { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; top: -110px; border: 45px solid rgba(255,255,255,.08); border-radius: 50%; }
.service-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.service-cta h2 { margin: 0 0 9px; color: #fff; font-size: clamp(29px, 3vw, 42px); }
.service-cta p { max-width: 660px; margin: 0; }
.service-cta .btn { flex: 0 0 auto; background: #fff; color: var(--dark-gray); border-color: #fff; }
.service-cta .btn:hover { background: var(--dark-gray); color: #fff; border-color: var(--dark-gray); }
@media (max-width: 991px) {
  .service-hero { min-height: 520px; }
  .service-hero__content { padding: 135px 0 80px; }
  .service-section { padding: 75px 0; }
  .service-intro-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-image-card, .service-image-card img { min-height: 430px; }
  .service-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
  .service-hero { min-height: 500px; background-position: 62% center; }
  .service-hero::before { background: rgba(23,28,32,.72); }
  .service-hero__content { padding: 120px 0 65px; }
  .service-hero h1 { font-size: 40px; }
  .service-hero__lead { font-size: 17px; }
  .service-section { padding: 58px 0; }
  .service-feature-grid, .service-panel-grid { grid-template-columns: 1fr; }
  .service-image-card, .service-image-card img { min-height: 330px; }
  .service-image-card::after { display: none; }
  .service-stats { grid-template-columns: 1fr; }
  .service-cta { padding: 40px 25px; }
}
@media (prefers-reduced-motion: reduce) { .service-feature-card { transition: none; } }
