/* Homepage V2 - escopo isolado do legado */
.home-v2-page {
  --v2-deep: #0e2e3a;
  --v2-deeper: #071f29;
  --v2-teal: #0b7a78;
  --v2-bright: #12b3ad;
  --v2-light: #eef3f5;
  --v2-muted: rgba(238, 243, 245, .68);
  --v2-paper: #f4f7f7;
  --v2-ink: #15333d;
  --v2-shell: min(1240px, calc(100% - 64px));
  background: var(--v2-deep);
  color: var(--v2-light);
  overflow-x: clip;
}
.home-v2-page .v2-container { width: var(--v2-shell); max-width: none; margin-inline: auto; }
.v2-skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 700; padding: 10px 14px;
  border-radius: 8px; color: #fff; background: var(--v2-teal);
  transform: translateY(-160%); transition: transform .16s ease;
}
.v2-skip-link:focus { color: #fff; transform: translateY(0); }

.home-v2-page a:focus-visible,
.home-v2-page button:focus-visible { outline: 3px solid var(--v2-bright); outline-offset: 4px; }

/* Header */
.v2-header {
  position: fixed; inset: 0 0 auto; z-index: 500; height: 88px;
  border-bottom: 1px solid transparent;
  transition: background-color .22s ease, border-color .22s ease, backdrop-filter .22s ease;
}
.v2-header.is-scrolled, .v2-header.is-open {
  background: rgba(7,31,41,.91); border-bottom-color: rgba(238,243,245,.09);
  backdrop-filter: blur(18px);
}
.v2-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.v2-header__brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.v2-header__brand img { width: auto; height: 64px; mix-blend-mode: screen; }
.v2-header__nav { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.v2-header__nav a {
  padding: 10px 11px; border-radius: 999px; color: rgba(238,243,245,.84);
  font-size: .86rem; font-weight: 600; white-space: nowrap;
  transition: color .16s ease, background-color .16s ease;
}
.v2-header__nav a:hover, .v2-header__nav a[aria-current="page"] {
  color: #fff; background: rgba(238,243,245,.07);
}
.v2-header__nav .v2-header__cta {
  margin-left: 12px; padding: 11px 17px; color: #fff;
  border: 1px solid rgba(18,179,173,.46); background: rgba(11,122,120,.26);
}
.v2-header__nav .v2-header__cta:hover { color: #fff; background: var(--v2-teal); border-color: var(--v2-teal); }
.v2-header__toggle {
  display: none; width: 44px; height: 44px; padding: 10px; cursor: pointer;
  border: 1px solid rgba(238,243,245,.16); border-radius: 12px;
  background: rgba(238,243,245,.04); color: #fff;
}
.v2-header__toggle span {
  display: block; width: 20px; height: 1.5px; margin: 4px auto;
  background: currentColor; transition: transform .18s ease, opacity .18s ease;
}
.v2-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.v2-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.v2-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* Hero */
.v2-hero {
  position: relative; isolation: isolate; min-height: 850px; display: grid;
  align-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(18,179,173,.14), transparent 31%),
    radial-gradient(circle at 12% 88%, rgba(11,122,120,.18), transparent 32%),
    linear-gradient(145deg, #0e2e3a 0%, #092630 58%, #071f29 100%);
}
.v2-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: .12;
  background-image:
    linear-gradient(rgba(238,243,245,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238,243,245,.13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}
.v2-hero__ambient {
  position: absolute; z-index: -1; top: 21%; right: 7%; width: 480px; aspect-ratio: 1;
  border: 1px solid rgba(18,179,173,.25); border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(18,179,173,.025), 0 0 0 144px rgba(18,179,173,.018);
}
.v2-hero__grid {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: center; gap: clamp(38px,4vw,64px); padding-block: 152px 76px;
}
.v2-hero__content { max-width: 690px; }
.v2-eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
  color: var(--v2-bright); font-size: .72rem; font-weight: 750;
  line-height: 1.4; letter-spacing: .16em; text-transform: uppercase;
}
.v2-eyebrow::before {
  content: ""; width: 30px; height: 1px; background: currentColor;
  box-shadow: 7px 0 16px currentColor;
}
.v2-hero h1 {
  max-width: 680px; margin: 0; color: #fff;
  font-size: clamp(3.25rem,4.7vw,4.65rem); font-weight: 650;
  line-height: 1.04; letter-spacing: -.052em; text-wrap: balance;
}
.v2-hero h1 span { display: block; color: var(--v2-bright); }
.v2-hero__summary {
  max-width: 635px; margin-top: 28px; color: rgba(238,243,245,.76);
  font-size: clamp(1rem,1.25vw,1.14rem); line-height: 1.75;
}
.v2-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.v2-button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  gap: 12px; padding: 13px 21px; border: 1px solid transparent; border-radius: 10px;
  font-size: .9rem; font-weight: 680; line-height: 1;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.v2-button svg {
  width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round; transition: transform .16s ease;
}
.v2-button--primary { color: #fff; background: var(--v2-teal); box-shadow: 0 16px 38px rgba(4,24,30,.26); }
.v2-button--primary:hover { color: #fff; background: #0d8b88; transform: translateY(-2px); }
.v2-button--primary:hover svg { transform: translateX(3px); }
.v2-button--secondary {
  color: rgba(238,243,245,.84); border-color: rgba(238,243,245,.2);
  background: rgba(238,243,245,.035);
}
.v2-button--secondary:hover { color: #fff; border-color: rgba(238,243,245,.38); background: rgba(238,243,245,.07); }

/* Asset visual do Hero */
.v2-hero__asset{width:min(106%,660px);justify-self:end}
.v2-hero__asset img{display:block;width:100%;height:auto;object-fit:contain}
/* Primeira secao */
.v2-context {
  position: relative; overflow: hidden; padding: 102px 0 104px;
  color: var(--v2-ink); background: var(--v2-paper);
}
.v2-context::before {
  content: ""; position: absolute; top: 0; right: max(0px,calc((100vw - 1240px)/2));
  width: 1px; height: 82px; background: linear-gradient(var(--v2-teal),transparent);
}
.v2-context__grid {
  display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(44px,6vw,96px); align-items: start;
}
.v2-context .v2-eyebrow { margin-top: 8px; color: var(--v2-teal); }
.v2-context__intro h2 {
  max-width: 540px; margin: 0; color: var(--v2-ink);
  font-size: clamp(2.3rem,3.45vw,3.45rem); font-weight: 620;
  line-height: 1.08; letter-spacing: -.045em; text-wrap: balance;
}
.v2-context__body { max-width: 650px; }
.v2-context__body > p { max-width: 610px; color: #526a72; font-size: 1.05rem; line-height: 1.82; }
.v2-context__question {
  position: relative; margin-top: 30px; padding: 28px 0 6px 34px;
  border-top: 1px solid rgba(14,46,58,.13);
}
.v2-context__question::before {
  content: ""; position: absolute; left: 0; top: 28px; bottom: 6px; width: 3px;
  border-radius: 3px; background: linear-gradient(var(--v2-teal),var(--v2-bright));
}
.v2-context__question p {
  color: var(--v2-ink); font-size: clamp(1.5rem,2.15vw,2.05rem);
  font-weight: 580; line-height: 1.36; letter-spacing: -.025em; text-wrap: balance;
}
/* O problema nao e aprender */
.v2-problem {
  position: relative;
  overflow: hidden;
  padding: 112px 0 118px;
  color: var(--v2-light);
  background:
    radial-gradient(circle at 92% 12%, rgba(18,179,173,.08), transparent 26%),
    #0b2732;
  border-top: 1px solid rgba(14,46,58,.08);
}
.v2-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px, calc((100vw - 1240px) / 2));
  width: 1px;
  height: 76px;
  background: linear-gradient(var(--v2-bright), transparent);
}
.v2-problem__header {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr);
  align-items: end;
  gap: clamp(42px,5vw,76px);
  margin-bottom: 66px;
}
.v2-problem .v2-eyebrow { margin-bottom: 20px; }
.v2-problem h2 {
  max-width: 610px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem,4vw,4rem);
  font-weight: 620;
  line-height: 1.04;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.v2-problem h2 span { display: block; color: var(--v2-bright); }
.v2-problem__intro {
  max-width: 590px;
  padding-bottom: 5px;
  color: rgba(238,243,245,.72);
  font-size: 1.05rem;
  line-height: 1.78;
}
.v2-problem__sequence {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(238,243,245,.14);
  counter-reset: none;
}
.v2-symptom {
  position: relative;
  display: grid;
  grid-template-columns: 64px 180px minmax(0,1fr) minmax(220px,280px);
  align-items: start;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid rgba(238,243,245,.14);
}
.v2-symptom::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 64px;
  height: 1px;
  background: var(--v2-bright);
  opacity: .72;
}
.v2-symptom__number {
  color: var(--v2-bright);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .12em;
}
.v2-symptom h3 {
  margin: -4px 0 0;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 650;
  line-height: 1.3;
}
.v2-symptom__description {
  max-width: 570px;
  color: rgba(238,243,245,.72);
  font-size: .96rem;
  line-height: 1.7;
}
.v2-symptom__signal {
  padding-left: 18px;
  border-left: 2px solid rgba(18,179,173,.62);
  color: rgba(238,243,245,.91);
  font-size: .92rem;
  font-weight: 620;
  line-height: 1.55;
}
.v2-problem__closing {
  width: min(100%,980px);
  margin: 66px 0 0 auto;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: start;
  gap: 26px;
}
.v2-problem__closing > span {
  height: 2px;
  margin-top: 18px;
  background: linear-gradient(90deg,var(--v2-bright),rgba(18,179,173,.12));
}
.v2-problem__closing p {
  margin: 0;
  color: rgba(238,243,245,.7);
  font-size: clamp(1.65rem,2.5vw,2.35rem);
  font-weight: 480;
  line-height: 1.32;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.v2-problem__closing strong { color: #fff; font-weight: 650; }
/* Why change does not last */
.v2-cause {
  position: relative; overflow: hidden; padding: 118px 0 124px; color: var(--v2-light);
  background: radial-gradient(circle at 8% 18%,rgba(18,179,173,.08),transparent 28%),linear-gradient(180deg,#0d303c 0%,#0e2e3a 100%);
  border-top: 1px solid rgba(238,243,245,.08);
}
.v2-cause::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(238,243,245,.04) 1px,transparent 1px); background-size: 100% 84px; }
.v2-cause .v2-container { position: relative; }
.v2-cause__header { display: grid; grid-template-columns: minmax(0,.86fr) minmax(360px,1.14fr); align-items: end; gap: clamp(48px,7vw,104px); margin-bottom: 78px; }
.v2-cause .v2-eyebrow { margin-bottom: 20px; }
.v2-cause h2 { max-width: 620px; margin: 0; color: #fff; font-size: clamp(2.65rem,4vw,4rem); font-weight: 620; line-height: 1.04; letter-spacing: -.048em; text-wrap: balance; }
.v2-cause__intro { max-width: 610px; padding-bottom: 5px; color: rgba(238,243,245,.76); font-size: 1.04rem; line-height: 1.78; }
.v2-cause__track { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.v2-cause__track::before { content: ""; position: absolute; top: 31px; left: 32px; right: 32px; height: 1px; background: linear-gradient(90deg,rgba(18,179,173,.9),rgba(18,179,173,.42) 55%,rgba(238,243,245,.2)); }
.v2-cause-step { position: relative; min-width: 0; padding-right: clamp(28px,3.4vw,52px); }
.v2-cause-step + .v2-cause-step { padding-left: clamp(28px,3.4vw,52px); border-left: 1px solid rgba(238,243,245,.09); }
.v2-cause-step__marker { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(18,179,173,.68); border-radius: 50%; color: var(--v2-bright); background: #0e2e3a; box-shadow: 0 0 0 8px rgba(14,46,58,.86); font-size: .7rem; font-weight: 760; letter-spacing: .12em; }
.v2-cause-step__content { padding-top: 30px; }
.v2-cause-step__theme { margin: 0 0 13px; color: var(--v2-bright); font-size: .72rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.v2-cause-step h3 { max-width: 330px; margin: 0; color: #fff; font-size: clamp(1.28rem,1.7vw,1.52rem); font-weight: 640; line-height: 1.25; letter-spacing: -.024em; text-wrap: balance; }
.v2-cause-step__description { max-width: 360px; margin-top: 20px; color: rgba(238,243,245,.7); font-size: .95rem; line-height: 1.72; }
.v2-cause-step__synthesis { max-width: 350px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(18,179,173,.42); color: rgba(238,243,245,.96); font-size: 1.02rem; font-weight: 620; line-height: 1.48; }
.v2-cause__closing { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: clamp(44px,7vw,104px); margin-top: 88px; padding-top: 46px; border-top: 1px solid rgba(238,243,245,.16); }
.v2-cause__closing-statement { max-width: 850px; color: rgba(238,243,245,.7); font-size: clamp(1.7rem,2.65vw,2.45rem); font-weight: 470; line-height: 1.3; letter-spacing: -.032em; text-wrap: balance; }
.v2-cause__closing-statement strong { color: #fff; font-weight: 650; }
.v2-cause__transition { max-width: 410px; padding-left: 20px; border-left: 2px solid var(--v2-bright); color: rgba(238,243,245,.78); font-size: .94rem; line-height: 1.68; }
@media (max-width: 1120px) {
  .v2-cause-step { padding-right: 28px; }
  .v2-cause-step + .v2-cause-step { padding-left: 28px; }
  .v2-cause__closing { grid-template-columns: minmax(0,1.2fr) minmax(270px,.8fr); }
}
@media (max-width: 900px) {
  .v2-cause { padding-block: 94px 104px; }
  .v2-cause__header { grid-template-columns: 1fr; gap: 28px; margin-bottom: 62px; }
  .v2-cause__intro { max-width: 700px; }
  .v2-cause__track { display: block; }
  .v2-cause__track::before { top: 28px; bottom: 28px; left: 28px; right: auto; width: 1px; height: auto; background: linear-gradient(rgba(18,179,173,.9),rgba(18,179,173,.4),rgba(238,243,245,.18)); }
  .v2-cause-step, .v2-cause-step + .v2-cause-step { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 28px; padding: 0 0 58px; border-left: 0; }
  .v2-cause-step:last-child { padding-bottom: 0; }
  .v2-cause-step__marker { width: 56px; height: 56px; box-shadow: 0 0 0 7px rgba(14,46,58,.88); }
  .v2-cause-step__content { max-width: 650px; padding-top: 2px; }
  .v2-cause-step h3, .v2-cause-step__description, .v2-cause-step__synthesis { max-width: 620px; }
  .v2-cause__closing { grid-template-columns: 1fr; gap: 30px; margin-top: 70px; }
  .v2-cause__transition { max-width: 620px; }
}
@media (max-width: 560px) {
  .v2-cause { padding-block: 78px 84px; }
  .v2-cause__header { gap: 24px; margin-bottom: 50px; }
  .v2-cause h2 { font-size: 2.42rem; }
  .v2-cause__intro { font-size: .98rem; line-height: 1.72; }
  .v2-cause__track::before { top: 23px; bottom: 23px; left: 23px; }
  .v2-cause-step, .v2-cause-step + .v2-cause-step { grid-template-columns: 46px minmax(0,1fr); gap: 18px; padding-bottom: 48px; }
  .v2-cause-step__marker { width: 46px; height: 46px; box-shadow: 0 0 0 6px rgba(14,46,58,.9); font-size: .64rem; }
  .v2-cause-step__theme { margin-bottom: 10px; }
  .v2-cause-step h3 { font-size: 1.24rem; }
  .v2-cause-step__description { margin-top: 15px; font-size: .9rem; line-height: 1.66; }
  .v2-cause-step__synthesis { margin-top: 20px; padding-top: 16px; font-size: .95rem; }
  .v2-cause__closing { gap: 24px; margin-top: 58px; padding-top: 34px; }
  .v2-cause__closing-statement { font-size: 1.55rem; }
  .v2-cause__transition { padding-left: 16px; font-size: .9rem; }
}


@media (max-width: 1120px) {
  .home-v2-page { --v2-shell: min(calc(100% - 48px),1080px); }
  .v2-header__nav a { padding-inline: 8px; font-size: .8rem; }
  .v2-header__nav .v2-header__cta { margin-left: 6px; padding-inline: 13px; }
  .v2-hero__grid { grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); gap: 42px; }
}
@media (max-width: 900px) {
  .v2-header { height: 78px; }
  .v2-header__brand img { height: 56px; }
  .v2-header__toggle { display: block; }
  .v2-header__nav {
    position: absolute; top: 78px; left: 24px; right: 24px;
    max-height: 0; overflow: hidden; display: grid; align-items: stretch; gap: 2px;
    padding: 0 10px; border: 1px solid transparent; border-radius: 16px;
    background: rgba(7,31,41,.98); box-shadow: 0 24px 60px rgba(2,17,23,.38);
    opacity: 0; transform: translateY(-8px); pointer-events: none;
    transition: max-height .24s ease, opacity .18s ease, transform .18s ease, padding .18s ease;
  }
  .v2-header__nav.is-open {
    max-height: 560px; padding-block: 10px; border-color: rgba(238,243,245,.1);
    opacity: 1; transform: translateY(0); pointer-events: auto;
  }
  .v2-header__nav a { padding: 12px 14px; border-radius: 9px; font-size: .9rem; }
  .v2-header__nav .v2-header__cta { margin: 6px 0 0; text-align: center; }
  .v2-hero { min-height: auto; }
  .v2-hero__grid { grid-template-columns: 1fr; gap: 64px; padding-block: 142px 72px; }
  .v2-hero__content { max-width: 760px; }
  .v2-context { padding-block: 84px 92px; }
  .v2-context__grid { grid-template-columns: 1fr; gap: 32px; }
  .v2-context__intro h2, .v2-context__body { max-width: 700px; }
}
@media (max-width: 560px) {
  .home-v2-page { --v2-shell: calc(100% - 36px); }
  .v2-header { height: 72px; }
  .v2-header__brand img { height: 50px; }
  .v2-header__nav { top: 72px; left: 12px; right: 12px; }
  .v2-hero::before { background-size: 48px 48px; }
  .v2-hero__grid { gap: 52px; padding-block: 118px 56px; }
  .v2-eyebrow { align-items: flex-start; font-size: .64rem; letter-spacing: .125em; }
  .v2-eyebrow::before { margin-top: .45em; width: 22px; }
  .v2-hero h1 { font-size: clamp(2.45rem,11.5vw,3.1rem); line-height: 1.02; }
  .v2-hero__summary { margin-top: 23px; font-size: .98rem; line-height: 1.68; }
  .v2-hero__actions { display: grid; margin-top: 30px; }
  .v2-button { width: 100%; }
  .v2-context { padding-block: 68px 76px; }
  .v2-context__grid { gap: 26px; }
  .v2-context__intro h2 { font-size: 2.2rem; }
  .v2-context__body > p { font-size: .98rem; line-height: 1.75; }
  .v2-context__question { margin-top: 26px; padding: 26px 0 0 20px; }
  .v2-context__question::before { top: 26px; bottom: 0; }
  .v2-context__question p { font-size: 1.45rem; }
}
@media (max-width: 1120px) {
  .v2-symptom { grid-template-columns: 54px 150px minmax(0,1fr) minmax(200px,235px); gap: 20px; }
  .v2-symptom::after { width: 54px; }
}
@media (max-width: 900px) {
  .v2-problem { padding-block: 92px 100px; }
  .v2-problem__header { grid-template-columns: 1fr; gap: 28px; margin-bottom: 52px; }
  .v2-problem__intro { max-width: 680px; }
  .v2-symptom { grid-template-columns: 48px 160px minmax(0,1fr); gap: 18px; padding-block: 30px; }
  .v2-symptom::after { width: 48px; }
  .v2-symptom__signal { grid-column: 3; margin-top: 2px; }
  .v2-problem__closing { margin-top: 54px; }
}
@media (max-width: 560px) {
  .v2-problem { padding-block: 76px 82px; }
  .v2-problem__header { gap: 24px; margin-bottom: 42px; }
  .v2-problem h2 { font-size: 2.45rem; }
  .v2-problem__intro { font-size: .98rem; line-height: 1.72; }
  .v2-symptom { grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding-block: 27px; }
  .v2-symptom::after { width: 38px; }
  .v2-symptom h3 { grid-column: 2; font-size: 1.12rem; }
  .v2-symptom__description { grid-column: 1 / -1; margin-top: 4px; font-size: .92rem; line-height: 1.66; }
  .v2-symptom__signal { grid-column: 1 / -1; margin-top: 4px; padding-left: 14px; font-size: .9rem; }
  .v2-problem__closing { grid-template-columns: 32px 1fr; gap: 16px; margin-top: 46px; }
  .v2-problem__closing > span { margin-top: 13px; }
  .v2-problem__closing p { font-size: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-v2-page *, .home-v2-page *::before, .home-v2-page *::after {
    scroll-behavior: auto !important; animation-duration: .01ms !important;
    animation-iteration-count: 1 !important; transition-duration: .01ms !important;
  }
}

/* Sustainable evolution */
.v2-cause { padding-top: 102px; }
.v2-cause__closing-statement strong { color: var(--v2-bright); font-weight: 680; }

.v2-evolution {
  position: relative;
  overflow: hidden;
  padding: 122px 0 126px;
  color: var(--v2-deep);
  background:
    radial-gradient(circle at 92% 16%,rgba(18,179,173,.1),transparent 26%),
    linear-gradient(180deg,#dce8ea 0,#f7f9fa 21%,#eef3f5 100%);
  border-top: 1px solid rgba(18,179,173,.18);
}
.v2-evolution::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 88px;
  background: linear-gradient(var(--v2-bright),rgba(18,179,173,.12));
}
.v2-evolution::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 54px;
  height: 1px;
  background: var(--v2-bright);
}
.v2-evolution .v2-container { position: relative; }
.v2-evolution__header {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(370px,.92fr);
  align-items: end;
  gap: clamp(46px,6vw,86px);
}
.v2-evolution .v2-eyebrow { margin-bottom: 20px; color: var(--v2-teal); }
.v2-evolution h2 {
  max-width: 690px;
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(2.7rem,4vw,4.05rem);
  font-weight: 630;
  line-height: 1.04;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.v2-evolution__copy { max-width: 590px; padding-bottom: 4px; }
.v2-evolution__subtitle {
  color: var(--v2-deep);
  font-size: clamp(1.25rem,1.7vw,1.52rem);
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -.024em;
  text-wrap: balance;
}
.v2-evolution__intro {
  max-width: 540px;
  margin-top: 20px;
  color: rgba(14,46,58,.72);
  font-size: .99rem;
  line-height: 1.75;
}
.v2-evolution__model {
  margin-top: 86px;
  padding-top: 25px;
  border-top: 1px solid rgba(14,46,58,.18);
}
.v2-evolution__model-label {
  margin: 0 0 30px;
  color: var(--v2-teal);
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.v2-evolution__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-evolution__track::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 30px;
  right: 34px;
  height: 2px;
  background: linear-gradient(90deg,rgba(11,122,120,.28),rgba(11,122,120,.5) 55%,var(--v2-teal));
}
.v2-evolution-step {
  position: relative;
  min-width: 0;
  padding-right: clamp(18px,2vw,30px);
}
.v2-evolution-step + .v2-evolution-step { padding-left: clamp(12px,1.4vw,22px); }
.v2-evolution-step__node {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1.5px solid rgba(11,122,120,.72);
  border-radius: 50%;
  color: var(--v2-teal);
  background: #eef3f5;
  box-shadow: 0 0 0 7px rgba(238,243,245,.92);
  font-size: .68rem;
  font-weight: 780;
  letter-spacing: .1em;
}
.v2-evolution-step:nth-child(2) .v2-evolution-step__node { border-color: rgba(11,122,120,.8); background: #edf5f4; }
.v2-evolution-step:nth-child(3) .v2-evolution-step__node { border-color: rgba(11,122,120,.88); background: #e5f1f0; box-shadow: 0 0 0 7px rgba(11,122,120,.07); }
.v2-evolution-step:nth-child(4) .v2-evolution-step__node { border-width: 2px; border-color: var(--v2-teal); background: #dceeed; box-shadow: 0 0 0 7px rgba(11,122,120,.09); }
.v2-evolution-step--outcome .v2-evolution-step__node {
  width: 68px;
  height: 68px;
  margin-top: -5px;
  border-color: var(--v2-teal);
  color: #fff;
  background: var(--v2-teal);
  box-shadow: 0 0 0 8px rgba(11,122,120,.16),0 10px 24px rgba(11,122,120,.13);
}
.v2-evolution-step__content { padding-top: 28px; }
.v2-evolution-step h3 {
  min-height: 2.5em;
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(1.14rem,1.45vw,1.3rem);
  font-weight: 670;
  line-height: 1.22;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.v2-evolution-step__content > p:not(.v2-evolution-step__synthesis) {
  max-width: 205px;
  margin-top: 16px;
  color: rgba(14,46,58,.68);
  font-size: .84rem;
  line-height: 1.65;
}
.v2-evolution-step__synthesis {
  max-width: 205px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(11,122,120,.26);
  color: var(--v2-deep);
  font-size: .88rem;
  font-weight: 660;
  line-height: 1.48;
}
.v2-evolution-step--outcome h3 { color: var(--v2-teal); font-size: clamp(1.2rem,1.55vw,1.38rem); }
.v2-evolution-step--outcome .v2-evolution-step__synthesis { border-color: var(--v2-teal); color: var(--v2-teal); }
.v2-evolution__closing {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(300px,.75fr);
  align-items: end;
  gap: clamp(48px,8vw,116px);
  margin-top: 92px;
  padding-top: 48px;
  border-top: 1px solid rgba(14,46,58,.2);
}
.v2-evolution__closing-statement {
  max-width: 850px;
  margin: 0;
  color: rgba(14,46,58,.68);
  font-size: clamp(1.7rem,2.55vw,2.35rem);
  font-weight: 470;
  line-height: 1.29;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.v2-evolution__closing-statement strong { color: var(--v2-deep); font-weight: 670; }
.v2-evolution__evidence-bridge {
  max-width: 440px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--v2-teal);
  color: rgba(14,46,58,.74);
  font-size: .94rem;
  line-height: 1.68;
}
@media (max-width: 1120px) {
  .v2-evolution__header { gap: 42px; }
  .v2-evolution-step { padding-right: 16px; }
  .v2-evolution-step + .v2-evolution-step { padding-left: 12px; }
  .v2-evolution-step__content > p:not(.v2-evolution-step__synthesis),
  .v2-evolution-step__synthesis { max-width: 190px; }
}
@media (max-width: 900px) {
  .v2-cause { padding-top: 84px; }
  .v2-evolution { padding-block: 98px 106px; }
  .v2-evolution__header { grid-template-columns: 1fr; gap: 30px; }
  .v2-evolution__copy { max-width: 690px; }
  .v2-evolution__model { margin-top: 68px; }
  .v2-evolution__track { display: block; }
  .v2-evolution__track::before {
    top: 29px;
    bottom: 29px;
    left: 29px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(rgba(11,122,120,.3),rgba(11,122,120,.58),var(--v2-teal));
  }
  .v2-evolution-step,
  .v2-evolution-step + .v2-evolution-step {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    gap: 28px;
    padding: 0 0 54px;
  }
  .v2-evolution-step:last-child { padding-bottom: 0; }
  .v2-evolution-step--outcome .v2-evolution-step__node { width: 64px; height: 64px; margin: -3px 0 0 -3px; }
  .v2-evolution-step__content { max-width: 650px; padding-top: 2px; }
  .v2-evolution-step h3 { min-height: 0; }
  .v2-evolution-step__content > p:not(.v2-evolution-step__synthesis),
  .v2-evolution-step__synthesis { max-width: 620px; }
  .v2-evolution__closing { grid-template-columns: 1fr; gap: 30px; margin-top: 72px; }
  .v2-evolution__evidence-bridge { max-width: 620px; }
}
@media (max-width: 560px) {
  .v2-cause { padding-top: 70px; }
  .v2-evolution { padding-block: 80px 86px; }
  .v2-evolution__header { gap: 24px; }
  .v2-evolution h2 { font-size: 2.42rem; }
  .v2-evolution__subtitle { font-size: 1.18rem; }
  .v2-evolution__intro { margin-top: 16px; font-size: .96rem; line-height: 1.7; }
  .v2-evolution__model { margin-top: 54px; }
  .v2-evolution__model-label { margin-bottom: 24px; }
  .v2-evolution__track::before { top: 24px; bottom: 24px; left: 24px; }
  .v2-evolution-step,
  .v2-evolution-step + .v2-evolution-step { grid-template-columns: 48px minmax(0,1fr); gap: 18px; padding-bottom: 44px; }
  .v2-evolution-step__node { width: 48px; height: 48px; box-shadow: 0 0 0 6px rgba(238,243,245,.94); font-size: .62rem; }
  .v2-evolution-step--outcome .v2-evolution-step__node { width: 54px; height: 54px; margin: -3px 0 0 -3px; }
  .v2-evolution-step h3 { font-size: 1.2rem; }
  .v2-evolution-step__content > p:not(.v2-evolution-step__synthesis) { margin-top: 13px; font-size: .9rem; line-height: 1.66; }
  .v2-evolution-step__synthesis { margin-top: 17px; padding-top: 13px; font-size: .9rem; }
  .v2-evolution__closing { gap: 25px; margin-top: 58px; padding-top: 36px; }
  .v2-evolution__closing-statement { font-size: 1.5rem; }
  .v2-evolution__evidence-bridge { padding-left: 16px; font-size: .94rem; }
}

/* Sustainable evolution refinement 05.1 */
.v2-evolution h2 { color: #0e2e3a; }
.v2-evolution__subtitle {
  color: #0e2e3a;
  font-weight: 680;
  line-height: 1.38;
}
.v2-evolution__intro {
  max-width: 520px;
  margin-top: 16px;
  color: rgba(14,46,58,.78);
}
.v2-evolution__track::before {
  background: linear-gradient(90deg,rgba(11,122,120,.48),rgba(11,122,120,.7) 58%,var(--v2-teal));
  box-shadow: 0 1px 0 rgba(255,255,255,.58);
}
.v2-evolution-step__node {
  border-color: rgba(11,122,120,.72);
  color: #086b69;
  background: #f4f7f7;
  box-shadow: 0 0 0 7px rgba(238,243,245,.96);
  font-size: .72rem;
}
.v2-evolution-step:nth-child(2) .v2-evolution-step__node {
  border-color: rgba(11,122,120,.8);
  background: #edf5f4;
}
.v2-evolution-step:nth-child(3) .v2-evolution-step__node {
  border-color: rgba(11,122,120,.88);
  background: #e5f1f0;
  box-shadow: 0 0 0 7px rgba(11,122,120,.07);
}
.v2-evolution-step:nth-child(4) .v2-evolution-step__node {
  border-width: 2px;
  border-color: var(--v2-teal);
  background: #dceeed;
  box-shadow: 0 0 0 7px rgba(11,122,120,.09);
}
.v2-evolution-step--outcome .v2-evolution-step__node {
  width: 64px;
  height: 64px;
  margin-top: -3px;
  color: #fff;
  box-shadow: 0 0 0 8px rgba(11,122,120,.16),0 10px 24px rgba(11,122,120,.13);
}
.v2-evolution-step h3 { color: #0e2e3a; }
.v2-evolution-step__content > p:not(.v2-evolution-step__synthesis) {
  max-width: 215px;
  color: rgba(14,46,58,.76);
  font-size: .9rem;
  line-height: 1.68;
}
.v2-evolution-step__synthesis {
  max-width: 215px;
  border-top-color: rgba(11,122,120,.4);
  color: #0a6261;
  font-size: .92rem;
  font-weight: 680;
}
.v2-evolution__closing {
  gap: clamp(40px,6vw,88px);
  margin-top: 84px;
  padding-top: 44px;
}
.v2-evolution__closing-statement {
  color: rgba(14,46,58,.78);
  font-size: clamp(1.72rem,2.55vw,2.36rem);
}
.v2-evolution__closing-statement strong { color: #0e2e3a; }
.v2-evolution__evidence-bridge {
  color: rgba(14,46,58,.8);
  font-size: 1rem;
  line-height: 1.72;
}
@media (max-width: 900px) {
  .v2-evolution-step--outcome .v2-evolution-step__node {
    width: 60px;
    height: 60px;
    margin: -1px 0 0 -1px;
  }
  .v2-evolution__closing { gap: 28px; }
}
@media (max-width: 560px) {
  .v2-evolution__subtitle { font-size: 1.18rem; }
  .v2-evolution__intro { font-size: .96rem; }
  .v2-evolution-step--outcome .v2-evolution-step__node {
    width: 54px;
    height: 54px;
    margin: -3px 0 0 -3px;
  }
  .v2-evolution-step__content > p:not(.v2-evolution-step__synthesis) {
    font-size: .9rem;
    line-height: 1.66;
  }
  .v2-evolution-step__synthesis { font-size: .92rem; }
  .v2-evolution__evidence-bridge { font-size: .94rem; }
}

/* Evidence base */
.v2-evolution-step__content > p:not(.v2-evolution-step__synthesis) { font-size: .92rem; }
.v2-evolution__closing { gap: clamp(34px,5vw,68px); }

.v2-evidence {
  position: relative;
  overflow: hidden;
  padding: 122px 0 126px;
  color: var(--v2-light);
  background:
    radial-gradient(circle at 90% 11%,rgba(18,179,173,.1),transparent 27%),
    linear-gradient(180deg,#0d303c 0%,#0b2732 100%);
  border-top: 1px solid rgba(18,179,173,.2);
}
.v2-evidence::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(238,243,245,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(238,243,245,.025) 1px,transparent 1px);
  background-size: 86px 86px;
}
.v2-evidence::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 82px;
  background: linear-gradient(var(--v2-bright),transparent);
}
.v2-evidence .v2-container { position: relative; }
.v2-evidence__header {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(370px,.85fr);
  align-items: end;
  gap: clamp(50px,7vw,102px);
}
.v2-evidence .v2-eyebrow { margin-bottom: 20px; }
.v2-evidence h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem,4vw,4.05rem);
  font-weight: 620;
  line-height: 1.04;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.v2-evidence__intro {
  max-width: 560px;
  padding-bottom: 5px;
  color: rgba(238,243,245,.76);
  font-size: 1.03rem;
  line-height: 1.78;
}
.v2-evidence__logic {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 76px;
  border-block: 1px solid rgba(238,243,245,.14);
}
.v2-evidence__logic span {
  position: relative;
  padding: 18px 24px 18px 0;
  color: rgba(238,243,245,.72);
  font-size: .69rem;
  font-weight: 740;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-evidence__logic span:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: 24px;
  color: var(--v2-bright);
}
.v2-evidence__logic span:nth-child(2) { color: rgba(238,243,245,.8); }
.v2-evidence__logic span:nth-child(3) { color: rgba(238,243,245,.88); }
.v2-evidence__logic span:last-child { color: var(--v2-bright); }
.v2-evidence__fields {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(238,243,245,.14);
}
.v2-evidence-field {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(330px,1.15fr) minmax(260px,.85fr);
  align-items: start;
  gap: clamp(26px,4vw,58px);
  padding: 38px 0;
  border-top: 1px solid rgba(238,243,245,.14);
}
.v2-evidence-field::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 66px;
  height: 1px;
  background: var(--v2-bright);
  opacity: .7;
}
.v2-evidence-field__number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(18,179,173,.48);
  border-radius: 50%;
  color: var(--v2-bright);
  font-size: .65rem;
  font-weight: 760;
  letter-spacing: .1em;
}
.v2-evidence-field__content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem,1.65vw,1.55rem);
  font-weight: 640;
  line-height: 1.26;
  letter-spacing: -.025em;
}
.v2-evidence-field__content p {
  max-width: 620px;
  margin-top: 13px;
  color: rgba(238,243,245,.7);
  font-size: .94rem;
  line-height: 1.7;
}
.v2-evidence-field__authors {
  padding-left: 22px;
  border-left: 1px solid rgba(18,179,173,.24);
}
.v2-evidence-field__authors > p {
  margin: 0 0 9px;
  color: rgba(238,243,245,.48);
  font-size: .62rem;
  font-weight: 720;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.v2-evidence-field__authors ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-evidence-field__authors li {
  position: relative;
  color: rgba(238,243,245,.78);
  font-size: .79rem;
  line-height: 1.55;
}
.v2-evidence-field__authors li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -10px;
  color: var(--v2-bright);
}
.v2-evidence__closing {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr);
  grid-template-areas:
    "statement references"
    "bridge references";
  align-items: start;
  gap: 28px clamp(48px,7vw,104px);
  margin-top: 86px;
  padding-top: 46px;
  border-top: 1px solid rgba(238,243,245,.16);
}
.v2-evidence__statement {
  grid-area: statement;
  max-width: 820px;
  margin: 0;
  color: rgba(238,243,245,.7);
  font-size: clamp(1.7rem,2.55vw,2.38rem);
  font-weight: 470;
  line-height: 1.31;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.v2-evidence__statement strong { color: #fff; font-weight: 660; }
.v2-evidence__references {
  grid-area: references;
  padding-left: 24px;
  border-left: 2px solid rgba(18,179,173,.6);
}
.v2-evidence__references h3 {
  margin: 0 0 18px;
  color: var(--v2-bright);
  font-size: .69rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-evidence__references ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-evidence__references li {
  color: rgba(238,243,245,.6);
  font-size: .76rem;
  line-height: 1.52;
}
.v2-evidence__references cite { color: rgba(238,243,245,.78); font-style: normal; }
.v2-evidence__bridge {
  grid-area: bridge;
  max-width: 700px;
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid rgba(18,179,173,.32);
  color: rgba(238,243,245,.84);
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.62;
}
@media (max-width: 1120px) {
  .v2-evidence-field { grid-template-columns: 56px minmax(300px,1.1fr) minmax(230px,.9fr); gap: 28px; }
  .v2-evidence-field::before { width: 56px; }
  .v2-evidence__closing { grid-template-columns: minmax(0,1.2fr) minmax(310px,.8fr); column-gap: 54px; }
}
@media (max-width: 900px) {
  .v2-evidence { padding-block: 98px 106px; }
  .v2-evidence__header { grid-template-columns: 1fr; gap: 28px; }
  .v2-evidence__intro { max-width: 700px; }
  .v2-evidence__logic { margin-top: 60px; }
  .v2-evidence-field {
    grid-template-columns: 52px minmax(0,1fr);
    gap: 20px 24px;
    padding-block: 34px;
  }
  .v2-evidence-field::before { width: 52px; }
  .v2-evidence-field__authors { grid-column: 2; padding-left: 0; border-left: 0; }
  .v2-evidence__closing {
    grid-template-columns: 1fr;
    grid-template-areas: "statement" "references" "bridge";
    gap: 32px;
    margin-top: 70px;
  }
  .v2-evidence__references { max-width: 700px; }
  .v2-evidence__references ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; }
  .v2-evidence__bridge { margin-top: 4px; }
}
@media (max-width: 560px) {
  .v2-evolution-step__content > p:not(.v2-evolution-step__synthesis) { font-size: .92rem; }
  .v2-evolution__closing { gap: 22px; }
  .v2-evidence { padding-block: 80px 86px; }
  .v2-evidence h2 { font-size: 2.4rem; }
  .v2-evidence__intro { font-size: .97rem; line-height: 1.72; }
  .v2-evidence__logic { grid-template-columns: repeat(2,1fr); margin-top: 50px; }
  .v2-evidence__logic span { padding: 14px 18px 14px 0; }
  .v2-evidence__logic span:nth-child(2)::after { content: none; }
  .v2-evidence-field { grid-template-columns: 42px minmax(0,1fr); gap: 16px; padding-block: 29px; }
  .v2-evidence-field::before { width: 42px; }
  .v2-evidence-field__number { width: 36px; height: 36px; font-size: .6rem; }
  .v2-evidence-field__content h3 { font-size: 1.2rem; }
  .v2-evidence-field__content p { font-size: .9rem; line-height: 1.66; }
  .v2-evidence-field__authors { grid-column: 1 / -1; margin-top: 3px; }
  .v2-evidence-field__authors li { font-size: .78rem; }
  .v2-evidence__closing { gap: 28px; margin-top: 56px; padding-top: 36px; }
  .v2-evidence__statement { font-size: 1.5rem; }
  .v2-evidence__references { padding-left: 17px; }
  .v2-evidence__references ul { grid-template-columns: 1fr; gap: 9px; }
  .v2-evidence__references li { font-size: .78rem; }
  .v2-evidence__bridge { padding-top: 20px; font-size: .94rem; }
}

/* Ecosystem */
.v2-evidence__fields { position: relative; }
.v2-evidence__fields::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 20px;
  width: 1px;
  background: linear-gradient(rgba(18,179,173,.22),rgba(18,179,173,.56),rgba(18,179,173,.22));
}
.v2-evidence-field__number { position: relative; z-index: 1; background: #0c2b36; }
.v2-evidence-field__authors li { color: rgba(238,243,245,.84); font-size: .83rem; }
.v2-evidence__references li { color: rgba(238,243,245,.68); font-size: .8rem; }

.v2-ecosystem {
  position: relative;
  overflow: hidden;
  padding: 124px 0 128px;
  color: var(--v2-deep);
  background:
    radial-gradient(circle at 9% 14%,rgba(18,179,173,.1),transparent 27%),
    linear-gradient(180deg,#e2edef 0%,#f7f9fa 22%,#eef3f5 100%);
  border-top: 1px solid rgba(18,179,173,.18);
}
.v2-ecosystem::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(14,46,58,.035) 1px,transparent 1px);
  background-size: 100% 88px;
}
.v2-ecosystem::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 88px;
  background: linear-gradient(var(--v2-bright),transparent);
}
.v2-ecosystem .v2-container { position: relative; }
.v2-ecosystem__header {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(370px,.88fr);
  align-items: end;
  gap: clamp(48px,7vw,102px);
}
.v2-ecosystem .v2-eyebrow { margin-bottom: 20px; color: var(--v2-teal); }
.v2-ecosystem h2 {
  max-width: 760px;
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(2.7rem,4vw,4.05rem);
  font-weight: 630;
  line-height: 1.04;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.v2-ecosystem__intro { max-width: 560px; padding-bottom: 4px; }
.v2-ecosystem__intro > p:first-child {
  color: rgba(14,46,58,.76);
  font-size: 1.02rem;
  line-height: 1.76;
}
.v2-ecosystem__intro > p:last-child {
  margin-top: 18px;
  color: var(--v2-teal);
  font-size: .92rem;
  line-height: 1.55;
}
.v2-ecosystem__architecture {
  position: relative;
  margin-top: 84px;
  padding: clamp(34px,5vw,62px);
  border: 1px solid rgba(14,46,58,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 30px 80px rgba(14,46,58,.08);
}
.v2-ecosystem__framework {
  position: relative;
  z-index: 2;
  width: min(100%,670px);
  margin-inline: auto;
  padding: 30px 36px;
  border: 1px solid rgba(18,179,173,.42);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg,var(--v2-deep),#124654);
  box-shadow: 0 18px 42px rgba(14,46,58,.18);
}
.v2-ecosystem__framework::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 52px;
  background: var(--v2-teal);
}
.v2-ecosystem__role {
  margin: 0 0 9px;
  color: var(--v2-bright);
  font-size: .65rem;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.v2-ecosystem__framework h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem,2.2vw,2rem);
  font-weight: 650;
  letter-spacing: -.035em;
}
.v2-ecosystem__framework > p:not(.v2-ecosystem__role,.v2-ecosystem__shared) {
  max-width: 570px;
  margin: 12px auto 0;
  color: rgba(238,243,245,.76);
  font-size: .9rem;
  line-height: 1.65;
}
.v2-ecosystem__shared {
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(238,243,245,.12);
  color: rgba(238,243,245,.92);
  font-size: .83rem;
  font-weight: 620;
  line-height: 1.55;
}
.v2-ecosystem__branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 26px;
  margin-top: 52px;
  padding-top: 28px;
}
.v2-ecosystem__branches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  height: 1px;
  background: var(--v2-teal);
}
.v2-ecosystem-product {
  position: relative;
  min-width: 0;
  padding: clamp(28px,3.5vw,42px);
  border: 1px solid rgba(14,46,58,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
}
.v2-ecosystem-product::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 29px;
  background: var(--v2-teal);
}
.v2-ecosystem-product__type {
  margin: 0 0 10px;
  color: var(--v2-teal);
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-ecosystem-product h3 {
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(1.55rem,2.25vw,2rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.v2-ecosystem-product__microcopy {
  margin-top: 9px;
  color: var(--v2-teal);
  font-size: .88rem;
  font-weight: 650;
}
.v2-ecosystem-product__description {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(14,46,58,.74);
  font-size: .93rem;
  line-height: 1.7;
}
.v2-ecosystem-product__capabilities {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(14,46,58,.14);
}
.v2-ecosystem-product__capabilities li {
  padding: 14px 12px 12px 0;
  border-bottom: 1px solid rgba(14,46,58,.12);
  color: var(--v2-deep);
  font-size: .82rem;
  font-weight: 650;
}
.v2-ecosystem-product__paths {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid rgba(14,46,58,.14);
}
.v2-ecosystem-product__paths > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(14,46,58,.12);
}
.v2-ecosystem-product__paths dt {
  color: var(--v2-deep);
  font-size: .82rem;
  font-weight: 680;
}
.v2-ecosystem-product__paths dd {
  margin: 0;
  color: rgba(14,46,58,.67);
  font-size: .8rem;
  line-height: 1.55;
}
.v2-ecosystem__cycle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px,4vw,52px);
  margin: 48px auto 0;
  padding: 20px 24px;
  border-block: 1px solid rgba(11,122,120,.24);
}
.v2-ecosystem__cycle span {
  position: relative;
  color: var(--v2-teal);
  font-size: .69rem;
  font-weight: 780;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-ecosystem__cycle span:not(:last-of-type)::after {
  content: "→";
  position: absolute;
  right: calc(clamp(22px,4vw,52px) / -1 + 6px);
  color: rgba(11,122,120,.56);
}
.v2-ecosystem__cycle span:last-of-type::after {
  content: "↻";
  margin-left: 12px;
  color: var(--v2-teal);
}
.v2-ecosystem__cycle small {
  color: rgba(14,46,58,.6);
  font-size: .76rem;
  line-height: 1.5;
}
.v2-ecosystem__outcome {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%,670px);
  margin: 44px auto 0;
  padding: 30px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 0,rgba(18,179,173,.15),transparent 66%),rgba(238,243,245,.7);
}
.v2-ecosystem__outcome span {
  color: rgba(14,46,58,.62);
  font-size: .68rem;
  font-weight: 730;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.v2-ecosystem__outcome strong {
  color: var(--v2-teal);
  font-size: clamp(1.8rem,3vw,2.55rem);
  font-weight: 670;
  letter-spacing: -.04em;
}
.v2-ecosystem__closing {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr);
  align-items: end;
  gap: clamp(42px,7vw,98px);
  margin-top: 82px;
  padding-top: 45px;
  border-top: 1px solid rgba(14,46,58,.18);
}
.v2-ecosystem__closing > p:first-child {
  max-width: 850px;
  margin: 0;
  color: rgba(14,46,58,.7);
  font-size: clamp(1.7rem,2.55vw,2.36rem);
  line-height: 1.3;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.v2-ecosystem__closing strong { color: var(--v2-deep); font-weight: 670; }
.v2-ecosystem__closing > p:last-child {
  max-width: 430px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--v2-teal);
  color: rgba(14,46,58,.78);
  font-size: .96rem;
  line-height: 1.68;
}
@media (max-width: 900px) {
  .v2-ecosystem { padding-block: 98px 106px; }
  .v2-ecosystem__header { grid-template-columns: 1fr; gap: 28px; }
  .v2-ecosystem__intro { max-width: 700px; }
  .v2-ecosystem__architecture { margin-top: 68px; padding: 38px; }
  .v2-ecosystem__framework { width: 100%; }
  .v2-ecosystem__framework::after { height: 38px; }
  .v2-ecosystem__branches { grid-template-columns: 1fr; gap: 34px; margin-top: 38px; padding-top: 34px; }
  .v2-ecosystem__branches::before { left: 50%; right: auto; width: 1px; height: 100%; background: rgba(11,122,120,.38); }
  .v2-ecosystem-product::before { left: 50%; height: 34px; }
  .v2-ecosystem__cycle { flex-wrap: wrap; }
  .v2-ecosystem__cycle small { flex-basis: 100%; text-align: center; }
  .v2-ecosystem__closing { grid-template-columns: 1fr; gap: 28px; margin-top: 70px; }
  .v2-ecosystem__closing > p:last-child { max-width: 620px; }
}
@media (max-width: 560px) {
  .v2-evidence__fields::before { left: 18px; }
  .v2-evidence-field__authors li,
  .v2-evidence__references li { font-size: .8rem; }
  .v2-ecosystem { padding-block: 80px 86px; }
  .v2-ecosystem h2 { font-size: 2.4rem; }
  .v2-ecosystem__intro > p:first-child { font-size: .97rem; line-height: 1.72; }
  .v2-ecosystem__architecture { margin-top: 54px; padding: 20px 14px 28px; border-radius: 22px; }
  .v2-ecosystem__framework { padding: 26px 20px; border-radius: 17px; }
  .v2-ecosystem__framework h3 { font-size: 1.55rem; }
  .v2-ecosystem__branches { gap: 28px; }
  .v2-ecosystem-product { padding: 25px 20px; border-radius: 17px; }
  .v2-ecosystem-product h3 { font-size: 1.5rem; }
  .v2-ecosystem-product__description { font-size: .9rem; line-height: 1.66; }
  .v2-ecosystem-product__paths > div { grid-template-columns: 84px 1fr; gap: 10px; }
  .v2-ecosystem__cycle { display: grid; grid-template-columns: repeat(3,auto); gap: 22px; padding-inline: 10px; }
  .v2-ecosystem__cycle span { font-size: .61rem; letter-spacing: .1em; }
  .v2-ecosystem__cycle span:not(:last-of-type)::after { right: -16px; }
  .v2-ecosystem__cycle small { grid-column: 1 / -1; }
  .v2-ecosystem__outcome { margin-top: 36px; padding: 26px 16px; }
  .v2-ecosystem__outcome strong { font-size: 1.8rem; }
  .v2-ecosystem__closing { gap: 24px; margin-top: 58px; padding-top: 36px; }
  .v2-ecosystem__closing > p:first-child { font-size: 1.5rem; }
  .v2-ecosystem__closing > p:last-child { padding-left: 16px; font-size: .92rem; }
}

/* Intelligence */
.v2-ecosystem__cycle { border-block-color: rgba(11,122,120,.36); }
.v2-ecosystem__cycle span { color: #086b69; font-size: .74rem; }
.v2-ecosystem__cycle span:not(:last-of-type)::after { color: var(--v2-teal); }
.v2-ecosystem__outcome {
  box-shadow: inset 0 0 0 1px rgba(11,122,120,.1),0 18px 44px rgba(11,122,120,.08);
}
.v2-ecosystem__outcome strong { font-size: clamp(2rem,3.25vw,2.8rem); }
.v2-ecosystem__closing > p:last-child { color: rgba(14,46,58,.84); font-size: 1rem; }

.v2-intelligence {
  position: relative;
  overflow: hidden;
  padding: 112px 0 116px;
  color: var(--v2-light);
  background:
    radial-gradient(circle at 88% 14%,rgba(18,179,173,.12),transparent 27%),
    linear-gradient(180deg,#0e2e3a 0%,#092631 100%);
  border-top: 1px solid rgba(18,179,173,.2);
}
.v2-intelligence::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: linear-gradient(90deg,rgba(238,243,245,.035) 1px,transparent 1px);
  background-size: 100px 100%;
}
.v2-intelligence::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 76px;
  background: linear-gradient(var(--v2-bright),transparent);
}
.v2-intelligence .v2-container { position: relative; }
.v2-intelligence__header {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(370px,.88fr);
  align-items: end;
  gap: clamp(48px,7vw,100px);
}
.v2-intelligence .v2-eyebrow { margin-bottom: 20px; }
.v2-intelligence h2 {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem,3.9vw,3.9rem);
  font-weight: 620;
  line-height: 1.04;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.v2-intelligence__intro {
  max-width: 560px;
  padding-bottom: 4px;
  color: rgba(238,243,245,.76);
  font-size: 1rem;
  line-height: 1.76;
}
.v2-intelligence__thesis {
  width: min(100%,900px);
  margin: 62px auto 0;
  padding: 24px 32px;
  border-block: 1px solid rgba(18,179,173,.32);
  color: #fff;
  font-size: clamp(1.3rem,2vw,1.72rem);
  font-weight: 580;
  line-height: 1.4;
  letter-spacing: -.02em;
  text-align: center;
  text-wrap: balance;
}
.v2-intelligence__flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
}
.v2-intelligence__flow::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 27px;
  right: 27px;
  height: 1px;
  background: linear-gradient(90deg,rgba(18,179,173,.36),var(--v2-bright),rgba(18,179,173,.5));
}
.v2-intelligence-step {
  position: relative;
  min-width: 0;
  padding-right: clamp(18px,2.2vw,32px);
}
.v2-intelligence-step + .v2-intelligence-step { padding-left: clamp(12px,1.5vw,22px); }
.v2-intelligence-step__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(18,179,173,.64);
  border-radius: 50%;
  color: var(--v2-bright);
  background: #0d303c;
  box-shadow: 0 0 0 7px rgba(14,46,58,.94);
  font-size: .66rem;
  font-weight: 780;
  letter-spacing: .1em;
}
.v2-intelligence-step--framework .v2-intelligence-step__number {
  border-radius: 14px;
  border-color: var(--v2-bright);
  color: var(--v2-deep);
  background: var(--v2-bright);
  box-shadow: 0 0 0 7px rgba(18,179,173,.12);
}
.v2-intelligence-step > div { padding-top: 26px; }
.v2-intelligence-step h3 {
  min-height: 2.5em;
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem,1.35vw,1.24rem);
  font-weight: 650;
  line-height: 1.24;
  letter-spacing: -.022em;
  text-wrap: balance;
}
.v2-intelligence-step--framework h3 { color: var(--v2-bright); }
.v2-intelligence-step > div > p:not(.v2-intelligence-step__synthesis) {
  max-width: 215px;
  margin-top: 15px;
  color: rgba(238,243,245,.66);
  font-size: .84rem;
  line-height: 1.64;
}
.v2-intelligence-step__synthesis {
  max-width: 215px;
  margin-top: 19px;
  padding-top: 14px;
  border-top: 1px solid rgba(18,179,173,.32);
  color: rgba(238,243,245,.92);
  font-size: .87rem;
  font-weight: 640;
  line-height: 1.48;
}
.v2-intelligence-step--framework .v2-intelligence-step__synthesis { color: var(--v2-bright); border-color: rgba(18,179,173,.62); }
.v2-intelligence__result {
  display: grid;
  grid-template-columns: minmax(230px,.55fr) minmax(0,1.45fr);
  align-items: center;
  gap: 38px;
  margin-top: 72px;
  padding: 30px 34px;
  border: 1px solid rgba(238,243,245,.13);
  border-radius: 18px;
  background: rgba(238,243,245,.045);
}
.v2-intelligence__result > p {
  margin: 0;
  color: var(--v2-bright);
  font-size: .67rem;
  font-weight: 760;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}
.v2-intelligence__result ul {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-intelligence__result li {
  position: relative;
  padding: 4px 18px;
  color: rgba(238,243,245,.86);
  font-size: .83rem;
  font-weight: 580;
  line-height: 1.45;
}
.v2-intelligence__result li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v2-bright);
}
.v2-intelligence__closing {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 56px;
  margin-top: 68px;
  padding-top: 42px;
  border-top: 1px solid rgba(238,243,245,.15);
}
.v2-intelligence__closing-title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem,2.35vw,2.2rem);
  font-weight: 630;
  line-height: 1.3;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.v2-intelligence__closing-copy {
  max-width: 760px;
  margin-top: 15px;
  color: rgba(238,243,245,.7);
  font-size: .94rem;
  line-height: 1.68;
}
.v2-intelligence__cta { flex: 0 0 auto; white-space: nowrap; }
@media (max-width: 1120px) {
  .v2-intelligence-step { padding-right: 16px; }
  .v2-intelligence-step + .v2-intelligence-step { padding-left: 12px; }
  .v2-intelligence-step > div > p:not(.v2-intelligence-step__synthesis),
  .v2-intelligence-step__synthesis { max-width: 190px; }
  .v2-intelligence__result { grid-template-columns: 210px 1fr; gap: 24px; }
}
@media (max-width: 900px) {
  .v2-intelligence { padding-block: 94px 102px; }
  .v2-intelligence__header { grid-template-columns: 1fr; gap: 27px; }
  .v2-intelligence__intro { max-width: 700px; }
  .v2-intelligence__thesis { margin-top: 50px; }
  .v2-intelligence__flow { display: block; margin-top: 56px; }
  .v2-intelligence__flow::before {
    top: 27px;
    bottom: 27px;
    left: 27px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(rgba(18,179,173,.4),var(--v2-bright),rgba(18,179,173,.5));
  }
  .v2-intelligence-step,
  .v2-intelligence-step + .v2-intelligence-step {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 27px;
    padding: 0 0 46px;
  }
  .v2-intelligence-step:last-child { padding-bottom: 0; }
  .v2-intelligence-step > div { max-width: 650px; padding-top: 1px; }
  .v2-intelligence-step h3 { min-height: 0; }
  .v2-intelligence-step > div > p:not(.v2-intelligence-step__synthesis),
  .v2-intelligence-step__synthesis { max-width: 620px; }
  .v2-intelligence__result { grid-template-columns: 1fr; }
  .v2-intelligence__result ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 22px; }
  .v2-intelligence__closing { grid-template-columns: 1fr; gap: 28px; }
  .v2-intelligence__cta { justify-self: start; }
}
@media (max-width: 560px) {
  .v2-ecosystem__cycle span { font-size: .66rem; }
  .v2-ecosystem__outcome strong { font-size: 2rem; }
  .v2-ecosystem__closing > p:last-child { font-size: .95rem; }
  .v2-intelligence { padding-block: 78px 84px; }
  .v2-intelligence h2 { font-size: 2.38rem; }
  .v2-intelligence__intro { font-size: .96rem; line-height: 1.7; }
  .v2-intelligence__thesis { margin-top: 42px; padding: 21px 6px; font-size: 1.22rem; }
  .v2-intelligence__flow::before { top: 24px; bottom: 24px; left: 24px; }
  .v2-intelligence-step,
  .v2-intelligence-step + .v2-intelligence-step { grid-template-columns: 48px minmax(0,1fr); gap: 18px; padding-bottom: 40px; }
  .v2-intelligence-step__number { width: 48px; height: 48px; box-shadow: 0 0 0 6px rgba(14,46,58,.94); font-size: .62rem; }
  .v2-intelligence-step h3 { font-size: 1.17rem; }
  .v2-intelligence-step > div > p:not(.v2-intelligence-step__synthesis) { margin-top: 12px; font-size: .88rem; }
  .v2-intelligence-step__synthesis { margin-top: 16px; padding-top: 12px; font-size: .88rem; }
  .v2-intelligence__result { margin-top: 54px; padding: 25px 20px; }
  .v2-intelligence__result ul { grid-template-columns: 1fr; gap: 12px; }
  .v2-intelligence__closing { margin-top: 54px; padding-top: 34px; }
  .v2-intelligence__closing-title { font-size: 1.5rem; }
  .v2-intelligence__closing-copy { font-size: .9rem; }
  .v2-intelligence__cta { width: 100%; }
}

