/* listyou v2 – general workflow positioning */

.v2-home {
  --v2-lime: #c8ff66;
  --v2-blue: #a9dcff;
  --v2-panel: #15232d;
}

.v2-hero {
  min-height: min(900px, calc(100svh - 82px));
  padding-block: clamp(78px, 8vw, 118px) clamp(82px, 9vw, 130px);
}

.v2-hero::before {
  top: -410px;
  right: -220px;
  width: 720px;
  height: 720px;
}

.v2-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  pointer-events: none;
}

.v2-orbit-one {
  bottom: -430px;
  left: -350px;
  width: 720px;
  height: 720px;
}

.v2-orbit-two {
  bottom: -268px;
  left: -190px;
  width: 430px;
  height: 430px;
}

.v2-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(52px, 7vw, 96px);
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
}

.v2-hero h1 {
  max-width: 710px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
}

.v2-hero .hero-lead {
  max-width: 670px;
}

.v2-hero-proof {
  display: grid;
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.v2-hero-proof li {
  position: relative;
  padding: 4px 20px 3px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.v2-hero-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.v2-hero-proof span,
.v2-hero-proof strong,
.v2-hero-proof small {
  display: block;
}

.v2-hero-proof span {
  margin-bottom: 10px;
  color: var(--pink);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.v2-hero-proof strong {
  font-size: .93rem;
  line-height: 1.2;
}

.v2-hero-proof small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .45);
  font-size: .66rem;
  line-height: 1.35;
}

.v2-builder-wrap {
  position: relative;
  width: 100%;
  padding: 30px 0 34px;
}

.v2-builder {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background: #f8faf9;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38);
  color: var(--ink);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.v2-builder-top {
  display: grid;
  min-height: 54px;
  align-items: center;
  padding: 0 17px;
  border-bottom: 1px solid #dce3e3;
  background: #fff;
  color: #6b7a80;
  font-size: .64rem;
  font-weight: 740;
  grid-template-columns: 1fr auto 1fr;
}

.v2-window-dots {
  display: flex;
  gap: 5px;
}

.v2-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5dddd;
}

.v2-window-dots i:first-child {
  background: var(--pink);
}

.v2-live {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
  padding: 5px 9px;
  border: 1px solid #cce5d7;
  border-radius: 999px;
  background: #eff9f3;
  color: #387055;
}

.v2-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35a66d;
  box-shadow: 0 0 0 3px rgba(53, 166, 109, .12);
}

.v2-builder-body {
  padding: 28px;
}

.v2-builder-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.v2-builder-title small,
.v2-builder-title strong {
  display: block;
}

.v2-builder-title small {
  margin-bottom: 4px;
  color: #89959a;
  font-size: .58rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-builder-title strong {
  font-size: .93rem;
  letter-spacing: -.01em;
}

.v2-builder-title button {
  padding: 8px 11px;
  border: 1px solid #d8e0e0;
  border-radius: 9px;
  background: #fff;
  color: #54646b;
  font-size: .62rem;
  font-weight: 720;
}

.v2-builder-title button span {
  padding-left: 9px;
  color: #9aa5a8;
}

.v2-flow {
  display: grid;
  align-items: start;
  margin: 31px 0 27px;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
}

.v2-flow > div {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.v2-flow b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #d2dbdb;
  border-radius: 50%;
  background: #fff;
  color: #839095;
  font-size: .61rem;
}

.v2-flow span {
  color: #8b979b;
  font-size: .54rem;
  font-weight: 700;
}

.v2-flow i {
  height: 1px;
  margin-top: 14px;
  background: #dce3e3;
}

.v2-flow .is-done b {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.v2-flow .is-done + i {
  background: var(--ink);
}

.v2-flow .is-current b {
  border-color: var(--pink);
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 40, 85, .1);
  color: #fff;
}

.v2-flow .is-current span,
.v2-flow .is-done span {
  color: var(--ink);
}

.v2-rule-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, 1fr);
}

.v2-rule-grid article {
  min-height: 158px;
  padding: 16px;
  border: 1px solid #dce3e3;
  border-radius: 13px;
  background: #fff;
}

