:root{--cream:#ffffe7;--black:#000000;--white:#ffffff;--glass-white:rgba(255,255,255,0.8);--glass-white-strong:rgba(255,255,255,0.95);--shadow-sm:0 2px 8px rgba(0,0,0,0.04);--shadow-md:0 8px 24px rgba(0,0,0,0.08);--shadow-lg:0 12px 40px rgba(0,0,0,0.12);--shadow-xl:0 20px 60px rgba(0,0,0,0.15);--radius-card:28px;--radius-button:24px;--transition-smooth:cubic-bezier(0.4,0,0.2,1);--transition-bounce:cubic-bezier(0.68,-0.55,0.265,1.55)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}.landing-container{position:relative;min-height:100vh;width:100%;overflow-x:hidden;font-family:Cabin,Plantagenet Cherokee,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--black);display:flex;flex-direction:column}.landing-background{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(160deg,#FFFFE7,#E0F2FE 25%,#FFFFFF 40%,#BAE6FC 60%,#0CA5E9);background-size:300% 300%;animation:gradientShift 12s ease infinite;z-index:0;overflow:hidden}@keyframes gradientShift{0%,to{background-position:0 100%}50%{background-position:100% 0}}.landing-blob-blue{position:absolute;top:-15%;left:-15%;width:70%;height:70%;background:radial-gradient(circle at center,rgba(12,165,233,.5) 0,rgba(186,230,252,.3) 30%,transparent 60%);filter:blur(40px);animation:blob1 18s ease-in-out infinite;mix-blend-mode:normal}@keyframes blob1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(15%,25%) scale(1.15)}50%{transform:translate(25%,15%) scale(1)}75%{transform:translate(10%,5%) scale(1.1)}}.landing-blob-yellow{position:absolute;bottom:-20%;right:-15%;width:80%;height:80%;background:radial-gradient(circle at center,rgba(255,231,103,.6) 0,rgba(255,255,231,.4) 30%,transparent 60%);filter:blur(50px);animation:blob2 22s ease-in-out infinite;mix-blend-mode:normal}@keyframes blob2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20%,-15%) scale(1.2)}66%{transform:translate(-10%,-25%) scale(1.05)}}.landing-background:before{content:"";position:absolute;top:30%;right:20%;width:50%;height:50%;background:radial-gradient(circle at center,rgba(255,255,255,.7) 0,rgba(224,242,254,.4) 30%,transparent 55%);filter:blur(35px);animation:blob3 25s ease-in-out infinite;z-index:1}@keyframes blob3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30%,20%) scale(1.15)}}.landing-background:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.18;mix-blend-mode:overlay;pointer-events:none;z-index:2}.brand-badge{display:inline-flex;align-items:center;gap:14px;margin-bottom:28px}.brand-icon{width:28px;height:28px}.brand-text{font-size:24px;font-weight:700;color:var(--black);letter-spacing:-.5px}.landing-main{position:relative;z-index:10;flex:1}.landing-main,.two-col-layout{display:flex;align-items:center}.two-col-layout{justify-content:space-between;width:100%;max-width:1400px;margin:0 auto;padding:40px 48px;gap:40px}.text-column{flex:0 0 45%;max-width:540px;animation:fadeInLeft .8s var(--transition-smooth) both}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.hero-title{font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px}.hero-title,.title-accent{color:var(--black)}.hero-subtitle{font-size:clamp(16px,2vw,20px);line-height:1.6;color:rgba(0,0,0,.7);margin-bottom:32px}.cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.quiz-link{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--black);color:var(--white);font-size:16px;font-weight:600;text-decoration:none;border-radius:var(--radius-button);transition:all .4s var(--transition-smooth);box-shadow:var(--shadow-lg)}.quiz-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.quiz-link:hover .quiz-arrow{transform:translateX(4px)}.quiz-link-text{font-weight:600}.quiz-arrow{width:18px;height:18px;transition:transform .3s var(--transition-smooth)}.app-store-link{display:block;transition:all .3s var(--transition-smooth);border-radius:12px}.app-store-link:hover{transform:translateY(-3px)}.app-store-img{height:54px;width:auto;display:block}.mockups-column{flex:0 0 50%;display:flex;justify-content:center;align-items:flex-end;animation:fadeInRight .8s var(--transition-smooth) .2s both}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.mockups-container{display:flex;align-items:flex-end;justify-content:center;gap:16px;perspective:1200px}.mockup-wrapper{position:relative;animation:float-phone 6s ease-in-out infinite}.mockup-left{--rotate-y:12deg;--scale:0.85;transform:rotateY(var(--rotate-y)) scale(var(--scale));animation-delay:0s;z-index:1}.mockup-center{--rotate-y:0deg;--scale:1;transform:scale(var(--scale));animation-delay:-2s;z-index:3}.mockup-right{--rotate-y:-12deg;--scale:0.85;transform:rotateY(var(--rotate-y)) scale(var(--scale));animation-delay:-4s;z-index:1}@keyframes float-phone{0%,to{transform:translateY(0) rotateY(var(--rotate-y)) scale(var(--scale))}50%{transform:translateY(-10px) rotateY(var(--rotate-y)) scale(var(--scale))}}.iphone-frame{width:200px;height:430px;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border-radius:36px;padding:8px;box-shadow:var(--shadow-xl),inset 0 0 0 1px rgba(255,255,255,.1);position:relative;overflow:hidden}.frame-center{width:260px;height:560px;border-radius:44px;padding:10px}.iphone-frame:before{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:50px;height:16px;background:#000;border-radius:8px;z-index:20}.frame-center:before{width:65px;height:20px;top:16px;border-radius:10px}.iphone-screen{position:relative;width:100%;height:100%;background:var(--white);border-radius:28px;overflow:hidden}.frame-center .iphone-screen{border-radius:34px}.screen-image{object-fit:cover;object-position:top}.screen-content{padding:36px 8px 8px;height:100%;display:flex;flex-direction:column}.frame-center .screen-content{padding:44px 10px 10px}.screen-devotional{background:linear-gradient(180deg,#fef3c7 0,var(--white) 100%)}.screen-verse{background:var(--white);border-radius:10px;padding:12px;margin-bottom:8px;box-shadow:var(--shadow-sm);text-align:center}.verse-label{font-size:7px;text-transform:uppercase;letter-spacing:1px;color:var(--black);font-weight:600}.verse-text{font-size:10px;font-style:italic;color:var(--black);margin:5px 0;line-height:1.4}.verse-ref{font-size:8px;color:rgba(0,0,0,.5)}.screen-card{background:var(--white);border-radius:8px;padding:8px;display:flex;align-items:center;gap:6px;box-shadow:var(--shadow-sm)}.card-icon{font-size:16px}.card-text{display:flex;flex-direction:column}.card-title{font-size:9px;font-weight:600;color:var(--black)}.card-subtitle{font-size:7px;color:rgba(0,0,0,.5)}.screen-chat{background:#f8fafc}.chat-header{text-align:center;margin-bottom:10px}.chat-title{display:block;font-size:11px;font-weight:700;color:var(--black)}.chat-subtitle{font-size:8px;color:rgba(0,0,0,.5)}.chat-messages{flex:1;display:flex;flex-direction:column;gap:6px}.chat-bubble{padding:8px 10px;border-radius:12px;font-size:9px;line-height:1.4;max-width:88%}.user-bubble{background:var(--black);color:var(--white);align-self:flex-end;border-bottom-right-radius:4px}.ai-bubble{background:var(--white);color:var(--black);align-self:flex-start;border-bottom-left-radius:4px;box-shadow:var(--shadow-sm)}.ai-bubble p{margin:0}.chat-input{background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:7px 10px;font-size:8px;color:rgba(0,0,0,.4);margin-top:auto}.screen-prayer{background:linear-gradient(180deg,#fef3c7 0,var(--white) 50%)}.prayer-header{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:8px}.prayer-emoji{font-size:12px}.prayer-title{font-size:11px;font-weight:700;color:var(--black)}.prayer-card{background:var(--white);border-radius:8px;padding:8px;box-shadow:var(--shadow-sm)}.prayer-text{font-size:9px;line-height:1.5;color:var(--black);margin-bottom:6px}.prayer-meta{display:flex;justify-content:space-between;font-size:7px;color:rgba(0,0,0,.5)}.prayer-hearts{color:#ef4444}.landing-footer{position:relative;z-index:20;padding:20px 48px;justify-content:space-between;flex-wrap:wrap;gap:16px;background:var(--black)}.footer-brand,.landing-footer{display:flex;align-items:center}.footer-brand{gap:8px}.footer-icon{width:24px;height:24px}.footer-text{font-size:16px;font-weight:700;color:var(--white)}.footer-copy{font-size:13px;color:rgba(255,255,255,.6)}.footer-links{display:flex;align-items:center;gap:20px}.footer-links a{font-size:13px;color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}@media (max-width:1024px){.site-header{padding:16px 32px}.two-col-layout{padding:32px;gap:32px}.text-column{flex:0 0 50%}.mockups-column{flex:0 0 45%}.iphone-frame{width:140px;height:300px;border-radius:28px;padding:6px}.iphone-frame:before{width:36px;height:12px;top:10px;border-radius:6px}.iphone-screen{border-radius:22px}.frame-center{width:175px;height:370px;border-radius:34px;padding:8px}.frame-center:before{width:46px;height:14px;top:12px;border-radius:7px}.frame-center .iphone-screen{border-radius:26px}.landing-footer{padding:20px 32px}}@media (max-width:768px){.site-header{padding:14px 20px}.logo-icon{font-size:24px}.logo-text{font-size:20px}.header-cta{padding:8px 18px;font-size:13px}.two-col-layout{flex-direction:column;padding:32px 24px;gap:40px;text-align:center}.text-column{flex:none;max-width:100%;order:1}.brand-badge{justify-content:center;gap:10px;margin-bottom:16px}.brand-icon{width:22px;height:22px}.brand-text{font-size:18px}.mockups-column{flex:none;order:2;margin-bottom:-120px}.cta-row{justify-content:center}.hero-title{margin-bottom:16px}.hero-subtitle{margin-bottom:24px}.mockups-container{gap:12px}.iphone-frame{width:120px;height:260px;border-radius:24px;padding:5px}.iphone-frame:before{width:30px;height:10px;top:9px;border-radius:5px}.iphone-screen{border-radius:19px}.frame-center{width:150px;height:325px;border-radius:30px;padding:6px}.frame-center:before{width:40px;height:12px;top:10px;border-radius:6px}.frame-center .iphone-screen{border-radius:24px}.landing-footer{flex-direction:column;text-align:center;padding:20px;gap:12px}.footer-links{gap:16px}}@media (max-width:480px){.two-col-layout{padding:24px 20px;gap:32px}.hero-title{font-size:32px}.hero-subtitle{font-size:15px}.cta-row{flex-direction:row;gap:10px;width:100%;justify-content:center}.quiz-link{padding:12px 18px;font-size:14px}.app-store-img{height:46px}.mockup-left,.mockup-right{display:none}.mockup-center{animation:none;transform:scale(1)}.frame-center,.iphone-frame{width:220px;height:460px;border-radius:40px;padding:8px}.frame-center:before,.iphone-frame:before{width:55px;height:17px;top:14px;border-radius:9px}.frame-center .iphone-screen,.iphone-screen{border-radius:32px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}