.social-proof {
  position: relative;
  scroll-margin-top: 56px;
  padding: clamp(44px, 6vw, 100px) 0 clamp(76px, 8vw, 124px);
  background: var(--bg);
  overflow: visible;
}

@supports (content-visibility: auto) {
  main > section:not(.hero),
  .main-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }

  .social-proof {
    contain-intrinsic-size: auto 820px;
  }

  .case-gallery {
    contain-intrinsic-size: auto 760px;
  }

  .global-map {
    contain-intrinsic-size: auto 820px;
  }

  .services-orbit-section {
    contain-intrinsic-size: auto 760px;
  }

  .faq-section {
    contain-intrinsic-size: auto 1040px;
  }

  .contact-orbit-section,
  .main-footer {
    contain-intrinsic-size: auto 620px;
  }
}

.social-proof-shell {
  width: min(1720px, 92vw);
}

.proof-title {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto clamp(28px, 4vw, 68px);
  color: #050505;
  font-size: var(--section-heading-size);
  font-weight: 300;
  line-height: 0.82;
  text-align: center;
  text-transform: none;
}

.social-proof .proof-title {
  margin-bottom: clamp(0px, 0.6vw, 12px);
}

.proof-title > .t {
  display: block;
}

body.lang-en .proof-title > .t-ru,
body.lang-ru .proof-title > .t-en {
  display: none;
}

.proof-field {
  --proof-coalescence-bleed: 180px;
  --proof-coalescence-bleed-total: 360px;
  position: relative;
  min-height: clamp(600px, 54vw, 910px);
  isolation: isolate;
  overflow: visible;
}

.proof-coalescence-canvas {
  position: absolute;
  left: calc(0px - var(--proof-coalescence-bleed));
  top: calc(0px - var(--proof-coalescence-bleed));
  z-index: 1;
  width: calc(100% + var(--proof-coalescence-bleed-total));
  height: calc(100% + var(--proof-coalescence-bleed-total));
  pointer-events: none;
}

.proof-bubble {
  --proof-scale: 1;
  --proof-size: 180px;
  --proof-value-size-ratio: 0.24;
  --proof-value-max-width: 78%;
  --proof-label-size-ratio: 0.083;
  --proof-label-center-ratio: 0.76505;
  --proof-label-visual-adjust: 0px;
  --proof-label-lift-ratio: 0;
  --proof-label-max-width: 74%;
  --proof-label-font-size: calc(
    var(--proof-size) *
    var(--proof-label-size-ratio)
  );
  position: absolute;
  display: block;
  width: var(--proof-size);
  height: var(--proof-size);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: #050505;
  text-align: center;
  transform:
    translate3d(var(--proof-nudge-x, 0px), var(--proof-nudge-y, 0px), 0)
    scale(var(--proof-scale));
  transform-origin: center;
  transition: transform 0.18s ease-out;
  z-index: 2;
}

.proof-bubble.is-bubble-magnetized {
  transition-duration: 0.12s;
}

.proof-field.has-proof-coalescence .proof-bubble.is-bubble-canvas-backed {
  background: transparent;
  transition: none;
}

.proof-bubble.is-proof-initializing {
  transition: none;
}

