@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

#social41-site {
  --bg: #08080b;
  --ink: #111114;
  --muted: #56565f;
  --muted-2: #86868f;
  --accent: #ff5a22;
  --accent-2: #ff8a4c;
  --hero-image: url('/image/catalog/demo/social41/services/service-01.png');
  --why-image: url('/image/catalog/demo/social41/reference-work/work-09.png');
  --maxw: 1200px;
  --ease: cubic-bezier(0.16, 0.84, 0.44, 1);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: #f6f6f3;
  line-height: 1.5;
  overflow: hidden;
}

#social41-site *, #social41-site *::before, #social41-site *::after { box-sizing: border-box; }
#social41-site img { display: block; max-width: 100%; }
#social41-site a { color: inherit; }
#social41-site .so-page-builder, #social41-site .s41-row, #social41-site .s41-row > .row, #social41-site .s41-row > [class*="container"], #social41-site .s41-row [class*="col-"] { margin: 0 !important; padding: 0 !important; width: 100% !important; max-width: none !important; }
#social41-site .bws-home41 { width: 100%; background: #f6f6f3; color: var(--ink); }
#social41-site .bws-home41 :where(h1,h2,h3,h4,h5,h6,p,span,li,summary,button,a,strong,b,small,time) { color: inherit; }
#social41-site .bws-home41 :where(.section,.trusted,.worklines,.whyus,.process,.stats-marquee,.svc-showcase,.insights,.faq,.igfeed) { color: var(--ink) !important; }
#social41-site .bws-home41 :where(.section-head h2,.wl-head h3,.wc-title,.wc-row h3,.proc-headline,.proc-title,.surge-title,.svcx-name,.ins-title,.ins-card h3,.faq-rhead h2,.faq-item summary,.ig-title) { color: var(--ink) !important; }

#social41-site .nav { position: fixed; top: 18px; left: 0; right: 0; z-index: 50; display: flex; align-items: center; gap: 24px; width: min(1200px, calc(100% - 44px)); margin: 0 auto; padding: 11px 16px 11px 24px; background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.66) 50%, rgba(255,255,255,.8)); border: 1px solid rgba(255,255,255,.55); border-radius: 18px; box-shadow: 0 16px 50px rgba(0,0,0,.16); backdrop-filter: blur(18px) saturate(1.5); -webkit-backdrop-filter: blur(18px) saturate(1.5); }
#social41-site .logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 800; font-size: 17px; text-transform: uppercase; letter-spacing: .04em; color: #15151c; white-space: nowrap; }
#social41-site .logo-mark { width: 26px; height: 26px; object-fit: contain; }
#social41-site .nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 30px; margin: 0; }
#social41-site .nav-links a { position: relative; display: inline-flex; align-items: center; color: rgba(20,20,28,.72); font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
#social41-site .nav-links a:hover { color: #111114; }
#social41-site .nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease); }
#social41-site .nav-links a:hover::after { transform: scaleX(1); }
#social41-site .nav-right { display: flex; align-items: center; gap: 18px; margin-left: auto; }
#social41-site .apply-btn, #social41-site .btn-primary, #social41-site .btn-ghost, #social41-site .cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font: inherit; font-size: 15px; font-weight: 600; text-decoration: none; padding: 14px 26px; border-radius: 8px; cursor: pointer; white-space: nowrap; transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
#social41-site .apply-btn { background: #15151c; color: #fff; border: 1.5px solid #15151c; }
#social41-site .apply-btn:hover { background: var(--accent); border-color: var(--accent); }
#social41-site .btn-primary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
#social41-site .btn-primary:hover { background: rgba(255,255,255,.08); border-color: #fff; transform: translateY(-2px); }
#social41-site .btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.28); }
#social41-site .btn-ghost:hover { background: rgba(255,255,255,.06); transform: translateY(-2px); }
#social41-site .menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
#social41-site .menu-toggle span { width: 24px; height: 2px; background: #15151c; border-radius: 2px; transition: transform .28s var(--ease), opacity .2s ease; }
#social41-site .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
#social41-site .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

#social41-site .section { padding: clamp(72px, 9vw, 130px) 40px; background: #f6f6f3; }
#social41-site .section-head { max-width: var(--maxw); margin: 0 auto 52px; }
#social41-site .section-head h2 { font-size: clamp(30px, 3.8vw, 52px); font-weight: 700; line-height: 1.04; letter-spacing: -.03em; max-width: 20ch; margin: 0; }
#social41-site .eyebrow { display: inline-flex; align-items: center; padding: 8px 14px; border: 1px solid rgba(0,0,0,.18); border-radius: 8px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; }
#social41-site .grad { background: linear-gradient(95deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

#social41-site .hero { position: relative; min-height: 100vh; display: grid; grid-template-rows: 1fr auto; padding: clamp(128px,17vh,190px) max(40px, calc((100% - var(--maxw)) / 2)) 0; overflow: hidden; isolation: isolate; background: linear-gradient(180deg, rgba(8,8,11,.48), rgba(8,8,11,.08) 35%, rgba(8,8,11,.24) 70%, rgba(8,8,11,.52)), var(--hero-image) center/cover no-repeat; }
#social41-site .hero-top { align-self: start; margin-top: clamp(40px, 9vh, 110px); max-width: 540px; display: flex; flex-direction: column; align-items: flex-start; }
#social41-site .hero-lead { margin: 18px 0 0; font-size: clamp(19px,2vw,27px); font-weight: 600; line-height: 1.32; letter-spacing: -.01em; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
#social41-site .hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
#social41-site .hero-wordmark { align-self: end; display: flex; justify-content: flex-end; width: 100%; margin-bottom: clamp(-26px, -1.6vw, -8px); color: rgba(255,255,255,.7); font-weight: 800; font-size: clamp(72px,17.5vw,320px); line-height: .78; letter-spacing: -.03em; text-shadow: 0 6px 50px rgba(0,0,0,.3); pointer-events: none; }

#social41-site .belief-section { padding-top: clamp(92px, 11vw, 160px); padding-bottom: clamp(92px, 11vw, 160px); }
#social41-site .about-lead { max-width: 920px; margin: 0 auto; text-align: center; font-size: clamp(22px,2.7vw,38px); font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
#social41-site .about-lead .w { color: var(--muted-2); transition: color .35s var(--ease), opacity .35s var(--ease); }
#social41-site .about-lead .w.on { color: var(--ink); }

#social41-site .trusted { overflow: hidden; padding: 52px 0; background: #f6f6f3; }
#social41-site .trusted-head { display: flex; justify-content: center; gap: 10px; margin-bottom: 24px; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
#social41-site .trusted-faint { color: var(--muted-2); }
#social41-site .logo-marquee { overflow: hidden; margin-top: 12px; }
#social41-site .logo-track { display: flex; align-items: center; gap: 16px; width: max-content; animation: logoScroll 34s linear infinite; }
#social41-site .logo-track--r { animation-direction: reverse; }
#social41-site .logo-card { width: 154px; height: 74px; flex: 0 0 auto; display: grid; place-items: center; padding: 14px 22px; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 16px; }
#social41-site .logo-card img { max-width: 100%; max-height: 44px; object-fit: contain; filter: grayscale(1); opacity: .78; }
@keyframes logoScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

