.app-window-real {
  margin: 0;
  overflow: hidden;
}

.app-window-real::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(99, 204, 245, 0.18);
  box-shadow: inset 0 0 35px rgba(0, 174, 239, 0.06);
}

.app-window-real img {
  display: block;
  width: 100%;
  height: auto;
  background: #080d12;
}

.intro-with-video {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.intro-with-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(238, 241, 240, 0.98) 0%,
    rgba(238, 241, 240, 0.91) 34%,
    rgba(238, 241, 240, 0.7) 64%,
    rgba(238, 241, 240, 0.48) 100%
  );
}

.intro-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  filter: saturate(0.55) contrast(0.82) brightness(1.15);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 27%, rgba(0, 0, 0, 0.62) 62%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 27%, rgba(0, 0, 0, 0.62) 62%, #000 100%);
  pointer-events: none;
}

.intro-with-video > :not(.intro-video) {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .intro-video {
    display: none;
  }
}

.feature-grid article {
  position: relative;
}

.feature-shot {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 1px solid rgba(93, 167, 207, 0.48);
  background-color: #091017;
  background-image: url("assets/wm-audio-timer-interface.png");
  background-repeat: no-repeat;
  background-size: 470px auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition: transform 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
}

.feature-grid article:hover .feature-shot {
  transform: scale(1.045);
  border-color: rgba(0, 174, 239, 0.82);
  filter: brightness(1.14);
}

.shot-meter { background-position: -74px -27px; }
.shot-control { background-position: -69px -61px; }
.shot-schedule { background-position: -67px -86px; }
.shot-repeat { background-position: -70px -104px; }
.shot-events { background-position: -267px -88px; }
.shot-status { background-position: -12px -45px; }
.shot-notifications { background-position: -2px -107px; }
.shot-licence { background-position: -2px -154px; }

@media (max-width: 560px) {
  .feature-shot {
    top: 20px;
    right: 20px;
    width: 74px;
    height: 74px;
  }
}
.trial-download{margin-top:34px;padding:30px 34px;background:#0c181d;color:#fff;border:1px solid #078fc0;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:0 18px 45px rgba(6,17,22,.16)}
.trial-download span{color:#00aeef;font-size:8px;font-weight:700;letter-spacing:.16em}
.trial-download h3{font-size:28px;margin:10px 0 8px;letter-spacing:-.035em}
.trial-download p{max-width:720px;margin:0;color:#a4b0b5;font-size:12px;line-height:1.65}
.trial-download>a{flex:0 0 auto;background:#00aeef;color:#061116;border-radius:28px;padding:16px 22px;font-size:10px;font-weight:800;white-space:nowrap}
.trial-download>a b{margin-left:10px}
@media(max-width:800px){.trial-download{align-items:flex-start;flex-direction:column}}