/* Evolution paths */
.v2-ecosystem__cycle {
  position: relative;
  flex-wrap: wrap;
  border-block-color: rgba(11,122,120,.42);
  background: rgba(255,255,255,.34);
}
.v2-ecosystem__cycle span { font-size: .77rem; font-weight: 800; }
.v2-ecosystem__cycle small {
  flex-basis: 100%;
  color: rgba(14,46,58,.74);
  font-size: .82rem;
  font-weight: 620;
  text-align: center;
}
.v2-intelligence-step--framework {
  margin: -16px 0 -8px;
  padding-top: 16px;
  padding-bottom: 20px;
  border-block: 1px solid rgba(18,179,173,.26);
  border-radius: 16px;
  background: linear-gradient(180deg,rgba(18,179,173,.08),rgba(18,179,173,.025));
  box-shadow: inset 0 0 0 1px rgba(18,179,173,.06);
}
.v2-intelligence-step--framework .v2-intelligence-step__number {
  box-shadow: 0 0 0 8px rgba(18,179,173,.16),0 0 26px rgba(18,179,173,.22);
}
.v2-intelligence-step--framework > div { padding-inline: 9px; }

.v2-paths {
  position: relative;
  overflow: hidden;
  padding: 108px 0 112px;
  color: var(--v2-deep);
  background:
    radial-gradient(circle at 10% 12%,rgba(18,179,173,.09),transparent 26%),
    linear-gradient(180deg,#e3edef 0%,#f7f9fa 23%,#eef3f5 100%);
  border-top: 1px solid rgba(18,179,173,.18);
}
.v2-paths::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 76px;
  background: linear-gradient(var(--v2-bright),transparent);
}
.v2-paths .v2-container { position: relative; }
.v2-paths__header {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(370px,.92fr);
  align-items: end;
  gap: clamp(46px,7vw,96px);
}
.v2-paths .v2-eyebrow { margin-bottom: 20px; color: var(--v2-teal); }
.v2-paths h2 {
  max-width: 720px;
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(2.6rem,3.8vw,3.8rem);
  font-weight: 630;
  line-height: 1.04;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.v2-paths__intro {
  max-width: 570px;
  padding-bottom: 4px;
  color: rgba(14,46,58,.76);
  font-size: 1rem;
  line-height: 1.76;
}
.v2-paths__choice {
  position: relative;
  margin-top: 68px;
  padding-top: 60px;
}
.v2-paths__origin {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid rgba(11,122,120,.34);
  border-radius: 999px;
  color: var(--v2-teal);
  background: #eef3f5;
  font-size: .67rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.v2-paths__origin::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 29px;
  background: var(--v2-teal);
}
.v2-paths__options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 28px;
  padding-top: 28px;
}
.v2-paths__options::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  height: 1px;
  background: rgba(11,122,120,.62);
}
.v2-path-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(30px,4vw,46px);
  border: 1px solid rgba(14,46,58,.14);
  border-radius: 21px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 20px 52px rgba(14,46,58,.06);
}
.v2-path-card::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 29px;
  background: rgba(11,122,120,.62);
}
.v2-path-card__type {
  margin: 0 0 10px;
  color: var(--v2-teal);
  font-size: .67rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-path-card h3 {
  max-width: 460px;
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(1.55rem,2.2vw,1.95rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.v2-path-card__description {
  max-width: 520px;
  margin-top: 21px;
  color: rgba(14,46,58,.72);
  font-size: .93rem;
  line-height: 1.68;
}
.v2-path-card ul {
  display: grid;
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(14,46,58,.13);
}
.v2-path-card li {
  position: relative;
  padding: 12px 0 11px 19px;
  border-bottom: 1px solid rgba(14,46,58,.11);
  color: var(--v2-deep);
  font-size: .84rem;
  font-weight: 640;
}
.v2-path-card li::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v2-teal);
}
.v2-path-card__microcopy {
  margin: 22px 0 0;
  color: var(--v2-teal);
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.55;
}
.v2-path-card__cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 25px;
  padding: 0 19px;
  border: 1px solid rgba(11,122,120,.55);
  border-radius: 999px;
  color: var(--v2-teal);
  background: transparent;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .16s ease,background-color .16s ease,border-color .16s ease;
}
.v2-path-card__cta:hover { color: #fff; background: var(--v2-teal); border-color: var(--v2-teal); }
.v2-paths__convergence {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  width: min(100%,620px);
  margin: 54px auto 0;
  padding: 27px;
  border: 1px solid rgba(11,122,120,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
}
.v2-paths__convergence::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 54px;
  background: var(--v2-teal);
}
.v2-paths__convergence span {
  color: rgba(14,46,58,.58);
  font-size: .65rem;
  font-weight: 740;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.v2-paths__convergence strong {
  color: var(--v2-teal);
  font-size: clamp(1.75rem,2.8vw,2.35rem);
  font-weight: 670;
  letter-spacing: -.038em;
}
.v2-paths__closing {
  max-width: 960px;
  margin: 66px auto 0;
  padding-top: 38px;
  border-top: 1px solid rgba(14,46,58,.18);
  color: rgba(14,46,58,.7);
  font-size: clamp(1.45rem,2.1vw,1.9rem);
  line-height: 1.36;
  letter-spacing: -.025em;
  text-align: center;
  text-wrap: balance;
}
.v2-paths__closing strong { color: var(--v2-deep); font-weight: 670; }
@media (max-width: 900px) {
  .v2-intelligence-step--framework {
    margin: -10px 0 34px;
    padding: 16px 14px 20px;
  }
  .v2-intelligence-step--framework > div { padding-inline: 0; }
  .v2-paths { padding-block: 92px 100px; }
  .v2-paths__header { grid-template-columns: 1fr; gap: 27px; }
  .v2-paths__intro { max-width: 700px; }
  .v2-paths__choice { margin-top: 58px; }
  .v2-paths__options { grid-template-columns: 1fr; gap: 34px; }
  .v2-paths__options::before { left: 50%; right: auto; width: 1px; height: 100%; }
  .v2-path-card::before { left: 50%; }
  .v2-paths__convergence { margin-top: 48px; }
  .v2-paths__convergence::before { height: 48px; }
}
@media (max-width: 560px) {
  .v2-ecosystem__cycle { display: grid; grid-template-columns: repeat(4,auto); gap: 17px; }
  .v2-ecosystem__cycle span { font-size: .59rem; letter-spacing: .07em; }
  .v2-ecosystem__cycle span:not(:last-of-type)::after { right: -13px; }
  .v2-ecosystem__cycle small { grid-column: 1 / -1; font-size: .78rem; }
  .v2-intelligence-step--framework { margin-inline: -8px; padding-inline: 8px; }
  .v2-paths { padding-block: 76px 82px; }
  .v2-paths h2 { font-size: 2.34rem; }
  .v2-paths__intro { font-size: .96rem; line-height: 1.7; }
  .v2-paths__choice { margin-top: 50px; padding-top: 56px; }
  .v2-paths__origin { width: max-content; max-width: 92%; font-size: .62rem; }
  .v2-path-card { padding: 26px 20px; border-radius: 18px; }
  .v2-path-card h3 { font-size: 1.48rem; }
  .v2-path-card__description { font-size: .9rem; line-height: 1.65; }
  .v2-path-card__cta { width: 100%; }
  .v2-paths__convergence { margin-top: 43px; padding: 24px 16px; }
  .v2-paths__convergence::before { height: 43px; }
  .v2-paths__convergence strong { font-size: 1.75rem; }
  .v2-paths__closing { margin-top: 52px; padding-top: 32px; font-size: 1.35rem; }
}

/* Journey */
.v2-paths__intro { color: rgba(14,46,58,.82); font-size: 1.04rem; }
.v2-paths__convergence { margin-top: 42px; }
.v2-paths__convergence::before { height: 42px; }
.v2-intelligence-step--framework .v2-intelligence-step__number {
  box-shadow: 0 0 0 7px rgba(18,179,173,.12),0 0 18px rgba(18,179,173,.14);
}

.v2-journey {
  position: relative;
  overflow: hidden;
  padding: 98px 0 102px;
  color: var(--v2-light);
  background:
    radial-gradient(circle at 91% 13%,rgba(18,179,173,.11),transparent 26%),
    linear-gradient(180deg,#0d303c 0%,#0a2833 100%);
  border-top: 1px solid rgba(18,179,173,.2);
}
.v2-journey::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 70px;
  background: linear-gradient(var(--v2-bright),transparent);
}
.v2-journey .v2-container { position: relative; }
.v2-journey__header {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(370px,.92fr);
  align-items: end;
  gap: clamp(46px,7vw,96px);
}
.v2-journey .v2-eyebrow { margin-bottom: 20px; }
.v2-journey h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.55rem,3.7vw,3.7rem);
  font-weight: 620;
  line-height: 1.04;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.v2-journey__intro {
  max-width: 560px;
  padding-bottom: 4px;
  color: rgba(238,243,245,.76);
  font-size: .99rem;
  line-height: 1.73;
}
.v2-journey__process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr)) minmax(0,1.14fr);
  margin: 58px 0 0;
  padding: 30px 0 0;
  list-style: none;
  border-top: 1px solid rgba(238,243,245,.14);
  border-bottom: 1px solid rgba(238,243,245,.14);
}
.v2-journey__process::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 26px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg,rgba(18,179,173,.4),rgba(18,179,173,.65),var(--v2-bright));
}
.v2-journey-stage {
  position: relative;
  min-width: 0;
  padding: 0 clamp(22px,2.7vw,40px) 36px 0;
}
.v2-journey-stage + .v2-journey-stage {
  padding-left: clamp(16px,2vw,30px);
  border-left: 1px solid rgba(238,243,245,.09);
}
.v2-journey-stage__marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(18,179,173,.62);
  border-radius: 50%;
  color: var(--v2-bright);
  background: #0d303c;
  box-shadow: 0 0 0 7px rgba(13,48,60,.94);
  font-size: .64rem;
  font-weight: 780;
  letter-spacing: .1em;
}
.v2-journey-stage > div { padding-top: 24px; }
.v2-journey-stage h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem,1.65vw,1.48rem);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -.026em;
}
.v2-journey-stage > div > p:not(.v2-journey-stage__synthesis,.v2-journey-stage__kind) {
  max-width: 270px;
  margin-top: 14px;
  color: rgba(238,243,245,.68);
  font-size: .87rem;
  line-height: 1.65;
}
.v2-journey-stage__synthesis {
  max-width: 270px;
  margin-top: 19px;
  padding-top: 13px;
  border-top: 1px solid rgba(18,179,173,.32);
  color: rgba(238,243,245,.94);
  font-size: .89rem;
  font-weight: 650;
  line-height: 1.48;
}
.v2-journey-stage__kind {
  margin: 0 0 8px;
  color: var(--v2-bright);
  font-size: .63rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.v2-journey-stage--outcome {
  margin-top: -14px;
  padding-top: 14px;
  padding-right: clamp(20px,2.5vw,34px);
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg,rgba(18,179,173,.11),rgba(18,179,173,.025));
}
.v2-journey-stage--outcome .v2-journey-stage__marker {
  border-color: var(--v2-bright);
  color: var(--v2-deep);
  background: var(--v2-bright);
  box-shadow: 0 0 0 7px rgba(18,179,173,.12);
}
.v2-journey-stage--outcome h3 { color: var(--v2-bright); }
.v2-journey-stage--outcome .v2-journey-stage__synthesis {
  border-color: rgba(18,179,173,.55);
  color: #fff;
}
.v2-journey__footer {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: clamp(38px,6vw,82px);
  margin-top: 42px;
}
.v2-journey__cta {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(18,179,173,.62);
  border-radius: 999px;
  color: var(--v2-bright);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .16s ease,background-color .16s ease,border-color .16s ease;
}
.v2-journey__cta:hover { color: var(--v2-deep); background: var(--v2-bright); border-color: var(--v2-bright); }
.v2-journey__footer p {
  max-width: 790px;
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid rgba(18,179,173,.55);
  color: rgba(238,243,245,.7);
  font-size: .94rem;
  line-height: 1.68;
}
.v2-journey__footer strong { color: rgba(238,243,245,.95); font-weight: 650; }
@media (max-width: 900px) {
  .v2-paths__convergence { margin-top: 40px; }
  .v2-paths__convergence::before { height: 40px; }
  .v2-journey { padding-block: 88px 94px; }
  .v2-journey__header { grid-template-columns: 1fr; gap: 27px; }
  .v2-journey__intro { max-width: 700px; }
  .v2-journey__process {
    display: block;
    margin-top: 52px;
    padding-top: 0;
    border-top: 0;
  }
  .v2-journey__process::before {
    top: 26px;
    bottom: 26px;
    left: 26px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(rgba(18,179,173,.4),rgba(18,179,173,.65),var(--v2-bright));
  }
  .v2-journey-stage,
  .v2-journey-stage + .v2-journey-stage {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 26px;
    margin: 0;
    padding: 0 0 42px;
    border-left: 0;
  }
  .v2-journey-stage:last-child { padding-bottom: 30px; }
  .v2-journey-stage > div { max-width: 650px; padding-top: 1px; }
  .v2-journey-stage > div > p:not(.v2-journey-stage__synthesis,.v2-journey-stage__kind),
  .v2-journey-stage__synthesis { max-width: 620px; }
  .v2-journey-stage--outcome { padding-top: 18px; padding-inline: 16px; }
  .v2-journey__footer { grid-template-columns: 1fr; gap: 26px; }
  .v2-journey__cta { justify-self: start; }
  .v2-journey__footer p { max-width: 650px; }
}
@media (max-width: 560px) {
  .v2-paths__intro { font-size: .99rem; }
  .v2-paths__convergence { margin-top: 36px; }
  .v2-paths__convergence::before { height: 36px; }
  .v2-journey { padding-block: 74px 80px; }
  .v2-journey h2 { font-size: 2.32rem; }
  .v2-journey__intro { font-size: .95rem; line-height: 1.68; }
  .v2-journey__process { margin-top: 44px; }
  .v2-journey__process::before { top: 23px; bottom: 23px; left: 23px; }
  .v2-journey-stage,
  .v2-journey-stage + .v2-journey-stage { grid-template-columns: 46px minmax(0,1fr); gap: 17px; padding-bottom: 36px; }
  .v2-journey-stage__marker { width: 46px; height: 46px; box-shadow: 0 0 0 6px rgba(13,48,60,.95); font-size: .6rem; }
  .v2-journey-stage h3 { font-size: 1.18rem; }
  .v2-journey-stage > div > p:not(.v2-journey-stage__synthesis,.v2-journey-stage__kind) { margin-top: 11px; font-size: .88rem; }
  .v2-journey-stage__synthesis { margin-top: 15px; padding-top: 11px; font-size: .88rem; }
  .v2-journey-stage--outcome { margin-inline: -8px; padding-inline: 8px; }
  .v2-journey__cta { width: 100%; }
  .v2-journey__footer p { padding-left: 16px; font-size: .9rem; }
}

