/* Homepage positioning 2026 */
.home-page--steuerung .home-landing {
  --landing-radius-card: 22px;
  --landing-type-hero: clamp(34px, 3.1vw, 48px);
  --landing-type-h2: clamp(27px, 2.1vw, 32px);
  --landing-type-h3: 22px;
  --max: 1280px;
  background: #06080d;
  overflow-x: hidden;
}

.home-page--steuerung .home-landing-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 106px;
  background:
    radial-gradient(760px 420px at 52% 30%, rgba(0, 177, 229, 0.58), transparent 68%),
    radial-gradient(700px 360px at 8% 0%, rgba(84, 226, 215, 0.16), transparent 70%),
    linear-gradient(135deg, #004982 0%, #0076bd 45%, #05306d 100%);
  color: #ffffff;
}

.home-page--steuerung .home-landing-hero::before,
.home-page--steuerung .home-landing-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.52;
}

.home-page--steuerung .home-landing-hero::before {
  right: -10%;
  bottom: -40%;
  width: 78%;
  height: 82%;
  border-radius: 52% 48% 0 0;
  background: linear-gradient(140deg, rgba(31, 206, 209, 0.32), rgba(5, 41, 105, 0.08));
  transform: rotate(-9deg);
}

.home-page--steuerung .home-landing-hero::after {
  left: -16%;
  bottom: -36%;
  width: 78%;
  height: 58%;
  border-radius: 0 88% 0 0;
  background: linear-gradient(130deg, rgba(49, 212, 212, 0.2), rgba(4, 39, 91, 0.22));
  transform: rotate(-4deg);
}

.home-page--steuerung .home-landing-hero .wrap {
  position: relative;
  z-index: 1;
}

.home-page--steuerung .landing-hero__content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-page--steuerung .home-landing-hero h1,
.home-page--steuerung .landing-section-head h2,
.home-page--steuerung .landing-demo__box h2,
.home-page--steuerung h3 {
  letter-spacing: 0;
}

.home-page--steuerung .home-landing-hero h1 {
  max-width: min(100%, 56ch);
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  line-height: 1.08;
  text-shadow: 0 10px 28px rgba(2, 20, 52, 0.28);
}

.home-page--steuerung .landing-hero__text {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  color: rgba(241, 248, 255, 0.9);
}

.home-page--steuerung .landing-hero__actions,
.home-page--steuerung .landing-trust-line {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.home-page--steuerung .landing-trust-line li {
  border-color: rgba(183, 243, 111, 0.46);
  background:
    linear-gradient(180deg, rgba(183, 243, 111, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(4, 36, 80, 0.34);
  color: #e9ffbe;
  box-shadow: 0 16px 34px rgba(2, 20, 52, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.home-page--steuerung .landing-trust-line li:first-child {
  border-color: rgba(183, 243, 111, 0.62);
  color: #d9ff94;
}

.home-page--steuerung .home-landing-hero .btn.primary {
  background: linear-gradient(135deg, #48d6cc 0%, #73aef8 100%);
  color: #071833;
}

.home-page--steuerung .home-landing-hero .btn:not(.primary) {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.92);
  color: #122846;
}

.landing-hero-showcase {
  max-width: 1120px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(0, 0.72fr));
  gap: 18px;
  align-items: stretch;
}

.landing-hero-shot {
  position: relative;
  overflow: hidden;
  height: 360px;
  min-height: 360px;
  margin: 0;
  border: 1px solid rgba(74, 101, 145, 0.18);
  border-radius: 22px;
  background: #0c1424;
  box-shadow: 0 28px 70px rgba(35, 56, 91, 0.2);
}

.landing-hero-shot--wide {
  min-height: 360px;
}

.landing-hero-shot img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.landing-hero-shot figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(8, 14, 24, 0.82);
  color: #f6f9ff;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 12px;
  backdrop-filter: blur(12px);
}

.landing-trust-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 46px auto 0;
  padding: 0;
}

.landing-trust-line li {
  position: relative;
  list-style: none;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 40, 74, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #334b70;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 13px 7px 34px;
}

.landing-trust-line li::before {
  content: "\2713";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(183, 243, 111, 0.22);
  color: #d9ff94;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(217, 255, 148, 0.34), 0 0 0 4px rgba(183, 243, 111, 0.1);
  transform: translateY(-50%);
}

.landing-trust-line li:first-child::before {
  background: rgba(183, 243, 111, 0.28);
}

.home-page--steuerung .home-landing-hero .landing-trust-line {
  margin-top: 76px;
}

.landing-fit-note {
  max-width: 1120px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(132, 159, 209, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(25, 32, 47, 0.98), rgba(9, 14, 24, 0.98));
  box-shadow: var(--landing-shadow-dark);
  padding: 22px 24px;
}

.landing-fit-note strong {
  color: #f5f8ff;
  font-size: 20px;
  line-height: 1.2;
}

.landing-fit-note span {
  color: #c5d1e5;
  font-size: 17px;
  line-height: 1.5;
}

.landing-system-animation {
  padding: 104px 0;
  border-top: 1px solid rgba(132, 159, 209, 0.12);
  background:
    radial-gradient(760px 320px at 18% 15%, rgba(45, 212, 191, 0.1), transparent 68%),
    radial-gradient(720px 320px at 84% 20%, rgba(96, 165, 250, 0.14), transparent 66%),
    #06080d;
}

.landing-system-animation__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 48px;
  align-items: center;
}

.landing-system-animation--text-only .landing-system-animation__grid {
  max-width: 820px;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

.landing-system-animation--text-only .landing-system-animation__copy h2,
.landing-system-animation--text-only .landing-system-animation__copy > p:not(.section-label) {
  margin-left: auto;
  margin-right: auto;
}

.landing-system-animation--text-only .landing-system-animation__points {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.landing-system-animation__inline-flow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 680px;
  margin: 30px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(132, 159, 209, 0.2);
  border-radius: 999px;
  background: rgba(12, 22, 40, 0.58);
  overflow: hidden;
}

.landing-system-animation__inline-flow::before {
  content: "";
  position: absolute;
  inset: 50% 20px auto;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.82), rgba(96, 165, 250, 0.82), transparent);
  transform: translateY(-50%);
  animation: landing-inline-flow 5.5s ease-in-out infinite;
}

