/* ═══════════════════════════════════════════════════
   রমজান সেহরি ও ইফতার — PREMIUM DARK BLUE THEME
   Font: Hind Siliguri | Islamic Foundation BD 2026
   ═══════════════════════════════════════════════════ */

/* ── Google Fonts via HTML ── */

/* ── Design Tokens ── */
:root {
  /* Dark Blue Palette */
  --navy-950: #020b18;
  --navy-900: #050f1f;
  --navy-800: #091528;
  --navy-700: #0e2044;
  --navy-600: #142d5e;
  --navy-500: #1a3a78;
  --blue-400: #2563eb;
  --blue-300: #3b82f6;
  --blue-200: #60a5fa;
  --blue-100: #bfdbfe;

  /* Gold Accents */
  --gold-600: #b45309;
  --gold-500: #d97706;
  --gold-400: #f59e0b;
  --gold-300: #fbbf24;
  --gold-200: #fde68a;
  --gold-100: #fef9c3;

  /* Teal highlight */
  --teal-400: #2dd4bf;
  --teal-300: #5eead4;

  /* Text */
  --text-bright: #f0f7ff;
  --text-mid: #94b8d8;
  --text-dim: #5b7fa0;
  --text-faint: #2d4a66;

  /* Glass */
  --glass-bg: rgba(10, 28, 60, 0.6);
  --glass-border: rgba(59, 130, 246, 0.2);
  --glass-border-h: rgba(251, 191, 36, 0.5);

  /* Shadows */
  --shadow-deep: 0 20px 60px rgba(2, 11, 24, 0.8);
  --shadow-card: 0 8px 32px rgba(2, 11, 24, 0.6);
  --shadow-blue: 0 0 40px rgba(37, 99, 235, 0.2);
  --shadow-gold: 0 0 30px rgba(251, 191, 36, 0.3);

  /* Border Radius */
  --r-xl: 20px;
  --r-lg: 14px;
  --r-md: 10px;
  --r-sm: 7px;

  /* Transitions */
  --t: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Hind Siliguri', 'Tiro Bangla', sans-serif;
  background: var(--navy-950);
  color: var(--text-bright);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── Global Icons (Premium) ── */
.bi {
  vertical-align: -0.125em;
  margin-right: 4px;
  flex-shrink: 0;
}

.nav-link .bi {
  margin-right: 6px;
  font-size: 1.1em;
}

.feature-pill .bi {
  margin-right: 5px;
  color: var(--gold-300);
}

.section-icon .bi {
  font-size: 1.8rem;
}

.dua-icon-wrap .bi {
  font-size: 1.5rem;
}

.footer-card-icon .bi {
  font-size: 1.5rem;
  color: var(--gold-300);
}

.notif-icon .bi {
  font-size: 1.1rem;
  color: var(--gold-300);
}

.today-badge .bi {
  margin-right: 6px;
  color: var(--gold-300);
}

.countdown-chip .bi {
  margin-right: 5px;
  font-size: 0.95em;
}

/* ── Stars Canvas ── */
#stars-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* ── Background ── */
.bg-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(20, 45, 94, 0.7) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(37, 99, 235, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse 40% 60% at 50% 50%, rgba(251, 191, 36, 0.04) 0%, transparent 65%),
    linear-gradient(180deg, #020b18 0%, #050f1f 50%, #020d1a 100%);
}

/* ── Page Wrapper ── */
.page {
  position: relative;
  z-index: 1;
}

/* ── Container ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Glass Card Base ── */
.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-card);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}

.glass:hover {
  border-color: rgba(59, 130, 246, 0.4);
}

/* ══════════════════════════════════════
   HEADER
   ══════════════════════════════════════ */
.site-header {
  position: relative;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

/* ── Premium Navbar ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(2, 11, 24, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(37, 99, 235, 0.25);
  padding: 0 20px;
  transition: all 0.3s ease;
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-icon {
  font-size: 1.6rem;
  color: var(--gold-400);
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.4));
}

.brand-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-bright);
  letter-spacing: 0.5px;
}

.brand-year {
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--gold-300);
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  padding: 2px 8px;
  border-radius: 50px;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--r-md);
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
  position: relative;
}

.nav-link:hover {
  color: var(--text-bright);
  background: rgba(37, 99, 235, 0.1);
}

.nav-link.active {
  color: var(--gold-300);
  background: rgba(251, 191, 36, 0.08);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--gold-400);
  border-radius: 2px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #86efac;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse-live 1.5s ease-in-out infinite;
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-bright);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

@keyframes pulse-live {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.3
  }
}

/* Header hero */
.header-hero {
  padding: 52px 20px 44px;
  position: relative;
}

.header-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(20, 45, 94, 0.8), transparent 70%);
  pointer-events: none;
}

