/* 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;
}

/* Results-focused homepage */
.home-page--results .topbar {
  background: rgba(5, 7, 11, 0.98);
}

.home-page--results .nav {
  align-items: center;
}

.home-page--results .nav .nav-cta {
  border: 1px solid rgba(45, 212, 191, 0.44);
  background: rgba(45, 212, 191, 0.12);
  color: #d9fffb;
  font-weight: 800;
}

.home-results {
  --results-surface: rgba(12, 18, 31, 0.94);
  --results-surface-strong: rgba(17, 24, 39, 0.98);
  --results-text-dark: #102033;
  --results-muted-dark: #52627a;
  background:
    radial-gradient(900px 420px at 14% 4%, rgba(45, 212, 191, 0.12), transparent 66%),
    radial-gradient(820px 380px at 88% 0%, rgba(96, 165, 250, 0.14), transparent 64%),
    #06080d;
  overflow: hidden;
}

.results-hero {
  position: relative;
  padding: 86px 0 96px;
  border-bottom: 1px solid rgba(132, 159, 209, 0.14);
}

.results-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(6, 15, 31, 0.94), rgba(8, 27, 54, 0.84)),
    radial-gradient(720px 340px at 62% 28%, rgba(45, 212, 191, 0.12), transparent 70%);
  pointer-events: none;
}

.results-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.82fr);
  gap: 48px;
  align-items: center;
}

.results-hero__copy h1 {
  max-width: 12.5ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.results-eyebrow,
.results-kicker {
  margin: 0 0 14px;
  color: #63e6d8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.results-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #c9d5e7;
  font-size: 20px;
  line-height: 1.58;
}

.results-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

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

.results-hero .btn:not(.primary),
.results-final .btn:not(.primary) {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #f2f7ff;
}

.results-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
}

.results-trust-line li {
  list-style: none;
  border: 1px solid rgba(132, 159, 209, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #dbe7f8;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}

.risk-board {
  border: 1px solid rgba(132, 159, 209, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(460px 260px at 85% 10%, rgba(96, 165, 250, 0.2), transparent 72%),
    linear-gradient(180deg, rgba(20, 28, 44, 0.98), rgba(9, 14, 25, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  padding: 22px;
}

.risk-board__top,
.risk-project,
.risk-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.risk-board__top {
  color: #c7d4ea;
  font-size: 13px;
}

.risk-board__top strong {
  color: #f4f8ff;
  font-size: 16px;
}

.risk-project {
  margin-top: 20px;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.risk-project__label {
  margin: 0 0 5px;
  color: #8fa6c8;
  font-size: 13px;
  font-weight: 800;
}

.risk-project h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.16;
}

.risk-badge {
  max-width: 150px;
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.1);
  color: #b7fff6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 10px;
  text-align: center;
}

.risk-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.risk-chip-grid span {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 12px;
  background: rgba(4, 9, 19, 0.38);
  color: #dfe9f8;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 11px;
}

.risk-chip-grid span:first-child,
.risk-chip-grid span:nth-child(2) {
  border-color: rgba(96, 165, 250, 0.36);
  background: rgba(96, 165, 250, 0.12);
}

.risk-task-panel {
  margin-top: 16px;
  border-radius: 18px;
  background: rgba(4, 9, 19, 0.46);
  padding: 18px;
}

.risk-task-panel h3 {
  margin: 0 0 12px;
  color: #f3f7ff;
  font-size: 16px;
}

.risk-task-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.risk-task-panel li {
  list-style: none;
  color: #cad7eb;
  font-size: 14px;
}

.risk-task-panel li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: #2dd4bf;
}

.risk-flow {
  align-items: stretch;
  margin-top: 16px;
}

.risk-flow span {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(132, 159, 209, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: #dce8fb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  padding: 10px;
}

.risk-flow span:first-child {
  border-radius: 13px 0 0 13px;
}

.risk-flow span:last-child {
  border-radius: 0 13px 13px 0;
}

.results-section {
  padding: 86px 0;
  border-top: 1px solid rgba(132, 159, 209, 0.1);
}

.results-section--light {
  background: #f5f8fc;
  color: var(--results-text-dark);
}

.results-section--compare {
  background:
    radial-gradient(760px 280px at 12% 8%, rgba(45, 212, 191, 0.08), transparent 70%),
    #080c14;
}

.results-section-head {
  max-width: 870px;
  margin-bottom: 34px;
}

.results-section-head h2,
.trust-box h2,
.results-final h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.results-section-head p {
  margin: 18px 0 0;
  color: inherit;
  opacity: 0.78;
  font-size: 18px;
  line-height: 1.62;
}

.results-section--light .results-kicker {
  color: #087c89;
}

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

.results-card {
  min-height: 100%;
  border: 1px solid rgba(132, 159, 209, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.results-section--light .results-card {
  border-color: rgba(11, 32, 60, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 35, 59, 0.06);
}

.results-card h3 {
  margin: 0;
  color: inherit;
  font-size: 21px;
  line-height: 1.22;
}

.results-card p {
  margin: 12px 0 0;
  color: inherit;
  opacity: 0.76;
  font-size: 15px;
}

.results-card--action {
  display: flex;
  flex-direction: column;
}

.results-card--action a {
  margin-top: auto;
  color: #6ee7df;
  font-weight: 900;
  text-decoration: none;
  padding-top: 18px;
}

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

.results-process article {
  position: relative;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 22px;
  background: var(--results-surface);
  padding: 24px;
}

.results-process article::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: rgba(96, 165, 250, 0.55);
}

.results-process article:last-child::after {
  display: none;
}

.results-process span,
.pilot-steps span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.12);
  color: #7ff7ec;
  font-weight: 900;
}

.results-process__area {
  margin: 18px 0 6px;
  color: #8fa6c8;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.results-process h3,
.pilot-steps h3 {
  margin: 0;
  color: #f4f8ff;
  font-size: 22px;
}

.results-process article > p:last-child,
.pilot-steps p {
  color: #c4d0e4;
}

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

.compare-panel {
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  padding: 28px;
}

.compare-panel--after {
  border-color: rgba(45, 212, 191, 0.28);
  background: rgba(45, 212, 191, 0.07);
}

.compare-panel h3 {
  margin: 0 0 18px;
  color: #f5f8ff;
  font-size: 26px;
}

.compare-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.compare-panel li {
  list-style: none;
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgba(4, 9, 19, 0.32);
  color: #d9e5f6;
  padding: 10px 12px;
}

.pilot-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pilot-steps article {
  border: 1px solid rgba(11, 32, 60, 0.1);
  border-radius: 18px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(18, 35, 59, 0.06);
}

.pilot-steps span {
  color: #087c89;
}

.pilot-steps h3 {
  margin-top: 18px;
  color: var(--results-text-dark);
}

.pilot-steps p {
  color: var(--results-muted-dark);
}

.results-section--trust {
  padding: 0 0 86px;
}

.trust-box {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(560px 260px at 92% 0%, rgba(45, 212, 191, 0.12), transparent 72%),
    var(--results-surface-strong);
  padding: 34px;
}

.trust-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.trust-box li {
  list-style: none;
  border: 1px solid rgba(132, 159, 209, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #dce8fb;
  font-weight: 800;
  padding: 12px;
}

.results-final {
  padding: 0 0 92px;
}

.results-final__box {
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(760px 320px at 20% 0%, rgba(96, 165, 250, 0.12), transparent 72%),
    linear-gradient(135deg, rgba(13, 26, 49, 0.98), rgba(7, 13, 24, 0.98));
  padding: 42px;
}

.results-final p {
  max-width: 840px;
  color: #c9d5e7;
  font-size: 18px;
}

.results-final__note {
  margin: 24px 0 0;
  font-size: 14px !important;
  font-weight: 800;
  color: #91a5c5 !important;
}

@media (max-width: 1080px) {
  .results-hero__grid,
  .trust-box {
    grid-template-columns: 1fr;
  }

  .results-hero__copy h1 {
    max-width: 14ch;
  }

  .results-card-grid,
  .pilot-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .results-hero {
    padding: 58px 0 68px;
  }

  .results-hero__grid {
    gap: 30px;
  }

  .results-hero__copy h1 {
    font-size: 40px;
  }

  .results-lead {
    font-size: 17px;
  }

  .risk-project,
  .risk-board__top,
  .risk-flow {
    display: grid;
  }

  .risk-chip-grid,
  .results-card-grid,
  .results-process,
  .compare-grid,
  .pilot-steps,
  .trust-box ul {
    grid-template-columns: 1fr;
  }

  .results-process article::after {
    display: none;
  }

  .results-section {
    padding: 62px 0;
  }

  .results-final__box,
  .trust-box {
    padding: 24px;
  }
}

/* Visual B2B landing page refresh */
.home-page--visual {
  background:
    radial-gradient(1100px 520px at 12% -8%, rgba(45, 212, 191, 0.13), transparent 62%),
    radial-gradient(960px 460px at 90% 0%, rgba(96, 165, 250, 0.14), transparent 58%),
    var(--bg);
}

.home-page--visual .wrap {
  max-width: 1240px;
}

.home-page--visual .page-shell :is(ul, ol) {
  margin: 0;
  padding: 0;
}

.home-page--visual .page-shell :is(li) {
  list-style: none;
}

.home-page--visual .topbar {
  position: sticky;
  top: 0;
  background: rgba(5, 7, 11, 0.94);
  backdrop-filter: blur(16px);
}

.home-page--visual .nav {
  align-items: center;
}

.home-page--visual .header-cta {
  border: 1px solid rgba(45, 212, 191, 0.44);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.18), rgba(96, 165, 250, 0.12));
  color: #eafffb;
  font-weight: 850;
}

.home-page--visual :is(a, button):focus-visible {
  outline: 3px solid rgba(45, 212, 191, 0.82);
  outline-offset: 3px;
}

.page-shell {
  --page-max: 1240px;
  --surface-1: rgba(12, 18, 31, 0.88);
  --surface-2: rgba(18, 25, 40, 0.96);
  --surface-3: rgba(255, 255, 255, 0.055);
  --surface-light: #f5f8fc;
  --text-strong: #f8fbff;
  --text-soft: #c9d5e7;
  --text-dark: #102033;
  --text-dark-soft: #52627a;
  --line-soft: rgba(132, 159, 209, 0.18);
  --line-strong: rgba(132, 159, 209, 0.32);
  --focus-accent: #2dd4bf;
  --focus-blue: #60a5fa;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(6, 8, 13, 0), rgba(6, 8, 13, 0.88) 58%, #06080d),
    #06080d;
  overflow: hidden;
}

.section,
.hero {
  position: relative;
  padding: 88px 0;
}

.hero {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(132, 159, 209, 0.12);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    radial-gradient(760px 360px at 58% 24%, rgba(96, 165, 250, 0.2), transparent 68%),
    linear-gradient(135deg, rgba(7, 15, 30, 0.95), rgba(8, 29, 55, 0.82));
}

.hero::after {
  right: max(18px, calc((100vw - var(--page-max)) / 2));
  top: 12%;
  width: min(540px, 42vw);
  height: 76%;
  border: 1px solid rgba(132, 159, 209, 0.12);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent);
  transform: rotate(-1.5deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.82fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #68e8db;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--focus-accent);
  box-shadow: 0 0 0 6px rgba(45, 212, 191, 0.12);
}

.hero-copy h1 {
  max-width: 13.5ch;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy__lead {
  max-width: 66ch;
  margin: 26px 0 0;
  color: var(--text-soft);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-page--visual .hero-actions .btn,
.home-page--visual .startpoint-card a,
.home-page--visual .footer-solutions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.home-page--visual .hero-actions .btn.primary,
.home-page--visual .cta-panel .btn.primary {
  background: linear-gradient(135deg, #41d6ca 0%, #6aa8f7 100%);
  color: #06172d;
  box-shadow: 0 18px 44px rgba(45, 212, 191, 0.18);
}

.home-page--visual .hero-actions .btn:not(.primary),
.home-page--visual .cta-panel .btn:not(.primary) {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #f3f7ff;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
}

.hero-meta li {
  list-style: none;
  border: 1px solid rgba(132, 159, 209, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: #dce8f7;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
}

.hero-dashboard {
  position: relative;
  z-index: 1;
}

.dashboard-card {
  overflow: hidden;
  border: 1px solid rgba(132, 159, 209, 0.32);
  border-radius: 28px;
  background:
    radial-gradient(540px 240px at 88% 6%, rgba(96, 165, 250, 0.2), transparent 72%),
    radial-gradient(460px 220px at 8% 0%, rgba(45, 212, 191, 0.13), transparent 70%),
    linear-gradient(180deg, rgba(20, 28, 44, 0.98), rgba(8, 13, 24, 0.99));
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(132, 159, 209, 0.16);
}

.dashboard-header > div {
  display: grid;
  gap: 3px;
}

.dashboard-kicker {
  color: #f6faff;
  font-size: 17px;
  font-weight: 900;
}

.dashboard-header strong,
.dashboard-state {
  color: #95a8c8;
  font-size: 12px;
  font-weight: 850;
}

.dashboard-state {
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.1);
  color: #befcf6;
  padding: 7px 10px;
}

.dashboard-project {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-top: 18px;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.dashboard-project span {
  color: #94a8c9;
  font-size: 13px;
  font-weight: 900;
}

.dashboard-project h2 {
  margin: 5px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.08;
}

.dashboard-project__meta {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.dashboard-project__meta span {
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  color: #d8e8ff;
  padding: 6px 9px;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.dashboard-status-grid {
  grid-auto-rows: minmax(48px, auto);
}

.status-chip {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 14px;
  background: rgba(4, 9, 19, 0.38);
  color: #dfe9f8;
  font-size: 13px;
  font-weight: 850;
  padding: 10px 12px;
}

.status-chip span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--focus-blue);
  box-shadow: 0 0 0 5px rgba(96, 165, 250, 0.11);
}

.status-chip--focus,
.status-chip--wide {
  border-color: rgba(45, 212, 191, 0.28);
  background: rgba(45, 212, 191, 0.09);
}

.status-chip--focus span,
.status-chip--wide span {
  background: var(--focus-accent);
  box-shadow: 0 0 0 5px rgba(45, 212, 191, 0.12);
}

.status-chip--wide {
  grid-column: 1 / -1;
}

.task-list {
  margin-top: 16px;
  border: 1px solid rgba(132, 159, 209, 0.14);
  border-radius: 18px;
  background: rgba(4, 9, 19, 0.42);
  padding: 14px;
}

.task-list__head,
.task-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.task-list__head {
  padding: 2px 2px 12px;
}

.task-list__head h3 {
  margin: 0;
  color: #f6faff;
  font-size: 16px;
}

.task-list__head span {
  color: #95a8c8;
  font-size: 12px;
  font-weight: 850;
}

.task-row {
  grid-template-columns: 14px minmax(0, 1fr) auto;
  min-height: 42px;
  border-top: 1px solid rgba(132, 159, 209, 0.11);
  color: #d5e1f3;
  font-size: 13px;
  padding: 9px 2px;
}

.task-row__mark {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.95);
}

.task-row strong {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #a8bad6;
  font-size: 11px;
  padding: 5px 8px;
}

.process-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.process-rail span {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dce8fb;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  padding: 10px 8px;
}

.process-rail span + span {
  border-left: 1px solid rgba(132, 159, 209, 0.14);
}

.section {
  border-top: 1px solid rgba(132, 159, 209, 0.1);
}

.section--light {
  background:
    radial-gradient(780px 320px at 12% 0%, rgba(45, 212, 191, 0.08), transparent 70%),
    var(--surface-light);
  color: var(--text-dark);
}

.section--compare {
  background:
    radial-gradient(820px 320px at 14% 4%, rgba(45, 212, 191, 0.08), transparent 70%),
    #080c14;
}

.section--trust {
  padding-top: 36px;
}

.section--cta {
  padding-top: 22px;
}

.section-header {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-header--center {
  margin-inline: auto;
  text-align: center;
}

.section-header h2,
.trust-panel h2,
.cta-panel h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.1;
  letter-spacing: 0;
}

.section-header p:not(.eyebrow),
.cta-panel p {
  max-width: 74ch;
  margin: 18px 0 0;
  color: inherit;
  opacity: 0.76;
  font-size: 18px;
  line-height: 1.62;
}

.section-header--center p:not(.eyebrow) {
  margin-inline: auto;
}

.section--light .eyebrow {
  color: #087c89;
}

.problem-grid,
.startpoint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.problem-card,
.startpoint-card,
.process-card,
.timeline-step {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.04)),
    var(--surface-1);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  padding: 24px;
}

.problem-card,
.process-card,
.startpoint-card,
.comparison-panel,
.timeline-step,
.trust-panel,
.cta-panel,
.dashboard-card {
  isolation: isolate;
}

.section--light .problem-card,
.section--light .timeline-step {
  border-color: rgba(11, 32, 60, 0.1);
  background: #ffffff;
  color: var(--text-dark);
  box-shadow: 0 18px 44px rgba(18, 35, 59, 0.07);
}

.problem-card::before,
.startpoint-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.85), rgba(96, 165, 250, 0.55));
}

.problem-card__label,
.startpoint-card__meta,
.process-card__role {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.08);
  color: #77eadf;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
}

