.about-video-showcase {
    display: grid;
    gap: 2rem;
    margin: 2.25rem 0 1rem;
}

.about-video-card {
    overflow: hidden;
    border: 1px solid rgba(166, 123, 44, 0.3);
    border-radius: 1rem;
    background: linear-gradient(145deg, #fffdf8 0%, #f3ead8 100%);
    box-shadow: 0 1rem 2.5rem rgba(24, 38, 65, 0.12);
}

.about-video-card__heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    color: #142847;
}

.about-video-card__number {
    display: inline-grid;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(166, 123, 44, 0.5);
    border-radius: 50%;
    color: #98671e;
    font-family: Manrope, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
}

.about-video-card__heading h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.about-video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #07152c;
}

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

.about-video-frame video {
    object-fit: contain;
}

.faithful-testimonials__heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    color: #142847;
}

.faithful-testimonials__heading span {
    color: #b8832d;
    font-size: 1.5rem;
}

.faithful-testimonials__heading h2 {
    margin: 0;
    color: inherit;
}

.faithful-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.faithful-testimonial {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 1.5rem;
    border: 1px solid rgba(166, 123, 44, 0.28);
    border-radius: 0.85rem;
    background: #fffdf8;
    box-shadow: 0 0.75rem 2rem rgba(24, 38, 65, 0.08);
}

.faithful-testimonial::before {
    content: "“";
    position: absolute;
    top: 0.35rem;
    right: 1rem;
    color: rgba(166, 123, 44, 0.18);
    font-family: Georgia, serif;
    font-size: 4.5rem;
    line-height: 1;
}

.faithful-testimonial blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #273750;
}

.faithful-testimonial blockquote p:last-child {
    margin-bottom: 0;
}

.faithful-testimonial figcaption {
    margin-top: 1rem;
    color: #8b5d1d;
    font-family: Manrope, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
}

.church-statements + .church-statements {
    margin-top: 2.5rem;
}

.church-statements > h2 {
    margin: 0 0 1.25rem;
    color: #142847;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
}

.church-statements__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.church-statement {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 1.55rem;
    overflow: hidden;
    border: 1px solid rgba(166, 123, 44, 0.28);
    border-radius: 0.9rem;
    background: linear-gradient(145deg, #fffdf8 0%, #f7f0e4 100%);
    box-shadow: 0 0.75rem 2rem rgba(24, 38, 65, 0.08);
}

.church-statement::before {
    content: "“";
    position: absolute;
    top: 0.15rem;
    right: 0.85rem;
    color: rgba(166, 123, 44, 0.16);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.church-statement blockquote,
.church-statement blockquote p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #273750;
}

.church-statement figcaption {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 1.1rem;
    color: #8b5d1d;
    font-family: Manrope, sans-serif;
    font-size: 0.86rem;
}

.church-statement figcaption strong {
    color: #142847;
}

@media (max-width: 767.98px) {
    .about-video-showcase {
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .about-video-card {
        border-radius: 0.75rem;
    }

    .about-video-card__heading {
        padding: 0.85rem 1rem;
    }

    .faithful-testimonials__grid {
        grid-template-columns: 1fr;
    }

    .church-statements__grid {
        grid-template-columns: 1fr;
    }

    .faithful-testimonial,
    .church-statement {
        padding: 1.25rem;
    }
}
