/* ═══════════════════════════════════════════════════════════
   Mushaba — Premium Product Brand Page
   ═══════════════════════════════════════════════════════════ */

.mushaba-page {
  --mb-emerald: #059669;
  --mb-emerald-light: #10b981;
  --mb-gold: #d4a853;
  --mb-dark: #0c1f1a;
  --mb-cream: #f8faf6;
  font-family: 'Inter', sans-serif;
  background: var(--mb-cream);
}

.mushaba-page h1,
.mushaba-page h2,
.mushaba-page h3,
.mushaba-page h4 {
  font-family: 'Space Grotesk', sans-serif;
}

.mushaba-page .header {
  background: rgba(12, 31, 26, 0.94) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(16, 185, 129, 0.2) !important;
  padding: 10px 0 !important;
}

.mushaba-page .header .logo img {
  max-height: 34px;
  filter: brightness(0) invert(1);
}

.mushaba-page .header .navmenu > ul > li > a {
  color: rgba(226, 232, 240, 0.9) !important;
}

.mushaba-page .header .navmenu > ul > li > a.active,
.mushaba-page .header .navmenu > ul > li > a:hover {
  color: #6ee7b7 !important;
}

.mushaba-page .header .btn-getstarted {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  border: none !important;
  border-radius: 100px !important;
}

.mushaba-page .main {
  padding-top: 0;
}

/* Hero */
.mb-hero {
  background: linear-gradient(165deg, #0c1f1a 0%, #064e3b 45%, #0f172a 100%);
  padding: calc(88px + 2rem) 0 4rem;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
}

.mb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 15% 30%, rgba(16, 185, 129, 0.25), transparent),
    radial-gradient(ellipse 40% 35% at 90% 70%, rgba(212, 168, 83, 0.12), transparent);
  pointer-events: none;
}

.mb-hero .container {
  position: relative;
  z-index: 1;
}

.mb-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.95);
  color: #047857;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.mb-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.mb-hero h1 .gold {
  color: var(--mb-gold);
}

.mb-hero__tagline {
  color: #6ee7b7;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.mb-hero__lead {
  color: #cbd5e1;
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  max-width: 520px;
}

.mb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.mb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}

.mb-btn--primary {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
}

.mb-btn--primary:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

.mb-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0 !important;
}

.mb-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}

.mb-hero__visual img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}

.mb-hero__video-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #0a1612;
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(16, 185, 129, 0.25);
}

.mb-hero__video-wrap::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.5), rgba(212, 168, 83, 0.35));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.mb-hero__video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  object-fit: cover;
  background: #0c1f1a;
}

.mb-hero__video-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(12, 31, 26, 0.75);
  backdrop-filter: blur(8px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.mb-hero__video-toggle:hover {
  background: rgba(16, 185, 129, 0.35);
  transform: scale(1.05);
}

.mb-hero__video-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(12, 31, 26, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #6ee7b7;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* App demo video section */
.mb-demo-video {
  background: linear-gradient(180deg, #0c1f1a 0%, #064e3b 100%);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-bottom: 1px solid rgba(16, 185, 129, 0.15);
}

.mb-demo-video__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.mb-demo-video__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #6ee7b7;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.mb-demo-video__head h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  color: #fff;
  margin-bottom: 0.5rem;
}

.mb-demo-video__head p {
  color: #94a3b8;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.mb-demo-video__player {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(16, 185, 129, 0.25);
}

.mb-demo-video__el {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
  vertical-align: middle;
}

.mb-demo-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 31, 26, 0.45);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2;
}

.mb-demo-video__play i {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.45);
}

.mb-demo-video__play:hover i {
  transform: scale(1.06);
}

.mb-demo-video__player.is-playing .mb-demo-video__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mb-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mb-hero__chips span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #6ee7b7;
}

/* Section head */
.mb-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.5rem;
}

.mb-section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(5, 150, 105, 0.1);
  color: #047857;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.mb-section-head h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  color: var(--mb-dark);
  margin-bottom: 0.75rem;
}

.mb-section-head p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

/* Problem cards */
.mb-problems {
  background: var(--mb-cream);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.mb-problems__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.mb-problem-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.25rem;
  border: 1px solid rgba(5, 150, 105, 0.1);
  box-shadow: 0 8px 28px rgba(12, 31, 26, 0.06);
  transition: transform 0.3s;
}