/* Platform */
.v2-journey__intro { color: rgba(238,243,245,.82); font-size: 1.03rem; }
.v2-journey__process::before {
  height: 2px;
  background: linear-gradient(90deg,rgba(18,179,173,.48),rgba(18,179,173,.76),var(--v2-bright));
}
.v2-journey-stage--outcome .v2-journey-stage__marker {
  transform: scale(1.08);
  box-shadow: 0 0 0 8px rgba(18,179,173,.15),0 0 22px rgba(18,179,173,.16);
}

.v2-platform {
  position: relative;
  overflow: hidden;
  padding: 98px 0 102px;
  color: var(--v2-deep);
  background:
    radial-gradient(circle at 88% 12%,rgba(18,179,173,.11),transparent 27%),
    linear-gradient(180deg,#e2edef 0%,#f8fafb 22%,#eef3f5 100%);
  border-top: 1px solid rgba(18,179,173,.18);
}
.v2-platform::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image:
    linear-gradient(rgba(14,46,58,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(14,46,58,.025) 1px,transparent 1px);
  background-size: 92px 92px;
}
.v2-platform::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(18px,calc((100vw - 1240px) / 2));
  width: 1px;
  height: 70px;
  background: linear-gradient(var(--v2-bright),transparent);
}
.v2-platform .v2-container { position: relative; }
.v2-platform__layout {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr);
  align-items: center;
  gap: clamp(54px,8vw,116px);
}
.v2-platform .v2-eyebrow { margin-bottom: 20px; color: var(--v2-teal); }
.v2-platform h2 {
  max-width: 650px;
  margin: 0;
  color: var(--v2-deep);
  font-size: clamp(2.6rem,3.8vw,3.8rem);
  font-weight: 630;
  line-height: 1.04;
  letter-spacing: -.049em;
  text-wrap: balance;
}
.v2-platform__intro {
  max-width: 570px;
  margin-top: 23px;
  color: rgba(14,46,58,.82);
  font-size: .98rem;
  line-height: 1.73;
}
.v2-platform__thesis {
  max-width: 580px;
  margin-top: 30px;
  padding: 22px 0 0 21px;
  border-top: 1px solid rgba(11,122,120,.3);
  border-left: 2px solid var(--v2-teal);
  color: rgba(14,46,58,.72);
  font-size: clamp(1.18rem,1.65vw,1.42rem);
  line-height: 1.45;
  letter-spacing: -.018em;
}
.v2-platform__thesis strong { color: var(--v2-deep); font-weight: 680; }
.v2-platform__capabilities {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 18px 26px;
  list-style: none;
  border: 1px solid rgba(14,46,58,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 64px rgba(14,46,58,.07);
}
.v2-platform__capabilities::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 52px;
  width: 1px;
  background: linear-gradient(rgba(11,122,120,.25),var(--v2-teal),rgba(11,122,120,.36));
}
.v2-platform-capability {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 20px;
  padding: 20px 0;
}
.v2-platform-capability + .v2-platform-capability { border-top: 1px solid rgba(14,46,58,.1); }
.v2-platform-capability > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-left: 9px;
  border: 1px solid rgba(11,122,120,.56);
  border-radius: 50%;
  color: var(--v2-teal);
  background: #f5f8f8;
  font-size: .6rem;
  font-weight: 780;
  letter-spacing: .08em;
}
.v2-platform-capability h3 {
  margin: 0;
  color: var(--v2-deep);
  font-size: 1.16rem;
  font-weight: 680;
  line-height: 1.25;
}
.v2-platform-capability div > p:not(.v2-platform-capability__synthesis) {
  max-width: 480px;
  margin-top: 8px;
  color: rgba(14,46,58,.68);
  font-size: .86rem;
  line-height: 1.58;
}
.v2-platform-capability__synthesis {
  margin-top: 9px;
  color: var(--v2-teal);
  font-size: .83rem;
  font-weight: 670;
  line-height: 1.45;
}
.v2-platform__benefits {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  align-items: center;
  gap: 30px;
  margin-top: 58px;
  padding: 22px 24px;
  border: 1px solid rgba(14,46,58,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
}
.v2-platform__benefits > p {
  margin: 0;
  color: var(--v2-teal);
  font-size: .7rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-platform__benefits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-platform__benefits li {
  position: relative;
  padding-left: 14px;
  color: rgba(14,46,58,.76);
  font-size: .82rem;
  font-weight: 590;
}
.v2-platform__benefits li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v2-teal);
}
.v2-platform__integration {
  max-width: 900px;
  margin: 36px auto 0;
  color: rgba(14,46,58,.68);
  font-size: .95rem;
  line-height: 1.66;
  text-align: center;
}
.v2-platform__integration strong { color: var(--v2-deep); font-weight: 650; }
.v2-platform__footer {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 34px;
  margin-top: 40px;
  padding-top: 33px;
  border-top: 1px solid rgba(14,46,58,.17);
}
.v2-platform__footer p {
  max-width: 840px;
  margin: 0;
  color: rgba(14,46,58,.7);
  font-size: clamp(1.45rem,2.15vw,1.95rem);
  line-height: 1.36;
  letter-spacing: -.026em;
  text-wrap: balance;
}
.v2-platform__footer strong { color: var(--v2-deep); font-weight: 670; }
.v2-platform__cta { white-space: nowrap; }
@media (max-width: 900px) {
  .v2-journey__process::before {
    width: 2px;
    height: auto;
  }
  .v2-journey-stage--outcome .v2-journey-stage__marker { transform: scale(1.05); }
  .v2-platform { padding-block: 88px 94px; }
  .v2-platform__layout { grid-template-columns: 1fr; gap: 50px; }
  .v2-platform__message { max-width: 720px; }
  .v2-platform__capabilities { width: min(100%,720px); }
  .v2-platform__benefits { grid-template-columns: 1fr; gap: 15px; }
  .v2-platform__footer { grid-template-columns: 1fr; gap: 27px; }
  .v2-platform__cta { justify-self: start; }
}
@media (max-width: 560px) {
  .v2-journey__intro { font-size: .98rem; }
  .v2-platform { padding-block: 74px 80px; }
  .v2-platform h2 { font-size: 2.32rem; }
  .v2-platform__intro { margin-top: 19px; font-size: .94rem; line-height: 1.68; }
  .v2-platform__thesis { margin-top: 24px; padding: 18px 0 0 16px; font-size: 1.12rem; }
  .v2-platform__layout { gap: 42px; }
  .v2-platform__capabilities { padding: 9px 16px; border-radius: 18px; }
  .v2-platform__capabilities::before { top: 33px; bottom: 33px; left: 40px; }
  .v2-platform-capability { grid-template-columns: 42px minmax(0,1fr); gap: 14px; padding: 18px 0; }
  .v2-platform-capability > span { width: 32px; height: 32px; margin-left: 0; }
  .v2-platform-capability h3 { font-size: 1.12rem; }
  .v2-platform-capability div > p:not(.v2-platform-capability__synthesis) { font-size: .87rem; }
  .v2-platform-capability__synthesis { font-size: .86rem; }
  .v2-platform__benefits { margin-top: 46px; }
  .v2-platform__benefits ul { display: grid; gap: 11px; }
  .v2-platform__integration { margin-top: 29px; text-align: left; }
  .v2-platform__footer { margin-top: 34px; padding-top: 31px; }
  .v2-platform__footer p { font-size: 1.34rem; }
  .v2-platform__cta { width: 100%; }
}
/* Transformation */
.v2-transformation {
  position: relative;
  overflow: hidden;
  padding-block: 96px 102px;
  color: var(--v2-light);
  background: radial-gradient(circle at 88% 14%,rgba(18,179,173,.11),transparent 28%),linear-gradient(145deg,#0b2934 0%,var(--v2-deep) 58%,#0b3541 100%);
}
.v2-transformation::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(238,243,245,.025) 1px,transparent 1px);
  background-size: 100% 72px;
  mask-image: linear-gradient(to bottom,transparent,#000 15%,#000 85%,transparent);
}
.v2-transformation .v2-container { position: relative; z-index: 1; }
.v2-transformation .v2-eyebrow { color: var(--v2-teal-light); }
.v2-transformation__header {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,.72fr);
  align-items: end;
  gap: clamp(48px,8vw,112px);
}
.v2-transformation h2 {
  max-width: 780px;
  margin-top: 17px;
  color: var(--v2-light);
  font-size: clamp(2.5rem,3.75vw,3.75rem);
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.v2-transformation h2 span { color: var(--v2-teal-light); }
.v2-transformation__intro {
  max-width: 520px;
  margin: 0;
  color: rgba(238,243,245,.78);
  font-size: 1rem;
  line-height: 1.72;
}
.v2-transformation__comparison {
  margin-top: 62px;
  border-block: 1px solid rgba(238,243,245,.15);
}
.v2-transformation__labels {
  display: grid;
  grid-template-columns: minmax(0,1fr) 64px minmax(0,1.13fr);
  gap: 24px;
  padding: 17px 0 14px 54px;
  border-bottom: 1px solid rgba(238,243,245,.11);
  color: rgba(238,243,245,.48);
  font-size: .63rem;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.v2-transformation__labels span:last-child { color: var(--v2-teal-light); }
.v2-transformation__list { margin: 0; padding: 0; list-style: none; }
.v2-transformation-pair {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 64px minmax(0,1.13fr);
  align-items: center;
  gap: 24px;
  min-height: 76px;
  border-bottom: 1px solid rgba(238,243,245,.1);
}
.v2-transformation-pair:last-child { border-bottom: 0; }
.v2-transformation-pair__number {
  color: rgba(238,243,245,.64);
  font-size: .82rem;
  font-weight: 740;
  letter-spacing: .1em;
}
.v2-transformation-pair__state > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.v2-transformation-pair__state strong {
  display: block;
  font-size: clamp(.98rem,1.25vw,1.14rem);
  line-height: 1.38;
}
.v2-transformation-pair__state--before strong { color: rgba(238,243,245,.7); font-weight: 520; }
.v2-transformation-pair__state--after strong { color: var(--v2-light); font-weight: 660; }
.v2-transformation-pair__arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,rgba(18,179,173,.16),rgba(18,179,173,.72));
}
.v2-transformation-pair__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--v2-teal-light);
  border-right: 1px solid var(--v2-teal-light);
  transform: translateY(-50%) rotate(45deg);
}
.v2-transformation-pair--outcome {
  background: linear-gradient(90deg,transparent 36%,rgba(18,179,173,.12));
  box-shadow: inset 0 1px rgba(18,179,173,.16),inset 0 -1px rgba(18,179,173,.16);
}
.v2-transformation-pair--outcome .v2-transformation-pair__number { color: var(--v2-teal-light); }
.v2-transformation-pair--outcome .v2-transformation-pair__arrow { height: 2px; }
.v2-transformation-pair--outcome .v2-transformation-pair__state--after strong {
  color: var(--v2-teal-light);
  font-size: clamp(1.08rem,1.45vw,1.3rem);
}
.v2-transformation__closing {
  max-width: 980px;
  margin: 54px 0 0;
  color: rgba(238,243,245,.72);
  font-size: clamp(1.4rem,2.25vw,2rem);
  line-height: 1.38;
  letter-spacing: -.027em;
  text-wrap: balance;
}
.v2-transformation__closing strong { color: var(--v2-light); font-weight: 670; }
@media (max-width: 900px) {
  .v2-transformation { padding-block: 86px 92px; }
  .v2-transformation__header { grid-template-columns: 1fr; gap: 26px; }
  .v2-transformation__intro { max-width: 680px; }
}
@media (max-width: 560px) {
  .v2-transformation { padding-block: 74px 80px; }
  .v2-transformation h2 { font-size: 2.28rem; }
  .v2-transformation__intro { font-size: .94rem; line-height: 1.68; }
  .v2-transformation__comparison { margin-top: 44px; border-top: 1px solid rgba(238,243,245,.15); }
  .v2-transformation__labels { display: none; }
  .v2-transformation-pair { grid-template-columns: 30px minmax(0,1fr); gap: 0 14px; min-height: 0; padding: 24px 0; }
  .v2-transformation-pair__number { grid-row: 1 / span 3; align-self: start; padding-top: 3px; }
  .v2-transformation-pair__state { grid-column: 2; }
  .v2-transformation-pair__state > span {
    position: static;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    margin-bottom: 6px;
    color: rgba(238,243,245,.43);
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .v2-transformation-pair__state--after > span { color: var(--v2-teal-light); }
  .v2-transformation-pair__state strong { font-size: 1rem; }
  .v2-transformation-pair__arrow {
    grid-column: 2;
    width: 1px;
    height: 24px;
    margin: 10px 0 10px 7px;
    background: linear-gradient(rgba(18,179,173,.2),rgba(18,179,173,.78));
  }
  .v2-transformation-pair__arrow::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .v2-transformation-pair--outcome { background: linear-gradient(90deg,transparent,rgba(18,179,173,.1)); }
  .v2-transformation__closing { margin-top: 42px; font-size: 1.35rem; }
}
/* Authority */
.v2-authority {
  position: relative;
  overflow: hidden;
  padding-block: 96px 104px;
  color: var(--v2-deep);
  background: linear-gradient(150deg,#f8faf9 0%,#f2f6f5 58%,#edf5f4 100%);
}
.v2-authority::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(11,122,120,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(11,122,120,.025),0 0 0 150px rgba(11,122,120,.018);
  pointer-events: none;
}
.v2-authority .v2-container { position: relative; z-index: 1; }
.v2-authority__header {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(320px,.72fr);
  align-items: end;
  gap: clamp(48px,8vw,112px);
}
.v2-authority h2 {
  max-width: 790px;
  margin-top: 17px;
  color: var(--v2-deep);
  font-size: clamp(2.45rem,3.65vw,3.65rem);
  font-weight: 620;
  line-height: 1.06;
  letter-spacing: -.047em;
  text-wrap: balance;
}
.v2-authority h2 span { color: var(--v2-teal); }
.v2-authority__intro {
  max-width: 530px;
  margin: 0;
  color: rgba(14,46,58,.77);
  font-size: 1rem;
  line-height: 1.72;
}
.v2-authority__metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: 64px 0 0;
  padding: 0;
  border-block: 1px solid rgba(14,46,58,.16);
}
.v2-authority-metric {
  min-width: 0;
  padding: 28px clamp(18px,2.5vw,34px) 30px;
  border-left: 1px solid rgba(14,46,58,.13);
}
.v2-authority-metric:first-child { padding-left: 0; border-left: 0; }
.v2-authority-metric dt {
  color: var(--v2-teal);
  font-size: clamp(2rem,3vw,3.15rem);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -.052em;
  white-space: nowrap;
}
.v2-authority-metric dd {
  max-width: 260px;
  margin: 13px 0 0;
  color: rgba(14,46,58,.72);
  font-size: .84rem;
  line-height: 1.55;
}
.v2-authority__reach {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(14,46,58,.14);
  border-radius: 18px;
  background: rgba(14,46,58,.13);
}
.v2-authority-reach {
  min-height: 234px;
  padding: 34px clamp(28px,4vw,52px);
  background: rgba(255,255,255,.68);
}
.v2-authority-reach__kind {
  margin: 0;
  color: var(--v2-teal);
  font-size: .64rem;
  font-weight: 770;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.v2-authority-reach h3 {
  max-width: 470px;
  margin: 12px 0 0;
  color: var(--v2-deep);
  font-size: clamp(1.28rem,1.85vw,1.62rem);
  font-weight: 660;
  line-height: 1.3;
  letter-spacing: -.025em;
}
.v2-authority-reach ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
.v2-authority-reach li {
  position: relative;
  padding-left: 14px;
  color: rgba(14,46,58,.76);
  font-size: .88rem;
  font-weight: 600;
}
.v2-authority-reach li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v2-teal);
}
.v2-authority-reach--international > p:last-child {
  max-width: 540px;
  margin-top: 24px;
  color: rgba(14,46,58,.72);
  font-size: .91rem;
  line-height: 1.65;
}
.v2-authority-reach--international strong { color: var(--v2-deep); font-weight: 680; }
.v2-authority__synthesis {
  max-width: 920px;
  margin: 38px auto 0;
  color: rgba(14,46,58,.7);
  font-size: 1rem;
  line-height: 1.68;
  text-align: center;
}
.v2-authority__footer {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr);
  align-items: end;
  gap: clamp(42px,7vw,96px);
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(14,46,58,.16);
}
.v2-authority__footer p { margin: 0; }
.v2-authority__footer p:first-child {
  color: rgba(14,46,58,.72);
  font-size: clamp(1.4rem,2.15vw,1.95rem);
  line-height: 1.38;
  letter-spacing: -.027em;
  text-wrap: balance;
}
.v2-authority__footer p:first-child strong { color: var(--v2-deep); font-weight: 670; }
.v2-authority__footer p:last-child {
  color: var(--v2-teal);
  font-size: .94rem;
  font-weight: 620;
  line-height: 1.58;
}
@media (max-width: 900px) {
  .v2-authority { padding-block: 86px 92px; }
  .v2-authority__header { grid-template-columns: 1fr; gap: 27px; }
  .v2-authority__intro { max-width: 680px; }
  .v2-authority__metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v2-authority-metric:nth-child(3) { border-left: 0; padding-left: 0; }
  .v2-authority-metric:nth-child(n+3) { border-top: 1px solid rgba(14,46,58,.13); }
  .v2-authority__reach { grid-template-columns: 1fr; }
  .v2-authority__footer { grid-template-columns: 1fr; gap: 28px; }
  .v2-authority__footer p:last-child { max-width: 560px; }
}
@media (max-width: 560px) {
  .v2-authority { padding-block: 74px 80px; }
  .v2-authority h2 { font-size: 2.26rem; }
  .v2-authority__intro { font-size: .94rem; line-height: 1.68; }
  .v2-authority__metrics { grid-template-columns: 1fr; margin-top: 45px; }
  .v2-authority-metric,
  .v2-authority-metric:first-child,
  .v2-authority-metric:nth-child(3) { padding: 24px 0; border-left: 0; }
  .v2-authority-metric + .v2-authority-metric { border-top: 1px solid rgba(14,46,58,.13); }
  .v2-authority-metric dt { font-size: 2.45rem; }
  .v2-authority-metric dd { margin-top: 10px; font-size: .86rem; }
  .v2-authority__reach { margin-top: 42px; border-radius: 15px; }
  .v2-authority-reach { min-height: 0; padding: 28px 23px 30px; }
  .v2-authority-reach ul { display: grid; gap: 10px; margin-top: 23px; }
  .v2-authority__synthesis { margin-top: 32px; text-align: left; }
  .v2-authority__footer { margin-top: 37px; padding-top: 32px; }
  .v2-authority__footer p:first-child { font-size: 1.34rem; }
}
/* Authority refinements for final transition */
.v2-authority-metric:nth-child(3) { padding-right: clamp(30px,3.5vw,52px); }
.v2-authority-metric:nth-child(4) {
  padding-left: clamp(30px,3.5vw,52px);
  border-left-color: rgba(14,46,58,.22);
}
.v2-authority-metric dd {
  color: rgba(14,46,58,.78);
  font-size: .9rem;
  line-height: 1.58;
}
.v2-authority__footer p:last-child {
  max-width: 400px;
  padding: 17px 19px;
  border-left: 2px solid var(--v2-teal);
  border-radius: 0 10px 10px 0;
  color: var(--v2-deep);
  background: rgba(11,122,120,.07);
  font-size: 1.05rem;
  line-height: 1.58;
}

