:root {
  --social-ink: #17142b;
  --social-muted: #68647a;
  --social-paper: #fbfaff;
  --social-line: rgba(35, 29, 71, 0.1);
  --social-purple: #7157ff;
  --social-purple-dark: #4b35cf;
  --social-pink: #ff4d82;
  --social-orange: #ff8a4c;
  --social-blue: #1aa7ec;
  --social-mint: #21c7a8;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--social-paper);
}

.social-storefront {
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 77, 130, 0.1), transparent 27rem),
    radial-gradient(circle at 92% 8%, rgba(113, 87, 255, 0.11), transparent 30rem),
    var(--social-paper);
  color: var(--social-ink);
  font-family: "Rethink Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.social-storefront .storefront-page-surface {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 5% 7%, rgba(255, 138, 76, 0.09), transparent 25rem),
    radial-gradient(circle at 96% 11%, rgba(113, 87, 255, 0.1), transparent 29rem),
    linear-gradient(180deg, #fff 0%, #fbfaff 38%, #f7f5ff 100%);
}

.social-storefront .storefront-page-surface::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.26;
  background-image: radial-gradient(rgba(54, 43, 109, 0.25) 0.7px, transparent 0.7px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, black, transparent 62%);
}

.social-storefront .storefront-page-surface > * {
  position: relative;
  z-index: 1;
}

.social-storefront .storefront-section-surface {
  background: transparent;
}

.social-storefront .storefront-home-page-surface .storefront-section-surface::before,
.social-storefront .storefront-home-page-surface .storefront-section-surface::after,
.social-storefront .storefront-service-page-surface .storefront-section-surface::before,
.social-storefront .storefront-service-page-surface .storefront-section-surface::after {
  content: none !important;
}

.social-storefront :where(button, a, input, select, textarea) {
  -webkit-tap-highlight-color: transparent;
}

.social-storefront :where(button, a, input, select, textarea):focus-visible {
  outline: 3px solid rgba(113, 87, 255, 0.28);
  outline-offset: 3px;
}

.social-storefront main :where(h1, h2, h3) {
  color: var(--social-ink);
}

.social-storefront main :where(p) {
  text-wrap: pretty;
}

/* Live community rail */
.social-pulse {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 0 0.75rem;
}

.social-pulse__inner {
  display: flex;
  width: min(100%, 1160px);
  min-height: 66px;
  margin: 0 auto;
  padding: 0.65rem 0.85rem;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(75, 53, 207, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 45px -28px rgba(37, 28, 88, 0.5);
  backdrop-filter: blur(20px) saturate(1.3);
}

.social-pulse__community {
  display: flex;
  min-width: 260px;
  align-items: center;
  gap: 0.75rem;
}

.social-pulse__avatars {
  display: flex;
  padding-left: 0.35rem;
}

.social-pulse__avatar {
  display: grid;
  width: 32px;
  height: 32px;
  margin-left: -0.35rem;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 12px rgba(29, 23, 62, 0.14);
}

.social-pulse__live {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--social-ink);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-pulse__dot {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--social-mint);
  box-shadow: 0 0 0 4px rgba(33, 199, 168, 0.13);
}

.social-pulse__copy {
  max-width: 245px;
  margin: 0.15rem 0 0;
  overflow: hidden;
  color: var(--social-muted);
  font-size: 0.76rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-pulse__signals {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 0.4rem;
}

.social-pulse__signals span {
  display: inline-flex;
  min-height: 34px;
  padding: 0.45rem 0.62rem;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--social-line);
  border-radius: 999px;
  background: rgba(249, 248, 255, 0.78);
  color: #4f4a62;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

.social-pulse__signals svg {
  width: 14px;
  height: 14px;
  color: var(--social-purple);
}

.social-pulse__platforms {
  display: flex;
  align-items: center;
  gap: 0.28rem;
}

.social-pulse__platform {
  display: inline-flex;
  height: 37px;
  padding: 0 0.4rem;
  align-items: center;
  gap: 0.32rem;
  border-radius: 12px;
  color: #504b62;
  font-size: 0;
  font-weight: 700;
  transition: 180ms ease;
}

.social-pulse__platform:hover {
  background: #f1effc;
  color: var(--social-purple-dark);
  transform: translateY(-1px);
}

.social-pulse__platform-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(47, 39, 87, 0.08);
  border-radius: 9px;
  background: white;
  box-shadow: 0 5px 14px rgba(37, 30, 77, 0.08);
}

