:root{--landing-bg-dark:#0f1035;--landing-accent-green:#00ff9d;--landing-text-white:#fff;--landing-text-gray:#a0a0a0;--landing-card-bg:hsla(0,0%,100%,.1)}.landing-page{font-family:Inter,sans-serif;color:#333;overflow-x:hidden}.landing-header{justify-content:space-between;padding:20px 5%;background-color:var(--landing-bg-dark);color:var(--landing-text-white)}.landing-header,.landing-logo{display:flex;align-items:center}.landing-logo{font-size:1.5rem;font-weight:700;gap:10px}.landing-logo span{color:#fff}.landing-nav ul{display:flex;list-style:none;gap:30px;margin:0;padding:0}.landing-nav a{color:var(--landing-text-gray);text-decoration:none;font-size:.9rem;transition:color .3s}.landing-nav a:hover{color:var(--landing-text-white)}.btn-identify{background-color:var(--landing-accent-green);color:#000;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;font-size:.9rem;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer}.btn-identify:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,255,157,.4)}.hero-section{background-color:var(--landing-bg-dark);color:var(--landing-text-white);padding:80px 5% 120px;display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative}.hero-content{max-width:50%}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:20px;font-weight:800;color:var(--landing-text-white)}.hero-title .highlight{color:var(--landing-accent-green)}.hero-subtitle{font-size:1.1rem;color:var(--landing-text-gray);margin-bottom:40px;line-height:1.6;max-width:500px}.btn-hero-cta{background-color:var(--landing-accent-green);color:#000;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1rem;display:inline-block;box-shadow:0 0 20px rgba(0,255,157,.3);transition:all .3s ease}.btn-hero-cta:hover{box-shadow:0 0 30px rgba(0,255,157,.6);transform:scale(1.05)}.hero-visual{position:relative;width:45%}.visual-card{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:20px;border:1px solid hsla(0,0%,100%,.2);position:relative}.visual-card img{width:100%;border-radius:15px;display:block}.scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:var(--landing-accent-green);box-shadow:0 0 10px var(--landing-accent-green);animation:scan 3s linear infinite;z-index:2}@keyframes scan{0%{top:10%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:90%;opacity:0}}.price-tag{position:absolute;bottom:40px;right:-20px;background:#fff;padding:15px 25px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.2);color:#000;z-index:3;animation:float 4s ease-in-out infinite}.price-tag .label{font-size:.8rem;color:#666;display:block}.price-tag .price{font-size:1.8rem;font-weight:800;display:block}.price-tag .confidence{position:absolute;top:-10px;right:-10px;background:#e0fbf0;color:#00aa60;font-size:.7rem;padding:5px 8px;border-radius:10px;font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.how-it-works{padding:100px 5%;background:#fff;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:60px;color:#1a1b4b}.steps-grid{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}.step-card{flex:1 1;min-width:250px;max-width:300px;text-align:center}.step-icon{width:60px;height:60px;background:#0f1035;border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--landing-accent-green);font-size:1.5rem;box-shadow:0 10px 20px rgba(15,16,53,.2)}.step-card h3{font-size:1.2rem;margin-bottom:15px;color:#1a1b4b}.step-card p{font-size:.9rem;color:#666;line-height:1.5}.profit-dashboard{padding:100px 5%;background:#f8f9fa;text-align:center}.dashboard-preview{background:#fff;max-width:800px;margin:0 auto;border-radius:20px;padding:30px;box-shadow:0 20px 50px rgba(0,0,0,.05);display:flex;align-items:center;gap:30px;text-align:left}.preview-image{width:150px;height:150px;border-radius:15px;overflow:hidden;position:relative}.preview-image img{width:100%;height:100%;object-fit:cover}.sold-badge{position:absolute;top:10px;left:10px;background:var(--landing-accent-green);color:#000;padding:4px 10px;border-radius:5px;font-size:.8rem;font-weight:700}.preview-stats{flex:1 1;display:flex;justify-content:space-between;align-items:center}.stat-group h4{font-size:.9rem;color:#888;margin-bottom:5px}.stat-group .value{font-size:1.8rem;font-weight:700;color:#1a1b4b}.profit-badge{background:#e0fbf0;color:#00aa60;padding:15px 25px;border-radius:15px;text-align:center}.profit-badge .label{display:block;font-size:1.2rem;font-weight:700;margin-bottom:5px}.profit-badge .amount{font-size:1rem}.landing-footer{background:var(--landing-bg-dark);color:#fff;padding:60px 5% 30px;text-align:center}.trusted-by{margin-bottom:50px}.trusted-by p{color:var(--landing-text-gray);margin-bottom:20px;font-size:.9rem}.logos{gap:40px;opacity:.7;font-weight:700;font-size:1.5rem}.footer-links,.logos{display:flex;justify-content:center}.footer-links{gap:30px;margin-bottom:30px;border-top:1px solid hsla(0,0%,100%,.1);padding-top:30px}.footer-links a{color:var(--landing-text-gray);text-decoration:none;font-size:.9rem}.copyright{color:hsla(0,0%,100%,.3);font-size:.8rem}@media (max-width:768px){.hero-section{flex-direction:column;padding-top:40px;text-align:center}.hero-content,.hero-visual{max-width:100%;width:100%}.hero-title{font-size:2.5rem}.landing-nav{display:none}.dashboard-preview{flex-direction:column;text-align:center}.preview-stats{flex-direction:column;gap:20px;width:100%}}