.proof-bubble strong {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  max-width: var(--proof-value-max-width);
  font-size: calc(var(--proof-size) * var(--proof-value-size-ratio));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  overflow: visible;
  overflow-wrap: normal;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.proof-number-split {
  width: 0;
  max-width: none;
  transform: translateY(-50%);
}

.proof-prefix,
.proof-core,
.proof-suffix {
  position: absolute;
  top: 50%;
  display: block;
  line-height: 1;
  transform: translateY(-50%);
}

.proof-core {
  left: 0;
  transform: translate(-50%, -50%);
}

.proof-prefix {
  right: calc(var(--proof-core-half, 0px) + 0.08em);
  font-size: 1em;
}

.proof-suffix {
  left: calc(var(--proof-core-half, 0px) + 0.08em);
  font-size: 1em;
}

.proof-bubble > span {
  position: absolute;
  left: 50%;
  top: calc((var(--proof-size) * var(--proof-label-center-ratio)) + var(--proof-label-visual-adjust));
  display: block;
  max-width: var(--proof-label-max-width);
  font-size: var(--proof-label-font-size);
  font-weight: 850;
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-align: center;
  text-wrap: initial;
  transform: translate(-50%, -50%);
}

.proof-bubble > span .t,
.proof-label-line {
  font-size: 1em;
  line-height: inherit;
}

body.lang-en .proof-bubble > span .t-en,
body.lang-ru .proof-bubble > span .t-ru {
  display: block;
}

.proof-label-line {
  display: block;
  white-space: nowrap;
}

.proof-bubble-major {
  --proof-label-max-width: 70%;
  --proof-label-size-ratio: 0.077;
  background: var(--brand);
  color: #fff;
  box-shadow: none;
}

.proof-bubble-major strong {
  color: #fff;
  font-weight: 900;
}

.proof-bubble-major > span {
  color: #fff;
  font-weight: 900;
  line-height: 1.05;
}

.proof-bubble-views {
  top: 0;
  right: 6.41%;
  --proof-size: clamp(360px, 32vw, 620px);
  --proof-value-size-ratio: 0.336;
  --proof-label-size-ratio: 0.115;
  --proof-label-center-ratio: 0.78557;
}

body.lang-ru .proof-bubble-views > span .t-ru .proof-label-line {
  font-size: 0.9em;
}

.proof-bubble-revenue {
  top: 40.48%;
  left: 17.27%;
  --proof-size: clamp(260px, 20vw, 390px);
  --proof-value-max-width: none;
  --proof-value-size-ratio: 0.252;
  --proof-label-size-ratio: 0.085;
  --proof-label-center-ratio: 0.767615;
  --proof-label-lift-ratio: 0.05;
}

.proof-bubble-channels {
  top: 56.04%;
  left: 41.33%;
  --proof-size: clamp(264px, 20.4vw, 400px);
  --proof-value-size-ratio: 0.284;
  --proof-label-size-ratio: 0.115;
  --proof-label-center-ratio: 0.774455;
}

.proof-bubble-clients {
  top: 22.43%;
  left: 38.81%;
  --proof-size: clamp(187px, 13.6vw, 272px);
  --proof-value-size-ratio: 0.309;
  --proof-label-size-ratio: 0.119;
  --proof-label-center-ratio: 0.779799;
}

.proof-bubble-watch {
  top: 15.1%;
  left: 26.32%;
  --proof-size: clamp(136px, 9.35vw, 187px);
  --proof-value-max-width: 72%;
  --proof-value-size-ratio: 0.206;
  --proof-label-size-ratio: 0.105;
  --proof-label-center-ratio: 0.757783;
  --proof-label-lift-ratio: 0.05;
}

.proof-bubble-ctr {
  top: 23.48%;
  left: 15.33%;
  --proof-size: clamp(107px, 7.4vw, 146px);
  --proof-value-size-ratio: 0.348;
  --proof-label-max-width: 72%;
  --proof-label-size-ratio: 0.106;
  --proof-label-center-ratio: 0.788135;
  --proof-label-lift-ratio: -0.05;
}

.faq-section {
  position: relative;
  padding: clamp(78px, 9vw, 148px) 0 clamp(86px, 9vw, 144px);
  overflow: hidden;
  background: var(--bg);
}

.faq-shell {
  --faq-content-width: min(100%, 1100px);
  width: min(1180px, 92vw);
}

.faq-title {
  display: flex;
  justify-content: center;
  width: var(--faq-content-width);
  margin: 0 auto clamp(44px, 5.4vw, 88px);
  color: #050505;
  font-size: var(--section-heading-size);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.faq-title .t {
  display: block;
  flex: 0 0 auto;
}

.faq-list {
  width: var(--faq-content-width);
  margin: 0 auto;
}

.faq-item {
  position: relative;
  --faq-toggle-open-rotation: 180deg;
}

.faq-item:nth-child(even) {
  --faq-toggle-open-rotation: -180deg;
}

.faq-item:not(:last-child) {
  border-bottom: 0;
}

.faq-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #050505;
  background-image: none;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 34px 14px;
  transition:
    height 0.24s ease,
    background-color 0.24s ease;
}

.faq-item.is-open:not(:last-child)::after {
  height: 14px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='14' viewBox='0 0 34 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q4.25 3 8.5 7 Q12.75 11 17 11 Q21.25 11 25.5 7 Q29.75 3 34 3' fill='none' stroke='%23FF2D55' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.faq-item:nth-child(2).is-open:not(:last-child)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='14' viewBox='0 0 34 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 L8.5 7 L17 11 L25.5 7 L34 3' fill='none' stroke='%23FF2D55' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-item:nth-child(3).is-open:not(:last-child)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='14' viewBox='0 0 34 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1 10 H8.5 V4 H25.5 V10 H35' fill='none' stroke='%23FF2D55' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-item:nth-child(4).is-open:not(:last-child)::after {
  height: 18px;
  background-size: 34px 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='18' viewBox='0 0 34 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5 L17 5 V12 L34 8.5' fill='none' stroke='%23FF2D55' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-item:nth-child(5).is-open:not(:last-child)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='14' viewBox='0 0 34 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1 11 C3.25 11 8.5 3 17 3 C25.5 3 30.75 11 35 11' fill='none' stroke='%23FF2D55' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.faq-question-heading {
  margin: 0;
}

.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(58px, 4.9vw, 74px);
  align-items: center;
  gap: clamp(22px, 4vw, 72px);
  width: 100%;
  min-height: clamp(112px, 10.5vw, 152px);
  padding: clamp(26px, 3.2vw, 46px) 0;
  border: 0;
  background: transparent;
  color: #050505;
  font: inherit;
  text-align: left;
  letter-spacing: 0;
  appearance: none;
  -webkit-appearance: none;
}

.faq-question-text {
  max-width: 860px;
  color: currentColor;
  font-size: clamp(1.6125rem, 2.5125vw, 3.525rem);
  font-weight: 480;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  transition: color 0.2s ease;
}

.faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: clamp(58px, 4.9vw, 74px);
  aspect-ratio: 1;
  border: 2px solid var(--brand);
  border-radius: 999px;
  color: #050505;
  background: transparent;
  overflow: hidden;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.faq-toggle svg {
  position: relative;
  z-index: 1;
  width: 43.2%;
  height: 43.2%;
  display: block;
  overflow: visible;
  transition: transform 0.24s ease;
}

.faq-toggle path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-toggle:hover,
.faq-toggle.is-nav-magnetic,
.faq-question:focus-visible .faq-toggle,
.faq-item.is-open .faq-toggle {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 30px rgba(255, 45, 85, 0.18);
}

.faq-question:focus-visible .faq-question-text,
.faq-item.is-open .faq-question-text {
  color: var(--brand);
}

.faq-item.is-open .faq-toggle svg {
  transform: rotate(var(--faq-toggle-open-rotation));
}

.faq-question:focus-visible {
  outline: 2px solid rgba(255, 45, 85, 0.32);
  outline-offset: 8px;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.28s ease,
    opacity 0.2s ease;
}

.faq-answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-answer p {
  max-width: 820px;
  margin: 0 0 clamp(34px, 4.4vw, 62px);
  color: #050505;
  font-size: clamp(1.0625rem, 1.785vw, 2.04rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

@media (max-width: 980px) {
  .faq-title {
    font-size: var(--section-heading-size-md);
    line-height: 0.86;
  }

  .faq-question {
    grid-template-columns: minmax(0, 1fr) 58px;
    min-height: 118px;
  }

  .faq-question-text {
    font-size: clamp(1.5rem, 4.05vw, 2.4rem);
  }

  .faq-toggle {
    width: 58px;
  }

  .faq-answer p {
    font-size: 1.0625rem;
  }
}

@media (max-width: 700px) {
  .faq-title {
    font-size: var(--section-heading-size-sm);
    line-height: 0.94;
  }

  .faq-list {
    width: 100%;
  }

  .faq-question {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 18px;
    min-height: 96px;
    padding: 22px 0;
  }

  .faq-question-text {
    font-size: 1.2375rem;
    line-height: 1.08;
  }

  .faq-toggle {
    width: 48px;
    border-width: 1.5px;
  }

  .faq-answer p {
    font-size: 0.85rem;
    margin-bottom: 28px;
  }
}
