/* =========================================================
   তওবা — Design tokens
   ========================================================= */
:root{
  --void:        #05070c;
  --void-2:      #080c14;
  --surface:     #0d1420;
  --surface-2:   #101a29;
  --surface-br:  rgba(255,255,255,0.06);

  --neon:        #19ffc0;
  --neon-dim:    #0e6b53;
  --neon-glow:   rgba(25,255,192,0.35);

  --gold:        #ffcf7a;
  --gold-dim:    #8a6b30;
  --gold-glow:   rgba(255,207,122,0.28);

  --violet:      #8b7dff;
  --violet-glow: rgba(139,125,255,0.22);

  --ink:         #eef4f1;
  --ink-soft:    #b7c4c1;
  --ink-mute:    #78877f;

  --font-ar:     'Amiri', 'Traditional Arabic', serif;
  --font-ar-calligraphy: 'Aref Ruqaa', 'Amiri', serif;
  --font-ar-kufi: 'Reem Kufi', sans-serif;
  --font-bn-h:   'Noto Sans Bengali', 'Hind Siliguri', sans-serif;
  --font-bn-b:   'Hind Siliguri', 'Noto Sans Bengali', sans-serif;
  --font-label:  'Cormorant Garamond', serif;

  --radius-s: 10px;
  --radius-m: 18px;
  --radius-l: 28px;

  --ease: cubic-bezier(.22,.9,.32,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  background:var(--void);
  color:var(--ink);
  font-family:var(--font-bn-b);
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

::selection{ background:var(--neon); color:#03110d; }

a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }

h1,h2,h3{ font-family:var(--font-bn-h); margin:0; color:var(--ink); }
p{ margin:0; }

.ar-inline{ font-family:var(--font-ar); color:var(--gold); }

/* =========================================================
   Ambient background
   ========================================================= */
.ambient{
  position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none;
}
.ambient__glow{
  position:absolute; border-radius:50%; filter:blur(90px); opacity:.55;
  animation:drift 22s ease-in-out infinite alternate;
}
.ambient__glow--1{ width:46vw; height:46vw; top:-14vw; left:-10vw; background:radial-gradient(circle, var(--neon-glow), transparent 70%); }
.ambient__glow--2{ width:38vw; height:38vw; bottom:-12vw; right:-8vw; background:radial-gradient(circle, var(--gold-glow), transparent 70%); animation-delay:-8s; }
.ambient__glow--3{ width:30vw; height:30vw; top:38%; left:55%; background:radial-gradient(circle, var(--violet-glow), transparent 70%); animation-delay:-15s; }

@keyframes drift{
  0%{ transform:translate(0,0) scale(1); }
  100%{ transform:translate(4%, 6%) scale(1.12); }
}

#starfield{ position:absolute; inset:0; width:100%; height:100%; opacity:.6; }

.ambient__grain{
  position:absolute; inset:0;
  background-image:radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:3px 3px;
  mix-blend-mode:overlay;
}

/* =========================================================
   Nav
   ========================================================= */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  padding:14px 0;
  background:rgba(5,7,12,0);
  border-bottom:1px solid transparent;
  transition:background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s var(--ease);
}
.nav.is-scrolled{
  background:rgba(6,9,15,.72);
  backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid var(--surface-br);
}
.nav__inner{
  max-width:1180px; margin:0 auto; padding:0 24px;
  display:flex; align-items:center; justify-content:space-between;
}
.nav__brand{ display:flex; align-items:baseline; gap:10px; }
.nav__brand-ar{ font-family:var(--font-ar-calligraphy); font-size:24px; color:var(--neon); text-shadow:0 0 14px var(--neon-glow); }
.nav__brand-en{ font-family:var(--font-label); font-weight:600; font-size:15px; letter-spacing:.16em; color:var(--ink-soft); }

.nav__right{ display:flex; align-items:center; gap:14px; }

.lang-switch{ display:flex; align-items:center; gap:4px; background:var(--surface); border:1px solid var(--surface-br); border-radius:999px; padding:3px; }
.lang-switch__btn{
  background:none; border:none; color:var(--ink-mute); font-size:12.5px; font-weight:700; padding:6px 12px; border-radius:999px;
  transition:all .25s var(--ease);
}
.lang-switch__btn.is-active{ background:var(--neon); color:#03130f; }
.lang-switch__more{
  background:none; border:none; color:var(--ink-mute); font-size:15px; padding:6px 8px; border-radius:999px; transition:all .25s;
}
.lang-switch__more:hover{ color:var(--gold); }

.gtranslate-mount{ position:fixed; top:64px; right:24px; z-index:60; display:none; background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-s); padding:8px; }
.gtranslate-mount.is-open{ display:block; }

.nav__links{
  display:flex; gap:26px; flex-wrap:wrap;
}
.nav__links a{
  font-size:14.5px; color:var(--ink-soft); position:relative; padding:4px 0;
  transition:color .25s var(--ease);
}
.nav__links a:hover, .nav__links a.is-active{ color:var(--neon); }
.nav__links a::after{
  content:''; position:absolute; left:0; right:100%; bottom:0; height:1px;
  background:var(--neon); box-shadow:0 0 8px var(--neon-glow);
  transition:right .3s var(--ease);
}
.nav__links a:hover::after, .nav__links a.is-active::after{ right:0; }

.nav__toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; padding:6px;
}
.nav__toggle span{ width:22px; height:2px; background:var(--ink); border-radius:2px; transition:transform .3s, opacity .3s; }

