:root{color:#1f2a26;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f6f8f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;margin:0;padding:0}body{color:#1f2a26;background-color:#f6f8f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.4}.app{flex-direction:column;min-height:100vh;display:flex}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#7e9b90 0%,#3e5a52 100%);flex-shrink:0;padding:60px 20px 40px}.hero-content{max-width:60%;margin:0 auto}.app-icon{margin-bottom:.5rem;font-size:2.5rem}.hero h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.tagline{opacity:.9;margin-bottom:2rem;font-size:1.1rem;font-weight:300}.download-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.download-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.download-btn:hover{color:#3e5a52;background:#ffffffe6;transform:translateY(-1px);box-shadow:0 6px 20px #00000040}.btn-icon{font-size:1rem}main{flex:1}.container{max-width:60%;margin:0 auto;padding:0 20px}section{padding:40px 0}section:nth-child(2n){background-color:#e3eae7}h2{text-align:center;color:#1f2a26;margin-bottom:2rem;font-size:1.8rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feature{text-align:center;background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 4px #0000000d}.feature:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.feature-icon{margin-bottom:1rem;font-size:2rem}.feature h3{color:#1f2a26;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.feature p{color:#6b7c75;font-size:.9rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.step{text-align:center;background:#fff;border-radius:10px;padding:1.5rem 1rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 3px 5px #0000000d}.step:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000001a}.step-number{color:#fff;background:linear-gradient(135deg,#7e9b90 0%,#3e5a52 100%);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.step-icon{margin:.75rem 0 .5rem;font-size:2rem}.step h3{color:#1f2a26;margin-bottom:.5rem;font-size:1rem;font-weight:600}.step p{color:#6b7c75;font-size:.8rem;line-height:1.4}footer{color:#fff;text-align:center;background-color:#1f2a26;padding:2rem 0}footer a{color:#7e9b90;text-decoration:none}footer a:hover{text-decoration:underline}footer .footer-links{justify-content:center;gap:1.5rem;margin-top:.5rem;display:flex}.privacy-hero,.terms-hero{background:linear-gradient(135deg,#7e9b90 0%,#3e5a52 100%)}.privacy-content,.terms-content{padding:40px 0}.privacy-section,.terms-section{margin-bottom:3rem}.privacy-section h2,.terms-section h2{color:#1f2a26;text-align:left;border-bottom:3px solid #7e9b90;margin-bottom:1.5rem;padding-bottom:.5rem}.privacy-section h3,.terms-section h3{color:#6b7c75;margin-top:1.5rem;margin-bottom:1rem;font-size:1.3rem}.privacy-section p,.terms-section p{color:#6b7c75;margin-bottom:1rem;line-height:1.6}.privacy-section ul,.terms-section ul{color:#6b7c75;margin-bottom:1rem;margin-left:1.5rem}.privacy-section li,.terms-section li{margin-bottom:.5rem;line-height:1.5}.privacy-highlight{background:#e3eae7;border:2px solid #7e9b90;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.privacy-highlight h3{color:#3e5a52;margin-top:0}.back-home{color:#fff;opacity:.9;margin-top:1rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.back-home:hover{opacity:1}.back-home-button{color:#fff;background:#7e9b90;border-radius:8px;margin-top:2rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.back-home-button:hover{background:#3e5a52}.privacy-footer,.terms-footer{text-align:center;border-top:1px solid #e3eae7;padding:2rem 0}@media (max-width:1024px){.container,.hero-content{max-width:80%}}@media (max-width:768px){.container{max-width:95%;padding:0 15px}.hero-content{max-width:95%}.hero{padding:40px 20px 30px}.hero h1{font-size:2rem}.tagline{font-size:1rem}.download-buttons{flex-direction:column;align-items:center}.download-btn{width:100%;max-width:280px}h2{font-size:1.5rem}section{padding:30px 0}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr;gap:1rem}footer .footer-links{flex-direction:column;gap:.5rem}}@media (max-width:480px){.container{max-width:100%;padding:0 10px}.hero-content{max-width:100%}.hero{padding:30px 15px 20px}.hero h1{font-size:1.8rem}.app-icon{font-size:2rem}section{padding:25px 0}h2{margin-bottom:1.5rem;font-size:1.3rem}.feature,.step{padding:1rem}.step-icon{font-size:2rem}.step-number{width:25px;height:25px;font-size:.8rem}.features-grid{grid-template-columns:1fr}}
