@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;0,9..144,900;1,9..144,300;1,9..144,700;1,9..144,900&display=swap");.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root{--P:#3d5a38;--P-dark:#2d4429;--P-light:#eaf2e8;--P-border:rgba(61,90,56,.3);--dark:#0c0d18;--ink:#11142d;--muted:#6b7280;--light:#9ca3af;--surface:#f4f8f3;--white:#fff;--border:#e5e7eb;--amber:#f59e0b;--amber-bg:#fffbeb;--amber-border:#fde68a;--green:#059669;--green-bg:#ecfdf5;--red:#dc2626;--r:16px;--r-sm:10px;--r-lg:24px;--sh:0 4px 24px rgba(0,0,0,.08);--sh-lg:0 8px 48px rgba(0,0,0,.14);--font:"Plus Jakarta Sans",system-ui,sans-serif;--display:"Fraunces",Georgia,serif;font-family:var(--font);background:var(--white);color:var(--ink);overflow-x:hidden;line-height:1.6;scroll-behavior:smooth}@keyframes lp-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lp-pulseRing{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.08);opacity:.15}}@keyframes lp-scanLine{0%{top:0}to{top:100%}}@keyframes lp-floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes lp-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes lp-dotBlink{0%,to{opacity:1}50%{opacity:.3}}.landing-root .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.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}.landing-root .reveal-delay-4{transition-delay:.4s}.landing-root .container{max-width:1180px;margin:0 auto;padding:0 2rem}.landing-root .section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--P);background:var(--P-light);padding:.35rem .9rem;border-radius:100px;margin-bottom:1.25rem}.landing-root .section-title{font-family:var(--display);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.15;color:var(--ink);margin-bottom:1rem}.landing-root .section-title em{font-style:italic;color:var(--P)}.landing-root .section-sub{font-size:1.05rem;color:var(--muted);max-width:560px;line-height:1.7}.landing-root .text-center{text-align:center}.landing-root .text-center .section-sub{margin:0 auto}.landing-root nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between;transition:all .35s ease}.landing-root nav.scrolled{background:hsla(0,0%,100%,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 24px rgba(0,0,0,.08)}.landing-root .nav-logo{font-family:var(--display);font-size:1.4rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em;transition:color .3s}.landing-root nav.scrolled .nav-logo{color:var(--ink)}.landing-root .nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.landing-root .nav-links a{font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.75);text-decoration:none;transition:color .2s}.landing-root nav.scrolled .nav-links a{color:var(--muted)}.landing-root .nav-links a:hover,.landing-root nav.scrolled .nav-links a:hover{color:var(--P)}.landing-root .nav-login{color:var(--P)!important;font-weight:600!important;padding:.55rem 1rem;border-radius:var(--r-sm);transition:background .2s!important}.landing-root .nav-login:hover{background:var(--P-light)!important}.landing-root .nav-cta{background:var(--P);color:#fff!important;padding:.55rem 1.25rem;border-radius:var(--r-sm);font-weight:600!important;transition:background .2s!important;border:none;cursor:pointer;font-family:var(--font);font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center}.landing-root .nav-cta:hover{background:var(--P-dark)!important}@media(max-width:768px){.landing-root .nav-links{display:none}}.landing-root .nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:var(--r-sm);z-index:210}.landing-root .burger-line{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.landing-root nav.scrolled .burger-line{background:var(--ink)}.landing-root .burger-line.open:first-child{transform:translateY(7px) rotate(45deg)}.landing-root .burger-line.open:nth-child(2){opacity:0;transform:scaleX(0)}.landing-root .burger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.landing-root .nav-burger{display:flex}}.landing-root .mobile-menu{position:fixed;top:68px;left:0;right:0;z-index:199;background:#fff;border-bottom:1px solid var(--border);padding:1.25rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 8px 32px rgba(0,0,0,.12);animation:lp-fadeIn .2s ease}.landing-root .mobile-link{display:block;padding:.85rem 1rem;font-size:1rem;font-weight:600;color:var(--ink);text-decoration:none;border-radius:var(--r-sm);transition:background .15s}.landing-root .mobile-link:hover{background:var(--surface)}.landing-root .mobile-link-login{color:var(--P)}.landing-root .mobile-menu-divider{height:1px;background:var(--border);margin:.5rem 0}.landing-root .mobile-cta{margin-top:.5rem;background:var(--P);color:#fff;border:none;padding:1rem;border-radius:var(--r-sm);font-family:var(--font);font-size:1rem;font-weight:700;cursor:pointer;width:100%;text-align:center;transition:background .2s}.landing-root .mobile-cta:hover{background:var(--P-dark)}.landing-root .hero{min-height:100vh;background:var(--dark);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:68px}.landing-root .hero-glow{position:absolute;top:-10%;left:50%;transform:translateX(-50%);width:900px;height:700px;background:radial-gradient(ellipse at center,rgba(61,90,56,.4) 0,transparent 65%);pointer-events:none}.landing-root .hero-glow-2{position:absolute;bottom:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(125,155,118,.2) 0,transparent 70%);pointer-events:none}.landing-root .hero-scan{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(61,90,56,.5) 50%,transparent);animation:lp-scanLine 6s linear infinite;pointer-events:none}.landing-root .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:5rem 2rem}@media(max-width:900px){.landing-root .hero-inner{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.35);color:var(--amber);font-size:.8rem;font-weight:600;letter-spacing:.05em;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.75rem}.landing-root .badge-dot{width:7px;height:7px;background:var(--amber);border-radius:50%;animation:lp-dotBlink 2s ease infinite}.landing-root .hero-title{font-family:var(--display);font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:700;line-height:1.1;color:#fff;margin-bottom:.75rem}.landing-root .hero-title span{color:#a8c5a0;font-style:italic}.landing-root .hero-zeros{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.landing-root .hero-zero{font-family:var(--display);font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#fff;background:rgba(61,90,56,.2);border:1px solid rgba(61,90,56,.4);padding:.3rem .9rem;border-radius:var(--r-sm);animation:lp-fadeUp .6s ease both}.landing-root .hero-zero:first-child{animation-delay:.3s}.landing-root .hero-zero:nth-child(2){animation-delay:.5s}.landing-root .hero-zero:nth-child(3){animation-delay:.7s}.landing-root .hero-sub{font-size:1.1rem;color:hsla(0,0%,100%,.65);line-height:1.7;margin-bottom:2.25rem;max-width:480px}.landing-root .hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;align-items:flex-start;flex-direction:column}.landing-root .btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--P);color:#fff;padding:.85rem 1.75rem;border-radius:var(--r-sm);font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-family:var(--font)}.landing-root .btn-primary:hover{background:var(--P-dark);transform:translateY(-1px);box-shadow:0 8px 24px rgba(61,90,56,.4)}.landing-root .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.landing-root .btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:hsla(0,0%,100%,.75);padding:.85rem 1.5rem;border-radius:var(--r-sm);font-size:1rem;font-weight:600;text-decoration:none;border:1px solid hsla(0,0%,100%,.2);transition:all .2s;cursor:pointer;font-family:var(--font)}.landing-root .btn-ghost:hover{border-color:hsla(0,0%,100%,.5);color:#fff}.landing-root .hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.landing-root .hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:hsla(0,0%,100%,.55)}.landing-root .stars{color:#fbbf24;letter-spacing:.05em}.landing-root .hero-trust-div{width:1px;height:20px;background:hsla(0,0%,100%,.15)}.landing-root .waitlist-form{margin-bottom:1.75rem;max-width:520px}.landing-root .waitlist-row{display:flex;gap:.75rem;flex-wrap:wrap}.landing-root .waitlist-input{flex:1;min-width:200px;padding:.85rem 1.25rem;border:1.5px solid hsla(0,0%,100%,.2);border-radius:var(--r-sm);font-family:var(--font);font-size:1rem;background:hsla(0,0%,100%,.1);color:#fff;outline:none;transition:border-color .2s}.landing-root .waitlist-input::-moz-placeholder{color:hsla(0,0%,100%,.45)}.landing-root .waitlist-input::placeholder{color:hsla(0,0%,100%,.45)}.landing-root .waitlist-input:focus{border-color:#a8c5a0;background:hsla(0,0%,100%,.16)}.landing-root .waitlist-success{display:flex;align-items:center;gap:.75rem;background:rgba(61,90,56,.2);border:1px solid rgba(61,90,56,.45);border-radius:var(--r-sm);padding:.9rem 1.25rem;color:#a8c5a0;font-weight:600;font-size:.95rem}.landing-root .waitlist-error{font-size:.85rem;color:#fca5a5;margin-top:.5rem}.landing-root .waitlist-form-light .waitlist-input{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);color:#fff}.landing-root .waitlist-form-light .waitlist-input::-moz-placeholder{color:hsla(0,0%,100%,.6)}.landing-root .waitlist-form-light .waitlist-input::placeholder{color:hsla(0,0%,100%,.6)}.landing-root .waitlist-form-light .waitlist-input:focus{border-color:#fff;background:hsla(0,0%,100%,.28)}.landing-root .hero-visual{display:flex;justify-content:center;align-items:center}@media(max-width:900px){.landing-root .hero-visual{display:none}}.landing-root .vault-wrap{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.landing-root .vault-ring{position:absolute;border-radius:50%;border:1px solid rgba(61,90,56,.3);animation:lp-pulseRing 3s ease-in-out infinite}.landing-root .vault-ring-1{width:100%;height:100%}.landing-root .vault-ring-2{width:75%;height:75%;animation-delay:.8s}.landing-root .vault-ring-3{width:50%;height:50%;animation-delay:1.6s}.landing-root .vault-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;padding:2rem;text-align:center;position:relative;z-index:2;animation:lp-floatY 4s ease-in-out infinite;min-width:220px}.landing-root .vault-icon-wrap{width:64px;height:64px;background:var(--P-light);border:1px solid var(--P-border);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.landing-root .vault-icon-wrap svg{width:32px;height:32px;color:var(--P)}.landing-root .vault-label{font-size:.75rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.landing-root .vault-amount{font-family:var(--display);font-size:2rem;font-weight:700;color:#fff;margin-bottom:.25rem}.landing-root .vault-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--amber);background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.25);padding:.2rem .7rem;border-radius:100px}.landing-root .vault-status:before{content:"";display:block;width:6px;height:6px;background:var(--amber);border-radius:50%;animation:lp-dotBlink 1.5s ease infinite}.landing-root .trust-bar{background:#fff;border-bottom:1px solid var(--border);padding:1.5rem 2rem}.landing-root .trust-bar-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2.5rem}.landing-root .trust-stat{text-align:center}.landing-root .trust-stat-val{font-family:var(--display);font-size:1.6rem;font-weight:700;color:var(--P)}.landing-root .trust-stat-label{font-size:.8rem;color:var(--muted);font-weight:500}.landing-root .trust-bar-div{width:1px;height:40px;background:var(--border)}@media(max-width:600px){.landing-root .trust-bar-div{display:none}}.landing-root .cibles{padding:6rem 0;background:var(--surface)}.landing-root .tabs-wrap{margin-top:2.5rem}.landing-root .tabs-nav{display:flex;flex-wrap:wrap;gap:.5rem;background:var(--white);border-radius:var(--r);padding:.5rem;box-shadow:var(--sh);margin-bottom:2rem}.landing-root .tab-btn{flex:1;min-width:160px;padding:.75rem 1rem;border:none;background:transparent;border-radius:var(--r-sm);font-family:var(--font);font-size:.9rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;justify-content:center}.landing-root .tab-btn:hover{background:var(--surface);color:var(--ink)}.landing-root .tab-btn.active{background:var(--P);color:#fff;box-shadow:0 4px 14px rgba(61,90,56,.3)}.landing-root .tab-btn svg{width:18px;height:18px;flex-shrink:0}.landing-root .tab-panel{display:none;animation:lp-fadeUp .35s ease}.landing-root .tab-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.landing-root .tab-panel.active{grid-template-columns:1fr}}.landing-root .tab-visual{background:var(--white);border-radius:var(--r-lg);padding:2.5rem;box-shadow:var(--sh)}.landing-root .tab-emoji{width:64px;height:64px;background:var(--P-light);border:1px solid var(--P-border);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.landing-root .tab-emoji svg{width:30px;height:30px;stroke:var(--P);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.landing-root .tab-visual h3{font-family:var(--display);font-size:1.5rem;font-weight:700;color:var(--ink);margin-bottom:.75rem;font-style:italic}.landing-root .tab-visual p{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.landing-root .tab-points{list-style:none;display:flex;flex-direction:column;gap:.6rem}.landing-root .tab-points li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--ink)}.landing-root .tab-points li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0;margin-top:.05rem}.landing-root .tab-cta-note{font-size:.85rem;color:var(--P);font-weight:600;background:var(--P-light);padding:.75rem 1rem;border-radius:var(--r-sm);border-left:3px solid var(--P);margin-top:1.5rem}.landing-root .tab-aside{display:flex;flex-direction:column;gap:1rem}.landing-root .mini-card{background:var(--white);border-radius:var(--r);padding:1.25rem 1.5rem;box-shadow:var(--sh);border-left:3px solid transparent;transition:all .2s}.landing-root .mini-card.green{border-color:var(--green)}.landing-root .mini-card.amber{border-color:var(--amber)}.landing-root .mini-card.blue{border-color:var(--P)}.landing-root .mini-card-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--light);margin-bottom:.25rem}.landing-root .mini-card-val{font-size:1rem;font-weight:700;color:var(--ink)}.landing-root .douleur{padding:6rem 0;background:var(--white)}.landing-root .douleur-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:700px){.landing-root .douleur-grid{grid-template-columns:1fr}}.landing-root .douleur-card{border-radius:var(--r);padding:2rem;background:var(--surface);border:1px solid var(--border);position:relative;overflow:hidden;transition:all .3s}.landing-root .douleur-card:hover{transform:translateY(-3px);box-shadow:var(--sh-lg)}.landing-root .douleur-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--border)}.landing-root .douleur-card.btp:before{background:linear-gradient(90deg,#f59e0b,#ef4444)}.landing-root .douleur-card.freelance:before{background:linear-gradient(90deg,var(--P),#7d9b76)}.landing-root .douleur-card.event:before{background:linear-gradient(90deg,#ec4899,#f59e0b)}.landing-root .douleur-card.comptable:before{background:linear-gradient(90deg,#10b981,#3b82f6)}.landing-root .douleur-icon{width:52px;height:52px;background:var(--surface);border:1px solid var(--border);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.landing-root .douleur-icon svg{width:24px;height:24px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.landing-root .douleur-card.btp .douleur-icon{background:#fff7ed;border-color:#fed7aa}.landing-root .douleur-card.btp .douleur-icon svg{stroke:#c2410c}.landing-root .douleur-card.freelance .douleur-icon{background:var(--P-light);border-color:var(--P-border)}.landing-root .douleur-card.freelance .douleur-icon svg{stroke:var(--P)}.landing-root .douleur-card.event .douleur-icon{background:#fdf2f8;border-color:#f9a8d4}.landing-root .douleur-card.event .douleur-icon svg{stroke:#be185d}.landing-root .douleur-card.comptable .douleur-icon{background:#f0fdf4;border-color:#a7f3d0}.landing-root .douleur-card.comptable .douleur-icon svg{stroke:#065f46}.landing-root .douleur-meta{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--light);margin-bottom:.5rem}.landing-root .douleur-quote{font-family:var(--display);font-size:1.15rem;font-weight:700;font-style:italic;color:var(--ink);margin-bottom:.75rem;line-height:1.4}.landing-root .douleur-body{font-size:.9rem;color:var(--muted);line-height:1.6}.landing-root .douleur-after{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--green);background:var(--green-bg);padding:.5rem .85rem;border-radius:var(--r-sm);margin-top:1rem;width:-moz-fit-content;width:fit-content}.landing-root .solution{padding:6rem 0;background:var(--dark);position:relative;overflow:hidden}.landing-root .solution:before{content:"";position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(61,90,56,.25) 0,transparent 65%);pointer-events:none}.landing-root .solution .section-label{background:rgba(61,90,56,.3);color:rgba(168,197,160,.9)}.landing-root .solution .section-title{color:#fff}.landing-root .solution .section-sub{color:hsla(0,0%,100%,.55)}.landing-root .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;position:relative}@media(max-width:700px){.landing-root .steps{grid-template-columns:1fr}}.landing-root .steps-connector{position:absolute;top:3.5rem;left:calc(33% + 1rem);right:calc(33% + 1rem);height:2px;background:linear-gradient(90deg,var(--P-border),var(--P-border));pointer-events:none}@media(max-width:700px){.landing-root .steps-connector{display:none}}.landing-root .step-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--r);padding:2rem;text-align:center;transition:all .3s}.landing-root .step-card:hover{background:hsla(0,0%,100%,.07);border-color:var(--P-border);transform:translateY(-4px)}.landing-root .step-num{width:56px;height:56px;background:var(--P);border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:1.3rem;font-weight:900;color:#fff;margin:0 auto 1.25rem;box-shadow:0 8px 24px rgba(61,90,56,.4)}.landing-root .step-card h3{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.6rem}.landing-root .step-card p{font-size:.9rem;color:hsla(0,0%,100%,.5);line-height:1.6}.landing-root .temoignages{padding:6rem 0;background:var(--surface)}.landing-root .temoignages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:900px){.landing-root .temoignages-grid{grid-template-columns:1fr}}.landing-root .temoignage-card{background:var(--white);border-radius:var(--r);padding:2rem;box-shadow:var(--sh);position:relative;transition:all .3s}.landing-root .temoignage-card:hover{transform:translateY(-4px);box-shadow:var(--sh-lg)}.landing-root .temo-stars{color:#fbbf24;font-size:1.1rem;margin-bottom:1rem;letter-spacing:.05em}.landing-root .temo-before{font-size:.8rem;color:var(--red);background:#fef2f2;border-radius:var(--r-sm);padding:.35rem .75rem;font-weight:600;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.landing-root .temo-quote{font-family:var(--display);font-style:italic;font-size:1.05rem;color:var(--ink);line-height:1.55;margin-bottom:1.25rem}.landing-root .temo-after{font-size:.85rem;color:var(--green);font-weight:600;margin-bottom:1.25rem}.landing-root .temo-meta{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.landing-root .temo-avatar{width:40px;height:40px;border-radius:50%;background:var(--P);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.9rem;flex-shrink:0}.landing-root .temo-name{font-weight:700;font-size:.9rem;color:var(--ink)}.landing-root .temo-job{font-size:.8rem;color:var(--muted)}.landing-root .temo-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;background:var(--P);border-radius:var(--r-lg);padding:2.5rem;text-align:center}@media(max-width:600px){.landing-root .temo-stats{grid-template-columns:1fr}}.landing-root .temo-stat-val{font-family:var(--display);font-size:2.2rem;font-weight:900;color:#fff}.landing-root .temo-stat-label{font-size:.85rem;color:hsla(0,0%,100%,.65);margin-top:.25rem}.landing-root .loi2026{padding:5rem 0;background:var(--amber-bg);border-top:1px solid var(--amber-border);border-bottom:1px solid var(--amber-border)}.landing-root .loi2026-inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}@media(max-width:768px){.landing-root .loi2026-inner{grid-template-columns:1fr}}.landing-root .loi2026-badge{display:inline-flex;align-items:center;gap:.6rem;background:var(--amber);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.25rem}.landing-root .loi2026 .section-title{color:#92400e;font-family:var(--display)}.landing-root .loi2026-body{font-size:1rem;color:#78350f;line-height:1.7;margin-bottom:1.5rem}.landing-root .loi2026-items{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.landing-root .loi2026-items li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:#92400e;font-weight:500}.landing-root .loi2026-items li:before{content:"⚠";flex-shrink:0}.landing-root .loi2026-cta{background:#92400e;color:#fff;border:none;padding:.9rem 1.75rem;border-radius:var(--r-sm);font-family:var(--font);font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.landing-root .loi2026-cta:hover{background:#78350f;transform:translateY(-1px)}.landing-root .loi2026-box{background:var(--white);border-radius:var(--r);padding:1.75rem 2rem;border:1px solid var(--amber-border);text-align:center;min-width:220px}.landing-root .loi2026-box-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--amber);margin-bottom:.5rem}.landing-root .loi2026-box-val{font-family:var(--display);font-size:1.8rem;font-weight:900;color:#92400e}.landing-root .loi2026-box-desc{font-size:.82rem;color:#78350f;margin-top:.35rem}.landing-root .pricing{padding:6rem 0;background:var(--white)}.landing-root .plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}@media(max-width:1100px){.landing-root .plans-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.landing-root .plans-grid{grid-template-columns:1fr}}.landing-root .plan-card{border-radius:var(--r);padding:1.75rem;border:2px solid var(--border);background:var(--white);position:relative;transition:all .3s}.landing-root .plan-card:hover{border-color:var(--P-border);box-shadow:var(--sh-lg);transform:translateY(-4px)}.landing-root .plan-card.popular{border-color:var(--P);box-shadow:0 0 0 4px var(--P-light)}.landing-root .plan-card.highlighted{border-color:var(--P)!important;box-shadow:0 0 0 4px var(--P-light),var(--sh-lg)!important;transform:translateY(-6px)!important}.landing-root .plan-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--P);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .9rem;border-radius:100px;white-space:nowrap}.landing-root .vol-slider-wrap{background:var(--surface);border-radius:var(--r-lg);padding:1.75rem 2rem;border:1px solid var(--border);margin-bottom:2rem}.landing-root .vol-slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.landing-root .vol-slider-label{font-size:.9rem;font-weight:600;color:var(--muted)}.landing-root .vol-display{font-family:var(--display);font-size:1.5rem;font-weight:700;color:var(--P)}.landing-root .vol-recommended{font-size:.85rem;font-weight:600;color:var(--green);margin-top:.4rem}.landing-root .vol-range{width:100%;accent-color:var(--P);height:6px;cursor:pointer;margin:.5rem 0 .6rem}.landing-root .vol-ticks{display:flex;justify-content:space-between;font-size:.72rem;color:var(--light);font-weight:500}.landing-root .plan-card.enterprise .plan-price{font-size:1.8rem}.landing-root .sepa-note{font-size:.78rem;color:var(--P);background:var(--P-light);border-radius:6px;padding:.25rem .6rem;display:inline-flex;align-items:center;gap:.35rem;margin:.5rem 0 1rem;font-weight:600}.landing-root .secu{padding:5rem 0;background:var(--dark);position:relative;overflow:hidden}.landing-root .secu:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(61,90,56,.22) 0,transparent 60%);pointer-events:none}.landing-root .secu .section-label{background:rgba(61,90,56,.3);color:rgba(168,197,160,.9)}.landing-root .secu .section-title{color:#fff}.landing-root .secu .section-sub{color:hsla(0,0%,100%,.55)}.landing-root .secu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:768px){.landing-root .secu-grid{grid-template-columns:1fr}}.landing-root .secu-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--r);padding:2rem;transition:all .3s}.landing-root .secu-card:hover{background:hsla(0,0%,100%,.08);border-color:var(--P-border);transform:translateY(-3px)}.landing-root .secu-icon{width:52px;height:52px;background:rgba(168,197,160,.15);border:1px solid rgba(168,197,160,.3);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.landing-root .secu-icon svg{width:26px;height:26px;color:#a8c5a0}.landing-root .secu-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.landing-root .secu-card p{font-size:.87rem;color:hsla(0,0%,100%,.5);line-height:1.6}.landing-root .secu-card-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--green);background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.25);padding:.25rem .75rem;border-radius:100px;margin-top:.9rem}.landing-root .plan-name{font-size:1rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.landing-root .plan-price{font-family:var(--display);font-size:2.5rem;font-weight:900;color:var(--ink);line-height:1}.landing-root .plan-price span{font-size:1.1rem;font-weight:500;color:var(--muted)}.landing-root .plan-commission{font-size:.9rem;color:var(--P);font-weight:600;margin:.5rem 0 1.25rem;background:var(--P-light);display:inline-block;padding:.2rem .7rem;border-radius:var(--r-sm)}.landing-root .plan-divider{height:1px;background:var(--border);margin:1.25rem 0}.landing-root .plan-features{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.75rem}.landing-root .plan-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--ink)}.landing-root .plan-features li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.landing-root .plan-features li.muted{color:var(--light)}.landing-root .plan-features li.muted:before{content:"—";color:var(--border)}.landing-root .plan-btn{display:block;text-align:center;width:100%;padding:.8rem;border-radius:var(--r-sm);font-family:var(--font);font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none}.landing-root .plan-btn.outline{background:transparent;border:2px solid var(--border);color:var(--ink)}.landing-root .plan-btn.outline:hover{border-color:var(--P);color:var(--P)}.landing-root .plan-btn.filled{background:var(--P);border:2px solid var(--P);color:#fff}.landing-root .plan-btn.filled:hover{background:var(--P-dark);border-color:var(--P-dark)}.landing-root .comparatif{padding:6rem 0;background:var(--surface)}.landing-root .comp-table-wrap{overflow-x:auto;margin-top:3rem;border-radius:var(--r-lg);box-shadow:var(--sh);border:1px solid var(--border)}.landing-root .comp-table{width:100%;border-collapse:collapse;background:var(--white)}.landing-root .comp-table th{padding:1rem 1.25rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--border);white-space:nowrap}.landing-root .comp-table th:first-child{text-align:left;color:var(--muted)}.landing-root .comp-table th:not(:first-child){text-align:center}.landing-root .comp-table th.tp-col{background:var(--P);color:#fff}.landing-root .comp-table td{padding:1rem 1.25rem;font-size:.9rem;border-bottom:1px solid var(--border)}.landing-root .comp-table td:first-child{font-weight:600;color:var(--ink)}.landing-root .comp-table td:not(:first-child){text-align:center}.landing-root .comp-table td.tp-col{background:var(--P-light)}.landing-root .comp-table tr:last-child td{border-bottom:none}.landing-root .comp-table tr:hover td{background:#f6f9f5}.landing-root .comp-table tr:hover td.tp-col{background:rgba(61,90,56,.12)}.landing-root .check{color:var(--green);font-weight:700;font-size:1.1rem}.landing-root .cross{color:var(--red);font-weight:700;font-size:1rem}.landing-root .partial{color:var(--amber);font-weight:600;font-size:.85rem}.landing-root .experts{padding:6rem 0;background:var(--dark);position:relative}.landing-root .experts:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(61,90,56,.22) 0,transparent 60%);pointer-events:none}.landing-root .experts .section-label{background:rgba(61,90,56,.3);color:rgba(168,197,160,.9)}.landing-root .experts .section-title{color:#fff}.landing-root .experts .section-sub{color:hsla(0,0%,100%,.55)}.landing-root .experts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:768px){.landing-root .experts-grid{grid-template-columns:1fr}}.landing-root .expert-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--r);padding:1.75rem;transition:all .3s}.landing-root .expert-card:hover{background:hsla(0,0%,100%,.08);border-color:var(--P-border);transform:translateY(-3px)}.landing-root .expert-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--P),#7d9b76);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.1rem;margin-bottom:1rem}.landing-root .expert-quote{font-style:italic;font-size:.9rem;color:hsla(0,0%,100%,.6);line-height:1.6;margin-bottom:1rem}.landing-root .expert-name{font-weight:700;font-size:.9rem;color:#fff}.landing-root .expert-job{font-size:.8rem;color:hsla(0,0%,100%,.4)}.landing-root .faq{padding:6rem 0;background:var(--white)}.landing-root .faq-list{max-width:720px;margin:3rem auto 0;display:flex;flex-direction:column;gap:.75rem}.landing-root .faq-item{border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:border-color .2s}.landing-root .faq-item.open{border-color:var(--P-border)}.landing-root .faq-q{width:100%;padding:1.25rem 1.5rem;background:var(--white);border:none;font-family:var(--font);font-size:1rem;font-weight:700;color:var(--ink);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background .2s}.landing-root .faq-q:hover{background:var(--surface)}.landing-root .faq-item.open .faq-q{background:var(--P-light);color:var(--P)}.landing-root .faq-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:transform .3s}.landing-root .faq-item.open .faq-icon{transform:rotate(45deg)}.landing-root .faq-a-inner{padding:0 1.5rem 1.25rem;font-size:.95rem;color:var(--muted);line-height:1.7}.landing-root .cta-final{padding:7rem 0;background:linear-gradient(135deg,#1a2f17 0,var(--P) 50%,#7d9b76 100%);position:relative;overflow:hidden;text-align:center}.landing-root .cta-final: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.03'%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")}.landing-root .cta-final .section-title{color:#fff;font-size:clamp(2rem,4.5vw,3.2rem)}.landing-root .cta-final .section-sub{color:hsla(0,0%,100%,.75);margin:1rem auto 2.5rem}.landing-root .cta-final-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.landing-root .btn-white{background:#fff;color:var(--P);padding:.9rem 2rem;border-radius:var(--r-sm);font-family:var(--font);font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;border:none;cursor:pointer}.landing-root .btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.2)}.landing-root .btn-outline-white{background:transparent;color:#fff;padding:.9rem 1.75rem;border-radius:var(--r-sm);font-family:var(--font);font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border:2px solid hsla(0,0%,100%,.5);transition:all .2s;cursor:pointer}.landing-root .btn-outline-white:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.landing-root .cta-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2.5rem}.landing-root .cta-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:hsla(0,0%,100%,.6)}.landing-root footer{background:var(--dark);padding:4rem 0 2rem;color:hsla(0,0%,100%,.5)}.landing-root .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:900px){.landing-root .footer-top{grid-template-columns:1fr 1fr}}@media(max-width:600px){.landing-root .footer-top{grid-template-columns:1fr}}.landing-root .footer-brand{font-family:var(--display);font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.75rem}.landing-root .footer-tagline{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.landing-root .footer-badges{display:flex;flex-wrap:wrap;gap:.6rem}.landing-root .footer-badge{font-size:.72rem;font-weight:600;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.6);padding:.3rem .75rem;border-radius:100px;display:inline-flex;align-items:center;gap:.4rem}.landing-root .footer-badge svg{flex-shrink:0;opacity:.7}.landing-root .footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.3);margin-bottom:1rem}.landing-root .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.landing-root .footer-col ul a{font-size:.9rem;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color .2s}.landing-root .footer-col ul a:hover{color:#fff}.landing-root .footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:1.75rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.82rem}.landing-root .footer-legal{color:hsla(0,0%,100%,.25);font-size:.78rem;margin-top:.35rem}.landing-root .footer-social{display:flex;gap:1rem}.landing-root .footer-social a{color:hsla(0,0%,100%,.35);font-size:.85rem;text-decoration:none;transition:color .2s}.landing-root .footer-social a:hover{color:#fff}.landing-root .jalons-section{padding:100px 0;background:var(--surface)}.landing-root .jm-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:2.5rem 0 2rem}.landing-root .jm-tab{display:flex;align-items:center;gap:7px;padding:9px 18px;border-radius:100px;background:#fff;border:1.5px solid var(--border);color:var(--muted);font-family:var(--font);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.landing-root .jm-tab:hover{border-color:var(--P-border);color:var(--P);background:var(--P-light)}.landing-root .jm-tab.active{background:var(--P-light);border-color:var(--P);color:var(--P);box-shadow:0 0 0 3px rgba(61,90,56,.1)}.landing-root .jm-panel{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start;animation:lp-fadeUp .35s ease}.landing-root .jm-project-sector{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--P);display:block;margin-bottom:.5rem}.landing-root .jm-project-name{font-family:var(--display);font-size:1.6rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.landing-root .jm-project-meta{font-size:.875rem;color:var(--muted);margin-bottom:1.5rem}.landing-root .jm-progress-wrap{margin-bottom:1.75rem}.landing-root .jm-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.82rem;font-weight:600;color:var(--muted)}.landing-root .jm-progress-pct{color:var(--P)}.landing-root .jm-progress-track{height:10px;background:rgba(0,0,0,.07);border-radius:100px;overflow:hidden;border:1px solid var(--border)}.landing-root .jm-progress-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--P-dark),var(--P));transition:width 1s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px rgba(61,90,56,.3)}.landing-root .jm-progress-steps{display:flex;justify-content:space-between;margin-top:.45rem;font-size:.72rem;color:var(--light)}.landing-root .jm-milestones{display:flex;flex-direction:column;gap:8px}.landing-root .jm-ms{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;background:#fff;border:1.5px solid var(--border);transition:border-color .2s}.landing-root .jm-ms-done{background:rgba(5,150,105,.04);border-color:rgba(5,150,105,.2)}.landing-root .jm-ms-active{background:rgba(61,90,56,.05);border-color:var(--P);box-shadow:0 0 0 3px rgba(61,90,56,.08)}.landing-root .jm-ms-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.landing-root .jm-icon-done{background:rgba(5,150,105,.12)}.landing-root .jm-icon-active{background:var(--P-light)}.landing-root .jm-icon-locked{background:rgba(156,163,175,.12)}.landing-root .jm-ms-info{flex:1;min-width:0}.landing-root .jm-ms-name{font-size:.875rem;font-weight:600;color:var(--ink);margin-bottom:2px}.landing-root .jm-ms-sub{font-size:.78rem;color:var(--light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-root .jm-ms-amt{font-family:var(--font);font-size:.9rem;font-weight:700;white-space:nowrap}.landing-root .jm-amt-done{color:var(--green)}.landing-root .jm-amt-active{color:var(--P)}.landing-root .jm-amt-locked{color:var(--light)}.landing-root .jm-client-card{background:#fff;border:1.5px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--sh-lg);position:sticky;top:90px}.landing-root .jm-client-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.landing-root .jm-client-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 6px rgba(5,150,105,.5);animation:lp-dotBlink 2s infinite;flex-shrink:0}.landing-root .jm-client-pname{font-family:var(--display);font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:3px}.landing-root .jm-client-prov{font-size:.8rem;color:var(--light);margin-bottom:16px}.landing-root .jm-cprog-header{display:flex;justify-content:space-between;margin-bottom:6px;font-size:.8rem;font-weight:600;color:var(--muted)}.landing-root .jm-cprog-pct{color:var(--P)}.landing-root .jm-cprog-track{height:6px;background:rgba(0,0,0,.07);border-radius:100px;overflow:hidden;margin-bottom:16px}.landing-root .jm-cprog-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--P-dark),var(--P));transition:width 1s cubic-bezier(.4,0,.2,1) .1s}.landing-root .jm-cms-list{display:flex;flex-direction:column;gap:5px;margin-bottom:18px}.landing-root .jm-cms-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:9px;font-size:.82rem}.landing-root .jm-cms-done{background:rgba(5,150,105,.06)}.landing-root .jm-cms-active{background:var(--P-light);border:1px solid var(--P-border)}.landing-root .jm-cms-locked{background:rgba(0,0,0,.02);opacity:.55}.landing-root .jm-cms-icon{font-size:.85rem;width:18px;text-align:center;flex-shrink:0}.landing-root .jm-cms-name{flex:1;font-weight:500;color:var(--muted)}.landing-root .jm-cms-amt{font-weight:700}.landing-root .jm-camt-done{color:var(--green)}.landing-root .jm-camt-active{color:var(--P)}.landing-root .jm-camt-locked{color:var(--light)}.landing-root .jm-action-box{background:var(--P-light);border:1.5px solid var(--P-border);border-radius:14px;padding:16px}.landing-root .jm-action-desc{font-size:.82rem;color:var(--ink);line-height:1.65;margin-bottom:12px}.landing-root .jm-validate-btn{width:100%;padding:13px 16px;border-radius:10px;background:var(--P);color:#fff;border:none;font-family:var(--font);font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px rgba(61,90,56,.25);display:flex;align-items:center;justify-content:center;gap:7px}.landing-root .jm-validate-btn:hover{background:var(--P-dark);box-shadow:0 6px 24px rgba(61,90,56,.4);transform:translateY(-1px)}.landing-root .jm-auto-note{margin-top:9px;font-size:.75rem;color:var(--muted);text-align:center}.landing-root .jm-advantages{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:52px}.landing-root .jm-adv{background:#fff;border:1.5px solid var(--border);border-radius:var(--r);padding:22px;text-align:center;transition:border-color .2s,transform .2s}.landing-root .jm-adv:hover{border-color:var(--P-border);transform:translateY(-3px)}.landing-root .jm-adv-icon{font-size:28px;margin-bottom:10px}.landing-root .jm-adv-title{font-family:var(--display);font-size:.95rem;font-weight:700;color:var(--ink);margin-bottom:6px}.landing-root .jm-adv-desc{font-size:.82rem;color:var(--muted);line-height:1.65}@media(max-width:900px){.landing-root .jm-panel{grid-template-columns:1fr}.landing-root .jm-client-card{position:static}.landing-root .jm-advantages{grid-template-columns:1fr}}@media(max-width:768px){.landing-root .jalons-section{padding:64px 0}.landing-root .jm-tabs{gap:6px;margin:1.75rem 0 1.5rem}.landing-root .jm-tab{padding:8px 13px;font-size:.78rem;gap:5px;white-space:nowrap}.landing-root .jm-panel{grid-template-columns:1fr;gap:24px}.landing-root .jm-client-card{position:static}.landing-root .jm-project-name{font-size:1.3rem}.landing-root .jm-ms{gap:10px;padding:11px 12px}.landing-root .jm-ms-icon{width:32px;height:32px;font-size:14px}.landing-root .jm-ms-sub{display:none}.landing-root .jm-progress-steps{display:none}.landing-root .jm-advantages{grid-template-columns:1fr;gap:12px;margin-top:36px}.landing-root .jm-validate-btn{font-size:.8rem;padding:12px;gap:5px}.landing-root .jm-action-box{padding:14px}}@media(max-width:480px){.landing-root .jm-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:6px;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.landing-root .jm-tabs::-webkit-scrollbar{display:none}.landing-root .jm-tab{flex-shrink:0;padding:7px 12px;font-size:.76rem}.landing-root .jm-project-name{font-size:1.15rem}.landing-root .jm-ms-amt,.landing-root .jm-ms-name{font-size:.82rem}.landing-root .jm-progress-track{height:8px}.landing-root .jm-progress-header{font-size:.75rem}.landing-root .jm-client-card{padding:18px}.landing-root .jm-cms-row{padding:7px 9px}.landing-root .jm-cms-amt,.landing-root .jm-cms-name{font-size:.78rem}.landing-root .jm-adv{padding:18px}.landing-root .jm-validate-btn{font-size:.76rem;flex-wrap:wrap;text-align:center}}