@media (max-width: 880px){
  .nav__toggle{ display:flex; }
  .lang-switch__btn{ padding:5px 9px; font-size:11.5px; }
  .nav__links{
    position:fixed; top:0; right:0; height:100vh; width:min(78vw,320px);
    background:rgba(8,11,18,.98); backdrop-filter:blur(18px);
    flex-direction:column; padding:96px 32px 32px; gap:22px;
    transform:translateX(100%); transition:transform .4s var(--ease);
    border-left:1px solid var(--surface-br);
  }
  .nav__links.is-open{ transform:translateX(0); }
  .nav__links a{ font-size:17px; }
}

/* =========================================================
   Buttons
   ========================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 30px; border-radius:999px; font-weight:600; font-size:15px;
  border:1px solid transparent; transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.btn--primary{
  background:linear-gradient(135deg, var(--neon), #0fd6a4);
  color:#03130f; box-shadow:0 0 0 rgba(25,255,192,0), 0 6px 30px -8px var(--neon-glow);
}
.btn--primary:hover{ transform:translateY(-2px); box-shadow:0 10px 34px -6px var(--neon-glow); }
.btn--ghost{
  background:rgba(255,255,255,.03); color:var(--ink); border-color:var(--surface-br);
}
.btn--ghost:hover{ border-color:var(--neon); color:var(--neon); box-shadow:0 0 20px -6px var(--neon-glow); }
.btn--small{ padding:10px 22px; font-size:14px; }

/* =========================================================
   Hero
   ========================================================= */
.hero{
  position:relative; z-index:1; min-height:100svh;
  display:flex; align-items:center; justify-content:center; text-align:center;
  padding:140px 24px 80px;
}
.hero__inner{ max-width:760px; }

.eyebrow{
  font-family:var(--font-ar); color:var(--gold); font-size:16px; letter-spacing:.04em;
  margin-bottom:22px; opacity:.9;
}

