/* ============================================================
   Fard Landing — Custom styles
   Tailwind handles layout/spacing/color; this file covers
   glass morphism, glow effects, and the phone mockup only.
   ============================================================ */

/* ---------- Glass card ---------- */
.glass-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ---------- Hero glow ---------- */
.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% -10%, rgba(29, 158, 117, 0.18), transparent 70%);
  pointer-events: none;
}

/* ---------- App Store button ---------- */
.btn-appstore-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #000000;
  padding: 12px 24px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn-appstore-light:hover {
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-1px);
}

.btn-appstore-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1D9E75;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn-appstore-brand:hover {
  background: #0F6E56;
  transform: translateY(-1px);
}

/* ---------- Focus Mode section ---------- */
.focus-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #1D9E75, #4DCCA5);
  border-radius: 2px;
}

/* ---------- Phone mockup ---------- */
.phone-frame {
  width: 210px;
  height: 420px;
  background: #111118;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  padding: 14px 12px;
  position: relative;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 32px 64px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(29, 158, 117, 0.08);
}

.phone-notch {
  width: 72px;
  height: 20px;
  background: #0A0A0F;
  border-radius: 0 0 12px 12px;
  margin: 0 auto 28px;
}

.phone-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.mock-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 10px;
}

.mock-prayer {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}

.mock-time {
  font-size: 16px;
  color: #1D9E75;
  margin-bottom: 28px;
}

.mock-focus-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(29, 158, 117, 0.14);
  border: 1px solid rgba(29, 158, 117, 0.28);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 12px;
  color: #4DCCA5;
  font-weight: 500;
}

.mock-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin: 24px 0;
}

.mock-prayers-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 4px;
}

.mock-prayer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.mock-prayer-row.active {
  color: rgba(255, 255, 255, 0.85);
}

.mock-prayer-row.active .mock-row-time {
  color: #4DCCA5;
}

/* ---------- Feature icon wrapper ---------- */
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(29, 158, 117, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

/* ---------- Subtle section separator ---------- */
.section-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  max-width: 880px;
  margin: 0 auto;
}

/* ---------- Privacy page prose ---------- */
.prose-dark h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
.prose-dark h3 {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.prose-dark p,
.prose-dark li {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  font-size: 0.9375rem;
}
.prose-dark ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.prose-dark ul li {
  padding-left: 1.25rem;
  position: relative;
}
.prose-dark ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.25);
}
.prose-dark a {
  color: #4DCCA5;
  text-decoration: none;
}
.prose-dark a:hover {
  text-decoration: underline;
}
.prose-dark strong {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 600;
}
