.header{padding:20px 0;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;box-shadow:0 2px 10px #0000000d}.header .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:28px;font-weight:700;color:#ff6b35}.nav{display:flex;gap:30px}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav a:hover{color:#ff6b35}@media (max-width: 768px){.nav{gap:15px;font-size:14px}}.hero{padding:100px 0;text-align:center}.hero-content h1{font-size:56px;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2}.hero-content p{font-size:20px;color:#666;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:20px;justify-content:center}.btn{padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s;display:inline-block}.btn-primary{background:#ff6b35;color:#fff}.btn-primary:hover{background:#ff5722;transform:translateY(-2px);box-shadow:0 10px 25px #ff6b354d}.btn-secondary{background:#fff;color:#ff6b35;border:2px solid #ff6b35}.btn-secondary:hover{background:#ff6b35;color:#fff}@media (max-width: 768px){.hero{padding:60px 0}.hero-content h1{font-size:36px}.hero-content p{font-size:18px}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}.features{padding:80px 0;background:#fff}.features h2{text-align:center;font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:60px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{padding:40px 30px;background:linear-gradient(135deg,#fff5f0,#fff);border-radius:20px;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff6b3526}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.feature-card p{font-size:16px;color:#666;line-height:1.6}@media (max-width: 768px){.features{padding:60px 0}.features h2{font-size:32px;margin-bottom:40px}.features-grid{grid-template-columns:1fr}}.screenshots{padding:80px 0;background:linear-gradient(180deg,#fff,#fff5f0)}.screenshots h2{text-align:center;font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.screenshots-subtitle{text-align:center;font-size:18px;color:#666;margin-bottom:60px}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1000px;margin:0 auto}.screenshot-card{text-align:center}.screenshot-placeholder{margin-bottom:20px;display:flex;justify-content:center}.phone-mockup{width:280px;height:500px;background:#fff;border-radius:40px;padding:20px;box-shadow:0 20px 60px #00000026;display:flex;align-items:center;justify-content:center}.mockup-content{width:100%;height:100%;border-radius:30px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.mockup-content.orange{background:linear-gradient(135deg,#ff8c5a,#ff6b35)}.mockup-content.blue{background:linear-gradient(135deg,#5eb3f6,#4a9fe5)}.mockup-content.purple{background:linear-gradient(135deg,#8b7ff5,#6b5ce7)}.mockup-icon{font-size:48px;margin-bottom:20px}.mockup-title{font-size:18px;font-weight:600;margin-bottom:30px;opacity:.9}.mockup-value{font-size:56px;font-weight:700;margin-bottom:10px}.mockup-label{font-size:16px;opacity:.8}.mockup-stats{display:flex;gap:20px;font-size:16px;font-weight:600}.screenshot-card h3{font-size:20px;font-weight:600;color:#1a1a1a}@media (max-width: 768px){.screenshots{padding:60px 0}.screenshots h2{font-size:32px}.screenshots-grid{grid-template-columns:1fr}}.download{padding:100px 0;background:linear-gradient(135deg,#ff6b35,#ff8c5a);color:#fff}.download-content{display:flex;justify-content:space-between;align-items:center;gap:40px}.download-text{flex:1}.download-text h2{font-size:42px;font-weight:700;margin-bottom:20px}.download-text p{font-size:20px;opacity:.95}.store-button{display:flex;align-items:center;gap:15px;padding:16px 30px;background:#fff;color:#1a1a1a;border-radius:12px;text-decoration:none;transition:transform .3s,box-shadow .3s}.store-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.store-icon{font-size:36px}.store-text{text-align:left}.store-label{font-size:12px;color:#666}.store-name{font-size:18px;font-weight:600}@media (max-width: 768px){.download{padding:60px 0}.download-content{flex-direction:column;text-align:center}.download-text h2{font-size:32px}.download-text p{font-size:18px}.store-button{width:100%;max-width:300px}}.footer{padding:60px 0 30px;background:#1a1a1a;color:#fff}.footer-content{display:grid;grid-template-columns:2fr 3fr;gap:60px;margin-bottom:40px}.footer-brand{max-width:300px}.footer-logo{font-size:28px;font-weight:700;color:#ff6b35;margin-bottom:15px}.footer-brand p{color:#999;line-height:1.6}.footer-links{display:flex;gap:40px}.footer-column a{display:block;color:#999;text-decoration:none;margin-bottom:12px;transition:color .3s}.footer-column a:hover{color:#ff6b35}.footer-bottom{padding-top:30px;border-top:1px solid #333;text-align:center}.footer-bottom p{color:#666;font-size:14px}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{flex-direction:column;gap:15px}}.privacy-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.privacy-header{padding:20px 0;background:#fff;box-shadow:0 2px 10px #0000000d}.privacy-header .logo{font-size:28px;font-weight:700;color:#ff6b35;text-decoration:none}.privacy-content{flex:1;padding:60px 0}.privacy-content h1{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:10px;line-height:1.3}.privacy-content .date{font-size:14px;color:#999;margin-bottom:30px}.privacy-content .intro{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px;padding:20px;background:#fff5f0;border-radius:8px;border-left:4px solid #ff6b35}.privacy-content section{margin-bottom:40px}.privacy-content h2{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.privacy-content p{font-size:16px;color:#666;line-height:1.8;margin-bottom:15px}.privacy-content ul{margin:15px 0;padding-left:30px}.privacy-content li{font-size:16px;color:#666;line-height:1.8;margin-bottom:10px}.privacy-content a{color:#ff6b35;text-decoration:none;font-weight:500}.privacy-content a:hover{text-decoration:underline}.privacy-footer{padding:30px 0;background:#1a1a1a;color:#fff;text-align:center}.privacy-footer p{color:#666;font-size:14px;margin:0}@media (max-width: 768px){.privacy-content{padding:40px 0}.privacy-content h1{font-size:28px}.privacy-content h2{font-size:20px}}.app{min-height:100vh;background:linear-gradient(180deg,#fff,#fff5f0)}*{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;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}
