:root {
  --navy-950: #06101c;
  --navy-900: #081522;
  --accent: #2d7df6;
  --success: #4bd197;
  --white: #ffffff;
  --line: rgba(255,255,255,.10);
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--white); background: var(--navy-950); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.landing { position: relative; min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 72% 28%, rgba(45,125,246,.12), transparent 28%), linear-gradient(180deg, #07111e 0%, #091726 100%); }
.grid-bg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 92%); }
.glow { position: absolute; border-radius: 999px; filter: blur(100px); opacity: .18; pointer-events: none; }
.glow--one { width: 430px; height: 430px; top: 20%; right: 4%; background: var(--accent); }
.glow--two { width: 280px; height: 280px; left: -6%; bottom: -6%; background: #36c2e9; }
.shell { position: relative; z-index: 2; width: var(--container); margin-inline: auto; }
.header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 36px; height: 36px; display: grid; place-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; overflow: hidden; }
.brand-mark span { width: 18px; height: 2px; background: rgba(255,255,255,.88); border-radius: 999px; }
.brand-mark::after { content: ""; position: absolute; right: 3px; bottom: 3px; width: 8px; height: 8px; border-radius: 3px; background: var(--accent); box-shadow: 0 0 20px rgba(45,125,246,.8); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 15px/1 Manrope, sans-serif; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; color: #8799ac; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.header-link { display: inline-flex; align-items: center; gap: 8px; color: #bcc9d7; text-decoration: none; font-size: 13px; font-weight: 600; }
.header-link:hover { color: white; }
.hero { min-height: calc(100vh - 225px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; padding: 80px 0 72px; }
.eyebrow { margin: 0 0 16px; color: #7dc4ff; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 710px; margin: 0; font: 600 clamp(3.5rem, 6vw, 6.2rem)/1.02 Manrope, Inter, sans-serif; letter-spacing: -.05em; }
.lede { max-width: 700px; margin: 28px 0 0; color: #b7c3d1; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.7; }
.lede strong { color: white; font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 650; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: var(--navy-950); background: white; box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.button--secondary { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.proof { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 32px; color: #8194a8; font-size: 12px; }
.proof span { position: relative; padding-left: 15px; }
.proof span::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: #58b9ff; }
.control-card { position: relative; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(180deg, rgba(20,40,62,.84), rgba(10,24,39,.96)); box-shadow: 0 28px 90px rgba(0,0,0,.35); }
.control-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.05), transparent 34%); }
.control-card__head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.control-card__head > div { display: grid; gap: 4px; }
.control-card__head small { color: #6e8aa5; font-size: 9px; letter-spacing: .15em; }
.control-card__head strong { font-size: 14px; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; color: #9fd9bd; border: 1px solid rgba(75,209,151,.18); border-radius: 999px; background: rgba(75,209,151,.08); font-size: 10px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px rgba(75,209,151,.7); }
.diagram { position: relative; display: grid; grid-template-columns: 1fr 36px 1.1fr 36px 1fr; gap: 4px; align-items: center; min-height: 335px; margin: 15px 0; }
.diagram-side { display: grid; gap: 12px; }
.diagram-side span { padding: 14px 10px; color: #a7b6c7; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.035); text-align: center; font-size: 10px; }
.flow-lines { display: grid; gap: 36px; }
.flow-lines i { height: 1px; background: linear-gradient(90deg, rgba(77,162,255,.18), rgba(77,162,255,.9)); }
.flow-lines--right i { background: linear-gradient(90deg, rgba(77,162,255,.9), rgba(77,162,255,.18)); }
.core { min-height: 188px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(82,164,255,.38); border-radius: 18px; background: radial-gradient(circle at 50% 15%, rgba(45,125,246,.18), transparent 52%), rgba(8,22,37,.92); box-shadow: 0 0 60px rgba(45,125,246,.11); }
.core small { color: #7f9ab5; font-size: 9px; letter-spacing: .16em; }
.core strong { margin-top: 6px; font: 700 38px/1 Manrope, sans-serif; letter-spacing: -.05em; }
.core span { margin-top: 10px; color: #7890a8; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.metrics > div { display: grid; gap: 3px; padding: 0 13px; border-right: 1px solid rgba(255,255,255,.08); }
.metrics > div:first-child { padding-left: 0; }
.metrics > div:last-child { border-right: 0; }
.metrics small { color: #688097; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.metrics strong { color: #dce6ef; font-size: 10px; }
.positioning { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 30px 0 34px; border-top: 1px solid var(--line); }
.positioning p { max-width: 750px; margin: 0; color: #8295a9; font-size: 13px; line-height: 1.65; }
.positioning a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; color: #8ecbff; text-decoration: none; font-size: 12px; font-weight: 700; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0 34px; color: #53677a; border-top: 1px solid rgba(255,255,255,.07); font-size: 10px; }
footer a { color: #71869b; text-decoration: none; }
footer a:hover { color: white; }
@media (max-width: 980px) { .hero { grid-template-columns: 1fr; gap: 52px; padding-top: 64px; } .control-card { max-width: 760px; } .positioning { align-items: flex-start; flex-direction: column; gap: 18px; } }
@media (max-width: 680px) { :root { --container: min(100% - 28px, 1180px); } .header { min-height: 72px; } .header-link { font-size: 0; } .header-link span { font-size: 18px; } .hero { min-height: auto; padding: 78px 0 58px; } h1 { font-size: clamp(3rem, 14vw, 4.4rem); } .lede { font-size: 1rem; } .actions { display: grid; grid-template-columns: 1fr; } .button { width: 100%; } .proof { display: grid; gap: 9px; } .control-card { padding: 17px; } .diagram { grid-template-columns: 1fr; gap: 9px; min-height: auto; padding: 18px 0; } .diagram-side { grid-template-columns: repeat(3, 1fr); gap: 6px; } .diagram-side span { padding: 11px 5px; font-size: 8px; } .flow-lines { display: none; } .core { min-height: 155px; } .metrics { grid-template-columns: 1fr; gap: 8px; } .metrics > div { padding: 8px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); } .metrics > div:last-child { border-bottom: 0; } footer { flex-direction: column; gap: 8px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* ---------------------------------------------------------
   Animated maintenance workflow
--------------------------------------------------------- */

.diagram--animated {
  position: relative;
  min-height: 360px;
}

.flow-lines--animated i {
  position: relative;
  overflow: hidden;
  height: 2px;
  background: rgba(97,183,255,.22);
}

.flow-lines--animated i::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      #61b7ff 0 4px,
      transparent 4px 11px
    );
  animation: signalFlowRight 1.35s linear infinite;
  opacity: .9;
}

.flow-lines--animated i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8fd0ff;
  box-shadow:
    0 0 7px rgba(97,183,255,.95),
    0 0 16px rgba(97,183,255,.65);
  transform: translateY(-50%);
  animation: signalDot 3s linear infinite;
}

.flow-lines--animated i:nth-child(2)::after {
  animation-delay: .65s;
}

.flow-lines--animated i:nth-child(3)::after {
  animation-delay: 1.3s;
}

.core--animated {
  position: relative;
  z-index: 3;
  animation: mclPulse 4s ease-in-out infinite;
}

.core--animated::after {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 1px solid rgba(97,183,255,.15);
  border-radius: 24px;
  opacity: .45;
  animation: coreHalo 4s ease-in-out infinite;
}

.diagram-node {
  position: relative;
  overflow: hidden;
}

.diagram-node::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(97,183,255,.08),
      transparent
    );
  transform: translateX(-110%);
  animation: nodeActivity 6s ease-in-out infinite;
}

.diagram-node:nth-child(2)::after {
  animation-delay: 1s;
}

.diagram-node:nth-child(3)::after {
  animation-delay: 2s;
}

.diagram-node--analytics {
  border-color: rgba(75,209,151,.20) !important;
}

.feedback-loop {
  position: absolute;
  right: 14%;
  bottom: 18px;
  width: 38%;
  height: 58px;
  border-right: 2px dotted rgba(75,209,151,.34);
  border-bottom: 2px dotted rgba(75,209,151,.34);
  border-left: 2px dotted rgba(75,209,151,.34);
  border-radius: 0 0 30px 30px;
  pointer-events: none;
  opacity: .72;
}

.feedback-loop::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -24px;
  height: 24px;
  border-left: 2px dotted rgba(75,209,151,.34);
}

.feedback-dot {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4bd197;
  box-shadow:
    0 0 8px rgba(75,209,151,.95),
    0 0 18px rgba(75,209,151,.55);
  animation: feedbackPulse 2.2s ease-in-out infinite;
}

@keyframes signalFlowRight {
  from { background-position: 0 0; }
  to { background-position: 22px 0; }
}

@keyframes signalDot {
  from { left: -8px; }
  to { left: calc(100% + 8px); }
}

@keyframes mclPulse {
  0%, 100% {
    box-shadow: 0 0 55px rgba(45,125,246,.10);
  }
  50% {
    box-shadow: 0 0 80px rgba(45,125,246,.20);
  }
}

@keyframes coreHalo {
  0%, 100% {
    opacity: .3;
    transform: scale(1);
  }
  50% {
    opacity: .8;
    transform: scale(1.02);
  }
}

@keyframes nodeActivity {
  0%, 70%, 100% {
    transform: translateX(-110%);
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  92% {
    transform: translateX(110%);
    opacity: .4;
  }
}

@keyframes feedbackPulse {
  0%, 100% {
    opacity: .45;
    transform: scale(.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@media (max-width: 680px) {
  .feedback-loop {
    display: none;
  }

  .flow-lines--animated i::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-lines--animated i::before,
  .flow-lines--animated i::after,
  .core--animated,
  .core--animated::after,
  .diagram-node::after,
  .feedback-dot {
    animation: none !important;
  }
}

/* ---------------------------------------------------------
   Interactive workflow demo CTA
--------------------------------------------------------- */

.landing { height: 100svh; display: flex; flex-direction: column; overflow: hidden; }
.landing > .header { position: relative; z-index: 8; width: var(--container); flex: 0 0 auto; }
.page-viewport { position: relative; z-index: 2; flex: 1 1 auto; min-height: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: rgba(97,183,255,.28) transparent; }
.page-viewport::-webkit-scrollbar { height: 5px; }
.page-viewport::-webkit-scrollbar-track { background: transparent; }
.page-viewport::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(97,183,255,.28); }
.page-rail { height: 100%; display: flex; align-items: stretch; }
.page-panel { position: relative; min-width: 100%; height: 100%; flex: 0 0 100%; overflow-x: hidden; overflow-y: auto; scroll-snap-align: start; scroll-snap-stop: always; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.15) transparent; }
.panel-shell { min-height: 100%; }
.page-panel--hero .hero { min-height: calc(100svh - 225px); }
.panel-next { display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin: -18px 0 26px; }
.panel-next > span { color: #60788e; font-size: 9px; letter-spacing: .1em; }
.panel-control { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; color: #91ccfb; border: 1px solid rgba(97,183,255,.2); border-radius: 999px; background: rgba(45,125,246,.06); font: 700 10px/1 Inter, sans-serif; letter-spacing: .035em; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.panel-control:hover { color: white; border-color: rgba(97,183,255,.38); background: rgba(45,125,246,.11); transform: translateY(-1px); }
.panel-control:focus-visible { outline: 2px solid #8ecbff; outline-offset: 3px; }
.demo-panel-shell { min-height: 100%; display: flex; flex-direction: column; padding-block: 30px 44px; }
.panel-control--back { align-self: flex-start; flex: 0 0 auto; color: #9eb2c5; background: rgba(255,255,255,.025); }
.demo-panel__inner { position: relative; flex: 1 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: clamp(48px, 8vw, 110px); align-items: center; min-height: 600px; padding-block: 42px; overflow-x: clip; }
.demo-panel__inner::before { content: ""; position: absolute; right: -10%; bottom: 0; width: 460px; height: 460px; border-radius: 50%; pointer-events: none; background: rgba(45,125,246,.09); filter: blur(100px); }
.demo-panel__copy { position: relative; z-index: 2; }
.demo-panel__copy h2 { max-width: 700px; margin: 0; font: 600 clamp(3rem, 5.3vw, 5.8rem)/1.02 Manrope, Inter, sans-serif; letter-spacing: -.052em; }
.demo-panel__copy > p:not(.eyebrow) { max-width: 660px; margin: 26px 0 0; color: #a6b6c6; font-size: clamp(.95rem, 1.35vw, 1.12rem); line-height: 1.75; }
.demo-panel__copy > .button { margin-top: 30px; }
.demo-panel__features { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.demo-panel__features span { padding: 7px 9px; color: #8099b0; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.025); font-size: 8px; font-weight: 600; letter-spacing: .03em; }
.page-indicator { position: fixed; z-index: 12; left: 50%; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; color: #50677c; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(6,16,28,.76); box-shadow: 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(12px); transform: translateX(-50%); }
.page-indicator > span { font-size: 8px; }
.page-indicator button { display: inline-flex; align-items: center; gap: 6px; padding: 3px; color: #60768a; border: 0; background: transparent; font: 600 8px Inter, sans-serif; cursor: pointer; }
.page-indicator button i { width: 5px; height: 5px; border-radius: 50%; background: #536b80; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.page-indicator button[aria-current="true"] { color: #b8ccdd; }
.page-indicator button[aria-current="true"] i { background: var(--accent-light); box-shadow: 0 0 10px rgba(97,183,255,.7); transform: scale(1.2); }
.page-indicator button:focus-visible { outline: 1px solid #8ecbff; outline-offset: 3px; border-radius: 4px; }
.workflow-teaser { position: relative; z-index: 2; min-height: 430px; display: flex; flex-direction: column; padding: 22px; overflow: hidden; color: inherit; border: 1px solid rgba(97,183,255,.18); border-radius: 20px; background: radial-gradient(circle at 50% 0, rgba(45,125,246,.12), transparent 48%), rgba(5,18,31,.78); box-shadow: inset 0 1px rgba(255,255,255,.035), 0 22px 55px rgba(0,0,0,.23); text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.workflow-teaser:hover { border-color: rgba(97,183,255,.33); transform: translateY(-2px); box-shadow: inset 0 1px rgba(255,255,255,.04), 0 25px 65px rgba(0,0,0,.3), 0 0 45px rgba(45,125,246,.07); }
.workflow-teaser:focus-visible { outline: 2px solid #8ecbff; outline-offset: 4px; }
.workflow-teaser__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.workflow-teaser__head > div { display: grid; gap: 4px; }
.workflow-teaser__head small { color: #6e8aa5; font-size: 8px; letter-spacing: .15em; }
.workflow-teaser__head strong { font-size: 12px; }
.workflow-teaser__head > span { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #9fd9bd; border: 1px solid rgba(75,209,151,.18); border-radius: 999px; background: rgba(75,209,151,.07); font-size: 8px; }
.workflow-teaser__head > span i { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px rgba(75,209,151,.7); }
.workflow-teaser__progress { height: 2px; margin-top: 17px; overflow: hidden; background: rgba(255,255,255,.075); }
.workflow-teaser__progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--accent), var(--success)); transform: scaleX(0); transform-origin: left; animation: teaserProgress 12s linear infinite; }
.workflow-teaser__stage { position: relative; flex: 1; min-height: 275px; }
.teaser-state { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(10px); }
.teaser-state > small { margin-bottom: 13px; color: #6e8aa5; font-size: 8px; letter-spacing: .14em; }
.teaser-state--request { animation: teaserRequest 12s ease-in-out infinite; }
.teaser-state--ai { animation: teaserAi 12s ease-in-out infinite; }
.teaser-state--incident { animation: teaserIncident 12s ease-in-out infinite; }
.teaser-state--request blockquote { margin: 0; padding: 22px; color: #dce9f4; border: 1px solid rgba(97,183,255,.2); border-radius: 14px; background: rgba(45,125,246,.07); font: 600 19px/1.4 Manrope, Inter, sans-serif; }
.teaser-state--request > span { margin-top: 13px; color: #728ba2; font-size: 9px; }
.teaser-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.teaser-fields > span { display: grid; gap: 6px; padding: 13px; border: 1px solid rgba(255,255,255,.075); border-radius: 10px; background: rgba(255,255,255,.025); }
.teaser-fields small { color: #637d94; font-size: 7px; letter-spacing: .1em; }
.teaser-fields strong { color: #d5e1eb; font-size: 9px; }
.teaser-fields .teaser-high { color: #ffc77a; }
.teaser-fields .teaser-success { color: var(--success); }
.teaser-state--incident { padding: 20px; border: 1px solid rgba(97,183,255,.2); border-radius: 15px; background: rgba(255,255,255,.025); }
.teaser-incident__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.teaser-incident__top small { color: #6e8ba5; font-size: 8px; letter-spacing: .12em; }
.teaser-incident__top span { padding: 5px 7px; color: #a6e4c5; border: 1px solid rgba(75,209,151,.2); border-radius: 999px; background: rgba(75,209,151,.07); font-size: 7px; font-weight: 700; }
.teaser-state--incident > strong { margin-top: 18px; font: 600 17px/1.3 Manrope, Inter, sans-serif; }
.teaser-state--incident > p { margin: 10px 0 0; color: #8299ad; font-size: 10px; }
.teaser-state--incident > p b { color: white; }
.teaser-ready { display: flex; align-items: center; gap: 9px; margin-top: 22px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.07); color: #9eddbd; font-size: 9px; }
.teaser-ready i { width: 25px; height: 25px; display: grid; place-items: center; color: #061b12; border-radius: 50%; background: var(--success); box-shadow: 0 0 18px rgba(75,209,151,.2); font-style: normal; font-weight: 800; }
.workflow-teaser__flow { display: flex; align-items: center; justify-content: center; gap: 8px; color: #58738c; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.workflow-teaser__flow i { position: relative; flex: 1; max-width: 54px; color: transparent; font-style: normal; border-top: 1px dotted rgba(97,183,255,.35); }
.workflow-teaser__flow i::after { content: ""; position: absolute; top: -3px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #8dcfff; box-shadow: 0 0 9px rgba(97,183,255,.8); animation: teaserDot 4s linear infinite; }

@keyframes teaserProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes teaserRequest { 0%, 28% { opacity: 1; transform: translateY(0); } 33%, 100% { opacity: 0; transform: translateY(-8px); } }
@keyframes teaserAi { 0%, 28% { opacity: 0; transform: translateY(10px); } 34%, 61% { opacity: 1; transform: translateY(0); } 67%, 100% { opacity: 0; transform: translateY(-8px); } }
@keyframes teaserIncident { 0%, 62% { opacity: 0; transform: translateY(10px); } 68%, 94% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-6px); } }
@keyframes teaserDot { from { left: 0; } to { left: calc(100% - 5px); } }

@media (max-width: 980px) {
  .demo-panel__inner { grid-template-columns: 1fr; gap: 42px; min-height: 0; }
  .workflow-teaser { width: 100%; min-height: 390px; }
}

@media (max-width: 680px) {
  .landing > .header { width: var(--container); }
  .page-panel--hero .hero { min-height: auto; }
  .panel-next { justify-content: space-between; margin: -10px 0 30px; }
  .panel-control--next { min-height: 46px; }
  .demo-panel-shell { padding-block: 22px 52px; }
  .demo-panel__inner { padding-block: 54px 20px; }
  .demo-panel__copy h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .demo-panel__copy > p:not(.eyebrow) { font-size: .95rem; }
  .demo-panel__copy > .button { width: 100%; }
  .workflow-teaser { min-height: 360px; padding: 17px; }
  .workflow-teaser__head > span { font-size: 7px; }
  .workflow-teaser__stage { min-height: 245px; }
  .teaser-state--incident { padding: 16px; }
  .workflow-teaser__flow { gap: 5px; }
  .page-indicator { bottom: max(8px, env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .page-viewport { scroll-behavior: auto; }
  .panel-control,
  .page-indicator button i { transition: none; }
  .workflow-teaser__progress i,
  .workflow-teaser__flow i::after,
  .teaser-state { animation: none !important; }
  .teaser-state--request,
  .teaser-state--ai { display: none; }
  .teaser-state--incident { opacity: 1; transform: none; }
  .workflow-teaser__progress i { transform: scaleX(1); }
}