.landing-system-animation__inline-flow span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(151, 184, 236, 0.24);
  border-radius: 999px;
  background: rgba(238, 247, 255, 0.94);
  color: #10284a;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 12px;
}

@keyframes landing-inline-flow {
  0%,
  100% {
    opacity: 0.42;
    transform: translateY(-50%) scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
}

.landing-system-animation__copy h2 {
  max-width: 36ch;
  margin: 14px 0 0;
  color: #f5f8ff;
  font-size: clamp(28px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: 0;
}

.landing-system-animation__copy > p:not(.section-label) {
  max-width: 56ch;
  margin: 22px 0 0;
  color: #c5d1e5;
  font-size: 17px;
  line-height: 1.55;
}

.landing-system-animation__points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}

.landing-system-animation__points li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  color: #edf4ff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.landing-system-animation__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2dd4bf, #60a5fa);
}

.landing-system-animation__map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(132, 159, 209, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(rgba(151, 184, 236, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 184, 236, 0.055) 1px, transparent 1px),
    radial-gradient(380px 220px at 50% 50%, rgba(73, 134, 228, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(25, 32, 47, 0.98), rgba(9, 14, 24, 0.98));
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: var(--landing-shadow-dark);
}

.landing-system-animation__map::before,
.landing-system-animation__map::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 181, 255, 0.56), transparent);
}

.landing-system-animation__map::after {
  left: 50%;
  right: auto;
  top: 12%;
  bottom: 12%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(45, 212, 191, 0.52), transparent);
}

.landing-system-animation__hub {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 154px;
  min-height: 154px;
  display: grid;
  place-content: center;
  gap: 6px;
  border: 1px solid rgba(151, 184, 236, 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(96, 165, 250, 0.26), transparent 62%),
    rgba(7, 14, 26, 0.94);
  box-shadow: 0 0 0 14px rgba(96, 165, 250, 0.05), 0 28px 70px rgba(0, 0, 0, 0.32);
  color: #eef6ff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.landing-system-animation__hub span {
  color: #7fb8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-system-animation__hub strong {
  font-size: 25px;
  line-height: 1;
}

.landing-system-node {
  position: absolute;
  z-index: 2;
  width: 205px;
  min-height: 132px;
  border: 1px solid rgba(151, 184, 236, 0.22);
  border-radius: 20px;
  background: rgba(10, 18, 32, 0.9);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
  padding: 18px;
  backdrop-filter: blur(14px);
}

.landing-system-node--baustelle {
  left: 28px;
  top: 28px;
}

.landing-system-node--lager {
  right: 28px;
  top: 28px;
}

.landing-system-node--buero {
  left: 28px;
  bottom: 28px;
}

.landing-system-node--steuerung {
  right: 28px;
  bottom: 28px;
}

.landing-system-node > span {
  display: block;
  margin-bottom: 10px;
  color: #7fb8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-system-node h3 {
  margin: 0;
  color: #f5f8ff;
  font-size: 21px;
  line-height: 1.12;
}

.landing-system-node__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
}

.landing-system-node__chips li {
  list-style: none;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(151, 184, 236, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #dce8fb;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
}

.landing-moving-chips {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.landing-moving-chip {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(45, 212, 191, 0.4);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.9), rgba(96, 165, 250, 0.94));
  box-shadow: 0 14px 34px rgba(45, 133, 191, 0.24);
  color: #04111e;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 11px;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.45, 0, 0.25, 1);
}

.landing-moving-chip--1 {
  animation-name: kernlogik-route-a;
}

.landing-moving-chip--2 {
  animation-name: kernlogik-route-b;
  animation-delay: 1.6s;
}

.landing-moving-chip--3 {
  animation-name: kernlogik-route-c;
  animation-delay: 3.1s;
}

.landing-moving-chip--4 {
  animation-name: kernlogik-route-d;
  animation-delay: 4.7s;
}

.landing-moving-chip--5 {
  animation-name: kernlogik-route-e;
  animation-delay: 6.2s;
}