.mb-problem-card:hover {
  transform: translateY(-4px);
}

.mb-problem-card i {
  font-size: 1.5rem;
  color: #059669;
  margin-bottom: 0.75rem;
  display: block;
}

.mb-problem-card h3 {
  font-size: 0.9375rem;
  color: var(--mb-dark);
  margin-bottom: 0.375rem;
}

.mb-problem-card p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Solution strip */
.mb-solution {
  background: #fff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.mb-solution__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.mb-solution__image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(12, 31, 26, 0.12);
}

.mb-solution__content h2 {
  font-size: clamp(1.375rem, 3vw, 2rem);
  color: var(--mb-dark);
  margin-bottom: 1rem;
}

.mb-solution__content p {
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.mb-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-check-list li {
  display: flex;
  gap: 10px;
  font-size: 0.875rem;
  color: #334155;
  align-items: flex-start;
}

.mb-check-list li i {
  color: #10b981;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Features bento */
.mb-features {
  background: var(--mb-cream);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.mb-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.mb-bento__card {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid rgba(5, 150, 105, 0.1);
  box-shadow: 0 8px 28px rgba(12, 31, 26, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.mb-bento__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(5, 150, 105, 0.12);
}

.mb-bento__card--wide { grid-column: span 8; }
.mb-bento__card--tall { grid-column: span 4; }
.mb-bento__card--half { grid-column: span 6; }
.mb-bento__card--third { grid-column: span 4; }

.mb-bento__card--dark {
  background: linear-gradient(145deg, #0c1f1a, #064e3b);
  color: #e2e8f0;
  border-color: rgba(16, 185, 129, 0.25);
}

.mb-bento__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #10b981, #059669);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.mb-bento__card h3 {
  font-size: 1.0625rem;
  color: var(--mb-dark);
  margin-bottom: 0.5rem;
}

.mb-bento__card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

.mb-bento__card--dark h3 {
  color: #fff;
}

.mb-bento__card--dark p {
  color: #cbd5e1;
}

.mb-bento__card--dark .mb-bento__icon {
  background: rgba(16, 185, 129, 0.25);
}

/* Feature showcase */
.mb-showcase {
  background: #fff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.mb-showcase + .mb-showcase {
  background: var(--mb-cream);
}

.mb-showcase__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
}

.mb-showcase--reverse .mb-showcase__grid {
  direction: rtl;
  grid-template-columns: 0.9fr 1.1fr;
}

.mb-showcase--reverse .mb-showcase__grid > * {
  direction: ltr;
}

.mb-showcase__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(12, 31, 26, 0.08);
  background: linear-gradient(180deg, #f8faf9 0%, #eef2f0 100%);
  border: 1px solid rgba(5, 150, 105, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  max-height: 340px;
}

.mb-showcase__image img {
  width: 100%;
  max-width: 100%;
  max-height: 316px;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.mb-showcase__content .eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #059669;
  margin-bottom: 0.5rem;
}

.mb-showcase__content h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--mb-dark);
  margin-bottom: 0.75rem;
}

.mb-showcase__content p {
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1rem;
}

/* ── Ritual Tracker (Premium) ── */
.mb-ritual {
  background: linear-gradient(165deg, #064e3b 0%, #0a2e24 45%, #0c1f1a 100%);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  position: relative;
  overflow: hidden;
}

.mb-ritual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(212, 168, 83, 0.08), transparent),
              radial-gradient(ellipse 50% 40% at 10% 80%, rgba(16, 185, 129, 0.1), transparent);
  pointer-events: none;
}

.mb-ritual .container {
  position: relative;
  z-index: 1;
}

.mb-ritual__capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 1.75rem;
}

.mb-ritual__cap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 14px;
  transition: border-color 0.25s, background 0.25s;
}

.mb-ritual__cap:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 185, 129, 0.35);
}

.mb-ritual__cap i {
  font-size: 1.25rem;
  color: #6ee7b7;
  flex-shrink: 0;
  margin-top: 2px;
}

.mb-ritual__cap strong {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  margin-bottom: 2px;
}