/* Final CTA and footer */
.v2-final-cta {
  position: relative;
  overflow: hidden;
  padding-block: 112px 84px;
  color: var(--v2-light);
  background:
    radial-gradient(circle at 18% 22%,rgba(18,179,173,.14),transparent 27%),
    radial-gradient(circle at 86% 68%,rgba(18,179,173,.09),transparent 26%),
    linear-gradient(145deg,#092733 0%,var(--v2-deep) 58%,#0a3541 100%);
}
.v2-final-cta::before,
.v2-final-cta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(18,179,173,.13);
  border-radius: 50%;
  pointer-events: none;
}
.v2-final-cta::before {
  top: -220px;
  right: -120px;
  width: 520px;
  height: 520px;
  box-shadow: 0 0 0 80px rgba(18,179,173,.025),0 0 0 160px rgba(18,179,173,.018);
}
.v2-final-cta::after {
  bottom: 46px;
  left: 8%;
  width: 10px;
  height: 10px;
  border-color: rgba(18,179,173,.5);
  box-shadow: 240px -34px 0 -1px rgba(18,179,173,.25),670px 22px 0 -1px rgba(18,179,173,.2);
}
.v2-final-cta .v2-container { position: relative; z-index: 1; }
.v2-final-cta__content {
  display: grid;
  justify-items: center;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.v2-final-cta .v2-eyebrow { color: var(--v2-teal-light); }
.v2-final-cta h2 {
  max-width: 920px;
  margin-top: 18px;
  color: var(--v2-light);
  font-size: clamp(2.75rem,4.65vw,4.7rem);
  font-weight: 610;
  line-height: 1.02;
  letter-spacing: -.054em;
  text-wrap: balance;
}
.v2-final-cta h2 span { color: var(--v2-teal-light); }
.v2-final-cta__intro {
  max-width: 700px;
  margin-top: 26px;
  color: rgba(238,243,245,.76);
  font-size: 1.02rem;
  line-height: 1.72;
}
.v2-final-cta__actions {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,300px));
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin-top: 40px;
}
.v2-final-cta__actions > div { display: grid; align-content: start; justify-items: stretch; }
.v2-final-cta__actions .v2-button { min-height: 54px; }
.v2-final-cta__actions p {
  margin: 13px 8px 0;
  color: rgba(238,243,245,.56);
  font-size: .76rem;
  line-height: 1.55;
  text-align: left;
}
.v2-final-cta__signature {
  max-width: 1040px;
  margin: 78px auto 0;
  padding-top: 45px;
  border-top: 1px solid rgba(238,243,245,.16);
  color: rgba(238,243,245,.68);
  font-size: clamp(1.42rem,2.35vw,2.08rem);
  line-height: 1.4;
  letter-spacing: -.028em;
  text-align: center;
  text-wrap: balance;
}
.v2-final-cta__signature strong { color: var(--v2-light); font-weight: 660; }