.section--light .problem-card__label {
  background: rgba(8, 124, 137, 0.08);
  color: #087c89;
}

.problem-card h3,
.startpoint-card h3,
.process-card h3,
.timeline-step h3 {
  margin: 16px 0 0;
  color: inherit;
  font-size: clamp(20px, 1.9vw, 27px);
  line-height: 1.16;
}

.problem-card p,
.startpoint-card p,
.process-card p,
.timeline-step p {
  margin: 13px 0 0;
  color: inherit;
  opacity: 0.76;
  font-size: 16px;
  line-height: 1.58;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 43px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.5), transparent);
}

.process-card {
  background:
    radial-gradient(360px 180px at 90% 0%, rgba(96, 165, 250, 0.12), transparent 70%),
    var(--surface-1);
}

.process-card__badge,
.timeline-step span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 999px;
  background: #0b1d2c;
  color: #7ff7ec;
  font-weight: 950;
}

.process-card__role {
  margin: 18px 0 0;
}

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

.comparison-panel {
  border: 1px solid rgba(132, 159, 209, 0.2);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.04)),
    rgba(12, 18, 31, 0.9);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  padding: 26px;
}

.comparison-panel--after {
  border-color: rgba(45, 212, 191, 0.34);
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(45, 212, 191, 0.13), transparent 72%),
    linear-gradient(180deg, rgba(45, 212, 191, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(12, 18, 31, 0.92);
}

.comparison-panel__label {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f3f7ff;
  font-size: 13px;
  font-weight: 950;
  padding: 7px 10px;
}

.comparison-panel--after .comparison-panel__label {
  background: rgba(45, 212, 191, 0.14);
  color: #c8fff8;
}

.comparison-row {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(132, 159, 209, 0.13);
  border-radius: 14px;
  background: rgba(4, 9, 19, 0.34);
  color: #dce8fb;
  font-weight: 760;
  padding: 10px 12px 10px 34px;
}

.comparison-row + .comparison-row {
  margin-top: 10px;
}

.comparison-row::before {
  content: "";
  position: absolute;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.82);
}

.comparison-panel--after .comparison-row::before {
  background: var(--focus-accent);
}

.startpoint-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.startpoint-card:hover {
  transform: translateY(-3px);
  border-color: rgba(45, 212, 191, 0.34);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.startpoint-card a {
  width: fit-content;
  margin-top: auto;
  border: 1px solid rgba(45, 212, 191, 0.28);
  background: rgba(45, 212, 191, 0.1);
  color: #c4fff7;
  padding: 9px 13px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 47px;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.16), rgba(96, 165, 250, 0.42), rgba(45, 212, 191, 0.16));
}

.timeline-step {
  background: #ffffff;
  color: var(--text-dark);
  box-shadow: 0 18px 44px rgba(18, 35, 59, 0.07);
}

.timeline-step span {
  background: #eef8fb;
  color: #087c89;
}

.timeline-step p {
  color: var(--text-dark-soft);
}

.trust-panel,
.cta-panel {
  border: 1px solid rgba(132, 159, 209, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(780px 300px at 90% 0%, rgba(45, 212, 191, 0.12), transparent 72%),
    linear-gradient(135deg, rgba(16, 25, 42, 0.98), rgba(8, 13, 24, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
}

.trust-panel__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-panel__items span {
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #dce8fb;
  font-size: 13px;
  font-weight: 850;
  padding: 9px 12px;
}

.cta-panel {
  padding: clamp(28px, 5vw, 52px);
}

.cta-panel h2 {
  max-width: 820px;
}

.cta-panel p {
  max-width: 860px;
}

.cta-panel__note {
  display: block;
  margin-top: 22px;
  color: #94a8c8;
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1120px) {
  .hero-grid,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 16ch;
  }

  .hero-dashboard {
    max-width: 720px;
  }

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

  .process-grid::before,
  .timeline::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .home-page--visual .topbar {
    position: relative;
  }

  .hero {
    min-height: 0;
    padding: 58px 0 64px;
  }

  .section {
    padding: 62px 0;
  }

  .hero::after {
    display: none;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 38px;
  }

  .hero-copy__lead,
  .section-header p:not(.eyebrow),
  .cta-panel p {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .dashboard-project,
  .status-grid,
  .process-rail,
  .problem-grid,
  .process-grid,
  .comparison-grid,
  .startpoint-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .dashboard-project__meta {
    display: flex;
    justify-items: start;
    flex-wrap: wrap;
  }

  .process-rail span + span {
    border-left: 0;
    border-top: 1px solid rgba(132, 159, 209, 0.14);
  }

  .dashboard-card,
  .problem-card,
  .startpoint-card,
  .process-card,
  .comparison-panel,
  .timeline-step,
  .trust-panel,
  .cta-panel {
    border-radius: 20px;
    padding: 20px;
  }

  .trust-panel {
    gap: 22px;
  }
}

/* Executive result-control homepage */
.home-page--executive {
  --exec-bg: #06080d;
  --exec-panel: rgba(12, 18, 31, 0.94);
  --exec-panel-strong: rgba(17, 24, 39, 0.98);
  --exec-panel-soft: rgba(255, 255, 255, 0.055);
  --exec-light: #f4f8fc;
  --exec-text: #f7fbff;
  --exec-muted: #c5d2e5;
  --exec-dark: #102033;
  --exec-dark-muted: #53657d;
  --exec-line: rgba(132, 159, 209, 0.2);
  --exec-line-strong: rgba(132, 159, 209, 0.34);
  --exec-accent: #2dd4bf;
  --exec-blue: #60a5fa;
  background:
    radial-gradient(900px 420px at 18% -8%, rgba(45, 212, 191, 0.14), transparent 62%),
    radial-gradient(920px 460px at 88% -4%, rgba(96, 165, 250, 0.16), transparent 62%),
    var(--exec-bg);
  color: var(--exec-text);
}

.home-page--executive .wrap {
  max-width: 1240px;
}

.home-page--executive .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 7, 11, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(132, 159, 209, 0.14);
}

.home-page--executive .nav {
  align-items: center;
}

.home-page--executive .header-cta {
  border: 1px solid rgba(45, 212, 191, 0.42);
  background: rgba(45, 212, 191, 0.1);
  color: #dffefa;
  font-weight: 850;
}

.home-page--executive :is(a, button):focus-visible {
  outline: 3px solid rgba(45, 212, 191, 0.82);
  outline-offset: 3px;
}

.executive-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 8, 13, 0), rgba(6, 8, 13, 0.9) 48%, #06080d),
    #06080d;
}

.executive-page :is(ul, ol, li) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.executive-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: #73efe4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.executive-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--exec-accent);
  box-shadow: 0 0 0 6px rgba(45, 212, 191, 0.12);
}

.executive-hero {
  position: relative;
  padding: clamp(58px, 8vw, 108px) 0 38px;
  border-bottom: 1px solid rgba(132, 159, 209, 0.12);
}

.executive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(7, 18, 34, 0.96), rgba(6, 8, 13, 0.62)),
    radial-gradient(860px 360px at 70% 20%, rgba(96, 165, 250, 0.2), transparent 68%);
}

.executive-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.executive-hero__copy {
  max-width: 650px;
}

.executive-hero__copy h1 {
  max-width: 12.5ch;
  margin: 0;
  color: #fbfdff;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.executive-hero__copy > p:not(.executive-kicker) {
  max-width: 61ch;
  margin: 24px 0 0;
  color: var(--exec-muted);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.62;
}

.executive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.executive-actions .btn,
.pilot-board-column .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.executive-actions .btn.primary,
.pilot-board-column .btn.primary {
  border: 0;
  background: linear-gradient(135deg, #42d8cc, #67a8f7);
  color: #06172d;
  box-shadow: 0 18px 44px rgba(45, 212, 191, 0.18);
}

.executive-actions .btn:not(.primary) {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.075);
  color: #f2f7ff;
}

.executive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.executive-meta span {
  border: 1px solid rgba(132, 159, 209, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #dce8f7;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 11px;
}

.executive-cockpit {
  border: 1px solid var(--exec-line-strong);
  border-radius: 30px;
  background:
    radial-gradient(560px 230px at 100% 0%, rgba(96, 165, 250, 0.18), transparent 70%),
    radial-gradient(440px 220px at 0% 0%, rgba(45, 212, 191, 0.13), transparent 68%),
    linear-gradient(180deg, rgba(18, 25, 40, 0.98), rgba(7, 12, 23, 0.99));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(18px, 2vw, 24px);
}

.executive-cockpit__header,
.executive-cockpit__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.executive-cockpit__header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(132, 159, 209, 0.16);
}

.executive-cockpit__header div {
  display: grid;
  gap: 4px;
}

.executive-cockpit__header span {
  color: #f7fbff;
  font-size: 19px;
  font-weight: 950;
}

.executive-cockpit__header strong,
.executive-cockpit__header em {
  color: #97abc9;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.executive-cockpit__header em {
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.09);
  color: #c9fff8;
  padding: 7px 10px;
}

.executive-cockpit__signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.executive-cockpit__signals div {
  min-height: 92px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 16px;
  background: rgba(4, 9, 19, 0.42);
  padding: 13px;
}

.executive-cockpit__signals span {
  color: #dce8fb;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.executive-cockpit__signals strong {
  width: fit-content;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.12);
  color: #c8fff8;
  font-size: 12px;
  padding: 6px 8px;
}

.risk-register {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(132, 159, 209, 0.16);
  border-radius: 18px;
  background: rgba(4, 9, 19, 0.42);
}

.risk-register__head,
.risk-register__row {
  display: grid;
  grid-template-columns: 0.62fr 1fr 1.35fr 1.2fr;
  gap: 12px;
  align-items: center;
  min-width: 680px;
}

.risk-register__head {
  background: rgba(255, 255, 255, 0.055);
  color: #97abc9;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  padding: 12px 14px;
}

.risk-register__row {
  border-top: 1px solid rgba(132, 159, 209, 0.12);
  color: #dce8fb;
  font-size: 13px;
  font-weight: 760;
  padding: 13px 14px;
}

.risk-register__row span:first-child {
  color: #7deee3;
  font-weight: 950;
}

.executive-cockpit__flow {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(132, 159, 209, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.executive-cockpit__flow span {
  flex: 1;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d7e5f7;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  padding: 10px;
}

.executive-cockpit__flow span + span {
  border-left: 1px solid rgba(132, 159, 209, 0.14);
}

.management-thesis,
.result-leaks,
.signal-pipeline,
.pilot-board,
.role-matrix,
.trust-strip,
.executive-cta {
  position: relative;
  padding: clamp(58px, 7vw, 92px) 0;
}

.management-thesis {
  background: #f4f8fc;
  color: var(--exec-dark);
}

.management-thesis__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(18, 35, 59, 0.08);
  padding: clamp(26px, 4vw, 46px);
}

.management-thesis .executive-kicker {
  color: #087c89;
}

.management-thesis__statement h2,
.executive-section-head h2,
.role-matrix__intro h2,
.executive-cta h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.09;
  letter-spacing: 0;
}

.management-thesis__statement p,
.executive-section-head p,
.role-matrix__intro p,
.executive-cta p {
  max-width: 72ch;
  margin: 18px 0 0;
  color: inherit;
  opacity: 0.76;
  font-size: 18px;
  line-height: 1.62;
}

.management-thesis__statement strong {
  display: block;
  margin-top: 24px;
  border-left: 4px solid var(--exec-accent);
  color: #0d293e;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.28;
  padding-left: 18px;
}

.management-thesis__facts {
  display: grid;
  gap: 12px;
}

.management-thesis__facts div {
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 18px;
  background: #f6f9fd;
  padding: 18px;
}

.management-thesis__facts span {
  color: #087c89;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.management-thesis__facts p {
  margin: 8px 0 0;
  color: var(--exec-dark-muted);
  line-height: 1.5;
}

.executive-section-head {
  max-width: 850px;
  margin-bottom: 34px;
}

.executive-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.executive-section-head--center p {
  margin-inline: auto;
}

.result-leaks {
  background:
    radial-gradient(760px 320px at 90% 8%, rgba(96, 165, 250, 0.12), transparent 70%),
    #070b13;
}

