/* Solaria release QA overrides. Loaded after the exploratory style history. */
.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #030305;
  background: #f4f2ed;
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  outline: 2px solid #f5c842;
  outline-offset: 3px;
  transform: translateY(0);
}

.experience:focus {
  outline: none;
}

.store-panel-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 18px;
}

.store-panel-legal a {
  color: rgba(255, 255, 255, .58);
  font-size: .62rem;
  letter-spacing: .08em;
  line-height: 1.45;
  text-decoration: none;
  text-transform: uppercase;
}

.store-panel-legal a:hover,
.store-panel-legal a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .phone-stage {
    transform: translateY(-20px);
  }

  #automatizacion .phone-stage {
    transform: translateY(-18px);
  }

  .store-panel-legal {
    margin-top: 12px;
    gap: 6px 12px;
  }
}

@media (max-width: 760px) and (max-height: 740px) {
  .product-phone,
  .automation-phone {
    height: min(45dvh, 330px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
