:root {
  --bsc-paper: #f2eee4;
  --bsc-paper-light: #fbfaf6;
  --bsc-ink: #111615;
  --bsc-panel: #19201e;
  --bsc-panel-soft: #252d2a;
  --bsc-line: #cbd0c9;
  --bsc-muted: #68716e;
  --bsc-acid: #b7f500;
  --bsc-blue: #7898ff;
  --bsc-radius: 30px;
}

.b2b-service-case-page {
  color: var(--bsc-ink);
  background: var(--bsc-paper-light);
}

.b2b-service-case-page main {
  overflow: hidden;
}

.b2b-service-case-page section {
  position: relative;
  padding: clamp(76px, 8vw, 132px) 0;
}

.b2b-service-case-page h1,
.b2b-service-case-page h2,
.b2b-service-case-page h3,
.b2b-service-case-page p {
  margin-top: 0;
}

.b2b-service-case-page h1,
.b2b-service-case-page h2 {
  letter-spacing: -.055em;
  text-wrap: balance;
}

.b2b-service-case-page h2 {
  max-width: 1050px;
  margin-bottom: 0;
  font-size: clamp(40px, 5.1vw, 78px);
  line-height: .98;
}

.b2b-service-case-page h2 em,
.b2b-service-case-page h1 em {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.b2b-service-case-page p {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.5;
}

.b2b-service-case-page .eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid var(--bsc-line);
  border-radius: 999px;
  color: #53605c;
  background: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b2b-service-case-page .eyebrow--dark {
  border-color: rgba(255, 255, 255, .2);
  color: var(--bsc-acid);
  background: rgba(255, 255, 255, .06);
}

.bsc-heading {
  display: grid;
  gap: 28px;
  margin-bottom: clamp(42px, 5vw, 76px);
}

.bsc-heading > .eyebrow {
  justify-self: start;
  margin-bottom: -4px;
}

.bsc-heading > p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--bsc-muted);
}

.bsc-heading--light,
.bsc-heading--light > p {
  color: #fff;
}

.bsc-heading--light > p {
  color: #bfc7c4;
}

.bsc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
  color: #68716e;
  font-size: 13px;
  font-weight: 700;
}

.bsc-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.bsc-breadcrumbs a:hover {
  color: var(--bsc-ink);
}

.bsc-hero {
  padding-top: 0 !important;
  background: var(--bsc-paper);
}

.bsc-hero::after {
  position: absolute;
  right: -7vw;
  bottom: 12%;
  width: 20vw;
  height: 20vw;
  border: 1px solid rgba(17, 22, 21, .14);
  border-radius: 50%;
  content: "";
}

.bsc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  min-height: 700px;
  padding-top: 66px;
  padding-bottom: 68px;
}

.bsc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.bsc-tags span {
  padding: 8px 12px;
  border: 1px solid #bfc5bf;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bsc-tags span:first-child {
  border-color: var(--bsc-ink);
  color: #fff;
  background: var(--bsc-ink);
}

.bsc-hero h1 {
  max-width: 820px;
  margin: 0 0 34px;
  font-size: clamp(50px, 6.15vw, 94px);
  line-height: .9;
}

.bsc-hero__copy > p {
  max-width: 710px;
  margin-bottom: 34px;
  color: #4e5855;
  font-size: clamp(18px, 1.45vw, 22px);
}

.bsc-hero__actions,
.bsc-diagnostic__actions,
.bsc-final__panel > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: center;
}

