.discipleship-hub-intro {
    max-width: 860px;
    margin: 0 auto;
    padding: 28px 20px 8px 20px;
    text-align: center;
}
.discipleship-hub-intro h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 14px;
}
.discipleship-hub-intro p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto 12px auto;
    text-align: center;
}
.discipleship-hub-intro p:last-child {
    margin-bottom: 0;
}
.discipleship-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 20px 40px 20px;
}
.phase-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-top: 5px solid #d1d5db;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.phase-card h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 6px 0 8px 0;
}
.phase-card > p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin: 0 0 14px 0;
}
.phase-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.phase-card li {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1d1d1f;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.phase-card li:first-child {
    border-top: none;
}
.phase-card li a {
    color: #0056b3;
    font-weight: 600;
}
.phase-card li a:hover {
    color: #e67e3b;
    border-bottom: none;
}
.phase-card--foundations {
    background-color: #fff8e6;
    border-top-color: #d99a1b;
}
.phase-card--prayer {
    background-color: #eaf7f7;
    border-top-color: #1f8a8c;
}
.phase-card--word {
    background-color: #eef1f6;
    border-top-color: #1a2e4a;
}
.phase-card--living {
    background-color: #eef7f0;
    border-top-color: #2d5a3d;
}
.phase-card-badge {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #555;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.disc-phase-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #666;
    margin-bottom: 10px;
}
.disc-phase-eyebrow a {
    color: #4a6fa5;
    font-weight: 700;
}
.disc-phase-eyebrow a:hover {
    color: #e67e3b;
    border-bottom: none;
}
.age-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 20px;
}
.age-flex h3 {
    flex: 1 1 100%;
    font-size: 1rem;
    font-weight: 800;
    color: #1d1d1f;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}
.age-flex-younger,
.age-flex-older {
    flex: 1 1 240px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 0;
}
.age-flex-label {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4a6fa5;
    margin: 0 0 6px 0;
}
.age-flex-younger p:last-child,
.age-flex-older p:last-child {
    margin-bottom: 0;
}
.disc-crosslinks {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 2px solid #e5e7eb;
}
.disc-crosslinks-label {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4a6fa5;
    margin: 0 0 10px 0;
}
.disc-crosslinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.disc-crosslinks li {
    margin: 0 0 8px 0;
}
.disc-crosslinks li:last-child {
    margin-bottom: 0;
}
.disc-crosslinks a {
    color: #0056b3;
    font-weight: 700;
}
.disc-crosslinks a:hover {
    color: #e67e3b;
    border-bottom: none;
}
@media (max-width: 768px) {
    .discipleship-hub-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
@media print {
    .disc-crosslinks {
        display: none;
    }
}
