/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4xpicsu201] {
    color-scheme: light only;
    background: #fff7c2;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-4xpicsu201] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-151i29vo5e],
.components-reconnect-repeated-attempt-visible[b-151i29vo5e],
.components-reconnect-failed-visible[b-151i29vo5e],
.components-pause-visible[b-151i29vo5e],
.components-resume-failed-visible[b-151i29vo5e],
.components-rejoining-animation[b-151i29vo5e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-retrying[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-failed[b-151i29vo5e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-151i29vo5e] {
    display: block;
}


#components-reconnect-modal[b-151i29vo5e] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-151i29vo5e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-151i29vo5e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-151i29vo5e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-151i29vo5e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-151i29vo5e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-151i29vo5e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-151i29vo5e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-151i29vo5e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-151i29vo5e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-151i29vo5e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-151i29vo5e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-151i29vo5e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-151i29vo5e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-151i29vo5e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-151i29vo5e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-151i29vo5e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-151i29vo5e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-151i29vo5e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-hero[b-kpnmsn3sgh] {
    background:
        radial-gradient(circle at 84% 14%, rgba(240, 138, 50, 0.14), transparent 24%),
        linear-gradient(135deg, var(--surface), var(--bg));
}

.about-hero-grid[b-kpnmsn3sgh],
.about-split[b-kpnmsn3sgh],
.product-highlight[b-kpnmsn3sgh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.about-hero h1[b-kpnmsn3sgh] {
    max-width: 900px;
    margin-bottom: 16px;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.18;
}

.about-intro[b-kpnmsn3sgh] {
    max-width: 820px;
    color: #000;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.65;
}

.about-hero-visual[b-kpnmsn3sgh] {
    position: relative;
    min-height: 380px;
}

.tech-card[b-kpnmsn3sgh] {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px) saturate(1.12);
    animation: about-float-b-kpnmsn3sgh 6s ease-in-out infinite;
}

.dashboard-card[b-kpnmsn3sgh] {
    left: 4%;
    top: 18%;
    width: 270px;
    padding: 24px;
}

.dashboard-card span[b-kpnmsn3sgh],
.code-card small[b-kpnmsn3sgh] {
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dashboard-card strong[b-kpnmsn3sgh] {
    display: block;
    margin: 10px 0 20px;
    font-size: 2rem;
}

.dashboard-card i[b-kpnmsn3sgh] {
    display: block;
    height: 14px;
    margin-top: 10px;
    border-radius: 999px;
    background: rgba(31, 27, 24, 0.12);
}

.dashboard-card i:last-child[b-kpnmsn3sgh] {
    width: 68%;
    background: rgba(240, 138, 50, 0.24);
}

.churchtec-card[b-kpnmsn3sgh] {
    right: 2%;
    top: 8%;
    width: 168px;
    padding: 18px;
    text-align: center;
    animation-delay: 0.5s;
}

.churchtec-card img[b-kpnmsn3sgh] {
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    object-fit: cover;
}

.code-card[b-kpnmsn3sgh] {
    right: 16%;
    bottom: 12%;
    width: 108px;
    height: 86px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    animation-delay: 1s;
}

.code-card span[b-kpnmsn3sgh] {
    font-size: 1.35rem;
    font-weight: 900;
}

.hero-node[b-kpnmsn3sgh] {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 8px rgba(240, 138, 50, 0.14);
    animation: about-pulse-b-kpnmsn3sgh 2.4s ease-in-out infinite;
}

.node-a[b-kpnmsn3sgh] {
    right: 42%;
    top: 33%;
}

.node-b[b-kpnmsn3sgh] {
    right: 38%;
    bottom: 30%;
    animation-delay: 0.6s;
}

.hero-line[b-kpnmsn3sgh] {
    position: absolute;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(86, 103, 130, 0.48), transparent);
    transform-origin: left center;
}

.line-a[b-kpnmsn3sgh] {
    right: 28%;
    top: 39%;
    width: 150px;
    transform: rotate(18deg);
}

.line-b[b-kpnmsn3sgh] {
    right: 20%;
    bottom: 34%;
    width: 190px;
    transform: rotate(-24deg);
}

.about-split p[b-kpnmsn3sgh],
.product-highlight p[b-kpnmsn3sgh],
.section-heading p[b-kpnmsn3sgh] {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.7;
}

.strategy-card[b-kpnmsn3sgh] {
    min-height: 310px;
    display: grid;
    gap: 14px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(240, 138, 50, 0.1)),
        var(--card);
    box-shadow: var(--shadow);
}

.strategy-card span[b-kpnmsn3sgh] {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 8px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.62);
    font-weight: 900;
}

.about-card-grid[b-kpnmsn3sgh] {
    display: grid;
    gap: 20px;
}

.about-card-grid.four[b-kpnmsn3sgh] {
    grid-template-columns: repeat(4, 1fr);
}

.about-card-grid.three[b-kpnmsn3sgh] {
    grid-template-columns: repeat(3, 1fr);
}

.about-card[b-kpnmsn3sgh],
.mission-card[b-kpnmsn3sgh],
.product-feature-list article[b-kpnmsn3sgh],
.approach-timeline article[b-kpnmsn3sgh] {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--card);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px) saturate(1.1);
}

.about-card[b-kpnmsn3sgh],
.mission-card[b-kpnmsn3sgh] {
    min-height: 230px;
    padding: 24px;
}

.about-card.compact[b-kpnmsn3sgh] {
    min-height: 170px;
}

.about-card h3[b-kpnmsn3sgh],
.mission-card h3[b-kpnmsn3sgh] {
    font-size: clamp(1.2rem, 1.5vw, 1.45rem);
}

.about-card p[b-kpnmsn3sgh],
.mission-card p[b-kpnmsn3sgh] {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

.about-icon[b-kpnmsn3sgh] {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    font-size: 0.78rem;
    font-weight: 900;
}

.vision-card[b-kpnmsn3sgh] {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 62px);
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 12%, rgba(240, 138, 50, 0.34), transparent 26%),
        linear-gradient(135deg, #1f1b18, #52617f 64%, #b05216);
    box-shadow: var(--shadow);
}

