:root {
  --site-gutter: clamp(1.25rem, 4.5vw, 5.5rem);
  --site-content: 1380px;
  --site-navy: #081b33;
  --site-navy-soft: #0e3153;
  --site-mint: #eaf7ee;
  --site-paper: #f8fbf8;
}

html {
  scroll-padding-top: 112px;
}

body {
  overflow-x: clip;
}

.site-home .nav {
  background: transparent !important;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-home .brand {
  color: #fff;
  text-shadow: 0 2px 18px rgba(5, 20, 39, 0.72);
}

.site-home .brand .logo {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
}

.site-home .lang-current,
.site-home .lang-menu,
.site-home .nav-actions .btn-ghost {
  color: #fff;
  background: rgba(8, 27, 51, 0.78) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 14px 34px rgba(5, 20, 39, 0.24);
  backdrop-filter: blur(18px);
}

.site-home .nav-links {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-home .nav-links a {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 16px rgba(5, 20, 39, 0.82);
}

.site-home .nav-links a:hover {
  color: #9af35f;
  background: transparent;
}

.site-home .lang-current::after {
  color: rgba(255, 255, 255, 0.7);
}

.site-home .selected-locale {
  color: #fff;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.site-home .lang-code {
  color: #fff;
}

.site-home .lang-option {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.site-home .lang-option:hover,
.site-home .lang-option.active {
  color: #fff;
  background: rgba(154, 243, 95, 0.18);
  border-color: rgba(154, 243, 95, 0.42);
}

.site-home .option-code,
.site-home .lang-option.active .option-code {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.site-home .wrap,
.site-home .hero-wrap,
.site-home .office-wrap,
.site-home .cta-card,
.site-home .footer > .wrap {
  width: min(var(--site-content), calc(100% - (2 * var(--site-gutter))));
  max-width: none;
  margin-inline: auto;
}

.site-home .section,
.site-home .offices,
.site-home .cta {
  padding-inline: 0;
}

.site-home .hero-note {
  display: none;
}

.site-home .hero {
  min-height: clamp(700px, 88svh, 820px);
  padding: 124px 0 52px;
  color: #fff;
  background: var(--site-navy);
}

.site-home .hero::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 20, 39, 0.9) 0%, rgba(5, 20, 39, 0.76) 43%, rgba(5, 20, 39, 0.32) 74%, rgba(5, 20, 39, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 20, 39, 0.12) 0%, rgba(5, 20, 39, 0.34) 62%, rgba(8, 27, 51, 0.84) 88%, var(--site-navy) 100%);
  animation: none;
}

.hero-planning-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  background: var(--site-navy);
}

.hero-planning-backdrop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  opacity: 0.78;
}

.site-home .hero-wrap {
  display: grid;
  min-height: calc(clamp(700px, 88svh, 820px) - 176px);
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.site-home .hero-wrap > div:first-of-type {
  max-width: 880px;
}

.site-home .hero h1 {
  max-width: 10em;
  color: #fff;
  font-size: clamp(4rem, 5.184vw, 5.94rem);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.28);
}

.site-home .hero .lead {
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.84);
}

.site-home .hero .lead strong {
  color: #fff;
}

.site-home .hero .btn-ghost {
  color: #fff;
  background: rgba(8, 27, 51, 0.58);
  border-color: rgba(255, 255, 255, 0.34);
}

.site-home .hero-metrics {
  max-width: 760px;
}

.site-home .hero .metric {
  color: #fff;
  background: rgba(8, 27, 51, 0.68);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: none;
}

.site-home .hero .metric span {
  color: rgba(255, 255, 255, 0.72);
}

.site-home .hero-choice-card {
  display: none;
}

.planning-intro {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 0;
  color: #fff;
  background: var(--site-navy);
  isolation: isolate;
}