.result-leaks__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: stretch;
}

.result-leaks__stack {
  display: grid;
  gap: 18px;
}

.leak-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) minmax(220px, 0.55fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.035)),
    var(--exec-panel);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
  padding: 22px;
}

.leak-card--primary {
  grid-template-columns: 1fr;
  align-content: end;
  min-height: 100%;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(45, 212, 191, 0.15), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    var(--exec-panel-strong);
  padding: 30px;
}

.leak-card > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.1);
  color: #8ff9ef;
  font-weight: 950;
}

.leak-card h3 {
  margin: 0;
  color: #fbfdff;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.14;
}

.leak-card p {
  margin: 10px 0 0;
  color: var(--exec-muted);
  line-height: 1.56;
}

.leak-card__impact {
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 16px;
  background: rgba(45, 212, 191, 0.075);
  padding: 14px;
}

.leak-card__impact strong,
.leak-card__impact em {
  display: block;
  font-style: normal;
}

.leak-card__impact strong {
  color: #82f7ec;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.leak-card__impact em {
  margin-top: 7px;
  color: #f4fbff;
  font-weight: 850;
  line-height: 1.42;
}

.signal-pipeline {
  background: #f4f8fc;
  color: var(--exec-dark);
}

.signal-pipeline .executive-kicker {
  color: #087c89;
}

.signal-pipeline__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(18, 35, 59, 0.08);
}

.pipeline-layer {
  position: relative;
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
}

.pipeline-layer + .pipeline-layer {
  border-left: 1px solid rgba(16, 35, 62, 0.1);
}

.pipeline-layer::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 42px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(45, 212, 191, 0.42);
  border-right: 1px solid rgba(45, 212, 191, 0.42);
  background: #ffffff;
  transform: rotate(45deg);
}

.pipeline-layer:last-child::after {
  display: none;
}

.pipeline-layer > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf8fb;
  color: #087c89;
  font-weight: 950;
}

.pipeline-layer h3 {
  margin: 0;
  color: #102033;
  font-size: 22px;
  line-height: 1.14;
}

.pipeline-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pipeline-chips em {
  display: inline-flex;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 999px;
  background: #f5f8fc;
  color: #42566f;
  font-size: 13px;
  font-style: normal;
  font-weight: 820;
  padding: 8px 10px;
}

.pipeline-layer--decision {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.08), rgba(96, 165, 250, 0.08));
}

.pipeline-layer--decision .pipeline-chips em {
  border-color: rgba(45, 212, 191, 0.24);
  background: rgba(45, 212, 191, 0.12);
  color: #0c6170;
}

.pilot-board {
  background:
    radial-gradient(680px 300px at 10% 0%, rgba(45, 212, 191, 0.1), transparent 70%),
    #070b13;
}

.pilot-board__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  gap: 18px;
  align-items: stretch;
}

.pilot-board-column {
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035)),
    var(--exec-panel);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.22);
  padding: 24px;
}

.pilot-board-column--questions {
  border-color: rgba(45, 212, 191, 0.26);
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(45, 212, 191, 0.12), transparent 70%),
    var(--exec-panel-strong);
}

.pilot-board-column h3 {
  margin: 0 0 18px;
  color: #fbfdff;
  font-size: 24px;
}

.pilot-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid rgba(132, 159, 209, 0.14);
  padding: 16px 0;
}

.pilot-row strong {
  color: #86f3e8;
  font-size: 14px;
  line-height: 1.34;
}

.pilot-row span {
  color: var(--exec-muted);
  line-height: 1.48;
}

.pilot-board-column--questions .pilot-row {
  grid-template-columns: 38px minmax(0, 1fr);
}

.pilot-board-column .btn {
  margin-top: 14px;
}

.role-matrix {
  background: #f4f8fc;
  color: var(--exec-dark);
}

.role-matrix__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(18, 35, 59, 0.08);
  padding: clamp(26px, 4vw, 44px);
}

.role-matrix .executive-kicker {
  color: #087c89;
}

.role-matrix__rows {
  display: grid;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: 22px;
  overflow: hidden;
}

.role-matrix__rows div {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  background: #f7fafd;
  padding: 18px;
}

.role-matrix__rows div + div {
  border-top: 1px solid rgba(16, 35, 62, 0.1);
}

.role-matrix__rows strong {
  color: #087c89;
  font-size: 14px;
}

.role-matrix__rows span {
  color: #3c5068;
  line-height: 1.48;
}

.trust-strip {
  padding: 34px 0;
}

.trust-strip__panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  padding: 18px 20px;
}

.trust-strip__panel strong {
  color: #fbfdff;
  font-size: 18px;
}

.trust-strip__panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.trust-strip__panel span {
  border: 1px solid rgba(132, 159, 209, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #dce8fb;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 10px;
}

.executive-cta {
  padding-top: 34px;
}

.executive-cta__panel {
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(720px 280px at 88% 0%, rgba(45, 212, 191, 0.14), transparent 72%),
    linear-gradient(135deg, rgba(17, 26, 44, 0.98), rgba(8, 13, 24, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  padding: clamp(28px, 5vw, 52px);
}

.executive-cta h2 {
  max-width: 820px;
}

.executive-cta p {
  max-width: 850px;
}

.executive-cta__panel > span {
  display: block;
  margin-top: 20px;
  color: #94a8c8;
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1120px) {
  .executive-hero__grid,
  .management-thesis__panel,
  .result-leaks__layout,
  .pilot-board__grid,
  .role-matrix__panel,
  .trust-strip__panel {
    grid-template-columns: 1fr;
  }

  .executive-cockpit {
    max-width: 820px;
  }

  .executive-cockpit__signals,
  .signal-pipeline__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pipeline-layer + .pipeline-layer {
    border-left: 0;
    border-top: 1px solid rgba(16, 35, 62, 0.1);
  }

  .pipeline-layer::after {
    display: none;
  }

  .leak-card {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .leak-card__impact {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .home-page--executive .topbar {
    position: relative;
  }

  .executive-hero,
  .management-thesis,
  .result-leaks,
  .signal-pipeline,
  .pilot-board,
  .role-matrix,
  .executive-cta {
    padding: 56px 0;
  }

  .executive-hero__copy h1 {
    max-width: 100%;
    font-size: 39px;
  }

  .executive-actions .btn {
    width: 100%;
  }

  .executive-meta {
    display: grid;
  }

  .executive-cockpit {
    border-radius: 22px;
    padding: 16px;
  }

  .executive-cockpit__signals,
  .signal-pipeline__track {
    grid-template-columns: 1fr;
  }

  .executive-cockpit__header,
  .executive-cockpit__flow {
    align-items: stretch;
    flex-direction: column;
  }

  .executive-cockpit__flow span + span {
    border-left: 0;
    border-top: 1px solid rgba(132, 159, 209, 0.14);
  }

  .risk-register {
    overflow-x: auto;
  }

  .management-thesis__panel,
  .leak-card,
  .pilot-board-column,
  .role-matrix__panel,
  .executive-cta__panel {
    border-radius: 22px;
    padding: 20px;
  }

  .leak-card,
  .pilot-row,
  .pilot-board-column--questions .pilot-row,
  .role-matrix__rows div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .leak-card__impact {
    grid-column: auto;
  }

  .pipeline-layer {
    min-height: 0;
    padding: 20px;
  }
}

/* Home desktop mockup implementation */
.home-page--mockup {
  --mock-bg: #020b16;
  --mock-bg-2: #04162a;
  --mock-card: rgba(5, 22, 41, 0.78);
  --mock-card-strong: rgba(6, 25, 48, 0.94);
  --mock-line: rgba(100, 161, 225, 0.28);
  --mock-line-soft: rgba(100, 161, 225, 0.17);
  --mock-text: #f5fbff;
  --mock-muted: #9fb1ca;
  --mock-blue: #6a8dff;
  --mock-cyan: #69f4ed;
  --mock-cyan-2: #78c7ff;
  --mock-amber: #d88a2e;
  background:
    radial-gradient(880px 520px at 78% 0%, rgba(105, 244, 237, 0.15), transparent 62%),
    radial-gradient(900px 520px at 20% 10%, rgba(77, 124, 254, 0.1), transparent 58%),
    linear-gradient(180deg, #020a14 0%, #031427 48%, #020a14 100%);
  color: var(--mock-text);
}

.home-page--mockup .wrap {
  max-width: 1280px;
}

.home-page--mockup .topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(2, 10, 20, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(100, 161, 225, 0.08);
}

.home-page--mockup .topbar-inner {
  min-height: 72px;
}

.home-page--mockup .brand span {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
}

.home-page--mockup .nav {
  gap: clamp(16px, 3vw, 48px);
  align-items: center;
}

.home-page--mockup .nav a:not(.header-cta) {
  color: #d8e6f7;
  font-size: 14px;
  font-weight: 760;
}

.home-page--mockup .header-cta,
.home-page--mockup .btn.primary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, var(--mock-cyan), var(--mock-cyan-2));
  color: #05213c;
  box-shadow:
    0 18px 42px rgba(105, 244, 237, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-weight: 950;
}

.home-page--mockup :is(a, button):focus-visible {
  outline: 3px solid rgba(105, 244, 237, 0.82);
  outline-offset: 3px;
}

.home-mockup-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 11, 22, 0), rgba(2, 11, 22, 0.5) 26%, rgba(2, 11, 22, 0.98) 100%),
    var(--mock-bg);
}

.home-mockup-page :is(ul, ol, li) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-mockup-hero {
  position: relative;
  padding: 64px 0 26px;
}

.home-mockup-hero::before {
  content: "";
  position: absolute;
  inset: -74px 0 auto;
  height: 560px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 11, 22, 0.96) 0%, rgba(2, 11, 22, 0.78) 34%, rgba(2, 11, 22, 0.35) 100%),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(100, 161, 225, 0.05) 47px 48px),
    linear-gradient(135deg, rgba(19, 52, 83, 0.52), transparent 60%);
}