@keyframes kernlogik-route-a {
  0%, 8% { opacity: 0; transform: translate(-285px, -178px); }
  15%, 72% { opacity: 1; }
  38% { transform: translate(-76px, -42px); }
  64% { transform: translate(48px, 42px); }
  86% { opacity: 1; transform: translate(258px, 178px); }
  100% { opacity: 0; transform: translate(258px, 178px); }
}

@keyframes kernlogik-route-b {
  0%, 8% { opacity: 0; transform: translate(-290px, -136px); }
  16%, 72% { opacity: 1; }
  42% { transform: translate(-32px, -18px); }
  72% { transform: translate(-286px, 178px); }
  100% { opacity: 0; transform: translate(-286px, 178px); }
}

@keyframes kernlogik-route-c {
  0%, 8% { opacity: 0; transform: translate(-265px, -104px); }
  16%, 70% { opacity: 1; }
  42% { transform: translate(2px, 0); }
  72% { transform: translate(274px, -154px); }
  100% { opacity: 0; transform: translate(274px, -154px); }
}

@keyframes kernlogik-route-d {
  0%, 8% { opacity: 0; transform: translate(278px, -154px); }
  16%, 72% { opacity: 1; }
  42% { transform: translate(36px, -22px); }
  72% { transform: translate(264px, 138px); }
  100% { opacity: 0; transform: translate(264px, 138px); }
}

@keyframes kernlogik-route-e {
  0%, 8% { opacity: 0; transform: translate(-282px, 154px); }
  16%, 72% { opacity: 1; }
  42% { transform: translate(-34px, 26px); }
  72% { transform: translate(264px, 178px); }
  100% { opacity: 0; transform: translate(264px, 178px); }
}

.landing-perspectives {
  padding: 96px 0;
  background: #06080d;
}

.landing-perspective-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.landing-perspective-card {
  overflow: hidden;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(25, 32, 47, 0.98), rgba(9, 14, 24, 0.98));
  box-shadow: var(--landing-shadow-dark);
}

.landing-perspective-card figure {
  height: 220px;
  margin: 0;
  overflow: hidden;
  background: #0c1424;
}

.landing-perspective-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.landing-perspective-card span {
  display: block;
  margin: 24px 24px 12px;
  color: #7fb8ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-perspective-card h3 {
  margin: 0 24px;
  color: #f5f8ff;
  font-size: 23px;
  line-height: 1.16;
}

.landing-perspective-card p {
  margin: 16px 24px 0;
  color: #c5d1e5;
  font-size: 16px;
  line-height: 1.5;
}

.landing-chip-list,
.landing-benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 24px 24px;
  padding: 0;
}

.landing-chip-list li,
.landing-benefit-list li {
  list-style: none;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(151, 184, 236, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #dce8fb;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 10px;
}

.landing-flow {
  position: relative;
  overflow: hidden;
  height: clamp(640px, 56.28vw, 1060px);
  min-height: 0;
  padding: 74px 0 86px;
  background: var(--landing-flow-bg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.landing-flow::before,
.landing-flow::after,
.landing-module-groups::before,
.landing-module-groups::after,
.landing-scenes::before,
.landing-scenes::after,
.landing-why::before,
.landing-why::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.landing-flow::before,
.landing-module-groups::before,
.landing-scenes::before,
.landing-why::before {
  right: -18%;
  top: -16%;
  width: 68%;
  height: 54%;
  border-radius: 0 0 0 76%;
  background: linear-gradient(135deg, rgba(43, 205, 214, 0.18), rgba(2, 51, 124, 0.16));
  transform: rotate(-7deg);
}

.landing-flow::after,
.landing-module-groups::after,
.landing-scenes::after,
.landing-why::after {
  left: -22%;
  bottom: -24%;
  width: 74%;
  height: 50%;
  border-radius: 0 88% 0 0;
  background: linear-gradient(135deg, rgba(39, 195, 213, 0.16), rgba(1, 42, 104, 0.2));
  transform: rotate(-5deg);
}

.landing-flow::before,
.landing-flow::after {
  display: none;
}

.landing-flow .wrap,
.landing-module-groups .wrap,
.landing-scenes .wrap,
.landing-why .wrap {
  position: relative;
  z-index: 1;
}

.landing-flow .landing-section-head h2,
.landing-module-groups .landing-section-head h2,
.landing-scenes .landing-section-head h2 {
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(2, 20, 52, 0.28);
}

.landing-flow .landing-section-head p,
.landing-module-groups .landing-section-head p,
.landing-scenes .landing-section-head p {
  color: rgba(241, 248, 255, 0.9);
  text-shadow: 0 8px 22px rgba(2, 20, 52, 0.22);
}

.landing-flow-visual {
  max-width: 980px;
  margin: clamp(400px, 32vw, 520px) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(3, 35, 86, 0.18);
  box-shadow: 0 22px 56px rgba(2, 28, 72, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  padding: 12px;
}

.landing-flow-visual__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.landing-flow-visual__rail::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(183, 243, 111, 0.95), rgba(72, 214, 204, 0.92), rgba(115, 174, 248, 0.92));
  transform: translateY(-50%);
}

.landing-flow-visual__rail span {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #10284a;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 28px rgba(2, 28, 72, 0.16);
  padding: 10px 14px;
}

.landing-process-image,
.landing-positioning-image {
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  background: #071326;
  box-shadow: 0 28px 76px rgba(2, 28, 72, 0.26);
}

.landing-process-image img,
.landing-positioning-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
}

.landing-focus-section {
  padding: 98px 0;
  background: #06080d;
}

.landing-focus-stack {
  padding: 96px 0 118px;
  background: #06080d;
}

.landing-focus-stack__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
}

.landing-focus-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.landing-focus-panel--top {
  margin-bottom: 42px;
}

.landing-focus-panel--bottom {
  width: 100%;
  margin-top: 48px;
}

.landing-focus-panel h2 {
  max-width: none;
  margin: 0 auto;
  color: #f5f8ff;
  font-size: clamp(28px, 2.2vw, 32px);
  line-height: 1.08;
}

.landing-focus-panel p {
  max-width: 920px;
  margin: 24px auto 0;
  color: #c5d1e5;
  font-size: 17px;
  line-height: 1.55;
}

.landing-focus-panel .landing-focus-points {
  width: min(100%, 1180px);
  max-width: none;
  margin: 32px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 32px;
  text-align: left;
}

.landing-focus-stack__visual {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(132, 159, 209, 0.2);
  border-radius: 24px;
  background: #0c1424;
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.36);
}

.landing-focus-stack__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
}

.landing-focus-section + .landing-focus-section {
  padding-top: 28px;
}

.landing-focus-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.landing-focus-section--reverse .landing-focus-visual {
  order: 2;
}

.landing-focus-visual {
  overflow: hidden;
  min-height: 520px;
  margin: 0;
  border: 1px solid rgba(132, 159, 209, 0.2);
  border-radius: 28px;
  background: #0c1424;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.landing-focus-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.landing-focus-copy h2 {
  max-width: 36ch;
  margin: 0;
  color: #f5f8ff;
  font-size: clamp(28px, 2.2vw, 32px);
  line-height: 1.08;
}

.landing-focus-copy p {
  max-width: 58ch;
  margin: 24px 0 0;
  color: #c5d1e5;
  font-size: 18px;
  line-height: 1.55;
}

.landing-focus-copy .landing-chip-list {
  margin: 24px 0 0;
}

.landing-focus-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}

.landing-focus-points li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  color: #edf4ff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.landing-focus-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2dd4bf, #60a5fa);
}

