@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap";:root{--color-coral: #FF6B6B;--color-teal: #4ECDC4;--color-yellow: #FFE66D;--color-purple: #6C5CE7;--color-orange: #FD9644;--color-green: #4CAF50;--color-dark: #1a1a2e;--color-text: #2D3436;--color-light: #F7FFF7;--color-white: #FFFFFF;--font-heading: "Poppins", sans-serif;--font-body: "Open Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-light);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--coral{background-color:var(--color-coral);color:var(--color-white)}.section--teal{background-color:var(--color-teal);color:var(--color-white)}.section--yellow{background-color:var(--color-yellow);color:var(--color-dark)}.section--purple{background-color:var(--color-purple);color:var(--color-white)}.section--orange{background-color:var(--color-orange);color:var(--color-white)}.section--green{background-color:var(--color-green);color:var(--color-white)}.section--dark{background-color:var(--color-dark);color:var(--color-white)}.section--white{background-color:var(--color-white)}.section-title{font-size:clamp(2rem,5vw,3rem);text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;text-align:center;opacity:.9;max-width:600px;margin:0 auto 3rem;font-family:var(--font-body)}.text-center{text-align:center}.hero{position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden;padding:40px 1.5rem}.hero__bg-glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(78,205,196,.07) 0%,transparent 70%);pointer-events:none}.hero__content{position:relative;display:flex;align-items:center;gap:4rem;max-width:1100px;width:100%;z-index:1}.hero__left{flex:1;min-width:0}.hero__logo-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.hero__logo{width:80px;height:auto;display:block}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#111;line-height:1.05;letter-spacing:-.02em}.hero__tagline{font-size:clamp(1.05rem,2.5vw,1.2rem);color:#555;max-width:500px;margin-bottom:2rem;line-height:1.65}.hero__buttons{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.hero__badge-link{transition:transform .2s ease,opacity .2s ease;display:flex;align-items:center}.hero__badge-link:hover{transform:scale(1.05);opacity:.9}.hero__badge-link:active{transform:scale(.98)}.hero__badge{height:40px;width:auto;display:block}.hero__badge[src*=google-play]{height:44px}.hero__right{flex-shrink:0;width:300px}.hero__screenshot{width:100%;height:auto;border-radius:24px;box-shadow:0 12px 48px #0000001f;transform:rotate(10deg)}@media(max-width:700px){.hero__content{flex-direction:column;gap:2.5rem}.hero__right{width:240px}.hero__buttons{justify-content:flex-start}}.about__title{color:#1a1a2e;margin-bottom:2rem}.about__intro{font-size:1.1rem;line-height:1.8;color:#2d3436;max-width:800px;margin:0 auto 1.5rem}.about__intro strong{color:#ff6b6b}.about__highlight{display:flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#ff6b6b,#fd9644);border-radius:16px;padding:1.5rem 2rem;max-width:600px;margin:2rem auto 0;box-shadow:0 4px 20px #ff6b6b4d}.about__highlight-icon{width:12px;height:12px;border-radius:50%;background-color:#ffe66d;flex-shrink:0}.about__highlight-text{color:#fff;font-weight:600;font-size:1.05rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px)}.feature-card--white{background-color:#fff;box-shadow:0 4px 20px #0000001a}.feature-card--dark{background-color:#00000026;box-shadow:0 4px 20px #0000001a}.feature-card__icon{font-size:2.5rem;display:block;margin-bottom:1rem;line-height:1}.feature-card__text{font-size:1rem;line-height:1.6;font-weight:500}.feature-card--white .feature-card__text{color:#2d3436}.feature-card--dark .feature-card__text{color:#fffffff2}.section--green{background-color:#4caf50;color:#fff}.report-route{display:flex;justify-content:center;text-align:center}.report-route__content{max-width:800px}.report-route__content .section-title{color:#fff;margin-bottom:1.5rem}.report-route__text{font-size:1.2rem;line-height:1.8;color:#fffffff2;margin:0 auto}@media(max-width:700px){.report-route__text{font-size:1.1rem}}.prayer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.prayer__card{background-color:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 4px 20px #00000014;transition:transform .2s ease}.prayer__card:hover{transform:translateY(-4px)}.prayer__question{font-size:1.2rem;color:#ff6b6b;margin-bottom:.75rem}.prayer__answer{color:#2d3436;line-height:1.7;font-size:1rem}.download__title{font-size:clamp(2rem,5vw,3rem);text-align:center;margin-bottom:1rem;color:#fff}.download__subtitle{text-align:center;font-size:1.1rem;color:#fffc;margin-bottom:3rem}.download__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;align-items:center}.download__badge-link{transition:transform .2s ease,opacity .2s ease;display:flex;align-items:center}.download__badge-link:hover{transform:scale(1.05);opacity:.9}.download__badge-link:active{transform:scale(.98)}.download__badge{height:40px;width:auto;display:block}.download__badge[src*=google-play]{height:44px}.cta-fab{position:fixed;bottom:2rem;right:2rem;background-color:#ff6b6b;color:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #0003;cursor:pointer;z-index:1000;transform:translateY(150%);transition:transform .4s cubic-bezier(.175,.885,.32,1.275),background-color .2s}.cta-fab--visible{transform:translateY(0)}.cta-fab:hover{background-color:#ff5252;transform:scale(1.05) translateY(0)}.cta-fab:active{transform:scale(.95) translateY(0)}.cta-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem;animation:fadeIn .3s ease-out}.cta-dialog{background-color:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;box-shadow:0 10px 30px #0000004d;animation:slideUp .3s ease-out;color:#333;scrollbar-width:thin;scrollbar-color:#ff6b6b #f0f0f0}.cta-dialog::-webkit-scrollbar{width:6px}.cta-dialog::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.cta-dialog::-webkit-scrollbar-thumb{background-color:#ff6b6b;border-radius:10px}.cta-dialog__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;line-height:1;color:#999;cursor:pointer;padding:.5rem}.cta-dialog__close:hover{color:#333}.cta-dialog__title{margin-top:0;margin-bottom:2rem;color:#ff6b6b;font-size:2rem;text-align:center}.cta-dialog__section h3{margin-top:0;margin-bottom:.75rem;color:#444;font-size:1.25rem}.cta-dialog__section p{color:#666;line-height:1.6;margin-bottom:1rem}.cta-dialog__email{display:inline-block;color:#ff6b6b;font-weight:600;text-decoration:none;padding:.5rem 0;border-bottom:2px solid transparent;transition:border-color .2s}.cta-dialog__email:hover{border-color:#ff6b6b}.cta-dialog__whatsapp{display:inline-block;color:#25d366;font-weight:600;text-decoration:none;padding:.5rem 0;border-bottom:2px solid transparent;transition:border-color .2s}.cta-dialog__whatsapp:hover{border-color:#25d366}.cta-dialog__divider{height:1px;background-color:#eee;margin:2rem 0}.cta-dialog__app-links{display:flex;gap:1rem;flex-wrap:wrap}.cta-dialog__app-btn{flex:1;min-width:140px;background-color:#4caf50;color:#fff;text-decoration:none;text-align:center;padding:.75rem;border-radius:10px;font-weight:600;transition:background-color .2s}.cta-dialog__app-btn:hover{background-color:#45a049}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:500px){.cta-fab{bottom:1.5rem;right:1.5rem;left:1.5rem;text-align:center}.cta-dialog{padding:1.5rem}}