.v2-rule-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.v2-rule-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  background: #eaf1f1;
  color: #506168;
  font-size: .65rem;
  font-weight: 830;
}

.v2-rule-icon-pink {
  background: #ffe6eb;
  color: var(--pink-dark);
}

.v2-rule-head small {
  color: #9aa5a8;
  font-size: .53rem;
  font-weight: 770;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v2-rule-grid strong,
.v2-rule-grid p,
.v2-rule-state {
  display: block;
}

.v2-rule-grid strong {
  font-size: .74rem;
  line-height: 1.35;
}

.v2-rule-grid p {
  margin: 4px 0 12px;
  color: #7a898e;
  font-size: .59rem;
  line-height: 1.45;
}

.v2-rule-state {
  color: #448063;
  font-size: .54rem;
  font-weight: 740;
}

.v2-rule-state::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: #38a46d;
  content: "";
  vertical-align: 1px;
}

.v2-builder-status {
  display: grid;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid #dce3e3;
  border-radius: 12px;
  background: #fff;
  grid-template-columns: auto 1fr auto;
}

.v2-status-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #ddf6e9;
  color: #218a59;
  font-size: .72rem;
  font-weight: 850;
}

.v2-builder-status strong,
.v2-builder-status small {
  display: block;
}

.v2-builder-status strong {
  font-size: .67rem;
  line-height: 1.3;
}

.v2-builder-status small {
  margin-top: 3px;
  color: #8c989c;
  font-size: .54rem;
}

.v2-builder-status > span:last-child {
  color: var(--pink-dark);
  font-size: .57rem;
  font-weight: 760;
}

.v2-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  background: rgba(29, 45, 56, .96);
  box-shadow: 0 13px 35px rgba(0, 0, 0, .25);
  color: #fff;
  font-size: .61rem;
  font-weight: 710;
}

.v2-float span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  font-size: .62rem;
}

.v2-float-one {
  top: 6px;
  right: -27px;
}

.v2-float-two {
  bottom: 0;
  left: -30px;
}

.v2-signal {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.v2-signal-row {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 50px);
  color: #506168;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.v2-signal-row i {
  color: var(--pink);
  font-size: 1rem;
  font-style: normal;
}

.v2-intro {
  overflow: hidden;
}

.v2-editorial-head {
  display: grid;
  align-items: end;
  gap: clamp(50px, 9vw, 135px);
  grid-template-columns: 1.12fr .88fr;
}

.v2-editorial-head h2 {
  margin-bottom: 0;
}

.v2-editorial-copy {
  padding-bottom: 7px;
}

.v2-editorial-copy > p:first-child {
  max-width: 510px;
  color: var(--muted);
  font-size: 1.05rem;
}

.v2-side-note {
  margin: 40px 0 0;
  padding: 17px 0 0 22px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--pink);
  color: var(--ink) !important;
  font-size: .8rem !important;
  font-weight: 760;
  line-height: 1.5;
}

.v2-capability-grid {
  display: grid;
  margin-top: clamp(65px, 8vw, 105px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.v2-capability {
  min-height: 470px;
  padding: 34px clamp(26px, 3vw, 42px) 38px;
  border-left: 1px solid var(--line);
}

.v2-capability:first-child {
  border-left: 0;
}

.v2-capability-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.v2-capability-top > span {
  color: var(--pink);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.v2-capability-top svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 50%;
  background: var(--paper-soft);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.v2-capability h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.v2-capability > p {
  min-height: 94px;
  color: var(--muted);
  font-size: .9rem;
}

.v2-capability ul {
  margin: 27px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.v2-capability li {
  position: relative;
  padding: 5px 0 5px 17px;
  color: #4d5e65;
  font-size: .76rem;
  font-weight: 650;
}

.v2-capability li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
  content: "";
}

.v2-config {
  position: relative;
  overflow: hidden;
}

.v2-config::before {
  position: absolute;
  top: -280px;
  left: -320px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 120px rgba(255, 255, 255, .015), 0 0 0 240px rgba(255, 255, 255, .01);
  content: "";
}

.v2-config-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: .82fr 1.18fr;
}

.v2-config-copy {
  position: sticky;
  top: 130px;
}

.v2-config-copy h2 {
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
}

.v2-config-copy > p:not(.eyebrow) {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, .58);
}

.v2-config-stack {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.v2-config-stack article {
  display: grid;
  min-height: 210px;
  align-items: start;
  gap: 25px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  grid-template-columns: 42px 1fr;
}

.v2-config-stack article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: var(--pink);
  font-size: .58rem;
  font-weight: 820;
}

.v2-config-stack h3 {
  margin-bottom: 11px;
  font-size: 1.65rem;
}

.v2-config-stack p {
  max-width: 540px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .53);
  font-size: .88rem;
}

