/* ── SECTION COMMONS ── */
.s-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--g600);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
}
.s-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--tp);
  line-height: 1.22;
  letter-spacing: -0.025em;
}
.s-title em { font-style: normal; color: var(--g700); }

/* ── FEATURES ── */
#features {
  background: var(--cream);
  padding: 108px 6%;
}
.f-header { margin-bottom: 52px; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5px;
  background: var(--border);
  border: 1.5px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}
.feature-card {
  background: var(--white);
  padding: 2.5rem 2.25rem;
  transition: background 0.2s;
}
.feature-card:hover { background: var(--g50); }
.f-icon {
  width: 42px; height: 42px;
  background: var(--g100);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g700);
  margin-bottom: 1.35rem;
  font-size: 20px;
}
.f-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--tp);
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.f-body {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--ts);
  line-height: 1.8;
}

/* ── HOW IT WORKS ── */
#how {
  background: var(--white);
  padding: 108px 6%;
}
.how-header { margin-bottom: 52px; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border);
  border: 1.5px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}
.step-card {
  background: var(--white);
  padding: 2.5rem 2.25rem;
  transition: background 0.2s;
}
.step-card:hover { background: var(--g50); }
.step-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}
.step-num {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--g800);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-role {
  display: inline-block;
  background: var(--g100);
  color: var(--g700);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.22rem 0.7rem;
  border-radius: 100px;
  letter-spacing: 0.02em;
}
.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--tp);
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}
.step-body {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--ts);
  line-height: 1.8;
}

/* ── DOWNLOAD ── */
#download {
  background: var(--g900);
  padding: 108px 6%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#download::before {
  content: '';
  position: absolute;
  top: -180px; right: -100px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(29,119,40,0.14) 0%, transparent 68%);
  pointer-events: none;
}
#download::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -80px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(123,217,141,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.dl-inner {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
#download .s-tag { color: rgba(123,217,141,0.5); }
#download .s-title { color: var(--white); }
#download .s-title em { color: var(--g300); }
.dl-sub {
  color: rgba(255,255,255,0.42);
  font-size: 0.92rem;
  font-weight: 300;
  margin: 1.1rem 0 2.5rem;
  line-height: 1.8;
}
.gplay-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--white);
  color: var(--g900);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'ThmanyahSerif', sans-serif;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gplay-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,0.35); }
.gplay-icon { width: 22px; height: 22px; flex-shrink: 0; }
.dl-note {
  color: rgba(255,255,255,0.25);
  font-size: 0.78rem;
  font-weight: 300;
  margin-top: 1.25rem;
}

/* ── FAQ ── */
#faq {
  background: var(--cream);
  padding: 108px 6%;
}
.legal-inner { max-width: 660px; margin: 0 auto; }
.legal-header { text-align: center; margin-bottom: 2.75rem; }
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.5px;
  background: var(--border);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.acc-item { background: var(--white); }
.acc-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.2rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--tp);
  font-family: 'ThmanyahSerif', sans-serif;
  text-align: right;
  direction: rtl;
  transition: background 0.2s;
}
.acc-btn:hover { background: var(--g50); }
.acc-chevron {
  font-size: 15px;
  color: var(--tm);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}
.acc-item.open .acc-chevron { transform: rotate(180deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; }
.acc-item.open .acc-body { max-height: 500px; }
.acc-body p {
  padding: 0 1.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--ts);
  line-height: 1.85;
}

/* ── FOOTER ── */
footer {
  background: var(--g900);
  padding: 60px 6% 32px;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-logo .logo-icon { width: 24px; height: 24px; flex-shrink: 0; }
.footer-logo span { color: var(--g300); }
.footer-tag { color: rgba(255,255,255,0.3); font-size: 0.8rem; font-weight: 300; }
.footer-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
.footer-links a {
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 300;
  transition: color 0.2s;
}
.footer-links a:hover { color: rgba(255,255,255,0.75); }
.footer-copy {
  color: rgba(255,255,255,0.18);
  font-size: 0.76rem;
  text-align: center;
  font-weight: 300;
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.vis { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }
