/* ---------------------------------------------------------
   FIND HOPE PAGE — Gentle, Pastoral Vertical Rhythm
   --------------------------------------------------------- */

/* Base spacing for the whole page */
.find-hope-page {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

/* Paragraph rhythm */
.find-hope-page p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Section dividers */
.find-hope-page hr {
    margin: 2.5rem 0;
    opacity: 0.25;
    border: none;
    border-top: 1px solid var(--color-border, #ccc);
}

/* Headings */
.find-hope-page h2 {
    margin-top: 2.75rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
}

.find-hope-page h3 {
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.3;
}

/* Scripture blocks */
.find-hope-page .scripture-block {
    margin-bottom: 1.75rem;
}

.find-hope-page .scripture-block p {
    margin-bottom: 0.5rem;
    font-style: italic;
}

/* Buttons */
.find-hope-page .button {
    margin-top: 1rem;
}

/* Slightly soften the hero tagline on this page */
.page-hero-tagline {
    max-width: 650px;
}