:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3{line-height:1.1}button{cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-img{height:48px;width:auto}.logo-text{font-size:1.5rem;font-weight:800;color:#2d5a27;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#374151;font-weight:500;transition:color .2s}.nav-links a:hover{color:#2d5a27}.hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 0;min-height:60vh;gap:2rem}.hero-content{flex:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#2d5a27,#e0a96d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6}.download-buttons{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-flex;align-items:center;gap:.5rem}.btn:active{transform:scale(.98)}.btn-primary{background-color:#2d5a27;color:#fff;border:none}.btn-dark{background-color:#1f2937;color:#fff}.hero-image{flex:1;display:flex;justify-content:center}.phone-mockup{width:300px;height:600px;background-color:#f3f4f6;border-radius:40px;border:8px solid #1F2937;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.app-screen{width:100%;height:100%;object-fit:cover}.features{padding:4rem 0;background-color:#f9fbfa}.section-title{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#1a2e17}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:48px;height:48px;background-color:#ecfdf5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2d5a27;font-size:1.5rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a2e17}.feature-desc{color:#64748b;line-height:1.5}@media(max-width:768px){header{flex-direction:column;gap:1rem;padding:1rem 0}.logo-text{white-space:nowrap;font-size:1.25rem}.nav-links{gap:1rem;font-size:.9rem}.hero{flex-direction:column-reverse;text-align:center;padding-top:2rem}.hero-image{width:100%}.download-buttons{justify-content:center}.hero-title{font-size:2.25rem}}
