body {
    color: #172033;
    background-color: #ffffff;
}

.site-nav {
    min-height: 72px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #172033;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background-color: #1d5f8a;
    border-radius: 8px;
}

.site-hero {
    position: relative;
    min-height: 92vh;
    color: #ffffff;
    background:
        linear-gradient(
            90deg,
            rgba(13, 29, 49, 0.88) 0%,
            rgba(13, 29, 49, 0.72) 48%,
            rgba(13, 29, 49, 0.28) 100%
        ),
        url("../img/church.png") center / cover no-repeat;
}

.site-hero-content {
    min-height: 92vh;
    padding-top: 88px;
    padding-bottom: 40px;
}

.site-eyebrow,
.section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #1d5f8a;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.site-hero .site-eyebrow {
    color: #bde5ff;
}

.site-hero h1 {
    max-width: 760px;
    font-size: 4.35rem;
    font-weight: 800;
    line-height: 1.02;
}

.site-hero .lead {
    max-width: 720px;
    font-size: 1.24rem;
    line-height: 1.65;
}

.site-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 760px;
    margin-top: 42px;
}

.site-hero-metrics div {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.site-hero-metrics strong,
.site-hero-metrics span {
    display: block;
}

.site-hero-metrics strong {
    font-size: 1.05rem;
}

.site-hero-metrics span {
    color: rgba(255, 255, 255, 0.78);
}

.site-section {
    padding: 84px 0;
}

.site-section h2 {
    max-width: 780px;
    font-size: 2.3rem;
    font-weight: 750;
    line-height: 1.15;
}

.feature-item {
    height: 100%;
    padding: 28px;
    background-color: #f7fafc;
    border: 1px solid #e8eef3;
    border-radius: 8px;
}

.feature-item i {
    display: inline-block;
    margin-bottom: 18px;
    color: #1d5f8a;
    font-size: 2rem;
}

.feature-item h3,
.plan-box h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.feature-item p {
    margin-bottom: 0;
    color: #5a6575;
}

.site-actions {
    background-color: #f5f7fb;
}

.action-slide {
    display: flex;
    align-items: flex-end;
    min-height: 520px;
    padding: 56px;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}

.action-slide-content {
    max-width: 680px;
    padding-bottom: 24px;
}

.action-meta {
    display: inline-block;
    margin-bottom: 12px;
    color: #bde5ff;
    font-weight: 700;
    text-transform: uppercase;
}

.action-slide h3 {
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 780;
    line-height: 1.1;
}

.action-slide p {
    max-width: 640px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
    line-height: 1.6;
}

.empty-actions {
    padding: 54px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
}

.empty-actions i {
    display: inline-block;
    margin-bottom: 18px;
    color: #1d5f8a;
    font-size: 2.5rem;
}

.empty-actions h3 {
    font-size: 1.35rem;
    font-weight: 700;
}

.empty-actions p {
    max-width: 620px;
    margin: 0 auto;
    color: #5a6575;
}

.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000000;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.custom-video-open {
    background-color: rgba(10, 18, 30, 0.78);
}

.custom-video-open .modal-dialog {
    margin-top: 6vh;
}

body.modal-open {
    overflow: hidden;
}

.site-plans {
    background-color: #f5f7fb;
}

.plan-box {
    height: 100%;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
}

.plan-featured {
    border-color: #1d5f8a;
    box-shadow: 0 18px 45px rgba(18, 40, 60, 0.12);
}

.plan-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.plan-header strong {
    color: #1d5f8a;
    font-size: 1.5rem;
}

.plan-box ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.plan-box li {
    display: flex;
    gap: 10px;
    color: #465160;
}

.plan-box li i {
    color: #1d8a4c;
}

.mission-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px;
    background-color: #eef6fb;
    border: 1px solid #d9eaf4;
    border-radius: 8px;
}

.mission-band p {
    max-width: 760px;
    margin-bottom: 0;
    color: #5a6575;
}

.site-footer {
    padding: 26px 0;
    color: #d8e3ec;
    background-color: #142033;
}

@media (max-width: 992px) {
    .site-hero h1 {
        font-size: 3.35rem;
    }

    .site-hero-metrics {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .mission-band {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .site-hero h1 {
        font-size: 2.65rem;
    }

    .site-section h2 {
        font-size: 1.9rem;
    }

    .plan-header {
        flex-direction: column;
    }

    .action-slide {
        min-height: 460px;
        padding: 32px;
    }

    .action-slide h3 {
        font-size: 1.9rem;
    }
}
