/* Religious Organization Marketing — Figma node 7048:8807 */

.ro-page {
    overflow-x: hidden;
}

.ro-accent {
    color: #7b61ff;
}

/* ============================================================
   HERO
   ============================================================ */
.ro-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 110px 0 60px;
    background: url('../images/religious-org/hero.webp') right center / cover no-repeat;
    overflow: hidden;
}

/* Mobile portrait asset — desktop stays on CSS background only */
.ro-hero-mobile-bg {
    display: none;
}

.ro-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.75) 42%, rgba(255,255,255,0.15) 68%, rgba(255,255,255,0) 82%);
    z-index: 0;
}

.ro-hero-content-wrap {
    position: relative;
    z-index: 1;
}

.ro-hero-inner {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 680px;
}

.ro-hero-eyebrow {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1a1a4d;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ro-hero h1 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4vw, 55px);
    line-height: 1.145;
    color: #0b0b2e;
    margin: 0 0 12px;
    letter-spacing: 0.22px;
    max-width: 889px;
}

.ro-hero-services-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #05053e;
    margin: 0 0 12px;
}

.ro-hero-bullets {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 730px;
}

.ro-hero-bullets li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #05053e;
}

.ro-hero-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.ro-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
    color: #fff !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.192px;
    padding: 9px 12px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ro-hero-cta__icon,
.ro-cta-btn__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.ro-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(107, 91, 255, 0.35);
    color: #fff !important;
}

.ro-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 960px;
    margin-top: 40px;
}

.ro-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d8d8ff;
    color: #05053e;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 24px;
    border-radius: 35px;
    white-space: nowrap;
}

.ro-hero-tag i {
    font-size: 14px;
    color: #05053e;
}

/* Desktop laptops: fit header + hero in first viewport.
   Ultra-wide (≥1600) matches law-firm — auto height so cover bg doesn't over-crop. */
@media (min-width: 992px) and (max-width: 1599.98px) {
    .ro-hero {
        --ro-header-offset: 122px;
        box-sizing: border-box;
        min-height: calc(100dvh - var(--ro-header-offset));
        height: calc(100dvh - var(--ro-header-offset));
        padding-top: clamp(36px, 5vh, 72px);
        padding-bottom: clamp(28px, 4vh, 56px);
        align-items: center;
    }

    .ro-hero h1 {
        margin-bottom: clamp(14px, 2vh, 24px);
    }

    .ro-hero-services-title {
        margin-bottom: 8px;
    }

    .ro-hero-bullets {
        margin-bottom: clamp(16px, 2.4vh, 28px);
        gap: clamp(6px, 1.1vh, 10px) 24px;
    }
}

@media (min-width: 1600px) {
    .ro-hero {
        height: auto;
        min-height: min(760px, calc(100dvh - 110px));
        padding: 110px 0 60px;
        background-position: right center;
        background-size: cover;
    }

    .ro-hero::before {
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.78) 34%,
            rgba(255, 255, 255, 0.2) 58%,
            rgba(255, 255, 255, 0) 74%
        );
    }
}

/* ============================================================
   STATS
   ============================================================ */
.ro-stats {
    padding: 80px 0;
    background: radial-gradient(ellipse 130% 140% at 50% -5%, #b4a4ff 0%, #cec4ff 35%, #e0dbff 65%, #ece8ff 100%);
    text-align: center;
}

.ro-stats-header {
    max-width: 864px;
    margin: 0 auto 44px;
}

.ro-stats-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #1a1a4d;
    margin: 0 0 16px;
}

.ro-stats-header p {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

.ro-stat-card {
    background: rgba(245, 246, 255, 0.85);
    border: 1px solid rgba(168, 174, 208, 0.25);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ro-stat-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #05053e;
    margin: 0 0 8px;
}

.ro-stat-card p {
    font-size: 16px;
    line-height: 26px;
    color: #1a1a4d;
    margin: 0;
}

.ro-stats-integrations {
    margin: 36px auto 0;
    max-width: 920px;
    font-size: 14px;
    line-height: 22px;
    color: #474650;
}

/* ============================================================
   AI DEMO — match law-firm-marketing / industry-legal.css
   ============================================================ */
/* ============================================================
   CALENDLY — religious org overrides
   ============================================================ */
.ro-page .strategys-bookings-sections {
    padding: 40px 16px 24px;
    overflow-x: hidden;
}

.ro-page .strategys-bookings-sections .calendly-inline-widget,
.ro-page .strategys-bookings-sections .cal-inline-embed,
.ro-page .strategys-bookings-sections #my-cal-inline {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100%;
}

