.social-page { background: var(--ink); }

.social-page .site-header {
  position: absolute;
}

.social-page .brand,
.social-page .desktop-nav a,
.social-page .header-cta {
  color: var(--white);
}

.social-hero {
  min-height: 860px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px 7vw 90px;
  background: #08090b;
}

.social-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(8,9,11,.98) 0%, rgba(8,9,11,.82) 48%, rgba(8,9,11,.4) 100%),
    url("work/max-testimonios.webp") center 28% / cover no-repeat;
  filter: saturate(.7);
}

.social-hero::after {
  content: "";
  position: absolute;
  width: 670px;
  height: 670px;
  right: -150px;
  top: 105px;
  z-index: -2;
  border: 1px solid rgba(183,18,24,.32);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(183,18,24,.035), 0 0 0 180px rgba(255,255,255,.018);
}

.social-hero-grid {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
  gap: 7vw;
  align-items: end;
}

.social-hero-copy { position: relative; z-index: 2; }
.social-back { margin-bottom: 55px; display: inline-flex; align-items: center; gap: 11px; color: #b9bbc0; font-size: 9px; font-weight: 900; letter-spacing: 1.6px; }
.social-back span { color: var(--acid); font-size: 17px; }
.social-hero h1 { margin: 0; max-width: 890px; font-size: clamp(59px, 7.2vw, 110px); line-height: .84; letter-spacing: -.075em; font-weight: 950; }
.social-hero h1 em { display: block; color: var(--acid); }
.social-lead { max-width: 620px; margin: 36px 0 0; color: #c3c4c7; font-size: 18px; line-height: 1.68; }
.social-hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.secondary-button { display: inline-flex; align-items: center; padding: 18px 22px; border: 1px solid rgba(255,255,255,.38); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; transition: .25s ease; }
.secondary-button:hover { color: var(--ink); background: var(--white); }

.social-hero-aside {
  position: relative;
  z-index: 2;
  padding: 27px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(8,9,11,.72);
  backdrop-filter: blur(15px);
}
.social-hero-aside > span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.social-hero-aside strong { margin-top: 16px; display: block; font-size: 30px; line-height: 1.05; letter-spacing: -.035em; }
.social-hero-aside p { margin: 18px 0 0; color: #a9abb0; font-size: 14px; line-height: 1.65; }

.social-proof { background: var(--acid); }

.social-intro {
  background: var(--paper);
  color: var(--ink);
}

.social-intro-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
}

.social-big-number { color: var(--acid); font-size: clamp(120px, 18vw, 270px); line-height: .75; letter-spacing: -.1em; font-weight: 950; }
.social-intro h2,
.social-offer h2,
.social-work h2,
.social-plan h2,
.social-faq h2 { margin: 0; font-size: clamp(42px, 5vw, 76px); line-height: .93; letter-spacing: -.058em; font-weight: 950; }
.social-intro h2 em,
.social-offer h2 em,
.social-work h2 em,
.social-plan h2 em,
.social-faq h2 em { color: var(--acid); font-style: normal; }
.social-intro-copy > p:not(.eyebrow) { max-width: 710px; margin: 28px 0 0; color: #505257; font-size: 17px; line-height: 1.72; }

.social-value { background: #fff; color: var(--ink); border-top: 1px solid #d9d6cf; }
.social-value-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.social-value .eyebrow { color: #5c5d60; }
.social-value h2 { margin: 0; max-width: 780px; font-size: clamp(43px, 5.2vw, 78px); line-height: .92; letter-spacing: -.06em; font-weight: 950; }
.social-value h2 em { color: var(--acid); font-style: normal; }
.social-value-copy > p:not(.eyebrow) { max-width: 760px; margin: 27px 0 0; color: #505257; font-size: 16px; line-height: 1.74; }
.value-tags { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 7px; }
.value-tags span { padding: 8px 10px; border: 1px solid #c9c6bf; color: #45474b; font-size: 7px; font-weight: 900; letter-spacing: 1.05px; }
.value-path { border-top: 1px solid #bab8b2; }
.value-path article { min-height: 155px; padding: 26px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid #bab8b2; }
.value-path article > span { color: var(--acid); font-size: 10px; font-weight: 950; letter-spacing: 1px; }
.value-path strong { font-size: 24px; line-height: 1; letter-spacing: -.025em; }
.value-path p { margin: 13px 0 0; color: #5b5d61; font-size: 14px; line-height: 1.62; }

.social-offer { background: #0d0f12; }
.social-section-head { max-width: 1380px; margin: 0 auto 58px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: end; }
.social-section-head > p { margin: 0; color: #92949a; font-size: 16px; line-height: 1.7; }
.offer-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #36383d; border-left: 1px solid #36383d; }
.offer-card { min-height: 320px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid #36383d; border-bottom: 1px solid #36383d; background: #111318; transition: .28s ease; }
.offer-card:hover { transform: translateY(-5px); background: #17191e; }
.offer-card > span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.offer-card h3 { margin: auto 0 14px; font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.offer-card p { margin: 0; color: #9b9da3; font-size: 14px; line-height: 1.65; }

.social-work { background: var(--paper); color: var(--ink); }
.social-work .eyebrow { color: #5c5d60; }
.social-work-head { max-width: 1380px; margin: 0 auto 58px; }
.social-work-footer { max-width: 1380px; margin: 34px auto 0; display: flex; justify-content: center; }
.social-work-link { width: max-content; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 18px; color: #fff; background: var(--acid); border: 1px solid #d4242a; box-shadow: 0 2px 0 #760b0f, 0 9px 20px rgba(183,18,24,.18); font-size: 9px; font-weight: 950; letter-spacing: 1.35px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.social-work-link span { font-size: 15px; }
.social-work-link:hover { color: #fff; background: #cf1b22; transform: translateY(-1px); box-shadow: 0 3px 0 #760b0f, 0 12px 24px rgba(183,18,24,.23); }
.social-cases { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.social-case { min-width: 0; background: #0b0c0f; color: #fff; }
.social-case-media { height: 520px; position: relative; overflow: hidden; background: #181a1f; }
.social-case-media img,
.social-case-media video { width: 100%; height: 100%; display: block; object-fit: cover; }
.social-case-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.social-case-copy { min-height: 255px; padding: 27px; }
.social-case-copy > span { color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.social-case-copy h3 { margin: 17px 0 13px; font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.social-case-copy p { margin: 0; color: #a8aaaf; font-size: 14px; line-height: 1.64; }

.social-plan { background: var(--acid); color: #fff; }
.social-plan-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: start; }
.social-plan h2 em { color: #fff; -webkit-text-stroke: 1px #fff; -webkit-text-fill-color: transparent; }
.plan-steps { counter-reset: step; border-top: 1px solid rgba(255,255,255,.42); }
.plan-step { counter-increment: step; padding: 25px 0; display: grid; grid-template-columns: 44px 190px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.42); }
.plan-step::before { content: "0" counter(step); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.plan-step strong { font-size: 18px; }
.plan-step p { margin: 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.6; }

.social-options { background: #08090b; }
.options-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.option-card { padding: 34px; border: 1px solid #34363b; background: #111318; }
.option-card.featured { border-color: var(--acid); box-shadow: inset 0 4px 0 var(--acid); }
.option-card > span { color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.option-card h3 { margin: 25px 0 15px; font-size: 30px; letter-spacing: -.04em; }
.option-card p { margin: 0; color: #9b9da3; font-size: 14px; line-height: 1.65; }
.option-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.option-card li { padding: 11px 0; border-top: 1px solid #2d2f34; color: #d0d1d4; font-size: 12px; }
.option-card li::before { content: "↗"; margin-right: 10px; color: var(--acid); }

.social-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper); color: var(--ink); }
.social-faq .eyebrow { color: #5c5d60; }

.social-page .footer-brand { justify-self: start; }

@media (max-width: 980px) {
  .social-hero { min-height: 820px; }
  .social-hero-grid,
  .social-intro-grid,
  .social-value-grid,
  .social-plan-grid,
  .social-faq { grid-template-columns: 1fr; }
  .social-hero-aside { max-width: 500px; }
  .social-big-number { display: none; }
  .social-value-grid { gap: 55px; }
  .social-section-head { grid-template-columns: 1fr; gap: 25px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .social-cases { grid-template-columns: 1fr; }
  .social-case { display: grid; grid-template-columns: .9fr 1.1fr; }
  .social-case-media { height: 430px; }
  .social-case-copy { min-height: 0; display: flex; flex-direction: column; justify-content: center; }
  .options-grid { grid-template-columns: 1fr; }
}

@media (min-width: 641px) and (max-width: 980px) {
  .social-plan h2 em {
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0;
    letter-spacing: -.025em;
    line-height: 1.02;
  }
}

@media (max-width: 640px) {
  .social-hero { min-height: 780px; padding: 125px 20px 75px; align-items: flex-start; }
  .social-hero::before { background-position: 62% center; }
  .social-hero::after { width: 430px; height: 430px; right: -260px; top: 180px; }
  .social-back { margin-bottom: 65px; }
  .social-hero h1 { font-size: clamp(48px, 15.7vw, 70px); line-height: .89; letter-spacing: -.055em; }
  .social-lead { font-size: 15px; }
  .social-hero-aside { display: none; }
  .social-hero-actions { display: grid; }
  .social-hero-actions a { justify-content: center; }
  .social-intro-copy > p:not(.eyebrow) { font-size: 15px; }
  .social-value h2 { font-size: 40px; line-height: .98; letter-spacing: -.035em; }
  .social-value h2 em { color: var(--acid); -webkit-text-fill-color: var(--acid); -webkit-text-stroke: 0; }
  .social-value-copy > p:not(.eyebrow) { font-size: 15px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 250px; }
  .social-case { display: block; }
  .social-case-media { height: 470px; }
  .social-case-copy { min-height: 230px; }
  .plan-step { grid-template-columns: 35px 1fr; }
  .plan-step p { grid-column: 2; }
  .social-plan h2 em {
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0;
    letter-spacing: -.025em;
    line-height: 1.02;
  }
  .social-faq { gap: 45px; }
}
