*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.loading{opacity:0;transition:opacity 1s ease}.loaded{opacity:1;transition:opacity 1s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .3s ease;text-decoration:none}.nav-logo:hover{opacity:.8}.nav-logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.nav-logo h2{color:#000;font-size:1.8rem;font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem}.hamburger{display:none;color:#111;background:transparent;border:none;cursor:pointer}.nav-menu button{background:none;border:none;color:#333;font-weight:500;transition:color .3s ease;cursor:pointer;font-size:1rem}.nav-menu button:hover{color:#000}.nav-menu a{background:none;border:none;color:#333;font-weight:500;transition:color .3s ease;cursor:pointer;font-size:1rem;text-decoration:none}.nav-menu a:hover{color:#000}.hero{min-height:100vh;display:flex;align-items:center;background:#f7f7f7;position:relative;overflow:hidden}.hero:before{display:none}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{color:#1f2937}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gradient-text{color:inherit}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none;text-align:center}.btn-primary{background:#111;color:#fff}.btn-primary:hover{background:#222;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#1f2937;border:1px solid #e5e7eb}.btn-secondary:hover{background:#f3f4f6;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.phone-mockup{width:300px;height:600px;background:#1a1a1a;border-radius:40px;padding:20px;box-shadow:0 20px 60px #0000004d;position:relative;transform:rotate(-5deg);transition:transform .3s ease}.phone-mockup:hover{transform:rotate(0)}.phone-screen{width:100%;height:100%;border-radius:30px;overflow:hidden;background:#fff}.hero-screenshot{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.features{padding:6rem 0;background:transparent}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#111}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.feature-card p{color:#64748b;line-height:1.6}.screenshots{padding:6rem 0;background:transparent}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.screenshot-card{text-align:center}.screenshot-phone{width:220px;height:440px;margin:0 auto 2rem;background:#1a1a1a;border-radius:30px;padding:15px;box-shadow:0 15px 40px #0003;position:relative;transition:transform .3s ease}.screenshot-phone:hover{transform:translateY(-10px)}.screenshot-phone img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.screenshot-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.screenshot-card p{color:#64748b;line-height:1.6}.download{padding:4rem 0;background:transparent;color:#1f2937}.download-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.download-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.download-text p{font-size:1.1rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.download-buttons{margin-bottom:2rem}.app-store-btn{display:inline-flex;background:#000;color:#fff;padding:12px 20px;border-radius:12px;text-decoration:none;transition:all .3s ease}.app-store-btn:hover{background:#333;transform:translateY(-2px)}.app-store-content{display:flex;align-items:center;gap:12px}.app-store-text{display:flex;flex-direction:column;text-align:left}.app-store-line1{font-size:.75rem;opacity:.8;line-height:1}.app-store-line2{font-size:1.1rem;font-weight:600;line-height:1}.download-features{display:flex;flex-direction:column;gap:1rem}.download-feature{display:flex;align-items:center;gap:.75rem;opacity:.9}.download-feature svg{color:#10b981}.download-image{display:flex;justify-content:center;align-items:center}.phone-mockup-large{width:280px;height:560px;background:#1a1a1a;border-radius:35px;padding:18px;box-shadow:0 20px 60px #0000004d;transform:rotate(5deg);transition:transform .3s ease}.phone-mockup-large:hover{transform:rotate(0)}.footer{background:#1a202c;color:#fff;padding:2rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:1rem}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:.75rem}.footer-section p{opacity:.8;line-height:1.6;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.footer-links button{background:transparent;border:none;color:#fffc;cursor:pointer;padding:0;font:inherit;text-align:left}.footer-links button:hover{color:#fff}.footer-bottom{border-top:1px solid #2d3748;padding-top:1rem;text-align:center;opacity:.6}.privacy-policy{padding:120px 0 60px;background:#fff;min-height:100vh}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #4F9CF9}.privacy-header h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.last-updated{font-size:1.1rem;color:#666;font-style:italic}.privacy-content{max-width:800px;margin:0 auto;line-height:1.7}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #4F9CF9}.privacy-section h3{font-size:1.3rem;font-weight:600;color:#4b5563;margin:1.5rem 0 .8rem}.privacy-section p{margin-bottom:1rem;color:#333;font-size:1rem}.privacy-section ul{margin:1rem 0 1rem 1.5rem;list-style-type:disc}.privacy-section li{margin-bottom:.5rem;color:#333}.privacy-section li strong{color:#1f2937;font-weight:600}.privacy-section a{color:#111;text-decoration:none;font-weight:500}.privacy-section a:hover{color:#374151;text-decoration:underline}.contact-info{background:#f8f8f8;padding:1.5rem;border-radius:12px;margin:1rem 0;color:#000;border:1px solid #e0e0e0}.contact-info p{margin-bottom:.5rem;color:#000}.contact-info a{color:#000;font-weight:600;text-decoration:underline}.contact-info a:hover{color:#666}@media (max-width: 968px){.hero-container,.download-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.phone-mockup{width:250px;height:500px}.features-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 768px){.nav-menu{display:none}.hamburger{display:inline-flex}.hero{padding:6rem 0;min-height:auto}.hero-title{font-size:2rem}.hero-buttons{justify-content:center}.phone-mockup{width:200px;height:400px}.screenshot-phone{width:180px;height:360px}.container{padding:0 15px}.privacy-policy{padding:100px 0 40px}.privacy-header h1{font-size:2.2rem}.privacy-content{padding:0 1rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.2rem}}.mobile-menu{position:fixed;top:72px;right:16px;left:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #0000001f;z-index:999}.mobile-menu ul{list-style:none;padding:8px}.mobile-menu li{border-bottom:1px solid #f1f5f9}.mobile-menu li:last-child{border-bottom:none}.mobile-menu a,.mobile-menu button{display:block;width:100%;text-align:left;padding:14px 10px;text-decoration:none;color:#111;background:transparent;border:none;font:inherit}.mobile-menu a:hover,.mobile-menu button:hover{background:#f8fafc}@media (max-width: 480px){.privacy-header h1{font-size:1.8rem}.privacy-section h2{font-size:1.3rem}.privacy-section ul{margin-left:1rem}}