@media (min-width: 992px) {
    .ro-page .strategys-bookings-sections {
        padding: 64px 48px 32px;
    }
}


.ro-page .strategys-bookings-sections h2 {
    text-align: left;
    color: #ffffff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

/* ============================================================
   GROWTH LOOP — Figma node 7048:8807
   ============================================================ */
.ro-growth {
    padding: 88px 0 96px;
    background: #F5F6FF;
}

.ro-growth-header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 64px;
}

.ro-growth-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #7b61ff;
    margin-bottom: 14px;
}

.ro-growth-label::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7b61ff;
}

.ro-growth-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1.12;
    color: #05053e;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.ro-growth-header h2 .ro-accent {
    display: inline;
    color: #7b61ff;
}

.ro-growth-header p {
    color: #6b6a76;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 580px;
}

.ro-growth-layout {
    display: grid;
    grid-template-columns: minmax(0, 514px) minmax(0, 400px);
    gap: 56px;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
}

.ro-growth-diagram {
    position: relative;
    min-height: 499px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: visible;
}

.ro-growth-diagram svg,
.ro-growth-diagram img {
    max-width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    pointer-events: none;
}

.ro-growth-diagram .ro-growth-hit {
    pointer-events: auto;
    cursor: pointer;
}

.ro-growth-node {
    transform-box: view-box;
    transition: transform 0.35s ease, filter 0.35s ease;
    will-change: transform;
}

.ro-growth-node-glow {
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
}

.ro-growth-pulse-ring {
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
}

/* All six stages — same subtle pulse/beacon (reuses existing keyframes) */
.ro-growth-node:not(.is-hover) {
    animation: ro-next-nudge 4.8s ease-in-out infinite;
}

.ro-growth-node:not(.is-hover) .ro-growth-pulse-ring {
    animation: ro-next-ring 4.8s ease-out infinite;
}

.ro-growth-node:not(.is-hover) .ro-growth-node-glow {
    animation: ro-next-glow 4.8s ease-in-out infinite;
}

/* Card hover: freeze beacon in place — no progression distraction while reading */
.ro-growth.is-paused .ro-growth-node:not(.is-hover),
.ro-growth.is-paused .ro-growth-node:not(.is-hover) .ro-growth-pulse-ring,
.ro-growth.is-paused .ro-growth-node:not(.is-hover) .ro-growth-node-glow {
    animation-play-state: paused;
}

.ro-growth-node.is-hover {
    transform: scale(1.08);
    animation: none;
}

.ro-growth-node.is-hover .ro-growth-pulse-ring {
    animation: none;
    opacity: 0.35;
    transform: scale(1.18);
}

.ro-growth-node.is-hover .ro-growth-node-glow {
    animation: none;
    opacity: 0.16;
}

/* Active keeps fill/icon highlight; beacon runs with the other stages */
.ro-growth-node.is-active {
    z-index: 2;
}

@keyframes ro-next-nudge {
    0%,
    18% {
        transform: scale(1);
    }
    28% {
        transform: scale(1.055);
    }
    38% {
        transform: scale(1);
    }
    48% {
        transform: scale(1.03);
    }
    58%,
    100% {
        transform: scale(1);
    }
}

@keyframes ro-next-ring {
    0%,
    18% {
        opacity: 0;
        transform: scale(1);
    }
    28% {
        opacity: 0.38;
        transform: scale(1.08);
    }
    52% {
        opacity: 0;
        transform: scale(1.48);
    }
    100% {
        opacity: 0;
        transform: scale(1.48);
    }
}

@keyframes ro-next-glow {
    0%,
    18% {
        opacity: 0;
    }
    28% {
        opacity: 0.12;
    }
    48% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ro-growth-node,
    .ro-growth-node:not(.is-hover),
    .ro-growth-node:not(.is-hover) .ro-growth-pulse-ring,
    .ro-growth-node:not(.is-hover) .ro-growth-node-glow {
        animation: none !important;
        transform: none;
    }
}

.ro-growth-stages {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 400px;
    justify-self: end;
    position: relative;
    z-index: 4;
}

.ro-growth-cards {
    display: grid;
    width: 100%;
}

.ro-growth-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #bcafff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 17px 33px -4px rgba(11, 11, 46, 0.04);
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.ro-growth-card.dark {
    background: #05053e;
    border-color: #e6e2ff;
    box-shadow: 0 17px 33px -4px rgba(11, 11, 46, 0.02);
}

.ro-growth-panel {
    grid-area: 1 / 1;
    align-self: stretch;
    opacity: 0;
    transform: translateX(18px);
    transition: opacity 0.32s ease, transform 0.32s ease;
    pointer-events: none;
    visibility: hidden;
    z-index: 0;
}