.social-pulse__platform i {
  color: var(--social-ink);
  font-size: 0.88rem;
}

.social-pulse__platform > svg {
  display: none;
  width: 13px;
  height: 13px;
}

.social-pulse__mobile-label {
  display: none;
}

/* Social-first home hero */
.social-home-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 1rem 5rem;
}

.social-home-hero::before,
.social-home-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 999px;
  filter: blur(1px);
}

.social-home-hero::before {
  top: 3rem;
  left: -8rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(255, 77, 130, 0.14);
  background: rgba(255, 77, 130, 0.055);
}

.social-home-hero::after {
  right: -11rem;
  bottom: 0;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(113, 87, 255, 0.14);
  background: rgba(113, 87, 255, 0.055);
}

.social-home-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 1160px);
  margin: 0 auto;
  align-items: center;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
}

.social-home-hero__eyebrow {
  display: inline-flex;
  min-height: 34px;
  padding: 0.38rem 0.68rem 0.38rem 0.42rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(113, 87, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 30px -20px rgba(72, 52, 165, 0.55);
  color: #51496f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-home-hero__eyebrow-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--social-pink), var(--social-purple));
  color: white;
}

.social-home-hero__eyebrow-icon svg {
  width: 13px;
  height: 13px;
}

.social-home-hero__title {
  max-width: 700px;
  margin: 1.25rem 0 0;
  color: var(--social-ink);
  font-size: clamp(2.8rem, 5.3vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-wrap: balance;
}

.social-home-hero__title .social-accent,
.social-home-hero__title > span {
  background: linear-gradient(110deg, var(--social-pink) 0%, var(--social-orange) 38%, var(--social-purple) 82%);
  background-clip: text;
  color: transparent !important;
  -webkit-background-clip: text;
}

.social-home-hero__subtitle {
  max-width: 620px;
  margin: 1.4rem 0 0;
  color: var(--social-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 500;
  line-height: 1.7;
}

.social-home-hero__actions {
  display: flex;
  margin-top: 1.75rem;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-home-hero__primary,
.social-home-hero__secondary {
  display: inline-flex;
  min-height: 52px;
  padding: 0 1.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 800;
  transition: 180ms ease;
}

.social-home-hero__primary {
  border: 1px solid rgba(62, 43, 171, 0.7);
  background: linear-gradient(135deg, #5d42e8, #8065ff);
  box-shadow: 0 18px 36px -18px rgba(82, 56, 220, 0.72);
  color: white;
}

.social-home-hero__primary:hover {
  box-shadow: 0 22px 42px -18px rgba(82, 56, 220, 0.82);
  transform: translateY(-2px);
}

.social-home-hero__secondary {
  border: 1px solid rgba(49, 40, 93, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--social-ink);
  box-shadow: 0 12px 30px -22px rgba(38, 28, 87, 0.7);
}

.social-home-hero__secondary:hover {
  background: white;
  transform: translateY(-2px);
}

.social-home-hero__primary svg,
.social-home-hero__secondary svg {
  width: 17px;
  height: 17px;
}

.social-home-hero__proof {
  display: flex;
  margin-top: 1.55rem;
  align-items: center;
  gap: 0.8rem;
}

.social-home-hero__proof-avatars {
  display: flex;
  padding-left: 0.35rem;
}

.social-home-hero__proof-avatars span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-left: -0.35rem;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 0.58rem;
  font-weight: 850;
  box-shadow: 0 4px 12px rgba(34, 25, 78, 0.12);
}

.social-home-hero__proof-copy {
  color: #686277;
  font-size: 0.76rem;
  line-height: 1.35;
}

.social-home-hero__proof-copy strong {
  display: block;
  color: var(--social-ink);
  font-size: 0.82rem;
}

.social-home-hero__proof-stars {
  color: #ff9f1c;
  letter-spacing: -0.08em;
}

.social-home-hero__benefits {
  display: flex;
  margin-top: 1.6rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.social-home-hero__benefit {
  display: inline-flex;
  min-height: 35px;
  padding: 0.43rem 0.72rem;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(46, 37, 90, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #5f596f;
  font-size: 0.72rem;
  font-weight: 700;
}

.social-home-hero__benefit-icon {
  font-size: 0.85rem;
}

.social-home-hero__benefit strong {
  color: var(--social-purple-dark);
}

.social-home-hero__visual {
  position: relative;
  min-height: 540px;
}

.social-home-hero__phone {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: min(100%, 390px);
  overflow: hidden;
  border: 1px solid rgba(50, 41, 92, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 35px 80px -34px rgba(45, 34, 97, 0.45),
    inset 0 1px 0 white;
  transform: rotate(1.5deg);
}

.social-home-hero__phone-head {
  display: flex;
  min-height: 68px;
  padding: 0.8rem 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--social-line);
  background: rgba(250, 249, 255, 0.82);
}

.social-home-hero__profile {
  display: flex;
  align-items: center;
  gap: 0.68rem;
}

.social-home-hero__profile-icon {
  display: grid;
  width: 39px;
  height: 39px;
  padding: 8px;
  place-items: center;
  border: 2px solid white;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--social-pink), var(--social-purple));
  box-shadow: 0 6px 16px rgba(85, 55, 200, 0.22);
}

.social-home-hero__profile-icon i {
  color: white;
  font-size: 1.05rem;
}

.social-home-hero__profile-copy strong,
.social-home-hero__profile-copy span {
  display: block;
}

.social-home-hero__profile-copy strong {
  color: var(--social-ink);
  font-size: 0.85rem;
}

.social-home-hero__profile-copy span {
  margin-top: 0.12rem;
  color: var(--social-muted);
  font-size: 0.68rem;
}

.social-home-hero__profile-status {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  background: rgba(33, 199, 168, 0.11);
  color: #128872;
  font-size: 0.64rem;
  font-weight: 800;
}

.social-home-hero__profile-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--social-mint);
  content: "";
}

.social-home-hero__post {
  padding: 1rem;
}

.social-home-hero__post-visual {
  position: relative;
  display: grid;
  height: 210px;
  overflow: hidden;
  place-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.32), transparent 26%),
    linear-gradient(145deg, #ff5c87 0%, #ff9367 42%, #7657ff 100%);
}

.social-home-hero__post-orbit {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.social-home-hero__post-orbit::before,
.social-home-hero__post-orbit::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
}

.social-home-hero__post-orbit::before {
  inset: 24px;
}

.social-home-hero__post-orbit::after {
  inset: 49px;
}

.social-home-hero__post-mark {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-shadow: 0 8px 22px rgba(69, 29, 110, 0.22);
}

.social-home-hero__post-caption {
  margin: 0.9rem 0 0;
  color: #4d485e;
  font-size: 0.78rem;
  line-height: 1.45;
}

.social-home-hero__post-caption strong {
  color: var(--social-ink);
}

.social-home-hero__post-actions {
  display: flex;
  margin-top: 0.85rem;
  align-items: center;
  justify-content: space-between;
  color: #756f83;
}

.social-home-hero__post-action-group {
  display: flex;
  gap: 0.45rem;
}

.social-home-hero__post-actions span {
  display: inline-flex;
  min-height: 34px;
  padding: 0 0.55rem;
  align-items: center;
  gap: 0.32rem;
  border-radius: 11px;
  background: #f6f4fc;
  font-size: 0.68rem;
  font-weight: 750;
}

.social-home-hero__post-actions svg {
  width: 14px;
  height: 14px;
}

.social-home-hero__post-actions .is-liked {
  background: rgba(255, 77, 130, 0.1);
  color: #e93870;
}

.social-home-hero__platform-tabs {
  position: absolute;
  left: -0.5rem;
  bottom: 1rem;
  z-index: 4;
  display: flex;
  width: 390px;
  padding: 0.55rem;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(52, 42, 98, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 55px -28px rgba(45, 32, 105, 0.62);
  backdrop-filter: blur(18px);
}

.social-home-hero__platform-tab {
  display: flex;
  min-width: 0;
  height: 48px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #6b6579;
  font-size: 0.72rem;
  font-weight: 750;
  transition: 180ms ease;
}

.social-home-hero__platform-tab:hover {
  background: #f5f3fd;
}

.social-home-hero__platform-tab.is-active {
  border-color: rgba(113, 87, 255, 0.12);
  background: #efecff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  color: var(--social-purple-dark);
}

.social-home-hero__platform-tab span {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 6px;
  place-items: center;
  border-radius: 9px;
  background: white;
  box-shadow: 0 4px 11px rgba(41, 31, 88, 0.1);
}

.social-home-hero__platform-tab i {
  color: var(--social-ink);
  font-size: 0.88rem;
}

.social-home-hero__activity {
  position: absolute;
  top: 4.2rem;
  left: -2.7rem;
  z-index: 4;
  width: 205px;
  padding: 0.78rem;
  border: 1px solid rgba(50, 41, 92, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 45px -25px rgba(43, 31, 101, 0.58);
  animation: social-float 5s ease-in-out infinite;
}

.social-home-hero__activity-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6f687e;
  font-size: 0.64rem;
  font-weight: 750;
  text-transform: uppercase;
}

.social-home-hero__activity-label span {
  color: #18a68d;
}

.social-home-hero__activity-main {
  display: flex;
  margin-top: 0.55rem;
  align-items: center;
  gap: 0.6rem;
}

.social-home-hero__activity-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 77, 130, 0.11);
  color: var(--social-pink);
}

