/* Сторінка «Після молитви» / "After you prayed" — progressive disclosure.
   Reuses palette + type from styles.css (--paper, --ink, --gold, fonts). */

.prayed { padding-block: clamp(2rem, 1.5rem + 4vw, 4rem); }

.prayed__eyebrow { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.prayed__prayer {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.5rem;
  font-style: italic;
  margin: .25rem 0 1.25rem;
}
.prayed__heading {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 1.5rem + 2vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}
.prayed__lead { font-size: 1.18rem; line-height: 1.75; margin: 0 0 .75rem; }
.prayed__emphasis { font-size: 1.18rem; font-weight: 600; margin: 0 0 1rem; }
.prayed__truth {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.05rem + 1.1vw, 1.7rem);
  line-height: 1.3;
  text-align: center;
  color: var(--gold);
  margin: 1.75rem 0 .25rem;
}

.prayed__diagram {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 1.5rem auto;
}
.prayed__diagram--wide { max-width: 520px; }

.prayed__more-hint { color: var(--ink-faint); font-size: .9rem; margin: 1.75rem 0 .25rem; }

.prayed__hit {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin: 0 0 1rem;
}
.prayed__group {
  font-family: var(--font-display);
  color: var(--gold-deep);
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 1.9rem 0 .2rem;
}
.prayed__close {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.4;
  text-align: center;
  color: var(--ink);
  margin: 2.2rem 0 .4rem;
}

.prayed details.q { border-top: 1px solid var(--line); }
.prayed details.q:last-of-type { border-bottom: 1px solid var(--line); }
.prayed details.q > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
}
.prayed details.q > summary::-webkit-details-marker { display: none; }
.prayed details.q > summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; line-height: 1; }
.prayed details.q[open] > summary::after { content: "\2013"; }
.prayed details.q .a { padding: 0 0 1.2rem; line-height: 1.75; }
.prayed details.q .a ul.facts { margin-top: .5rem; }
.prayed details.q .a .prayed__diagram { max-width: 100%; }

.prayed__out { margin: .45rem 0; }
.prayed__out a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-soft);
}
.prayed__out a:hover { border-bottom-color: var(--gold); }

.prayed__cta { margin-top: 2rem; max-width: 100%; white-space: normal; text-align: center; }
.prayed__cta .btn__label { white-space: normal; }

/* Alternative messengers under the Telegram CTA */
.connect-alt { margin-top: 1.5rem; text-align: center; }
.connect-alt__prefix { color: var(--ink-soft); font-size: .95rem; margin: 0 0 .7rem; }
.connect-alt__row { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.connect-chip {
  display: inline-block;
  padding: .6em 1.35em;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  color: var(--gold-deep);
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.connect-chip:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fdf6e3; }