.mb-ritual__cap span {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.4;
}

.mb-ritual__switcher {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.mb-ritual__switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 100px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
}

.mb-ritual__switch span {
  font-size: 0.7rem;
  font-weight: 500;
  opacity: 0.75;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}

.mb-ritual__switch:hover {
  border-color: rgba(16, 185, 129, 0.5);
  color: #e2e8f0;
}

.mb-ritual__switch.active {
  background: linear-gradient(135deg, #10b981, #059669);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.35);
}

.mb-ritual__switch.active span {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.mb-ritual__panel {
  display: none;
}

.mb-ritual__panel.active {
  display: block;
  animation: mbRitualFadeIn 0.35s ease;
}

@keyframes mbRitualFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mb-ritual__shell {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 24px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  backdrop-filter: blur(8px);
}

.mb-ritual__topbar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mb-ritual__progress-ring {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.mb-ritual__progress-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.mb-ritual__ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 6;
}

.mb-ritual__ring-fill {
  fill: none;
  stroke: #10b981;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 264;
  stroke-dashoffset: calc(264 - (264 * var(--progress, 0) / 100));
  transition: stroke-dashoffset 0.5s ease;
}

.mb-ritual__ring-fill--hajj {
  stroke: var(--mb-gold);
}

.mb-ritual__ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.mb-ritual__ring-label strong {
  font-size: 0.875rem;
  color: #fff;
}

.mb-ritual__ring-label small {
  font-size: 0.6rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mb-ritual__status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6ee7b7;
  margin-bottom: 6px;
}

.mb-ritual__status-badge--hajj {
  color: var(--mb-gold);
}

.mb-ritual__topbar-text h3 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #fff;
  margin: 0 0 4px;
}

.mb-ritual__topbar-text p {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

/* Umrah stepper */
.mb-ritual__stepper {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 1.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 185, 129, 0.3) transparent;
}

.mb-ritual__step {
  flex: 1;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.25s;
}

.mb-ritual__step:hover {
  border-color: rgba(16, 185, 129, 0.3);
  color: #e2e8f0;
}

.mb-ritual__step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: all 0.25s;
}

.mb-ritual__step-name {
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.mb-ritual__step.done .mb-ritual__step-num {
  background: #10b981;
  border-color: #10b981;
  color: #fff;
}

.mb-ritual__step.active {
  border-color: rgba(212, 168, 83, 0.5);
  background: rgba(212, 168, 83, 0.08);
  color: var(--mb-gold);
}

.mb-ritual__step.active .mb-ritual__step-num {
  background: var(--mb-gold);
  border-color: var(--mb-gold);
  color: #1a1a1a;
  box-shadow: 0 0 0 4px rgba(212, 168, 83, 0.2);
}

.mb-ritual__body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
}

.mb-ritual__detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.mb-ritual__detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6ee7b7;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.mb-ritual__detail-icon--gold {
  background: rgba(212, 168, 83, 0.15);
  color: var(--mb-gold);
}

.mb-ritual__detail-eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6ee7b7;
  font-weight: 600;
}

.mb-ritual__detail h4 {
  font-size: 1.125rem;
  color: #fff;
  margin: 2px 0 0;
}

.mb-ritual__detail-text {
  font-size: 0.875rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.mb-ritual__lap-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 1rem;
}

.mb-ritual__lap-block {
  padding: 12px 14px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
}

.mb-ritual__lap-block--muted {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.mb-ritual__lap-block--muted .mb-ritual__lap-head strong {
  color: #64748b;
}

.mb-ritual__lap-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: #94a3b8;
}

.mb-ritual__lap-head strong {
  color: #6ee7b7;
  font-size: 0.875rem;
}

.mb-ritual__lap-dots {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.mb-ritual__lap-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.3s, transform 0.3s;
}

.mb-ritual__lap-dot.filled {
  background: #10b981;
  transform: scale(1.1);
}

.mb-ritual__lap-dot.active {
  background: var(--mb-gold);
  box-shadow: 0 0 8px rgba(212, 168, 83, 0.5);
}

.mb-ritual__dua-card {
  padding: 16px;
  background: linear-gradient(135deg, rgba(87, 60, 40, 0.35), rgba(45, 45, 45, 0.4));
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 14px;
}