.bsc-hero__actions > a:not(.button),
.bsc-diagnostic__actions > a:not(.button),
.bsc-final__panel > div:last-child > a:not(.button),
.bsc-text-link,
.bsc-now .container > a {
  color: inherit;
  font-size: 15px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.bsc-text-link {
  display: inline-block;
  margin-top: 27px;
  color: #56625e;
}

.bsc-hero__visual {
  position: relative;
  min-height: 520px;
  border-radius: 50% 50% 46% 54% / 48% 45% 55% 52%;
  background: var(--bsc-panel);
  transform: rotate(2deg);
}

.bsc-constellation {
  position: absolute;
  inset: 8%;
}

.bsc-constellation span,
.bsc-constellation strong {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 116px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #fff;
  background: var(--bsc-panel-soft);
  font-size: 13px;
  text-align: center;
}

.bsc-constellation .is-segment { left: 0; top: 16%; }
.bsc-constellation .is-message { right: 2%; top: 4%; }
.bsc-constellation .is-creative { left: 5%; bottom: 2%; }
.bsc-constellation .is-region { right: 0; bottom: 12%; }

.bsc-constellation strong {
  left: 50%;
  top: 45%;
  width: 138px;
  border: 0;
  color: var(--bsc-ink);
  background: var(--bsc-acid);
  font-size: 28px;
  transform: translate(-50%, -50%);
}

.bsc-constellation i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46%;
  height: 1px;
  background: rgba(183, 245, 0, .55);
  transform-origin: left center;
}

.bsc-constellation i:nth-of-type(1) { transform: rotate(202deg); }
.bsc-constellation i:nth-of-type(2) { transform: rotate(313deg); }
.bsc-constellation i:nth-of-type(3) { transform: rotate(146deg); }
.bsc-constellation i:nth-of-type(4) { transform: rotate(28deg); }

.bsc-hero__signal {
  position: absolute;
  right: -24px;
  bottom: 16px;
  z-index: 3;
  width: min(320px, 74%);
  padding: 23px 26px;
  border-radius: 22px;
  color: #111615;
  background: var(--bsc-blue);
  transform: rotate(-4deg);
}

.bsc-hero__signal small,
.bsc-hero__signal b,
.bsc-hero__signal span {
  display: block;
}