.site-home .planning-story {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.planning-visual {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  background: var(--site-navy);
  border-radius: 0;
  box-shadow: none;
}

.planning-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 52%;
  opacity: 0.82;
  transform: scale(1.1);
  border-radius: 0;
  transition: transform 700ms ease, object-position 700ms ease, filter 700ms ease;
}

.planning-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--site-navy) 0%, rgba(8, 27, 51, 0.92) 5%, rgba(8, 27, 51, 0.48) 14%, transparent 28%),
    radial-gradient(circle at 20% 38%, transparent 0 12%, rgba(5, 20, 39, 0.18) 34%, rgba(5, 20, 39, 0.7) 72%),
    linear-gradient(90deg, rgba(5, 20, 39, 0.2), rgba(5, 20, 39, 0.84) 82%);
  transition: background 500ms ease;
}

.planning-visual[data-stage="2"] img {
  object-position: 50% 52%;
  transform: scale(1.08);
  filter: saturate(1.06);
}

.planning-visual[data-stage="2"]::after {
  background:
    linear-gradient(180deg, var(--site-navy) 0%, rgba(8, 27, 51, 0.92) 5%, rgba(8, 27, 51, 0.48) 14%, transparent 28%),
    radial-gradient(circle at 50% 45%, transparent 0 13%, rgba(5, 20, 39, 0.16) 35%, rgba(5, 20, 39, 0.68) 72%),
    linear-gradient(90deg, rgba(5, 20, 39, 0.24), rgba(5, 20, 39, 0.84) 82%);
}

.planning-visual[data-stage="3"] img {
  object-position: 78% 52%;
  transform: scale(1.07);
  filter: saturate(1.12);
}

.planning-visual[data-stage="3"]::after {
  background:
    linear-gradient(180deg, var(--site-navy) 0%, rgba(8, 27, 51, 0.92) 5%, rgba(8, 27, 51, 0.48) 14%, transparent 28%),
    radial-gradient(circle at 76% 52%, transparent 0 12%, rgba(5, 20, 39, 0.14) 34%, rgba(5, 20, 39, 0.68) 72%),
    linear-gradient(90deg, rgba(5, 20, 39, 0.34), rgba(5, 20, 39, 0.8) 82%);
}

.planning-visual figcaption {
  position: absolute;
  top: 50%;
  right: var(--site-gutter);
  z-index: 2;
  display: grid;
  gap: 1.1rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transform: translateY(-50%);
}

.planning-visual figcaption::before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 50%;
  z-index: -1;
  width: 1px;
  background: rgba(255, 255, 255, 0.38);
  transform: translateX(-50%);
}

.planning-visual figcaption span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 950;
  background: rgba(8, 27, 51, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.planning-visual figcaption span.is-active {
  color: #173800;
  background: #9af35f;
  border-color: #9af35f;
}

.planning-copy h2 {
  max-width: 10ch;
  margin: 1rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.32);
}

.planning-copy {
  position: relative;
  z-index: 2;
  min-height: 300svh;
  margin-top: -100svh;
  padding: 16svh var(--site-gutter) 12svh;
}

.planning-intro-copy {
  position: sticky;
  top: 16svh;
  z-index: 2;
  width: min(620px, 44vw);
}

.planning-intro-copy > .lead {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.78);
}

.planning-steps {
  display: block;
  margin: 12svh 0 0;
  padding: 0;
  list-style: none;
}

.planning-steps li {
  display: flex;
  min-height: 74svh;
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(3.5rem, 8vw, 8rem);
  opacity: 0.45;
  transition: opacity 220ms ease;
}

.planning-steps li.is-active {
  opacity: 1;
}

