/* AccountX case study */
    .accountx-page-view {
      background: #f3f3f1;
      font-family: "General Sans", Arial, sans-serif;
    }

    .accountx-page .portfolio-nav-link {
      background: rgba(255, 255, 255, 0.11);
    }

    .acx-shell {
      width: min(100%, 1120px);
      margin: 0 auto;
    }

    .acx-hero .acx-shell {
      min-height: 0;
      height: auto;
      display: block;
      align-items: initial;
      justify-content: initial;
      gap: 0;
    }

    .acx-hero {
      min-height: 0;
      height: auto;
      display: block;
      padding: 92px 0;
      color: #ffffff;
      background: #171717;
    }

    .acx-back,
    .acx-closing a {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: inherit;
      font-size: 12px;
      font-weight: 600;
    }

    .acx-back {
      position: static;
      inset: auto;
      width: fit-content;
      margin: 0 0 28px;
      color: rgba(255, 255, 255, 0.66);
    }

    .acx-back svg,
    .acx-closing a svg {
      width: 17px;
      height: 17px;
      fill: currentColor;
    }

    .acx-kicker {
      position: static;
      margin: 0 0 24px;
      padding: 0;
      color: var(--accent, #e2543a);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .acx-kicker::before {
      content: "/";
      margin-right: 8px;
      color: var(--accent);
    }

    .acx-title {
      max-width: 980px;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-family: "Clash Display", Arial, sans-serif;
      font-size: clamp(35px, 4.55vw, 63px);
      font-weight: 500;
      line-height: 0.96;
      letter-spacing: -0.052em;
    }

    .acx-title span {
      display: block;
      color: #ffffff;
    }

    .acx-closing h2 span {
      color: var(--accent);
    }

    .acx-lead,
    .acx-hero-role-copy {
      max-width: 860px;
      margin: 0;
      color: rgba(255, 255, 255, 0.66);
      font-size: clamp(13px, 1vw, 15px);
      line-height: 1.55;
      letter-spacing: -0.02em;
    }

    .acx-hero-role {
      max-width: 920px;
      margin: clamp(24px, 3vw, 34px) 0 0;
      padding: 0;
    }

    .acx-hero-board {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
      gap: 16px;
      margin-top: 50px;
    }

    .acx-hero-system,
    .acx-hero-metrics,
    .acx-panel {
      overflow: hidden;
      border: 1px solid rgba(43, 43, 43, 0.09);
      border-radius: 26px;
      background: #ffffff;
      box-shadow: 0 22px 52px -46px rgba(0, 0, 0, 0.34);
    }

    .acx-hero-system {
      min-height: 264px;
      display: grid;
      grid-template-columns: minmax(145px, 1fr) 126px minmax(145px, 1fr);
      gap: 18px;
      align-items: center;
      padding: 30px;
      background:
        linear-gradient(rgba(43, 43, 43, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 43, 43, 0.045) 1px, transparent 1px),
        rgba(255, 255, 255, 0.67);
      background-size: 28px 28px;
    }

    .acx-state {
      min-height: 153px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 22px;
      border-radius: 19px;
      background: #efefec;
    }

    .acx-state.after {
      color: #ffffff;
      background: #171717;
    }

    .acx-state small {
      color: #858585;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-state.after small {
      color: rgba(255, 255, 255, 0.48);
    }

    .acx-state strong {
      color: inherit;
      font-size: 19px;
      font-weight: 500;
      line-height: 1.15;
      letter-spacing: -0.04em;
    }

    .acx-state span {
      color: #747474;
      font-size: 8px;
      line-height: 1.4;
    }

    .acx-state.after span {
      color: rgba(255, 255, 255, 0.52);
    }

    .acx-build-path {
      display: grid;
      gap: 10px;
      text-align: center;
    }

    .acx-build-path i {
      height: 1px;
      background: rgba(43, 43, 43, 0.16);
    }

    .acx-build-path b {
      min-height: 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      color: #ffffff;
      background: var(--accent);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .acx-hero-metrics {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: rgba(255, 255, 255, 0.62);
    }

    .acx-hero-metrics article {
      min-height: 132px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 21px;
      border-right: 1px solid rgba(43, 43, 43, 0.08);
      border-bottom: 1px solid rgba(43, 43, 43, 0.08);
    }

    .acx-hero-metrics article:nth-child(2n) {
      border-right: 0;
    }

    .acx-hero-metrics article:nth-child(n + 3) {
      border-bottom: 0;
    }

    .acx-hero-metrics article.primary {
      color: #ffffff;
      background: #171717;
    }

    .acx-hero-metrics strong {
      color: inherit;
      font-size: clamp(25px, 2.5vw, 37px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.055em;
    }

    .acx-hero-metrics span {
      max-width: 140px;
      color: #737373;
      font-size: 9px;
      line-height: 1.35;
    }

    .acx-hero-metrics article.primary span {
      color: rgba(255, 255, 255, 0.52);
    }

    .acx-tabs {
      display: flex;
      gap: 7px;
      margin-top: 26px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .acx-tabs::-webkit-scrollbar {
      display: none;
    }

    .acx-tabs a {
      flex: 0 0 auto;
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      padding: 0 15px;
      border: 1px solid rgba(43, 43, 43, 0.12);
      border-radius: 999px;
      color: #555555;
      background: rgba(255, 255, 255, 0.5);
      font-size: 10px;
      font-weight: 600;
    }

    .acx-tabs a:first-child {
      color: #ffffff;
      border-color: #171717;
      background: #171717;
    }

    .acx-section {
      padding: clamp(86px, 9vw, 128px) clamp(24px, 6vw, 96px);
      background: #f3f3f1;
      scroll-margin-top: 92px;
    }

    .acx-section-alt {
      background: #e9e9e7;
    }

    .acx-section-head,
    .acx-block-head,
    .acx-closing-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
      gap: 46px;
      align-items: end;
    }

    .acx-section-head {
      margin-bottom: 54px;
    }

    .acx-section-head > p,
    .acx-block-head > p,
    .acx-closing-grid > p {
      margin: 0;
      color: var(--accent);
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .acx-section-head h2 {
      max-width: 840px;
      margin: 0;
      color: #2e2e2e;
      font-size: clamp(36px, 4.2vw, 58px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.047em;
    }

    .acx-section-head span {
      max-width: 650px;
      display: block;
      margin-top: 15px;
      color: #6d6d6d;
      font-size: 12px;
      line-height: 1.55;
    }

    .acx-block-head {
      margin: clamp(72px, 8vw, 108px) 0 28px;
    }

    .acx-block-head-first {
      margin-top: 0;
    }

    .acx-block-head h3 {
      max-width: 790px;
      margin: 0;
      color: #303030;
      font-size: clamp(27px, 3.2vw, 42px);
      font-weight: 500;
      line-height: 1.02;
      letter-spacing: -0.043em;
    }

    .acx-block-head-left {
      display: block;
      margin-top: 0;
    }

    .acx-block-head-left h3 {
      margin-top: 10px;
      font-size: clamp(25px, 2.7vw, 36px);
    }

    .acx-small-label {
      margin: 0;
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    .acx-opportunity-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.7fr);
      gap: 16px;
    }

    .acx-challenge-map {
      position: relative;
      min-height: 510px;
      background:
        radial-gradient(circle at center, rgba(254, 76, 28, 0.12), transparent 33%),
        #ffffff;
    }

    .acx-challenge-core {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 205px;
      height: 205px;
      display: grid;
      place-content: center;
      padding: 25px;
      border-radius: 50%;
      color: #ffffff;
      background: #171717;
      text-align: center;
      transform: translate(-50%, -50%);
    }

    .acx-challenge-core small {
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-challenge-core strong {
      margin-top: 9px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.15;
      letter-spacing: -0.035em;
    }

    .acx-challenge-node {
      position: absolute;
      width: 178px;
      min-height: 108px;
      padding: 17px;
      border: 1px solid rgba(43, 43, 43, 0.09);
      border-radius: 17px;
      background: #f1f1ef;
    }

    .acx-challenge-node::after {
      content: "";
      position: absolute;
      width: 62px;
      height: 1px;
      background: rgba(43, 43, 43, 0.16);
    }

    .acx-challenge-node b {
      display: block;
      color: #333333;
      font-size: 12px;
      font-weight: 600;
    }

    .acx-challenge-node span {
      display: block;
      margin-top: 7px;
      color: #6e6e6e;
      font-size: 9px;
      line-height: 1.4;
    }

    .acx-challenge-node.cn-1 {
      top: 43px;
      left: 45px;
    }

    .acx-challenge-node.cn-1::after {
      top: 100%;
      left: 78%;
      transform: rotate(38deg);
      transform-origin: left center;
    }

    .acx-challenge-node.cn-2 {
      top: 43px;
      right: 45px;
    }

    .acx-challenge-node.cn-2::after {
      top: 100%;
      right: 78%;
      transform: rotate(-38deg);
      transform-origin: right center;
    }

    .acx-challenge-node.cn-3 {
      bottom: 43px;
      left: 45px;
    }

    .acx-challenge-node.cn-3::after {
      bottom: 100%;
      left: 78%;
      transform: rotate(-38deg);
      transform-origin: left center;
    }

    .acx-challenge-node.cn-4 {
      right: 45px;
      bottom: 43px;
    }

    .acx-challenge-node.cn-4::after {
      right: 78%;
      bottom: 100%;
      transform: rotate(38deg);
      transform-origin: right center;
    }

    .acx-complexity-panel {
      min-height: 510px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px;
      background: #7e7f89;
    }

    .acx-complexity-panel .acx-small-label {
      color: rgba(255, 255, 255, 0.72);
    }

    .acx-complexity-row {
      display: grid;
      grid-template-columns: minmax(108px, 0.8fr) minmax(70px, 1fr) auto;
      gap: 12px;
      align-items: center;
      min-height: 62px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .acx-complexity-row:last-child {
      border-bottom: 0;
    }

    .acx-complexity-row span {
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
    }

    .acx-complexity-row strong {
      color: rgba(255, 255, 255, 0.55);
      font-size: 8px;
      font-weight: 600;
      text-align: right;
    }

    .acx-complexity-row i {
      height: 3px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
    }

    .acx-complexity-row i::after {
      content: "";
      width: var(--level);
      height: 100%;
      display: block;
      border-radius: inherit;
      background: var(--accent);
    }

    .acx-buyer-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    .acx-buyer-card {
      min-height: 350px;
      display: flex;
      flex-direction: column;
      padding: 22px;
    }

    .acx-buyer-index {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #ffffff;
      background: #171717;
      font-size: 9px;
      font-weight: 700;
    }

    .acx-buyer-card h3 {
      margin: 28px 0 0;
      color: #303030;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.12;
      letter-spacing: -0.035em;
    }

    .acx-buyer-problem {
      min-height: 72px;
      display: flex;
      align-items: center;
      margin-top: 22px;
      padding: 13px;
      border-radius: 13px;
      color: #626262;
      background: #f1f1ef;
      font-size: 9px;
      line-height: 1.4;
    }

    .acx-buyer-services {
      display: grid;
      gap: 7px;
      margin-top: auto;
      padding-top: 22px;
    }

    .acx-buyer-services span {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #696969;
      font-size: 8px;
      line-height: 1.3;
    }

    .acx-buyer-services span::before {
      content: "";
      width: 6px;
      height: 6px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--accent);
    }

    .acx-market-board {
      min-height: 440px;
      display: grid;
      grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
      align-items: stretch;
    }

    .acx-market-core {
      display: grid;
      place-content: center;
      padding: 35px;
      color: #ffffff;
      background: #171717;
      text-align: center;
    }

    .acx-market-core small {
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-market-core strong {
      margin-top: 10px;
      font-size: 38px;
      font-weight: 500;
      letter-spacing: -0.055em;
    }

    .acx-market-core span {
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 8px;
    }

    .acx-market-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      padding: 1px;
      background: rgba(43, 43, 43, 0.08);
    }

    .acx-market-grid span {
      min-height: 86px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px;
      color: #474747;
      background: #ffffff;
      font-size: 10px;
      font-weight: 600;
    }

    .acx-market-grid span::after {
      content: "↗";
      color: var(--accent);
    }

    .acx-foundation-timeline {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      align-items: stretch;
      padding: 26px;
    }

    .acx-foundation-timeline article {
      position: relative;
      min-height: 220px;
      display: flex;
      flex-direction: column;
      padding: 19px;
      border-right: 1px solid rgba(43, 43, 43, 0.09);
    }

    .acx-foundation-timeline article:last-child {
      border-right: 0;
    }

    .acx-foundation-timeline small {
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
    }

    .acx-foundation-timeline strong {
      margin-top: auto;
      color: #323232;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.25;
    }

    .acx-foundation-timeline span {
      display: block;
      margin-top: 8px;
      color: #777777;
      font-size: 8px;
      line-height: 1.4;
    }

    .acx-channel-engine {
      min-height: 530px;
      display: grid;
      grid-template-columns: minmax(270px, 0.8fr) 66px minmax(290px, 1fr) minmax(210px, 0.55fr);
      align-items: stretch;
    }

    .acx-channel-primary,
    .acx-supporting-channels {
      padding: 27px;
    }

    .acx-channel-primary {
      display: flex;
      flex-direction: column;
    }

    .acx-channel-primary article {
      display: grid;
      grid-template-columns: 35px 1fr;
      gap: 12px;
      align-items: center;
      min-height: 125px;
      margin-top: 12px;
      padding: 16px;
      border-radius: 16px;
      background: #f1f1ef;
    }

    .acx-channel-primary article b {
      width: 33px;
      height: 33px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #ffffff;
      background: #171717;
      font-size: 8px;
      font-weight: 700;
    }

    .acx-channel-primary strong {
      display: block;
      color: #333333;
      font-size: 11px;
      font-weight: 600;
    }

    .acx-channel-primary span {
      display: block;
      margin-top: 5px;
      color: #777777;
      font-size: 8px;
      line-height: 1.4;
    }

    .acx-engine-flow {
      display: grid;
      grid-template-rows: 1fr auto 1fr;
      align-items: center;
      justify-items: center;
    }

    .acx-engine-flow span {
      width: 1px;
      height: 100%;
      background: rgba(43, 43, 43, 0.15);
    }

    .acx-engine-flow i {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: var(--accent);
    }

    .acx-engine-core {
      position: relative;
      display: grid;
      place-items: center;
      overflow: hidden;
      color: #ffffff;
      background: #7e7f89;
    }

    .acx-engine-ring {
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
    }

    .acx-engine-ring.ring-one {
      width: 390px;
      height: 390px;
    }

    .acx-engine-ring.ring-two {
      width: 270px;
      height: 270px;
    }

    .acx-engine-content {
      position: relative;
      z-index: 2;
      width: 185px;
      height: 185px;
      display: grid;
      place-content: center;
      padding: 21px;
      border-radius: 50%;
      background: #171717;
      text-align: center;
    }

    .acx-engine-content small {
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .acx-engine-content strong {
      margin-top: 9px;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.12;
      letter-spacing: -0.035em;
    }

    .acx-engine-content span {
      margin-top: 7px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 8px;
      line-height: 1.35;
    }

    .acx-supporting-channels {
      display: flex;
      flex-direction: column;
      gap: 9px;
      background: #f5f5f3;
    }

    .acx-supporting-channels > span {
      min-height: 60px;
      display: flex;
      align-items: center;
      padding: 0 15px;
      border: 1px solid rgba(43, 43, 43, 0.08);
      border-radius: 14px;
      color: #555555;
      background: #ffffff;
      font-size: 9px;
      font-weight: 600;
    }

    .acx-message-matrix {
      padding: 12px 28px 20px;
    }

    .acx-matrix-head,
    .acx-matrix-row {
      display: grid;
      grid-template-columns: minmax(170px, 0.8fr) minmax(190px, 0.9fr) minmax(270px, 1.3fr);
      gap: 20px;
      align-items: center;
    }

    .acx-matrix-head {
      min-height: 54px;
      color: #8a8a8a;
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-matrix-row {
      min-height: 78px;
      border-top: 1px solid rgba(43, 43, 43, 0.09);
    }

    .acx-matrix-row strong,
    .acx-matrix-row b {
      color: #333333;
      font-size: 10px;
      font-weight: 600;
      line-height: 1.35;
    }

    .acx-matrix-row span {
      color: #727272;
      font-size: 9px;
      line-height: 1.35;
    }

    .acx-matrix-row b {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      padding: 9px 12px;
      border-radius: 12px;
      background: #f1f1ef;
    }

    .acx-solution-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: clamp(72px, 8vw, 108px);
    }

    .acx-sequence,
    .acx-budget-visual {
      min-height: 510px;
      padding: 25px;
    }

    .acx-sequence article {
      min-height: 83px;
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 13px;
      padding: 12px 0;
      border-bottom: 1px solid rgba(43, 43, 43, 0.09);
    }

    .acx-sequence article > span {
      width: 31px;
      height: 31px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #ffffff;
      background: var(--accent);
      font-size: 8px;
      font-weight: 700;
    }

    .acx-sequence strong {
      color: #333333;
      font-size: 11px;
      font-weight: 600;
    }

    .acx-sequence p {
      margin: 5px 0 0;
      color: #777777;
      font-size: 8px;
      line-height: 1.4;
    }

    .acx-cadence {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
      padding: 17px;
      border-radius: 15px;
      color: #ffffff;
      background: #171717;
    }

    .acx-cadence small {
      color: rgba(255, 255, 255, 0.5);
      font-size: 8px;
    }

    .acx-cadence strong {
      font-size: 18px;
      font-weight: 500;
    }

    .acx-budget-visual {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .acx-budget-row {
      display: grid;
      grid-template-columns: minmax(135px, 0.8fr) minmax(80px, 1fr) 38px;
      gap: 13px;
      align-items: center;
      min-height: 60px;
      border-bottom: 1px solid rgba(43, 43, 43, 0.09);
    }

    .acx-budget-row span {
      color: #494949;
      font-size: 9px;
      font-weight: 600;
    }

    .acx-budget-row > i {
      height: 4px;
      overflow: hidden;
      border-radius: 999px;
      background: #e1e1de;
    }

    .acx-budget-row > i b {
      height: 100%;
      display: block;
      border-radius: inherit;
      background: var(--accent);
    }

    .acx-budget-row strong {
      color: #727272;
      font-size: 8px;
      font-weight: 600;
      text-align: right;
    }

    .acx-budget-visual > p {
      margin: 24px 0 0;
      color: #777777;
      font-size: 8px;
      line-height: 1.5;
    }

    .acx-dashboard-placeholder {
      padding: 10px;
      border: 1px dashed rgba(43, 43, 43, 0.26);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.28);
    }

    .acx-placeholder-browser {
      overflow: hidden;
      border-radius: 20px;
      background: #ffffff;
    }

    .acx-placeholder-bar {
      min-height: 45px;
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 16px;
      border-bottom: 1px solid rgba(43, 43, 43, 0.09);
    }

    .acx-placeholder-bar i {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #d5d5d2;
    }

    .acx-placeholder-bar span {
      margin-left: 8px;
      color: #8a8a8a;
      font-size: 8px;
    }

    .acx-placeholder-content {
      min-height: 390px;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.65fr);
      gap: 28px;
      align-items: center;
      padding: 38px;
      background:
        linear-gradient(rgba(43, 43, 43, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 43, 43, 0.04) 1px, transparent 1px),
        #f5f5f3;
      background-size: 28px 28px;
    }

    .acx-placeholder-chart {
      height: 235px;
      display: flex;
      align-items: end;
      gap: 12px;
      padding: 25px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.74);
    }

    .acx-placeholder-chart span {
      flex: 1;
      height: var(--height);
      border-radius: 8px 8px 2px 2px;
      background: #dededb;
    }

    .acx-placeholder-copy small {
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-placeholder-copy strong {
      display: block;
      margin-top: 10px;
      color: #343434;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.12;
      letter-spacing: -0.04em;
    }

    .acx-placeholder-copy p {
      margin: 13px 0 0;
      color: #767676;
      font-size: 9px;
      line-height: 1.5;
    }

    .acx-results-grid {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 12px;
    }

    .acx-result-card {
      min-height: 215px;
      display: flex;
      flex-direction: column;
      padding: 24px;
      border: 1px solid rgba(43, 43, 43, 0.09);
      border-radius: 22px;
      background: #ffffff;
    }

    .acx-result-card:nth-child(1),
    .acx-result-card:nth-child(2) {
      grid-column: span 6;
    }

    .acx-result-card:nth-child(n + 3) {
      grid-column: span 4;
    }

    .acx-result-primary {
      color: #ffffff;
      background: #171717;
    }

    .acx-result-card small {
      color: #7d7d7d;
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-result-primary small {
      color: rgba(255, 255, 255, 0.46);
    }

    .acx-result-card > strong {
      margin-top: 25px;
      color: inherit;
      font-size: clamp(32px, 4vw, 54px);
      font-weight: 500;
      line-height: 0.95;
      letter-spacing: -0.06em;
    }

    .acx-result-card > span {
      max-width: 330px;
      display: block;
      margin-top: 14px;
      color: #6e6e6e;
      font-size: 9px;
      line-height: 1.4;
    }

    .acx-result-primary > span {
      color: rgba(255, 255, 255, 0.52);
    }

    .acx-result-bars {
      height: 68px;
      display: flex;
      align-items: end;
      gap: 7px;
      margin-top: auto;
      padding-top: 20px;
    }

    .acx-result-bars i {
      flex: 1;
      height: var(--height);
      border-radius: 6px 6px 2px 2px;
      background: var(--accent);
    }

    .acx-change-map {
      display: grid;
      grid-template-columns: 1fr 70px 1fr;
      gap: 15px;
      padding: 25px;
    }

    .acx-change-column {
      display: grid;
      gap: 7px;
      padding: 21px;
      border-radius: 18px;
      background: #f1f1ef;
    }

    .acx-change-column.after {
      color: #ffffff;
      background: #171717;
    }

    .acx-change-column small {
      margin-bottom: 7px;
      color: var(--accent);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .acx-change-column span {
      min-height: 42px;
      display: flex;
      align-items: center;
      padding: 0 12px;
      border-bottom: 1px solid rgba(43, 43, 43, 0.08);
      color: inherit;
      font-size: 9px;
      font-weight: 500;
    }

    .acx-change-column.after span {
      border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .acx-change-arrow {
      display: grid;
      place-items: center;
      color: var(--accent);
      font-size: 26px;
    }

    .acx-tools {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: 26px;
    }

    .acx-tools span {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      padding: 0 11px;
      border: 1px solid rgba(43, 43, 43, 0.1);
      border-radius: 999px;
      color: #656565;
      background: #f4f4f2;
      font-size: 8px;
      font-weight: 600;
    }

    .acx-closing {
      padding: clamp(92px, 10vw, 140px) clamp(24px, 6vw, 96px);
      color: #ffffff;
      background: #171717;
    }

    .acx-closing h2 {
      max-width: 860px;
      margin: 0;
      font-size: clamp(38px, 4.5vw, 64px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.052em;
    }

    .acx-closing div > p {
      max-width: 650px;
      margin: 20px 0 0;
      color: rgba(255, 255, 255, 0.56);
      font-size: 11px;
      line-height: 1.55;
    }

    .acx-closing a {
      margin-top: 32px;
    }

    @media (max-width: 1000px) {
      .acx-hero-board,
      .acx-opportunity-grid,
      .acx-channel-engine {
        grid-template-columns: 1fr;
      }

      .acx-engine-flow {
        display: none;
      }

      .acx-engine-core {
        min-height: 420px;
      }

      .acx-buyer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .acx-foundation-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .acx-foundation-timeline article {
        border-bottom: 1px solid rgba(43, 43, 43, 0.09);
      }

      .acx-result-card:nth-child(n) {
        grid-column: span 6;
      }
    }

    @media (max-width: 720px) {
      .acx-hero {
        min-height: 0;
        height: auto;
        display: block;
        padding: 78px 0;
      }

      .acx-title {
        font-size: clamp(32.2px, 10.5vw, 46.2px);
      }

      .acx-back {
        margin-bottom: 24px;
      }

      .acx-kicker {
        margin-bottom: 20px;
      }

      .acx-hero-board {
        margin-top: 38px;
      }

      .acx-hero-system {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 20px;
      }

      .acx-build-path {
        grid-template-columns: 1fr 100px 1fr;
      }

      .acx-state {
        min-height: 120px;
      }

      .acx-hero-metrics article {
        min-height: 112px;
        padding: 17px;
      }

      .acx-section {
        padding: 76px 20px;
        scroll-margin-top: 64px;
      }

      .acx-section-head,
      .acx-block-head,
      .acx-closing-grid {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .acx-section-head {
        margin-bottom: 38px;
      }

      .acx-section-head h2 {
        font-size: clamp(34px, 11vw, 48px);
      }

      .acx-block-head {
        margin-top: 66px;
      }

      .acx-block-head h3 {
        font-size: clamp(27px, 9vw, 38px);
      }

      .acx-challenge-map {
        min-height: auto;
        display: grid;
        gap: 9px;
        padding: 18px;
        background: #ffffff;
      }

      .acx-challenge-core,
      .acx-challenge-node {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: auto;
        height: auto;
        transform: none;
      }

      .acx-challenge-core {
        border-radius: 18px;
      }

      .acx-challenge-node::after {
        display: none;
      }

      .acx-complexity-panel {
        min-height: auto;
        padding: 22px;
      }

      .acx-complexity-row {
        min-height: 62px;
        grid-template-columns: minmax(105px, 0.8fr) minmax(70px, 1fr);
      }

      .acx-complexity-row strong {
        display: none;
      }

      .acx-buyer-grid,
      .acx-solution-split {
        grid-template-columns: 1fr;
      }

      .acx-buyer-card {
        min-height: auto;
      }

      .acx-market-board {
        grid-template-columns: 1fr;
      }

      .acx-market-core {
        min-height: 230px;
      }

      .acx-market-grid {
        grid-template-columns: 1fr;
      }

      .acx-market-grid span {
        min-height: 64px;
      }

      .acx-foundation-timeline {
        grid-template-columns: 1fr;
        padding: 18px;
      }

      .acx-foundation-timeline article {
        min-height: 120px;
        border-right: 0;
      }

      .acx-engine-core {
        min-height: 380px;
      }

      .acx-engine-ring.ring-one {
        width: 300px;
        height: 300px;
      }

      .acx-engine-ring.ring-two {
        width: 220px;
        height: 220px;
      }

      .acx-message-matrix {
        overflow-x: auto;
        padding: 10px 20px 18px;
      }

      .acx-matrix-head,
      .acx-matrix-row {
        min-width: 720px;
      }

      .acx-sequence,
      .acx-budget-visual {
        min-height: auto;
      }

      .acx-placeholder-content {
        grid-template-columns: 1fr;
        padding: 24px;
      }

      .acx-results-grid {
        grid-template-columns: 1fr;
      }

      .acx-result-card:nth-child(n) {
        grid-column: auto;
      }

      .acx-change-map {
        grid-template-columns: 1fr;
        padding: 18px;
      }

      .acx-change-arrow {
        transform: rotate(90deg);
      }

      .acx-closing {
        padding: 84px 20px;
      }
    }

    @media (max-width: 390px) {
      .acx-hero,
      .acx-section,
      .acx-closing {
        padding-right: 16px;
        padding-left: 16px;
      }

      .acx-hero-metrics {
        grid-template-columns: 1fr;
      }

      .acx-hero-metrics article,
      .acx-hero-metrics article:nth-child(2n),
      .acx-hero-metrics article:nth-child(n + 3) {
        border-right: 0;
        border-bottom: 1px solid rgba(43, 43, 43, 0.08);
      }

      .acx-hero-metrics article:last-child {
        border-bottom: 0;
      }
    }

/* ============================================================
   AccountX hero exact match with the final Bertrand header
   This scoped layer also beats the older inline hero overrides.
   ============================================================ */
.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding: 92px 0 !important;
  color: #ffffff !important;
  background: #171717 !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-shell {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important;
  gap: 0 !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-back {
  position: static !important;
  inset: auto !important;
  width: fit-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 28px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-back:hover,
.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-back:focus-visible {
  color: #ffffff !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-back svg {
  width: 17px !important;
  height: 17px !important;
  fill: currentColor !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-kicker {
  position: static !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--accent, #e2543a) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-title {
  max-width: 980px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "Clash Display", Arial, sans-serif !important;
  font-size: clamp(35px, 4.55vw, 63px) !important;
  font-weight: 500 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.052em !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-title span {
  display: block !important;
  color: #ffffff !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-hero-role {
  max-width: 920px !important;
  margin: clamp(24px, 3vw, 34px) 0 0 !important;
  padding: 0 !important;
}

.accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-hero-role-copy {
  max-width: 860px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1.55 !important;
}

@media (max-width: 720px) {
  .accountx-page.accountx-page .acx-hero.acx-quick-clean-hero {
    padding: 78px 0 !important;
  }

  .accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-back {
    margin-bottom: 24px !important;
  }

  .accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-kicker {
    margin-bottom: 20px !important;
  }

  .accountx-page.accountx-page .acx-hero.acx-quick-clean-hero .acx-title {
    font-size: clamp(32.2px, 10.5vw, 46.2px) !important;
  }
}