.v2-config-stack b {
  grid-column: 2;
  color: rgba(255, 255, 255, .77);
  font-size: .64rem;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v2-scenarios .section-heading {
  max-width: 920px;
  margin-inline: auto;
}

.v2-scenario-grid {
  display: grid;
  gap: 16px;
  margin-top: 65px;
  grid-template-columns: repeat(3, 1fr);
}

.v2-scenario-grid article {
  position: relative;
  min-height: 455px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.v2-scenario-grid article:nth-child(2) {
  background: var(--paper-warm);
}

.v2-scenario-grid article:nth-child(3) {
  background: var(--ink);
  color: #fff;
}

.v2-scenario-tag {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid #dbe2e2;
  border-radius: 999px;
  color: #627178;
  font-size: .61rem;
  font-weight: 780;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.v2-scenario-grid article:nth-child(3) .v2-scenario-tag {
  border-color: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .65);
}

.v2-scenario-grid h3 {
  max-width: 260px;
  margin-top: 56px;
  font-size: 2.05rem;
}

.v2-scenario-grid p {
  position: relative;
  z-index: 2;
  max-width: 310px;
  color: var(--muted);
  font-size: .85rem;
}

.v2-scenario-grid article:nth-child(3) p {
  color: rgba(255, 255, 255, .54);
}

.v2-scenario-grid article > div {
  position: absolute;
  right: -28px;
  bottom: -32px;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
}

.v2-scenario-grid article > div i {
  position: absolute;
  width: calc(35px + var(--ring, 0px));
  height: calc(35px + var(--ring, 0px));
  border: 1px solid rgba(255, 40, 85, .3);
  border-radius: 50%;
}

.v2-scenario-grid article > div i:nth-child(2) { --ring: 42px; }
.v2-scenario-grid article > div i:nth-child(3) { --ring: 84px; }
.v2-scenario-grid article > div i:nth-child(4) { --ring: 126px; }

.v2-case {
  overflow: hidden;
}

.v2-case-grid {
  display: grid;
  align-items: center;
  gap: clamp(65px, 10vw, 145px);
  grid-template-columns: .92fr 1.08fr;
}

.v2-case-visual {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  background: var(--ink);
}

.v2-case-visual::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 23px;
  content: "";
}

.v2-case-index {
  position: absolute;
  top: 24px;
  left: 30px;
  color: rgba(255, 255, 255, .2);
  font-size: 4.8rem;
  font-weight: 780;
  letter-spacing: -.08em;
}

.v2-case-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(320px, calc(100% - 80px));
  min-height: 330px;
  padding: 24px;
  place-items: center;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .38);
  text-align: center;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.v2-case-card > span {
  justify-self: start;
  color: #849096;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-case-card svg {
  width: 190px;
  margin: 12px 0 4px;
}

.v2-case-card strong,
.v2-case-card small {
  display: block;
}

.v2-case-card strong {
  font-size: 1.45rem;
  letter-spacing: -.04em;
}

.v2-case-card small {
  color: #7c898e;
  font-size: .66rem;
}

.v2-case-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 13px;
  border-radius: 9px;
  background: var(--pink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .23);
  color: #fff;
  font-size: .62rem;
  font-weight: 760;
}

.v2-case-chip-one {
  top: 33%;
  right: 18px;
  transform: rotate(4deg);
}

.v2-case-chip-two {
  bottom: 22%;
  left: 10px;
  background: #fff;
  color: var(--ink);
  transform: rotate(-2deg);
}