.mb-ritual__dua-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mb-gold);
  margin-bottom: 10px;
}

.mb-ritual__dua-ar {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #f1f5f9;
  text-align: right;
  direction: rtl;
  margin: 0 0 8px;
  font-family: 'Traditional Arabic', 'Scheherazade New', serif;
}

.mb-ritual__dua-en {
  font-size: 0.8125rem;
  color: #cbd5e1;
  font-style: italic;
  margin: 0 0 8px;
  line-height: 1.5;
}

.mb-ritual__dua-note {
  font-size: 0.7rem;
  color: #64748b;
}

.mb-ritual__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mb-ritual__phone {
  width: 100%;
  max-width: 220px;
  background: #1a1a1a;
  border-radius: 28px;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.mb-ritual__phone-notch {
  width: 60px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  margin: 0 auto 8px;
}

.mb-ritual__phone-screen {
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a;
}

.mb-ritual__phone-screen img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.mb-ritual__preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.mb-ritual__preview-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: #94a3b8;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mb-ritual__preview-tags i {
  color: #6ee7b7;
  font-size: 0.8rem;
}

/* Hajj panel */
.mb-ritual__phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 1.25rem;
}

.mb-ritual__phase {
  text-align: center;
  padding: 10px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.25s;
}

.mb-ritual__phase span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
}

.mb-ritual__phase small {
  font-size: 0.65rem;
  color: #64748b;
}

.mb-ritual__phase.done {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.08);
}

.mb-ritual__phase.done span {
  color: #6ee7b7;
}

.mb-ritual__phase.active {
  border-color: rgba(212, 168, 83, 0.4);
  background: rgba(212, 168, 83, 0.1);
}

.mb-ritual__phase.active span {
  color: var(--mb-gold);
}

.mb-ritual__hajj-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 1.25rem;
}

.mb-ritual__milestone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 0.25s;
}

.mb-ritual__milestone:hover {
  border-color: rgba(16, 185, 129, 0.25);
  background: rgba(255, 255, 255, 0.05);
}

.mb-ritual__milestone-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  flex-shrink: 0;
}

.mb-ritual__milestone strong {
  display: block;
  font-size: 0.8125rem;
  color: #e2e8f0;
}

.mb-ritual__milestone small {
  font-size: 0.65rem;
  color: #64748b;
}

.mb-ritual__milestone > i {
  margin-left: auto;
  font-size: 1rem;
  color: #475569;
  flex-shrink: 0;
}

.mb-ritual__milestone.done .mb-ritual__milestone-num {
  background: #10b981;
  color: #fff;
}

.mb-ritual__milestone.done > i {
  color: #10b981;
}

.mb-ritual__milestone.active {
  border-color: rgba(212, 168, 83, 0.45);
  background: rgba(212, 168, 83, 0.08);
}

.mb-ritual__milestone.active .mb-ritual__milestone-num {
  background: var(--mb-gold);
  color: #1a1a1a;
}

.mb-ritual__milestone.active strong {
  color: var(--mb-gold);
}

.mb-ritual__milestone.active > i {
  color: var(--mb-gold);
}

.mb-ritual__hajj-detail {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: rgba(212, 168, 83, 0.06);
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 14px;
  margin-bottom: 1.25rem;
}

.mb-ritual__hajj-detail h4 {
  font-size: 1rem;
  color: #fff;
  margin: 2px 0 6px;
}

.mb-ritual__hajj-detail p {
  font-size: 0.8125rem;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.5;
}

.mb-ritual__hajj-preview {
  text-align: center;
}

.mb-ritual__hajj-preview img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 8px;
  margin-bottom: 12px;
}

.mb-ritual__checklist-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.mb-ritual__checklist-preview span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #cbd5e1;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mb-ritual__checklist-preview i {
  color: #6ee7b7;
}

/* Use cases */
.mb-usecases {
  background: var(--mb-cream);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.mb-usecases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.mb-usecase {
  background: #fff;
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(5, 150, 105, 0.1);
  border-left: 4px solid #10b981;
}

.mb-usecase h3 {
  font-size: 0.9375rem;
  color: var(--mb-dark);
  margin-bottom: 0.5rem;
}

.mb-usecase p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}