/* Keep inactive cards in layout so height matches the tallest card */
.ro-growth-panel[hidden] {
    display: flex !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none;
}

.ro-growth-panel.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
    z-index: 2;
}

.ro-growth-panel.is-exit {
    display: flex !important;
    visibility: visible;
    opacity: 0;
    transform: translateX(-14px);
    pointer-events: none;
    z-index: 1;
}

.ro-growth-card-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.ro-growth-card-num {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: #05053e;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ro-growth-card.dark .ro-growth-card-num {
    background: #7b61ff;
}

.ro-growth-card-eyebrow > span:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #05053e;
}

.ro-growth-card.dark .ro-growth-card-eyebrow > span:last-child {
    color: #fff;
}

.ro-growth-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #05053e;
    margin: 0;
}

.ro-growth-card.dark h3 {
    color: #fff;
}

.ro-growth-card > p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.0133em;
    color: #474650;
    margin: 0;
}

.ro-growth-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ro-growth-feature {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ro-growth-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e6e2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #7b61ff;
    font-size: 18px;
}

.ro-growth-feature h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #05053e;
    margin: 0 0 2px;
}

.ro-growth-feature p {
    font-size: 14px;
    line-height: 20px;
    color: #5f5d68;
    margin: 0;
}

.ro-growth-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.ro-growth-tag {
    background: #e6e2ff;
    color: #05053e;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 100px;
}

/* Stage 03 — AI tiles */
.ro-growth-ai-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ro-growth-ai-tile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #f5f6ff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.ro-growth-ai-tile-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #7b61ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.ro-growth-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #f5f6ff;
}

.ro-growth-flow-arrow {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

/* Stage 04 — CRM / Volunteer boxes */
.ro-growth-org-boxes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ro-growth-org-box {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 12px 16px;
}

.ro-growth-org-box.alt {
    background: #f5f6ff;
}

.ro-growth-org-box h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.0417em;
    color: #05053e;
    margin: 0 0 10px;
}

.ro-growth-org-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ro-growth-org-box li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #5f5d68;
}

.ro-growth-org-box li i {
    color: #7b61ff;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Stage 05 — nurture chips */
.ro-growth-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ro-growth-chip {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e6e2ff;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #05053e;
}

.ro-growth-chip i {
    color: #7b61ff;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* Stage 06 — metrics */
.ro-growth-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.ro-growth-metric {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.ro-growth-metric strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7b61ff;
}

.ro-growth-metric span {
    font-size: 12px;
    line-height: 20px;
    color: #5f5d68;
}

.ro-growth-footnote {
    font-size: 10px;
    line-height: 20px;
    color: #5f5d68;
    margin: 0;
}

.ro-growth-footer {
    display: none;
}

.ro-growth-stage-nav {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 20px;
}

.ro-growth-stage-nav button {
    width: 16px;
    height: 0;
    border: none;
    border-top: 2px solid #d8d8ff;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.25s ease, width 0.25s ease;
}

.ro-growth-stage-nav button.active {
    width: 20px;
    border-top-color: #7b61ff;
    height: 0;
    background: transparent;
}

.ro-growth-next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #05053e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 0 0;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.ro-growth-next i {
    color: #7b61ff;
    font-size: 11px;
}

.ro-growth-next:hover {
    color: #7b61ff;
}

/* ============================================================
   PROBLEMS GRID
   ============================================================ */
.ro-problems {
    padding: 70px 0 50px;
    background: #fff;
}

.ro-problems-header {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 48px;
}

.ro-problems-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #05053e;
    margin: 0;
}

.ro-problem-card {
    background: #f5f4ff;
    border: none;
    border-radius: 24px;
    padding: 32px 28px;
    height: 100%;
}

.ro-problem-num {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #7b61ff;
    margin-bottom: 14px;
}

.ro-problem-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #0b0b2e;
    margin: 0 0 14px;
}

.ro-problem-card > p {
    font-size: 15px;
    line-height: 24px;
    color: #5f5d68;
    margin: 0 0 18px;
}

.ro-problem-fix {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ro-problem-fix li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #474650;
}

.ro-problem-fix li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7b61ff;
}

/* ============================================================
   PROCESS
   ============================================================ */
.ro-process {
    padding: 70px 0;
    background: radial-gradient(ellipse 120% 140% at 50% 0%, #cfc4ff 0%, #ddd6ff 40%, #ebe8ff 75%, #f7f5ff 100%);
    text-align: center;
}

.ro-process-header {
    max-width: 820px;
    margin: 0 auto 40px;
}

.ro-process-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #05053e;
    margin: 0;
}

