:root{--primary:#2e7d32;--primary-dark:#1b5e20;--primary-light:#4caf50;--background:#fafafa;--surface:#fff;--text:#1a1a1a;--text-secondary:#666;--border:#e0e0e0}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background);color:var(--text);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:800px}.container,.container-wide{margin:0 auto;padding:2rem 1.5rem}.container-wide{max-width:1200px}.header{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary)}.nav{display:flex;gap:1.5rem}.nav a{color:var(--text-secondary);font-weight:500}.nav a:hover{color:var(--primary);text-decoration:none}.hero{text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#fff;color:var(--primary)}.btn-primary:hover{background:#f0f0f0;text-decoration:none}.btn-outline{background:transparent;color:#fff;border:2px solid #fff}.btn-outline:hover{background:hsla(0,0%,100%,.1);text-decoration:none}.features{padding:4rem 1.5rem;background:var(--surface)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text)}.feature-card p{color:var(--text-secondary)}.legal-page{background:var(--surface);min-height:100vh}.legal-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--text)}.legal-content .effective-date{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.legal-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text)}.legal-content h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text)}.legal-content p,.legal-content ul{margin-bottom:1rem;color:var(--text-secondary)}.legal-content ul{padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.footer{background:var(--text);color:#fff;padding:3rem 1.5rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:hsla(0,0%,100%,.8)}.footer-links a:hover{color:#fff}.footer-copyright{color:hsla(0,0%,100%,.6);font-size:.875rem}.app-badges{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.app-badge{height:50px;border-radius:8px;background:hsla(0,0%,100%,.1);padding:.5rem 1rem;display:flex;align-items:center;color:#fff;font-weight:500}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}}