.header-arabic {
  font-family: 'Amiri', serif;
  font-size: clamp(1.1rem, 3.5vw, 1.8rem);
  color: var(--gold-300);
  letter-spacing: 4px;
  opacity: 0.9;
  margin-bottom: 22px;
  display: block;
  text-shadow: 0 0 30px rgba(251, 191, 36, 0.4);
  animation: fadeDown 0.8s ease both;
}

.header-icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  animation: fadeDown 0.9s ease 0.1s both;
}

.header-icon-crescent {
  font-size: 2.8rem;
  filter: drop-shadow(0 0 16px rgba(251, 191, 36, 0.5));
  animation: float-crescent 4s ease-in-out infinite;
}

@keyframes float-crescent {

  0%,
  100% {
    transform: translateY(0) rotate(-5deg)
  }

  50% {
    transform: translateY(-8px) rotate(5deg)
  }
}

.header-line-left,
.header-line-right {
  flex: 1;
  height: 1px;
  max-width: 80px;
}

.header-line-left {
  background: linear-gradient(90deg, transparent, var(--blue-400));
}

.header-line-right {
  background: linear-gradient(90deg, var(--blue-400), transparent);
}

.header-title {
  font-size: clamp(1.7rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  animation: fadeDown 1s ease 0.15s both;
}

.header-title .title-line1 {
  display: block;
  background: linear-gradient(120deg, var(--gold-200), var(--gold-400), var(--gold-200));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.35));
}

.header-title .title-line2 {
  display: block;
  background: linear-gradient(120deg, var(--blue-200), var(--text-bright), var(--blue-200));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header-subtitle {
  color: var(--text-mid);
  font-size: 0.88rem;
  letter-spacing: 2px;
  font-weight: 400;
  animation: fadeDown 1.1s ease 0.2s both;
}

/* Header bottom ornament */
.header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  animation: fadeDown 1.2s ease 0.3s both;
}

.ornament-line {
  height: 1px;
  width: 100px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
}

.ornament-diamond {
  color: var(--gold-400);
  font-size: 0.7rem;
}

/* Feature Pills */
.header-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  animation: fadeDown 1.2s ease 0.3s both;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.35);
  color: var(--blue-200);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all var(--t);
}

.feature-pill:hover {
  background: rgba(37, 99, 235, 0.25);
  border-color: rgba(59, 130, 246, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.2);
}

/* Header Quran Verse */
.header-verse {
  margin-top: 28px;
  padding: 20px 28px;
  background: rgba(251, 191, 36, 0.04);
  border: 1px solid rgba(251, 191, 36, 0.15);
  border-radius: var(--r-lg);
  text-align: center;
  animation: fadeDown 1.3s ease 0.4s both;
}

.verse-arabic {
  font-family: 'Amiri', serif;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  color: var(--gold-300);
  line-height: 2;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
  direction: rtl;
}

.verse-bangla {
  margin-top: 8px;
  color: var(--text-bright);
  font-size: 0.92rem;
  font-weight: 600;
  font-style: italic;
  opacity: 0.85;
}

.verse-ref {
  margin-top: 6px;
  color: var(--text-dim);
  font-size: 0.78rem;
  font-weight: 500;
}

/* Header Stats */
.header-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 26px;
  animation: fadeDown 1.4s ease 0.5s both;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 28px;
}

.stat-num {
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 700;
  background: linear-gradient(120deg, var(--gold-200), var(--gold-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(251, 191, 36, 0.35));
}

.stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.4), transparent);
}

/* Ashara Headers */
.ashara-header {
  text-align: center;
  margin-bottom: 20px;
}

.ashara-header h3 {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 8px;
}

.ashara-header .ashara-date {
  font-size: 0.85rem;
  color: var(--text-mid);
  font-weight: 500;
}