.landing-module-groups {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(760px 420px at 50% 0%, rgba(0, 177, 229, 0.44), transparent 68%),
    radial-gradient(700px 360px at 92% 0%, rgba(84, 226, 215, 0.12), transparent 70%),
    linear-gradient(135deg, #004982 0%, #0076bd 48%, #05306d 100%);
}

.landing-module-group-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.landing-module-group-card {
  overflow: hidden;
  border: 1px solid rgba(104, 133, 184, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(130% 100% at 100% 0%, rgba(73, 134, 228, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(78, 103, 140, 0.1);
}

.landing-module-group-card figure {
  height: 176px;
  margin: 0;
  overflow: hidden;
  background: #0d1526;
}

.landing-module-group-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.landing-module-group-card h3 {
  margin: 24px 24px 0;
  color: #10284a;
  font-size: 22px;
  line-height: 1.15;
}

.landing-module-group-card p {
  margin: 14px 24px 0;
  color: #4d607b;
  font-size: 16px;
  line-height: 1.5;
}

.landing-module-group-card .landing-chip-list li {
  border-color: rgba(73, 134, 228, 0.18);
  background: rgba(73, 134, 228, 0.08);
  color: #31507d;
}

.landing-scenes {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 50% 0%, rgba(0, 177, 229, 0.46), transparent 68%),
    radial-gradient(700px 360px at 8% 0%, rgba(84, 226, 215, 0.13), transparent 70%),
    linear-gradient(135deg, #004982 0%, #0076bd 48%, #05306d 100%);
}

.landing-why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 50% 0%, rgba(0, 177, 229, 0.42), transparent 68%),
    radial-gradient(700px 360px at 92% 0%, rgba(84, 226, 215, 0.12), transparent 70%),
    linear-gradient(135deg, #004982 0%, #0076bd 48%, #05306d 100%);
}

.landing-custom-scope {
  padding: 100px 0;
  background: #06080d;
}

.landing-custom-scope__box {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(60% 110% at 100% 0%, rgba(96, 165, 250, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(25, 32, 47, 0.98), rgba(9, 14, 24, 0.98));
  box-shadow: var(--landing-shadow-dark);
  padding: 42px;
}

.landing-custom-scope__box h2 {
  max-width: 36ch;
  margin: 0;
  color: #f5f8ff;
  font-size: clamp(28px, 2.2vw, 32px);
  line-height: 1.08;
}

.landing-custom-scope__box p {
  max-width: 58ch;
  margin: 20px 0 0;
  color: #c5d1e5;
  font-size: 17px;
  line-height: 1.55;
}

.landing-custom-scope__points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.landing-custom-scope__points li {
  list-style: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(151, 184, 236, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #edf4ff;
  font-size: 15px;
  font-weight: 850;
  padding: 10px 14px;
}

.landing-custom-scope__action {
  grid-column: 1 / -1;
}

.landing-problem-solving-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-problem-solving-grid .landing-proof-card {
  min-height: 220px;
}

.landing-problem-solving-grid .landing-proof-card p {
  max-width: none;
  margin-top: 16px;
}

.landing-module-grid--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-module-grid--wide .landing-module-card {
  min-height: 244px;
}

.landing-module-grid--wide .landing-module-card h3,
.landing-module-grid--wide .landing-module-card p {
  max-width: none;
}

.landing-package-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.landing-package-card {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  border: 1px solid rgba(157, 177, 213, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(140% 120% at 100% 0%, rgba(73, 134, 228, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 255, 0.96));
  box-shadow: 0 22px 54px rgba(78, 103, 140, 0.1);
  padding: 30px 28px;
}

.landing-package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(73, 134, 228, 0.86), rgba(45, 212, 191, 0.72));
}

.landing-package-card span {
  display: block;
  margin-bottom: 18px;
  color: #31507d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-package-card h3 {
  margin: 0;
  color: #10284a;
  font-size: 24px;
  line-height: 1.15;
}

.landing-package-card p {
  margin: 18px 0 0;
  color: #4d607b;
  font-size: 17px;
  line-height: 1.5;
}

.landing-ops-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.landing-ops-card {
  min-height: 230px;
  border: 1px solid rgba(157, 177, 213, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(140% 120% at 100% 0%, rgba(73, 134, 228, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 255, 0.96));
  box-shadow: 0 22px 54px rgba(78, 103, 140, 0.1);
  padding: 28px 24px;
}

.landing-ops-card span {
  display: block;
  margin-bottom: 18px;
  color: #31507d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-ops-card h3 {
  margin: 0;
  color: #10284a;
  font-size: 23px;
  line-height: 1.15;
}

.landing-ops-card p {
  margin: 16px 0 0;
  color: #4d607b;
  font-size: 16px;
  line-height: 1.5;
}

.landing-system-strip {
  max-width: 1120px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}

.landing-system-strip figure {
  overflow: hidden;
  min-height: 300px;
  margin: 0;
  border: 1px solid rgba(157, 177, 213, 0.24);
  border-radius: 22px;
  background: #0c1424;
  box-shadow: 0 24px 60px rgba(78, 103, 140, 0.13);
}

.landing-system-strip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.landing-process-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.landing-process-grid article {
  min-height: 226px;
  border: 1px solid rgba(98, 124, 172, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(140% 130% at 100% 0%, rgba(73, 134, 228, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 249, 255, 0.93));
  box-shadow: 0 20px 48px rgba(67, 94, 138, 0.1);
  padding: 28px 26px;
}

.landing-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.18), rgba(96, 165, 250, 0.18));
  color: #12385c;
  font-weight: 900;
}

.landing-process-grid h3 {
  margin: 0;
  color: #10284a;
  font-size: 21px;
  line-height: 1.16;
}

.landing-process-grid p {
  margin: 16px 0 0;
  color: #48607f;
  font-size: 16px;
  line-height: 1.5;
}

.landing-process-diagram {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: center;
}

.landing-process-showcase {
  max-width: 1120px;
  margin: 0 auto;
}

.landing-process-image {
  margin-bottom: 24px;
}

.landing-process-image--with-badges {
  position: relative;
  margin-bottom: 0;
}

.landing-process-image--with-badges img {
  margin-top: 0;
}

.landing-process-badges {
  position: absolute;
  left: 8%;
  right: 21%;
  bottom: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(3, 35, 86, 0.2);
  box-shadow: 0 18px 46px rgba(2, 28, 72, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  padding: 12px;
}

.landing-process-badges::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b7f36f, #48d6cc, #73aef8);
  box-shadow: 0 12px 28px rgba(2, 28, 72, 0.22);
  transform: translateY(-50%);
}

.landing-process-badge {
  position: relative;
  z-index: 1;
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #10284a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 16px 34px rgba(2, 28, 72, 0.22);
  padding: 8px 14px;
}

.landing-process-diagram__nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.landing-process-diagram__nodes::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b7f36f, #48d6cc, #73aef8);
  box-shadow: 0 12px 28px rgba(2, 28, 72, 0.22);
}

.landing-process-diagram__nodes article {
  position: relative;
  z-index: 1;
  min-height: 142px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: rgba(238, 247, 255, 0.92);
  box-shadow: 0 20px 46px rgba(2, 28, 72, 0.16);
  padding: 18px 14px;
  text-align: center;
}

.landing-process-diagram__nodes span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(183, 243, 111, 0.28), rgba(72, 214, 204, 0.24));
  color: #10284a;
  font-size: 18px;
  font-weight: 900;
}

.landing-process-diagram__nodes strong {
  color: #10284a;
  font-size: 19px;
  line-height: 1.15;
}

.landing-process-diagram__nodes small {
  color: #49617f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.landing-process-diagram__center {
  position: relative;
  min-height: 220px;
  display: grid;
  place-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 32%, rgba(183, 243, 111, 0.28), transparent 45%),
    radial-gradient(circle at 50% 72%, rgba(72, 214, 204, 0.22), transparent 52%),
    rgba(3, 35, 86, 0.48);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 24px 58px rgba(2, 28, 72, 0.24);
}