.hero__title{ display:flex; flex-direction:column; align-items:center; gap:10px; margin-bottom:22px; }
.hero__title-ar{
  font-family:var(--font-ar-calligraphy); font-size:clamp(56px,12vw,120px); color:var(--ink);
  text-shadow:0 0 40px var(--neon-glow), 0 0 90px var(--neon-glow);
  animation:glowPulse 4.5s ease-in-out infinite;
}
.hero__title-en{
  font-family:var(--font-label); font-weight:600; font-size:clamp(16px,2.4vw,22px);
  letter-spacing:.5em; text-indent:.5em; background:linear-gradient(90deg,var(--neon),var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
@keyframes glowPulse{
  0%,100%{ text-shadow:0 0 30px var(--neon-glow), 0 0 70px var(--neon-glow); }
  50%{ text-shadow:0 0 46px var(--neon-glow), 0 0 110px var(--neon-glow); }
}

.hero__tagline{ color:var(--ink-soft); font-size:clamp(15px,2vw,18px); max-width:520px; margin:0 auto 40px; }

.hero__ayah{
  margin:0 0 40px; padding:28px 26px; border-radius:var(--radius-m);
  background:rgba(255,255,255,.025); border:1px solid var(--surface-br);
  position:relative; overflow:hidden;
}
.hero__ayah::before{
  content:''; position:absolute; inset:0; border-radius:inherit; padding:1px;
  background:linear-gradient(135deg, var(--neon-glow), transparent 40%, var(--gold-glow));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none;
}

.ayah-ar{ font-family:var(--font-ar); font-size:clamp(20px,3.4vw,28px); color:var(--ink); line-height:2; margin-bottom:14px; }
.ayah-bn{ color:var(--ink-soft); font-size:15.5px; margin-bottom:8px; }
cite{ font-style:normal; color:var(--neon); font-size:13.5px; letter-spacing:.02em; }

.hero__cta{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-bottom:60px; }

.hero__scroll{ display:flex; flex-direction:column; align-items:center; gap:8px; color:var(--ink-mute); font-size:12px; }
.hero__scroll span{
  width:1px; height:34px; background:linear-gradient(var(--neon), transparent);
  animation:scrollLine 1.8s ease-in-out infinite;
}
@keyframes scrollLine{ 0%{ opacity:0; transform:scaleY(.3); transform-origin:top; } 50%{ opacity:1; } 100%{ opacity:0; transform:scaleY(1); transform-origin:top; } }

/* reveal-on-scroll */
[data-reveal]{ opacity:0; transform:translateY(22px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible{ opacity:1; transform:translateY(0); }

/* =========================================================
   Sections (shared)
   ========================================================= */
.section{ position:relative; z-index:1; padding:120px 24px; }
.section--alt{ background:linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0) 30%); }
.section__inner{ max-width:1080px; margin:0 auto; }
.section__inner--narrow{ max-width:720px; }

.section__eyebrow{
  font-family:var(--font-label); font-style:italic; color:var(--gold);
  font-size:15px; letter-spacing:.06em; margin-bottom:14px;
}
.section__title{
  font-size:clamp(26px,4vw,38px); font-weight:800; margin-bottom:20px; letter-spacing:.01em;
}
.section__lead{
  color:var(--ink-soft); font-size:16px; max-width:760px; margin-bottom:52px;
}

/* =========================================================
   Definition cards
   ========================================================= */
.definition-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-bottom:56px;
}
@media (max-width:820px){ .definition-grid{ grid-template-columns:1fr; } }

.def-card{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m);
  padding:30px 26px; transition:transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.def-card:hover{ transform:translateY(-6px); border-color:var(--neon-dim); box-shadow:0 20px 50px -20px var(--neon-glow); }
.def-card__icon{ display:inline-block; color:var(--neon); font-size:20px; margin-bottom:14px; }
.def-card h3{ font-size:18px; margin-bottom:10px; }
.def-card p{ color:var(--ink-soft); font-size:14.5px; }

.pull-quote{
  text-align:center; max-width:680px; margin:0 auto; padding:36px 20px 0; border-top:1px solid var(--surface-br);
}

/* =========================================================
   Conditions
   ========================================================= */
.conditions-list{ display:flex; flex-direction:column; gap:16px; margin-bottom:32px; }
.condition{
  display:flex; align-items:flex-start; gap:22px;
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m);
  padding:26px 24px; transition:border-color .3s, background .3s;
}
.condition[data-checked="true"]{ border-color:var(--neon-dim); background:linear-gradient(90deg, rgba(25,255,192,.05), transparent); }
.condition__num{
  font-family:var(--font-bn-h); font-weight:800; font-size:15px; color:var(--gold);
  min-width:34px;
}
.condition__body{ flex:1; }
.condition__body h3{ font-size:17px; margin-bottom:8px; display:flex; flex-wrap:wrap; gap:8px; align-items:baseline; }
.condition__body p{ color:var(--ink-soft); font-size:14.5px; }

.condition__check{
  width:36px; height:36px; border-radius:50%; border:1.5px solid var(--surface-br);
  background:transparent; color:transparent; display:flex; align-items:center; justify-content:center;
  flex-shrink:0; transition:all .3s var(--ease);
}
.condition__check svg{ width:18px; height:18px; }
.condition[data-checked="true"] .condition__check{
  background:var(--neon); border-color:var(--neon); color:#03130f;
  box-shadow:0 0 18px var(--neon-glow);
}