/* Footer Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

/* Footer Verse */
.footer-verse {
  padding: 20px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--r-lg);
  text-align: center;
}

.footer-verse .verse-arabic {
  font-family: 'Amiri', serif;
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: var(--blue-300);
  line-height: 2;
  text-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
  direction: rtl;
}

.footer-verse .verse-bangla {
  margin-top: 8px;
  color: var(--text-bright);
  font-size: 0.88rem;
  font-weight: 600;
  font-style: italic;
  opacity: 0.85;
}

.footer-verse .verse-ref {
  margin-top: 6px;
  color: var(--text-dim);
  font-size: 0.75rem;
  font-weight: 500;
}

/* Footer Badge */
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 50px;
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.footer-badge .icon {
  font-size: 1.1rem;
}

/* ══════════════════════════════════════
   SECTION HEADINGS — premium glowing
   ══════════════════════════════════════ */
.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 12px;
  position: relative;
}

.section-icon::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid;
  opacity: 0.4;
}

.icon-blue {
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(37, 99, 235, 0.4);
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.3);
}

.icon-blue::after {
  border-color: #3b82f6;
}

.icon-gold {
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow: 0 0 24px rgba(251, 191, 36, 0.25);
}

.icon-gold::after {
  border-color: #fbbf24;
}

.icon-teal {
  background: rgba(45, 212, 191, 0.15);
  border: 1px solid rgba(45, 212, 191, 0.4);
  box-shadow: 0 0 24px rgba(45, 212, 191, 0.25);
}

.icon-teal::after {
  border-color: #2dd4bf;
}

.section-head h2 {
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.heading-blue {
  background: linear-gradient(120deg, var(--blue-200), var(--text-bright), var(--blue-300));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(96, 165, 250, 0.6));
}

.heading-gold {
  background: linear-gradient(120deg, var(--gold-200), var(--gold-300), var(--gold-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.6));
}

.heading-teal {
  background: linear-gradient(120deg, var(--teal-300), #a5f3fc, var(--teal-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(45, 212, 191, 0.6));
}

.section-head .tagline {
  margin-top: 6px;
  color: var(--text-dim);
  font-size: 0.85rem;
}

.heading-underline {
  width: 60px;
  height: 3px;
  border-radius: 2px;
  margin: 10px auto 0;
}

.underline-blue {
  background: linear-gradient(90deg, var(--blue-400), var(--blue-200));
  box-shadow: 0 0 10px var(--blue-400);
}

.underline-gold {
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  box-shadow: 0 0 10px var(--gold-400);
}

.underline-teal {
  background: linear-gradient(90deg, var(--teal-400), var(--teal-300));
  box-shadow: 0 0 10px var(--teal-400);
}

/* ══════════════════════════════════════
   TOP SECTION — Clock + District
   ══════════════════════════════════════ */
.top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
}

/* Clock card */
.clock-card {
  padding: 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(14, 32, 68, 0.8), rgba(9, 21, 40, 0.6));
  border-color: rgba(37, 99, 235, 0.35);
}

.clock-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.clock-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--blue-300);
  margin-bottom: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.clock-label-icon {
  font-size: 1rem;
}

#live-clock {
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: clamp(2rem, 6.5vw, 3.5rem);
  font-weight: 700;
  color: var(--text-bright);
  letter-spacing: 3px;
  line-height: 1;
  text-shadow: 0 0 40px rgba(37, 99, 235, 0.6), 0 0 80px rgba(37, 99, 235, 0.2);
}

#live-ampm {
  font-size: 0.45em;
  color: var(--blue-300);
  vertical-align: middle;
  margin-left: 6px;
  font-weight: 400;
}

#live-date {
  margin-top: 10px;
  color: var(--text-mid);
  font-size: 0.88rem;
}

#live-hijri {
  margin-top: 5px;
  font-family: 'Amiri', serif;
  color: var(--gold-300);
  font-size: 0.95rem;
  opacity: 0.85;
}

/* District selector card */
.selector-card {
  padding: 24px;
  background: linear-gradient(145deg, rgba(14, 32, 68, 0.8), rgba(9, 21, 40, 0.6));
  border-color: rgba(37, 99, 235, 0.35);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.selector-title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--blue-300);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Premium dropdown */
