.hero-slide {
    position: relative;
    background-size: cover;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-slide .container {
    position: relative;
    z-index: 1;
}

.hero-slide .banner__content {
    max-width: 440px;
    padding: 28px 30px;
    border-radius: 20px;
    background: rgba(10, 10, 10, 0.5);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.hero-slide .banner__content h2,
.hero-slide .banner__content p {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.hero-slide--live {
    background-position: 74% center;
}

.hero-slide--live::before {
    background: linear-gradient(90deg, rgba(5, 10, 22, 0.82) 0%, rgba(5, 10, 22, 0.62) 28%, rgba(5, 10, 22, 0.14) 58%, rgba(5, 10, 22, 0.06) 100%);
}

.hero-slide--live .banner__content {
    margin-right: auto;
}

.hero-slide--belong {
    background-position: 72% center;
}

.hero-slide--belong::before {
    background: linear-gradient(90deg, rgba(93, 14, 17, 0.88) 0%, rgba(93, 14, 17, 0.72) 38%, rgba(93, 14, 17, 0.18) 62%, rgba(93, 14, 17, 0.06) 100%);
}

.hero-slide--belong .banner__content {
    margin-right: auto;
    background: rgba(66, 10, 13, 0.38);
}

.hero-slide--media {
    background-position: 58% center;
}

.hero-slide--media::before {
    background: linear-gradient(90deg, rgba(18, 28, 44, 0.78) 0%, rgba(18, 28, 44, 0.52) 28%, rgba(18, 28, 44, 0.12) 60%, rgba(18, 28, 44, 0.05) 100%);
}

.hero-slide--media .banner__content {
    margin-right: auto;
}

.hero-slide--rooted {
    background-position: center top;
}

.hero-slide--rooted::before {
    background: linear-gradient(90deg, rgba(6, 34, 40, 0.78) 0%, rgba(6, 34, 40, 0.58) 32%, rgba(6, 34, 40, 0.12) 58%, rgba(6, 34, 40, 0.08) 100%);
}

.hero-slide--rooted .banner__content {
    margin-right: auto;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .hero-slide {
        background-position: center center;
    }

    .hero-slide::before {
        background: linear-gradient(180deg, rgba(7, 10, 16, 0.42) 0%, rgba(7, 10, 16, 0.54) 100%);
    }

    .hero-slide .banner__content {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 24px 22px;
        background: rgba(9, 12, 19, 0.62);
    }
}

@media (max-width: 575px) {
    .hero-slide .banner__content {
        padding: 20px 18px;
        border-radius: 16px;
    }
}

.belief-pillars {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(241, 193, 82, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(113, 145, 207, 0.15), transparent 28%),
        linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.belief-pillars .container {
    max-width: 1440px;
}

.belief-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 16px;
}

.belief-card {
    appearance: none;
    cursor: pointer;
    width: calc((100% - 96px) / 7);
    max-width: 184px;
    position: relative;
    min-height: 154px;
    border: 0;
    border-radius: 26px;
    padding: 18px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 45px rgba(29, 24, 19, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.belief-card:nth-child(n+8) {
    width: calc((100% - 80px) / 6);
    max-width: 210px;
}

.belief-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    pointer-events: none;
}

.belief-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(29, 24, 19, 0.18);
}

.belief-card__glass {
    position: absolute;
    inset: auto auto -18px -10px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.belief-card__icon,
.belief-card__label {
    position: relative;
    z-index: 1;
}

.belief-card__icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 12px 30px rgba(79, 58, 16, 0.16);
    color: #8d6114;
    font-size: 1.6rem;
}

.belief-card__label {
    color: #1d1d1d;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}

.belief-modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    background: rgba(251, 249, 244, 0.9);
    box-shadow: 0 30px 80px rgba(18, 15, 10, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.belief-modal .modal-header {
    border-bottom: 1px solid rgba(141, 97, 20, 0.14);
    padding: 24px 28px 18px;
}

.belief-modal .modal-body {
    padding: 22px 28px 30px;
}

.belief-modal__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #8d6114;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.belief-modal .modal-title {
    margin: 0;
    color: #111111;
}

.belief-modal__statement {
    color: #343434;
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 18px;
}

.belief-modal__scripture {
    margin-bottom: 0;
    color: #8d6114;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-focus {
    background:
        radial-gradient(circle at top right, rgba(241, 193, 82, 0.14), transparent 28%),
        linear-gradient(180deg, #faf8f3 0%, #ffffff 100%);
}

.home-focus__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.home-focus-card {
    height: 100%;
    padding: 34px 28px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(25, 23, 19, 0.1);
}

.home-focus-card__icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 24px;
    background: linear-gradient(145deg, #f8db90, #f1c152);
    color: #6f4c0c;
    font-size: 1.85rem;
    box-shadow: 0 16px 35px rgba(131, 95, 23, 0.18);
}

.home-focus-card h3 {
    margin-bottom: 14px;
    color: #111111;
}

.home-focus-card p,
.home-focus-card li {
    color: #4c4c4c;
}

.home-focus-card .default-btn,
.prayer-modal__form .default-btn {
    border: 0;
    margin-top: 12px;
}

.home-focus-card__list {
    margin: 0;
    padding: 0;
}

.home-focus-card__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
}

.home-focus-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f1c152;
}

.prayer-modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    background: rgba(251, 249, 244, 0.96);
    box-shadow: 0 30px 80px rgba(18, 15, 10, 0.28);
}

.prayer-modal .modal-header {
    border-bottom: 1px solid rgba(141, 97, 20, 0.14);
    padding: 24px 28px 18px;
}

.prayer-modal .modal-body {
    padding: 22px 28px 30px;
}

.prayer-modal__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #8d6114;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prayer-modal__intro {
    color: #4c4c4c;
    margin-bottom: 18px;
}

.prayer-modal__form {
    display: grid;
    gap: 14px;
}

.prayer-modal__form input,
.prayer-modal__form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 16px;
    background: #ffffff;
    color: #202020;
}