.landing-process-diagram__center span,
.landing-process-diagram__center small {
  color: rgba(241, 248, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landing-process-diagram__center strong {
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
}

.home-page--steuerung .landing-demo__box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.6fr);
  gap: 34px;
  align-items: center;
  text-align: left;
}

.home-page--steuerung .landing-demo__box h2 {
  color: #10284a;
}

.home-page--steuerung .landing-demo__box p {
  color: #405675;
}

.home-page--steuerung .landing-demo__box h2,
.home-page--steuerung .landing-demo__box p {
  margin-left: 0;
  margin-right: 0;
}

.home-page--steuerung .landing-demo__actions {
  justify-content: start;
  justify-items: start;
}

.landing-demo-finder {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: center;
  gap: 16px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(220px 160px at 84% 6%, rgba(72, 214, 204, 0.2), transparent 72%),
    linear-gradient(135deg, rgba(0, 73, 130, 0.08), rgba(0, 118, 189, 0.12));
  padding: 24px;
}

.landing-demo-visual {
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 28px;
  background: #071326;
  box-shadow: 0 22px 54px rgba(55, 84, 131, 0.14);
}

.landing-demo-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
}

.landing-demo__box .landing-demo-finder {
  display: none;
}

.landing-demo-finder::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 72px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b7f36f, #48d6cc, #73aef8);
  opacity: 0.72;
  transform: translateX(-50%);
}

.landing-demo-finder > span,
.landing-demo-finder strong {
  position: relative;
  z-index: 1;
  justify-self: center;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: #10284a;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 12px;
  box-shadow: 0 12px 24px rgba(55, 84, 131, 0.12);
}