.vision-card[b-kpnmsn3sgh]::before {
    content: "\201C";
    position: absolute;
    right: 36px;
    top: -26px;
    color: rgba(255, 255, 255, 0.18);
    font-size: 12rem;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
}

.vision-card .eyebrow[b-kpnmsn3sgh],
.vision-card p[b-kpnmsn3sgh],
.vision-card h2[b-kpnmsn3sgh] {
    position: relative;
    z-index: 1;
    color: #fff;
}

.vision-card p[b-kpnmsn3sgh] {
    max-width: 980px;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.5;
}

.mission-card span[b-kpnmsn3sgh],
.approach-timeline span[b-kpnmsn3sgh] {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-weight: 900;
}

.product-highlight[b-kpnmsn3sgh] {
    align-items: stretch;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(240, 138, 50, 0.1)),
        var(--card);
    box-shadow: var(--shadow);
}

.product-feature-list[b-kpnmsn3sgh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    align-content: center;
}

.product-feature-list article[b-kpnmsn3sgh] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 16px;
}

.product-feature-list .about-icon[b-kpnmsn3sgh] {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.approach-timeline[b-kpnmsn3sgh] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.approach-timeline article[b-kpnmsn3sgh] {
    min-height: 230px;
    padding: 22px;
}

.approach-timeline p[b-kpnmsn3sgh] {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.62;
}

.about-final-actions[b-kpnmsn3sgh] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@keyframes about-float-b-kpnmsn3sgh {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes about-pulse-b-kpnmsn3sgh {
    0%, 100% {
        opacity: 0.72;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.28);
    }
}

@media (max-width: 980px) {
    .about-hero-grid[b-kpnmsn3sgh],
    .about-split[b-kpnmsn3sgh],
    .product-highlight[b-kpnmsn3sgh] {
        grid-template-columns: 1fr;
    }

    .about-card-grid.four[b-kpnmsn3sgh],
    .about-card-grid.three[b-kpnmsn3sgh],
    .approach-timeline[b-kpnmsn3sgh] {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-hero-visual[b-kpnmsn3sgh] {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .about-hero h1[b-kpnmsn3sgh] {
        font-size: clamp(1.55rem, 6.4vw, 2rem);
    }

    .about-intro[b-kpnmsn3sgh] {
        font-size: 1.08rem;
    }

    .about-card-grid.four[b-kpnmsn3sgh],
    .about-card-grid.three[b-kpnmsn3sgh],
    .product-feature-list[b-kpnmsn3sgh],
    .approach-timeline[b-kpnmsn3sgh] {
        grid-template-columns: 1fr;
    }

    .about-hero-visual[b-kpnmsn3sgh] {
        min-height: 330px;
    }

    .dashboard-card[b-kpnmsn3sgh] {
        left: 0;
        width: 230px;
    }

    .churchtec-card[b-kpnmsn3sgh] {
        right: 0;
        width: 140px;
    }

    .about-final-actions[b-kpnmsn3sgh] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/ChurchTecPartner.razor.rz.scp.css */
.partner-hero[b-z0szdo1rm2] {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 18%, rgba(240, 138, 50, 0.12), transparent 24%),
        linear-gradient(135deg, var(--surface), var(--bg));
}

.partner-hero-grid[b-z0szdo1rm2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.partner-hero-copy h1[b-z0szdo1rm2] {
    max-width: 980px;
    margin: 0 0 18px;
    font-size: clamp(1.55rem, 2.3vw, 2.45rem);
    line-height: 1.16;
}

.partner-hero-copy p[b-z0szdo1rm2] {
    max-width: 760px;
    color: #000;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.65;
}

.partner-hero-visual[b-z0szdo1rm2] {
    position: relative;
    min-height: 360px;
}

.hero-dashboard-card[b-z0szdo1rm2],
.hero-float[b-z0szdo1rm2] {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.48);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px) saturate(1.12);
}

.dashboard-main[b-z0szdo1rm2] {
    left: 7%;
    top: 14%;
    width: min(360px, 84%);
    min-height: 220px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
        linear-gradient(135deg, rgba(86, 103, 130, 0.18), rgba(240, 138, 50, 0.13));
}

.churchtec-dashboard-logo[b-z0szdo1rm2] {
    display: block;
    width: 76px;
    height: 76px;
    margin-bottom: 12px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(31, 27, 24, 0.14);
}

.dashboard-main span[b-z0szdo1rm2] {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dashboard-main strong[b-z0szdo1rm2] {
    display: block;
    margin: 12px 0 24px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1;
}

.dashboard-main i[b-z0szdo1rm2] {
    display: block;
    height: 22px;
    margin-top: 12px;
    border-radius: 999px;
    background: rgba(31, 27, 24, 0.1);
}

.dashboard-main i:nth-of-type(1)[b-z0szdo1rm2] {
    width: 78%;
}

.dashboard-main i:nth-of-type(2)[b-z0szdo1rm2] {
    width: 58%;
}

.dashboard-main i:nth-of-type(3)[b-z0szdo1rm2] {
    width: 86%;
    background: rgba(240, 138, 50, 0.26);
}

.hero-float[b-z0szdo1rm2] {
    display: grid;
    place-items: center;
    animation: partner-float-b-z0szdo1rm2 6s ease-in-out infinite;
}

.cloud-platform[b-z0szdo1rm2] {
    right: 7%;
    top: 8%;
    width: 122px;
    height: 82px;
}

.cloud-platform span[b-z0szdo1rm2] {
    width: 66px;
    height: 26px;
    border-radius: 999px;
    background: var(--secondary);
    box-shadow:
        -18px 8px 0 -2px var(--secondary),
        18px 7px 0 -3px var(--secondary),
        0 -14px 0 -5px var(--accent);
}

.church-icon[b-z0szdo1rm2] {
    right: 2%;
    bottom: 17%;
    width: 112px;
    height: 112px;
    animation-delay: 0.4s;
}

.church-icon span[b-z0szdo1rm2] {
    position: relative;
    width: 48px;
    height: 54px;
    border-radius: 8px 8px 4px 4px;
    background: var(--primary);
}

.church-icon span[b-z0szdo1rm2]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    width: 12px;
    height: 36px;
    border-radius: 999px;
    background: var(--accent);
    transform: translateX(-50%);
}

.church-icon span[b-z0szdo1rm2]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 36px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
    transform: translateX(-50%);
}

.revenue-graph[b-z0szdo1rm2] {
    left: 1%;
    bottom: 8%;
    width: 132px;
    height: 92px;
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 18px;
    animation-delay: 0.8s;
}

.revenue-graph i[b-z0szdo1rm2] {
    flex: 1;
    border-radius: 999px 999px 3px 3px;
    background: linear-gradient(180deg, var(--accent), rgba(86, 103, 130, 0.72));
}

.revenue-graph i:nth-child(1)[b-z0szdo1rm2] {
    height: 42%;
}

.revenue-graph i:nth-child(2)[b-z0szdo1rm2] {
    height: 72%;
}

.revenue-graph i:nth-child(3)[b-z0szdo1rm2] {
    height: 92%;
}

.partner-network[b-z0szdo1rm2] {
    right: 19%;
    bottom: 4%;
    width: 150px;
    height: 90px;
    animation-delay: 1s;
}

.partner-network i[b-z0szdo1rm2] {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 8px rgba(240, 138, 50, 0.14);
}

.partner-network i:nth-child(1)[b-z0szdo1rm2] {
    left: 24px;
    top: 24px;
}

.partner-network i:nth-child(2)[b-z0szdo1rm2] {
    right: 26px;
    top: 15px;
}

.partner-network i:nth-child(3)[b-z0szdo1rm2] {
    left: 70px;
    bottom: 18px;
}

.partner-network b[b-z0szdo1rm2] {
    position: absolute;
    inset: 28px 34px;
    border-top: 1px solid rgba(31, 27, 24, 0.26);
    border-bottom: 1px solid rgba(31, 27, 24, 0.18);
    transform: rotate(16deg);
}

.secure-payments[b-z0szdo1rm2] {
    left: 2%;
    top: 9%;
    width: 100px;
    height: 100px;
    animation-delay: 1.3s;
}

.secure-payments span[b-z0szdo1rm2] {
    width: 42px;
    height: 50px;
    border: 4px solid var(--secondary);
    border-radius: 8px 8px 12px 12px;
    border-top-color: transparent;
    position: relative;
}

.secure-payments span[b-z0szdo1rm2]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -28px;
    width: 38px;
    height: 32px;
    border: 4px solid var(--secondary);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    transform: translateX(-50%);
}

.partner-overview p[b-z0szdo1rm2] {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.7;
}

.partner-step-grid[b-z0szdo1rm2],
.commission-grid[b-z0szdo1rm2],
.benefit-grid[b-z0szdo1rm2],
.join-grid[b-z0szdo1rm2],
.withdrawal-timeline[b-z0szdo1rm2] {
    display: grid;
    gap: 20px;
}

.partner-step-grid[b-z0szdo1rm2] {
    grid-template-columns: repeat(3, 1fr);
}

.partner-step-card[b-z0szdo1rm2],
.commission-card[b-z0szdo1rm2],
.benefit-card[b-z0szdo1rm2],
.portal-feature-list article[b-z0szdo1rm2],
.transaction-dashboard article[b-z0szdo1rm2],
.withdrawal-timeline article[b-z0szdo1rm2],
.join-grid article[b-z0szdo1rm2] {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--card);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px) saturate(1.1);
}

.partner-step-card[b-z0szdo1rm2] {
    min-height: 240px;
    padding: 24px;
}

.partner-step-card span[b-z0szdo1rm2] {
    color: var(--accent);
    font-weight: 900;
}

.center-action[b-z0szdo1rm2] {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.commission-grid[b-z0szdo1rm2] {
    grid-template-columns: repeat(2, 1fr);
}

.commission-card[b-z0szdo1rm2] {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 28px;
}

.commission-card[b-z0szdo1rm2]::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(240, 138, 50, 0.12);
}

.commission-card h3[b-z0szdo1rm2],
.commission-card p[b-z0szdo1rm2],
.commission-card small[b-z0szdo1rm2],
.commission-card strong[b-z0szdo1rm2],
.commission-detail[b-z0szdo1rm2],
.commission-icon[b-z0szdo1rm2] {
    position: relative;
    z-index: 1;
}

.commission-card strong[b-z0szdo1rm2] {
    display: block;
    margin: 10px 0;
    color: var(--accent);
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 1;
}

.commission-card small[b-z0szdo1rm2] {
    display: block;
    color: var(--muted);
    line-height: 1.55;
}

.commission-detail[b-z0szdo1rm2] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0;
    padding: 14px;
    border-radius: 8px;
    background: var(--surface);
}

.commission-detail b[b-z0szdo1rm2] {
    color: var(--accent);
}

.benefit-grid[b-z0szdo1rm2] {
    grid-template-columns: repeat(3, 1fr);
}

.benefit-card[b-z0szdo1rm2],
.join-grid article[b-z0szdo1rm2] {
    min-height: 150px;
    padding: 22px;
}

.benefit-card span[b-z0szdo1rm2],
.portal-feature-list span[b-z0szdo1rm2],
.transaction-dashboard span[b-z0szdo1rm2],
.join-grid span[b-z0szdo1rm2],
.commission-icon[b-z0szdo1rm2] {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.portal-feature-list[b-z0szdo1rm2] {
    display: grid;
    gap: 12px;
}

.portal-feature-list article[b-z0szdo1rm2] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
}

.portal-feature-list span[b-z0szdo1rm2],
.transaction-dashboard span[b-z0szdo1rm2],
.join-grid span[b-z0szdo1rm2] {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.transaction-dashboard[b-z0szdo1rm2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.28)),
        linear-gradient(135deg, rgba(86, 103, 130, 0.12), rgba(240, 138, 50, 0.1));
    box-shadow: var(--shadow);
}

.transaction-dashboard article[b-z0szdo1rm2] {
    min-height: 132px;
    padding: 18px;
}

.transaction-dashboard strong[b-z0szdo1rm2],
.transaction-dashboard small[b-z0szdo1rm2] {
    display: block;
}

.transaction-dashboard small[b-z0szdo1rm2] {
    margin-top: 8px;
    color: var(--muted);
}

.withdrawal-timeline[b-z0szdo1rm2] {
    grid-template-columns: repeat(4, 1fr);
}

.withdrawal-timeline article[b-z0szdo1rm2] {
    min-height: 220px;
    padding: 22px;
}

.withdrawal-timeline span[b-z0szdo1rm2] {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-weight: 900;
}

.join-grid[b-z0szdo1rm2] {
    grid-template-columns: repeat(4, 1fr);
}

.partner-final-cta .cta-content[b-z0szdo1rm2] {
    gap: 28px;
}

.final-actions[b-z0szdo1rm2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.icon-church[b-z0szdo1rm2]::before,
.icon-commission[b-z0szdo1rm2]::before,
.icon-recurring[b-z0szdo1rm2]::before,
.icon-dashboard[b-z0szdo1rm2]::before,
.icon-transaction[b-z0szdo1rm2]::before,
.icon-wallet[b-z0szdo1rm2]::before,
.icon-secure[b-z0szdo1rm2]::before,
.icon-upi[b-z0szdo1rm2]::before,
.icon-history[b-z0szdo1rm2]::before,
.icon-licence[b-z0szdo1rm2]::before,
.icon-cloud[b-z0szdo1rm2]::before,
.icon-ministry[b-z0szdo1rm2]::before,
.icon-consultant[b-z0szdo1rm2]::before,
.icon-partner[b-z0szdo1rm2]::before,
.icon-network[b-z0szdo1rm2]::before,
.icon-community[b-z0szdo1rm2]::before,
.commission-licence[b-z0szdo1rm2]::before,
.commission-recurring[b-z0szdo1rm2]::before {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}

.icon-church[b-z0szdo1rm2]::before { content: "CH"; }
.icon-commission[b-z0szdo1rm2]::before { content: "%"; }
.icon-recurring[b-z0szdo1rm2]::before { content: "RC"; }
.icon-dashboard[b-z0szdo1rm2]::before { content: "DB"; }
.icon-transaction[b-z0szdo1rm2]::before { content: "TX"; }
.icon-wallet[b-z0szdo1rm2]::before { content: "WL"; }
.icon-secure[b-z0szdo1rm2]::before { content: "LK"; }
.icon-upi[b-z0szdo1rm2]::before { content: "UPI"; font-size: 0.68rem; }
.icon-history[b-z0szdo1rm2]::before { content: "HS"; }
.icon-licence[b-z0szdo1rm2]::before { content: "LC"; }
.icon-cloud[b-z0szdo1rm2]::before { content: "CL"; }
.icon-ministry[b-z0szdo1rm2]::before { content: "MN"; }
.icon-consultant[b-z0szdo1rm2]::before { content: "CS"; }
.icon-partner[b-z0szdo1rm2]::before { content: "PT"; }
.icon-network[b-z0szdo1rm2]::before { content: "NW"; }
.icon-community[b-z0szdo1rm2]::before { content: "CM"; }
.commission-licence[b-z0szdo1rm2]::before { content: "30"; }
.commission-recurring[b-z0szdo1rm2]::before { content: "5%"; }

@keyframes partner-float-b-z0szdo1rm2 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@media (max-width: 980px) {
    .partner-hero-grid[b-z0szdo1rm2],
    .partner-overview[b-z0szdo1rm2],
    .payment-section[b-z0szdo1rm2] {
        grid-template-columns: 1fr;
    }

    .partner-hero-visual[b-z0szdo1rm2] {
        min-height: 420px;
    }

    .partner-step-grid[b-z0szdo1rm2],
    .benefit-grid[b-z0szdo1rm2],
    .withdrawal-timeline[b-z0szdo1rm2],
    .join-grid[b-z0szdo1rm2] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .partner-hero[b-z0szdo1rm2] {
        padding-top: 58px;
    }

    .partner-hero-visual[b-z0szdo1rm2] {
        min-height: 360px;
    }

    .dashboard-main[b-z0szdo1rm2] {
        left: 0;
        width: 88%;
    }

    .cloud-platform[b-z0szdo1rm2],
    .secure-payments[b-z0szdo1rm2] {
        display: none;
    }

    .commission-grid[b-z0szdo1rm2],
    .partner-step-grid[b-z0szdo1rm2],
    .benefit-grid[b-z0szdo1rm2],
    .withdrawal-timeline[b-z0szdo1rm2],
    .join-grid[b-z0szdo1rm2],
    .transaction-dashboard[b-z0szdo1rm2] {
        grid-template-columns: 1fr;
    }

    .final-actions[b-z0szdo1rm2] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-intro[b-4dy0tgpymo] {
    max-width: 920px;
    color: #000;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.65;
}

.validation-message[b-4dy0tgpymo] {
    margin-top: -8px;
    color: var(--red);
    font-size: 0.9rem;
}

.form-status[b-4dy0tgpymo] {
    margin: 0;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
}

.form-status.success[b-4dy0tgpymo] {
    color: #1f1b18;
    background: rgba(120, 190, 120, 0.22);
}

.form-status.error[b-4dy0tgpymo] {
    color: #fff;
    background: rgba(223, 33, 27, 0.78);
}
/* /Components/Pages/Services.razor.rz.scp.css */
.services-intro[b-w6d00l4isx] {
    color: #000;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.65;
}

.services-intro a[b-w6d00l4isx] {
    color: #000;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.services-intro a:hover[b-w6d00l4isx],
.services-intro a:focus-visible[b-w6d00l4isx] {
    color: var(--accent);
}

.capability-tile[b-w6d00l4isx] {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(31, 27, 24, 0.08), rgba(31, 27, 24, 0.9)),
        linear-gradient(135deg, var(--secondary), var(--silver));
}

.capability-tile[b-w6d00l4isx]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 32%),
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.28), transparent 24%);
    pointer-events: none;
}

.capability-tile[b-w6d00l4isx]::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 154px;
    height: 154px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.capability-tile > *[b-w6d00l4isx] {
    position: relative;
    z-index: 1;
}