.dropdown-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dropdown-label {
  font-size: 0.75rem;
  color: var(--text-mid);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-label-icon {
  font-size: 0.9rem;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: '▾';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue-300);
  font-size: 0.8rem;
  pointer-events: none;
  transition: color var(--t);
}

.select-wrap:hover::after {
  color: var(--gold-300);
}

.premium-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  background: rgba(9, 21, 40, 0.8);
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: var(--r-md);
  color: var(--text-bright);
  font-family: 'Hind Siliguri', 'Tiro Bangla', sans-serif;
  font-size: 0.95rem;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
  letter-spacing: 0.3px;
}

.premium-select:hover {
  background: rgba(14, 32, 68, 0.9);
  border-color: rgba(59, 130, 246, 0.6);
}

.premium-select:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.12), 0 0 20px rgba(251, 191, 36, 0.1);
  background: rgba(14, 32, 68, 0.95);
}

.premium-select option {
  background: #091528;
  color: var(--text-bright);
  padding: 8px 12px;
}

.premium-select optgroup {
  color: var(--blue-300);
  font-weight: 700;
  font-size: 0.85rem;
}

.premium-select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Divider between selects */
.select-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-faint);
  font-size: 0.72rem;
}

.select-divider::before,
.select-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(37, 99, 235, 0.2);
}

/* ══════════════════════════════════════
   NOTIFICATION BAR
   ══════════════════════════════════════ */
.notif-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  margin-bottom: 22px;
  border-radius: var(--r-lg);
  background: linear-gradient(90deg, rgba(20, 45, 94, 0.6), rgba(37, 99, 235, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.3);
  font-size: 0.92rem;
  color: var(--text-bright);
  font-weight: 600;
}

.notif-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-live 2s ease-in-out infinite;
}

.notif-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   TODAY'S TIMING CARD
   ══════════════════════════════════════ */
.today-card {
  margin-bottom: 32px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(14, 32, 68, 0.9) 0%, rgba(9, 21, 40, 0.7) 60%, rgba(20, 58, 120, 0.3) 100%);
  border: 1px solid rgba(37, 99, 235, 0.35);
}

.today-card::before {
  content: '☽';
  position: absolute;
  right: -20px;
  top: -30px;
  font-size: 220px;
  color: rgba(37, 99, 235, 0.04);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.today-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-400), var(--gold-400), var(--blue-400), transparent);
  opacity: 0.6;
}

.today-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, rgba(20, 45, 94, 0.9), rgba(37, 99, 235, 0.3));
  color: var(--gold-300);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(251, 191, 36, 0.35);
}

.today-title {
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  color: var(--text-bright);
  font-weight: 600;
  margin-bottom: 28px;
}

.today-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.time-block {
  background: rgba(9, 21, 40, 0.7);
  border-radius: var(--r-lg);
  padding: 24px 16px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  cursor: default;
  position: relative;
  overflow: hidden;
}

.time-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.05), transparent);
  border-radius: var(--r-lg);
  pointer-events: none;
}

.time-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 44px rgba(2, 11, 24, 0.6), var(--shadow-blue);
  border-color: rgba(37, 99, 235, 0.5);
}

.time-block-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 14px;
}

.icon-sehri {
  background: rgba(30, 64, 175, 0.25);
  border: 1px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}

.icon-iftar {
  background: rgba(217, 119, 6, 0.2);
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}

.time-block-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--text-dim);
  margin-bottom: 8px;
  font-weight: 700;
}

.time-block-value {
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-bright);
  text-shadow: 0 0 30px rgba(37, 99, 235, 0.5);
}

.time-sehri .time-block-value {
  text-shadow: 0 0 30px rgba(59, 130, 246, 0.6);
  color: var(--blue-200);
}

.time-iftar .time-block-value {
  text-shadow: 0 0 30px rgba(251, 191, 36, 0.5);
  color: var(--gold-200);
}

.countdown-chip {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  transition: all var(--t);
}

.chip-sehri {
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.3);
  color: var(--blue-200);
}

.chip-iftar {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: var(--gold-200);
}

/* ── Warning State (< 20 min) ── */
.chip-warning {
  background: rgba(239, 68, 68, 0.2) !important;
  border: 1.5px solid rgba(239, 68, 68, 0.7) !important;
  color: #fca5a5 !important;
  animation: pulse-warning 1s ease-in-out infinite;
  font-weight: 700;
  font-size: 0.82rem;
}