.home-mockup-hero::after {
  content: "";
  position: absolute;
  left: 22%;
  top: 28px;
  width: 460px;
  height: 390px;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 48%, rgba(100, 161, 225, 0.24) 49% 51%, transparent 52%),
    linear-gradient(130deg, transparent 42%, rgba(100, 161, 225, 0.26) 43% 45%, transparent 46%),
    linear-gradient(20deg, transparent 42%, rgba(100, 161, 225, 0.26) 43% 45%, transparent 46%);
  filter: blur(0.2px);
}

.home-mockup-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(680px, 1.18fr);
  gap: 54px;
  align-items: center;
}

.home-mockup-hero__copy {
  max-width: 520px;
}

.mockup-kicker {
  margin: 0 0 18px;
  color: #7e9dff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-mockup-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.12;
  letter-spacing: 0;
}

.home-mockup-hero__copy > p:not(.mockup-kicker) {
  max-width: 49ch;
  margin: 22px 0 0;
  color: var(--mock-muted);
  font-size: 18px;
  line-height: 1.62;
}

.mockup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.mockup-actions .btn,
.mockup-cta .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  padding-inline: 25px;
}

.mockup-actions .btn-quiet {
  border: 1px solid rgba(100, 161, 225, 0.28);
  background: rgba(3, 15, 30, 0.68);
  color: #8ea8ff;
}

.mockup-actions .btn-quiet::before {
  content: "▷";
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  border: 1px solid rgba(100, 161, 225, 0.45);
  border-radius: 999px;
  color: #8ea8ff;
  font-size: 11px;
}

.decision-board {
  border: 1px solid rgba(86, 149, 226, 0.4);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(5, 21, 42, 0.96), rgba(3, 15, 30, 0.88)),
    rgba(4, 18, 34, 0.92);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 26px;
}

.decision-board__title {
  margin-bottom: 18px;
  color: #758dff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-table {
  overflow: hidden;
}

.decision-table__head,
.decision-row {
  display: grid;
  grid-template-columns: 1.28fr 1fr 1.06fr 1.06fr 1fr;
  gap: 18px;
  align-items: center;
  min-width: 760px;
}

.decision-table__head {
  border-bottom: 1px solid rgba(100, 161, 225, 0.2);
  color: #d8e6f7;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 12px;
}

.decision-row {
  border-bottom: 1px solid rgba(100, 161, 225, 0.14);
  color: #d8e6f7;
  font-size: 13px;
  line-height: 1.28;
  padding: 14px 0;
}

.decision-row strong,
.decision-row em {
  display: block;
  font-style: normal;
}

.decision-row strong {
  color: #f4f9ff;
  font-weight: 850;
}

.decision-row em {
  margin-top: 3px;
  color: #8499b9;
}

.decision-row mark {
  display: inline-flex;
  border: 1px solid rgba(216, 138, 46, 0.72);
  border-radius: 5px;
  background: rgba(216, 138, 46, 0.08);
  color: #f6a247;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.decision-row .mark-blue {
  border-color: rgba(106, 141, 255, 0.62);
  background: rgba(106, 141, 255, 0.1);
  color: #8ba3ff;
}

.decision-row a {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(216, 138, 46, 0.8);
  border-radius: 7px;
  color: #f6a247;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  padding: 7px 10px;
}

.decision-board__link {
  display: inline-flex;
  margin-top: 18px;
  color: #8eb4ff;
  font-weight: 850;
  text-decoration: none;
}

.decision-board__link::after {
  content: "→";
  margin-left: 9px;
}

.margin-section {
  padding: 24px 0 34px;
}

.margin-section h2,
.control-steps h2,
.roles-section h2 {
  margin: 0 0 20px;
  color: #e8eef8;
  font-size: clamp(30px, 2.9vw, 44px);
  font-weight: 760;
  line-height: 1.12;
  text-align: center;
}

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

.margin-card {
  position: relative;
  display: grid;
  grid-template-rows: 84px minmax(92px, 1fr);
  align-items: start;
  min-height: 252px;
  overflow: hidden;
  border: 1px solid var(--mock-line);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(8, 32, 58, 0.8), rgba(3, 15, 30, 0.92));
  padding: 30px 26px 24px;
}

.margin-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(120deg, transparent 25%, rgba(105, 244, 237, 0.08), transparent 60%),
    repeating-linear-gradient(90deg, transparent 0 32px, rgba(100, 161, 225, 0.08) 33px 34px);
}

.margin-card > * {
  position: relative;
  z-index: 1;
}

.mock-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 34px;
  border: 2px solid #7091ff;
  border-radius: 8px;
  position: relative;
}

.mock-icon--cube {
  border-radius: 12px;
  transform: rotate(30deg);
}

.mock-icon--people {
  border-radius: 999px;
}

.mock-icon--bars {
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, transparent 38%, #7091ff 39% 100%) 0 0 / 8px 52px no-repeat,
    linear-gradient(180deg, transparent 20%, #7091ff 21% 100%) 15px 0 / 8px 52px no-repeat,
    linear-gradient(180deg, transparent 4%, #7091ff 5% 100%) 30px 0 / 8px 52px no-repeat;
}

.mock-icon--shield,
.mock-icon--lock {
  border-radius: 14px;
}

.margin-card h3 {
  max-width: 14ch;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.22;
}

.margin-card p {
  margin: 0;
  color: #aebbd0;
  line-height: 1.55;
}

.margin-card a,
.margin-card .asset-icon {
  display: none;
}

.overview-section {
  padding: 128px 0 168px;
  background:
    linear-gradient(180deg, #010407 0%, #010407 76%, #061a31 100%);
}

.overview-section .wrap {
  max-width: 1200px;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(330px, 380px) minmax(470px, 560px);
  grid-template-rows: auto repeat(3, 58px);
  column-gap: clamp(62px, 8vw, 130px);
  row-gap: 42px;
  align-items: center;
  justify-content: center;
}

.overview-photo {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: center;
  display: block;
  width: 100%;
  min-height: 0;
  height: 410px;
  object-fit: cover;
  object-position: center 36%;
  clip-path: polygon(0 0, 78% 0, 100% 32%, 100% 82%, 88% 82%, 78% 100%, 22% 100%, 0 76%);
  border-radius: 34px;
}

.overview-copy {
  display: contents;
}

.overview-copy h2 {
  grid-column: 1 / 3;
  grid-row: 1;
  max-width: 1120px;
  margin: 0 0 78px;
  color: #ffffff;
  font-size: clamp(34px, 2.2vw, 42px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.overview-point {
  grid-column: 1;
  justify-self: center;
  display: flex;
  width: min(100%, 360px);
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border: 2px solid rgba(161, 241, 255, 0.82);
  border-radius: 999px;
  background: linear-gradient(90deg, #19a8c0 0%, #7bd85e 100%);
  color: #020b16;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  padding: 0 28px;
}

.overview-point > span {
  display: none;
}

.overview-point strong {
  color: #020b16;
  font-size: 17px;
  font-weight: 500;
}

.overview-point p {
  display: none;
}

.product-screen {
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 455px;
  overflow: hidden;
  border: 1px solid var(--mock-line);
  border-radius: 11px;
  background: rgba(5, 22, 41, 0.8);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.product-screen__sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  border-right: 1px solid var(--mock-line-soft);
  background: rgba(2, 11, 22, 0.32);
  padding: 18px;
}

.product-screen__sidebar strong {
  color: #ffffff;
  margin-bottom: 14px;
}

.product-screen__sidebar span {
  color: #8fa5c0;
  font-size: 12px;
}

.product-screen__main {
  padding: 18px;
}

.product-screen__head,
.metric-row,
.screen-split,
.screen-footer {
  display: grid;
  gap: 12px;
}

.product-screen__head {
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid var(--mock-line-soft);
  border-radius: 8px;
  color: #dce8f7;
  padding: 14px;
}

.product-screen__head em {
  color: #7e9dff;
  font-style: normal;
}

.metric-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.metric-row div,
.today-list,
.progress-chart,
.screen-footer span {
  border: 1px solid var(--mock-line-soft);
  border-radius: 9px;
  background: rgba(3, 15, 30, 0.46);
  padding: 14px;
}

.metric-row span,
.metric-row em {
  display: block;
  color: #8fa5c0;
  font-size: 12px;
  font-style: normal;
}

.metric-row strong {
  display: block;
  color: var(--mock-cyan);
  font-size: 28px;
  line-height: 1;
  margin: 6px 0 2px;
}

.screen-split {
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
}

.today-list {
  display: grid;
  gap: 10px;
}

.today-list strong,
.progress-chart strong {
  color: #dce8f7;
}

.today-list span {
  border-bottom: 1px solid var(--mock-line-soft);
  color: #8fa5c0;
  font-size: 12px;
  padding-bottom: 8px;
}

.progress-chart div {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 14px;
  margin-top: 16px;
}

.progress-chart i {
  width: 18px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #6a8dff, #2f67d7);
}

.progress-chart i:nth-child(1) { height: 34%; }
.progress-chart i:nth-child(2) { height: 46%; }
.progress-chart i:nth-child(3) { height: 82%; }
.progress-chart i:nth-child(4) { height: 36%; }
.progress-chart i:nth-child(5) { height: 58%; }
.progress-chart i:nth-child(6) { height: 28%; }

.screen-footer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.screen-footer span {
  color: #86f3e8;
  font-size: 12px;
}

.control-steps {
  padding: 10px 0 52px;
}

.control-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
  position: relative;
}

.control-track::before {
  content: none;
  position: absolute;
  left: 14%;
  right: 14%;
  top: 56px;
  height: 1px;
  background: #486ca8;
}

.control-track article {
  position: relative;
  display: grid;
  grid-template-rows: 56px minmax(92px, 1fr) auto;
  align-items: start;
  border: 1px solid var(--mock-line);
  border-radius: 8px;
  background: rgba(5, 22, 41, 0.74);
  padding: 24px;
}

.control-track article span {
  display: none;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #486ca8;
  border-radius: 999px;
  color: #dce8f7;
  font-weight: 900;
}

.control-track article h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}

.control-track article p {
  margin: 0;
  color: #9fb1ca;
  line-height: 1.48;
}

.control-track article strong {
  display: block;
  margin-top: 18px;
  color: #f6a247;
  font-size: 13px;
}

.roles-section {
  padding: 0 0 34px;
}

.roles-section h2 {
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  text-align: center;
}

.role-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.role-cards article {
  display: grid;
  grid-template-columns: 160px 1fr;
  overflow: hidden;
  min-height: 144px;
  border: 1px solid var(--mock-line);
  border-radius: 8px;
  background: rgba(5, 22, 41, 0.78);
}

.role-image {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.18), transparent 14%),
    linear-gradient(135deg, #3b4f66, #071827 60%, #020b16);
}

.role-image--lager {
  background:
    repeating-linear-gradient(90deg, rgba(216, 138, 46, 0.18) 0 12px, transparent 13px 24px),
    linear-gradient(135deg, #473a28, #071827 64%, #020b16);
}

.role-image--leitung,
.role-image--gf {
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 255, 255, 0.16), transparent 13%),
    linear-gradient(135deg, #243a4f, #071827 58%, #020b16);
}

.role-cards article div {
  padding: 18px;
}

.role-cards h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.role-cards p {
  margin: 8px 0 0;
  color: #9fb1ca;
  line-height: 1.45;
}

.role-cards a {
  display: inline-flex;
  margin-top: 12px;
  color: #dce8f7;
  font-size: 18px;
  text-decoration: none;
}

.security-band {
  padding: 0 0 28px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--mock-line);
  border-radius: 12px;
  background: rgba(5, 22, 41, 0.72);
}

.security-grid article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 130px;
  padding: 24px;
}

.security-grid article + article {
  border-left: 1px solid var(--mock-line-soft);
}

.security-grid .mock-icon {
  margin: 0;
}

.security-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.security-grid p {
  margin: 7px 0 0;
  color: #9fb1ca;
  line-height: 1.42;
}

.mockup-cta {
  padding: 0 0 54px;
}

.mockup-cta__panel {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(100, 161, 225, 0.46);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(6, 25, 48, 0.96), rgba(4, 18, 34, 0.86)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(100, 161, 225, 0.08) 43px 44px);
  padding: 30px 70px;
}