.social-home-hero__activity-icon svg {
  width: 18px;
  height: 18px;
}

.social-home-hero__activity-copy strong,
.social-home-hero__activity-copy span {
  display: block;
}

.social-home-hero__activity-copy strong {
  color: var(--social-ink);
  font-size: 0.76rem;
}

.social-home-hero__activity-copy span {
  margin-top: 0.16rem;
  color: var(--social-muted);
  font-size: 0.64rem;
}

.social-home-hero__service-menu {
  position: absolute;
  right: -1rem;
  bottom: 5.8rem;
  z-index: 5;
  width: 225px;
  overflow: hidden;
  border: 1px solid rgba(49, 40, 92, 0.11);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 25px 55px -27px rgba(45, 32, 105, 0.62);
}

.social-home-hero__service-menu-head {
  display: flex;
  min-height: 43px;
  padding: 0 0.7rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--social-line);
  color: var(--social-ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.social-home-hero__service-menu-head span {
  color: var(--social-purple);
  font-size: 0.62rem;
}

.social-home-hero__service-list {
  display: grid;
  padding: 0.4rem;
  gap: 0.25rem;
}

.social-home-hero__service-link {
  display: flex;
  min-height: 39px;
  padding: 0 0.55rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 11px;
  color: #575166;
  font-size: 0.69rem;
  font-weight: 750;
  transition: 160ms ease;
}

.social-home-hero__service-link:hover {
  background: #f3f0ff;
  color: var(--social-purple-dark);
}

.social-home-hero__service-link svg {
  width: 14px;
  height: 14px;
}

/* Community-led content blocks */
.social-insights,
.social-community,
.social-cta {
  position: relative;
  width: min(calc(100% - 2rem), 1160px);
  margin-inline: auto;
}

.social-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--social-purple);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-section-kicker svg {
  width: 15px;
  height: 15px;
}

