@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap";:root{--primary-color: #10b981;--text-color: #333;--background-color: #fff;--font-family: "Lato", sans-serif}body{font-family:var(--font-family);margin:0;background-color:var(--background-color);color:var(--text-color)}header{padding:1rem 2rem;border-bottom:1px solid #eee}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.5rem}.logo-icon{height:1.5em;width:auto;border-radius:.5rem;box-shadow:0 2px 4px #0000000d}main{padding:0}.hero{display:flex;align-items:center;justify-content:center;margin-bottom:0;padding:4rem 2rem;flex-direction:column;text-align:center;gap:2rem;background-color:#f9f9f9}@media(min-width:768px){.hero{flex-direction:row}}.hero-text{max-width:600px}.hero-text h1{font-size:3.5rem;margin-bottom:1rem}.hero-text p{font-size:1.25rem;color:#555;margin-bottom:2rem}.cta-button{display:inline-block;margin-top:1.5rem;background-color:var(--primary-color);color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:5px;font-weight:700;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 4px 12px #10b9814d}.features{text-align:center;padding:4rem 2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color)}.feature-item{padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d;transition:transform .2s;background:#fff}.feature-item:hover{transform:translateY(-5px)}.download-section{display:flex;align-items:center;justify-content:center;gap:2rem;padding:4rem 2rem;background-color:#f9f9f9;flex-direction:column;text-align:center}@media(min-width:768px){.download-section{flex-direction:row;text-align:left}}.qr-code img{max-width:200px}footer{text-align:center;padding:2rem;border-top:1px solid #eee}footer a{color:var(--primary-color);text-decoration:none;font-weight:700}footer a:hover{text-decoration:underline}.footer-links a{margin:0 1rem}@media(max-width:768px){.footer-links a{display:block;margin:.75rem 0}}.app-store-button{display:inline-flex;align-items:center;gap:.75rem;background-color:#000;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;margin-top:1.5rem;transition:background-color .3s ease}.app-store-button:hover{background-color:#333}.app-store-button img{height:24px;width:auto}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