#social41-site .worklines { max-width: var(--maxw); margin: 0 auto; }
#social41-site .wl-row { display: grid; grid-template-columns: .8fr 2.4fr; gap: 40px; padding: 56px 0; border-top: 1px solid rgba(0,0,0,.10); }
#social41-site .wl-head h3 { position: sticky; top: 110px; margin: 0; font-size: clamp(24px,2.3vw,34px); font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
#social41-site .wl-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px,2vw,30px); align-items: stretch; }
#social41-site .wl-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 16px; overflow: hidden; box-shadow: 0 18px 42px -30px rgba(0,0,0,.22); transition: transform .4s var(--ease), box-shadow .4s ease, border-color .3s; }
#social41-site .wl-card:hover { transform: translateY(-6px); box-shadow: 0 38px 68px -34px rgba(0,0,0,.3); border-color: rgba(0,0,0,.12); }
#social41-site .wl-img { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f2f2ec; }
#social41-site .wl-img.wl-vid { aspect-ratio: 16 / 9; background: #000; }
#social41-site .wl-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s var(--ease); }
#social41-site .wl-card:hover .wl-img img { transform: scale(1.05); }
#social41-site .wl-card h4 { margin: 0; padding: 14px 18px 0; font-size: 13.5px; font-weight: 700; letter-spacing: .02em; color: var(--ink); }
#social41-site .wl-card h4 span { color: var(--muted-2); font-weight: 700; }
#social41-site .wl-card p { margin: 4px 0 0; padding: 0 18px 16px; font-size: 12.5px; color: var(--muted); }
#social41-site .wl-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 54px; height: 54px; border-radius: 50%; background: rgba(0,0,0,.5); border: 1.5px solid rgba(255,255,255,.9); backdrop-filter: blur(5px); transition: background .25s var(--ease), border-color .25s, transform .25s var(--ease); }
#social41-site .wl-play::before { content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%); border-style: solid; border-width: 8px 0 8px 13px; border-color: transparent transparent transparent #fff; }
#social41-site .wl-video:hover .wl-play { background: var(--accent); border-color: var(--accent); transform: translate(-50%,-50%) scale(1.1); }

#social41-site .whyus { position: relative; isolation: isolate; background: linear-gradient(90deg, rgba(246,246,243,.94) 0%, rgba(246,246,243,.9) 48%, rgba(246,246,243,.68) 100%), var(--why-image) right center/auto 92% no-repeat; }
#social41-site .wc-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.25fr 1.75fr; gap: 36px; }
#social41-site .wc-head { position: sticky; top: 110px; }
#social41-site .wc-label, #social41-site .proc-eyebrow, #social41-site .exec-label, #social41-site .ins-label, #social41-site .ig-label { display: block; font-size: 15px; font-weight: 700; letter-spacing: .06em; color: var(--muted-2); }
#social41-site .wc-label b, #social41-site .proc-eyebrow b, #social41-site .exec-label b, #social41-site .ins-label b, #social41-site .ig-label b { color: var(--ink); }
#social41-site .wc-title { margin: 18px 0 0; font-size: clamp(26px,2.8vw,42px); font-weight: 700; line-height: 1.08; letter-spacing: -.025em; max-width: 12ch; }
#social41-site .wc-row { display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center; padding: 44px 0; border-bottom: 1px solid rgba(0,0,0,.10); }
#social41-site .wc-row:last-child { border-bottom: none; }
#social41-site .wc-icon { color: var(--ink); font-weight: 800; }
#social41-site .wc-row h3 { margin: 0; font-size: clamp(19px,1.7vw,26px); font-weight: 600; line-height: 1.22; letter-spacing: -.02em; max-width: 30ch; }

