:root{--bg-dark: #0a0a0a;--bg-card: #141414;--text-primary: #ffffff;--text-secondary: #a1a1aa;--primary: #6366f1;--primary-hover: #4f46e5;--accent: #ec4899;--gradient-main: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--spacing-container: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1.5rem;color:var(--text-secondary)}a{text-decoration:none;color:inherit;transition:opacity .2s ease}a:hover{opacity:.8}.container{max-width:var(--spacing-container);margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:none}.btn:active{transform:scale(.98)}.btn-primary{background:var(--gradient-main);color:#fff;box-shadow:0 4px 15px #6366f14d}.btn-primary:hover{box-shadow:0 6px 20px #6366f180;transform:translateY(-2px)}.text-gradient{background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header{position:sticky;top:0;z-index:100;background-color:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.header-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.5rem;font-family:var(--font-heading)}.logo-img{width:40px;height:40px;border-radius:8px;display:block}.nav a{margin-left:2rem;font-weight:500;font-size:.95rem}.hero{padding:80px 0;overflow:hidden}.hero-container{display:flex;align-items:center;gap:4rem}.hero-content{flex:1}.hero h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;max-width:500px}.app-buttons{display:flex;gap:1rem}.store-btn{display:flex;align-items:center;gap:10px;background-color:#fff;color:#000;padding:8px 16px;border-radius:8px;transition:transform .2s;min-width:160px}.store-btn:hover{transform:translateY(-2px);opacity:1}.store-btn svg{flex-shrink:0}.store-btn div{display:flex;flex-direction:column}.store-btn .small-text{font-size:.7rem;line-height:1}.store-btn .big-text{font-size:1.1rem;font-weight:700;line-height:1.1}.hero-image{flex:1;display:flex;justify-content:center}.phone-mockup{width:300px;height:600px;background:#1e1e1e;border-radius:40px;border:10px solid #333;position:relative;box-shadow:0 20px 50px #00000080;overflow:hidden}.screen{width:100%;height:100%;background:#141414;position:relative;display:flex;flex-direction:column}.app-screenshot{width:100%;height:100%;object-fit:cover}.mock-header{text-align:center;font-weight:700;margin-top:10px}.mock-card{background:#2a2a2a;height:120px;border-radius:12px;animation:pulse 2s infinite}.mock-scan-btn{margin-top:auto;width:60px;height:60px;border-radius:50%;background:var(--gradient-main);align-self:center;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 15px #ec489966}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.features{padding:80px 0;background:#111}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg-card);padding:2rem;border-radius:16px;text-align:center;border:1px solid rgba(255,255,255,.05);transition:transform .2s}.feature-card:hover{transform:translateY(-5px);border-color:#6366f14d}.icon-wrapper{width:80px;height:80px;background:#6366f11a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary)}.cta{padding:100px 0;text-align:center;background:linear-gradient(180deg,var(--bg-dark) 0%,rgba(99,102,241,.1) 100%)}.cta h2{font-size:3rem;margin-bottom:1rem}.cta .app-buttons{justify-content:center;margin-top:2rem}.footer{border-top:1px solid rgba(255,255,255,.1);padding:40px 0;font-size:.9rem}.footer-container{display:flex;justify-content:space-between;align-items:center}.footer-brand p{margin:5px 0 0;font-size:.8rem}.footer-links{display:flex;gap:2rem}@media(max-width:768px){.hero-container{flex-direction:column;text-align:center;padding-top:2rem}.hero-subtitle{margin-left:auto;margin-right:auto}.app-buttons{justify-content:center;flex-wrap:wrap}.hero h1{font-size:2.5rem}.footer-container{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}