.social-section-title {
  max-width: 740px;
  margin: 0.8rem 0 0;
  color: var(--social-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.social-section-copy {
  max-width: 660px;
  margin: 0.9rem 0 0;
  color: var(--social-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.social-insights__grid {
  display: grid;
  margin-top: 2rem;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-service-directory {
  width: min(calc(100% - 2rem), 1160px);
  margin: 0 auto;
}

.social-service-directory__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2.5rem;
}

.social-service-directory__legend {
  display: grid;
  flex: 0 0 auto;
  padding: 1rem 1.15rem;
  align-items: center;
  border: 1px solid var(--social-line);
  border-radius: 19px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 16px 36px -27px rgba(42,31,92,.55);
  grid-template-columns: auto auto;
}

.social-service-directory__legend strong {
  color: var(--social-ink);
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1;
}

.social-service-directory__legend span {
  margin-left: 0.35rem;
  color: var(--social-muted);
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.social-service-directory__legend i {
  height: 1px;
  margin: 0.6rem 0;
  background: var(--social-line);
  grid-column: 1 / -1;
}

.social-service-directory__grid {
  display: grid;
  margin-top: 2.25rem;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-platform-card {
  overflow: hidden;
  border: 1px solid var(--social-line);
  border-radius: 26px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 52px -38px rgba(39,29,88,.54);
  transition: 200ms ease;
}

.social-platform-card:hover {
  box-shadow: 0 30px 62px -37px rgba(39,29,88,.66);
  transform: translateY(-4px);
}

.social-platform-card__cover {
  position: relative;
  display: grid;
  height: 105px;
  overflow: hidden;
  place-items: center;
  background: var(--platform-accent);
}

.social-platform-card__cover::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.32), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.04), transparent);
  content: "";
}

.social-platform-card__mark {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.95);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-shadow: 0 8px 24px rgba(22,11,55,.25);
}

.social-platform-card__orbit {
  position: absolute;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
}

.social-platform-card__orbit::before,
.social-platform-card__orbit::after {
  position: absolute;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  content: "";
}

.social-platform-card__orbit::before {
  inset: 24px;
}

.social-platform-card__orbit::after {
  inset: 49px;
}

.social-platform-card__identity {
  display: flex;
  min-height: 71px;
  margin-top: -15px;
  padding: 0.8rem 1rem 0.65rem;
  align-items: center;
  gap: 0.65rem;
}

.social-platform-card__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  place-items: center;
  border: 3px solid white;
  border-radius: 15px;
  background: var(--platform-accent);
  box-shadow: 0 8px 19px -10px rgba(32,22,71,.65);
  color: white;
}