.capability-tile:nth-child(2)[b-w6d00l4isx] {
    background:
        linear-gradient(180deg, rgba(31, 27, 24, 0.08), rgba(31, 27, 24, 0.9)),
        linear-gradient(135deg, #343941, #8791a7);
}

.capability-tile:nth-child(3)[b-w6d00l4isx] {
    background:
        linear-gradient(180deg, rgba(31, 27, 24, 0.08), rgba(31, 27, 24, 0.9)),
        linear-gradient(135deg, #7d879d, var(--accent));
}

.capability-tile:nth-child(4)[b-w6d00l4isx] {
    background:
        linear-gradient(180deg, rgba(31, 27, 24, 0.08), rgba(31, 27, 24, 0.9)),
        linear-gradient(135deg, #4a536a, var(--red));
}

.capability-tile:nth-child(5)[b-w6d00l4isx] {
    background:
        linear-gradient(180deg, rgba(31, 27, 24, 0.08), rgba(31, 27, 24, 0.9)),
        linear-gradient(135deg, #52617f, #1f1b18 62%, #b05216);
}

.capability-tile:nth-child(6)[b-w6d00l4isx] {
    background:
        linear-gradient(180deg, rgba(31, 27, 24, 0.08), rgba(31, 27, 24, 0.9)),
        linear-gradient(135deg, #1f1b18, #59616f 64%, #d77728);
}

.capability-icon[b-w6d00l4isx] {
    display: block;
    width: 86px;
    height: 86px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
        url("/images/hero-reference-background.png");
    background-size: 1260px auto;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        0 16px 34px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px) saturate(1.15);
}

.capability-icon-digital[b-w6d00l4isx] {
    background-position: -870px -314px;
}

.capability-icon-cloud[b-w6d00l4isx] {
    background-position: -838px -98px;
}

.capability-icon-ai[b-w6d00l4isx] {
    background-position: -130px -92px;
}

.capability-icon-ux[b-w6d00l4isx] {
    background-position: -1020px -500px;
}

.capability-icon-churchtec[b-w6d00l4isx] {
    background-position: -478px -500px;
}

.capability-icon-strategy[b-w6d00l4isx] {
    background-position: -448px -265px;
}

.capability-tile h2[b-w6d00l4isx] {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.capability-tile p[b-w6d00l4isx] {
    color: rgba(255, 255, 255, 0.78);
}

.capability-tile small[b-w6d00l4isx] {
    color: var(--accent);
}

.capability-tile strong[b-w6d00l4isx] {
    color: var(--accent);
}

.capability-tile .link-arrow[b-w6d00l4isx] {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.digital-engineering[b-w6d00l4isx] {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #6d737c 0%, #2f3033 70%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.digital-engineering .card-content[b-w6d00l4isx] {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

.digital-engineering .icon-box[b-w6d00l4isx] {
    margin-bottom: 14px;
}

.digital-engineering .icon-box .capability-icon[b-w6d00l4isx] {
    margin-bottom: 0;
}

.digital-engineering .card-content h2[b-w6d00l4isx] {
    margin: 0 0 8px;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.digital-engineering .card-content p[b-w6d00l4isx] {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.digital-engineering .card-content strong[b-w6d00l4isx] {
    display: block;
    margin: 8px 0;
    color: var(--accent);
    font-size: var(--bs-body-font-size);
    font-weight: 700;
    text-decoration: none;
}

.digital-engineering .card-content a[b-w6d00l4isx] {
    display: block;
    margin: 8px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.digital-engineering .floating-elements[b-w6d00l4isx] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.digital-engineering .code-box[b-w6d00l4isx] {
    position: absolute;
    right: 110px;
    top: 55px;
    width: 90px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    animation: digital-engineering-float-b-w6d00l4isx 5s ease-in-out infinite;
    backdrop-filter: blur(10px);
}

.digital-engineering .code-box span[b-w6d00l4isx] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 800;
}

.digital-engineering .code-box small[b-w6d00l4isx] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    letter-spacing: 2px;
}

.digital-engineering .node[b-w6d00l4isx] {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff8a2a;
    box-shadow: 0 0 18px rgba(255, 138, 42, 0.8);
}

.digital-engineering .node-1[b-w6d00l4isx] {
    right: 250px;
    top: 70px;
    animation: digital-engineering-pulse-b-w6d00l4isx 2s infinite;
}

.digital-engineering .node-2[b-w6d00l4isx] {
    right: 185px;
    bottom: 58px;
    animation: digital-engineering-pulse-b-w6d00l4isx 2.6s infinite;
}

.digital-engineering .node-3[b-w6d00l4isx] {
    right: 55px;
    top: 145px;
    animation: digital-engineering-pulse-b-w6d00l4isx 3s infinite;
}

.digital-engineering .line[b-w6d00l4isx] {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform-origin: left center;
}

.digital-engineering .line-1[b-w6d00l4isx] {
    width: 120px;
    right: 132px;
    top: 78px;
    transform: rotate(18deg);
}

.digital-engineering .line-2[b-w6d00l4isx] {
    width: 150px;
    right: 70px;
    top: 142px;
    transform: rotate(-28deg);
}

.digital-engineering .mini-chart[b-w6d00l4isx] {
    position: absolute;
    right: 250px;
    bottom: 38px;
    width: 82px;
    height: 58px;
    display: flex;
    align-items: end;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    animation: digital-engineering-float-b-w6d00l4isx 6s ease-in-out infinite reverse;
    backdrop-filter: blur(10px);
}

.digital-engineering .mini-chart i[b-w6d00l4isx] {
    width: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    animation: digital-engineering-grow-b-w6d00l4isx 1.8s ease-in-out infinite;
}

.digital-engineering .mini-chart i:nth-child(1)[b-w6d00l4isx] {
    height: 18px;
}

.digital-engineering .mini-chart i:nth-child(2)[b-w6d00l4isx] {
    height: 28px;
    animation-delay: 0.2s;
}

.digital-engineering .mini-chart i:nth-child(3)[b-w6d00l4isx] {
    height: 38px;
    animation-delay: 0.4s;
}

.digital-engineering .mini-chart i:nth-child(4)[b-w6d00l4isx] {
    height: 48px;
    animation-delay: 0.6s;
}

@keyframes digital-engineering-float-b-w6d00l4isx {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes digital-engineering-pulse-b-w6d00l4isx {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

@keyframes digital-engineering-grow-b-w6d00l4isx {
    0%, 100% {
        transform: scaleY(0.7);
    }

    50% {
        transform: scaleY(1.1);
    }
}

.cloud-devops[b-w6d00l4isx],
.ai-intelligent[b-w6d00l4isx],
.ux-experience[b-w6d00l4isx],
.churchtec-platform[b-w6d00l4isx] {
    isolation: isolate;
}

.cloud-devops > :not(.capability-visual)[b-w6d00l4isx],
.ai-intelligent > :not(.capability-visual)[b-w6d00l4isx],
.ux-experience > :not(.capability-visual)[b-w6d00l4isx],
.churchtec-platform > :not(.capability-visual)[b-w6d00l4isx] {
    position: relative;
    z-index: 2;
}

.capability-visual[b-w6d00l4isx] {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.cicd-flow[b-w6d00l4isx] {
    position: absolute;
    right: 28px;
    top: 42px;
    width: 300px;
    height: 210px;
    animation: capability-float-b-w6d00l4isx 6s ease-in-out infinite;
}

.cicd-stage[b-w6d00l4isx] {
    position: absolute;
    width: 92px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 16px 32px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.cicd-stage span[b-w6d00l4isx] {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.build-stage[b-w6d00l4isx] {
    left: 0;
    top: 4px;
}

.test-stage[b-w6d00l4isx] {
    right: 0;
    top: 78px;
}

.deploy-stage[b-w6d00l4isx] {
    left: 22px;
    bottom: 0;
}

.cicd-stage[b-w6d00l4isx]::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9f45;
    box-shadow: 0 0 18px rgba(255, 159, 69, 0.82);
    transform: translateY(-50%);
}

.cicd-track[b-w6d00l4isx] {
    position: absolute;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform-origin: left center;
}

.cicd-track-1[b-w6d00l4isx] {
    left: 86px;
    top: 72px;
    width: 142px;
    transform: rotate(24deg);
}

.cicd-track-2[b-w6d00l4isx] {
    left: 78px;
    top: 145px;
    width: 158px;
    transform: rotate(-27deg);
}

.cicd-track i[b-w6d00l4isx] {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8a2a;
    box-shadow: 0 0 18px rgba(255, 138, 42, 0.84);
    transform: translateY(-50%);
    animation: pipeline-dot-move-b-w6d00l4isx 2.8s linear infinite;
}

.cicd-track i:nth-child(2)[b-w6d00l4isx] {
    animation-delay: 1.4s;
}

.cicd-track-2 i[b-w6d00l4isx] {
    animation-delay: 0.55s;
}

.cicd-track-2 i:nth-child(2)[b-w6d00l4isx] {
    animation-delay: 1.95s;
}

.pipeline-dot[b-w6d00l4isx] {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff8a2a;
    box-shadow: 0 0 18px rgba(255, 138, 42, 0.8);
    animation: pipeline-stage-pulse-b-w6d00l4isx 2.4s ease-in-out infinite;
}

.pipeline-dot-1[b-w6d00l4isx] {
    left: 82px;
    top: 24px;
}

.pipeline-dot-2[b-w6d00l4isx] {
    right: 84px;
    top: 98px;
    animation-delay: 0.35s;
}

.pipeline-dot-3[b-w6d00l4isx] {
    left: 104px;
    bottom: 22px;
    animation-delay: 0.7s;
}

.ai-pathways[b-w6d00l4isx] {
    position: absolute;
    right: 32px;
    top: 38px;
    width: 300px;
    height: 210px;
    animation: capability-float-b-w6d00l4isx 6.2s ease-in-out infinite;
}

.ai-path[b-w6d00l4isx] {
    position: absolute;
    height: 2px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), rgba(255, 159, 69, 0.9), transparent);
    box-shadow: 0 0 18px rgba(255, 159, 69, 0.48);
    overflow: hidden;
    transform-origin: left center;
}

.ai-path i[b-w6d00l4isx] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 16px rgba(255, 255, 255, 0.9),
        0 0 28px rgba(255, 138, 42, 0.75);
    transform: translateY(-50%);
    animation: ai-signal-travel-b-w6d00l4isx 2.7s linear infinite;
}

.ai-path-1[b-w6d00l4isx] {
    left: 64px;
    top: 44px;
    width: 150px;
    transform: rotate(22deg);
}

.ai-path-2[b-w6d00l4isx] {
    left: 32px;
    top: 124px;
    width: 202px;
    transform: rotate(-16deg);
}

.ai-path-3[b-w6d00l4isx] {
    left: 124px;
    top: 88px;
    width: 118px;
    transform: rotate(48deg);
}

.ai-path-4[b-w6d00l4isx] {
    left: 88px;
    bottom: 34px;
    width: 142px;
    transform: rotate(-34deg);
}

.ai-path-2 i[b-w6d00l4isx] {
    animation-delay: 0.45s;
}

.ai-path-3 i[b-w6d00l4isx] {
    animation-delay: 0.9s;
}

.ai-path-4 i[b-w6d00l4isx] {
    animation-delay: 1.25s;
}

.ai-node[b-w6d00l4isx] {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: #ff8a2a;
    box-shadow:
        0 0 0 8px rgba(255, 138, 42, 0.14),
        0 0 24px rgba(255, 138, 42, 0.86);
    animation: ai-node-pulse-b-w6d00l4isx 2.8s ease-in-out infinite;
}

.ai-node-1[b-w6d00l4isx] {
    right: 250px;
    top: 70px;
}

.ai-node-2[b-w6d00l4isx] {
    right: 126px;
    top: 96px;
    animation-delay: 0.25s;
}

.ai-node-3[b-w6d00l4isx] {
    right: 52px;
    top: 160px;
    animation-delay: 0.5s;
}

.ai-node-4[b-w6d00l4isx] {
    right: 208px;
    bottom: 54px;
    animation-delay: 0.75s;
}

.ai-node-5[b-w6d00l4isx] {
    right: 84px;
    bottom: 78px;
    animation-delay: 1s;
}

.ai-signal[b-w6d00l4isx] {
    position: absolute;
    border: 1px solid rgba(255, 159, 69, 0.62);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 159, 69, 0.38);
    animation: ai-ring-pulse-b-w6d00l4isx 2.5s ease-out infinite;
}

.ai-signal-1[b-w6d00l4isx] {
    right: 242px;
    top: 62px;
    width: 34px;
    height: 34px;
}

.ai-signal-2[b-w6d00l4isx] {
    right: 116px;
    top: 86px;
    width: 42px;
    height: 42px;
    animation-delay: 0.45s;
}

.ai-signal-3[b-w6d00l4isx] {
    right: 44px;
    top: 152px;
    width: 38px;
    height: 38px;
    animation-delay: 0.9s;
}

.ai-analytics-card[b-w6d00l4isx] {
    position: absolute;
    right: 168px;
    bottom: 34px;
    width: 126px;
    height: 84px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
    animation: capability-float-b-w6d00l4isx 5.8s ease-in-out infinite reverse;
    backdrop-filter: blur(12px);
}

.analytics-line[b-w6d00l4isx] {
    height: 28px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.34);
    background:
        linear-gradient(135deg, transparent 8%, transparent 24%, rgba(255, 159, 69, 0.9) 25%, rgba(255, 159, 69, 0.9) 27%, transparent 28%),
        linear-gradient(25deg, transparent 44%, rgba(255, 255, 255, 0.84) 45%, rgba(255, 255, 255, 0.84) 47%, transparent 48%);
}

.analytics-bars[b-w6d00l4isx] {
    height: 28px;
    display: flex;
    align-items: end;
    gap: 7px;
    margin-top: 6px;
}

.analytics-bars i[b-w6d00l4isx] {
    width: 10px;
    border-radius: 999px 999px 3px 3px;
    background: linear-gradient(180deg, #fff, rgba(255, 159, 69, 0.78));
    animation: ai-bar-rise-b-w6d00l4isx 1.8s ease-in-out infinite;
}

.analytics-bars i:nth-child(1)[b-w6d00l4isx] {
    height: 12px;
}

.analytics-bars i:nth-child(2)[b-w6d00l4isx] {
    height: 22px;
    animation-delay: 0.2s;
}

.analytics-bars i:nth-child(3)[b-w6d00l4isx] {
    height: 16px;
    animation-delay: 0.4s;
}

.analytics-bars i:nth-child(4)[b-w6d00l4isx] {
    height: 26px;
    animation-delay: 0.6s;
}

.desktop-frame[b-w6d00l4isx],
.tablet-outline[b-w6d00l4isx],
.mobile-mockup[b-w6d00l4isx] {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 18px 38px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.desktop-frame[b-w6d00l4isx] {
    right: 34px;
    top: 48px;
    width: 184px;
    height: 116px;
    overflow: hidden;
    border-radius: 14px;
    animation: device-float-b-w6d00l4isx 6s ease-in-out infinite;
}

.browser-bar[b-w6d00l4isx] {
    height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-inline: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(31, 27, 24, 0.18);
}

.browser-bar i[b-w6d00l4isx] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
}

.browser-bar i:nth-child(1)[b-w6d00l4isx] {
    background: #ff8a2a;
}

.browser-content[b-w6d00l4isx] {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 8px;
    padding: 12px;
}

.browser-content span[b-w6d00l4isx] {
    height: 22px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.14);
}

.browser-content span:first-child[b-w6d00l4isx] {
    grid-row: span 2;
    height: 54px;
    background: rgba(255, 159, 69, 0.36);
}

.tablet-outline[b-w6d00l4isx] {
    right: 178px;
    bottom: 42px;
    width: 104px;
    height: 136px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    animation: device-float-b-w6d00l4isx 6.6s ease-in-out infinite reverse;
}

.tablet-outline[b-w6d00l4isx]::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    transform: translateX(-50%);
}

.tablet-screen[b-w6d00l4isx] {
    width: calc(100% - 18px);
    height: calc(100% - 26px);
    display: grid;
    gap: 7px;
    align-content: start;
    padding: 12px;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.tablet-screen span[b-w6d00l4isx] {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
}

.tablet-screen span:first-child[b-w6d00l4isx] {
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 159, 69, 0.32);
}

.mobile-mockup[b-w6d00l4isx] {
    right: 58px;
    bottom: 30px;
    width: 58px;
    height: 112px;
    overflow: hidden;
    border-radius: 17px;
    animation: device-float-b-w6d00l4isx 5.2s ease-in-out infinite;
}

.phone-notch[b-w6d00l4isx] {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 22px;
    height: 4px;
    border-radius: 999px;
    background: rgba(31, 27, 24, 0.34);
    transform: translateX(-50%);
}

.phone-screen[b-w6d00l4isx] {
    height: 100%;
    display: grid;
    gap: 6px;
    align-content: start;
    padding: 18px 8px 8px;
}

.phone-screen span[b-w6d00l4isx] {
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.phone-screen span:first-child[b-w6d00l4isx] {
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 159, 69, 0.38);
}

.ministry-tech[b-w6d00l4isx] {
    position: absolute;
    right: 52px;
    top: 42px;
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 159, 69, 0.22), transparent 62%),
        rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    animation: capability-float-b-w6d00l4isx 6s ease-in-out infinite;
    backdrop-filter: blur(12px);
}

.churchtec-tile-logo[b-w6d00l4isx] {
    position: absolute;
    right: 32px;
    top: 34px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
    animation: capability-float-b-w6d00l4isx 6s ease-in-out infinite;
}

.cross-mark[b-w6d00l4isx] {
    position: relative;
    width: 14px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.42);
}

.cross-mark[b-w6d00l4isx]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 14px;
    width: 42px;
    height: 12px;
    border-radius: 999px;
    background: inherit;
    transform: translateX(-50%);
}

.tech-ring[b-w6d00l4isx] {
    position: absolute;
    inset: 14px;
    border: 2px dashed rgba(255, 159, 69, 0.72);
    border-radius: 50%;
    animation: churchtec-spin-b-w6d00l4isx 12s linear infinite;
}

.church-admin-panel[b-w6d00l4isx] {
    position: absolute;
    right: 160px;
    bottom: 42px;
    width: 126px;
    display: grid;
    gap: 8px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    animation: capability-float-b-w6d00l4isx 6.4s ease-in-out infinite reverse;
    backdrop-filter: blur(12px);
}

.church-admin-panel i[b-w6d00l4isx] {
    height: 18px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 12px 50%, #ff9f45 0 3px, transparent 4px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
}

.church-admin-panel i:nth-child(2)[b-w6d00l4isx] {
    width: 86%;
}

.church-admin-panel i:nth-child(3)[b-w6d00l4isx] {
    width: 68%;
}

.transformation-path[b-w6d00l4isx] {
    position: absolute;
    right: 38px;
    bottom: 48px;
    width: 112px;
    height: 72px;
}

.transformation-path span[b-w6d00l4isx] {
    position: absolute;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 18px rgba(255, 159, 69, 0.22);
    animation: churchtec-step-b-w6d00l4isx 2.8s ease-in-out infinite;
}

.transformation-path span[b-w6d00l4isx]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff9f45;
}

.transformation-path span:nth-child(1)[b-w6d00l4isx] {
    left: 0;
    bottom: 0;
}

.transformation-path span:nth-child(2)[b-w6d00l4isx] {
    left: 42px;
    top: 20px;
    animation-delay: 0.35s;
}

.transformation-path span:nth-child(3)[b-w6d00l4isx] {
    right: 0;
    top: 0;
    animation-delay: 0.7s;
}

.transformation-path[b-w6d00l4isx]::before,
.transformation-path[b-w6d00l4isx]::after {
    content: "";
    position: absolute;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform-origin: left center;
}

.transformation-path[b-w6d00l4isx]::before {
    left: 24px;
    bottom: 26px;
    width: 48px;
    transform: rotate(-32deg);
}

.transformation-path[b-w6d00l4isx]::after {
    left: 64px;
    top: 28px;
    width: 44px;
    transform: rotate(-27deg);
}

.worship-ecosystem[b-w6d00l4isx] {
    position: absolute;
    right: 190px;
    top: 48px;
    width: 116px;
    height: 96px;
}

.worship-node[b-w6d00l4isx] {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: #ff8a2a;
    box-shadow: 0 0 22px rgba(255, 138, 42, 0.82);
    animation: capability-ping-b-w6d00l4isx 2.6s ease-in-out infinite;
}

.worship-node-1[b-w6d00l4isx] {
    left: 8px;
    top: 8px;
}

.worship-node-2[b-w6d00l4isx] {
    right: 8px;
    top: 34px;
    animation-delay: 0.35s;
}

.worship-node-3[b-w6d00l4isx] {
    left: 44px;
    bottom: 8px;
    animation-delay: 0.7s;
}

.worship-line[b-w6d00l4isx] {
    position: absolute;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform-origin: left center;
}

.worship-line-1[b-w6d00l4isx] {
    left: 20px;
    top: 24px;
    width: 78px;
    transform: rotate(22deg);
}

.worship-line-2[b-w6d00l4isx] {
    left: 54px;
    top: 54px;
    width: 62px;
    transform: rotate(132deg);
}

@keyframes capability-float-b-w6d00l4isx {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes capability-ping-b-w6d00l4isx {
    0%, 100% {
        opacity: 0.72;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.28);
    }
}

@keyframes pipeline-dot-move-b-w6d00l4isx {
    0% {
        left: 0;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    88% {
        opacity: 1;
    }

    100% {
        left: calc(100% - 8px);
        opacity: 0;
    }
}

@keyframes pipeline-stage-pulse-b-w6d00l4isx {
    0%, 100% {
        opacity: 0.58;
        transform: scale(0.86);
    }

    50% {
        opacity: 1;
        transform: scale(1.24);
    }
}

@keyframes waveform-pulse-b-w6d00l4isx {
    0%, 100% {
        transform: scaleY(0.45);
    }

    50% {
        transform: scaleY(1.25);
    }
}

@keyframes ai-signal-travel-b-w6d00l4isx {
    0% {
        left: 0;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    88% {
        opacity: 1;
    }

    100% {
        left: calc(100% - 10px);
        opacity: 0;
    }
}

@keyframes ai-node-pulse-b-w6d00l4isx {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 8px rgba(255, 138, 42, 0.14),
            0 0 24px rgba(255, 138, 42, 0.78);
    }

    50% {
        transform: scale(1.24);
        box-shadow:
            0 0 0 14px rgba(255, 138, 42, 0.08),
            0 0 34px rgba(255, 138, 42, 0.98);
    }
}

@keyframes ai-ring-pulse-b-w6d00l4isx {
    0% {
        opacity: 0.76;
        transform: scale(0.62);
    }

    100% {
        opacity: 0;
        transform: scale(1.58);
    }
}

@keyframes ai-bar-rise-b-w6d00l4isx {
    0%, 100% {
        transform: scaleY(0.72);
    }

    50% {
        transform: scaleY(1.08);
    }
}

@keyframes device-float-b-w6d00l4isx {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes churchtec-spin-b-w6d00l4isx {
    to {
        transform: rotate(360deg);
    }
}

@keyframes churchtec-step-b-w6d00l4isx {
    0%, 100% {
        opacity: 0.62;
        transform: scale(0.92);
    }

    50% {
        opacity: 1;
        transform: scale(1.14);
    }
}

@media (max-width: 640px) {
    .digital-engineering .card-content[b-w6d00l4isx] {
        max-width: none;
    }

    .digital-engineering .floating-elements[b-w6d00l4isx] {
        opacity: 0.58;
    }

    .capability-visual[b-w6d00l4isx] {
        opacity: 0.5;
    }

    .cicd-flow[b-w6d00l4isx],
    .ai-analytics-card[b-w6d00l4isx],
    .desktop-frame[b-w6d00l4isx],
    .church-admin-panel[b-w6d00l4isx] {
        right: 22px;
    }
}
