.church-container{
    width:92%;
    max-width:1320px;
    margin:0 auto;
}

.church-hero{
    padding:100px 0;
    background:
        linear-gradient(rgba(32,35,49,.72), rgba(32,35,49,.72)),
        url("/static/images/church-hero.jpg") center/cover no-repeat;
    color:#ffffff;
}

.church-hero-grid{
    display:grid;
    grid-template-columns:1fr 520px;
    gap:70px;
    align-items:center;
}

.church-eyebrow,
.church-section-heading span,
.church-highlight-card span,
.church-contact-copy span{
    display:inline-block;
    color:#36b37e;
    font-size:14px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:16px;
}

.church-hero-content h1{
    font-size:64px;
    line-height:1.05;
    letter-spacing:-.045em;
    font-weight:900;
    margin:0 0 24px;
    max-width:760px;
}

.church-hero-content p{
    font-size:20px;
    line-height:1.75;
    color:rgba(255,255,255,.88);
    max-width:760px;
}

.church-hero-actions{
    display:flex;
    gap:16px;
    margin-top:34px;
    flex-wrap:wrap;
}

.church-primary-btn,
.church-secondary-btn,
.church-highlight-card a{
    min-height:58px;
    padding:0 30px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
}

.church-primary-btn,
.church-highlight-card a{
    background:#299165;
    color:#ffffff;
}

.church-secondary-btn{
    background:#ffffff;
    color:#202331;
}

.church-hero-card{
    background:rgba(255,255,255,.14);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.22);
    border-radius:32px;
    padding:42px;
}

.church-hero-card h2{
    font-size:34px;
    line-height:1.2;
    margin:0 0 18px;
}

.church-hero-card p,
.church-hero-card li{
    color:rgba(255,255,255,.9);
    font-size:17px;
    line-height:1.7;
}

.church-hero-card ul{
    margin:22px 0 0;
    padding-left:20px;
}

.church-trust-section,
.church-services-section,
.church-contact-section{
    padding:90px 0;
    background:#ffffff;
}

.church-services-section{
    background:#f8fafc;
}

.church-section-heading{
    max-width:860px;
    margin:0 auto 56px;
    text-align:center;
}

.church-section-heading h2{
    color:#202331;
    font-size:48px;
    line-height:1.12;
    letter-spacing:-.04em;
    margin:0 0 18px;
    font-weight:900;
}

.church-section-heading p{
    color:#526078;
    font-size:18px;
    line-height:1.8;
}

.church-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.church-feature-card,
.church-service-card,
.church-contact-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:28px;
    padding:34px;
    box-shadow:0 18px 50px rgba(32,35,49,.06);
}

.church-feature-icon{
    width:64px;
    height:64px;
    border-radius:20px;
    background:#eaf8f1;
    color:#299165;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    font-weight:900;
    margin-bottom:22px;
}

.church-feature-card h3,
.church-service-card h3{
    color:#202331;
    font-size:28px;
    margin:0 0 14px;
}

.church-feature-card p,
.church-service-card p,
.church-contact-copy p,
.church-contact-card li{
    color:#526078;
    font-size:16px;
    line-height:1.75;
}

.church-feature-card ul{
    margin:22px 0 0;
    padding-left:20px;
    color:#526078;
}

.church-feature-card li{
    margin-bottom:10px;
}

.church-service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.church-service-card{
    text-align:center;
}

.church-service-card div{
    font-size:48px;
    margin-bottom:18px;
}

.church-highlight-section{
    padding:90px 0;
    background:#ffffff;
}

.church-highlight-card{
    background:
        radial-gradient(circle at right, rgba(128,82,226,.22), transparent 34%),
        #202331;
    border-radius:36px;
    padding:56px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.church-highlight-card h2{
    color:#ffffff;
    font-size:44px;
    line-height:1.15;
    margin:0 0 14px;
}

.church-highlight-card p{
    color:#d1d5db;
    font-size:18px;
    line-height:1.75;
    max-width:760px;
}

.church-contact-section{
    background:#f8fafc;
}

.church-contact-grid{
    display:grid;
    grid-template-columns:1fr 520px;
    gap:70px;
    align-items:start;
}

.church-contact-copy h2{
    color:#202331;
    font-size:46px;
    line-height:1.12;
    margin:0 0 18px;
}

.church-contact-copy .church-primary-btn{
    margin-top:24px;
}

.church-contact-card h3{
    color:#202331;
    font-size:28px;
    margin:0 0 20px;
}

.church-contact-card ul{
    margin:0;
    padding-left:20px;
}

.church-contact-card li{
    margin-bottom:14px;
}

@media(max-width:1050px){
    .church-hero-grid,
    .church-contact-grid{
        grid-template-columns:1fr;
    }

    .church-feature-grid,
    .church-service-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .church-hero-content h1{
        font-size:48px;
    }
}

@media(max-width:700px){
    .church-hero{
        padding:70px 0;
    }

    .church-hero-content h1,
    .church-section-heading h2,
    .church-contact-copy h2{
        font-size:34px;
    }

    .church-hero-content p,
    .church-section-heading p{
        font-size:16px;
    }

    .church-hero-actions{
        flex-direction:column;
    }

    .church-primary-btn,
    .church-secondary-btn,
    .church-highlight-card a{
        width:100%;
    }

    .church-hero-card{
        padding:28px;
        border-radius:24px;
    }

    .church-feature-grid,
    .church-service-grid{
        grid-template-columns:1fr;
    }

    .church-trust-section,
    .church-services-section,
    .church-contact-section,
    .church-highlight-section{
        padding:65px 0;
    }

    .church-highlight-card{
        flex-direction:column;
        align-items:flex-start;
        padding:34px 24px;
        border-radius:26px;
    }

    .church-highlight-card h2{
        font-size:32px;
    }

    .church-feature-card,
    .church-service-card,
    .church-contact-card{
        padding:28px;
        border-radius:24px;
    }
}