.conditions-progress{ text-align:center; }
.conditions-progress__bar{ height:6px; border-radius:99px; background:var(--surface); overflow:hidden; margin-bottom:12px; }
.conditions-progress__fill{ height:100%; width:0%; background:linear-gradient(90deg,var(--neon),var(--gold)); transition:width .5s var(--ease); box-shadow:0 0 12px var(--neon-glow); }
.conditions-progress p{ color:var(--ink-mute); font-size:13.5px; }

/* =========================================================
   Timeline
   ========================================================= */
.timeline{ list-style:none; margin:0; padding:0; position:relative; }
.timeline::before{
  content:''; position:absolute; left:23px; top:6px; bottom:6px; width:1px;
  background:linear-gradient(var(--neon-dim), var(--surface-br));
}
@media (max-width:600px){ .timeline::before{ left:19px; } }

.timeline__item{ display:flex; gap:24px; position:relative; padding-bottom:44px; }
.timeline__item:last-child{ padding-bottom:0; }
.timeline__marker{
  width:46px; height:46px; border-radius:50%; background:var(--surface); border:1px solid var(--neon-dim);
  color:var(--neon); display:flex; align-items:center; justify-content:center; font-weight:700;
  flex-shrink:0; position:relative; z-index:1; box-shadow:0 0 0 6px var(--void);
}
@media (max-width:600px){ .timeline__marker{ width:38px; height:38px; font-size:13px; } }
.timeline__content h3{ font-size:17.5px; margin-bottom:8px; }
.timeline__content p{ color:var(--ink-soft); font-size:14.5px; max-width:640px; }

/* =========================================================
   Verse carousel
   ========================================================= */
.verse-carousel{ display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.verse-track{
  display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:20px; flex:1;
  scrollbar-width:none; padding:6px 2px 18px;
}
.verse-track::-webkit-scrollbar{ display:none; }
.verse-card{
  scroll-snap-align:start; flex:0 0 100%; max-width:100%;
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m);
  padding:38px 34px; text-align:center;
}
@media (min-width:760px){ .verse-card{ flex:0 0 calc(100% - 0px); } }

.carousel__nav{
  width:44px; height:44px; border-radius:50%; border:1px solid var(--surface-br); background:var(--surface);
  color:var(--ink); font-size:22px; display:flex; align-items:center; justify-content:center; flex-shrink:0;
  transition:all .25s var(--ease);
}
.carousel__nav:hover{ border-color:var(--neon); color:var(--neon); box-shadow:0 0 16px -4px var(--neon-glow); }
@media (max-width:600px){ .carousel__nav{ width:36px; height:36px; font-size:18px; } }

.carousel__dots{ display:flex; gap:8px; justify-content:center; }
.carousel__dots button{
  width:8px; height:8px; border-radius:50%; background:var(--surface-br); border:none; padding:0;
  transition:all .3s;
}
.carousel__dots button.is-active{ background:var(--neon); box-shadow:0 0 10px var(--neon-glow); width:22px; border-radius:99px; }

/* =========================================================
   Hadith
   ========================================================= */
.hadith-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
@media (max-width:760px){ .hadith-grid{ grid-template-columns:1fr; } }
.hadith-card{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m);
  padding:28px 26px; position:relative;
}
.hadith-card::before{ content:'"'; position:absolute; top:10px; left:18px; font-family:var(--font-ar); font-size:44px; color:var(--gold); opacity:.35; }
.hadith-card p{ color:var(--ink-soft); font-size:15px; margin-bottom:16px; padding-top:14px; }

/* =========================================================
   Duas
   ========================================================= */
.dua-list{ display:flex; flex-direction:column; gap:24px; }
.dua-card{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m); padding:30px 28px;
}
.dua-card__head{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px; flex-wrap:wrap; }
.dua-card__head h3{ font-size:18px; }
.dua-card__head h3 span{ color:var(--ink-mute); font-weight:400; font-size:14px; }

