.landing-page{--primary: #1a3a7a;--primary-dark: #0d2659;--primary-light: #3d5aa3;--accent: #4a9eff;--accent-green: #10b981;--dark: #0f172a;--dark-soft: #1e293b;--light: #f8fafc;--gray: #64748b;--gray-light: #e2e8f0;--gradient-hero: linear-gradient(135deg, #0d2659 0%, #1a3a7a 50%, #3d5aa3 100%);--gradient-accent: linear-gradient(135deg, #4a9eff 0%, #1a3a7a 100%);--shadow-soft: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--shadow-medium: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--shadow-large: 0 25px 50px -12px rgba(0,0,0,.25);--shadow-glow: 0 0 60px rgba(26,58,122,.3);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--light);color:var(--dark);line-height:1.6;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.2}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.landing-page .nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-page .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--dark)}.landing-page .logo-icon{width:48px;height:48px;border-radius:12px;object-fit:cover;box-shadow:var(--shadow-medium)}.landing-page .logo-text{font-size:1.5rem;font-weight:700}.landing-page .logo-text span{color:var(--primary)}.landing-page .nav-links{display:flex;gap:2.5rem;align-items:center;margin:0 3rem}.landing-page .nav-links a{text-decoration:none;color:var(--gray);font-weight:500;transition:color .2s}.landing-page .nav-links a:hover{color:var(--primary)}.landing-page .nav-cta-btn{margin-left:auto}.landing-page .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;font-family:inherit}.landing-page .btn-primary{background:var(--gradient-hero);color:#fff!important;box-shadow:var(--shadow-medium),0 0 30px #1a3a7a4d}.landing-page .btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-large),0 0 40px #1a3a7a66;color:#fff!important}.landing-page .btn-secondary{background:#fff;color:var(--dark);border:2px solid var(--gray-light)}.landing-page .btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.landing-page .hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:8rem 2rem}.landing-page .hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:var(--gradient-hero);border-radius:50%;opacity:.08;filter:blur(80px);animation:float 20s ease-in-out infinite}.landing-page .hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:50%;height:100%;background:linear-gradient(135deg,#4a9eff,#06b6d4);border-radius:50%;opacity:.06;filter:blur(60px);animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(5deg)}}.landing-page .hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.landing-page .hero-content{animation:slideUp 1s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1a3a7a1a;border-radius:50px;color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.landing-page .hero-badge:before{content:"✨"}.landing-page .hero h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;background:linear-gradient(135deg,var(--dark) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .hero p{font-size:1.25rem;color:var(--gray);margin-bottom:2.5rem;max-width:540px}.landing-page .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.app-store-badge{display:inline-flex;transition:transform .3s ease}.app-store-badge:hover{transform:translateY(-2px)}.app-store-badge img{display:block}.landing-page .hero-stats{display:flex;gap:3rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--gray-light)}.landing-page .stat{text-align:left}.landing-page .stat-value{font-size:2.5rem;font-weight:900;color:var(--primary)}.landing-page .stat-label{font-size:.875rem;color:var(--gray);font-weight:500}.landing-page .hero-visual{position:relative;animation:slideUp 1s ease-out .2s backwards;display:flex;justify-content:center}.hero-phone{position:relative}.phone-frame{width:300px;height:620px;background:linear-gradient(180deg,#1a1a2e,#0f0f23);border-radius:48px;padding:12px;box-shadow:var(--shadow-large),var(--shadow-glow),inset 0 1px #ffffff1a;position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.phone-notch{width:140px;height:32px;background:#0f0f23;border-radius:0 0 20px 20px;margin:0 auto 8px;position:relative;z-index:2}.phone-screen{width:100%;height:calc(100% - 40px);background:linear-gradient(180deg,#0d2659,#1a3a7a,#0d2659);border-radius:36px;overflow:hidden}.scan-ui{height:100%;display:flex;flex-direction:column;padding:16px}.scan-header{text-align:center;color:#fff;font-weight:700;font-size:.9rem;padding:8px 0 16px;letter-spacing:.5px}.scan-viewfinder{flex:1;position:relative;margin:0 8px;display:flex;align-items:center;justify-content:center}.scan-corner{position:absolute;width:24px;height:24px;border-color:var(--accent);border-style:solid;border-width:0}.scan-corner-tl{top:0;left:0;border-top-width:3px;border-left-width:3px;border-radius:4px 0 0}.scan-corner-tr{top:0;right:0;border-top-width:3px;border-right-width:3px;border-radius:0 4px 0 0}.scan-corner-bl{bottom:0;left:0;border-bottom-width:3px;border-left-width:3px;border-radius:0 0 0 4px}.scan-corner-br{bottom:0;right:0;border-bottom-width:3px;border-right-width:3px;border-radius:0 0 4px}.scan-doc{width:75%;background:#fffffff2;border-radius:8px;padding:24px 20px;box-shadow:0 8px 32px #0000004d;animation:scanPulse 3s ease-in-out infinite}@keyframes scanPulse{0%,to{transform:scale(1);box-shadow:0 8px 32px #0000004d}50%{transform:scale(1.02);box-shadow:0 12px 40px #4a9eff4d}}.scan-doc-line{height:8px;background:#e2e8f0;border-radius:4px;margin-bottom:10px}.scan-doc-line.short{width:60%}.scan-doc-line.medium{width:80%}.scan-doc-line:last-child{margin-bottom:0}.scan-bottom{display:flex;justify-content:center;padding:16px 0 8px}.scan-btn{width:64px;height:64px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000004d;cursor:pointer;transition:transform .2s}.scan-btn:hover{transform:scale(1.05)}.landing-page .floating-card{position:absolute;background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:var(--shadow-large);animation:floatCard 6s ease-in-out infinite}.landing-page .floating-card-1{top:15%;right:-5%;animation-delay:0s}.landing-page .floating-card-2{bottom:20%;left:-5%;animation-delay:2s}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.landing-page .floating-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.5rem}.landing-page .floating-icon.green{background:#10b98126}.landing-page .floating-icon.blue{background:#4a9eff26}.landing-page .floating-text{font-size:.8rem;color:var(--gray)}.landing-page .floating-value{font-weight:700;color:var(--dark)}.landing-page .features{padding:8rem 2rem;background:#fff;position:relative}.landing-page .section-container{max-width:1400px;margin:0 auto}.landing-page .section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.landing-page .section-badge{display:inline-block;padding:.5rem 1rem;background:#4a9eff1a;border-radius:50px;color:var(--accent);font-size:.875rem;font-weight:600;margin-bottom:1rem}.landing-page .section-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.landing-page .section-header p{font-size:1.125rem;color:var(--gray)}.landing-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.landing-page .feature-card{background:var(--light);border-radius:24px;padding:2.5rem;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid transparent}.landing-page .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-hero);opacity:0;transition:opacity .3s}.landing-page .feature-card:hover{background:#fff;box-shadow:var(--shadow-large);border-color:var(--gray-light);transform:translateY(-8px)}.landing-page .feature-card:hover:before{opacity:1}.landing-page .feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem;background:var(--gradient-hero);color:#fff;box-shadow:var(--shadow-medium)}.landing-page .feature-card h3{font-size:1.5rem;margin-bottom:1rem}.landing-page .feature-card p{color:var(--gray);line-height:1.7}.landing-page .pricing{padding:8rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff);position:relative}.landing-page .pricing-badge{background:linear-gradient(135deg,#4a9eff26,#1a3a7a26);color:var(--accent)}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.landing-page .pricing-card{background:#fff;border-radius:24px;padding:2.5rem;border:2px solid #e2e8f0;position:relative;transition:all .3s ease}.landing-page .pricing-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000026}.landing-page .pricing-card-premium{border-color:var(--primary);background:linear-gradient(180deg,#fff,#eef3ff);box-shadow:0 10px 40px #1a3a7a26}.landing-page .pricing-card-premium:hover{box-shadow:0 25px 60px #1a3a7a40}.landing-page .pricing-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-hero);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1.25rem;border-radius:50px;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.landing-page .pricing-header h3{font-size:1.75rem;margin-bottom:.25rem;color:var(--dark)}.landing-page .pricing-subtitle{color:var(--gray);font-size:.9rem;margin-bottom:1.5rem}.landing-page .pricing-price{margin-bottom:1rem}.landing-page .price-amount{font-size:3rem;font-weight:800;color:var(--dark)}.landing-page .pricing-card-premium .price-amount{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .price-period{font-size:1rem;color:var(--gray);margin-left:.25rem}.landing-page .pricing-trial{margin-bottom:1.5rem}.landing-page .trial-badge{display:inline-block;background:linear-gradient(135deg,#10b98126,#06b6d426);color:#059669;font-weight:700;font-size:.875rem;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(16,185,129,.3)}.landing-page .pricing-features{list-style:none;padding:0;margin:0 0 2rem}.landing-page .pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;font-size:.95rem;color:var(--dark);border-bottom:1px solid #f1f5f9}.landing-page .pricing-features li:last-child{border-bottom:none}.landing-page .pricing-features .check{color:#10b981;font-weight:700;font-size:1rem}.landing-page .pricing-features .cross{color:#cbd5e1;font-weight:700;font-size:1rem}.landing-page .pricing-features .not-included{color:#94a3b8}.landing-page .pricing-features .premium-feature{background:linear-gradient(90deg,rgba(26,58,122,.05) 0%,transparent 100%);margin:0 -1rem;padding-left:1rem;padding-right:1rem;border-radius:8px}.landing-page .pricing-btn{width:100%;justify-content:center;font-size:1rem;padding:1rem 2rem}.landing-page .pricing-note{text-align:center;font-size:.8rem;color:var(--gray);margin-top:1rem;margin-bottom:0}.landing-page .benefits{padding:8rem 2rem;background:linear-gradient(180deg,var(--dark) 0%,var(--dark-soft) 100%);color:#fff;position:relative;overflow:hidden}.landing-page .benefits:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.landing-page .benefits-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.landing-page .benefits .section-header,.landing-page .benefits .section-header h2{color:#fff}.landing-page .benefits .section-header p{color:#ffffffb3}.landing-page .benefits .section-badge{background:#4a9eff33;color:var(--accent)}.landing-page .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.landing-page .benefit-item{display:flex;gap:1.25rem;padding:1.5rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.landing-page .benefit-item:hover{background:#ffffff1a;transform:translate(8px)}.landing-page .benefit-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:var(--gradient-hero);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.landing-page .benefit-content h4{font-size:1.125rem;margin-bottom:.5rem;font-weight:600;color:#fff}.landing-page .benefit-content p{font-size:.9rem;color:#fff9;line-height:1.6}.landing-page .cta{padding:8rem 2rem;background:#fff;text-align:center}.landing-page .cta-container{max-width:900px;margin:0 auto;background:var(--gradient-hero);border-radius:32px;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:var(--shadow-large),var(--shadow-glow)}.landing-page .cta-container:before{content:"";position:absolute;top:-50%;right:-30%;width:60%;height:150%;background:#ffffff1a;border-radius:50%;filter:blur(40px)}.landing-page .cta-content{position:relative;z-index:1}.landing-page .cta h2{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:1rem}.landing-page .cta p{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-badge img{filter:brightness(0) invert(1)}.cta-badge:hover img{filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.5))}.landing-page .landing-footer{padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0}.landing-page .landing-footer .footer-container{max-width:1400px;margin:0 auto}.landing-page .landing-footer .footer-inner{display:flex;justify-content:center;align-items:center;gap:.75rem}.landing-page .landing-footer .footer-link{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s}.landing-page .landing-footer .footer-link:hover{color:var(--primary)}.landing-page .landing-footer .footer-separator{color:#cbd5e1;font-size:.75rem}@media(max-width:1024px){.landing-page .hero-container{grid-template-columns:1fr;text-align:center}.landing-page .hero-content{order:1}.landing-page .hero-visual{order:2}.landing-page .hero p{margin-left:auto;margin-right:auto}.landing-page .hero-buttons,.landing-page .hero-stats{justify-content:center}.landing-page .floating-card,.landing-page .nav-links{display:none}.landing-page .nav-cta-btn{padding:.65rem 1.25rem;font-size:.875rem}}@media(max-width:768px){.landing-page .pricing-grid{grid-template-columns:1fr;max-width:400px}.landing-page .pricing-card-premium{order:-1}.landing-page .price-amount{font-size:2.5rem}.phone-frame{width:260px;height:540px}.landing-page .cta-container{padding:3rem 2rem}}@media(max-width:640px){.landing-page .hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.landing-page .stat{text-align:center}.landing-page .features-grid{grid-template-columns:1fr}.landing-page .hero{padding:6rem 1rem 3rem}.landing-page .features,.landing-page .pricing,.landing-page .benefits,.landing-page .cta{padding:5rem 1rem}}