.prayer-modal__form textarea {
    resize: vertical;
    min-height: 180px;
}

.salvation-home {
    background:
        radial-gradient(circle at top left, rgba(241, 193, 82, 0.2), transparent 34%),
        linear-gradient(135deg, #120d09 0%, #2a160f 48%, #5d2c17 100%);
    color: #fff6e2;
}

.salvation-home .section__header h2,
.salvation-home .section__header p {
    color: #fff6e2;
}

.salvation-home__panel {
    margin-top: 34px;
}

.salvation-home__main {
    height: 100%;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(255, 248, 235, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.salvation-home__eyebrow,
.salvation-modal__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #f5d27d;
}

.salvation-home__main h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.2;
}

.salvation-home__main p {
    color: rgba(255, 246, 226, 0.92);
    margin-bottom: 16px;
}

.salvation-home__scripture {
    margin: 28px 0;
    padding: 24px 26px;
    border-left: 4px solid #f1c152;
    border-radius: 18px;
    background: rgba(17, 11, 7, 0.42);
}

.salvation-home__scripture p {
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
}

.salvation-home__scripture span {
    color: #f5d27d;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.salvation-home__truths {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.salvation-home__truths li {
    position: relative;
    padding: 16px 18px 16px 52px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff8ec;
}

.salvation-home__truths li::before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f1c152;
}

.salvation-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.salvation-home__secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.salvation-home__secondary span {
    color: #fff;
}

.salvation-home__secondary::before {
    background: rgba(255, 255, 255, 0.12);
}

.salvation-home__cards {
    display: grid;
    gap: 18px;
    height: 100%;
}

.salvation-home__card {
    padding: 28px 26px;
    border-radius: 24px;
    background: rgba(255, 248, 235, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.salvation-home__card-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(241, 193, 82, 0.22), rgba(255, 255, 255, 0.12));
    color: #f5d27d;
    font-size: 1.4rem;
}

.salvation-home__card h4 {
    margin-bottom: 12px;
    color: #fff;
}

.salvation-home__card p {
    margin-bottom: 0;
    color: rgba(255, 246, 226, 0.9);
}

.salvation-modal .modal-content {
    border: none;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffaf2 0%, #fff 100%);
    box-shadow: 0 28px 70px rgba(25, 19, 14, 0.24);
}

.salvation-modal .modal-header,
.salvation-modal .modal-body {
    padding-left: 34px;
    padding-right: 34px;
}

.salvation-modal .modal-header {
    padding-top: 30px;
    padding-bottom: 18px;
    border-bottom: none;
}

