.landing-shell{height:var(--app-height);width:100%;max-width:100vw;overflow-y:auto;overflow-x:hidden;background:var(--white);color:var(--black);font-family:var(--font-body);scroll-behavior:smooth}.landing-shell *,.landing-shell *:before,.landing-shell *:after{box-sizing:border-box}.landing-shell h1,.landing-shell h2,.landing-shell h3,.landing-shell p{letter-spacing:0}.landing-shell h1{max-width:880px;color:var(--white);font-size:clamp(42px,5.4vw,82px);line-height:.98;overflow-wrap:break-word}.landing-shell h2{color:inherit;font-size:clamp(30px,3.4vw,48px);line-height:1.05}.landing-shell h3{color:inherit;font-size:20px;line-height:1.2}.landing-shell p{color:var(--gray-mid);font-size:16px;line-height:1.75}.landing-nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:32px;height:var(--nav-total-height);padding:var(--safe-top) var(--side-padding) 0;background:var(--black);border-bottom:1px solid rgba(189,189,192,.08)}.landing-nav:after{content:"";position:absolute;left:var(--side-padding);right:var(--side-padding);bottom:0;height:1px;background:#bdbdc00f}.landing-nav__brand{display:inline-flex;align-items:center;height:var(--nav-height)}.landing-nav__brand img{width:auto;height:28px}.landing-nav__actions{display:flex;align-items:center;gap:22px}.landing-nav__phone,.landing-nav__cta{color:var(--gray-mineral);font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;transition:color .3s ease,border-color .3s ease}.landing-nav__phone{color:var(--white);font-weight:600;letter-spacing:.06em;white-space:nowrap;text-decoration:none}.landing-nav__phone:hover,.landing-nav__cta:hover{color:var(--white)}.landing-nav__cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 22px;border:1px solid rgba(189,189,192,.22)}.landing-hero{position:relative;display:grid;grid-template-columns:minmax(0,.98fr) minmax(380px,.58fr);align-items:center;align-content:center;gap:clamp(44px,6vw,84px);min-height:var(--section-height);padding:clamp(44px,7vh,86px) var(--side-padding) clamp(52px,8vh,92px);background:var(--black);color:var(--white);overflow:hidden}.landing-grid-bg{position:absolute;inset:0;opacity:.55;pointer-events:none;background-image:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:120px 120px;background-position:center top}.landing-hero__content,.landing-hero__form{position:relative;z-index:1}.landing-hero__content{display:flex;flex-direction:column;justify-content:center;min-width:0}.landing-hero__form{align-self:center;min-width:0}.landing-eyebrow,.landing-section__label{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:var(--gray-mineral);font-family:var(--font-primary);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.landing-eyebrow:before,.landing-section__label:before{content:"";display:block;width:32px;height:1px;background:currentColor}.landing-hero__lead{max-width:760px;margin-top:28px;color:var(--gray-mineral);font-size:clamp(16px,1.25vw,19px);line-height:1.85}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.landing-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 28px;border:1px solid var(--gray-mid);border-radius:0;background:transparent;color:inherit;font-family:var(--font-primary);font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .32s ease,color .32s ease,border-color .32s ease,transform .32s ease}.landing-button:hover{transform:translateY(-1px)}.landing-button--primary{background:var(--white);border-color:var(--white);color:var(--black)}.landing-button--primary:hover{background:var(--gray-light);border-color:var(--gray-light)}.landing-button--secondary{color:var(--white);border-color:#bdbdc047}.landing-button--secondary:hover{border-color:var(--white)}.landing-hero__proof{max-width:680px;margin-top:28px;padding-left:20px;border-left:1px solid var(--gray-mineral);color:#bdbdc0c2;font-size:15px}.landing-step-form{position:relative;display:grid;gap:18px;min-height:560px;padding:clamp(24px,2.8vw,34px);border:1px solid rgba(189,189,192,.24);background:var(--white);color:var(--black);box-shadow:0 24px 80px #0000003d;overflow:hidden}.landing-step-form--success{align-content:center}.landing-step-form__topline{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--gray-tech);font-family:var(--font-primary);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.landing-step-form h2{max-width:none;color:var(--black);font-size:clamp(25px,2.4vw,34px);line-height:1.04}.landing-step-form p{margin:0;color:var(--gray-mid);font-size:14px;line-height:1.6}.landing-step-form__progress{position:absolute;top:0;left:0;right:0;height:2px;background:#00000014;overflow:hidden}.landing-step-form__progress span{display:block;height:100%;background:var(--black);transition:width .32s ease}.landing-step-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.landing-step-form__fields--single{grid-template-columns:1fr;align-content:center;margin:4px 0 10px}.landing-step-form__fields--select-pair{grid-template-columns:1fr;gap:12px;margin:4px 0 10px}.landing-step-form__fields--select-pair .landing-step-form__field{gap:4px}.landing-step-form__fields--select-pair select{height:46px;min-height:46px;padding:0 40px 0 12px}.landing-step-form__field,.landing-step-form__consent-wrap{display:grid;gap:8px;min-width:0}.landing-step-form__field--full,.landing-step-form__consent-wrap{grid-column:1 / -1}.landing-step-form__field span:first-child{color:var(--gray-tech);font-family:var(--font-primary);font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.landing-step-form__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.landing-step-form input,.landing-step-form select,.landing-step-form textarea{width:100%;min-height:48px;border:1px solid rgba(0,0,0,.16);border-radius:0;background:var(--white);color:var(--black);font-family:var(--font-body);font-size:14px;line-height:1.5;padding:13px 14px;outline:none;transition:border-color .24s ease,box-shadow .24s ease}.landing-step-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%231a1a1a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px}.landing-step-form textarea{min-height:132px;resize:vertical}.landing-step-form input:focus,.landing-step-form select:focus,.landing-step-form textarea:focus{border-color:var(--black);box-shadow:0 0 0 3px #0000000a}.landing-step-form [aria-invalid=true]{border-color:#8b1a1a}.landing-step-form__consent{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:10px;color:var(--gray-mid);font-size:12px;line-height:1.5}.landing-step-form__consent input{width:18px;min-height:18px;margin-top:2px;padding:0;accent-color:var(--black)}.landing-step-form__actions{display:flex;gap:10px;align-items:center}.landing-step-form__back,.landing-step-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:1px solid var(--black);border-radius:0;font-family:var(--font-primary);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .32s ease,color .32s ease,border-color .32s ease,transform .32s ease}.landing-step-form__back{padding:0 18px;background:transparent;color:var(--black)}.landing-step-form__submit{flex:1;padding:0 20px;background:var(--black);color:var(--white)}.landing-step-form__back:hover,.landing-step-form__submit:hover{transform:translateY(-1px)}.landing-step-form__submit:disabled{cursor:wait;opacity:.72;transform:none}.landing-refs{padding:clamp(28px,4vw,48px) var(--side-padding);border-bottom:1px solid rgba(0,0,0,.06)}.landing-refs__band{text-align:center}.landing-refs--full{display:flex;flex-direction:column;justify-content:center;min-height:var(--section-height);padding-top:clamp(28px,4vh,44px);padding-bottom:clamp(32px,4.5vh,48px)}.landing-refs--full .landing-refs__band{margin-bottom:clamp(22px,3.5vh,38px)}.landing-proof-wrap{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.landing-refs__label{margin:0 0 22px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--gray-tech)}.landing-refs__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(24px,5vw,56px)}.landing-refs__logo{height:40px;width:auto;max-width:150px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:opacity .2s ease,filter .2s ease}.landing-refs__logo:hover{filter:grayscale(0);opacity:1}.landing-proof{width:100%;max-width:1040px;margin-top:clamp(36px,5.5vh,64px)}.landing-shell .landing-proof h2{font-size:clamp(26px,2.4vw,36px)}.landing-proof__kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(18px,2.8vh,28px)}.landing-proof__kpi{padding:clamp(16px,2.5vh,24px) 20px 0}.landing-proof__kpi+.landing-proof__kpi{border-left:1px solid rgba(0,0,0,.14)}.landing-proof__kpi strong{display:block;color:var(--black);font-family:var(--font-primary);font-size:clamp(30px,3vw,44px);font-weight:700;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}.landing-proof__kpi span{display:block;max-width:30ch;margin:10px auto 0;color:var(--gray-mid);font-size:14px;line-height:1.55}.landing-shell .landing-proof__context{max-width:640px;margin:clamp(14px,2.2vh,22px) auto 0;color:var(--gray-mid);font-size:12.5px;line-height:1.6}.landing-proof__rotator{position:relative;display:grid;width:100%;max-width:1100px;overflow-x:clip}.landing-proof__slide{grid-area:1 / 1;position:relative;width:min(100%,680px);justify-self:center}.landing-proof__slide figure{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%;margin:0;padding:clamp(24px,2.4vw,34px) clamp(26px,3vw,48px);border:1px solid rgba(0,0,0,.14);background:var(--white)}.landing-proof__slide blockquote{margin:0;color:var(--gray-tech);font-family:var(--font-primary);font-size:clamp(18px,1.7vw,24px);font-weight:500;line-height:1.5;letter-spacing:-.01em;text-wrap:balance}.landing-proof__slide blockquote:before{content:"« "}.landing-proof__slide blockquote:after{content:" »"}.landing-proof__count{position:absolute;top:16px;right:20px;color:var(--gray-mineral);font-size:10px;font-weight:600;letter-spacing:.12em;font-variant-numeric:tabular-nums}.landing-local-band{padding:clamp(22px,3.5vh,34px) var(--side-padding);background:var(--black);text-align:center}.landing-shell .landing-local-band p{margin:0;color:var(--gray-mineral);font-size:14px;line-height:1.6}.landing-step-form__call{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08);text-align:center;color:var(--gray-tech);font-size:14px;line-height:1.4}.landing-step-form__call a{color:inherit;font-weight:700;text-decoration:none;white-space:nowrap}.landing-step-form__call a:hover,.landing-step-form__call a:focus-visible{text-decoration:underline}.landing-step-form__assurance{color:var(--gray-tech);font-size:12px}.landing-shell .landing-step-form__intro{margin:-6px 0 4px;color:var(--gray-tech);font-size:13px;line-height:1.55}.landing-step-form__trust{display:grid;gap:6px;margin:0;padding:0;list-style:none}.landing-step-form__trust li{position:relative;padding-left:18px;color:var(--gray-tech);font-size:12px;line-height:1.5}.landing-step-form__trust li:before{content:"✓";position:absolute;left:0;color:var(--black);font-weight:700}.landing-step-form__error,.landing-step-form__feedback--error{color:#8b1a1a;font-size:12px;line-height:1.35}.landing-step-form__feedback--success{color:#1f6b3d}.landing-section{padding:clamp(72px,9vw,124px) var(--side-padding)}.landing-section--split{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);gap:clamp(44px,6vw,84px);align-items:start;background:var(--white)}.landing-section__intro p,.landing-section__header p{max-width:640px;margin-top:18px}.landing-problems{width:100%;min-width:0;border-top:1px solid rgba(0,0,0,.1)}.landing-problem{display:grid;grid-template-columns:76px minmax(0,1fr);gap:20px;align-items:baseline;padding:24px 0;border-bottom:1px solid rgba(0,0,0,.1)}.landing-problem__index{font-family:var(--font-primary);font-size:34px;font-weight:700;line-height:1;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:1px rgba(0,0,0,.4);font-variant-numeric:tabular-nums;transition:color .35s ease,-webkit-text-stroke-color .35s ease}.landing-problem:hover .landing-problem__index{color:var(--black);-webkit-text-stroke-color:var(--black)}.landing-shell .landing-problem p{margin:0;color:var(--black);overflow-wrap:break-word}.landing-section--dark{background:var(--black);color:var(--white)}.landing-section--dark p{color:var(--gray-mineral)}.landing-section--dark h2{max-width:820px}.landing-section__header{max-width:860px;margin-bottom:46px}.landing-section--connections .landing-section__header,.landing-section--connections .landing-section__header p,.landing-section--connections h2{max-width:none}.landing-connections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-connection{padding:20px 18px 22px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;transition:border-color .35s ease,background .35s ease,transform .35s ease}.landing-connection:hover{border-color:#ffffff52;background:#ffffff0f;transform:translateY(-3px)}.landing-connection__apps{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.landing-connection__app{display:grid;gap:7px;justify-items:center}.landing-connection__chip{display:flex;align-items:center;justify-content:center;width:68px;height:46px;padding:8px 10px;border-radius:8px;background:var(--white)}.landing-connection__chip img{max-width:100%;max-height:100%;object-fit:contain}.landing-connection__name{font-family:var(--font-primary);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}.landing-connection__flow{position:relative;flex:1;height:2px;margin-top:22px;background-image:linear-gradient(90deg,rgba(255,255,255,.55) 0 6px,transparent 6px 12px);background-size:12px 2px;background-repeat:repeat-x;animation:landing-connection-flow .9s linear infinite}.landing-connection__flow:after{content:"";position:absolute;right:0;top:50%;width:8px;height:8px;border-top:2px solid rgba(255,255,255,.75);border-right:2px solid rgba(255,255,255,.75);transform:translateY(-50%) rotate(45deg)}@keyframes landing-connection-flow{to{background-position-x:12px}}@media(prefers-reduced-motion:reduce){.landing-connection__flow{animation:none}}.landing-connection h3{margin-bottom:8px;color:var(--white);font-size:16px;line-height:1.3}.landing-shell .landing-connection p{margin:0;color:var(--gray-mineral);font-size:13.5px;line-height:1.55}.landing-connections__note{margin-top:28px;max-width:720px;color:#ffffff80;font-size:13.5px}.landing-related-pages{background:var(--white)}.landing-related-pages .landing-section__header{margin-bottom:34px}.landing-related-pages__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.landing-related-pages__links a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:18px 22px;border:1px solid rgba(0,0,0,.14);color:var(--black);font-family:var(--font-primary);font-size:15px;font-weight:600;text-decoration:none;transition:background .25s ease,color .25s ease,border-color .25s ease}.landing-related-pages__arrow{transition:transform .25s ease}.landing-related-pages__links a:hover{background:var(--black);border-color:var(--black);color:var(--white)}.landing-related-pages__links a:hover .landing-related-pages__arrow{transform:translate(4px)}@media(max-width:768px){.landing-related-pages__links{grid-template-columns:1fr}}.landing-adaptive--mobile{display:none}@media(max-width:768px){.landing-adaptive--desktop{display:none}.landing-adaptive--mobile{display:block}.landing-problem__mobile strong{display:block;margin-bottom:4px;color:var(--black);font-family:var(--font-primary);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-shell .landing-problem__mobile p{margin:0;color:var(--gray-mid);font-size:13.5px;line-height:1.5}}.landing-section--faq{background:var(--gray-light)}.landing-section--faq .landing-section__header{max-width:none;text-align:center}.landing-faq{display:grid;max-width:980px;margin:0 auto;border-top:1px solid rgba(0,0,0,.08)}.landing-faq details{border-bottom:1px solid rgba(0,0,0,.08);background:transparent}.landing-faq summary{min-height:66px;padding:20px 0;color:var(--black);font-family:var(--font-primary);font-weight:600;cursor:pointer}.landing-faq p{max-width:740px;margin:0;padding:0 0 22px}.landing-final{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:clamp(64px,8vw,96px) var(--side-padding);background:var(--black);color:var(--white)}.landing-final h2{max-width:820px;color:var(--white)}.landing-final p{max-width:680px;margin-top:16px;color:var(--gray-mineral)}.landing-related{display:flex;flex-wrap:wrap;align-items:center;gap:10px;max-width:780px;margin-top:24px}.landing-related span{width:100%;color:var(--gray-mid);font-family:var(--font-primary);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.landing-related a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(189,189,192,.22);color:var(--gray-mineral);font-size:12px;line-height:1.3;transition:border-color .24s ease,color .24s ease}.landing-related a:hover{border-color:var(--white);color:var(--white)}.landing-footer{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px var(--side-padding) calc(30px + var(--safe-bottom));background:#111;color:var(--white)}.landing-footer div{display:grid;gap:4px}.landing-footer strong{font-family:var(--font-primary);font-size:13px}.landing-footer span,.landing-footer a{color:var(--gray-mid);font-size:13px}.landing-footer nav{display:flex;flex-wrap:wrap;gap:18px}.landing-footer a:hover{color:var(--white)}.landing-footer nav button.landing-footer__cookies{padding:0;border:0;background:none;font:inherit;font-size:13px;color:var(--gray-mid);cursor:pointer}.landing-footer nav button.landing-footer__cookies:hover{color:var(--white)}.landing-shell--not-found{background:var(--black)}.landing-not-found{display:grid;align-content:center;gap:32px;min-height:100vh;padding:56px var(--side-padding);color:var(--white)}.landing-not-found h1{max-width:760px}.landing-not-found p{color:var(--gray-mineral)}.landing-related--not-found{margin-top:4px}@media(max-width:1180px){.landing-hero{grid-template-columns:1fr;min-height:var(--section-height)}.landing-hero__form{max-width:680px}.landing-connections{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-section--split{grid-template-columns:1fr}}@media(max-width:768px){.landing-shell h1{max-width:680px;font-size:clamp(34px,9vw,48px);line-height:1.05}.landing-shell h2{font-size:clamp(25px,7vw,34px)}.landing-shell p{font-size:14px;line-height:1.65}.landing-nav__brand img{height:24px}.landing-nav__cta{display:none}.landing-nav__phone{font-size:13px}.landing-hero{padding-top:44px;padding-bottom:50px}.landing-hero__content,.landing-hero__form,.landing-step-form{width:100%;max-width:calc(100vw - (2 * var(--side-padding)))}.landing-eyebrow,.landing-section__label{margin-bottom:16px;font-size:9px;letter-spacing:.12em}.landing-shell .landing-hero__lead{margin-top:18px;font-size:15px;line-height:1.55;color:#cfd0d3}.landing-shell .landing-hero__proof{position:relative;margin-top:20px;padding:16px 18px;border-left:2px solid rgba(255,255,255,.85);border-radius:0 10px 10px 0;background:#ffffff0b;color:#ffffffd1;font-size:14px;line-height:1.55}.landing-hero__proof:before{content:"En pratique";display:block;margin-bottom:8px;color:var(--gray-mineral);font-family:var(--font-primary);font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.landing-hero__actions{margin-top:28px}.landing-button{width:100%;min-height:46px;padding:0 18px;font-size:11px}.landing-connections,.landing-step-form__fields{grid-template-columns:1fr}.landing-refs--full{min-height:auto}.landing-refs__label{margin-bottom:18px;font-size:10px}.landing-refs__logos{gap:18px 28px}.landing-refs__logo{height:24px;max-width:104px}.landing-proof__slide[aria-hidden=true]{visibility:hidden}.landing-proof__kpis{grid-template-columns:1fr;border-top:1px solid rgba(0,0,0,.1)}.landing-proof__kpi{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.1);text-align:left}.landing-proof__kpi+.landing-proof__kpi{border-left:0}.landing-proof__kpi strong{font-size:24px}.landing-proof__kpi span{max-width:none;margin:0;font-size:13px;line-height:1.5}.landing-proof__slide figure{padding:34px 20px 22px}.landing-proof__slide blockquote{font-size:17px;line-height:1.55}.landing-section{padding-top:64px;padding-bottom:64px}.landing-step-form{min-height:auto;padding:22px}.landing-step-form__actions{flex-direction:column-reverse}.landing-step-form__back,.landing-step-form__submit{width:100%}.landing-final,.landing-footer{flex-direction:column;align-items:flex-start}.landing-related{width:100%}.landing-related a{width:100%;justify-content:center}.landing-footer nav{flex-direction:column;gap:10px}}@media(max-width:480px){.landing-hero{padding-top:34px}.landing-problem{grid-template-columns:52px minmax(0,1fr);gap:14px;padding:18px 0}.landing-problem__index{font-size:26px}}@media(max-width:600px){.landing-shell h1,.landing-shell h2{max-width:342px;margin-left:auto;margin-right:auto;overflow-wrap:break-word}.landing-shell h1{font-size:27px;line-height:1.1}.landing-hero__content,.landing-hero__form,.landing-step-form,.landing-hero__lead,.landing-hero__proof,.landing-hero__actions,.landing-section__intro,.landing-section__header,.landing-problems,.landing-problem p{max-width:342px;margin-left:auto;margin-right:auto}}