@keyframes pulse-warning {

  0%,
  100% {
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.3);
  }

  50% {
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.6);
  }
}

/* ── Urgent State (< 5 min) ── */
.chip-urgent {
  background: rgba(239, 68, 68, 0.35) !important;
  border: 2px solid rgba(239, 68, 68, 0.9) !important;
  color: #fee2e2 !important;
  animation: pulse-urgent 0.6s ease-in-out infinite;
  font-weight: 700;
  font-size: 0.85rem;
}

@keyframes pulse-urgent {

  0%,
  100% {
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 28px rgba(239, 68, 68, 0.8);
    transform: scale(1.03);
  }
}

/* ── Time Over ── */
.chip-done {
  background: rgba(34, 197, 94, 0.15) !important;
  border: 1.5px solid rgba(34, 197, 94, 0.5) !important;
  color: #86efac !important;
  font-weight: 700;
}

/* ── Time Block warning glow ── */
.time-block.block-warning {
  border-color: rgba(239, 68, 68, 0.6) !important;
  box-shadow: 0 0 30px rgba(239, 68, 68, 0.15);
}

.time-block.block-done {
  border-color: rgba(34, 197, 94, 0.4) !important;
  opacity: 0.7;
}

.time-block.block-done .time-block-value {
  text-decoration: line-through;
  opacity: 0.5;
}

/* ══════════════════════════════════════
   DUAS SECTION
   ══════════════════════════════════════ */
.duas-section {
  margin-bottom: 40px;
}

.duas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.dua-card {
  padding: 28px 24px;
  background: linear-gradient(145deg, rgba(14, 32, 68, 0.85), rgba(9, 21, 40, 0.7));
  border-color: rgba(37, 99, 235, 0.25);
  position: relative;
  overflow: hidden;
}

.dua-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.05), transparent 60%);
  pointer-events: none;
}

.dua-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.dua-icon-wrap {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.dua-icon-sehri {
  background: rgba(30, 64, 175, 0.3);
  border: 1px solid rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.25);
}

.dua-icon-iftar {
  background: rgba(217, 119, 6, 0.25);
  border: 1px solid rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 16px rgba(251, 191, 36, 0.2);
}

.dua-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-200);
}

.dua-sub {
  font-size: 0.74rem;
  color: var(--text-dim);
  margin-top: 3px;
}

.dua-arabic {
  font-family: 'Amiri', serif;
  font-size: clamp(1.05rem, 2.8vw, 1.38rem);
  direction: rtl;
  text-align: right;
  line-height: 2.2;
  color: var(--gold-200);
  background: rgba(251, 191, 36, 0.06);
  border: 1px solid rgba(251, 191, 36, 0.18);
  border-radius: var(--r-md);
  padding: 16px 18px;
  margin-bottom: 16px;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}

.dua-row {
  margin-bottom: 12px;
}

.dua-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 10px;
  border-radius: var(--r-sm);
  margin-bottom: 7px;
}

.tag-uchcha {
  background: rgba(37, 99, 235, 0.2);
  color: var(--blue-200);
  border: 1px solid rgba(37, 99, 235, 0.4);
}

.tag-ortho {
  background: rgba(251, 191, 36, 0.12);
  color: var(--gold-200);
  border: 1px solid rgba(251, 191, 36, 0.35);
}

.dua-text {
  color: rgba(240, 247, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.85;
  font-weight: 500;
}

/* ══════════════════════════════════════
   CALENDAR — 3 ASHARA BLOCKS
   ══════════════════════════════════════ */
.calendar-section {
  margin-bottom: 52px;
}

.ashara-block {
  margin-bottom: 28px;
}

.ashara-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 22px 24px;
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ashara-header::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.15;
  pointer-events: none;
}

.ashara-1-header {
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.55), rgba(34, 197, 94, 0.15), rgba(9, 21, 40, 0.3));
  border: 1.5px solid rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.15), inset 0 0 40px rgba(34, 197, 94, 0.05);
}

.ashara-1-header::before {
  background: radial-gradient(ellipse at 0% 50%, rgba(34, 197, 94, 0.4), transparent 60%);
}