.ro-process-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 0 8px 28px rgba(11, 11, 46, 0.06);
    text-align: center;
}

.ro-process-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #0b0b2e;
    margin: 0 0 12px;
}

.ro-process-card p {
    font-size: 15px;
    line-height: 24px;
    color: #474650;
    margin: 0;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.ro-testimonials {
    padding: 70px 0 60px;
    background: #fff;
}

.ro-testimonials-header {
    max-width: 766px;
    margin-bottom: 48px;
}

.ro-testimonials-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #05053e;
    margin: 0 0 12px;
}

.ro-testimonials-header p {
    font-size: 16px;
    color: #474650;
    margin: 0;
}

.ro-testimonial-card {
    background: #fff;
    border: 1px solid #e6e2ff;
    border-radius: 16px;
    padding: 28px 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 24px rgba(11, 11, 46, 0.07);
}

.ro-testimonial-stars {
    font-size: 20px;
    color: #f59e0b;
    letter-spacing: 2px;
}

.ro-testimonial-card p {
    font-size: 15px;
    line-height: 26px;
    color: #474650;
    margin: 0;
    flex: 1;
}

.ro-testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ro-testimonial-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7b61ff 0%, #b8a7ff 100%);
    flex-shrink: 0;
}

.ro-testimonial-author span {
    font-weight: 600;
    font-size: 15px;
    color: #05053e;
}

.ro-testimonials-cta {
    text-align: center;
    margin-top: 56px;
}

.ro-testimonials-cta p {
    font-size: 18px;
    font-weight: 500;
    color: #05053e;
    margin-bottom: 20px;
}

.ro-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #05053e;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ro-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(5, 5, 62, 0.28);
    color: #fff !important;
}

.ro-cta-btn.gradient {
    background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
}

.ro-cta-btn.gradient:hover {
    box-shadow: 0 12px 28px rgba(107, 91, 255, 0.35);
}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.ro-services {
    padding: 50px 0 60px;
    background: #fff;
}

.ro-services-header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.ro-services-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #05053e;
    margin: 0 0 16px;
}

.ro-services-header p {
    color: #5f5d68;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.ro-service-card {
    background: #f5f4ff;
    border: none;
    border-radius: 24px;
    padding: 32px 28px;
    height: 100%;
}

.ro-service-num {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #7b61ff;
    margin-bottom: 14px;
}

.ro-service-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #0b0b2e;
    margin: 0 0 12px;
}

.ro-service-card p {
    font-size: 15px;
    line-height: 24px;
    color: #5f5d68;
    margin: 0;
}

.ro-services-footnote {
    max-width: 980px;
    margin: 40px auto 0;
    text-align: center;
    color: #474650;
    font-size: 15px;
    line-height: 26px;
}

/* ============================================================
   WHY US
   ============================================================ */
.ro-why {
    padding: 70px 0;
    background: #fff;
}

.ro-why-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: start;
}

.ro-why-left h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.18;
    color: #0b0b2e;
    margin: 0 0 16px;
}

.ro-why-left > p {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0 0 24px;
    max-width: 480px;
}

.ro-why-left .ro-cta-btn {
    margin-bottom: 28px;
}

.ro-why-visual {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.ro-why-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.ro-why-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ro-why-card {
    background: #fff;
    border: 1px solid #e6e2ff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    box-shadow: 0 4px 18px rgba(11, 11, 46, 0.04);
}

.ro-why-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #0b0b2e;
    margin: 0 0 6px;
}

.ro-why-card p {
    font-size: 14px;
    line-height: 22px;
    color: #474650;
    margin: 0;
}

.ro-why-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e6e2ff;
    color: #7b61ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

/* ============================================================
   FAQ
   ============================================================ */
.ro-faq {
    padding: 60px 0 70px;
    background: #f3f0ff;
    position: relative;
}

.ro-faq-header {
    max-width: 820px;
    margin-bottom: 40px;
}

.ro-faq-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.18;
    color: #05053e;
    margin: 0;
}

.ro-faq .faq-item {
    background: #fff;
    border: none;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(11, 11, 46, 0.04);
}

.ro-faq .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
}

.ro-faq .faq-question h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #0b0b2e;
    margin: 0;
    flex: 1;
}

.ro-faq-toggle {
    width: 30px;
    height: 30px;
    border: 2px solid #d4d6f0;
    border-radius: 15px;
    background: transparent;
    color: #9b97e8;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    line-height: 1;
}

.ro-faq .faq-answer {
    padding: 0 24px 20px;
    display: none;
}

