:root {
  --navy: #071c3b;
  --navy-2: #0b2a55;
  --cyan: #19d3e6;
  --cyan-soft: #a8f5fa;
  --pink: #e72b8b;
  --ink: #102544;
  --muted: #5e6f86;
  --paper: #f5f9fc;
  --white: #fff;
  --line: #dbe7f0;
  --shadow: 0 24px 70px rgba(6, 28, 59, .14);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7,28,59,.96); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand > span:last-child { display: grid; line-height: 1.25; }
.brand strong { font-size: .98rem; letter-spacing: .01em; }
.brand small { color: var(--cyan); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; margin-top: 3px; }
.brand-logo { width: 46px; height: 46px; flex: 0 0 46px; object-fit: cover; border: 2px solid rgba(255,255,255,.84); border-radius: 50%; background: white; box-shadow: 0 5px 18px rgba(0,0,0,.16); }
.brand-logo.small { width: 30px; height: 30px; flex-basis: 30px; border-width: 1px; }
.brand-logo.medium { width: 84px; height: 84px; flex-basis: 84px; border-width: 3px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .86rem; font-weight: 600; }
.main-nav a { opacity: .8; transition: opacity .2s, color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; color: var(--cyan); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; color: white; background: transparent; padding: 8px 12px; font: inherit; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 75% 35%, #123f70 0, transparent 31%), linear-gradient(132deg, #06172f 0%, #09264d 56%, #061b38 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, black, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 420px; height: 420px; right: -240px; top: 10%; border: 1px solid rgba(25,211,230,.18); box-shadow: 0 0 150px rgba(25,211,230,.08); }
.hero-glow-two { width: 280px; height: 280px; left: -200px; bottom: 0; border: 1px solid rgba(231,43,139,.18); box-shadow: 0 0 120px rgba(231,43,139,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; padding-top: 86px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: #139eb6; font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { color: var(--cyan); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 30px; height: 2px; background: var(--pink); }
.hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 5.6vw, 5.6rem); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: var(--cyan); font-style: italic; }
.hero-lead { max-width: 630px; margin: 28px 0 34px; color: #c6d4e5; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 0; border-radius: 8px; font: 700 .86rem/1 Inter, sans-serif; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--cyan); box-shadow: 0 12px 35px rgba(25,211,230,.22); }
.button-primary:hover { background: #62e7f1; }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; list-style: none; margin: 28px 0 0; padding: 0; color: #9fb1c8; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust span { color: var(--cyan); }

.app-showcase { position: relative; min-height: 580px; display: grid; place-items: center; }
.preview-phone { position: absolute; z-index: 3; overflow: hidden; padding: 8px; border: 1px solid rgba(255,255,255,.34); border-radius: 34px; background: #06152c; box-shadow: 0 38px 75px rgba(0,0,0,.4); }
.preview-phone::before { content: ""; position: absolute; z-index: 3; top: 14px; left: 50%; width: 62px; height: 15px; border-radius: 20px; background: #06152c; transform: translateX(-50%); }
.preview-phone > span { position: absolute; z-index: 4; left: 50%; bottom: 17px; padding: 5px 10px; border-radius: 20px; color: white; background: rgba(7,28,59,.88); font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; transform: translateX(-50%); }
.preview-phone img { width: 100%; height: 100%; display: block; border-radius: 27px; object-fit: contain; object-position: top; background: #cffafd; }
.preview-church { right: 38px; width: 270px; height: 565px; transform: rotate(3deg); }
.preview-leaders { z-index: 2; left: 18px; bottom: 30px; width: 210px; height: 440px; transform: rotate(-7deg); }
.orbit { position: absolute; border: 1px solid rgba(25,211,230,.16); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(231,43,139,.16); }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(8,35,70,.85); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(0,0,0,.24); }
.floating-card div:last-child { display: grid; }
.floating-card small { color: #8fa8c0; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { font-size: .7rem; }
.card-live { left: -12px; top: 16%; }
.card-live > span { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(231,43,139,.12); }
.card-open { right: -12px; bottom: 12%; }
.app-icon { width: 28px; height: 28px; display: grid!important; place-items: center; border-radius: 8px; color: var(--navy); background: var(--cyan); font-size: 1.2rem; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: flex; align-items: center; gap: 9px; color: #718aa6; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 30px; background: linear-gradient(var(--cyan), transparent); }

.welcome { background: white; }
.welcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
h2 { margin: 0; color: var(--navy); font: 500 clamp(2.4rem, 4.2vw, 4.2rem)/1.06 Georgia, serif; letter-spacing: -.035em; }
h2 span { color: #109cb3; font-style: italic; }
.welcome-copy { color: var(--muted); font-size: 1rem; }
.welcome-copy p:first-child { margin-top: 0; }
.welcome-copy p:last-child { margin-bottom: 0; }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.value-row article { --value-accent: var(--cyan); position: relative; isolation: isolate; min-height: 330px; overflow: hidden; padding: 34px 34px 38px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(155deg, #fff 50%, #f4fbfd); box-shadow: 0 20px 55px rgba(7,28,59,.08); transition: transform .25s, box-shadow .25s, border-color .25s; }
.value-row article::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 5px; background: var(--value-accent); }
.value-row article::after { content: ""; position: absolute; z-index: -1; width: 190px; height: 190px; right: -85px; bottom: -105px; border: 1px solid color-mix(in srgb, var(--value-accent) 28%, transparent); border-radius: 50%; box-shadow: 0 0 60px color-mix(in srgb, var(--value-accent) 10%, transparent); }
.value-row article:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--value-accent) 45%, var(--line)); box-shadow: 0 28px 65px rgba(7,28,59,.13); }
.value-row .value-grow { --value-accent: var(--pink); background: linear-gradient(155deg, #fff 50%, #fff5fa); }
.value-row .value-serve { --value-accent: var(--navy-2); background: linear-gradient(155deg, #fff 50%, #f2f6fb); }
.value-number { position: absolute; right: 24px; top: 14px; color: color-mix(in srgb, var(--value-accent) 12%, transparent); font: 500 5rem/1 Georgia, serif; }
.value-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; color: var(--value-accent); background: color-mix(in srgb, var(--value-accent) 11%, white); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--value-accent) 18%, transparent); }
.value-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.value-kicker { margin: 28px 0 2px!important; color: var(--value-accent)!important; font-size: .57rem!important; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.value-row h3 { margin: 2px 0 12px; font: 500 2rem Georgia, serif; }
.value-row article > p:last-child { margin: 0; color: var(--muted); font-size: .88rem; }

.app-section { position: relative; overflow: hidden; color: white; background: linear-gradient(120deg, #061932, #0b315f); }
.app-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; bottom: -280px; border: 1px solid rgba(25,211,230,.2); border-radius: 50%; box-shadow: 0 0 150px rgba(25,211,230,.08); }
.section-kicker.light { color: var(--cyan); }
.apps-heading { position: relative; z-index: 2; max-width: 780px; margin-bottom: 54px; text-align: center; }
.apps-heading h2, .news h2 { color: white; }
.apps-heading > p:last-child { color: #a9bbd0; }
.app-benefits { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: -24px; margin-bottom: 28px; }
.app-benefits article { display: flex; align-items: flex-start; gap: 14px; padding: 19px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.app-benefits article > span { flex: 0 0 35px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--cyan); font-size: .57rem; font-weight: 900; }
.app-benefits strong { display: block; color: white; font-size: .82rem; }
.app-benefits p { margin: 3px 0 0; color: #8fa8c0; font-size: .68rem; line-height: 1.45; }
.app-preview-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.app-preview-card { min-height: 570px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.church-app-card { border-color: rgba(25,211,230,.7); box-shadow: 0 30px 80px rgba(25,211,230,.13), 0 30px 70px rgba(0,0,0,.22); }
.app-preview-device { position: relative; min-height: 570px; overflow: hidden; background: #c8f9fb; }
.leaders-card .app-preview-device { background: #f2f1fb; }
.app-preview-device img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: top center; }
.app-preview-body { display: flex; flex-direction: column; align-items: flex-start; padding: 38px 30px; }
.audience-badge { padding: 6px 10px; border-radius: 20px; color: #087c91; background: #ddf8fa; font-size: .55rem; font-weight: 900; letter-spacing: .13em; }
.audience-badge.leaders { color: #9e1458; background: #ffe0f0; }
.app-preview-body h3 { margin: 20px 0 10px; color: var(--navy); font: 500 2rem/1 Georgia, serif; }
.app-preview-body > p { margin: 0; color: var(--muted); font-size: .82rem; }
.app-preview-body ul { display: grid; gap: 9px; margin: 24px 0; padding: 0; color: var(--ink); font-size: .76rem; list-style: none; }
.app-preview-body li::before { content: "✓"; margin-right: 8px; color: #10a6ba; font-weight: 900; }
.leaders-card .app-preview-body li::before { color: var(--pink); }
.button-app { width: 100%; margin-top: auto; color: var(--navy); background: var(--cyan); }
.leaders-button { color: white; background: linear-gradient(135deg, #f43f91, #cb0875); }
.install { background: var(--paper); }
.section-heading { max-width: 760px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.install-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.install-card { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 40px rgba(7,28,59,.05); }
.install-card.featured { border-top: 3px solid var(--pink); }
.recommended { position: absolute; top: 0; right: 18px; padding: 5px 10px; color: white; border-radius: 0 0 6px 6px; background: var(--pink); font-size: .52rem; font-weight: 800; letter-spacing: .11em; }
.device-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: #dff9fb; font-weight: 900; font-size: .72rem; }
.device-icon.android { color: white; background: #109cb3; }.device-icon.desktop { color: white; background: var(--navy); font-size: 1.1rem; }
.install-card small { color: #96a4b5; font-size: .56rem; letter-spacing: .13em; }
.install-card h3 { margin: 2px 0 0; font: 500 1.35rem Georgia, serif; }
.install-card ol { grid-column: 1 / -1; display: grid; gap: 17px; margin: 19px 0 22px; padding: 0; list-style: none; }
.install-card li { display: flex; gap: 12px; align-items: flex-start; }
.install-card li > span { flex: 0 0 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #129eb5; background: #e7f8fa; font-size: .65rem; font-weight: 800; }
.install-card li p { margin: 0; color: var(--muted); font-size: .82rem; }
.install-card li strong { color: var(--ink); }
.install-result { grid-column: 1 / -1; margin: -2px 0 20px; padding: 12px 14px; border-radius: 8px; color: #416175; background: #eef9fa; font-size: .74rem; }
.install-result strong { color: #087f93; }

.community-updates { background: white; }
.updates-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.updates-heading > p { margin: 0 0 8px; color: var(--muted); }
.community-feature { position: relative; overflow: hidden; margin-top: 58px; min-height: 370px; border-radius: 24px; background: var(--navy); box-shadow: 0 28px 75px rgba(7,28,59,.18); }
.community-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,33,.86) 0%, rgba(3,15,33,.38) 43%, transparent 72%); pointer-events: none; }
.community-feature img { width: 100%; min-height: 370px; display: block; object-fit: cover; object-position: center; }
.community-feature figcaption { position: absolute; z-index: 2; left: clamp(24px,5vw,64px); bottom: clamp(24px,5vw,54px); max-width: 470px; color: white; }
.community-feature figcaption span { color: var(--cyan); font-size: .6rem; font-weight: 900; letter-spacing: .17em; }
.community-feature figcaption strong { display: block; margin: 7px 0 8px; font: 500 clamp(1.8rem,4vw,3.15rem)/1.03 Georgia, serif; letter-spacing: -.03em; }
.community-feature figcaption p { margin: 0; color: #c2d1df; font-size: .84rem; }
.announcements-wrap { margin-top: 68px; }
.gallery-wrap { margin-top: 52px; }
.announcements-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.announcements-title span { color: #129eb5; font-size: .59rem; font-weight: 900; letter-spacing: .16em; }
.announcements-title h3 { margin: 0; color: var(--navy); font: 500 1.7rem Georgia, serif; }
.announcement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.announcement-card { position: relative; overflow: hidden; min-height: 360px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(7,28,59,.08); }
.announcement-image { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; background: linear-gradient(135deg, #d8f7fa, #fce1ef); }
.announcement-image-placeholder { aspect-ratio: 16 / 9; display: grid; place-items: center; color: rgba(7,28,59,.55); background: linear-gradient(135deg, #d8f7fa, #fce1ef); font: 500 2.2rem Georgia, serif; }
.announcement-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.announcement-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.announcement-meta span, .announcement-meta time { padding: 5px 8px; border-radius: 20px; color: #087d91; background: #e6f8fa; font-size: .55rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.announcement-meta time { color: #a20e5b; background: #ffe6f2; }
.announcement-card h4 { margin: 0 0 9px; color: var(--navy); font: 500 1.35rem/1.15 Georgia, serif; }
.announcement-card p { margin: 0; color: var(--muted); font-size: .79rem; }
.church-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-card { position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 16px; background: var(--paper); }
.gallery-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 36px 16px 14px; color: white; background: linear-gradient(transparent, rgba(4,19,40,.88)); }
.gallery-caption strong { display: block; font: 500 1rem Georgia, serif; }
.gallery-caption span { color: #c6d8e8; font-size: .64rem; }
.content-empty { grid-column: 1 / -1; padding: 36px; border: 1px dashed #b9ccd9; border-radius: 16px; color: #6f8297; background: #f7fbfd; text-align: center; }
.content-empty p { margin: 0; }

.news { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, #06172f, #092b52); }
.news::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 28px 28px; }
.news-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.news-heading > div:first-child { max-width: 800px; }
.news-heading h2 { margin-bottom: 18px; }
.news-heading p:last-child { margin: 0; color: #a6bad0; }
.news-update { display: flex; align-items: center; gap: 13px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.05); }
.news-update > span { width: 11px; height: 11px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(25,211,230,.12); }
.news-update div { display: grid; }
.news-update small { color: #7f99b4; font-size: .5rem; font-weight: 800; letter-spacing: .12em; }
.news-update strong { color: #dffbff; font-size: .75rem; }
.news-columns { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 58px; }
.news-column { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.045); }
.news-column-title { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.news-column-title > div { display: grid; }
.news-column-title small { color: #7690aa; font-size: .52rem; font-weight: 900; letter-spacing: .16em; }
.news-column-title h3 { margin: 2px 0 0; font: 500 1.55rem Georgia, serif; }
.news-column-title p { margin: 3px 0 0; color: #7790a9; font-size: .66rem; }
.news-marker { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 12px; }
.news-marker::before { font-size: 1rem; font-weight: 900; }
.news-marker.local { color: #06203f; background: var(--cyan); }
.news-marker.local::before { content: "CR"; font-size: .62rem; }
.news-marker.world { color: white; background: linear-gradient(135deg, var(--pink), #aa0a69); }
.news-marker.world::before { content: "◎"; }
.news-list { display: grid; gap: 10px; }
.news-card { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; padding: 19px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(3,16,34,.42); transition: transform .2s, border-color .2s, background .2s; }
.news-card:hover { transform: translateY(-2px); border-color: rgba(25,211,230,.38); background: rgba(3,16,34,.7); }
.news-card h4 { grid-column: 1 / -1; margin: 0; font: 500 1.03rem/1.35 Georgia, serif; }
.news-card p { grid-column: 1 / -1; display: -webkit-box; overflow: hidden; margin: 0; color: #91a8bf; font-size: .74rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-card time, .news-card .news-source { color: #6f8aa5; font-size: .61rem; font-weight: 700; letter-spacing: .04em; }
.news-card .news-source { color: var(--cyan); text-align: right; }
.news-empty { padding: 22px; border: 1px dashed rgba(255,255,255,.18); border-radius: 11px; }
.news-empty p { margin: 0; color: #8ea5bd; font-size: .78rem; }
.news-disclaimer { position: relative; z-index: 1; margin-top: 24px; color: #68829d; font-size: .64rem; text-align: center; }

.help { background: white; }
.help-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 52px 58px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(115deg, #f8fdff, #fff5fa); box-shadow: var(--shadow); }
.help-symbol { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--cyan), #1197af); font: 500 2rem Georgia, serif; box-shadow: 0 10px 25px rgba(17,151,175,.2); }
.help-inner .section-kicker { margin-bottom: 7px; }
.help-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.help-inner p { margin: 8px 0 0; color: var(--muted); }
.leader-contact { color: var(--navy); background: var(--cyan); cursor: default; }
.help-inner > small { grid-column: 3; color: #8a6476; text-align: center; font-size: .65rem; }

.site-footer { padding: 48px 0; color: white; background: #041328; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand small { color: #8096ae; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #879db5; font-size: .72rem; }
.site-footer nav a:hover { color: var(--cyan); }
.site-footer p { margin: 0; color: #617993; font-size: .68rem; text-align: right; }

@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 22px 20px; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--navy); box-shadow: 0 20px 35px rgba(0,0,0,.2); }
  .main-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding: 140px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 0; }
  .hero-copy { max-width: 720px; }
  .app-showcase { min-height: 520px; }
  .welcome-grid { grid-template-columns: 1fr; gap: 52px; }
  .app-preview-grid { grid-template-columns: 1fr; max-width: 760px; }
  .app-benefits { grid-template-columns: 1fr; max-width: 760px; }
  .value-row { grid-template-columns: 1fr; }
  .install-grid { grid-template-columns: 1fr; max-width: 680px; }
  .updates-heading { grid-template-columns: 1fr; gap: 28px; }
  .announcement-grid { grid-template-columns: repeat(2, 1fr); }
  .church-gallery { grid-template-columns: repeat(3, 1fr); }
  .news-heading { grid-template-columns: 1fr; gap: 24px; }
  .news-update { justify-self: start; }
  .news-columns { grid-template-columns: 1fr; }
  .help-inner { grid-template-columns: auto 1fr; }
  .help-inner .button { grid-column: 2; justify-self: start; }
  .help-inner > small { grid-column: 2; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-footer p { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .site-header { height: 68px; }
  .brand strong { font-size: .8rem; }.brand small { font-size: .56rem; }.brand-logo { width: 40px; height: 40px; flex-basis: 40px; }
  .main-nav { top: 68px; }
  .hero { padding-top: 116px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.1rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 13px; font-size: .59rem; }
  .app-showcase { min-height: 480px; transform: scale(.85); margin: -30px -10px; }
  .preview-church { right: 0; width: 250px; height: 520px; }
  .preview-leaders { left: -4px; width: 190px; height: 400px; }
  .orbit-one { width: 390px; height: 390px; }.orbit-two { width: 320px; height: 320px; }
  .card-live { left: -2px; }.card-open { right: -7px; }
  .welcome-grid { gap: 30px; }
  .value-row { margin-top: 48px; }
  .value-row article { padding: 32px 28px; }
  .app-benefits { margin-top: -20px; }
  .app-preview-card { grid-template-columns: 1fr; }
  .app-preview-device { min-height: 460px; max-height: 460px; }
  .app-preview-body { padding: 30px 24px; }
  .app-preview-body h3 { font-size: 1.7rem; }
  .button-app { margin-top: 8px; }
  .install-card { padding: 28px 22px; }
  .announcement-grid { grid-template-columns: 1fr; }
  .church-gallery { grid-template-columns: repeat(2, 1fr); }
  .announcements-title { align-items: flex-start; flex-direction: column; gap: 3px; }
  .community-feature { min-height: 440px; }
  .community-feature::after { background: linear-gradient(0deg, rgba(3,15,33,.92) 0%, rgba(3,15,33,.2) 72%, transparent); }
  .community-feature img { min-height: 440px; object-position: 58% center; }
  .news-column { padding: 22px 18px; }
  .help-inner { grid-template-columns: 1fr; padding: 34px 26px; }
  .help-inner .button, .help-inner > small { grid-column: 1; }
  .help-inner .button { justify-self: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer p { grid-column: auto; }
}

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