  /* =========================================================
           CHURCH RESOURCES SECTION
        ========================================================= */

        .church-resources-section,
        .church-resources-section * {
            box-sizing: border-box;
        }

        .church-resources-section {
            --church-resources-gold: #f7cb67;
            --church-resources-gold-bright: #ffe7a4;
            --church-resources-gold-dark: #b77b18;
            --church-resources-white: #ffffff;
            --church-resources-muted: #b9c2d4;
            --church-resources-navy: #06101f;
            --church-resources-blue: #0b1d3a;
            --church-resources-card: rgba(15, 27, 49, 0.72);

            position: relative;
            isolation: isolate;
            overflow: hidden;
            padding: 58px 0 62px;
            background:
                radial-gradient(
                    circle at 12% 25%,
                    #0b2b56,
                    transparent 28%
                ),
                radial-gradient(
                    circle at 88% 78%,
                    #0b2b56,
                    transparent 25%
                ),
                linear-gradient(
                    135deg,
                    #030711 0%,
                    #071426 46%,
                    #040912 100%
                );
            color: var(--church-resources-white);
            font-family: "Inter", sans-serif;
        }

        /* Fine background grid */
        .church-resources-section::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -4;
            pointer-events: none;
            opacity: 0.18;
            background-image:
                linear-gradient(
                    rgba(255, 255, 255, 0.035) 1px,
                    transparent 1px
                ),
                linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.035) 1px,
                    transparent 1px
                );
            background-size: 42px 42px;
            mask-image: linear-gradient(
                to bottom,
                transparent,
                #000 16%,
                #000 84%,
                transparent
            );
        }

        /* Main blue and gold atmospheric glow */
        .church-resources-section::after {
            content: "";
            position: absolute;
            top: 2%;
            left: 50%;
            width: 75%;
            height: 75%;
            z-index: -3;
            pointer-events: none;
            transform: translateX(-50%);
            background: radial-gradient(
                ellipse,
                rgba(20, 78, 165, 0.16),
                transparent 67%
            );
            filter: blur(16px);
        }

        .church-resources-container {
            position: relative;
            z-index: 5;
        }

        /* =========================================================
           BACKGROUND DECORATIONS
        ========================================================= */

        .church-resources-decoration {
            position: absolute;
            z-index: -1;
            pointer-events: none;
        }

        .church-resources-orb {
            border-radius: 50%;
            filter: blur(8px);
            animation: churchResourcesFloat 8s ease-in-out infinite;
        }

        .church-resources-orb-one {
            top: 12%;
            left: -45px;
            width: 150px;
            height: 150px;
            background: rgba(250, 196, 73, 0.11);
            box-shadow: 0 0 80px rgba(250, 196, 73, 0.17);
        }

        .church-resources-orb-two {
            right: -35px;
            bottom: 5%;
            width: 175px;
            height: 175px;
            background: rgba(24, 88, 183, 0.16);
            box-shadow: 0 0 90px rgba(24, 88, 183, 0.22);
            animation-delay: -3s;
        }

        .church-resources-cross {
            color: rgba(247, 203, 103, 0.14);
            font-family: Georgia, serif;
            font-weight: 700;
            line-height: 1;
            text-shadow: 0 0 20px rgba(247, 203, 103, 0.14);
            animation: churchResourcesCrossFloat 7s ease-in-out infinite;
        }

        .church-resources-cross-one {
            top: 18%;
            right: 8%;
            font-size: 54px;
            transform: rotate(8deg);
        }

        .church-resources-cross-two {
            left: 5%;
            bottom: 13%;
            font-size: 36px;
            animation-delay: -2s;
        }

        .church-resources-curve {
            top: 0;
            right: 0;
            width: 360px;
            height: 190px;
            opacity: 0.28;
        }

        .church-resources-curve svg {
            width: 100%;
            height: 100%;
        }

        .church-resources-particle {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: var(--church-resources-gold);
            box-shadow:
                0 0 8px rgba(247, 203, 103, 0.9),
                0 0 18px rgba(247, 203, 103, 0.35);
            animation: churchResourcesParticle 4.8s ease-in-out infinite;
        }

        .church-resources-particle-one {
            top: 24%;
            left: 13%;
        }

        .church-resources-particle-two {
            top: 68%;
            right: 14%;
            animation-delay: -1.4s;
        }

        .church-resources-particle-three {
            top: 43%;
            right: 4%;
            animation-delay: -2.7s;
        }

        .church-resources-particle-four {
            bottom: 12%;
            left: 27%;
            animation-delay: -3.4s;
        }

        /* =========================================================
           SECTION HEADING
        ========================================================= */

        .church-resources-heading {
            max-width: 850px;
            margin: 0 auto 34px;
            text-align: center;
        }

        .church-resources-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 10px;
            color: var(--church-resources-gold);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .church-resources-eyebrow::before,
        .church-resources-eyebrow::after {
            content: "";
            width: 24px;
            height: 1px;
            background: linear-gradient(
                90deg,
                transparent,
                var(--church-resources-gold)
            );
        }

        .church-resources-eyebrow::after {
            transform: rotate(180deg);
        }

        .church-resources-title {
            margin: 0;
            color: var(--church-resources-white);
            font-family: "Archivo Black", sans-serif;
            font-size: clamp(2rem, 4.3vw, 3.65rem);
            line-height: 1.08;
            letter-spacing: -0.035em;
            text-shadow: 0 9px 34px rgba(0, 0, 0, 0.32);
        }

        .church-resources-title-accent {
            color: var(--church-resources-gold);
            background: linear-gradient(
                90deg,
                #d89b29,
                #ffe8a4,
                #e8ae3c
            );
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .church-resources-subtitle {
            max-width: 730px;
            margin: 14px auto 0;
            color: var(--church-resources-muted);
            font-size: 0.98rem;
            line-height: 1.75;
        }

        .church-resources-divider {
            position: relative;
            width: 145px;
            height: 13px;
            margin: 17px auto 0;
        }

        .church-resources-divider::before {
            content: "";
            position: absolute;
            top: 6px;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(
                90deg,
                transparent,
                var(--church-resources-gold),
                transparent
            );
        }

        .church-resources-divider::after {
            content: "";
            position: absolute;
            top: 2px;
            left: 50%;
            width: 9px;
            height: 9px;
            border: 1px solid var(--church-resources-gold);
            background: #081426;
            transform: translateX(-50%) rotate(45deg);
            box-shadow: 0 0 14px rgba(247, 203, 103, 0.65);
        }

        /* =========================================================
           RESOURCE GRID
        ========================================================= */

        .church-resources-grid {
            --bs-gutter-x: 16px;
            --bs-gutter-y: 16px;
        }

        .church-resources-grid > [class*="col-"] {
            display: flex;
        }

        .church-resources-card {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            min-height: 112px;
            padding: 17px;
            overflow: hidden;
            border: 1px solid rgba(247, 203, 103, 0.34);
            border-radius: 5px;
            background:
                radial-gradient(
                    circle at 12% 0%,
                    var(--church-resources-card-glow, rgba(20, 90, 180, 0.25)),
                    transparent 53%
                ),
                linear-gradient(
                    135deg,
                    rgba(22, 39, 68, 0.86),
                    rgba(7, 16, 31, 0.78)
                );
            color: var(--church-resources-white);
            text-decoration: none;
            isolation: isolate;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            box-shadow:
                0 12px 30px rgba(0, 0, 0, 0.24),
                inset 0 1px 0 rgba(255, 255, 255, 0.07);
            transform: translateZ(0);
            transition:
                transform 0.35s ease,
                border-color 0.35s ease,
                box-shadow 0.35s ease,
                background-color 0.35s ease;
        }

        /* Animated glowing edge */
        .church-resources-card::before {
            content: "";
            position: absolute;
            inset: -2px;
            z-index: -2;
            border-radius: 6px;
            opacity: 0.55;
            background: conic-gradient(
                from var(--church-resources-angle),
                transparent 0deg,
                transparent 65deg,
                rgba(255, 230, 159, 0.95) 95deg,
                #c98317 120deg,
                transparent 150deg,
                transparent 295deg,
                rgba(255, 226, 145, 0.7) 330deg,
                transparent 360deg
            );
            animation: churchResourcesBorderSpin 5s linear infinite;
        }

        .church-resources-card::after {
            content: "";
            position: absolute;
            inset: 1px;
            z-index: -1;
            border-radius: 4px;
            background:
                radial-gradient(
                    circle at 5% 5%,
                    var(--church-resources-card-glow, rgba(20, 90, 180, 0.25)),
                    transparent 55%
                ),
                linear-gradient(
                    135deg,
                    rgba(20, 35, 61, 0.96),
                    rgba(5, 13, 26, 0.96)
                );
        }

        .church-resources-card:hover {
            color: var(--church-resources-white);
            border-color: rgba(255, 226, 147, 0.86);
            transform: translateY(-7px);
            box-shadow:
                0 20px 38px rgba(0, 0, 0, 0.34),
                0 0 28px rgba(247, 203, 103, 0.13),
                inset 0 1px 0 rgba(255, 255, 255, 0.10);
        }

        .church-resources-card:focus-visible {
            color: var(--church-resources-white);
            outline: 3px solid var(--church-resources-gold-bright);
            outline-offset: 4px;
            transform: translateY(-4px);
            box-shadow:
                0 0 0 6px rgba(247, 203, 103, 0.16),
                0 18px 35px rgba(0, 0, 0, 0.32);
        }

        .church-resources-card-shine {
            position: absolute;
            top: -80%;
            left: -45%;
            width: 42%;
            height: 240%;
            z-index: 2;
            pointer-events: none;
            opacity: 0;
            background: linear-gradient(
                90deg,
                transparent,
                rgba(255, 242, 197, 0.12),
                transparent
            );
            transform: rotate(20deg);
            transition:
                left 0.7s ease,
                opacity 0.3s ease;
        }

        .church-resources-card:hover .church-resources-card-shine {
            left: 120%;
            opacity: 1;
        }

        .church-resources-icon-wrap {
            position: relative;
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            margin-right: 15px;
            border: 1px solid rgba(255, 222, 137, 0.65);
            border-radius: 5px;
            color: #ffe29a;
            background:
                linear-gradient(
                    145deg,
                    rgba(255, 216, 119, 0.19),
                    rgba(151, 93, 10, 0.13)
                );
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.16),
                0 0 18px rgba(247, 203, 103, 0.13);
            transition:
                transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                color 0.35s ease,
                box-shadow 0.35s ease;
        }

        .church-resources-icon-wrap::before {
            content: "";
            position: absolute;
            inset: 6px;
            border: 1px solid rgba(255, 225, 150, 0.17);
            border-radius: 3px;
        }

        .church-resources-icon {
            position: relative;
            z-index: 1;
            font-size: 1.35rem;
            filter: drop-shadow(0 0 7px rgba(247, 203, 103, 0.45));
            transition:
                transform 0.4s ease,
                filter 0.4s ease;
        }

        .church-resources-card:hover .church-resources-icon-wrap {
            color: #fff4cb;
            transform: scale(1.08) rotate(-4deg);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.2),
                0 0 24px rgba(247, 203, 103, 0.28);
        }

        .church-resources-card:hover .church-resources-icon {
            transform: scale(1.1) rotate(8deg);
            filter: drop-shadow(0 0 12px rgba(255, 223, 138, 0.9));
        }

        .church-resources-card-content {
            position: relative;
            z-index: 3;
            flex: 1;
            min-width: 0;
        }

        .church-resources-card-title {
            margin: 0;
            color: var(--church-resources-white);
            font-size: 1.2rem;
            font-weight: 500;
            line-height: 1.32;
            letter-spacing: -0.015em;
            transition:
                color 0.3s ease,
                transform 0.3s ease;
            text-transform: uppercase;
 
        }

        .church-resources-card:hover .church-resources-card-title {
            color: #fff2c8;
            transform: translateX(2px);
        }

        .church-resources-arrow {
            position: relative;
            z-index: 3;
            flex: 0 0 auto;
            margin-left: 9px;
            color: rgba(247, 203, 103, 0.72);
            font-size: 0.76rem;
            transform: translateX(-3px);
            transition:
                color 0.3s ease,
                transform 0.3s ease;
        }

        .church-resources-card:hover .church-resources-arrow {
            color: var(--church-resources-gold-bright);
            transform: translateX(3px);
        }

        /* Individual colorful card glows */
        .church-resources-card-blue {
            --church-resources-card-glow: rgba(25, 113, 255, 0.30);
        }

        .church-resources-card-pink {
            --church-resources-card-glow: rgba(223, 56, 147, 0.25);
        }

        .church-resources-card-red {
            --church-resources-card-glow: rgba(230, 58, 65, 0.25);
        }

        .church-resources-card-purple {
            --church-resources-card-glow: rgba(137, 75, 245, 0.28);
        }

        .church-resources-card-green {
            --church-resources-card-glow: rgba(22, 170, 124, 0.25);
        }

        .church-resources-card-cyan {
            --church-resources-card-glow: rgba(21, 166, 205, 0.25);
        }

        .church-resources-card-orange {
            --church-resources-card-glow: rgba(240, 117, 37, 0.26);
        }

        .church-resources-card-indigo {
            --church-resources-card-glow: rgba(75, 85, 219, 0.28);
        }

        /* =========================================================
           ANIMATIONS
        ========================================================= */

        @property --church-resources-angle {
            syntax: "<angle>";
            initial-value: 0deg;
            inherits: false;
        }

        @keyframes churchResourcesBorderSpin {
            to {
                --church-resources-angle: 360deg;
            }
        }

        @keyframes churchResourcesFloat {
            0%,
            100% {
                transform: translate3d(0, 0, 0) scale(1);
            }

            50% {
                transform: translate3d(0, -15px, 0) scale(1.04);
            }
        }

        @keyframes churchResourcesCrossFloat {
            0%,
            100% {
                opacity: 0.12;
                transform: translateY(0) rotate(8deg);
            }

            50% {
                opacity: 0.22;
                transform: translateY(-12px) rotate(3deg);
            }
        }

        @keyframes churchResourcesParticle {
            0%,
            100% {
                opacity: 0.3;
                transform: translateY(0) scale(0.8);
            }

            50% {
                opacity: 1;
                transform: translateY(-12px) scale(1.25);
            }
        }

        /* =========================================================
           RESPONSIVE STYLES
        ========================================================= */

        /* Three cards per row on medium-large screens */
        @media (min-width: 992px) and (max-width: 1199.98px) {
            .church-resources-custom-lg-4 {
                flex: 0 0 auto;
                width: 33.333333%;
            }
        }

        @media (max-width: 991.98px) {
            .church-resources-section {
                padding: 50px 0 54px;
            }

            .church-resources-heading {
                margin-bottom: 29px;
            }

            .church-resources-card {
                min-height: 108px;
            }

            .church-resources-curve {
                width: 260px;
                height: 150px;
            }
        }

        @media (max-width: 767.98px) {
            .church-resources-section {
                padding: 43px 0 46px;
            }

            .church-resources-heading {
                margin-bottom: 25px;
            }

            .church-resources-title {
                font-size: clamp(1.8rem, 8.5vw, 2.6rem);
            }

            .church-resources-subtitle {
                margin-top: 12px;
                font-size: 0.91rem;
                line-height: 1.65;
            }

            .church-resources-grid {
                --bs-gutter-x: 14px;
                --bs-gutter-y: 14px;
            }

            .church-resources-card {
                min-height: 105px;
                padding: 15px;
            }

            .church-resources-cross-one,
            .church-resources-curve {
                opacity: 0.13;
            }
        }

        @media (max-width: 575.98px) {
            .church-resources-section {
                padding: 38px 0 40px;
            }

            .church-resources-heading {
                margin-bottom: 22px;
            }

            .church-resources-title {
                font-size: clamp(1.65rem, 9.5vw, 2.2rem);
                line-height: 1.12;
            }

            .church-resources-subtitle {
                font-size: 0.87rem;
            }

            .church-resources-eyebrow {
                font-size: 0.65rem;
                letter-spacing: 0.13em;
            }

            .church-resources-card {
                min-height: 94px;
                padding: 14px;
            }

            .church-resources-icon-wrap {
                width: 53px;
                height: 53px;
                margin-right: 13px;
            }

            .church-resources-icon {
                font-size: 1.22rem;
            }

            .church-resources-card-title {
                font-size: 0.95rem;
            }

            .church-resources-cross,
            .church-resources-particle-three,
            .church-resources-particle-four {
                display: none;
            }
        }

        /* Accessibility: reduce motion */
        @media (prefers-reduced-motion: reduce) {
            .church-resources-section *,
            .church-resources-section *::before,
            .church-resources-section *::after {
                scroll-behavior: auto !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }