@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Nunito+Sans:wght@400;500;600;700;800;900&display=swap";:root{--primary-green:#34c759;--bg-cream:#f8f5ef;--text-heading:#1c1c1e;--text-sub:#6b7280;--card-white:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-heading);background-color:var(--bg-cream);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Nunito Sans,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box}body{background-color:var(--bg-cream);min-width:320px;min-height:100vh;margin:0}h1,h2,h3,h4,h5,h6{color:var(--text-heading);margin:0;font-weight:800;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem)}h2{letter-spacing:-.01em;font-size:clamp(2rem,4vw,3rem)}p{color:var(--text-sub);margin:0}a{color:var(--text-heading);text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}button{cursor:pointer;border:none;font-family:inherit;transition:all .2s}button:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}img{max-width:100%;height:auto;display:block}.app{background-color:var(--bg-cream);min-height:100vh}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f5eff2;border-bottom:1px solid #0000000d;padding:1rem 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.header-left{align-items:center;display:flex}.app-icon{object-fit:cover;border-radius:10px;width:40px;height:40px}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--text-heading);font-size:.95rem;font-weight:500}@media (max-width:768px){.header-nav{display:none}}.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-left{flex-direction:column;gap:1.5rem;display:flex}.hero-kicker{text-transform:uppercase;letter-spacing:.05em;color:var(--text-sub);margin:0;font-size:.9rem;font-weight:600}.hero-title{color:var(--text-heading);margin:0;font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:1.1}.hero-subtitle{color:var(--text-sub);margin:0;font-size:1.25rem;line-height:1.6}.hero-cta{align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.btn-primary{background-color:var(--primary-green);color:#fff;border-radius:24px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;box-shadow:0 4px 12px #34c7594d}.btn-primary:hover{opacity:1;transform:translateY(-2px);box-shadow:0 6px 16px #34c75966}.btn-primary:active{transform:translateY(0)}.hero-link{color:var(--text-heading);font-size:1.1rem;font-weight:500}.store-badges{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.store-badge{height:60px;transition:transform .2s;display:inline-block}.store-badge:hover{opacity:1;transform:translateY(-2px)}.store-badge img{width:auto;height:100%}.hero-right{justify-content:center;align-items:center;display:flex}.phone-mockups{perspective:1000px;gap:1rem;display:flex}.phone-mockup{background:#fff;border:8px solid #1c1c1e;border-radius:24px;width:200px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 24px #0000001f}.phone-mockup:first-child{transform:rotateY(-5deg)rotateX(2deg)}.phone-mockup:nth-child(2){transform:translateY(-10px)}.phone-mockup:nth-child(3){transform:rotateY(5deg)rotateX(2deg)}.phone-mockup:hover{transform:translateY(-8px)scale(1.02)}.phone-mockup img{width:100%;height:auto;display:block}@media (max-width:968px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-right{order:-1}.phone-mockups{justify-content:center}.phone-mockup{width:160px}}@media (max-width:640px){.phone-mockups{gap:.5rem}.phone-mockup{border-width:6px;width:120px}}.value-props{max-width:1200px;margin:0 auto;padding:4rem 2rem}.value-props-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.value-card{background:var(--card-white);border-radius:24px;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000f}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.value-icon{margin-bottom:1rem;font-size:2.5rem}.value-card h3{color:var(--text-heading);margin:0;font-size:1.25rem;font-weight:700;line-height:1.4}.screenshots{background-color:#ffffff80;margin:2rem 0;padding:5rem 2rem}.screenshots-content{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:var(--text-heading);margin-bottom:3rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.screenshots-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.screenshot-card{background:var(--card-white);border-radius:24px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 12px #00000014}.screenshot-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.screenshot-card img{width:100%;height:auto;display:block}.screenshot-caption{text-align:center;color:var(--text-sub);margin:0;padding:1.5rem;font-size:1rem}.how-it-works{max-width:1200px;margin:0 auto;padding:5rem 2rem}.how-it-works-content{flex-direction:column;align-items:center;display:flex}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;margin-top:3rem;display:grid}.step-card{background:var(--card-white);text-align:center;border-radius:24px;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000f}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.step-number{background-color:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;display:flex}.step-card h3{color:var(--text-heading);margin:0;font-size:1.25rem;font-weight:700}.social-proof{text-align:center;max-width:1200px;margin:0 auto;padding:3rem 2rem}.social-proof-tagline{color:var(--text-sub);margin:0;font-size:1.1rem;font-style:italic}.final-cta{text-align:center;background:linear-gradient(135deg,#34c7590d 0%,#34c75905 100%);padding:5rem 2rem}.final-cta-content{flex-direction:column;align-items:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.final-cta-title{color:var(--text-heading);margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.final-cta-badges{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.final-cta-links{color:var(--text-sub);margin-top:1rem;font-size:.9rem}.final-cta-links a,.final-cta-links span{color:var(--text-sub)}.footer{background-color:#ffffff4d;border-top:1px solid #0000000d;padding:3rem 2rem 2rem}.footer-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{color:var(--text-heading);align-items:center;gap:.75rem;font-weight:600;display:flex}.footer-icon{object-fit:cover;border-radius:8px;width:32px;height:32px}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-nav a{color:var(--text-sub);font-size:.9rem;font-weight:500}.footer-copyright{color:var(--text-sub);margin:0;font-size:.85rem}@media (max-width:768px){.hero{padding:2rem 1rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:flex-start}.store-badges{width:100%}.store-badge{height:50px}.value-props,.how-it-works,.screenshots{padding:3rem 1rem}.value-props-grid,.steps-grid,.screenshots-grid{grid-template-columns:1fr}.final-cta{padding:3rem 1rem}.final-cta-badges{flex-direction:column;align-items:center}.store-badge{width:180px}.store-badge img{width:100%;height:auto}}.legal-page{background-color:var(--bg-cream);flex-direction:column;min-height:100vh;display:flex}.legal-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f5eff2;border-bottom:1px solid #0000000d;padding:1rem 0;position:sticky;top:0}.legal-header-content{max-width:1200px;margin:0 auto;padding:0 2rem}.legal-header-logo{color:var(--text-heading);align-items:center;gap:.75rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.legal-header-logo:hover{opacity:.7}.legal-app-icon{object-fit:cover;border-radius:10px;width:40px;height:40px}.legal-content{flex:1;padding:3rem 2rem}.legal-container{background:var(--card-white);border-radius:24px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 2px 8px #0000000f}.legal-container h1{color:var(--text-heading);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:900}.legal-last-updated{color:var(--text-sub);margin-bottom:2rem;font-size:.9rem;font-style:italic}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:var(--text-heading);margin-top:2rem;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,1.75rem);font-weight:800}.legal-section p{color:var(--text-sub);margin-bottom:1rem;font-size:1rem;line-height:1.8}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{color:var(--text-sub);margin-bottom:.5rem;font-size:1rem;line-height:1.8}.legal-section strong{color:var(--text-heading);font-weight:700}.legal-footer{background-color:#ffffff4d;border-top:1px solid #0000000d;padding:2rem}.legal-footer-content{text-align:center;max-width:1200px;margin:0 auto}.legal-footer-link{color:var(--text-heading);font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.legal-footer-link:hover{opacity:.7}@media (max-width:768px){.legal-content{padding:2rem 1rem}.legal-container{padding:2rem 1.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{margin-top:1.5rem;font-size:1.5rem}}