.planning-step-card {
  width: min(460px, calc(100vw - (2 * var(--site-gutter))));
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: rgba(8, 27, 51, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transform: translateY(1rem);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.planning-steps li.is-active .planning-step-card {
  background: rgba(8, 27, 51, 0.92);
  border-color: rgba(154, 243, 95, 0.62);
  transform: none;
}

.planning-step-card > span {
  color: #9af35f;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planning-steps h3 {
  margin: 0.75rem 0 0.55rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  letter-spacing: 0;
}

.planning-steps p {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.planning-copy > .home-read-more {
  position: relative;
  z-index: 2;
  display: flex;
  width: fit-content;
  margin-left: auto;
  color: #fff;
}

.site-home .home-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  margin-top: 1.15rem;
  color: currentColor;
  font-weight: 900;
  text-decoration: none;
}

.site-home .home-read-more::after {
  content: "\2192";
  font-size: 1.15em;
  transition: transform 180ms ease;
}

.site-home .home-read-more:hover::after,
.site-home .home-read-more:focus-visible::after {
  transform: translateX(0.25rem);
}

.site-home #solutions {
  z-index: 1;
  padding-block: clamp(5rem, 8vw, 8rem) clamp(8rem, 12vw, 12rem);
  color: #fff;
  background: var(--site-navy);
}

.site-home #solutions .section-head h2,
.site-home #solutions .column-head h3 {
  color: #fff;
}

.site-home #solutions .section-head .lead,
.site-home #solutions .column-head p {
  color: rgba(255, 255, 255, 0.74);
}

.migration-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.25rem, 6vw, 7rem);
  align-items: start;
}

.story-sticky {
  position: sticky;
  top: 112px;
  align-self: start;
}

.story-sticky .section-head {
  display: block;
  margin: 0;
}

.story-sticky .section-head > div,
.story-sticky .section-head h2 {
  max-width: none;
}

.story-sticky .section-head h2 {
  font-size: clamp(2.35rem, 3.1vw, 4rem);
  line-height: 0.98;
}

.story-sticky .section-head .lead {
  max-width: 46ch;
  margin-top: 1.25rem;
  font-size: 1.02rem;
  line-height: 1.62;
}

.story-progress {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0.75rem;
}

.story-progress a {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-height: 48px;
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  border-radius: 8px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.story-progress a span {
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.story-progress a b {
  min-width: 0;
  font-size: 0.86rem;
  line-height: 1.25;
}

.story-progress a.is-active {
  color: #fff;
  background: rgba(128, 225, 66, 0.13);
}

.story-progress a.is-active span {
  color: var(--lime);
}

.migration-story .sap-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2.4rem);
}

.migration-story .sap-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(68vh, 590px);
  padding: clamp(1.6rem, 3.3vw, 3.2rem);
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  opacity: 0.7;
  transform: scale(0.985);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease;
}

.migration-story .sap-option.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(128, 225, 66, 0.58);
}

.migration-story .sap-option h3,
.migration-story .sap-option h4 {
  max-width: 24ch;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.35vw, 2.65rem);
}

.migration-story .sap-option p,
.migration-story .sap-option li {
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
}

.site-home #accelerators {
  width: 100vw;
  margin: clamp(5rem, 9vw, 8rem) calc(50% - 50vw) 0;
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  overflow: hidden;
  background: #0a1d36;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}

.site-home #accelerators::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(110deg, rgba(154, 243, 95, 0.11), transparent 34%),
    linear-gradient(135deg, #0a1d36 0%, #17385b 72%);
  animation: none;
}

.site-home #accelerators::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 36%;
  background: var(--site-mint);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.accelerator-inner {
  position: relative;
  z-index: 2;
  width: min(var(--site-content), calc(100% - (2 * var(--site-gutter))));
  margin-inline: auto;
}

.site-home #accelerators .column-head {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.site-home #accelerators .column-badge {
  color: var(--site-navy);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(8, 27, 51, 0.12);
}

.site-home #accelerators .tms-hero {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(300px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.accelerator-copy {
  position: relative;
  z-index: 2;
}

.site-home #accelerators .tms-hero h3 {
  max-width: 11ch;
  margin: 0 0 1.4rem;
  font-size: clamp(3rem, 4.6vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.site-home #accelerators .accelerator-copy > p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.site-home #accelerators .accelerator-copy > .btn {
  width: fit-content;
  margin-top: 2rem;
}

