/* Shared page styles: strategy */
/* ========== STRATEGY / IMPACT ========== */
.page-strategy {
  padding: 0;
}

.strategy-layout {
  width: 100%;
  height: 100%;
}

.strategy-left,
.strategy-right {
  min-width: 0;
}

/* 1) DigitalX Strategy — @ 333,66 · 401×50 · Poppins 48 Medium · gradient
   SVG box taller than Figma 50 so descenders (g/y) stay visible. */
.strategy-heading {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}

.strategy-heading--left {
  top: 66px;
  left: 333px;
  width: 401px;
  height: 72px;
}

/* 2) From Data to DigitalX Impact — @ 1105,168 · 694×50 · same type/gradient */
.strategy-heading--right {
  top: 168px;
  left: 1105px;
  width: 694px;
  height: 72px;
}

.strategy-heading-svg {
  display: block;
  overflow: visible;
}

.strategy-heading-svg text {
  dominant-baseline: alphabetic;
}

/* DigitalX Strategy.svg — strategy: 866×866 @ 100,176 (artboard) */
[data-page="strategy"] [data-house="strategy"] {
  position: absolute;
  top: 176px;
  left: 100px;
  width: 866px;
  height: 866px;
  z-index: 1;
}

[data-page="strategy"] [data-house="strategy"] .strategy-house,
[data-page="strategy"] [data-house="strategy"] .strategy-house-image {
  width: 866px;
  height: 866px;
}

/* Impact column — artboard: cards 752×302 @ 1076,273 */
[data-page="strategy"] .strategy-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: visible;
  z-index: 2;
}

.impact-cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: visible;
  z-index: 2;
}

/* CSS card shells (no SVG frames) — Figma 752×302
 * Border drawn via inset shadow so absolute children stay on artboard coords. */
.impact-card {
  position: absolute;
  display: block;
  width: 752px;
  height: 302px;
  box-sizing: border-box;
  background: #f7fbfc;
  border: none;
  padding: 0;
  overflow: visible;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* 1) AI Solutions — @ 1076,273 · r63 · border #328999 · shadow #B8FBEF70 */
.impact-card--solutions {
  top: 273px;
  left: 1076px;
  border-radius: 63px;
  box-shadow:
    inset 0 0 0 1px #328999,
    0 4px 4px 0 #b8fbef70;
}

/* 2) AI Agent — @ 1076,610 · r61 · border #68C085 · shadow #BBFBB870 */
.impact-card--agent {
  top: 610px;
  left: 1076px;
  border-radius: 61px;
  box-shadow:
    inset 0 0 0 1px #68c085,
    0 4px 4px 0 #bbfbb870;
}

.impact-card.card-clickable:hover,
.impact-card.card-clickable:focus,
.impact-card.card-clickable:focus-visible {
  transform: translateY(-6px);
  outline: none;
}

.impact-card--solutions.card-clickable:hover,
.impact-card--solutions.card-clickable:focus-visible {
  box-shadow:
    inset 0 0 0 1px #328999,
    0 4px 4px 0 #b8fbef70,
    0 14px 28px rgba(2, 100, 200, 0.16);
}

.impact-card--agent.card-clickable:hover,
.impact-card--agent.card-clickable:focus-visible {
  box-shadow:
    inset 0 0 0 1px #68c085,
    0 4px 4px 0 #bbfbb870,
    0 14px 28px rgba(50, 137, 153, 0.14);
}

.impact-card.card-clickable:active {
  transform: translateY(-2px);
  outline: none;
}

.impact-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8px 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 22px 36px 22px 28px;
  box-sizing: border-box;
  border-radius: inherit;
  overflow: hidden;
}

.impact-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.impact-icon-wrap {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 60, 100, 0.08);
}

