/* Aura homepage — rotating hero phrase. Preview only. */
h1 .text-rotate {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  max-width: min(100%, 36rem);
  min-width: 0;
  width: auto;
  margin-top: 0.7rem;
  font-size: clamp(1.05rem, 1.6vw + 0.7rem, 1.45rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 0.32em 0.78em 0.36em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(23, 176, 210, 0.32);
  color: #d7f4fb;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 18px rgba(23, 176, 210, 0.12);
  vertical-align: middle;
}
.text-rotate-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.text-rotate-sizer {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
  font: inherit;
}
.text-rotate-live {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
}
.text-rotate-word {
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 0.02em;
}
.text-rotate-element {
  display: inline-block;
  will-change: transform;
}
.text-rotate-space {
  white-space: pre;
}
@media (max-width: 900px) {
  h1 .text-rotate {
    overflow: hidden;
    width: auto;
    max-width: 100%;
    font-size: 0.95rem;
    margin-top: 0.55rem;
    padding: 0.32em 0.9em 0.36em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .text-rotate-element {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }
}