.copy-btn{
  padding:8px 18px; border-radius:99px; border:1px solid var(--surface-br); background:transparent;
  color:var(--ink-soft); font-size:13px; transition:all .25s var(--ease);
}
.copy-btn:hover{ border-color:var(--neon); color:var(--neon); }
.copy-btn.is-copied{ background:var(--neon); color:#03130f; border-color:var(--neon); }

.dua-card .ayah-ar{ font-size:clamp(19px,2.6vw,25px); text-align:right; margin-bottom:16px; }
.transliteration{ color:var(--gold); font-size:13.5px; margin-bottom:12px; opacity:.85; }
.meaning{ color:var(--ink-soft); font-size:14.5px; margin-bottom:12px; }
.ref{ color:var(--ink-mute); font-size:12.5px; border-top:1px solid var(--surface-br); padding-top:12px; }

/* =========================================================
   Istighfar counter
   ========================================================= */
.counter-widget{ display:flex; flex-direction:column; align-items:center; gap:26px; }
.counter-widget__ring{ position:relative; width:220px; height:220px; }
.counter-ring-svg{ width:100%; height:100%; transform:rotate(-90deg); }
.ring-bg{ fill:none; stroke:var(--surface); stroke-width:10; }
.ring-progress{
  fill:none; stroke:url(#none); stroke:var(--neon); stroke-width:10; stroke-linecap:round;
  stroke-dasharray:552.9; stroke-dashoffset:552.9; transition:stroke-dashoffset .5s var(--ease);
  filter:drop-shadow(0 0 8px var(--neon-glow));
}
.counter-widget__center{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
}
.counter-widget__center span{ font-size:44px; font-weight:800; font-family:var(--font-bn-h); }
.counter-widget__center small{ color:var(--ink-mute); font-size:12.5px; margin-top:4px; }

.counter-tap{
  width:100%; max-width:340px; padding:22px; border-radius:var(--radius-m);
  background:linear-gradient(135deg, rgba(25,255,192,.12), rgba(255,207,122,.06));
  border:1px solid var(--neon-dim); display:flex; flex-direction:column; align-items:center; gap:8px;
  transition:transform .15s var(--ease), box-shadow .3s var(--ease);
}
.counter-tap span:first-child{ font-size:24px; }
.counter-tap span:last-child{ color:var(--ink-soft); font-size:13.5px; }
.counter-tap:active{ transform:scale(.96); box-shadow:0 0 30px var(--neon-glow); }

.counter-widget__controls{ text-align:center; }
.counter-widget__controls > span{ display:block; color:var(--ink-mute); font-size:13px; margin-bottom:10px; }
.counter-widget__buttons{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.counter-widget__buttons button{
  padding:9px 18px; border-radius:99px; border:1px solid var(--surface-br); background:var(--surface);
  color:var(--ink-soft); font-size:13.5px; transition:all .25s var(--ease);
}
.counter-widget__buttons button:hover{ border-color:var(--neon); color:var(--neon); }
.counter-widget__buttons button.danger:hover{ border-color:#ff6b6b; color:#ff6b6b; }
.counter-widget__note{ color:var(--gold); font-size:13.5px; min-height:18px; }

/* =========================================================
   Signs grid
   ========================================================= */
.signs-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:36px; }
@media (max-width:820px){ .signs-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .signs-grid{ grid-template-columns:1fr; } }
.sign-item{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m); padding:26px 22px;
}
.sign-item__mark{
  display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%;
  background:rgba(255,207,122,.12); color:var(--gold); font-size:13px; font-weight:700; margin-bottom:14px;
}
.sign-item h3{ font-size:15.5px; margin-bottom:8px; }
.sign-item p{ color:var(--ink-soft); font-size:13.8px; }

.signs-note{
  border-left:2px solid var(--gold); padding:4px 0 4px 22px;
}
.signs-note p{ color:var(--ink-soft); font-size:14.5px; font-style:italic; }

/* =========================================================
   Journal
   ========================================================= */
.journal-box{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m); padding:26px;
  margin-bottom:36px;
}
.journal-box__label{ display:block; color:var(--ink-soft); font-size:14px; margin-bottom:14px; }
.journal-box textarea{
  width:100%; background:var(--void-2); border:1px solid var(--surface-br); border-radius:var(--radius-s);
  color:var(--ink); font-family:var(--font-bn-b); font-size:14.5px; padding:16px; resize:vertical;
  transition:border-color .25s; margin-bottom:16px;
}
.journal-box textarea:focus{ outline:none; border-color:var(--neon); box-shadow:0 0 0 3px rgba(25,255,192,.12); }
.journal-box__actions{ display:flex; align-items:center; gap:16px; }
#journalStatus{ color:var(--neon); font-size:13px; opacity:0; transition:opacity .3s; }
#journalStatus.is-visible{ opacity:1; }

.journal-entries h3{ font-size:16px; color:var(--ink-soft); margin-bottom:16px; font-weight:600; }
.journal-list{ display:flex; flex-direction:column; gap:12px; }
.journal-entry{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-s); padding:18px 20px;
  position:relative;
}
.journal-entry time{ display:block; color:var(--ink-mute); font-size:12px; margin-bottom:8px; }
.journal-entry p{ color:var(--ink-soft); font-size:14px; white-space:pre-wrap; }
.journal-entry__del{
  position:absolute; top:14px; right:16px; background:none; border:none; color:var(--ink-mute); font-size:16px;
  transition:color .2s;
}
.journal-entry__del:hover{ color:#ff6b6b; }
.journal-empty{ color:var(--ink-mute); font-size:13.5px; font-style:italic; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-list{ display:flex; flex-direction:column; gap:12px; }
.faq-item{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-s); overflow:hidden;
}
.faq-item__q{
  width:100%; text-align:right; background:none; border:none; color:var(--ink); font-size:15px; font-weight:600;
  padding:20px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; text-align:left;
}
.faq-item__q::after{
  content:'+'; font-size:22px; color:var(--neon); flex-shrink:0; transition:transform .3s var(--ease);
}
.faq-item.is-open .faq-item__q::after{ transform:rotate(45deg); }
.faq-item__a{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.faq-item__a p{ padding:0 22px 20px; color:var(--ink-soft); font-size:14px; }

/* =========================================================
   Closing / Footer
   ========================================================= */
.closing{ position:relative; z-index:1; padding:110px 24px; text-align:center; }
.closing__inner{ max-width:640px; margin:0 auto; }
.closing__ayah-ar{ font-family:var(--font-ar); font-size:clamp(22px,4vw,32px); margin-bottom:18px; color:var(--ink); }
.closing__ayah-bn{ color:var(--ink-soft); font-size:15.5px; margin-bottom:8px; }
.closing__top{ margin-top:36px; }

.footer{ position:relative; z-index:1; border-top:1px solid var(--surface-br); padding:44px 24px; }
.footer__inner{ max-width:720px; margin:0 auto; text-align:center; }
.footer__brand{ font-family:var(--font-ar); color:var(--neon); font-size:20px; margin-bottom:14px; }
.footer p{ color:var(--ink-mute); font-size:13px; margin-bottom:10px; }
.footer__sources{ font-size:12px; }

/* =========================================================
   Scroll to top
   ========================================================= */
.scroll-top{
  position:fixed; bottom:24px; right:24px; width:46px; height:46px; border-radius:50%;
  background:var(--surface); border:1px solid var(--surface-br); color:var(--ink);
  display:flex; align-items:center; justify-content:center; font-size:18px; z-index:40;
  opacity:0; pointer-events:none; transform:translateY(10px);
  transition:opacity .3s var(--ease), transform .3s var(--ease), border-color .3s;
}
.scroll-top.is-visible{ opacity:1; pointer-events:auto; transform:translateY(0); }
.scroll-top:hover{ border-color:var(--neon); color:var(--neon); box-shadow:0 0 16px -4px var(--neon-glow); }

/* =========================================================
   Steps CTA
   ========================================================= */
.steps__cta{ margin-top:40px; text-align:center; }

/* =========================================================
   Listen buttons (shared: verses + duas + asma)
   ========================================================= */
.listen-btn{
  display:inline-flex; align-items:center; gap:8px; padding:10px 20px; border-radius:999px;
  border:1px solid var(--neon-dim); background:rgba(25,255,192,.06); color:var(--neon);
  font-size:13.5px; transition:all .25s var(--ease); margin-top:14px;
}
.listen-btn:hover{ background:rgba(25,255,192,.14); box-shadow:0 0 16px -4px var(--neon-glow); }
.listen-btn--alt{ border-color:var(--gold-dim); background:rgba(255,207,122,.06); color:var(--gold); margin-left:10px; }
.listen-btn--alt:hover{ background:rgba(255,207,122,.14); }

.verse-card .listen-btn{ display:flex; margin:14px auto 0; }
.dua-card__actions{ display:flex; flex-wrap:wrap; gap:0; margin-bottom:12px; }

/* =========================================================
   Asma-ul-Husna grid
   ========================================================= */
.asma-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
@media (max-width:900px){ .asma-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .asma-grid{ grid-template-columns:1fr 1fr; gap:12px; } }

.asma-card{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m);
  padding:24px 18px; text-align:center; transition:border-color .3s, transform .3s var(--ease);
}
.asma-card:hover{ border-color:var(--gold-dim); transform:translateY(-4px); }
.asma-card__ar{ font-family:var(--font-ar-calligraphy); font-size:28px; color:var(--gold); margin-bottom:10px; }
.asma-card__translit{ font-size:13.5px; color:var(--ink); font-weight:600; margin-bottom:6px; }
.asma-card__meaning{ font-size:12.5px; color:var(--ink-soft); margin-bottom:14px; min-height:32px; }
.asma-card__listen{
  background:none; border:1px solid var(--surface-br); border-radius:999px; padding:7px 14px;
  color:var(--ink-mute); font-size:12px; transition:all .25s;
}
.asma-card__listen:hover{ border-color:var(--gold); color:var(--gold); }

/* =========================================================
   Guided Wizard
   ========================================================= */
.wizard{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-l);
  padding:36px 30px; position:relative; overflow:hidden;
}
.wizard::before{
  content:''; position:absolute; top:-40%; right:-20%; width:60%; height:120%;
  background:radial-gradient(circle, var(--neon-glow), transparent 65%); opacity:.35; pointer-events:none;
}
.wizard__progress{ display:flex; gap:6px; margin-bottom:30px; position:relative; z-index:1; }
.wizard__progress span{ flex:1; height:4px; border-radius:99px; background:var(--surface-br); transition:background .3s; }
.wizard__progress span.is-done{ background:var(--neon-dim); }
.wizard__progress span.is-current{ background:var(--neon); box-shadow:0 0 10px var(--neon-glow); }

