/* Quiet glass controls for the light PANKRATO hero. */
.hero-concept .hero-footer {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.10), rgba(186, 197, 205, 0.07) 48%, rgba(255, 255, 255, 0.05));
  box-shadow:
    0 8px 20px rgba(55, 66, 77, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: rgba(44, 54, 64, 0.86);
  -webkit-backdrop-filter: blur(8px) saturate(108%);
  backdrop-filter: blur(8px) saturate(108%);
}

.hero-concept .hero-footer::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 52%, rgba(129, 142, 153, 0.035));
  content: "";
  pointer-events: none;
}

.hero-concept .hero-footer > * {
  position: relative;
  z-index: 1;
}

.hero-concept .hero-footer p {
  color: rgba(54, 65, 75, 0.57);
}

.hero-concept .scroll-link {
  color: rgba(43, 53, 63, 0.82);
}

.hero-concept .scroll-link b {
  color: rgba(89, 103, 114, 0.72);
}

@media (max-width: 720px) {
  .hero-concept .hero-footer {
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.14), rgba(190, 201, 208, 0.09));
  }
}