.accelerator-blueprint {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(240px, 1fr) 150px minmax(180px, 0.72fr);
  gap: clamp(1.2rem, 2vw, 2rem);
  align-items: center;
}

.site-home #accelerators .tms-panel {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
}

.site-home #accelerators .tms-panel > strong {
  display: block;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-home #accelerators .tms-list {
  gap: 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-home #accelerators .tms-list div {
  min-height: 92px;
  align-items: center;
  padding: 1rem 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.45;
}

.site-home #accelerators .tms-list i {
  color: #143800;
  background: #9af35f;
}

.accelerator-core {
  position: relative;
  z-index: 3;
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  gap: 0.25rem;
  color: #fff;
  text-align: center;
  background: var(--site-navy);
  border: 16px solid rgba(234, 247, 238, 0.94);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(8, 27, 51, 0.18), 0 20px 48px rgba(5, 20, 39, 0.24);
}

.accelerator-core::before,
.accelerator-core::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(1.2rem, 2vw, 2rem);
  height: 2px;
  background: #9af35f;
  transform: translateY(-50%);
}

.accelerator-core::before {
  right: 100%;
}

.accelerator-core::after {
  left: 100%;
}

.accelerator-core strong {
  font-size: 1rem;
}

.accelerator-core span {
  color: #9af35f;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-home #accelerators .tms-kpis {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  color: var(--site-navy);
  border-top: 1px solid rgba(8, 27, 51, 0.18);
}

.site-home #accelerators .tms-kpis div {
  padding: 1.15rem 0;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(8, 27, 51, 0.18);
  border-radius: 0;
}

.site-home #accelerators .tms-kpis strong {
  color: #2f760f;
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
  line-height: 1;
}

.site-home #accelerators .tms-kpis span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(8, 27, 51, 0.64);
}

.site-home #accelerators .tms-list div:nth-child(n + 3) {
  display: none;
}

.site-home #solutions .decision-strip {
  margin-top: 0;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-home #solutions .decision-card {
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-home #solutions .decision-card h4 {
  margin-bottom: 0.65rem;
  color: #9af35f;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-home #solutions .decision-card p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.72);
}

.site-home #solutions .decision-vs {
  color: #9af35f;
  background: transparent;
  border: 1px solid rgba(154, 243, 95, 0.48);
  box-shadow: none;
}

.site-home #portal {
  z-index: 2;
  padding-top: 0;
  background: var(--site-paper);
}

.site-home #portal > .wrap {
  position: relative;
  top: clamp(-5rem, -6vw, -3rem);
}

.site-home #portal .panel,
.site-home #portal .screen {
  border-radius: 8px;
}

.site-home #portal .tick span {
  display: none;
}

.site-home #portal .tick {
  min-height: 58px;
  align-items: center;
  border-radius: 8px;
}

.site-home #advanced {
  margin-top: clamp(-2rem, -3vw, -1rem);
  padding-block: clamp(5rem, 8vw, 8rem);
  color: #fff;
  background: var(--site-navy-soft);
}

.site-home #advanced .section-head h2,
.site-home #advanced .section-head .lead {
  color: #fff;
}

.site-home #advanced .section-head .lead {
  color: rgba(255, 255, 255, 0.74);
}

.site-home #advanced .path {
  color: var(--ink);
  border-radius: 8px;
}

.site-home #advanced .alt-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.site-home #alternative h2 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 3.6vw, 4.4rem) !important;
  line-height: 0.98;
  letter-spacing: 0;
}

.site-home #alternative {
  color: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-home #alternative:hover {
  border-color: rgba(168, 242, 98, 0.58);
  box-shadow: 0 28px 68px rgba(5, 18, 38, 0.28);
  transform: translateY(-2px);
}

.site-home #alternative:focus-visible {
  outline: 3px solid #a8f262;
  outline-offset: 5px;
}

