*{box-sizing:border-box;margin:0;padding:0}:root{--boursier:#337ad6;--boursier-dark:#205ead;--standard:#2e8b3e;--standard-dark:#226e30;--other:grey;--other-ink:#5a5a5a;--cream:#fff8f3;--cream-2:#ffe8dc;--ink:#1c2430;--muted:#4a5564;--line:#1c24301f;--surface:#f3eee7;--white:#fff;--header-h:4.35rem;--radius:1.25rem;--shadow:0 18px 50px #1c243024;--shadow-pass:0 22px 40px #1c243038;--font:"SF Pro Display","Segoe UI",system-ui,-apple-system,sans-serif}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff8f3;background:var(--cream);color:#1c2430;color:var(--ink);font-family:SF Pro Display,Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);line-height:1.6;margin:0}a{color:#205ead;color:var(--boursier-dark)}a:hover{color:#337ad6;color:var(--boursier)}:focus-visible{outline:2px solid #337ad6;outline:2px solid var(--boursier);outline-offset:3px}.skip-link{background:#1c2430;background:var(--ink);border-radius:.5rem;font-weight:600;left:1rem;padding:.6rem 1rem;position:absolute;text-decoration:none;top:-3.5rem;z-index:2000}.skip-link,.skip-link:focus{color:#fff8f3;color:var(--cream)}.skip-link:focus{top:1rem}.btn{align-items:center;border:2px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:650;gap:.65rem;justify-content:center;line-height:1.2;padding:.9rem 1.25rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-icon{flex-shrink:0;height:1.25rem;width:1.25rem}.btn-primary{background:#337ad6;background:var(--boursier);color:#fff8f3;color:var(--cream)}.btn-primary:focus-visible,.btn-primary:hover{background:#205ead;background:var(--boursier-dark);color:#fff8f3;color:var(--cream)}.btn-secondary{background:#fff;background:var(--white);border-color:#337ad6;border-color:var(--boursier);color:#205ead;color:var(--boursier-dark)}.btn-secondary:focus-visible,.btn-secondary:hover{background:#fff8f3;background:var(--cream);color:#205ead;color:var(--boursier-dark)}.btn-ghost{background:#0000;border-color:#fff8f373;color:#fff8f3;color:var(--cream)}.btn-ghost:focus-visible,.btn-ghost:hover{background:#fff8f31f;color:#fff8f3;color:var(--cream)}.section-title{color:#1c2430;color:var(--ink);font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.03em;margin-bottom:.65rem;text-align:center}.section-subtitle{color:#4a5564;color:var(--muted);font-size:1.05rem;line-height:1.65;margin:0 auto 2.5rem;max-width:38rem;text-align:center}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1120px;padding:0 1.5rem}section{scroll-margin-top:calc(var(--header-h) + .75rem)}@media (max-width:768px){.container{padding:0 1rem}}.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff8f3e0;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{gap:1rem;justify-content:space-between;min-height:var(--header-h)}.header-content,.logo{align-items:center;display:flex}.logo{color:var(--ink);font-size:1.05rem;font-weight:750;gap:.65rem;letter-spacing:-.03em;text-decoration:none}.logo:focus-visible,.logo:hover{color:var(--ink);opacity:.85}.logo-mark{background:var(--boursier);border-radius:.7rem;display:grid;flex-shrink:0;height:2.15rem;place-items:center;width:2.15rem}.logo-text{white-space:nowrap}.nav{align-items:center;display:flex;gap:1.35rem}.nav a{color:var(--ink);font-size:.95rem;font-weight:550;text-decoration:none}.nav a:focus-visible,.nav a:hover{color:var(--boursier-dark)}.nav a.nav-cta{background:var(--boursier);border-radius:999px;color:var(--cream)!important;font-weight:650!important;padding:.65rem 1.15rem;text-align:center}.nav a.nav-cta:focus-visible,.nav a.nav-cta:hover{background:var(--boursier-dark);color:var(--cream)!important}.menu-toggle{align-items:center;background:var(--cream);border:1px solid var(--ink);border-radius:.6rem;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:5px;height:2.75rem;justify-content:center;margin-left:auto;padding:.5rem;width:2.75rem;z-index:1001}.menu-toggle span{background:var(--ink);height:3px;transition:transform .2s ease,opacity .2s ease;width:1.35rem}.menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{align-items:stretch;background:var(--cream);border-bottom:1px solid var(--line);flex-direction:column;gap:0;left:0;opacity:0;padding:.75rem 1rem 1.25rem;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-.5rem);visibility:hidden}.nav a{padding:.75rem .25rem}.nav a.nav-cta{padding:.75rem 1.15rem}.nav-open{opacity:1;pointer-events:auto;transform:none;visibility:visible}@media (min-width:881px){.menu-toggle{display:none}.nav{align-items:center;background:#0000;border:0;flex-direction:row;gap:1.35rem;opacity:1;pointer-events:auto;position:static;transform:none;visibility:visible}.nav,.nav a{padding:0}.nav a.nav-cta{padding:.65rem 1.15rem}}.wallet-preview{grid-gap:1.5rem;display:grid;gap:1.5rem}.wallet-preview-row{align-items:end;grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-preview-stack{display:grid;min-height:28rem;place-items:center;position:relative}.wallet-figure{align-items:center;display:flex;flex-direction:column;gap:.85rem;margin:0}.wallet-figure figcaption{color:var(--muted);font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.wallet-figure-boursier figcaption{color:var(--boursier)}.wallet-figure-standard figcaption{color:var(--standard)}.wallet-figure-autre figcaption{color:var(--other-ink)}.wallet-pass{--pass-bg:var(--boursier);font-feature-settings:"tnum";aspect-ratio:3/4.6;border-radius:1.35rem;box-shadow:var(--shadow-pass);color:var(--cream);display:flex;flex-direction:column;font-variant-numeric:tabular-nums;max-width:17.5rem;padding:1.1rem 1.15rem 1rem;width:100%}.pass-top{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between}.pass-brand{align-items:center;display:flex;gap:.45rem;min-width:0}.pass-company{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pass-status{color:var(--cream-2);font-size:.68rem;line-height:1.25;margin:0;text-align:right}.pass-status strong{color:var(--cream);display:block;font-size:.82rem;font-weight:600}.pass-balance-label{color:var(--cream-2);font-size:.78rem;margin:1.35rem 0 0;text-align:center}.pass-balance{font-size:clamp(1.8rem,4vw,2.35rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin:.15rem 0 1.1rem;text-align:center}.pass-meta{grid-gap:.7rem .8rem;display:grid;gap:.7rem .8rem;grid-template-columns:1fr 1fr;margin:0}.pass-meta dt{color:var(--cream-2);font-size:.68rem}.pass-meta dd{font-size:.92rem;font-weight:650;margin:.1rem 0 0}.pass-meta div:nth-child(2n){text-align:right}.pass-footer{align-items:center;color:var(--cream);display:flex;flex-direction:column;font-size:.78rem;gap:.35rem;letter-spacing:.04em;margin-top:auto;padding-top:.75rem}.pass-qr{height:4.4rem;width:4.4rem}.wallet-preview-stack .wallet-figure{position:absolute;width:min(68%,15.5rem)}.wallet-preview-stack .wallet-figure-boursier{left:0;top:1.5rem;transform:rotate(-9deg);z-index:1}.wallet-preview-stack .wallet-figure-standard{left:50%;top:0;transform:translateX(-50%) rotate(1.5deg);z-index:3}.wallet-preview-stack .wallet-figure-autre{right:0;top:2rem;transform:rotate(8deg);z-index:2}.wallet-preview-stack .wallet-figure figcaption{display:none}@media (max-width:900px){.wallet-preview-row{grid-template-columns:1fr;justify-items:center}.wallet-preview-row .wallet-pass{max-width:18.5rem}}@media (max-width:640px){.wallet-preview-stack{min-height:24rem}.wallet-preview-stack .wallet-figure{width:min(72%,14.5rem)}.wallet-preview-stack .wallet-figure-boursier{left:0;transform:rotate(-7deg) translateX(-8%)}.wallet-preview-stack .wallet-figure-autre{right:0;transform:rotate(7deg) translateX(8%)}}@media (prefers-reduced-motion:reduce){.wallet-preview-stack .wallet-figure-autre,.wallet-preview-stack .wallet-figure-boursier,.wallet-preview-stack .wallet-figure-standard{left:auto;position:relative;right:auto;top:auto;transform:none;width:min(100%,16rem)}.wallet-preview-stack{display:flex;flex-direction:column;gap:2rem;min-height:0}.wallet-preview-stack .wallet-figure figcaption{display:none}}.hero{background:radial-gradient(circle at 12% 20%,#337ad629,#0000 42%),radial-gradient(circle at 88% 8%,#2e8b3e24,#0000 36%),var(--cream);overflow:hidden;padding:3.5rem 0 4.5rem}.hero-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.hero-eyebrow{align-items:center;background:var(--white);border:1px solid var(--line);border-radius:999px;color:var(--boursier-dark);display:inline-flex;font-size:.8rem;font-weight:700;gap:.4rem;letter-spacing:.08em;margin-bottom:1.1rem;padding:.35rem .7rem;text-transform:uppercase}.hero-title{color:var(--ink);display:flex;flex-direction:column;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:750;gap:.55rem;letter-spacing:-.045em;line-height:1.05;margin-bottom:1.15rem}.hero-title span{color:var(--muted);font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:550;letter-spacing:-.03em;max-width:18ch}.hero-description{color:var(--muted);font-size:1.08rem;line-height:1.7;margin-bottom:1.75rem;max-width:36rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.btn-manage{background:var(--standard);color:var(--cream)}.btn-manage:focus-visible,.btn-manage:hover{background:var(--standard-dark);color:var(--cream)}.hero-visual{min-height:28rem}@media (max-width:960px){.hero-grid{gap:2.5rem;grid-template-columns:1fr}.hero-title span{max-width:none}.hero-visual{min-height:24rem}}@media (max-width:640px){.hero{padding:2rem 0 2.5rem}.hero-buttons .btn{width:100%}}.features{background:var(--white);padding:5rem 0}.features-grid{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none}.feature-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.3rem 1.5rem}.feature-icon{background:var(--boursier);border-radius:.8rem;color:var(--cream);display:grid;height:2.6rem;margin-bottom:1rem;place-items:center;width:2.6rem}.feature-icon svg{height:1.25rem;width:1.25rem}.feature-card:nth-child(3) .feature-icon{background:var(--standard)}.feature-card:nth-child(5) .feature-icon{background:var(--other-ink)}.feature-title{color:var(--ink);font-size:1.15rem;letter-spacing:-.02em;margin-bottom:.45rem}.feature-description{color:var(--muted);font-size:.98rem;line-height:1.6}.feature-shots{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.75rem}.feature-shots figure{background:var(--surface);border-radius:1.5rem;margin:0;padding:1.25rem 1.25rem 1rem;text-align:center}.feature-shots img{border-radius:1.1rem;box-shadow:var(--shadow);height:auto;width:min(100%,280px)}.feature-shots figcaption{color:var(--muted);font-weight:600;margin-top:.85rem}@media (max-width:900px){.features-grid{grid-template-columns:1fr 1fr}}@media (max-width:680px){.features{padding:3.5rem 0}.feature-shots,.features-grid{grid-template-columns:1fr}}.wallet{background:linear-gradient(180deg,var(--surface) 0,var(--cream) 100%);padding:5rem 0}.wallet-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2.4rem 0 0}@media (max-width:680px){.wallet{padding:3.5rem 0}.wallet-cta-row .btn{width:100%}}.how-to-use{background:var(--white);padding:5rem 0}.steps-container{grid-gap:1rem;counter-reset:none;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0 auto;max-width:980px}.step-item{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;gap:1rem;padding:1.4rem 1.2rem 1.5rem}.step-number{align-items:center;background:var(--boursier);border-radius:999px;color:var(--cream);display:flex;font-size:1.05rem;font-weight:700;height:2.4rem;justify-content:center;width:2.4rem}.step-item:nth-child(2) .step-number{background:var(--standard)}.step-item:nth-child(3) .step-number{background:var(--other-ink)}.step-title{color:var(--ink);font-size:1.12rem;letter-spacing:-.02em;margin-bottom:.4rem}.step-description{color:var(--muted);font-size:.97rem;line-height:1.6}.step-description a{font-weight:650;text-decoration:underline;text-underline-offset:2px}@media (max-width:900px){.steps-container{grid-template-columns:1fr 1fr}}@media (max-width:640px){.how-to-use{padding:3.5rem 0}.steps-container{grid-template-columns:1fr}}.screenshots{background:var(--surface);padding:5rem 0}.screenshots-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));list-style:none}.screenshot-item{background:var(--white);border:0;border-radius:1rem;box-shadow:0 8px 24px #1c243014;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;overflow:hidden;padding:0;text-align:left;width:100%}.screenshot-item:focus-visible,.screenshot-item:hover{transform:translateY(-2px)}.screenshot-thumbnail{aspect-ratio:9/16;background:var(--cream);display:block;object-fit:cover;width:100%}.screenshot-title{color:var(--ink);display:block;font-size:.85rem;font-weight:600;padding:.7rem .75rem .85rem}.modal{background:#1c2430e0;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:2000}.modal,.modal-content{align-items:center;display:flex}.modal-content{flex-direction:column;max-width:min(90vw,420px);position:relative}.modal-close{align-self:flex-end;background:var(--cream);border:0;border-radius:999px;color:var(--ink);cursor:pointer;font:inherit;font-weight:650;margin-bottom:.75rem;padding:.45rem .9rem}.modal-image{border-radius:1rem;max-height:72vh;max-width:100%;object-fit:contain}.modal-title{color:var(--cream);font-size:1.05rem;margin-top:.85rem;text-align:center}@media (max-width:680px){.screenshots{padding:3.5rem 0}.screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact{background:var(--white);padding:5rem 0}.contact-content{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:.8fr 1.2fr;margin:0 auto;max-width:980px}.contact-info{display:flex;flex-direction:column;gap:1.4rem}.info-item h3{color:var(--ink);font-size:.95rem;margin-bottom:.25rem}.info-item p{color:var(--muted)}.contact-link{color:var(--boursier-dark);font-weight:600;text-decoration:none}.contact-link:focus-visible,.contact-link:hover{color:var(--boursier-dark);text-decoration:underline}.contact-form{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.form-group{margin-bottom:1.1rem}.form-group label{color:var(--ink);display:block;font-weight:600;margin-bottom:.4rem}.form-group input,.form-group textarea{background:var(--white);border:1px solid var(--line);border-radius:.75rem;color:var(--ink);font-family:inherit;font-size:1rem;padding:.75rem .85rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--boursier);outline:2px solid var(--boursier);outline-offset:2px}.form-group textarea{min-height:8rem;resize:vertical}.contact-form .btn{width:100%}@media (max-width:768px){.contact{padding:3.5rem 0}.contact-content{grid-template-columns:1fr}}.footer{background:var(--ink);color:var(--cream);margin-top:auto;padding:3rem 0 1.25rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.3fr 1fr 1fr;margin-bottom:2rem}.footer-brand{align-items:center;color:var(--cream);display:flex;font-size:1.15rem;font-weight:750;gap:.6rem;margin-bottom:.65rem}.footer .logo-mark{background:var(--boursier);border-radius:.6rem;display:grid;height:2rem;place-items:center;width:2rem}.footer-section h2{color:var(--cream-2);font-size:.82rem;letter-spacing:.08em;margin-bottom:.85rem;text-transform:uppercase}.footer-section p{color:#fff8f3c7;line-height:1.6;max-width:22rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff8f3d1;text-decoration:none}.footer-section ul li a:focus-visible,.footer-section ul li a:hover{color:var(--cream)}.footer-bottom{border-top:1px solid #fff8f31f;color:#fff8f39e;font-size:.92rem;padding-top:1.5rem;text-align:center}@media (max-width:768px){.footer-content{grid-template-columns:1fr}}.privacy-policy{background:var(--cream);min-height:100vh;padding:2.5rem 0 5rem}.privacy-policy .container{max-width:760px}.privacy-policy h1{color:var(--ink);font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.03em;margin-bottom:.75rem}.last-updated{color:var(--muted);margin-bottom:2.5rem}.privacy-policy section{margin-bottom:2.25rem}.privacy-policy h2{border-bottom:1px solid var(--line);color:var(--ink);font-size:1.35rem;margin-bottom:.75rem;margin-top:1.5rem;padding-bottom:.4rem}.privacy-policy h3{color:var(--ink);font-size:1.08rem;margin-bottom:.65rem;margin-top:1.25rem}.privacy-policy p{color:var(--muted);line-height:1.75;margin-bottom:.9rem}.privacy-policy ul{margin:0 0 1rem 1.25rem}.privacy-policy li{color:var(--muted);line-height:1.7;margin-bottom:.55rem}.privacy-policy strong{color:var(--ink);font-weight:650}.privacy-policy a{color:var(--boursier-dark);font-weight:600}.privacy-policy a:focus-visible,.privacy-policy a:hover{color:var(--boursier-dark)}@media (max-width:768px){.privacy-policy{padding:1.75rem 0 3.5rem}}
/*# sourceMappingURL=main.d9aa96e1.css.map*/