/* Premium glassmorphism helpers for prayer dashboard hero zones */

.hero-next {
  margin-top: 2px;
  display: grid;
  justify-items: center;
  width: 100%;
  gap: clamp(10px, 2vh, 20px);
  padding: clamp(16px, 3vh, 32px) clamp(24px, 4vw, 48px);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(var(--ring-rgb), 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 90px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(var(--ring-rgb), 0.06),
    0 0 46px rgba(var(--ring-rgb), 0.12);
  backdrop-filter: blur(18px);
}

.hero-next__label {
  font-size: clamp(0.9rem, 1.5vh, 1.2rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.65);
}

.hero-next__title-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
}

.hero-next__divider {
  font-size: clamp(3rem, 7vh, 6.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  margin-top: -5px;
  text-shadow: 0 0 20px rgba(var(--ring-rgb), 0.6), 0 0 40px rgba(var(--ring-rgb), 0.3);
}

.hero-next__arabic {
  font-family: 'Amiri', serif;
  font-size: clamp(3.2rem, 8vh, 7rem);
  line-height: 1;
  color: rgba(var(--ring-rgb), 0.9);
  text-shadow: 0 0 20px rgba(var(--ring-rgb), 0.4);
}

.hero-next__name {
  font-size: clamp(3.2rem, 8vh, 7rem);
  font-weight: 950;
  color: transparent;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  filter: drop-shadow(0 0 26px rgba(var(--ring-rgb), 0.22)) drop-shadow(0 0 54px rgba(var(--ring-rgb), 0.10));
}

.hero-next__time {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-family: 'Share Tech Mono', monospace;
  font-size: clamp(1.8rem, 4vh, 3.8rem);
  padding: 8px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(var(--ring-rgb), 0.14);
  color: rgba(245, 245, 245, 0.95);
}

/* Helps keep cinematic spacing without layout shift */
.hero-next-time-ghost {
  height: 0;
  width: 0;
}
