:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#000;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}*{margin:0;padding:0;box-sizing:border-box}body{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}.landing-page{min-height:100vh;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{height:80px;width:auto}.nav{display:flex;gap:30px}.nav a{color:#000;text-decoration:none;font-weight:500;transition:color .3s}.nav a:hover{color:#ff6b35}.hero{padding:80px 0;background:linear-gradient(135deg,#ff6b35,#ff8555);color:#fff;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-image{width:150px;height:auto;margin-bottom:30px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.hero h1{font-size:48px;font-weight:700;margin-bottom:20px}.hero-subtitle{font-size:20px;margin-bottom:40px;opacity:.95}.cta-button{display:inline-block;background-color:#fff;color:#ff6b35;padding:16px 40px;border-radius:30px;text-decoration:none;font-weight:700;font-size:18px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.about{padding:80px 0;background-color:#f9f9f9}.about h2{text-align:center;font-size:36px;margin-bottom:60px;color:#000}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.feature{text-align:center;padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;transition:transform .3s,box-shadow .3s}.feature:hover{transform:translateY(-5px);box-shadow:0 4px 16px #ff6b3533}.feature-icon{font-size:48px;margin-bottom:20px}.feature h3{font-size:24px;margin-bottom:15px;color:#ff6b35}.feature p{color:#666;line-height:1.6}.download{padding:80px 0;background-color:#fff;text-align:center}.download h2{font-size:36px;margin-bottom:20px;color:#000}.download p{font-size:18px;color:#666;margin-bottom:40px}.download-button{display:inline-flex;align-items:center;gap:12px;background-color:#ff6b35;color:#fff;padding:16px 40px;border-radius:30px;text-decoration:none;font-weight:700;font-size:18px;transition:background-color .3s,transform .3s;box-shadow:0 4px 6px #0000001a}.download-button:hover{background-color:#e55525;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.download-icon{font-size:24px}.contact{padding:80px 0;background-color:#f9f9f9}.contact h2{text-align:center;font-size:36px;margin-bottom:20px;color:#000}.contact-subtitle{text-align:center;font-size:18px;color:#666;margin-bottom:50px}.contact-form{max-width:600px;margin:0 auto;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#000}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35}.form-group textarea{resize:vertical}.submit-button{width:100%;background-color:#ff6b35;color:#fff;padding:16px;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:background-color .3s,transform .3s}.submit-button:hover{background-color:#e55525;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.legal{padding:60px 0;background-color:#fff;text-align:center}.legal h2{font-size:36px;margin-bottom:40px;color:#000}.legal-links{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.legal-link{color:#ff6b35;text-decoration:none;font-size:18px;font-weight:500;transition:color .3s}.legal-link:hover{color:#e55525;text-decoration:underline}.footer{background-color:#1a1a1a;color:#fff;padding:40px 0;text-align:center}.footer p{margin:8px 0;opacity:.9}.footer a{color:#ff6b35;text-decoration:none}.footer a:hover{text-decoration:underline}@media(max-width:768px){.header .container{flex-direction:column;gap:20px}.nav{flex-direction:column;gap:15px;text-align:center}.hero h1{font-size:36px}.hero-subtitle{font-size:18px}.hero-image{width:100px}.about h2,.download h2,.contact h2,.legal h2{font-size:28px}.features{grid-template-columns:1fr}.contact-form{padding:30px 20px}.legal-links{flex-direction:column;gap:20px}}.legal-page{min-height:100vh;background-color:#fff;padding-bottom:60px}.legal-page .container{max-width:900px;margin:0 auto;padding:40px 20px}.legal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.back-link{color:#ff6b35;text-decoration:none;font-weight:500;transition:color .3s}.back-link:hover{color:#e55525;text-decoration:underline}.legal-page .logo{height:30px;width:auto}.legal-page h1{font-size:42px;color:#000;margin-bottom:10px}.last-updated{color:#666;font-style:italic;margin-bottom:40px}.legal-page section{margin-bottom:40px}.legal-page h2{font-size:28px;color:#ff6b35;margin-bottom:20px;margin-top:30px}.legal-page h3{font-size:22px;color:#000;margin-bottom:15px;margin-top:20px}.legal-page p{color:#333;line-height:1.8;margin-bottom:15px;font-size:16px}.legal-page ul{margin-left:30px;margin-bottom:20px}.legal-page li{color:#333;line-height:1.8;margin-bottom:10px;font-size:16px}.legal-page strong{color:#000;font-weight:600}.legal-footer{margin-top:60px;padding-top:30px;border-top:2px solid #f0f0f0;text-align:center}.legal-footer p{color:#666;font-style:italic}@media(max-width:768px){.legal-page .container{padding:30px 15px}.legal-header{flex-direction:column;gap:15px;align-items:flex-start}.legal-page h1{font-size:32px}.legal-page h2{font-size:24px}.legal-page h3{font-size:20px}.legal-page p,.legal-page li{font-size:15px}}