/* Pricing */
.mb-pricing {
  background: linear-gradient(180deg, #0c1f1a 0%, #064e3b 100%);
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.mb-pricing .mb-section-head h2 { color: #fff; }
.mb-pricing .mb-section-head p { color: #94a3b8; }
.mb-pricing .mb-section-head .eyebrow {
  background: rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
}

.mb-pricing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
}

.mb-price-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 20px;
  padding: 1.75rem;
  text-align: center;
}

.mb-price-card--featured {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--mb-gold);
  box-shadow: 0 16px 48px rgba(212, 168, 83, 0.15);
}

.mb-price-card h3 {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.mb-price-card .price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #6ee7b7;
  margin-bottom: 0.25rem;
}

.mb-price-card--featured .price {
  color: var(--mb-gold);
}

.mb-price-card small {
  display: block;
  color: #94a3b8;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.mb-price-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.mb-price-card li {
  font-size: 0.8125rem;
  color: #cbd5e1;
  padding: 6px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.mb-price-card li i {
  color: #10b981;
  margin-top: 2px;
}

.mb-price-card li.disabled {
  color: #64748b;
}

.mb-price-card li.disabled i {
  color: #475569;
}

/* Quote */
.mb-quote {
  background: #fff;
  padding: clamp(2.5rem, 6vw, 3.5rem) 0;
  text-align: center;
}

.mb-quote blockquote {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  font-style: italic;
  color: #334155;
  line-height: 1.65;
  border: none;
  padding: 0;
}

.mb-quote blockquote::before {
  content: '\201C';
  display: block;
  font-size: 3rem;
  color: #10b981;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.mb-quote__image {
  max-width: 480px;
  width: 100%;
  margin: 2rem auto 0;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(12, 31, 26, 0.1);
}

/* Privacy strip */
.mb-privacy {
  background: #fff;
  padding: 2rem 0;
  border-top: 1px solid rgba(5, 150, 105, 0.08);
  border-bottom: 1px solid rgba(5, 150, 105, 0.08);
}

.mb-privacy__inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.06), rgba(5, 150, 105, 0.02));
  border: 1px solid rgba(5, 150, 105, 0.12);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
}

.mb-privacy__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  flex-shrink: 0;
}

.mb-privacy__inner h2 {
  font-size: 1.125rem;
  color: var(--mb-dark);
  margin-bottom: 0.375rem;
}

.mb-privacy__inner p {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}

/* Deployment status */
.mb-status {
  background: #fff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.mb-status__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.mb-status__item {
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--mb-cream);
  border-radius: 16px;
  border: 1px solid rgba(5, 150, 105, 0.1);
}

.mb-status__item i {
  font-size: 1.5rem;
  color: #059669;
  margin-bottom: 0.75rem;
  display: block;
}

.mb-status__item h3 {
  font-size: 0.9375rem;
  color: var(--mb-dark);
  margin-bottom: 0.375rem;
}

.mb-status__item p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/* Anchor scroll offset under fixed header */
.mushaba-page #features,
.mushaba-page #feature-carousel,
.mushaba-page #sos-qr,
.mushaba-page #ritual-tracking,
.mushaba-page #spiritual,
.mushaba-page #use-cases,
.mushaba-page #pricing {
  scroll-margin-top: calc(88px + 1rem);
}

