:root {
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #08080d;
  color: #f5f3fb;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.demo-shell {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.demo-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #242431;
}
.demo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 750;
}
.demo-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.demo-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #aaa7b8;
  font-size: 14px;
}
.demo-links a:hover {
  color: #fff;
}
.pill,
.demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid #343446;
  font-weight: 720;
}
.demo-button.primary {
  border: 0;
  color: #0b0911;
  background: linear-gradient(
    100deg,
    #ff5964,
    #ff2f91 35%,
    #865bff 68%,
    #37bdf8
  );
}
.demo-button.secondary {
  background: #12121b;
}
.demo-button:hover {
  transform: translateY(-1px);
}
.demo-hero {
  padding: 86px 0 62px;
}
.demo-kicker {
  color: #58d1ff;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font:
    750 12px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
}
.demo-hero h1 {
  max-width: 980px;
  margin: 18px 0 22px;
  font-size: clamp(50px, 8vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}
.demo-hero > p {
  max-width: 780px;
  color: #aaa7b8;
  font-size: 20px;
  line-height: 1.65;
}
.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 28px 0 80px;
}
.flow article {
  padding: 24px;
  border: 1px solid #292936;
  border-radius: 20px;
  background: #101018;
}
.flow span,
.demo-label {
  color: #ff5da7;
  font:
    750 11px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.flow h3 {
  margin: 12px 0 8px;
}
.flow p {
  margin: 0;
  color: #9e9bab;
  line-height: 1.55;
}
.demo-process {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  border: 1px solid #d8dae2;
  border-radius: 28px;
  background: #f8f9fb;
  box-shadow: 0 36px 100px #000a;
}
.demo-process img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}
.demo-process figcaption {
  position: absolute;
  right: 16px;
  bottom: 15px;
  display: flex;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid #ffffff2b;
  border-radius: 999px;
  background: #08080de8;
  color: #fff;
  font: 800 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 110px;
}
.gallery-card {
  overflow: hidden;
  border: 1px solid #30303e;
  border-radius: 26px;
  background: #111119;
  transition: 0.2s;
}
.gallery-card:first-child {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}
.gallery-card:first-child .gallery-copy {
  border-top: 0;
  border-left: 1px solid #30303e;
}
.gallery-card:hover {
  transform: translateY(-4px);
  border-color: #62627e;
}
.gallery-thumb {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #08080d;
}
.gallery-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 64 / 41;
  object-fit: cover;
  object-position: center top;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}