#social41-site .process { overflow: hidden; }
#social41-site .proc-top { max-width: var(--maxw); margin: 0 auto 30px; display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 30px; align-items: start; }
#social41-site .proc-headline { margin: 0; font-size: clamp(18px,1.7vw,24px); font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
#social41-site .proc-count { justify-self: end; font-size: clamp(16px,1.4vw,22px); color: var(--muted-2); }
#social41-site .proc-count b { color: var(--ink); }
#social41-site .proc-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); min-height: 560px; }
#social41-site .proc-col { position: relative; border-left: 1px solid rgba(0,0,0,.10); display: flex; flex-direction: column; }
#social41-site .proc-card { position: relative; z-index: 2; width: 108%; display: flex; align-items: center; gap: clamp(16px,2.4vw,40px); background: #fff; border-radius: 999px; padding: 20px clamp(22px,2.2vw,34px); box-shadow: 0 18px 44px rgba(0,0,0,.09); }
#social41-site .proc-pos-1 { margin-top: 24px; }
#social41-site .proc-pos-2 { margin-top: 232px; }
#social41-site .proc-pos-3 { margin-top: 448px; }
#social41-site .proc-dark { background: #15151c; }
#social41-site .proc-orange { background: #fff; border: 2px solid var(--accent); box-shadow: 0 18px 44px rgba(255,90,34,.18); }
#social41-site .proc-step { font-size: clamp(15px,1.2vw,18px); font-weight: 500; color: var(--muted-2); white-space: nowrap; }
#social41-site .proc-title { font-size: clamp(15px,1.2vw,19px); font-weight: 700; color: var(--ink); white-space: nowrap; }
#social41-site .proc-dark .proc-title { color: #fff; }
#social41-site .proc-orange .proc-step { color: var(--accent); }
#social41-site .proc-time { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px clamp(16px,2vw,28px) 0; }

#social41-site .stats-marquee { overflow: hidden; background: #f6f6f3; border-top: 1px solid rgba(0,0,0,.10); border-bottom: 1px solid rgba(0,0,0,.10); }
#social41-site .marquee-track { display: flex; width: max-content; animation: statsScroll 28s linear infinite; }
#social41-site .marquee-set { display: flex; align-items: center; gap: clamp(50px,8vw,120px); padding: 26px clamp(50px,8vw,120px) 26px 0; }
#social41-site .mstat { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
#social41-site .mstat-num { font-size: clamp(56px,8vw,116px); font-weight: 700; line-height: 1; letter-spacing: -.045em; }
#social41-site .mstat-label { max-width: 16ch; white-space: normal; font-size: clamp(13px,1vw,16px); font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
@keyframes statsScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

#social41-site .svcx-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); grid-template-areas: "head preview" "list preview" "cta preview"; column-gap: clamp(30px,5vw,74px); align-items: start; }
#social41-site .svcx-head { grid-area: head; }
#social41-site .surge-title { margin: 21px 0 0; font-size: clamp(42px,5.25vw,80px); font-weight: 800; line-height: .93; letter-spacing: -.07em; }
#social41-site .svcx-list { grid-area: list; border-top: 1px solid rgba(21,21,28,.25); }
#social41-site .svcx-item { display: grid; grid-template-columns: auto 1fr; gap: 7px; width: 100%; padding: 20px 2px; border: 0; border-bottom: 1px solid rgba(21,21,28,.25); background: none; color: #15151c; text-align: left; cursor: pointer; }
#social41-site .svcx-arrow { width: 0; overflow: hidden; opacity: 0; font-size: 22px; line-height: 1.15; color: var(--accent); transition: width .35s ease, opacity .3s ease, transform .35s ease; }
#social41-site .svcx-name { font-size: clamp(21px,1.9vw,29px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
#social41-site .svcx-panel { grid-column: 2; display: block; max-height: 0; overflow: hidden; transition: max-height .35s ease; }
#social41-site .svcx-desc { display: block; padding-top: 7px; color: #686873; font-size: 15px; line-height: 1.6; }
#social41-site .svcx-item.is-active .svcx-arrow { width: 32px; opacity: 1; }
#social41-site .svcx-item:hover .svcx-arrow { transform: translateX(4px); }
#social41-site .svcx-item.is-active .svcx-panel { max-height: 72px; }
#social41-site .svcx-cta { grid-area: cta; justify-self: start; margin-top: 28px; padding: 0 0 7px; border-bottom: 1.5px solid #15151c; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; font-weight: 700; }
#social41-site .svcx-preview { grid-area: preview; width: min(100%, 430px); justify-self: end; min-height: 0; overflow: hidden; border-radius: 18px; background: #ecece7; aspect-ratio: 1 / 1.25; }
#social41-site .svcx-img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: opacity .2s ease, transform .6s var(--ease); }