/* Roadmap */
.mb-roadmap {
  background: var(--mb-cream);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.mb-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.mb-roadmap__item {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  border: 1px solid rgba(5, 150, 105, 0.1);
}

.mb-roadmap__item i {
  font-size: 1.5rem;
  color: #059669;
  margin-bottom: 0.75rem;
  display: block;
}

.mb-roadmap__item h3 {
  font-size: 0.9375rem;
  color: var(--mb-dark);
  margin-bottom: 0.375rem;
}

.mb-roadmap__item p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* CTA */
.mb-cta {
  background: linear-gradient(135deg, #064e3b 0%, #0c1f1a 100%);
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  text-align: center;
}

.mb-cta h2 {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.mb-cta p {
  color: #cbd5e1;
  max-width: 520px;
  margin: 0 auto 1.5rem;
}

.mb-cta__brand {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 0.8125rem;
}

.mb-cta__actions {
  justify-content: center;
}

.mb-cta__brand a {
  color: #6ee7b7;
  text-decoration: none;
}

.mb-cta__brand a:hover {
  color: #a7f3d0;
  text-decoration: underline;
}

/* Hide duplicate hamburger from theme header on mobile */
.mushaba-page .header .mobile-nav-toggle {
  display: none !important;
}

.mushaba-page .scroll-top {
  z-index: 9990;
}

/* Mobile */
.mushaba-page .mobile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(12, 31, 26, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
  padding: 10px 16px;
}

.mushaba-page .mobile-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mushaba-page .mobile-logo img {
  max-height: 32px;
  filter: brightness(0) invert(1);
}

.mushaba-page .mobile-nav-cta {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 100px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff !important;
  text-decoration: none;
}

.mushaba-page .mobile-menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .mb-hero__grid,
  .mb-solution__inner,
  .mb-showcase__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mb-showcase--reverse .mb-showcase__grid {
    direction: ltr;
  }

  .mb-problems__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mb-status__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mb-bento__card--wide,
  .mb-bento__card--tall,
  .mb-bento__card--half,
  .mb-bento__card--third {
    grid-column: span 12;
  }

  .mb-ritual__capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .mb-ritual__body {
    grid-template-columns: 1fr;
  }

  .mb-ritual__preview {
    order: -1;
  }

  .mb-ritual__phases {
    grid-template-columns: repeat(2, 1fr);
  }

  .mb-ritual__hajj-grid {
    grid-template-columns: 1fr;
  }

  .mb-usecases__grid,
  .mb-roadmap__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mb-hero {
    padding-top: calc(56px + env(safe-area-inset-top, 0px) + 2rem);
    border-radius: 0 0 24px 24px;
  }

  .mb-problems__grid {
    grid-template-columns: 1fr;
  }

  .mb-pricing__grid {
    grid-template-columns: 1fr;
  }

  .mb-status__grid {
    grid-template-columns: 1fr;
  }

  .mb-showcase__image {
    max-height: 260px;
    padding: 10px;
  }

  .mb-showcase__image img {
    max-height: 240px;
  }

  .mb-ritual__capabilities {
    grid-template-columns: 1fr;
  }

  .mb-ritual__lap-panel {
    grid-template-columns: 1fr;
  }

  .mb-ritual__topbar {
    flex-direction: column;
    text-align: center;
  }

  .mb-ritual__switch {
    width: 100%;
    justify-content: center;
  }

  .mushaba-page #features,
  .mushaba-page #app-demo,
  .mushaba-page #feature-carousel,
  .mushaba-page #sos-qr,
  .mushaba-page #ritual-tracking,
  .mushaba-page #spiritual,
  .mushaba-page #use-cases,
  .mushaba-page #pricing {
    scroll-margin-top: calc(56px + 1rem);
  }

  .mushaba-page .mobile-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mushaba-page .mobile-menu-toggle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    background: rgba(16, 185, 129, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mushaba-page .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10040;
    background: rgba(12, 31, 26, 0.55);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .mushaba-page.mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .mushaba-page .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(300px, 86vw);
    height: 100dvh;
    background: linear-gradient(180deg, #0c1f1a 0%, #064e3b 100%);
    border-left: 1px solid rgba(16, 185, 129, 0.2);
    z-index: 10045;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mushaba-page .mobile-menu.active {
    transform: translateX(0);
  }

  .mushaba-page .mobile-menu-header {
    display: flex;
    flex-direction: column;
    padding: calc(56px + 8px) 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mushaba-page .mobile-menu-header span {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
  }

  .mushaba-page .mobile-menu-header small {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6ee7b7;
  }

  .mushaba-page .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 12px;
  }

  .mushaba-page .mobile-menu ul li a {
    display: block;
    padding: 13px 14px;
    margin-bottom: 4px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.9375rem;
  }

  .mushaba-page .mobile-menu ul li a.active {
    background: rgba(16, 185, 129, 0.25);
    color: #fff;
  }

  .mushaba-page.mobile-menu-open {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .mushaba-page .mobile-navbar {
    display: none !important;
  }
}