.v2-footer {
  color: rgba(238,243,245,.68);
  background: #071f28;
  border-top: 1px solid rgba(238,243,245,.09);
}
.v2-footer__main {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(38px,6vw,88px);
  padding-block: 35px 31px;
}
.v2-footer__brand { display: inline-flex; width: 128px; }
.v2-footer__brand img { display: block; width: 100%; height: auto; }
.v2-footer__nav,
.v2-footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
}
.v2-footer__nav a,
.v2-footer__contact a {
  color: rgba(238,243,245,.68);
  font-size: .78rem;
  font-weight: 580;
  transition: color .16s ease;
}
.v2-footer__nav a:hover,
.v2-footer__contact a:hover { color: var(--v2-light); }
.v2-footer__contact { justify-content: flex-end; }
.v2-footer__bottom {
  padding-block: 17px 22px;
  border-top: 1px solid rgba(238,243,245,.08);
}
.v2-footer__bottom p {
  margin: 0;
  color: rgba(238,243,245,.42);
  font-size: .7rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .v2-authority-metric:nth-child(3) { padding-right: clamp(24px,4vw,38px); }
  .v2-authority-metric:nth-child(4) { padding-left: clamp(24px,4vw,38px); }
  .v2-authority__footer p:last-child { max-width: 600px; }
  .v2-final-cta { padding-block: 96px 74px; }
  .v2-final-cta__signature { margin-top: 66px; }
  .v2-footer__main {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 23px;
  }
  .v2-footer__contact { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .v2-authority-metric:nth-child(3),
  .v2-authority-metric:nth-child(4) { padding: 24px 0; }
  .v2-authority__footer p:last-child { padding: 15px 16px; font-size: 1rem; }
  .v2-final-cta { padding-block: 80px 64px; }
  .v2-final-cta h2 { font-size: 2.42rem; }
  .v2-final-cta__intro { margin-top: 22px; font-size: .94rem; line-height: 1.68; }
  .v2-final-cta__actions { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; }
  .v2-final-cta__actions p { margin-inline: 3px; text-align: left; }
  .v2-final-cta__signature { margin-top: 56px; padding-top: 36px; font-size: 1.32rem; text-align: left; }
  .v2-footer__main { padding-block: 31px 27px; }
  .v2-footer__brand { width: 122px; }
  .v2-footer__nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; gap: 12px 20px; }
  .v2-footer__contact { display: grid; justify-items: start; gap: 11px; }
}
/* Static home final polish */
.home-v2-page section[id] { scroll-margin-top: 84px; }
.home-v2-page main h2 { text-wrap: balance; }
.home-v2-page section:not(.v2-hero) .v2-eyebrow {
  gap: 11px;
  margin-bottom: 20px;
  font-size: .69rem;
  letter-spacing: .15em;
}
.home-v2-page section:not(.v2-hero) .v2-eyebrow::before { width: 28px; }
.v2-transformation h2,
.v2-authority h2,
.v2-final-cta h2 { margin-top: 0; }
.v2-final-cta h2 { font-size: clamp(2.7rem,4.1vw,4.15rem); }