.mockup-cta__icon {
  width: 84px;
  height: 84px;
  border: 2px solid var(--mock-amber);
  border-radius: 999px;
  position: relative;
}

.mockup-cta__icon::after {
  content: "";
  position: absolute;
  inset: 25px;
  border: 2px solid var(--mock-amber);
  border-radius: 4px;
}

.mockup-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.08;
}

.mockup-cta p {
  max-width: 72ch;
  margin: 12px 0 0;
  color: #aebbd0;
  line-height: 1.55;
}

.mockup-cta__actions {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.mockup-cta__actions a:not(.btn) {
  color: #7e9dff;
  text-decoration: none;
  font-weight: 850;
}

@media (max-width: 1120px) {
  .home-mockup-hero__grid,
  .overview-grid,
  .mockup-cta__panel {
    grid-template-columns: 1fr;
  }

  .decision-board,
  .product-screen {
    overflow-x: auto;
  }

  .margin-grid,
  .control-track,
  .role-cards,
  .security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .control-track {
    gap: 18px;
  }

  .control-track::before {
    display: none;
  }

  .security-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--mock-line-soft);
  }
}

@media (max-width: 760px) {
  .home-page--mockup .topbar {
    position: relative;
  }

  .home-page--mockup .nav {
    gap: 12px;
  }

  .home-mockup-hero {
    padding-top: 42px;
  }

  .home-mockup-hero h1 {
    font-size: 42px;
  }

  .mockup-actions .btn,
  .mockup-cta .btn {
    width: 100%;
  }

  .decision-board {
    padding: 18px;
  }

  .margin-grid,
  .control-track,
  .role-cards,
  .security-grid,
  .metric-row,
  .screen-split,
  .screen-footer {
    grid-template-columns: 1fr;
  }

  .overview-photo {
    min-height: 320px;
  }

  .product-screen {
    grid-template-columns: 1fr;
  }

  .product-screen__sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--mock-line-soft);
  }

  .role-cards article {
    grid-template-columns: 96px 1fr;
  }

  .security-grid article {
    grid-template-columns: 54px 1fr;
  }

  .mockup-cta__panel {
    padding: 22px;
  }
}

/* Mockup asset integration */
.home-mockup-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 11, 22, 0.96) 0%, rgba(2, 11, 22, 0.78) 34%, rgba(2, 11, 22, 0.35) 100%),
    url("/assets/home-mockup/images/hero-bg-silhouette.svg") 48% 12% / 760px auto no-repeat,
    radial-gradient(760px 380px at 76% 7%, rgba(105, 244, 237, 0.16), transparent 68%),
    linear-gradient(135deg, rgba(19, 52, 83, 0.52), transparent 60%);
}

.decision-board--asset {
  padding: 0;
  overflow: hidden;
}

.decision-board--asset img {
  display: block;
  width: 100%;
  height: auto;
}

.asset-disclaimer {
  display: block;
  margin: 10px 18px 0;
  color: #91a7bc;
  font-size: 12px;
  font-weight: 800;
}

.decision-board--asset .decision-board__link {
  margin: 12px 18px 16px;
}

.asset-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 34px;
  color: #7091ff;
  filter: invert(59%) sepia(79%) saturate(1627%) hue-rotate(204deg) brightness(101%) contrast(101%);
}

.security-grid .asset-icon {
  width: 52px;
  height: 52px;
  margin: 0;
}

.overview-photo {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 0;
  object-fit: cover;
}

.product-screen--asset {
  display: block;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.product-screen--asset img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 455px;
  background: rgba(5, 22, 41, 0.82);
  object-fit: contain;
  object-position: center top;
}

.product-screen--asset .asset-disclaimer {
  position: absolute;
  right: 14px;
  bottom: 10px;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid rgba(100, 161, 225, 0.24);
  border-radius: 999px;
  background: rgba(2, 11, 22, 0.72);
  color: #aebbd0;
}

.process-icon {
  display: none;
  position: absolute;
  top: 24px;
  right: 22px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: invert(59%) sepia(79%) saturate(1627%) hue-rotate(204deg) brightness(101%) contrast(101%);
  opacity: 0.95;
}

.role-cards .role-image {
  display: block;
  width: 160px;
  height: 100%;
  object-fit: cover;
  background: none;
}

.mockup-cta__icon {
  width: 84px;
  height: 84px;
  border: 2px solid var(--mock-amber);
  border-radius: 999px;
  padding: 22px;
  object-fit: contain;
  filter: invert(70%) sepia(67%) saturate(926%) hue-rotate(346deg) brightness(101%) contrast(93%);
}

.mockup-cta__icon::after {
  content: none;
}

@media (max-width: 760px) {
  .home-mockup-hero::before {
    background:
      linear-gradient(180deg, rgba(2, 11, 22, 0.86), rgba(2, 11, 22, 0.98)),
      url("/assets/home-mockup/images/hero-bg-silhouette.svg") 52% 0 / 560px auto no-repeat;
  }

  .overview-photo {
    height: 320px;
  }

  .product-screen--asset img {
    min-height: 0;
  }

  .role-cards .role-image {
    width: 96px;
  }
}

/* Mockup proportion tuning */
.home-page--mockup .wrap {
  max-width: 1200px;
}

.home-page--mockup .topbar-inner {
  min-height: 64px;
}

.home-page--mockup .brand span {
  font-size: 23px;
}

.home-page--mockup .nav {
  gap: clamp(14px, 2vw, 30px);
}

.home-page--mockup .header-cta,
.home-page--mockup .btn.primary {
  box-shadow:
    0 12px 28px rgba(105, 244, 237, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.home-mockup-hero {
  padding: 46px 0 20px;
}

.home-mockup-hero::before {
  inset: -64px 0 auto;
  height: 500px;
  background:
    linear-gradient(90deg, rgba(2, 11, 22, 0.97) 0%, rgba(2, 11, 22, 0.8) 36%, rgba(2, 11, 22, 0.42) 100%),
    url("/assets/home-mockup/images/hero-bg-silhouette.svg") 44% 6% / 650px auto no-repeat,
    radial-gradient(650px 320px at 76% 4%, rgba(105, 244, 237, 0.12), transparent 68%),
    linear-gradient(135deg, rgba(19, 52, 83, 0.42), transparent 62%);
}

.home-mockup-hero::after {
  top: 8px;
  left: 23%;
  width: 390px;
  height: 330px;
  opacity: 0.14;
}

.home-mockup-hero__grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.12fr);
  gap: 30px;
  align-items: center;
}

.home-mockup-hero__copy {
  max-width: 470px;
}

.mockup-kicker {
  margin-bottom: 14px;
  font-size: 12px;
}

.home-mockup-hero h1 {
  font-size: clamp(42px, 4.15vw, 58px);
  line-height: 1.08;
}

.home-mockup-hero__copy > p:not(.mockup-kicker) {
  max-width: 47ch;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.55;
}

.mockup-actions {
  gap: 12px;
  margin-top: 28px;
  align-items: center;
}

.mockup-actions .btn,
.mockup-cta .btn {
  min-height: 40px;
  padding-inline: 22px;
}

