*{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}.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}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.bar{width:25px;height:3px;background:#333;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:#fff;padding-top:80px}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#000}.gradient-text{color:#000;font-weight:900}.hero-description{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:#000;color:#fff;box-shadow:0 10px 30px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000004d}.btn-secondary{background:transparent;color:#000;border:2px solid #000000}.btn-secondary:hover{background:#000;color:#fff}.hero-image{display:flex;justify-content:center;align-items:center}.phone-mockup{width:320px;height:640px;background:linear-gradient(145deg,#1f2937,#111827);border-radius:50px;padding:20px;box-shadow:0 25px 50px #0000004d;position:relative}.phone-screen{width:100%;height:100%;background:#000;border-radius:40px;overflow:hidden;position:relative}.hero-screenshot{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:40px}.mock-status-bar{background:#1f2937;color:#fff;font-size:12px;padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.mock-app-content{height:calc(100% - 24px);background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.mock-app-icon{width:80px;height:80px;background:linear-gradient(135deg,#4f9cf9,#00b884,#ff8a3d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:16px}.mock-timer{width:120px;height:120px;border:4px solid #4F9CF9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:16px 0}.mock-timer span{font-size:18px;font-weight:700;color:#4f9cf9}.mock-button{background:#4f9cf9;color:#fff;padding:8px 24px;border-radius:8px;font-size:14px;font-weight:600;margin-top:16px}.features{padding:100px 0;background:#fff}.section-header{text-align:center;max-width:600px;margin:0 auto 60px}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333}.section-header p{font-size:1.1rem;color:#666}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#000}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#000;border-radius:20px;margin-bottom:1.5rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.screenshots{padding:100px 0;background:#fff}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.screenshot-card{text-align:center}.screenshot-phone{width:200px;height:400px;background:#1a1a1a;border-radius:30px;padding:15px;margin:0 auto 1.5rem;box-shadow:0 15px 40px #0003}.screenshot-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.screenshot-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#000}.screenshot-card p{color:#666}.download{padding:100px 0;background:#fff}.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;color:#333}.download-text p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.download-buttons{margin-bottom:2rem}.app-store-btn{display:inline-block;background:#000;color:#fff;text-decoration:none;border-radius:8px;padding:8px 16px;transition:transform .3s ease;border:1px solid #333;min-width:160px}.app-store-btn:hover{transform:scale(1.05);background:#333}.app-store-content{display:flex;align-items:center;gap:8px}.app-store-text{display:flex;flex-direction:column;line-height:1.1}.app-store-line1{font-size:10px;color:#ccc;font-weight:400}.app-store-line2{font-size:16px;color:#fff;font-weight:600;margin-top:-2px}.download-features{display:flex;flex-direction:column;gap:1rem}.download-feature{display:flex;align-items:center;gap:.5rem;color:#000;font-weight:500}.phone-mockup-large{width:300px;height:600px;background:#1a1a1a;border-radius:40px;padding:20px;margin:0 auto;box-shadow:0 25px 70px #0000004d}.phone-screen-large{width:100%;height:100%;background:#000;border-radius:30px;overflow:hidden}.app-preview-large{width:100%;height:100%;background:linear-gradient(180deg,#f8f9fa,#e9ecef);padding:20px;color:#333}.large-app-content h3{font-size:20px;margin-bottom:20px;text-align:center}.summary-stats{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.stat-card{background:#fff;padding:15px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.stat-label{font-weight:600;color:#666}.stat-value{font-weight:700;font-size:16px}.stat-value.positive{color:#27ae60}.stat-value.negative{color:#e74c3c}.chart-placeholder{height:120px;background:linear-gradient(90deg,#4f9cf9 25%,#00b884,#4f9cf9 75%);border-radius:8px;opacity:.7}.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:#4f9cf9;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:#4f9cf9;text-decoration:none;font-weight:500}.privacy-section a:hover{color:#1d4ed8;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: 768px){.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}}@media (max-width: 480px){.privacy-header h1{font-size:1.8rem}.privacy-section h2{font-size:1.3rem}.privacy-section ul{margin-left:1rem}}.footer{background:#000;color:#fff;padding:60px 0 20px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-brand-icon{width:32px;height:32px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-brand h3{font-size:1.2rem;font-weight:700}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section button{background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease;text-align:left;padding:0}.footer-section button:hover{color:#fff}.footer-section a{background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease;text-align:left;padding:0;text-decoration:none}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #333333;padding-top:1rem;text-align:center;color:#ccc;font-size:.9rem}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.hamburger{display:flex}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.features-grid{grid-template-columns:1fr}.screenshot-item{grid-template-columns:1fr;gap:2rem;text-align:center}.screenshot-item:nth-child(2n) .screenshot-phone,.screenshot-item:nth-child(2n) .screenshot-content{order:0}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.download{padding:80px 0}.download-content{grid-template-columns:1fr;gap:2rem;text-align:center}.download-text{text-align:center}.download-buttons{display:flex;justify-content:center}.download-features{align-items:center}}@media (max-width: 480px){.hero-title,.section-header h2{font-size:2rem}.phone-mockup,.screenshot-mockup{width:280px;height:560px}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.download-text h2{font-size:2rem}.phone-mockup-large{width:260px;height:520px}}