.bsc-hero__signal small {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.bsc-hero__signal b {
  font-size: 24px;
}

.bsc-hero__signal span {
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.bsc-hero__metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-bottom: clamp(70px, 8vw, 122px);
}

.bsc-hero__metrics article {
  min-height: 255px;
  padding: 30px;
  color: #fff;
  background: var(--bsc-panel);
}

.bsc-hero__metrics article:first-child { border-radius: var(--bsc-radius) 0 0 var(--bsc-radius); }
.bsc-hero__metrics article:last-child { border-radius: 0 var(--bsc-radius) var(--bsc-radius) 0; }
.bsc-hero__metrics article.is-blue { color: var(--bsc-ink); background: var(--bsc-blue); }
.bsc-hero__metrics article.is-acid { color: var(--bsc-ink); background: var(--bsc-acid); }

.bsc-hero__metrics span,
.bsc-project__grid article > span,
.bsc-complexity__grid article > span,
.bsc-segments__map article > span,
.bsc-result__grid article > span,
.bsc-truth__grid article > span,
.bsc-related__grid a > span {
  display: block;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.bsc-hero__metrics strong {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(42px, 4.5vw, 70px);
  line-height: .9;
  letter-spacing: -.06em;
}

.bsc-hero__metrics p {
  max-width: 280px;
  margin-bottom: 0;
  font-size: 16px;
}

.bsc-summary {
  background: var(--bsc-paper-light);
}

.bsc-summary__grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

.bsc-summary h2 {
  font-size: clamp(42px, 5.25vw, 80px);
}

.bsc-summary__grid > div:last-child {
  padding-top: 66px;
}

.bsc-summary__grid p {
  color: var(--bsc-muted);
}

.bsc-summary__grid strong {
  display: block;
  margin-top: 35px;
  padding: 25px 0 0 28px;
  border-top: 1px solid var(--bsc-line);
  border-left: 5px solid var(--bsc-acid);
  font-size: 18px;
  line-height: 1.45;
}

.bsc-project,
.bsc-complexity,
.bsc-bundles,
.bsc-result,
.bsc-now,
.bsc-faq {
  background: var(--bsc-paper);
}

.bsc-project__grid,
.bsc-complexity__grid,
.bsc-segments__map,
.bsc-related__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.bsc-project__grid article,
.bsc-complexity__grid article,
.bsc-segments__map article,
.bsc-related__grid a {
  min-height: 285px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--bsc-line);
  border-radius: var(--bsc-radius);
  background: var(--bsc-paper-light);
}

.bsc-project__grid article.is-blue,
.bsc-complexity__grid article.is-blue,
.bsc-segments__map article.is-blue,
.bsc-related__grid a.is-blue {
  border-color: var(--bsc-blue);
  background: var(--bsc-blue);
}

.bsc-project__grid article.is-acid,
.bsc-complexity__grid article.is-acid,
.bsc-segments__map article.is-acid,
.bsc-related__grid a.is-acid {
  border-color: var(--bsc-acid);
  background: var(--bsc-acid);
}

.bsc-project__grid h3,
.bsc-complexity__grid h3,
.bsc-segments__map h3,
.bsc-related__grid h3 {
  max-width: 520px;
  margin: 0 0 20px;
  font-size: clamp(27px, 2.65vw, 42px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.bsc-project__grid p,
.bsc-complexity__grid p,
.bsc-related__grid p {
  max-width: 480px;
  margin-bottom: 0;
  color: #56615d;
  font-size: 16px;
}

.bsc-task,
.bsc-messages,
.bsc-truth {
  color: #fff;
  background: var(--bsc-panel);
}

.bsc-task__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.bsc-task__grid article {
  min-height: 330px;
  padding: 30px;
  border-top: 1px solid #55605c;
  background: var(--bsc-panel-soft);
}

.bsc-task__grid article:first-child { border-radius: var(--bsc-radius) 0 0 var(--bsc-radius); }
.bsc-task__grid article:last-child { border-radius: 0 var(--bsc-radius) var(--bsc-radius) 0; }
.bsc-task__grid article.is-acid { color: var(--bsc-ink); background: var(--bsc-acid); }

.bsc-task__grid b {
  display: block;
  margin-bottom: 70px;
  color: var(--bsc-acid);
  font-size: 13px;
}

.bsc-task__grid .is-acid b { color: var(--bsc-ink); }

.bsc-task__grid h3 {
  margin-bottom: 18px;
  font-size: 25px;
  line-height: 1.08;
}

.bsc-task__grid p {
  margin-bottom: 0;
  color: #bcc5c1;
  font-size: 15px;
}

.bsc-task__grid .is-acid p { color: #26302d; }

.bsc-hypothesis {
  color: #fff;
  background: var(--bsc-blue);
}

.bsc-hypothesis__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.bsc-hypothesis h2 {
  max-width: 660px;
  color: var(--bsc-ink);
}

.bsc-hypothesis p {
  max-width: 640px;
  margin: 30px 0;
  color: #202a28;
}

.bsc-hypothesis__layout > div:first-child > strong {
  display: block;
  max-width: 620px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 22, 21, .35);
  color: var(--bsc-ink);
  font-size: 16px;
  line-height: 1.5;
}

.bsc-hypothesis__formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(17, 22, 21, .25);
  border-radius: 44% 56% 48% 52% / 51% 44% 56% 49%;
  color: var(--bsc-ink);
  background: rgba(255, 255, 255, .17);
}

.bsc-hypothesis__formula span,
.bsc-hypothesis__formula strong {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(17, 22, 21, .35);
  border-radius: 20px;
  text-align: center;
}

.bsc-hypothesis__formula strong {
  grid-column: 1 / -1;
  border-color: var(--bsc-acid);
  background: var(--bsc-acid);
  font-size: 22px;
}

.bsc-hypothesis__formula i {
  align-self: center;
  font-style: normal;
  font-size: 24px;
}

.bsc-segments {
  background: var(--bsc-paper-light);
}

.bsc-segments__map article {
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-rows: auto 1fr;
  gap: 20px 25px;
  align-items: start;
}

.bsc-segments__map svg {
  grid-row: 1 / 3;
  width: 54px;
  height: 54px;
}

.bsc-segments__map article > span {
  margin: 5px 0 0;
}

.bsc-segments__map h3 {
  margin: 0;
}

.bsc-message-board {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.bsc-message-board > i {
  color: var(--bsc-acid);
  font-size: 38px;
  font-style: normal;
}

.bsc-message-board__inputs {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #505a56;
  border-radius: 28px;
}

.bsc-message-board__inputs article {
  min-height: 128px;
  padding: 25px;
  border-radius: 18px;
  color: var(--bsc-ink);
  background: var(--bsc-paper-light);
}

.bsc-message-board__inputs article:nth-child(2) { background: var(--bsc-blue); }
.bsc-message-board__inputs article:nth-child(3) { background: #dce2df; }

.bsc-message-board__inputs span,
.bsc-message-board__inputs b {
  display: block;
}

.bsc-message-board__inputs span {
  margin-bottom: 25px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.bsc-message-board__inputs b {
  font-size: 23px;
}

.bsc-message-board > strong {
  grid-column: 1 / -1;
  padding: 27px;
  border-radius: 20px;
  color: var(--bsc-ink);
  background: var(--bsc-acid);
  font-size: clamp(21px, 2.3vw, 34px);
  text-align: center;
}

.bsc-bundle {
  display: grid;
  grid-template-columns: repeat(9, auto);
  gap: 12px;
  align-items: center;
}

.bsc-bundle article {
  display: grid;
  place-items: center;
  min-width: 150px;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--bsc-line);
  border-radius: 100px;
  background: var(--bsc-paper-light);
  text-align: center;
}

.bsc-bundle article.is-acid {
  border-color: var(--bsc-acid);
  background: var(--bsc-acid);
}

.bsc-bundle article b {
  align-self: end;
  font-size: 11px;
}

.bsc-bundle article svg {
  width: 42px;
  height: 42px;
}

.bsc-bundle article strong {
  align-self: start;
  font-size: 15px;
}

.bsc-bundle > i {
  font-style: normal;
  font-size: 24px;
}

.bsc-test-steps,
.bsc-now ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.bsc-test-steps li,
.bsc-now li {
  min-height: 150px;
  padding: 22px;
  border-top: 1px solid var(--bsc-line);
  background: rgba(255, 255, 255, .35);
}

.bsc-test-steps span,
.bsc-now li span {
  display: block;
  margin-bottom: 46px;
  color: #61706b;
  font-size: 11px;
  font-weight: 900;
}

.bsc-test-steps strong,
.bsc-now li strong {
  font-size: 16px;
  line-height: 1.3;
}

.bsc-scale {
  color: #fff;
  background: var(--bsc-panel);
}

.bsc-scale__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.bsc-scale h2 {
  max-width: 700px;
}

.bsc-scale__grid > div:first-child > p {
  max-width: 680px;
  margin-top: 30px;
  color: #bdc6c2;
}

.bsc-scale__dial {
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid #56605c;
  border-radius: 50%;
  background: var(--bsc-panel-soft);
  text-align: center;
}

.bsc-scale__dial small {
  display: block;
  margin-bottom: 40px;
  color: var(--bsc-acid);
  font-weight: 900;
  letter-spacing: .1em;
}

.bsc-scale__dial > div {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.bsc-scale__dial > div strong {
  padding: 12px;
  border-radius: 999px;
  color: var(--bsc-ink);
  background: var(--bsc-acid);
}

.bsc-scale__dial > b {
  display: block;
  margin: 46px 0 20px;
  color: var(--bsc-acid);
  font-size: clamp(38px, 4.5vw, 68px);
  letter-spacing: -.05em;
}

.bsc-scale__dial p {
  margin: 0 auto;
  max-width: 470px;
  color: #afb9b5;
  font-size: 14px;
}

.bsc-result__grid {
  display: grid;
  grid-template-columns: 1fr 1fr .78fr;
  gap: 14px;
}

.bsc-result__grid article {
  min-height: 340px;
  padding: clamp(28px, 3.4vw, 50px);
  border: 1px solid var(--bsc-line);
  border-radius: var(--bsc-radius);
  background: var(--bsc-paper-light);
}

.bsc-result__grid article.is-blue { border-color: var(--bsc-blue); background: var(--bsc-blue); }
.bsc-result__grid article.is-acid { border-color: var(--bsc-acid); background: var(--bsc-acid); }

.bsc-result__grid strong {
  display: block;
  margin: 72px 0 15px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .9;
  letter-spacing: -.07em;
}

.bsc-result__grid article:last-child strong {
  font-size: clamp(38px, 4.2vw, 62px);
}

.bsc-result__grid p {
  margin-bottom: 0;
}

.bsc-result__note {
  max-width: 930px;
  margin: 28px 0 0;
  padding-left: 24px;
  border-left: 5px solid var(--bsc-acid);
  color: var(--bsc-muted);
  font-size: 15px !important;
}

.bsc-truth__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bsc-truth__grid article {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid #4a5551;
  border-radius: var(--bsc-radius);
  background: var(--bsc-panel-soft);
}

.bsc-truth__grid article.is-confirmed {
  border-color: var(--bsc-acid);
  color: var(--bsc-ink);
  background: var(--bsc-acid);
}

.bsc-truth__grid ul,
.bsc-diagnostic__check ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bsc-truth__grid li,
.bsc-diagnostic__check li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-bottom: 1px solid currentColor;
  font-size: 17px;
}

.bsc-truth__grid li::before,
.bsc-diagnostic__check li::before {
  position: absolute;
  left: 0;
  content: "+";
  font-weight: 900;
}

.bsc-truth__grid article:not(.is-confirmed) li { border-color: #48534f; }

.bsc-analysis {
  background: var(--bsc-paper-light);
}

.bsc-analysis__panel {
  padding: clamp(40px, 7vw, 105px);
  border-radius: 52px;
  color: #fff;
  background: var(--bsc-panel);
}

.bsc-analysis__panel > span {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--bsc-acid);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.bsc-analysis__panel h2 {
  max-width: 1060px;
}

.bsc-analysis__panel > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 58px 0 36px;
}

.bsc-analysis__panel b,
.bsc-analysis__panel strong {
  padding: 15px 18px;
  border: 1px solid #52605b;
  border-radius: 999px;
}

.bsc-analysis__panel strong {
  border-color: var(--bsc-acid);
  color: var(--bsc-ink);
  background: var(--bsc-acid);
}

.bsc-analysis__panel i {
  color: var(--bsc-blue);
  font-style: normal;
}

.bsc-analysis__panel p {
  max-width: 820px;
  margin-bottom: 0;
  color: #bec8c4;
}

.bsc-now ol {
  grid-template-columns: repeat(7, 1fr);
  margin: 55px 0 35px;
}

.bsc-now li {
  min-height: 190px;
  border-top: 1px solid #aeb5af;
}

.bsc-now li.is-acid {
  border-top-color: var(--bsc-acid);
  border-radius: 0 0 22px 22px;
  background: var(--bsc-acid);
}

.bsc-related {
  background: var(--bsc-paper-light);
}

.bsc-related__grid a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.bsc-related__grid a:hover {
  border-color: var(--bsc-ink);
  transform: translateY(-6px);
}

.bsc-related__grid a strong {
  margin-top: auto;
  padding-top: 30px;
}

.bsc-diagnostic {
  color: var(--bsc-ink);
  background: var(--bsc-acid);
}

.bsc-diagnostic__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}

.bsc-diagnostic h2 {
  max-width: 820px;
}

.bsc-diagnostic__grid > div:first-child > p {
  max-width: 760px;
  margin: 30px 0 38px;
}

.bsc-diagnostic__check {
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--bsc-radius);
  color: #fff;
  background: var(--bsc-panel);
}

.bsc-diagnostic__check > span {
  display: block;
  margin-bottom: 22px;
  color: var(--bsc-acid);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.bsc-diagnostic__check li {
  border-color: #4b5551;
}

.bsc-diagnostic__check > a {
  display: inline-block;
  margin-top: 30px;
  color: var(--bsc-acid);
  font-weight: 800;
}

.bsc-faq .faq-layout {
  align-items: start;
}

.bsc-faq .faq-intro {
  position: sticky;
  top: 120px;
}

.bsc-faq .faq-intro h2 {
  font-size: clamp(40px, 4.4vw, 66px);
}

.bsc-faq .faq-intro p {
  color: var(--bsc-muted);
}

.bsc-faq .faq-grid {
  grid-template-columns: 1fr;
}

.bsc-faq details {
  border-color: #b8bfb8;
  background: rgba(255, 255, 255, .35);
}

.bsc-final {
  background: var(--bsc-paper-light);
}

.bsc-final__panel {
  padding: clamp(44px, 8vw, 116px);
  border-radius: 54px;
  color: #fff;
  background: var(--bsc-blue);
}

.bsc-final__panel > span {
  display: block;
  margin-bottom: 25px;
  color: var(--bsc-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bsc-final__panel h2 {
  max-width: 1000px;
  color: var(--bsc-ink);
}

.bsc-final__panel p {
  max-width: 720px;
  margin: 30px 0 40px;
  color: #26312e;
}

.bsc-mobile-cta {
  display: none;
}

@media (max-width: 1180px) {
  .bsc-hero__grid { grid-template-columns: 1fr .86fr; }
  .bsc-hero__visual { min-height: 440px; }
  .bsc-constellation span { width: 96px; }
  .bsc-constellation strong { width: 118px; }
  .bsc-bundle { grid-template-columns: repeat(5, 1fr); }
  .bsc-bundle > i { display: none; }
  .bsc-bundle article { min-width: 0; }
  .bsc-now ol { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  .b2b-service-case-page section { padding: 86px 0; }
  .bsc-hero__grid,
  .bsc-summary__grid,
  .bsc-hypothesis__layout,
  .bsc-scale__grid,
  .bsc-diagnostic__grid { grid-template-columns: 1fr; }
  .bsc-hero__grid { min-height: auto; padding-top: 54px; }
  .bsc-hero__copy { max-width: 780px; }
  .bsc-hero__visual { width: min(620px, 100%); min-height: 530px; margin: 0 auto; }
  .bsc-summary__grid > div:last-child { padding-top: 0; }
  .bsc-project__grid article,
  .bsc-complexity__grid article,
  .bsc-segments__map article,
  .bsc-related__grid a { min-height: 250px; }
  .bsc-task__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .bsc-task__grid article,
  .bsc-task__grid article:first-child,
  .bsc-task__grid article:last-child { border-radius: 24px; }
  .bsc-message-board { grid-template-columns: 1fr; }
  .bsc-message-board > i { text-align: center; }
  .bsc-result__grid { grid-template-columns: 1fr 1fr; }
  .bsc-result__grid article:last-child { grid-column: 1 / -1; }
  .bsc-faq .faq-layout { grid-template-columns: 1fr; }
  .bsc-faq .faq-intro { position: static; }
}

@media (max-width: 640px) {
  .b2b-service-case-page section { padding: 64px 0; }
  .b2b-service-case-page h2 { font-size: 40px; }
  .b2b-service-case-page p { font-size: 17px; }
  .bsc-breadcrumbs { padding-top: 20px; font-size: 12px; }
  .bsc-hero__grid { gap: 42px; padding-top: 42px; padding-bottom: 44px; }
  .bsc-tags { margin-bottom: 24px; }
  .bsc-tags span { font-size: 9px; }
  .bsc-hero h1 {
    max-width: 100%;
    margin-bottom: 25px;
    font-size: clamp(39px, 11.4vw, 48px);
    overflow-wrap: anywhere;
  }
  .bsc-tags span {
    max-width: 100%;
    white-space: normal;
  }
  .bsc-hero__actions,
  .bsc-diagnostic__actions,
  .bsc-final__panel > div:last-child { align-items: stretch; flex-direction: column; }
  .bsc-hero__actions .button,
  .bsc-diagnostic__actions .button,
  .bsc-final__panel .button { width: 100%; justify-content: center; }
  .bsc-hero__visual { min-height: 380px; }
  .bsc-constellation { inset: 6%; }
  .bsc-constellation span { width: 80px; font-size: 10px; }
  .bsc-constellation strong { width: 98px; font-size: 22px; }
  .bsc-hero__signal { right: -5px; bottom: 8px; padding: 18px; }
  .bsc-hero__signal b,
  .bsc-hero__signal span { font-size: 19px; }
  .bsc-hero__metrics { grid-template-columns: 1fr; gap: 8px; }
  .bsc-hero__metrics article,
  .bsc-hero__metrics article:first-child,
  .bsc-hero__metrics article:last-child { min-height: 210px; border-radius: 24px; }
  .bsc-project__grid,
  .bsc-complexity__grid,
  .bsc-segments__map,
  .bsc-related__grid,
  .bsc-truth__grid,
  .bsc-result__grid { grid-template-columns: 1fr; }
  .bsc-project__grid article,
  .bsc-complexity__grid article,
  .bsc-segments__map article,
  .bsc-related__grid a { min-height: 230px; border-radius: 24px; }
  .bsc-task__grid { grid-template-columns: 1fr; }
  .bsc-task__grid article { min-height: 245px; }
  .bsc-task__grid b { margin-bottom: 45px; }
  .bsc-hypothesis__formula { grid-template-columns: 1fr; border-radius: 30px; }
  .bsc-hypothesis__formula i { transform: rotate(90deg); text-align: center; }
  .bsc-hypothesis__formula strong { grid-column: auto; }
  .bsc-segments__map article { grid-template-columns: 52px 1fr; }
  .bsc-segments__map svg { width: 45px; height: 45px; }
  .bsc-message-board__inputs article { min-height: 106px; }
  .bsc-bundle { grid-template-columns: 1fr; gap: 8px; }
  .bsc-bundle article { grid-template-columns: 35px 50px 1fr; min-height: 92px; border-radius: 22px; text-align: left; }
  .bsc-bundle article b,
  .bsc-bundle article strong { align-self: center; }
  .bsc-test-steps,
  .bsc-now ol { grid-template-columns: 1fr; gap: 6px; }
  .bsc-test-steps li,
  .bsc-now li { display: grid; grid-template-columns: 46px 1fr; align-items: center; min-height: 82px; padding: 18px; border-radius: 16px; }
  .bsc-test-steps span,
  .bsc-now li span { margin: 0; }
  .bsc-scale__dial { border-radius: 30px; }
  .bsc-scale__dial > div { align-items: stretch; flex-direction: column; }
  .bsc-scale__dial > div i { transform: rotate(90deg); }
  .bsc-result__grid article,
  .bsc-result__grid article:last-child { grid-column: auto; min-height: 265px; }
  .bsc-result__grid strong { margin-top: 45px; }
  .bsc-analysis__panel { border-radius: 30px; }
  .bsc-analysis__panel > div { align-items: stretch; flex-direction: column; }
  .bsc-analysis__panel i { text-align: center; transform: rotate(90deg); }
  .bsc-final__panel { border-radius: 30px; }
  .bsc-mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 40;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    color: var(--bsc-ink);
    background: var(--bsc-acid);
    box-shadow: 0 12px 30px rgba(10, 15, 13, .25);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .bsc-mobile-cta svg { width: 20px; height: 20px; }
  .bsc-mobile-cta.is-hidden { visibility: hidden; opacity: 0; transform: translateY(20px); }
}

@media (prefers-reduced-motion: reduce) {
  .bsc-related__grid a,
  .bsc-mobile-cta { transition: none; }
}
