.solution-hero--cinematic {
  min-height: min(850px, calc(100vh - 78px));
  isolation: isolate;
  display: grid;
  align-items: start;
  background: #041321;
}

.solution-hero--cinematic::before {
  display: none;
}

.solution-hero-media,
.solution-hero-shade {
  position: absolute;
  inset: 0;
}

.solution-hero-media {
  z-index: 0;
  background: #041321;
}

.solution-hero-media .film-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
}

.solution-hero-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 14, 27, 0.76) 0, rgba(3, 14, 27, 0.36) 31%, rgba(3, 14, 27, 0.08) 62%, rgba(3, 14, 27, 0.48) 100%),
    linear-gradient(90deg, rgba(3, 14, 27, 0.34), transparent 42%, transparent 72%, rgba(3, 14, 27, 0.16));
}

.solution-cinematic-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(42px, 6vh, 72px);
  padding-bottom: 80px;
  text-align: center;
}

.solution-cinematic-copy > div {
  width: min(900px, 100%);
  margin-inline: auto;
}

.solution-cinematic-copy p:first-child {
  margin: 0;
  color: #66ddff;
  font: 500 9px "DM Mono", monospace;
  letter-spacing: 0.14em;
}

.solution-cinematic-copy span:not(.solution-highlight-list span) {
  display: block;
  margin: 18px 0 11px;
  color: #b9ff3b;
  font: 500 10px "DM Mono", monospace;
  letter-spacing: 0.11em;
}

.solution-cinematic-copy h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: 0.98;
  text-shadow: 0 3px 26px rgba(1, 9, 18, 0.62);
}

.solution-cinematic-copy .summary {
  max-width: 720px;
  margin: 18px auto 0;
  color: #d6e5ed;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(1, 9, 18, 0.75);
}

.solution-highlight-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-highlight-list span {
  padding: 9px 14px;
  border: 1px solid rgba(223, 241, 249, 0.48);
  border-radius: 999px;
  color: #f5fbff;
  background: rgba(7, 27, 45, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 600;
}

.solution-cinematic-copy .solution-actions {
  justify-content: center;
  margin-top: 22px;
}

.solution-cinematic-copy .solution-actions a {
  background: rgba(5, 24, 39, 0.55);
  backdrop-filter: blur(8px);
}

.solution-cinematic-copy .solution-actions a:first-child {
  color: #06111f;
  background: #adff2f;
}

@media (max-width: 720px) {
  .solution-hero--cinematic {
    min-height: 720px;
  }

  .solution-cinematic-copy {
    padding-top: 40px;
  }

  .solution-cinematic-copy h1 {
    font-size: 46px;
  }

  .solution-cinematic-copy .summary {
    font-size: 13px;
  }

  .solution-highlight-list span {
    font-size: 9px;
  }
}
