.landing-root ::-webkit-scrollbar{width:6px}.landing-root ::-webkit-scrollbar-track{background:0 0}.landing-root ::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.landing-root{--accent:#7c3aed;--accent2:#06b6d4;--accent3:#f59e0b;--pantone-2132c:#0957c3;--radius-lg:24px;--radius-xl:32px;--lp-transition:.4s cubic-bezier(.23, 1, .32, 1);--bg:#05050f;--bg2:#0d0d1f;--bg3:#12122a;--surface:#ffffff0a;--surface-hover:#ffffff14;--border:#ffffff14;--border-strong:#ffffff26;--text:#f0f0ff;--text-muted:#f0f0ff80;--text-dim:#f0f0ff4d;--glass-bg:#0d0d1f99;--glass-border:#ffffff1f;--glow:#7c3aed66;--glow2:#06b6d44d;--lp-shadow:0 32px 64px #0009;--navbar-bg:#05050fb3;background:var(--bg);color:var(--text);min-height:100dvh;transition:background var(--lp-transition), color var(--lp-transition);font-family:Inter,-apple-system,sans-serif;position:relative;overflow-x:hidden}.landing-root[data-theme=light]{--bg:#f8f7ff;--bg2:#f0eeff;--bg3:#e8e4ff;--surface:#ffffffb3;--surface-hover:#ffffffe6;--border:#7c3aed1f;--border-strong:#7c3aed40;--text:#1a0a3d;--text-muted:#1a0a3d8c;--text-dim:#1a0a3d59;--glass-bg:#f8f7ffb3;--glass-border:#7c3aed33;--glow:#7c3aed33;--glow2:#06b6d426;--lp-shadow:0 32px 64px #7c3aed26;--navbar-bg:#f8f7ffcc}.landing-root:after{content:"";pointer-events:none;z-index:999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}.landing-root .lp-glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(40px)saturate(180%);border:1px solid var(--glass-border);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0000001a,0 8px 32px #0003}.landing-root .lp-glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(32px)saturate(160%);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:transform var(--lp-transition), box-shadow var(--lp-transition), border-color var(--lp-transition);box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #00000014,0 20px 60px #0000004d,0 0 0 1px #ffffff08}.landing-root .lp-glass-card:hover{border-color:#7c3aed66;transform:translateY(-4px)scale(1.01);box-shadow:inset 0 1px #ffffff26,0 32px 80px #7c3aed33,0 0 0 1px #7c3aed26}.landing-root #bg-canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.landing-root .orb-container{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.landing-root .orb{filter:blur(80px);opacity:.35;border-radius:50%;animation:12s ease-in-out infinite lp-orbFloat;position:absolute}.landing-root[data-theme=light] .orb{opacity:.2}.landing-root .orb-1{background:radial-gradient(circle,#7c3aed,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-200px;left:-100px}.landing-root .orb-2{background:radial-gradient(circle,#06b6d4,#0000 70%);width:500px;height:500px;animation-delay:-4s;top:20%;right:-100px}.landing-root .orb-3{background:radial-gradient(circle,#f59e0b,#0000 70%);width:400px;height:400px;animation-delay:-8s;bottom:10%;left:20%}.landing-root.has-promo-bar .lp-navbar{top:60px}.landing-root .lp-navbar{z-index:1000;background:var(--navbar-bg);-webkit-backdrop-filter:blur(40px)saturate(200%);border:1px solid var(--glass-border);width:calc(100% - 48px);max-width:1200px;transition:all var(--lp-transition);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:6px 18px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff1a,0 8px 32px #0000004d,0 1px #ffffff0d}.landing-root .navbar-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.landing-root .navbar-logo-icon{box-sizing:border-box;background:linear-gradient(135deg,#7c3aed,#06b6d4);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:3px;display:flex;overflow:hidden;box-shadow:0 4px 16px #7c3aed66}.landing-root .navbar-logo-icon img{object-fit:contain;width:100%;height:100%;display:block}.landing-root .navbar-logo-text{background:linear-gradient(135deg, var(--text), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:17px;font-weight:800}.landing-root .navbar-links{align-items:center;gap:4px;list-style:none;display:flex}.landing-root .navbar-links a{color:var(--text-muted);border-radius:8px;padding:4px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.landing-root .navbar-links a:hover{color:var(--text);background:var(--surface-hover)}.landing-root .navbar-actions{align-items:center;gap:10px;display:flex}.landing-root .lp-theme-toggle{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text);border-radius:9px;justify-content:center;align-items:center;font-size:14px;transition:all .2s;display:flex}.landing-root .lp-theme-toggle:hover{background:var(--surface-hover);transform:scale(1.05)}.landing-root .lp-btn{cursor:pointer;transition:all var(--lp-transition);white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.landing-root .lp-btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.landing-root .lp-btn-ghost:hover{color:var(--text);background:var(--surface-hover);border-color:var(--border-strong)}.landing-root .lp-btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 4px 20px #7c3aed66,inset 0 1px #ffffff26}.landing-root .lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed80,inset 0 1px #fff3}.landing-root .lp-btn-primary:active{transform:translateY(0)}.landing-root .lp-btn-lg{border-radius:16px;padding:16px 32px;font-size:16px}.landing-root .lp-btn-outline{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);color:var(--text);border:1px solid var(--glass-border);box-shadow:inset 0 1px #ffffff14}.landing-root .lp-btn-outline:hover{background:var(--surface-hover);border-color:#7c3aed66;transform:translateY(-2px)}.landing-root main{z-index:1;position:relative}.landing-root .lp-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:140px 24px 80px;display:flex;position:relative}.landing-root .hero-badge{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);color:var(--text-muted);border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px 6px 8px;font-size:13px;font-weight:500;animation:.8s both lp-fadeInDown;display:inline-flex;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}.landing-root .hero-badge-dot{background:linear-gradient(135deg,#7c3aed,#06b6d4);border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex}.landing-root .hero-badge span{color:var(--accent);font-weight:600}.landing-root .hero-headline{letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(48px,8vw,88px);font-weight:900;line-height:1;animation:.8s .1s both lp-fadeInUp}.landing-root .hero-headline .line1{color:var(--text);display:block}.landing-root .hero-headline .line2{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 50%,#f59e0b 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite lp-shimmer,.8s .1s both lp-fadeInUp;display:block}.landing-root .hero-sub{color:var(--text-muted);max-width:560px;margin-bottom:48px;font-size:clamp(16px,2vw,20px);line-height:1.65;animation:.8s .2s both lp-fadeInUp}.landing-root .hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:64px;animation:.8s .3s both lp-fadeInUp;display:flex}.landing-root .hero-social-proof{flex-direction:column;align-items:center;gap:12px;animation:.8s .4s both lp-fadeInUp;display:flex}.landing-root .avatars{align-items:center;display:flex}.landing-root .avatar{border:2px solid var(--bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-8px;font-size:14px;font-weight:700;display:flex}.landing-root .avatar:first-child{margin-left:0}.landing-root .avatar-1{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.landing-root .avatar-2{background:linear-gradient(135deg,#06b6d4,#0891b2)}.landing-root .avatar-3{background:linear-gradient(135deg,#f59e0b,#d97706)}.landing-root .avatar-4{background:linear-gradient(135deg,#10b981,#059669)}.landing-root .avatar-5{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-root .proof-text{color:var(--text-muted);font-size:13px}.landing-root .proof-text strong{color:var(--text)}.landing-root .stars{color:#f59e0b;letter-spacing:1px;font-size:13px}.landing-root .hero-mockup{width:100%;max-width:900px;margin:64px auto 0;animation:.8s .5s both lp-fadeInUp;position:relative}.landing-root .mockup-glow{pointer-events:none;background:radial-gradient(#7c3aed4d 0%,#0000 70%);animation:4s ease-in-out infinite lp-pulse;position:absolute;inset:-40px}.landing-root .mockup-window{background:var(--glass-bg);-webkit-backdrop-filter:blur(40px)saturate(200%);border:1px solid var(--glass-border);border-radius:20px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,0 40px 100px #00000080,0 0 0 1px #ffffff0a}.landing-root .mockup-topbar{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:12px;padding:14px 20px;display:flex}.landing-root .mockup-dots{gap:6px;display:flex}.landing-root .mockup-dot{border-radius:50%;width:10px;height:10px}.landing-root .mockup-dot-red{background:#ff5f57}.landing-root .mockup-dot-yellow{background:#ffbd2e}.landing-root .mockup-dot-green{background:#28ca41}.landing-root .mockup-url{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);text-align:center;border-radius:8px;flex:1;padding:5px 12px;font-size:12px}.landing-root .mockup-body{grid-template-columns:240px 1fr 280px;height:420px;display:grid}.landing-root .mockup-sidebar{border-right:1px solid var(--border);flex-direction:column;gap:4px;padding:20px 12px;display:flex}.landing-root .sidebar-item{color:var(--text-muted);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:13px;display:flex}.landing-root .sidebar-item.active{color:var(--text);background:linear-gradient(135deg,#7c3aed33,#06b6d41a);border:1px solid #7c3aed33}.landing-root .sidebar-icon{font-size:15px}.landing-root .sidebar-recent{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.landing-root .sidebar-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:8px;padding:0 12px;font-size:11px;font-weight:600}.landing-root .doc-chip{color:var(--text-muted);cursor:pointer;border-radius:9px;align-items:center;gap:8px;padding:7px 12px;font-size:12px;display:flex}.landing-root .doc-chip:hover{background:var(--surface-hover)}.landing-root .doc-chip-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-root .mockup-fiche{border-right:1px solid var(--border);padding:20px;overflow:hidden}.landing-root .fiche-title{color:var(--text);margin-bottom:16px;font-size:15px;font-weight:700}.landing-root .fiche-section{margin-bottom:16px}.landing-root .fiche-badge{border-radius:6px;align-items:center;gap:6px;margin-bottom:8px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.landing-root .badge-purple{color:#a78bfa;background:#7c3aed26;border:1px solid #7c3aed33}.landing-root .badge-cyan{color:#67e8f9;background:#06b6d426;border:1px solid #06b6d433}.landing-root .badge-amber{color:#fcd34d;background:#f59e0b26;border:1px solid #f59e0b33}.landing-root .badge-emerald{color:#6ee7b7;background:#10b98126;border:1px solid #10b98133}.landing-root .fiche-item{color:var(--text-muted);gap:8px;padding:5px 0;font-size:12px;line-height:1.5;display:flex}.landing-root .fiche-item-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:6px}.landing-root .mockup-chat{flex-direction:column;gap:10px;padding:16px;display:flex}.landing-root .chat-header{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding-bottom:10px;font-size:12px;font-weight:600}.landing-root .chat-msg{align-items:flex-start;gap:8px;display:flex}.landing-root .chat-avatar{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:flex}.landing-root .chat-avatar-ai{background:linear-gradient(135deg,#7c3aed,#06b6d4)}.landing-root .chat-avatar-user{background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.landing-root .chat-bubble{color:var(--text-muted);border-radius:12px;max-width:200px;padding:8px 12px;font-size:12px;line-height:1.5}.landing-root .bubble-ai{color:var(--text);background:#7c3aed1a;border:1px solid #7c3aed26}.landing-root .bubble-user{background:var(--surface);border:1px solid var(--border)}.landing-root .chat-input-bar{align-items:center;gap:8px;margin-top:auto;display:flex}.landing-root .chat-input-fake{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);border-radius:10px;flex:1;padding:8px 12px;font-size:12px}.landing-root .chat-send{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex}.landing-root .typing-dots{align-items:center;gap:3px;display:inline-flex}.landing-root .typing-dots span{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite lp-typingDot}.landing-root .typing-dots span:nth-child(2){animation-delay:.2s}.landing-root .typing-dots span:nth-child(3){animation-delay:.4s}.landing-root .lp-section{max-width:1200px;margin:0 auto;padding:120px 24px}.landing-root .section-label{color:#a78bfa;text-transform:uppercase;letter-spacing:.08em;background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.landing-root .section-title{letter-spacing:-.03em;color:var(--text);margin-bottom:16px;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.1}.landing-root .section-title .gradient{background:linear-gradient(135deg,#7c3aed,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .section-sub{color:var(--text-muted);max-width:560px;font-size:18px;line-height:1.65}.landing-root .steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:56px;display:grid}.landing-root .step-card{padding:32px;position:relative;overflow:hidden}.landing-root .step-number{color:#ffffff05;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:100px;font-weight:900;line-height:1;position:absolute;top:-20px;right:-10px}.landing-root[data-theme=light] .step-number{color:#00000008}.landing-root .step-icon{z-index:1;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:24px;display:flex;position:relative}.landing-root .step-icon-1{background:linear-gradient(135deg,#7c3aed33,#7c3aed0d);border:1px solid #7c3aed4d}.landing-root .step-icon-2{background:linear-gradient(135deg,#06b6d433,#06b6d40d);border:1px solid #06b6d44d}.landing-root .step-icon-3{background:linear-gradient(135deg,#f59e0b33,#f59e0b0d);border:1px solid #f59e0b4d}.landing-root .step-title{color:var(--text);z-index:1;margin-bottom:10px;font-size:18px;font-weight:700;position:relative}.landing-root .step-desc{color:var(--text-muted);z-index:1;font-size:14px;line-height:1.65;position:relative}.landing-root .features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:56px;display:grid}.landing-root .feature-card{flex-direction:column;gap:12px;padding:28px;display:flex}.landing-root .feature-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.landing-root .feature-title{color:var(--text);font-size:16px;font-weight:700}.landing-root .feature-desc{color:var(--text-muted);font-size:14px;line-height:1.65}.landing-root .stats-section{padding:80px 24px;position:relative;overflow:hidden}.landing-root .stats-inner{max-width:1200px;margin:0 auto}.landing-root .stats-bg{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(135deg,#7c3aed14,#06b6d40d);position:absolute;inset:0}.landing-root .stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.landing-root .stat-item{text-align:center;z-index:1;position:relative}.landing-root .stat-number{letter-spacing:-.04em;background:linear-gradient(135deg,#7c3aed,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(36px,5vw,52px);font-weight:900;display:block}.landing-root .stat-label{color:var(--text-muted);margin-top:4px;font-size:14px}.landing-root .pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:20px;margin-top:56px;display:grid}.landing-root .pricing-card{flex-direction:column;gap:0;padding:32px;display:flex;position:relative;overflow:hidden}.landing-root .pricing-card.popular{border-color:#7c3aed80!important;box-shadow:inset 0 1px #ffffff26,0 32px 80px #7c3aed40,0 0 0 1px #7c3aed33!important}.landing-root .popular-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#7c3aed,#06b6d4);border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:20px;right:20px}.landing-root .pricing-plan{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:8px;font-size:13px;font-weight:600}.landing-root .pricing-price{letter-spacing:-.04em;color:var(--text);margin-bottom:6px;font-size:48px;font-weight:900;line-height:1}.landing-root .pricing-price sup{vertical-align:super;letter-spacing:0;font-size:22px;font-weight:700}.landing-root .pricing-period{color:var(--text-muted);margin-bottom:24px;font-size:14px}.landing-root .pricing-divider{background:var(--border);height:1px;margin-bottom:24px}.landing-root .pricing-features{flex-direction:column;flex:1;gap:12px;margin-bottom:32px;list-style:none;display:flex}.landing-root .pricing-feat{color:var(--text-muted);align-items:center;gap:10px;font-size:14px;display:flex}.landing-root .feat-check{border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex}.landing-root .check-yes{color:#10b981;background:#10b98126;border:1px solid #10b98133}.landing-root .check-no{background:var(--surface);color:var(--text-dim);border:1px solid var(--border)}.landing-root .testimonials-track{gap:20px;margin-top:56px;display:flex;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.landing-root .testimonials-scroll{flex-shrink:0;gap:20px;animation:40s linear infinite lp-scroll;display:flex}.landing-root .testimonials-track:hover .testimonials-scroll{animation-play-state:paused}.landing-root .testimonial-card{flex-direction:column;flex-shrink:0;gap:16px;width:300px;padding:24px;display:flex}.landing-root .testimonial-stars{color:#f59e0b;letter-spacing:1px;font-size:14px}.landing-root .testimonial-text{color:var(--text-muted);flex:1;font-size:14px;line-height:1.65}.landing-root .testimonial-author{align-items:center;gap:10px;display:flex}.landing-root .testimonial-avatar{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.landing-root .testimonial-name{color:var(--text);font-size:13px;font-weight:600}.landing-root .testimonial-role{color:var(--text-dim);font-size:12px}.landing-root .cta-section{text-align:center;padding:80px 24px 120px}.landing-root .cta-card{-webkit-backdrop-filter:blur(40px)saturate(180%);background:linear-gradient(135deg,#7c3aed26 0%,#06b6d414 100%);border:1px solid #7c3aed40;border-radius:32px;max-width:800px;margin:0 auto;padding:64px 48px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 40px 80px #7c3aed33}.landing-root .cta-glow{pointer-events:none;background:radial-gradient(at 50% 120%,#7c3aed4d,#0000 60%);position:absolute;inset:-60px}.landing-root .cta-title{letter-spacing:-.03em;color:var(--text);z-index:1;margin-bottom:16px;font-size:clamp(28px,5vw,44px);font-weight:900;position:relative}.landing-root .cta-sub{color:var(--text-muted);z-index:1;margin-bottom:40px;font-size:16px;position:relative}.landing-root .cta-buttons{z-index:1;flex-wrap:wrap;justify-content:center;gap:12px;display:flex;position:relative}.landing-root .cta-note{color:var(--text-dim);z-index:1;margin-top:20px;font-size:13px;position:relative}.landing-root footer{border-top:1px solid var(--border);z-index:1;padding:48px 24px 32px;position:relative}.landing-root .footer-inner{grid-template-columns:1fr repeat(2,auto);align-items:start;gap:48px;max-width:1200px;margin:0 auto;display:grid}.landing-root .footer-brand p{color:var(--text-muted);max-width:260px;margin-top:12px;font-size:14px;line-height:1.6}.landing-root .footer-col-title{color:var(--text);margin-bottom:16px;font-size:13px;font-weight:700}.landing-root .footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.landing-root .footer-links a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.landing-root .footer-links a:hover{color:var(--text)}.landing-root .footer-links .footer-contact-text{color:var(--text-muted);font-size:14px}.landing-root .footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:32px auto 0;padding-top:24px;display:flex}.landing-root .footer-copy{color:var(--text-dim);font-size:13px}.landing-root .footer-socials{gap:10px;display:flex}.landing-root .social-btn{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);border-radius:9px;justify-content:center;align-items:center;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.landing-root .social-btn:hover{background:var(--surface-hover);color:var(--text);transform:translateY(-2px)}.landing-root .footer-giant-mark{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:clamp(96px,15vw,200px);margin-top:8px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#0000008c 18%,#000 48%);mask-image:linear-gradient(#0000 0%,#0000008c 18%,#000 48%)}.landing-root .footer-giant-accent-line{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--pantone-2132c) 55%, transparent) 20%, color-mix(in srgb, var(--pantone-2132c) 75%, transparent) 50%, color-mix(in srgb, var(--pantone-2132c) 55%, transparent) 80%, transparent);opacity:.85;z-index:2;height:1px;position:absolute;top:0;left:6%;right:6%}.landing-root .footer-giant-accent-dot{z-index:2;background:radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--pantone-2132c) 90%, #fff), var(--pantone-2132c));opacity:.55;width:7px;height:7px;box-shadow:0 0 0 1px color-mix(in srgb, var(--pantone-2132c) 35%, transparent), 0 0 20px color-mix(in srgb, var(--pantone-2132c) 45%, transparent);border-radius:50%;position:absolute;bottom:28%}.landing-root .footer-giant-accent-dot--left{left:7%}.landing-root .footer-giant-accent-dot--right{right:7%}.landing-root .footer-giant-mark-text{letter-spacing:-.055em;white-space:nowrap;background-image:radial-gradient(circle at center, color-mix(in srgb, var(--text) 44%, transparent) 1.2px, transparent 1.28px), radial-gradient(circle at center, color-mix(in srgb, var(--pantone-2132c) 58%, transparent) .75px, transparent 1px);-webkit-text-fill-color:transparent;color:#0000;opacity:1;width:max-content;max-width:none;filter:drop-shadow(0 8px 32px color-mix(in srgb, var(--pantone-2132c) 22%, transparent));background-color:#0000;background-position:0 0,2.25px 2.25px;background-repeat:repeat,repeat;background-size:4.5px 4.5px,4.5px 4.5px;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,28vw,22rem);font-weight:800;line-height:.88;position:absolute;bottom:0;left:50%;transform:translate(-50%,40%)scaleX(1.14)}.landing-root[data-theme=dark] .footer-giant-mark-text{background-image:radial-gradient(circle at center, color-mix(in srgb, var(--text) 38%, transparent) 1.2px, transparent 1.28px), radial-gradient(circle at center, color-mix(in srgb, var(--pantone-2132c) 52%, transparent) .75px, transparent 1px);filter:drop-shadow(0 10px 36px color-mix(in srgb, var(--pantone-2132c) 28%, transparent))}@media (max-width:768px){.landing-root .footer-giant-mark-text{font-size:clamp(3.5rem,36vw,14rem);transform:translate(-50%,38%)scaleX(1.08)}.landing-root .footer-giant-accent-dot{width:5px;height:5px;bottom:22%}.landing-root .footer-giant-accent-dot--left{left:4%}.landing-root .footer-giant-accent-dot--right{right:4%}}.landing-root .grid-lines{pointer-events:none;z-index:0;opacity:.025;background-image:linear-gradient(#fff 1px,#0000 1px),linear-gradient(90deg,#fff 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.landing-root[data-theme=light] .grid-lines{opacity:.04;background-image:linear-gradient(#000 1px,#0000 1px),linear-gradient(90deg,#000 1px,#0000 1px)}.landing-root .upload-section{max-width:1200px;margin:0 auto;padding:0 24px 120px}.landing-root .upload-demo-grid{grid-template-columns:1fr 1fr;align-items:center;gap:24px;margin-top:56px;display:grid}.landing-root .upload-demo-left{flex-direction:column;gap:20px;display:flex}.landing-root .upload-drop-zone{border:2px dashed var(--border-strong);text-align:center;background:var(--surface);cursor:pointer;border-radius:20px;padding:48px 32px;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.landing-root .upload-drop-zone:before{content:"";opacity:0;background:linear-gradient(135deg,#7c3aed0d,#06b6d408);transition:opacity .3s;position:absolute;inset:0}.landing-root .upload-drop-zone:hover:before{opacity:1}.landing-root .upload-drop-zone:hover{border-color:#7c3aed80;transform:scale(1.01);box-shadow:0 0 0 4px #7c3aed14,0 20px 40px #7c3aed1a}.landing-root .upload-icon-anim{margin-bottom:16px;font-size:48px;animation:2s ease-in-out infinite lp-uploadBounce;display:block}.landing-root .upload-drop-title{color:var(--text);margin-bottom:8px;font-size:18px;font-weight:700}.landing-root .upload-drop-sub{color:var(--text-muted);margin-bottom:20px;font-size:14px}.landing-root .upload-formats{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.landing-root .format-chip{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600}.landing-root .upload-progress-demo{border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.landing-root .progress-step{color:var(--text-muted);align-items:center;gap:12px;font-size:14px;display:flex}.landing-root .progress-step-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.landing-root .step-done{background:#10b98126;border:1px solid #10b98133}.landing-root .step-loading{background:#7c3aed26;border:1px solid #7c3aed33}.landing-root .step-wait{background:var(--surface);border:1px solid var(--border)}.landing-root .progress-bar-wrap{background:var(--border);border-radius:2px;height:3px;overflow:hidden}.landing-root .progress-bar-fill{background:linear-gradient(90deg,#7c3aed,#06b6d4);border-radius:2px;height:100%;animation:3s ease-in-out infinite lp-progressFill}.landing-root .fiche-preview-title{color:var(--text);margin-bottom:4px;font-size:16px;font-weight:700}.landing-root .fiche-preview-meta{color:var(--text-dim);margin-bottom:20px;font-size:12px}.landing-root .fiche-preview-section{margin-bottom:16px}.landing-root .fiche-preview-items{flex-direction:column;gap:6px;display:flex}.landing-root .fiche-preview-item{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:8px;padding:6px 10px;font-size:13px;line-height:1.5;display:flex}.landing-root .float-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.landing-root .float-tag{border-radius:8px;padding:4px 12px;font-size:12px;font-weight:500;animation:3s ease-in-out infinite lp-tagFloat}.landing-root .float-tag:nth-child(2){animation-delay:.5s}.landing-root .float-tag:nth-child(3){animation-delay:1s}.landing-root .float-tag:nth-child(4){animation-delay:1.5s}.landing-root .logos-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:1;padding:40px 0;position:relative;overflow:hidden}.landing-root .logos-label{text-align:center;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:13px;font-weight:600}.landing-root .logos-track{gap:48px;display:flex;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.landing-root .logos-scroll{flex-shrink:0;gap:48px;animation:20s linear infinite lp-scroll;display:flex}.landing-root .logo-chip{background:var(--surface);border:1px solid var(--border);white-space:nowrap;color:var(--text-muted);border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:600;display:flex}.landing-root .logo-chip span{font-size:18px}.landing-root .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.1s}.landing-root .reveal-delay-2{transition-delay:.2s}.landing-root .reveal-delay-3{transition-delay:.3s}@media (max-width:768px){.landing-root .navbar-links{display:none}.landing-root .mockup-body{grid-template-columns:1fr;height:280px}.landing-root .mockup-sidebar,.landing-root .mockup-chat{display:none}.landing-root .stats-grid{grid-template-columns:repeat(2,1fr)}.landing-root .footer-inner{grid-template-columns:1fr;gap:32px}.landing-root .hero-mockup{max-width:100%}.landing-root .upload-demo-grid{grid-template-columns:1fr}.landing-root .logos-section{display:none}.landing-root .lp-navbar{gap:8px;width:calc(100% - 24px);padding:6px 12px}.landing-root .navbar-actions .lp-btn-primary{display:none}.landing-root .navbar-actions .lp-btn-ghost{padding:5px 10px;font-size:12px}.landing-root .hero-ctas{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:48px;padding:0 4px}.landing-root .hero-ctas .lp-btn-lg{justify-content:center;width:100%;padding:14px 24px;font-size:15px}.landing-root .cta-buttons{flex-direction:column;align-items:stretch;gap:10px;padding:0 4px}.landing-root .cta-buttons .lp-btn-lg{justify-content:center;width:100%}}@keyframes lp-fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-shimmer{0%{background-position:0%}to{background-position:200%}}@keyframes lp-orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-40px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.97)}}@keyframes lp-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes lp-typingDot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes lp-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes lp-rippleAnim{to{opacity:0;transform:translate(-50%,-50%)scale(4)}}@keyframes lp-uploadBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes lp-progressFill{0%{width:0%}60%{width:85%}to{width:100%}}@keyframes lp-tagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}
