:root{--green:#075c3b;--green2:#0b7a50;--ink:#14241d;--muted:#5f7068;--cream:#f4f7f2;--orange:#ff9d3d;--line:#dfe8e2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.6}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:20px;font-weight:800;text-decoration:none}.brand img{width:42px;height:42px;object-fit:cover;border-radius:12px}.nav nav{display:flex;gap:30px}.nav nav a,.footer a{color:var(--muted);text-decoration:none;font-weight:650}.nav nav a:hover,.footer a:hover{color:var(--green)}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding-top:40px;padding-bottom:80px}.eyebrow{display:inline-block;color:var(--green2);font-size:13px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.04;letter-spacing:-.055em;margin:20px 0 26px}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{max-width:600px;color:var(--muted);font-size:19px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.store-button{background:var(--ink);color:white;padding:14px 20px;border-radius:13px;font-size:14px;font-weight:720}.visual{min-height:570px;display:grid;place-items:center;position:relative}.halo{position:absolute;width:510px;height:510px;border-radius:50%;background:radial-gradient(circle,#c9e7d5 0,#e9f5ed 53%,transparent 70%)}.phone{position:relative;width:290px;height:575px;padding:35px 20px;border:10px solid #16231e;border-radius:48px;background:linear-gradient(160deg,#f4faf6,#d7ebdf);box-shadow:0 35px 70px #173d2b38;transform:rotate(3deg)}.phone-top{position:absolute;top:12px;left:50%;width:86px;height:22px;transform:translateX(-50%);background:#16231e;border-radius:20px}.app-brand{display:flex;align-items:center;gap:10px;margin-top:32px}.app-brand img{width:48px;height:48px;border-radius:15px}.app-brand b,.app-brand small{display:block}.app-brand b{color:var(--green);font-size:14px}.app-brand small{font-size:10px;color:var(--muted)}.prayer-card{margin-top:32px;padding:22px;background:linear-gradient(150deg,var(--green),#063d2a);color:white;border-radius:25px;box-shadow:0 18px 30px #075c3b3d}.prayer-card span,.prayer-card b,.prayer-card strong,.prayer-card small{display:block}.prayer-card span{font-size:11px;opacity:.75}.prayer-card b{font-size:22px;margin-top:10px}.prayer-card strong{font-size:50px;line-height:1.1;color:#ffc273}.prayer-card small{font-size:11px;margin-top:12px;opacity:.75}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.tool-grid span{display:grid;place-items:center;background:white;border:1px solid var(--line);border-radius:17px;padding:15px 5px;font-size:22px;color:var(--green)}.tool-grid small{display:block;color:var(--ink);font-size:10px;margin-top:8px}.features{padding-top:100px;padding-bottom:120px}.section-heading{max-width:680px;margin-bottom:50px}.section-heading h2,.cta h2{font-size:clamp(34px,4vw,52px);line-height:1.15;letter-spacing:-.035em;margin:14px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--cream)}.feature-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:white;color:var(--green);font-size:24px}.feature-grid h3{margin:22px 0 8px;font-size:19px}.feature-grid p{margin:0;color:var(--muted);font-size:14px}.cta{margin-bottom:100px;padding:55px 60px;border-radius:30px;color:white;background:linear-gradient(130deg,var(--green),#093a2a);display:flex;align-items:center;justify-content:space-between;gap:30px}.cta .eyebrow{color:#86d9ad}.cta h2{margin-bottom:0;max-width:680px}.light-button{background:white;color:var(--green);padding:14px 22px;border-radius:13px;text-decoration:none;font-weight:800;white-space:nowrap}.footer{min-height:120px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);font-size:13px}.footer>div:last-child{display:flex;gap:20px}.legal{max-width:850px;padding-top:60px;padding-bottom:100px}.legal h1{font-size:clamp(40px,6vw,64px);letter-spacing:-.05em;line-height:1.1}.legal h2{margin-top:38px;font-size:23px}.legal p,.legal li{color:var(--muted)}.legal a{color:var(--green);font-weight:700}.legal-card{padding:36px;border:1px solid var(--line);border-radius:24px;background:var(--cream)}@media(max-width:850px){.nav nav a:first-child{display:none}.hero{grid-template-columns:1fr;text-align:center;padding-top:65px}.hero-copy>p{margin-left:auto;margin-right:auto}.actions{justify-content:center}.visual{min-height:610px}.feature-grid{grid-template-columns:1fr 1fr}.cta{padding:40px;display:block}.cta .light-button{display:inline-block;margin-top:18px}.footer{padding:30px 0;flex-direction:column;text-align:center}}@media(max-width:520px){.wrap{width:min(100% - 28px,1160px)}.nav{height:72px}.nav nav{gap:15px;font-size:13px}.brand{font-size:17px}.brand img{width:36px;height:36px}.hero{padding-top:45px}.hero h1{font-size:46px}.hero-copy>p{font-size:16px}.visual{min-height:540px}.phone{width:250px;height:510px;transform:none}.halo{width:360px;height:360px}.feature-grid{grid-template-columns:1fr}.features{padding-top:60px;padding-bottom:75px}.cta{margin-bottom:60px;padding:32px 25px}.legal-card{padding:24px}.footer>div:last-child{display:block}.footer a{margin:0 8px}}
