.pv-daynight-hero {
  position: relative;
  min-height: clamp(42rem, 78vh, 52rem);
  isolation: isolate;
  background: #10201c;
}

.pv-daynight-hero .pv-original-glow {
  display: none;
}

.pv-daynight-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  margin: 0;
  background: #10201c;
  opacity: 0.26;
  filter: blur(8px);
  transform: scale(1.04);
}

.pv-daynight-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.pv-daynight-bg__night,
.pv-daynight-showcase__night {
  opacity: 0;
  animation: pv-day-to-night 15s ease-in-out infinite;
}

.pv-daynight-shade {
  position: absolute;
  inset: 0;
  background: rgba(5, 22, 18, 0.38);
}

.pv-daynight-hero > section {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: clamp(42rem, 78vh, 52rem);
}

.pv-daynight-hero .pv-daynight-grid {
  grid-template-columns: minmax(0, 40rem) minmax(28rem, 1fr) !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
  width: 100%;
}

.pv-daynight-content {
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(3, 19, 15, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pv-daynight-content h1,
.pv-daynight-content p,
.pv-daynight-content li {
  color: #fff !important;
}

.pv-daynight-content a:not([href="/pricing"]) {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.38) !important;
  background: rgba(5, 22, 18, 0.28) !important;
}

.pv-daynight-visual {
  display: block !important;
  min-width: 0;
}

.pv-daynight-showcase {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1rem;
  background: #10201c;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.pv-daynight-showcase img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes pv-day-to-night {
  0%,
  24% {
    opacity: 0;
  }
  40%,
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .pv-daynight-hero,
  .pv-daynight-hero > section {
    min-height: 0;
  }

  .pv-daynight-hero .pv-daynight-grid {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
  }

  .pv-daynight-shade {
    background: rgba(5, 22, 18, 0.72);
  }

  .pv-daynight-content {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .pv-daynight-visual {
    order: -1;
    padding-top: 1rem;
  }

  .pv-daynight-showcase {
    aspect-ratio: 16 / 11;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pv-daynight-bg__night,
  .pv-daynight-showcase__night {
    animation: none !important;
    opacity: 1;
  }
}