.v2-case-copy h2 {
  font-size: clamp(2.55rem, 5vw, 4.75rem);
}

.v2-case-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.v2-case-list {
  margin: 38px 0 30px;
  padding: 0;
  border-top: 1px solid #cfd8d8;
  list-style: none;
}

.v2-case-list li {
  display: grid;
  min-height: 54px;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #cfd8d8;
  color: #45565d;
  font-size: .77rem;
  font-weight: 680;
  grid-template-columns: 30px 1fr;
}

.v2-case-list span {
  color: var(--pink);
  font-size: .58rem;
  font-weight: 850;
}

.v2-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 760;
  text-decoration: none;
}

.v2-arrow-link span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  transition: transform .2s ease;
}

.v2-arrow-link:hover span {
  transform: translateX(4px);
}

.v2-method-list {
  display: grid;
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.v2-method-list li {
  min-height: 275px;
  padding: 27px 27px 35px;
  border-left: 1px solid var(--line);
}

.v2-method-list li:first-child {
  border-left: 0;
}

.v2-method-list > li > span {
  display: block;
  margin-bottom: 78px;
  color: var(--pink);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.v2-method-list h3 {
  font-size: 1.5rem;
}

.v2-method-list p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.v2-cta .cta-actions p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: .91rem;
}

/* Motorradteile detail page */

.case-detail-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(70px, 8vw, 115px) clamp(85px, 10vw, 140px);
}

.case-detail-hero::after {
  position: absolute;
  top: -380px;
  right: -270px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 115px rgba(255, 255, 255, .016), 0 0 0 230px rgba(255, 255, 255, .012);
  content: "";
}

.case-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  gap: clamp(50px, 9vw, 130px);
  grid-template-columns: 1.08fr .92fr;
}

.case-detail-grid > * {
  min-width: 0;
}

.case-detail-copy h1 {
  max-width: 760px;
  font-size: clamp(3.3rem, 7vw, 6.5rem);
}

.case-detail-copy h1 em {
  color: var(--pink);
  font-style: normal;
}

.case-detail-copy .hero-lead {
  margin-bottom: 0;
}