.v2-context { padding-block: 92px 96px; }
.v2-problem { padding-block: 100px 106px; }
.v2-cause { padding-block: 100px 108px; }
.v2-evolution { padding-block: 104px 110px; }
.v2-evidence { padding-block: 104px 110px; }
.v2-ecosystem { padding-block: 106px 112px; }
.v2-intelligence { padding-block: 100px 106px; }
.v2-paths { padding-block: 96px 102px; }
.v2-journey,
.v2-platform { padding-block: 92px 96px; }
.v2-transformation { padding-block: 92px 96px; }
.v2-authority { padding-block: 92px 98px; }
.v2-final-cta { padding-block: 104px 78px; }

.v2-intelligence-step > div > p:not(.v2-intelligence-step__synthesis) {
  color: rgba(238,243,245,.72);
  font-size: .88rem;
  line-height: 1.66;
}
.v2-journey-stage > div > p:not(.v2-journey-stage__synthesis,.v2-journey-stage__kind) {
  color: rgba(238,243,245,.74);
  font-size: .9rem;
  line-height: 1.67;
}
.v2-platform-capability div > p:not(.v2-platform-capability__synthesis) {
  color: rgba(14,46,58,.74);
  font-size: .9rem;
  line-height: 1.64;
}
.v2-platform-capability__synthesis { font-size: .87rem; }