.site-home #alternative > div:first-child > p {
  display: none;
}

.site-home #alternative .alt-list div {
  border-radius: 8px;
}

.site-home #offices .brand-tile {
  display: none !important;
}

.site-home #support {
  padding-top: clamp(5rem, 8vw, 7rem);
  background: var(--site-mint);
}

.site-home #support::before {
  display: none;
}

.site-home #support .support {
  border-radius: 8px;
}

.site-home #support .support li:nth-child(n + 4) {
  display: none;
}

.site-home #paths {
  background: #fff;
}

.site-home #offices {
  background: var(--site-paper);
}

.site-home #offices .office-wrap,
.site-home #offices .office-tile {
  border-radius: 8px;
}

.site-home #contact {
  background: var(--site-navy);
}

.site-home #contact .cta-card {
  border-radius: 8px;
}

.tmx-site-footer {
  padding: 0;
  color: #aeb2c8;
  background: #070816;
  border-top: 1px solid rgba(153, 160, 220, 0.12);
}

.tmx-footer-grid {
  display: grid;
  width: min(var(--site-content), calc(100% - (2 * var(--site-gutter))));
  margin-inline: auto;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(150px, 0.65fr));
  gap: clamp(2.5rem, 5vw, 5rem);
}

.tmx-footer-overview {
  max-width: 32rem;
}

.tmx-footer-brand-large {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease;
}

.tmx-footer-brand-large:hover,
.tmx-footer-brand-large:focus-visible {
  transform: translateY(-2px);
}

.tmx-footer-brand-large img {
  width: 3.3rem;
  height: 3.3rem;
  object-fit: contain;
}

.tmx-footer-brand-large span {
  display: grid;
  gap: 0.08rem;
}

.tmx-footer-brand-large strong {
  color: #fff;
  font-size: 1.22rem;
  letter-spacing: 0;
}

.tmx-footer-brand-large small {
  color: #9297b4;
  font-size: 0.8rem;
}

.tmx-footer-overview p {
  max-width: 31rem;
  margin: 1.45rem 0 0;
  color: #aeb2c8;
  line-height: 1.68;
}

