/* TEN® Hero Hub — Glassmorphic App Teaser (B2C Login & Service) */

.hero-hub-teaser {
  margin: 0 0 1.5rem;
}

.hero-hub-teaser__pill {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 28rem;
}

.hero-hub-teaser__pill:hover,
.hero-hub-teaser__pill:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}

.hero-hub-teaser__icon {
  flex-shrink: 0;
  border-radius: 10px;
}

.hero-hub-teaser__copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.hero-hub-teaser__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-hub-teaser__subtitle {
  font-size: 0.75rem;
  opacity: 0.7;
  line-height: 1.3;
}

.hero-hub-teaser__arrow {
  flex-shrink: 0;
  opacity: 0.6;
}

/* Account portal placement */
.myten-account-shell .hero-hub-teaser,
.myten-portal--b2c .hero-hub-teaser {
  margin: 0 0 1.25rem;
}

.allcont--myten .hero-hub-teaser {
  padding: 0 1rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .allcont--myten .hero-hub-teaser {
    padding: 0 1.5rem;
  }
}