.social-platform-card__icon i {
  font-size: 1.12rem;
}

.social-platform-card__identity > span:nth-child(2) {
  min-width: 0;
  padding-top: 0.6rem;
}

.social-platform-card__identity > span:nth-child(2) strong,
.social-platform-card__identity > span:nth-child(2) span {
  display: block;
}

.social-platform-card__identity > span:nth-child(2) strong {
  color: var(--social-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.social-platform-card__identity > span:nth-child(2) span {
  margin-top: 0.1rem;
  color: var(--social-muted);
  font-size: 0.64rem;
}

.social-platform-card__status {
  margin: 0 0 0 auto;
  padding: 0.3rem 0.48rem;
  border-radius: 999px;
  background: rgba(33,199,168,.1);
  color: #128872;
  font-size: 0.6rem;
  font-weight: 800;
}

.social-platform-card__goals {
  display: grid;
  padding: 0.35rem 0.65rem 0.75rem;
  gap: 0.25rem;
}

.social-platform-card__goal {
  display: flex;
  min-height: 52px;
  padding: 0.45rem 0.5rem;
  align-items: center;
  gap: 0.55rem;
  border-radius: 14px;
  color: #5a5468;
  transition: 170ms ease;
}

.social-platform-card__goal:hover {
  background: var(--platform-soft);
  color: var(--social-ink);
}

.social-platform-card__goal-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(46,36,88,.07);
  border-radius: 11px;
  background: var(--platform-soft);
}

.social-platform-card__goal-icon svg {
  width: 16px;
  height: 16px;
}

.social-platform-card__goal-copy {
  min-width: 0;
  flex: 1;
}

.social-platform-card__goal-copy strong,
.social-platform-card__goal-copy span {
  display: block;
}

.social-platform-card__goal-copy strong {
  color: var(--social-ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.social-platform-card__goal-copy span {
  margin-top: 0.12rem;
  color: var(--social-muted);
  font-size: 0.61rem;
}

.social-platform-card__goal > svg {
  width: 15px;
  height: 15px;
  color: #918a9f;
}

.social-insight-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--social-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 55px -38px rgba(41, 30, 92, 0.5);
  grid-template-columns: 0.82fr 1.18fr;
  transition: 200ms ease;
}

.social-insight-card:hover {
  box-shadow: 0 30px 65px -38px rgba(41, 30, 92, 0.62);
  transform: translateY(-3px);
}

.social-insight-card__media {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}

.social-insight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-insight-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(25, 18, 53, 0.28));
  content: "";
}

.social-insight-card__content {
  display: flex;
  padding: 1.4rem;
  flex-direction: column;
}