.wizard__stage{ position:relative; z-index:1; min-height:220px; }
.wizard__screen h3{ font-size:19px; margin-bottom:14px; }
.wizard__screen p{ color:var(--ink-soft); font-size:14.5px; margin-bottom:22px; }
.wizard__screen--complete{ text-align:center; }
.wizard__complete-icon{ font-size:34px; color:var(--gold); margin-bottom:14px; text-shadow:0 0 20px var(--gold-glow); }
.wizard__screen--complete .btn{ margin:6px; }

.wizard__nav{ display:flex; align-items:center; justify-content:space-between; margin-top:26px; }

.wizard__checkbox{ display:flex; align-items:center; gap:12px; cursor:pointer; padding:14px 0; }
.wizard__checkbox input{ width:20px; height:20px; accent-color:var(--neon); flex-shrink:0; }
.wizard__checkbox span{ font-size:14px; color:var(--ink); }

.wizard__timer{ display:flex; flex-direction:column; align-items:center; gap:18px; margin-bottom:10px; }
.wizard__timer-ring{
  width:110px; height:110px; border-radius:50%; border:2px solid var(--neon-dim);
  display:flex; align-items:center; justify-content:center; font-size:30px; font-weight:800;
  box-shadow:0 0 24px -6px var(--neon-glow);
}

