/* JOIN / CONNECT PAGE STYLES */

/* General Page Text */
main {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #222;
}

/* Intro Section */
.join-intro {
    text-align: center;
    padding: 4rem 1rem;
    background: #f0f6ff; 
    color: #002855;
}

.join-intro h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.join-intro p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: #333;
}

/* Shared Section Styles */
.why-join,
.expectations,
.for-organizations,
.opportunities,
.apply {
    padding: 3rem 2rem;
    text-align: center;
}

.why-join h3,
.expectations h3,
.for-organizations h3,
.opportunities h3,
.apply h3 {
    margin-bottom: 1rem;
    color: #004080;
    font-size: 1.8rem;
}

.why-join p,
.expectations p,
.apply p,
.for-organizations p {
    max-width: 750px;
    margin: 0 auto 1rem auto;
    font-size: 1.15rem;
    color: #444;
}

/* Opportunities (No openings) */
.opportunities {
    background-color: #ffffff;
}

.no-opportunities {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
    margin: 2rem auto 0 auto;
    padding: 1rem 1.5rem;
    background: #f0f6ff;
    border: 1px solid #ccd9f0;
    border-radius: 10px;
    max-width: 500px;
}

/* For Organizations */
.for-organizations {
    background-color: #f9fbfd;
}

.for-organizations ul {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.for-organizations ul li {
    font-size: 1.1rem;
    color: #333;
    margin: 0.5rem 0;
}

/* Apply / Contact Section */
.apply {
    background-color: #f0f6ff;
}

.apply p {
    font-size: 1.15rem;
    color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
    main {
        font-size: 1rem;
        line-height: 1.6;
    }

    .join-intro h2 {
        font-size: 2rem;
    }

    .why-join h3,
    .expectations h3,
    .for-organizations h3,
    .opportunities h3 {
        font-size: 1.5rem;
    }

    .for-organizations ul li {
        font-size: 1rem;
    }
}