.social-insight-card__author {
  display: flex;
  align-items: center;
  gap: 0.58rem;
}

.social-insight-card__author-avatar {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--social-purple), var(--social-pink));
  color: white;
  font-size: 0.65rem;
  font-weight: 850;
}

.social-insight-card__author-copy strong,
.social-insight-card__author-copy span {
  display: block;
}

.social-insight-card__author-copy strong {
  color: var(--social-ink);
  font-size: 0.78rem;
}

.social-insight-card__author-copy span {
  margin-top: 0.12rem;
  color: var(--social-muted);
  font-size: 0.64rem;
}

.social-insight-card h3 {
  margin: 1.1rem 0 0;
  color: var(--social-ink);
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.social-insight-card p {
  margin: 0.65rem 0 0;
  color: var(--social-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.social-insight-card__actions {
  display: flex;
  margin-top: auto;
  padding-top: 1rem;
  align-items: center;
  gap: 0.45rem;
}

.social-insight-card__actions span {
  display: inline-flex;
  min-height: 31px;
  padding: 0 0.48rem;
  align-items: center;
  gap: 0.28rem;
  border-radius: 10px;
  background: #f4f2fa;
  color: #6d667a;
  font-size: 0.65rem;
  font-weight: 750;
}

.social-insight-card__actions span:first-child {
  background: rgba(255, 77, 130, 0.1);
  color: #df396b;
}

.social-insight-card__actions svg {
  width: 13px;
  height: 13px;
}

.social-community {
  padding: 5.5rem 0;
}

.social-community__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.social-community__avatars {
  display: flex;
  flex: 0 0 auto;
}

.social-community__avatars span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-left: -0.55rem;
  place-items: center;
  border: 3px solid #faf9ff;
  border-radius: 50%;
  color: white;
  font-size: 0.68rem;
  font-weight: 850;
  box-shadow: 0 7px 18px rgba(42, 31, 89, 0.13);
}

.social-community__grid {
  display: grid;
  margin-top: 2rem;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.social-community__card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 1.35rem;
  border: 1px solid var(--social-line);
  border-radius: 24px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 20px 48px -36px rgba(41, 30, 92, 0.5);
  transition: 200ms ease;
}

.social-community__card::before {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--card-glow, rgba(113,87,255,.12));
  content: "";
}

.social-community__card:hover {
  box-shadow: 0 27px 58px -34px rgba(41, 30, 92, 0.62);
  transform: translateY(-4px);
}

.social-community__card-icon {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: var(--card-icon, linear-gradient(135deg, var(--social-purple), #977fff));
  box-shadow: 0 10px 22px -12px rgba(66, 44, 181, 0.65);
  color: white;
}

.social-community__card-icon svg {
  width: 22px;
  height: 22px;
}

.social-community__card h3 {
  position: relative;
  margin: 1.15rem 0 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.social-community__card p {
  position: relative;
  margin: 0.55rem 0 0;
  color: var(--social-muted);
  font-size: 0.79rem;
  line-height: 1.55;
}

.social-community__card-meta {
  position: absolute;
  right: 1.35rem;
  bottom: 1.2rem;
  left: 1.35rem;
  display: flex;
  padding-top: 0.85rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--social-line);
  color: #777181;
  font-size: 0.64rem;
  font-weight: 750;
}

.social-community__card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.social-community__card-meta svg {
  width: 13px;
  height: 13px;
}

.social-cta {
  margin-bottom: 5.5rem;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(125deg, #251d54 0%, #4e35bf 53%, #ff4d82 128%);
  box-shadow: 0 34px 75px -36px rgba(55, 36, 161, 0.7);
  color: white;
}

.social-cta__inner {
  position: relative;
  display: grid;
  min-height: 330px;
  padding: 3.5rem;
  align-items: center;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.social-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d9d3ff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-cta__eyebrow svg {
  width: 15px;
  height: 15px;
}

.social-cta h2 {
  max-width: 680px;
  margin: 0.8rem 0 0;
  color: white !important;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.social-cta p {
  max-width: 590px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.65;
}

.social-cta__button {
  display: inline-flex;
  min-height: 52px;
  margin-top: 1.5rem;
  padding: 0 1.1rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 15px;
  background: white;
  box-shadow: 0 16px 35px -18px rgba(12, 7, 34, 0.75);
  color: #372585;
  font-size: 0.88rem;
  font-weight: 850;
  transition: 180ms ease;
}

.social-cta__button:hover {
  box-shadow: 0 22px 40px -18px rgba(12, 7, 34, 0.85);
  transform: translateY(-2px);
}

.social-cta__button svg {
  width: 17px;
  height: 17px;
}

.social-cta__visual {
  position: relative;
  height: 230px;
}

.social-cta__bubble {
  position: absolute;
  display: flex;
  padding: 0.7rem 0.82rem;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 38px -22px rgba(10, 6, 35, 0.65);
  backdrop-filter: blur(18px);
}

.social-cta__bubble:nth-child(1) {
  top: 0;
  left: 2rem;
  width: 250px;
  transform: rotate(-2deg);
}

.social-cta__bubble:nth-child(2) {
  top: 5.6rem;
  right: 0;
  width: 270px;
  transform: rotate(2deg);
}

.social-cta__bubble:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 240px;
  transform: rotate(-1deg);
}

.social-cta__bubble-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.15);
  color: white;
}

.social-cta__bubble-icon svg {
  width: 18px;
  height: 18px;
}

.social-cta__bubble strong,
.social-cta__bubble span {
  display: block;
}

.social-cta__bubble strong {
  color: white;
  font-size: 0.75rem;
}

.social-cta__bubble span {
  margin-top: 0.12rem;
  color: rgba(255,255,255,.66);
  font-size: 0.62rem;
}

/* Restyle the shared commerce surfaces so every route belongs to the same product. */
.social-storefront .storefront-service-page-surface .storefront-hero-surface,
.social-storefront .storefront-page-surface:not(.storefront-home-page-surface) .storefront-hero-surface {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 77, 130, 0.08), transparent 24rem),
    radial-gradient(circle at 84% 10%, rgba(113, 87, 255, 0.1), transparent 26rem);
}

.social-storefront .storefront-service-page-surface .app-packages__item {
  box-shadow: 0 10px 24px -18px rgba(41, 30, 92, 0.48);
}

.social-storefront .storefront-service-page-surface .app-packages__item.selected {
  box-shadow: 0 18px 36px -20px rgba(76, 52, 205, 0.65);
}

.social-service-eyebrow {
  display: flex;
  width: fit-content;
  min-height: 32px;
  margin: 0 auto 0.65rem;
  padding: 0.35rem 0.65rem;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(113, 87, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 24px -19px rgba(76, 52, 205, 0.62);
  color: var(--social-purple-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-service-eyebrow svg {
  width: 14px;
  height: 14px;
}

.social-service-benefits {
  display: flex;
  width: min(100%, 760px);
  margin: 1rem auto 0;
  padding: 0 0.5rem 0.3rem;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.social-service-benefit {
  display: flex;
  min-width: 150px;
  min-height: 48px;
  padding: 0.55rem 0.72rem;
  flex: 1 0 0;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(48, 38, 92, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0 12px 26px -21px rgba(42, 31, 93, 0.55);
  color: #5e586e;
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.25;
}

.social-service-benefit__icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: #f0edff;
  color: var(--social-purple);
  font-size: 0.88rem;
}

.social-service-benefit__icon :where(svg) {
  width: 15px;
  height: 15px;
}

.social-storefront :where(input, textarea, select) {
  accent-color: var(--social-purple);
}

.social-storefront footer {
  border-top-color: rgba(72, 55, 150, 0.1) !important;
}

@keyframes social-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@media (max-width: 1100px) {
  .social-pulse__signals {
    display: none;
  }

  .social-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 2rem;
  }

  .social-home-hero__activity {
    left: -1rem;
  }

  .social-home-hero__service-menu {
    right: 0;
  }

  .social-insight-card {
    grid-template-columns: 1fr;
  }

  .social-service-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-insight-card__media {
    min-height: 200px;
  }

  .social-community__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .social-pulse {
    padding: 0 0.6rem;
  }

  .social-pulse__community {
    min-width: 0;
  }

  .social-pulse__copy {
    display: none;
  }

  .social-pulse__platform > span:nth-child(2) {
    display: none;
  }

  .social-home-hero {
    padding-top: 3.6rem;
  }

  .social-home-hero__grid {
    grid-template-columns: 1fr;
  }

  .social-home-hero__content {
    text-align: center;
  }

  .social-home-hero__eyebrow,
  .social-home-hero__actions,
  .social-home-hero__proof,
  .social-home-hero__benefits {
    justify-content: center;
  }

  .social-home-hero__subtitle {
    margin-inline: auto;
  }

  .social-home-hero__visual {
    width: min(100%, 560px);
    margin: -0.5rem auto 0;
  }

  .social-home-hero__phone {
    right: 50%;
    transform: translateX(50%) rotate(1deg);
  }

  .social-home-hero__platform-tabs {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-home-hero__activity {
    left: 0;
  }

  .social-cta__inner {
    grid-template-columns: 1fr;
  }

  .social-cta__visual {
    display: none;
  }
}

@media (max-width: 640px) {
  .social-storefront,
  .social-storefront .storefront-page-surface,
  .social-storefront main {
    width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .social-pulse__inner {
    box-sizing: border-box;
    width: 100%;
    min-height: 56px;
    padding: 0.5rem 0.65rem;
    border-radius: 17px;
  }

  .social-pulse__community {
    display: none;
  }

  .social-pulse__platforms {
    min-width: 0;
    width: 100%;
    justify-content: space-evenly;
    overflow: hidden;
  }

  .social-pulse__platform {
    min-width: 0;
    height: 36px;
    padding-inline: 0.18rem;
    flex: 1 1 0;
  }

  .social-pulse__mobile-label {
    display: none;
  }

  .social-home-hero {
    box-sizing: border-box;
    width: 100%;
    padding: 3.25rem 0.85rem 4.2rem;
  }

  .social-home-hero__grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .social-home-hero__content {
    width: 100%;
    min-width: 0;
  }

  .social-home-hero__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.35rem, 11.4vw, 3.6rem);
    overflow-wrap: anywhere;
  }

  .social-home-hero__subtitle {
    width: 100%;
    max-width: 340px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .social-home-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .social-home-hero__primary,
  .social-home-hero__secondary {
    box-sizing: border-box;
    width: 100%;
  }

  .social-home-hero__proof {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }

  .social-home-hero__proof-copy {
    min-width: 0;
    max-width: 230px;
    text-align: left;
  }

  .social-home-hero__benefits {
    width: 100%;
    margin-top: 1.15rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .social-home-hero__benefit {
    flex: 0 0 auto;
  }

  .social-home-hero__visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 510px;
  }

  .social-home-hero__phone {
    top: 0;
    width: min(calc(100% - 1rem), 380px);
  }

  .social-home-hero__post-visual {
    height: 195px;
  }

  .social-home-hero__platform-tabs {
    bottom: 0.5rem;
    width: min(calc(100% - 0.5rem), 390px);
  }

  .social-home-hero__platform-tab {
    font-size: 0;
  }

  .social-home-hero__activity {
    top: 3.8rem;
    left: -0.25rem;
    width: 172px;
  }

  .social-home-hero__service-menu {
    right: 0;
    bottom: 4.4rem;
    width: min(195px, 54%);
  }

  .social-service-benefits {
    justify-content: flex-start;
  }

  .social-insights,
  .social-service-directory,
  .social-community,
  .social-cta {
    width: min(calc(100% - 1.4rem), 1160px);
  }

  .social-insights__grid,
  .social-service-directory__grid,
  .social-community__grid {
    grid-template-columns: 1fr;
  }

  .social-service-directory__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .social-service-directory__legend {
    width: 100%;
    grid-template-columns: auto 1fr;
  }

  .social-insight-card {
    border-radius: 23px;
  }

  .social-insight-card__media {
    min-height: 215px;
  }

  .social-community {
    padding: 4.25rem 0;
  }

  .social-community__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .social-community__card {
    min-height: 220px;
  }

  .social-cta {
    margin-bottom: 4rem;
    border-radius: 25px;
  }

  .social-cta__inner {
    min-height: 0;
    padding: 2.25rem 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .social-home-hero__activity {
    animation: none;
  }

  .social-storefront *,
  .social-storefront *::before,
  .social-storefront *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