.salvation-modal .modal-title {
    color: #24150d;
}

.salvation-modal__intro {
    margin-bottom: 18px;
    color: #5b4a3f;
}

.salvation-modal__prompt {
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff5de;
    border: 1px solid rgba(241, 193, 82, 0.35);
}

.salvation-modal__prompt p {
    margin-bottom: 0;
    color: #4f3a2e;
}

.htop-response-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(11, 8, 4, 0.72);
}

.htop-response-modal[hidden] {
    display: none;
}

.htop-response-modal__dialog {
    width: min(860px, 100%);
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(10, 6, 2, 0.35);
}

.htop-response-modal__body {
    display: grid;
    grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1fr);
}

.htop-response-modal__media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b140e;
    padding: 16px;
}

.htop-response-modal__media img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

.htop-response-modal__content {
    position: relative;
    padding: 44px 38px 36px;
}

.htop-response-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #eee7df;
    color: #7e7569;
    font-size: 1.1rem;
}

.htop-response-modal__content span {
    display: inline-block;
    margin-bottom: 12px;
    color: #a1731a;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.htop-response-modal__content h3 {
    margin-bottom: 16px;
    color: #18130d;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
}

.htop-response-modal__content p {
    color: #554c40;
    line-height: 1.8;
}

.qoute__thumb-logo {
    width: 128px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.qoute__content-theme {
    display: block;
    margin-top: 16px;
    color: #fff2c9;
    font-size: 0.98rem;
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.02em;
}

.church-office-logo {
    width: 150px;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.footer__bottom .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.footer__bottom-area {
    padding-left: 0;
    padding-right: 0;
}

.footer__bottom-logo {
    width: 100%;
}

.footer__bottom-logo a {
    display: block;
    width: 100%;
    background: #120705;
}

.footer-bottom-banner {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
    background: #120705;
}

@media (max-width: 1199px) {
    .belief-card,
    .belief-card:nth-child(n+8) {
        width: calc((100% - 64px) / 5);
        max-width: none;
    }

    .home-focus__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .salvation-home__main h3 {
        font-size: 2rem;
    }

    .qoute__thumb-logo {
        width: 110px;
    }

    .footer-bottom-banner {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .belief-card,
    .belief-card:nth-child(n+8) {
        width: calc((100% - 48px) / 4);
    }

    .home-focus__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .salvation-home__main,
    .salvation-home__card {
        padding: 30px 24px;
    }

    .qoute__content-theme {
        font-size: 0.94rem;
    }

    .church-office-logo {
        width: 132px;
        height: 132px;
    }
}

@media (max-width: 767px) {
    .belief-card,
    .belief-card:nth-child(n+8) {
        width: calc((100% - 32px) / 3);
        min-height: 146px;
    }

    .belief-card__icon {
        width: 66px;
        height: 66px;
        font-size: 1.45rem;
    }

    .belief-modal .modal-header,
    .belief-modal .modal-body {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-focus__grid {
        grid-template-columns: 1fr;
    }

    .home-focus-card {
        padding: 28px 24px;
    }

    .prayer-modal .modal-header,
    .prayer-modal .modal-body {
        padding-left: 22px;
        padding-right: 22px;
    }

    .salvation-home__main h3 {
        font-size: 1.75rem;
    }

    .salvation-home__actions {
        flex-direction: column;
    }

    .salvation-modal .modal-header,
    .salvation-modal .modal-body {
        padding-left: 22px;
        padding-right: 22px;
    }

    .htop-response-modal__body {
        grid-template-columns: 1fr;
    }

    .htop-response-modal__content {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .htop-response-modal__media img {
        max-height: 300px;
    }

    .qoute__thumb-logo {
        width: 96px;
    }

    .footer-bottom-banner {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .belief-card,
    .belief-card:nth-child(n+8) {
        width: calc((100% - 16px) / 2);
        min-height: 140px;
        border-radius: 22px;
    }

    .belief-card::before {
        border-radius: 21px;
    }

    .belief-card__label {
        font-size: 0.76rem;
    }

    .church-office-logo {
        width: 118px;
        height: 118px;
    }

    .footer-bottom-banner {
        height: 164px;
    }
}
.htop-form-trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body.htop-form-modal-open {
    overflow: hidden;
}
