:root {
  --navy: #102c55;
  --navy-2: #1b3a6b;
  --navy-3: #254a82;
  --red: #c8102e;
  --red-dark: #9d0c24;
  --gold: #c79a36;
  --gold-light: #ead59a;
  --white: #ffffff;
  --ink: #172033;
  --muted: #60708b;
  --light: #f4f6fa;
  --line: #dce3ee;
  --shadow: 0 22px 65px rgba(16, 44, 85, 0.15);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 105px 0; }
.section--light { background: var(--light); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.faith-ribbon { background: #071a36; color: #fff; font-size: 0.82rem; letter-spacing: 0.02em; }
.faith-ribbon__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.faith-ribbon__cross { color: var(--gold-light); font-size: 1rem; }
.faith-ribbon strong { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,227,238,.85); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 220px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 650; color: #31415c; }
.primary-nav > a:not(.button):hover { color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-toggle span { display: block; width: 27px; height: 2px; background: var(--navy); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 12px; background: var(--red); color: var(--white); font-weight: 750; border: 2px solid var(--red); box-shadow: 0 12px 28px rgba(200,16,46,.2); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); }
.button--small { min-height: 44px; padding-inline: 18px; border-radius: 10px; }
.button--outline { background: transparent; border-color: rgba(255,255,255,.45); box-shadow: none; }
.button--outline:hover { background: rgba(255,255,255,.1); border-color: white; }
.button--outline-dark { background: transparent; color: var(--navy); border-color: var(--navy); box-shadow: none; }
.button--outline-dark:hover { color: white; background: var(--navy); border-color: var(--navy); }
.button--light { color: var(--navy); background: white; border-color: white; box-shadow: none; }
.button--light:hover { background: #edf3fa; border-color: #edf3fa; }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 25%, rgba(68,124,192,.22), transparent 35%), linear-gradient(125deg, #071a36 0%, #102f5e 58%, #1b3a6b 100%); color: white; padding: 95px 0 105px; }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -110px; bottom: -240px; }

/* Subtle desktop hero motion */
.hero {
  --hero-mouse-x: 75%;
  --hero-mouse-y: 25%;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  --hero-card-x: 0px;
  --hero-card-y: 0px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    420px circle at var(--hero-mouse-x) var(--hero-mouse-y),
    rgba(126, 169, 223, 0.22),
    rgba(126, 169, 223, 0.08) 35%,
    transparent 68%
  );
  transition: opacity 320ms ease;
}

.hero.hero--interactive::before { opacity: 1; }

.hero-grid {
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) scale(1.035);
  transition: transform 420ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.hero-package-visual {
  transform: translate3d(var(--hero-card-x), var(--hero-card-y), 0);
  transition: transform 420ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .hero::before { display: none; }
  .hero-grid,
  .hero-package-visual {
    transform: none !important;
    transition: none !important;
  }
}

.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr 1fr; gap: 58px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #7ea9df; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow--red { color: var(--red); }
.eyebrow--light { color: var(--gold-light); }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(2.7rem, 5.2vw, 5rem); line-height: 1.02; letter-spacing: -.045em; }
.hero-lead { margin: 26px 0 0; max-width: 640px; font-size: 1.18rem; color: #d9e5f5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; gap: 34px; margin-top: 38px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-size: 1.45rem; }
.hero-proof span { color: #b9cce6; font-size: .82rem; }
.hero-visual { position: relative; }
.dashboard-window { overflow: hidden; border: 1px solid rgba(255,255,255,.23); border-radius: 22px; background: white; box-shadow: 0 34px 75px rgba(0,0,0,.34); transform: perspective(1300px) rotateY(-4deg) rotateX(1.5deg); }
.window-bar { height: 45px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #edf1f6; border-bottom: 1px solid #d7deea; }
.window-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #c3ccd9; }
.window-title { margin-left: 10px; color: #6a7890; font-size: .68rem; }
.dashboard-body { display: grid; grid-template-columns: 105px 1fr; min-height: 390px; }
.dashboard-sidebar { background: #102c55; padding: 18px 12px; display: flex; flex-direction: column; gap: 10px; }
.sidebar-logo { color: white; font-size: .72rem; font-weight: 800; margin: 4px 4px 18px; }
.dashboard-sidebar a { color: #a9bedc; font-size: .57rem; padding: 8px; border-radius: 7px; }
.dashboard-sidebar a.active { background: rgba(255,255,255,.12); color: white; }
.dashboard-content { background: #f7f9fc; padding: 23px; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink); }
.dashboard-heading h3 { margin: 3px 0 0; font-size: 1rem; }
.mini-label { color: var(--red); font-size: .55rem; font-weight: 800; letter-spacing: .12em; }
.status-pill { color: #1f7a53; background: #e7f6ef; border: 1px solid #c4ead8; border-radius: 999px; padding: 5px 9px; font-size: .55rem; font-weight: 700; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.post-card { overflow: hidden; background: white; border: 1px solid #dfe6ef; border-radius: 13px; box-shadow: 0 8px 22px rgba(25,56,92,.08); }
.post-image { height: 105px; display: flex; align-items: flex-end; padding: 10px; background-size: cover; }
.post-image span { background: rgba(255,255,255,.92); color: var(--navy); border-radius: 999px; padding: 4px 7px; font-size: .5rem; font-weight: 800; }
.image-one { background: linear-gradient(145deg, rgba(10,43,82,.18), rgba(200,16,46,.18)), linear-gradient(135deg, #c9d9ec, #f2f6fb); }
.image-two { background: linear-gradient(145deg, rgba(200,16,46,.18), rgba(10,43,82,.18)), linear-gradient(135deg, #efe1e6, #f8f3f4); }
.post-card__body { padding: 12px; color: var(--ink); }
.post-card h4 { margin: 0; font-size: .68rem; line-height: 1.3; }
.post-card p { margin: 6px 0 10px; font-size: .52rem; color: #6b7890; }
.post-actions { display: flex; gap: 6px; }
.post-actions button { border: 1px solid #d8e0eb; background: white; color: var(--navy); border-radius: 6px; padding: 4px 7px; font-size: .48rem; }
.post-actions button:first-child { background: var(--navy); color: white; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; padding: 10px 13px; border-radius: 10px; background: white; color: var(--navy); box-shadow: 0 15px 35px rgba(0,0,0,.24); font-size: .66rem; font-weight: 700; }
.floating-card span { color: #1b9c68; }
.floating-card--one { right: -15px; top: 62px; }
.floating-card--two { left: -25px; bottom: 90px; }
.floating-card--three { right: 20px; bottom: -20px; }

.scripture-feature { padding: 90px 0 95px; background: linear-gradient(180deg, #fffdf8, #ffffff); border-bottom: 1px solid #eee7d8; }
.scripture-feature__inner { max-width: 930px; text-align: center; }
.gold-cross { position: relative; width: 96px; height: 122px; margin: 0 auto 32px; filter: drop-shadow(0 11px 16px rgba(138,95,20,.25)); }
.gold-cross__vertical, .gold-cross__horizontal { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: linear-gradient(90deg, #8c641c 0%, #e7c56a 46%, #a87821 100%); border: 1px solid #72500f; box-shadow: inset 0 0 6px rgba(255,255,255,.8); }
.gold-cross__vertical { width: 27px; height: 116px; }
.gold-cross__horizontal { width: 94px; height: 27px; top: 38%; }
.scripture-feature blockquote { margin: 0 auto; max-width: 900px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.75; color: #222938; }
.scripture-reference { margin: 22px 0 0; font-family: "Libre Baskerville", Georgia, serif; font-weight: 700; font-size: 1.25rem; color: var(--navy); }
.scripture-divider { width: 90px; height: 2px; margin: 28px auto; background: var(--gold); }
.faith-statement { max-width: 720px; margin: 0 auto; color: #5c6676; }

.split-layout, .about-layout, .contact-layout, .faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.section-heading { max-width: 730px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section h2, .contact-section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; color: var(--navy); }
.section-heading p, .section-copy > p, .about-copy > p { color: var(--muted); font-size: 1.06rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: #44516a; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #1b9c68; font-weight: 900; }
.check-list--problem li::before { content: "×"; color: var(--red); }
.problem-card { background: var(--navy); color: white; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.problem-card__header { font-weight: 800; font-size: 1.1rem; margin-bottom: 16px; }
.timeline-row { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.timeline-row span { color: #9fb5d5; font-size: .88rem; }
.timeline-row strong { font-size: .92rem; text-align: right; }
.problem-card__footer { margin-top: 20px; padding: 16px; border-radius: 12px; background: rgba(200,16,46,.18); border: 1px solid rgba(255,255,255,.12); font-size: .9rem; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 295px; padding: 28px 24px; border-radius: 18px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(16,44,85,.07); }
.step-number { position: absolute; right: 20px; top: 18px; color: #cfd8e5; font-size: 1.9rem; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--navy); color: white; font-size: 1.35rem; margin-bottom: 27px; }
.step-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.1rem; }
.step-card p { color: var(--muted); font-size: .93rem; }

.feature-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.feature-list { display: grid; gap: 30px; }
.feature-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; }
.feature-list article > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; color: white; background: var(--red); font-size: 1.15rem; font-weight: 800; }
.feature-list h3 { margin: 1px 0 6px; color: var(--navy); }
.feature-list p { margin: 0; color: var(--muted); }
.feature-panel { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.feature-panel__top { display: flex; justify-content: space-between; gap: 20px; color: #65728a; font-size: .8rem; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.calendar-preview { display: grid; gap: 11px; margin-top: 20px; }
.calendar-week { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 10px; align-items: center; padding: 12px; border-radius: 11px; background: var(--light); }
.calendar-week strong { color: var(--navy); font-size: .82rem; }
.calendar-week span { padding: 8px 10px; border-radius: 8px; text-align: center; font-size: .72rem; font-weight: 750; }
.calendar-week .edu { color: #164f79; background: #dcecf7; }
.calendar-week .offer { color: #8a1830; background: #f7dde4; }
.feature-note { margin: 20px 0 0; padding: 17px; border-left: 4px solid var(--gold); background: #fff9eb; color: #5d5360; font-size: .9rem; }

.demo-section { background: linear-gradient(120deg, var(--navy), #1d477e); color: white; }
.demo-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.demo-section h2 { color: white; }
.demo-section p { color: #d3e1f3; font-size: 1.05rem; margin-bottom: 28px; }
.video-placeholder { min-height: 330px; display: grid; place-items: center; align-content: center; gap: 20px; text-align: center; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.25); background: radial-gradient(circle at center, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: 0 24px 58px rgba(0,0,0,.24); }
.video-placeholder div { display: grid; gap: 4px; }
.video-placeholder span { color: #b8cce8; font-size: .82rem; }
.play-button { width: 76px; height: 76px; border-radius: 50%; border: 0; background: var(--red); color: white; font-size: 1.55rem; box-shadow: 0 15px 35px rgba(200,16,46,.35); }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 500px)); gap: 25px; justify-content: center; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 35px; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 15px 42px rgba(16,44,85,.08); }
.pricing-card--featured { border: 2px solid var(--red); transform: translateY(-8px); }
.popular-badge { position: absolute; right: 25px; top: 25px; color: white; background: var(--red); border-radius: 999px; padding: 6px 10px; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pricing-label { color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pricing-card h3 { margin: 10px 0 8px; color: var(--navy); font-size: 1.75rem; }
.pricing-summary { color: var(--muted); min-height: 77px; }
.pricing-card .check-list { flex: 1; }

.about-photo { min-height: 520px; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, #dfe9f5, #b9cee5); box-shadow: var(--shadow); }
.about-photo__placeholder { height: 100%; min-height: 520px; display: grid; place-items: center; align-content: center; gap: 14px; background: linear-gradient(155deg, rgba(16,44,85,.1), rgba(200,16,46,.08)); }
.about-photo__placeholder span { display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; background: var(--navy); color: white; font-size: 3.2rem; font-weight: 800; }
.about-photo__placeholder small { color: var(--navy); font-weight: 700; }
.about-signature { display: grid; margin-top: 28px; padding-left: 18px; border-left: 4px solid var(--red); }
.about-signature strong { color: var(--navy); }
.about-signature span { color: var(--muted); font-size: .9rem; }

.faq-layout { align-items: start; }
.accordion details { background: white; border: 1px solid var(--line); border-radius: 13px; padding: 0 20px; margin-bottom: 12px; }
.accordion summary { list-style: none; cursor: pointer; position: relative; padding: 20px 35px 20px 0; color: var(--navy); font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 1.45rem; color: var(--red); }
.accordion details[open] summary::after { content: "–"; }
.accordion p { margin: 0 0 20px; color: var(--muted); }

.contact-section { background: var(--navy); color: white; }
.contact-section h2 { color: white; }
.contact-copy p { color: #cedbef; }
.contact-details { display: grid; gap: 8px; margin-top: 28px; }
.contact-details a { font-weight: 700; }
.contact-details span { color: #a9bedc; font-size: .9rem; }
.contact-form { padding: 30px; border-radius: var(--radius); background: white; color: var(--ink); box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 14px; color: var(--navy); font-size: .82rem; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd8e5; border-radius: 10px; padding: 12px 13px; color: var(--ink); background: #fbfcfe; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--navy-3); box-shadow: 0 0 0 3px rgba(37,74,130,.1); }
.form-note { margin: 11px 0 0; color: #738097; font-size: .72rem; text-align: center; }

.final-faith-section { padding: 66px 0; text-align: center; background: linear-gradient(180deg, #fffaf0, #f5ead2); border-top: 1px solid #ead9b7; }
.final-faith-section__inner { max-width: 850px; }
.small-cross { color: var(--gold); font-size: 2.8rem; line-height: 1; }
.final-faith-section p { margin: 14px auto 8px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.1rem, 2.2vw, 1.55rem); color: #283348; }
.final-faith-section strong { color: var(--navy); }

.site-footer { background: #071a36; color: white; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: 50px; }
.footer-grid img { width: 225px; }
.footer-grid p { color: #a9bedc; }
.footer-faith { color: var(--gold-light); font-size: .82rem; }
.footer-grid h3 { margin: 0 0 14px; font-size: .9rem; color: var(--gold-light); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: #c3d2e7; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8299ba; font-size: .74rem; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,12,28,.75); }
.modal-dialog { position: relative; z-index: 1; max-width: 520px; padding: 34px; border-radius: 18px; background: white; box-shadow: 0 35px 85px rgba(0,0,0,.35); }
.modal-dialog h2 { color: var(--navy); margin-top: 0; }
.modal-dialog p { color: var(--muted); }
.modal-close { position: absolute; right: 13px; top: 10px; border: 0; background: transparent; color: var(--navy); font-size: 1.8rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: none; padding: 18px; border-radius: 15px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 6px; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px 8px; }
  .menu-toggle { display: block; }
  .hero-layout, .split-layout, .feature-layout, .demo-layout, .about-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 70px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { max-width: 680px; margin-inline: auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo { min-height: 430px; }
  .about-photo__placeholder { min-height: 430px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .faith-ribbon__inner span:last-child { display: none; }
  .section { padding: 78px 0; }
  .brand img { width: 178px; }
  .header-inner { min-height: 74px; }
  .hero { padding: 72px 0 84px; }
  .hero h1 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .hero-proof { gap: 19px; }
  .hero-proof strong { font-size: 1.2rem; }
  .hero-proof span { font-size: .68rem; }
  .dashboard-window { transform: none; }
  .dashboard-body { grid-template-columns: 75px 1fr; min-height: 330px; }
  .dashboard-sidebar { padding-inline: 7px; }
  .dashboard-content { padding: 15px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card:nth-child(2) { display: none; }
  .floating-card--one { right: 0; }
  .floating-card--two { left: 0; bottom: 55px; }
  .floating-card--three { display: none; }
  .scripture-feature { padding: 70px 0; }
  .gold-cross { transform: scale(.84); margin-bottom: 22px; }
  .scripture-feature blockquote { font-size: 1.18rem; line-height: 1.7; }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card--featured { transform: none; }
  .calendar-week { grid-template-columns: 1fr; }
  .calendar-week strong { margin-bottom: 2px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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

/* Polished customer-facing presentation */
.faith-ribbon__icon { width: 30px; height: 30px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }

.hero { overflow: hidden; }
.hero-package-visual { min-height: 560px; display: grid; place-items: center; }
.package-stage { position: relative; width: min(100%, 590px); height: 520px; }
.package-glow { position: absolute; inset: 8% 5% 0 8%; border-radius: 50%; background: radial-gradient(circle, rgba(70,124,192,.28), rgba(70,124,192,0) 68%); filter: blur(8px); }
.brand-package-card { position: absolute; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 30px 80px rgba(3,22,51,.28); }
.package-card--main { z-index: 3; width: 390px; right: 56px; top: 18px; transform: rotate(1.5deg); }
.package-card--back { z-index: 2; width: 300px; left: 5px; bottom: 22px; padding: 30px; background: linear-gradient(145deg, #102c55, #1d477e); color: white; transform: rotate(-7deg); }
.package-card--back h3 { margin: 18px 0 10px; color: white; font-size: 1.4rem; }
.package-card--back p { color: #cbd9ed; margin: 0; }
.package-card__header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px 14px; border-bottom: 1px solid #e6ebf2; }
.package-kicker { color: var(--red); font-size: .64rem; font-weight: 850; letter-spacing: .11em; }
.package-month { color: #738097; font-size: .7rem; font-weight: 750; }
.package-card__brandline { display: flex; gap: 13px; align-items: center; padding: 16px 20px; }
.package-card__brandline strong, .package-card__brandline span { display: block; }
.package-card__brandline strong { color: var(--navy); }
.package-card__brandline span { color: #748198; font-size: .72rem; margin-top: 2px; }
.sample-mark { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 13px; background: var(--navy); color: white; font-size: .75rem; font-weight: 850; }
.package-card__art { position: relative; min-height: 285px; padding: 34px 28px; overflow: hidden; background: linear-gradient(145deg, #eaf3fb, #f8fbfe); }
.package-card__art::after { content: ""; position: absolute; width: 260px; height: 260px; right: -85px; bottom: -110px; border-radius: 50%; background: #c8102e; opacity: .94; }
.package-art__sun { position: absolute; width: 180px; height: 180px; right: -35px; top: -54px; border-radius: 50%; background: #f1c56e; opacity: .75; }
.package-art__unit { position: absolute; z-index: 2; right: 34px; bottom: 36px; width: 122px; height: 100px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(160deg, #fff, #cfdbe8); border: 8px solid #edf2f7; box-shadow: 0 16px 30px rgba(13,44,83,.19); color: #7c8da2; font-weight: 850; }
.package-card__art > span, .package-card__art h3 { position: relative; z-index: 3; max-width: 225px; }
.package-card__art > span { color: var(--red); font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.package-card__art h3 { margin-top: 14px; color: var(--navy); font-size: 1.65rem; line-height: 1.13; }
.package-card__footer { display: flex; gap: 8px; padding: 15px 18px 18px; }
.package-card__footer span { padding: 7px 9px; border-radius: 999px; background: #f1f5f9; color: #42526a; font-size: .64rem; font-weight: 750; }
.delivery-badge { position: absolute; z-index: 5; right: 0; bottom: 18px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 16px; background: white; box-shadow: 0 18px 45px rgba(4,25,55,.2); }
.delivery-badge > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e6f5ec; color: #197744; font-weight: 900; }
.delivery-badge strong, .delivery-badge small { display: block; }
.delivery-badge strong { color: var(--navy); font-size: .8rem; }
.delivery-badge small { color: #7d899b; font-size: .68rem; margin-top: 2px; }

.scripture-feature { padding: 82px 0 74px; background: linear-gradient(180deg, #fff, #fffaf0); }
.scripture-cross-image { display: block; width: 180px; height: 180px; object-fit: cover; margin: 0 auto 14px; mix-blend-mode: multiply; }
.scripture-feature blockquote { max-width: 910px; font-size: clamp(1.4rem, 3vw, 2.35rem); line-height: 1.55; }
.faith-statement { max-width: 720px; }

.about-photo { position: relative; min-height: auto; background: #eef3f8; }
.about-photo img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center; display: block; }
.about-photo__caption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 16px 18px; border-radius: 14px; background: rgba(7,26,54,.9); backdrop-filter: blur(8px); color: white; }
.about-photo__caption strong, .about-photo__caption span { display: block; }
.about-photo__caption span { margin-top: 3px; color: #c8d7ea; font-size: .8rem; }
.final-cross-image { width: 82px; height: 82px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }

.section-heading h2, .section-copy h2, .about-copy h2, .demo-copy h2, .contact-copy h2 { letter-spacing: -.035em; }
.step-card, .feature-panel, .pricing-card, .contact-form, .problem-card { box-shadow: 0 18px 50px rgba(16,44,85,.08); }
.button { box-shadow: 0 12px 30px rgba(200,16,46,.18); }

@media (max-width: 980px) {
  .hero-package-visual { min-height: 520px; }
  .package-stage { transform: scale(.93); transform-origin: center; }
  .about-photo img { min-height: 440px; }
}
@media (max-width: 680px) {
  .hero-package-visual { min-height: 440px; }
  .package-stage { width: 520px; transform: scale(.69); transform-origin: top center; }
  .scripture-cross-image { width: 140px; height: 140px; }
  .about-photo img { min-height: 390px; }
}

/* Final mobile and form refinements */
html { scroll-padding-top: 96px; }
body { padding-top: env(safe-area-inset-top, 0px); }
.faith-ribbon { padding-top: env(safe-area-inset-top, 0px); }
.contact-promise { display: grid; gap: 7px; margin-top: 28px; padding: 18px 20px; border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }
.contact-promise strong { color: white; }
.contact-promise span { color: #b9cae1; font-size: .9rem; }
.form-heading { margin-bottom: 20px; }
.form-heading span { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin: 6px 0 0; color: var(--navy); font-size: 1.5rem; }
.optional { color: #7c8799; font-size: .7rem; font-weight: 500; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-status { min-height: 1.4em; margin: 12px 0 0; text-align: center; font-size: .82rem; font-weight: 650; }
.form-status--success { color: #13734d; }
.form-status--error { color: #a31e38; }
.contact-form button:disabled { opacity: .68; cursor: wait; }
.demo-invitation { padding: 38px; }
.demo-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--red); color: white; font-size: 1.45rem; box-shadow: 0 15px 35px rgba(200,16,46,.35); }
.footer-grid span { color: #a9bedc; font-size: .86rem; }

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  body { overflow-x: hidden; }
  .faith-ribbon { position: relative; }
  .faith-ribbon__inner { min-height: 44px; padding-block: 6px; }
  .faith-ribbon__icon { width: 26px; height: 26px; flex: 0 0 auto; }
  .site-header { position: relative; top: auto; }
  .header-inner { min-height: 70px; }
  .brand img { width: 188px; height: auto; }
  .primary-nav { top: calc(100% + 8px); left: 14px; right: 14px; z-index: 150; }
  .hero { padding-top: 54px; }
  .hero-layout { gap: 48px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; gap: 8px; }
  .hero-proof div { min-width: 0; padding: 12px 6px; }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-proof span { font-size: .66rem; }
  .scripture-feature { padding-block: 62px; }
  .scripture-cross-image { width: 132px; }
  .section { padding-block: 70px; }
  .contact-form { padding: 22px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-layout { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .demo-invitation { padding: 28px 20px; }
}

/* Mobile width fix — prevent the hero artwork from widening the page */
.hero-layout > *,
.hero-copy,
.hero-visual,
.package-stage {
  min-width: 0;
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .container {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .hero-copy .eyebrow {
    justify-content: flex-start;
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.35rem, 11.4vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .hero-lead {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    font-size: 1.04rem;
  }

  .hero-actions,
  .hero-proof {
    justify-content: stretch;
  }

  .hero-package-visual {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    overflow: visible;
  }

  .package-stage {
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
  }

  .package-glow,
  .package-card--back,
  .delivery-badge {
    display: none;
  }

  .package-card--main {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 390px;
    margin-inline: auto;
    transform: none;
  }

  .package-card__art {
    min-height: 250px;
  }

  .package-card__art h3 {
    font-size: 1.4rem;
    max-width: 62%;
  }

  .package-card__footer {
    flex-wrap: wrap;
  }
}