.mockup-actions .btn-quiet::before {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.decision-board--asset {
  justify-self: end;
  width: min(100%, 660px);
  border-radius: 13px;
  background: rgba(4, 18, 34, 0.24);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.decision-board--asset img {
  border-radius: 13px 13px 0 0;
}

.asset-disclaimer {
  margin: 8px 16px 0;
  font-size: 11px;
  color: #9aabc0;
}

.decision-board--asset .decision-board__link {
  margin: 10px 16px 14px;
  font-size: 14px;
}

.margin-section {
  padding: 58px 0 68px;
}

.margin-section h2,
.control-steps h2,
.roles-section h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
  text-align: center;
}

.margin-section h2 {
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.margin-grid {
  gap: 14px;
}

.margin-card {
  grid-template-rows: 92px minmax(78px, 1fr);
  min-height: 230px;
  border-color: rgba(100, 161, 225, 0.24);
  background:
    linear-gradient(180deg, rgba(8, 32, 58, 0.68), rgba(3, 15, 30, 0.9));
  padding: 24px 22px 20px;
}

.margin-card::before {
  opacity: 0.22;
  background:
    linear-gradient(120deg, transparent 24%, rgba(105, 244, 237, 0.06), transparent 62%),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(100, 161, 225, 0.052) 43px 44px);
}

.asset-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 26px;
}

.margin-card h3 {
  max-width: 15ch;
  font-size: 19px;
  line-height: 1.2;
}

.margin-card p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5;
}

.overview-section {
  padding: 128px 0 168px;
}

.overview-section .wrap {
  max-width: 1200px;
}

.overview-grid {
  grid-template-columns: minmax(330px, 380px) minmax(470px, 560px);
  grid-template-rows: auto repeat(3, 58px);
  column-gap: clamp(62px, 8vw, 130px);
  row-gap: 42px;
}

.overview-photo {
  height: 410px;
  min-height: 0;
}

.overview-copy h2 {
  max-width: 1120px;
  margin-bottom: 78px;
  font-size: clamp(34px, 2.2vw, 42px);
  line-height: 0.98;
}

.overview-point {
  margin-top: 0;
}

.overview-point > span {
  display: none;
}

.overview-point strong {
  font-size: 17px;
}

.overview-point p {
  display: none;
}

