:root {
    --rd-navy: #06276e;
    --rd-navy-deep: #041c52;
    --rd-blue: #0758c9;
    --rd-blue-bright: #0b8eff;
    --rd-blue-soft: #dcefff;
    --rd-sky: #f0f9ff;
    --rd-sky-2: #e6f5ff;
    --rd-ink: #071d47;
    --rd-text: #31415d;
    --rd-muted: #70809b;
    --rd-line: #dbe8f2;
    --rd-white: #fff;
    --rd-shadow: 0 24px 70px rgba(5, 48, 115, .12);
    --rd-shadow-soft: 0 14px 42px rgba(5, 48, 115, .09);
    --rd-radius: 28px;
    --rd-font: "Nunito Sans", ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rd-text); background: #fff; font-family: var(--rd-font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.rd-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.rd-site { min-width: 320px; overflow: clip; }
.rd-shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.rd-section { padding: 112px 0; }
.rd-center { margin-top: 45px; text-align: center; }
.rd-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--rd-navy); border-radius: 12px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.rd-header { position: relative; z-index: 100; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(7, 48, 113, .09); backdrop-filter: blur(18px); }
.rd-header__inner { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.rd-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(4, 36, 91, .08); }
.rd-brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; color: var(--rd-navy); }
.rd-brand__mark { position: relative; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; background: var(--rd-sky); }
.rd-brand__mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(8, 93, 199, .12); border-radius: 15px; }
.rd-brand__mark img { position: relative; z-index: 1; width: 49px; }
.rd-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.rd-brand b { font-size: 21px; font-weight: 900; letter-spacing: -.025em; }
.rd-brand small { margin-top: 4px; color: var(--rd-blue); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.rd-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; }
.rd-nav a { position: relative; padding: 34px 0; color: var(--rd-ink); font-size: 14px; font-weight: 800; }
.rd-nav a::after { content: ""; position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--rd-blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.rd-nav a:hover::after, .rd-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.rd-header__cta { margin-left: 8px; }

.rd-button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 27px; border: 1px solid transparent; border-radius: 16px; font-size: 15px; font-weight: 900; line-height: 1.2; letter-spacing: .005em; transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease; }
.rd-button:hover { transform: translateY(-2px); }
.rd-button--small { min-height: 46px; padding: 11px 20px; border-radius: 14px; font-size: 13px; }
.rd-button--primary { color: #fff; background: linear-gradient(135deg, var(--rd-blue), #0879e7); box-shadow: 0 12px 28px rgba(5, 88, 201, .24); }
.rd-button--primary:hover { box-shadow: 0 16px 35px rgba(5, 88, 201, .32); }
.rd-button--ghost { color: var(--rd-navy); background: rgba(255, 255, 255, .72); border-color: rgba(7, 53, 119, .16); }
.rd-button--white { color: var(--rd-navy); background: #fff; box-shadow: 0 16px 38px rgba(2, 24, 72, .18); }

.rd-menu-toggle { display: none; width: 48px; height: 48px; padding: 12px 10px; border: 0; border-radius: 14px; background: var(--rd-sky); cursor: pointer; }
.rd-menu-toggle > span:not(.rd-sr-only) { width: 25px; height: 2px; display: block; margin: 5px auto; background: var(--rd-navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.rd-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rd-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.rd-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.rd-mobile-nav { display: none; }

.rd-hero { position: relative; min-height: 800px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #f8fdff 0%, #e9f7ff 54%, #d8efff 100%); }
.rd-hero__glow { position: absolute; width: 700px; height: 700px; top: -240px; right: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(24, 161, 255, .18), rgba(24, 161, 255, 0) 68%); }
.rd-hero__grid { position: relative; z-index: 2; min-height: 710px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 70px 0 130px; }
.rd-hero__copy { position: relative; z-index: 3; }
.rd-eyebrow, .rd-kicker { margin: 0 0 18px; color: var(--rd-blue); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.rd-eyebrow { display: flex; align-items: center; gap: 12px; }
.rd-eyebrow span { width: 30px; height: 2px; background: var(--rd-blue-bright); }
.rd-hero h1 { margin: 0; color: var(--rd-navy-deep); font-size: clamp(56px, 5.6vw, 82px); font-weight: 900; line-height: .95; letter-spacing: -.055em; }
.rd-hero h1 em { display: inline-block; margin-top: 10px; color: var(--rd-blue); font-size: .63em; font-style: normal; letter-spacing: -.04em; }
.rd-hero__lead { margin: 29px 0 15px; color: var(--rd-ink); font-size: clamp(24px, 2.1vw, 31px); font-weight: 800; line-height: 1.22; letter-spacing: -.025em; }
.rd-hero__text { max-width: 610px; margin: 0; color: #53647e; font-size: 17px; line-height: 1.7; }
.rd-hero__actions { margin-top: 33px; display: flex; flex-wrap: wrap; gap: 12px; }
.rd-hero__trust { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 13px 28px; color: var(--rd-muted); font-size: 12px; font-weight: 700; }
.rd-hero__trust span { display: flex; align-items: baseline; gap: 5px; }
.rd-hero__trust b { color: var(--rd-navy); font-size: 16px; font-weight: 900; }
.rd-hero__visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.rd-halo { position: absolute; width: 520px; opacity: .52; animation: rd-breathe 6s ease-in-out infinite; }
.rd-dove { position: absolute; z-index: 4; top: -10px; right: 22px; width: 155px; filter: drop-shadow(0 15px 25px rgba(5, 55, 130, .12)); }
.rd-phone { position: relative; width: 270px; padding: 10px; overflow: hidden; border: 5px solid #092456; border-radius: 43px; background: #092456; box-shadow: 0 35px 70px rgba(4, 43, 104, .25); }
.rd-phone::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 37px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.rd-phone > img { width: 100%; border-radius: 31px; }
.rd-phone__speaker { position: absolute; z-index: 3; top: 15px; left: 50%; width: 72px; height: 18px; border-radius: 20px; background: #04132f; transform: translateX(-50%); }
.rd-phone--hero { z-index: 3; width: 285px; transform: rotate(2.5deg); }
.rd-float-card { position: absolute; z-index: 5; min-width: 210px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255, 255, 255, .92); box-shadow: var(--rd-shadow-soft); backdrop-filter: blur(15px); }
.rd-float-card > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 13px; background: var(--rd-blue); font-size: 17px; font-weight: 900; }
.rd-float-card b, .rd-float-card small { display: block; }
.rd-float-card b { color: var(--rd-navy); font-size: 13px; font-weight: 900; }
.rd-float-card small { color: var(--rd-muted); font-size: 10px; }
.rd-float-card--one { left: -15px; bottom: 120px; }
.rd-float-card--two { right: -30px; bottom: 205px; }
.rd-hero__waves { position: absolute; z-index: 1; right: 0; bottom: -2px; left: 0; height: 230px; overflow: hidden; pointer-events: none; }
.rd-hero__waves img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
@keyframes rd-breathe { 50% { transform: scale(1.035); opacity: .7; } }

.rd-audience { position: relative; z-index: 4; color: #fff; background: var(--rd-navy-deep); }
.rd-audience__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.rd-audience article { min-height: 175px; display: flex; align-items: center; gap: 20px; padding: 36px 42px; border-right: 1px solid rgba(255,255,255,.12); }
.rd-audience article:last-child { border-right: 0; }
.rd-line-icon { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; color: #69beff; border: 1px solid rgba(105,190,255,.35); border-radius: 18px; font-size: 26px; }
.rd-audience h2 { margin: 0 0 5px; color: #fff; font-size: 19px; font-weight: 900; }
.rd-audience p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.55; }

.rd-meaning { background: linear-gradient(180deg, #fff 0%, #f4fbff 100%); }
.rd-meaning__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.rd-meaning__copy h2 { max-width: 720px; margin: 0; color: var(--rd-navy-deep); font-size: clamp(42px, 4.3vw, 62px); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; }
.rd-meaning__copy > p:not(.rd-kicker):not(.rd-lead) { color: var(--rd-muted); }
.rd-meaning-points { display: grid; gap: 11px; margin: 31px 0 4px; }
.rd-meaning-points article { display: grid; grid-template-columns: 47px 1fr; gap: 15px; align-items: center; padding: 17px 18px; border: 1px solid var(--rd-line); border-radius: 18px; background: rgba(255,255,255,.82); }
.rd-meaning-points article > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 13px; background: var(--rd-sky); font-size: 11px; font-weight: 900; }
.rd-meaning-points b, .rd-meaning-points small { display: block; }
.rd-meaning-points b { color: var(--rd-navy); font-size: 15px; font-weight: 900; }
.rd-meaning-points small { margin-top: 2px; color: var(--rd-muted); font-size: 12px; line-height: 1.45; }
.rd-diocese-card { position: relative; padding: 44px; overflow: hidden; color: #fff; border-radius: 32px; background: radial-gradient(circle at 100% 0, rgba(69,170,255,.26), transparent 38%), linear-gradient(145deg, var(--rd-navy-deep), #073b8c); box-shadow: var(--rd-shadow); }
.rd-diocese-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -155px; bottom: -155px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018); }
.rd-diocese-card > * { position: relative; z-index: 1; }
.rd-diocese-card__logo { width: 100%; max-width: 335px; margin-bottom: 33px; padding: 17px 21px; border-radius: 17px; background: #fff; }
.rd-diocese-card__logo img { width: 100%; }
.rd-diocese-card .rd-kicker { color: #8dceff; }
.rd-diocese-card h3 { margin: 0 0 15px; color: #fff; font-size: 31px; font-weight: 900; line-height: 1.12; letter-spacing: -.025em; }
.rd-diocese-card > p:not(.rd-kicker) { color: rgba(255,255,255,.72); font-size: 14px; }
.rd-diocese-card__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.rd-diocese-card__stats span { padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); }
.rd-diocese-card__stats b, .rd-diocese-card__stats small { display: block; }
.rd-diocese-card__stats b { color: #fff; font-size: 23px; font-weight: 900; }
.rd-diocese-card__stats small { color: #8dceff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.rd-diocese-card .rd-diocese-card__note { padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 800; }
.rd-diocese-card > a { display: inline-flex; gap: 10px; margin-top: 7px; color: #8dceff; font-size: 12px; font-weight: 900; }

.rd-intro { background: #fff; }
.rd-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.rd-intro__copy h2, .rd-heading h2, .rd-prose h2, .rd-download-page__copy h2, .rd-contact-grid h2, .rd-faq-layout h2 { margin: 0; color: var(--rd-navy-deep); font-size: clamp(42px, 4.3vw, 62px); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; }
.rd-lead { color: var(--rd-ink); font-size: 21px; font-weight: 700; line-height: 1.55; }
.rd-intro__copy > p:not(.rd-kicker):not(.rd-lead) { color: var(--rd-muted); }
.rd-text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 17px; color: var(--rd-blue); font-size: 14px; font-weight: 900; }
.rd-text-link span { transition: transform .2s; }
.rd-text-link:hover span { transform: translateX(5px); }
.rd-feature-stack { display: grid; gap: 17px; }
.rd-feature-stack article { display: grid; grid-template-columns: 62px 1fr; gap: 22px; align-items: center; padding: 25px 28px; border: 1px solid var(--rd-line); border-radius: 23px; background: #fff; box-shadow: var(--rd-shadow-soft); }
.rd-feature-stack article:nth-child(2) { margin-left: 45px; }
.rd-feature-stack article > span { width: 55px; height: 55px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 17px; background: var(--rd-sky); font-size: 13px; font-weight: 900; }
.rd-feature-stack h3 { margin: 0; color: var(--rd-navy); font-size: 20px; font-weight: 900; }
.rd-feature-stack p { margin: 3px 0 0; color: var(--rd-muted); font-size: 14px; }

.rd-heading { max-width: 780px; margin-bottom: 58px; }
.rd-heading--center { margin-inline: auto; text-align: center; }
.rd-heading--center > p:last-child { max-width: 670px; margin: 20px auto 0; color: var(--rd-muted); }
.rd-heading--split { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; }
.rd-heading--split > div { max-width: 650px; }
.rd-heading--split > p { max-width: 480px; margin: 0; color: var(--rd-muted); }

.rd-process { position: relative; color: #fff; background: radial-gradient(circle at 20% 10%, rgba(15, 128, 235, .36), transparent 28%), var(--rd-navy-deep); overflow: hidden; }
.rd-process::after { content: ""; position: absolute; width: 580px; height: 580px; right: -220px; bottom: -340px; border: 1px solid rgba(95,185,255,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(95,185,255,.035), 0 0 0 180px rgba(95,185,255,.025); }
.rd-process .rd-heading h2 { color: #fff; }
.rd-kicker--light { color: #82c9ff; }
.rd-process .rd-heading > p:last-child { color: rgba(255,255,255,.62); }
.rd-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; overflow: hidden; }
.rd-steps article { min-height: 300px; padding: 32px 27px; border-right: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.rd-steps article:last-child { border-right: 0; }
.rd-steps article:hover { background: rgba(255,255,255,.055); }
.rd-steps article > span { width: 49px; height: 49px; display: grid; place-items: center; color: var(--rd-navy); border-radius: 16px; background: #79c9ff; font-weight: 900; }
.rd-steps small { display: block; margin-top: 32px; color: #79c9ff; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rd-steps h3 { margin: 8px 0 12px; color: #fff; font-size: 19px; font-weight: 900; line-height: 1.22; }
.rd-steps p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.55; }

.rd-showcase { background: var(--rd-sky); }
.rd-screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; align-items: start; }
.rd-screen-card { padding: 35px 35px 32px; border: 1px solid rgba(8,78,161,.1); border-radius: 30px; background: rgba(255,255,255,.78); text-align: center; box-shadow: var(--rd-shadow-soft); }
.rd-screen-card--raised { margin-top: -24px; }
.rd-screen-card .rd-phone { width: 215px; margin: -5px auto 28px; border-width: 4px; border-radius: 35px; box-shadow: 0 25px 48px rgba(5,44,100,.18); }
.rd-screen-card .rd-phone > img { border-radius: 25px; }
.rd-screen-card .rd-phone__speaker { top: 13px; width: 58px; height: 15px; }
.rd-screen-card > span { display: block; color: var(--rd-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.rd-screen-card h3 { margin: 7px 0 8px; color: var(--rd-navy); font-size: 22px; font-weight: 900; }
.rd-screen-card p { margin: 0; color: var(--rd-muted); font-size: 14px; }

.rd-privacy { color: #fff; background: linear-gradient(130deg, #073481 0%, #0758c9 100%); }
.rd-privacy__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.rd-privacy__visual { position: relative; max-width: 370px; }
.rd-privacy__visual > img { border-radius: 82px; box-shadow: 0 35px 70px rgba(0, 20, 70, .24); }
.rd-privacy__shield { position: absolute; right: -12px; bottom: -12px; width: 94px; height: 94px; display: grid; place-items: center; color: var(--rd-blue); border: 9px solid #fff; border-radius: 32px; background: #dff3ff; font-size: 34px; font-weight: 900; box-shadow: var(--rd-shadow); }
.rd-privacy__copy h2 { margin: 0; max-width: 720px; color: #fff; font-size: clamp(42px, 4.3vw, 62px); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; }
.rd-privacy__copy .rd-lead { color: rgba(255,255,255,.84); }
.rd-checks { margin: 30px 0; padding: 0; list-style: none; }
.rd-checks li { position: relative; margin: 12px 0; padding-left: 34px; font-weight: 700; }
.rd-checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 7px; background: #fff; font-size: 12px; font-weight: 900; }
.rd-text-link--light { color: #fff; }

.rd-download { background: #fff; }
.rd-download__card { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; padding: 70px 80px; overflow: hidden; border-radius: 36px; background: linear-gradient(135deg, #ecf8ff, #dcefff); box-shadow: var(--rd-shadow-soft); }
.rd-download__card::after { content: ""; position: absolute; width: 380px; height: 380px; right: -160px; top: -180px; border: 1px solid rgba(7,88,201,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(7,88,201,.025), 0 0 0 140px rgba(7,88,201,.02); }
.rd-download__copy { position: relative; z-index: 2; }
.rd-download__copy h2 { margin: 0; color: var(--rd-navy); font-size: clamp(46px, 4.5vw, 64px); font-weight: 900; letter-spacing: -.045em; }
.rd-download__copy > p:not(.rd-kicker) { max-width: 660px; color: var(--rd-muted); }
.rd-store-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.rd-store-badge { min-width: 190px; min-height: 64px; display: inline-flex; align-items: center; gap: 13px; padding: 10px 19px; color: #fff; border-radius: 15px; background: var(--rd-navy-deep); }
.rd-store-badge i { width: 28px; color: #fff; font-size: 22px; font-style: normal; text-align: center; }
.rd-store-badge span { display: flex; flex-direction: column; line-height: 1.1; }
.rd-store-badge small { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.rd-store-badge b { margin-top: 3px; font-size: 18px; font-weight: 900; }
.rd-store-badge--disabled { opacity: .85; cursor: default; }
.rd-download__note { display: block; margin-top: 14px; color: var(--rd-muted); font-size: 11px; }
.rd-qr { position: relative; z-index: 2; text-align: center; }
.rd-qr > div { position: relative; width: 205px; height: 205px; display: grid; place-items: center; margin: auto; padding: 13px; border-radius: 23px; background: #fff; box-shadow: var(--rd-shadow-soft); }
.rd-qr > div > img:first-child { width: 100%; border-radius: 10px; image-rendering: pixelated; }
.rd-qr .rd-qr__logo { position: absolute; width: 46px; height: 38px; padding: 4px; object-fit: contain; border-radius: 10px; background: #fff; }
.rd-qr > b, .rd-qr > small { display: block; }
.rd-qr > b { margin-top: 17px; color: var(--rd-navy); font-size: 14px; font-weight: 900; }
.rd-qr > small { color: var(--rd-muted); font-size: 10px; }

.rd-news { background: var(--rd-sky); }
.rd-news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.rd-news-card { overflow: hidden; border: 1px solid var(--rd-line); border-radius: 25px; background: #fff; box-shadow: 0 10px 35px rgba(4,49,112,.06); transition: transform .25s, box-shadow .25s; }
.rd-news-card:hover { transform: translateY(-5px); box-shadow: var(--rd-shadow-soft); }
.rd-news-card__media { position: relative; aspect-ratio: 1.4; display: block; overflow: hidden; background: linear-gradient(145deg, #dff3ff, #c6e7ff); }
.rd-news-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.rd-news-card:hover .rd-news-card__media > img { transform: scale(1.035); }
.rd-news-card__media > span { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle, rgba(255,255,255,.8), transparent 62%); }
.rd-news-card__media > span img { width: 100px; opacity: .72; }
.rd-news-card__body { padding: 24px 23px 27px; }
.rd-news-card__body > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.rd-news-card__category { color: var(--rd-blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rd-news-card time { color: var(--rd-muted); font-size: 9px; font-weight: 700; }
.rd-news-card h3 { margin: 13px 0 10px; color: var(--rd-navy); font-size: 20px; font-weight: 900; line-height: 1.25; }
.rd-news-card p { margin: 0 0 16px; color: var(--rd-muted); font-size: 13px; line-height: 1.55; }
.rd-news-card__body > a { color: var(--rd-blue); font-size: 12px; font-weight: 900; }

.rd-footer { position: relative; padding-top: 155px; color: #fff; background: var(--rd-navy-deep); }
.rd-footer__waves { position: absolute; top: -1px; right: 0; left: 0; height: 145px; overflow: hidden; transform: rotate(180deg); }
.rd-footer__waves img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.rd-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 65px; padding: 65px 0 55px; }
.rd-brand--footer { color: #fff; }
.rd-brand--footer .rd-brand__mark { background: rgba(255,255,255,.08); }
.rd-brand--footer small { color: #8dceff; }
.rd-footer__brand p { margin: 25px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.rd-footer__diocese { max-width: 300px; display: block; margin-top: 25px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: #fff; }
.rd-footer__diocese img { width: 100%; }
.rd-footer__diocese span { display: block; margin-top: 9px; color: var(--rd-navy); font-size: 10px; font-weight: 900; line-height: 1.35; }
.rd-footer h3 { margin: 0 0 20px; color: #8dceff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rd-footer__grid > div:not(.rd-footer__brand) a { display: block; margin: 10px 0; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.rd-footer__grid > div:not(.rd-footer__brand) a:hover { color: #fff; }
.rd-footer__domain { margin-top: 24px; color: #fff; font-size: 12px; font-weight: 900; }
.rd-footer__address { margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.rd-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0 30px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.rd-footer__bottom a:hover { color: #fff; }

.rd-cookie { position: fixed; z-index: 500; right: 22px; bottom: 22px; width: min(430px, calc(100% - 44px)); display: flex; align-items: center; gap: 18px; padding: 18px 19px 18px 22px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 19px; background: rgba(4, 28, 82, .96); box-shadow: 0 24px 65px rgba(0, 15, 50, .26); opacity: 0; transform: translateY(18px); transition: opacity .25s, transform .25s; backdrop-filter: blur(18px); }
.rd-cookie.is-visible { opacity: 1; transform: none; }
.rd-cookie > div { flex: 1; }
.rd-cookie b { font-size: 14px; font-weight: 900; }
.rd-cookie p { margin: 2px 0 0; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }
.rd-cookie a { color: #8dceff; text-decoration: underline; }
.rd-cookie button { min-height: 40px; padding: 8px 13px; color: var(--rd-navy); border: 0; border-radius: 11px; background: #fff; font-size: 11px; font-weight: 900; cursor: pointer; }

/* Podstrony */
.rd-subhero { position: relative; min-height: 410px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 12%, rgba(72,174,255,.32), transparent 30%), linear-gradient(130deg, var(--rd-navy-deep), #064baf); }
.rd-subhero__inner { min-height: 350px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px 0 110px; }
.rd-subhero__copy { position: relative; z-index: 3; }
.rd-subhero h1 { max-width: 850px; margin: 12px 0 0; color: #fff; font-size: clamp(48px, 5.7vw, 76px); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.rd-breadcrumbs { margin: 0 0 31px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.rd-breadcrumbs span { margin: 0 9px; color: #83c9ff; }
.rd-subhero__symbol { position: relative; width: 330px; height: 280px; flex: 0 0 auto; display: grid; place-items: center; }
.rd-subhero__halo { position: absolute; width: 310px; opacity: .2; filter: brightness(1.4); }
.rd-subhero__dove { position: relative; z-index: 2; width: 170px; filter: brightness(0) invert(1); opacity: .94; }
.rd-subhero__wave { position: absolute; right: 0; bottom: -2px; left: 0; height: 120px; overflow: hidden; }
.rd-subhero__wave img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.rd-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 90px; align-items: start; }
.rd-prose { max-width: 820px; }
.rd-prose > p { color: var(--rd-muted); }
.rd-prose .rd-lead { color: var(--rd-ink); }
.rd-prose h3 { margin: 45px 0 12px; color: var(--rd-navy); font-size: 28px; font-weight: 900; }
.rd-prose blockquote { margin: 38px 0; padding: 28px 31px; color: var(--rd-navy); border-left: 4px solid var(--rd-blue); border-radius: 0 20px 20px 0; background: var(--rd-sky); font-size: 25px; font-weight: 800; line-height: 1.4; }
.rd-prose a { color: var(--rd-blue); text-decoration: underline; }
.rd-prose ul:not(.rd-checks) { padding-left: 22px; color: var(--rd-muted); }
.rd-checks--dark li { color: var(--rd-text); }
.rd-checks--dark li::before { color: #fff; background: var(--rd-blue); }
.rd-side-phone { padding: 35px; border-radius: 30px; background: var(--rd-sky); text-align: center; }
.rd-side-phone .rd-phone { width: 225px; margin: auto; }
.rd-side-phone p { margin: 25px 0 0; }
.rd-side-phone b, .rd-side-phone span { display: block; }
.rd-side-phone b { color: var(--rd-navy); font-size: 18px; font-weight: 900; }
.rd-side-phone span { color: var(--rd-muted); font-size: 13px; }
.rd-side-stack { display: grid; gap: 20px; align-self: start; }
.rd-side-diocese { padding: 27px; border: 1px solid var(--rd-line); border-radius: 25px; background: #fff; box-shadow: var(--rd-shadow-soft); }
.rd-side-diocese > img { width: 100%; margin-bottom: 22px; }
.rd-side-diocese p { margin: 0; }
.rd-side-diocese b, .rd-side-diocese span { display: block; }
.rd-side-diocese b { color: var(--rd-navy); font-size: 17px; font-weight: 900; line-height: 1.3; }
.rd-side-diocese span { margin-top: 8px; color: var(--rd-muted); font-size: 13px; }
.rd-source-links { display: grid; gap: 8px; margin-top: 36px; padding: 23px; border: 1px solid var(--rd-line); border-radius: 19px; background: var(--rd-sky); }
.rd-source-links b { color: var(--rd-navy); font-size: 13px; font-weight: 900; }
.rd-source-links a { color: var(--rd-blue); font-size: 13px; font-weight: 800; }
.rd-source-links a:hover { text-decoration: underline; }

.rd-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rd-how-grid article { min-height: 260px; padding: 32px; border: 1px solid var(--rd-line); border-radius: 25px; background: #fff; box-shadow: 0 10px 35px rgba(4,49,112,.05); }
.rd-how-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 15px; background: var(--rd-sky); font-weight: 900; }
.rd-how-grid h3 { margin: 30px 0 10px; color: var(--rd-navy); font-size: 21px; font-weight: 900; }
.rd-how-grid p { margin: 0; color: var(--rd-muted); font-size: 14px; }
.rd-how-grid__cta { color: #fff; background: linear-gradient(145deg, var(--rd-navy), var(--rd-blue)) !important; }
.rd-how-grid__cta img { width: 80px; height: 55px; object-fit: contain; filter: brightness(0) invert(1); }
.rd-how-grid__cta h3 { margin: 18px 0 20px; color: #fff; }

.rd-stage-list { display: grid; gap: 20px; }
.rd-stage-list > article { display: grid; grid-template-columns: 72px 1fr 100px; gap: 32px; align-items: start; padding: 43px 46px; border: 1px solid var(--rd-line); border-radius: 28px; background: #fff; box-shadow: 0 10px 35px rgba(4,49,112,.045); }
.rd-stage-list > article > span { width: 64px; height: 64px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 20px; background: var(--rd-sky); font-weight: 900; }
.rd-stage-list small { color: var(--rd-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rd-stage-list h2 { margin: 3px 0 9px; color: var(--rd-navy); font-size: 30px; font-weight: 900; }
.rd-stage-list p { margin: 0; color: var(--rd-muted); }
.rd-stage-list b { display: block; margin-top: 20px; color: var(--rd-ink); font-size: 12px; }
.rd-stage-list blockquote { margin: 5px 0 0; color: var(--rd-blue); font-size: 16px; font-weight: 800; }
.rd-stage-list > article > i { display: grid; place-items: center; min-height: 60px; color: var(--rd-navy); border-radius: 18px; background: var(--rd-sky); font-size: 19px; font-style: normal; font-weight: 900; }

.rd-community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rd-community-grid article { padding: 38px 34px; border: 1px solid var(--rd-line); border-radius: 28px; }
.rd-community-grid article > span { width: 62px; height: 62px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 20px; background: var(--rd-sky); font-size: 28px; }
.rd-community-grid h3 { margin: 28px 0 10px; color: var(--rd-navy); font-size: 25px; font-weight: 900; }
.rd-community-grid p, .rd-community-grid li { color: var(--rd-muted); font-size: 14px; }
.rd-community-grid ul { padding-left: 19px; }
.rd-prompt-card { margin-top: 70px; display: grid; grid-template-columns: 120px 1fr auto; gap: 40px; align-items: center; padding: 48px; border-radius: 30px; background: var(--rd-sky); }
.rd-prompt-card > img { width: 110px; }
.rd-prompt-card h2 { margin: 0; color: var(--rd-navy); font-size: 33px; font-weight: 900; }
.rd-prompt-card p:not(.rd-kicker) { margin: 8px 0 0; color: var(--rd-muted); }

.rd-download-page { background: var(--rd-sky); }
.rd-download-page__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.rd-download-page__copy > p:not(.rd-kicker):not(.rd-lead) { color: var(--rd-muted); }
.rd-availability { margin-top: 35px; display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--rd-line); border-radius: 18px; background: #fff; }
.rd-availability > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 13px; background: var(--rd-blue); font-weight: 900; }
.rd-availability b, .rd-availability small { display: block; }
.rd-availability b { color: var(--rd-navy); font-size: 14px; }
.rd-availability small { color: var(--rd-muted); font-size: 11px; }
.rd-download-page__visual { position: relative; min-height: 520px; display: grid; place-items: center; border-radius: 36px; background: linear-gradient(145deg, #d8efff, #fff); overflow: hidden; }
.rd-download-page__icon { position: absolute; right: -42px; bottom: -55px; width: 220px; border-radius: 50px; opacity: .16; transform: rotate(10deg); }
.rd-qr--large > div { width: 260px; height: 260px; }

.rd-news-page { background: var(--rd-sky); }
.rd-news-grid--page { grid-template-columns: repeat(3, 1fr); }
.rd-news-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: -20px 0 40px; }
.rd-news-filters a { padding: 10px 16px; color: var(--rd-muted); border: 1px solid var(--rd-line); border-radius: 12px; background: #fff; font-size: 11px; font-weight: 900; }
.rd-news-filters a.is-active { color: #fff; border-color: var(--rd-blue); background: var(--rd-blue); }
.rd-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 45px; }
.rd-pagination a, .rd-pagination b, .rd-pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 11px; border: 1px solid var(--rd-line); border-radius: 11px; background: #fff; font-size: 11px; }
.rd-pagination b { color: #fff; border-color: var(--rd-blue); background: var(--rd-blue); }

.rd-article-page { background: var(--rd-sky); }
.rd-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 55px; align-items: start; }
.rd-article { padding: 48px; border-radius: 28px; background: #fff; }
.rd-article > time { display: block; margin-top: 6px; color: var(--rd-muted); font-size: 11px; }
.rd-article > h2 { margin: 16px 0 35px; color: var(--rd-navy); font-size: clamp(38px, 4.5vw, 58px); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; }
.rd-article__cover { width: 100%; max-height: 620px; margin-bottom: 38px; border-radius: 20px; object-fit: cover; }
.rd-article__body { color: var(--rd-text); }
.rd-article__body h2, .rd-article__body h3 { color: var(--rd-navy); }
.rd-article__body img { height: auto; margin: 25px auto; border-radius: 14px; }
.rd-article__body a { color: var(--rd-blue); text-decoration: underline; }
.rd-article > .rd-button { margin-top: 35px; }
.rd-article-side { position: sticky; top: 120px; padding: 30px; color: #fff; border-radius: 25px; background: var(--rd-navy); }
.rd-article-side h3 { margin: 0 0 16px; color: #8dceff; font-size: 22px; font-weight: 900; }
.rd-article-side a { display: block; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
.rd-article-side time { display: block; color: #8dceff; font-size: 9px; }
.rd-article-side b { display: block; color: #fff; font-size: 14px; line-height: 1.35; }

.rd-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.rd-help-card { margin-top: 35px; display: flex; gap: 15px; padding: 24px; border-radius: 20px; background: var(--rd-sky); }
.rd-help-card > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 14px; background: var(--rd-blue); font-weight: 900; }
.rd-help-card b { color: var(--rd-navy); }
.rd-help-card p { margin: 2px 0; color: var(--rd-muted); font-size: 13px; }
.rd-help-card a { color: var(--rd-blue); font-size: 12px; font-weight: 900; }
.rd-faq { display: grid; gap: 11px; }
.rd-faq details { border: 1px solid var(--rd-line); border-radius: 18px; background: #fff; }
.rd-faq summary { position: relative; padding: 22px 55px 22px 23px; color: var(--rd-navy); font-size: 16px; font-weight: 900; cursor: pointer; list-style: none; }
.rd-faq summary::-webkit-details-marker { display: none; }
.rd-faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; color: var(--rd-blue); font-size: 22px; transform: translateY(-50%); }
.rd-faq details[open] summary::after { content: "–"; }
.rd-faq details p { margin: 0; padding: 0 23px 23px; color: var(--rd-muted); font-size: 14px; }

.rd-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: start; }
.rd-contact-note { margin-top: 35px; display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: 20px; background: var(--rd-sky); }
.rd-contact-note img { width: 70px; }
.rd-contact-note b, .rd-contact-note span { display: block; }
.rd-contact-note b { color: var(--rd-navy); }
.rd-contact-note span { color: var(--rd-muted); font-size: 12px; }
.rd-contact-note--diocese { align-items: flex-start; flex-direction: column; padding: 27px; background: #fff; border: 1px solid var(--rd-line); box-shadow: var(--rd-shadow-soft); }
.rd-contact-note--diocese > img { width: min(100%, 330px); }
.rd-contact-note--diocese p { margin: 2px 0 0; }
.rd-contact-note--diocese b { font-size: 17px; line-height: 1.35; }
.rd-contact-note--diocese span { margin-top: 9px; font-size: 14px; line-height: 1.65; }
.rd-contact-note--diocese a { display: inline-block; margin-top: 11px; color: var(--rd-blue); font-size: 12px; font-weight: 900; }
.rd-contact-form { padding: 40px; border: 1px solid var(--rd-line); border-radius: 28px; background: var(--rd-sky); }
.rd-form-heading { margin: 0 0 25px; color: var(--rd-navy); font-size: 21px; font-weight: 900; }
.rd-form-success { margin-bottom: 25px; padding: 17px 19px; color: #0a5d43; border: 1px solid #bfe8d9; border-radius: 15px; background: #eafaf4; }
.rd-form-success b, .rd-form-success span { display: block; }
.rd-form-success b { font-size: 15px; font-weight: 900; }
.rd-form-success span { font-size: 12px; }
.rd-contact-form label { display: block; margin-bottom: 19px; color: var(--rd-navy); font-size: 12px; font-weight: 900; }
.rd-contact-form label small { color: var(--rd-muted); font-weight: 700; }
.rd-contact-form input, .rd-contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 16px; color: var(--rd-ink); border: 1px solid #cddfeb; border-radius: 13px; background: #fff; outline: none; }
.rd-contact-form input:focus, .rd-contact-form textarea:focus { border-color: var(--rd-blue); box-shadow: 0 0 0 4px rgba(7,88,201,.1); }
.rd-contact-form textarea { min-height: 150px; resize: vertical; }
.rd-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.rd-consent { display: flex !important; align-items: flex-start; gap: 11px; font-weight: 700 !important; }
.rd-consent input { width: 18px; flex: 0 0 18px; margin-top: 3px; }

.rd-policy-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; align-items: start; }
.rd-policy-card { position: sticky; top: 120px; padding: 32px; color: #fff; border-radius: 25px; background: linear-gradient(145deg, var(--rd-navy), var(--rd-blue)); }
.rd-policy-card > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--rd-blue); border-radius: 15px; background: #fff; font-weight: 900; }
.rd-policy-card h3 { margin: 24px 0 12px; color: #fff; font-size: 23px; font-weight: 900; }
.rd-policy-card p, .rd-policy-card li { color: rgba(255,255,255,.72); font-size: 13px; }
.rd-policy-card ul { padding-left: 18px; }
.rd-policy-date { margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--rd-line); font-size: 12px; }

.rd-subcta { color: #fff; background: linear-gradient(120deg, var(--rd-navy), var(--rd-blue)); }
.rd-subcta__inner { min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.rd-subcta h2 { margin: 0; color: #fff; font-size: clamp(32px, 3.6vw, 48px); font-weight: 900; line-height: 1.1; letter-spacing: -.035em; }

.js .rd-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .rd-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .rd-nav { gap: 18px; }
    .rd-nav a { font-size: 12px; }
    .rd-header__inner { gap: 18px; }
    .rd-header__cta { padding-inline: 15px; }
    .rd-hero__grid { gap: 35px; }
    .rd-float-card--two { right: -10px; }
    .rd-audience article { padding-inline: 28px; }
    .rd-steps article { padding-inline: 20px; }
    .rd-footer__grid { gap: 35px; }
}

@media (max-width: 940px) {
    .rd-nav, .rd-header__cta { display: none; }
    .rd-menu-toggle { display: block; margin-left: auto; }
    .rd-header__inner { min-height: 80px; }
    .rd-mobile-nav { position: absolute; right: 0; left: 0; top: 100%; max-height: calc(100vh - 80px); overflow: auto; padding: 15px 24px 28px; grid-template-columns: 1fr 1fr; gap: 2px 18px; background: rgba(255,255,255,.98); border-top: 1px solid var(--rd-line); box-shadow: 0 25px 50px rgba(4,34,90,.14); }
    .rd-mobile-nav.is-open { display: grid; }
    .rd-mobile-nav a { padding: 14px 8px; color: var(--rd-navy); border-bottom: 1px solid var(--rd-line); font-size: 14px; font-weight: 800; }
    .rd-mobile-nav__download { color: var(--rd-blue) !important; }
    .rd-hero { min-height: auto; }
    .rd-hero__grid { grid-template-columns: 1fr 390px; min-height: 720px; padding-top: 60px; }
    .rd-hero h1 { font-size: 59px; }
    .rd-hero__visual { min-height: 530px; }
    .rd-phone--hero { width: 248px; }
    .rd-dove { width: 125px; }
    .rd-float-card { min-width: 178px; }
    .rd-float-card--one { left: -10px; }
    .rd-audience__grid { grid-template-columns: 1fr; }
    .rd-audience article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .rd-meaning__grid, .rd-intro__grid, .rd-privacy__grid, .rd-content-grid, .rd-download-page__grid, .rd-contact-grid, .rd-faq-layout, .rd-policy-layout { grid-template-columns: 1fr; gap: 60px; }
    .rd-diocese-card { max-width: 720px; }
    .rd-feature-stack { max-width: 720px; }
    .rd-steps { grid-template-columns: repeat(2, 1fr); }
    .rd-steps article { border-bottom: 1px solid rgba(255,255,255,.13); }
    .rd-steps article:nth-child(2n) { border-right: 0; }
    .rd-steps article:last-child { grid-column: 1 / -1; }
    .rd-screens { gap: 18px; }
    .rd-screen-card { padding-inline: 18px; }
    .rd-privacy__visual { width: 300px; }
    .rd-download__card { grid-template-columns: 1fr; gap: 50px; padding: 60px; }
    .rd-news-grid { grid-template-columns: repeat(2, 1fr); }
    .rd-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .rd-footer__grid > div:last-child { grid-column: 2 / -1; }
    .rd-subhero__symbol { width: 250px; }
    .rd-how-grid, .rd-community-grid { grid-template-columns: repeat(2, 1fr); }
    .rd-prompt-card { grid-template-columns: 100px 1fr; }
    .rd-prompt-card .rd-button { grid-column: 2; justify-self: start; }
    .rd-news-grid--page { grid-template-columns: repeat(2, 1fr); }
    .rd-article-layout { grid-template-columns: 1fr; }
    .rd-article-side, .rd-policy-card { position: static; }
}

@media (max-width: 700px) {
    body { font-size: 16px; }
    .rd-shell { width: min(100% - 30px, 1240px); }
    .rd-section { padding: 78px 0; }
    .rd-brand__mark { width: 52px; height: 52px; }
    .rd-brand b { font-size: 18px; }
    .rd-brand small { font-size: 11px; }
    .rd-mobile-nav { grid-template-columns: 1fr; }
    .rd-hero__grid { min-height: auto; display: flex; flex-direction: column; gap: 35px; padding: 60px 0 145px; }
    .rd-hero__copy { width: 100%; }
    .rd-eyebrow { font-size: 11px; }
    .rd-hero h1 { font-size: clamp(45px, 14vw, 61px); }
    .rd-hero h1 em { font-size: .56em; }
    .rd-hero__lead { font-size: 23px; }
    .rd-hero__text { font-size: 15px; }
    .rd-hero__actions { flex-direction: column; align-items: stretch; }
    .rd-hero__actions .rd-button { width: 100%; }
    .rd-hero__trust { gap: 8px 15px; }
    .rd-hero__trust span { font-size: 10px; }
    .rd-hero__visual { width: 100%; min-height: 490px; }
    .rd-phone--hero { width: 235px; transform: rotate(1.5deg); }
    .rd-halo { width: 420px; }
    .rd-dove { top: -12px; right: 2px; width: 112px; }
    .rd-float-card { min-width: 165px; padding: 11px 12px; }
    .rd-float-card > span { width: 34px; height: 34px; }
    .rd-float-card b { font-size: 11px; }
    .rd-float-card small { font-size: 8px; }
    .rd-float-card--one { left: 0; bottom: 85px; }
    .rd-float-card--two { right: -5px; bottom: 165px; }
    .rd-hero__waves { height: 145px; }
    .rd-audience article { padding: 27px 15px; }
    .rd-intro__grid { gap: 45px; }
    .rd-meaning__copy h2, .rd-intro__copy h2, .rd-heading h2, .rd-prose h2, .rd-download-page__copy h2, .rd-contact-grid h2, .rd-faq-layout h2 { font-size: 39px; }
    .rd-meaning__grid { gap: 42px; }
    .rd-diocese-card { padding: 29px 22px; border-radius: 26px; }
    .rd-diocese-card__logo { max-width: 300px; }
    .rd-lead { font-size: 18px; }
    .rd-feature-stack article { grid-template-columns: 51px 1fr; gap: 14px; padding: 20px; }
    .rd-feature-stack article:nth-child(2) { margin-left: 0; }
    .rd-feature-stack article > span { width: 49px; height: 49px; }
    .rd-heading--split { align-items: flex-start; flex-direction: column; gap: 20px; }
    .rd-heading { margin-bottom: 40px; }
    .rd-steps, .rd-screens, .rd-news-grid, .rd-news-grid--page, .rd-how-grid, .rd-community-grid { grid-template-columns: 1fr; }
    .rd-steps article, .rd-steps article:nth-child(2n) { min-height: auto; border-right: 0; }
    .rd-steps article:last-child { grid-column: auto; }
    .rd-screen-card--raised { margin-top: 0; }
    .rd-screen-card .rd-phone { width: 210px; }
    .rd-privacy__grid { gap: 45px; }
    .rd-privacy__visual { width: 230px; margin: auto; }
    .rd-privacy__visual > img { border-radius: 53px; }
    .rd-privacy__shield { width: 72px; height: 72px; border-width: 7px; border-radius: 25px; }
    .rd-privacy__copy h2 { font-size: 39px; }
    .rd-download__card { width: calc(100% - 30px); padding: 38px 22px; border-radius: 27px; }
    .rd-store-row { flex-direction: column; }
    .rd-store-badge { width: 100%; }
    .rd-qr > div { width: 190px; height: 190px; }
    .rd-footer { padding-top: 110px; }
    .rd-footer__waves { height: 105px; }
    .rd-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
    .rd-footer__brand { grid-column: 1 / -1; }
    .rd-footer__diocese { max-width: 330px; }
    .rd-footer__grid > div:last-child { grid-column: auto; }
    .rd-footer__bottom { align-items: flex-start; flex-direction: column; }
    .rd-subhero { min-height: 350px; }
    .rd-subhero__inner { min-height: 310px; padding: 50px 0 100px; }
    .rd-subhero h1 { font-size: 45px; }
    .rd-subhero__symbol { position: absolute; right: -80px; width: 230px; opacity: .16; }
    .rd-subhero__wave { height: 90px; }
    .rd-content-grid { gap: 40px; }
    .rd-prose blockquote { padding: 23px; font-size: 21px; }
    .rd-side-phone { padding: 25px; }
    .rd-stage-list > article { grid-template-columns: 52px 1fr; gap: 18px; padding: 26px 20px; }
    .rd-stage-list > article > span { width: 52px; height: 52px; border-radius: 16px; }
    .rd-stage-list h2 { font-size: 25px; }
    .rd-stage-list > article > i { grid-column: 2; justify-self: start; min-width: 86px; min-height: 44px; }
    .rd-prompt-card { grid-template-columns: 1fr; gap: 20px; padding: 30px 24px; }
    .rd-prompt-card > img { width: 90px; }
    .rd-prompt-card .rd-button { grid-column: auto; }
    .rd-download-page__visual { min-height: 430px; }
    .rd-qr--large > div { width: 225px; height: 225px; }
    .rd-news-filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: -15px; padding-inline: 15px; }
    .rd-news-filters a { flex: 0 0 auto; }
    .rd-article { padding: 28px 20px; }
    .rd-article > h2 { font-size: 38px; }
    .rd-contact-form { padding: 27px 19px; }
    .rd-form-row { grid-template-columns: 1fr; }
    .rd-policy-layout { gap: 40px; }
    .rd-subcta__inner { min-height: 320px; align-items: flex-start; justify-content: center; flex-direction: column; }
    .rd-cookie { right: 15px; bottom: 15px; width: calc(100% - 30px); padding: 15px; }
}

@media (max-width: 410px) {
    .rd-brand__mark { width: 48px; height: 48px; border-radius: 15px; }
    .rd-brand b { font-size: 16px; }
    .rd-brand small { font-size: 10px; }
    .rd-hero h1 { font-size: 43px; }
    .rd-float-card--two { display: none; }
    .rd-float-card--one { left: -5px; }
    .rd-footer__grid { grid-template-columns: 1fr; }
    .rd-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