.v2-symptom__number { font-size: .78rem; }
.v2-cause-step__marker { font-size: .74rem; }
.v2-evolution-step__node { font-size: .76rem; }
.v2-intelligence-step__number { font-size: .72rem; }
.v2-journey-stage__marker { font-size: .72rem; }
.v2-transformation-pair__number {
  color: rgba(238,243,245,.72);
  font-size: .9rem;
}

.v2-authority__metrics {
  grid-template-columns: repeat(4,minmax(0,1fr));
  column-gap: 18px;
}
.v2-authority-metric,
.v2-authority-metric:first-child,
.v2-authority-metric:nth-child(3),
.v2-authority-metric:nth-child(4) {
  position: relative;
  padding: 28px 8px 30px;
  border-left: 0;
}
.v2-authority-metric + .v2-authority-metric {
  padding-left: 24px;
  border-left: 1px solid rgba(14,46,58,.19);
}
.v2-authority-metric dt {
  font-size: clamp(2rem,2.7vw,2.85rem);
  line-height: 1.04;
}
.v2-authority-metric dd {
  max-width: 245px;
  font-size: .9rem;
  line-height: 1.58;
}

.v2-path-card__cta,
.v2-journey__cta {
  min-height: 50px;
  gap: 10px;
  padding-inline: 21px;
  border-radius: 10px;
  font-size: .86rem;
}
.v2-intelligence__cta::after,
.v2-platform__cta::after,
.v2-path-card__cta::after,
.v2-journey__cta::after,
.v2-final-cta__actions > div:first-child .v2-button::after {
  content: "\2192";
  display: inline-block;
  transition: transform .16s ease;
}
.v2-intelligence__cta:hover::after,
.v2-platform__cta:hover::after,
.v2-path-card__cta:hover::after,
.v2-journey__cta:hover::after,
.v2-final-cta__actions > div:first-child .v2-button:hover::after { transform: translateX(3px); }