.impact-card .impact-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.impact-more-btn {
  position: relative;
  width: 100%;
  max-width: 220px;
  min-height: 48px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 63px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.impact-more-btn span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.impact-more-btn:hover,
.impact-more-btn:focus,
.impact-more-btn:focus-visible {
  outline: none;
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.impact-more-btn:active {
  transform: translateY(0);
  outline: none;
  filter: none;
}

.impact-copy h3 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.impact-card .impact-sub {
  margin: 6px 0 0;
  padding-bottom: 8px;
  font-weight: 700;
  color: #111;
  font-size: 18px;
  display: inline-block;
}

.impact-rule {
  display: none;
}

.impact-card ul {
  margin: 10px 0 0;
  padding-left: 1.15rem;
  color: #222;
  font-size: 16px;
  line-height: 1.45;
  list-style: disc;
}

.impact-card ul li + li {
  margin-top: 6px;
}

/* ----- AI Solutions card — Figma absolute (card origin @ 1076,273) ----- */
.impact-card--solutions .impact-card-body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border-radius: 63px;
}

.impact-card--solutions .impact-left,
.impact-card--solutions .impact-copy {
  display: contents;
}

/* 1) Icon ring — artboard 1195,326 · 131×131 · 1px #328999 */
.impact-card--solutions .impact-icon-wrap {
  position: absolute;
  top: 53px;
  left: 119px;
  width: 131px;
  height: 131px;
  border: 1px solid #328999;
  border-radius: 50%;
  background: #f9fcfb;
  box-shadow: none;
  box-sizing: border-box;
}

.impact-card--solutions .impact-icon {
  width: 74px;
  height: 74px;
}

/* 2–3) More Information — artboard 1121,478.91 · 279×59.31 · r63 */
.impact-card--solutions .impact-more-btn {
  position: absolute;
  top: 205.91px;
  left: 45px;
  width: 279px;
  height: 59.3117px;
  max-width: none;
  min-height: 0;
  border: none;
  border-radius: 63px;
  background: linear-gradient(213.04deg, #0064fa 23.89%, #5fbcff 135.2%);
  box-shadow: inset 0 4px 1px 0 #ffffff66;
  isolation: isolate;
}

.impact-card--solutions .impact-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #245dff 0%, #1375fb 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.impact-card--solutions .impact-more-btn span {
  position: relative;
  z-index: 1;
  width: 207px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: center;
}

/* 4) Title — artboard 1461,312 · 282×56 · Poppins SemiBold 48 */
.impact-card--solutions .impact-copy h3 {
  position: absolute;
  top: 39px;
  left: 385px;
  width: 282px;
  height: 56px;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: center;
  color: #111;
  white-space: nowrap;
}

/* 5) Subtitle — artboard 1484,380 · 236×28 · Poppins Medium 24 */
.impact-card--solutions .impact-sub {
  position: absolute;
  top: 107px;
  left: 408px;
  width: 236px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: center;
  color: #111;
  white-space: nowrap;
}

/* 7) Divider — artboard 1505,423 · 193 · 2px #328999 */
.impact-card--solutions .impact-rule {
  display: block;
  position: absolute;
  top: 150px;
  left: 429px;
  width: 193px;
  height: 0;
  border: none;
  border-top: 2px solid #328999;
  pointer-events: none;
}

/* 6) Bullets — keep each item on one line (Figma) */
.impact-card--solutions ul {
  position: absolute;
  top: 161px;
  left: 360px;
  width: 340px;
  height: 104px;
  margin: 0;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #222;
  list-style: disc;
  overflow: visible;
}

.impact-card--solutions ul li {
  white-space: nowrap;
}

.impact-card--solutions ul li + li {
  margin-top: 0;
}

/* ----- AI Agent card — Figma absolute (card origin @ 1076,610) ----- */
.impact-card--agent .impact-card-body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border-radius: 61px;
}

.impact-card--agent .impact-left,
.impact-card--agent .impact-copy {
  display: contents;
}

/* 1) Icon ring — artboard 1197,650 · 128×128 · 1px #68C085 */
.impact-card--agent .impact-icon-wrap {
  position: absolute;
  top: 40px;
  left: 121px;
  width: 128px;
  height: 128px;
  border: 1px solid #68c085;
  border-radius: 50%;
  background: #f9fcfb;
  box-shadow: none;
  box-sizing: border-box;
}

.impact-card--agent .impact-icon {
  width: 72px;
  height: 72px;
}

/* 2–3) More Information — artboard 1105,810.16 · 288×60.85 · r63
 * ::before ring keeps #80dd72 top rim crisp (background-clip washed it out) */
.impact-card--agent .impact-more-btn {
  position: absolute;
  top: 200.16px;
  left: 29px;
  width: 288px;
  height: 60.8505px;
  max-width: none;
  min-height: 0;
  border: none;
  border-radius: 63px;
  background: linear-gradient(213.04deg, #4db7a9 23.89%, #328999 135.2%);
  box-shadow: inset 0 4px 1px 0 #ffffff66;
  isolation: isolate;
}

.impact-card--agent .impact-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #80dd72 0%, #4db7a9 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.impact-card--agent .impact-more-btn span {
  position: relative;
  z-index: 1;
  width: 219px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: center;
}

/* 4) Title — artboard 1498,630 · 205×56 · Poppins SemiBold 48 */
.impact-card--agent .impact-copy h3 {
  position: absolute;
  top: 20px;
  left: 422px;
  width: 205px;
  height: 56px;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: center;
  color: #111;
  white-space: nowrap;
}

/* 5) Subtitle — artboard 1498,700 · 204×28 · Poppins Medium 24 */
.impact-card--agent .impact-sub {
  position: absolute;
  top: 90px;
  left: 422px;
  width: 204px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: center;
  color: #111;
  white-space: nowrap;
}

/* 7) Divider — artboard 1504,744 · 193 · 2px #68C085 */
.impact-card--agent .impact-rule {
  display: block;
  position: absolute;
  top: 134px;
  left: 428px;
  width: 193px;
  height: 0;
  border: none;
  border-top: 2px solid #68c085;
  pointer-events: none;
}

/* 6) Bullets — single-line items except last (Figma wrap) */
.impact-card--agent ul {
  position: absolute;
  top: 142px;
  left: 380px;
  width: 310px;
  height: 139px;
  margin: 0;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #222;
  list-style: disc;
  overflow: visible;
}

.impact-card--agent ul li:nth-child(1),
.impact-card--agent ul li:nth-child(2) {
  white-space: nowrap;
}

.impact-card--agent ul li + li {
  margin-top: 0;
}