.tmx-footer-email {
  display: inline-flex;
  margin-top: 1.25rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.tmx-footer-email:hover,
.tmx-footer-email:focus-visible {
  color: #9af35f;
}

.tmx-footer-column {
  display: grid;
  align-content: start;
  gap: 0.82rem;
}

.tmx-footer-column > strong {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tmx-footer-column a {
  color: #aeb2c8;
  font-size: 0.92rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.tmx-footer-column a:hover,
.tmx-footer-column a:focus-visible {
  color: #fff;
  transform: translateX(0.2rem);
}

.tmx-footer-column .tmx-footer-contact {
  width: fit-content;
  margin-top: 0.35rem;
  padding-bottom: 0.2rem;
  color: #fff;
  border-bottom: 1px solid #9af35f;
  font-weight: 800;
}

.tmx-footer-bottom {
  display: flex;
  width: min(var(--site-content), calc(100% - (2 * var(--site-gutter))));
  margin-inline: auto;
  padding: 1.35rem 0 1.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #858aa5;
  border-top: 1px solid rgba(153, 160, 220, 0.12);
  font-size: 0.82rem;
}

.tmx-footer-bottom a {
  color: #c8cad9;
  font-weight: 700;
  text-decoration: none;
}

.tmx-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.tmx-footer-status i {
  width: 0.46rem;
  height: 0.46rem;
  background: #9af35f;
  border-radius: 50%;
  box-shadow: 0 0 0 0.25rem rgba(154, 243, 95, 0.1);
}

.site-home .sap-option,
.site-home .path,
.site-home .support,
.site-home .office-tile,
.site-home .decision-card {
  will-change: auto;
}

/* Focused content pages */
.site-subpage {
  margin: 0;
  color: #132033;
  background: var(--site-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-subpage *,
.site-subpage *::before,
.site-subpage *::after {
  box-sizing: border-box;
}

.site-subpage a {
  color: inherit;
}

.subpage-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #fff;
  background: rgba(7, 8, 22, 0.96);
  border-bottom: 1px solid rgba(153, 160, 220, 0.14);
  backdrop-filter: blur(16px);
}

.subpage-nav-inner,
.band-inner,
.subpage-footer-inner {
  width: min(var(--site-content), calc(100% - (2 * var(--site-gutter))));
  margin-inline: auto;
}

.subpage-nav-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 78px;
}

.subpage-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-right: auto;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
  text-decoration: none;
}

.subpage-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.subpage-links,
.subpage-locales {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.subpage-links a,
.subpage-locales a {
  color: rgba(255, 255, 255, 0.84);
  padding: 0.55rem 0.7rem;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.subpage-links a:hover,
.subpage-links a:focus-visible,
.subpage-locales a:hover,
.subpage-locales a:focus-visible,
.subpage-locales a[aria-current="page"] {
  color: #9af35f;
  background: rgba(154, 243, 95, 0.14);
}

.subpage-hero,
.content-band {
  padding-block: clamp(4rem, 8vw, 8rem);
}

.subpage-hero {
  padding-block: clamp(3.5rem, 5vw, 5.5rem);
  color: #fff;
  background: var(--site-navy);
}

.subpage-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
  font-weight: 800;
}

.subpage-breadcrumb a {
  color: inherit;
}

.subpage-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #9af35f;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subpage-hero h1 {
  max-width: 20ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.subpage-hero p {
  max-width: 62ch;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.detail-visual-band {
  position: relative;
  padding: 0 0 clamp(3rem, 6vw, 6rem);
  background: var(--site-navy);
}

.detail-visual-band::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  background: #fff;
}

.detail-visual-band .band-inner {
  position: relative;
  z-index: 1;
}

.detail-visual-band figure {
  aspect-ratio: 3 / 2;
  max-height: 720px;
  margin: 0;
  overflow: hidden;
  background: #edf6f1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 1.25rem 1.25rem 0 var(--site-mint);
}

.detail-visual-band img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band-light {
  background: #fff;
}

.band-mint {
  background: var(--site-mint);
}

.band-dark {
  color: #fff;
  background: var(--site-navy-soft);
}

.content-band.overlap {
  position: relative;
  padding-top: clamp(3.5rem, 6vw, 6rem);
}

.content-band.overlap::before {
  content: "";
  position: absolute;
  top: -56px;
  right: 0;
  width: min(38vw, 560px);
  height: 56px;
  background: inherit;
}

.band-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.band-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.2vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.band-heading p {
  max-width: 62ch;
  margin: 0;
  color: #5c6878;
  font-size: 1.05rem;
  line-height: 1.7;
}

.band-dark .band-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.detail-card {
  min-width: 0;
  padding: clamp(1.4rem, 2.5vw, 2.2rem);
  color: #132033;
  background: #fff;
  border: 1px solid rgba(28, 57, 70, 0.12);
  border-radius: 8px;
}

.detail-card .detail-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.1rem;
  color: #18344d;
  background: #bdf69a;
  border-radius: 50%;
  font-weight: 950;
}

.detail-card h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.detail-card p,
.detail-card li {
  color: #5c6878;
  line-height: 1.62;
}

.detail-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.detail-card li + li {
  margin-top: 0.5rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.related-grid a {
  display: flex;
  min-height: 118px;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.related-grid a::after {
  content: "\2192";
  color: #9af35f;
}

.subpage-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  color: #102033;
  background: #bdf69a;
  border-radius: 8px;
}

.subpage-cta h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.subpage-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  color: #fff;
  background: var(--site-navy);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.subpage-footer {
  padding-block: 2rem;
  color: rgba(255, 255, 255, 0.68);
  background: var(--site-navy);
}

.subpage-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 1040px) {
  .planning-intro {
    padding: 0 0 4rem;
  }

  .planning-story {
    display: block;
  }

  .planning-visual {
    position: relative;
    top: auto;
    width: 100%;
    height: clamp(360px, 62vw, 560px);
    max-width: none;
  }

  .planning-visual img,
  .planning-visual[data-stage="2"] img,
  .planning-visual[data-stage="3"] img {
    object-position: center 52%;
    transform: none;
  }

  .planning-visual::after,
  .planning-visual[data-stage="2"]::after,
  .planning-visual[data-stage="3"]::after {
    background:
      linear-gradient(180deg, var(--site-navy) 0%, rgba(8, 27, 51, 0.7) 18%, transparent 42%),
      linear-gradient(180deg, rgba(5, 20, 39, 0.08), rgba(5, 20, 39, 0.62));
  }

  .planning-visual figcaption {
    top: auto;
    right: var(--site-gutter);
    bottom: 1rem;
    display: flex;
    transform: none;
  }

  .planning-visual figcaption::before {
    display: none;
  }

  .planning-copy {
    min-height: auto;
    margin-top: 0;
    padding: 3.5rem var(--site-gutter) 0;
  }

  .planning-intro-copy {
    position: relative;
    top: auto;
    width: auto;
  }

  .planning-copy h2 {
    max-width: 14ch;
  }

  .planning-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 2.5rem;
  }

  .planning-steps li {
    display: block;
    min-height: auto;
    padding: 0;
    opacity: 1;
  }

  .planning-step-card,
  .planning-steps li.is-active .planning-step-card {
    width: auto;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    transform: none;
  }

  .planning-copy > .home-read-more {
    margin: 1.5rem 0 0;
  }

  .site-home #accelerators .tms-hero {
    grid-template-columns: 1fr;
  }

  .accelerator-blueprint {
    grid-template-columns: minmax(240px, 1fr) 140px minmax(190px, 0.72fr);
  }

  .site-home #advanced .alt-card {
    grid-template-columns: 1fr;
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .migration-story {
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
    gap: 2rem;
  }

  .story-progress a b {
    font-size: 0.78rem;
  }

  .subpage-links {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-home .hero-choice-card {
    min-height: auto;
    aspect-ratio: 3 / 2;
  }

  .planning-steps {
    grid-template-columns: 1fr;
  }

  .migration-story {
    display: block;
  }

  .story-sticky {
    position: static;
    margin-bottom: 2.5rem;
  }

  .story-progress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 0.75rem;
  }

  .story-progress a {
    display: flex;
    justify-content: center;
    min-height: 42px;
    padding: 0.4rem;
  }

  .story-progress a b {
    display: none;
  }

  .migration-story .sap-option {
    min-height: auto;
    opacity: 1;
    transform: none;
  }

  .site-home #portal > .wrap {
    top: -2.5rem;
  }

  .band-heading,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .band-heading {
    gap: 1rem;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .site-home .brand .logo {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
  }

  .tmx-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmx-footer-overview {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-home .brand .logo {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
  }
}

@media (max-width: 680px) {
  :root {
    --site-gutter: 1rem;
  }

  html {
    scroll-padding-top: 88px;
  }

  .tmx-footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-block: 4rem;
  }

  .tmx-footer-overview {
    grid-column: auto;
  }

  .tmx-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-home .hero {
    min-height: auto;
    padding: 108px 0 42px;
  }

  .site-home .hero-wrap {
    min-height: auto;
  }

  .site-home .hero h1 {
    max-width: none;
    font-size: clamp(3.132rem, 12.96vw, 3.78rem);
    line-height: 0.94;
  }

  .site-home .hero .lead[data-i18n-html="t012"] {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.98rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .site-home .hero-metrics {
    display: none;
  }

  .site-home .hero-actions {
    margin-bottom: 0;
  }

  .site-home #solutions {
    padding-block: 4rem 7rem;
  }

  .planning-intro {
    padding: 0 0 3.5rem;
  }

  .planning-visual {
    height: clamp(260px, 68vw, 420px);
    margin: 0;
    box-shadow: none;
  }

  .planning-copy {
    padding: 3rem 1rem 0;
  }

  .planning-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .planning-step-card {
    padding: 1.35rem;
  }

  .site-home #accelerators {
    width: calc(100% + 2rem);
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 4.25rem 0 0;
  }

  .site-home #accelerators::after {
    top: auto;
    width: 100%;
    height: 27%;
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
  }

  .site-home #accelerators .column-head {
    align-items: center;
    margin-bottom: 2.5rem;
  }

  .site-home #accelerators .column-badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
  }

  .site-home #accelerators .tms-hero {
    gap: 3rem;
  }

  .accelerator-blueprint {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .site-home #accelerators .tms-panel {
    max-width: none;
  }

  .accelerator-core {
    width: 132px;
    height: 132px;
    margin-inline: auto;
  }

  .accelerator-core::before,
  .accelerator-core::after {
    left: 50%;
    width: 2px;
    height: 1.5rem;
    transform: translateX(-50%);
  }

  .accelerator-core::before {
    top: auto;
    right: auto;
    bottom: 100%;
  }

  .accelerator-core::after {
    top: 100%;
  }

  .site-home #accelerators .tms-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 3rem 1rem 2.5rem;
    border-top: 0;
  }

  .site-home #accelerators .tms-kpis div {
    padding: 0.75rem;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid rgba(8, 27, 51, 0.14);
  }

  .site-home #accelerators .tms-kpis div:last-child {
    border-right: 0;
  }

  .site-home #accelerators .tms-kpis strong {
    font-size: clamp(1.25rem, 7vw, 1.8rem);
  }

  .site-home #solutions .decision-strip {
    gap: 1.5rem;
    padding-top: 2.75rem;
  }

  .site-home #solutions .decision-vs {
    margin-inline: auto;
  }

  .site-home #accelerators .tms-hero h3,
  .site-home #alternative h2 {
    font-size: clamp(2rem, 9vw, 3.2rem) !important;
  }

  .story-sticky .section-head h2 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .migration-story .sap-option {
    padding: 1.35rem;
  }

  .site-home #support::before,
  .content-band.overlap::before {
    width: 42%;
    height: 36px;
    top: -36px;
  }

  .subpage-nav-inner {
    min-height: 70px;
  }

  .subpage-brand img {
    width: 50px;
    height: 50px;
  }

  .subpage-brand span,
  .subpage-locales a:not([aria-current="page"]) {
    display: none;
  }

  .subpage-hero,
  .content-band {
    padding-block: 3.5rem;
  }

  .subpage-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.8rem);
  }

  .subpage-cta,
  .subpage-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .site-home .nav-inner {
    gap: 6px;
    padding-inline: 10px;
  }

  .site-home .brand .logo {
    width: 53px !important;
    height: 53px !important;
    min-width: 53px !important;
  }

  .site-home .lang-current {
    min-width: 146px !important;
    padding-inline: 8px !important;
  }

  .site-home .nav-actions {
    min-width: 0;
  }

  .site-home .nav-actions .btn-primary {
    width: 100px;
    min-width: 0;
    padding-inline: 7px !important;
    font-size: 0.72rem !important;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (hover: none), (max-width: 900px) {
  .site-home .noise {
    display: none;
  }

  .site-home .hero::before,
  .site-home .tms-route::before,
  .site-home .sap-column::before,
  .site-home .tms-column::before,
  .site-home .tms-lite-card::before {
    animation: none !important;
  }

  .site-home .nav,
  .site-home .lang-menu,
  .site-home .tms-panel {
    backdrop-filter: none !important;
  }

  .site-home .nav {
    background: transparent !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .story-progress a,
  .migration-story .sap-option,
  .planning-steps li,
  .planning-visual figcaption span,
  .home-read-more::after {
    transition: none;
  }
}
