:root {
    --primary: #5c8cff;
    --primary-strong: #2f68ee;
    --secondary: #9a7cff;
    --accent: #f3b84b;
    --cyan: #55d9e6;
    --surface: #f7f6f2;
    --surface-raised: #ffffff;
    --surface-dark: #07101f;
    --surface-dark-soft: #0d1728;
    --glass-surface: rgba(255, 255, 255, .11);
    --glass-surface-light: rgba(255, 255, 255, .76);
    --border: rgba(17, 32, 54, .13);
    --border-light: rgba(255, 255, 255, .17);
    --text: #111c2d;
    --text-on-dark: #f8fbff;
    --muted-text: #657083;
    --muted-on-dark: #a9b5c8;
    --success: #38c997;
    --warning: #f0ad4e;
    --danger: #ed6a72;
    --overlay-dark: rgba(4, 10, 20, .72);
    --overlay-light: rgba(255, 255, 255, .62);
    --shadow-soft: 0 24px 70px rgba(8, 20, 38, .13);
    --shadow-deep: 0 34px 90px rgba(0, 5, 15, .36);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 32px;
    --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
    --font-display: "Newsreader", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
.marketing-body { margin: 0; overflow-x: hidden; background: var(--surface); color: var(--text); font: 400 16px/1.6 var(--font-sans); -webkit-font-smoothing: antialiased; }
.marketing-body img { max-width: 100%; display: block; }
.marketing-body a { color: inherit; text-decoration: none; }
.marketing-body button { font: inherit; }
.marketing-body h1, .marketing-body h2, .marketing-body h3, .marketing-body p { margin-top: 0; }
.marketing-body svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.marketing-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.marketing-section { position: relative; padding: 132px 0; }
.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; top: 12px; left: 12px; z-index: 200; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: #fff; color: #08111f; font-weight: 700; }
.skip-link:focus { transform: none; }
.marketing-body :focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.glass-card { border: 1px solid var(--border-light); background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.075)); box-shadow: var(--shadow-deep); backdrop-filter: blur(22px) saturate(135%); -webkit-backdrop-filter: blur(22px) saturate(135%); }
.marketing-eyebrow, .marketing-kicker { margin: 0 0 20px; color: var(--primary-strong); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.marketing-kicker { display: flex; align-items: center; gap: 10px; color: #a9c2ff; }
.marketing-kicker > span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(243,184,75,.12); }
.marketing-kicker.light { color: rgba(255,255,255,.76); }
.section-heading h2, .section-copy h2, .benefits-copy h2, .review-copy h2, .faq-intro h2 { margin-bottom: 24px; font: 600 clamp(42px, 5vw, 68px)/.98 var(--font-display); letter-spacing: -.035em; }
.section-heading > p:last-child, .section-heading-row > p, .section-lede { color: var(--muted-text); font-size: 18px; line-height: 1.7; }
.section-heading.centered { max-width: 820px; margin: 0 auto 66px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 650px; margin: 0 auto; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 72px; }
.section-heading-row > div { max-width: 760px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { max-width: 330px; margin-bottom: 2px; }

.marketing-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.marketing-button:hover { transform: translateY(-2px); }
.marketing-button span { transition: transform .2s ease; }
.marketing-button:hover span { transform: translate(2px, -2px); }
.button-primary { background: linear-gradient(135deg, #6da0ff, #4f68f6 58%, #865de9); color: #fff; box-shadow: 0 14px 40px rgba(78, 108, 239, .34), inset 0 1px rgba(255,255,255,.32); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(78, 108, 239, .45), inset 0 1px rgba(255,255,255,.35); }
.button-glass { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.button-glass:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.35); }
.button-light { background: #fff; color: #16213a; box-shadow: 0 16px 50px rgba(4, 10, 24, .22); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }

/* Navigation */
.marketing-nav { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; color: #fff; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.marketing-nav.is-scrolled { border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(5, 12, 24, .78); box-shadow: 0 10px 35px rgba(0,0,0,.15); backdrop-filter: blur(20px) saturate(135%); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.marketing-brand { display: inline-flex; align-items: center; gap: 12px; }
.marketing-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.marketing-brand strong { font-size: 15px; letter-spacing: -.01em; }
.marketing-brand small { margin-top: 4px; color: #94a4ba; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.brand-orbit { position: relative; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.05)); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.brand-orbit::before, .brand-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.brand-orbit::before { width: 18px; height: 18px; border: 1px solid rgba(108,160,255,.85); }
.brand-orbit::after { width: 5px; height: 5px; transform: translate(7px, -7px); background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.brand-orbit i { width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px #8bb2ff; }
.marketing-menu { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.marketing-menu > a:not(.marketing-button) { color: #c0cad9; transition: color .2s ease; }
.marketing-menu > a:not(.marketing-button):hover { color: #fff; }
.button-nav { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(12px); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; }
.nav-toggle i { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

/* Hero */
.marketing-hero { position: relative; min-height: 920px; overflow: hidden; padding: 172px 0 0; background: radial-gradient(circle at 50% 15%, #13274a 0, #091324 38%, #050b15 78%); color: var(--text-on-dark); isolation: isolate; }
.marketing-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.marketing-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 240px; background: linear-gradient(to top, rgba(2,8,16,.82), transparent); }
.hero-aurora { position: absolute; z-index: -1; border-radius: 50%; filter: blur(90px); opacity: .38; }
.aurora-one { width: 650px; height: 420px; top: 90px; right: -180px; background: radial-gradient(circle, #5c8cff 0, #6441c6 55%, transparent 72%); transform: rotate(-18deg); }
.aurora-two { width: 460px; height: 390px; bottom: 160px; left: -240px; background: radial-gradient(circle, #12b8c5 0, #245ccd 52%, transparent 72%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 60px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 72px; }
.hero-copy h1 { margin: 0 0 30px; font: 600 clamp(64px, 6.2vw, 92px)/.87 var(--font-display); letter-spacing: -.052em; }
.hero-copy h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, #b8d2ff, #8ddce7 45%, #c2a8ff 95%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 620px; margin-bottom: 34px; color: #b6c2d4; font-size: 18px; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-fine-print { display: flex; align-items: center; gap: 12px; margin: 26px 0 0; color: #93a1b4; font-size: 12px; }
.people-stack { display: flex; padding-left: 8px; }
.people-stack i { width: 24px; height: 24px; margin-left: -8px; border: 2px solid #0a1425; border-radius: 50%; background: linear-gradient(135deg, #e0aa7a 0 36%, #182b4a 37% 100%); }
.people-stack i:nth-child(2) { background: linear-gradient(135deg, #b36f4d 0 36%, #6479c2 37% 100%); }
.people-stack i:nth-child(3) { background: linear-gradient(135deg, #f0c3a2 0 36%, #2e7c83 37% 100%); }
.hero-stage { position: relative; min-height: 610px; }
.hero-photo-shell { position: absolute; top: 0; right: 0; width: 87%; height: 445px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 38px; box-shadow: 0 50px 120px rgba(0,0,0,.46); transform: rotate(1.4deg); }
.hero-photo-shell::before { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.3); pointer-events: none; }
.hero-photo-shell > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.86) contrast(1.05); }
.photo-sheen { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(8,15,28,.12), rgba(39,97,160,.04) 55%, rgba(90,59,157,.32)); }
.sermon-received { position: absolute; z-index: 4; right: 22px; bottom: 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-width: 270px; padding: 13px 15px; border-radius: 16px; background: rgba(9,18,33,.58); transform: rotate(-1.4deg); }
.sermon-received .status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(56,201,151,.16), 0 0 20px rgba(56,201,151,.7); }
.sermon-received > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.25; }
.sermon-received small { color: #a9b7ca; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.sermon-received strong { margin-top: 3px; font-size: 12px; }
.sermon-received svg { width: 18px; color: #d6e3f5; }
.pack-preview { position: absolute; z-index: 5; bottom: 14px; left: 0; width: 390px; padding: 23px; border-radius: 27px; background: linear-gradient(145deg, rgba(15,28,49,.92), rgba(12,21,38,.76)); }
.pack-preview-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.mini-brand { display: inline-flex; align-items: center; gap: 7px; color: #dce8f8; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mini-brand i { width: 13px; height: 13px; border: 1px solid #84a5ff; border-radius: 50%; box-shadow: inset 0 0 0 3px rgba(132,165,255,.16); }
.ready-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border: 1px solid rgba(56,201,151,.22); border-radius: 999px; background: rgba(56,201,151,.12); color: #9ff0d3; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ready-pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--success); }
.pack-label { margin: 0 0 5px; color: #8fa0b9; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pack-preview h2 { margin: 0 0 18px; color: #fff; font: 600 25px/1.05 var(--font-display); letter-spacing: -.025em; }
.pack-items { display: grid; gap: 7px; }
.pack-items > span { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 8px 9px; border: 1px solid rgba(255,255,255,.07); border-radius: 11px; background: rgba(255,255,255,.04); }
.item-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; font-size: 8px; font-style: normal; font-weight: 700; }
.pack-items b { color: #e8eef7; font-size: 10px; font-weight: 600; }
.pack-items small { color: #7f91aa; font-size: 8px; }
.icon-blue { background: rgba(92,140,255,.16); color: #91b5ff; }
.icon-violet { background: rgba(154,124,255,.16); color: #b9a2ff; }
.icon-amber { background: rgba(243,184,75,.16); color: #f5cb7a; }
.icon-green { background: rgba(56,201,151,.15); color: #7ee0bd; }
.icon-cyan { background: rgba(85,217,230,.15); color: #83e7ee; }
.icon-rose { background: rgba(237,106,114,.14); color: #ef939a; }
.pack-progress { height: 3px; margin: 19px 0 8px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.pack-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--cyan), var(--success)); box-shadow: 0 0 16px var(--cyan); }
.pack-preview > small { color: #70829a; font-size: 8px; }
.time-saved { position: absolute; z-index: 6; right: -15px; bottom: 52px; display: flex; align-items: center; gap: 11px; width: 185px; padding: 13px; border-radius: 17px; background: rgba(10,20,37,.72); }
.time-saved svg { width: 28px; color: var(--accent); }
.time-saved span { display: flex; flex-direction: column; }
.time-saved strong { font-size: 12px; }
.time-saved small { color: #8999af; font-size: 8px; }
.trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.trust-strip > div { display: flex; align-items: center; gap: 14px; padding: 28px 30px; }
.trust-strip > div + div { border-left: 1px solid rgba(255,255,255,.1); }
.trust-icon { display: grid; flex: 0 0 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.06); color: #91b7ff; }
.trust-strip > div > span:last-child { display: flex; flex-direction: column; }
.trust-strip strong { font-size: 12px; }
.trust-strip small { margin-top: 2px; color: #7f8da1; font-size: 10px; }

/* Problem */
.problem-section { overflow: hidden; background: var(--surface); }
.problem-section::before { content: ""; position: absolute; width: 640px; height: 640px; top: 120px; left: -420px; border-radius: 50%; background: radial-gradient(circle, rgba(84,216,228,.12), transparent 68%); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 104px; align-items: center; }
.problem-media { position: relative; min-height: 640px; }
.media-frame { position: absolute; overflow: hidden; margin: 0; border-radius: 30px; box-shadow: var(--shadow-soft); }
.media-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.5); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.frame-large { width: 73%; height: 530px; top: 0; left: 0; transform: rotate(-2deg); }
.frame-small { width: 42%; height: 330px; right: 0; bottom: 0; transform: rotate(3deg); border: 9px solid var(--surface); }
.monday-card { position: absolute; z-index: 4; left: 30px; bottom: 37px; display: flex; align-items: center; gap: 14px; width: 300px; padding: 14px; border-color: rgba(255,255,255,.62); border-radius: 17px; background: rgba(255,255,255,.74); box-shadow: 0 20px 60px rgba(13,34,58,.2); }
.monday-day { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: linear-gradient(135deg, #182a45, #0b1525); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.monday-card > span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.monday-card strong { font-size: 12px; }
.monday-card small { margin-top: 3px; color: var(--muted-text); font-size: 9px; }
.section-copy .section-lede { margin-bottom: 38px; }
.pain-list { display: grid; margin-bottom: 36px; }
.pain-list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 20px 0; border-top: 1px solid var(--border); }
.pain-list article:last-child { border-bottom: 1px solid var(--border); }
.pain-list > article > span { color: var(--primary-strong); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pain-list h3 { margin: 0 0 4px; font-size: 15px; }
.pain-list p { margin: 0; color: var(--muted-text); font-size: 13px; }
.section-copy blockquote { position: relative; margin: 0; padding: 0 0 0 22px; border-left: 3px solid var(--accent); color: #35445b; font: 500 19px/1.55 var(--font-display); }

/* Offer cards */
.offer-section { overflow: hidden; background: linear-gradient(155deg, #08111f 0, #0c1728 50%, #07101e 100%); color: #fff; }
.offer-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 78%, transparent); }
.offer-glow { position: absolute; width: 900px; height: 420px; top: -260px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(83,134,255,.42), rgba(123,87,220,.18) 45%, transparent 72%); filter: blur(35px); }
.offer-section .section-heading { position: relative; }
.offer-section .marketing-eyebrow { color: #92b6ff; }
.offer-section .section-heading > p:last-child { color: #9baabd; }
.offer-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { position: relative; min-height: 310px; padding: 28px; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 24px 60px rgba(0,0,0,.18); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.offer-card:hover { transform: translateY(-6px); border-color: rgba(125,163,255,.45); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055)); }
.offer-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -110px; bottom: -120px; border-radius: 50%; background: var(--primary); filter: blur(55px); opacity: .17; }
.offer-card:nth-child(2)::after, .offer-card:nth-child(5)::after { background: var(--secondary); }
.offer-card:nth-child(3)::after { background: var(--accent); }
.offer-card:nth-child(4)::after { background: var(--success); }
.offer-card:nth-child(6)::after { background: var(--danger); }
.offer-icon { display: grid; width: 50px; height: 50px; margin-bottom: 42px; place-items: center; border-radius: 15px; }
.offer-icon svg { width: 24px; }
.card-number { position: absolute; top: 31px; right: 28px; color: #607087; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.offer-card h3 { margin-bottom: 11px; font: 600 25px/1.05 var(--font-display); }
.offer-card p { min-height: 63px; margin-bottom: 22px; color: #9eabbe; font-size: 13px; line-height: 1.65; }
.card-meta { color: #6f8098; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Process */
.process-section { background: #fbfaf7; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin: 0; padding: 0; list-style: none; }
.process-track::before { content: ""; position: absolute; top: 56px; left: 11%; right: 11%; height: 1px; background: linear-gradient(90deg, transparent, #b9c9e5 10%, #b9c9e5 90%, transparent); }
.process-track li { position: relative; text-align: center; }
.process-number { display: block; margin-bottom: 18px; color: #73829a; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.process-icon { position: relative; z-index: 1; display: grid; width: 76px; height: 76px; margin: 0 auto 23px; place-items: center; border: 1px solid #d9e0ea; border-radius: 24px; background: rgba(255,255,255,.9); color: var(--primary-strong); box-shadow: 0 15px 40px rgba(17,37,67,.09), inset 0 1px #fff; }
.process-icon svg { width: 27px; }
.process-track h3 { margin-bottom: 8px; font-size: 15px; }
.process-track p { max-width: 235px; margin: 0 auto; color: var(--muted-text); font-size: 12px; line-height: 1.65; }

/* Benefits */
.benefits-section { background: #edf2f5; }
.benefits-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.benefits-copy .section-lede { margin-bottom: 28px; }
.benefit-list { display: grid; }
.benefit-list article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(15,40,68,.11); }
.benefit-list article:last-child { border-bottom: 1px solid rgba(15,40,68,.11); }
.benefit-list article > span { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(47,104,238,.14); border-radius: 12px; background: rgba(255,255,255,.72); color: var(--primary-strong); }
.benefit-list svg { width: 19px; }
.benefit-list h3 { margin: 0 0 3px; font-size: 14px; }
.benefit-list p { margin: 0; color: var(--muted-text); font-size: 12px; }
.team-visual { position: relative; min-height: 660px; overflow: hidden; border-radius: 36px; box-shadow: var(--shadow-soft); }
.team-visual > img { width: 100%; height: 660px; object-fit: cover; object-position: center; }
.team-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,13,26,.72), transparent 56%), linear-gradient(135deg, rgba(44,93,166,.06), rgba(98,64,152,.22)); }
.team-quote { position: absolute; left: 26px; bottom: 25px; width: min(390px, calc(100% - 52px)); padding: 21px 22px; border-radius: 20px; background: rgba(10,21,38,.63); color: #fff; }
.team-quote > span { display: block; height: 23px; color: var(--accent); font: 600 35px/1 var(--font-display); }
.team-quote p { margin: 0 0 8px; font: 500 23px/1.2 var(--font-display); }
.team-quote small { color: #92a2b7; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.consistency-card { position: absolute; top: 24px; right: 24px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 17px; background: rgba(10,21,38,.62); color: #fff; }
.pulse-ring { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(85,217,230,.45); border-radius: 50%; box-shadow: 0 0 20px rgba(85,217,230,.18); }
.pulse-ring i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.consistency-card > span:last-child { display: flex; flex-direction: column; }
.consistency-card strong { font-size: 11px; }
.consistency-card small { color: #94a5b9; font-size: 8px; }

/* Preview workspace */
.preview-section { overflow: hidden; background: #050c18; color: #fff; }
.preview-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 60px 60px; }
.preview-aurora { position: absolute; width: 1000px; height: 460px; top: -240px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(73,114,229,.38), rgba(116,75,192,.2) 45%, transparent 72%); filter: blur(55px); }
.preview-heading { position: relative; }
.preview-heading .marketing-eyebrow { color: #99b9ff; }
.preview-heading > p:last-child { color: #91a0b5; }
.output-workspace { position: relative; overflow: hidden; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.028)); box-shadow: 0 45px 120px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.13); }
.workspace-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding: 13px 16px; border-color: rgba(255,255,255,.08); border-radius: 17px; background: rgba(4,11,21,.58); box-shadow: none; }
.workspace-brand { display: flex; align-items: center; gap: 13px; color: #75869e; font-size: 9px; font-weight: 600; }
.toolbar-divider { width: 1px; height: 16px; background: rgba(255,255,255,.12); }
.toolbar-actions { display: flex; align-items: center; gap: 9px; }
.toolbar-actions button { width: 28px; height: 28px; border: 0; border-radius: 9px; background: rgba(255,255,255,.06); color: #8fa0b7; }
.output-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: auto auto; gap: 13px; }
.output-card { padding: 24px; border-color: rgba(255,255,255,.09); border-radius: 21px; background: rgba(10,21,38,.72); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 15px 45px rgba(0,0,0,.16); }
.devotional-card { grid-row: 1 / 3; }
.guide-card { grid-column: 2; grid-row: 1 / 3; }
.social-card { grid-column: 3; grid-row: 1; }
.clip-output { grid-column: 3; grid-row: 2; padding: 10px; }
.output-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; color: #72839a; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.output-card-head > span:last-child { color: #6fd7b2; }
.output-type { display: flex; align-items: center; gap: 8px; }
.output-type i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 7px; font-style: normal; font-weight: 700; }
.output-date { margin-bottom: 7px; color: #6e8098; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.output-card h3 { margin-bottom: 18px; font: 600 26px/1.06 var(--font-display); }
.devotional-card > p:not(.output-date) { color: #a3b0c2; font: 500 15px/1.66 var(--font-display); }
.devotional-card blockquote { margin: 25px 0; padding: 16px 18px; border-left: 2px solid var(--accent); border-radius: 0 12px 12px 0; background: rgba(243,184,75,.055); color: #d4dce8; font: 500 14px/1.5 var(--font-display); }
.output-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); color: #6e8098; font-size: 8px; }
.output-footer button { border: 0; background: transparent; color: #89adff; font-size: 8px; font-weight: 700; }
.guide-card ol { margin: 0; padding: 0; list-style: none; }
.guide-card li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.075); }
.guide-card li > span { color: #8974dd; font-size: 8px; font-weight: 700; }
.guide-card li p { margin: 0; color: #a7b3c4; font-size: 11px; line-height: 1.5; }
.social-profile { display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; margin-bottom: 18px; }
.social-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #5270e9, #9d6cd2); font: 600 16px var(--font-display); }
.social-profile > span:nth-child(2) { display: flex; flex-direction: column; }
.social-profile strong { font-size: 9px; }
.social-profile small { color: #6f8097; font-size: 7px; }
.social-profile > span:last-child { color: #64748a; }
.social-copy { color: #b5c0cf; font-size: 10px; line-height: 1.55; }
.social-copy b { color: #d9e1eb; }
.social-stats { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); color: #6f8097; font-size: 7px; }
.clip-image { position: relative; height: 190px; overflow: hidden; border-radius: 14px; }
.clip-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,10,18,.88), transparent 65%); }
.clip-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.clip-badge { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 4px 6px; border-radius: 6px; background: rgba(0,0,0,.55); font-size: 7px; }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.16); transform: translate(-50%, -50%); backdrop-filter: blur(10px); font-size: 10px; }
.clip-image p { position: absolute; z-index: 2; right: 14px; bottom: 10px; left: 14px; margin: 0; color: #fff; font: 600 13px/1.15 var(--font-display); text-align: center; }
.clip-details { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 4px 2px; }
.clip-details > span:first-child { display: flex; flex-direction: column; }
.clip-details small { color: #667891; font-size: 6px; letter-spacing: .1em; }
.clip-details strong { font-size: 8px; }
.format-pill { padding: 5px 7px; border-radius: 99px; background: rgba(85,217,230,.08); color: #77dfe8; font-size: 6px; }
.preview-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 30px 0 0; color: #77889f; font-size: 11px; }
.preview-note span { color: var(--accent); }

/* Review */
.review-section-marketing { background: #f7f6f2; }
.review-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 95px; align-items: center; }
.review-visual { position: relative; min-height: 640px; overflow: hidden; border-radius: 36px; box-shadow: var(--shadow-soft); }
.review-visual > img { width: 100%; height: 640px; object-fit: cover; }
.review-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,16,31,.72), transparent 58%), linear-gradient(135deg, rgba(52,101,170,.04), rgba(113,75,165,.16)); }
.review-status { position: absolute; right: 25px; bottom: 25px; left: 25px; display: flex; align-items: center; gap: 15px; padding: 17px; border-radius: 20px; background: rgba(9,20,36,.66); color: #fff; }
.review-avatar { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(75,216,168,.35); border-radius: 50%; background: rgba(56,201,151,.13); }
.review-avatar span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--success); color: #08261c; font-size: 11px; font-weight: 700; }
.review-status > div:last-child { display: flex; flex-direction: column; }
.review-status small { color: #7f91a8; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.review-status strong { margin: 2px 0; font-size: 12px; }
.review-status > div:last-child > span { color: #93a3b7; font-size: 8px; }
.review-checks { margin: 32px 0; padding: 0; list-style: none; }
.review-checks li { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid var(--border); }
.review-checks > li > span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(56,201,151,.14); color: #177a5b; font-size: 10px; font-weight: 700; }
.review-checks li div { display: flex; flex-direction: column; }
.review-checks strong { font-size: 13px; }
.review-checks small { margin-top: 3px; color: var(--muted-text); font-size: 10px; }
.review-principle { display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid rgba(47,104,238,.12); border-radius: 17px; background: rgba(92,140,255,.07); }
.review-principle > span { display: grid; flex: 0 0 39px; height: 39px; place-items: center; border-radius: 50%; background: rgba(92,140,255,.12); color: var(--primary-strong); }
.review-principle p { margin: 0; color: #59677a; font-size: 11px; line-height: 1.55; }
.review-principle strong { color: #20304a; }

/* CTA */
.cta-section { padding-top: 70px; background: #f7f6f2; }
.cta-shell { position: relative; display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: center; min-height: 510px; overflow: hidden; padding: 72px 76px; border-radius: 42px; background: radial-gradient(circle at 85% 10%, rgba(122,92,228,.7), transparent 33%), radial-gradient(circle at 15% 100%, rgba(47,151,198,.36), transparent 35%), linear-gradient(135deg, #142d61, #292263 58%, #3c235d); color: #fff; box-shadow: 0 38px 100px rgba(29,35,79,.25); isolation: isolate; }
.cta-shell::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(100deg, #000, transparent 78%); }
.cta-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(40px); }
.cta-orb-one { width: 270px; height: 270px; top: -150px; right: 160px; background: rgba(109,220,233,.28); }
.cta-orb-two { width: 230px; height: 230px; bottom: -150px; left: 240px; background: rgba(242,181,74,.18); }
.cta-content h2 { max-width: 650px; margin-bottom: 20px; font: 600 clamp(52px, 6vw, 76px)/.93 var(--font-display); letter-spacing: -.04em; }
.cta-content > p { max-width: 590px; color: rgba(255,255,255,.69); font-size: 16px; }
.cta-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.cta-actions > span { color: rgba(255,255,255,.63); font-size: 9px; line-height: 1.8; }
.cta-actions i { color: #76e1bd; font-style: normal; }
.cta-pack { padding: 27px; border-radius: 26px; background: rgba(7,14,31,.44); transform: rotate(2.5deg); }
.cta-pack > p { margin: 38px 0 5px; color: #91a2bc; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.cta-pack h3 { margin-bottom: 24px; font: 600 27px var(--font-display); }
.cta-pack-row { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 11px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.09); color: #b8c4d5; font-size: 10px; }
.cta-pack-row i { width: 8px; height: 8px; border-radius: 3px; background: var(--primary); box-shadow: 0 0 10px rgba(92,140,255,.55); }
.cta-pack-row:nth-child(5) i { background: var(--accent); box-shadow: 0 0 10px rgba(243,184,75,.4); }
.cta-pack-row:nth-child(6) i { background: var(--cyan); }
.cta-pack-row:nth-child(7) i { background: var(--success); }
.cta-pack-row b { color: #76e1bd; }

/* FAQ */
.faq-section { background: #f7f6f2; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin-bottom: 17px; }
.faq-intro > p:not(.marketing-eyebrow) { max-width: 370px; color: var(--muted-text); font-size: 15px; }
.faq-intro > a { display: inline-flex; gap: 8px; margin-top: 18px; color: #4d5a6e; font-size: 12px; font-weight: 600; }
.faq-intro > a span { color: var(--primary-strong); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 30px; height: 30px; border: 1px solid #d5dce5; border-radius: 50%; background: #fff; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #516078; transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details[open] summary { color: var(--primary-strong); }
.faq-list details p { max-width: 650px; margin: -4px 50px 25px 0; color: var(--muted-text); font-size: 13px; line-height: 1.7; }

/* Footer */
.marketing-footer { padding: 82px 0 24px; background: #050b14; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .8fr 1fr; gap: 70px; padding-bottom: 70px; }
.footer-brand { margin-bottom: 21px; }
.footer-brand-block > p { max-width: 330px; margin-bottom: 19px; color: #8998ad; font: 500 17px/1.55 var(--font-display); }
.footer-demo { color: #95b5ff; font-size: 11px; font-weight: 700; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links h3 { margin-bottom: 11px; color: #607087; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { color: #9aa8bb; font-size: 10px; transition: color .2s ease; }
.footer-links a:hover { color: #fff; }
.footer-note { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.1); }
.footer-note span { color: var(--accent); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.footer-note p { margin: 13px 0 0; color: #b6c0ce; font: 500 19px/1.4 var(--font-display); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #57667a; font-size: 8px; }
.footer-bottom p { margin: 0; }
.photo-credit { text-align: center; }
.photo-credit a { color: #778aa3; text-decoration: underline; text-underline-offset: 2px; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal[data-revealed] { opacity: 1; transform: none; }
.js .reveal-delay, .js .reveal-delay-1 { transition-delay: .1s; }
.js .reveal-delay-2 { transition-delay: .18s; }
.js .reveal-delay-3 { transition-delay: .26s; }

@media (max-width: 1080px) {
    .marketing-section { padding: 108px 0; }
    .marketing-menu { gap: 18px; }
    .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 24px; }
    .hero-copy h1 { font-size: clamp(58px, 6.6vw, 74px); }
    .hero-stage { transform: scale(.9); transform-origin: center right; }
    .time-saved { right: 0; }
    .split-layout, .review-grid { gap: 60px; }
    .benefits-grid { gap: 55px; }
    .cta-shell { padding: 62px 56px; grid-template-columns: 1fr 340px; gap: 45px; }
    .output-grid { grid-template-columns: 1fr 1fr; }
    .devotional-card { grid-column: 1; grid-row: 1; }
    .guide-card { grid-column: 2; grid-row: 1; }
    .social-card { grid-column: 1; grid-row: 2; }
    .clip-output { grid-column: 2; grid-row: 2; }
    .footer-main { grid-template-columns: 1.25fr .6fr .8fr; }
    .footer-note { display: none; }
}

@media (max-width: 860px) {
    .marketing-container { width: min(100% - 36px, 720px); }
    .marketing-nav { height: 70px; background: rgba(5,12,24,.74); backdrop-filter: blur(18px); }
    .nav-toggle { display: block; }
    .marketing-menu { position: fixed; top: 78px; right: 18px; left: 18px; display: grid; gap: 0; padding: 12px; visibility: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(7,16,31,.96); box-shadow: 0 25px 70px rgba(0,0,0,.38); opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; backdrop-filter: blur(22px); }
    .marketing-menu.is-open { visibility: visible; opacity: 1; transform: none; }
    .marketing-menu > a:not(.marketing-button) { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .marketing-menu .marketing-button { margin-top: 10px; }
    .nav-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
    .marketing-hero { padding-top: 142px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 680px; padding-bottom: 40px; }
    .hero-copy h1 { font-size: clamp(64px, 11vw, 86px); }
    .hero-stage { min-height: 620px; transform: none; }
    .hero-photo-shell { width: 84%; }
    .trust-strip { margin-top: 35px; }
    .split-layout, .benefits-grid, .review-grid, .faq-layout { grid-template-columns: 1fr; }
    .problem-media { min-height: 600px; }
    .section-copy, .benefits-copy, .review-copy { max-width: 680px; }
    .offer-grid { grid-template-columns: 1fr 1fr; }
    .section-heading-row { display: block; }
    .section-heading-row > p { max-width: 600px; margin-top: 22px; }
    .process-track { grid-template-columns: 1fr 1fr; gap: 54px 30px; }
    .process-track::before { display: none; }
    .team-visual, .team-visual > img, .review-visual, .review-visual > img { height: 590px; min-height: 590px; }
    .cta-shell { grid-template-columns: 1fr; }
    .cta-content { position: relative; z-index: 2; }
    .cta-pack { display: none; }
    .faq-intro { position: static; }
    .footer-main { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 620px) {
    .marketing-container { width: calc(100% - 28px); }
    .marketing-section { padding: 82px 0; }
    .marketing-brand small { display: none; }
    .section-heading h2, .section-copy h2, .benefits-copy h2, .review-copy h2, .faq-intro h2 { font-size: 45px; }
    .section-heading.centered { margin-bottom: 45px; text-align: left; }
    .section-heading.centered > p:last-child { margin-left: 0; }
    .marketing-hero { min-height: auto; padding-top: 122px; }
    .hero-copy h1 { margin-bottom: 24px; font-size: clamp(53px, 15.6vw, 72px); }
    .hero-lede { font-size: 16px; }
    .hero-buttons { display: grid; }
    .marketing-button { width: 100%; }
    .hero-stage { min-height: 520px; margin: 0 -3px; }
    .hero-photo-shell { width: 94%; height: 330px; border-radius: 27px; }
    .sermon-received { right: 12px; bottom: 12px; min-width: 235px; }
    .pack-preview { bottom: 10px; width: 310px; padding: 18px; border-radius: 21px; }
    .pack-preview h2 { font-size: 21px; }
    .pack-items > span { padding: 6px 7px; }
    .pack-items > span:nth-child(4) { display: none; }
    .time-saved { right: 0; bottom: 52px; width: 150px; padding: 10px; }
    .time-saved svg { width: 22px; }
    .trust-strip { grid-template-columns: 1fr; padding: 18px 0 24px; }
    .trust-strip > div { padding: 13px 9px; }
    .trust-strip > div + div { border-left: 0; }
    .problem-media { min-height: 520px; }
    .frame-large { width: 82%; height: 430px; }
    .frame-small { width: 44%; height: 250px; }
    .monday-card { left: 9px; bottom: 20px; width: 265px; }
    .split-layout, .benefits-grid, .review-grid, .faq-layout { gap: 50px; }
    .offer-grid, .process-track, .output-grid { grid-template-columns: 1fr; }
    .offer-card { min-height: 280px; }
    .process-track { gap: 42px; }
    .devotional-card, .guide-card, .social-card, .clip-output { grid-column: 1; grid-row: auto; }
    .output-workspace { padding: 10px; border-radius: 25px; }
    .workspace-brand > span:last-child, .toolbar-divider { display: none; }
    .output-card { padding: 19px; }
    .team-visual, .team-visual > img, .review-visual, .review-visual > img { height: 500px; min-height: 500px; }
    .team-quote p { font-size: 20px; }
    .consistency-card { top: 14px; right: 14px; }
    .cta-section { padding-top: 25px; }
    .cta-shell { min-height: 500px; padding: 48px 25px; border-radius: 28px; }
    .cta-content h2 { font-size: 52px; }
    .cta-actions { display: grid; }
    .cta-actions > span { padding-left: 8px; }
    .faq-list summary { font-size: 14px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand-block { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .photo-credit { text-align: left; }
}

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