.ashara-2-header {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.45), rgba(251, 191, 36, 0.15), rgba(9, 21, 40, 0.3));
  border: 1.5px solid rgba(251, 191, 36, 0.5);
  box-shadow: 0 0 25px rgba(251, 191, 36, 0.15), inset 0 0 40px rgba(251, 191, 36, 0.05);
}

.ashara-2-header::before {
  background: radial-gradient(ellipse at 0% 50%, rgba(251, 191, 36, 0.3), transparent 60%);
}

.ashara-3-header {
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.45), rgba(167, 139, 250, 0.15), rgba(9, 21, 40, 0.3));
  border: 1.5px solid rgba(167, 139, 250, 0.5);
  box-shadow: 0 0 25px rgba(167, 139, 250, 0.15), inset 0 0 40px rgba(167, 139, 250, 0.05);
}

.ashara-3-header::before {
  background: radial-gradient(ellipse at 0% 50%, rgba(167, 139, 250, 0.3), transparent 60%);
}

.ashara-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  flex-shrink: 0;
}

.badge-1 {
  background: rgba(34, 197, 94, 0.2);
  border: 1.5px solid rgba(34, 197, 94, 0.6);
  color: #86efac;
  text-shadow: 0 0 12px rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.2);
}

.badge-2 {
  background: rgba(251, 191, 36, 0.2);
  border: 1.5px solid rgba(251, 191, 36, 0.6);
  color: var(--gold-200);
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.5);
  box-shadow: 0 0 16px rgba(251, 191, 36, 0.2);
}

.badge-3 {
  background: rgba(167, 139, 250, 0.2);
  border: 1.5px solid rgba(167, 139, 250, 0.6);
  color: #c4b5fd;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.5);
  box-shadow: 0 0 16px rgba(167, 139, 250, 0.2);
}

.ashara-meaning {
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: 0.92rem;
  color: var(--text-bright);
  font-weight: 500;
  opacity: 0.85;
  letter-spacing: 0.3px;
}

.table-wrap {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: var(--shadow-card);
}

.tbl-scroll {
  overflow-x: auto;
}

.tbl-scroll::-webkit-scrollbar {
  height: 4px;
}

.tbl-scroll::-webkit-scrollbar-track {
  background: rgba(9, 21, 40, 0.5);
}

.tbl-scroll::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, 0.4);
  border-radius: 4px;
}

table.rtbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  white-space: nowrap;
}

table.rtbl thead {
  background: linear-gradient(90deg, rgba(14, 32, 68, 0.98), rgba(20, 45, 94, 0.98));
}

table.rtbl thead th {
  padding: 13px 18px;
  text-align: center;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue-300);
  font-weight: 700;
}

table.rtbl tbody tr {
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  transition: background var(--t);
}

table.rtbl tbody tr:hover {
  background: rgba(37, 99, 235, 0.07);
}

table.rtbl tbody tr.today-row {
  background: linear-gradient(90deg, rgba(20, 45, 94, 0.5), rgba(251, 191, 36, 0.08)) !important;
  border-left: 3px solid var(--gold-400);
}

table.rtbl tbody td {
  padding: 12px 18px;
  text-align: center;
  color: rgba(240, 247, 255, 0.9);
  font-weight: 500;
}

.day-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.82rem;
}

.today-row .day-num {
  background: var(--gold-400);
  color: var(--navy-900);
  box-shadow: 0 0 14px rgba(251, 191, 36, 0.5);
}

.sehri-t {
  color: var(--blue-200);
  font-weight: 700;
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}

.iftar-t {
  color: var(--gold-300);
  font-weight: 700;
  font-family: 'Tiro Bangla', 'Hind Siliguri', sans-serif;
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.3);
}

.day-name-cell {
  color: var(--text-mid);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ══════════════════════════════════════
   FOOTER
   ══════════════════════════════════════ */
.site-footer {
  background: linear-gradient(180deg, rgba(5, 15, 31, 0.2), rgba(9, 21, 40, 0.95));
  border-top: 1px solid rgba(37, 99, 235, 0.25);
  padding: 0;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 24px 48px;
  text-align: center;
}

.footer-logo {
  font-size: 3rem;
  display: block;
  margin-bottom: 14px;
  color: var(--gold-400);
  filter: drop-shadow(0 0 30px rgba(251, 191, 36, 0.5));
  animation: float-crescent 5s ease-in-out infinite;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-hijri-badge {
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.footer-divider {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-400), transparent);
  margin: 20px auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 10px 0;
}

.footer-card {
  background: rgba(14, 32, 68, 0.5);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--r-lg);
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all var(--t);
}