#social41-site .insights-head { max-width: var(--maxw); margin: 0 auto 46px; display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 28px; align-items: end; }
#social41-site .ins-title { margin: 0; font-size: clamp(28px,3.4vw,48px); line-height: 1.08; letter-spacing: -.045em; }
#social41-site .ins-viewall { padding-bottom: 4px; border-bottom: 1px solid currentColor; color: #15151c; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
#social41-site .insights-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
#social41-site .ins-card { overflow: hidden; border: 1px solid rgba(21,21,28,.16); border-radius: 16px; background: #fff; text-decoration: none; transition: transform .35s var(--ease); }
#social41-site .ins-card:hover { transform: translateY(-6px); }
#social41-site .ins-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
#social41-site .ins-date { display: block; padding: 18px 20px 0; color: #777780; font-size: 13px; }
#social41-site .ins-date-accent { color: var(--accent); }
#social41-site .ins-card h3 { margin: 10px 20px 23px; font-size: clamp(18px,1.6vw,23px); line-height: 1.16; letter-spacing: -.02em; }

#social41-site .faq-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.7fr; gap: 56px; }
#social41-site .faq-label { font-size: 15px; font-weight: 700; letter-spacing: .08em; color: var(--ink); }
#social41-site .faq-left h3 { margin-top: clamp(40px,7vw,90px); font-size: clamp(22px,2vw,28px); font-weight: 700; letter-spacing: -.02em; }
#social41-site .faq-left p { margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 360px; }
#social41-site .faq-ask { display: inline-flex; align-items: center; gap: 10px; margin-top: 38px; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-bottom: 1.5px solid var(--ink); padding-bottom: 7px; transition: gap .25s var(--ease), opacity .25s ease; }
#social41-site .faq-ask:hover { gap: 16px; opacity: .75; }
#social41-site .faq-rhead { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
#social41-site .faq-rhead h2 { margin: 0; font-size: clamp(20px,1.8vw,27px); line-height: 1.25; letter-spacing: -.01em; max-width: 420px; }
#social41-site .faq-count { color: var(--muted-2); font-size: 17px; white-space: nowrap; }
#social41-site .faq-list { margin-top: clamp(36px,5vw,64px); }
#social41-site .faq-item { border-bottom: 1px solid rgba(0,0,0,.10); }
#social41-site .faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 0; font-size: clamp(16px,1.4vw,21px); font-weight: 700; letter-spacing: -.01em; transition: opacity .2s ease; }
#social41-site .faq-item summary:hover { opacity: .7; }
#social41-site .faq-item summary::-webkit-details-marker { display: none; }
#social41-site .faq-ic { position: relative; width: 20px; height: 20px; flex-shrink: 0; }
#social41-site .faq-ic::before, #social41-site .faq-ic::after { content: ""; position: absolute; background: var(--ink); transition: transform .3s var(--ease), opacity .3s ease; }
#social41-site .faq-ic::before { left: 0; top: 50%; width: 100%; height: 2px; margin-top: -1px; }
#social41-site .faq-ic::after { top: 0; left: 50%; width: 2px; height: 100%; margin-left: -1px; }
#social41-site .faq-item[open] .faq-ic::after { transform: scaleY(0); }
#social41-site .faq-answer { padding: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 660px; }