.ro-faq .faq-item.active .faq-answer {
    display: block;
}

.ro-faq .faq-answer p {
    font-size: 14px;
    line-height: 22px;
    color: #474650;
    margin: 0;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.ro-contact-section {
    position: relative;
    min-height: 840px;
    background: url('../images/religious-org/contact-bg.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.ro-contact-inner {
    width: 86%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 2%;
}

.ro-contact-form-card {
    width: 52%;
    max-width: 826px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    padding: 0;
}

.ro-contact-form-header {
    background: linear-gradient(90deg, #7b61ff 0%, #b8a7ff 100%);
    padding: 26px 24px;
    text-align: center;
}

.ro-contact-form-header h2 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.ro-contact-form-card iframe {
    width: 100% !important;
    min-height: 580px;
    height: auto;
    border: none;
    display: block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .ro-growth-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        justify-items: center;
    }

    .ro-growth-stages {
        justify-self: center;
        max-width: 400px;
    }

    .ro-why-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ro-growth-stage-nav {
        gap: 4px;
    }

    .ro-growth-next {
        margin-top: 8px;
    }
}

@media (max-width: 991px) {
    .ro-hero {
        min-height: auto;
        background-position: center;
        padding-bottom: 60px;
    }

    .ro-hero::before {
        background: rgba(255, 255, 255, 0.9);
    }

    .ro-hero-bullets {
        grid-template-columns: 1fr;
    }

    .ro-contact-form-card {
        width: 80%;
    }
}

/* Mobile Hero — Figma 9102:10816 (portrait stack; desktop rules above stay intact) */
@media (max-width: 767px) {
    .ro-hero {
        --ro-mobile-hero-ratio: calc(100vw * 1898 / 824);
        display: block;
        min-height: var(--ro-mobile-hero-ratio);
        height: auto;
        padding: 24px 0 48px;
        background: #ffffff;
        background-image: none;
        overflow: hidden;
    }

    .ro-hero::before {
        display: none;
    }

    /* Portrait asset anchored to bottom — natural aspect, no stretch */
    .ro-hero-mobile-bg {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    .ro-hero-content-wrap {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .ro-hero-inner {
        width: 100%;
        max-width: none;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .ro-hero h1 {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.004em;
        color: #05053e;
        margin: 0 0 24px;
    }

    .ro-hero-services-title {
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #05053e;
        margin: 0 0 12px;
    }

    .ro-hero-bullets {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        gap: 10px;
        max-width: none;
        margin: 0 0 24px;
        padding: 0;
    }

    .ro-hero-bullets li {
        gap: 8px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #05053e;
        align-items: center;
    }

    .ro-hero-bullets i {
        width: 20px;
        font-size: 14px;
        color: #05053e;
        text-align: center;
    }

    .ro-hero-cta {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 16px;
        box-sizing: border-box;
        padding: 12px 16px;
        border-radius: 6px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.012em;
        background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
        margin-bottom: 0;
    }

    .ro-hero-cta i {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
.ro-contact-form-card {
        width: 100%;
    }

    .ro-contact-section {
        background-position: top center;
        padding-top: 280px;
    }

    .ro-contact-inner {
        justify-content: center;
        padding-right: 0;
    }
}

/* INDUSTRY RESPONSIVE HARDENING */
@media (max-width: 1199px) {
    .ro-growth-diagram {
        min-height: 0;
    }

    .ro-growth-diagram img,
    .ro-growth-diagram svg {
        max-width: min(100%, 420px);
        height: auto;
    }
}

@media (max-width: 991px) {
    .ro-hero {
        min-height: auto;
        padding-top: 96px;
        padding-bottom: 48px;
        background-position: center;
    }

    .ro-contact-form-card {
        width: min(100%, 820px);
        max-width: 100%;
    }

    .ro-contact-form-header h2 {
        font-size: clamp(24px, 5vw, 36px);
    }

    .ro-contact-inner {
        width: 92%;
        padding-right: 0;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .ro-stats,
    .ro-growth,
    .ro-services,
    .ro-why,
    .ro-faq,
    .ro-niches,
    .ro-comparison,
    .ro-problems,
    .ro-process {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ro-contact-section {
        padding-top: 180px;
        padding-bottom: 48px;
        min-height: 0;
    }

    .ro-contact-form-card {
        width: 100%;
        max-width: 100%;
    }

    .ro-contact-form-card iframe {
        min-height: 520px;
    }

    .ro-contact-inner {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        justify-content: center;
        padding-right: 16px;
    }

    .ro-hero-bullets {
        grid-template-columns: 1fr;
    }
}