.product-screen--asset {
  min-height: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.product-screen--asset img {
  height: 382px;
  min-height: 0;
  border: 1px solid rgba(100, 161, 225, 0.24);
  border-radius: 12px;
  background: rgba(5, 22, 41, 0.82);
  object-fit: contain;
  object-position: center top;
}

.product-screen--asset .asset-disclaimer {
  right: 12px;
  bottom: 9px;
  padding: 4px 8px;
  font-size: 11px;
  background: rgba(2, 11, 22, 0.8);
}

.control-steps {
  padding: 64px 0 76px;
}

.control-steps h2 {
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  text-align: center;
}

.control-track {
  gap: 34px;
}

.control-track::before {
  left: 13%;
  right: 13%;
  top: 50px;
  background: rgba(72, 108, 168, 0.56);
}

.control-track article {
  grid-template-rows: 58px minmax(82px, 1fr) auto;
  min-height: 260px;
  padding: 22px;
}

.control-track article span {
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: rgba(5, 22, 41, 0.94);
}

.process-icon {
  top: 24px;
  right: 22px;
  width: 28px;
  height: 28px;
  opacity: 0.78;
}

.control-track article h3 {
  font-size: 19px;
}

.control-track article p {
  font-size: 14px;
  line-height: 1.48;
}

.control-track article strong {
  margin-top: 16px;
  color: #7e9dff;
  font-size: 12px;
}

.security-grid .asset-icon {
  width: 42px;
  height: 42px;
}

.mockup-cta__icon {
  width: 70px;
  height: 70px;
  padding: 18px;
  opacity: 0.86;
}

@media (max-width: 1120px) {
  .home-mockup-hero__grid,
  .overview-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .decision-board--asset,
  .product-screen--asset {
    justify-self: stretch;
    width: 100%;
  }

  .overview-grid {
    row-gap: 24px;
  }

  .overview-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .overview-photo {
    grid-column: 1;
    grid-row: 5;
    justify-self: center;
    max-width: 760px;
  }

  .overview-copy h2 {
    grid-column: 1;
    margin-bottom: 18px;
  }

  .overview-photo,
  .product-screen--asset img {
    height: 360px;
  }

  .control-track {
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .home-page--mockup .wrap {
    max-width: none;
  }

  .home-mockup-hero {
    padding-top: 34px;
  }

  .home-mockup-hero::before {
    height: 520px;
    background:
      linear-gradient(180deg, rgba(2, 11, 22, 0.9), rgba(2, 11, 22, 0.98)),
      url("/assets/home-mockup/images/hero-bg-silhouette.svg") 52% 0 / 520px auto no-repeat;
  }

  .home-mockup-hero h1 {
    font-size: clamp(38px, 12vw, 44px);
  }

  .home-mockup-hero__copy > p:not(.mockup-kicker) {
    font-size: 15px;
  }

  .mockup-actions {
    margin-top: 24px;
  }

  .decision-board--asset {
    margin-top: 4px;
  }

  .margin-card {
    min-height: 0;
  }

  .overview-photo,
  .product-screen--asset img {
    height: 320px;
  }

  .overview-copy h2 {
    margin-bottom: 34px;
    font-size: clamp(36px, 11vw, 48px);
  }

  .overview-point {
    width: 100%;
    min-height: 60px;
    margin-top: 18px;
  }

  .overview-point strong {
    font-size: 18px;
  }

  .overview-photo {
    clip-path: polygon(0 0, 86% 0, 100% 22%, 100% 86%, 84% 100%, 12% 100%, 0 84%);
    border-radius: 24px;
  }

  .control-steps {
    padding: 48px 0 58px;
  }

  .control-track article {
    grid-template-rows: auto auto auto;
    min-height: 0;
  }
}

/* Compact security panel */
.security-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(100, 161, 225, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(420px 240px at 12% 0%, rgba(105, 244, 237, 0.1), transparent 68%),
    linear-gradient(135deg, rgba(8, 32, 58, 0.72), rgba(3, 15, 30, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 28px;
}

.security-panel__intro .mockup-kicker {
  margin-bottom: 10px;
}

.security-panel__intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.12;
}

.security-panel__intro p:not(.mockup-kicker) {
  max-width: 42ch;
  margin: 12px 0 0;
  color: #aebbd0;
  font-size: 15px;
  line-height: 1.55;
}

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

.security-panel__items article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(100, 161, 225, 0.18);
  border-radius: 12px;
  background: rgba(2, 11, 22, 0.42);
  padding: 14px;
}

.security-panel__items .asset-icon {
  width: 28px;
  height: 28px;
  margin: 1px 0 0;
  opacity: 0.9;
}

.security-panel__items h3 {
  margin: 0;
  color: #f5fbff;
  font-size: 15px;
  line-height: 1.2;
}

.security-panel__items p {
  margin: 5px 0 0;
  color: #9fb1ca;
  font-size: 13px;
  line-height: 1.38;
}

@media (max-width: 900px) {
  .security-panel {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 560px) {
  .security-panel {
    padding: 20px;
  }

  .security-panel__items {
    grid-template-columns: 1fr;
  }
}

/* Force compact trust layout over older generic homepage rules */
.home-page--mockup .security-band {
  padding: 28px 0 48px;
}

.home-page--mockup .security-band > .wrap.security-panel {
  display: grid !important;
  width: min(100% - 48px, 1200px);
  max-width: 1200px;
  grid-template-columns: minmax(280px, 0.44fr) minmax(520px, 0.56fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 28px;
}

.home-page--mockup .security-panel__intro {
  max-width: 430px;
}

.home-page--mockup .security-panel__intro h2 {
  max-width: 12ch;
  font-size: clamp(26px, 2.4vw, 38px);
}

.home-page--mockup .security-panel__intro p:not(.mockup-kicker) {
  max-width: 38ch;
}

.home-page--mockup .security-panel__items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-page--mockup .security-panel__items article {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  min-height: 96px;
  align-items: start;
}

.home-page--mockup .security-panel__items .asset-icon {
  width: 26px;
  height: 26px;
}

.home-page--mockup .security-panel__items h3 {
  max-width: none;
  font-size: 15px;
}

.home-page--mockup .security-panel__items p {
  max-width: none;
}

@media (max-width: 980px) {
  .home-page--mockup .security-band > .wrap.security-panel {
    grid-template-columns: 1fr;
  }

  .home-page--mockup .security-panel__intro,
  .home-page--mockup .security-panel__intro h2,
  .home-page--mockup .security-panel__intro p:not(.mockup-kicker) {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .home-page--mockup .security-band > .wrap.security-panel {
    width: min(100% - 32px, 1200px);
    padding: 20px;
  }

  .home-page--mockup .security-panel__items {
    grid-template-columns: 1fr;
  }
}

/* Security layout without enclosing panel */
.home-page--mockup .security-band {
  padding: 44px 0 56px;
  background:
    radial-gradient(560px 300px at 8% 4%, rgba(105, 244, 237, 0.11), transparent 70%),
    linear-gradient(180deg, rgba(2, 11, 22, 0), rgba(2, 11, 22, 0.32));
}

.home-page--mockup .security-heading {
  width: min(100% - 48px, 1200px);
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.home-page--mockup .security-heading .security-panel__intro {
  max-width: 860px;
}

.home-page--mockup .security-heading .security-panel__intro h2 {
  max-width: 24ch;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
}

.home-page--mockup .security-heading .security-panel__intro p:not(.mockup-kicker) {
  max-width: 72ch;
  font-size: 17px;
}

.home-page--mockup .security-band > .wrap.security-panel {
  display: block !important;
  width: min(100% - 48px, 1200px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page--mockup .security-panel__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-page--mockup .security-panel__items article {
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 132px;
  border-color: rgba(100, 161, 225, 0.24);
  background:
    linear-gradient(180deg, rgba(8, 32, 58, 0.58), rgba(3, 15, 30, 0.78));
  padding: 20px;
}

.home-page--mockup .security-panel__items h3 {
  font-size: 16px;
}

@media (max-width: 980px) {
  .home-page--mockup .security-panel__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-page--mockup .security-heading,
  .home-page--mockup .security-band > .wrap.security-panel {
    width: min(100% - 32px, 1200px);
  }

  .home-page--mockup .security-heading .security-panel__intro h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .home-page--mockup .security-panel__items {
    grid-template-columns: 1fr;
  }
}

/* CTA without enclosing panel */
.home-page--mockup .mockup-cta {
  padding: 8px 0 64px;
  background:
    radial-gradient(620px 260px at 78% 10%, rgba(105, 244, 237, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(2, 11, 22, 0.12), rgba(2, 11, 22, 0.42));
}

.home-page--mockup .mockup-cta__panel {
  display: grid;
  width: min(100% - 48px, 1200px);
  max-width: 1200px;
  grid-template-columns: 76px minmax(0, 1fr) minmax(240px, 0.32fr);
  gap: 32px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.home-page--mockup .mockup-cta__icon {
  width: 58px;
  height: 58px;
  border-color: rgba(216, 138, 46, 0.76);
  padding: 16px;
  opacity: 0.9;
}

.home-page--mockup .mockup-cta h2 {
  max-width: none;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
}

.home-page--mockup .mockup-cta p {
  max-width: 68ch;
  font-size: 17px;
}

.home-page--mockup .mockup-cta__actions {
  justify-items: start;
  gap: 14px;
}

@media (max-width: 900px) {
  .home-page--mockup .mockup-cta__panel {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .home-page--mockup .mockup-cta__actions {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .home-page--mockup .mockup-cta__panel {
    width: min(100% - 32px, 1200px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-page--mockup .mockup-cta__actions {
    grid-column: auto;
  }
}

/* Section rhythm pass inspired by the mockup direction */
.home-page--mockup .home-mockup-page {
  background:
    radial-gradient(760px 360px at 82% 0%, rgba(105, 244, 237, 0.08), transparent 70%),
    linear-gradient(180deg, #020b16 0%, #020b16 26%, #01070d 52%, #061a31 68%, #020b16 100%);
}

.home-page--mockup .home-mockup-hero {
  padding-bottom: 52px;
}

.home-page--mockup .section-lede {
  max-width: 58ch;
  margin: -12px auto 28px;
  color: #9fb1ca;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.home-page--mockup .margin-section {
  position: relative;
  padding: 54px 0 86px;
  background:
    linear-gradient(180deg, rgba(2, 11, 22, 0) 0%, rgba(5, 20, 37, 0.72) 100%);
}

.home-page--mockup .margin-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 161, 225, 0.26), transparent);
}

.home-page--mockup .margin-grid {
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-page--mockup .margin-card {
  display: flex;
  min-height: 248px;
  flex-direction: column;
  border-color: rgba(100, 161, 225, 0.26);
  background:
    linear-gradient(180deg, rgba(8, 32, 58, 0.72), rgba(3, 15, 30, 0.9));
  padding: 24px;
}

.home-page--mockup .margin-card:first-child {
  background:
    radial-gradient(260px 180px at 22% 18%, rgba(105, 244, 237, 0.1), transparent 70%),
    linear-gradient(180deg, rgba(10, 39, 69, 0.82), rgba(3, 15, 30, 0.92));
}

.home-page--mockup .margin-card .asset-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 0 42px;
  opacity: 0.9;
}

.home-page--mockup .margin-card h3 {
  max-width: 13ch;
  font-size: 18px;
}

.home-page--mockup .margin-card p {
  margin-top: 18px;
}

.home-page--mockup .margin-card a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(100, 161, 225, 0.28);
  border-radius: 999px;
  color: #dce8f7;
  font-size: 18px;
  text-decoration: none;
}

.home-page--mockup .overview-section {
  position: relative;
  padding: 82px 0 96px;
  background:
    radial-gradient(620px 300px at 20% 16%, rgba(105, 244, 237, 0.08), transparent 72%),
    linear-gradient(180deg, #01070d 0%, #061a31 100%);
}

.home-page--mockup .overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  grid-template-rows: auto;
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
}

.home-page--mockup .overview-copy {
  display: block;
}

.home-page--mockup .overview-copy h2 {
  max-width: 12.5ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.02;
}

.home-page--mockup .overview-copy > p {
  max-width: 43ch;
  margin: 22px 0 0;
  color: #aebbd0;
  font-size: 16px;
  line-height: 1.6;
}

.home-page--mockup .overview-points {
  display: grid;
  gap: 12px;
  max-width: 460px;
  margin-top: 28px;
}

.home-page--mockup .overview-point {
  display: grid;
  width: auto;
  min-height: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  justify-content: start;
  border: 1px solid rgba(100, 161, 225, 0.22);
  border-radius: 14px;
  background: rgba(3, 15, 30, 0.54);
  box-shadow: none;
  color: #dce8f7;
  padding: 14px 16px;
}

.home-page--mockup .overview-point > span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(105, 244, 237, 0.66);
  border-radius: 999px;
  background: rgba(105, 244, 237, 0.08);
}

.home-page--mockup .overview-point > span::before {
  content: "✓";
  color: #86f3e8;
  font-size: 14px;
  font-weight: 900;
}

.home-page--mockup .overview-point strong {
  color: #f5fbff;
  font-size: 16px;
  font-weight: 850;
}

.home-page--mockup .overview-point p {
  display: block;
  margin: 5px 0 0;
  color: #9fb1ca;
  font-size: 14px;
  line-height: 1.45;
}

.home-page--mockup .overview-visual {
  position: relative;
  display: flex;
  min-height: 460px;
  align-items: center;
  justify-content: flex-end;
}

.home-page--mockup .overview-photo {
  position: relative;
  inset: auto;
  width: min(100%, 640px);
  height: 430px;
  object-fit: cover;
  object-position: center 34%;
  clip-path: polygon(0 0, 86% 0, 100% 20%, 100% 100%, 0 100%);
  border-radius: 18px;
  filter: saturate(0.74) brightness(0.9);
}

.home-page--mockup .overview-screen {
  position: absolute;
  right: 0;
  top: 42px;
  width: min(100%, 680px);
  overflow: hidden;
  border: 1px solid rgba(100, 161, 225, 0.28);
  border-radius: 16px;
  background: rgba(5, 22, 41, 0.82);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.home-page--mockup .overview-screen img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.9;
}

.home-page--mockup .overview-screen span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  border: 1px solid rgba(100, 161, 225, 0.3);
  border-radius: 999px;
  background: rgba(2, 11, 22, 0.78);
  color: #aebbd0;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 9px;
}

.home-page--mockup .control-steps {
  padding: 76px 0 82px;
  background:
    linear-gradient(180deg, #061a31 0%, #020b16 100%);
}

.home-page--mockup .control-steps h2 {
  margin-bottom: 28px;
}

.home-page--mockup .control-track {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(100, 161, 225, 0.24);
  border-radius: 14px;
  background: rgba(5, 22, 41, 0.58);
}

.home-page--mockup .control-track article {
  min-height: 236px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page--mockup .control-track article + article {
  border-left: 1px solid rgba(100, 161, 225, 0.18);
}

.home-page--mockup .control-track article strong {
  color: #8ea8ff;
}

.home-page--mockup .roles-section {
  padding: 72px 0 70px;
  background:
    radial-gradient(560px 260px at 50% 0%, rgba(100, 161, 225, 0.08), transparent 74%),
    #020b16;
}

.home-page--mockup .role-cards {
  gap: 16px;
}

.home-page--mockup .role-cards article {
  min-height: 130px;
  border-color: rgba(100, 161, 225, 0.26);
  background: rgba(5, 22, 41, 0.66);
}

.home-page--mockup .role-cards .role-image {
  width: 145px;
}

.home-page--mockup .role-cards article div {
  padding: 16px 18px;
}

.home-page--mockup .security-band {
  padding: 58px 0 54px;
  background:
    radial-gradient(560px 300px at 8% 4%, rgba(105, 244, 237, 0.09), transparent 70%),
    linear-gradient(180deg, rgba(2, 11, 22, 0), rgba(6, 26, 49, 0.48));
}

.home-page--mockup .mockup-cta {
  padding: 42px 0 78px;
  background:
    linear-gradient(180deg, rgba(6, 26, 49, 0.48), rgba(2, 11, 22, 0.74));
}

@media (max-width: 1120px) {
  .home-page--mockup .margin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page--mockup .overview-grid {
    grid-template-columns: 1fr;
  }

  .home-page--mockup .overview-copy h2 {
    max-width: 18ch;
  }

  .home-page--mockup .overview-visual {
    min-height: 420px;
  }

  .home-page--mockup .control-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page--mockup .control-track article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(100, 161, 225, 0.18);
  }

  .home-page--mockup .control-track article:nth-child(4) {
    border-top: 1px solid rgba(100, 161, 225, 0.18);
  }
}

@media (max-width: 760px) {
  .home-page--mockup .home-mockup-hero {
    padding-bottom: 34px;
  }

  .home-page--mockup .margin-section {
    padding: 42px 0 58px;
  }

  .home-page--mockup .margin-grid,
  .home-page--mockup .control-track {
    grid-template-columns: 1fr;
  }

  .home-page--mockup .margin-card {
    min-height: 0;
  }

  .home-page--mockup .overview-section {
    padding: 58px 0 64px;
  }

  .home-page--mockup .overview-copy h2 {
    max-width: 12ch;
    font-size: clamp(34px, 10vw, 44px);
  }

  .home-page--mockup .overview-visual {
    min-height: auto;
  }

  .home-page--mockup .overview-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: 300px;
  }

  .home-page--mockup .control-track article + article {
    border-left: 0;
    border-top: 1px solid rgba(100, 161, 225, 0.18);
  }

  .home-page--mockup .roles-section {
    padding-top: 52px;
  }
}