#social41-site .igfeed { overflow: hidden; }
#social41-site .ig-head { max-width: var(--maxw); margin: 0 auto 36px; display: grid; grid-template-columns: .7fr 1.7fr auto auto; gap: 24px; align-items: center; }
#social41-site .ig-title { margin: 0; font-size: clamp(22px,2.2vw,32px); font-weight: 700; line-height: 1.18; letter-spacing: -.02em; }
#social41-site .ig-handle { justify-self: end; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: .02em; text-decoration: none; color: var(--ink); white-space: nowrap; transition: color .25s ease; }
#social41-site .ig-handle:hover { color: var(--accent); }
#social41-site .ig-arrows { justify-self: end; display: inline-flex; gap: 10px; }
#social41-site .ig-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); background: transparent; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-size: 24px; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--ease); }
#social41-site .ig-arrow:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }
#social41-site .ig-track { max-width: var(--maxw); margin: 0 auto; display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 8px; -ms-overflow-style: none; scrollbar-width: none; }
#social41-site .ig-track::-webkit-scrollbar { display: none; }
#social41-site .ig-post { position: relative; flex: 0 0 clamp(220px,26vw,320px); aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; border: 1px solid rgba(0,0,0,.10); scroll-snap-align: start; }
#social41-site .ig-post img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
#social41-site .ig-post:hover img { transform: scale(1.06); }

#social41-site .lb { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
#social41-site .lb.open { display: flex; }
#social41-site .lb-backdrop { position: absolute; inset: 0; background: rgba(8,8,11,.86); backdrop-filter: blur(6px); }
#social41-site .lb-dialog { position: relative; z-index: 2; width: 100%; max-width: 980px; max-height: 92vh; display: flex; flex-direction: column; animation: revealUp .4s var(--ease) both; }
#social41-site .lb-close { position: absolute; top: -8px; right: -8px; z-index: 4; width: 44px; height: 44px; border-radius: 50%; border: none; background: #fff; color: #111; font-size: 26px; line-height: 1; cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,.3); }
#social41-site .lb-stage { background: #191919; border-radius: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; max-height: 84vh; }
#social41-site .lb-stage.lb-video { position: relative; width: 100%; height: 0; padding-bottom: min(var(--lb-ratio, 56.25%), 84vh); }
#social41-site .lb-stage.lb-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#social41-site .lb-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; color: #fff; }
#social41-site .lb-title { font-weight: 600; font-size: 17px; }
#social41-site .lb-ext { color: #fff; opacity: .8; font-size: 14px; text-decoration: none; }

#social41-site .footer-container, #social41-site .s41-footer-shell, #social41-site .s41-footer__builder { margin: 0 !important; padding: 0 !important; background: #08080b; }
#social41-site .footer { padding: 72px 40px 0; background: #08080b; color: #fff; overflow: hidden; }
#social41-site .footer-main { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .72fr .72fr 1.15fr 1.25fr; gap: 30px; align-items: start; }
#social41-site .footer .logo { color: #fff; }
#social41-site .footer-addr { margin: 28px 0 18px; color: rgba(255,255,255,.64); font-style: normal; line-height: 1.55; }
#social41-site .footer-phone { color: #fff; text-decoration: none; font-weight: 700; }
#social41-site .footer-col h4 { margin: 0 0 18px; color: rgba(255,255,255,.46); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
#social41-site .footer-col a { display: block; margin-top: 11px; color: rgba(255,255,255,.76); text-decoration: none; font-size: 15px; }
#social41-site .footer-col a:hover { color: #fff; }
#social41-site .footer-cta h3 { margin: 0; font-size: clamp(20px,2vw,30px); line-height: 1.12; letter-spacing: -.02em; }
#social41-site .footer-contact { margin-top: 24px; background: var(--accent); border: 1px solid var(--accent); color: #fff; text-decoration: none; }
#social41-site .footer-contact:hover { background: var(--accent-2); border-color: var(--accent-2); transform: translateY(-2px); }
#social41-site .footer-watermark { max-width: var(--maxw); margin: 56px auto 0; color: rgba(255,255,255,.10); font-size: clamp(54px,11vw,150px); font-weight: 800; line-height: .86; letter-spacing: -.06em; white-space: nowrap; }
#social41-site .footer-social-row { max-width: var(--maxw); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.58); }
#social41-site .footer-socials { display: flex; gap: 10px; }
#social41-site .footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; }
#social41-site .footer-privacy { color: rgba(255,255,255,.72); text-decoration: none; }