.case-detail-facts {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.case-detail-facts > div {
  display: grid;
  min-height: 74px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  grid-template-columns: 95px 1fr;
}

.case-detail-facts dt {
  color: var(--pink);
  font-size: .62rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-detail-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
}

.case-challenge-grid {
  display: grid;
  align-items: start;
  gap: clamp(60px, 10vw, 145px);
  grid-template-columns: .85fr 1.15fr;
}

.case-challenge-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.case-complexity {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.case-complexity article {
  min-height: 235px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.case-complexity article:nth-child(2),
.case-complexity article:nth-child(3) {
  background: var(--paper-soft);
}

.case-complexity span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-size: .61rem;
  font-weight: 820;
}

.case-complexity h3 {
  font-size: 1.35rem;
}

.case-complexity p {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
}

.case-pipeline {
  position: relative;
  overflow: hidden;
}

.case-pipeline::after {
  position: absolute;
  right: -260px;
  bottom: -430px;
  width: 750px;
  height: 750px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.case-pipeline-head {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  gap: 80px;
  grid-template-columns: 1.1fr .9fr;
}

.case-pipeline-head h2 {
  margin-bottom: 0;
}

.case-pipeline-head > p {
  color: rgba(255, 255, 255, .55);
}

.case-pipeline-list {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  list-style: none;
  grid-template-columns: repeat(5, 1fr);
}

.case-pipeline-list-four {
  grid-template-columns: repeat(4, 1fr);
}

.case-pipeline-list li {
  position: relative;
  min-height: 360px;
  padding: 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.case-pipeline-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.case-pipeline-list > li > span {
  display: block;
  margin-bottom: 98px;
  color: var(--pink);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.case-pipeline-list h3 {
  font-size: 1.25rem;
}

.case-pipeline-list p {
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: .74rem;
}

.case-pipeline-list i {
  position: absolute;
  z-index: 2;
  top: 29px;
  right: -14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: var(--ink);
  color: rgba(255, 255, 255, .5);
  font-size: .64rem;
  font-style: normal;
}

.case-data-grid {
  display: grid;
  align-items: center;
  gap: clamp(60px, 10vw, 145px);
  grid-template-columns: 1.08fr .92fr;
}

.case-data-board {
  position: relative;
  min-height: 510px;
  padding: 40px;
  border-radius: 28px;
  background: var(--paper-soft);
}

.case-data-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border: 12px solid #fff;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: var(--shadow-sm);
  color: #fff;
  font-size: .77rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.case-data-node {
  position: absolute;
  display: grid;
  min-width: 140px;
  min-height: 74px;
  padding: 12px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  color: #4b5c63;
  font-size: .69rem;
  font-weight: 750;
  text-align: center;
}

.case-data-node::after {
  position: absolute;
  background: #cbd5d5;
  content: "";
}

.case-data-node:nth-child(2) { top: 36px; left: 50%; transform: translateX(-50%); }
.case-data-node:nth-child(3) { top: 50%; right: 30px; transform: translateY(-50%); }
.case-data-node:nth-child(4) { bottom: 36px; left: 50%; transform: translateX(-50%); }
.case-data-node:nth-child(5) { top: 50%; left: 30px; transform: translateY(-50%); }

.case-data-node:nth-child(2)::after,
.case-data-node:nth-child(4)::after {
  left: 50%;
  width: 1px;
  height: 70px;
}

.case-data-node:nth-child(2)::after { top: 100%; }
.case-data-node:nth-child(4)::after { bottom: 100%; }

.case-data-node:nth-child(3)::after,
.case-data-node:nth-child(5)::after {
  top: 50%;
  width: 70px;
  height: 1px;
}

.case-data-node:nth-child(3)::after { right: 100%; }
.case-data-node:nth-child(5)::after { left: 100%; }

.case-data-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.case-data-copy dl {
  margin: 38px 0 0;
}

.case-data-copy dl > div {
  display: grid;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  gap: 20px;
  grid-template-columns: 120px 1fr;
}

.case-data-copy dt {
  font-size: .74rem;
  font-weight: 790;
}

.case-data-copy dd {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
}

.case-detail-outcome {
  background: var(--paper-warm);
}

.case-outcome-grid {
  display: grid;
  gap: 18px;
  margin-top: 65px;
  grid-template-columns: repeat(3, 1fr);
}

.case-outcome-grid article {
  min-height: 310px;
  padding: 30px;
  border-top: 4px solid var(--pink);
  border-radius: 0 0 18px 18px;
  background: #fff;
}

.case-outcome-grid span {
  display: block;
  margin-bottom: 65px;
  color: #a0aaad;
  font-size: .62rem;
  font-weight: 820;
}

.case-outcome-grid h3 {
  font-size: 1.55rem;
}

.case-outcome-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
}

@media (max-width: 1080px) {
  .v2-hero-grid {
    grid-template-columns: 1fr;
  }

  .v2-hero .hero-copy {
    max-width: 850px;
  }

  .v2-builder-wrap {
    width: min(760px, calc(100% - 50px));
    margin-inline: auto;
  }

  .v2-builder {
    transform: none;
  }

  .v2-capability {
    min-height: 500px;
  }

  .case-pipeline-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .case-pipeline-list-four {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-pipeline-list li:nth-child(3) i {
    display: none;
  }

  .case-pipeline-list-four li:nth-child(2) i {
    display: none;
  }

  .case-pipeline-list-four li:nth-child(3) i {
    display: grid;
  }

  .case-pipeline-list li:nth-child(4),
  .case-pipeline-list li:nth-child(5) {
    min-height: 300px;
  }
}

@media (max-width: 860px) {
  .v2-editorial-head,
  .v2-config-grid,
  .v2-case-grid,
  .case-detail-grid,
  .case-challenge-grid,
  .case-pipeline-head,
  .case-data-grid {
    grid-template-columns: 1fr;
  }

  .v2-editorial-copy {
    max-width: 680px;
  }

  .v2-capability-grid,
  .v2-scenario-grid,
  .case-outcome-grid {
    grid-template-columns: 1fr;
  }

  .v2-capability {
    min-height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .v2-capability:first-child {
    border-top: 0;
  }

  .v2-capability-top {
    margin-bottom: 50px;
  }

  .v2-capability > p {
    min-height: auto;
  }

  .v2-config-copy {
    position: static;
    max-width: 700px;
  }

  .v2-scenario-grid article {
    min-height: 360px;
  }

  .v2-case-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .v2-case-copy {
    max-width: 700px;
  }

  .v2-method-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-method-list li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .v2-method-list li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .case-detail-copy {
    max-width: 850px;
  }

  .case-detail-facts {
    max-width: 680px;
  }

  .case-challenge-copy,
  .case-data-copy {
    max-width: 700px;
  }
}

@media (max-width: 620px) {
  .v2-hero {
    padding-top: 62px;
  }

  .v2-hero h1,
  .case-detail-copy h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .case-detail-copy h1 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .v2-hero-proof {
    gap: 22px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-hero-proof li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .v2-builder-wrap {
    width: calc(100% + 4px);
    margin-left: -2px;
  }

  .v2-builder-body {
    padding: 18px;
  }

  .v2-builder-title strong {
    font-size: .75rem;
  }

  .v2-builder-title button {
    display: none;
  }

  .v2-flow span {
    display: none;
  }

  .v2-flow i {
    margin-top: 14px;
  }

  .v2-rule-grid {
    grid-template-columns: 1fr;
  }

  .v2-rule-grid article:nth-child(2) {
    display: none;
  }

  .v2-float {
    display: none;
  }

  .v2-signal-row {
    min-height: 96px;
    flex-wrap: wrap;
    gap: 8px 13px;
    padding-block: 22px;
  }

  .v2-signal-row span {
    font-size: .58rem;
  }

  .v2-editorial-head {
    gap: 30px;
  }

  .v2-capability {
    padding-inline: 10px;
  }

  .v2-config-stack article {
    grid-template-columns: 38px 1fr;
  }

  .v2-config-stack b {
    grid-column: 2;
    font-size: .57rem;
  }

  .v2-scenario-grid article {
    min-height: 410px;
    padding: 26px;
  }

  .v2-case-visual {
    min-height: 470px;
  }

  .v2-case-card {
    width: calc(100% - 58px);
  }

  .v2-case-chip-one {
    right: 2px;
  }

  .v2-case-chip-two {
    left: 1px;
  }

  .v2-method-list {
    grid-template-columns: 1fr;
  }

  .v2-method-list li,
  .v2-method-list li:nth-child(n) {
    min-height: 230px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .v2-method-list li:first-child {
    border-top: 0;
  }

  .v2-method-list > li > span {
    margin-bottom: 50px;
  }

  .case-detail-facts > div {
    grid-template-columns: 82px 1fr;
  }

  .case-complexity {
    grid-template-columns: 1fr;
  }

  .case-complexity article {
    min-height: 215px;
  }

  .case-pipeline-list {
    grid-template-columns: 1fr;
  }

  .case-pipeline-list li,
  .case-pipeline-list li:nth-child(n) {
    min-height: 245px;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .case-pipeline-list li i {
    display: none;
  }

  .case-pipeline-list-four li:nth-child(3) i {
    display: none;
  }

  .case-pipeline-list > li > span {
    margin-bottom: 58px;
  }

  .case-data-board {
    min-height: 430px;
    padding: 20px;
  }

  .case-data-center {
    width: 100px;
    height: 100px;
  }

  .case-data-node {
    min-width: 104px;
    min-height: 62px;
    font-size: .58rem;
  }

  .case-data-node:nth-child(2) { top: 25px; }
  .case-data-node:nth-child(3) { right: 6px; }
  .case-data-node:nth-child(4) { bottom: 25px; }
  .case-data-node:nth-child(5) { left: 6px; }

  .case-data-node:nth-child(2)::after,
  .case-data-node:nth-child(4)::after { height: 60px; }
  .case-data-node:nth-child(3)::after,
  .case-data-node:nth-child(5)::after { width: 42px; }

  .case-data-copy dl > div {
    grid-template-columns: 95px 1fr;
  }

  .case-outcome-grid article {
    min-height: 280px;
  }
}
