:root {
  --navy: #0b2238;
  --navy-2: #102b45;
  --navy-3: #173b5d;
  --cyan: #42c8d0;
  --cyan-bright: #55dce2;
  --blue: #3d6eb8;
  --orange: #ff9800;
  --orange-deep: #ef6d00;
  --cream: #f8f5ee;
  --white: #ffffff;
  --ink: #102236;
  --muted: #607187;
  --border: rgba(16, 34, 54, 0.12);
  --shadow: 0 24px 70px rgba(8, 30, 50, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfd;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.page-shell { min-height: 100vh; }
.section-pad { padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.section { padding-top: 112px; padding-bottom: 112px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 max(24px, calc((100vw - 1280px) / 2));
  background: rgba(11, 34, 56, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: .1em;
  font-size: .94rem;
}
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; }
.brand-mark svg { width: 42px; height: 42px; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.78); font-size: .94rem; }
.primary-nav a:hover { color: var(--white); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: linear-gradient(135deg, var(--cyan-bright), var(--cyan)); box-shadow: 0 14px 32px rgba(66, 200, 208, .28); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(66, 200, 208, .4); }
.button-secondary { color: var(--navy); border: 1px solid rgba(16, 34, 54, .16); background: white; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.26); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-large { min-height: 60px; padding: 0 30px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 64px;
  align-items: center;
  min-height: 760px;
  padding-top: 90px;
  padding-bottom: 90px;
  color: white;
  background:
    radial-gradient(circle at 85% 10%, rgba(61,110,184,.32), transparent 28%),
    linear-gradient(135deg, #081b2d 0%, var(--navy) 58%, #123450 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,.1));
  pointer-events: none;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow-light { color: var(--cyan); }
.hero h1, .section-heading h2, .inside-copy h2, .about-copy h2, .final-content h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 720px; font-size: clamp(3rem, 5.6vw, 5.55rem); }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { color: white; font-weight: 700; }
.text-link span { color: var(--orange); margin-left: 6px; }
.trust-row { display: flex; gap: 34px; margin-top: 52px; }
.trust-row div { display: flex; flex-direction: column; padding-right: 34px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { color: var(--cyan-bright); font-family: "Montserrat", sans-serif; font-size: 1.05rem; }
.trust-row span { color: rgba(255,255,255,.55); font-size: .82rem; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.logo-card { position: relative; z-index: 2; width: min(100%, 560px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; box-shadow: 0 40px 90px rgba(0,0,0,.32); transform: rotate(1.5deg); }
.logo-card img { width: 100%; }
.glow { position: absolute; border-radius: 50%; filter: blur(20px); opacity: .55; }
.glow-one { width: 300px; height: 300px; top: 55px; right: 15px; background: rgba(66,200,208,.33); }
.glow-two { width: 230px; height: 230px; bottom: 45px; left: 0; background: rgba(255,152,0,.18); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(12,34,55,.86); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .9rem; }
.floating-card small { color: rgba(255,255,255,.56); font-size: .74rem; }
.floating-card-top { top: 84px; right: -18px; }
.floating-card-bottom { left: -18px; bottom: 86px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--navy); background: var(--orange); }
.mini-icon.compass { background: var(--cyan); }

.problem-strip { display: flex; justify-content: center; gap: 12px; padding: 26px 24px; color: white; text-align: center; background: linear-gradient(90deg, var(--orange-deep), var(--orange)); }
.problem-strip p { margin: 0; opacity: .9; }

.section-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .inside-copy h2, .about-copy h2, .final-content h2 { font-size: clamp(2.35rem, 4vw, 4.15rem); }
.section-heading > p:last-child { max-width: 660px; margin: 20px auto 0; color: var(--muted); font-size: 1.08rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 300px; padding: 36px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(16,34,54,.06); }
.step-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -75px; border-radius: 50%; background: rgba(66,200,208,.1); }
.step-number { position: absolute; top: 26px; right: 28px; color: rgba(16,34,54,.1); font-family: "Montserrat", sans-serif; font-size: 2rem; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 34px; border-radius: 18px; color: var(--navy); background: linear-gradient(135deg, var(--cyan-bright), var(--cyan)); font-size: 1.5rem; }
.step-card:nth-child(2) .step-icon { background: linear-gradient(135deg, #ffc14a, var(--orange)); }
.step-card:nth-child(3) .step-icon { color: white; background: linear-gradient(135deg, #548bd2, var(--blue)); }
.step-card h3 { margin: 0 0 12px; font-family: "Montserrat", sans-serif; font-size: 1.45rem; }
.step-card p { margin: 0; color: var(--muted); }


.founder-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(66,200,208,.12), transparent 25%),
    linear-gradient(180deg, #fbfcfd 0%, #f6f9fb 100%);
}
.founder-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(255,152,0,.08);
}
.founder-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
.founder-video-wrap { display: flex; justify-content: center; min-width: 0; }
.founder-video-card { position: relative; width: clamp(220px, 25vw, 300px); }
.founder-video-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: linear-gradient(155deg, var(--navy-3), #061725);
  box-shadow: 0 28px 65px rgba(8,30,50,.22);
}
.founder-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 21px;
  background: #061725;
}
.video-length {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: white;
  background: rgba(6,23,37,.72);
  backdrop-filter: blur(8px);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.video-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
}
.video-caption span { color: var(--orange-deep); }
.video-accent { position: absolute; z-index: 1; border-radius: 50%; }
.video-accent-one { width: 110px; height: 110px; top: -24px; right: -34px; background: rgba(66,200,208,.25); }
.video-accent-two { width: 90px; height: 90px; left: -30px; bottom: 36px; background: rgba(255,152,0,.18); }
.founder-copy h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(2.35rem, 4vw, 4.1rem); line-height: 1.05; letter-spacing: -.045em; }
.founder-copy > p:not(.eyebrow):not(.founder-signoff) { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.founder-signoff { display: flex; flex-direction: column; margin: 26px 0 0; }
.founder-signoff strong { color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 1.05rem; }
.founder-signoff span { color: var(--muted); font-size: .92rem; }
.founder-copy .button { margin-top: 28px; }


.section-dark {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(61,110,184,.22), transparent 28%),
    radial-gradient(circle at 14% 88%, rgba(66,200,208,.1), transparent 24%),
    var(--navy);
}
.inside-wrap {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(64px, 8vw, 108px);
  align-items: center;
  padding-top: 118px;
  padding-bottom: 118px;
}
.inside-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.feature-list { display: grid; gap: 16px; margin: 34px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.86); }
.feature-list span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; color: var(--navy); border-radius: 50%; background: linear-gradient(135deg, var(--cyan-bright), var(--cyan)); font-weight: 900; box-shadow: 0 8px 18px rgba(66,200,208,.2); }
.lesson-preview { position: relative; display: flex; justify-content: center; min-width: 0; }
.app-showcase { position: relative; width: min(100%, 470px); padding: 28px 38px 30px; }
.app-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.app-glow-cyan { width: 190px; height: 190px; top: 4%; right: 0; background: rgba(66,200,208,.18); }
.app-glow-orange { width: 140px; height: 140px; left: 0; bottom: 8%; background: rgba(255,152,0,.13); }
.app-device {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  margin-inline: auto;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 42px;
  background: linear-gradient(155deg, #151a20, #05080b);
  box-shadow: 0 40px 90px rgba(0,0,0,.42);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.app-device-speaker { position: absolute; z-index: 4; top: 7px; left: 50%; width: 84px; height: 20px; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: #05080b; }
.study-preview-image { display: block; width: 100%; height: auto; border-radius: 31px; }
.app-float { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(7,24,39,.88); box-shadow: 0 18px 42px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.app-float span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--navy); border-radius: 50%; background: var(--cyan); font-size: .7rem; }
.app-float strong, .app-float small { display: block; }
.app-float small { color: rgba(255,255,255,.58); font-size: .72rem; }
.app-float-top { top: 76px; right: 0; }
.app-float-bottom { left: 0; bottom: 94px; flex-direction: column; align-items: flex-start; gap: 0; }
.app-float-bottom strong { color: var(--orange); font-family: "Montserrat", sans-serif; font-size: 1.15rem; }

.free-trial { position: relative; overflow: hidden; background: linear-gradient(180deg, #fbfcfd 0%, #f5f8fb 100%); }
.free-trial::before { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; top: 12%; border-radius: 50%; background: rgba(66,200,208,.08); }
.free-trial-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(54px, 7vw, 92px);
  align-items: center;
  padding: clamp(54px, 7vw, 88px);
  overflow: hidden;
  color: white;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 10%, rgba(66,200,208,.24), transparent 27%),
    radial-gradient(circle at 8% 92%, rgba(255,152,0,.12), transparent 29%),
    linear-gradient(135deg, #081b2d, var(--navy) 56%, #123b5d);
  box-shadow: 0 34px 90px rgba(8,30,50,.2);
}
.free-trial-card::before { content: ""; position: absolute; z-index: -1; width: 460px; height: 460px; top: -285px; left: 35%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.023), 0 0 0 144px rgba(255,255,255,.014); }
.free-trial-copy { position: relative; z-index: 2; }
.free-trial-badge { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; padding: 7px 14px 7px 7px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.free-trial-badge span { padding: 3px 8px; color: var(--navy); border-radius: 999px; background: var(--orange); font-weight: 900; }
.free-trial-copy .eyebrow { color: var(--cyan-bright); }
.free-trial-copy h2 { max-width: 690px; margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(2.7rem, 4.7vw, 4.65rem); line-height: 1.02; letter-spacing: -.05em; }
.free-trial-copy > p:not(.eyebrow):not(.free-trial-badge) { max-width: 670px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.free-trial-highlights { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.free-trial-highlights span { display: inline-flex; align-items: baseline; gap: 7px; padding: 10px 14px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.055); }
.free-trial-highlights strong { color: var(--cyan-bright); font-family: "Montserrat", sans-serif; font-size: 1.04rem; }
.free-trial-copy .button { margin-top: 32px; }
.free-trial-copy small { display: block; margin-top: 14px; color: rgba(255,255,255,.5); }
.free-trial-visual { position: relative; width: min(100%, 440px); margin-inline: auto; padding: 22px 30px 34px; }
.free-trial-visual::before { content: ""; position: absolute; width: 86%; aspect-ratio: 1; top: 4%; left: 9%; border-radius: 50%; background: rgba(66,200,208,.15); }
.john-study-card { position: relative; z-index: 2; width: min(100%, 355px); margin-inline: auto; overflow: hidden; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 10px 30px 30px 10px; background: #0a1d31; box-shadow: 24px 34px 70px rgba(0,0,0,.42); transform: rotate(1.6deg); }
.john-study-card::before { content: ""; position: absolute; z-index: 4; inset: 0 auto 0 0; width: 10px; background: linear-gradient(var(--orange), var(--orange-deep)); box-shadow: 7px 0 18px rgba(0,0,0,.24); }
.john-study-art { position: relative; height: 205px; overflow: hidden; background: var(--navy-3); }
.john-study-art img { width: 100%; height: 100%; object-fit: cover; }
.john-study-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,27,45,.05), rgba(8,27,45,.72)); }
.john-study-content { padding: 30px 32px 34px; background: linear-gradient(180deg, #102b45, #081b2d); }
.john-book-kicker { color: var(--cyan-bright); font-size: .7rem; font-weight: 800; letter-spacing: .17em; }
.john-study-content > strong { display: block; margin-top: 7px; font-family: "Montserrat", sans-serif; font-size: clamp(3.6rem, 7vw, 5.2rem); line-height: .96; letter-spacing: -.06em; }
.john-study-content p { max-width: 280px; margin: 18px 0 28px; color: rgba(255,255,255,.7); font-size: 1rem; }
.john-study-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.john-study-meta span { padding: 7px 10px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.055); font-size: .72rem; font-weight: 700; }
.trial-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(7,24,39,.9); box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.trial-float strong, .trial-float span { display: block; }
.trial-float-chapters { top: 66px; left: 0; }
.trial-float-chapters strong { color: var(--orange); font-family: "Montserrat", sans-serif; font-size: 1.45rem; }
.trial-float-chapters span { color: rgba(255,255,255,.62); font-size: .75rem; }
.trial-float-audio { right: 0; bottom: 84px; font-size: .82rem; }
.trial-play { display: grid !important; place-items: center; width: 34px; height: 34px; color: var(--navy); border-radius: 50%; background: var(--cyan); font-size: .72rem; }

.transformation { position: relative; overflow: hidden; text-align: center; background: var(--cream); }
.quote-mark { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); color: rgba(255,152,0,.14); font-family: Georgia, serif; font-size: 24rem; line-height: 1; }
.transformation blockquote { position: relative; max-width: 930px; margin: 0 auto; font-family: "Montserrat", sans-serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 800; line-height: 1.15; letter-spacing: -.04em; }
.transformation p { position: relative; max-width: 720px; margin: 24px auto 0; color: var(--muted); font-size: 1.12rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--border); border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(16,34,54,.07); }
.price-card.featured { transform: translateY(-14px); border: 2px solid var(--cyan); box-shadow: 0 25px 70px rgba(16,34,54,.13); }
.popular { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 7px 15px; border-radius: 999px; color: var(--navy); background: var(--orange); font-size: .69rem; font-weight: 900; letter-spacing: .12em; white-space: nowrap; }
.price-label { margin: 0 0 10px; color: var(--blue); font-weight: 800; }
.price { display: flex; align-items: flex-start; margin: 0 0 14px; font-family: "Montserrat", sans-serif; font-size: 3.5rem; font-weight: 800; letter-spacing: -.05em; }
.price > span { margin-top: 9px; margin-right: 3px; font-size: 1.2rem; }
.price small { align-self: flex-end; margin: 0 0 10px 8px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: .84rem; font-weight: 600; letter-spacing: 0; }
.price-card > p:not(.price-label) { flex: 1; color: var(--muted); }
.price-card .button { margin-top: 20px; }
.price-card.free-option { border: 2px solid rgba(66,200,208,.72); background: linear-gradient(180deg, #ffffff, #f4fcfd); box-shadow: 0 22px 60px rgba(16,34,54,.1); }
.free-ribbon { display: inline-flex; align-self: flex-start; margin: -2px 0 20px; padding: 7px 12px; color: var(--navy); border-radius: 999px; background: linear-gradient(135deg, var(--cyan-bright), var(--cyan)); font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.free-price { color: var(--navy); font-size: clamp(2.9rem, 5vw, 4.1rem); line-height: 1; letter-spacing: -.045em; }
.price-card.free-option .button { color: var(--navy); border-color: rgba(66,200,208,.5); background: rgba(66,200,208,.1); }
.price-card.free-option .button:hover { background: rgba(66,200,208,.18); }
.price-card.church-option { border-color: rgba(61,110,184,.28); background: linear-gradient(180deg, #ffffff, #f7f9fc); }
.price-card.church-option .price-label { color: var(--navy-3); }

.about { padding-top: 34px; }
.about-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: center; padding: 64px; color: white; border-radius: 34px; background: linear-gradient(135deg, var(--navy), var(--navy-3)); box-shadow: var(--shadow); }
.about-copy p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.about-badge { text-align: center; }
.badge-ring { display: grid; place-items: center; width: 210px; height: 210px; margin: 0 auto 20px; border: 8px solid var(--cyan); border-right-color: var(--blue); border-radius: 50%; box-shadow: inset 0 0 0 7px rgba(255,255,255,.07); }
.badge-ring strong, .badge-ring span { grid-area: 1/1; }
.badge-ring strong { transform: translateY(-12px); font-family: "Montserrat", sans-serif; font-size: 2.5rem; }
.badge-ring span { transform: translateY(27px); color: var(--orange); font-weight: 700; }
.about-badge p { max-width: 220px; margin: 0 auto; color: rgba(255,255,255,.62); }

.final-cta { position: relative; overflow: hidden; padding-top: 120px; padding-bottom: 120px; color: white; text-align: center; background: var(--navy); }
.final-glow { position: absolute; width: 620px; height: 620px; top: -350px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(66,200,208,.18); filter: blur(20px); }
.final-content { position: relative; max-width: 900px; margin: 0 auto; }
.final-content .eyebrow { justify-content: center; }
.final-content p:not(.eyebrow) { color: rgba(255,255,255,.64); font-size: 1.2rem; }
.final-content .button { margin-top: 22px; }
.final-content small { display: block; margin-top: 18px; color: rgba(255,255,255,.38); }
.final-content code { color: rgba(255,255,255,.54); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 30px max(24px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.55); background: #061725; font-size: .86rem; }
.footer-brand { font-size: .78rem; }
.footer-brand .brand-mark { width: 28px; height: 28px; color: var(--orange); font-size: 1.3rem; }
.site-footer p { margin: 0; }

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

@media (max-width: 980px) {
  .primary-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--navy); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 14px 0; }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 500px; }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-left: auto; margin-right: auto; }
  .price-card.featured { transform: none; }
  .founder-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .founder-video-card { width: clamp(220px, 38vw, 290px); }
  .founder-copy .eyebrow { justify-content: center; }
  .founder-copy > p:not(.eyebrow):not(.founder-signoff) { margin-left: auto; margin-right: auto; }
  .inside-wrap { grid-template-columns: 1fr; gap: 64px; }
  .free-trial-card { grid-template-columns: 1fr; }
  .free-trial-copy { text-align: center; }
  .free-trial-copy .eyebrow, .free-trial-highlights { justify-content: center; }
  .free-trial-badge { margin-inline: auto; }
  .about-card { grid-template-columns: 1fr; text-align: center; }
  .about-card .eyebrow { justify-content: center; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 640px) {
  .section { padding-top: 82px; padding-bottom: 82px; }
  .hero { padding-top: 64px; padding-bottom: 72px; }
  .hero h1 { font-size: 2.7rem; }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .trust-row { gap: 14px; flex-wrap: wrap; }
  .trust-row div { padding-right: 14px; }
  .hero-visual { min-height: 390px; }
  .floating-card { display: none; }
  .problem-strip { flex-direction: column; gap: 2px; }
  .section-heading h2, .inside-copy h2, .about-copy h2, .final-content h2 { font-size: 2.25rem; }
  .step-card, .price-card { padding: 28px; }
  .founder-grid { gap: 38px; }
  .founder-video-card { width: min(72vw, 255px); }
  .founder-video-frame { padding: 7px; border-radius: 24px; }
  .founder-video-frame video { border-radius: 18px; }
  .video-length { top: 15px; right: 15px; }
  .video-caption { font-size: .75rem; }
  .inside-wrap { gap: 50px; padding-top: 82px; padding-bottom: 82px; }
  .app-device { transform: none; }
  .free-trial-card { padding: 42px 24px; border-radius: 28px; }
  .free-trial-copy h2 { font-size: 2.4rem; }
  .free-trial-highlights { flex-direction: column; align-items: center; gap: 8px; }
  .app-showcase { padding-inline: 8px; }
  .app-device { width: min(88vw, 340px); }
  .app-float-top { right: 2px; }
  .app-float-bottom { left: 2px; }
  .free-trial-visual { padding-inline: 8px; }
  .john-study-card { width: min(90%, 330px); }
  .trial-float-chapters { left: 0; }
  .trial-float-audio { right: 0; bottom: 58px; }
  .about-card { padding: 40px 24px; }
  .badge-ring { width: 170px; height: 170px; }
}


@media (max-width: 640px) {
  .inside-copy { text-align: center; }
  .inside-copy .eyebrow { justify-content: center; }
  .feature-list { max-width: 520px; margin-inline: auto; text-align: left; }
  .app-showcase { width: min(100%, 390px); }
  .app-float { padding: 10px 12px; }
  .free-trial-copy { text-align: center; }
  .free-trial-copy .eyebrow, .free-trial-highlights { justify-content: center; }
  .free-trial-badge { margin-inline: 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; }
  .reveal { opacity: 1; transform: none; }
}

/* Founder video layout: final override */
.founder-section .founder-grid {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: clamp(42px, 6vw, 76px) !important;
  align-items: center !important;
  max-width: 960px !important;
  margin-inline: auto !important;
}

.founder-section .founder-video-wrap {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.founder-section .founder-video-card {
  width: 100% !important;
  max-width: 280px !important;
  min-width: 0 !important;
}

.founder-section .founder-video-frame {
  width: 100% !important;
  padding: 7px !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  background: linear-gradient(155deg, var(--navy-3), #061725) !important;
  box-shadow: 0 24px 58px rgba(8,30,50,.22) !important;
}

.founder-section .founder-video-frame video {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  border-radius: 23px !important;
  overflow: hidden !important;
}

.founder-section .video-caption {
  margin-top: 14px !important;
  text-align: center !important;
}

.founder-section .founder-signoff {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

@media (max-width: 800px) {
  .founder-section .founder-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
    text-align: center !important;
  }

  .founder-section .founder-video-card {
    width: min(70vw, 260px) !important;
    max-width: 260px !important;
    margin-inline: auto !important;
  }

  .founder-section .founder-copy .eyebrow {
    justify-content: center !important;
  }

  .founder-section .founder-copy > p:not(.eyebrow):not(.founder-signoff) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 480px) {
  .founder-section .founder-video-card {
    width: min(74vw, 230px) !important;
    max-width: 230px !important;
  }

  .founder-section .founder-video-frame {
    border-radius: 26px !important;
  }

  .founder-section .founder-video-frame video {
    border-radius: 19px !important;
  }
}


/* Church group inquiry modal */
.pricing-note {
  display: block;
  margin: -4px 0 4px;
  color: var(--muted);
  font-size: .82rem;
}
.contact-modal-open { border: 0; cursor: pointer; }
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.contact-modal.open { opacity: 1; visibility: visible; }
.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 15, 25, .76);
  backdrop-filter: blur(7px);
}
.contact-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 8%, rgba(66,200,208,.14), transparent 30%),
    #ffffff;
  box-shadow: 0 36px 100px rgba(0,0,0,.36);
}
.contact-modal-dialog h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.contact-modal-intro { margin: 18px 0 28px; color: var(--muted); }
.contact-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
}
.contact-form { display: grid; gap: 20px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-weight: 700; font-size: .9rem; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  border: 1px solid rgba(16,34,54,.16);
  border-radius: 14px;
  background: #f9fbfc;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--cyan);
  background: white;
  box-shadow: 0 0 0 4px rgba(66,200,208,.13);
}
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.contact-form-status { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-form-status.success { color: #16734a; font-weight: 700; }
.contact-form-status.error { color: #a12626; font-weight: 700; }
.contact-honeypot { position: absolute !important; left: -9999px !important; }
body.modal-open { overflow: hidden; }

@media (max-width: 640px) {
  .contact-modal { padding: 14px; }
  .contact-modal-dialog { max-height: calc(100vh - 28px); padding: 34px 22px 28px; border-radius: 24px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-modal-close { top: 12px; right: 12px; width: 38px; height: 38px; }
  .contact-form-actions { align-items: stretch; flex-direction: column; }
  .contact-form-actions .button { width: 100%; }
}