#social41-site .reveal { opacity: 0; }
#social41-site .reveal.in { animation: revealUp .7s var(--ease) both; }
#social41-site .hero-lead, #social41-site .hero-cta, #social41-site .hero-wordmark { opacity: 0; animation: heroIn .85s var(--ease) forwards; }
#social41-site .hero-cta { animation-delay: .2s; }
#social41-site .hero-wordmark { animation-delay: .35s; }
@keyframes revealUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes heroIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  #social41-site .nav { padding: 12px 14px 12px 22px; gap: 14px; }
  #social41-site .nav .nav-links, #social41-site .nav-right { display: none; }
  #social41-site .nav .nav-links.open { display: flex; position: absolute; top: calc(100% + 10px); left: 0; right: 0; transform: none; flex-direction: column; gap: 2px; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 16px; margin: 0; padding: 10px; box-shadow: 0 22px 54px rgba(0,0,0,.22); }
  #social41-site .nav .nav-links.open a { padding: 13px 14px; border-radius: 10px; }
  #social41-site .nav .nav-links.open a::after { display: none; }
  #social41-site .menu-toggle { display: flex; margin-left: auto; }
}

@media (max-width: 980px) {
  #social41-site .svcx-grid { grid-template-columns: 1fr; grid-template-areas: "head" "preview" "list" "cta"; row-gap: 26px; }
  #social41-site .insights-head { grid-template-columns: 1fr; gap: 18px; }
  #social41-site .ins-viewall { justify-self: start; }
  #social41-site .insights-grid { grid-template-columns: repeat(2, 1fr); }
  #social41-site .footer-main { grid-template-columns: repeat(3, 1fr); gap: 40px 24px; }
  #social41-site .footer-brand, #social41-site .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  #social41-site .wl-row, #social41-site .wc-grid, #social41-site .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  #social41-site .wl-head h3, #social41-site .wc-head { position: static; }
  #social41-site .wl-cards { grid-template-columns: 1fr; }
  #social41-site .proc-top { grid-template-columns: 1fr; gap: 14px; }
  #social41-site .proc-count { justify-self: start; }
  #social41-site .proc-grid { grid-template-columns: 1fr; min-height: 0; gap: 14px; }
  #social41-site .proc-col { border-left: none; }
  #social41-site .proc-card, #social41-site .proc-pos-1, #social41-site .proc-pos-2, #social41-site .proc-pos-3 { width: 100%; margin-top: 0; }
  #social41-site .ig-head { grid-template-columns: 1fr auto; gap: 14px; }
  #social41-site .ig-title { grid-column: 1 / -1; order: 2; }
  #social41-site .ig-handle { order: 1; justify-self: start; }
  #social41-site .ig-arrows { order: 3; justify-self: start; grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  #social41-site .hero { min-height: 78vh; padding: 92px 20px 0; }
  #social41-site .hero-top { margin-top: 18px; }
  #social41-site .hero-wordmark { font-size: clamp(64px,22vw,150px); }
  #social41-site .section { padding: 64px 20px; }
  #social41-site .trusted { padding-left: 20px; padding-right: 20px; }
  #social41-site .insights-grid { grid-template-columns: 1fr; }
  #social41-site .footer { padding: 44px 20px 0; }
  #social41-site .footer-main { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  #social41-site .footer-watermark { margin-top: 22px; font-size: clamp(38px,13vw,60px); }
  #social41-site .footer-social-row { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 0; }
}

@media (prefers-reduced-motion: reduce) {
  #social41-site .reveal, #social41-site .hero-lead, #social41-site .hero-cta, #social41-site .hero-wordmark { opacity: 1 !important; transform: none !important; animation: none !important; }
  #social41-site .logo-track, #social41-site .marquee-track { animation: none !important; }
}