/* SECTION WRAPPER */
.prophecy-intro {
    margin-top: 5px;
    padding: 0;
    text-align: center;
}

/* YOUR H1 — centered, bold, clean */
.prophecy-intro h1 {
    margin: 0 0 12px 0;
    font-size: 30px;
    font-weight: 800;
    color: #002a55;
    text-align: center;
}

/* SOFT BACKGROUND BOX */
.prophecy-box {
    background: #f4f7fb; /* soft blue-gray */
    border: 1px solid #d0d8e0;
    padding: 18px 22px;
    margin: 0 auto;
    max-width: 900px;
    border-radius: 6px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* PARAGRAPHS */
.prophecy-box p {
    margin: 0 0 12px 0;
    line-height: 1.55;
}

/* LEARN MORE LINK */
.learn-more-wrapper {
    text-align: right;
}

.learn-more {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

.learn-more:hover {
    text-decoration: underline;
}

/* GOLD DIVIDER UNDER SECTION */
.section-divider {
    margin: 14px auto 0 auto;
    width: 85%;
    border: none;
    border-top: 2px solid #c9a44b;
}

/* FORCE MENU TO BE HORIZONTAL */
.main-menu ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.main-menu li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-menu a {
    display: block !important;
    padding: 12px 20px !important;
    white-space: nowrap !important;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