.footer-card:hover {
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(2, 11, 24, 0.6);
}

.footer-card-icon {
  font-size: 1.6rem;
}

.footer-card strong {
  color: var(--text-bright);
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-card span {
  color: var(--text-dim);
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.5;
}

.footer-verse {
  padding: 22px 28px;
  background: rgba(251, 191, 36, 0.04);
  border: 1px solid rgba(251, 191, 36, 0.15);
  border-radius: var(--r-lg);
  text-align: center;
}

.footer-verse-ar {
  font-family: 'Amiri', serif;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: var(--gold-300);
  direction: rtl;
  line-height: 2;
  text-shadow: 0 0 18px rgba(251, 191, 36, 0.3);
}

.footer-verse-bn {
  margin-top: 8px;
  color: var(--text-bright);
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
  opacity: 0.85;
}

.footer-verse-ref {
  margin-top: 6px;
  color: var(--text-dim);
  font-size: 0.75rem;
  font-weight: 500;
}

.footer-sub {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.9;
  font-weight: 500;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.footer-links a {
  color: var(--blue-300);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  transition: color var(--t);
}

.footer-links a:hover {
  color: var(--gold-300);
}

/* ══════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════ */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-18px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.ani {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}

.d1 {
  animation-delay: 0.05s;
}

.d2 {
  animation-delay: 0.14s;
}

.d3 {
  animation-delay: 0.23s;
}

.d4 {
  animation-delay: 0.32s;
}

.d5 {
  animation-delay: 0.41s;
}

.d6 {
  animation-delay: 0.50s;
}

/* ══════════════════════════════════════
   RESPONSIVE — TABLET
   ══════════════════════════════════════ */
@media (max-width: 860px) {
  .duas-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .header-stats {
    flex-wrap: wrap;
    gap: 6px;
  }

  .stat-item {
    padding: 8px 16px;
  }

  .header-features {
    gap: 8px;
  }

  .feature-pill {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  /* Navbar mobile */
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(2, 11, 24, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(37, 99, 235, 0.25);
    padding: 8px 0;
    animation: fadeDown 0.3s ease;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-link {
    padding: 14px 24px;
    border-radius: 0;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .nav-link.active::after {
    display: none;
  }

  .nav-link.active {
    border-left: 3px solid var(--gold-400);
    background: rgba(251, 191, 36, 0.06);
  }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE
   ══════════════════════════════════════ */
@media (max-width: 640px) {
  .container {
    padding: 0 14px;
  }

  .header-hero {
    padding: 28px 14px 24px;
  }

  .top-section {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .today-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .today-card {
    padding: 22px 14px;
  }

  .dua-card {
    padding: 20px 14px;
  }

  .dua-arabic {
    font-size: 1rem;
  }

  table.rtbl thead th,
  table.rtbl tbody td {
    padding: 10px 12px;
  }

  .ashara-badge {
    font-size: 0.75rem;
    padding: 7px 14px;
  }

  .ashara-header {
    padding: 16px 14px;
  }

  .notif-bar {
    font-size: 0.82rem;
    padding: 10px 14px;
  }

  .header-verse {
    padding: 16px 14px;
  }

  .header-stats {
    gap: 4px;
  }

  .stat-item {
    padding: 6px 12px;
  }

  .stat-num {
    font-size: 1.2rem;
  }

  .stat-label {
    font-size: 0.6rem;
  }

  .stat-divider {
    height: 28px;
  }

  .brand-text {
    font-size: 0.9rem;
  }

  .brand-icon {
    font-size: 1.3rem;
  }

  .footer-inner {
    padding: 36px 14px 40px;
  }

  .footer-grid {
    gap: 12px;
  }

  .footer-card {
    padding: 16px 12px;
  }

  .footer-verse {
    padding: 16px 14px;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

@media (max-width: 380px) {
  #live-clock {
    font-size: 1.6rem;
  }

  .time-block-value {
    font-size: 1.35rem;
  }

  .brand-text {
    font-size: 0.8rem;
  }

  .nav-inner {
    height: 52px;
  }

  .feature-pill {
    font-size: 0.68rem;
    padding: 5px 10px;
  }
}