.landing-demo-finder strong {
  background: linear-gradient(135deg, #48d6cc, #73aef8);
}

.landing-demo-finder ul {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.landing-demo-finder li {
  list-style: none;
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #31507d;
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .landing-system-animation__grid {
    grid-template-columns: 1fr;
  }

  .landing-system-animation__copy h2 {
    max-width: 18ch;
  }

  .landing-module-group-grid,
  .landing-perspective-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-focus-grid,
  .landing-custom-scope__box,
  .landing-process-diagram,
  .home-page--steuerung .landing-demo__box {
    grid-template-columns: 1fr;
  }

  .landing-focus-section--reverse .landing-focus-visual {
    order: 0;
  }

  .landing-module-grid--wide,
  .landing-package-grid,
  .landing-ops-grid,
  .landing-process-grid,
  .landing-problem-solving-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-showcase,
  .landing-system-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-shot--wide,
  .landing-system-strip figure:nth-child(2) {
    grid-column: 1 / -1;
  }

  .landing-process-diagram__center {
    justify-self: center;
    width: 240px;
    min-height: 240px;
  }

  .landing-positioning-visual {
    grid-template-columns: 1fr;
  }

  .landing-positioning-visual__hub {
    justify-self: center;
    order: -1;
  }
}

@media (max-width: 980px) {
  .home-page--steuerung .wrap {
    width: 100%;
    max-width: 430px;
    margin-left: 0;
    margin-right: auto;
  }

  .home-page--steuerung .home-landing-hero .wrap {
    max-width: min(760px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
  }

  .home-page--steuerung .landing-hero__content {
    text-align: center;
  }

  .home-page--steuerung .home-landing-hero h1,
  .home-page--steuerung .landing-eyebrow,
  .home-page--steuerung .landing-hero__text {
    width: auto;
    max-width: min(680px, calc(100vw - 40px));
    margin-left: auto;
    margin-right: auto;
  }

  .home-page--steuerung .landing-hero__actions,
  .home-page--steuerung .landing-trust-line {
    width: auto;
    max-width: min(680px, calc(100vw - 40px));
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .home-page--steuerung {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .home-page--steuerung .home-landing-hero,
  .home-page--steuerung .landing-trust,
  .home-page--steuerung .wrap,
  .home-page--steuerung .landing-hero__content {
    width: 100%;
    max-width: 100%;
  }

  .home-page--steuerung .wrap {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page--steuerung .home-landing-hero,
  .home-page--steuerung .landing-trust {
    overflow: hidden;
  }

  .home-page--steuerung .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page--steuerung .nav {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .home-page--steuerung .nav::-webkit-scrollbar {
    display: none;
  }

  .home-page--steuerung .nav a {
    flex: 0 0 auto;
  }

  .home-page--steuerung .home-landing-hero h1 {
    width: auto;
    max-width: min(360px, calc(100vw - 40px));
    font-size: 36px;
    line-height: 1.08;
  }

  .home-page--steuerung .landing-eyebrow,
  .home-page--steuerung .landing-hero__text {
    width: auto;
    max-width: min(360px, calc(100vw - 40px));
    overflow-wrap: anywhere;
  }

  .home-page--steuerung .landing-hero__actions,
  .home-page--steuerung .landing-trust-line {
    width: auto;
    max-width: min(360px, calc(100vw - 40px));
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .landing-trust-line {
    justify-content: center;
  }

  .landing-trust-line li {
    width: 100%;
    justify-content: center;
  }

  .landing-system-animation__grid,
  .landing-system-animation__copy,
  .landing-system-animation__map {
    width: min(350px, calc(100vw - 40px));
    max-width: min(350px, calc(100vw - 40px));
    margin-left: 0;
    margin-right: 0;
  }

  .landing-system-animation__copy h2,
  .landing-system-animation__copy > p:not(.section-label),
  .landing-system-animation__points li {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .landing-fit-note,
  .landing-flow-visual__rail,
  .landing-process-diagram__nodes,
  .landing-module-group-grid,
  .landing-perspective-grid,
  .landing-module-grid--wide,
  .landing-package-grid,
  .landing-ops-grid,
  .landing-process-grid,
  .landing-problem-solving-grid,
  .landing-hero-showcase,
  .landing-system-strip {
    grid-template-columns: 1fr;
  }

  .landing-fit-note,
  .landing-custom-scope__box,
  .landing-package-card,
  .landing-ops-card,
  .landing-process-grid article,
  .landing-process-diagram__nodes article,
  .landing-positioning-visual__col {
    padding: 24px 22px;
  }

  .landing-flow-visual {
    border-radius: 24px;
    margin: 350px auto 0;
  }

  .landing-process-badges {
    left: 5%;
    right: 5%;
    bottom: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
  }

  .landing-process-badges::before {
    display: none;
  }

  .landing-process-badge {
    min-height: 40px;
    border-radius: 999px;
    font-size: 13px;
    padding: 8px 10px;
  }

  .landing-flow-visual__rail::before,
  .landing-process-diagram__nodes::before {
    display: none;
  }

  .landing-process-diagram__nodes article {
    min-height: auto;
  }

  .landing-process-diagram__center {
    width: min(260px, 100%);
    min-height: 220px;
  }

  .landing-positioning-visual__col {
    min-height: auto;
  }

  .landing-positioning-visual__hub {
    width: 140px;
    height: 140px;
    font-size: 20px;
  }

  .landing-demo-finder {
    min-height: auto;
  }

  .landing-perspectives,
  .landing-system-animation,
  .landing-flow,
  .landing-focus-stack,
  .landing-focus-section,
  .landing-module-groups,
  .landing-custom-scope {
    padding: 72px 0;
  }

  .landing-flow {
    height: auto;
    padding: 68px 0 76px;
    background:
      radial-gradient(520px 300px at 50% 0%, rgba(0, 177, 229, 0.5), transparent 70%),
      linear-gradient(135deg, #004982 0%, #0076bd 48%, #05306d 100%);
  }

  .landing-flow .landing-section-head {
    width: min(360px, calc(100vw - 40px));
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(5, 30, 74, 0.68);
    box-shadow: 0 20px 54px rgba(2, 20, 52, 0.24);
    padding: 22px 20px;
    backdrop-filter: blur(12px);
  }

  .landing-flow .landing-section-head h2 {
    max-width: none;
    font-size: 28px;
    line-height: 1.08;
  }

  .landing-flow .landing-section-head p {
    max-width: none;
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.45;
  }

  .landing-flow-visual {
    width: min(360px, calc(100vw - 40px));
    margin: 28px auto 0;
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    background:
      radial-gradient(220px 160px at 88% 0%, rgba(183, 243, 111, 0.16), transparent 70%),
      linear-gradient(180deg, rgba(4, 49, 102, 0.78), rgba(2, 32, 75, 0.62));
    padding: 18px;
  }

  .landing-flow-visual__rail {
    position: relative;
    counter-reset: flow-step;
    gap: 12px;
  }

  .landing-flow .landing-flow-visual__rail::before {
    display: block;
    left: 25px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 4px;
    height: auto;
    border-radius: 999px;
    background: linear-gradient(180deg, #b7f36f, #48d6cc, #73aef8);
    box-shadow: 0 0 24px rgba(72, 214, 204, 0.34);
    transform: none;
  }

  .landing-flow-visual__rail span {
    counter-increment: flow-step;
    min-height: 62px;
    place-items: start;
    align-content: center;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(2, 20, 52, 0.18);
    color: #10284a;
    font-size: 16px;
    line-height: 1.12;
    text-align: left;
    padding: 12px 16px 12px 64px;
  }

  .landing-flow-visual__rail span::before {
    content: counter(flow-step);
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183, 243, 111, 0.5);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(183, 243, 111, 0.95), rgba(72, 214, 204, 0.92));
    color: #06254a;
    font-size: 14px;
    font-weight: 900;
    transform: translateY(-50%);
  }

  .landing-flow-visual__rail span::after {
    margin-top: 3px;
    color: #48607f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
  }

  .landing-flow-visual__rail span:nth-child(1)::after {
    content: "Grundlagen";
  }

  .landing-flow-visual__rail span:nth-child(2)::after {
    content: "Material und Lager";
  }

  .landing-flow-visual__rail span:nth-child(3)::after {
    content: "Baustelle";
  }

  .landing-flow-visual__rail span:nth-child(4)::after {
    content: "Nachweise";
  }

  .landing-flow-visual__rail span:nth-child(5)::after {
    content: "Verantwortung";
  }

  .landing-flow-visual__rail span:nth-child(6)::after {
    content: "Auswertung";
  }

  .landing-focus-section + .landing-focus-section {
    padding-top: 16px;
  }

  .landing-focus-panel,
  .landing-focus-panel--bottom {
    width: 100%;
    padding: 0;
  }

  .landing-focus-panel h2 {
    max-width: none;
    font-size: 30px;
  }

  .landing-focus-stack__visual {
    border-radius: 20px;
  }

  .landing-focus-panel--bottom {
    margin-top: 28px;
  }

  .landing-focus-panel .landing-focus-points {
    grid-template-columns: 1fr;
  }

  .landing-focus-copy h2,
  .landing-system-animation__copy h2,
  .landing-custom-scope__box h2 {
    max-width: none;
    font-size: 30px;
  }

  .landing-system-animation__map {
    min-height: 690px;
  }

  .landing-system-node {
    left: 20px;
    right: 20px;
    width: auto;
  }

  .landing-system-node--baustelle {
    top: 20px;
  }

  .landing-system-node--lager {
    top: 176px;
  }

  .landing-system-node--buero {
    top: 420px;
    bottom: auto;
  }

  .landing-system-node--steuerung {
    top: 542px;
    bottom: auto;
  }

  .landing-system-animation__hub {
    top: 350px;
    width: 132px;
    min-height: 132px;
  }

  .landing-moving-chip {
    display: none;
  }

  .landing-hero-shot,
  .landing-hero-shot--wide,
  .landing-focus-visual,
  .landing-perspective-card figure,
  .landing-module-group-card figure,
  .landing-system-strip figure {
    height: 260px;
    min-height: 260px;
  }

  .landing-focus-visual {
    max-height: 420px;
  }

  .landing-hero-shot--wide,
  .landing-system-strip figure:nth-child(2) {
    grid-column: auto;
  }

  .home-page--steuerung .landing-demo__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-moving-chip {
    animation: none;
    opacity: 1;
  }

  .landing-moving-chip--1 { transform: translate(-274px, -156px); }
  .landing-moving-chip--2 { transform: translate(-80px, -36px); }
  .landing-moving-chip--3 { transform: translate(78px, -36px); }
  .landing-moving-chip--4 { transform: translate(-78px, 38px); }
  .landing-moving-chip--5 { transform: translate(250px, 156px); }
}

/* Shared heading guardrails: avoid overly narrow template headings. */
:is(h1, h2, h3) {
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: manual;
}

html body :is(h1, h2, h3) {
  line-height: 1.1;
  letter-spacing: 0;
}

html body :is(main, section, article, header, div, aside) :is(h1, h2, h3) {
  max-width: min(100%, 42ch);
  line-height: 1.1;
  letter-spacing: 0;
}

html body :is(main, section, article, header, div, aside) h1 {
  font-size: clamp(32px, 3.1vw, 50px);
}

html body :is(main, section, article, header, div, aside) h2 {
  font-size: clamp(26px, 2.2vw, 34px);
}

html body :is(main, section, article, header, div, aside) h3 {
  font-size: clamp(19px, 1.7vw, 24px);
}

:is(
  .home-section-intro h2,
  .invoice-focus-inner h2,
  .value-intro h2,
  .offer-header h2,
  .blog-teaser-header h2,
  .newsletter-signup-copy h2,
  .newsletter-page-hero-card h1,
  .pd-section-head h2,
  .product-detail-page .pd-editorial-copy h2,
  .blog-featured-overlay h2,
  .blog-featured-grid--category .blog-featured-card h2,
  .pricing-hero h1,
  .leadmagnet-hero h1,
  .leadmagnet-offer-card h2,
  .product-lp-hero h1,
  .home-landing-hero h1,
  .landing-section-head h2,
  .landing-modules-anchor__copy h3,
  .landing-problem-card h3,
  .landing-module-card h3,
  .landing-system-animation__copy h2,
  .landing-focus-copy h2,
  .landing-custom-scope__box h2
) {
  max-width: min(100%, 36ch);
  line-height: 1.1;
  letter-spacing: 0;
}

:is(
  .home-page--steuerung .home-landing-hero h1,
  .home-page--steuerung .landing-section-head h2,
  .home-page--steuerung .landing-system-animation__copy h2,
  .home-page--steuerung .landing-focus-copy h2,
  .home-page--steuerung .landing-custom-scope__box h2,
  .home-page--steuerung .landing-demo__box h2
) {
  max-width: min(100%, 38ch);
}

.home-page--steuerung .home-landing-hero h1 {
  max-width: min(100%, 56ch);
  font-size: clamp(34px, 3.1vw, 48px);
}

.home-page--steuerung .landing-section-head h2,
.home-page--steuerung .landing-demo__box h2 {
  max-width: min(100%, 54ch);
  font-size: clamp(26px, 2.1vw, 32px);
}

.home-page--steuerung .landing-system-animation__copy h2,
.home-page--steuerung .landing-focus-copy h2,
.home-page--steuerung .landing-custom-scope__box h2 {
  max-width: min(100%, 38ch);
  font-size: clamp(28px, 2.2vw, 32px);
}

:is(
  .landing-problem-card h3,
  .landing-module-card h3,
  .landing-tool-card h3,
  .landing-proof-card h3,
  .landing-perspective-card h3,
  .landing-module-group-card h3,
  .landing-process-grid h3
) {
  max-width: none;
  line-height: 1.15;
  letter-spacing: 0;
}