.wizard__dua-box{ background:var(--void-2); border-radius:var(--radius-s); padding:20px; text-align:center; margin-bottom:18px; }
.wizard__dua-box .ayah-ar{ font-size:20px; margin-bottom:8px; }

.wizard__mini-counter{ display:flex; align-items:center; gap:16px; font-size:15px; color:var(--ink-soft); flex-wrap:wrap; margin-bottom:6px; }

.wizard__deeds{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:8px; }
.wizard__deed-btn{
  padding:12px 20px; border-radius:999px; border:1px solid var(--surface-br); background:var(--void-2);
  color:var(--ink-soft); font-size:13.5px; transition:all .25s var(--ease);
}
.wizard__deed-btn.is-selected, .wizard__deed-btn:hover{ border-color:var(--neon); color:var(--neon); }

.wizard textarea{
  width:100%; background:var(--void-2); border:1px solid var(--surface-br); border-radius:var(--radius-s);
  color:var(--ink); font-family:var(--font-bn-b); font-size:14.5px; padding:14px; resize:vertical;
}
.wizard textarea:focus{ outline:none; border-color:var(--neon); }

@media (max-width:600px){
  .wizard{ padding:26px 20px; }
}

/* =========================================================
   40-Day Challenge
   ========================================================= */
.challenge__empty{ text-align:center; padding:40px 20px; }
.challenge__empty p{ color:var(--ink-soft); margin-bottom:20px; }