.gallery-card:hover .gallery-thumb img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}
.gallery-thumb > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 11px;
  border: 1px solid #ffffff2b;
  border-radius: 999px;
  background: #08080ddd;
  box-shadow: 0 8px 28px #0008;
  color: #fff;
  font:
    800 10px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.gallery-art {
  min-height: 350px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery-art strong {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.gallery-art div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gallery-art i {
  padding: 8px 12px;
  border: 1px solid #ffffff2b;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
}
.gallery-fashion {
  background:
    radial-gradient(circle at 80% 20%, #ff4f9155, transparent 34%),
    radial-gradient(circle at 16% 88%, #704bff50, transparent 36%), #100b18;
}
.gallery-power {
  background:
    radial-gradient(circle at 78% 18%, #386bff58, transparent 33%),
    radial-gradient(circle at 16% 82%, #ff356b48, transparent 38%),
    linear-gradient(145deg, #170b1d, #08131f);
}
.gallery-nature {
  background:
    radial-gradient(circle at 80% 12%, #50e8ab48, transparent 34%),
    linear-gradient(150deg, #08241e, #11151d);
}
.gallery-copy {
  padding: 28px 30px 32px;
  border-top: 1px solid #30303e;
}
.gallery-copy h2 {
  font-size: 29px;
  margin: 10px 0;
}
.gallery-copy p {
  color: #aaa7b8;
  line-height: 1.6;
  margin-bottom: 0;
}
.gallery-copy b {
  display: inline-block;
  margin-top: 15px;
  color: #ff62ad;
}
.gallery-observability {
  background:
    radial-gradient(circle at 80% 18%, #55dcff50, transparent 32%),
    radial-gradient(circle at 16% 84%, #9d88ff48, transparent 36%),
    linear-gradient(150deg, #09151d, #11131b);
}
.gallery-evidence {
  background:
    radial-gradient(circle at 78% 18%, #aa8cff55, transparent 32%),
    radial-gradient(circle at 18% 84%, #74ddff42, transparent 36%),
    linear-gradient(150deg, #151024, #0b1119);
}
.gallery-agentic {
  background:
    radial-gradient(circle at 80% 16%, #4bdbff52, transparent 31%),
    radial-gradient(circle at 14% 86%, #b8f34a42, transparent 38%),
    linear-gradient(150deg, #08171b, #11170d);
}
.gallery-sleep {
  background:
    radial-gradient(circle at 80% 16%, #ff73ba4f, transparent 31%),
    radial-gradient(circle at 14% 86%, #55e6ff45, transparent 38%),
    linear-gradient(150deg, #090d25, #17102b);
}
.gallery-signal {
  background:
    radial-gradient(circle at 80% 16%, #c7ff4f42, transparent 31%),
    radial-gradient(circle at 14% 86%, #54e6cf3f, transparent 38%),
    linear-gradient(150deg, #081611, #15170b);
}
.case-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
  padding: 78px 0 58px;
}
.case-hero h1 {
  margin: 16px 0 20px;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.case-hero p {
  color: #aaa7b8;
  font-size: 19px;
  line-height: 1.65;
}
.case-summary {
  padding: 28px;
  border: 1px solid #30303f;
  border-radius: 24px;
  background: linear-gradient(145deg, #171722, #0d0d14);
}
.case-summary strong {
  display: block;
  font-size: 28px;
  margin: 14px 0;
}
.case-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: #aaa7b8;
}
.case-summary li:before {
  content: "✓";
  color: #58d1ff;
  margin-right: 10px;
}
.case-section {
  padding: 74px 0;
  border-top: 1px solid #242431;
}
.case-section h2 {
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: -0.05em;
  margin: 10px 0 20px;
}
.case-intro {
  max-width: 760px;
  color: #aaa7b8;
  font-size: 18px;
  line-height: 1.65;
}
.source-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid #30303e;
  border-radius: 22px;
  background: #111119;
}
.source-card h3 {
  font-size: 24px;
  margin: 8px 0;
}
.source-card p {
  margin: 0;
  color: #aaa7b8;
}
.prompt-box {
  margin-top: 26px;
  padding: 30px;
  border: 1px solid #3a3949;
  border-radius: 22px;
  background: linear-gradient(145deg, #161622, #0e0e16);
}
.prompt-box p {
  margin: 16px 0 0;
  color: #e7e4ee;
  font-size: 17px;
  line-height: 1.75;
}
.live-wrap {
  margin-top: 32px;
  padding: 10px;
  border: 1px solid #343445;
  border-radius: 26px;
  background: #0d0d13;
  box-shadow: 0 35px 100px #0009;
}
.live-wrap iframe {
  display: block;
  width: 100%;
  height: min(82vh, 900px);
  min-height: 680px;
  border: 0;
  border-radius: 18px;
  background: #fff;
}
.live-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  color: #8f8c9d;
  font-size: 13px;
}
.truth {
  padding: 24px;
  border-left: 3px solid #58d1ff;
  background: #101018;
  color: #aaa7b8;
  line-height: 1.6;
}
.demo-conversion {
  padding: 84px 0;
  border-top: 1px solid #242431;
}
.demo-conversion-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 42px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #4b446d;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, #37bdf833, transparent 33%),
    radial-gradient(circle at 8% 100%, #ff2f9128, transparent 35%),
    #111119;
  box-shadow: 0 32px 100px #0009;
}
.demo-conversion-card h2 {
  margin: 12px 0 16px;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: .95;
  letter-spacing: -.055em;
}
.demo-conversion-card p {
  margin: 0;
  max-width: 660px;
  color: #aaa7b8;
  font-size: 17px;
  line-height: 1.65;
}
.demo-install-steps {
  display: grid;
  gap: 12px;
}
.demo-install-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  color: #aaa7b8;
  font-size: 14px;
}
.demo-install-step b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f3fb;
  color: #0b0911;
  font-size: 12px;
}
.demo-install-step strong {
  color: #f5f3fb;
}
.demo-install-steps .demo-button {
  margin-top: 8px;
  text-align: center;
}
.demo-install-note {
  color: #888596;
  font-size: 12px;
  text-align: center;
}
.demo-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 0 55px;
  border-top: 1px solid #242431;
  color: #888596;
  font-size: 13px;
}
@media (max-width: 820px) {
  .demo-links a:not(.demo-button) {
    display: none;
  }
  .demo-hero {
    padding-top: 60px;
  }
  .flow,
  .gallery,
  .case-hero {
    grid-template-columns: 1fr;
  }
  .gallery-card:first-child {
    grid-column: auto;
    display: block;
  }
  .gallery-card:first-child .gallery-copy {
    border-left: 0;
    border-top: 1px solid #30303e;
  }
  .gallery-art {
    min-height: 280px;
  }
  .gallery-thumb > span {
    left: 12px;
    bottom: 12px;
    font-size: 9px;
  }
  .source-card {
    grid-template-columns: 1fr;
  }
  .live-wrap iframe {
    min-height: 650px;
  }
  .live-note {
    display: block;
  }
  .case-hero {
    gap: 26px;
  }
  .demo-conversion-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }
  .demo-process {
    margin-bottom: 58px;
    border-radius: 20px;
  }
  .demo-process figcaption {
    right: 8px;
    bottom: 8px;
    gap: 6px;
    padding: 7px 9px;
    font-size: 7px;
  }
}