@media (max-width: 1100px) {
  .v2-authority__metrics {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 22px;
  }
  .v2-authority-metric,
  .v2-authority-metric:first-child,
  .v2-authority-metric:nth-child(3),
  .v2-authority-metric:nth-child(4) { padding: 27px 8px 29px; }
  .v2-authority-metric:nth-child(odd) { border-left: 0; }
  .v2-authority-metric:nth-child(even) {
    padding-left: 28px;
    border-left: 1px solid rgba(14,46,58,.19);
  }
  .v2-authority-metric:nth-child(n+3) { border-top: 1px solid rgba(14,46,58,.13); }
}
@media (max-width: 900px) {
  .v2-context { padding-block: 80px 86px; }
  .v2-problem { padding-block: 84px 90px; }
  .v2-cause { padding-block: 86px 92px; }
  .v2-evolution,
  .v2-evidence,
  .v2-ecosystem { padding-block: 88px 94px; }
  .v2-intelligence { padding-block: 86px 92px; }
  .v2-paths { padding-block: 84px 90px; }
  .v2-journey,
  .v2-platform,
  .v2-transformation,
  .v2-authority { padding-block: 82px 88px; }
  .v2-final-cta { padding-block: 90px 70px; }
}
@media (max-width: 560px) {
  .home-v2-page section:not(.v2-hero) .v2-eyebrow {
    margin-bottom: 18px;
    font-size: .64rem;
    letter-spacing: .125em;
  }
  .v2-context { padding-block: 68px 72px; }
  .v2-problem { padding-block: 72px 76px; }
  .v2-cause { padding-block: 72px 78px; }
  .v2-evolution,
  .v2-evidence,
  .v2-ecosystem { padding-block: 74px 80px; }
  .v2-intelligence,
  .v2-paths { padding-block: 72px 78px; }
  .v2-journey,
  .v2-platform,
  .v2-transformation,
  .v2-authority { padding-block: 70px 76px; }
  .v2-final-cta { padding-block: 76px 60px; }
  .v2-final-cta h2 { font-size: 2.35rem; }
  .v2-symptom__number { font-size: .74rem; }
  .v2-cause-step__marker,
  .v2-evolution-step__node,
  .v2-intelligence-step__number,
  .v2-journey-stage__marker { font-size: .68rem; }
  .v2-transformation-pair__number { font-size: .84rem; }
  .v2-authority__metrics { grid-template-columns: 1fr; gap: 0; }
  .v2-authority-metric,
  .v2-authority-metric:first-child,
  .v2-authority-metric:nth-child(2),
  .v2-authority-metric:nth-child(3),
  .v2-authority-metric:nth-child(4) {
    padding: 24px 0;
    border-left: 0;
  }
  .v2-authority-metric + .v2-authority-metric { border-top: 1px solid rgba(14,46,58,.13); }
}

/* Motion V1 */
.motion-enabled .motion-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 560ms cubic-bezier(.22, .61, .36, 1),
    transform 560ms cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-enabled .motion-item.motion-from-left { transform: translate3d(-14px, 0, 0); }
.motion-enabled .motion-item.motion-from-right { transform: translate3d(14px, 0, 0); }
.motion-enabled .motion-item.motion-scale { transform: translate3d(0, 6px, 0) scale(.98); }
.motion-enabled .motion-item.motion-line-y { transform: scaleY(0); transform-origin: 50% 0; }
.motion-enabled .motion-item.motion-draw-arrow { transform: scaleX(0); transform-origin: 0 50%; }

.motion-enabled .motion-group.is-motion-visible .motion-item {
  opacity: 1;
  transform: none;
}

.motion-enabled .motion-draw-context::before,
.motion-enabled .motion-draw-fields::before,
.motion-enabled .motion-draw-framework::after,
.motion-enabled .motion-draw-origin::after,
.motion-enabled .motion-draw-convergence::before,
.motion-enabled .motion-draw-capabilities::before {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 720ms cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--motion-line-delay, 0ms);
}

.motion-enabled .motion-draw-track::before,
.motion-enabled .motion-draw-branches::before {
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 720ms cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--motion-line-delay, 0ms);
}

.motion-enabled .motion-group.is-motion-visible .motion-draw-context::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-fields::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-framework::after,
.motion-enabled .motion-group.is-motion-visible .motion-draw-origin::after,
.motion-enabled .motion-group.is-motion-visible .motion-draw-convergence::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-capabilities::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-track::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-branches::before {
  transform: none;
}

.motion-enabled .v2-evolution-step--outcome .v2-evolution-step__node {
  transition: box-shadow 620ms ease, border-color 620ms ease, background-color 620ms ease;
  transition-delay: calc(var(--motion-delay, 0ms) + 120ms);
}
.motion-enabled .v2-evolution.is-motion-visible .v2-evolution-step--outcome .v2-evolution-step__node {
  box-shadow: 0 0 0 7px rgba(18, 179, 173, .08), 0 10px 28px rgba(11, 122, 120, .16);
}

.motion-enabled .v2-intelligence.is-motion-visible .v2-intelligence-step--framework .v2-intelligence-step__number {
  animation: v2-framework-emphasis 760ms cubic-bezier(.22, .61, .36, 1) both;
  animation-delay: calc(var(--motion-delay, 0ms) + 80ms);
}

@keyframes v2-framework-emphasis {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(18, 179, 173, 0); }
  52% { transform: scale(1.045); box-shadow: 0 0 0 7px rgba(18, 179, 173, .1); }
}

.v2-header {
  transition:
    background-color 350ms ease,
    border-color 350ms ease,
    box-shadow 350ms ease,
    backdrop-filter 350ms ease;
}

.v2-button,
.v2-path-card__cta,
.v2-journey__cta {
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}
.v2-button:hover,
.v2-path-card__cta:hover,
.v2-journey__cta:hover { transform: translateY(-1px); }
.v2-button:active,
.v2-path-card__cta:active,
.v2-journey__cta:active { transform: translateY(0); }

@media (max-width: 900px) {
  .motion-enabled .motion-draw-track::before,
  .motion-enabled .motion-draw-branches::before {
    transform: scaleY(0);
    transform-origin: 50% 0;
  }
  .motion-enabled .motion-group.is-motion-visible .motion-draw-track::before,
  .motion-enabled .motion-group.is-motion-visible .motion-draw-branches::before {
    transform: none;
  }
}

@media (max-width: 560px) {
  .motion-enabled .motion-item,
  .motion-enabled .motion-item.motion-from-left,
  .motion-enabled .motion-item.motion-from-right,
  .motion-enabled .motion-item.motion-scale {
    transform: translate3d(0, 10px, 0);
    transition-duration: 460ms;
  }
  .motion-enabled .motion-item.motion-line-y { transform: scaleY(0); }
  .motion-enabled .motion-item.motion-draw-arrow { transform: scaleX(0); }
  .motion-enabled .motion-group.is-motion-visible .motion-item { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enabled .motion-item,
  .motion-enabled .motion-group.is-motion-visible .motion-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
    animation: none !important;
  }
  .motion-enabled .motion-draw-context::before,
  .motion-enabled .motion-draw-fields::before,
  .motion-enabled .motion-draw-framework::after,
  .motion-enabled .motion-draw-origin::after,
  .motion-enabled .motion-draw-convergence::before,
  .motion-enabled .motion-draw-capabilities::before,
  .motion-enabled .motion-draw-track::before,
  .motion-enabled .motion-draw-branches::before {
    transform: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
  }
  .motion-enabled .v2-intelligence-step--framework .v2-intelligence-step__number,
  .motion-enabled .v2-evolution-step--outcome .v2-evolution-step__node {
    animation: none !important;
    transition: none !important;
  }
  .v2-button,
  .v2-path-card__cta,
  .v2-journey__cta,
  .v2-header {
    transition: none !important;
  }
}
/* Visual Enrichment V1 */
.v2-paths__origin {
  width: max-content;
  max-width: calc(100% - 32px);
  text-align: center;
}

.v2-intelligence-step__icon,
.v2-journey-stage__icon,
.v2-platform-capability__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.v2-intelligence-step__icon {
  width: 44px;
  height: 44px;
  margin: 18px 0 16px;
  border: 1px solid rgba(18,179,173,.25);
  border-radius: 13px;
  background: rgba(18,179,173,.055);
}
.v2-intelligence-step__icon img { width: 31px; height: 31px; }
.v2-intelligence-step--framework .v2-intelligence-step__icon {
  border-color: rgba(18,179,173,.62);
  background: rgba(18,179,173,.12);
}
.v2-intelligence-step--framework .v2-intelligence-step__icon img { width: 33px; height: 33px; }
.v2-intelligence-step > div { padding-top: 8px; }

.v2-journey-stage__icon {
  width: 40px;
  height: 40px;
  margin: 18px 0 15px;
  border: 1px solid rgba(18,179,173,.24);
  border-radius: 12px;
  background: rgba(18,179,173,.055);
}
.v2-journey-stage__icon img { width: 29px; height: 29px; }
.v2-journey-stage > div { padding-top: 6px; }

.v2-platform-capability__icon {
  width: 32px;
  height: 32px;
  margin: -3px 10px 8px 0;
  border: 1px solid rgba(11,122,120,.18);
  border-radius: 10px;
  background: rgba(11,122,120,.055);
  vertical-align: middle;
}
.v2-platform-capability__icon img { width: 23px; height: 23px; }
.v2-platform-capability h3 { display: inline; vertical-align: middle; }
.v2-platform-capability div > p { clear: both; }

/* Motion V1.1: stronger, still restrained */
.motion-enabled .motion-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition-duration: 680ms;
  transition-timing-function: cubic-bezier(.2,.7,.25,1);
}
.motion-enabled .motion-item.motion-from-left { transform: translate3d(-22px, 0, 0); }
.motion-enabled .motion-item.motion-from-right { transform: translate3d(22px, 0, 0); }
.motion-enabled .motion-item.motion-scale { transform: translate3d(0, 10px, 0) scale(.965); }
.motion-enabled .motion-item.motion-icon { transform: translate3d(0, 13px, 0) scale(.88); }
.motion-enabled .v2-paths__origin.motion-item {
  transform: translateX(-50%) translateY(14px) scale(.965);
}
.motion-enabled .v2-paths.is-motion-visible .v2-paths__origin.motion-item {
  transform: translateX(-50%);
}

.motion-enabled .motion-draw-context::before,
.motion-enabled .motion-draw-fields::before,
.motion-enabled .motion-draw-framework::after,
.motion-enabled .motion-draw-origin::after,
.motion-enabled .motion-draw-convergence::before,
.motion-enabled .motion-draw-capabilities::before,
.motion-enabled .motion-draw-track::before,
.motion-enabled .motion-draw-branches::before,
.motion-enabled .motion-draw-product::before {
  opacity: 0;
  transition:
    transform 820ms cubic-bezier(.2,.7,.25,1),
    opacity 300ms ease;
  transition-delay: var(--motion-line-delay, 0ms);
}
.motion-enabled .motion-draw-product::before {
  transform: scaleY(0);
  transform-origin: 50% 0;
}
.motion-enabled .motion-group.is-motion-visible .motion-draw-context::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-fields::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-framework::after,
.motion-enabled .motion-group.is-motion-visible .motion-draw-origin::after,
.motion-enabled .motion-group.is-motion-visible .motion-draw-convergence::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-capabilities::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-track::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-branches::before,
.motion-enabled .motion-group.is-motion-visible .motion-draw-product::before {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .v2-intelligence-step__icon,
  .v2-journey-stage__icon { margin-top: 0; }
  .v2-authority-reach--national h3,
  .v2-authority-reach--national ul,
  .v2-authority-reach--international h3,
  .v2-authority-reach--international > p:last-of-type { max-width: 66%; }
}

@media (max-width: 720px) {
  .v2-authority-reach--national h3,
  .v2-authority-reach--national ul,
  .v2-authority-reach--international h3,
  .v2-authority-reach--international > p:last-of-type { max-width: none; }
  .v2-authority-reach__map {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%,220px);
    margin: 23px auto -7px;
    opacity: .48;
  }
  .v2-authority-reach__map--world { width: min(100%,270px); }
}

@media (max-width: 560px) {
  .motion-enabled .motion-item,
  .motion-enabled .motion-item.motion-from-left,
  .motion-enabled .motion-item.motion-from-right,
  .motion-enabled .motion-item.motion-scale,
  .motion-enabled .motion-item.motion-icon {
    transform: translate3d(0, 15px, 0);
    transition-duration: 560ms;
  }
  .motion-enabled .v2-paths__origin.motion-item {
    transform: translateX(-50%) translateY(12px) scale(.975);
  }
  .motion-enabled .v2-paths.is-motion-visible .v2-paths__origin.motion-item {
    transform: translateX(-50%);
  }
  .v2-intelligence-step__icon { width: 40px; height: 40px; margin-bottom: 12px; }
  .v2-intelligence-step__icon img { width: 28px; height: 28px; }
  .v2-journey-stage__icon { width: 37px; height: 37px; margin-bottom: 12px; }
  .v2-journey-stage__icon img { width: 26px; height: 26px; }
  .v2-platform-capability__icon { width: 30px; height: 30px; margin-right: 8px; }
  .v2-platform-capability__icon img { width: 21px; height: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enabled .v2-paths__origin.motion-item,
  .motion-enabled .v2-paths.is-motion-visible .v2-paths__origin.motion-item {
    opacity: 1 !important;
    transform: translateX(-50%) !important;
  }
  .motion-enabled .motion-draw-product::before {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-enabled .motion-draw-context::before,
  .motion-enabled .motion-draw-fields::before,
  .motion-enabled .motion-draw-framework::after,
  .motion-enabled .motion-draw-origin::after,
  .motion-enabled .motion-draw-convergence::before,
  .motion-enabled .motion-draw-capabilities::before,
  .motion-enabled .motion-draw-track::before,
  .motion-enabled .motion-draw-branches::before,
  .motion-enabled .motion-draw-product::before {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
  }
}
.motion-enabled.motion-preparing .motion-item,
.motion-enabled.motion-preparing .motion-draw-context::before,
.motion-enabled.motion-preparing .motion-draw-fields::before,
.motion-enabled.motion-preparing .motion-draw-framework::after,
.motion-enabled.motion-preparing .motion-draw-origin::after,
.motion-enabled.motion-preparing .motion-draw-convergence::before,
.motion-enabled.motion-preparing .motion-draw-capabilities::before,
.motion-enabled.motion-preparing .motion-draw-track::before,
.motion-enabled.motion-preparing .motion-draw-branches::before,
.motion-enabled.motion-preparing .motion-draw-product::before {
  transition: none !important;
}
@media (max-width: 1050px) {
  .v2-hero__grid{grid-template-columns:1fr;gap:54px}
  .v2-hero__content{max-width:760px}
  .v2-hero__asset{width:min(100%,900px);margin-inline:auto}
}
@media (max-width: 640px) {
  .v2-hero__grid{gap:44px}
  .v2-hero__asset{width:100%}
}