/* 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-process-body {
  padding: 26px;
}

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

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

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

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

.v2-record-id {
  padding: 7px 10px;
  border: 1px solid #d8e0e0;
  border-radius: 9px;
  background: #fff;
  color: #63737a;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.v2-process-layout {
  display: grid;
  align-items: stretch;
  gap: 14px;
  margin: 22px 0 12px;
  grid-template-columns: .84fr 1.16fr;
}

.v2-item-record {
  padding: 14px;
  border: 1px solid #dce3e3;
  border-radius: 14px;
  background: #fff;
}

.v2-item-visual {
  display: grid;
  height: 82px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 10px;
  background: #eef2f1;
}

.v2-item-visual svg {
  width: 55px;
  fill: rgba(36, 55, 65, .09);
  stroke: #536970;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.v2-item-name small,
.v2-item-name strong {
  display: block;
}

.v2-item-name small {
  color: #929da1;
  font-size: .51rem;
  font-weight: 770;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v2-item-name strong {
  margin-top: 3px;
  font-size: .7rem;
  line-height: 1.35;
}

.v2-item-record dl {
  margin: 12px 0 0;
}

.v2-item-record dl > div {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #e4e9e9;
}

.v2-item-record dt,
.v2-item-record dd {
  font-size: .5rem;
  line-height: 1.25;
}

.v2-item-record dt {
  color: #929da1;
  font-weight: 700;
}

.v2-item-record dd {
  margin: 0;
  color: #43545b;
  font-weight: 760;
  text-align: right;
}

.v2-item-record dd span {
  color: var(--pink-dark);
}

.v2-process-steps {
  display: grid;
  align-content: stretch;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-process-steps li {
  position: relative;
  display: grid;
  min-height: 59px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid #dce3e3;
  border-radius: 11px;
  background: #fff;
  grid-template-columns: 27px 1fr 18px;
}

.v2-process-steps li.is-current {
  border-color: rgba(255, 40, 85, .5);
  box-shadow: 0 8px 18px rgba(255, 40, 85, .08);
  background: #fffafb;
}

.v2-process-steps li > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #d2dbdb;
  border-radius: 50%;
  color: #849196;
  font-size: .55rem;
  font-weight: 820;
}

.v2-process-steps li.is-done > span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.v2-process-steps li.is-current > span {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
}

.v2-process-steps strong,
.v2-process-steps small {
  display: block;
}

.v2-process-steps strong {
  font-size: .63rem;
  line-height: 1.25;
}

.v2-process-steps small {
  margin-top: 3px;
  color: #89969b;
  font-size: .49rem;
  line-height: 1.3;
}

.v2-process-steps b {
  color: #2c9664;
  font-size: .65rem;
  text-align: center;
}

.v2-process-steps li.is-current b {
  color: var(--pink);
}

.v2-process-result {
  display: grid;
  align-items: center;
  gap: 11px;
  min-height: 55px;
  padding: 10px 13px;
  border: 1px solid #cfe5da;
  border-radius: 12px;
  background: #f1f9f5;
  grid-template-columns: auto 1fr;
}

.v2-process-result strong,
.v2-process-result small {
  display: block;
}

.v2-process-result strong {
  color: #315d48;
  font-size: .63rem;
  line-height: 1.3;
}

.v2-process-result small {
  margin-top: 3px;
  color: #698176;
  font-size: .5rem;
  line-height: 1.3;
}

.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-app-preview {
  overflow: hidden;
  background: #fff;
}

.case-app-preview .section-heading > p:last-child {
  max-width: 720px;
  margin-inline: auto;
  color: var(--muted);
}

.case-app-grid {
  display: grid;
  gap: 52px 20px;
  margin-top: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-app-example {
  min-width: 0;
}

.case-app-shot {
  margin: 0;
}

.case-app-shot-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 588 / 1100;
  border: 1px solid #dce3e3;
  border-radius: 24px;
  background: #eef1ef;
  box-shadow: 0 22px 55px rgba(16, 25, 35, .12);
}

.case-app-shot-viewport::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.case-app-shot img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-7%);
}

.case-app-shot figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #7d898e;
  font-size: .53rem;
  font-weight: 760;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.case-app-shot figcaption::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pink);
  content: "";
}

.case-app-example--wide {
  grid-column: 1 / -1;
}

.case-app-window {
  overflow: hidden;
  border: 1px solid #dce3e3;
  border-radius: 22px;
  background: #f4f6f4;
  box-shadow: 0 22px 55px rgba(16, 25, 35, .1);
}

.case-app-topbar {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  border-bottom: 1px solid #dce3e3;
  background: #fff;
}

.case-app-dots {
  display: flex;
  gap: 5px;
}

.case-app-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dce3e3;
}

.case-app-dots i:first-child {
  background: #ff2855;
}

.case-app-topbar > strong {
  color: #101923;
  font-size: .9rem;
  letter-spacing: -.04em;
}

.case-app-topbar > strong span {
  color: #ff2855;
}

.case-app-topbar nav {
  display: flex;
  margin-left: auto;
  gap: 5px;
}

.case-app-topbar nav span {
  padding: 7px 10px;
  border-radius: 8px;
  color: #65747c;
  font-size: .57rem;
  font-weight: 760;
}

.case-app-topbar nav .is-active {
  background: #ffd0d9;
  color: #a70b31;
}

.case-app-canvas {
  min-height: 470px;
  padding: 27px;
}

.case-app-canvas--compact {
  min-height: 480px;
  padding: 23px;
}

.case-app-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.case-app-heading small,
.case-app-panel header small {
  display: block;
  margin-bottom: 3px;
  color: #d90f3b;
  font-size: .53rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.case-app-heading h3 {
  margin: 0 0 3px;
  color: #101923;
  font-size: 1.35rem;
  letter-spacing: -.045em;
}

.case-app-heading p {
  margin: 0;
  color: #65747c;
  font-size: .62rem;
}

.case-app-sku,
.case-app-ready {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid #dce3e3;
  border-radius: 10px;
  background: #fff;
  color: #65747c;
  font-size: .55rem;
}

.case-app-sku b,
.case-app-ready b {
  color: #101923;
  font-size: .7rem;
}

.case-app-ready b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #ffd0d9;
  color: #a70b31;
}

.case-app-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-app-panel {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dce3e3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 25, 35, .05);
}

.case-app-panel > header {
  padding: 14px 16px 13px;
  border-bottom: 1px solid #e8eded;
  background: linear-gradient(135deg, #fff 0%, #fbf1f3 100%);
}

.case-app-panel h4 {
  margin: 0;
  color: #101923;
  font-size: .84rem;
  letter-spacing: -.02em;
}

.case-app-panel header p {
  margin: 2px 0 0;
  color: #65747c;
  font-size: .56rem;
}

.case-app-fields {
  display: grid;
  gap: 8px;
  padding: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-app-fields > div,
.case-app-settings > div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #e4e9e9;
  border-radius: 9px;
  background: #f7f8f7;
}

.case-app-fields .is-wide {
  grid-column: 1 / -1;
}

.case-app-fields span,
.case-app-settings span,
.case-app-title-preview span {
  display: block;
  margin-bottom: 3px;
  color: #65747c;
  font-size: .5rem;
}

.case-app-fields b,
.case-app-settings b {
  display: block;
  overflow: hidden;
  color: #101923;
  font-size: .62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-app-fitments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 14px 14px;
}

.case-app-fitments span {
  padding: 5px 7px;
  border: 1px solid #dce3e3;
  border-radius: 7px;
  color: #65747c;
  font-size: .5rem;
  font-weight: 760;
}

.case-app-fitments .is-selected {
  border-color: #b4dfcb;
  background: #e7f7ef;
  color: #22694c;
}

.case-app-title-preview {
  margin: 0 14px 14px;
  padding: 10px;
  border-left: 3px solid #ff2855;
  border-radius: 0 8px 8px 0;
  background: #fff3f5;
}

.case-app-title-preview strong {
  display: block;
  color: #101923;
  font-size: .59rem;
  line-height: 1.35;
}

.case-app-settings {
  display: grid;
  gap: 8px;
  padding: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-app-settings label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4d5c63;
  font-size: .53rem;
  font-weight: 730;
}

.case-app-settings label i {
  position: relative;
  width: 24px;
  height: 14px;
  border-radius: 99px;
  background: #cfd7d7;
}

.case-app-settings label i::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.case-app-settings label i.is-on {
  background: #ff2855;
}

.case-app-settings label i.is-on::after {
  left: 12px;
}

.case-app-primary-action {
  display: flex;
  margin: 0 14px 14px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  background: #ff2855;
  color: #fff;
  font-size: .58rem;
  font-weight: 810;
}

.case-app-list-row,
.case-app-stock-row {
  display: grid;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #dce3e3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(16, 25, 35, .04);
}

.case-app-list-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.case-app-row-id {
  padding: 6px 7px;
  border-radius: 7px;
  background: #101923;
  color: #fff;
  font-size: .52rem;
  font-weight: 820;
}

.case-app-list-row div,
.case-app-stock-row div {
  min-width: 0;
}

.case-app-list-row strong,
.case-app-list-row small,
.case-app-stock-row strong,
.case-app-stock-row small {
  display: block;
}

.case-app-list-row strong,
.case-app-stock-row strong {
  overflow: hidden;
  color: #101923;
  font-size: .6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-app-list-row small,
.case-app-stock-row small {
  margin-bottom: 2px;
  color: #65747c;
  font-size: .49rem;
}

.case-app-row-state {
  padding: 5px 8px;
  border-radius: 99px;
  background: #e7f7ef;
  color: #22694c;
  font-size: .49rem;
  font-weight: 800;
}

.case-app-scan-input {
  display: grid;
  gap: 8px;
  padding: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.case-app-scan-input span {
  padding: 10px 11px;
  border: 1px solid #dce3e3;
  border-radius: 9px;
  background: #f7f8f7;
  color: #101923;
  font-size: .61rem;
  font-weight: 780;
}

.case-app-scan-input b,
.case-app-stock-action {
  padding: 10px 11px;
  border-radius: 9px;
  background: #101923;
  color: #fff;
  font-size: .52rem;
  font-weight: 780;
}

.case-app-stock-row {
  grid-template-columns: auto minmax(0, 1fr) minmax(0, .75fr) auto;
}

.case-app-box-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: #ffd0d9;
  color: #a70b31;
  font-size: 1.1rem;
}

.case-app-stock-action {
  background: #ff2855;
}

.case-app-caption {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  grid-template-columns: 32px minmax(0, 1fr);
}

.case-app-caption > span {
  padding-top: 4px;
  color: #ff2855;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.case-app-caption h3 {
  margin: 0 0 7px;
  color: #101923;
  font-size: 1.3rem;
}

.case-app-caption p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: .74rem;
}

.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;
  }

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

  .case-app-example {
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .case-app-example--wide {
    grid-column: auto;
  }

  .case-app-canvas--compact {
    min-height: auto;
  }
}

@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-process-body {
    padding: 17px;
  }

  .v2-process-title strong {
    font-size: .76rem;
  }

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

  .v2-item-record {
    display: grid;
    align-items: center;
    gap: 0 12px;
    grid-template-columns: 64px 1fr;
  }

  .v2-item-visual {
    height: 64px;
    margin: 0;
    grid-row: 1 / 3;
  }

  .v2-item-visual svg {
    width: 44px;
  }

  .v2-item-record dl {
    display: grid;
    margin-top: 11px;
    gap: 0 10px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-item-record dl > div:first-child {
    display: none;
  }

  .v2-process-steps li {
    min-height: 55px;
  }

  .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-app-grid {
    gap: 44px;
    margin-top: 48px;
  }

  .case-app-window {
    border-radius: 17px;
  }

  .case-app-shot-viewport {
    border-radius: 18px;
  }

  .case-app-topbar {
    min-height: 52px;
    gap: 10px;
    padding-inline: 13px;
  }

  .case-app-dots {
    display: none;
  }

  .case-app-topbar nav {
    gap: 2px;
  }

  .case-app-topbar nav span {
    padding: 6px;
    font-size: .5rem;
  }

  .case-app-canvas,
  .case-app-canvas--compact {
    min-height: auto;
    padding: 15px;
  }

  .case-app-heading {
    display: block;
  }

  .case-app-sku,
  .case-app-ready {
    width: max-content;
    margin-top: 12px;
  }

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

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

  .case-app-list-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .case-app-row-state {
    display: none;
  }

  .case-app-stock-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .case-app-stock-row > div:nth-of-type(2) {
    grid-column: 2;
  }

  .case-app-stock-action {
    width: max-content;
    grid-column: 2;
  }

  .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;
  }
}