.challenge__stats{ display:flex; gap:16px; margin-bottom:30px; flex-wrap:wrap; }
.challenge__stat{
  flex:1; min-width:120px; background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m);
  padding:20px; text-align:center;
}
.challenge__stat strong{ display:block; font-size:28px; color:var(--neon); font-family:var(--font-bn-h); margin-bottom:4px; }
.challenge__stat span{ color:var(--ink-mute); font-size:12.5px; }

.challenge__grid{
  display:grid; grid-template-columns:repeat(10,1fr); gap:6px; margin-bottom:36px;
}
@media (max-width:640px){ .challenge__grid{ grid-template-columns:repeat(8,1fr); } }
.challenge__cell{
  aspect-ratio:1; border-radius:5px; background:var(--surface); border:1px solid var(--surface-br);
}
.challenge__cell.is-done{ background:var(--neon); border-color:var(--neon); box-shadow:0 0 8px var(--neon-glow); }
.challenge__cell.is-today{ border-color:var(--gold); border-width:2px; }
.challenge__cell.is-future{ opacity:.35; }

.challenge__today{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-m); padding:26px;
}
.challenge__today h3{ font-size:16px; margin-bottom:6px; }
.challenge__today-actions{ display:flex; gap:14px; align-items:center; margin-top:12px; flex-wrap:wrap; }
.danger-text{ color:#ff8a8a; border-color:rgba(255,107,107,.3) !important; }
.challenge__saved-note{ color:var(--neon); font-size:13px; margin-top:10px; min-height:16px; }

/* =========================================================
   Prayer times
   ========================================================= */
.prayer-box{ text-align:center; }
.prayer-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:30px 0; }
@media (max-width:520px){ .prayer-grid{ grid-template-columns:repeat(2,1fr); } }
.prayer-cell{
  background:var(--surface); border:1px solid var(--surface-br); border-radius:var(--radius-s); padding:18px 10px;
}
.prayer-cell__name{ display:block; color:var(--gold); font-size:13px; margin-bottom:8px; }
.prayer-cell__time{ display:block; font-size:20px; font-weight:700; font-family:var(--font-bn-h); }
.prayer-status{ color:var(--ink-mute); font-size:13.5px; min-height:20px; margin:14px 0; }
.prayer-note{ color:var(--ink-soft); font-size:13px; font-style:italic; max-width:520px; margin:20px auto 0; border-top:1px solid var(--surface-br); padding-top:20px; }

/* =========================================================
   Journal prompts + credit footer
   ========================================================= */
.journal-prompts{
  background:rgba(255,207,122,.05); border:1px solid var(--gold-dim); border-radius:var(--radius-m);
  padding:22px 26px; margin-bottom:26px;
}
.journal-prompts h3{ font-size:14.5px; color:var(--gold); margin-bottom:12px; font-weight:600; }
.journal-prompts ul{ margin:0; padding-left:20px; color:var(--ink-soft); font-size:13.8px; }
.journal-prompts li{ margin-bottom:6px; }

.footer__credit{ margin-top:14px; font-size:13px; color:var(--ink-soft) !important; }
.footer__credit strong{ color:var(--neon); font-weight:700; }

/* =========================================================
   Utility
   ========================================================= */
@media (max-width:600px){
  .section{ padding:80px 20px; }
  .hero{ padding:120px 20px 60px; }
}
